:root{
  --color-primary:#B45309;
  --color-primary-hover:#92400E;
  --color-accent:#D97706;
  --color-dark:#33261E;
  --color-dark-soft:#4A392F;
  --color-bg:#FAF5F2;
  --color-bg-alt:#F1E7DF;
  --color-surface:#FFFFFF;
  --color-text:#2B211C;
  --color-text-muted:#6B5A50;
  --color-border:#E6D8CE;
  --color-on-dark:#F7EFE9;
  --radius-sm:8px;
  --radius-md:14px;
  --radius-lg:22px;
  --shadow-sm:0 1px 2px rgba(43,33,28,.06);
  --shadow-md:0 6px 18px rgba(43,33,28,.08);
  --shadow-lg:0 18px 40px rgba(43,33,28,.12);
  --font-heading:'Varela Round',system-ui,sans-serif;
  --font-body:'Nunito Sans',system-ui,-apple-system,sans-serif;
  --container:1180px;
  --space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:48px;--space-6:64px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--color-primary);text-decoration:none}
a:hover{color:var(--color-primary-hover)}
h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.2;letter-spacing:-.01em;color:var(--color-text);margin:0 0 var(--space-2)}
p{margin:0 0 var(--space-2)}
ul,ol{margin:0 0 var(--space-2);padding-left:1.2em}
[hidden]{display:none !important}
:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px;border-radius:4px}
body.no-scroll{overflow:hidden}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}
main>section{padding:56px 0;background:var(--color-bg);position:relative}
main>section.section-alt{background:var(--color-bg-alt)}
.section-title{font-size:clamp(1.6rem,4vw,2.35rem);margin-bottom:12px}
.section-subtitle{max-width:760px;color:var(--color-text-muted);font-size:1.02rem;margin:0 0 var(--space-4)}
.reveal{opacity:1;transform:none}
.js-anim .reveal{opacity:0;transform:translateY(14px);transition:opacity .4s ease,transform .4s ease}
.js-anim .reveal.visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.js-anim .reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}
.ico{width:24px;height:24px;flex:0 0 24px;color:var(--color-primary)}

/* ---------- buttons ---------- */
.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:700;font-size:.95rem;line-height:1;padding:14px 22px;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;text-align:center}
.btn-primary{background:var(--color-primary);color:#fff}
.btn-primary:hover{background:var(--color-primary-hover);color:#fff;transform:translateY(-1px)}
.btn-secondary{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}
.btn-secondary:hover{background:var(--color-primary);color:#fff}
.btn-ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}
.btn-ghost:hover{border-color:var(--color-primary);color:var(--color-primary)}
.signup .btn-ghost,.promo-bar .btn-ghost,.consent-bar .btn-ghost{color:var(--color-on-dark);border-color:rgba(247,239,233,.5)}
.signup .btn-ghost:hover,.promo-bar .btn-ghost:hover,.consent-bar .btn-ghost:hover{background:rgba(247,239,233,.14);color:#fff;border-color:#fff}
.btn-sm{padding:10px 16px;font-size:.85rem}
.btn-lg{padding:16px 28px;font-size:1rem}

/* ---------- header ---------- */
.topbar{position:sticky;top:0;z-index:60;background:rgba(250,245,242,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}
.topbar.header--scrolled{box-shadow:var(--shadow-sm)}
.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px}
.topbar__logo{font-family:var(--font-heading);font-size:1.3rem;color:var(--color-text);letter-spacing:-.02em}
.topbar__logo:hover{color:var(--color-primary)}
.topbar__nav{position:fixed;inset:68px 0 auto 0;background:var(--color-bg);border-bottom:1px solid var(--color-border);max-height:0;overflow:hidden;transition:max-height .3s ease}
.topbar__nav.is-open{max-height:340px}
.topbar__list{list-style:none;margin:0;padding:8px 20px 20px;display:flex;flex-direction:column;gap:2px}
.topbar__list a{display:block;padding:12px 4px;color:var(--color-text);font-weight:600;border-bottom:1px solid var(--color-border)}
.topbar__list a:hover,.topbar__list a.is-active{color:var(--color-primary)}
.topbar__cta{display:none}
.topbar__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0 10px;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer}
.topbar__burger-bar{display:block;height:2px;width:100%;background:var(--color-text);border-radius:2px}

/* ---------- hero ---------- */
.hero{position:relative;min-height:50vh;display:flex;align-items:center;padding:44px 0 52px;background:linear-gradient(135deg,rgba(51,38,30,.07),rgba(217,119,6,.13)),var(--color-bg);overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 22%,rgba(217,119,6,.16),transparent 55%);pointer-events:none}
.hero__inner{position:relative;display:grid;gap:28px;align-items:center}
.hero__copy{max-width:620px}
.hero__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:700;color:var(--color-primary);margin-bottom:10px}
.hero__title{font-size:clamp(2rem,6vw,3.1rem);margin-bottom:14px}
.hero__sub{font-size:1.08rem;color:var(--color-text);max-width:38em;margin-bottom:18px}
.hero__marks{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-wrap:wrap;gap:8px}
.hero__mark{display:inline-flex;align-items:center;gap:6px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:7px 14px;font-size:.83rem;font-weight:600;color:var(--color-text)}
.hero__mark::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--color-primary)}
.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.hero .btn-ghost{background:rgba(255,255,255,.7);border-color:var(--color-border);color:var(--color-text)}
.hero .btn-ghost:hover{background:#fff;border-color:var(--color-primary);color:var(--color-primary)}
.hero__media{position:relative}
.hero__img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:16/10}

