:root {
  --ink: #0d0d0d;
  --ink-2: #131313;
  --ink-3: #1a1a1a;
  --ink-4: #292929;
  --paper: #f3eee7;
  --paper-2: #fffaf4;
  --text: #f5f2ef;
  --muted: #b9b3af;
  --dark-text: #171513;
  --dark-muted: #635d58;
  --orange: #ff7d29;
  --orange-soft: #ffb690;
  --line: rgba(255,255,255,.1);
  --dark-line: rgba(24,21,19,.14);
  --radius: 16px;
  --container: 1440px;
  --pad: clamp(20px, 4.2vw, 64px);
  --section: clamp(76px, 9vw, 132px);
  --sans: "Manrope", system-ui, sans-serif;
  --mono: "JetBrains Mono", monospace;
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  max-width: 100%;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.1; letter-spacing: -.035em; }
p:last-child { margin-bottom: 0; }
::selection { background: var(--orange); color: white; }

.container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: var(--section); }
.section--paper { background: var(--paper); color: var(--dark-text); }
.section--ink2 { background: var(--ink-2); }
.section--tight { padding-block: clamp(50px, 6vw, 86px); }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: white; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 18px; color: var(--orange); font: 500 11px/1.2 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.display { font-size: clamp(47px, 5.8vw, 84px); font-weight: 700; }
.title-xl { font-size: clamp(38px, 4.5vw, 66px); font-weight: 700; }
.title-lg { font-size: clamp(34px, 3.7vw, 56px); font-weight: 700; }
.title-md { font-size: clamp(25px, 2.2vw, 36px); font-weight: 650; }
.lead { max-width: 660px; color: var(--muted); font-size: clamp(17px, 1.35vw, 20px); }
.orange { color: var(--orange); }
.mono { font-family: var(--mono); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 72px;
  background: rgba(13,13,13,.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 750; letter-spacing: -.03em; }
.brand svg { color: var(--orange); flex: 0 0 auto; }
.brand span { font-size: 18px; }
.nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 42px); margin-left: auto; }
.nav a:not(.btn) { position: relative; padding-block: 25px 21px; font-size: 13px; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 15px; height: 1px; background: var(--orange); transition: right .25s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.nav a[aria-current="page"] { color: var(--orange-soft); }
.nav .btn { display: none; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 18px; height: 1px; background: currentColor; transition: .25s; }
.nav-toggle span { margin-block: 5px; }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 23px; border: 1px solid rgba(255,255,255,.34); border-radius: 9px; font-size: 12px; font-weight: 700; line-height: 1; transition: transform .2s, background .2s, border-color .2s, color .2s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); border-color: var(--orange); }
.btn--orange { border-color: var(--orange); background: var(--orange); color: white; box-shadow: inset 0 0 20px rgba(255,255,255,.12), 0 12px 30px rgba(255,125,41,.14); }
.btn--orange:hover { background: #e96414; }
.btn--dark { border-color: #4e4945; color: var(--dark-text); }
.btn--dark:hover { background: var(--dark-text); color: white; }
.btn--sm { min-height: 42px; padding: 10px 18px; font-size: 11px; }
.btn svg { transition: transform .2s; }
.btn:hover svg { transform: translateX(3px); }

.home-hero { position: relative; min-height: 680px; background: radial-gradient(circle at 72% 45%, rgba(255,125,41,.11), transparent 35%); overflow: hidden; }
.home-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; pointer-events: none; background: linear-gradient(to top, var(--ink), transparent); }
.home-hero__inner { min-height: 680px; display: flex; align-items: center; position: relative; z-index: 2; }
.home-hero__copy { position: relative; z-index: 3; width: 58%; padding-block: 60px; }
.home-hero h1 { margin-bottom: 25px; max-width: 680px; }
.home-hero h1.display { font-size: clamp(52px, 5vw, 74px); }
.home-hero .lead { max-width: 560px; margin-bottom: 35px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.home-hero__media { position: absolute; z-index: 1; top: 0; bottom: 0; left: 43%; right: 0; }
.home-hero__media::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, var(--ink) 0, rgba(13,13,13,.72) 8%, transparent 34%), linear-gradient(0deg, var(--ink) 0, transparent 22%); }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.thermal-lines { position: absolute; z-index: 3; left: 31%; right: -5%; bottom: 75px; height: 105px; opacity: .72; pointer-events: none; background: repeating-radial-gradient(ellipse at center, transparent 0 22px, rgba(255,125,41,.62) 23px 24px, transparent 25px 31px); mask-image: linear-gradient(90deg, transparent, #000 18%, #000 80%, transparent); transform: perspective(300px) rotateX(67deg); filter: drop-shadow(0 0 9px rgba(255,125,41,.45)); }
.hero-orbit { position: absolute; z-index: 4; left: 49%; top: 31%; width: 190px; aspect-ratio: 1; border: 1px solid rgba(255,125,41,.38); border-radius: 50%; background: rgba(10,10,10,.58); backdrop-filter: blur(16px); display: grid; place-items: center; text-align: center; padding: 28px; font-size: 13px; line-height: 1.55; }
.hero-orbit svg { display: block; color: var(--orange); margin: 0 auto 10px; }
.hero-orbit strong { color: var(--orange); }

.partners { border-block: 1px solid var(--line); background: #0b0b0b; }
.partners__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 35px; overflow-x: auto; scrollbar-width: none; color: #777; }
.partners__inner::-webkit-scrollbar { display: none; }
.partners__label { flex: 0 0 auto; font: 500 9px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.partners__name { flex: 0 0 auto; font-size: 16px; font-weight: 800; letter-spacing: -.03em; }

.benefits { position: relative; overflow: hidden; }
.benefits__inner { display: grid; grid-template-columns: 1.07fr .93fr; min-height: 580px; }
.benefits__grid { position: relative; z-index: 2; align-self: center; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding-block: 50px; padding-right: 26px; }
.benefit-card { min-height: 220px; padding: 30px; background: linear-gradient(145deg, #1a1a1a, #111); border: 1px solid var(--line); border-radius: 9px; transition: border-color .25s, transform .25s; }
.benefit-card:hover { border-color: rgba(255,125,41,.52); transform: translateY(-4px); }
.benefit-card--wide { grid-column: span 2; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 28px; min-height: 180px; }
.benefit-card__icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 25px; color: var(--orange); }
.benefit-card--wide .benefit-card__icon { margin: 0; }
.benefit-card h3 { margin-bottom: 14px; font-size: 18px; letter-spacing: -.02em; }
.benefit-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.benefits__media { position: absolute; inset: 0 0 0 55%; }
.benefits__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, transparent 30%), linear-gradient(0deg, rgba(13,13,13,.12), rgba(13,13,13,.16)); }
.benefits__media img { width: 100%; height: 100%; object-fit: cover; }
.media-note { position: absolute; z-index: 3; right: var(--pad); bottom: 65px; max-width: 245px; padding: 22px; background: rgba(15,15,15,.88); border: 1px solid rgba(255,125,41,.28); border-radius: 10px; backdrop-filter: blur(15px); display: flex; gap: 15px; font-size: 13px; }
.media-note svg { color: var(--orange); flex: 0 0 auto; }

.offer-head { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 48px; }
.offer-head h2 { max-width: 760px; margin-bottom: 0; }
.offer-head__side { width: min(100%, 420px); color: var(--dark-muted); }
.offer-head__side p { margin-bottom: 20px; }
.service-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.service-card { position: relative; min-height: 390px; border-radius: 9px; overflow: hidden; color: white; isolation: isolate; }
.service-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.93), rgba(0,0,0,.1) 70%); }
.service-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover img { transform: scale(1.045); }
.service-card__body { position: absolute; inset: auto 19px 20px; }
.service-card__icon { color: var(--orange); margin-bottom: 10px; }
.service-card h3 { margin: 0 46px 10px 0; font-size: 20px; letter-spacing: -.035em; }
.service-card p { max-height: 0; margin: 0; color: #d3ceca; font-size: 13px; overflow: hidden; opacity: 0; transition: max-height .35s, opacity .35s; }
.service-card:hover p { max-height: 80px; opacity: 1; }
.card-arrow { position: absolute; right: 18px; bottom: 18px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transition: .25s; }
.service-card:hover .card-arrow { background: var(--orange); border-color: var(--orange); }

.about-strip { position: relative; overflow: hidden; min-height: 480px; display: flex; align-items: center; }
.about-strip__media { position: absolute; inset: 0 0 0 52%; }
.about-strip__media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--ink) 0, transparent 47%), linear-gradient(0deg, rgba(0,0,0,.18), rgba(0,0,0,.18)); }
.about-strip__media img { width: 100%; height: 100%; object-fit: cover; }
.about-strip__inner { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: center; }
.about-strip__copy { max-width: 500px; }
.about-strip__copy p:not(.eyebrow) { color: var(--muted); margin-bottom: 28px; }
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.stat strong { display: block; color: var(--orange); font-size: clamp(36px, 4vw, 58px); line-height: 1; font-weight: 500; letter-spacing: -.05em; }
.stat span { display: block; margin-top: 11px; color: var(--muted); font: 500 9px/1.5 var(--mono); letter-spacing: .05em; }

