/* =========================================================
   Leverbena — Luxury Botanical Skincare
   ========================================================= */

:root {
    --forest: #14241a;
    --forest-mid: #1f3528;
    --sage: #6b8f75;
    --sage-soft: #a8c4b0;
    --mist: #e9f0ea;
    --linen: #f7faf7;
    --petal: #f3e8e4;
    --champagne: #b8956c;
    --champagne-light: #d4bc9a;
    --ink: #1a241c;
    --muted: #5a6b5e;
    --white: #ffffff;
    --shadow: 0 24px 60px rgba(20, 36, 26, 0.12);
    --radius: 2px;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Manrope", system-ui, sans-serif;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --header-h: 5.25rem;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--ink);
    background: var(--linen);
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
    color: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Soft film grain */
.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: var(--forest);
    color: #fff;
    padding: 0.75rem 1rem;
    z-index: 1000;
}
.skip-link:focus {
    left: 1rem;
    top: 1rem;
}

.seo-breadcrumbs {
    max-width: 1400px;
    margin: 0 auto;
    padding: calc(var(--header-h) + 0.85rem) 1.75rem 0;
}
.seo-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
    list-style: none;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
}
.seo-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 0.65rem;
    opacity: 0.45;
}
.seo-breadcrumbs a {
    color: inherit;
    opacity: 0.85;
}
.seo-breadcrumbs a:hover {
    opacity: 1;
}
main:has(.seo-breadcrumbs) .page-hero,
main:has(.seo-breadcrumbs) .product-detail {
    padding-top: 1.1rem;
}
.aeo-answer {
    max-width: 62ch;
    font-size: 1.05rem;
    line-height: 1.7;
}

.grain {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 9998;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Header (complete) ---------- */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    color: var(--forest);
    background: rgba(247, 250, 247, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(20, 36, 26, 0.06);
}

.header-bar {
    height: var(--header-h);
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.brand {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    grid-column: 2;
    grid-row: 1;
    z-index: 2;
    transition: transform 0.35s var(--ease);
}

.brand:hover {
    transform: scale(1.03);
}

.brand-logo {
    height: clamp(2.85rem, 4.8vw, 3.6rem);
    width: auto;
    display: block;
    object-fit: contain;
}

.nav-desktop {
    display: none;
    align-items: center;
    gap: clamp(0.9rem, 1.6vw, 1.5rem);
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
}

.nav-tools {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    z-index: 2;
}

.nav-desktop a,
.nav-tool,
.cart-link {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.82;
    transition: opacity 0.3s;
    position: relative;
    white-space: nowrap;
}

.nav-desktop a:hover,
.nav-tool:hover,
.cart-link:hover,
.nav-desktop a.is-active,
.nav-tool.is-active,
.cart-link.is-active {
    opacity: 1;
}

.nav-desktop a::after,
.nav-tool::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width 0.35s var(--ease);
}

.nav-desktop a:hover::after,
.nav-tool:hover::after,
.nav-desktop a.is-active::after,
.nav-tool.is-active::after {
    width: 100%;
}

.cart-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.cart-count {
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: var(--forest);
    color: var(--linen);
    font-size: 0.65rem;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-toggle {
    display: inline-flex;
    background: none;
    border: none;
    width: 2rem;
    height: 1.5rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    cursor: pointer;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    z-index: 3;
}

.nav-toggle span {
    display: block;
    height: 1.5px;
    width: 100%;
    background: currentColor;
    transition: transform 0.3s var(--ease), opacity 0.3s;
}

body.nav-open .nav-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}
body.nav-open .nav-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}

.site-menu {
    display: none;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 1.5rem 1.75rem;
    background: rgba(247, 250, 247, 0.98);
    border-top: 1px solid rgba(20, 36, 26, 0.06);
    box-shadow: var(--shadow);
}

.site-menu:not([hidden]) {
    display: flex;
}

.site-menu a {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--forest);
    opacity: 0.88;
}

.site-menu a:hover {
    opacity: 1;
}

@media (min-width: 981px) {
    .header-bar {
        grid-template-columns: 1fr auto 1fr;
    }

    .nav-toggle {
        display: none;
    }

    .nav-desktop {
        display: flex;
    }

    .brand {
        grid-column: 2;
    }

    .nav-tools {
        grid-column: 3;
    }

    .site-menu {
        display: none !important;
    }
}

@media (max-width: 980px) {
    .nav-tool:not(.cart-link) {
        display: none;
    }
}

/* ---------- Flash ---------- */
.flash {
    position: fixed;
    top: calc(var(--header-h) + 0.75rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    background: var(--forest);
    color: var(--linen);
    padding: 0.85rem 2.5rem 0.85rem 1.25rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    animation: slideDown 0.5s var(--ease);
    max-width: min(90vw, 420px);
}

.flash-success { background: var(--forest-mid); }
.flash-error { background: #5c2e2e; }

.flash-close {
    position: absolute;
    right: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: inherit;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0.7;
}

@keyframes slideDown {
    from { opacity: 0; transform: translate(-50%, -12px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 1.85rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: transform 0.35s var(--ease), background 0.35s, color 0.35s, border-color 0.35s;
    border-radius: var(--radius);
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--forest);
    color: var(--linen);
}

.btn-primary:hover {
    background: var(--forest-mid);
}

.btn-ghost {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.8);
}

.btn-outline {
    background: transparent;
    color: var(--forest);
    border: 1px solid rgba(20, 36, 26, 0.25);
}

.btn-outline:hover {
    border-color: var(--forest);
    background: var(--mist);
}

.btn-champagne {
    background: var(--champagne);
    color: var(--white);
}

.btn-champagne:hover {
    background: #a68255;
}

/* =========================================================
   HOME — Hero (full-bleed, brand-first)
   ========================================================= */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: flex-end;
    color: var(--white);
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--mist);
}

.hero-media img,
.hero-media .hero-still {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity 1.1s var(--ease);
    pointer-events: none;
    z-index: 2;
}

.hero-video.is-ready {
    opacity: 1;
}

.hero-still {
    transition: opacity 0.9s var(--ease);
}

.hero-media:has(.hero-video.is-ready) .hero-still {
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .hero-video {
        display: none !important;
    }
}

.hero-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(20, 36, 26, 0.35) 0%, rgba(20, 36, 26, 0.15) 35%, rgba(20, 36, 26, 0.55) 70%, rgba(20, 36, 26, 0.82) 100%),
        radial-gradient(ellipse at 70% 20%, rgba(184, 149, 108, 0.18), transparent 50%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.75rem 12vh;
}

.hero-brand {
    margin: 0 0 1.35rem;
    opacity: 0;
    animation: riseIn 1.2s var(--ease) 0.2s forwards;
}

.hero-logo {
    width: min(42vw, 20rem);
    max-width: 100%;
    height: auto;
    display: block;
    background: none;
    mix-blend-mode: normal;
    filter: none;
}