/* ---------- figures strip + wave ---------- */
.figures{position:relative;background:var(--color-dark);color:var(--color-on-dark);padding:26px 0 30px}
.figures::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:26px;background:var(--color-bg-alt);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 30' preserveAspectRatio='none'%3E%3Cpath d='M0 30h1200V6c-180 16-420-8-620 4S180 30 0 12z' fill='%23000'/%3E%3C/svg%3E") no-repeat 50%/100% 100%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 30' preserveAspectRatio='none'%3E%3Cpath d='M0 30h1200V6c-180 16-420-8-620 4S180 30 0 12z' fill='%23000'/%3E%3C/svg%3E") no-repeat 50%/100% 100%}
.figures__row{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 12px;text-align:center}
.figures__item{display:flex;flex-direction:column;gap:4px}
.figures__num{font-family:var(--font-heading);font-size:1.5rem;color:#fff;line-height:1}
.figures__label{font-size:.79rem;color:rgba(247,239,233,.86);letter-spacing:.02em}

/* ---------- products ---------- */
.picks .section-subtitle{max-width:820px}
.products-grid{display:grid;grid-template-columns:1fr;gap:22px}
.product-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-sm);transition:box-shadow .25s ease,transform .25s ease}
.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.product-card__media{display:block;background:#fff;border-radius:var(--radius-sm);overflow:hidden;margin-bottom:14px}
.product-card__media img{width:100%;aspect-ratio:1/1;object-fit:contain;transition:transform .35s ease}
.product-card:hover .product-card__media img{transform:scale(1.03)}
.product-card__title{font-size:1.06rem;margin-bottom:8px}
.product-card__rating{font-size:.9rem;font-weight:700;color:var(--color-accent);margin-bottom:10px}
.product-card__reviews{color:var(--color-text-muted);font-weight:400}
.product-card__description{color:var(--color-text-muted);font-size:.93rem;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}
.product-card__description.is-expanded{-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}
.product-card__more{align-self:flex-start;background:none;border:0;padding:0 0 12px;color:var(--color-primary);font-family:var(--font-body);font-size:.9rem;font-weight:700;cursor:pointer;text-decoration:underline}
.product-card__more:hover{color:var(--color-primary-hover)}
.product-card__highlights,.product-card-bullets{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:8px}
.product-card__highlights li,.product-card-bullets li{position:relative;padding-left:22px;font-size:.9rem;color:var(--color-text)}
.product-card__highlights li::before,.product-card-bullets li::before{content:"";position:absolute;left:0;top:.55em;width:9px;height:9px;border-radius:2px;background:var(--color-accent)}
.product-card__cta{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;font-weight:700;padding:13px 20px;border-radius:999px;transition:background-color .2s ease}
.product-card__cta:hover{background:var(--color-primary-hover);color:#fff}
.product-badge{display:inline-block;border-radius:999px;padding:4px 10px;font-size:.8125rem;font-weight:600;background:#FDF0DC;color:#8A4B08;margin-bottom:8px}
.product-badge--restock{background:#FBE3E1;color:#96271C}
.product-card--unavailable .product-card__media img{filter:grayscale(.55)}
.product-card--unavailable .product-card__title{color:var(--color-text-muted)}
.category-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:32px}
.category-chip{display:inline-flex;align-items:center;border:1px solid var(--color-border);background:var(--color-surface);border-radius:999px;padding:9px 16px;font-size:.88rem;font-weight:600;color:var(--color-text)}
.category-chip:hover{border-color:var(--color-primary);color:var(--color-primary)}
.category-chips__all{padding:9px 18px;font-size:.88rem}

/* ---------- benefits ---------- */
.why{background-image:radial-gradient(circle,rgba(43,33,28,.07) 1px,transparent 1px);background-size:24px 24px}
.why-grid{display:grid;grid-template-columns:1fr;gap:18px}
.why-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm)}
.why-card__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:var(--radius-sm);background:var(--color-bg-alt);margin-bottom:14px}
.why-card__title{font-size:1.1rem;margin-bottom:8px}
.why-card__text{color:var(--color-text-muted);margin:0;font-size:.96rem}