.cta-bar { background: var(--paper); color: var(--dark-text); }
.cta-bar__inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-bar__pitch { display: flex; align-items: center; gap: 19px; font-weight: 650; line-height: 1.3; }
.cta-bar__pitch svg { color: var(--orange); flex: 0 0 auto; }
.cta-bar__action { display: flex; align-items: center; gap: 28px; }
.phone { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; white-space: nowrap; }

.site-footer { background: #090909; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: 50px; padding-block: 64px 54px; }
.footer-main h3 { margin: 0 0 18px; font: 500 10px var(--mono); letter-spacing: .12em; color: var(--orange); text-transform: uppercase; }
.footer-main p, .footer-main a { color: #918b87; font-size: 13px; }
.footer-main a { display: block; margin-block: 8px; transition: color .2s; }
.footer-main a:hover { color: white; }
.footer-brand p { max-width: 340px; margin-top: 20px; }
.footer-bottom { min-height: 62px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #77716d; font-size: 11px; }
.footer-bottom div { display: flex; gap: 22px; }

.page-hero { position: relative; min-height: 485px; display: flex; align-items: end; padding-block: 90px 70px; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 5%, rgba(13,13,13,.88) 38%, rgba(13,13,13,.12)), linear-gradient(0deg, var(--ink) 0, transparent 45%); }
.page-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; }
.page-hero__inner { position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; margin-bottom: 20px; }
.breadcrumbs { margin-bottom: 30px; color: #a49e9a; font: 500 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--orange); }
.breadcrumbs span { margin-inline: 9px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.split--reverse > :first-child { order: 2; }
.split__media { position: relative; border-radius: var(--radius); overflow: hidden; }
.split__media img { width: 100%; aspect-ratio: 1.18/1; object-fit: cover; }
.split__media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; pointer-events: none; }
.split__copy > p:not(.eyebrow) { color: var(--muted); }
.section--paper .split__copy > p:not(.eyebrow) { color: var(--dark-muted); }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 800; }

.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.info-card { padding: clamp(26px, 3vw, 40px); border: 1px solid var(--line); background: var(--ink-3); border-radius: var(--radius); }
.section--paper .info-card { border-color: var(--dark-line); background: rgba(255,255,255,.5); }
.info-card__no { display: block; margin-bottom: 35px; color: var(--orange); font: 500 11px var(--mono); }
.info-card h3 { margin-bottom: 16px; font-size: 24px; }
.info-card p { color: var(--muted); }
.section--paper .info-card p { color: var(--dark-muted); }

.process { display: grid; grid-template-columns: repeat(4,1fr); counter-reset: process; }
.process__item { position: relative; padding: 34px 28px 32px; border-top: 1px solid #857d77; counter-increment: process; }
.process__item::before { content: "0" counter(process); display: block; margin-bottom: 40px; color: var(--orange); font: 500 12px var(--mono); }
.process__item::after { content: ""; position: absolute; top: -4px; left: 28px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.process__item h3 { font-size: 19px; }
.process__item p { color: var(--dark-muted); font-size: 14px; }

.portfolio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.project { position: relative; min-height: 510px; border-radius: var(--radius); overflow: hidden; isolation: isolate; }
.project:nth-child(3n) { grid-column: span 2; min-height: 550px; }
.project::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), transparent 64%); }
.project img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.project:hover img { transform: scale(1.035); }
.project__body { position: absolute; left: 30px; right: 30px; bottom: 28px; }
.project__tag { font: 500 10px var(--mono); color: var(--orange); text-transform: uppercase; letter-spacing: .09em; }
.project h2 { margin: 10px 0 8px; font-size: 29px; }
.project p { margin: 0; color: #c9c3bf; }

.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.article-card { display: flex; flex-direction: column; border: 1px solid var(--dark-line); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.45); transition: transform .25s; }
.article-card:hover { transform: translateY(-5px); }
.article-card img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.article-card__body { padding: 25px; }
.article-card time { display: block; margin-bottom: 14px; color: var(--orange); font: 500 10px var(--mono); text-transform: uppercase; }
.article-card h2 { font-size: 22px; }
.article-card p { color: var(--dark-muted); font-size: 14px; }

