/* Sections A — scoped */

/* === hero === */
.s-hero ::selection{ background: var(--ochre); color: var(--white-bright); }
.s-hero .hero{
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    color: var(--white-bright);
    overflow: hidden;
    isolation: isolate;
  }
.s-hero .hero-bg{
    position: absolute;
    inset: 0;
    z-index: -3;
    overflow: hidden;
    background: #0a0907;
  }
.s-hero .hero-bg video, .s-hero .hero-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.92) contrast(1.02);
  }
.s-hero .hero-overlay{
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      linear-gradient(
        180deg,
        rgba(10,9,7,0.62) 0%,
        rgba(10,9,7,0.28) 22%,
        rgba(10,9,7,0.30) 55%,
        rgba(10,9,7,0.72) 100%
      );
  }
.s-hero .hero-vignette{
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at center,
        rgba(10,9,7,0) 0%,
        rgba(10,9,7,0) 55%,
        rgba(10,9,7,0.55) 100%
      );
  }
.s-hero .nav{
    position: relative;
    z-index: 2;
    padding: 22px var(--gutter) 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid rgba(251,248,242,0.14);
  }
.s-hero .nav .brand{
    font-family: var(--font-display);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.30em;
    font-size: 18px;
    color: var(--white-bright);
  }
.s-hero .nav-right{
    display: flex;
    align-items: center;
    gap: clamp(20px, 3vw, 44px);
  }
.s-hero .nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: clamp(18px, 2.4vw, 32px);
    font-family: var(--font-body);
    font-size: 12.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
.s-hero .nav ul a{
    color: rgba(251,248,242,0.78);
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 1px solid transparent;
    transition: color 200ms ease, border-color 200ms ease;
  }
.s-hero .nav ul a:hover{
    color: var(--white-bright);
    border-bottom-color: var(--ochre);
  }
.s-hero .nav .lang{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    color: rgba(251,248,242,0.55);
    padding-left: clamp(16px, 2.4vw, 28px);
    border-left: 1px solid rgba(251,248,242,0.18);
    text-transform: uppercase;
  }
.s-hero .nav .lang b{
    color: var(--white-bright);
    font-weight: 500;
  }
.s-hero .coord-strip{
    position: absolute;
    top: clamp(82px, 9vh, 116px);
    left: var(--gutter);
    z-index: 2;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    color: rgba(251,248,242,0.68);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-transform: uppercase;
  }
.s-hero .coord-strip::before{
    content: "";
    width: 28px;
    height: 1px;
    background: var(--ochre);
    display: inline-block;
  }
.s-hero .hero-main{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(56px, 12vh, 140px) var(--gutter) clamp(48px, 8vh, 96px);
    max-width: min(1400px, 100%);
    width: 100%;
    margin: 0 auto;
  }
