:root {
  --forest: #193A31;
  --forest-deep: #102B24;
  --forest-soft: #294A40;
  --charcoal: #292824;
  --bronze: #C69A5B;
  --bronze-dark: #936A3F;
  --gold-light: #DDBE87;
  --ivory: #F5F0E8;
  --paper: #FBF8F3;
  --taupe: #6F675E;
  --line: rgba(41, 40, 36, .16);
  --line-light: rgba(245, 240, 232, .18);
  --shadow: 0 24px 70px rgba(16, 43, 36, .14);
  --radius: 10px;
  --display: "Montserrat", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--ivory); color: var(--charcoal); font-family: var(--body); line-height: 1.65; }
body.modal-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--paper); color: var(--forest); padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { top: 12px; }
.section-light, .section-paper, .section-dark { padding: clamp(78px, 10vw, 140px) 0; position: relative; }
.section-light { background: var(--ivory); }
.section-paper { background: var(--paper); }
.section-dark { background: var(--forest-deep); color: var(--ivory); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.035em; }
h1 { margin-bottom: 24px; color: var(--ivory); font-size: clamp(2.55rem, 4.8vw, 4.65rem); line-height: 1.02; font-weight: 600; }
h1 em { color: var(--gold-light); font-style: normal; font-weight: 500; }
h2 { margin-bottom: 22px; color: var(--forest); font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: 1.02; font-weight: 600; }
h3 { color: var(--forest); font-size: 1.2rem; line-height: 1.2; }
.eyebrow { margin-bottom: 18px; color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--bronze-dark); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 20px; border: 1px solid transparent; border-radius: 6px; font-size: .82rem; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--bronze), var(--gold-light)); color: var(--forest-deep); box-shadow: 0 12px 30px rgba(198, 154, 91, .2); }
.btn-primary:hover { background: var(--gold-light); }
.btn-ghost { border-color: rgba(245, 240, 232, .4); background: rgba(16, 43, 36, .2); color: var(--ivory); }
.btn-ghost:hover { border-color: var(--gold-light); }
.btn-dark { background: var(--forest); color: var(--ivory); }
.btn-dark:hover { background: var(--forest-soft); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--forest); border-bottom: 1px solid var(--bronze); padding-bottom: 5px; font-size: .85rem; font-weight: 700; }
.center-action { margin-top: 44px; text-align: center; }
.concept-tag { position: absolute; z-index: 3; left: 14px; top: 14px; display: inline-flex; padding: 6px 9px; border: 1px solid rgba(245, 240, 232, .28); border-radius: 4px; background: rgba(16, 43, 36, .76); color: var(--ivory); backdrop-filter: blur(8px); font-size: .58rem; font-style: normal; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 16px 18px auto; min-height: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 8px 10px 8px 14px; border: 1px solid rgba(245, 240, 232, .16); border-radius: 8px; background: rgba(16, 43, 36, .86); color: var(--ivory); box-shadow: 0 12px 35px rgba(16, 43, 36, .18); backdrop-filter: blur(18px); transition: background .3s ease, transform .3s ease; }
.site-header.is-scrolled { background: rgba(16, 43, 36, .96); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark { position: relative; width: 42px; height: 42px; flex: 0 0 42px; overflow: hidden; border: 1px solid rgba(221, 190, 135, .32); border-radius: 5px; background: var(--forest); }
.brand-mark img { position: absolute; width: 108px; max-width: none; left: -33px; top: -26px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: .98rem; letter-spacing: .19em; }
.brand-copy small { margin-top: 5px; color: var(--gold-light); font-size: .54rem; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; justify-content: flex-end; gap: clamp(14px, 2vw, 28px); }
.main-nav a { color: rgba(245, 240, 232, .82); font-size: .78rem; font-weight: 600; transition: color .2s; }
.main-nav a:hover { color: var(--gold-light); }
.header-cta { padding: 13px 16px; border-radius: 5px; background: var(--bronze); color: var(--forest-deep); font-size: .75rem; font-weight: 700; white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(221,190,135,.5); border-radius: 5px; background: transparent; }
.nav-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: var(--gold-light); }