/* ---------- how it works ---------- */
.setup{background-image:repeating-linear-gradient(45deg,rgba(43,33,28,.045) 0 1px,transparent 1px 16px)}
.setup-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:20px;counter-reset:step}
.setup-step{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px;position:relative}
.setup-step__num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--color-primary);color:#fff;font-family:var(--font-heading);font-size:1.15rem;margin-bottom:14px}
.setup-step__title{font-size:1.1rem;margin-bottom:8px}
.setup-step__text{color:var(--color-text-muted);margin:0;font-size:.96rem}

/* ---------- features (scenes) ---------- */
.scene-list{display:flex;flex-direction:column;gap:40px}
.scene-block{display:grid;grid-template-columns:1fr;gap:22px;align-items:center}
.scene-block__media{order:-1}
.scene-block__img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:4/3;object-fit:cover}
.scene-block__body p{color:var(--color-text-muted)}
.scene-block__title{font-size:clamp(1.25rem,3.2vw,1.65rem);margin-bottom:12px}
.scene-block__list{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px}
.scene-block__list li{position:relative;padding-left:26px;font-size:.95rem}
.scene-block__list li::before{content:"";position:absolute;left:0;top:.5em;width:12px;height:2px;background:var(--color-accent)}
.scene-block__cta{margin-top:4px}

/* ---------- information gain ---------- */
.data-grid{display:grid;grid-template-columns:1fr;gap:18px}
.data-card{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius-md);padding:22px;box-shadow:var(--shadow-sm)}
.data-card__number{display:block;font-family:var(--font-heading);font-size:1.5rem;color:var(--color-primary);line-height:1.15;margin-bottom:10px}
.data-card__claim{margin-bottom:8px;font-size:.98rem}
.data-card__gap{color:var(--color-text-muted);font-size:.9rem;margin-bottom:12px}
.data-card__proof{display:inline-block;background:var(--color-bg-alt);border-radius:999px;padding:4px 12px;font-size:.76rem;font-weight:600;color:var(--color-text-muted);letter-spacing:.02em}

/* ---------- about / story ---------- */
.story-wrap{display:grid;grid-template-columns:1fr;gap:26px;align-items:start}
.story-media{order:-1}
.story-img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:1/1;object-fit:cover}
.story-text p{color:var(--color-text-muted)}
.story-text p:first-child{color:var(--color-text);font-size:1.05rem}
.story-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}