.hero-line {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.4vw, 1.85rem);
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.02em;
    max-width: 28ch;
    margin-bottom: 0.65rem;
    opacity: 0;
    animation: riseIn 1.1s var(--ease) 0.45s forwards;
}

.hero-sub {
    font-size: 0.95rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    max-width: 38ch;
    opacity: 0;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 2rem;
    animation: riseIn 1.1s var(--ease) 0.65s forwards;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    opacity: 0;
    animation: riseIn 1.1s var(--ease) 0.85s forwards;
}

.hero-scroll {
    position: absolute;
    bottom: 2rem;
    right: 1.75rem;
    z-index: 2;
    writing-mode: vertical-rl;
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    opacity: 0.65;
    animation: fadePulse 3s ease-in-out infinite;
}

@keyframes riseIn {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadePulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.85; }
}

/* Floating leaf accents */
.leaf {
    position: absolute;
    z-index: 2;
    width: 48px;
    height: 48px;
    opacity: 0.25;
    pointer-events: none;
    animation: leafFloat 14s ease-in-out infinite;
}

.leaf-1 { top: 22%; right: 12%; animation-delay: 0s; }
.leaf-2 { top: 48%; right: 6%; width: 32px; height: 32px; opacity: 0.18; animation-delay: -4s; }

@keyframes leafFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-18px) rotate(8deg); }
}

/* ---------- Sections shared ---------- */
.section {
    padding: clamp(4.5rem, 10vw, 8rem) 1.75rem;
    max-width: 1400px;
    margin: 0 auto;
}

.section-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--champagne);
    margin-bottom: 0.85rem;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 3.75rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--forest);
    margin-bottom: 1rem;
}

.section-lead {
    font-size: 1.05rem;
    font-weight: 300;
    color: var(--muted);
    max-width: 42ch;
    margin-bottom: 2.5rem;
}

.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Philosophy strip */
.philosophy {
    background:
        linear-gradient(135deg, var(--mist) 0%, var(--petal) 55%, var(--mist) 100%);
    padding: clamp(4rem, 9vw, 7rem) 1.75rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.philosophy::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(107, 143, 117, 0.15), transparent 40%),
        radial-gradient(circle at 85% 20%, rgba(184, 149, 108, 0.12), transparent 35%);
    pointer-events: none;
}

.philosophy-inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}

.philosophy .section-title {
    margin-bottom: 1.25rem;
}

.philosophy p {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2.2vw, 1.55rem);
    font-style: italic;
    line-height: 1.55;
    color: var(--forest-mid);
    margin-bottom: 2rem;
}

/* Featured products */
.product-rail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.product-rail--trio {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: 0 auto;
}

.product-tile {
    display: block;
    position: relative;
    transition: transform 0.5s var(--ease);
}

.product-tile-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.product-tile:hover {
    transform: translateY(-6px);
}

.product-tile-media {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--mist);
    margin-bottom: 1.1rem;
}

.product-tile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease);
}

.product-tile:hover .product-tile-media img {
    transform: scale(1.06);
}

.product-tile-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(20, 36, 26, 0.08));
    pointer-events: none;
}

.product-tile-cat {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 0.35rem;
}

.product-tile-name {
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 500;
    color: var(--forest);
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.product-tile-price {
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 400;
}

.section-cta-row {
    margin-top: 2.75rem;
    text-align: center;
}

/* Ritual steps */
.ritual-band {
    background: var(--forest);
    color: var(--linen);
    padding: clamp(4.5rem, 10vw, 7.5rem) 1.75rem;
    position: relative;
    overflow: hidden;
}

.ritual-band::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -10%;
    width: 50%;
    height: 80%;
    background: radial-gradient(circle, rgba(184, 149, 108, 0.15), transparent 65%);
    pointer-events: none;
}

.ritual-inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.ritual-band .section-label {
    color: var(--champagne-light);
}

.ritual-band .section-title {
    color: var(--linen);
    max-width: 14ch;
}

.ritual-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 3.5rem;
}

.ritual-step {
    border-top: 1px solid rgba(233, 240, 234, 0.2);
    padding-top: 1.5rem;
}

.ritual-num {
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--champagne);
    line-height: 1;
    margin-bottom: 0.85rem;
}

.ritual-step h3 {
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 500;
    margin-bottom: 0.65rem;
}

.ritual-step p {
    font-size: 0.92rem;
    font-weight: 300;
    opacity: 0.75;
    max-width: 32ch;
}

/* Split feature */
.split-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 75vh;
}

.split-media {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    background: var(--mist);
}

.split-media img,
.split-media .split-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    position: absolute;
    inset: 0;
}

.split-media .split-video {
    opacity: 0;
    transition: opacity 0.7s var(--ease);
}

.split-media .split-video.is-ready {
    opacity: 1;
}

.split-feature:hover .split-media img {
    transform: none;
}

.split-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 7vw, 6rem);
    background: var(--linen);
}

.split-copy .section-lead {
    margin-bottom: 1.75rem;
}

/* =========================================================
   Products page
   ========================================================= */
.page-hero {
    padding: calc(var(--header-h) + 3.5rem) 1.75rem 3rem;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.page-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 400;
    color: var(--forest);
    letter-spacing: 0.03em;
    margin-bottom: 0.75rem;
}

.page-hero p {
    color: var(--muted);
    font-weight: 300;
    max-width: 40ch;
    margin: 0 auto;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1.75rem 2.5rem;
}

.filter-chip {
    padding: 0.55rem 1.15rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(20, 36, 26, 0.15);
    background: transparent;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s;
    color: var(--muted);
}

.filter-chip:hover,
.filter-chip.is-active {
    background: var(--forest);
    color: var(--linen);
    border-color: var(--forest);
}

.catalog {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.75rem 5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
}

.catalog--trio {
    max-width: 1400px;
}

/* Product detail */
.product-detail {
    max-width: 1400px;
    margin: 0 auto;
    padding: calc(var(--header-h) + 2.5rem) 1.75rem 5rem;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
    align-items: start;
}

.product-media-col {
    display: grid;
    gap: 0.85rem;
}

.product-gallery {
    position: relative;
    top: auto;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--mist);
}

@media (min-width: 1025px) {
    .product-media-col {
        position: sticky;
        top: calc(var(--header-h) + 1.5rem);
        align-self: start;
    }
}

.product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-rail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 0.55rem;
}

.thumb-btn {
    border: 1px solid transparent;
    padding: 0;
    background: var(--mist);
    aspect-ratio: 4 / 5;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.thumb-btn.is-active {
    border-color: var(--champagne);
}

.thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-frame {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--forest);
}

.video-frame--wide {
    aspect-ratio: 16 / 9;
    max-width: 1100px;
    margin: 1.5rem auto 0;
}

.video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.35;
    transition: opacity 0.5s var(--ease);
}