/* Hero */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; padding: 150px 0 132px; background: var(--forest-deep); }
.hero-media, .hero-shade, .hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(10,28,23,.98) 0%, rgba(16,43,36,.86) 43%, rgba(16,43,36,.24) 78%, rgba(16,43,36,.12)); }
.hero-lines { opacity: .18; background-image: linear-gradient(90deg, transparent 0 72%, rgba(221,190,135,.45) 72% 72.08%, transparent 72.08%), linear-gradient(142deg, transparent 0 68%, rgba(221,190,135,.28) 68% 68.08%, transparent 68.08%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; }
.hero-content > * { max-width: 880px; }
.hero-content h1 { max-width: 940px; }
.hero-lead { max-width: 700px; margin-bottom: 32px; color: rgba(245,240,232,.8); font-size: clamp(1rem, 1.7vw, 1.2rem); }
.hero-proof { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); background: rgba(16,43,36,.74); backdrop-filter: blur(12px); }
.hero-proof span { padding: 22px 30px; border-right: 1px solid var(--line-light); color: rgba(245,240,232,.66); font-size: .72rem; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.hero-proof b { color: var(--ivory); }
.hero-tag { top: auto; bottom: 84px; left: auto; right: 18px; }

/* Before / after — preserved as the second block */
.transformation { overflow: hidden; }
.transformation-head { display: grid; grid-template-columns: 1.18fr .82fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.transformation-head h2 { margin-bottom: 0; font-size: clamp(2.1rem, 3.8vw, 3.4rem); }
.transformation-head > p { max-width: 450px; margin-bottom: 6px; color: var(--taupe); }
.comparison { --position: 50%; position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 8.4; border-radius: var(--radius); background: var(--forest); box-shadow: var(--shadow); user-select: none; }
.comparison-before, .comparison-after, .comparison-after img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.comparison-before { filter: saturate(.72); }
.comparison-after { width: var(--position); overflow: hidden; border-right: 2px solid var(--ivory); }
.comparison-after img { width: calc(100vw - 32px); max-width: 1180px; }
.comparison input { position: absolute; z-index: 6; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison-line { position: absolute; z-index: 5; left: var(--position); top: 0; bottom: 0; width: 2px; background: var(--ivory); transform: translateX(-50%); pointer-events: none; }
.comparison-line span { position: absolute; left: 50%; top: 50%; width: 52px; height: 52px; display: grid; place-items: center; border: 2px solid var(--ivory); border-radius: 50%; background: var(--bronze); color: var(--forest-deep); box-shadow: 0 10px 28px rgba(16,43,36,.28); transform: translate(-50%,-50%); font-weight: 700; }
.comparison-label { position: absolute; z-index: 4; bottom: 18px; padding: 7px 10px; border-radius: 4px; background: rgba(16,43,36,.76); color: var(--ivory); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.label-after { left: 18px; }
.label-before { right: 18px; }
.comparison-tag { left: auto; right: 14px; }

/* Editorial */
.split-editorial { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
.editorial-image { position: relative; margin: 0; }
.editorial-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); filter: saturate(.82); }
.image-index { position: absolute; right: -12px; bottom: 26px; padding: 10px 14px; background: var(--paper); color: var(--forest); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.editorial-copy p:not(.eyebrow) { color: var(--taupe); font-size: 1.02rem; }
blockquote { margin: 36px 0 0; padding: 20px 0 4px 26px; border-left: 2px solid var(--bronze); color: var(--forest); font-family: var(--display); font-size: clamp(1.4rem, 3vw, 2.15rem); line-height: 1.25; }
.section-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: end; margin-bottom: 50px; }
.section-intro h2 { margin-bottom: 0; }
.section-intro > p { margin-bottom: 5px; color: var(--taupe); }

/* Services */
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 360px; gap: 14px; }
.service-card { position: relative; overflow: hidden; min-height: 340px; border-radius: var(--radius); background: var(--forest); }
.service-large { grid-row: span 2; }
.service-wide { grid-column: span 2; }
.service-full { grid-column: 1 / -1; }
.service-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .7s cubic-bezier(.22,1,.36,1), filter .4s; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,28,23,.96), rgba(16,43,36,.08) 75%); }
.service-card:hover img { transform: scale(1.045); filter: saturate(1); }
.service-overlay { position: absolute; z-index: 2; inset: auto 0 0; padding: 26px; color: var(--ivory); }
.service-overlay > span { color: var(--gold-light); font-size: .64rem; letter-spacing: .16em; }
.service-overlay h3 { margin: 8px 0; color: var(--ivory); font-size: clamp(1.3rem,2.2vw,2rem); }
.service-overlay p { margin-bottom: 14px; color: rgba(245,240,232,.7); font-size: .83rem; }
.service-overlay a { color: var(--gold-light); font-size: .72rem; font-weight: 700; text-transform: uppercase; }