.service-index { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.service-row { display: grid; grid-template-columns: 180px 1fr; min-height: 230px; border: 1px solid var(--dark-line); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.44); }
.service-row img { width: 100%; height: 100%; object-fit: cover; }
.service-row__body { padding: 28px; }
.service-row h2 { font-size: 25px; }
.service-row p { color: var(--dark-muted); font-size: 14px; }
.service-row a { color: var(--orange); font: 600 11px var(--mono); }

.spec-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.spec { padding: 28px 24px; border: 1px solid var(--line); border-radius: 10px; background: var(--ink-3); }
.spec strong { display: block; margin-bottom: 8px; color: var(--orange); font-size: 24px; }
.spec span { color: var(--muted); font-size: 13px; }

.faq { max-width: 960px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__question { width: 100%; display: flex; justify-content: space-between; gap: 30px; padding: 25px 0; border: 0; background: none; text-align: left; font-size: 18px; cursor: pointer; }
.faq__question span:last-child { color: var(--orange); font-size: 26px; transition: transform .25s; }
.faq__question[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.faq__answer > div { overflow: hidden; }
.faq__answer p { max-width: 760px; padding: 0 0 24px; color: var(--muted); }
.faq__question[aria-expanded="true"] + .faq__answer { grid-template-rows: 1fr; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,8vw,120px); }
.contact-list { margin-top: 35px; }
.contact-list__item { display: grid; grid-template-columns: 34px 1fr; gap: 14px; margin-block: 23px; }
.contact-list__item svg { color: var(--orange); }
.contact-list__item small { display: block; color: var(--muted); font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.contact-list__item strong { font-size: 17px; }
.form { padding: clamp(28px,4vw,48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-3); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field--wide { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; }
.field input, .field select, .field textarea { width: 100%; min-height: 51px; padding: 12px 15px; border: 1px solid #46413e; border-radius: 7px; outline: 0; background: #111; color: white; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,125,41,.12); }
.form__note { margin: 17px 0; color: #8e8884; font-size: 11px; }
.form__status { display: none; margin-top: 18px; padding: 15px; border: 1px solid rgba(255,125,41,.35); color: var(--orange-soft); }
.form__status.is-visible { display: block; }

.legal { max-width: 900px; }
.legal h2 { margin-top: 48px; font-size: 27px; }
.legal h3 { margin-top: 32px; }
.legal p, .legal li { color: var(--dark-muted); }
.sitemap-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.sitemap-card { padding: 28px; border: 1px solid var(--dark-line); border-radius: 12px; }
.sitemap-card h2 { font-size: 21px; }
.sitemap-card a { display: block; padding-block: 5px; color: var(--dark-muted); }
.sitemap-card a:hover { color: var(--orange); }

.proto { position: fixed; z-index: 200; left: 16px; bottom: 16px; width: min(330px, calc(100vw - 32px)); color: white; font-size: 12px; filter: drop-shadow(0 10px 30px rgba(0,0,0,.4)); }
.proto__toggle { width: 100%; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px 8px 0 0; background: #262626; cursor: pointer; text-align: left; }
.proto__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,125,41,.14); }
.proto__chev { margin-left: auto; transition: transform .25s; }
.proto.is-collapsed .proto__chev { transform: rotate(180deg); }
.proto__panel { padding: 13px; border: 1px solid rgba(255,255,255,.12); border-top: 0; border-radius: 0 0 8px 8px; background: rgba(18,18,18,.94); backdrop-filter: blur(15px); color: #bdb7b3; line-height: 1.45; }
.proto__panel strong { color: white; }
.proto.is-collapsed { width: 190px; }
.proto.is-collapsed .proto__toggle { border-radius: 8px; }
.proto.is-collapsed .proto__panel { display: none; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .header-cta { display: none; }
  .nav { gap: 22px; }
  .hero-orbit { left: 54%; width: 160px; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .service-card { min-height: 360px; }
  .service-card:nth-child(n+4) { min-height: 330px; }
  .service-card:nth-child(4) { grid-column: span 2; }
  .benefits__grid { grid-template-columns: repeat(2,1fr); width: 62%; }
  .benefits__media { left: 52%; }
  .benefit-card--wide { grid-column: span 2; }
  .about-strip__inner { grid-template-columns: .75fr 1.25fr; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .cards-3, .article-grid { grid-template-columns: repeat(2,1fr); }
  .cards-3 > :last-child { grid-column: span 2; }
  .service-index { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .site-header { height: 66px; }
  .nav-toggle { display: flex; flex-direction: column; }
  .nav { position: absolute; top: 65px; left: 0; width: 100%; height: calc(100vh - 65px); padding: 38px var(--pad); background: rgba(13,13,13,.98); flex-direction: column; align-items: stretch; gap: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s; overflow-y: auto; }
  .nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .nav a:not(.btn) { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
  .nav a:not(.btn)::after { display: none; }
  .nav .btn { display: inline-flex; margin-top: 22px; }
  .home-hero, .home-hero__inner { min-height: 780px; }
  .home-hero__copy { width: 70%; padding-top: 92px; }
  .home-hero__media { left: 32%; }
  .home-hero__media::before { background: linear-gradient(90deg, var(--ink), rgba(13,13,13,.7) 30%, transparent 67%), linear-gradient(0deg,var(--ink),transparent 32%); }
  .hero-orbit { left: auto; right: 7%; top: 24%; }
  .thermal-lines { left: 23%; }
  .benefits__inner { display: block; min-height: 820px; }
  .benefits__grid { width: 68%; }
  .benefits__media { left: 45%; }
  .offer-head { align-items: start; flex-direction: column; gap: 28px; }
  .offer-head__side { width: 100%; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:nth-child(4) { grid-column: auto; }
  .service-card:last-child { grid-column: span 2; }
  .about-strip { min-height: 690px; align-items: start; padding-top: 80px; }
  .about-strip__media { inset: 42% 0 0 30%; }
  .about-strip__media::before { background: linear-gradient(180deg,var(--ink),transparent 45%); }
  .about-strip__inner { grid-template-columns: 1fr; }
  .cta-bar__inner { padding-block: 25px; flex-direction: column; align-items: stretch; }
  .cta-bar__action { justify-content: space-between; }
  .footer-main { grid-template-columns: 1.4fr 1fr; }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: initial; }
  .process { grid-template-columns: repeat(2,1fr); }
  .spec-grid { grid-template-columns: repeat(2,1fr); }
  .sitemap-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  :root { --section: 72px; }
  .display { font-size: clamp(42px, 13vw, 61px); }
  .home-hero, .home-hero__inner { min-height: 860px; }
  .home-hero__inner { align-items: flex-start; }
  .home-hero__copy { width: 100%; padding-top: 64px; padding-bottom: 260px; }
  .home-hero__copy .lead { max-width: 100%; color: #d3ccc7; }
  .home-hero__media { inset: 0; }
  .home-hero__media::before { background: linear-gradient(180deg, rgba(13,13,13,.9) 0%, rgba(13,13,13,.72) 42%, rgba(13,13,13,.18) 72%, rgba(13,13,13,.76) 100%), linear-gradient(90deg, rgba(13,13,13,.48), transparent 72%); }
  .home-hero__media img { object-position: 61% center; }
  .hero-orbit { left: auto; right: 20px; top: auto; bottom: 75px; width: 154px; font-size: 11px; }
  .thermal-lines { left: -10%; right: -45%; bottom: 38px; opacity: .48; }
  .partners__inner { justify-content: flex-start; min-height: 65px; }
  .benefits__inner { min-height: auto; padding-bottom: 0; }
  .benefits__grid { width: 100%; grid-template-columns: 1fr; padding-right: 0; padding-bottom: 410px; }
  .benefit-card--wide { grid-column: auto; display: block; min-height: 220px; }
  .benefit-card--wide .benefit-card__icon { margin-bottom: 25px; }
  .benefits__media { top: auto; left: 0; height: 430px; }
  .media-note { right: 20px; bottom: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(n+4), .service-card:last-child { grid-column: auto; min-height: 410px; }
  .service-card p { max-height: 80px; opacity: 1; }
  .about-strip { min-height: 780px; }
  .about-strip__media { inset: 50% -30% 0 0; }
  .stats { gap: 26px 15px; }
  .cta-bar__action { align-items: stretch; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-block: 20px; }
  .footer-bottom div { flex-wrap: wrap; gap: 8px 18px; }
  .page-hero { min-height: 450px; }
  .cards-3, .article-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .cards-3 > :last-child, .project:nth-child(3n) { grid-column: auto; }
  .project, .project:nth-child(3n) { min-height: 430px; }
  .process { grid-template-columns: 1fr; }
  .spec-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; }
  .service-row img { height: 220px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .proto { left: 10px; bottom: 10px; width: min(310px, calc(100vw - 20px)); }
  .proto.is-collapsed { width: 190px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