.video-frame video.is-ready,
.video-frame.is-playing video {
    opacity: 1;
}

.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 1px solid rgba(247, 250, 247, 0.55);
    background: rgba(20, 36, 26, 0.55);
    color: var(--linen);
    padding: 0.85rem 1.4rem;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: opacity 0.35s, transform 0.35s var(--ease);
}

.video-frame.is-playing .video-play {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.9);
}

.ritual-video-section {
    padding-top: 0;
}

/* ---------- Skeletons & lazy media ---------- */
.media-frame {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #e4ebe5 0%, #f3f7f3 40%, #e4ebe5 80%);
    background-size: 200% 100%;
}

.skeleton-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    background-size: 200% 100%;
    animation: skeletonShine 1.2s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.35s;
}

.media-frame.is-ready .skeleton-shimmer,
[data-skeleton].is-ready .skeleton-shimmer {
    opacity: 0;
}

.lazy-media,
.lazy-video {
    position: relative;
    z-index: 0;
}

.lazy-media.is-loading {
    opacity: 0;
}

.lazy-media.is-loaded {
    opacity: 1;
    transition: opacity 0.45s var(--ease);
}

@keyframes skeletonShine {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
    .skeleton-shimmer {
        animation: none;
    }
}

.product-info .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--champagne);
    margin-bottom: 0.75rem;
}

.product-info h1 {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 400;
    color: var(--forest);
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.product-tagline {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.25rem;
    color: var(--sage);
    margin-bottom: 1.25rem;
}

.product-price {
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--forest);
    margin-bottom: 1.5rem;
}

.product-desc {
    color: var(--muted);
    margin-bottom: 1.75rem;
    max-width: 48ch;
}

.meta-list {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 2rem;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(20, 36, 26, 0.08);
    border-bottom: 1px solid rgba(20, 36, 26, 0.08);
}

.meta-list dt {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 0.2rem;
}

.meta-list dd {
    font-size: 0.95rem;
    color: var(--ink);
}

.add-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.qty-wrap {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(20, 36, 26, 0.2);
    border-radius: var(--radius);
}

.qty-wrap button {
    width: 2.5rem;
    height: 2.75rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--forest);
}

.qty-wrap input {
    width: 2.5rem;
    text-align: center;
    border: none;
    background: transparent;
    -moz-appearance: textfield;
}

.qty-wrap input::-webkit-outer-spin-button,
.qty-wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* About */
.about-hero {
    min-height: 70vh;
    display: grid;
    place-items: end center;
    text-align: center;
    color: var(--white);
    position: relative;
    padding: 0 1.75rem 5rem;
}

.about-hero-media {
    position: absolute;
    inset: 0;
}

.about-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 36, 26, 0.25), rgba(20, 36, 26, 0.75));
}

.about-hero-content {
    position: relative;
    z-index: 1;
    max-width: 640px;
}

.about-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 400;
    margin-bottom: 0.75rem;
}

.about-story {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(4rem, 8vw, 6rem) 1.75rem;
}

.about-story p {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    line-height: 1.7;
    color: var(--forest-mid);
    margin-bottom: 1.5rem;
}

.values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.75rem 5rem;
}

.value-item {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(20, 36, 26, 0.12);
}

.value-item h3 {
    font-family: var(--font-display);
    font-size: 1.65rem;
    color: var(--forest);
    margin-bottom: 0.65rem;
}

.value-item p {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 300;
}

/* Contact & forms */
.contact-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.75rem 5rem;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3.5rem;
}

.contact-aside h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--forest);
    margin-bottom: 1rem;
}

.contact-aside p {
    color: var(--muted);
    margin-bottom: 1.5rem;
}

.contact-meta {
    font-size: 0.9rem;
    color: var(--forest-mid);
    line-height: 1.9;
}

.form-card {
    background: var(--white);
    padding: clamp(1.75rem, 4vw, 2.5rem);
    box-shadow: var(--shadow);
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 0.45rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(20, 36, 26, 0.15);
    background: var(--linen);
    border-radius: var(--radius);
    transition: border-color 0.3s, background 0.3s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--sage);
    background: var(--white);
}

.form-group textarea {
    min-height: 140px;
    resize: vertical;
}

/* Cart */
.cart-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.75rem 5rem;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.cart-table th {
    text-align: left;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage);
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(20, 36, 26, 0.1);
    font-weight: 500;
}

.cart-table td {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(20, 36, 26, 0.08);
    vertical-align: middle;
}

.cart-product {
    display: flex;
    gap: 1.15rem;
    align-items: center;
}

.cart-product img {
    width: 72px;
    height: 90px;
    object-fit: cover;
    background: var(--mist);
}

.cart-product-name {
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--forest);
}

.cart-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.cart-total {
    text-align: right;
}

.cart-total .label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage);
}

.cart-total .amount {
    font-family: var(--font-display);
    font-size: 2.25rem;
    color: var(--forest);
    line-height: 1.2;
    margin: 0.35rem 0 1.25rem;
}

.empty-state {
    text-align: center;
    padding: 4rem 1rem;
}

.empty-state h2 {
    font-family: var(--font-display);
    font-size: 2.2rem;
    color: var(--forest);
    margin-bottom: 0.75rem;
}

.empty-state p {
    color: var(--muted);
    margin-bottom: 1.75rem;
}

.remove-btn {
    background: none;
    border: none;
    color: var(--muted);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.remove-btn:hover {
    color: var(--forest);
}

/* Checkout success */
.success-panel {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 1.75rem 5rem;
    text-align: center;
}

.success-panel h1 {
    font-family: var(--font-display);
    font-size: 2.8rem;
    color: var(--forest);
    margin-bottom: 0.75rem;
}

.success-panel p {
    color: var(--muted);
    margin-bottom: 0.5rem;
}

.order-code {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--champagne);
    margin: 1.5rem 0 2rem;
}