/* Difference */
.madein-difference { overflow: hidden; }
.madein-difference::before { content: "M"; position: absolute; right: -4vw; top: -10vw; color: rgba(221,190,135,.035); font-family: var(--display); font-size: 52vw; font-weight: 700; line-height: 1; }
.difference-head { position: relative; max-width: 910px; }
.difference-head h2 { color: var(--ivory); }
.difference-statement { margin: 36px 0; color: var(--ivory); font-family: var(--display); font-size: clamp(1.8rem,4vw,3.6rem); line-height: 1.08; }
.difference-statement em { color: var(--gold-light); font-style: normal; }
.difference-head > p:last-child { max-width: 650px; color: rgba(245,240,232,.66); }
.micro-process { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 0; margin: 72px 0 48px; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.micro-process li { position: relative; min-height: 118px; padding: 22px 18px; border-right: 1px solid var(--line-light); }
.micro-process li::before { content: ""; position: absolute; top: -4px; left: 18px; width: 7px; height: 7px; border-radius: 50%; background: var(--bronze); }
.micro-process span { display: block; margin-bottom: 25px; color: var(--bronze); font-size: .62rem; }
.micro-process b { font-size: .77rem; letter-spacing: .05em; text-transform: uppercase; }
.material-strip { display: flex; flex-wrap: wrap; gap: 8px; }
.material-strip span { padding: 8px 12px; border: 1px solid var(--line-light); border-radius: 999px; color: rgba(245,240,232,.65); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }

/* Design cases */
.case-studies { border-top: 1px solid var(--line); }
.case-study { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: clamp(38px,6vw,82px); align-items: center; padding: clamp(52px,7vw,88px) 0; border-bottom: 1px solid var(--line); }
.case-study:nth-child(even) .case-media { order: 2; }
.case-media { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); background: var(--forest); box-shadow: var(--shadow); }
.case-media img { width: 100%; aspect-ratio: 16/10.5; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.case-study:hover .case-media img { transform: scale(1.025); }
.case-copy { max-width: 560px; }
.case-kicker { margin-bottom: 16px; color: var(--bronze); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.case-copy h3 { margin: 0 0 22px; color: var(--forest); font-family: var(--display); font-size: clamp(1.75rem,3.2vw,3rem); line-height: 1.08; }
.case-need { margin-bottom: 28px; color: var(--taupe); }
.case-need strong { display: block; margin-bottom: 6px; color: var(--forest); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.case-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 0 0 28px; border-top: 1px solid var(--line); }
.case-facts div { padding: 18px 16px 0 0; }
.case-facts div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.case-facts dt { margin-bottom: 7px; color: var(--forest); font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.case-facts dd { margin: 0; color: var(--taupe); font-size: .74rem; line-height: 1.55; }

/* Desire */
.desire-grid, .founder-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(44px,8vw,100px); align-items: center; }
.desire-copy > p:not(.eyebrow), .founder-copy > p:not(.eyebrow) { color: var(--taupe); }
.benefits { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; margin: 32px 0; border-top: 1px solid var(--line); }
.benefits span { padding: 15px 4px; border-bottom: 1px solid var(--line); color: var(--forest); font-size: .8rem; font-weight: 700; }
.desire-image, .founder-visual, .process-image { position: relative; margin: 0; }
.desire-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }

/* Evaluation */
.evaluation-shell { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(40px,7vw,90px); align-items: start; }
.evaluation-intro { position: sticky; top: 120px; }
.evaluation-intro h2 { color: var(--ivory); }
.evaluation-intro > p:not(.eyebrow) { color: rgba(245,240,232,.66); }
.evaluation-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.evaluation-meta span { padding: 7px 10px; border: 1px solid var(--line-light); border-radius: 999px; color: var(--gold-light); font-size: .63rem; text-transform: uppercase; }
.wizard, .evaluation-success { min-height: 600px; padding: clamp(24px,4vw,48px); border: 1px solid rgba(221,190,135,.28); border-radius: var(--radius); background: rgba(245,240,232,.055); box-shadow: 0 35px 80px rgba(0,0,0,.16); }
.wizard-progress { margin-bottom: 42px; }
.progress-copy { display: flex; justify-content: space-between; margin-bottom: 10px; color: rgba(245,240,232,.62); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.progress-copy b { color: var(--gold-light); }
.progress-track { height: 2px; overflow: hidden; background: rgba(245,240,232,.14); }
.progress-track span { display: block; width: 11.11%; height: 100%; background: var(--bronze); transition: width .35s ease; }
.wizard-step { display: none; min-width: 0; margin: 0; padding: 0; border: 0; animation: stepIn .35s ease both; }
.wizard-step.is-active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateX(10px); } }
.wizard-step legend { width: 100%; margin-bottom: 8px; color: var(--ivory); font-family: var(--display); font-size: clamp(1.5rem,3vw,2.25rem); font-weight: 600; line-height: 1.15; }
.step-help { margin-bottom: 24px; color: rgba(245,240,232,.54); font-size: .8rem; }
.option-grid { display: grid; gap: 10px; margin-top: 26px; }
.option-grid.two { grid-template-columns: repeat(2,1fr); }
.option-grid.three { grid-template-columns: repeat(3,1fr); }
.option.full { grid-column: 1/-1; }
.option { position: relative; cursor: pointer; }
.option input { position: absolute; opacity: 0; pointer-events: none; }
.option span { min-height: 54px; display: flex; align-items: center; padding: 13px 16px; border: 1px solid rgba(245,240,232,.16); border-radius: 6px; color: rgba(245,240,232,.78); font-size: .82rem; transition: border-color .2s, background .2s, color .2s; }
.option span::before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; margin-right: 11px; border: 1px solid rgba(221,190,135,.7); border-radius: 50%; }
.option input:checked + span { border-color: var(--bronze); background: rgba(198,154,91,.13); color: var(--ivory); }
.option input:checked + span::before { background: var(--bronze); box-shadow: 0 0 0 4px rgba(198,154,91,.14); }
.option input:focus-visible + span { outline: 2px solid var(--gold-light); outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 28px; }
.text-field { display: grid; gap: 8px; color: rgba(245,240,232,.72); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-field small { font-weight: 400; }
.text-field.full { grid-column: 1/-1; }
.text-field input { min-height: 52px; width: 100%; padding: 12px 14px; border: 1px solid rgba(245,240,232,.18); border-radius: 6px; outline: 0; background: rgba(245,240,232,.07); color: var(--ivory); }
.text-field input:focus { border-color: var(--bronze); }
.text-field input::placeholder { color: rgba(245,240,232,.32); }
input[type="date"] { color-scheme: dark; }
.conditional-field { display: none; margin-top: 16px; }
.conditional-field.is-visible { display: grid; }
.budget-note { display: none; margin: 18px 0 0; padding: 14px 16px; border-left: 2px solid var(--bronze); background: rgba(198,154,91,.1); color: var(--gold-light); font-size: .78rem; }
.budget-note.is-visible { display: block; }
.privacy-check { display: flex; gap: 10px; align-items: flex-start; margin-top: 24px; color: rgba(245,240,232,.64); font-size: .75rem; cursor: pointer; }
.privacy-check input { margin-top: 3px; accent-color: var(--bronze); }
.wizard-error { min-height: 21px; margin: 16px 0 0; color: #EDB49E; font-size: .76rem; }
.wizard-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 20px; }
.wizard-back { visibility: hidden; }
.wizard-submit { display: none; }
.evaluation-success { display: grid; align-content: center; }
.evaluation-success[hidden] { display: none; }
.evaluation-success h3 { color: var(--ivory); font-size: clamp(1.6rem,3vw,2.5rem); }
.evaluation-success > p:not(.eyebrow) { color: rgba(245,240,232,.68); }
.success-mark { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid var(--bronze); border-radius: 50%; color: var(--gold-light); }

/* Full process */
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,7vw,90px); align-items: stretch; }
.process-image img, .process-image video { width: 100%; height: 100%; min-height: 610px; object-fit: cover; border-radius: var(--radius); filter: saturate(.78); background: var(--forest); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--bronze-dark); font-size: .65rem; }
.process-list h3 { margin: 0 0 4px; }
.process-list p { margin: 0; color: var(--taupe); font-size: .82rem; }
.founder-grid { grid-template-columns: 1.05fr .95fr; }
.founder-visual img, .founder-visual video { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; border-radius: var(--radius); background: var(--forest); box-shadow: var(--shadow); }