.s-hero .eyebrow{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: rgba(251,248,242,0.62);
    margin-bottom: clamp(20px, 3vh, 28px);
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
.s-hero .eyebrow .dot{
    width: 6px; height: 6px;
    background: var(--ochre);
    display: inline-block;
    border-radius: 50%;
  }
.s-hero .headline{
    font-family: var(--font-display);
    font-weight: 300;
    font-size: clamp(48px, 9.4vw, 168px);
    line-height: 0.94;
    letter-spacing: -0.018em;
    text-transform: uppercase;
    margin: 0;
    color: var(--white-bright);
    text-wrap: balance;
    max-width: 18ch;
  }
.s-hero .headline .period{
    color: var(--ochre);
    font-weight: 300;
  }
.s-hero .sub{
    margin: clamp(24px, 3.4vh, 36px) 0 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.5;
    color: rgba(251,248,242,0.82);
    max-width: 44ch;
  }
.s-hero .sub br{ display: block; }
.s-hero .cta-row{
    margin-top: clamp(32px, 4.6vh, 52px);
    display: flex;
    align-items: center;
    gap: clamp(20px, 3vw, 36px);
    flex-wrap: wrap;
  }
.s-hero .btn-cta{
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 13.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 20px 30px 19px;
    background: var(--ochre);
    color: var(--white-bright);
    text-decoration: none;
    cursor: pointer;
    border: 0;
    line-height: 1;
    transition: background 220ms ease, transform 220ms ease, letter-spacing 220ms ease;
  }
.s-hero .btn-cta:hover{
    background: var(--ochre-deep);
    letter-spacing: 0.18em;
  }
.s-hero .btn-cta .arrow{
    width: 26px;
    height: 10px;
    transition: transform 240ms ease;
  }
.s-hero .btn-cta:hover .arrow{ transform: translateX(6px); }
.s-hero .cta-meta{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(251,248,242,0.58);
    line-height: 1.6;
  }
.s-hero .cta-meta b{
    color: var(--white-bright);
    font-weight: 500;
  }
.s-hero .hero-bottom{
    position: relative;
    z-index: 1;
    padding: 18px var(--gutter) 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(251,248,242,0.62);
    border-top: 0;
  }
.s-hero .hero-bottom .footnote{
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
.s-hero .hero-bottom .footnote::before{
    content: "";
    width: 8px; height: 8px;
    border: 1px solid var(--ochre);
    display: inline-block;
    transform: rotate(45deg);
  }
.s-hero .hero-bottom .scroll{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(251,248,242,0.55);
  }
.s-hero .hero-bottom .scroll .line{
    width: 36px;
    height: 1px;
    background: rgba(251,248,242,0.4);
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
.s-hero .hero-bottom .scroll .line::after{
    content: "";
    position: absolute;
    inset: 0;
    width: 12px;
    background: var(--white-bright);
    animation: scrollHint 2.4s ease-in-out infinite;
  }
@keyframes scrollHint {
    0%   { transform: translateX(-100%); }
    60%  { transform: translateX(220%); }
    100% { transform: translateX(220%); }
  }
.s-hero .fade{
    opacity: 0;
    transform: translateY(14px);
    animation: rise 1100ms cubic-bezier(.2,.7,.2,1) forwards;
  }
.s-hero .fade.d1{ animation-delay: 120ms; }
.s-hero .fade.d2{ animation-delay: 280ms; }
.s-hero .fade.d3{ animation-delay: 480ms; }
.s-hero .fade.d4{ animation-delay: 720ms; }
.s-hero .fade.d5{ animation-delay: 920ms; }
.s-hero .fade.d6{ animation-delay: 1100ms; }
@keyframes rise {
    to { opacity: 1; transform: translateY(0); }
  }
.s-hero .headline.fade{
    transform: translateY(28px);
    animation-duration: 1500ms;
  }
@media (prefers-reduced-motion: reduce) {.s-hero .fade, .s-hero .headline.fade{ animation: none; opacity: 1; transform: none; }
.s-hero .hero-bottom .scroll .line::after{ animation: none; }
}
@media (max-width: 820px) {.s-hero .nav ul{ gap: 16px; font-size: 11.5px; letter-spacing: 0.1em; }
.s-hero .nav .brand{ font-size: 16px; letter-spacing: 0.26em; }
.s-hero .nav .lang{ padding-left: 14px; }
}
@media (max-width: 680px) {.s-hero .nav{ padding: 16px var(--gutter); }
.s-hero .nav ul{ display: none; }
.s-hero .coord-strip{ top: 72px; font-size: 10px; }
.s-hero .coord-strip::before{ width: 20px; }
.s-hero .hero-main{
      align-items: center;
      text-align: center;
      padding: 96px var(--gutter) 64px;
    }
.s-hero .headline{
      font-size: clamp(44px, 13vw, 76px);
      max-width: 100%;
    }
.s-hero .sub{
      max-width: 38ch;
      font-size: 15px;
    }
.s-hero .cta-row{
      justify-content: center;
      gap: 18px;
    }
.s-hero .eyebrow{ justify-content: center; }
.s-hero .hero-bottom{
      flex-direction: column;
      align-items: center;
      gap: 10px;
      text-align: center;
      font-size: 10px;
    }
.s-hero .hero-bottom .scroll{ display: none; }
}
@media (max-width: 420px) {.s-hero .nav .lang{ font-size: 10px; }
.s-hero .btn-cta{ padding: 17px 22px; font-size: 12.5px; letter-spacing: 0.14em; }
}

/* === idea === */
.s-idea ::selection{ background: var(--ochre); color: var(--white-bright); }
.s-idea .idea{
    position: relative;
    padding: clamp(120px, 12vw, 180px) 0 clamp(120px, 12vw, 180px);
  }
.s-idea .idea-wrap{
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
.s-idea .idea-eyebrow-row{
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: var(--col-gap);
    margin-bottom: clamp(40px, 4vw, 64px);
    align-items: baseline;
  }
.s-idea .idea-eyebrow{
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ochre);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0;
  }
.s-idea .idea-eyebrow::before{
    content: "";
    width: 32px;
    height: 1px;
    background: var(--ochre);
    display: inline-block;
  }
.s-idea .idea-section-meta{
    justify-self: end;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--stone);
  }
.s-idea .idea-section-meta b{ color: var(--ink); font-weight: 500; }
.s-idea .idea-main{
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: var(--col-gap);
    align-items: stretch;
  }
.s-idea .idea-text{
    display: flex;
    flex-direction: column;
    max-width: 600px;
  }
.s-idea .idea-headline{
    font-family: var(--font-display);
    font-weight: 300;
    font-size: clamp(40px, 5.2vw, 76px);
    line-height: 1.02;
    letter-spacing: -0.012em;
    color: var(--ink);
    margin: 0 0 clamp(36px, 4.4vw, 56px);
    text-wrap: pretty;
    max-width: 13ch;
  }
.s-idea .idea-headline .dash{
    color: var(--ochre);
    font-weight: 300;
  }
.s-idea .idea-headline .period{
    color: var(--ochre);
    font-weight: 300;
  }
.s-idea .idea-body{
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2vw, 26px);
  }
.s-idea .idea-body p{
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: clamp(15px, 1.05vw, 16.5px);
    line-height: 1.65;
    color: var(--ink-soft);
    text-wrap: pretty;
  }
.s-idea .idea-body p.lead{
    color: var(--ink);
    font-size: clamp(16px, 1.15vw, 17.5px);
  }
.s-idea .idea-figure{
    margin: 0;
    position: relative;
    overflow: hidden;
    background: var(--paper-soft) url('uploads/steppe.jpg') center/cover no-repeat;
    min-height: clamp(480px, 56vw, 720px);
    
  }
@media (min-width: 920px) {.s-idea .idea-figure{ min-height: 0; height: 100%; }
}
.s-idea .figure-coord{
    position: absolute;
    top: clamp(16px, 1.4vw, 22px);
    left: clamp(16px, 1.4vw, 22px);
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    color: var(--white-bright);
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-transform: uppercase;
  }
.s-idea .figure-coord::before{
    content: "◇";
    color: var(--ochre);
    margin-right: 8px;
  }
.s-idea .idea-bottom{
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: var(--col-gap);
    margin-top: clamp(28px, 2.6vw, 40px);
    align-items: start;
  }
.s-idea .idea-close{
    max-width: 600px;
    padding-top: clamp(20px, 2vw, 28px);
    border-top: 1px solid var(--stone-light);
    margin: 0;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.55;
    color: var(--ink);
  }
.s-idea .figure-caption{
    padding-top: clamp(20px, 2vw, 28px);
    border-top: 1px solid var(--stone-light);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: baseline;
    gap: 22px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--stone);
  }