/* Footer — Evening Garden */
.site-footer {
    --footer-ink: #dce8df;
    --footer-mute: rgba(233, 240, 234, 0.58);
    --footer-line: rgba(212, 188, 154, 0.28);
    position: relative;
    overflow: hidden;
    margin-top: 3rem;
    padding: 0 0 1.75rem;
    color: var(--footer-ink);
    background:
        radial-gradient(ellipse 80% 55% at 12% -10%, rgba(168, 196, 176, 0.16), transparent 55%),
        radial-gradient(ellipse 60% 45% at 92% 8%, rgba(184, 149, 108, 0.12), transparent 50%),
        linear-gradient(165deg, #0d1812 0%, var(--forest) 42%, #101c15 100%);
}

.footer-sky {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.footer-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    opacity: 0.55;
    animation: footer-drift 18s var(--ease) infinite alternate;
}

.footer-orb--a {
    width: 8rem;
    height: 8rem;
    top: 12%;
    left: 8%;
    background: radial-gradient(circle, rgba(168, 196, 176, 0.35), transparent 70%);
}

.footer-orb--b {
    width: 14rem;
    height: 14rem;
    top: 40%;
    right: -4%;
    background: radial-gradient(circle, rgba(184, 149, 108, 0.22), transparent 68%);
    animation-duration: 24s;
    animation-delay: -4s;
}

.footer-orb--c {
    width: 5rem;
    height: 5rem;
    bottom: 22%;
    left: 42%;
    background: radial-gradient(circle, rgba(233, 240, 234, 0.18), transparent 70%);
    animation-duration: 14s;
    animation-delay: -8s;
}

.footer-vine {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18%;
    width: 100%;
    height: 9rem;
    color: rgba(168, 196, 176, 0.22);
}

.footer-vine-path {
    stroke-dasharray: 1400;
    stroke-dashoffset: 1400;
    animation: footer-draw 4.5s var(--ease) 0.4s forwards;
}

.footer-vine-path--soft {
    opacity: 0.55;
    animation-delay: 1s;
}

@keyframes footer-drift {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(12px, -18px, 0) scale(1.08); }
}

@keyframes footer-draw {
    to { stroke-dashoffset: 0; }
}

.footer-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(3.5rem, 8vw, 6.5rem) 1.75rem 2.5rem;
}

.footer-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--champagne-light);
    margin-bottom: 1rem;
    font-weight: 500;
}

.footer-manifesto {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 3.5rem;
}

.footer-closing {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(2.4rem, 6.5vw, 4.6rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--linen);
    margin-bottom: 2rem;
}

.footer-closing-line {
    display: block;
}

.footer-closing-line--accent {
    font-style: italic;
    color: var(--champagne-light);
}

.footer-sigil {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.55s var(--ease);
}

.footer-sigil:hover {
    transform: translateY(-4px) scale(1.03);
}

.footer-logo-img {
    height: 4.75rem;
    width: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.25));
}

.footer-orbit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 0.35rem;
    margin: 0 auto 3.75rem;
    max-width: 56rem;
    padding: 1.35rem 0.5rem;
    border-block: 1px solid var(--footer-line);
}

.footer-orbit-item {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    color: var(--linen);
    opacity: 0.78;
    transition: opacity 0.35s var(--ease), color 0.35s var(--ease), transform 0.35s var(--ease);
}

.footer-orbit-item span {
    font-family: var(--font-body);
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    color: var(--champagne-light);
    opacity: 0.8;
}

.footer-orbit-item::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.35rem;
    height: 1px;
    background: var(--champagne-light);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s var(--ease);
}

.footer-orbit-item:hover {
    opacity: 1;
    color: var(--champagne-light);
    transform: translateY(-2px);
}

.footer-orbit-item:hover::after {
    transform: scaleX(1);
}

.footer-invite {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(1.75rem, 4vw, 3.5rem);
    align-items: end;
    padding: clamp(1.75rem, 3.5vw, 2.75rem);
    border: 1px solid rgba(212, 188, 154, 0.22);
    background:
        linear-gradient(135deg, rgba(233, 240, 234, 0.05), transparent 45%),
        rgba(15, 26, 19, 0.55);
    backdrop-filter: blur(10px);
}

.footer-invite-title {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    line-height: 1.1;
    color: var(--linen);
    margin-bottom: 0.85rem;
}

.footer-invite-lead {
    font-weight: 300;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--footer-mute);
    max-width: 38ch;
    margin-bottom: 1.5rem;
}

.footer-mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1.15rem;
}

.footer-mini-links a {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--footer-mute);
    transition: color 0.3s;
}

.footer-mini-links a:hover {
    color: var(--champagne-light);
}

.footer-invite-form {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.footer-invite-form input[type="email"],
.footer-invite-form input[type="tel"] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(233, 240, 234, 0.28);
    padding: 0.85rem 0;
    color: var(--linen);
    transition: border-color 0.3s;
}

.footer-invite-form input:focus {
    outline: none;
    border-bottom-color: var(--champagne-light);
}

.footer-invite-form input::placeholder {
    color: rgba(233, 240, 234, 0.4);
}

.footer-consent-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
    margin: 0.25rem 0 0.35rem;
}

.newsletter-consent {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    color: var(--footer-mute);
}

.footer-invite-btn {
    align-self: flex-start;
    margin-top: 0.35rem;
    border: 1px solid rgba(212, 188, 154, 0.55);
    background: rgba(184, 149, 108, 0.12);
    color: var(--champagne-light);
    padding: 0.8rem 1.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.35s var(--ease), color 0.35s, border-color 0.35s, transform 0.35s var(--ease);
}

.footer-invite-btn:hover {
    background: var(--champagne);
    color: var(--forest);
    border-color: var(--champagne);
    transform: translateY(-2px);
}

