:root {
    --ink: #173433;
    --ink-soft: #526766;
    --teal: #176d68;
    --teal-dark: #0f514d;
    --teal-deep: #0c3e3b;
    --mint: #dceee9;
    --mint-light: #edf6f3;
    --cream: #f8f4ec;
    --paper: #fffdf9;
    --white: #fff;
    --gold: #caa86a;
    --line: rgba(23, 52, 51, .13);
    --shadow: 0 26px 70px rgba(20, 65, 62, .13);
    --radius: 28px;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px;
    color: var(--white); background: var(--teal-dark); border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 100;
    background: rgba(255, 253, 249, .9); border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px); transition: box-shadow .25s, border-color .25s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(23, 52, 51, .07); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand-mark {
    display: grid; place-items: center; width: 44px; height: 44px; color: var(--paper);
    background: var(--teal); border-radius: 50% 50% 45% 55% / 45% 55% 45% 55%;
    font: italic 700 25px var(--serif); transform: rotate(-5deg);
}
.brand strong { display: block; font: italic 700 21px var(--serif); letter-spacing: -.3px; }
.brand small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 9px; letter-spacing: 2.4px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a { font-size: 13px; font-weight: 700; letter-spacing: .4px; text-decoration: none; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after {
    content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px;
    background: var(--teal); transition: right .2s;
}
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); transition: .2s; }

.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    min-height: 56px; padding: 0 28px; border: 1px solid var(--teal); border-radius: 999px;
    color: var(--white); background: var(--teal); box-shadow: 0 12px 28px rgba(23, 109, 104, .22);
    font-size: 14px; font-weight: 800; letter-spacing: .2px; text-decoration: none; cursor: pointer;
    transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); background: var(--teal-dark); box-shadow: 0 16px 34px rgba(23, 109, 104, .28); }
.button-small { min-height: 42px; padding: 0 21px; }
.button-dark { background: var(--ink); border-color: var(--ink); box-shadow: 0 12px 28px rgba(23, 52, 51, .18); }
.text-link { font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 5px; color: var(--teal); }