.s-idea .figure-caption .tag{
    color: var(--ink);
    background: var(--paper-soft);
    padding: 5px 9px;
    font-weight: 500;
  }
.s-idea .figure-caption .mid{
    color: var(--ink-soft);
    font-family: var(--font-body);
    text-transform: none;
    letter-spacing: 0;
    font-size: 12.5px;
  }
@media (max-width: 919px) {.s-idea .idea{
      padding: clamp(96px, 18vw, 140px) 0;
    }
.s-idea .idea-eyebrow-row{
      grid-template-columns: 1fr;
      gap: 14px;
      margin-bottom: clamp(28px, 6vw, 44px);
    }
.s-idea .idea-section-meta{ justify-self: start; }
.s-idea .idea-main{
      grid-template-columns: 1fr;
      gap: 0;
    }
.s-idea .idea-figure{ order: -1; margin-bottom: clamp(28px, 6vw, 44px); }
.s-idea .idea-bottom{
      grid-template-columns: 1fr;
      gap: clamp(24px, 5vw, 36px);
      margin-top: clamp(28px, 6vw, 44px);
    }
}
@media (max-width: 520px) {.s-idea .figure-caption{
      grid-template-columns: auto 1fr;
      gap: 10px 14px;
    }
.s-idea .figure-caption > :last-child{ grid-column: 1 / -1; }
}
.s-idea .fade{
    opacity: 0;
    transform: translateY(14px);
    animation: rise 1100ms cubic-bezier(.2,.7,.2,1) forwards;
  }
.s-idea .fade.d1{ animation-delay: 80ms; }
.s-idea .fade.d2{ animation-delay: 220ms; }
.s-idea .fade.d3{ animation-delay: 360ms; }
.s-idea .fade.d4{ animation-delay: 520ms; }
.s-idea .fade.d5{ animation-delay: 680ms; }
@keyframes rise {
    to { opacity: 1; transform: translateY(0); }
  }
@media (prefers-reduced-motion: reduce) {.s-idea .fade{ animation: none; opacity: 1; transform: none; }
}