.footer-marquee {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-block: 1px solid rgba(233, 240, 234, 0.08);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.footer-marquee-track {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: max-content;
    padding: 1rem 0;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-style: italic;
    letter-spacing: 0.04em;
    color: rgba(233, 240, 234, 0.42);
    animation: footer-marquee 38s linear infinite;
}

.footer-marquee-track i {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: var(--champagne);
    opacity: 0.55;
    flex: 0 0 auto;
}

@keyframes footer-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.footer-bottom {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.35rem 1.75rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.78rem;
    color: rgba(233, 240, 234, 0.48);
}

.footer-note {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.footer-note a {
    color: rgba(233, 240, 234, 0.55);
    transition: color 0.3s;
}

.footer-note a:hover {
    color: var(--champagne-light);
}

@media (prefers-reduced-motion: reduce) {
    .footer-orb,
    .footer-vine-path,
    .footer-marquee-track {
        animation: none !important;
    }

    .footer-vine-path {
        stroke-dashoffset: 0;
    }
}

/* Legacy newsletter helpers still used by form classes */
.newsletter-form--rich {
    border-bottom: none;
}

.newsletter-form input {
    color: var(--linen);
}

.newsletter-form button {
    cursor: pointer;
}


/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .product-rail,
    .catalog {
        grid-template-columns: repeat(2, 1fr);
    }

    .ritual-steps,
    .values {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .split-feature {
        grid-template-columns: 1fr;
    }

    .split-media {
        min-height: 50vw;
    }

    .product-detail,
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .product-gallery {
        position: static;
        max-height: 70vh;
    }

    .footer-invite {
        grid-template-columns: 1fr;
    }

    .footer-orbit {
        gap: 0.35rem;
    }
}

@media (max-width: 720px) {
    .hero-content {
        padding-bottom: 18vh;
    }

    .hero-logo {
        width: min(58vw, 14rem);
    }

    .brand-logo {
        height: 2.55rem;
    }

    .footer-logo-img {
        height: 3.6rem;
    }

    .footer-orbit-item {
        padding: 0.4rem 0.7rem;
    }

    .footer-invite {
        padding: 1.35rem;
    }

    .footer-closing {
        font-size: clamp(2.1rem, 9vw, 3rem);
    }

    .cart-table thead {
        display: none;
    }

    .cart-table,
    .cart-table tbody,
    .cart-table tr,
    .cart-table td {
        display: block;
        width: 100%;
    }

    .cart-table tr {
        padding: 1.25rem 0;
        border-bottom: 1px solid rgba(20, 36, 26, 0.08);
    }

    .cart-table td {
        border: none;
        padding: 0.35rem 0;
    }

    .cart-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cart-total {
        text-align: left;
    }

    .leaf {
        display: none;
    }
}

/* =========================================================
   Magnetic attraction + quiz / shop / cart / pdp upgrades
   ========================================================= */

.btn-magnet {
    will-change: transform;
}

.product-tile--magnet,
[data-magnet-tile] {
    will-change: transform;
    transition: transform 0.45s var(--ease), opacity 0.35s;
}

.product-tile--magnet:hover {
    transform: translateY(-8px);
}

.product-gallery[data-magnet-media] img {
    transition: transform 0.55s var(--ease);
    transform-origin: center center;
}

.thumb-rail--film {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.thumb-rail--film .thumb-btn {
    flex: 0 0 4.5rem;
    scroll-snap-align: start;
}

.product-extra-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.product-quiz-hint {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--muted);
}

.product-share {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(20, 36, 26, 0.1);
}

.product-share-label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.65rem;
}

.product-share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.share-btn {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(20, 36, 26, 0.18);
    background: transparent;
    color: var(--forest);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}

.share-btn:hover,
.share-btn:focus-visible {
    background: var(--forest);
    border-color: var(--forest);
    color: var(--linen);
    outline: none;
}

.share-btn--native {
    background: var(--mist);
    border-color: transparent;
}

.share-btn--native[hidden] {
    display: none;
}

.product-share-status {
    margin-top: 0.55rem;
    font-size: 0.82rem;
    color: var(--sage);
}

.product-tile-share {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    appearance: none;
    border: 0;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.35rem 0.55rem;
    background: rgba(247, 250, 247, 0.92);
    color: var(--forest);
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(20, 36, 26, 0.12);
    transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease);
}

.product-tile-share:hover,
.product-tile-share:focus-visible {
    background: var(--forest);
    color: var(--linen);
    outline: none;
    transform: translateY(-1px);
}

.product-rating,
.product-stock-low {
    font-size: 0.95rem;
    font-weight: 400;
}

.product-stock-low {
    color: #8a6230;
    font-size: 0.85rem;
}

.howto-band {
    background: linear-gradient(180deg, var(--mist), var(--linen));
}

.howto-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1.75rem;
}

.howto-step {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(20, 36, 26, 0.1);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
    transition-delay: calc(var(--i, 0) * 0.12s);
}

.howto-band.is-visible .howto-step,
.howto-step.is-in {
    opacity: 1;
    transform: none;
}

.howto-num {
    font-family: var(--font-display);
    font-size: 1.6rem;
    color: var(--champagne);
    margin-bottom: 0.45rem;
}

.howto-step h3 {
    font-family: var(--font-display);
    font-size: 1.55rem;
    margin-bottom: 0.35rem;
    color: var(--forest);
}

.howto-step p {
    color: var(--muted);
    font-weight: 300;
}

.review-row,
.qa-row {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(20, 36, 26, 0.08);
}

.review-title {
    font-family: var(--font-display);
    font-size: 1.3rem;
    margin: 0.35rem 0;
}

.pdp-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(247, 250, 247, 0.92);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(20, 36, 26, 0.08);
    transform: translateY(110%);
    transition: transform 0.45s var(--ease);
}

.pdp-dock.is-on {
    transform: translateY(0);
}

.pdp-dock-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.pdp-dock-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.pdp-dock-info img {
    width: 2.6rem;
    height: 3.25rem;
    object-fit: cover;
}

.pdp-dock-info strong {
    display: block;
    font-size: 0.92rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 42vw;
}

.pdp-dock-info span {
    font-size: 0.82rem;
    color: var(--muted);
}

/* Shop map */
.shop-map {
    max-width: 1400px;
    margin: 0 auto 1.75rem;
    padding: 0 1.75rem;
}

.shop-map-beds {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.shop-bed {
    border: 1px solid rgba(20, 36, 26, 0.15);
    background: transparent;
    color: var(--forest);
    padding: 0.7rem 1.25rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, transform 0.35s var(--ease);
}

.shop-bed:hover {
    transform: translateY(-2px);
}

.shop-bed.is-active {
    background: var(--forest);
    color: var(--linen);
    border-color: var(--forest);
}

.filter-bar--orbit {
    justify-content: center;
}

.catalog--magnet .product-tile.is-dim {
    opacity: 0.28;
    transform: scale(0.98);
    pointer-events: none;
}

/* Quiz path */
.quiz-path,
.quiz-result {
    max-width: 820px;
    margin: 0 auto 4rem;
    padding: 0 1.5rem 3rem;
}

.quiz-progress {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.quiz-vine {
    display: block;
    height: 2px;
    width: 0;
    margin: 0 auto 1rem;
    max-width: 16rem;
    background: linear-gradient(90deg, var(--sage), var(--champagne));
    transition: width 0.55s var(--ease);
}

.quiz-dots {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
}

.quiz-dots span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: rgba(20, 36, 26, 0.18);
    transition: background 0.3s, transform 0.3s;
}

.quiz-dots span.is-active {
    background: var(--forest);
    transform: scale(1.25);
}

.quiz-step-label {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
}

.quiz-panel {
    background: var(--white);
    border: 1px solid rgba(20, 36, 26, 0.08);
    padding: clamp(1.5rem, 4vw, 2.5rem);
    text-align: center;
    animation: quiz-in 0.45s var(--ease);
}

.quiz-panel[hidden] {
    display: none !important;
}

@keyframes quiz-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
}

.quiz-panel h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: var(--forest);
    margin-bottom: 0.5rem;
}

.quiz-help {
    color: var(--muted);
    margin-bottom: 1.5rem;
}

.quiz-choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.quiz-choice {
    border: 1px solid rgba(20, 36, 26, 0.14);
    background: var(--linen);
    color: var(--forest);
    padding: 1.1rem 1rem;
    font-family: var(--font-display);
    font-size: 1.25rem;
    cursor: pointer;
    transition: transform 0.35s var(--ease), background 0.3s, border-color 0.3s, color 0.3s;
}

.quiz-choice:hover {
    transform: translateY(-3px);
    border-color: var(--champagne);
    background: var(--mist);
}

.quiz-choice.is-selected {
    background: var(--forest);
    color: var(--linen);
    border-color: var(--forest);
}

