:root {
  --ink: #101110;
  --ink-soft: #171918;
  --stone: #d5d0c6;
  --stone-light: #ede9e1;
  --paper: #f3f0e9;
  --muted: #9a9a94;
  --copper: #c47d53;
  --copper-on-light: #7d3d1d;
  --line-dark: rgba(255, 255, 255, .16);
  --line-light: rgba(16, 17, 16, .18);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --header-h: 5.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--stone-light); font-family: var(--body); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: rgba(196, 125, 83, .25); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--copper); color: var(--ink); }

.skip-link { position: fixed; z-index: 999; top: .75rem; left: .75rem; padding: .75rem 1rem; background: var(--paper); color: var(--ink); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: fixed; z-index: 220; top: 0; left: 0; width: 100%; height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 var(--gutter); border-bottom: 1px solid var(--line-dark); background: rgba(16, 17, 16, .86); backdrop-filter: blur(18px); transition: height .3s ease, background-color .3s ease; }
.site-header.scrolled { height: 4.4rem; background: rgba(16, 17, 16, .96); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: .7rem; color: #fff; font-family: var(--display); font-size: 1.45rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; line-height: 1; }
.brand > span > span { color: var(--copper); }
.brand-mark { width: 1.6rem; height: 1.85rem; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.1; }
.desktop-nav { display: flex; gap: clamp(1.5rem, 3vw, 3.5rem); align-items: center; }
.desktop-nav a { position: relative; color: #d9d7d1; font-size: .76rem; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -.5rem; width: 100%; height: 1px; background: var(--copper); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: .8rem; color: #fff; font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.header-cta span { display: grid; width: 2.15rem; height: 2.15rem; place-items: center; border: 1px solid var(--copper); transition: background-color .2s ease, color .2s ease; }
.header-cta:hover span { background: var(--copper); color: var(--ink); }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; padding: .65rem; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: .35rem 0; background: white; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(.35rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-.35rem) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 210; inset: 0; padding: calc(var(--header-h) + 4rem) var(--gutter) max(3rem, env(safe-area-inset-bottom)); background: var(--ink); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; padding: .75rem 0; border-bottom: 1px solid var(--line-dark); font-family: var(--display); font-size: clamp(2.8rem, 14vw, 5rem); font-weight: 600; line-height: 1; text-decoration: none; text-transform: uppercase; }
.mobile-menu .mobile-menu-cta { margin-top: 2rem; border: 0; color: var(--copper); font-size: 1rem; font-family: var(--body); letter-spacing: .1em; }

main { overflow: clip; }
section { scroll-margin-top: var(--header-h); }
.section-label, .eyebrow { margin: 0; color: var(--copper); font-size: .68rem; font-weight: 600; letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.section-label::before, .eyebrow::before { content: ""; display: inline-block; width: 2rem; height: 1px; margin: 0 .75rem .22rem 0; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 600; line-height: .9; text-transform: uppercase; text-wrap: balance; }
h2 em, h3 em { color: var(--copper); font-style: normal; }

.hero { position: relative; min-height: 100svh; padding: calc(var(--header-h) + clamp(3rem, 8vh, 7rem)) var(--gutter) clamp(3rem, 8vh, 6rem); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .72fr); align-items: center; gap: clamp(2rem, 6vw, 7rem); }
.hero::before { content: ""; position: absolute; z-index: 0; inset: 0; opacity: .25; background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px); background-size: 6.25vw 6.25vw; mask-image: linear-gradient(to right, #000, transparent 74%); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero-copy { padding-top: 2rem; }
.hero-display { max-width: 12ch; margin: clamp(1.5rem, 4vh, 3rem) 0 2rem; color: #f6f3ed; font-family: var(--display); font-size: clamp(4.5rem, 9.2vw, 10.8rem); font-weight: 600; letter-spacing: -.035em; line-height: .9; text-transform: uppercase; text-wrap: balance; }
.hero-display span { display: block; }
.hero-display span:nth-child(2) { color: transparent; -webkit-text-stroke: 1px rgba(246, 243, 237, .65); }
.hero-intro { max-width: 32rem; margin: 0 0 2.4rem; color: #c8c6c0; font-size: clamp(1.05rem, 1.4vw, 1.35rem); line-height: 1.55; text-wrap: pretty; }
.text-link { display: inline-flex; align-items: center; gap: 1.2rem; padding-bottom: .5rem; border-bottom: 1px solid var(--copper); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: gap .2s ease; }
.text-link:hover { gap: 1.7rem; }
.hero-visual { justify-self: end; width: min(100%, 34rem); margin: 0; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; top: -2rem; right: -2rem; width: 70%; height: 70%; border-top: 1px solid var(--copper); border-right: 1px solid var(--copper); }
.hero-visual img { width: 100%; max-height: 73svh; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.03); }
.hero-visual figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; color: #aaa9a4; font-size: .68rem; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.hero-visual figcaption span:first-child { color: var(--copper); font-variant-numeric: tabular-nums; }
.hero-side { position: absolute; z-index: 1; right: .4rem; bottom: 4rem; margin: 0; color: #6d6f6c; font-size: .58rem; letter-spacing: .18em; writing-mode: vertical-rl; }

.manifesto { position: relative; padding: clamp(7rem, 13vw, 13rem) var(--gutter); display: grid; grid-template-columns: .55fr 1.7fr; gap: 4rem; background: var(--paper); color: var(--ink); }
.manifesto .section-label { color: #80614f; }
.manifesto h2 em { color: var(--copper-on-light); }
.manifesto-content { max-width: 68rem; }
.manifesto h2 { font-size: clamp(3.5rem, 7.5vw, 8rem); letter-spacing: -.025em; }
.manifesto-content > p { max-width: 40rem; margin: 3rem 0 0 auto; color: #474844; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.ascent-line { position: absolute; top: 0; left: calc(var(--gutter) - .5rem); width: 1px; height: 100%; background: var(--line-light); }
.ascent-line span { position: sticky; top: var(--header-h); display: block; width: 1px; height: 20vh; background: var(--copper); }

.equipment { min-height: 52rem; display: grid; grid-template-columns: 1.12fr .88fr; background: var(--ink-soft); }
.equipment-image { position: relative; min-height: 48rem; overflow: hidden; }
.equipment-image img { width: 100%; height: 100%; object-fit: cover; }
.equipment-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(23,25,24,.8)); pointer-events: none; }
.years-stamp { position: absolute; z-index: 1; right: 0; bottom: 3rem; width: 10rem; height: 10rem; display: flex; align-items: center; justify-content: center; gap: .8rem; background: var(--copper); color: var(--ink); }
.years-stamp strong { font-family: var(--display); font-size: 5rem; line-height: 1; }
.years-stamp span { font-size: .62rem; font-weight: 600; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.equipment-copy { align-self: center; padding: clamp(4rem, 8vw, 9rem) var(--gutter); }
.equipment-copy h2 { margin: 2rem 0; font-size: clamp(3.3rem, 5.5vw, 6.5rem); }
.equipment-copy p { max-width: 36rem; color: #b8b8b1; }
.equipment-copy .lead { color: #f0eee8; font-size: 1.25rem; }
.equipment-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 3rem 0 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.equipment-facts li { padding: 1.25rem .5rem 0 0; color: #e8e5de; font-family: var(--display); font-size: 1.25rem; text-transform: uppercase; }
.equipment-facts span { display: block; margin-bottom: .3rem; color: var(--copper); font-family: var(--body); font-size: .58rem; letter-spacing: .1em; }

.positioning { padding: clamp(7rem, 12vw, 12rem) var(--gutter); background: #c9c5bb; color: var(--ink); }
.positioning .section-label { margin-bottom: 4rem; color: var(--copper-on-light); }
.positioning-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line-light); }
.position-card { min-height: 33rem; display: flex; flex-direction: column; padding: clamp(2rem, 4vw, 4.5rem); background: var(--ink); color: var(--paper); }
.position-card-light { background: var(--paper); color: var(--ink); }
.position-card-light .position-index, .position-card-light h3 em { color: var(--copper-on-light); }
.position-index { color: var(--copper); font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.position-card h3 { margin: auto 0 2rem; font-size: clamp(4.5rem, 8vw, 9rem); letter-spacing: -.03em; }
.position-card p { max-width: 30rem; margin: 0; color: #aeadA7; }
.position-card-light p { color: #52534e; }
.positioning-statement { margin: clamp(4rem, 8vw, 8rem) 0 0; font-family: var(--display); font-size: clamp(3.5rem, 7.8vw, 9rem); font-weight: 600; letter-spacing: -.02em; line-height: .9; text-align: center; text-transform: uppercase; }
.positioning-statement span { color: transparent; -webkit-text-stroke: 1px rgba(16, 17, 16, .55); }

.people { display: grid; grid-template-columns: .72fr 1.28fr; background: var(--paper); color: var(--ink); }
.people-copy { align-self: center; padding: clamp(5rem, 8vw, 9rem) var(--gutter); }
.people-copy .section-label { color: #80614f; }
.people-copy h2 em { color: var(--copper-on-light); }
.people-copy h2 { margin: 2rem 0; font-size: clamp(3.4rem, 5vw, 6.2rem); }
.people-copy > p:last-child { max-width: 32rem; color: #52534e; }
.people-image { position: relative; min-height: 44rem; margin: 0; overflow: hidden; }
.people-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.people-image figcaption { position: absolute; bottom: 0; left: 0; padding: 1rem 1.5rem; background: var(--paper); color: var(--ink); font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.origin { padding: clamp(7rem, 12vw, 12rem) var(--gutter); display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(4rem, 9vw, 10rem); background: #121312; }
.origin-quote { position: relative; min-height: 35rem; padding: clamp(2.5rem, 5vw, 5rem); display: flex; align-items: flex-end; border: 1px solid var(--line-dark); }
.origin-quote svg { position: absolute; top: 2rem; right: 2rem; width: 7rem; fill: none; stroke: rgba(196,125,83,.45); stroke-width: 1; }
.origin-quote blockquote { position: relative; z-index: 1; max-width: 19ch; margin: 0; color: var(--paper); font-family: var(--display); font-size: clamp(2.6rem, 4vw, 4.8rem); font-weight: 500; line-height: .98; text-transform: uppercase; }
.origin-copy { align-self: center; }
.origin-copy h2 { margin: 2rem 0; font-size: clamp(3.4rem, 5.5vw, 6.5rem); }
.origin-copy p:not(.section-label) { max-width: 35rem; color: #aaa9a3; }

.final-cta { position: relative; min-height: 90svh; padding: clamp(8rem, 14vw, 15rem) var(--gutter); display: flex; flex-direction: column; justify-content: center; background: var(--copper); color: var(--ink); }
.final-cta .section-label { color: var(--ink); }
.final-cta .section-label::before { background: var(--ink); }
.final-cta h2 { position: relative; z-index: 1; max-width: 11ch; margin: 2rem 0; font-size: clamp(5rem, 11vw, 12.5rem); letter-spacing: -.035em; }
.final-cta > p:not(.section-label) { position: relative; z-index: 1; max-width: 40rem; font-size: clamp(1.1rem, 1.5vw, 1.4rem); }
.launch-note { position: relative; z-index: 1; width: fit-content; max-width: 36rem; display: flex; align-items: center; gap: 1rem; margin-top: 3rem; padding: 1rem 1.25rem; border: 1px solid rgba(16,17,16,.45); font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.pulse { width: .55rem; height: .55rem; flex: 0 0 auto; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 0 rgba(16,17,16,.4); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 .6rem rgba(16,17,16,0); } 100% { box-shadow: 0 0 0 0 rgba(16,17,16,0); } }
.cta-step { position: absolute; right: 0; bottom: 0; width: 48%; height: 68%; opacity: .15; display: flex; flex-direction: column-reverse; align-items: flex-end; }
.cta-step span { display: block; height: 25%; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.cta-step span:nth-child(1) { width: 100%; }.cta-step span:nth-child(2) { width: 75%; }.cta-step span:nth-child(3) { width: 50%; }.cta-step span:nth-child(4) { width: 25%; }

.site-footer { padding: 3rem var(--gutter) max(3rem, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; border-top: 1px solid var(--line-dark); background: var(--ink); }
.footer-brand { align-self: start; }
.site-footer p { margin: 0; color: #8f908b; font-size: .72rem; letter-spacing: .05em; line-height: 1.6; text-transform: uppercase; }
.site-footer > a:last-child { justify-self: end; color: #d6d4cd; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

/* Sobre nosotros */
.breadcrumbs { display: flex; gap: .65rem; margin-bottom: 2rem; color: #888984; font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a { color: #d4d2cc; text-decoration: none; }
.breadcrumbs a:hover { color: var(--copper); }
.about-hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(24rem, .8fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); padding: calc(var(--header-h) + clamp(4rem, 8vw, 8rem)) var(--gutter) clamp(5rem, 9vw, 9rem); background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px); background-size: 6.25vw 6.25vw; }
.about-hero-copy { position: relative; z-index: 1; }
.about-display { max-width: 10ch; margin: 2rem 0; color: var(--paper); font-family: var(--display); font-size: clamp(5rem, 10.5vw, 11.5rem); font-weight: 600; letter-spacing: -.035em; line-height: .84; text-transform: uppercase; }
.about-display em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(246, 243, 237, .68); }
.about-intro { max-width: 38rem; margin: 0; color: #c6c5bf; font-size: clamp(1.1rem, 1.5vw, 1.4rem); line-height: 1.6; text-wrap: pretty; }
.about-hero-image { position: relative; width: 100%; margin: 0; }
.about-hero-image::before { content: ""; position: absolute; z-index: 1; top: -1.5rem; right: -1.5rem; width: 55%; height: 55%; border-top: 1px solid var(--copper); border-right: 1px solid var(--copper); pointer-events: none; }
.about-hero-image img { width: 100%; height: min(68svh, 48rem); object-fit: cover; filter: saturate(.75) contrast(1.05); }
.about-hero-image figcaption { padding-top: 1rem; color: #979892; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.about-origin { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); padding: clamp(7rem, 12vw, 13rem) var(--gutter); background: var(--paper); color: var(--ink); }
.about-year { overflow: hidden; color: transparent; font-family: var(--display); font-size: clamp(9rem, 22vw, 24rem); font-weight: 600; letter-spacing: -.06em; line-height: .7; -webkit-text-stroke: 1px rgba(16, 17, 16, .32); }
.about-origin .section-label { color: var(--copper-on-light); }
.about-origin h2 { margin: 2rem 0 2.5rem; font-size: clamp(3.8rem, 6.5vw, 7.5rem); }
.about-origin h2 em { color: var(--copper-on-light); }
.about-origin-copy > p:not(.section-label) { max-width: 42rem; color: #484a45; font-size: clamp(1rem, 1.25vw, 1.18rem); }
.about-method { padding: clamp(7rem, 12vw, 12rem) var(--gutter); background: var(--ink-soft); }
.about-method-head { display: grid; grid-template-columns: .55fr 1.1fr .85fr; gap: clamp(2rem, 5vw, 6rem); align-items: end; }
.about-method-head h2 { font-size: clamp(4rem, 7vw, 8rem); }
.about-method-head h2 em { color: var(--copper); }
.about-method-head > p:last-child { margin: 0; color: #aaa9a3; }
.about-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: clamp(4rem, 8vw, 8rem) 0 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.about-steps li { min-height: 20rem; padding: 2rem clamp(1.5rem, 3vw, 3rem) 2rem 0; border-right: 1px solid var(--line-dark); }
.about-steps li + li { padding-left: clamp(1.5rem, 3vw, 3rem); }
.about-steps li:last-child { border-right: 0; }
.about-steps span { display: block; color: var(--copper); font-size: .62rem; letter-spacing: .14em; }
.about-steps strong { display: block; margin: 4.5rem 0 1.5rem; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 600; line-height: .9; text-transform: uppercase; }
.about-steps p { max-width: 24rem; margin: 0; color: #aaa9a3; }
.about-belief { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(4rem, 9vw, 10rem); align-items: center; padding: clamp(7rem, 12vw, 12rem) var(--gutter); background: #c9c5bb; color: var(--ink); }
.about-belief .section-label { color: var(--copper-on-light); }
.about-belief h2 { margin-top: 2rem; font-size: clamp(4.2rem, 7vw, 8rem); }
.about-belief h2 em { color: var(--copper-on-light); }
.about-belief-text { max-width: 40rem; }
.about-belief-text p { color: #41423e; font-size: clamp(1.05rem, 1.35vw, 1.22rem); }
.about-belief-text .text-link { margin-top: 2rem; }
.about-close { position: relative; min-height: 80svh; display: flex; flex-direction: column; justify-content: center; padding: clamp(8rem, 13vw, 14rem) var(--gutter); background: var(--ink); }
.about-close h2 { max-width: 13ch; margin: 2rem 0; font-size: clamp(4.5rem, 9vw, 10rem); }
.about-close h2 em { color: var(--copper); }
.about-close > p:not(.section-label) { max-width: 38rem; color: #aaa9a3; font-size: 1.15rem; }
.about-cta { width: fit-content; display: inline-flex; gap: 1rem; align-items: center; margin-top: 2.5rem; padding: 1rem 1.25rem; border: 1px solid var(--copper); color: var(--paper); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.about-cta:hover { background: var(--copper); color: var(--ink); }

@media (max-width: 980px) {
  :root { --header-h: 4.5rem; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 4rem; padding-top: calc(var(--header-h) + 4rem); }
  .hero-display { font-size: clamp(4.2rem, 15vw, 8rem); }
  .hero-visual { justify-self: stretch; width: 72%; margin-left: auto; }
  .hero-visual img { max-height: 66rem; }
  .hero-side { display: none; }
  .manifesto { grid-template-columns: 1fr; gap: 3rem; }
  .manifesto-content > p { margin-left: 0; }
  .equipment, .people, .origin { grid-template-columns: 1fr; }
  .equipment-image { min-height: 36rem; }
  .people-image { min-height: 34rem; grid-row: 1; }
  .origin-quote { min-height: 28rem; }
  .about-hero, .about-origin, .about-belief { grid-template-columns: 1fr; }
  .about-hero { min-height: auto; }
  .about-hero-image { width: 76%; margin-left: auto; }
  .about-method-head { grid-template-columns: 1fr; align-items: start; }
  .about-year { font-size: 28vw; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > a:last-child { grid-column: 2; grid-row: 1; }
}

@media (max-width: 640px) {
  :root { --gutter: 1.25rem; }
  body { font-size: .95rem; }
  .site-header { padding-top: env(safe-area-inset-top); height: calc(var(--header-h) + env(safe-area-inset-top)); }
  .site-header.scrolled { height: calc(4.2rem + env(safe-area-inset-top)); }
  .brand { font-size: 1.25rem; }
  .brand-mark { width: 1.35rem; }
  .hero { padding-top: calc(var(--header-h) + env(safe-area-inset-top) + 3rem); padding-bottom: 4rem; gap: 3rem; }
  .hero::before { background-size: 25vw 25vw; }
  .hero-copy { padding-top: 0; }
  .hero-display { margin: 1.5rem 0; font-size: clamp(4rem, 20.8vw, 6rem); line-height: .86; }
  .hero-intro { margin-bottom: 1.8rem; font-size: 1rem; }
  .hero-visual { width: calc(100% - 2rem); }
  .hero-visual::before { top: -1rem; right: -1rem; }
  .hero-visual img { height: 61svh; max-height: 42rem; object-position: 52% center; }
  .manifesto { padding-top: 6rem; padding-bottom: 6rem; gap: 2.5rem; }
  .manifesto h2 { font-size: clamp(3.15rem, 15.5vw, 5.2rem); }
  .manifesto-content > p { margin-top: 2rem; font-size: 1rem; }
  .ascent-line { left: .6rem; }
  .equipment-image { min-height: 23rem; }
  .equipment-image::after { background: linear-gradient(0deg, rgba(23,25,24,.65), transparent 45%); }
  .years-stamp { right: 1rem; bottom: 1rem; width: 7.5rem; height: 7.5rem; }
  .years-stamp strong { font-size: 3.7rem; }
  .equipment-copy { padding-top: 4.5rem; padding-bottom: 5rem; }
  .equipment-copy h2 { font-size: 3.6rem; }
  .equipment-facts li { font-size: 1rem; }
  .positioning { padding-top: 5.5rem; padding-bottom: 6rem; }
  .positioning .section-label { margin-bottom: 2.5rem; }
  .positioning-grid { grid-template-columns: 1fr; }
  .position-card { min-height: 25rem; padding: 2rem; }
  .position-card h3 { font-size: 5.3rem; }
  .positioning-statement { margin-top: 4rem; font-size: 3.45rem; text-align: left; }
  .people-image { min-height: 22rem; }
  .people-image img { object-position: 52% center; }
  .people-image figcaption { max-width: 75%; padding: .75rem 1rem; }
  .people-copy { padding-top: 5rem; padding-bottom: 5rem; }
  .people-copy h2 { font-size: 3.6rem; }
  .origin { gap: 4rem; padding-top: 5rem; padding-bottom: 6rem; }
  .origin-quote { min-height: 24rem; padding: 2rem; }
  .origin-quote svg { width: 4.5rem; }
  .origin-quote blockquote { font-size: 2.6rem; }
  .origin-copy h2 { font-size: 3.8rem; }
  .final-cta { min-height: 82svh; padding-top: 7rem; padding-bottom: 7rem; }
  .final-cta h2 { font-size: clamp(4.3rem, 20vw, 6.5rem); }
  .launch-note { align-items: flex-start; font-size: .66rem; }
  .about-hero { gap: 3rem; padding-top: calc(var(--header-h) + env(safe-area-inset-top) + 3rem); padding-bottom: 5rem; background-size: 25vw 25vw; }
  .breadcrumbs { margin-bottom: 1.5rem; }
  .about-display { margin: 1.5rem 0; font-size: clamp(4.5rem, 22vw, 6.8rem); }
  .about-intro { font-size: 1rem; }
  .about-hero-image { width: calc(100% - 2rem); }
  .about-hero-image::before { top: -1rem; right: -1rem; }
  .about-hero-image img { height: 58svh; max-height: 34rem; }
  .about-origin { gap: 3.5rem; padding-top: 6rem; padding-bottom: 6rem; }
  .about-year { font-size: 38vw; }
  .about-origin h2 { font-size: 4rem; }
  .about-method { padding-top: 6rem; padding-bottom: 6rem; }
  .about-method-head h2 { font-size: 4rem; }
  .about-steps { grid-template-columns: 1fr; }
  .about-steps li, .about-steps li + li { min-height: auto; padding: 2rem 0 2.5rem; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .about-steps li:last-child { border-bottom: 0; }
  .about-steps strong { margin: 2rem 0 1rem; font-size: 3.6rem; }
  .about-belief { gap: 3rem; padding-top: 6rem; padding-bottom: 6rem; }
  .about-belief h2 { font-size: 4.2rem; }
  .about-close { min-height: 75svh; padding-top: 7rem; padding-bottom: 7rem; }
  .about-close h2 { font-size: 4.3rem; }
  .cta-step { width: 78%; height: 46%; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer > a:last-child { justify-self: start; grid-column: 1; grid-row: auto; }
}

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