/* === avtodom === */
.s-avtodom ::selection{ background: var(--ochre); color: var(--night); }
.s-avtodom img{ display: block; max-width: 100%; }
.s-avtodom .wrap{
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
.s-avtodom .topbar{
    padding: 22px 0 20px;
    border-bottom: 1px solid var(--night-rule);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--stone);
  }
.s-avtodom .topbar .wrap{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    flex-wrap: wrap;
  }
.s-avtodom .topbar .lockup{
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--bone);
  }
.s-avtodom .topbar .meta{ display: flex; gap: 32px; flex-wrap: wrap; }
.s-avtodom .topbar .meta b{ color: var(--bone); font-weight: 500; }
.s-avtodom .id-bar{
    padding: clamp(36px, 5vw, 64px) 0 clamp(28px, 4vw, 48px);
  }
.s-avtodom .id-bar .wrap{
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: end;
  }
@media (min-width: 820px) {.s-avtodom .id-bar .wrap{
      grid-template-columns: 1fr auto;
      gap: 48px;
    }
}
.s-avtodom .eyebrow{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bone-soft);
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
.s-avtodom .eyebrow::before{
    content: "";
    width: 36px; height: 1px;
    background: var(--ochre);
    display: inline-block;
  }
.s-avtodom .id-bar .index{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--stone);
    text-transform: uppercase;
  }
.s-avtodom .hero{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #050402;
  }
.s-avtodom .hero img{
    width: 100%;
    height: clamp(420px, 78vh, 920px);
    object-fit: cover;
    filter: saturate(0.95) contrast(1.04);
  }
.s-avtodom .hero::after{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(11,10,8,0.45) 0%, rgba(11,10,8,0) 18%, rgba(11,10,8,0) 70%, rgba(11,10,8,0.85) 100%);
  }
.s-avtodom .hero-caption{
    position: absolute;
    left: var(--gutter);
    right: var(--gutter);
    bottom: clamp(24px, 4vw, 48px);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bone-soft);
    z-index: 2;
    flex-wrap: wrap;
  }
.s-avtodom .hero-caption .left{ display: flex; gap: 18px; align-items: baseline; }
.s-avtodom .hero-caption .dot{
    width: 6px; height: 6px;
    background: var(--ochre);
    border-radius: 50%;
    display: inline-block;
  }
.s-avtodom .hero-caption b{ color: var(--bone); font-weight: 500; }
.s-avtodom .gallery-section{
    padding: clamp(40px, 5vw, 80px) 0 clamp(64px, 8vw, 128px);
  }
.s-avtodom .gallery-head{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    padding: 0 0 clamp(28px, 3.5vw, 44px);
    flex-wrap: wrap;
  }
.s-avtodom .gallery-head .label{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bone-soft);
  }
.s-avtodom .gallery-head .count{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    color: var(--stone);
  }
.s-avtodom .gallery-head .count b{ color: var(--bone); font-weight: 500; }
.s-avtodom .gallery{
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
@media (min-width: 700px) {.s-avtodom .gallery{ grid-template-columns: repeat(3, 1fr); }
}
.s-avtodom .frame{
    position: relative;
    overflow: hidden;
    background: var(--night-soft);
    aspect-ratio: 3 / 2;
    margin: 0;
  }
.s-avtodom .frame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.95) contrast(1.03) brightness(0.92);
    transition: transform 900ms cubic-bezier(0.2, 0.6, 0.2, 1),
                filter   500ms ease;
    will-change: transform;
  }
.s-avtodom .frame::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,10,8,0) 55%, rgba(11,10,8,0.55) 100%);
    pointer-events: none;
    transition: opacity 400ms ease;
  }
@media (hover: hover) {.s-avtodom .frame:hover img{
      transform: scale(1.035);
      filter: saturate(1) contrast(1.05) brightness(1);
    }
.s-avtodom .frame:hover::after{ opacity: 0.5; }
}
.s-avtodom .frame-tag{
    position: absolute;
    left: 14px;
    bottom: 14px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bone);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
  }
.s-avtodom .frame-tag .idx{ color: var(--ochre); }
.s-avtodom .copy-section{
    padding: clamp(40px, 5vw, 80px) 0 clamp(48px, 6vw, 96px);
    border-top: 1px solid var(--night-rule);
  }
.s-avtodom .copy-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(28px, 4vw, 56px);
  }
@media (min-width: 920px) {.s-avtodom .copy-grid{
      grid-template-columns: 1fr 1fr;
      gap: clamp(64px, 8vw, 128px);
      align-items: start;
    }
}
.s-avtodom .headline{
    font-family: var(--font-display);
    font-weight: 300;
    font-size: clamp(48px, 7.5vw, 124px);
    line-height: 0.92;
    letter-spacing: -0.018em;
    text-transform: uppercase;
    margin: 24px 0 0;
    color: var(--bone);
    text-wrap: balance;
  }