.quiz-back {
    margin-top: 1.25rem;
    color: var(--forest);
    border: 1px solid rgba(20, 36, 26, 0.2);
}

.quiz-summary {
    font-family: var(--font-display);
    font-size: 1.45rem;
    color: var(--forest);
    margin-bottom: 1.5rem;
}

.quiz-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.quiz-result-banner {
    text-align: center;
    margin-bottom: 2rem;
}

.quiz-result-banner h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--forest);
}

.quiz-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.quiz-result-card {
    background: var(--white);
    border: 1px solid rgba(20, 36, 26, 0.08);
    padding: 1rem 1rem 1.25rem;
    text-align: center;
    animation: quiz-in 0.5s var(--ease) both;
    animation-delay: calc(var(--i, 0) * 0.12s);
}

.quiz-result-media {
    display: block;
    margin-bottom: 0.85rem;
    overflow: hidden;
}

.quiz-result-media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform 0.5s var(--ease);
}

.quiz-result-card:hover .quiz-result-media img {
    transform: scale(1.04);
}

.quiz-result-card h3 {
    font-family: var(--font-display);
    font-size: 1.35rem;
    margin: 0.25rem 0 0.35rem;
}

.add-form--compact {
    justify-content: center;
    margin: 0.85rem 0 0.55rem;
}

.quiz-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.75rem;
}

/* Cart packing ritual */
.cart-empty {
    text-align: center;
    max-width: 28rem;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    justify-items: center;
    padding: 1rem 0 3rem;
}

.cart-empty-vase {
    width: 5.5rem;
    height: 7rem;
    border: 1.5px solid rgba(20, 36, 26, 0.2);
    border-radius: 0 0 2.4rem 2.4rem;
    position: relative;
    background:
        radial-gradient(circle at 50% 18%, rgba(168, 196, 176, 0.35), transparent 42%),
        linear-gradient(180deg, transparent 35%, rgba(233, 240, 234, 0.8));
}

.cart-empty-vase::before {
    content: "";
    position: absolute;
    top: -0.85rem;
    left: 50%;
    width: 1px;
    height: 1.4rem;
    background: var(--sage);
    transform: translateX(-50%);
}

.cart-suggest {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    width: min(100%, 22rem);
    padding: 0.85rem;
    background: var(--mist);
    border: 1px solid rgba(20, 36, 26, 0.08);
}

.cart-suggest img {
    width: 4.2rem;
    height: 5.2rem;
    object-fit: cover;
}

.cart-suggest .section-label {
    margin-bottom: 0.2rem;
}

.cart-suggest strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.2rem;
}

.cart-suggest span {
    color: var(--muted);
    font-size: 0.9rem;
}

.cart-ship {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--mist);
}

.cart-ship p {
    font-size: 0.85rem;
    margin-bottom: 0.45rem;
}

.cart-ship-bar {
    height: 6px;
    background: #d7e2d9;
    overflow: hidden;
}

.cart-ship-bar span {
    display: block;
    height: 100%;
    background: var(--forest);
    transition: width 0.5s var(--ease);
}

.cart-pack {
    display: grid;
    gap: 0.85rem;
}

.cart-pack-item {
    display: grid;
    grid-template-columns: 88px 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    background: var(--white);
    border: 1px solid rgba(20, 36, 26, 0.08);
}

.cart-pack-item img {
    width: 88px;
    height: 110px;
    object-fit: cover;
}

.cart-pack-copy h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.cart-pack-copy p {
    font-size: 0.85rem;
    color: var(--muted);
}

.cart-pack-price {
    color: var(--forest) !important;
    font-size: 1rem !important;
    margin-top: 0.35rem;
}

.cart-tools {
    display: grid;
    gap: 1rem;
    margin: 1.5rem 0;
}

.cart-coupon {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.cart-coupon input {
    padding: 0.8rem 1rem;
    border: 1px solid rgba(20, 36, 26, 0.15);
    min-width: 200px;
    background: var(--white);
}

.cart-gift-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(20, 36, 26, 0.12);
    background: var(--linen);
    transition: background 0.35s, border-color 0.35s;
}

.cart-gift.is-on .cart-gift-toggle {
    background: var(--mist);
    border-color: var(--champagne);
}

.cart-gift-fold {
    width: 1.4rem;
    height: 1.4rem;
    border: 1px solid rgba(20, 36, 26, 0.35);
    background:
        linear-gradient(135deg, transparent 48%, rgba(184, 149, 108, 0.55) 48%, rgba(184, 149, 108, 0.55) 52%, transparent 52%),
        #fff;
    transition: transform 0.4s var(--ease);
}

.cart-gift.is-on .cart-gift-fold {
    transform: rotate(12deg) scale(1.05);
}

.cart-save {
    color: var(--forest);
    border: 1px solid rgba(20, 36, 26, 0.2);
}

.cart-login-note {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--muted);
}

/* Fly to bag */
.fly-ghost {
    position: fixed;
    z-index: 120;
    width: 64px;
    height: 80px;
    object-fit: cover;
    pointer-events: none;
    border-radius: 2px;
    box-shadow: 0 12px 30px rgba(20, 36, 26, 0.22);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
    opacity: 1;
}

.cart-link.is-pulse .cart-count {
    animation: bag-pulse 0.55s var(--ease);
}

@keyframes bag-pulse {
    0% { transform: scale(1); }
    40% { transform: scale(1.35); }
    100% { transform: scale(1); }
}

@media (max-width: 900px) {
    .howto-steps,
    .quiz-result-grid {
        grid-template-columns: 1fr;
    }

    .quiz-choices {
        grid-template-columns: 1fr;
    }

    .cart-pack-item {
        grid-template-columns: 72px 1fr;
    }

    .cart-pack-item form {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .pdp-dock-info strong {
        max-width: 36vw;
    }
}

@media (prefers-reduced-motion: reduce) {
    .btn-magnet,
    .product-tile--magnet,
    .product-gallery[data-magnet-media] img,
    .fly-ghost,
    .quiz-panel,
    .quiz-result-card {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }
}

/* Velozgida credit */
.vg-credit--hero {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2.25rem 1.75rem 2.75rem;
    text-align: center;
    border-top: 1px solid rgba(233, 240, 234, 0.12);
    position: relative;
    z-index: 1;
}

.vg-credit-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--champagne-light);
    margin-bottom: 0.65rem;
}

.vg-credit-title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    line-height: 1.15;
    color: var(--linen);
    margin-bottom: 0.55rem;
}