.eyebrow { margin: 0 0 20px; color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: 2.3px; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 30px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.eyebrow.light { color: #9ed0c9; }
.eyebrow.centered { text-align: center; }
.eyebrow.centered > span:last-child { margin: 0 0 4px 10px; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -1.6px; }
h1 { max-width: 680px; font-size: clamp(46px, 5.3vw, 76px); }
h1 em { color: var(--teal); font-weight: 500; }
h2 { font-size: clamp(38px, 4.2vw, 58px); }
h3 { line-height: 1.25; }

.hero {
    position: relative; min-height: 780px; padding: 150px 0 88px; overflow: hidden;
    background: linear-gradient(135deg, #f8f5ed 0%, #f4faf7 55%, #e7f3ef 100%);
}
.hero::before {
    content: ''; position: absolute; inset: 0; opacity: .22; pointer-events: none;
    background-image: radial-gradient(rgba(23, 109, 104, .18) .6px, transparent .6px);
    background-size: 18px 18px;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-glow-one { width: 440px; height: 440px; right: -130px; top: 40px; background: rgba(190, 224, 215, .6); }
.hero-glow-two { width: 260px; height: 260px; left: -100px; bottom: -80px; background: rgba(234, 220, 186, .45); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; }
.hero-lead { max-width: 620px; margin: 28px 0 34px; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 26px; padding: 0; margin: 32px 0 0; list-style: none; }
.trust-list li { color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.trust-list span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; color: var(--teal); background: var(--mint); border-radius: 50%; }
.hero-visual { position: relative; padding: 20px 20px 45px; }
.hero-photo-frame {
    position: relative; min-height: 570px; padding: 60px 30px 30px; overflow: hidden;
    background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); border-radius: 46% 54% 45% 55% / 36% 40% 60% 64%;
    box-shadow: var(--shadow); transform: rotate(1.5deg);
}
.hero-photo-frame::after {
    content: ''; position: absolute; width: 360px; height: 55px; left: 50%; bottom: 38px;
    border-radius: 50%; background: rgba(25, 66, 63, .16); filter: blur(18px); transform: translateX(-50%);
}
.hero-photo-frame img { position: relative; z-index: 1; width: 100%; height: 490px; object-fit: contain; mix-blend-mode: multiply; transform: rotate(-1.5deg); }
.photo-note {
    position: absolute; z-index: 2; padding: 9px 15px; color: var(--teal-dark); background: rgba(255,255,255,.9);
    border: 1px solid rgba(23,109,104,.18); border-radius: 999px; box-shadow: 0 8px 24px rgba(23,52,51,.08); font-size: 11px; font-weight: 800;
}
.photo-note::before { content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: var(--gold); border-radius: 50%; }
.note-left { left: 10px; top: 32%; }
.note-right { right: 5px; top: 20%; }
.price-card {
    position: absolute; z-index: 3; right: -18px; bottom: 5px; min-width: 180px; padding: 20px 24px;
    color: var(--white); background: var(--teal-deep); border-radius: 20px; box-shadow: 0 18px 40px rgba(15,81,77,.25);
}
.price-card small { display: block; color: #bfe0da; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.price-card strong { display: block; margin: 3px 0; font: 500 31px var(--serif); }
.price-card strong span { font: 700 11px var(--sans); }

.benefit-strip { position: relative; z-index: 3; background: var(--teal-deep); }
.benefit-row { min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-row article { display: flex; align-items: center; gap: 17px; padding: 24px 34px; color: var(--white); border-right: 1px solid rgba(255,255,255,.12); }
.benefit-row article:last-child { border: 0; }
.benefit-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; color: #9fcfc8; border: 1px solid rgba(159,207,200,.45); border-radius: 50%; font: italic 500 13px var(--serif); }
.benefit-row strong, .benefit-row small { display: block; }
.benefit-row strong { margin-bottom: 2px; font: 500 17px var(--serif); }
.benefit-row small { color: #a9c3bf; font-size: 11px; }

.intro-section { background: var(--paper); }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.intro-copy { padding-top: 30px; color: var(--ink-soft); font-size: 17px; }
.intro-copy p { margin: 0 0 18px; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 68px; }
.feature-card {
    min-height: 260px; padding: 34px 30px; background: var(--cream); border: 1px solid rgba(23,52,51,.06); border-radius: 4px 38px 4px 38px;
    transition: transform .25s, background .25s, box-shadow .25s;
}
.feature-card:hover { transform: translateY(-7px); background: var(--white); box-shadow: var(--shadow); }
.feature-symbol { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 34px; color: var(--teal); background: var(--mint); border-radius: 50%; font: 500 24px var(--serif); }
.feature-card h3 { margin: 0 0 12px; font: 500 22px var(--serif); }
.feature-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.product-section { position: relative; overflow: hidden; color: var(--white); background: var(--teal-deep); }
.product-section::before { content: 'BEAUTY'; position: absolute; right: -40px; bottom: -100px; color: rgba(255,255,255,.025); font: 700 250px var(--serif); }
.product-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.product-image { position: relative; }
.product-image::before { content: ''; position: absolute; inset: 30px -25px -30px 25px; border: 1px solid rgba(168,214,206,.32); border-radius: 32px; }
.product-image img {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    background: #7f86d9;
    border-radius: 32px;
    box-shadow: 0 35px 80px rgba(0,0,0,.22);
}
.product-copy h2 { max-width: 520px; }
.detail-list { padding: 0; margin: 42px 0 0; list-style: none; }
.detail-list li { display: flex; gap: 17px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.detail-list li > span { color: #8cc8bf; font: italic 500 13px var(--serif); }
.detail-list strong, .detail-list small { display: block; }
.detail-list strong { margin-bottom: 3px; font: 500 16px var(--serif); }
.detail-list small { color: #a7c2be; font-size: 11px; }

.lifestyle-section { background: var(--mint-light); }
.lifestyle-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.lifestyle-photo { height: 650px; overflow: hidden; border-radius: 180px 180px 18px 18px; box-shadow: var(--shadow); }
.lifestyle-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; }
.lifestyle-copy { max-width: 650px; }
.lifestyle-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--ink-soft); font-size: 16px; }
.mini-steps { margin: 32px 0 38px; }
.mini-steps > div { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mini-steps > div > span { display: grid; place-items: center; width: 37px; height: 37px; color: var(--teal); background: var(--white); border-radius: 50%; font: italic 600 14px var(--serif); }
.mini-steps p, .mini-steps strong, .mini-steps small { display: block; margin: 0; }
.mini-steps strong { font: 500 15px var(--serif); }
.mini-steps small { color: var(--ink-soft); font-size: 11px; }

.testimonials-section { background: var(--paper); }
.center-heading { max-width: 690px; margin: 0 auto 62px; text-align: center; }
.center-heading > p:last-child { margin: 22px auto 0; color: var(--ink-soft); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: center; }
.quote-card { min-height: 350px; margin: 0; padding: 40px; background: var(--cream); border-radius: 2px 40px 2px 40px; }
.quote-card.featured { min-height: 390px; padding-top: 54px; color: var(--white); background: var(--teal); box-shadow: var(--shadow); }
.stars { color: var(--gold); font-size: 13px; letter-spacing: 3px; }
.quote-card > p { margin: 28px 0 36px; font: italic 500 20px/1.65 var(--serif); }
.quote-card footer { display: flex; align-items: center; gap: 12px; }
.quote-card footer > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--teal); background: var(--mint); border-radius: 50%; font-size: 11px; font-weight: 900; }
.quote-card.featured footer > span { color: var(--teal-deep); background: #bfe1da; }
.quote-card footer strong, .quote-card footer small { display: block; }
.quote-card footer strong { font-size: 12px; }
.quote-card footer small { color: var(--ink-soft); font-size: 10px; }
.quote-card.featured footer small { color: #bde0da; }
.testimonial-note { max-width: 700px; margin: 30px auto 0; color: #788987; font-size: 10px; text-align: center; }

.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: .85fr 1.15fr; grid-template-rows: 1fr 1fr; gap: 24px; }
.gallery-copy { grid-row: 1 / 3; align-self: center; max-width: 470px; padding-right: 50px; }
.gallery-copy p:not(.eyebrow) { color: var(--ink-soft); }
.check-list { padding: 0; margin: 30px 0 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 32px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); }
.gallery-main, .gallery-small {
    width: 100%;
    height: 330px;
    padding: 14px;
    object-fit: contain;
    object-position: center;
    background: var(--white);
    border-radius: 28px;
}

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-grid .section-heading { position: sticky; top: 120px; align-self: start; }
.faq-grid .section-heading p:last-child { margin-top: 24px; color: var(--ink-soft); }
.faq-grid .section-heading a { color: var(--teal); font-weight: 800; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font: 500 19px var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font: 300 27px var(--sans); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 24px 0; color: var(--ink-soft); font-size: 13px; }

.order-section { padding: 115px 0; color: var(--white); background: var(--teal-deep); }
.order-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.order-summary { position: sticky; top: 115px; }
.order-summary > p:not(.eyebrow) { margin: 25px 0 30px; color: #aec8c4; }
.order-product { display: flex; align-items: center; gap: 20px; margin: 34px 0; padding: 17px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.order-product img { width: 105px; height: 82px; object-fit: cover; border-radius: 12px; }
.order-product small, .order-product strong, .order-product span { display: block; }
.order-product small { color: #9fc6c0; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; }
.order-product strong { margin: 3px 0; font: 500 20px var(--serif); }
.order-product span { color: #bfe2dc; font-size: 12px; font-weight: 800; }
.order-points { padding: 0; list-style: none; }
.order-points li { margin: 12px 0; color: #b3ccc8; font-size: 12px; }
.order-points span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 9px; color: var(--teal-deep); background: #a8d2cb; border-radius: 50%; }
.social-order { margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.social-order p { margin: 0 0 15px; }
.social-order p strong, .social-order p small { display: block; }
.social-order p strong { color: var(--white); font: 500 17px var(--serif); }
.social-order p small { margin-top: 4px; color: #9fbbb7; font-size: 10px; }
.social-order-links { display: flex; flex-wrap: wrap; gap: 9px; }
.social-order-links a {
    display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px;
    color: var(--white); border: 1px solid rgba(255,255,255,.2); border-radius: 999px;
    font-size: 10px; font-weight: 800; text-decoration: none; transition: background .2s, border-color .2s;
}
.social-order-links a:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.38); }
.social-order-links span { display: grid; place-items: center; width: 20px; height: 20px; color: var(--teal-deep); background: #a8d2cb; border-radius: 50%; font-size: 12px; }

.form-card { padding: 45px; color: var(--ink); background: var(--paper); border-radius: 4px 40px 4px 40px; box-shadow: 0 35px 80px rgba(0,0,0,.18); }
.form-heading { margin-bottom: 30px; }
.form-heading > span { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.form-heading h3 { margin: 7px 0 0; font: 500 32px var(--serif); }
.form-errors { margin: 0 0 25px; padding: 16px 18px; color: #802b2b; background: #fff0ef; border-left: 3px solid #b74d4d; border-radius: 6px; font-size: 12px; }
.form-errors ul { margin: 6px 0 0; padding-left: 18px; }
.quantity-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0 24px; border-bottom: 1px solid var(--line); }
.quantity-row label, .quantity-row small { display: block; }
.quantity-row label { font-size: 15px; font-weight: 900; }
.quantity-row small { margin-top: 2px; color: var(--ink-soft); font-size: 12px; }
.quantity-control { display: grid; grid-template-columns: 38px 46px 38px; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; }
.quantity-control button { height: 38px; padding: 0; border: 0; background: var(--mint-light); cursor: pointer; font-size: 19px; }
.quantity-control input { width: 46px; height: 38px; padding: 0; border: 0; background: transparent; font-size: 16px; font-weight: 800; text-align: center; appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { appearance: none; margin: 0; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 25px; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; }
.field label span { color: #a14747; }
.field label small { color: var(--ink-soft); font-size: 11px; font-weight: 500; }
.field input, .field textarea {
    width: 100%; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bac5c3;
    font-size: 16px;
    border-radius: 0; outline: none; transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 1px 0 var(--teal); }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 25px 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; cursor: pointer; }
.consent input { flex: 0 0 16px; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--teal); }
.consent a { color: var(--teal); font-weight: 800; }
.recaptcha-wrap { min-height: 78px; margin: 4px 0 18px; overflow: hidden; }
.recaptcha-widget { width: 304px; min-height: 78px; }
.order-total { display: flex; align-items: center; justify-content: space-between; margin: 20px 0; padding: 20px 0; border-block: 1px solid var(--line); }
.order-total span { color: var(--ink-soft); font-size: 13px; }
.order-total strong { color: var(--teal); font: 500 27px var(--serif); }
.submit-button { width: 100%; border-radius: 8px 24px 8px 24px; }
.form-note { margin: 13px 0 0; color: #758886; font-size: 11px; text-align: center; }
.submit-button:disabled { cursor: wait; opacity: .7; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-success { padding: 55px 10px; text-align: center; }
.form-success > span { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 24px; color: var(--white); background: var(--teal); border-radius: 50%; font-size: 30px; }
.form-success h3 { margin: 0 0 12px; font: 500 36px var(--serif); }
.form-success p { max-width: 440px; margin: 0 auto 28px; color: var(--ink-soft); }

.site-footer { padding: 75px 0 24px; color: #b4cbc7; background: #082e2c; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr 1.05fr; gap: 70px; }
.brand-light { color: var(--white); }
.brand-light small { color: #98b8b3; }
.footer-brand > p { max-width: 280px; margin: 22px 0; font-size: 12px; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 36px; height: 36px; color: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; text-decoration: none; }
.footer-grid h3 { margin: 7px 0 20px; color: var(--white); font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) p { display: block; margin: 0 0 10px; font-size: 11px; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-grid p strong { color: #d7e5e2; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; }
.footer-bottom a { text-decoration: none; }
.footer-actions { display: flex; align-items: center; gap: 18px; }
.footer-actions button { padding: 0; color: inherit; background: none; border: 0; cursor: pointer; font: inherit; }
.footer-actions button:hover, .footer-bottom a:hover { color: var(--white); }

.cookie-banner {
    position: fixed; z-index: 120; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 28px;
    max-width: 980px; margin: 0 auto; padding: 20px 22px; color: #dceee9; background: #082e2c; border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px; box-shadow: 0 18px 55px rgba(0,0,0,.34);
}
.cookie-banner[hidden] { display: none !important; }
.cookie-banner strong { color: var(--white); font: 500 20px var(--serif); }
.cookie-banner p { max-width: 610px; margin: 5px 0 0; font-size: 12px; line-height: 1.6; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-actions .button { min-height: 42px; padding: 0 18px; border-radius: 999px; font-size: 11px; }
.cookie-actions .cookie-reject { color: #dceee9; background: transparent; border: 1px solid rgba(255,255,255,.3); }
.mobile-order-button { display: none; }

.legal-page { background: var(--cream); }
.legal-hero { padding: 150px 0 65px; background: var(--mint-light); }
.legal-hero h1 { max-width: 850px; font-size: clamp(42px, 5vw, 66px); }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 80px; padding: 75px 0 110px; }
.legal-nav { position: sticky; top: 115px; align-self: start; padding: 24px; background: var(--white); border-radius: 18px; }
.legal-nav strong { display: block; margin-bottom: 12px; font: 500 17px var(--serif); }
.legal-nav a { display: block; padding: 7px 0; color: var(--ink-soft); font-size: 11px; text-decoration: none; }
.legal-content { padding: 48px 55px; background: var(--white); border-radius: 28px; box-shadow: 0 18px 55px rgba(23,52,51,.07); }
.legal-content section + section { margin-top: 50px; padding-top: 45px; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 22px; font-size: 34px; letter-spacing: -.6px; }
.legal-content h3 { margin: 28px 0 10px; font: 600 19px var(--serif); }
.legal-content p, .legal-content li { color: var(--ink-soft); font-size: 13px; }
.legal-content a { color: var(--teal); font-weight: 700; }
.legal-content .company-box { padding: 22px; background: var(--mint-light); border-radius: 14px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 1050px) {
    .main-nav { gap: 20px; }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .hero-photo-frame { min-height: 500px; }
    .hero-photo-frame img { height: 420px; }
    .cards-grid { grid-template-columns: repeat(2, 1fr); }
    .product-grid, .lifestyle-grid { gap: 50px; }
    .order-grid { gap: 50px; }
    .footer-grid { gap: 35px; }
}

@media (max-width: 820px) {
    .shell { width: min(100% - 32px, 680px); }
    .section { padding: 82px 0; }
    .menu-button { display: block; }
    .main-nav {
        position: fixed; inset: 78px 0 auto; display: grid; gap: 0; padding: 25px 24px 35px;
        background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 25px 50px rgba(23,52,51,.15);
        transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s, visibility .25s;
    }
    .main-nav.open { transform: none; opacity: 1; visibility: visible; }
    .main-nav > a { padding: 13px 5px; font-size: 15px; }
    .main-nav .button { margin-top: 12px; }
    .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero { min-height: auto; padding-top: 125px; }
    .hero-grid, .two-col, .product-grid, .lifestyle-grid, .faq-grid, .order-grid { grid-template-columns: 1fr; }
    .hero-grid { gap: 45px; }
    .hero-copy { text-align: center; }
    .hero-lead { margin-inline: auto; }
    .hero-actions, .trust-list { justify-content: center; }
    .hero-visual { max-width: 580px; margin-inline: auto; }
    .benefit-row { grid-template-columns: 1fr; padding: 12px 0; }
    .benefit-row article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .two-col { gap: 30px; }
    .intro-copy { padding-top: 0; }
    .product-grid { gap: 70px; }
    .product-image { order: 2; }
    .lifestyle-photo { height: 520px; max-width: 500px; }
    .quote-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
    .quote-card, .quote-card.featured { min-height: auto; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gallery-copy { grid-column: 1/-1; grid-row: auto; max-width: none; padding-right: 0; }
    .faq-grid { gap: 45px; }
    .faq-grid .section-heading, .order-summary { position: static; }
    .order-grid { gap: 55px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .legal-layout { grid-template-columns: 1fr; gap: 28px; }
    .legal-nav { position: static; }
}

@media (max-width: 560px) {
    .shell { width: calc(100% - 28px); }
    .nav-wrap { height: 70px; }
    .brand-mark { width: 39px; height: 39px; }
    .brand strong { font-size: 18px; }
    .brand small { font-size: 8px; }
    .main-nav { top: 70px; }
    .hero { padding: 112px 0 62px; }
    h1 { font-size: 43px; letter-spacing: -1px; }
    h2 { font-size: 37px; letter-spacing: -.8px; }
    .hero-lead { font-size: 15px; }
    .hero-actions { flex-direction: column; gap: 18px; }
    .hero-actions .button { width: 100%; }
    .trust-list { display: grid; gap: 10px; text-align: left; }
    .hero-visual { padding-inline: 0; }
    .hero-photo-frame { min-height: 410px; padding: 45px 10px 20px; border-radius: 44% 56% 46% 54% / 33% 37% 63% 67%; }
    .hero-photo-frame img { height: 340px; }
    .photo-note { display: none; }
    .price-card { right: 5px; min-width: 155px; padding: 15px 18px; }
    .price-card strong { font-size: 26px; }
    .benefit-row article { padding-inline: 12px; }
    .cards-grid { grid-template-columns: 1fr; margin-top: 45px; }
    .feature-card { min-height: auto; }
    .product-section::before { display: none; }
    .product-image::before { inset: 15px -8px -15px 8px; }
    .lifestyle-photo { height: 430px; border-radius: 120px 120px 16px 16px; }
    .quote-card, .quote-card.featured { padding: 32px 28px; }
    .quote-card > p { font-size: 18px; }
    .gallery-grid { display: block; }
    .gallery-main, .gallery-small { height: 260px; margin-top: 18px; padding: 10px; }
    .faq-list summary { font-size: 17px; }
    .order-section { padding: 82px 0; }
    .form-card { padding: 32px 22px; border-radius: 4px 28px 4px 28px; }
    .field-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .quantity-row { align-items: flex-end; }
    .order-total strong { font-size: 23px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .footer-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
    .cookie-banner { bottom: 12px; flex-direction: column; align-items: stretch; gap: 16px; padding: 18px; }
    .cookie-actions { width: 100%; }
    .cookie-actions .button { flex: 1; }
    .mobile-order-button {
        position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; display: block;
        padding: 14px; color: var(--white); background: var(--teal); border: 1px solid rgba(255,255,255,.25);
        border-radius: 999px; box-shadow: 0 14px 35px rgba(15,81,77,.35); font-size: 13px; font-weight: 900; text-align: center; text-decoration: none;
        transition: opacity .2s, transform .2s;
    }
    .mobile-order-button.hidden { opacity: 0; transform: translateY(90px); pointer-events: none; }
    .recaptcha-wrap { min-height: 70px; }
    .recaptcha-widget { transform: scale(.9); transform-origin: left top; }
    .grecaptcha-badge { bottom: 78px !important; }
    .site-footer { padding-bottom: 85px; }
    .legal-hero { padding-top: 120px; }
    .legal-content { padding: 32px 22px; }
}