.s-avtodom .headline em{
    font-style: normal;
    color: var(--ochre);
    font-weight: 300;
  }
.s-avtodom .body-copy{
    font-family: var(--font-body);
    font-weight: 400;
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.65;
    color: var(--bone-soft);
    max-width: 52ch;
  }
.s-avtodom .body-copy p{ margin: 0 0 1.2em; }
.s-avtodom .body-copy p:last-child{ margin-bottom: 0; }
.s-avtodom .body-copy strong{ color: var(--bone); font-weight: 500; }
.s-avtodom .specs-section{
    padding: clamp(40px, 5vw, 80px) 0 clamp(72px, 9vw, 144px);
    border-top: 1px solid var(--night-rule);
  }
.s-avtodom .specs-head{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: clamp(28px, 3.5vw, 48px);
    align-items: baseline;
  }
@media (min-width: 720px) {.s-avtodom .specs-head{
      grid-template-columns: 1fr auto;
      gap: 24px;
    }
}
.s-avtodom .specs-head .title{
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(22px, 2.4vw, 32px);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--bone);
    margin: 0;
  }
.s-avtodom .specs-head .doc-meta{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    color: var(--stone);
    text-transform: uppercase;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
  }
.s-avtodom .specs-head .doc-meta b{ color: var(--bone); font-weight: 500; }
.s-avtodom .specs{
    border-top: 1px solid var(--night-rule);
    font-family: var(--font-mono);
    font-size: 14px;
    line-height: 1.5;
  }
.s-avtodom .spec-row{
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 0;
    border-bottom: 1px solid var(--night-rule);
  }
@media (min-width: 640px) {.s-avtodom .spec-row{
      grid-template-columns: 240px 1fr auto;
      gap: 24px;
      align-items: baseline;
      padding: 22px 0;
    }
}
.s-avtodom .spec-key{
    color: var(--stone);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 11px;
  }
.s-avtodom .spec-val{
    color: var(--bone);
    letter-spacing: 0.02em;
    font-size: 14px;
  }
.s-avtodom .spec-val em{
    font-style: normal;
    color: var(--ochre);
  }
.s-avtodom .spec-num{
    display: none;
    color: var(--stone);
    font-size: 11px;
    letter-spacing: 0.14em;
  }
@media (min-width: 640px) {.s-avtodom .spec-num{ display: inline; }
}
.s-avtodom .specs-footer{
    margin-top: clamp(28px, 3.5vw, 44px);
    padding-top: 22px;
    border-top: 1px solid var(--night-rule);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--stone);
  }
.s-avtodom .specs-footer b{ color: var(--bone); font-weight: 500; }
.s-avtodom footer.end{
    border-top: 1px solid var(--night-rule);
    padding: 36px 0 40px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--stone);
    text-transform: uppercase;
  }
.s-avtodom footer.end .wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
  }
.s-avtodom footer.end b{ color: var(--bone); font-weight: 500; }
@media (max-width: 600px) {.s-avtodom .hero-caption{ font-size: 10px; gap: 12px; }
.s-avtodom .hero-caption .left{ gap: 12px; }
}

/* === built === */
.s-built ::selection{ background: var(--ochre); color: var(--paper); }
.s-built .wrap{
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
.s-built .built{
    background: var(--paper-soft);
    padding: clamp(72px, 10vw, 144px) 0 clamp(80px, 10vw, 160px);
    position: relative;
    overflow: hidden;
  }
.s-built .built::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.35;
    background:
      repeating-linear-gradient(
        0deg,
        transparent 0,
        transparent 47px,
        rgba(24, 21, 18, 0.04) 47px,
        rgba(24, 21, 18, 0.04) 48px
      );
  }
.s-built .built > .wrap{ position: relative; z-index: 1; }
.s-built .built-id{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    flex-wrap: wrap;
    padding-bottom: clamp(48px, 6vw, 88px);
    border-bottom: 1px solid var(--stone-light);
    margin-bottom: clamp(48px, 6vw, 88px);
  }
.s-built .eyebrow{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink-soft);
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
.s-built .eyebrow::before{
    content: "";
    width: 36px; height: 1px;
    background: var(--ochre);
    display: inline-block;
  }
.s-built .built-id .index{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    color: var(--stone);
    text-transform: uppercase;
  }
.s-built .built-id .index b{ color: var(--ink); font-weight: 500; }
.s-built .built-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(56px, 7vw, 96px);
    align-items: start;
  }
