:root {
  --pine: #2f4a3f;
  --sage: #a7b49a;
  --mauve: #c39aa5;
  --cream: #efe8de;
  --gold: #c8a36d;
  --ink: #32463c;
  --muted: #6f746f;
  --paper: #f8f5f1;
  --white: #fff;
  --line: rgba(47,74,63,.14);
  --shadow: 0 18px 50px rgba(47, 57, 51, .09);
  --radius: 28px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100vw - 48px));
  --serif: "Marcellus", Georgia, "Times New Roman", serif;
  --sans: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(200,163,109,.7); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; background: var(--pine); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: var(--container); margin-inline: auto; }
.eyebrow { text-transform: uppercase; letter-spacing: .17em; font-size: .73rem; font-weight: 700; color: var(--mauve); }
.section { padding: clamp(68px, 8vw, 112px) 0; }
.section.compact { padding: clamp(48px, 6vw, 78px) 0; }
.section-tint { background: linear-gradient(180deg, rgba(247,239,228,.62), rgba(247,239,228,.28)); }
h1,h2,h3 { font-family: var(--serif); color: var(--pine); line-height: 1.08; font-weight: 500; margin: 0 0 .65em; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.2rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); }
p { margin: 0 0 1.25rem; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.8; color: #4b554f; }
.small { font-size: .92rem; color: var(--muted); }
.text-narrow { max-width: 720px; }
.center { text-align: center; margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(252,250,247,.93); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 28px rgba(47,74,63,.05); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; min-width: 168px; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.nav a { font-size: .93rem; text-decoration: none; color: #34453d; position: relative; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--gold); transition: right .22s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; background: none; border: 0; color: var(--pine); font-weight: 700; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 700; letter-spacing: .025em; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--pine); color: white; box-shadow: 0 10px 26px rgba(47,74,63,.16); }
.btn-primary:hover { background: #253d34; }
.btn-soft { background: var(--mauve); color: white; }
.btn-outline { border-color: rgba(47,74,63,.34); color: var(--pine); background: transparent; }
.btn-text { padding-inline: 0; min-height: auto; border-radius: 0; color: var(--pine); border-bottom: 1px solid var(--gold); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero { min-height: calc(100svh - 82px); display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 78% 45%, rgba(167,180,154,.16), transparent 30%), linear-gradient(180deg, #fcfaf7 0%, #fbf7f1 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); gap: 40px; align-items: center; padding: 54px 0 62px; }
.hero-copy { max-width: 760px; }
.hero-copy h1 { max-width: 780px; }
.hero-copy .lead { max-width: 680px; }
.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: min(430px, 78%); aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(200,163,109,.7); box-shadow: 0 0 0 6px rgba(200,163,109,.08); background: rgba(255,255,255,.45); }
.hero-art::after { content: ""; position: absolute; width: 78%; height: 36%; bottom: 6%; left: 9%; background: radial-gradient(ellipse at center, rgba(167,180,154,.26), transparent 70%); filter: blur(10px); }
.hero-logo { width: min(380px, 74%); position: relative; z-index: 2; filter: drop-shadow(0 22px 22px rgba(47,74,63,.08)); }
.hero-branch { position: absolute; right: -8px; bottom: 4%; height: 69%; width: auto; object-fit: contain; z-index: 3; opacity: .92; pointer-events: none; }
.tagline { display: inline-flex; align-items: center; gap: 12px; color: #a66f31; margin-top: 22px; font-family: var(--serif); font-size: 1.08rem; }
.tagline::before, .tagline::after { content: ""; width: 34px; height: 1px; background: var(--gold); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 7vw, 92px); align-items: center; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: rgba(255,255,255,.72); border: 1px solid rgba(47,74,63,.09); border-radius: var(--radius); padding: 28px; box-shadow: 0 8px 28px rgba(47,74,63,.04); }
.card p:last-child { margin-bottom: 0; }
.number { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(200,163,109,.14); color: #9d6d2c; font-family: var(--serif); font-size: 1.2rem; margin-bottom: 18px; }
.soft-panel { position: relative; border-radius: 38px; padding: clamp(34px, 6vw, 68px); background: linear-gradient(135deg, rgba(247,239,228,.8), rgba(255,255,255,.76)); border: 1px solid rgba(47,74,63,.08); box-shadow: var(--shadow); overflow: hidden; }
.soft-panel .sprig { position: absolute; right: 18px; bottom: -18px; width: 120px; opacity: .6; }
.quote { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 3.6rem); line-height: 1.22; color: var(--pine); }
.quote-mark { color: var(--gold); font-size: 4rem; line-height: .6; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; gap: 18px; }
.steps::before { content: ""; position: absolute; left: 11%; right: 11%; top: 21px; height: 1px; background: var(--line); }
.step { position: relative; padding-top: 58px; }
.step-dot { position: absolute; top: 8px; left: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--paper); border: 1px solid var(--gold); box-shadow: 0 0 0 7px var(--paper); }

.price-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; background: var(--pine); color: rgba(255,255,255,.9); border-radius: 34px; padding: clamp(34px, 5vw, 58px); }
.price-card h2, .price-card h3 { color: white; }
.price-big { font-family: var(--serif); font-size: clamp(3rem, 6vw, 5rem); color: white; line-height: 1; }
.price-meta { color: rgba(255,255,255,.7); }
.price-card .btn-outline { border-color: rgba(255,255,255,.45); color: white; }

.page-hero { padding: clamp(72px, 9vw, 124px) 0 clamp(48px, 6vw, 76px); background: linear-gradient(180deg, #fbf7f1, var(--paper)); }
.page-hero .hero-row { display: grid; grid-template-columns: 1fr .52fr; gap: 50px; align-items: end; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.7rem); }
.decor-line { width: 96px; height: 1px; background: var(--gold); margin: 22px 0; }
.timeline { max-width: 820px; margin: 0 auto; }
.timeline-item { position: relative; padding: 0 0 46px 58px; border-left: 1px solid var(--line); }
.timeline-item:last-child { border-left-color: transparent; }
.timeline-item::before { content: ""; position: absolute; left: -7px; top: 8px; width: 13px; height: 13px; border-radius: 50%; background: var(--paper); border: 2px solid var(--gold); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-button { width: 100%; text-align: left; border: 0; background: none; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--pine); font-weight: 700; cursor: pointer; }
.accordion-icon { font-size: 1.4rem; font-weight: 300; transition: transform .2s ease; }
.accordion-button[aria-expanded="true"] .accordion-icon { transform: rotate(45deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.accordion-panel > div { overflow: hidden; }
.accordion-panel p { padding: 0 0 22px; margin: 0; max-width: 800px; }
.accordion-button[aria-expanded="true"] + .accordion-panel { grid-template-rows: 1fr; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 700; font-size: .9rem; color: var(--pine); }
input, textarea, select { width: 100%; border: 1px solid rgba(47,74,63,.22); border-radius: 14px; background: white; color: var(--ink); padding: 13px 14px; }
textarea { min-height: 150px; resize: vertical; }
.form-status { margin-top: 16px; min-height: 26px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; align-items: start; }
.contact-list { display: grid; gap: 12px; margin-top: 24px; }
.contact-list a { text-decoration: none; }

.site-footer { background: #263b33; color: rgba(255,255,255,.76); padding: 58px 0 26px; }
.site-footer h3 { color: white; font-size: 1.6rem; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .7fr; gap: 48px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { text-decoration: none; color: rgba(255,255,255,.78); }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: .85rem; }

.reveal { opacity: 0; transition: opacity .45s ease; }
.reveal.is-visible { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; }
}

@media (max-width: 980px) {
  :root { --container: min(100% - 34px, 860px); }
  .menu-toggle { display: inline-flex; }
  .nav { position: fixed; inset: 82px 16px auto 16px; padding: 20px; border-radius: 20px; background: rgba(252,250,247,.98); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 4px; transform: translateY(-20px); opacity: 0; pointer-events: none; transition: .2s ease; border: 1px solid var(--line); }
  .nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav a { padding: 12px; }
  .hero { min-height: auto; }
  .hero-grid, .split, .page-hero .hero-row, .contact-grid, .price-card { grid-template-columns: 1fr; }
  .hero-art { min-height: 420px; }
  .hero-branch { right: 4%; height: 66%; }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
  .step { padding: 0 0 0 48px; }
  .step-dot { top: 2px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 560px); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 58px; height: 58px; }
  .nav { inset-top: 72px; }
  .hero-grid { padding-top: 34px; gap: 8px; }
  .hero-art { min-height: 330px; }
  .hero-logo { width: 260px; }
  .hero-branch { right: -2%; height: 61%; }
  .actions .btn { width: 100%; }
  .cards-3, .steps, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .steps { gap: 26px; }
  .card { padding: 24px; }
  .section { padding: 64px 0; }
  .footer-bottom { flex-direction: column; }
}


/* =========================================================
   Feel & Let Go — Homepage Design Concept V3
   Calm, compact, editorial layout based on approved concept.
   ========================================================= */
:root {
  --mauve: #C39AA5;
  --mauve-hover: #B58B96;
  --blush: #F3E9EC;
}

/* Keep headlines elegant rather than oversized on all pages. */
h1 { font-size: clamp(2.75rem, 5.4vw, 5.15rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 3.15rem); }
.page-hero h1 { font-size: clamp(2.65rem, 4.7vw, 4.45rem); max-width: 930px; }

/* Consistent visible brand lockup in the header. */
.brand-lockup { min-width: 235px; gap: 9px; }
.brand-lockup > img { width: 42px; height: 58px; object-fit: contain; }
.brand-lockup > span { display: grid; line-height: 1.05; }
.brand-lockup strong { font-family: var(--serif); color: var(--pine); font-weight: 500; font-size: 1.42rem; white-space: nowrap; }
.brand-lockup small { margin-top: 5px; font-size: .66rem; letter-spacing: .06em; color: #59645e; white-space: nowrap; }
.nav-cta { color: white !important; }
.btn-soft { background: var(--mauve); color: white; box-shadow: 0 9px 24px rgba(195,154,165,.16); }
.btn-soft:hover { background: var(--mauve-hover); }
.btn-mauve-outline { border-color: rgba(184,154,167,.75); color: #9E7485; background: rgba(255,255,255,.22); }

/* Homepage V3 */
.home-v3 .site-header { position: relative; background: #fcfaf7; }
.home-v3 .nav-wrap { min-height: 94px; }
.home-hero { background: #fcfaf7; border-bottom: 1px solid rgba(47,74,63,.08); overflow: hidden; }
.home-hero-grid { display: grid; grid-template-columns: .91fr 1.09fr; align-items: stretch; min-height: 505px; }
.home-hero-copy { padding: 58px 44px 52px 20px; align-self: center; max-width: 620px; }
.home-hero-copy h1 { font-size: clamp(3rem, 4.55vw, 4.65rem); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 16px; }
.home-hero-copy p { max-width: 580px; font-size: .99rem; line-height: 1.7; margin-bottom: .8rem; }
.home-hero-copy .home-intro { font-size: 1.02rem; color: var(--ink); margin-bottom: .2rem; }
.home-hero-copy .actions { margin-top: 25px; }
.home-hero-copy .btn { min-height: 50px; font-size: .86rem; padding-inline: 24px; }
.home-hero-visual { position: relative; min-width: 0; display: flex; align-items: stretch; }
.home-hero-visual img { width: 100%; height: 100%; min-height: 505px; object-fit: cover; object-position: center; }
.home-hero-visual::after { content:""; position:absolute; inset:0 auto 0 0; width:18%; background:linear-gradient(90deg,#fcfaf7 0%,rgba(252,250,247,.85) 32%,transparent 100%); pointer-events:none; }
.heart-rule { display:flex; align-items:center; gap:10px; width:310px; max-width:100%; color:var(--gold); margin: 0 0 18px; }
.heart-rule::before,.heart-rule::after { content:""; height:1px; flex:1; background:rgba(200,163,109,.75); }
.heart-rule span { font-family:Georgia,serif; font-size:1.15rem; line-height:1; }
.heart-rule.small { width:116px; margin: 5px auto 0; gap:7px; }
.heart-rule.small span { font-size:.92rem; }

.home-overview { background: #fdfbf8; }
.overview-grid { display:grid; grid-template-columns: minmax(0,2.55fr) minmax(180px,.9fr) minmax(180px,.82fr) minmax(180px,.88fr); align-items:stretch; }
.recognition-block,.overview-column { padding: 28px 32px 26px; }
.overview-column { border-left:1px solid rgba(47,74,63,.11); display:flex; flex-direction:column; }
.section-label { text-align:center; margin-bottom:18px; }
.section-label h2 { font-size:1.53rem; line-height:1.2; margin:0; }
.recognition-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.recognition-item { text-align:center; padding: 0 15px; border-right:1px solid rgba(47,74,63,.12); }
.recognition-item:last-child { border-right:0; }
.recognition-item h3 { font-size:1.06rem; line-height:1.35; margin:.55rem 0 .35rem; }
.recognition-item p { font-size:.77rem; line-height:1.5; color:#4f5954; margin:0 auto; max-width:145px; }
.icon-wash { width:62px; height:62px; display:grid; place-items:center; margin:auto; border-radius:49% 51% 46% 54% / 52% 47% 53% 48%; background:rgba(167,180,154,.22); }
.icon-wash.mauve { background:rgba(184,154,167,.18); }
.icon-wash.cream { background:rgba(231,214,196,.35); }
.icon-wash.sage { background:rgba(167,180,154,.25); }
.icon-wash svg { width:36px; height:36px; fill:none; stroke:var(--pine); stroke-width:1.35; stroke-linecap:round; stroke-linejoin:round; }
.text-link { display:inline-flex; gap:8px; align-items:center; text-decoration:none; color:#B57F93; font-size:.92rem; margin-top:auto; padding-top:18px; }
.recognition-block > .text-link { display:flex; justify-content:center; }
.overview-column p { font-size:.79rem; line-height:1.62; margin-bottom:.85rem; }
.overview-column .small-copy { color:#59625d; }
.mini-promise { display:flex; align-items:center; gap:12px; margin-top:auto; color:var(--pine); font-family:var(--serif); font-size:1rem; line-height:1.45; }
.mini-promise img { width:34px; height:50px; object-fit:contain; }
.practical-list { list-style:none; padding:0; margin:0; display:grid; gap:15px; font-size:.8rem; }
.practical-list li { display:flex; align-items:center; gap:10px; }
.practical-list li span { width:20px; text-align:center; color:var(--pine); font-size:1.15rem; }

.home-quote-band { min-height:112px; display:flex; align-items:center; background:linear-gradient(90deg,rgba(167,180,154,.10),rgba(247,239,228,.48),rgba(167,180,154,.11)); border-top:1px solid rgba(47,74,63,.08); overflow:hidden; }
.quote-band-inner { position:relative; min-height:112px; display:grid; place-items:center; text-align:center; }
.quote-band-inner > img { position:absolute; left:-5px; bottom:-42px; height:155px; width:auto; opacity:.78; transform:rotate(-20deg); }
.quote-band-inner p { position:relative; z-index:1; font-family:var(--serif); font-style:italic; color:var(--pine); font-size:clamp(1.45rem,2.2vw,2.15rem); line-height:1.25; margin:0; }
.home-footer { padding:15px 0; background:#fbfaf7; color:var(--ink); border-top:1px solid rgba(47,74,63,.09); }
.home-footer-row { display:flex; justify-content:space-around; align-items:center; gap:24px; font-size:.78rem; }
.home-footer-row a { color:inherit; text-decoration:none; }

/* My story: visible brand/mark and readable mauve CTA. */
.story-hero-mark { position:relative; min-height:330px; display:grid; place-items:center; }
.story-hero-mark > img:first-child { width:min(290px,78%); position:relative; z-index:2; filter:drop-shadow(0 16px 28px rgba(47,74,63,.08)); }
.story-hero-mark .story-branch { position:absolute; right:6%; bottom:0; height:72%; width:auto; opacity:.88; }

/* Tariff page: calm pricing, not oversized. */
.tariff-note { max-width:720px; }
.tarieven-page .price-big { font-size:clamp(2.6rem,4.4vw,3.8rem); }

@media (max-width: 1120px) {
  .overview-grid { grid-template-columns: 1.7fr 1fr 1fr; }
  .recognition-block { grid-column:1 / -1; border-bottom:1px solid rgba(47,74,63,.1); }
  .overview-column:first-of-type { border-left:0; }
}
@media (max-width: 980px) {
  .brand-lockup { min-width:auto; }
  .brand-lockup small { display:none; }
  .home-v3 .site-header { position:sticky; }
  .home-hero-grid { grid-template-columns:1fr; }
  .home-hero-copy { padding:45px 0 32px; max-width:700px; }
  .home-hero-visual { min-height:360px; margin-inline:calc((100vw - var(--container)) / -2); }
  .home-hero-visual img { min-height:360px; max-height:500px; }
  .home-hero-visual::after { width:100%; height:18%; inset:0 0 auto; background:linear-gradient(180deg,#fcfaf7,transparent); }
  .overview-grid { grid-template-columns:1fr 1fr; }
  .recognition-block { grid-column:1/-1; }
  .overview-column { border-top:1px solid rgba(47,74,63,.1); }
  .overview-column:nth-of-type(2n) { border-left:0; }
}
@media (max-width: 700px) {
  h1 { font-size:clamp(2.55rem,12vw,3.65rem); }
  h2 { font-size:clamp(1.75rem,8vw,2.5rem); }
  .brand-lockup strong { font-size:1.15rem; }
  .brand-lockup > img { width:32px; height:48px; }
  .home-hero-copy h1 { font-size:clamp(2.8rem,13vw,4rem); }
  .home-hero-copy p { font-size:.95rem; }
  .home-hero-visual { min-height:290px; }
  .home-hero-visual img { min-height:290px; }
  .overview-grid { grid-template-columns:1fr; }
  .recognition-block,.overview-column { padding:28px 10px; border-left:0; }
  .recognition-grid { grid-template-columns:1fr 1fr; row-gap:28px; }
  .recognition-item:nth-child(2) { border-right:0; }
  .overview-column { padding-inline:22px; }
  .home-footer-row { flex-direction:column; gap:7px; }
  .quote-band-inner > img { opacity:.45; left:-55px; }
}

/* V4: FAQ deep links and booking-in-progress state */
.inline-link { color: inherit; text-decoration-color: rgba(195,154,165,.65); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.inline-link:hover { color: #9d7586; }
.accordion-item[id] { scroll-margin-top: 110px; }
.booking-progress { margin: 14px 0 0; font-size: .83rem; line-height: 1.55; color: var(--muted); }
.booking-progress a, .booking-box a:not(.btn) { color: #9d7586; text-decoration: underline; text-underline-offset: 3px; }
.booking-box { margin-top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(247,239,228,.55); }
.booking-box h3 { margin: 6px 0 8px; }


/* Feel & Let Go 1.0 refinements */
.story-hero-mark { min-height: 330px; }
.story-hero-mark > .story-portrait {
  width: min(290px,78%); aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover;
  object-position: 52% 38%; position: relative; z-index: 2;
  box-shadow: 0 18px 42px rgba(47,74,63,.12); border: 7px solid rgba(255,255,255,.72);
}
.story-hero-mark > .story-branch { right: 1%; bottom: -7%; height: 67%; opacity: .72; z-index: 1; }
.biotensor-grid { align-items: center; }
.biotensor-image-wrap { border-radius: 28px; overflow: hidden; background: #f7f0e7; box-shadow: 0 18px 45px rgba(47,74,63,.08); }
.biotensor-image-wrap img { width: 100%; height: min(610px,72vh); object-fit: cover; object-position: center; }
.faq-question-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap: clamp(34px,6vw,78px); align-items:start; }
.footer-round-logo { width:58px; height:58px; object-fit:contain; flex:0 0 auto; }
.home-footer-row { align-items:center; }
@media (max-width: 900px) {
  .faq-question-grid { grid-template-columns:1fr; }
  .footer-round-logo { display:none; }
}

/* Legal pages & legal footer links */
.legal-copy h2 { margin-top: 2.2rem; }
.legal-copy h3 { margin-top: 1.6rem; }
.legal-copy ul, .legal-copy ol { padding-left: 1.35rem; margin: .6rem 0 1.25rem; }
.legal-copy li { margin: .38rem 0; }
.legal-copy a { color: var(--mauve); text-underline-offset: 3px; }
.legal-notice { margin: 1rem 0 1.5rem; padding: 18px 20px; border: 1px solid rgba(195,154,165,.35); background: rgba(195,154,165,.08); border-radius: 16px; }
.site-footer a { color: inherit; }
.home-legal-links { background: #263b33; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); padding: 14px 0 20px; }
.home-legal-links .container { display:flex; flex-wrap:wrap; gap: 10px 22px; justify-content:center; }
.home-legal-links a { color: inherit; text-decoration:none; font-size:.82rem; }
.home-legal-links a:hover, .footer-links a:hover { color:#fff; }

/* =========================================================
   Production refinements — Version 1.2
   Responsive, accessibility and calm-reading improvements.
   ========================================================= */
body { overflow-x: hidden; }
main { min-height: 55vh; }
.menu-toggle { min-width: 48px; min-height: 44px; border: 1px solid rgba(47,74,63,.18); border-radius: 999px; padding: 0 14px; }
.nav a, .footer-links a, .home-legal-links a { text-underline-offset: 3px; }
.page-hero { padding-top: clamp(56px, 7vw, 92px); }
.page-hero h1 { line-height: 1.12; }
.legal-copy { max-width: 790px; }
.legal-copy h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.25; }
.legal-copy h3 { font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
.form-status:not(:empty) { padding: 10px 12px; border-radius: 12px; background: rgba(167,180,154,.14); color: var(--pine); }
input[type="checkbox"] { accent-color: var(--pine); }
.footer-brand { display:flex; align-items:center; gap:14px; }
.footer-brand img { width:54px; height:54px; object-fit:contain; flex:0 0 auto; }
.footer-brand h3 { margin-bottom:.2rem; }

@media (max-width: 980px) {
  .site-header { backdrop-filter: blur(10px); }
  .nav { top: 82px; bottom: auto; max-height: calc(100svh - 100px); overflow:auto; }
  .nav a { min-height:44px; display:flex; align-items:center; }
  .nav .btn { justify-content:center; }
  .page-hero .hero-row { align-items:center; }
  .page-hero { padding-top: 54px; }
}
@media (max-width: 700px) {
  .home-v3 .nav-wrap, .nav-wrap { min-height:72px; }
  .nav { top:72px; }
  .home-hero-grid { min-height:auto; }
  .home-hero-copy { padding: 36px 0 28px; }
  .home-hero-copy h1 { font-size: clamp(2.45rem, 11.5vw, 3.25rem); line-height:1.06; }
  .home-hero-copy .heart-rule { width: 240px; }
  .home-hero-visual { margin-inline: calc((100vw - var(--container)) / -2); }
  .home-hero-visual img { min-height:260px; max-height:360px; object-position:center; }
  .recognition-grid { gap: 22px 0; }
  .recognition-item { padding-inline:10px; }
  .section-label h2 { font-size:1.42rem; }
  .page-hero h1 { font-size: clamp(2.25rem, 10vw, 3.05rem); }
  h2 { font-size: clamp(1.75rem, 7.4vw, 2.35rem); }
  .lead { font-size:1.05rem; line-height:1.72; }
  .site-footer { padding-top:42px; }
  .footer-grid { gap:30px; }
  .footer-bottom { margin-top:30px; }
  .biotensor-image-wrap img { height:auto; max-height:none; }
}
@media (max-width: 430px) {
  :root { --container: min(100% - 24px, 406px); }
  .brand-lockup { min-width:0; }
  .brand-lockup strong { font-size:1.05rem; }
  .brand-lockup small { display:none; }
  .brand-lockup > img { width:31px; height:44px; }
  .menu-toggle { font-size:.82rem; padding-inline:12px; }
  .home-hero-copy p { font-size:.93rem; }
  .recognition-item h3 { font-size:1rem; }
  .overview-column { padding-inline:12px; }
  .soft-panel { border-radius:26px; padding:28px 20px; }
  .price-card { border-radius:26px; padding:28px 22px; }
  .timeline-item { padding-left:40px; }
}


/* =========================================================
   Production 1.2 final refinements
   ========================================================= */
body { overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(200,163,109,.72);
  outline-offset: 4px;
}
input[aria-invalid="true"], textarea[aria-invalid="true"], select[aria-invalid="true"] {
  border-color: #9a4c5e;
  box-shadow: 0 0 0 3px rgba(154,76,94,.10);
}
button:disabled { opacity: .65; cursor: wait; }

@media (max-width: 980px) {
  .home-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .home-hero-copy { max-width: 760px; padding: 52px 0 34px; }
  .home-hero-visual img { min-height: 390px; max-height: 520px; }
  .home-hero-visual::after { display: none; }
  .overview-grid { grid-template-columns: 1fr 1fr; }
  .recognition-block { grid-column: 1 / -1; }
  .overview-column:nth-of-type(2) { border-left: 0; }
}

@media (max-width: 680px) {
  .home-v3 .nav-wrap { min-height: 74px; }
  .brand-lockup { min-width: 0; }
  .brand-lockup > img { width: 32px; height: 46px; }
  .brand-lockup strong { font-size: 1.13rem; }
  .brand-lockup small { font-size: .56rem; }
  .home-hero-copy { padding: 40px 0 28px; }
  .home-hero-copy h1 { font-size: clamp(2.55rem, 13vw, 3.35rem); }
  .home-hero-copy p { font-size: .98rem; }
  .home-hero-visual img { min-height: 300px; max-height: 380px; }
  .overview-grid { grid-template-columns: 1fr; }
  .recognition-block, .overview-column { padding: 30px 0; }
  .overview-column { border-left: 0; border-top: 1px solid rgba(47,74,63,.11); }
  .recognition-grid { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .recognition-item:nth-child(2) { border-right: 0; }
  .recognition-item:nth-child(3), .recognition-item:nth-child(4) { border-top: 1px solid rgba(47,74,63,.08); padding-top: 26px; }
  .recognition-item p { font-size: .82rem; }
  .quote-band-inner { padding: 24px 0; }
  .home-footer-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .home-legal-links .container { justify-content: flex-start; }
}