/* FAQ + final */
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(40px,8vw,110px); align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading p:last-child { color: var(--taupe); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 18px; padding: 24px 0; color: var(--forest); font-family: var(--display); font-weight: 600; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--bronze-dark); font-size: 1.25rem; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 40px 24px 0; color: var(--taupe); font-size: .88rem; }
.final-cta { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; padding: 100px 0; }
.final-cta > img, .final-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; }
.final-shade { background: linear-gradient(90deg, rgba(10,28,23,.96), rgba(16,43,36,.62) 58%, rgba(16,43,36,.25)); }
.final-content { position: relative; z-index: 2; }
.final-content > * { max-width: 810px; }
.final-content h2 { color: var(--ivory); }
.final-content > p:not(.eyebrow) { color: rgba(245,240,232,.72); font-size: 1.03rem; }
.final-tag { top: auto; bottom: 16px; }

/* Footer */
.footer { padding: 72px 0 22px; background: var(--forest-deep); color: rgba(245,240,232,.66); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1.15fr .85fr; gap: 42px; }
.brand-light { color: var(--ivory); }
.footer-brand p { max-width: 280px; margin-top: 20px; }
.footer h3 { margin-bottom: 18px; color: var(--gold-light); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer a:not(.brand) { display: block; margin-bottom: 9px; font-size: .78rem; overflow-wrap: anywhere; }
.footer a:hover { color: var(--gold-light); }
.footer p { font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line-light); font-size: .67rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px 14px; border-radius: 999px; background: var(--bronze); color: var(--forest-deep); box-shadow: 0 14px 36px rgba(16,43,36,.3); font-size: .75rem; }
.whatsapp-float span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--ivory); }