@media (min-width: 960px) {.s-built .built-grid{
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
      gap: clamp(72px, 8vw, 128px);
    }
}
.s-built .built-text{
    padding-top: 8px;
  }
.s-built .built-headline{
    font-family: var(--font-display);
    font-weight: 300;
    font-size: clamp(40px, 5.4vw, 80px);
    line-height: 1.0;
    letter-spacing: -0.012em;
    text-transform: none;
    margin: 0 0 clamp(32px, 4vw, 56px);
    color: var(--ink);
    text-wrap: balance;
    max-width: 16ch;
  }
.s-built .built-headline em{
    font-style: normal;
    color: var(--ochre);
    font-weight: 400;
  }
.s-built .built-body{
    font-family: var(--font-body);
    font-weight: 400;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.65;
    color: var(--ink-soft);
    max-width: 46ch;
  }
.s-built .built-body p{ margin: 0 0 1.2em; }
.s-built .built-body p:last-child{ margin-bottom: 0; }
.s-built .built-body strong{ color: var(--ink); font-weight: 500; }
.s-built .built-signoff{
    margin-top: clamp(36px, 4vw, 56px);
    padding-top: 22px;
    border-top: 1px solid var(--stone-light);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--stone);
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
  }
.s-built .built-signoff b{ color: var(--ink); font-weight: 500; }
.s-built .built-signoff .dot{
    width: 5px; height: 5px;
    background: var(--ochre);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
.s-built .numbers{
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }
.s-built .num-row{
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: clamp(20px, 2.6vw, 32px) 0 clamp(22px, 2.8vw, 34px);
    border-bottom: 1px solid var(--stone-light);
    position: relative;
  }
.s-built .num-row:last-child{ border-bottom: 0; }
@media (min-width: 640px) {.s-built .num-row{
      grid-template-columns: auto 1fr;
      gap: clamp(24px, 3vw, 48px);
      align-items: baseline;
    }
}
.s-built .num-figure{
    font-family: var(--font-display);
    font-weight: 300;
    font-size: clamp(112px, 16vw, 224px);
    line-height: 0.82;
    letter-spacing: -0.04em;
    color: var(--ink);
    
    font-stretch: condensed;
    font-variant-numeric: lining-nums;
    display: inline-block;
    min-width: 1.1ch;
  }
.s-built .num-figure sup{
    font-size: 0.36em;
    line-height: 1;
    vertical-align: top;
    margin-left: 0.04em;
    font-weight: 400;
    color: var(--ochre);
    top: 0.2em;
    position: relative;
  }
.s-built .num-meta{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: end;
    padding-bottom: clamp(10px, 1.6vw, 22px);
  }
.s-built .num-index{
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.18em;
    color: var(--stone);
    text-transform: uppercase;
  }
.s-built .num-label{
    font-family: var(--font-body);
    font-weight: 400;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.35;
    color: var(--ink);
    max-width: 24ch;
    letter-spacing: 0.005em;
  }
.s-built .numbers-foot{
    margin-top: 22px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--stone);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
  }
.s-built .numbers-foot b{ color: var(--ink); font-weight: 500; }
@media (max-width: 959px) {.s-built .built-grid{
      grid-template-columns: 1fr;
    }
.s-built .built-text{ order: 1; }
.s-built .built-numbers{ order: 2; }
}
@media (max-width: 480px) {.s-built .num-figure{ font-size: clamp(96px, 28vw, 140px); }
.s-built .num-meta{ padding-bottom: 8px; }
}

/* === crew === */
.s-crew ::selection{ background: var(--ochre); color: var(--bone); }
.s-crew .wrap{
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
.s-crew .crew{
    background: var(--pine);
    color: var(--bone);
    padding: clamp(72px, 10vw, 144px) 0 clamp(80px, 10vw, 160px);
    position: relative;
    overflow: hidden;
  }
.s-crew .crew::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.5;
    background:
      repeating-linear-gradient(
        0deg,
        transparent 0,
        transparent 47px,
        rgba(237, 230, 214, 0.035) 47px,
        rgba(237, 230, 214, 0.035) 48px
      );
  }
.s-crew .crew > .wrap{ position: relative; z-index: 1; }
.s-crew .crew-id{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    flex-wrap: wrap;
    padding-bottom: clamp(40px, 5vw, 64px);
    border-bottom: 1px solid var(--pine-line);
    margin-bottom: clamp(48px, 6vw, 80px);
  }
.s-crew .eyebrow{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bone-soft);
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
.s-crew .eyebrow::before{
    content: "";
    width: 36px; height: 1px;
    background: var(--ochre);
    display: inline-block;
  }