.vg-credit-title a {
    color: var(--champagne-light);
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.vg-credit-sub {
    font-size: 0.92rem;
    color: rgba(233, 240, 234, 0.62);
    font-weight: 300;
}

.vg-credit-sub a {
    color: var(--champagne-light);
}

.vg-credit--compact {
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: var(--muted);
    text-align: center;
}

.vg-credit--compact a {
    color: var(--forest);
    font-weight: 500;
}

.vg-credit--invoice {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(20, 36, 26, 0.15);
    text-align: center;
    font-size: 0.9rem;
    color: var(--muted);
}

.vg-credit--invoice a {
    color: var(--forest);
}

.site-footer .vg-credit--hero {
    margin-top: 0.5rem;
}

/* Storefront promotions */
.promo-band {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.25rem 1.75rem 0;
    display: grid;
    gap: 1.25rem;
}
.promo-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.5rem;
    align-items: center;
    border-top: 1px solid rgba(20, 36, 26, 0.12);
    padding: 1.5rem 0;
}
.promo-card-media {
    overflow: hidden;
    background: var(--mist);
    min-height: 220px;
}
.promo-card-media img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}
.promo-card-copy h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 400;
    color: var(--forest);
    margin: 0 0 0.65rem;
}
.promo-card-copy p {
    color: var(--muted);
    font-weight: 300;
    line-height: 1.65;
    margin: 0 0 0.85rem;
}
.promo-coupon {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.82rem !important;
    color: var(--forest) !important;
}
.promo-products {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    margin-bottom: 1rem;
}
.promo-products a {
    color: var(--forest);
    font-size: 0.9rem;
}
@media (max-width: 900px) {
    .promo-card { grid-template-columns: 1fr; }
}

/* Brand story / founders / contact / legal */
.brand-hero {
    position: relative;
    min-height: 78vh;
    display: grid;
    place-items: end stretch;
    color: #f7f5f0;
    overflow: hidden;
}
.brand-hero--founder,
.brand-hero--contact { min-height: 62vh; }
.brand-hero-media { position: absolute; inset: 0; }
.brand-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    animation: brandKen 18s ease-in-out infinite alternate;
}
.brand-hero-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(14, 28, 20, 0.72) 0%, rgba(14, 28, 20, 0.28) 48%, rgba(14, 28, 20, 0.55) 100%),
        radial-gradient(ellipse at 20% 80%, rgba(196, 168, 120, 0.22), transparent 50%);
}
.brand-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.75rem 4.5rem;
}
.brand-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin: 0 0 0.85rem;
    opacity: 0.85;
}
.brand-display {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(3.4rem, 9vw, 6.4rem);
    line-height: 0.95;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}