/* ---------- reviews ---------- */
.voice-grid{display:grid;grid-template-columns:1fr;gap:18px}
.voice-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:22px;box-shadow:var(--shadow-sm)}
.voice-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.voice-card__stars{color:var(--color-accent);font-size:1rem;letter-spacing:2px}
.voice-card__badge{background:var(--color-bg-alt);color:var(--color-text-muted);border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.voice-card__text{font-size:.95rem;color:var(--color-text);margin-bottom:14px}
.voice-card__meta{font-size:.84rem;color:var(--color-text-muted);margin:0}
.voice-card__name{font-weight:700;color:var(--color-text)}

/* ---------- who it's for ---------- */
.fit-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-bottom:28px}
.fit-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:22px}
.fit-card__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--color-bg-alt);margin-bottom:12px}
.fit-card__title{font-size:1.05rem;margin-bottom:8px}
.fit-card__text{color:var(--color-text-muted);margin:0;font-size:.95rem}
.fit-not{background:var(--color-dark);color:var(--color-on-dark);border-radius:var(--radius-md);padding:24px}
.fit-not__title{color:#fff;font-size:1.05rem;margin-bottom:10px}
.fit-not__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.fit-not__list li{position:relative;padding-left:26px;font-size:.95rem;color:rgba(247,239,233,.92)}
.fit-not__list li::before{content:"";position:absolute;left:0;top:.45em;width:13px;height:13px;border-radius:50%;border:2px solid var(--color-accent)}

/* ---------- fears ---------- */
.risk-grid{display:grid;grid-template-columns:1fr;gap:18px}
.risk-card{background:var(--color-surface);border:1px solid var(--color-border);border-top:4px solid var(--color-primary);border-radius:var(--radius-md);padding:22px;box-shadow:var(--shadow-sm)}
.risk-card__title{font-size:1.08rem;margin-bottom:10px}
.risk-card__text{color:var(--color-text-muted);margin-bottom:10px;font-size:.96rem}
.risk-card__stat{display:inline-block;margin:0;font-size:.83rem;font-weight:700;color:var(--color-accent)}
.risk-cta{margin:26px 0 0;padding:16px 20px;background:var(--color-surface);border:1px dashed var(--color-primary);border-radius:var(--radius-md);font-size:.96rem;color:var(--color-text)}

/* ---------- what you get ---------- */
.stage-line{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;position:relative}
.stage-item{position:relative;padding:0 0 26px 30px;border-left:2px solid var(--color-border)}
.stage-item:last-child{border-left-color:transparent;padding-bottom:0}
.stage-item__mark{position:relative;display:inline-block;font-family:var(--font-heading);font-size:1rem;color:#fff;background:var(--color-primary);border-radius:999px;padding:5px 14px;margin-bottom:10px}
.stage-item__mark::before{content:"";position:absolute;left:-37px;top:50%;transform:translateY(-50%);width:13px;height:13px;border-radius:50%;background:var(--color-primary);border:3px solid var(--color-bg)}
.stage-item__text{color:var(--color-text-muted);margin:0;font-size:.96rem}
.stage-cta{margin:26px 0 0;font-size:.96rem;font-weight:600}

/* ---------- FAQ ---------- */
.ask{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='120' viewBox='0 0 600 120'%3E%3Cpath d='M0 60c60-30 120 30 180 0s120-30 180 0 120 30 180 0' fill='none' stroke='%232B211C' stroke-opacity='.05' stroke-width='2'/%3E%3C/svg%3E")}
.ask-list,.ask-more{display:flex;flex-direction:column;gap:10px}
.ask-more{margin-top:10px}
.ask-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:2px 18px}
.ask-item[open]{border-color:var(--color-primary);box-shadow:var(--shadow-sm)}
.ask-item>summary{cursor:pointer;list-style:none;font-family:var(--font-heading);font-size:1rem;padding:16px 34px 16px 0;position:relative;color:var(--color-text)}
.ask-item>summary::-webkit-details-marker{display:none}
.ask-item>summary::after{content:"";position:absolute;right:4px;top:50%;width:10px;height:10px;border-right:2px solid var(--color-primary);border-bottom:2px solid var(--color-primary);transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}
.ask-item[open]>summary::after{transform:translateY(-30%) rotate(225deg)}
.ask-q{display:block}
.ask-a{padding:0 0 16px}
.ask-a p{margin:0;color:var(--color-text-muted);font-size:.95rem}
.ask-toggle{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;background:transparent;border:2px solid var(--color-primary);color:var(--color-primary);border-radius:999px;padding:13px 24px;font-family:var(--font-body);font-weight:700;font-size:.92rem;cursor:pointer;transition:background-color .2s ease,color .2s ease}
.ask-toggle:hover{background:var(--color-primary);color:#fff}
.ask-cta{margin:24px 0 0;font-size:.96rem;font-weight:600}

/* ---------- gallery ---------- */
.shot-grid{display:grid;grid-template-columns:1fr;gap:16px}
.shot{margin:0}
.shot__btn{display:block;width:100%;padding:0;border:0;background:none;cursor:pointer;border-radius:var(--radius-md);overflow:hidden}
.shot__img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-md);transition:transform .35s ease}
.shot__btn:hover .shot__img{transform:scale(1.04)}
.shot__caption{margin-top:8px;font-size:.85rem;color:var(--color-text-muted)}
.viewer{position:fixed;inset:0;z-index:120;background:rgba(30,22,18,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px}
.viewer__img{max-width:min(92vw,900px);max-height:76vh;border-radius:var(--radius-md)}
.viewer__caption{color:var(--color-on-dark);font-size:.92rem;margin:0;text-align:center}
.viewer__close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(247,239,233,.4);background:transparent;color:var(--color-on-dark);font-size:1.6rem;line-height:1;cursor:pointer}
.viewer__close:hover{background:rgba(247,239,233,.16)}

/* ---------- newsletter ---------- */
.signup{position:relative;padding:60px 0;background:var(--color-primary);color:#fff;overflow:hidden}
.signup::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.10) 0 1px,transparent 1px 5px),repeating-linear-gradient(90deg,rgba(255,255,255,.10) 0 1px,transparent 1px 5px);pointer-events:none}
.signup__inner{position:relative;text-align:center;max-width:720px}
.signup .section-title{color:#fff}
.signup .section-subtitle{color:rgba(255,255,255,.94);margin-left:auto;margin-right:auto;margin-bottom:26px}
.signup__form{display:flex;flex-direction:column;gap:12px;text-align:left}
.signup__label{font-size:.82rem;font-weight:700;color:rgba(255,255,255,.94);text-transform:uppercase;letter-spacing:.06em}
.signup__input{width:100%;padding:15px 18px;border-radius:999px;border:2px solid rgba(255,255,255,.55);background:rgba(255,255,255,.96);color:var(--color-text);font-family:var(--font-body);font-size:1rem}
.signup__input:focus{outline:3px solid #fff;outline-offset:2px}
.signup__form .btn-primary{background:var(--color-dark);color:#fff}
.signup__form .btn-primary:hover{background:#20180f}
.signup__note{margin:16px 0 0;font-size:.82rem;color:rgba(255,255,255,.86)}
.signup-message{margin-top:14px;padding:10px 14px;border-radius:6px;font-size:.875rem;text-align:left}
.signup-message--error{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B}

/* ---------- footer ---------- */
.sitefoot{position:relative;background:var(--color-dark);color:var(--color-on-dark);padding:56px 0 26px;margin-top:0}
.sitefoot::before{content:"";position:absolute;left:0;right:0;top:-1px;height:24px;background:var(--color-dark);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 24' preserveAspectRatio='none'%3E%3Cpath d='M0 24h1200V0c-200 20-420 0-600 8S200 24 0 4z' fill='%23000'/%3E%3C/svg%3E") no-repeat 50%/100% 100%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 24' preserveAspectRatio='none'%3E%3Cpath d='M0 24h1200V0c-200 20-420 0-600 8S200 24 0 4z' fill='%23000'/%3E%3C/svg%3E") no-repeat 50%/100% 100%;transform:translateY(-100%)}
.sitefoot__grid{display:grid;grid-template-columns:1fr;gap:30px}
.sitefoot__logo{font-family:var(--font-heading);font-size:1.25rem;color:#fff;display:block;margin-bottom:10px}
.sitefoot__slogan{color:rgba(247,239,233,.88);font-size:.94rem}
.sitefoot__address{font-style:normal;color:rgba(247,239,233,.88);font-size:.92rem;line-height:1.8;margin-bottom:10px}
.sitefoot__address a{color:var(--color-on-dark);text-decoration:underline}
.sitefoot__address a:hover{color:#fff}
.sitefoot__hours{color:rgba(247,239,233,.72);font-size:.88rem;margin:0}
.sitefoot__title{color:#fff;font-size:1rem;margin-bottom:12px}
.sitefoot__links,.sitefoot__social{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
.sitefoot__links a,.sitefoot__social a{color:rgba(247,239,233,.86);font-size:.93rem}
.sitefoot__links a:hover,.sitefoot__social a:hover{color:#fff}
.sitefoot__col--brand{max-width:340px}
.footer__languages{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:18px 20px 0}
.footer__languages:empty{display:none}
.footer__languages a{color:rgba(247,239,233,.86);font-size:.9rem}
.sitefoot__bottom{border-top:1px solid rgba(247,239,233,.18);margin-top:32px;padding-top:20px;text-align:center}
.footer__copyright{color:rgba(247,239,233,.9);font-size:.9rem;margin-bottom:8px}
.sitefoot__bottom p{color:rgba(247,239,233,.62);font-size:.79rem;margin:0 auto;max-width:760px}
.sitefoot__bottom a{color:rgba(247,239,233,.8);text-decoration:underline}

/* ---------- cookie + sticky ---------- */
.consent-bar{position:fixed;left:0;right:0;bottom:0;z-index:110;background:var(--color-dark);color:var(--color-on-dark);border-top:1px solid rgba(247,239,233,.2)}
.consent-bar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;padding-bottom:12px}
.consent-bar__text{margin:0;font-size:.85rem;color:rgba(247,239,233,.92)}
.consent-bar__text a{color:#fff;text-decoration:underline}
.consent-bar__actions{display:flex;gap:8px;flex:0 0 auto}
.consent-bar__accept,.consent-bar__decline{white-space:nowrap}
.promo-bar{position:fixed;left:0;right:0;bottom:0;z-index:100;background:rgba(51,38,30,.95);backdrop-filter:blur(8px);color:var(--color-on-dark);border-top:1px solid rgba(247,239,233,.18)}
.promo-bar__inner{display:flex;align-items:center;gap:12px;padding-top:11px;padding-bottom:11px}
.promo-bar__text{margin:0;font-size:.86rem;color:rgba(247,239,233,.92);flex:1 1 auto}
.promo-bar__cta{flex:0 0 auto}
.promo-bar__close{flex:0 0 auto;width:36px;height:36px;border-radius:50%;border:1px solid rgba(247,239,233,.35);background:transparent;color:var(--color-on-dark);font-size:1.25rem;line-height:1;cursor:pointer}
.promo-bar__close:hover{background:rgba(247,239,233,.16)}

/* ---------- inner pages ---------- */
.inner-page{padding-top:0}
.page-head{background:linear-gradient(135deg,rgba(51,38,30,.07),rgba(217,119,6,.13)),var(--color-bg);padding:40px 0 34px;border-bottom:1px solid var(--color-border)}
.page-head__back{font-size:.9rem;font-weight:700;display:inline-block;margin-bottom:12px}
.page-head__title{font-size:clamp(1.9rem,5vw,2.8rem);margin-bottom:10px}
.page-head__lead{color:var(--color-text-muted);max-width:640px;margin:0;font-size:1.02rem}
.about-page .story-text p:first-child{font-size:1.06rem}
.story-page,.creed,.reach-page,.legal-block{padding:52px 0}
.creed-grid{display:grid;grid-template-columns:1fr;gap:18px}
.creed-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:22px}
.creed-card__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-sm);background:var(--color-bg-alt);margin-bottom:12px}
.creed-card__title{font-size:1.05rem;margin-bottom:8px}
.creed-card__text{color:var(--color-text-muted);margin:0;font-size:.95rem}
.reach-page-wrap .reach-page{padding-top:44px}
.reach-grid{display:grid;grid-template-columns:1fr;gap:26px}
.reach-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm)}
.reach-form__group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.reach-form__group label{font-size:.86rem;font-weight:700;color:var(--color-text)}
.reach-form__group input,.reach-form__group textarea{width:100%;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1rem;color:var(--color-text);background:var(--color-bg)}
.reach-form__group input:focus,.reach-form__group textarea:focus{outline:3px solid var(--color-accent);outline-offset:1px;border-color:var(--color-primary)}
.reach-form__req{color:#C0392B}
.reach-message{margin-top:14px;padding:10px 14px;border-radius:6px;font-size:.875rem}
.reach-message--error{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B}
.reach-info{background:var(--color-bg-alt);border-radius:var(--radius-md);padding:24px;align-self:start}
.reach-info__title{font-size:1.1rem;margin-bottom:16px}
.reach-info__item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}
.reach-info__item p{margin:0;font-size:.94rem;color:var(--color-text-muted)}
.reach-info__icon{flex:0 0 auto;color:var(--color-primary)}
.legal-page .legal-block__inner{max-width:820px}
.legal-block__inner p{color:var(--color-text-muted)}

/* ---------- responsive ---------- */
@media (min-width:768px){
  main>section{padding:74px 0}
  .figures__row{grid-template-columns:repeat(4,1fr)}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid,.data-grid,.voice-grid,.fit-grid,.risk-grid,.creed-grid{grid-template-columns:repeat(2,1fr)}
  .setup-steps{grid-template-columns:repeat(3,1fr)}
  .shot-grid{grid-template-columns:repeat(2,1fr)}
  .story-wrap{grid-template-columns:320px 1fr}
  .story-media{order:0}
  .sitefoot__grid{grid-template-columns:repeat(2,1fr)}
  .signup__form{flex-direction:row;align-items:center;flex-wrap:wrap}
  .signup__label{flex:1 0 100%}
  .signup__input{flex:1 1 260px;width:auto}
  .reach-grid{grid-template-columns:1.35fr .8fr}
  .scene-block{grid-template-columns:1fr 1fr}
  .scene-block__media{order:0}
  .scene-block--flip .scene-block__media{order:2}
  .page-head{padding:56px 0 44px}
}
@media (min-width:1024px){
  .topbar__nav{position:static;max-height:none;overflow:visible;background:transparent;border:0}
  .topbar__list{flex-direction:row;gap:26px;padding:0}
  .topbar__list a{border:0;padding:6px 0;font-size:.95rem}
  .topbar__cta{display:block}
  .topbar__burger{display:none}
  .hero{padding:64px 0 76px}
  .hero__inner{grid-template-columns:1.05fr .95fr;gap:44px}
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid,.data-grid,.voice-grid,.creed-grid{grid-template-columns:repeat(3,1fr)}
  .fit-grid{grid-template-columns:repeat(2,1fr)}
  .risk-grid{grid-template-columns:repeat(3,1fr)}
  .shot-grid{grid-template-columns:repeat(3,1fr)}
  .sitefoot__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}
  .story-wrap{grid-template-columns:380px 1fr;gap:44px}
  .scene-list{gap:64px}
}
@media (min-width:1200px){
  main>section{padding:88px 0}
  .section-title{margin-bottom:14px}
}
@media (min-width:1600px){
  :root{--container:1280px}
  body{font-size:17px}
}

/* ---------- section shells ---------- */
.scene{overflow:hidden}
.data{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23g)' opacity='.05'/%3E%3C/svg%3E")}
.story .section-title{max-width:20em}
.voice .section-subtitle{max-width:700px}
.fit .section-subtitle{max-width:760px}
.risk .section-subtitle{max-width:800px}
.stage .section-subtitle{max-width:780px}
.shot-wrap .section-subtitle{max-width:640px}
.sitefoot__col{min-width:0}
