/* ============================================================
   trwn — Landing (modern/strak)
   Built on the bound trwn Design System tokens
   (_ds/.../colors_and_type.css supplies --trwn-* + type).
   ============================================================ */

:root {
  --maxw: 1200px;
  --pad-x: clamp(22px, 5vw, 64px);
  --sec-y: clamp(72px, 9vw, 120px);
  --primary: var(--trwn-blush);          /* mockup leads with blush CTAs */
  --primary-deep: #C48A8A;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-marketing-sans);
  font-weight: 300;
  color: var(--trwn-charcoal);
  background: var(--trwn-wit);
  line-height: var(--lh-loose);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
::selection { background: var(--trwn-blush); color: #fff; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }
.section { padding-top: var(--sec-y); padding-bottom: var(--sec-y); }
.section-cream { background: var(--trwn-cream); }
.section-blush { background: linear-gradient(180deg, #FCF1F1 0%, var(--trwn-blush-pale) 100%); }

.sec-head { text-align: center; max-width: 640px; margin: 0 auto clamp(44px, 5vw, 72px); }
.sec-head .eyebrow-gold { display: block; margin-bottom: 16px; }
.sec-head h2 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1.12; color: var(--trwn-charcoal);
  letter-spacing: -0.005em;
}

/* ---------- Type helpers ---------- */
.serif { font-family: var(--font-serif); }
.blush { color: var(--trwn-blush); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-serif); font-size: 1.18rem; font-weight: 500;
  padding: 14px 32px; border-radius: var(--radius-pill);
  cursor: pointer; border: 1.5px solid transparent; text-decoration: none; white-space: nowrap;
  transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.btn-primary { background: var(--trwn-blush); color: #fff; }
.btn-primary:hover { background: var(--primary-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(212,160,160,0.42); }
.btn-outline { background: transparent; color: var(--trwn-charcoal); border-color: var(--trwn-blush); }
.btn-outline:hover { background: #fff; color: var(--primary-deep); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline svg { width: 17px; height: 17px; color: var(--trwn-blush); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: 84px;
  background: rgba(254,250,245,0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(212,196,168,0); transition: border-color .4s ease, box-shadow .4s ease, background .4s ease;
}
.site-header.scrolled { border-bottom-color: rgba(212,196,168,0.3); box-shadow: var(--shadow-xs); background: rgba(254,250,245,0.94); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.brand { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.brand img { height: 52px; width: auto; }
.nav-links { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 40px); }
.nav-links a {
  font-family: var(--font-sans); font-size: 0.95rem; font-weight: 400;
  color: var(--trwn-charcoal); text-decoration: none; transition: color .25s ease; letter-spacing: 0.01em;
}
.nav-links a:hover { color: var(--trwn-blush); }
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-login { font-family: var(--font-sans); font-size: 0.95rem; color: var(--trwn-charcoal); text-decoration: none; }
.nav-login:hover { color: var(--trwn-blush); }
.nav-btn { font-size: 1rem; padding: 11px 26px; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; color: var(--trwn-charcoal); padding: 6px; }
.mobile-menu { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 150px 0 90px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.hero h1 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(3rem, 5.6vw, 4.8rem); line-height: 1.02; letter-spacing: -0.015em; color: var(--trwn-charcoal);
}
.hero h1 .blush { color: var(--trwn-blush); }
.hero-tagline {
  font-family: var(--font-marketing-sans);
  font-size: 1rem;
  font-weight: 300;
  color: var(--trwn-sand);
  margin-top: 14px;
  letter-spacing: 0.01em;
}
.hero p.lead {
  font-family: var(--font-marketing-sans); font-weight: 300;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.75; color: rgba(45,41,38,0.66);
  margin-top: 26px; max-width: 440px;
}
.hero-actions { display: flex; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.btn-aud { font-size: 1.1rem; padding: 15px 28px; }
.btn-aud svg { width: 20px; height: 20px; stroke-width: 1.6; color: var(--trwn-blush); }
.btn-white { background: #fff; color: var(--trwn-charcoal); border-color: var(--trwn-sand-pale); }
.btn-white:hover { border-color: var(--trwn-blush); color: var(--trwn-blush); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-white-blush { border-color: var(--trwn-blush); }
.hero-choose { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--trwn-sand-pale); }
.hc-label { font-family: var(--font-sans); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: var(--tracking-wider); color: var(--trwn-light-gray); }
.hc-btn { display: inline-flex; align-items: center; gap: 9px; padding: 11px 22px; border: 1.5px solid var(--trwn-sand-pale); border-radius: var(--radius-pill); background: #fff; font-family: var(--font-sans); font-weight: 600; font-size: 0.95rem; color: var(--trwn-charcoal); text-decoration: none; transition: border-color .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease; }
.hc-btn svg { width: 18px; height: 18px; stroke-width: 1.5; color: var(--trwn-blush); transition: transform .3s ease; }
.hc-btn:hover { border-color: var(--trwn-blush); color: var(--trwn-blush); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.hc-btn:hover svg { transform: scale(1.08); }

/* hero visual: laptop + phone */
.hero-visual { position: relative; }
.laptop { position: relative; width: 100%; max-width: 660px; margin-left: auto; }
.laptop-screen {
  position: relative; background: #1f1c1a; border-radius: 16px 16px 0 0; padding: 12px 12px 0;
  border: 2px solid #2D2926; box-shadow: var(--shadow-lg);
}
.laptop-screen .scr { border-radius: 6px; overflow: hidden; aspect-ratio: 16 / 10.2; background: #fff; }
.laptop-screen .scr img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.laptop-base {
  height: 16px; background: linear-gradient(180deg, #d8d2cb, #b3aca3); border-radius: 0 0 14px 14px;
  position: relative; max-width: 740px; margin: 0 auto; width: 112%; margin-left: -6%;
}
.laptop-base::after { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 90px; height: 7px; background: #9c958c; border-radius: 0 0 8px 8px; }
.phone {
  position: absolute; right: -2%; bottom: -7%; width: 30%;
  border: 6px solid #2D2926; border-radius: 22px; overflow: hidden; background: #fff;
  box-shadow: 0 24px 50px rgba(45,41,38,0.26); z-index: 3;
}
.phone img { width: 100%; display: block; }

.hero-ring { display: none; }
@keyframes float { 0%,100%{ transform: translateY(0) rotate(0deg);} 50%{ transform: translateY(-22px) rotate(3deg);} }

/* ---------- Features band ---------- */
.features { display: grid; grid-template-columns: repeat(5, 1fr); }
.feature { text-align: center; padding: 8px clamp(14px, 1.6vw, 24px); position: relative; }
.feature + .feature::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: var(--trwn-sand-pale); }
.feature .ficon { width: 52px; height: 52px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; color: var(--trwn-blush); }
.feature .ficon svg { width: 38px; height: 38px; stroke-width: 1.4; }
.feature h3 { font-family: var(--font-serif); font-weight: 500; font-size: 1.4rem; color: var(--trwn-charcoal); margin-bottom: 12px; }
.feature p { font-family: var(--font-marketing-sans); font-weight: 300; font-size: 0.95rem; line-height: 1.65; color: rgba(45,41,38,0.6); }

/* ---------- How it works ---------- */
.hiw-toggle {
  display: inline-flex; gap: 4px; margin-bottom: 22px;
  background: #fff; border: 1px solid var(--trwn-sand-pale); border-radius: 50px; padding: 5px;
}
.hiw-tab {
  border: 0; background: transparent; cursor: pointer;
  font-family: var(--font-marketing-sans); font-weight: 600; font-size: 0.86rem;
  color: var(--trwn-charcoal); padding: 10px 22px; border-radius: 50px;
  transition: background .3s ease, color .3s ease;
}
.hiw-tab.active { background: var(--trwn-blush); color: #fff; }
.hiw-fade { transition: opacity .28s ease; }
.hiw-fade.is-fading { opacity: 0; }
.steps { --sgap: clamp(30px, 5vw, 72px); display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sgap); position: relative; max-width: 1000px; margin: 0 auto; }
.step { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; transition: opacity .28s ease; }
.steps.is-fading .step { opacity: 0; }
.step-badge {
  width: 56px; height: 56px; border-radius: 50%; background: var(--trwn-blush); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 1.5rem; font-weight: 500; margin: 0 auto 26px;
}
.step h3 { font-family: var(--font-serif); font-weight: 500; font-size: 1.4rem; color: var(--trwn-charcoal); margin-bottom: 12px; }
.step p { font-family: var(--font-marketing-sans); font-weight: 300; font-size: 0.98rem; line-height: 1.7; color: rgba(45,41,38,0.62); max-width: 280px; }
.step .arrow { position: absolute; top: 27px; left: calc(100% + 12px); width: calc(var(--sgap) - 24px); height: 2px; background: var(--trwn-sand); opacity: 0.5; }
.step .arrow::after { content: ''; position: absolute; right: 0; top: -3px; width: 8px; height: 8px; border-top: 2px solid var(--trwn-sand); border-right: 2px solid var(--trwn-sand); transform: rotate(45deg); }
.step:last-child .arrow { display: none; }

/* ---------- For who ---------- */
.forwho-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 32px); max-width: 1040px; margin: 0 auto; }
.fw-card {
  background: #fff; border: 1px solid var(--trwn-sand-pale); border-radius: var(--radius-xl);
  padding: clamp(30px, 3.4vw, 46px); display: flex; gap: clamp(20px, 2.4vw, 32px); align-items: flex-start;
  text-decoration: none; transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}
.fw-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--trwn-blush-light); }
.fw-icon { flex-shrink: 0; width: 90px; height: 90px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.fw-icon.sand { background: var(--trwn-sand-pale); color: var(--trwn-accent); }
.fw-icon.blush { background: var(--trwn-blush-pale); color: var(--trwn-blush); }
.fw-icon svg { width: 38px; height: 38px; stroke-width: 1.4; }
.fw-body h3 { font-family: var(--font-serif); font-weight: 500; font-size: 1.7rem; color: var(--trwn-charcoal); margin-bottom: 12px; }
.fw-body p { font-family: var(--font-marketing-sans); font-weight: 300; font-size: 1rem; line-height: 1.7; color: rgba(45,41,38,0.62); margin-bottom: 18px; }
.fw-link { font-family: var(--font-sans); font-weight: 600; font-size: 0.95rem; color: var(--trwn-blush); display: inline-flex; align-items: center; gap: 8px; }
.fw-card:hover .fw-link .a { transform: translateX(5px); }
.fw-link .a { transition: transform .3s ease; }

/* ---------- Final CTA ---------- */
.final { position: relative; text-align: center; overflow: hidden; }
.final .wrap { position: relative; z-index: 2; }
.final h2 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(2.2rem, 4.6vw, 3.4rem); color: var(--trwn-charcoal); }
.final p { font-family: var(--font-marketing-sans); font-weight: 300; font-size: 1.1rem; color: rgba(45,41,38,0.64); margin: 20px auto 34px; max-width: 440px; }
.final-row { display: flex; align-items: center; justify-content: center; gap: 26px; position: relative; }
.handwrite {
  font-family: 'Cormorant Garamond', cursive; font-style: italic; font-size: 1.5rem; color: var(--trwn-accent);
  position: relative; max-width: 180px; line-height: 1.2; text-align: left;
}

/* ---------- Footer ---------- */
.site-footer { background: var(--trwn-charcoal); color: rgba(250,247,242,0.7); padding: clamp(60px,7vw,88px) 0 36px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand img { height: 50px; width: auto; margin-bottom: 20px; }
.footer-brand p { font-family: var(--font-marketing-sans); font-weight: 300; font-size: 0.92rem; line-height: 1.8; max-width: 290px; color: rgba(250,247,242,0.58); }
.footer-col h5 { font-family: var(--font-sans); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: var(--tracking-wider); color: var(--trwn-sand); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { color: rgba(250,247,242,0.66); text-decoration: none; font-size: 0.92rem; font-family: var(--font-marketing-sans); transition: color .25s ease; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 28px; }
.footer-bottom p { font-size: 0.72rem; letter-spacing: var(--tracking-wide); text-transform: uppercase; color: rgba(250,247,242,0.4); font-family: var(--font-sans); }
.footer-bottom .tag { font-family: var(--font-serif); font-style: italic; font-size: 1.05rem; text-transform: none; letter-spacing: 0; color: var(--trwn-sand); }

/* ---------- Hero trust line ---------- */
.hero-trust { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-marketing-sans); font-weight: 400; font-size: 0.92rem; color: var(--trwn-warm-gray); }
.hero-trust svg { width: 17px; height: 17px; color: var(--trwn-blush); stroke-width: 1.8; flex-shrink: 0; }

/* ---------- Photo band: voor elke liefde ---------- */
.photoband { padding-top: var(--sec-y); padding-bottom: var(--sec-y); }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.photo-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 3 / 3.4; box-shadow: var(--shadow-md); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.photo-card:hover img { transform: scale(1.05); }
.photo-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(45,41,38,0.5) 0%, rgba(45,41,38,0) 45%); }
.photo-cap { position: absolute; left: 22px; bottom: 20px; z-index: 2; color: #fff; }
.photo-cap .pc-style { font-family: var(--font-sans); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--trwn-blush-light); }
.photo-cap .pc-name { font-family: var(--font-serif); font-weight: 500; font-size: 1.5rem; line-height: 1.1; margin-top: 4px; }

/* ---------- Product band: zo ziet het eruit ---------- */
.product-band { background: var(--trwn-cream); }
.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 44px; }
.shot { border-radius: var(--radius-lg); overflow: hidden; background: #fff; border: 1px solid var(--trwn-sand-pale); box-shadow: var(--shadow-md); }
.shot-bar { display: flex; align-items: center; gap: 6px; padding: 9px 14px; background: #fff; border-bottom: 1px solid var(--trwn-sand-pale); }
.shot-bar span { width: 8px; height: 8px; border-radius: 50%; background: var(--trwn-sand-light); }
.shot-bar span:nth-child(2) { background: var(--trwn-blush-light); }
.shot-bar span:nth-child(3) { background: var(--trwn-sage); }
.shot-bar small { margin-left: 8px; font-family: var(--font-sans); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--trwn-light-gray); }
.shot-img { aspect-ratio: 16 / 10; overflow: hidden; }
.shot-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.band-cta { text-align: center; }

/* ---------- Pricing teaser ---------- */
.pricing-teaser .pt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1000px; margin: 0 auto; }
.pt-card { background: #fff; border: 1px solid var(--trwn-sand-pale); border-radius: var(--radius-xl); padding: clamp(28px, 3.4vw, 44px); display: flex; flex-direction: column; transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease; }
.pt-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--trwn-blush-light); }
.pt-tag { font-family: var(--font-sans); font-weight: 700; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--trwn-blush); }
.pt-price { font-family: var(--font-serif); font-weight: 400; font-size: 2.8rem; color: var(--trwn-charcoal); line-height: 1; margin: 14px 0 2px; }
.pt-price small { font-family: var(--font-sans); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--trwn-light-gray); display: block; margin-top: 6px; }
.pt-card ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 22px 0 26px; flex: 1; }
.pt-card li { display: flex; gap: 11px; align-items: flex-start; font-family: var(--font-sans); font-size: 0.95rem; color: var(--trwn-charcoal); }
.pt-card li svg { width: 17px; height: 17px; color: var(--trwn-blush); flex-shrink: 0; margin-top: 3px; stroke-width: 1.8; }
.pt-note { text-align: center; margin-top: 30px; font-family: var(--font-marketing-sans); font-size: 0.95rem; color: var(--trwn-warm-gray); }

/* ---------- Reassurance band ---------- */
.reassure { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(22px, 5vw, 64px); }
.reassure-item { display: flex; align-items: center; gap: 13px; }
.reassure-item .ri-ic { width: 44px; height: 44px; border-radius: 50%; background: var(--trwn-blush-pale); color: var(--trwn-blush); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.reassure-item .ri-ic svg { width: 22px; height: 22px; stroke-width: 1.6; }
.reassure-item b { font-family: var(--font-serif); font-weight: 500; font-size: 1.15rem; color: var(--trwn-charcoal); display: block; }
.reassure-item span { font-family: var(--font-marketing-sans); font-size: 0.85rem; color: var(--trwn-warm-gray); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta { display: none; }

/* ---------- Footer socials ---------- */
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(212,196,168,0.3); display: flex; align-items: center; justify-content: center; color: rgba(250,247,242,0.7); transition: all .25s ease; }
.footer-social a:hover { border-color: var(--trwn-blush); color: #fff; background: rgba(212,160,160,0.18); }
.footer-social svg { width: 18px; height: 18px; }

/* ---------- Floating hearts & rings (sfeerlaag) ---------- */
.floaties { position: fixed; inset: 0; z-index: 60; pointer-events: none; overflow: hidden; }
.floaty { position: absolute; bottom: -90px; animation-name: floatUp; animation-timing-function: linear; animation-iteration-count: infinite; will-change: transform; }
.floaty-in { animation-name: floatSway; animation-timing-function: ease-in-out; animation-iteration-count: infinite; }
.floaty-in svg { width: 100%; height: auto; display: block; }
@keyframes floatUp { from { transform: translateY(0) rotate(-5deg); } to { transform: translateY(-118vh) rotate(20deg); } }
@keyframes floatSway { 0%, 100% { transform: translateX(-9px); } 50% { transform: translateX(9px); } }
@media (prefers-reduced-motion: reduce) { .floaties { display: none; } }

/* ---------- Reveal ---------- */.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hiw-fade, .step { transition: none; } .hero-ring { animation: none !important; } html { scroll-behavior: auto; } }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero { padding-top: 130px; }
  .hero p.lead { max-width: 540px; }
  .laptop { margin: 0 auto; }
  .features { grid-template-columns: repeat(3, 1fr); gap: 36px 0; }
  .feature:nth-child(1)::before, .feature:nth-child(4)::before { display: none; }
  .pricing-teaser .pt-grid { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 860px) {
  .nav-links, .nav-right .nav-login { display: none; }
  .menu-toggle { display: block; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .step .arrow { display: none; }
  .forwho-grid { grid-template-columns: 1fr; }
  .mobile-menu {
    display: none; position: absolute; top: 84px; left: 0; width: 100%;
    background: var(--trwn-wit); border-bottom: 1px solid var(--trwn-sand-pale); box-shadow: var(--shadow-md);
    padding: 22px var(--pad-x); flex-direction: column; gap: 2px;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { padding: 14px 0; font-family: var(--font-sans); font-size: 1rem; color: var(--trwn-charcoal); text-decoration: none; border-bottom: 1px solid var(--trwn-sand-pale); }
  .mobile-menu a.cta { border: 0; margin-top: 12px; }
}
@media (max-width: 620px) {
  .features { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .hero h1 { font-size: 2.7rem; line-height: 1.1; }
  .hero p.lead { margin-top: 28px; }
  .brand img { height: 40px; }
  .nav-right { gap: 10px; }
  .nav-btn { display: none; }
  .feature::before { display: none !important; }
  .fw-card { flex-direction: column; align-items: flex-start; min-width: 0; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-choose { flex-direction: column; align-items: stretch; }
  .hc-btn { justify-content: center; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .final-row { flex-direction: column; gap: 18px; }
  .handwrite { text-align: center; max-width: 240px; }
  /* new sections */
  .photo-grid { position: relative; display: block; aspect-ratio: 16 / 12; }
  .photo-card { position: absolute; inset: 0; aspect-ratio: auto; opacity: 0; transition: opacity 1.1s ease; }
  .photo-card.fade-active { opacity: 1; }
  .photo-grid.no-fade { display: grid; aspect-ratio: auto; }
  .photo-grid.no-fade .photo-card { position: static; opacity: 1; aspect-ratio: 16 / 11; }
  .shots { grid-template-columns: 1fr; gap: 16px; }
  .reassure { flex-direction: column; align-items: flex-start; gap: 18px; }
  /* sticky mobile CTA */
  .sticky-cta {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(254,250,245,0.94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--trwn-sand-pale); box-shadow: 0 -6px 20px rgba(45,41,38,0.06);
    transform: translateY(120%); transition: transform .4s cubic-bezier(.2,.7,.2,1);
  }
  .sticky-cta.show { transform: translateY(0); }
  .sticky-cta .btn { width: 100%; }
  body { padding-bottom: 0; }
}
@media (max-width: 420px) {
  .features { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}