.s-crew .crew-id .meta{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    color: var(--bone-dim);
    text-transform: uppercase;
  }
.s-crew .crew-id .meta b{ color: var(--bone); font-weight: 500; }
.s-crew .crew-head{
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 64px);
    align-items: end;
    margin-bottom: clamp(64px, 8vw, 112px);
  }
@media (min-width: 900px) {.s-crew .crew-head{ grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
}
.s-crew .crew-headline{
    font-family: var(--font-display);
    font-weight: 300;
    font-size: clamp(44px, 6.4vw, 104px);
    line-height: 0.96;
    letter-spacing: -0.015em;
    text-transform: none;
    margin: 0;
    color: var(--bone);
    text-wrap: balance;
    max-width: 14ch;
  }
.s-crew .crew-headline em{
    font-style: normal;
    color: var(--ochre);
    font-weight: 400;
  }
.s-crew .crew-intro{
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.65;
    color: var(--bone-soft);
    max-width: 40ch;
    border-left: 1px solid var(--pine-line);
    padding-left: 24px;
  }
.s-crew .crew-intro b{
    color: var(--bone);
    font-weight: 500;
    display: block;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
.s-crew .crew-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: var(--pine-line);
    border-top: 1px solid var(--pine-line);
    border-bottom: 1px solid var(--pine-line);
  }
@media (min-width: 720px) {.s-crew .crew-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1080px) {.s-crew .crew-grid{ grid-template-columns: repeat(4, 1fr); }
}
.s-crew .card{
    background: var(--pine);
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
    transition: background 240ms ease;
  }
.s-crew .card:hover{ background: var(--pine-soft); }
.s-crew .card-photo{
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #0F1612;
  }
.s-crew .card-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.9) contrast(1.02);
  }
.s-crew .card-photo::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(30,42,35,0) 55%, rgba(30,42,35,0.55) 100%);
    pointer-events: none;
  }
.s-crew .card-idx{
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.22em;
    color: var(--bone);
    text-transform: uppercase;
    position: absolute;
    top: clamp(16px, 1.4vw, 22px);
    left: clamp(16px, 1.4vw, 22px);
    z-index: 2;
    padding: 5px 9px;
    background: rgba(15, 22, 18, 0.55);
    backdrop-filter: blur(4px);
  }
.s-crew .card-idx b{ color: var(--ochre); font-weight: 500; }
.s-crew .card-inner{
    padding: clamp(28px, 2.4vw, 36px) clamp(24px, 2vw, 32px) clamp(32px, 3vw, 44px);
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 1.4vw, 20px);
    flex: 1;
  }
.s-crew .card-title{
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(26px, 1.9vw, 30px);
    line-height: 1.05;
    letter-spacing: 0.005em;
    text-transform: none;
    color: var(--bone);
    margin: 0;
    text-wrap: balance;
  }
.s-crew .card-rule{
    width: 28px;
    height: 1px;
    background: var(--ochre);
    margin: 0;
    display: block;
  }
.s-crew .card-body{
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--bone-soft);
    margin: 0;
  }
.s-crew .card-body b{ color: var(--bone); font-weight: 500; }
.s-crew .card-foot{
    margin-top: auto;
    padding-top: clamp(20px, 2vw, 28px);
    border-top: 1px solid var(--pine-line);
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bone-dim);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
  }
.s-crew .card-foot b{ color: var(--bone); font-weight: 500; }
.s-crew .crew-foot{
    margin-top: clamp(48px, 5vw, 72px);
    padding-top: 22px;
    border-top: 1px solid var(--pine-line);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bone-dim);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }
.s-crew .crew-foot b{ color: var(--bone); font-weight: 500; }
.s-crew .crew-foot .dot{
    width: 5px; height: 5px;
    background: var(--ochre);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
@media (max-width: 719px) {.s-crew .card-photo{ aspect-ratio: 3 / 2; }
}

/* === opyt === */
.s-opyt ::selection{ background: var(--ochre); color: var(--white-bright); }
.s-opyt .wrap{
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
.s-opyt .exp{
    background: var(--paper);
    color: var(--ink);
    padding: clamp(72px, 10vw, 144px) 0 clamp(80px, 10vw, 160px);
    position: relative;
    overflow: hidden;
  }
.s-opyt .exp::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.55;
    background:
      repeating-linear-gradient(
        0deg,
        transparent 0,
        transparent 47px,
        rgba(24, 21, 18, 0.025) 47px,
        rgba(24, 21, 18, 0.025) 48px
      );
  }
.s-opyt .exp > .wrap{ position: relative; z-index: 1; }
.s-opyt .exp-id{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    flex-wrap: wrap;
    padding-bottom: clamp(40px, 5vw, 64px);
    border-bottom: 1px solid var(--stone-light);
    margin-bottom: clamp(48px, 6vw, 80px);
  }
.s-opyt .eyebrow{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--stone);
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
.s-opyt .eyebrow::before{
    content: "";
    width: 36px; height: 1px;
    background: var(--ochre);
    display: inline-block;
  }
.s-opyt .exp-id .meta{
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    color: var(--stone);
    text-transform: uppercase;
  }
.s-opyt .exp-id .meta b{ color: var(--ink); font-weight: 500; }
.s-opyt .exp-head{
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 64px);
    align-items: end;
    margin-bottom: clamp(56px, 7vw, 96px);
  }