.brand-lede {
    max-width: 32rem;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.55;
    font-weight: 300;
    opacity: 0.92;
    margin: 0;
}
.brand-strip {
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(3.5rem, 7vw, 5.5rem) 1.75rem;
    text-align: center;
}
.brand-strip p {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    line-height: 1.55;
    color: var(--forest-mid);
    margin: 0;
}
.brand-split {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.75rem 5rem;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}
.brand-split-copy h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--forest);
    line-height: 1.15;
    margin: 0 0 1.25rem;
}
.brand-split-copy p {
    color: var(--muted);
    font-weight: 300;
    line-height: 1.7;
    margin: 0 0 1rem;
}
.brand-split-media {
    margin: 0;
    overflow: hidden;
    min-height: 520px;
}
.brand-split-media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}
.brand-pillars {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.75rem 5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}
.brand-pillar {
    padding: 1.75rem 0 0;
    border-top: 1px solid rgba(20, 36, 26, 0.14);
}
.brand-pillar span {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    color: var(--muted);
    margin-bottom: 0.85rem;
}
.brand-pillar h3 {
    font-family: var(--font-display);
    font-size: 1.7rem;
    color: var(--forest);
    margin: 0 0 0.65rem;
    font-weight: 400;
}
.brand-pillar p {
    color: var(--muted);
    font-weight: 300;
    margin: 0;
    line-height: 1.65;
}
.brand-cta {
    text-align: center;
    padding: clamp(3.5rem, 8vw, 6rem) 1.75rem;
    background:
        linear-gradient(180deg, rgba(244, 241, 234, 0.2), transparent),
        radial-gradient(ellipse at 50% 0%, rgba(196, 168, 120, 0.12), transparent 55%);
}
.brand-cta h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--forest);
    margin: 0 0 1.5rem;
}
.brand-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
}
.brand-legal-meta {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    color: var(--muted);
}
.founder-portrait {
    max-width: 820px;
    margin: -3.5rem auto 0;
    padding: 0 1.75rem;
    position: relative;
    z-index: 2;
}
.founder-portrait-card {
    background: #fff;
    border: 1px solid rgba(20, 36, 26, 0.1);
    padding: clamp(2rem, 4vw, 3rem);
    box-shadow: 0 24px 60px rgba(20, 36, 26, 0.08);
}
.founder-portrait-card h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 400;
    color: var(--forest);
    margin: 0 0 1rem;
}
.founder-portrait-card p { color: var(--muted); font-weight: 300; line-height: 1.7; }
.founder-note { font-size: 0.85rem !important; margin-top: 1.25rem !important; opacity: 0.75; }
.founder-timeline {
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(3.5rem, 7vw, 5.5rem) 1.75rem;
    display: grid;
    gap: 2rem;
}
.founder-step {
    padding-left: 1.25rem;
    border-left: 2px solid rgba(196, 168, 120, 0.55);
}
.founder-step span {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.45rem;
}
.founder-step h3 {
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 400;
    color: var(--forest);
    margin: 0 0 0.5rem;
}
.founder-step p { margin: 0; color: var(--muted); font-weight: 300; line-height: 1.65; }
.contact-pro {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 5rem) 1.75rem 5rem;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(2rem, 5vw, 4rem);
}
.contact-pro-aside h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.5vw, 2.6rem);
    font-weight: 400;
    color: var(--forest);
    margin: 0 0 1.5rem;
}
.contact-pro-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
}
.contact-pro-list li {
    display: grid;
    grid-template-columns: 6.5rem 1fr;
    gap: 0.75rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(20, 36, 26, 0.08);
    color: var(--forest-mid);
    font-weight: 300;
}
.contact-pro-list span {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    padding-top: 0.2rem;
}
.contact-pro-list a { color: inherit; }
.contact-pro-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.15rem;
    margin-bottom: 1.5rem;
}
.contact-pro-links a {
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--forest);
}
.contact-pro-form {
    background: #fff;
    border: 1px solid rgba(20, 36, 26, 0.1);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    box-shadow: 0 18px 50px rgba(20, 36, 26, 0.05);
}
.brand-flash {
    max-width: 1180px;
    margin: 1.5rem auto 0;
    padding: 0.85rem 1.25rem;
}
.brand-flash-success { color: #1a2e1f; }
.brand-flash-error { color: #8b2e2e; }
.legal-hero {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(3.5rem, 8vw, 5.5rem) 1.75rem 1.5rem;
}
.legal-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 400;
    color: var(--forest);
    margin: 0 0 0.75rem;
}
.legal-hero p { color: var(--muted); font-weight: 300; margin: 0; }
.legal-body {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1.75rem 5rem;
}
.legal-body h2 {
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 400;
    color: var(--forest);
    margin: 2rem 0 0.65rem;
}
.legal-body p {
    color: var(--muted);
    font-weight: 300;
    line-height: 1.75;
    margin: 0 0 0.85rem;
}
.legal-body a { color: var(--forest); }

/* About journey / leadership / soft board & team */
.about-journey {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.75rem clamp(3.5rem, 7vw, 5.5rem);
}
.about-journey-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 4vw, 2.5rem);
}
.about-journey-card {
    padding: clamp(1.75rem, 3vw, 2.35rem) 0 0;
    border-top: 1px solid rgba(20, 36, 26, 0.14);
}
.about-journey-card h2 {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 400;
    color: var(--forest);
    line-height: 1.15;
    margin: 0 0 1rem;
}
.about-journey-card p:last-child {
    color: var(--muted);
    font-weight: 300;
    line-height: 1.75;
    margin: 0;
}
.about-products {
    padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(4rem, 8vw, 6rem);
    background:
        linear-gradient(180deg, rgba(233, 240, 234, 0.45), transparent 40%),
        var(--linen);
}
.about-banner-hero {
    position: relative;
    width: 100%;
    background: #1a0a0c;
    overflow: hidden;
    line-height: 0;
}
.about-banner-hero img {
    width: 100%;
    height: auto;
    max-height: min(92vh, 980px);
    object-fit: cover;
    object-position: center top;
    display: block;
}
.about-visuals {
    padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(4rem, 8vw, 6rem);
    background:
        linear-gradient(180deg, rgba(233, 240, 234, 0.35), transparent 35%),
        var(--linen);
}
.about-mosaic {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: minmax(140px, 18vw);
    gap: 0.65rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.about-mosaic-item {
    margin: 0;
    overflow: hidden;
    background: var(--mist);
    grid-column: span 2;
}
.about-mosaic-item--wide {
    grid-column: span 3;
}
.about-mosaic-item--tall {
    grid-row: span 2;
}
.about-mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.1s var(--ease);
}
.about-mosaic-item:hover img {
    transform: scale(1.06);
}
.about-products-head,
.about-section-head {
    max-width: 720px;
    margin: 0 auto 2.5rem;
    padding: 0 1.75rem;
    text-align: center;
}
.about-products-head h2,
.about-section-head h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--forest);
    margin: 0 0 0.75rem;
}
.about-products-head p:last-child,
.about-section-head p:last-child {
    color: var(--muted);
    font-weight: 300;
    line-height: 1.65;
    margin: 0;
}
.about-product-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.75rem;
}
.about-product-shot {
    display: block;
    color: inherit;
    text-decoration: none;
}
.about-product-media {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--mist);
    margin-bottom: 0.85rem;
}
.about-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s var(--ease);
}
.about-product-shot:hover .about-product-media img {
    transform: scale(1.05);
}
.about-product-shot h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--forest);
    margin: 0;
}
.about-leadership {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(3.5rem, 8vw, 6rem) 1.75rem;
}
.about-leaders {
    display: grid;
    gap: clamp(2.5rem, 6vw, 4.5rem);
}
.about-leader {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}
.about-leader:nth-child(even) {
    grid-template-columns: 1.1fr 0.9fr;
}
.about-leader:nth-child(even) .about-leader-photo {
    order: 2;
}
.about-leader-photo {
    margin: 0;
    overflow: hidden;
    background: var(--mist);
    min-height: 420px;
}
.about-leader-photo img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.about-leader-role {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--champagne);
    margin: 0 0 0.55rem;
}
.about-leader-copy h3 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 400;
    color: var(--forest);
    margin: 0 0 1rem;
    line-height: 1.1;
}
.about-leader-copy p {
    color: var(--muted);
    font-weight: 300;
    line-height: 1.75;
    margin: 0 0 1.25rem;
}
.about-linkedin {
    display: inline-flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0 1rem;
    border: 1px solid rgba(20, 36, 26, 0.2);
    color: var(--forest);
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.25s var(--ease), color 0.25s var(--ease);
}
.about-linkedin:hover {
    background: var(--forest);
    color: var(--linen);
}
.about-linkedin--quiet {
    min-height: auto;
    padding: 0;
    border: 0;
    font-size: 0.72rem;
    opacity: 0.75;
}
.about-linkedin--quiet:hover {
    background: transparent;
    color: var(--forest);
    opacity: 1;
}
.about-soft-band {
    padding: clamp(2.5rem, 6vw, 4.5rem) 1.75rem;
    background: rgba(233, 240, 234, 0.35);
}
.about-soft-band--team {
    background: transparent;
}
.about-people {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}
.about-people--soft .about-person,
.about-people--quiet .about-person {
    opacity: 0.72;
    text-align: center;
}
.about-people--quiet .about-person-photo {
    width: 5.75rem;
    height: 5.75rem;
    box-shadow: none;
}
.about-people--quiet .about-person h3 {
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.about-leadership .about-leader {
    position: relative;
}
.about-leadership .about-leader-photo {
    box-shadow: 0 28px 70px rgba(20, 36, 26, 0.16);
}
.about-leadership .about-leader-copy h3 {
    letter-spacing: -0.02em;
}
.about-person-photo {
    width: 7.5rem;
    height: 7.5rem;
    margin: 0 auto 0.85rem;
    border-radius: 50%;
    overflow: hidden;
    background: var(--mist);
    display: grid;
    place-items: center;
}
.about-person-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-person-initial {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--sage);
}
.about-person h3 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--forest);
    margin: 0 0 0.25rem;
}
.about-person-role {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin: 0 0 0.5rem;
}

@keyframes brandKen {
    from { transform: scale(1.04) translate3d(0, 0, 0); }
    to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}
@media (max-width: 900px) {
    .brand-split,
    .brand-pillars,
    .contact-pro,
    .about-journey-grid,
    .about-product-rail,
    .about-leader,
    .about-leader:nth-child(even),
    .about-people { grid-template-columns: 1fr; }
    .about-leader:nth-child(even) .about-leader-photo { order: 0; }
    .about-product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: minmax(160px, 42vw);
    }
    .about-mosaic-item,
    .about-mosaic-item--wide,
    .about-mosaic-item--tall {
        grid-column: span 1;
        grid-row: span 1;
    }
    .about-mosaic-item--tall:nth-child(1),
    .about-mosaic-item--wide:nth-child(2) {
        grid-column: span 2;
    }
    .about-banner-hero img {
        max-height: none;
        object-fit: contain;
        background: #1a0a0c;
    }
    .about-people { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .brand-split-media,
    .brand-split-media img,
    .about-leader-photo,
    .about-leader-photo img { min-height: 360px; }
    .founder-portrait { margin-top: -2rem; }
    .contact-pro-list li { grid-template-columns: 1fr; gap: 0.25rem; }
}
