        @font-face {
            font-family: 'Bree Thin';
            font-style: normal;
            font-weight: 400;
            src: local('Bree Thin'), url('fonts/bree-cyrillic-thin.ttf') format('truetype');
        }
        :root {
            --bg-black: #0A0A0A;
            --oak-dark: #1C1C1C;
            --white: #FFFFFF;
            --muted: #DDDDDD;
            --nude-light: #F7F2EB;
            --nude-warm: #E2D4BF;
            --accent-gold: #B5A36A;
            --accent-silver: #A0A0A0;
            --container: 1440px;
            --ease: 320ms cubic-bezier(.22,.61,.36,1);
        }
        * { box-sizing: border-box; }
        html, body { margin: 0; padding: 0; }
        html { scroll-behavior: auto; }
        body {
            background: var(--bg-black);
            color: #F7F2EB;
            font-family: 'Bree Thin', 'Montserrat', Arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        a { color: inherit; text-decoration: none; }
        button, input { font: inherit; }

        .hero, .manifest, .collection, .refills, .candles, .future, .packaging, .faq { position: relative; }

        .hero {
            min-height: var(--app-height, 100vh);
            overflow: hidden;
            background: var(--bg-black);
            isolation: isolate;
        }
        .hero__video, .hero__overlay, .hero__vignette {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: var(--app-height, 100vh);
        }
        .hero__video {
            object-fit: cover;
            object-position: center center;
            z-index: -3;
            background:
                    radial-gradient(circle at 50% 45%, rgba(181,163,106,.18), transparent 28%),
                    linear-gradient(180deg, rgba(74,91,78,.55), rgba(10,10,10,.9));
            will-change: transform;
        }
        .hero__overlay { background: rgba(0,0,0,.40); z-index: -2; }
        .hero__vignette {
            background: radial-gradient(ellipse at center, rgba(0,0,0,.10) 0%, rgba(0,0,0,.52) 100%);
            z-index: -1;
            pointer-events: none;
            will-change: transform;
        }
        .media-fade {
            opacity: 1;
            filter: none;
            transition: opacity .7s ease, filter .7s ease, transform .7s ease;
        }
        .media-fade.is-loaded {
            opacity: 1;
            filter: blur(0);
        }

        .hero__inner, .manifest__inner, .collection__inner, .refills__inner, .candles__inner, .future__inner, .packaging__inner, .faq__inner {
            width: min(100%, var(--container));
            margin: 0 auto;
            padding-left: 120px;
            padding-right: 120px;
        }

        .hero__inner {
            position: relative;
            min-height: var(--app-height, 100vh);
            padding-top: 60px;
            padding-bottom: 72px;
            display: flex;
            flex-direction: column;
        }
        .topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }
        .logo {
            display: inline-flex;
            align-items: center;
            white-space: nowrap;
        }
        .logo__image {
            display: block;
            width: 176px;
            background: transparent;
        }
        .logo__image svg,
        .logo__image img {
            display: block;
            width: 100%;
            height: auto;
        }
        .nav { display: flex; align-items: center; gap: 38px; }
        .nav a {
            font-size: 14px;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: .18em;
            color: rgba(255,255,255,.92);
            transition: opacity var(--ease);
        }
        .nav a:hover { opacity: .68; }
        .burger {
            display: none;
            width: 48px;
            height: 48px;
            padding: 0;
            border: 1px solid rgba(255,255,255,.35);
            border-radius: 999px;
            background: rgba(255,255,255,.04);
            color: var(--white);
            align-items: center;
            justify-content: center;
            cursor: pointer;
            backdrop-filter: blur(8px);
        }
        .burger__lines {
            position: relative;
            width: 18px;
            height: 12px;
            display: block;
        }
        .burger__lines::before, .burger__lines::after, .burger__lines span {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 1px;
            background: currentColor;
        }
        .burger__lines::before { top: 0; }
        .burger__lines span { top: 5px; }
        .burger__lines::after { top: 10px; }
        .mobile-menu {
            position: absolute;
            top: 84px;
            right: 20px;
            left: 20px;
            padding: 18px;
            border: 1px solid rgba(255,255,255,.14);
            border-radius: 20px;
            background: rgba(10,10,10,.82);
            backdrop-filter: blur(12px);
            display: none;
            flex-direction: column;
            gap: 14px;
            z-index: 5;
        }
        .mobile-menu a {
            display: block;
            padding: 12px 4px;
            font-size: 14px;
            line-height: 1;
            letter-spacing: .14em;
            text-transform: uppercase;
            border-bottom: 1px solid rgba(255,255,255,.08);
        }
        .mobile-menu a:last-child { border-bottom: none; }
        .mobile-menu.is-open { display: flex; }
        .hero__content {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .hero__text { max-width: 980px; animation: fadeUp .9s var(--ease) both; }
        .eyebrow {
            margin-bottom: 18px;
            font-size: 12px;
            line-height: 1;
            letter-spacing: .28em;
            text-transform: uppercase;
            color: rgba(255,255,255,.68);
        }
        .title {
            margin: 0;
            font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
            font-weight: 400;
            font-size: clamp(48px, 5vw, 72px);
            line-height: 1.2;
            letter-spacing: .02em;
            text-wrap: balance;
        }
        .subtitle {
            max-width: 760px;
            margin: 28px auto 0;
            font-size: 18px;
            line-height: 1.6;
            color: var(--muted);
            animation: fadeUp .9s var(--ease) .16s both;
        }
        .actions {
            margin-top: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            animation: fadeUp .9s var(--ease) .3s both;
        }
        .btn {
            min-height: 52px;
            padding: 14px 32px;
            border: 1px solid rgba(255,255,255,.92);
            background: transparent;
            color: var(--white);
            font-size: 14px;
            line-height: 1;
            letter-spacing: .14em;
            text-transform: uppercase;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: background-color var(--ease), color var(--ease), box-shadow var(--ease), transform var(--ease);
            cursor: pointer;
        }
        .btn:hover {
            background: var(--white);
            color: #000;
            box-shadow: 0 0 22px rgba(255,255,255,.14);
            transform: translateY(-1px);
        }
        .hero__note {
            position: absolute;
            bottom: 32px;
            left: 120px;
            font-size: 12px;
            letter-spacing: .16em;
            text-transform: uppercase;
            color: rgba(255,255,255,.48);
        }

        .manifest {
            background:
                linear-gradient(180deg, rgba(12,12,12,.58) 0%, rgba(12,12,12,.42) 36%, rgba(12,12,12,.68) 100%),
                url('images/about-brand.jpg') center center / cover no-repeat;
            color: #F5F1E8;
            isolation: isolate;
            overflow: hidden;
        }
        .manifest::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            pointer-events: none;
            background:
                radial-gradient(circle at 18% 22%, rgba(255,255,255,.08) 0, rgba(255,255,255,0) 24%),
                radial-gradient(circle at 78% 30%, rgba(181,163,106,.16) 0, rgba(181,163,106,0) 22%),
                linear-gradient(90deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,.22) 100%);
        }
        .manifest__inner { padding-top: 112px; padding-bottom: 128px; position: relative; z-index: 1; }
        .manifest__heading-wrap { display: grid; gap: 10px; margin-bottom: 56px; }
        .manifest__eyebrow, .collection__eyebrow, .refills__eyebrow, .packaging__eyebrow, .faq__eyebrow {
            font-size: 12px;
            line-height: 1;
            letter-spacing: .24em;
            text-transform: uppercase;
            color: rgba(255,255,255,.66);
        }
        .manifest__title {
            margin: 0;
            font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
            font-weight: 400;
            font-size: 36px;
            line-height: 1.1;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: #F7F2EB;
        }
        .manifest__story {
            width: 100%;
            max-width: none;
            padding: 42px 0 0;
            background: transparent;
            border: 0;
            backdrop-filter: none;
            box-shadow: none;
        }
        .manifest__subtitle {
            margin: 0 0 22px;
            font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
            font-size: 30px;
            line-height: 1.18;
            font-weight: 400;
            color: #F7F2EB;
        }
        .manifest__copy {
            display: grid;
            gap: 18px;
        }
        .manifest__copy p {
            margin: 0;
            font-size: 16px;
            line-height: 1.72;
            color: rgba(255,255,255,.92);
        }

        .collection { background: var(--nude-light); color: #111111; }
        .collection__inner { padding-top: 112px; padding-bottom: 132px; }
        .collection__heading { margin-bottom: 56px; }
        .collection__eyebrow { margin-bottom: 12px; }
        .collection__title, .refills__title, .candles__title, .future__title, .packaging__title, .faq__title {
            margin: 0;
            font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
            font-weight: 400;
            font-size: 48px;
            line-height: 1.12;
            color: #111111;
            letter-spacing: .01em;
            text-wrap: balance;
        }
        .collection__grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 40px;
            align-items: stretch;
        }
        .product-card { display: flex; flex-direction: column; background: var(--nude-light); }
        .product-card__media-wrap { overflow: hidden; background: var(--nude-light); }
        .product-card__media {
            position: relative;
            aspect-ratio: 4 / 5;
            overflow: hidden;
            background: linear-gradient(180deg, #FBF7F0 0%, var(--nude-light) 100%);
            transition: transform var(--ease), box-shadow var(--ease);
        }
        .product-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--ease); }
        .product-card__view360 {
            position: absolute; top: 18px; right: 18px; min-width: 58px; height: 34px; padding: 0 12px;
            border: 1px solid rgba(17,17,17,.12); border-radius: 999px; background: rgba(255,255,255,.88); color: #111111;
            font-size: 12px; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); cursor: pointer;
            transition: background-color var(--ease), border-color var(--ease), transform var(--ease);
        }
        .product-card__view360:hover { background: #FFFFFF; border-color: rgba(181,163,106,.5); transform: translateY(-1px); }
        .product-card__body { padding: 24px 8px 0; background: var(--nude-light); }
        .product-card__title {
            margin: 0 0 10px; font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif; font-size: 28px; line-height: 1.15; font-weight: 400; color: #121212;
        }
        .product-card__desc { margin: 0 0 18px; font-size: 16px; line-height: 1.6; color: #4A4A4A; }
        .product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
        .product-card__meta--stack { align-items: flex-start; flex-direction: column; gap: 10px; }
        .product-card__price { font-size: 18px; line-height: 1; letter-spacing: .04em; color: #111111; }
        .product-card__badge {
            display: inline-flex; align-items: center; min-height: 32px; padding: 6px 12px; border-radius: 999px;
            background: rgba(181,163,106,.14); color: #7D6A32; font-size: 12px; text-transform: uppercase; letter-spacing: .12em;
        }
        .product-card__actions { margin-top: 18px; opacity: 0; transform: translateY(10px); transition: opacity var(--ease), transform var(--ease); pointer-events: none; }
        .product-card__actions--visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
        .product-card__btn {
            display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px;
            border: 1px solid #111111; color: #111111; background: transparent; font-size: 13px; text-transform: uppercase;
            letter-spacing: .14em; transition: background-color var(--ease), color var(--ease), box-shadow var(--ease), transform var(--ease);
        }
        .product-card__btn:hover { background: #111111; color: #F7F2EB; transform: translateY(-1px); box-shadow: 0 14px 28px rgba(0,0,0,.08); }
        .product-card:hover .product-card__media { transform: scale(1.02); box-shadow: 0 24px 48px rgba(0,0,0,.08); }
        .product-card:hover .product-card__media img { transform: scale(1.02); }
        .product-card:hover .product-card__actions { opacity: 1; transform: translateY(0); pointer-events: auto; }

        .droplet {
            background: linear-gradient(180deg, #F7F4EE 0%, #ECE6DC 100%);
            color: #111111;
        }
        .droplet__inner {
            width: min(100%, var(--container));
            margin: 0 auto;
            padding-top: 112px;
            padding-bottom: 132px;
            padding-left: 120px;
            padding-right: 120px;
        }
        .droplet__layout {
            display: grid;
            grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
            gap: 52px;
            align-items: start;
        }
        .droplet__layout--stacked {
            grid-template-columns: 1fr;
            gap: 32px;
        }
        .droplet__hero {
            display: grid;
            gap: 12px;
        }
        .droplet__content { max-width: 640px; }
        .droplet__content--wide { max-width: none; }
        .droplet__content--flow { display: block; }
        .droplet__eyebrow {
            margin-bottom: 12px;
            font-size: 12px;
            line-height: 1;
            letter-spacing: .24em;
            text-transform: uppercase;
            color: rgba(17,17,17,.42);
        }
        .droplet__title {
            margin: 0 0 22px;
            font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
            font-weight: 400;
            font-size: 46px;
            line-height: 1.08;
            color: #111111;
        }
        .droplet__lead,
        .droplet__text {
            margin: 0;
            font-size: 17px;
            line-height: 1.72;
            color: #343434;
        }
        .droplet__info-block {
            margin-top: 28px;
            padding-top: 24px;
            border-top: 1px solid rgba(17,17,17,.10);
        }
        .droplet__info-block--inline {
            clear: both;
        }
        .droplet__subtitle {
            margin: 0 0 12px;
            font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
            font-size: 28px;
            line-height: 1.15;
            font-weight: 400;
            color: #171717;
        }
        .droplet__gallery-wrap {
            min-width: 0;
        }
        .droplet__gallery-wrap--wide {
            width: 100%;
        }
        .droplet__gallery-slider {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            gap: 16px;
            align-items: center;
        }
        .droplet__gallery-viewport {
            min-width: 0;
            overflow: hidden;
        }
        .droplet__gallery {
            display: flex;
            flex-wrap: nowrap;
            gap: 18px;
            overflow-x: auto;
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .droplet__gallery::-webkit-scrollbar {
            display: none;
        }
        .droplet__gallery-nav {
            width: 52px;
            height: 52px;
            border: 1px solid rgba(17,17,17,.14);
            border-radius: 999px;
            background: rgba(255,255,255,.92);
            color: #111111;
            font-size: 28px;
            line-height: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform var(--ease), opacity var(--ease), box-shadow var(--ease), border-color var(--ease);
        }
        .droplet__gallery-nav:hover {
            transform: translateY(-1px);
            border-color: rgba(17,17,17,.28);
            box-shadow: 0 14px 28px rgba(0,0,0,.08);
        }
        .droplet__gallery-nav:disabled {
            opacity: .28;
            cursor: default;
            transform: none;
            box-shadow: none;
        }
        .droplet__card {
            position: relative;
            flex: 0 0 clamp(220px, 24vw, 310px);
            border: 0;
            padding: 0;
            margin: 0;
            background: transparent;
            text-align: left;
            cursor: zoom-in;
        }
        .droplet__card-media {
            position: relative;
            display: block;
        }
        .droplet__card-badge {
            position: absolute;
            right: 12px;
            bottom: 12px;
            z-index: 1;
            padding: 6px 10px;
            border-radius: 999px;
            background: rgba(17,17,17,.82);
            color: #F7F2EB;
            font-size: 10px;
            line-height: 1;
            letter-spacing: .14em;
            text-transform: uppercase;
        }
        .droplet__card--float {
            float: right;
            width: min(31.5%, 360px);
            margin: 0 0 24px 32px;
        }
        .droplet__image {
            width: 100%;
            aspect-ratio: 4 / 5;
            object-fit: cover;
            display: block;
            box-shadow: 0 20px 42px rgba(0,0,0,.10);
            transition: transform var(--ease), box-shadow var(--ease);
        }
        .droplet__card:hover .droplet__image {
            transform: translateY(-2px) scale(1.01);
            box-shadow: 0 28px 56px rgba(0,0,0,.14);
        }
        .gallery-lightbox {
            position: fixed;
            inset: 0;
            z-index: 110;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px;
            background: rgba(8,8,8,.78);
            backdrop-filter: blur(12px);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity var(--ease), visibility var(--ease);
        }
        .gallery-lightbox.is-open {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }
        .gallery-lightbox--immersive {
            padding: 0;
        }
        .gallery-lightbox__dialog {
            position: relative;
            width: min(1180px, 100%);
            background: #F8F5EE;
            border: 1px solid rgba(17,17,17,.08);
            box-shadow: 0 36px 90px rgba(0,0,0,.24);
            display: grid;
            grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
            overflow: hidden;
        }
        .gallery-lightbox__close {
            position: absolute;
            top: 18px;
            right: 18px;
            width: 42px;
            height: 42px;
            border: 1px solid rgba(17,17,17,.14);
            border-radius: 999px;
            background: rgba(255,255,255,.9);
            color: #111111;
            font-size: 20px;
            line-height: 1;
            cursor: pointer;
            z-index: 3;
        }
        .gallery-lightbox__nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 48px;
            height: 48px;
            border: 1px solid rgba(17,17,17,.14);
            border-radius: 999px;
            background: rgba(255,255,255,.92);
            color: #111111;
            font-size: 28px;
            line-height: 1;
            cursor: pointer;
            z-index: 3;
        }
        .gallery-lightbox__nav--prev { left: 20px; }
        .gallery-lightbox__nav--next { right: 20px; }
        .gallery-lightbox__media {
            min-height: 70vh;
            background: linear-gradient(180deg, #FFFFFF 0%, #EFEAE0 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 56px;
        }
        .gallery-lightbox__image,
        .gallery-lightbox__video {
            width: 100%;
            max-width: 760px;
            max-height: calc(70vh - 40px);
            object-fit: contain;
            display: none;
        }
        .gallery-lightbox__image.is-visible,
        .gallery-lightbox__video.is-visible {
            display: block;
        }
        .gallery-lightbox__spin {
            width: 100%;
            max-width: 980px;
            max-height: calc(70vh - 40px);
            display: none;
            align-items: center;
            justify-content: center;
            position: relative;
            cursor: grab;
            user-select: none;
        }
        .gallery-lightbox__spin.is-visible {
            display: flex;
        }
        .gallery-lightbox__spin.is-dragging {
            cursor: grabbing;
        }
        .gallery-lightbox__spin-image {
            width: 100%;
            max-height: calc(70vh - 40px);
            object-fit: contain;
            display: block;
            pointer-events: none;
        }
        .gallery-lightbox__spin-hint {
            position: absolute;
            left: 50%;
            bottom: 18px;
            transform: translateX(-50%);
            padding: 8px 14px;
            border-radius: 999px;
            background: rgba(17,17,17,.68);
            color: #F7F2EB;
            font-size: 11px;
            line-height: 1;
            letter-spacing: .12em;
            text-transform: uppercase;
            white-space: nowrap;
            pointer-events: none;
        }
        .gallery-lightbox__panel {
            padding: 56px 36px 36px;
            border-left: 1px solid rgba(17,17,17,.08);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            background: rgba(255,255,255,.54);
        }
        .gallery-lightbox__eyebrow {
            margin: 0 0 10px;
            font-size: 12px;
            line-height: 1;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: rgba(17,17,17,.46);
        }
        .gallery-lightbox__title {
            margin: 0;
            font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
            font-size: 30px;
            line-height: 1.14;
            font-weight: 400;
            color: #111111;
        }
        .gallery-lightbox__counter {
            margin: 16px 0 0;
            font-size: 12px;
            line-height: 1;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: rgba(17,17,17,.42);
        }
        .gallery-lightbox__thumbs {
            margin-top: 24px;
            display: grid;
            gap: 12px;
            max-height: 44vh;
            overflow-y: auto;
            padding-right: 6px;
        }
        .gallery-lightbox__thumbs::-webkit-scrollbar {
            width: 8px;
        }
        .gallery-lightbox__thumbs::-webkit-scrollbar-thumb {
            background: rgba(17,17,17,.18);
            border-radius: 999px;
        }
        .gallery-lightbox__thumb {
            width: 100%;
            border: 1px solid rgba(17,17,17,.12);
            background: rgba(255,255,255,.9);
            padding: 8px;
            display: grid;
            grid-template-columns: 76px minmax(0, 1fr);
            gap: 12px;
            align-items: center;
            text-align: left;
            cursor: pointer;
            transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
        }
        .gallery-lightbox__thumb:hover {
            transform: translateY(-1px);
            border-color: rgba(17,17,17,.3);
            box-shadow: 0 12px 24px rgba(0,0,0,.08);
        }
        .gallery-lightbox__thumb.is-active {
            border-color: rgba(17,17,17,.48);
            box-shadow: 0 0 0 1px rgba(17,17,17,.18);
        }
        .gallery-lightbox__thumb-media {
            position: relative;
            display: block;
        }
        .gallery-lightbox__thumb-image {
            width: 100%;
            aspect-ratio: 1;
            object-fit: cover;
            display: block;
        }
        .gallery-lightbox__thumb-badge {
            position: absolute;
            right: 6px;
            bottom: 6px;
            padding: 4px 8px;
            border-radius: 999px;
            background: rgba(17,17,17,.82);
            color: #F7F2EB;
            font-size: 10px;
            line-height: 1;
            letter-spacing: .12em;
            text-transform: uppercase;
        }
        .gallery-lightbox__thumb-label {
            font-size: 12px;
            line-height: 1.45;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: rgba(17,17,17,.7);
        }
        .gallery-lightbox--immersive .gallery-lightbox__dialog {
            width: 100%;
            height: 100%;
            max-width: none;
            background: transparent;
            border: 0;
            box-shadow: none;
            display: block;
        }
        .gallery-lightbox--immersive .gallery-lightbox__media {
            min-height: 100vh;
            height: 100vh;
            padding: 84px 88px 110px;
            background: transparent;
        }
        .gallery-lightbox--immersive .gallery-lightbox__image,
        .gallery-lightbox--immersive .gallery-lightbox__video,
        .gallery-lightbox--immersive .gallery-lightbox__spin {
            max-width: min(90vw, 1440px);
            max-height: calc(100vh - 180px);
        }
        .gallery-lightbox--immersive .gallery-lightbox__spin-image {
            max-height: calc(100vh - 180px);
        }
        .gallery-lightbox--immersive .gallery-lightbox__panel {
            position: absolute;
            left: 24px;
            bottom: 24px;
            max-width: min(420px, calc(100vw - 48px));
            padding: 18px 20px;
            border: 0;
            background: rgba(17,17,17,.56);
            backdrop-filter: blur(10px);
        }
        .gallery-lightbox--immersive .gallery-lightbox__eyebrow,
        .gallery-lightbox--immersive .gallery-lightbox__thumbs {
            display: none;
        }
        .gallery-lightbox--immersive .gallery-lightbox__title {
            color: #F7F2EB;
            font-size: 24px;
        }
        .gallery-lightbox--immersive .gallery-lightbox__counter {
            margin-top: 10px;
            color: rgba(247,242,235,.72);
        }
        .gallery-lightbox--panel-hidden .gallery-lightbox__panel {
            display: none;
        }

        .interior {
            background: var(--nude-light);
            color: #111111;
        }
        .interior__inner {
            width: min(100%, var(--container));
            margin: 0 auto;
            padding: 112px 120px 132px;
        }
        .interior__heading {
            margin-bottom: 42px;
        }
        .interior__eyebrow {
            margin-bottom: 12px;
            font-size: 12px;
            line-height: 1;
            letter-spacing: .24em;
            text-transform: uppercase;
            color: rgba(17,17,17,.42);
        }
        .interior__title {
            margin: 0;
            font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
            font-weight: 400;
            font-size: 48px;
            line-height: 1.12;
            color: #111111;
        }
        .interior__gallery {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 18px;
        }
        .interior__card {
            border: 0;
            padding: 0;
            margin: 0;
            background: transparent;
            cursor: zoom-in;
        }
        .interior__image {
            width: 100%;
            aspect-ratio: 4 / 5;
            object-fit: cover;
            display: block;
            box-shadow: 0 20px 42px rgba(0,0,0,.10);
            transition: transform var(--ease), box-shadow var(--ease);
        }
        .interior__card:hover .interior__image {
            transform: translateY(-2px) scale(1.01);
            box-shadow: 0 28px 56px rgba(0,0,0,.14);
        }

        .refills { background: var(--nude-warm); color: #111111; }
        .refills__inner { padding-top: 112px; padding-bottom: 132px; }
        .refills__heading { margin-bottom: 52px; max-width: 760px; }
        .refills__eyebrow { margin-bottom: 12px; }
        .refills__title { margin-bottom: 18px; }
        .refills__subtitle, .packaging__subtitle { margin: 0; font-size: 18px; line-height: 1.6; color: #4A4A4A; }
        .refills__layout {
            display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 56px; align-items: center;
        }
        .refills__media {
            position: relative; min-height: 680px; background: linear-gradient(180deg, #F8F6F0 0%, #ECE8DF 100%);
            overflow: hidden; box-shadow: 0 28px 70px rgba(0,0,0,.08);
        }
        .refills__media::before {
            content: ""; position: absolute; inset: 0;
            background: radial-gradient(circle at 20% 18%, rgba(255,255,255,.75) 0, rgba(255,255,255,0) 22%), radial-gradient(circle at 72% 20%, rgba(255,255,255,.52) 0, rgba(255,255,255,0) 16%), radial-gradient(circle at 78% 74%, rgba(255,255,255,.4) 0, rgba(255,255,255,0) 14%);
            pointer-events: none; z-index: 1;
        }
        .refills__shot {
            position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.02); transition: opacity 360ms ease, transform 520ms ease;
        }
        .refills__shot.is-active { opacity: 1; transform: scale(1); }
        .refills__shot.media-fade { filter: none; }
        .refills__shot.media-fade.is-loaded { opacity: 0; }
        .refills__shot.media-fade.is-active.is-loaded { opacity: 1; }
        .refills__panel { display: flex; flex-direction: column; gap: 28px; }
        .refills__text { font-size: 16px; line-height: 1.7; color: #3F3F3F; }
        .refills__text p { margin: 0 0 14px; }
        .refills__text p:last-child { margin-bottom: 0; }
        .refills__aromas-title, .refills__steps-title {
            margin: 0 0 14px; font-size: 13px; line-height: 1; text-transform: uppercase; letter-spacing: .18em; color: rgba(17,17,17,.46);
        }
        .refills__pills { display: flex; flex-wrap: wrap; gap: 12px; }
        .refills__pill {
            min-height: 44px; padding: 10px 16px; border: 1px solid rgba(17,17,17,.14); border-radius: 999px; background: rgba(255,255,255,.74);
            display: inline-flex; align-items: center; gap: 10px; color: #111111; font-size: 14px; line-height: 1; letter-spacing: .02em; cursor: pointer;
            transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease), background-color var(--ease);
        }
        .refills__pill:hover { transform: translateY(-1px); border-color: rgba(181,163,106,.42); box-shadow: 0 10px 20px rgba(0,0,0,.05); }
        .refills__pill.is-active { background: #FFFFFF; border-color: rgba(181,163,106,.56); box-shadow: 0 14px 30px rgba(0,0,0,.06); }
        .refills__dot { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 auto; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
        .refills__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
        .refills__step { padding: 18px 18px 16px; border: 1px solid rgba(17,17,17,.08); background: rgba(255,255,255,.72); }
        .refills__step-icon { width: 42px; height: 42px; margin-bottom: 14px; color: var(--accent-silver); }
        .refills__step-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; fill: none; }
        .refills__step-title { margin: 0 0 8px; font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif; font-size: 22px; line-height: 1.15; font-weight: 400; color: #161616; }
        .refills__step-text { margin: 0; font-size: 14px; line-height: 1.6; color: #4A4A4A; }
        .refills__actions { padding-top: 6px; }
        .refills__btn {
            min-height: 52px; padding: 14px 28px; border: 1px solid #111111; background: transparent; color: #111111; font-size: 14px; line-height: 1;
            text-transform: uppercase; letter-spacing: .14em; display: inline-flex; align-items: center; justify-content: center;
            transition: background-color var(--ease), color var(--ease), box-shadow var(--ease), transform var(--ease);
        }
        .refills__btn:hover { background: #111111; color: #F7F2EB; box-shadow: 0 14px 28px rgba(0,0,0,.08); transform: translateY(-1px); }

        .candles {
            min-height: 100vh; color: #F7F2EB; background: var(--oak-dark); overflow: hidden; isolation: isolate;
        }
        .candles__bg, .candles__overlay, .candles__glow { position: absolute; inset: 0; width: 100%; height: 100%; }
        .candles__bg { object-fit: cover; z-index: -3; filter: saturate(.92) contrast(1.02); will-change: transform, opacity; }
        .candles__overlay { z-index: -2; background: linear-gradient(180deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.62) 42%, rgba(0,0,0,.74) 100%); }
        .candles__glow {
            z-index: -1; pointer-events: none;
            background: radial-gradient(circle at 28% 24%, rgba(244,180,92,.22) 0, rgba(244,180,92,0) 24%), radial-gradient(circle at 62% 18%, rgba(255,218,168,.16) 0, rgba(255,218,168,0) 18%), radial-gradient(circle at 50% 55%, rgba(255,255,255,.06) 0, rgba(255,255,255,0) 32%);
            will-change: transform;
        }
        .candles__inner {
            position: relative; min-height: 100vh; padding-top: 112px; padding-bottom: 120px; display: flex; flex-direction: column; justify-content: center;
        }
        .candles__heading { max-width: 760px; margin-bottom: 52px; }
        .candles__eyebrow {
            margin-bottom: 12px; font-size: 12px; line-height: 1; letter-spacing: .24em; text-transform: uppercase; color: rgba(255,255,255,.56);
        }
        .candles__title { margin-bottom: 16px; color: #F7F2EB; }
        .candles__subtitle { margin: 0; max-width: 620px; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.82); }
        .candles__grid {
            display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-bottom: 34px;
        }
        .candle-card {
            padding: 28px 24px 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px);
            box-shadow: 0 22px 50px rgba(0,0,0,.18); transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
        }
        .candle-card:hover { transform: translateY(-3px); border-color: rgba(181,163,106,.34); box-shadow: 0 28px 56px rgba(0,0,0,.24); }
        .candle-card__icon { width: 44px; height: 44px; margin-bottom: 16px; color: rgba(255,255,255,.78); }
        .candle-card__icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; fill: none; }
        .candle-card__title { margin: 0 0 12px; font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif; font-size: 28px; line-height: 1.1; font-weight: 400; color: #F7F2EB; }
        .candle-card__desc { margin: 0 0 18px; font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.78); }
        .candle-card__meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin-bottom: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }
        .candle-card__meta-item span { display: block; }
        .candle-card__meta-label { margin-bottom: 6px; font-size: 11px; line-height: 1; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.46); }
        .candle-card__meta-value { font-size: 16px; line-height: 1.4; color: #F7F2EB; }
        .candle-card__aromas-title { margin: 0 0 12px; font-size: 11px; line-height: 1; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.46); }
        .candle-card__aromas { display: flex; flex-wrap: wrap; gap: 10px; }
        .candle-card__aroma {
            width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); cursor: pointer;
            transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
        }
        .candle-card__aroma:hover, .candle-card__aroma.is-active { transform: scale(1.08); border-color: rgba(255,255,255,.56); box-shadow: 0 0 0 4px rgba(255,255,255,.08); }
        .candles__actions { display: flex; justify-content: flex-start; }
        .candles__btn {
            min-height: 52px; padding: 14px 28px; border: 1px solid rgba(255,255,255,.94); background: transparent; color: #F7F2EB;
            font-size: 14px; line-height: 1; text-transform: uppercase; letter-spacing: .14em; display: inline-flex; align-items: center; justify-content: center;
            transition: background-color var(--ease), color var(--ease), box-shadow var(--ease), transform var(--ease);
        }
        .candles__btn:hover { background: #FFFFFF; color: #111111; box-shadow: 0 14px 28px rgba(255,255,255,.12); transform: translateY(-1px); }

        .future { background: var(--oak-dark); color: #F7F2EB; overflow: hidden; }
        .future__inner { padding-top: 120px; padding-bottom: 140px; text-align: center; }
        .future__title { margin-bottom: 16px; color: #F7F2EB; }
        .future__subtitle { margin: 0 0 80px; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.72); }
        .future__visuals {
            display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-bottom: 72px; align-items: end;
        }
        .future__item {
            opacity: .18; transform: translateY(28px) scale(.98); transition: opacity .9s ease, transform .9s ease, filter .9s ease; filter: blur(10px);
        }
        .future__item.is-visible { opacity: .9; transform: translateY(0) scale(1); filter: blur(0); }
        .future__ghost {
            height: 260px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; filter: blur(2px); opacity: .75;
            background: radial-gradient(circle at center, rgba(255,255,255,.08) 0, rgba(255,255,255,0) 60%);
        }
        .future__ghost svg {
            width: 132px; height: 132px; stroke: rgba(255,255,255,.62); stroke-width: 1.2; fill: none; transition: opacity .9s ease, transform .9s ease;
        }
        .future__item.is-visible .future__ghost svg { transform: scale(1.04); opacity: .95; }
        .future__caption { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.68); }
        .future__form { max-width: 560px; margin: 0 auto; }
        .future__inputs { display: grid; grid-template-columns: repeat(2, 275px); justify-content: center; gap: 12px; margin-bottom: 14px; }
        .future__input {
            width: 275px; min-width: 275px; min-height: 52px; padding: 14px 16px; background: transparent; border: 1px solid rgba(255,255,255,.18); color: #F7F2EB; font-size: 14px; outline: none;
        }
        .future__input::placeholder { color: rgba(255,255,255,.42); }
        .future__counter { margin-bottom: 20px; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.52); }
        .future__btn {
            width: 100%; min-height: 52px; border: 1px solid #FFFFFF; background: transparent; color: #F7F2EB; font-size: 14px; letter-spacing: .14em; text-transform: uppercase;
            transition: background-color var(--ease), color var(--ease), transform var(--ease);
        }
        .future__btn:hover { background: #FFFFFF; color: #111111; transform: translateY(-1px); }

        .packaging { background: var(--nude-warm); color: #111111; }
        .packaging__inner { padding-top: 112px; padding-bottom: 132px; }
        .packaging__heading { max-width: 760px; margin-bottom: 52px; }
        .packaging__eyebrow { margin-bottom: 12px; }
        .packaging__title { margin-bottom: 14px; }
        .packaging__layout {
            display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 42px; align-items: start;
        }
        .packaging__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
        .packaging__step {
            padding: 28px 22px 24px; background: var(--nude-light); border: 1px solid rgba(17,17,17,.08); box-shadow: 0 18px 40px rgba(0,0,0,.04); min-height: 100%;
        }
        .packaging__step-visual {
            height: 160px; margin-bottom: 18px; background: linear-gradient(180deg, #FCFCFA 0%, #F1F0EB 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
        }
        .packaging__step-visual::after {
            content: ""; position: absolute; inset: auto 22px 18px 22px; height: 18px; background: radial-gradient(ellipse at center, rgba(0,0,0,.12) 0%, rgba(0,0,0,0) 72%);
        }
        .packaging__step-icon { width: 88px; height: 88px; color: #9B9B9B; position: relative; z-index: 1; }
        .packaging__step-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; fill: none; }
        .packaging__step-index { margin-bottom: 10px; font-size: 11px; line-height: 1; letter-spacing: .18em; text-transform: uppercase; color: rgba(17,17,17,.38); }
        .packaging__step-title { margin: 0 0 10px; font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif; font-size: 24px; line-height: 1.15; font-weight: 400; color: #161616; }
        .packaging__step-text { margin: 0; font-size: 15px; line-height: 1.65; color: #474747; }
        .packaging__step-text strong { color: #111111; font-weight: 500; }
        .packaging__aside { display: flex; flex-direction: column; gap: 18px; }
        .packaging__photo {
            background: var(--nude-light); border: 1px solid rgba(17,17,17,.08); box-shadow: 0 18px 40px rgba(0,0,0,.04); overflow: hidden;
        }
        .packaging__photo img { width: 100%; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
        .packaging__note {
            padding: 22px 20px; background: var(--nude-light); border: 1px solid rgba(17,17,17,.08); font-size: 15px; line-height: 1.65; color: #4A4A4A;
        }

        .faq { background: var(--nude-light); color: #111111; }
        .faq__inner { padding-top: 112px; padding-bottom: 132px; }
        .faq__heading { margin-bottom: 42px; }
        .faq__eyebrow { margin-bottom: 12px; }
        .faq__grid {
            display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 32px; align-items: start;
        }
        .faq__column { display: grid; gap: 14px; }
        .faq-item { border-top: 1px solid rgba(17,17,17,.10); padding-top: 14px; }
        .faq-item__button {
            width: 100%; padding: 10px 0; background: transparent; border: none; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; text-align: left; cursor: pointer; color: #111111;
        }
        .faq-item__question { font-size: 22px; line-height: 1.3; font-weight: 600; color: #111111; }
        .faq-item__icon { flex: 0 0 auto; width: 26px; height: 26px; position: relative; margin-top: 2px; }
        .faq-item__icon::before, .faq-item__icon::after {
            content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 1.5px; background: #111111; transform: translate(-50%, -50%); transition: transform var(--ease), opacity var(--ease);
        }
        .faq-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
        .faq-item.is-open .faq-item__icon::after { opacity: 0; transform: translate(-50%, -50%) rotate(90deg) scaleX(.3); }
        .faq-item__answer { max-height: 0; overflow: hidden; transition: max-height .35s ease, opacity .35s ease, padding-top .35s ease, padding-bottom .35s ease; opacity: 0; padding-top: 0; padding-bottom: 0; }
        .faq-item.is-open .faq-item__answer { opacity: 1; padding-top: 8px; padding-bottom: 10px; }
        .faq-item__answer p { margin: 0; font-size: 16px; line-height: 1.5; color: #6A6A6A; padding-right: 34px; }

        .cta-signup {
            position: relative;
            background: var(--oak-dark);
            color: #F7F2EB;
            overflow: hidden;
            isolation: isolate;
        }
        .cta-signup::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -2;
            background:
                    linear-gradient(180deg, rgba(28,28,28,.72) 0%, rgba(28,28,28,.78) 58%, rgba(28,28,28,.9) 100%),
                    url('images/subscribe-bg.jpg') center center / cover no-repeat;
        }
        .cta-signup::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            background: radial-gradient(circle at 50% 28%, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 42%);
            pointer-events: none;
        }
        .cta-signup__inner {
            width: min(100%, var(--container));
            margin: 0 auto;
            padding: 120px 120px 140px;
            text-align: center;
        }
        .cta-signup__title {
            margin: 0 0 16px;
            font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
            font-size: 48px;
            line-height: 1.12;
            font-weight: 400;
            color: #F7F2EB;
        }
        .cta-signup__subtitle {
            max-width: 840px;
            margin: 0 auto 42px;
            font-size: 18px;
            line-height: 1.6;
            color: rgba(255,255,255,.76);
        }
        .cta-signup__form {
            max-width: 760px;
            margin: 0 auto 20px;
        }
        .cta-signup__fields {
            display: grid;
            grid-template-columns: 275px 275px auto;
            justify-content: center;
            gap: 12px;
            align-items: stretch;
        }
        .cta-signup__input {
            width: 275px;
            min-width: 275px;
            min-height: 56px;
            padding: 16px 18px;
            border-radius: 16px;
            border: 1px solid rgba(255,255,255,.18);
            background: rgba(255,255,255,.03);
            color: #F7F2EB;
            font-size: 15px;
            outline: none;
            transition: border-color var(--ease), box-shadow var(--ease), background-color var(--ease);
        }
        .cta-signup__input::placeholder {
            color: rgba(255,255,255,.42);
        }
        .cta-signup__input:focus {
            border-color: rgba(181,163,106,.56);
            box-shadow: 0 0 0 4px rgba(181,163,106,.08);
            background: rgba(255,255,255,.05);
        }
        .cta-signup__btn {
            min-height: 56px;
            padding: 16px 24px;
            border-radius: 16px;
            border: 1px solid #FFFFFF;
            background: transparent;
            color: #F7F2EB;
            font-size: 14px;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: .14em;
            white-space: nowrap;
            transition: background-color var(--ease), color var(--ease), transform var(--ease), box-shadow var(--ease);
        }
        .cta-signup__btn:hover {
            background: #FFFFFF;
            color: #111111;
            transform: translateY(-1px);
            box-shadow: 0 14px 28px rgba(255,255,255,.12);
        }
        .cta-signup__micro {
            margin: 0 0 26px;
            font-size: 13px;
            line-height: 1.5;
            color: rgba(255,255,255,.52);
        }
        .cta-signup__socials {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
        }
        .cta-signup__social {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 1px solid rgba(255,255,255,.16);
            background: rgba(255,255,255,.03);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: rgba(255,255,255,.88);
            transition: transform var(--ease), border-color var(--ease), background-color var(--ease), box-shadow var(--ease);
        }
        .cta-signup__social:hover {
            transform: translateY(-2px);
            border-color: rgba(181,163,106,.4);
            background: rgba(255,255,255,.06);
            box-shadow: 0 12px 24px rgba(0,0,0,.16);
        }
        .cta-signup__social svg {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }

        .viewer360 {
            position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 32px;
            background: rgba(10,10,10,.72); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; pointer-events: none;
            transition: opacity var(--ease), visibility var(--ease);
        }
        .viewer360.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
        .viewer360__dialog {
            position: relative; width: min(1120px, 100%); min-height: min(78vh, 820px); background: #F6F5F1; color: #111111;
            border: 1px solid rgba(17,17,17,.08); box-shadow: 0 40px 100px rgba(0,0,0,.24); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); overflow: hidden;
        }
        .viewer360__close {
            position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; border: 1px solid rgba(17,17,17,.14); border-radius: 999px;
            background: rgba(255,255,255,.88); color: #111111; font-size: 20px; line-height: 1; cursor: pointer; z-index: 2; transition: transform var(--ease), background-color var(--ease);
        }
        .viewer360__close:hover { background: #FFFFFF; transform: scale(1.04); }
        .viewer360__stage { position: relative; min-height: 560px; background: linear-gradient(180deg, #FFFFFF 0%, #F0EEE9 100%); overflow: hidden; user-select: none; cursor: grab; }
        .viewer360__stage.is-dragging { cursor: grabbing; }
        .viewer360__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 64px; opacity: 0; transition: opacity 120ms linear; pointer-events: none; }
        .viewer360__image.is-active { opacity: 1; }
        .viewer360__hud {
            position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
            color: rgba(17,17,17,.72); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; pointer-events: none;
        }
        .viewer360__progress { flex: 1; height: 2px; background: rgba(17,17,17,.12); position: relative; overflow: hidden; }
        .viewer360__progress-bar { position: absolute; inset: 0 auto 0 0; width: 0; background: linear-gradient(90deg, var(--accent-silver), var(--accent-gold)); }
        .viewer360__panel {
            padding: 56px 40px 40px; display: flex; flex-direction: column; justify-content: center; background: #FCFBF8; border-left: 1px solid rgba(17,17,17,.06);
        }
        .viewer360__eyebrow { margin-bottom: 14px; font-size: 12px; line-height: 1; letter-spacing: .22em; text-transform: uppercase; color: rgba(17,17,17,.42); }
        .viewer360__title { margin: 0 0 14px; font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif; font-size: 36px; line-height: 1.1; font-weight: 400; color: #121212; }
        .viewer360__text { margin: 0 0 28px; font-size: 16px; line-height: 1.65; color: #434343; }
        .viewer360__meta { display: grid; gap: 12px; margin-bottom: 32px; font-size: 14px; color: #353535; }
        .viewer360__hint { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(17,17,17,.08); font-size: 12px; line-height: 1.6; letter-spacing: .08em; text-transform: uppercase; color: rgba(17,17,17,.56); }

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

        @media (max-width: 1440px) {
            .hero__inner, .manifest__inner, .collection__inner, .droplet__inner, .interior__inner, .refills__inner, .candles__inner, .future__inner, .packaging__inner, .faq__inner {
                padding-left: 72px; padding-right: 72px;
            }
            .hero__note { left: 72px; }
        }

        @media (min-width: 1025px) {
            .cta-signup.panel {
                min-height: var(--app-height, 100vh);
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

            .manifest__inner,
            .collection__inner,
            .droplet__inner,
            .interior__inner,
            .refills__inner,
            .candles__inner,
            .packaging__inner,
            .faq__inner {
                padding-top: clamp(56px, 6vh, 96px);
                padding-bottom: clamp(56px, 6vh, 104px);
            }

            .future__inner,
            .cta-signup__inner {
                padding-top: clamp(40px, 5vh, 76px);
                padding-bottom: clamp(28px, 4vh, 48px);
            }

            .cta-signup__inner {
                flex: 1 0 auto;
                display: flex;
                flex-direction: column;
                justify-content: center;
                transform: translateY(50px);
            }

            .viewport-centered {
                min-height: var(--app-height, 100vh);
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .cta-signup .footer {
                margin-top: auto;
            }

            .cta-signup .footer__inner {
                padding-top: 20px;
                padding-bottom: 28px;
            }

            .cta-signup .footer__divider {
                margin-bottom: 18px;
            }
        }

        @media (max-width: 1200px) {
            .viewer360__dialog { grid-template-columns: 1fr; }
            .viewer360__panel { border-left: none; border-top: 1px solid rgba(17,17,17,.06); }
        }

        @media (max-width: 1024px) {
            .hero__inner, .manifest__inner, .collection__inner, .droplet__inner, .interior__inner, .refills__inner, .candles__inner, .future__inner, .packaging__inner, .faq__inner {
                width: 100%; padding-left: 32px; padding-right: 32px;
            }
            .hero__inner { padding-top: 32px; padding-bottom: 48px; }
            .manifest__inner, .collection__inner, .droplet__inner, .interior__inner, .refills__inner, .candles__inner, .future__inner, .packaging__inner, .faq__inner { padding-top: 88px; padding-bottom: 96px; }
            .nav { display: none; }
            .burger { display: inline-flex; }
            .title { font-size: clamp(44px, 6vw, 56px); }
            .subtitle { font-size: 17px; max-width: 640px; }
            .hero__note { left: 32px; bottom: 24px; }
            .collection__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
                        .collection__title, .refills__title, .candles__title, .future__title, .packaging__title, .faq__title {
                font-size: 40px;
            }
            .cta-signup__inner {
                width: 100%;
                padding: 88px 32px 96px;
            }
            .cta-signup__title {
                font-size: 40px;
            }
            .cta-signup__fields {
                grid-template-columns: 1fr 1fr;
            }
            .cta-signup__btn {
                grid-column: 1 / -1;
            }
            .refills__layout, .packaging__layout { grid-template-columns: 1fr; gap: 34px; }
            .refills__media { min-height: 540px; }
            .candles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .candles__grid .candle-card:last-child { grid-column: 1 / -1; }
            .future__visuals { grid-template-columns: repeat(3, minmax(0, 1fr)); }
            .packaging__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
            .faq__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .interior__gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
        }

        @media (max-width: 767px) {
            .viewer360 { padding: 12px; }
            .viewer360__dialog { min-height: calc(100svh - 24px); }
            .viewer360__stage { min-height: 48svh; }
            .viewer360__image { padding: 52px 20px 40px; }
            .viewer360__panel { padding: 28px 20px 24px; }
            .viewer360__title { font-size: 28px; }
            .viewer360__text { font-size: 15px; }
            .viewer360__hud { left: 16px; right: 16px; bottom: 16px; gap: 10px; font-size: 10px; }
            .viewer360__close { top: 14px; right: 14px; }
            .gallery-lightbox { padding: 12px; }
            .gallery-lightbox__media { min-height: 50svh; padding: 44px 18px 28px; }
            .gallery-lightbox__title { font-size: 24px; }
            .gallery-lightbox__close { top: 14px; right: 14px; }
            .gallery-lightbox__nav { width: 42px; height: 42px; font-size: 24px; }
            .gallery-lightbox__nav--prev { left: 14px; }
            .gallery-lightbox__nav--next { right: 14px; }
            .hero { min-height: 100svh; }
            .hero__inner, .manifest__inner, .collection__inner, .droplet__inner, .interior__inner, .refills__inner, .candles__inner, .future__inner, .packaging__inner, .faq__inner {
                padding-left: 20px; padding-right: 20px;
            }
            .hero__inner { min-height: 100svh; padding-top: 20px; padding-bottom: 28px; }
            .manifest__inner, .collection__inner, .droplet__inner, .interior__inner, .refills__inner, .candles__inner, .future__inner, .packaging__inner, .faq__inner { padding-top: 72px; padding-bottom: 80px; }
            .logo__image { width: 144px; }
            .eyebrow { margin-bottom: 16px; font-size: 11px; }
            .title { font-size: 36px; line-height: 1.2; }
            .subtitle { margin-top: 20px; font-size: 16px; line-height: 1.55; }
            .actions { margin-top: 28px; }
            .btn { width: 100%; min-height: 48px; padding: 14px 20px; }
            .hero__note { position: static; margin-top: 24px; font-size: 11px; text-align: center; }
            .manifest__heading-wrap, .collection__heading, .refills__heading, .candles__heading, .faq__heading, .packaging__heading { margin-bottom: 32px; }
            .manifest__title { font-size: 36px; line-height: 1.15; }
            .collection__title, .refills__title, .candles__title, .future__title, .packaging__title, .faq__title { font-size: 36px; line-height: 1.15; }
            .collection__grid, .candles__grid, .future__visuals, .packaging__steps, .faq__grid { grid-template-columns: 1fr; gap: 24px; }
            .interior__title { font-size: 36px; line-height: 1.15; }
            .interior__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
            .manifest__story { width: 100%; padding: 26px 0 0; }
            .manifest__subtitle { font-size: 24px; margin-bottom: 16px; }
            .manifest__copy p, .product-card__desc, .faq-item__answer p { font-size: 16px; line-height: 1.6; }
            .droplet__layout { grid-template-columns: 1fr; gap: 32px; }
            .droplet__content { max-width: none; }
            .droplet__title { font-size: 38px; margin-bottom: 18px; }
            .droplet__subtitle { font-size: 24px; }
            .droplet__lead, .droplet__text { font-size: 16px; line-height: 1.64; }
            .droplet__gallery-slider { grid-template-columns: 40px minmax(0, 1fr) 40px; gap: 10px; }
            .droplet__gallery-nav { width: 40px; height: 40px; font-size: 22px; }
            .droplet__card { flex-basis: 72vw; }
            .droplet__card--float {
                float: none;
                width: 100%;
                margin: 0 0 22px;
            }
            .gallery-lightbox__dialog { grid-template-columns: 1fr; }
            .gallery-lightbox__panel { border-left: none; border-top: 1px solid rgba(17,17,17,.08); padding: 24px 22px 22px; }
            .gallery-lightbox__thumbs { max-height: 32vh; }
            .gallery-lightbox__thumb { grid-template-columns: 64px minmax(0, 1fr); gap: 10px; }
            .gallery-lightbox--immersive .gallery-lightbox__media { padding: 74px 18px 104px; }
            .gallery-lightbox--immersive .gallery-lightbox__panel { left: 12px; right: 12px; bottom: 12px; max-width: none; }
            .gallery-lightbox--immersive .gallery-lightbox__title { font-size: 20px; }
        .product-card__body { padding: 18px 2px 0; }
            .product-card__title { font-size: 24px; }
            .product-card__meta { align-items: flex-start; flex-direction: column; gap: 10px; }
            .product-card__actions, .product-card:hover .product-card__actions { opacity: 1; transform: translateY(0); pointer-events: auto; }
            .product-card__btn, .refills__btn, .candles__btn, .future__btn { width: 100%; min-height: 48px; }
            .product-card__view360 { top: 14px; right: 14px; min-width: 64px; height: 40px; padding: 0 14px; }
            .refills__subtitle, .candles__subtitle, .future__subtitle, .packaging__subtitle { font-size: 16px; }
            .refills__media { min-height: 360px; }
            .refills__steps { grid-template-columns: 1fr; }
            .refills__pill { min-height: 48px; padding: 12px 16px; }
            .candles__inner { min-height: auto; }
            .candles__grid .candle-card:last-child { grid-column: auto; }
            .candle-card { padding: 22px 18px 20px; }
            .candle-card__title { font-size: 24px; }
            .future__subtitle { margin-bottom: 36px; }
            .future__ghost { height: 180px; }
            .future__inputs { grid-template-columns: 1fr; }
            .packaging__layout { gap: 26px; }
            .faq-item__question { font-size: 20px; }
            .faq-item__answer p { padding-right: 0; }
            .cta-signup__inner {
                padding: 72px 20px 80px;
            }
            .cta-signup__title {
                font-size: 36px;
                line-height: 1.15;
            }
            .cta-signup__subtitle {
                font-size: 16px;
                margin-bottom: 28px;
            }
            .cta-signup__fields {
                grid-template-columns: 1fr;
            }
            .cta-signup__btn {
                width: 100%;
                min-height: 48px;
            }
            .cta-signup__social {
                width: 48px;
                height: 48px;
            }
        }

    .subpage {
        background: var(--oak-dark);
        color: #111111;
    }

    .subpage-header {
        background: var(--oak-dark);
    }

    .subpage-header__inner,
    .subpage-main__inner {
        width: min(100%, var(--container));
        margin: 0 auto;
        padding-left: 120px;
        padding-right: 120px;
    }

    .subpage-header__inner {
        position: relative;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .subpage-main {
        background: #FFFFFF;
    }

    .subpage-main__inner {
        padding-top: 72px;
        padding-bottom: 96px;
    }

    .legal-page {
        max-width: 920px;
    }

    .legal-page__eyebrow {
        margin: 0 0 12px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: rgba(17,17,17,.42);
    }

    .legal-page__title {
        margin: 0 0 24px;
        font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
        font-size: 48px;
        line-height: 1.1;
        font-weight: 400;
        color: #111111;
    }

    .legal-page__content {
        display: grid;
        gap: 24px;
        color: #3F3F3F;
    }

    .legal-page__content section {
        display: grid;
        gap: 12px;
    }

    .legal-page__content h2 {
        margin: 0;
        font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
        font-size: 28px;
        line-height: 1.15;
        font-weight: 400;
        color: #161616;
    }

    .legal-page__content p {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
    }

    .legal-page__content ul {
        margin: 0;
        padding-left: 20px;
        font-size: 16px;
        line-height: 1.7;
    }

    @media (max-width: 1024px) {
        .subpage-header__inner,
        .subpage-main__inner {
            width: 100%;
            padding-left: 32px;
            padding-right: 32px;
        }

        .subpage-main__inner {
            padding-top: 64px;
            padding-bottom: 80px;
        }

        .legal-page__title {
            font-size: 40px;
        }
    }

    @media (max-width: 767px) {
        .subpage-header__inner,
        .subpage-main__inner {
            padding-left: 20px;
            padding-right: 20px;
        }

        .subpage-header__inner {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .subpage-main__inner {
            padding-top: 48px;
            padding-bottom: 64px;
        }

        .legal-page__title {
            font-size: 36px;
            line-height: 1.15;
        }

        .legal-page__content h2 {
            font-size: 24px;
        }
    }

    .footer {
        background: var(--oak-dark);
        color: rgba(255,255,255,.6);
    }

    .footer__inner {
        width: min(100%, var(--container));
        margin: 0 auto;
        padding: 40px 120px 48px;
    }

    .footer__divider {
        height: 1px;
        margin-bottom: 24px;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
    }

    .footer__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }

    .footer__logo {
        margin-bottom: 11px;
    }
    .footer__logo-image {
        display: block;
        width: 136px;
        background: transparent;
    }
    .footer__logo-image svg,
    .footer__logo-image img {
        display: block;
        width: 100%;
        height: auto;
    }

    .footer__copyright {
        font-size: 13px;
        color: rgba(255,255,255,.4);
    }

    .footer__right {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .footer__link {
        font-size: 13px;
        color: rgba(255,255,255,.6);
        text-decoration: none;
        transition: color var(--ease);
    }

    .footer__link:hover {
        color: #F7F2EB;
    }

    .form-status {
        margin: 14px 0 0;
        min-height: 20px;
        font-size: 13px;
        line-height: 1.5;
        color: rgba(255,255,255,.82);
    }

    .future__form .form-status {
        color: rgba(255,255,255,.82);
    }

    @media (max-width: 1024px) {
        .footer__inner {
            padding: 32px 32px 40px;
        }
    }

    @media (max-width: 640px) {
        .footer__inner {
            padding: 28px 20px 36px;
        }

        .footer__content {
            flex-direction: column;
            align-items: flex-start;
        }

        .footer__right {
            flex-direction: column;
            gap: 12px;
        }
    }

    body,
    p,
    a,
    button,
    input,
    textarea,
    li,
    .subtitle,
    .manifest-card__text,
    .product-card__desc,
    .refills__text,
    .refills__step-text,
    .candles__subtitle,
    .candle-card__desc,
    .future__subtitle,
    .future__counter,
    .packaging__subtitle,
    .packaging__step-text,
    .packaging__note,
    .faq-item__answer p,
    .cta-signup__subtitle,
    .cta-signup__micro,
    .footer__copyright,
    .footer__link {
        font-family: 'Bree Thin', 'Montserrat', Arial, sans-serif;
    }

    .title,
    .manifest__title,
    .collection__title,
    .refills__title,
    .candles__title,
    .future__title,
    .packaging__title,
    .faq__title,
    .cta-signup__title,
    .manifest-card__title,
    .product-card__title,
    .refills__step-title,
    .candle-card__title,
    .packaging__step-title,
    .viewer360__title,
    .legal-page__title,
    .legal-page__content h2 {
        font-family: 'TT Ramillas Trl', 'Playfair Display', Georgia, serif;
    }