@media (min-width: 900px) {.s-opyt .exp-head{ grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
}
.s-opyt .exp-headline{
    font-family: var(--font-display);
    font-weight: 300;
    font-size: clamp(44px, 6.4vw, 104px);
    line-height: 0.96;
    letter-spacing: -0.015em;
    text-transform: none;
    margin: 0;
    color: var(--ink);
    text-wrap: balance;
    max-width: 14ch;
  }
.s-opyt .exp-headline em{
    font-style: normal;
    color: var(--ochre);
    font-weight: 400;
  }
.s-opyt .exp-intro{
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.65;
    color: var(--ink-soft);
    max-width: 40ch;
    border-left: 1px solid var(--stone-light);
    padding-left: 24px;
  }
.s-opyt .exp-intro b{
    color: var(--ink);
    font-weight: 500;
    display: block;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
.s-opyt .exp-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: var(--stone-light);
    border-top: 1px solid var(--stone-light);
    border-bottom: 1px solid var(--stone-light);
  }
@media (min-width: 720px) {.s-opyt .exp-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1080px) {.s-opyt .exp-grid{ grid-template-columns: repeat(3, 1fr); }
}
.s-opyt .card{
    background: var(--paper);
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
    transition: background 260ms ease, transform 260ms ease;
  }
@media (hover: hover) {.s-opyt .card:hover{
      background: var(--white-bright);
      transform: translateY(-4px);
    }
.s-opyt .card:hover .card-photo img{
      transform: scale(1.025);
    }
}
.s-opyt .card-photo{
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #1A1612;
  }
.s-opyt .card-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.95) contrast(1.02);
    transition: transform 600ms ease;
  }
.s-opyt .card-photo::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24,21,18,0) 60%, rgba(24,21,18,0.32) 100%);
    pointer-events: none;
  }
.s-opyt .card-idx{
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.22em;
    color: var(--white-bright);
    text-transform: uppercase;
    position: absolute;
    top: clamp(16px, 1.4vw, 22px);
    left: clamp(16px, 1.4vw, 22px);
    z-index: 2;
    padding: 5px 9px;
    background: rgba(24, 21, 18, 0.55);
    backdrop-filter: blur(4px);
  }
.s-opyt .card-idx b{ color: var(--ochre); font-weight: 500; }
.s-opyt .card-inner{
    padding: clamp(26px, 2.2vw, 34px) clamp(24px, 2vw, 32px) clamp(30px, 2.8vw, 40px);
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.2vw, 18px);
    flex: 1;
  }
.s-opyt .card-title{
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(24px, 1.8vw, 30px);
    line-height: 1.05;
    letter-spacing: 0.005em;
    text-transform: none;
    color: var(--ink);
    margin: 0;
    text-wrap: balance;
  }
.s-opyt .card-rule{
    width: 28px;
    height: 1px;
    background: var(--ochre);
    margin: 0;
    display: block;
  }
.s-opyt .card-body{
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin: 0;
    text-wrap: pretty;
  }
.s-opyt .card-body b{ color: var(--ink); font-weight: 500; }
.s-opyt .card-foot{
    margin-top: auto;
    padding-top: clamp(18px, 1.8vw, 26px);
    border-top: 1px solid var(--stone-light);
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--stone);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
  }
.s-opyt .card-foot b{ color: var(--ink); font-weight: 500; }
.s-opyt .exp-foot{
    margin-top: clamp(48px, 5vw, 72px);
    padding-top: 22px;
    border-top: 1px solid var(--stone-light);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--stone);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }
.s-opyt .exp-foot b{ color: var(--ink); font-weight: 500; }
.s-opyt .exp-foot .dot{
    width: 5px; height: 5px;
    background: var(--ochre);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
@media (max-width: 719px) {.s-opyt .card-photo{ aspect-ratio: 4 / 3; }
}