/* Modals */
dialog { width: min(980px, calc(100% - 28px)); max-height: 90vh; overflow: auto; padding: 0; border: 0; border-radius: var(--radius); background: var(--paper); color: var(--charcoal); box-shadow: 0 30px 100px rgba(0,0,0,.34); }
dialog::backdrop { background: rgba(10,28,23,.84); backdrop-filter: blur(5px); }
.modal-close { position: absolute; z-index: 4; right: 12px; top: 12px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--forest); cursor: pointer; font-size: 1.5rem; }
.modal-grid { display: grid; grid-template-columns: 1.08fr .92fr; }
.modal-grid > img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.modal-grid > div { padding: clamp(34px,5vw,65px); align-self: center; }
.modal-grid h2 { font-size: clamp(2rem,4vw,3.5rem); }
dl { margin: 28px 0; border-top: 1px solid var(--line); }
dl div { padding: 15px 0; border-bottom: 1px solid var(--line); }
dt { color: var(--bronze-dark); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
dd { margin: 5px 0 0; color: var(--taupe); font-size: .83rem; }
.privacy-modal { max-width: 650px; }
.privacy-copy { padding: clamp(34px,6vw,70px); }

/* Motion */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .main-nav { gap: 13px; }
  .main-nav a { font-size: .7rem; }
  .header-cta { display: none; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-wide { grid-column: auto; }
  .service-full { grid-column: 1 / -1; }
  .micro-process { grid-template-columns: repeat(3,1fr); }
  .micro-process li { border-bottom: 1px solid var(--line-light); }
  .case-study { grid-template-columns: 1fr; }
  .case-study:nth-child(even) .case-media { order: initial; }
  .case-copy { max-width: none; }
  .project-wide { grid-column: span 2; }
  .evaluation-shell { grid-template-columns: 1fr; }
  .evaluation-intro, .faq-heading { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 82px; }
  .container { width: min(100% - 24px, 1180px); }
  .section-light, .section-paper, .section-dark { padding: 76px 0; }
  h1 { font-size: clamp(2.15rem,9vw,2.9rem); line-height: 1.06; overflow-wrap: anywhere; }
  h2 { font-size: clamp(1.9rem,8.2vw,2.75rem); line-height: 1.08; overflow-wrap: anywhere; }
  h3, p, a, span, legend, label { overflow-wrap: anywhere; }
  .site-header { inset: 10px 10px auto; grid-template-columns: 1fr auto; padding: 7px 8px 7px 10px; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .brand-copy strong { font-size: .85rem; }
  .brand-copy small { font-size: .47rem; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: calc(100% + 7px); display: none; flex-direction: column; gap: 0; padding: 8px; border: 1px solid var(--line-light); border-radius: 8px; background: rgba(16,43,36,.98); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 12px; border-bottom: 1px solid var(--line-light); font-size: .78rem; }
  .hero { min-height: 930px; padding: 128px 0 226px; align-items: start; }
  .hero-content { padding-top: 20px; }
  .hero-shade { background: linear-gradient(180deg, rgba(10,28,23,.95), rgba(16,43,36,.66) 68%, rgba(16,43,36,.9)); }
  .hero-lead { font-size: .98rem; }
  .hero .actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof span { padding: 12px 16px; border-right: 0; border-bottom: 1px solid var(--line-light); text-align: left; }
  .hero-tag { bottom: 148px; right: 12px; }
  .transformation-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 30px; }
  .comparison { aspect-ratio: 4 / 4.8; }
  .comparison-after img { width: calc(100vw - 24px); max-width: none; }
  .comparison-line span { width: 46px; height: 46px; }
  .comparison-label { bottom: 12px; }
  .label-after { left: 12px; }
  .label-before { right: 12px; }
  .split-editorial, .desire-grid, .founder-grid, .process-layout, .faq-grid, .section-intro { grid-template-columns: 1fr; }
  .split-editorial { gap: 46px; }
  .editorial-image img { aspect-ratio: 4/4.7; }
  .image-index { right: 8px; }
  .section-intro { gap: 18px; margin-bottom: 34px; }
  .service-grid { grid-template-columns: 1fr; grid-auto-rows: 420px; }
  .service-large { grid-row: auto; }
  .service-full { grid-column: auto; }
  .micro-process { grid-template-columns: repeat(2,1fr); margin-top: 48px; }
  .case-study { gap: 30px; padding-block: 48px; }
  .case-media img { aspect-ratio: 4/3; }
  .case-facts { grid-template-columns: 1fr; }
  .case-facts div { padding: 15px 0; }
  .case-facts div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .desire-grid, .founder-grid { gap: 50px; }
  .founder-visual { order: 2; }
  .evaluation-shell { gap: 38px; }
  .wizard, .evaluation-success { min-height: 610px; padding: 22px 16px; }
  .option-grid.two, .option-grid.three, .field-grid { grid-template-columns: 1fr; }
  .option.full, .text-field.full { grid-column: auto; }
  .wizard-actions .btn { padding-inline: 14px; }
  .process-image img, .process-image video { min-height: 450px; }
  .faq-grid { gap: 32px; }
  .final-cta { min-height: 760px; align-items: end; }
  .final-content .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 12px; bottom: 12px; }
  .modal-grid { grid-template-columns: 1fr; }
  .modal-grid > img { min-height: 300px; max-height: 42vh; }
}

@media (max-width: 390px) {
  .brand-copy small { display: none; }
  .hero { min-height: 960px; }
  .micro-process li { padding-inline: 10px; }
  .wizard-actions { flex-wrap: wrap; }
  .wizard-actions .btn { flex: 1; }
}
