:root {
  --ink: #101012;
  --paper: #f2f0e9;
  --line: rgba(16, 16, 18, .16);
  --acid: #d9e34a;
  --accent: #d9e34a;
  --hero-ink: #11120f;
  --radius: 1.6rem;
  --gutter: clamp(1rem, 3vw, 3.2rem);
  --display: "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--acid) #151517; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.4; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
::selection { color: #fff; background: #e4482e; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -4rem; padding: .8rem 1rem; color: #fff; background: #111; border-radius: .5rem; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.section-pad { padding: clamp(5rem, 10vw, 10rem) var(--gutter); }
.section-tag { display: flex; gap: 1rem; align-items: center; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.section-tag span { display: grid; place-items: center; width: 2.1rem; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 100%; letter-spacing: 0; }
em { font-family: var(--serif); font-weight: 400; }

.site-header { position: fixed; z-index: 100; inset: 1.1rem var(--gutter) auto; height: 4.15rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 .7rem 0 1.25rem; color: var(--hero-ink); background: rgba(245, 243, 235, .9); border: 1px solid rgba(255,255,255,.4); border-radius: 999px; box-shadow: 0 12px 40px rgba(0,0,0,.08); backdrop-filter: blur(18px); transition: transform .35s ease, color .35s, background .35s; }
.site-header.is-hidden { transform: translateY(-140%); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: .65rem; font-family: var(--display); font-size: 1.05rem; font-weight: 900; letter-spacing: -.05em; line-height: .8; }
.brand > span:last-child { display: grid; }
.brand small { font-size: .48rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark { position: relative; display: inline-block; width: 1.9rem; height: 1.9rem; border: 1px solid currentColor; border-radius: 50%; transform: rotate(-16deg); }
.brand-mark i { position: absolute; left: 50%; top: 50%; width: .35rem; height: 1rem; margin: -.5rem 0 0 -.35rem; background: currentColor; border-radius: 999px; }
.brand-mark i + i { margin-left: 0; }
.brand-logo { height: 3.25rem; }
.brand-logo img { width: auto; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; gap: clamp(1rem, 2vw, 2.3rem); align-items: center; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: .8rem 0; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 .45rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; padding: .95rem 1.25rem; color: #fff; background: #111; border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s; }
.header-cta:hover { transform: translateY(-2px); }
.header-cta span, .button span { margin-left: .6rem; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--hero-ink); background: var(--accent); isolation: isolate; transition: color .35s; }
.hero-light { position: absolute; z-index: -1; width: min(62vw, 64rem); aspect-ratio: 1; left: 50%; top: 46%; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.52), rgba(255,255,255,.1) 38%, transparent 68%); filter: blur(10px); opacity: .75; }
.hero-grain { position: absolute; z-index: 5; inset: 0; pointer-events: none; opacity: .16; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); }
.hero-copy { position: absolute; z-index: 10; left: var(--gutter); top: clamp(7.5rem, 16vh, 10.5rem); width: min(29rem, 33vw); }
.eyebrow { display: flex; justify-content: space-between; margin: 0 0 1.6rem; padding-bottom: .7rem; border-bottom: 1px solid currentColor; font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 8ch; font-family: var(--display); font-size: clamp(3rem, 4.2vw, 5.7rem); font-weight: 800; letter-spacing: -.075em; line-height: .86; text-transform: uppercase; }
.hero h1 em { display: block; margin-left: .65em; font-size: 1.1em; font-weight: 400; letter-spacing: -.07em; text-transform: none; }
.hero-sub { max-width: 25rem; margin: 1.7rem 0 1.8rem; font-size: clamp(.98rem, 1.1vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 1.3rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: #fff; background: #111; }
.button-light { color: #111; background: var(--acid); }
.text-link { padding: .5rem 0; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.text-link span { margin-left: .6rem; }
.hero-word { position: absolute; z-index: 0; left: 50%; top: 43%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-family: var(--display); font-size: clamp(7rem, 17vw, 20rem); font-weight: 900; letter-spacing: -.095em; line-height: .7; opacity: .105; white-space: nowrap; }
.product-stage { position: absolute; z-index: 3; left: 50%; top: 48%; width: min(56vw, 58rem); height: min(64vh, 46rem); transform: translate(-50%, -50%); display: grid; place-items: center; perspective: 1000px; }
.product-stage img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 32px 30px rgba(0,0,0,.25)); will-change: transform, opacity, filter; }
.product-aura { position: absolute; z-index: 0; width: 58%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.28); filter: blur(70px); }
.product-shadow { position: absolute; z-index: 1; left: 50%; bottom: 3%; width: 52%; height: 6%; transform: translateX(-50%); border-radius: 50%; background: rgba(0,0,0,.28); filter: blur(24px); opacity: .55; }
.hero-detail { position: absolute; z-index: 10; right: var(--gutter); top: clamp(8.5rem, 22vh, 14rem); width: min(15rem, 18vw); }
.slide-index { padding-bottom: .65rem; border-bottom: 1px solid currentColor; font-size: .68rem; font-weight: 700; letter-spacing: .1em; }
.hero-detail h2 { margin: 1rem 0 .5rem; font-family: var(--display); font-size: clamp(2rem, 3.2vw, 4rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.slide-copy { max-width: 18ch; margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(1rem, 1.25vw, 1.28rem); font-style: italic; line-height: 1.2; }
.hero-detail dl { margin: 0; font-size: .68rem; text-transform: uppercase; }
.hero-detail dl div { display: flex; justify-content: space-between; gap: .6rem; padding: .55rem 0; border-top: 1px solid currentColor; }
.hero-detail dt { opacity: .55; }
.hero-detail dd { margin: 0; text-align: right; font-weight: 700; }
.hero-nav-wrap { position: absolute; z-index: 12; inset: auto var(--gutter) 1.35rem; }
.hero-progress { height: 1px; background: rgba(0,0,0,.18); overflow: hidden; }
.hero-progress span { display: block; width: 100%; height: 100%; background: currentColor; transform: scaleX(0); transform-origin: left; }
.hero-categories { display: grid; grid-template-columns: repeat(8, 1fr); gap: 0; }
.hero-categories button { min-width: 0; padding: .75rem .4rem .3rem; border: 0; border-right: 1px solid rgba(0,0,0,.16); text-align: left; background: transparent; cursor: pointer; opacity: .48; transition: opacity .25s, transform .25s; }
.hero-categories button:last-child { border-right: 0; }
.hero-categories b { display: block; margin-bottom: .2rem; font-size: .58rem; }
.hero-categories span { font-size: clamp(.56rem, .7vw, .72rem); font-weight: 800; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.hero-categories button.is-active { opacity: 1; transform: translateY(-3px); }

.manifesto { color: var(--paper); background: #121214; }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; margin-top: clamp(4rem, 8vw, 8rem); }
.manifesto h2, .manifesto-line { position: relative; z-index: 2; margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 8vw, 10rem); font-weight: 800; letter-spacing: -.075em; line-height: .84; text-transform: uppercase; }
.manifesto h2 { grid-column: 1 / -1; max-width: 10ch; }
.manifesto-line { grid-column: 2; grid-row: 2; max-width: 9ch; font-size: clamp(3.2rem, 6.3vw, 7.8rem); text-align: left; }
.detail-shot { position: relative; overflow: hidden; margin: 0; background: #222; }
.detail-shot img { width: 200%; max-width: none; height: 100%; object-fit: cover; }
.detail-left { grid-column: 1; grid-row: 2; width: 100%; height: clamp(24rem, 48vw, 42rem); }
.detail-left img { object-position: left; }

.section-head { display: grid; grid-template-columns: .8fr 1.4fr .8fr; gap: 3rem; align-items: start; margin-bottom: clamp(3rem, 8vw, 7rem); }
.section-head h2, .projects-head h2, .capacity h2 { margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 7.2vw, 8.2rem); font-weight: 800; letter-spacing: -.075em; line-height: .83; text-transform: uppercase; }
.section-head h2 em, .projects-head h2 em, .capacity h2 em { display: block; margin-left: .5em; font-size: 1.05em; text-transform: none; }
.section-head > p, .projects-head > p { margin: .4rem 0 0; font-size: 1rem; line-height: 1.55; }
.types { background: var(--paper); }
.types-layout { display: grid; grid-template-columns: minmax(22rem, .85fr) minmax(25rem, 1.15fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.types-list { border-top: 1px solid var(--line); }
.type-row { width: 100%; display: grid; grid-template-columns: 2.5rem 1fr auto; gap: 1rem; align-items: center; padding: 1.35rem 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: padding .3s, opacity .3s; }
.type-row span { font-size: .66rem; font-weight: 700; }
.type-row strong { font-family: var(--display); font-size: clamp(1.7rem, 2.4vw, 3rem); letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.type-row small { max-width: 8rem; text-align: right; font-size: .7rem; line-height: 1.2; text-transform: uppercase; opacity: .55; }
.type-row:not(.is-active) { opacity: .45; }
.type-row.is-active { padding-left: 1rem; color: #fff; background: #141416; }
.types-visual { position: sticky; top: 8rem; overflow: hidden; border-radius: var(--radius); background: #19191a; }
.atlas { aspect-ratio: 1; background-image: url("assets/images/atlas-embalagens-v2.webp"); background-size: 400% 200%; background-position: calc(var(--cell-x) * 33.333%) calc(var(--cell-y) * 100%); transition: background-position .75s cubic-bezier(.2,.8,.2,1), transform .75s cubic-bezier(.2,.8,.2,1); }
.atlas.is-custom { background-repeat: no-repeat; background-position: center; background-size: cover; }
.types-visual p { display: flex; justify-content: space-between; margin: 0; padding: .9rem 1rem 1rem; color: #fff; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.types-visual p span { opacity: .5; }

.journey { padding-bottom: clamp(5rem, 10vw, 10rem); color: #fff; background: #121214; }
.journey-heading { display: grid; grid-template-columns: .7fr 2fr; gap: 2rem; align-items: end; padding-bottom: 3rem; }
.journey-heading h2 { max-width: 12ch; margin: 0; font-family: var(--display); font-size: clamp(4rem, 8vw, 9rem); font-weight: 800; letter-spacing: -.075em; line-height: .84; text-transform: uppercase; }
.journey-frame { position: relative; margin: 0 var(--gutter); overflow: hidden; border-radius: var(--radius); }
.journey-frame img { min-height: 34rem; object-fit: cover; }
.journey-frame::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); pointer-events: none; }
.journey-frame ol { position: absolute; z-index: 2; inset: auto 1rem 1rem; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.journey-frame li { display: grid; gap: .35rem; padding: 1rem; border-top: 1px solid rgba(255,255,255,.65); }
.journey-frame li b { font-size: .65rem; }
.journey-frame li span { font-family: var(--display); font-size: clamp(1.2rem, 2.2vw, 2.6rem); font-weight: 700; letter-spacing: -.045em; text-transform: uppercase; }

.projects { background: #e9e7df; }
.projects-head { display: grid; grid-template-columns: 1.6fr .6fr; gap: 4rem; align-items: end; margin-bottom: clamp(6rem, 12vw, 12rem); }
.projects-head .section-tag { margin-bottom: 2.5rem; }
.project { display: grid; grid-template-columns: 1.55fr .45fr; gap: clamp(2rem, 5vw, 6rem); align-items: end; margin-bottom: clamp(8rem, 14vw, 15rem); }
.project-right { grid-template-columns: .45fr 1.55fr; }
.project-right figure { grid-column: 2; grid-row: 1; }
.project-right .project-info { grid-column: 1; grid-row: 1; }
.project figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.project figure img { aspect-ratio: 3 / 2; object-fit: cover; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.project:hover figure img { transform: scale(1.025); }
.project-info > p { margin: 0 0 1rem; font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.project-info h3 { margin: 0 0 3rem; font-family: var(--display); font-size: clamp(3rem, 5vw, 6rem); line-height: .82; letter-spacing: -.07em; text-transform: uppercase; }
.project-info dl { margin: 0; }
.project-info dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-top: 1px solid var(--line); font-size: .7rem; text-transform: uppercase; }
.project-info dd { margin: 0; text-align: right; font-weight: 700; }

.process { color: var(--ink); background: var(--paper); }
.process .section-head { grid-template-columns: .65fr 1.35fr; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 4rem 1.2fr .8fr; gap: 2rem; align-items: center; min-height: 9rem; border-bottom: 1px solid var(--line); }
.process-list li > span { font-size: .72rem; font-weight: 700; }
.process-list strong { font-family: var(--display); font-size: clamp(2rem, 4vw, 4.8rem); letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.process-list small { font-size: .86rem; line-height: 1.5; }

.capacity { color: #fff; background: #e4472e; }
.capacity-intro { display: grid; grid-template-columns: .6fr 1.4fr .55fr; gap: 2rem; align-items: start; padding-bottom: 5rem; }
.capacity-intro p { margin: .4rem 0 0; font-size: .8rem; line-height: 1.5; opacity: .75; }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 0; }
.numbers > div { min-height: 16rem; padding: 1.2rem; border-top: 1px solid rgba(255,255,255,.55); border-right: 1px solid rgba(255,255,255,.3); }
.numbers > div:last-child { border-right: 0; }
.numbers dt { white-space: nowrap; font-family: var(--display); font-size: clamp(4rem, 7vw, 8rem); font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.numbers sup { margin-left: .15em; font-size: .2em; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.numbers dd { margin: 1rem 0 0; font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.quote { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 10rem); color: #fff; background: #111113; }
.quote-copy { position: sticky; top: 8rem; align-self: start; }
.quote-copy h2 { margin: 3rem 0 2rem; font-family: var(--display); font-size: clamp(3.5rem, 6vw, 7rem); font-weight: 800; letter-spacing: -.07em; line-height: .85; text-transform: uppercase; }
.quote-copy > p { max-width: 30rem; color: rgba(255,255,255,.62); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.4rem; }
.quote-form label { display: grid; gap: .55rem; }
.quote-form label span { font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 1.1rem 0; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.36); border-radius: 0; outline: 0; }
.quote-form select { color-scheme: dark; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--acid); }
.quote-form ::placeholder { color: rgba(255,255,255,.35); }
.form-wide { grid-column: 1 / -1; }
.quote-form .button { width: 100%; margin-top: 1.5rem; border: 0; }

.final-cta { position: relative; min-height: 92svh; overflow: hidden; display: grid; place-content: center; justify-items: center; padding: 8rem var(--gutter); color: #151515; background: var(--acid); text-align: center; }
.final-cta > p { margin: 0 0 1.2rem; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.final-cta h2 { position: relative; z-index: 2; margin: 0 0 3rem; font-family: var(--display); font-size: clamp(4rem, 9vw, 11rem); font-weight: 800; letter-spacing: -.085em; line-height: .78; text-transform: uppercase; }
.final-cta h2 em { display: inline-block; text-transform: none; }
.whatsapp-line { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 1.5rem; display: flex; justify-content: space-between; padding: .9rem 0; border-top: 1px solid #151515; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 3rem); font-weight: 800; letter-spacing: -.04em; text-transform: uppercase; }
.final-orbit { position: absolute; width: min(72vw, 65rem); aspect-ratio: 1; border: 1px solid rgba(0,0,0,.22); border-radius: 50%; animation: orbit 18s linear infinite; }
.final-orbit span { position: absolute; width: 1rem; aspect-ratio: 1; border-radius: 50%; background: #111; }
.final-orbit span:nth-child(1) { left: 12%; top: 20%; }
.final-orbit span:nth-child(2) { right: 3%; top: 50%; }
.final-orbit span:nth-child(3) { left: 42%; bottom: -1%; }
@keyframes orbit { to { transform: rotate(360deg); } }

.site-footer { display: grid; grid-template-columns: 1.2fr .55fr .8fr .9fr; gap: 4rem; padding: 5rem var(--gutter) 2rem; color: #fff; background: #101012; }
.brand-footer { width: max-content; height: auto; margin-bottom: 2rem; padding: .7rem .8rem; background: #fff; border-radius: .8rem; }
.brand-footer img { width: clamp(7rem, 10vw, 9rem); height: auto; }
.footer-brand p { max-width: 24rem; color: rgba(255,255,255,.55); }
.site-footer h3 { margin: .25rem 0 1.5rem; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; opacity: .45; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .75rem; font-size: .82rem; }
.site-footer span { color: rgba(255,255,255,.5); }
.footer-meta { justify-content: flex-end; }
.footer-meta p { margin: 0; color: rgba(255,255,255,.5); }
.footer-meta a { margin-top: .5rem; padding-top: .75rem; border-top: 1px solid rgba(255,255,255,.22); }
.floating-whatsapp { position: fixed; z-index: 90; right: 1.2rem; bottom: 5.15rem; display: flex; align-items: center; gap: .7rem; padding: .45rem .9rem .45rem .45rem; color: #fff; background: #111; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.18); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp span { display: grid; place-items: center; width: 2.2rem; aspect-ratio: 1; color: #111; background: #35d66f; border-radius: 50%; font-size: .62rem; font-weight: 900; }
.reveal, .reveal-image { will-change: transform, opacity; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { margin-right: 3.4rem; }
  .menu-toggle { position: absolute; right: .75rem; top: .7rem; display: grid; place-content: center; gap: .35rem; width: 2.75rem; height: 2.75rem; padding: 0; border: 0; border-radius: 50%; background: #111; cursor: pointer; }
  .menu-toggle span { width: 1rem; height: 1px; background: #fff; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-header > .brand, .site-header > .menu-toggle { position: relative; z-index: 20; }
  .mobile-menu { position: fixed; z-index: 95; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1rem; color: #fff; background: #111; border-radius: 0; opacity: 0; visibility: hidden; transform: scale(.96); transition: opacity .35s, transform .35s, visibility .35s; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: scale(1); }
  .mobile-menu a { font-family: var(--display); font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 800; letter-spacing: -.05em; text-transform: uppercase; }
  .hero-copy { width: 34vw; }
  .product-stage { width: 62vw; }
  .types-layout { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 760px) {
  :root { --gutter: 1rem; --radius: 1rem; }
  .section-pad { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .site-header { inset: .65rem .65rem auto; height: 3.7rem; padding-left: .9rem; }
  .header-cta { display: none; }
  .brand { font-size: .95rem; }
  .brand-mark { width: 1.7rem; height: 1.7rem; }
  .brand-logo { height: 2.9rem; }
  .brand-footer { height: auto; }
  .hero { min-height: 100svh; }
  .hero-copy { left: 1rem; right: 1rem; top: 5.4rem; width: auto; }
  .eyebrow { margin-bottom: 1rem; }
  .eyebrow span:last-child { display: none; }
  .hero h1 { max-width: 8ch; font-size: clamp(2.8rem, 12vw, 4.5rem); }
  .hero h1 em { display: inline; margin-left: .15em; }
  .hero-sub { width: 58%; margin: 1rem 0 0; font-size: .88rem; }
  .hero-actions { display: none; }
  .hero-word { top: 52%; font-size: 25vw; }
  .product-stage { top: 58%; width: var(--mobile-product-width, 112vw); height: 48vh; }
  .hero-detail { left: 1rem; right: 1rem; top: auto; bottom: 8rem; width: auto; display: grid; grid-template-columns: auto 1fr; gap: .5rem 1rem; align-items: end; }
  .slide-index { grid-row: 1 / 3; align-self: stretch; padding: 0 .8rem 0 0; border: 0; border-right: 1px solid currentColor; }
  .hero-detail h2 { margin: 0; font-size: 1.9rem; }
  .slide-copy { max-width: 28ch; margin: 0; font-size: .9rem; }
  .hero-detail dl { display: none; }
  .hero-nav-wrap { inset: auto 1rem 1rem; }
  .hero-categories { display: flex; overflow-x: auto; scrollbar-width: none; }
  .hero-categories::-webkit-scrollbar { display: none; }
  .hero-categories button { flex: 0 0 auto; width: 5.2rem; padding: .65rem .3rem .2rem; }
  .hero-categories span { font-size: .58rem; }
  .floating-whatsapp { right: .75rem; bottom: 4.7rem; padding: .35rem; }
  .floating-whatsapp b { display: none; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 2rem; }
  .manifesto h2, .manifesto-line { font-size: clamp(3.2rem, 15vw, 5.5rem); }
  .manifesto h2 { grid-column: 1; max-width: 8ch; }
  .manifesto-line { grid-column: 1; grid-row: 3; max-width: 100%; font-size: clamp(2.7rem, 11vw, 4rem); line-height: .88; word-spacing: .08em; }
  .detail-left { grid-column: 1; grid-row: 2; width: 100%; height: 58vh; }
  .section-head, .projects-head, .journey-heading, .capacity-intro, .quote { grid-template-columns: 1fr; }
  .section-head { gap: 2rem; }
  .section-head h2, .projects-head h2, .capacity h2 { font-size: clamp(3.3rem, 16vw, 6rem); }
  .types-layout { grid-template-columns: 1fr; }
  .types-list { order: 2; }
  .types-visual { position: sticky; top: 5rem; z-index: 2; order: 1; }
  .atlas { aspect-ratio: 1.3; }
  .type-row { grid-template-columns: 2rem 1fr; padding: 1rem 0; }
  .type-row small { display: none; }
  .type-row strong { font-size: 1.8rem; }
  .journey-heading { gap: 2rem; }
  .journey-heading h2 { font-size: 15vw; }
  .journey-frame img { min-height: 72vh; object-position: 58% center; }
  .journey-frame ol { grid-template-columns: 1fr 1fr; }
  .journey-frame li { padding: .75rem; }
  .journey-frame li span { font-size: 1rem; }
  .projects-head { gap: 2rem; }
  .project, .project-right { grid-template-columns: 1fr; gap: 1.4rem; margin-bottom: 7rem; }
  .project-right figure, .project-right .project-info { grid-column: 1; grid-row: auto; }
  .project figure img { aspect-ratio: 4 / 5; }
  .project-info h3 { margin-bottom: 1.5rem; }
  .process .section-head { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 2.4rem 1fr; gap: 1rem; min-height: 7rem; padding: 1rem 0; }
  .process-list small { grid-column: 2; }
  .numbers { grid-template-columns: 1fr 1fr; padding-top: 0; }
  .numbers > div { min-height: 11rem; padding: 1rem 0; border-right: 0; }
  .numbers > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.3); padding-right: 1rem; }
  .numbers > div:nth-child(even) { padding-left: 1rem; }
  .quote { gap: 3rem; }
  .quote-copy { position: static; }
  .quote-form { grid-template-columns: 1fr; }
  .form-wide { grid-column: 1; }
  .final-cta { min-height: 80svh; }
  .final-cta h2 { font-size: 15vw; }
  .final-orbit { width: 110vw; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 3rem 1.2rem; }
  .footer-brand, .footer-meta { grid-column: 1 / -1; }
  .floating-whatsapp b { display: none; }
  .floating-whatsapp { padding: .35rem; right: .75rem; bottom: 4.7rem; }
}

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