:root {
  --ink: #071b35;
  --ink-2: #0b2e54;
  --paper: #f3f7f4;
  --white: #fff;
  --green: #56bd2e;
  --green-deep: #289b42;
  --cyan: #1dcac8;
  --muted: #506778;
  --line: rgba(7, 27, 53, .13);
  --shadow: 0 24px 70px rgba(4, 29, 54, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; padding: 10px 14px; background: var(--white); }
.skip-link:focus { left: 8px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(243,247,244,.93); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 12px; background: #020810; }
.brand strong { display: block; font-size: 1.05rem; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: .7rem; letter-spacing: .19em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { text-decoration: none; font-weight: 700; font-size: .9rem; }
nav a:hover { color: var(--green-deep); }
.nav-contact { padding: 10px 17px; border: 1px solid var(--ink); border-radius: 999px; }

.hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: #06162b; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(4,19,38,.98) 0%,rgba(4,19,38,.87) 42%,rgba(4,19,38,.35) 72%,rgba(4,19,38,.48) 100%),linear-gradient(0deg,rgba(4,19,38,.55),transparent 48%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto -8% -160px 36%; height: 330px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: rotate(-7deg); }
.hero-video { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-grid { position: relative; min-height: 760px; display: flex; align-items: center; padding-block: 92px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow,.section-kicker { margin: 0 0 18px; color: var(--cyan); font-weight: 850; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
h1,h2,h3,h4 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 28px; font-size: clamp(3rem,6.7vw,6rem); }
h1 span { color: transparent; background: linear-gradient(90deg,#64cc3d,#26cfd0); -webkit-background-clip: text; background-clip: text; }
.lead { max-width: 740px; margin: 0; color: #dce9ef; font-size: clamp(1.08rem,1.9vw,1.28rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease,background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #06162b; background: linear-gradient(110deg,var(--green),var(--cyan)); }
.button-secondary { border: 1px solid rgba(255,255,255,.4); color: var(--white); }
.button-secondary:hover { background: rgba(255,255,255,.09); }
.quick-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 28px 0 0; list-style: none; color: #c7d8e1; font-size: .91rem; }
.quick-facts li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--green); }
.hero-logo-card { position: absolute; right: 0; bottom: 54px; display: flex; align-items: center; gap: 14px; padding: 12px 17px 12px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(4,19,38,.66); backdrop-filter: blur(12px); color: #c9dce4; font-size: .83rem; line-height: 1.35; }
.hero-logo-card img { width: 64px; height: 64px; object-fit: contain; border-radius: 12px; background: #020810; }

.manifesto { background: var(--white); border-bottom: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: .65fr 2fr; gap: 70px; padding-block: 72px; }
.manifesto h2 { margin-bottom: 24px; max-width: 900px; font-size: clamp(2.2rem,4.5vw,4.2rem); }
.manifesto p:last-child { max-width: 850px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section { padding-block: 108px; }
.section-heading { max-width: 900px; margin-bottom: 50px; }
.section-heading.narrow { max-width: 670px; }
.section-heading h2,.knowhow-grid h2,.philosophy-statement h2,.contact-section h2 { margin-bottom: 0; font-size: clamp(2.2rem,4.7vw,4.35rem); }
.heading-copy { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }

.media-section { overflow: hidden; background: #06182d; color: var(--white); }
.media-heading { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.media-heading > p { margin: 0 0 7px; color: #bfd1db; font-size: 1.04rem; }
.media-heading h2 { margin-bottom: 0; font-size: clamp(2.2rem,4.7vw,4.35rem); }
.story-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 300px; grid-auto-flow: dense; gap: 16px; }
.story-card { position: relative; overflow: hidden; margin: 0; border-radius: 20px; background: #0b2e54; }
.story-card:nth-child(1) { grid-column: span 7; }
.story-card:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.story-card:nth-child(3) { grid-column: span 3; }
.story-card:nth-child(4) { grid-column: span 4; }
.story-card:nth-child(5) { grid-column: span 7; }
.story-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(2,13,27,.86)); }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.story-card:hover img { transform: scale(1.025); }
.story-card figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.story-card figcaption span { color: var(--cyan); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.story-card figcaption strong { max-width: 70%; text-align: right; font-size: 1.05rem; }
.story-tall img { object-position: center 70%; }

.detail-rail { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 16px; }
.detail-rail figure { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.detail-rail img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.detail-rail figure:nth-child(1) img { object-position: center 42%; }
.detail-rail figcaption { display: grid; gap: 7px; padding: 19px; }
.detail-rail strong { font-size: 1rem; }
.detail-rail span { color: #aebfca; font-size: .86rem; line-height: 1.5; }

.motion-heading { max-width: 760px; margin: 90px 0 36px; }
.motion-heading h3 { margin: 0; font-size: clamp(1.8rem,3.5vw,3.1rem); }
.motion-grid { display: grid; grid-template-columns: .55fr .55fr 1.2fr; gap: 16px; align-items: start; }
.motion-card { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: #041326; }
.motion-card video { display: block; width: 100%; background: #020810; object-fit: cover; }
.motion-landscape video { aspect-ratio: 16/10; }
.motion-portrait video { aspect-ratio: 9/16; }
.motion-card figcaption { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 20px; }
.motion-card figcaption > span { color: var(--cyan); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.motion-card figcaption strong { display: block; margin-bottom: 7px; }
.motion-card figcaption p { margin: 0; color: #9fb5c0; font-size: .86rem; line-height: 1.48; }

.soil-feature { display: grid; grid-template-columns: 1.2fr .8fr; gap: 0; overflow: hidden; margin: 74px 0 0; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: linear-gradient(135deg,#0b2e54,#073d4c); }
.soil-feature video { display: block; width: 100%; height: 100%; min-height: 410px; object-fit: cover; background: #020810; }
.soil-feature figcaption { align-self: center; padding: clamp(30px,5vw,62px); }
.soil-feature h3 { margin-bottom: 20px; font-size: clamp(1.8rem,3.2vw,3rem); }
.soil-feature figcaption > p { color: #bfd1db; }
.soil-feature .soil-note { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: var(--white); font-weight: 700; }

.outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.outcome-grid article { min-height: 260px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); }
.outcome-grid span,.offer-title span { color: var(--green-deep); font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
.outcome-grid h3 { margin: 58px 0 13px; font-size: 1.5rem; }
.outcome-grid p { margin: 0; color: var(--muted); }

.offer-section { color: var(--white); background: var(--ink); }
.offer-section .heading-copy { color: #bfd1db; }
.offer-list { border-top: 1px solid rgba(255,255,255,.15); }
.offer-item { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; padding: 62px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.offer-title { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-content: start; }
.offer-title span { color: var(--cyan); padding-top: 7px; }
.offer-title h3 { margin: 0; font-size: clamp(1.8rem,3vw,2.75rem); }
.offer-detail { max-width: 650px; }
.offer-lead { margin: 0 0 26px; color: #d9e6eb; font-size: 1.12rem; }
.offer-detail h4 { margin-bottom: 12px; color: var(--cyan); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.offer-detail ul { display: grid; gap: 8px; padding-left: 20px; margin: 0; color: #c2d4dd; }
.offer-detail li::marker { color: var(--green); }
.benefit { margin: 26px 0 0; padding: 20px 22px; border-left: 3px solid var(--green); background: rgba(255,255,255,.06); color: #d9e6eb; }
.benefit strong { color: var(--white); }

.comparison-section { background: #e8f2ea; }
.comparison { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.comparison-row { min-width: 790px; display: grid; grid-template-columns: .72fr 1fr 1.25fr; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row div { padding: 20px 24px; border-right: 1px solid var(--line); }
.comparison-row div:last-child { border-right: 0; color: #173f4a; font-weight: 700; background: rgba(29,202,200,.055); }
.comparison-row div:first-child { font-weight: 800; }
.comparison-head { color: var(--white); background: var(--ink); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.comparison-head div:last-child { color: var(--white); background: rgba(29,202,200,.17); }

.mode-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.mode-grid article { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.mode-grid span { display: inline-block; padding: 6px 10px; border-radius: 999px; color: #0c4650; background: #dff4e2; font-size: .75rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.mode-grid h3 { margin: 58px 0 13px; font-size: 1.4rem; }
.mode-grid p { margin: 0; color: var(--muted); }
.scope-note { margin: 28px 0 0; padding: 22px 26px; border-radius: 16px; color: #3c5668; background: #e6efea; }

.knowhow-section { color: var(--white); background: linear-gradient(130deg,#082b50,#073d4c); }
.knowhow-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: start; }
.knowhow-intro { margin-top: 28px; color: #c6d9e0; font-size: 1.08rem; }
.knowhow-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.14); }
.knowhow-points article { min-height: 225px; padding: 27px; background: rgba(6,27,53,.78); }
.knowhow-points h3 { margin-bottom: 13px; color: var(--cyan); font-size: 1.25rem; }
.knowhow-points p { margin: 0; color: #bfd1db; }

.philosophy-section { background: var(--white); }
.philosophy-statement { max-width: 850px; margin-bottom: 55px; }
.principle-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.principle-grid article { grid-column: span 2; min-height: 220px; padding: 28px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.principle-grid article:nth-child(4),.principle-grid article:nth-child(5) { grid-column: span 3; }
.principle-grid strong { display: block; margin-bottom: 20px; font-size: 1.25rem; line-height: 1.2; }
.principle-grid p { margin: 0; color: var(--muted); }

.process-section { color: var(--white); background: #071b35; }
.process-list { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; padding: 0; margin: 56px 0 0; list-style: none; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); overflow: hidden; }
.process-list li { min-height: 285px; padding: 25px; background: var(--ink); }
.process-list li > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 64px; border-radius: 50%; color: var(--ink); background: linear-gradient(135deg,var(--green),var(--cyan)); font-weight: 850; }
.process-list h3 { margin-bottom: 12px; font-size: 1.25rem; }
.process-list p { margin: 0; color: #bcd0da; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq-grid details { padding: 0 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.faq-grid summary { padding: 22px 0; cursor: pointer; font-weight: 800; }
.faq-grid p { margin: -5px 0 24px; color: var(--muted); }

.finder-section { color: var(--white); background: linear-gradient(140deg,#041326 0%,#082b50 54%,#07505a 100%); }
.finder-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(38px,7vw,90px); align-items: start; }
.finder-intro { position: sticky; top: 112px; }
.finder-intro h2 { margin-bottom: 24px; font-size: clamp(2.25rem,4.6vw,4.2rem); }
.finder-intro > p:not(.section-kicker) { color: #bfd1db; font-size: 1.06rem; }
.finder-intro ul { display: grid; gap: 10px; padding: 24px 0 0; margin: 28px 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; color: #dce8ed; font-weight: 700; }
.finder-intro li::before { content: "✓"; margin-right: 10px; color: var(--green); }
.system-finder { min-height: 650px; padding: clamp(24px,4vw,46px); border: 1px solid rgba(255,255,255,.17); border-radius: 28px; background: rgba(255,255,255,.075); box-shadow: 0 30px 80px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.finder-progress { margin-bottom: 38px; }
.progress-copy { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 10px; color: #c5d8e0; font-size: .82rem; }
.progress-copy strong { color: var(--white); }
.progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.13); }
.progress-track span { display: block; width: 13%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--green),var(--cyan)); transition: width .28s ease; }
.finder-step fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.finder-step legend { display: block; width: 100%; margin-bottom: 8px; color: var(--white); font-size: clamp(1.65rem,3vw,2.35rem); font-weight: 850; line-height: 1.15; letter-spacing: -.03em; }
.step-hint { margin: 0 0 24px; color: #afc6d0; font-size: .9rem; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 24px; }
.choice { position: relative; display: flex; min-height: 72px; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { width: 100%; display: flex; align-items: center; padding: 15px 17px 15px 46px; border: 1px solid rgba(255,255,255,.17); border-radius: 15px; color: #e3edf1; background: rgba(4,19,38,.34); font-weight: 700; line-height: 1.35; transition: border-color .18s ease,background .18s ease,transform .18s ease; }
.choice span::before { content: ""; position: absolute; left: 17px; width: 17px; height: 17px; border: 2px solid #8eabb7; border-radius: 5px; }
.single-choice .choice span::before { border-radius: 50%; }
.choice:hover span { transform: translateY(-1px); border-color: rgba(86,189,46,.72); }
.choice input:focus-visible + span { outline: 3px solid rgba(29,202,200,.5); outline-offset: 2px; }
.choice input:checked + span { border-color: var(--cyan); color: var(--white); background: rgba(29,202,200,.13); }
.choice input:checked + span::before { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 4px #082b50; }
.text-field { display: grid; gap: 8px; margin-top: 24px; color: #d8e7ec; font-size: .9rem; font-weight: 750; }
.text-field input,.text-field textarea { width: 100%; padding: 15px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; color: var(--white); background: rgba(4,19,38,.5); font: inherit; resize: vertical; }
.text-field input::placeholder,.text-field textarea::placeholder { color: #8da8b4; }
.text-field input:focus,.text-field textarea:focus { outline: 3px solid rgba(29,202,200,.35); border-color: var(--cyan); }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 12px; margin-top: 24px; color: #c8dae1; font-size: .88rem; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--green); }
.photo-note { display: grid; gap: 5px; margin-top: 25px; padding: 18px 20px; border-left: 3px solid var(--cyan); background: rgba(255,255,255,.065); }
.photo-note span { color: #bcd0d9; font-size: .9rem; }
.finder-actions { display: flex; justify-content: flex-end; gap: 11px; margin-top: 34px; }
.finder-actions button { min-height: 49px; padding: 11px 21px; border-radius: 999px; cursor: pointer; font: inherit; font-weight: 850; }
.finder-back { border: 1px solid rgba(255,255,255,.28); color: var(--white); background: transparent; }
.finder-next,.finder-submit { border: 0; color: #06162b; background: linear-gradient(110deg,var(--green),var(--cyan)); }
.finder-error { min-height: 24px; margin: 18px 0 -18px; color: #ffd4a8; font-weight: 750; }
.finder-footnote { margin: 18px 0 0; color: #97b1bc; font-size: .78rem; text-align: right; }
.finder-result h3 { margin: 0 0 15px; font-size: clamp(1.8rem,3.2vw,2.7rem); }
.finder-result > p:not(.section-kicker):not(.copy-status):not(.result-note) { color: #c6d8df; }
.result-text textarea { min-height: 230px; color: #dce9ee; font-size: .88rem; line-height: 1.55; }
.result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 24px; }
.result-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; cursor: pointer; font: inherit; font-weight: 850; text-align: center; text-decoration: none; }
.result-email { grid-column: 1 / -1; border: 0; color: #06162b; background: linear-gradient(110deg,var(--green),var(--cyan)); }
.result-whatsapp,.result-copy { color: var(--white); background: rgba(255,255,255,.065); }
.copy-status { min-height: 24px; margin: 12px 0 0; color: var(--cyan); font-weight: 750; text-align: center; }
.result-edit { display: block; margin: 5px auto 0; padding: 8px 12px; border: 0; color: #c7dae1; background: transparent; cursor: pointer; font: inherit; text-decoration: underline; }
.result-note { margin: 25px 0 0; padding: 17px 19px; border-left: 3px solid var(--cyan); color: #b8ced7; background: rgba(255,255,255,.055); font-size: .84rem; }
.result-note a { color: var(--white); overflow-wrap: anywhere; }

.contact-section { padding-block: 95px; color: var(--white); background: linear-gradient(120deg,#0b2e54,#073d4c); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.contact-grid > div > p:last-child { max-width: 550px; color: #c7dbe3; font-size: 1.07rem; }
.contact-card { overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.contact-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 25px; border-bottom: 1px solid rgba(255,255,255,.13); text-decoration: none; }
.contact-row:last-child { border-bottom: 0; }
a.contact-row:hover { background: rgba(255,255,255,.07); }
.contact-row span { color: #a9c3ce; font-size: .88rem; }
.contact-row strong { text-align: right; overflow-wrap: anywhere; }

footer { color: #c3d2da; background: #041326; }
.footer-inner { min-height: 150px; display: grid; grid-template-columns: 1fr auto auto; gap: 42px; align-items: center; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { color: var(--white); }
.footer-brand span { font-size: .85rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { text-decoration: none; }
footer p { margin: 0; font-size: .88rem; }
.mobile-whatsapp { display: none; }

.legal-main { min-height: 70vh; padding-block: 84px; }
.legal-card { max-width: 860px; padding: clamp(26px,6vw,64px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.legal-card h1 { color: var(--ink); font-size: clamp(2.4rem,5vw,4rem); }
.legal-card h2 { margin-top: 38px; font-size: 1.45rem; }
.legal-card p,.legal-card li { color: #3f5669; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--green-deep); font-weight: 750; text-decoration: none; }

@media (max-width: 980px) {
  nav a:not(.nav-contact) { display: none; }
  .hero-grid { min-height: 700px; padding-block: 72px 150px; }
  .hero-logo-card { left: 0; right: auto; bottom: 46px; }
  .manifesto-grid,.offer-item,.knowhow-grid { grid-template-columns: 1fr; gap: 30px; }
  .media-heading { grid-template-columns: 1fr; gap: 22px; }
  .story-grid { grid-auto-rows: 250px; }
  .detail-rail { grid-template-columns: 1fr 1fr; }
  .motion-grid { grid-template-columns: 1fr 1fr; }
  .motion-card:last-child { grid-column: 1 / -1; }
  .motion-portrait video { aspect-ratio: 4/5; }
  .soil-feature { grid-template-columns: 1fr; }
  .soil-feature video { min-height: auto; aspect-ratio: 16/9; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article { min-height: auto; }
  .outcome-grid h3 { margin-top: 36px; }
  .mode-grid { grid-template-columns: 1fr 1fr; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .finder-shell { grid-template-columns: 1fr; }
  .finder-intro { position: static; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; padding-block: 40px 92px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px,1160px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 42px; height: 42px; }
  .brand small { letter-spacing: .13em; }
  .nav-contact { padding: 8px 13px; font-size: .82rem; }
  .hero-grid { min-height: 720px; padding-block: 56px 145px; }
  .hero::before { background: linear-gradient(90deg,rgba(4,19,38,.96),rgba(4,19,38,.66)),linear-gradient(0deg,rgba(4,19,38,.7),transparent 55%); }
  .hero-video { object-position: 60% center; }
  .hero-logo-card { bottom: 30px; }
  h1 { font-size: clamp(2.65rem,14vw,4.2rem); }
  .button { width: 100%; }
  .quick-facts { display: grid; }
  .section { padding-block: 76px; }
  .manifesto-grid { padding-block: 58px; }
  .story-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; }
  .story-card:nth-child(1),.story-card:nth-child(2),.story-card:nth-child(3),.story-card:nth-child(4),.story-card:nth-child(5) { grid-column: auto; grid-row: auto; }
  .story-card { min-height: 310px; }
  .story-card:nth-child(2) { min-height: 460px; }
  .story-card figcaption { left: 18px; right: 18px; bottom: 18px; }
  .story-card figcaption strong { max-width: 72%; font-size: .95rem; }
  .detail-rail { display: flex; gap: 12px; margin-inline: -14px; padding-inline: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .detail-rail figure { flex: 0 0 82%; scroll-snap-align: center; }
  .motion-heading { margin-top: 68px; }
  .motion-grid { grid-template-columns: 1fr; }
  .motion-card:last-child { grid-column: auto; }
  .motion-portrait video { max-height: 650px; aspect-ratio: 9/14; }
  .soil-feature { margin-top: 52px; }
  .soil-feature video { aspect-ratio: 4/3; }
  .offer-item { padding-block: 48px; }
  .offer-title { grid-template-columns: 36px 1fr; }
  .mode-grid,.knowhow-points,.faq-grid { grid-template-columns: 1fr; }
  .mode-grid article,.knowhow-points article { min-height: auto; }
  .mode-grid h3 { margin-top: 38px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article,.principle-grid article:nth-child(4),.principle-grid article:nth-child(5) { grid-column: auto; min-height: auto; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: auto; }
  .process-list li > span { margin-bottom: 34px; }
  .system-finder { min-height: 0; padding: 22px 16px; border-radius: 20px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice { min-height: 62px; }
  .finder-actions { justify-content: stretch; }
  .finder-actions button { flex: 1; padding-inline: 12px; }
  .finder-submit { font-size: .88rem; }
  .finder-footnote { text-align: left; }
  .result-actions { grid-template-columns: 1fr; }
  .result-email { grid-column: auto; }
  .contact-row { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contact-row strong { text-align: left; }
  .mobile-whatsapp { display: block; position: fixed; z-index: 30; left: 14px; right: 14px; bottom: 12px; padding: 14px 18px; border-radius: 999px; color: #06162b; background: linear-gradient(110deg,var(--green),var(--cyan)); box-shadow: 0 10px 35px rgba(0,0,0,.28); font-weight: 850; text-align: center; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .hero { background: #06162b url("assets/media/paprika-bestand.webp") center/cover no-repeat; }
  .hero-video { display: none; }
  .story-card img { transition: none; }
}

/* Clearer service entry and compact homepage. */
[hidden] { display: none !important; }
section[id], article[id] { scroll-margin-top: 100px; }
.menu-toggle { display: none; }
.hero-grid { min-height: 680px; }
.hero h1 { font-size: clamp(2.7rem,5.8vw,5.2rem); }
.video-toggle { position: absolute; z-index: 5; right: 22px; top: 18px; border: 1px solid #8096a8; border-radius: 20px; padding: 8px 14px; background: #071b35; color: white; cursor: pointer; font: inherit; font-size: .875rem; }
.needs-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.needs-grid a { display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: white; text-decoration: none; }
.needs-grid h3 { font-size: 1.4rem; line-height: 1.2; }
.needs-grid p { color: var(--muted); }
.needs-grid span { margin-top: auto; font-weight: 750; color: #176235; }
.package-grid,.practice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.package-grid article { display: flex; flex-direction: column; padding: 30px; border: 1px solid #496175; border-radius: 22px; background: #0b2e54; }
.package-grid h3 { font-size: 1.8rem; line-height: 1.15; }
.package-grid ul { padding-left: 20px; color: #dce9ef; }
.package-grid li { margin-bottom: 10px; }
.package-result { padding-top: 20px; border-top: 1px solid #496175; }
.package-grid .button { margin-top: auto; }
.offer-followup { max-width: 850px; margin: 32px 0 0; color: #dce9ef; }
.offer-followup a { display: inline-block; margin-top: 8px; color: white; }
.practice-grid article { border: 1px solid #496175; border-radius: 20px; overflow: hidden; background: #0b2e54; }
.practice-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.practice-grid article > div { padding: 26px; }
.practice-grid h3 { font-size: 1.5rem; line-height: 1.2; }
.practice-grid p,.media-section .heading-copy { color: #c6d9e0; }
.gallery-link { margin-top: 30px; }
.knowhow-intro { margin-top: 0; }
.cost-note { margin-top: 32px; padding: 26px; border: 1px solid #496175; border-radius: 20px; max-width: 850px; }
.cost-note h3 { font-size: 1.5rem; }
.cost-note p { margin-bottom: 0; color: #dce9ef; }
.subpage-intro { padding-bottom: 45px; }
.subpage-intro h1 { margin: 30px 0 0; font-size: clamp(2.5rem,5vw,4rem); }
.subpage-intro + section { padding-top: 60px; }
a:focus-visible,button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
@media (max-width: 1100px) { .needs-grid { grid-template-columns: repeat(2,1fr); } .package-grid { gap: 12px; } .package-grid article { padding: 22px; } }
@media (max-width: 980px) {
 .header-inner { position: relative; flex-wrap: wrap; gap: 12px; padding-block: 12px; }
 .menu-toggle { display: block; margin-left: auto; border: 1px solid var(--ink); background: white; border-radius: 24px; padding: 10px 18px; font: inherit; font-weight: 750; }
 #main-menu { display: none; flex-basis: 100%; align-items: stretch; gap: 4px; padding: 8px 0; }
 #main-menu.is-open { display: flex; flex-direction: column; }
 #main-menu a { display: block; padding: 12px 16px; }
 .package-grid,.practice-grid { grid-template-columns: 1fr; }
 .package-grid article { padding: 28px; }
 .practice-grid article { display: grid; grid-template-columns: .8fr 1.2fr; }
 .practice-grid img { height: 100%; }
 .hero-grid { padding-top: 90px; }
}
@media (max-width: 640px) {
 .needs-grid { grid-template-columns: 1fr; }
 .practice-grid article { display: block; }
 .practice-grid img { height: auto; }
 .hero-grid { min-height: 0; padding-bottom: 145px; }
 .hero h1 { font-size: clamp(2.5rem,10vw,3.5rem); }
 .process-list { margin-top: 30px; }
 .section { padding-block: 60px; }
}
@media (prefers-reduced-motion: reduce) { .video-toggle { display: none; } }
.finder-step h3 { margin: 32px 0 12px; font-size: 1.3rem; line-height: 1.25; }
.finder-step .step-hint { margin-top: 18px; }
.finder-step legend:focus { outline: none; }
.finder-step input[type="text"],.finder-step textarea { font-size: 1rem; }
.finder-intro li,.finder-footnote,.result-note { font-size: .875rem; }
.finder-step p { color: #c8dae1; }
