.breakdance .bde-section-106-100 .section-container{--bde-grid-gap:var(--bde-column-gap);display:grid;grid-template-columns:repeat(var(--bde-grid-items-per-row,4),minmax(0,1fr));gap:var(--bde-grid-gap);align-items:var(--bde-grid-align-items,stretch);justify-items:var(--bde-grid-justify-items,stretch)}.breakdance .bde-section-106-100 .section-container>*{width:auto!important;height:auto!important}.breakdance .bde-section-106-100 .section-container{--bde-grid-items-per-row:1}.breakdance .bde-section-106-100 .section-container{--bde-section-width:100%}.breakdance .bde-section-106-100 .section-container{padding-left:0px;padding-right:0px;padding-bottom:0px;padding-top:0px}#custom-page{--paper:#f7f5f0;--paper-2:#ece9e0;--ink:#16181d;--muted:#7d7b72;--line:rgba(22,24,29,.15);--clay:#b8963f;--night:#12151c;--serif:"Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--ease:cubic-bezier(.22,.8,.22,1);--radius:26px;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16.5px;line-height:1.45;overflow-x:hidden;display:block}#custom-page *{box-sizing:border-box}#custom-page a{color:inherit;text-decoration:none}#custom-page img{max-width:100%}#custom-page button{font:inherit;cursor:pointer}#custom-page ::selection{background:var(--ink);color:var(--paper)}#custom-page .button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 20px;border:1px solid currentColor;border-radius:999px;text-transform:uppercase;letter-spacing:.1em;font-size:11px;transition:transform .25s var(--ease),background .25s var(--ease),color .25s var(--ease);background:transparent;color:inherit}#custom-page .button:hover{transform:translateY(-2px)}#custom-page .button:active{transform:translateY(0) scale(.98)}#custom-page .button--light{background:var(--paper);color:var(--ink);border-color:var(--paper)}#custom-page .button--dark{background:var(--ink);color:var(--paper);border-color:var(--ink)}#custom-page .button--arrow::after{content:"→";font-size:15px;line-height:1}#custom-page .hero{min-height:100svh;position:relative;overflow:hidden;padding:116px 24px 28px;color:#f6f4ee;background:#12151c;background-image:radial-gradient(circle at 80% 16%,rgba(184,150,63,.2),transparent 42%),radial-gradient(circle at 14% 90%,rgba(150,158,172,.14),transparent 40%)}#custom-page .hero::before{content:"";position:absolute;inset:0;opacity:.22;pointer-events:none;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0 1px,transparent 1px 76px);mask-image:linear-gradient(to bottom,black,transparent 83%)}#custom-page .hero-inner{position:relative;z-index:2;min-height:calc(100svh - 144px);max-width:1500px;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:end;gap:24px}#custom-page .hero-copy{align-self:end;padding-bottom:clamp(24px,4vw,60px);max-width:760px}#custom-page .eyebrow{margin:0 0 16px;font-size:11px;letter-spacing:.15em;text-transform:uppercase;opacity:.72;color:#fff}#custom-page .hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(58px,9.8vw,158px);line-height:.83;letter-spacing:-.065em;margin:0;color:#fff}#custom-page .hero h1 em{font-style:italic;font-weight:400;color:#fff}#custom-page .hero-text{margin:30px 0 28px;max-width:390px;color:rgba(255,255,255,.76);font-size:15px}#custom-page .hero-products{height:min(72vh,740px);position:relative;display:flex;justify-content:center;align-items:flex-end;gap:clamp(4px,2vw,28px);padding-bottom:clamp(52px,8vh,110px)}#custom-page .hero-products::before{content:"";position:absolute;left:50%;bottom:6%;transform:translateX(-50%);width:min(46vw,560px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(200,168,84,.24),transparent 62%);filter:blur(22px);pointer-events:none}#custom-page .hero-meta{position:absolute;right:0;top:3px;display:flex;gap:8px;align-items:center;color:rgba(255,255,255,.73);font-size:11px;letter-spacing:.12em;text-transform:uppercase;writing-mode:vertical-rl}#custom-page .hero-bottle{position:relative;z-index:2;flex:0 0 auto;filter:drop-shadow(0 36px 42px rgba(0,0,0,.5));height:min(54vh,540px)}#custom-page .hero-bottle img{display:block;height:100%;width:auto}#custom-page .hero-bottle--rose{transform:rotate(-5deg);animation:mbHeroFloat 8s ease-in-out infinite alternate}#custom-page .hero-bottle--noir{transform:rotate(6deg);animation:mbHeroFloat 9s ease-in-out 1.2s infinite alternate-reverse}@keyframes mbHeroFloat{from{translate:0 0}to{translate:0 -12px}}#custom-page .hero-blooms{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}#custom-page .bloom{position:absolute;bottom:-14%;width:30vmin;height:30vmin;filter:blur(56px);mix-blend-mode:screen;opacity:0;border-radius:44% 56% 58% 42%/52% 44% 56% 48%;animation:mbBloomRise var(--dur) cubic-bezier(.22,.8,.22,1) var(--delay) infinite;will-change:transform,opacity}#custom-page .bloom--1{left:22%;background:rgba(206,170,88,.34);--dur:16s;--delay:0s}#custom-page .bloom--2{left:50%;background:rgba(196,174,126,.28);--dur:19s;--delay:5s}#custom-page .bloom--3{left:66%;background:rgba(170,180,198,.24);--dur:22s;--delay:9s}#custom-page .bloom--4{left:36%;background:rgba(176,106,46,.22);--dur:25s;--delay:13s;width:24vmin;height:24vmin}@keyframes mbBloomRise{0%{transform:translateY(0) scale(.55) rotate(0deg);opacity:0}14%{opacity:.8}60%{opacity:.45}100%{transform:translateY(-72svh) scale(1.3) rotate(34deg);opacity:0}}#custom-page .section-index{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:28px}#custom-page .intro{padding:clamp(108px,15vw,200px) 24px;background:var(--paper)}#custom-page .intro-inner{width:min(980px,100%);margin:auto;text-align:center}#custom-page .intro h2{font-family:var(--serif);font-weight:400;letter-spacing:-.055em;line-height:.95;margin:0;font-size:clamp(43px,6.2vw,92px)}#custom-page .intro h2 em{font-style:italic}#custom-page .intro p{max-width:560px;margin:28px auto 0;color:var(--muted);font-size:16px}#custom-page .collection{padding:0 24px 150px}#custom-page .collection-grid{max-width:1500px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:16px}#custom-page .scent-card{position:relative;overflow:hidden;min-height:760px;border-radius:var(--radius);padding:28px;color:#f6f4ee;background:#232833}#custom-page .scent-card--a{background:#a9742e;background-image:radial-gradient(circle at 30% 12%,rgba(255,236,190,.34),transparent 52%)}#custom-page .scent-card--b{background:#232833;background-image:radial-gradient(circle at 72% 10%,rgba(147,161,190,.26),transparent 50%)}#custom-page .scent-card::before{content:"";position:absolute;inset:0;opacity:.14;background-image:radial-gradient(circle at 75% 25%,white 0 1px,transparent 1px);background-size:12px 12px;mix-blend-mode:soft-light}#custom-page .card-top,#custom-page .card-bottom{position:relative;z-index:3}#custom-page .card-top{display:flex;justify-content:space-between;align-items:flex-start}#custom-page .card-number,#custom-page .card-type{font-size:10px;letter-spacing:.13em;text-transform:uppercase;opacity:.78}#custom-page .card-title{font-family:var(--serif);font-weight:400;font-size:clamp(44px,5vw,76px);letter-spacing:-.06em;line-height:.84;margin:0;color:#fff}#custom-page .card-copy{max-width:270px;color:rgba(255,255,255,.82);margin:19px 0 20px}#custom-page .card-bottle{position:absolute;left:50%;top:47%;transform:translate(-50%,-50%) rotate(4deg);transition:transform .7s var(--ease);z-index:2;filter:drop-shadow(0 40px 44px rgba(0,0,0,.4))}#custom-page .scent-card:hover .card-bottle{transform:translate(-50%,-52%) rotate(-3deg) scale(1.045)}#custom-page .card-bottle img{display:block;height:clamp(340px,34vw,470px);width:auto}#custom-page .card-bottom{position:absolute;inset:auto 28px 28px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px}#custom-page .notes{font-size:11px;letter-spacing:.03em;line-height:1.65;color:rgba(255,255,255,.83)}#custom-page .notes strong{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:9px;margin-bottom:6px;color:#fff}#custom-page .small-round{flex:0 0 auto;width:56px;height:56px;border:1px solid rgba(255,255,255,.65);border-radius:50%;display:grid;place-items:center;color:#fff;transition:background .25s,color .25s,transform .25s var(--ease);background:transparent}#custom-page .small-round:hover{background:#fff;color:var(--ink);transform:translateX(3px)}#custom-page .reel{position:relative;background:var(--night);color:#f7efe5;min-height:88svh;overflow:hidden;display:grid;place-items:center;padding:80px 24px}#custom-page .reel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 47% 43%,rgba(184,150,63,.5),transparent 22%),radial-gradient(circle at 75% 60%,rgba(90,105,135,.4),transparent 25%)}#custom-page .reel-orbit{position:absolute;left:50%;top:50%;width:min(80vw,1100px);aspect-ratio:1;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.12);border-radius:50%}#custom-page .reel-orbit::before,#custom-page .reel-orbit::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;inset:13%}#custom-page .reel-orbit::after{inset:31%}#custom-page .reel-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(58vw,720px);height:auto;color:#c8a854;opacity:.07;pointer-events:none;display:block}#custom-page .reel-content{position:relative;z-index:2;max-width:930px;text-align:center}#custom-page .reel h2{font-family:var(--serif);font-weight:400;font-size:clamp(55px,8vw,124px);letter-spacing:-.065em;line-height:.87;margin:0;color:#fff}#custom-page .reel h2 em{font-style:italic;color:#fff}#custom-page .reel .section-index{color:rgba(255,255,255,.6)}#custom-page .reel p{max-width:450px;margin:26px auto 0;color:rgba(255,255,255,.75)}#custom-page .story{padding:clamp(96px,11vw,170px) 24px;background:var(--paper)}#custom-page .story-inner{max-width:1500px;margin:auto;display:grid;grid-template-columns:.94fr 1.06fr;gap:clamp(42px,6vw,120px);align-items:center}#custom-page .story-media{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/4.6;background:var(--paper-2)}#custom-page .story-media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02);transition:transform 1.2s var(--ease)}#custom-page .story-media:hover img{transform:scale(1.07)}#custom-page .story-media figcaption{position:absolute;left:18px;bottom:16px;z-index:2;padding:7px 12px;border-radius:999px;background:rgba(18,21,28,.55);backdrop-filter:blur(8px);color:rgba(255,255,255,.88);font-size:10px;letter-spacing:.13em;text-transform:uppercase}#custom-page .story-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(46px,5.6vw,88px);line-height:.86;letter-spacing:-.06em;margin:0}#custom-page .story-copy h2 em{font-style:italic}#custom-page .story-copy p{max-width:520px;margin:24px 0 0;color:var(--muted);font-size:16px}#custom-page .story-copy p:first-of-type{margin-top:32px;color:var(--ink);font-size:17px}#custom-page .story-copy .button{margin-top:34px}#custom-page .product-section{padding:160px 24px;background:var(--paper-2)}#custom-page .product-layout{max-width:1500px;margin:auto;display:grid;grid-template-columns:1.22fr .78fr;gap:clamp(42px,7vw,126px);align-items:start}#custom-page .product-gallery{position:sticky;top:105px;display:grid;gap:14px}#custom-page .gallery-stage{min-height:630px;border-radius:var(--radius);position:relative;overflow:hidden;background:#a9742e}#custom-page .gallery-stage::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.06),transparent 40%,rgba(0,0,0,.1));pointer-events:none}#custom-page .gallery-main{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .45s var(--ease)}#custom-page .gallery-main.is-fading{opacity:0}#custom-page .gallery-thumbs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}#custom-page .gallery-thumb{height:116px;border-radius:16px;border:1px solid transparent;background:var(--paper);position:relative;overflow:hidden;padding:0;transition:border .2s,transform .25s var(--ease)}#custom-page .gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}#custom-page .gallery-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(12,12,14,.55),transparent 55%)}#custom-page .thumb-label{position:absolute;left:12px;bottom:10px;z-index:2;color:#fff;font-size:10px;letter-spacing:.12em;text-transform:uppercase}#custom-page .gallery-thumb.is-active{border-color:var(--ink)}#custom-page .gallery-thumb:hover{transform:translateY(-2px)}#custom-page .product-info{padding-top:2px}#custom-page .product-info h2{font-family:var(--serif);font-weight:400;font-size:clamp(52px,5vw,82px);line-height:.82;letter-spacing:-.07em;margin:0}#custom-page .product-subtitle{margin:20px 0 24px;color:var(--muted);max-width:400px;font-size:16px}#custom-page .price-line{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0;margin:28px 0}#custom-page .price-line span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}#custom-page .price-line strong{font-family:var(--serif);font-size:25px;font-weight:400}#custom-page .option-row{display:flex;align-items:center;justify-content:space-between;margin:22px 0}#custom-page .option-row label{font-size:11px;letter-spacing:.12em;text-transform:uppercase}#custom-page .volume-options{display:flex;gap:8px}#custom-page .volume-option{border:1px solid var(--line);background:transparent;border-radius:999px;padding:9px 14px;font-size:11px;transition:.2s}#custom-page .volume-option.is-active,#custom-page .volume-option:hover{background:var(--ink);border-color:var(--ink);color:var(--paper)}#custom-page .product-info .button,#custom-page .product-info .add_to_cart_button{width:100%;margin-top:8px;display:flex}#custom-page .added_to_cart{display:none}#custom-page .accordions{margin-top:28px;border-top:1px solid var(--line)}#custom-page .accordion{border-bottom:1px solid var(--line)}#custom-page .accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer;font-size:12px;letter-spacing:.08em;text-transform:uppercase}#custom-page .accordion summary::-webkit-details-marker{display:none}#custom-page .accordion summary::after{content:"+";font-size:20px;font-weight:300;line-height:1;transition:transform .25s var(--ease)}#custom-page .accordion[open] summary::after{transform:rotate(45deg)}#custom-page .accordion p{margin:0;padding:0 0 21px;color:var(--muted);max-width:530px;font-size:14px;white-space:pre-line}#custom-page .scent-map{padding:150px 24px;background:var(--paper)}#custom-page .map-title{max-width:1500px;margin:0 auto 70px;display:flex;justify-content:space-between;align-items:end;gap:20px}#custom-page .map-title h2{font-family:var(--serif);font-size:clamp(52px,7vw,108px);font-weight:400;line-height:.83;letter-spacing:-.07em;margin:0}#custom-page .map-title p{max-width:270px;margin:0;color:var(--muted)}#custom-page .map-grid{max-width:1500px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}#custom-page .note-card{min-height:430px;border-radius:var(--radius);position:relative;overflow:hidden;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}#custom-page .note-card:nth-child(1){background:#c9a44a}#custom-page .note-card:nth-child(2){background:#b06a2e}#custom-page .note-card:nth-child(3){background:#6b5138}#custom-page .note-card:nth-child(4){background:#22242a}#custom-page .note-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}#custom-page .note-card:hover .note-photo{transform:scale(1.06)}#custom-page .note-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(12,12,14,.72),rgba(12,12,14,.06) 55%)}#custom-page .note-card h3{position:relative;z-index:2;margin:0;font-family:var(--serif);font-size:42px;line-height:.86;letter-spacing:-.055em;font-weight:400;color:#fff}#custom-page .note-card p{position:relative;z-index:2;margin:12px 0 0;font-size:13px;opacity:.85}#custom-page .mood{padding:0 24px 150px;background:var(--paper)}#custom-page .mood-panel{max-width:1500px;margin:auto;border-radius:var(--radius);background:var(--ink);color:var(--paper);padding:clamp(34px,5vw,76px);overflow:hidden;position:relative}#custom-page .mood-panel::after{content:"";position:absolute;width:600px;aspect-ratio:1;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-210px;top:-225px}#custom-page .mood-heading{position:relative;z-index:1;max-width:690px}#custom-page .mood-heading .section-index{color:rgba(255,255,255,.58)}#custom-page .mood-heading h2{font-family:var(--serif);font-size:clamp(48px,6.7vw,100px);line-height:.84;letter-spacing:-.07em;font-weight:400;margin:0;color:#fff}#custom-page .mood-heading h2 em{color:#fff}#custom-page .mood-rows{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.21);margin-top:62px}#custom-page .mood-row{display:grid;grid-template-columns:1fr 1.15fr 1.15fr;gap:18px;align-items:center;border-bottom:1px solid rgba(255,255,255,.21);padding:23px 0;font-size:12px;letter-spacing:.08em;text-transform:uppercase}#custom-page .mood-row>span:first-child{opacity:.55}#custom-page .mood-choice{display:flex;gap:10px;align-items:center}#custom-page .mood-choice::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;border:1px solid currentColor}#custom-page .mood-choice--active{font-weight:650}#custom-page .mood-choice--active::before{background:currentColor}#custom-page .faq{background:var(--paper-2);padding:150px 24px}#custom-page .faq-inner{max-width:1500px;margin:auto;display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(46px,10vw,168px)}#custom-page .faq-heading{position:sticky;top:115px;height:max-content}#custom-page .faq-heading h2{margin:0;font-family:var(--serif);font-size:clamp(54px,7vw,105px);font-weight:400;letter-spacing:-.075em;line-height:.8}#custom-page .faq-heading p{margin:28px 0 0;max-width:280px;color:var(--muted)}#custom-page .faq-list{border-top:1px solid var(--line)}#custom-page .faq-item{border-bottom:1px solid var(--line)}#custom-page .faq-item summary{list-style:none;padding:24px 0;display:flex;justify-content:space-between;gap:20px;align-items:flex-start;cursor:pointer;font-family:var(--serif);font-size:26px;letter-spacing:-.035em;line-height:1}#custom-page .faq-item summary::-webkit-details-marker{display:none}#custom-page .faq-item summary::after{content:"+";font-family:var(--sans);font-size:20px;line-height:1.15;font-weight:300;transition:transform .25s var(--ease)}#custom-page .faq-item[open] summary::after{transform:rotate(45deg)}#custom-page .faq-item p{max-width:620px;margin:0;padding:0 0 24px;color:var(--muted)}#custom-page .toast{position:fixed;z-index:90;left:50%;bottom:24px;transform:translate(-50%,18px);opacity:0;pointer-events:none;background:var(--ink);color:var(--paper);padding:12px 17px;border-radius:999px;font-size:12px;letter-spacing:.04em;transition:.35s var(--ease)}#custom-page .toast.is-visible{opacity:1;transform:translate(-50%,0)}#custom-page .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}#custom-page .reveal.is-visible{opacity:1;transform:none}#custom-page .scent-card.reveal:nth-child(2){transition-delay:.08s}#custom-page a:focus-visible,#custom-page button:focus-visible,#custom-page summary:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:4px}@media (min-width:1800px){#custom-page .hero-inner,#custom-page .collection-grid,#custom-page .product-layout,#custom-page .map-grid,#custom-page .map-title,#custom-page .mood-panel,#custom-page .faq-inner,#custom-page .story-inner{max-width:1680px}#custom-page .hero-bottle{height:min(56vh,620px)}#custom-page .gallery-stage{min-height:720px}#custom-page .scent-card{min-height:820px}}@media (max-width:1200px){#custom-page .scent-card{min-height:660px}#custom-page .card-bottle img{height:clamp(300px,32vw,400px)}#custom-page .gallery-stage{min-height:540px}#custom-page .hero-bottle{height:min(48vh,450px)}#custom-page .story-inner{gap:clamp(34px,5vw,70px)}}@media (max-width:900px){#custom-page .hero{padding:94px 16px 20px}#custom-page .hero-inner{min-height:calc(100svh - 114px);grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:0}#custom-page .hero-copy{align-self:start;padding:0;max-width:640px}#custom-page .hero h1{font-size:clamp(56px,15vw,100px)}#custom-page .hero-text{margin:20px 0}#custom-page .hero-products{height:auto;align-self:end;min-height:46vh;justify-content:center;padding:34px 0 44px;gap:2vw}#custom-page .hero-bottle{height:min(36vh,340px)}#custom-page .hero-meta{display:none}#custom-page .intro{padding:96px 16px}#custom-page .collection,#custom-page .product-section,#custom-page .scent-map,#custom-page .faq,#custom-page .story{padding-left:16px;padding-right:16px}#custom-page .collection{padding-bottom:94px}#custom-page .collection-grid{grid-template-columns:1fr;gap:12px}#custom-page .scent-card{min-height:640px}#custom-page .card-bottle img{height:clamp(280px,44vw,360px)}#custom-page .product-section,#custom-page .scent-map,#custom-page .faq{padding-top:96px;padding-bottom:96px}#custom-page .story{padding-top:90px;padding-bottom:90px}#custom-page .story-inner{grid-template-columns:1fr;gap:36px}#custom-page .story-media{aspect-ratio:4/4}#custom-page .product-layout{grid-template-columns:1fr;gap:40px}#custom-page .product-gallery,#custom-page .faq-heading{position:static}#custom-page .gallery-stage{min-height:470px}#custom-page .map-title{display:block;margin-bottom:35px}#custom-page .map-title p{margin-top:22px}#custom-page .map-grid{grid-template-columns:repeat(2,1fr);gap:10px}#custom-page .note-card{min-height:310px;padding:18px}#custom-page .note-card h3{font-size:35px}#custom-page .mood{padding:0 16px 96px}#custom-page .mood-panel{padding:32px 20px}#custom-page .mood-row{grid-template-columns:1fr 1fr;gap:8px;padding:17px 0}#custom-page .mood-row>span:first-child{grid-column:1/-1}#custom-page .faq-inner{grid-template-columns:1fr;gap:45px}}@media (max-width:560px){#custom-page .hero h1{font-size:17vw}#custom-page .hero-products{min-height:0;padding:30px 0 36px}#custom-page .hero-bottle{height:min(32vh,270px)}#custom-page .intro h2{font-size:12vw}#custom-page .scent-card{min-height:560px;padding:20px;border-radius:20px}#custom-page .card-bottom{inset:auto 20px 20px}#custom-page .card-bottle{top:44%}#custom-page .card-bottle img{height:clamp(240px,52vw,300px)}#custom-page .reel{min-height:75svh;padding:68px 16px}#custom-page .reel h2{font-size:13vw}#custom-page .story-copy h2{font-size:13vw}#custom-page .gallery-stage{min-height:380px;border-radius:20px}#custom-page .gallery-thumbs{gap:8px}#custom-page .gallery-thumb{height:83px;border-radius:13px}#custom-page .product-info h2{font-size:16vw}#custom-page .map-grid{grid-template-columns:1fr 1fr}#custom-page .note-card{min-height:245px;border-radius:20px}#custom-page .note-card h3{font-size:30px}#custom-page .faq-item summary{font-size:23px}}@media (prefers-reduced-motion:reduce){#custom-page *,#custom-page *::before,#custom-page *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}