@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Open+Sans:wght@400;500;600&display=swap');

:root{
  --ink:#262521;
  --muted:#6f6b64;
  --paper:#fcfbf8;
  --white:#fff;
  --ivory:#f6f3ed;
  --soft:#efede8;
  --line:#dedbd4;
  --gold:#9a8150;
  --serif:'Marcellus',Georgia,serif;
  --sans:'Open Sans',Arial,sans-serif;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16.25px;font-weight:400;line-height:1.78;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:auto}
button,a{ -webkit-tap-highlight-color:transparent }

.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid rgba(38,37,33,.08);backdrop-filter:blur(12px)}
.header-inner{width:min(var(--max),calc(100% - 68px));min-height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:36px}
.brand{display:flex;align-items:center;flex:0 0 auto}.logo-img{width:80px;height:auto;object-fit:contain}
.nav{display:flex;align-items:center;gap:27px;justify-content:flex-end;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}
.nav a{position:relative;opacity:.78;transition:opacity .2s}.nav a:hover,.nav a.active{opacity:1}
.nav a:not(.nav-cta)::after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}
.nav-cta{padding:6px 0;border-bottom:1px solid var(--ink);opacity:1!important}
.menu-toggle{display:none;border:0;background:transparent;color:var(--ink);padding:10px 0;text-transform:uppercase;letter-spacing:.14em;font-size:10px}

.container{width:min(var(--max),calc(100% - 68px));margin:0 auto}
.eyebrow{font-size:11px;line-height:1.35;letter-spacing:.26em;text-transform:uppercase;color:#6d685f}
.section{padding:116px 0}.white{background:var(--white)}.paper{background:var(--ivory)}
.section-head{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:72px}.section-head h2,.page-hero h1,.split-copy h2,.manifesto h2,.product-name,.list-item h3,.quote blockquote{font-family:var(--serif);font-weight:400;line-height:1.03;letter-spacing:-.02em}
.section-head h2{font-size:clamp(42px,4.5vw,64px);margin:9px 0 0}.section-head .copy{max-width:520px}.section-head .copy p{margin:0 0 18px;color:var(--muted)}

.hero{display:grid;grid-template-columns:47% 53%;min-height:calc(100vh - 82px);background:var(--ivory)}
.hero-copy{display:flex;justify-content:center;flex-direction:column;padding:92px 7vw 92px 5.7vw;max-width:720px;margin:auto}.hero h1{margin:11px 0 0;font-family:var(--serif);font-weight:400;font-size:clamp(48px,5.1vw,70px);line-height:1.04;letter-spacing:-.015em;max-width:690px}
.hero .lead{max-width:610px;margin:25px 0 0;font-size:18px;line-height:1.62;color:#555149}.hero .hero-note{max-width:585px;margin:16px 0 0;color:var(--muted);font-size:15.5px;line-height:1.72}
.hero-media{min-height:760px;background:var(--soft);overflow:hidden}.hero-media img{height:100%;min-height:760px;object-fit:cover;object-position:center}.hero-media .media-fallback{height:100%;min-height:760px}

.btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:35px}.btn{min-height:48px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;transition:.25s;background:var(--ink);color:#fff}.btn:hover{background:transparent;color:var(--ink)}.btn.ghost{background:transparent;color:var(--ink)}.btn.ghost:hover{background:var(--ink);color:#fff}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.step{padding-top:20px;border-top:1px solid var(--line)}.step-no{font-size:10.5px;letter-spacing:.16em;color:#8a8379}.step h3{font-family:var(--serif);font-size:25px;font-weight:400;line-height:1.15;margin:16px 0 11px}.step p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}

.split{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.split-media{background:#ece9e3}.split-media .photo,.split-media img{height:100%;min-height:650px}.split-media img{object-fit:cover;object-position:center}.split-copy{display:flex;justify-content:center;flex-direction:column;padding:90px 9vw}.split-copy h2{font-size:clamp(50px,5.5vw,76px);margin:10px 0 0}.split-copy .lead{font-size:18px;line-height:1.58;color:#555149;max-width:580px;margin:26px 0 0}.split-copy>p:not(.lead){max-width:580px;color:var(--muted);margin-top:18px}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:var(--white);border:1px solid rgba(38,37,33,.08);display:flex;flex-direction:column}.product-image{background:#f0ede7;overflow:hidden;aspect-ratio:4/4.7}.product-image img{height:100%;object-fit:cover}.product-body{padding:27px 27px 30px}.product-type{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#827b71}.product-name{font-size:33px;margin-top:8px}.product-tag{margin:12px 0 0;color:#47433d;font-size:14px;line-height:1.6}.product-notes{margin:12px 0 22px;color:var(--muted);font-size:13.5px;line-height:1.75}

.manifesto{padding:128px 0;text-align:center}.manifesto .container{max-width:900px}.manifesto h2{font-size:clamp(46px,5.3vw,74px);margin:13px auto 0}.manifesto p{max-width:700px;margin:25px auto 0;color:var(--muted);font-size:17px}

.page-hero{padding:0;background:var(--ivory)}.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.page-hero-copy{padding:96px 70px 96px 0;display:flex;flex-direction:column;justify-content:center}.page-hero-media{min-height:520px;overflow:hidden;background:#efede8}.page-hero-media img{height:100%;width:100%;object-fit:cover;object-position:center}.page-hero h1{font-size:clamp(48px,5.1vw,70px);margin:11px 0 0;line-height:1.04}.page-hero p{max-width:560px;color:#57534c;font-size:17px;line-height:1.75;margin:0}.page-hero .btn{margin-top:27px}

.intention-tabs{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:42px}.intention-tabs button{border:0;background:none;padding:3px 0;color:#807a71;font:500 10px var(--sans);letter-spacing:.13em;text-transform:uppercase;cursor:pointer}.intention-tabs button.active{color:var(--ink);border-bottom:1px solid var(--ink)}
.hidden{display:none!important}

.list{display:flex;flex-direction:column}.list-item{display:grid;grid-template-columns:100px 1fr;gap:25px;padding:23px 0;border-top:1px solid var(--line)}.list-index{font-size:10.5px;letter-spacing:.16em;color:#8a8379}.list-item h3{font-size:29px;margin:0}.list-item p{margin:8px 0 0;color:var(--muted);font-size:14px}
.quote{margin-top:76px;text-align:center}.quote blockquote{font-size:clamp(34px,4.1vw,54px);max-width:900px;margin:0 auto}.quote cite{display:block;margin-top:18px;color:var(--muted);font-style:normal;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase}

.footer{padding:58px 0 28px;background:#f8f6f1;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:55px}.footer p{color:var(--muted);font-size:13px}.footer-eyebrow{margin-top:7px}.footer-nav{display:flex;flex-direction:column;gap:9px;font-size:14px;color:#58534b}.footer-bottom{margin-top:48px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:#8c857b;font-size:9px;letter-spacing:.08em}
.floating-wa{position:fixed;right:22px;bottom:22px;width:52px;height:52px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;z-index:90;box-shadow:0 10px 35px rgba(0,0,0,.16);padding:0}.floating-wa img{width:30px;height:30px;display:block;filter:brightness(0) invert(1)}
.media-fallback{display:flex;align-items:flex-end;justify-content:flex-end;padding:24px;background:linear-gradient(135deg,#e6e2da,#f3f0ea);color:#716b62;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase}.media-fallback.hidden{display:none}

@media(max-width:980px){.nav{gap:18px;font-size:9px}.section-head{grid-template-columns:1fr;gap:24px}.steps{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.hero{grid-template-columns:1fr}.hero-copy{padding:76px 52px 62px}.hero-media{min-height:620px}.hero-media img,.hero-media .media-fallback{min-height:620px}.page-hero-grid{grid-template-columns:1fr;gap:28px}.footer-grid{grid-template-columns:1fr 1fr}.split-copy{padding:72px 7vw}}
@media(max-width:760px){.header-inner{width:min(var(--max),calc(100% - 44px));min-height:74px}.logo-img{width:72px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:74px;background:rgba(252,251,248,.99);border-bottom:1px solid var(--line);padding:14px 22px 20px;flex-direction:column;align-items:flex-start;gap:0}.nav.open{display:flex}.nav a{width:100%;padding:12px 0}.nav a:not(.nav-cta)::after{display:none}.nav-cta{display:inline-block;width:auto}.container{width:calc(100% - 44px)}.hero-copy{padding:66px 22px 52px}.hero h1{font-size:53px}.hero .lead{font-size:18px}.hero-media{min-height:55vh}.hero-media img,.hero-media .media-fallback{min-height:55vh}.section{padding:88px 0}.steps,.product-grid,.split,.footer-grid{grid-template-columns:1fr}.split-media,.split-media .photo,.split-media img{min-height:420px}.split-copy{padding:70px 22px}.split-copy h2{font-size:52px}.page-hero{padding:92px 0 76px}.page-hero h1{font-size:54px}.manifesto{padding:92px 0}.manifesto h2{font-size:52px}.footer-grid{gap:32px}.footer-bottom{flex-direction:column}.intention-tabs{justify-content:flex-start;gap:16px 20px}.list-item{grid-template-columns:70px 1fr}}
@media(max-width:480px){body{font-size:15px}.hero h1,.page-hero h1{font-size:46px}.section-head h2,.split-copy h2{font-size:44px}.product-name{font-size:29px}.btn{width:100%}.btn-row{flex-direction:column}.product-body{padding:23px}.floating-wa{right:16px;bottom:16px;width:50px;height:50px}.floating-wa img{width:29px;height:29px}}

/* V4.1 readability polish */
.product-card .product-image{aspect-ratio:4/4.85}
.product-card .product-name{font-size:35px}
.product-card .product-tag{font-size:14.5px}
.product-card .product-notes{font-size:13.5px}
.section-head .copy p,.split-copy>p:not(.lead){font-size:16px}
@media(max-width:480px){body{font-size:15.5px}.product-card .product-name{font-size:31px}.product-card .product-notes{font-size:13.5px}}

/* V5 editorial refinement */
.hero-copy .eyebrow{font-size:10px;letter-spacing:.22em}
.collection-intro-note{max-width:720px;margin:0 auto;text-align:center}
.collection-intro-note h2{font-family:var(--serif);font-weight:400;font-size:clamp(42px,4.7vw,66px);line-height:1.05;margin:12px 0 16px}
.collection-intro-note p{max-width:650px;margin:0 auto;color:var(--muted);font-size:16px}
.product-card .product-name{font-size:31px}
.product-card .product-tag{font-size:14.5px}
.product-card .product-notes{font-size:14px}
.product-image.contain img{object-fit:contain;padding:28px;background:#f7f5ef}
@media(max-width:980px){.page-hero-grid{grid-template-columns:1fr}.page-hero-copy{padding:78px 0 60px}.page-hero-media{min-height:460px}.hero-copy{max-width:780px;margin:0}.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(48px,5.1vw,70px);line-height:1.04;letter-spacing:-.015em}}
@media(max-width:760px){.logo-img{width:72px}.page-hero-copy{padding:72px 22px 50px}.page-hero-media{min-height:52vh}.page-hero h1{font-size:46px}.hero-copy{max-width:none}.hero h1{font-size:43px;line-height:1.08}.section-head h2{font-size:42px}}

.hero-rule{width:54px;height:1px;background:var(--line);margin:22px 0 0}

/* V6 refinement */
.hero-copy{padding-top:82px;padding-bottom:82px}
.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(48px,5.1vw,70px);line-height:1.04;letter-spacing:-.015em}
.hero .hero-rule{margin-top:26px}
.hero .lead{margin-top:27px;max-width:590px}
.hero .hero-note{margin-top:13px}
.page-hero h1,.section-head h2,.split-copy h2,.manifesto h2{letter-spacing:-.015em}
.site-header .nav{font-size:10px}
@media(max-width:760px){.hero h1{font-family:var(--serif);font-size:46px;line-height:1.04}.hero-copy{padding-top:62px;padding-bottom:50px}}


/* V7 refinements */
.product-grid-4{grid-template-columns:repeat(4,1fr);gap:20px}.product-grid-4 .product-body{padding:23px 22px 26px}.product-grid-4 .product-name{font-size:30px}.product-grid-4 .product-tag{font-size:13px}.product-grid-4 .product-notes{font-size:12.5px}.product-image-contain img{object-fit:contain;padding:18px;background:#fff}
.editorial-split .split-copy h2{font-size:clamp(42px,4.5vw,64px);line-height:1.03}.editorial-split .split-copy .lead{font-size:16.5px;line-height:1.68}.editorial-split .split-copy>p:not(.lead){font-size:15px;line-height:1.72}
.testimonials-head{margin-bottom:54px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:var(--white);border:1px solid rgba(38,37,33,.08);padding:34px 32px 38px;min-height:250px;display:flex;flex-direction:column}.testimonial-mark{font-family:var(--serif);font-size:52px;line-height:.8;color:var(--gold);margin-bottom:22px}.testimonial-card blockquote{margin:0;font-family:var(--serif);font-size:19.2px;line-height:1.3;letter-spacing:-.01em}.testimonial-card cite{margin-top:auto;padding-top:28px;font-family:var(--sans);font-style:normal;text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:var(--muted)}
@media(max-width:980px){.product-grid-4{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.product-grid-4{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{min-height:0}.testimonial-card blockquote{font-size:17.6px}.editorial-split .split-copy h2{font-size:44px}}

/* V8 refinement — dedicated sleep companion */
.eye-mask-feature .split-copy h2{font-size:clamp(40px,4.2vw,58px)}
.eye-mask-feature .split-copy .lead{font-size:16px;line-height:1.68}
.eye-mask-feature .split-copy>p:not(.lead){font-size:14px;line-height:1.72}
@media(max-width:760px){.eye-mask-feature .split-copy h2{font-size:44px}}

/* V9 refinements */
.candles-grid{grid-template-columns:repeat(4,1fr);gap:20px}.candles-grid .product-body{padding:23px 22px 26px}.candles-grid .product-name{font-size:30px}.candles-grid .product-tag{font-size:13px}.candles-grid .product-notes{font-size:12.5px}.freedom-card .product-image{background:#f4f1eb}.freedom-card .product-image img{width:100%;height:100%;object-fit:cover}.eye-mask-voyde-placeholder{min-height:520px;background:linear-gradient(145deg,#f0ede7,#e3ded5);display:flex;align-items:center;justify-content:center;text-align:center;padding:40px}.eye-mask-voyde-placeholder>div{display:flex;flex-direction:column;gap:12px;max-width:310px}.eye-mask-voyde-placeholder strong{font-family:var(--serif);font-size:clamp(28px,3vw,42px);font-weight:400;line-height:1.08}.eye-mask-voyde-placeholder span{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}
@media(max-width:980px){.candles-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.candles-grid{grid-template-columns:1fr}}

/* Bespoke Atelier process + enquiry */
.bespoke-hero .page-hero-copy{padding-top:88px;padding-bottom:88px}
.bespoke-process{padding-top:110px;padding-bottom:118px}
.bespoke-process-head{margin-bottom:68px}
.bespoke-process-head h2{font-size:clamp(46px,4.7vw,66px)}
.bespoke-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;align-items:start}
.bespoke-step{padding:0;border-top:1px solid var(--line);overflow:hidden}
.bespoke-step-image{margin:0 0 28px;background:#f0ede7;overflow:hidden;line-height:0}
.bespoke-step-image img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;object-position:center}
.bespoke-step .step-no{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#8a8379}
.bespoke-step h3{font-family:var(--serif);font-weight:400;font-size:27px;line-height:1.12;margin:13px 0 13px;letter-spacing:-.01em}
.bespoke-step h4{font-family:var(--sans);font-weight:500;font-size:14.5px;line-height:1.55;margin:0 0 16px;color:#37342f}
.bespoke-step p{margin:0 0 12px;color:var(--muted);font-size:14.5px;line-height:1.72}
.bespoke-invitation{padding-top:120px;padding-bottom:126px}
.bespoke-invitation-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:110px;align-items:start}
.bespoke-invitation-copy{padding-top:8px}
.bespoke-invitation-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(44px,4.4vw,62px);line-height:1.06;letter-spacing:-.015em;margin:12px 0 0;max-width:650px}
.bespoke-invitation-copy .lead{max-width:620px;color:#555149;font-size:17px;line-height:1.72;margin:28px 0 0}
.bespoke-note{margin-top:34px;padding-top:23px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:8px;max-width:600px}
.bespoke-note strong{font-family:var(--serif);font-size:23px;font-weight:400}
.bespoke-note span{font-size:13.5px;line-height:1.7;color:var(--muted)}
.bespoke-form-wrap{background:var(--ivory);padding:38px 38px 34px}
.bespoke-form{display:flex;flex-direction:column;gap:22px}
.form-field{display:flex;flex-direction:column;gap:8px}
.form-field label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#6f695f}
.form-field input{width:100%;height:50px;border:0;border-bottom:1px solid #cfcac1;background:transparent;color:var(--ink);font:400 15px var(--sans);outline:none;border-radius:0}
.form-field input:focus{border-bottom-color:var(--ink)}
.bespoke-form .btn{margin-top:4px;width:100%;cursor:pointer}
.form-note{margin:0;color:#8a8379;font-size:11.5px;line-height:1.55}
.form-status{display:none;margin:0;color:#5a554d;font-size:12px;line-height:1.6}
.form-status.show{display:block}
@media(max-width:980px){.bespoke-steps{grid-template-columns:1fr 1fr}.bespoke-invitation-inner{grid-template-columns:1fr;gap:58px}.bespoke-invitation-copy h2{max-width:760px}.bespoke-form-wrap{max-width:680px}}
@media(max-width:760px){.bespoke-hero .page-hero-copy{padding-top:72px;padding-bottom:50px}.bespoke-process{padding-top:88px;padding-bottom:92px}.bespoke-process-head{margin-bottom:52px}.bespoke-steps{grid-template-columns:1fr;gap:42px}.bespoke-step{padding-top:0}.bespoke-step h3{font-size:28px}.bespoke-invitation{padding-top:88px;padding-bottom:96px}.bespoke-invitation-inner{gap:46px}.bespoke-invitation-copy h2{font-size:44px}.bespoke-invitation-copy .lead{font-size:16px}.bespoke-form-wrap{padding:30px 24px 28px}}



@media(max-width:980px){.contact-grid{grid-template-columns:1fr;gap:58px}.contact-copy{max-width:780px}.scenting-image-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.contact-grid{gap:44px}.contact-form-wrap{padding:30px 24px 28px}.scenting-image-grid{grid-template-columns:1fr}.scenting-image-card{aspect-ratio:4/5}}

/* V20 contact + sensory detail refinement */
.contact-hero-media{background:#eeeae3;max-width:520px;justify-self:end;width:100%}
.contact-hero-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.contact-grid{display:grid;grid-template-columns:1fr .9fr;gap:110px;align-items:start}
.contact-copy{padding-top:8px;max-width:650px}
.contact-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(44px,4.4vw,62px);line-height:1.06;letter-spacing:-.015em;margin:12px 0 0}
.contact-copy .lead{font-size:17px;line-height:1.72;color:#555149;margin:28px 0 0;max-width:620px}
.contact-copy>p:not(.lead){font-size:15.5px;line-height:1.72;color:var(--muted);max-width:600px;margin-top:18px}
.contact-direct{margin-top:34px;padding-top:22px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:8px}
.contact-direct span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#6f695f}
.contact-direct a{color:var(--ink);font-size:15px}
.contact-form-wrap{background:var(--ivory);padding:38px 38px 34px}
.contact-form{display:flex;flex-direction:column;gap:22px}
.contact-form .btn{margin-top:4px;width:100%;cursor:pointer}
.form-field textarea{width:100%;min-height:110px;border:0;border-bottom:1px solid #cfcac1;background:transparent;color:var(--ink);font:400 15px var(--sans);outline:none;border-radius:0;resize:vertical;padding:10px 0 8px}
.form-field textarea:focus{border-bottom-color:var(--ink)}
.scenting-visuals{padding-top:92px;padding-bottom:98px}
.scenting-visuals .section-head{max-width:930px;margin:0 auto 48px;grid-template-columns:.9fr 1.1fr;gap:56px}
.scenting-visuals .eyebrow{font-size:9.5px;letter-spacing:.22em}
.scenting-visuals .section-head h2{font-size:clamp(34px,3.4vw,46px);line-height:1.07;margin-top:8px}
.scenting-visuals .section-head .copy p{font-size:14.5px;line-height:1.68}
.scenting-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:780px;margin:0 auto}
.scenting-image-card{margin:0;background:#f0ede7;aspect-ratio:4/5;overflow:hidden}
.scenting-image-card img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
@media(max-width:980px){.contact-grid{grid-template-columns:1fr;gap:58px}.contact-copy{max-width:780px}.contact-hero-media{max-width:none;justify-self:stretch}.scenting-visuals .section-head{grid-template-columns:1fr;gap:22px}.scenting-image-grid{max-width:720px;grid-template-columns:1fr 1fr}}
@media(max-width:760px){.contact-grid{gap:44px}.contact-form-wrap{padding:30px 24px 28px}.scenting-visuals{padding-top:78px;padding-bottom:82px}.scenting-visuals .section-head{margin-bottom:36px}.scenting-image-grid{grid-template-columns:1fr;max-width:520px}.scenting-image-card{aspect-ratio:4/5}.scenting-visuals .section-head h2{font-size:38px}}


/* V21 — global visual proportion refinement */
/* First section of each page reduced by approximately 20%, preserving image aspect ratios. */
.hero{min-height:calc(80vh - 66px)}
.hero-copy{padding-top:66px;padding-bottom:66px}
.hero h1{font-size:clamp(42px,4.1vw,56px)}
.hero .lead{font-size:14.5px;line-height:1.6;margin-top:21px;max-width:500px}
.hero .hero-note{font-size:12.4px;line-height:1.68;margin-top:12px;max-width:500px}
.hero-media{min-height:608px}.hero-media img,.hero-media .media-fallback{min-height:608px}
.page-hero-copy{padding-top:77px;padding-bottom:77px}
.page-hero-media{min-height:416px}
.page-hero h1{font-size:clamp(38px,4.1vw,56px)}
.page-hero p{font-size:14px;line-height:1.7}
.page-hero .btn{margin-top:22px}
.bespoke-hero .page-hero-copy{padding-top:70px;padding-bottom:70px}

/* Home: The Wellbeing Collection — 30% smaller visual scale */
.home-wellbeing{min-height:455px}
.home-wellbeing .split-media{display:flex;align-items:center;justify-content:center;min-height:455px;padding:0 7vw;background:#ece9e3}
.home-wellbeing .split-media .photo{width:70%;min-height:455px;height:455px}
.home-wellbeing .split-media img{width:100%;height:100%;min-height:0;object-fit:cover}
.home-wellbeing .split-copy{padding:62px 7vw}
.home-wellbeing .split-copy .eyebrow{font-size:9px}
.home-wellbeing .split-copy h2{font-size:clamp(35px,3.8vw,53px)}
.home-wellbeing .split-copy .lead{font-size:12.6px;line-height:1.55;margin-top:19px}
.home-wellbeing .split-copy>p:not(.lead){font-size:11px;line-height:1.7;margin-top:13px}
.home-wellbeing .split-copy .btn-row{margin-top:19px}

/* Signature Scenting sensory detail — smaller, editorial four-image composition */
.scenting-visuals .section-head{max-width:820px;margin-bottom:38px;grid-template-columns:.95fr 1.05fr;gap:42px}
.scenting-visuals .section-head h2{font-size:clamp(31px,3vw,41px)}
.scenting-visuals .section-head .copy p{font-size:13px}
.scenting-image-grid-four{max-width:980px;grid-template-columns:repeat(4,1fr);gap:14px}
.scenting-image-grid-four .scenting-image-card{aspect-ratio:4/5}
.scenting-image-grid-four .scenting-center{transform:none}

/* Thank You / QR page */
.thankyou-page{background:var(--ivory)}
.thankyou-intro{padding:72px 0 94px;text-align:center}
.thankyou-intro .container{max-width:920px}
.thankyou-intro h1{font-family:var(--serif);font-weight:400;font-size:clamp(48px,5vw,68px);line-height:1.04;letter-spacing:-.015em;margin:11px 0 0}
.thankyou-intro .lead{max-width:720px;margin:24px auto 0;color:#555149;font-size:17px;line-height:1.72}
.thankyou-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:54px}
.thankyou-card{background:#fff;padding:18px}
.thankyou-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}
.thankyou-card h3{font-family:var(--serif);font-weight:400;font-size:27px;line-height:1.12;margin:21px 0 10px}
.thankyou-card p{color:var(--muted);font-size:14px;line-height:1.72;margin:0}
.thankyou-manifesto{padding:104px 0;text-align:center;background:#fff}
.thankyou-manifesto .container{max-width:820px}
.thankyou-manifesto h2{font-family:var(--serif);font-weight:400;font-size:clamp(42px,4.4vw,60px);line-height:1.05;margin:0}
.thankyou-manifesto p{max-width:700px;margin:24px auto 0;color:var(--muted);font-size:16px;line-height:1.8}
.thankyou-instructions{padding:106px 0}
.thankyou-instructions .section-head{margin-bottom:52px}
.thankyou-instructions .section-head h2{font-size:clamp(37px,3.8vw,52px)}
.thankyou-ritual-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.thankyou-ritual{border-top:1px solid var(--line);padding-top:22px}
.thankyou-ritual .eyebrow{margin-bottom:9px}
.thankyou-ritual h3{font-family:var(--serif);font-weight:400;font-size:28px;line-height:1.12;margin:0 0 10px}
.thankyou-ritual p,.thankyou-ritual li{color:var(--muted);font-size:14.5px;line-height:1.72}
.thankyou-ritual ul{margin:10px 0 0;padding-left:20px}
.thankyou-closing{padding:92px 0 110px;text-align:center}
.thankyou-closing .container{max-width:760px}
.thankyou-closing h2{font-family:var(--serif);font-weight:400;font-size:clamp(38px,4vw,54px);line-height:1.05;margin:0}
.thankyou-closing p{margin:22px auto 0;color:var(--muted);font-size:15px;line-height:1.75}
@media(max-width:980px){.home-wellbeing .split-media{padding:0 5vw}.home-wellbeing .split-media .photo{width:78%}.scenting-image-grid-four{grid-template-columns:repeat(2,1fr);max-width:700px}.thankyou-grid{grid-template-columns:1fr 1fr}.thankyou-ritual-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.hero{min-height:auto}.hero-copy{padding-top:52px;padding-bottom:48px}.hero h1{font-size:43px}.hero .lead{font-size:14px}.hero-media{min-height:52vh}.hero-media img,.hero-media .media-fallback{min-height:52vh}.page-hero-copy{padding:58px 22px 44px}.page-hero-media{min-height:42vh}.page-hero h1{font-size:44px}.home-wellbeing{min-height:auto}.home-wellbeing .split{grid-template-columns:1fr}.home-wellbeing .split-media{min-height:340px;padding:0 22px}.home-wellbeing .split-media .photo{width:72%;min-height:340px;height:340px}.home-wellbeing .split-copy{padding:52px 22px}.home-wellbeing .split-copy h2{font-size:39px}.home-wellbeing .split-copy .lead{font-size:12px}.scenting-image-grid-four{grid-template-columns:1fr 1fr;gap:12px}.scenting-image-grid-four .scenting-image-card{aspect-ratio:4/5}.thankyou-intro{padding:56px 0 74px}.thankyou-intro h1{font-size:46px}.thankyou-intro .lead{font-size:15.5px}.thankyou-grid{grid-template-columns:1fr;gap:16px}.thankyou-manifesto{padding:76px 0}.thankyou-instructions{padding:78px 0}.thankyou-ritual-grid{grid-template-columns:1fr;gap:34px}.thankyou-closing{padding:76px 0 88px}}


/* V22 — compact first + second sections, mobile-first editorial proportions */
/* First sections: approximately 30% less vertical space than V21. */
.compact-first.hero{min-height:56vh}
.compact-first.hero .hero-copy{padding-top:48px;padding-bottom:48px}
.compact-first.hero h1{font-size:clamp(39px,3.8vw,52px)}
.compact-first.hero .lead{font-size:13.5px;line-height:1.55;margin-top:18px}
.compact-first.hero .hero-note{font-size:11.5px;line-height:1.62;margin-top:10px}
.compact-first.hero-media,.compact-first.hero-media img,.compact-first.hero-media .media-fallback{min-height:426px}

.compact-first.page-hero-copy{padding-top:54px;padding-bottom:54px}
.compact-first.page-hero-media{min-height:292px}
.compact-first.page-hero h1{font-size:clamp(36px,3.8vw,52px)}
.compact-first.page-hero p{font-size:13.2px;line-height:1.62}
.compact-first.page-hero .btn{margin-top:18px}
.compact-first.bespoke-hero .page-hero-copy{padding-top:54px;padding-bottom:54px}

/* Thank-you first block follows the same proportion rule. */
.compact-first.thankyou-intro{padding:50px 0 66px}
.compact-first.thankyou-intro h1{font-size:clamp(42px,4.2vw,58px)}
.compact-first.thankyou-intro .lead{font-size:15px;line-height:1.66;margin-top:18px}

/* Second sections: smaller type, media and spacing across every page. */
main > section.compact-secondary.section{padding-top:78px;padding-bottom:78px}
main > section.compact-secondary.section .section-head{margin-bottom:42px}
main > section.compact-secondary.section .section-head h2{font-size:clamp(34px,3.6vw,52px)}
main > section.compact-secondary.section .section-head .copy p{font-size:13px;line-height:1.65}
main > section.compact-secondary.split{min-height:455px}
main > section.compact-secondary.split .split-media,
main > section.compact-secondary.split .split-media .photo,
main > section.compact-secondary.split .split-media img{min-height:455px}
main > section.compact-secondary.split .split-copy{padding:56px 7vw}
main > section.compact-secondary.split .split-copy h2{font-size:clamp(36px,4vw,54px)}
main > section.compact-secondary.split .split-copy .lead{font-size:14.5px;line-height:1.58;margin-top:19px}
main > section.compact-secondary.split .split-copy>p:not(.lead){font-size:12.8px;line-height:1.68;margin-top:13px}
main > section.compact-secondary .product-grid{gap:18px}
main > section.compact-secondary .product-image{aspect-ratio:4/4.85}
main > section.compact-secondary .product-body{padding:20px 20px 22px}
main > section.compact-secondary .product-name{font-size:27px}
main > section.compact-secondary .product-tag{font-size:13px}
main > section.compact-secondary .product-notes{font-size:12.5px}
main > section.compact-secondary.bespoke-process{padding-top:76px;padding-bottom:78px}
main > section.compact-secondary.bespoke-process .bespoke-process-head{margin-bottom:46px}
main > section.compact-secondary.bespoke-process .bespoke-process-head h2{font-size:clamp(38px,4vw,54px)}
main > section.compact-secondary.bespoke-process .bespoke-step-image{margin-bottom:22px}
main > section.compact-secondary.bespoke-process .bespoke-step h3{font-size:24px}
main > section.compact-secondary.bespoke-process .bespoke-step h4{font-size:13px}
main > section.compact-secondary.bespoke-process .bespoke-step p{font-size:13px;line-height:1.66}
main > section.compact-secondary.contact-section{padding-top:78px;padding-bottom:78px}
main > section.compact-secondary.contact-section .contact-grid{gap:78px}
main > section.compact-secondary.contact-section .contact-copy h2{font-size:clamp(36px,4vw,54px)}
main > section.compact-secondary.contact-section .contact-copy .lead{font-size:14.5px}
main > section.compact-secondary.contact-section .contact-copy>p:not(.lead){font-size:13px}
main > section.compact-secondary.thankyou-manifesto{padding:76px 0}
main > section.compact-secondary.thankyou-manifesto h2{font-size:clamp(38px,4.1vw,56px)}
main > section.compact-secondary.thankyou-manifesto p{font-size:14px;line-height:1.72}

/* The sensory-detail gallery stays visually light on mobile. */
.scenting-visuals .section-head{margin-bottom:30px}
.scenting-image-grid-four{max-width:760px;gap:10px}
.scenting-image-grid-four .scenting-image-card{aspect-ratio:4/5}

@media(max-width:980px){
  .compact-first.hero{min-height:auto}
  .compact-first.hero-copy{padding:48px 40px 42px}
  .compact-first.hero-media,.compact-first.hero-media img,.compact-first.hero-media .media-fallback{min-height:44vh}
  .compact-first.page-hero-copy{padding:52px 0 40px}
  .compact-first.page-hero-media{min-height:40vh}
  main > section.compact-secondary.split{min-height:400px}
  main > section.compact-secondary.split .split-media,
  main > section.compact-secondary.split .split-media .photo,
  main > section.compact-secondary.split .split-media img{min-height:400px}
}

@media(max-width:760px){
  /* Mobile is the priority: compact, readable, with less dead space. */
  .container{width:calc(100% - 36px)}
  .compact-first.hero .hero-copy{padding:40px 18px 34px}
  .compact-first.hero h1{font-size:39px;line-height:1.06}
  .compact-first.hero .lead{font-size:13px;line-height:1.53}
  .compact-first.hero .hero-note{font-size:11px;line-height:1.58}
  .compact-first.hero-media,.compact-first.hero-media img,.compact-first.hero-media .media-fallback{min-height:34vh}

  .compact-first.page-hero-copy{padding:42px 18px 34px}
  .compact-first.page-hero h1{font-size:40px;line-height:1.06}
  .compact-first.page-hero p{font-size:13px;line-height:1.62}
  .compact-first.page-hero .btn{margin-top:17px}
  .compact-first.page-hero-media{min-height:31vh}
  .compact-first.bespoke-hero .page-hero-copy{padding:42px 18px 34px}

  .compact-first.thankyou-intro{padding:42px 0 56px}
  .compact-first.thankyou-intro h1{font-size:42px}
  .compact-first.thankyou-intro .lead{font-size:14.5px;line-height:1.66}

  main > section.compact-secondary.section{padding:58px 0}
  main > section.compact-secondary.section .section-head{margin-bottom:30px;gap:16px}
  main > section.compact-secondary.section .section-head h2{font-size:34px;line-height:1.06}
  main > section.compact-secondary.section .section-head .copy p{font-size:12px;line-height:1.64}

  main > section.compact-secondary.split{display:grid;grid-template-columns:1fr;min-height:auto}
  main > section.compact-secondary.split .split-copy{padding:46px 18px}
  main > section.compact-secondary.split .split-copy h2{font-size:36px;line-height:1.07}
  main > section.compact-secondary.split .split-copy .lead{font-size:13.2px;line-height:1.58;margin-top:17px}
  main > section.compact-secondary.split .split-copy>p:not(.lead){font-size:12px;line-height:1.65;margin-top:12px}
  main > section.compact-secondary.split .split-media,
  main > section.compact-secondary.split .split-media .photo,
  main > section.compact-secondary.split .split-media img{min-height:280px;height:280px}
  main > section.compact-secondary.bespoke-process{padding:56px 0 64px}
  main > section.compact-secondary.bespoke-process .bespoke-process-head{margin-bottom:34px}
  main > section.compact-secondary.bespoke-process .bespoke-process-head h2{font-size:36px}
  main > section.compact-secondary.bespoke-process .bespoke-steps{gap:30px}
  main > section.compact-secondary.bespoke-process .bespoke-step-image{margin-bottom:18px}
  main > section.compact-secondary.bespoke-process .bespoke-step h3{font-size:23px}
  main > section.compact-secondary.bespoke-process .bespoke-step h4{font-size:12.5px}
  main > section.compact-secondary.bespoke-process .bespoke-step p{font-size:12.5px}
  main > section.compact-secondary.contact-section{padding:58px 0}
  main > section.compact-secondary.contact-section .contact-grid{gap:38px}
  main > section.compact-secondary.contact-section .contact-copy h2{font-size:36px}
  main > section.compact-secondary.contact-section .contact-copy .lead{font-size:13.2px}
  main > section.compact-secondary.contact-section .contact-copy>p:not(.lead){font-size:12px}
  main > section.compact-secondary.thankyou-manifesto{padding:58px 0}
  main > section.compact-secondary.thankyou-manifesto h2{font-size:36px}
  main > section.compact-secondary.thankyou-manifesto p{font-size:13px;line-height:1.7}

  .scenting-visuals{padding-top:58px;padding-bottom:64px}
  .scenting-visuals .section-head{margin-bottom:28px;gap:14px}
  .scenting-visuals .section-head h2{font-size:33px}
  .scenting-visuals .section-head .copy p{font-size:12px}
  .scenting-image-grid-four{grid-template-columns:repeat(2,1fr);gap:10px;max-width:100%;}
}

@media(max-width:480px){
  .compact-first.hero h1,.compact-first.page-hero h1{font-size:37px}
  .compact-first.page-hero-media{min-height:28vh}
  main > section.compact-secondary.section .section-head h2{font-size:32px}
  main > section.compact-secondary.split .split-copy h2{font-size:34px}
  main > section.compact-secondary.split .split-media,
  main > section.compact-secondary.split .split-media .photo,
  main > section.compact-secondary.split .split-media img{min-height:250px;height:250px}
  .scenting-image-grid-four .scenting-image-card{aspect-ratio:4/5}
}


/* V23 — typography normalization + mobile-first hierarchy */
/* Section 1: +20% type scale from V22, normalized across all pages. */
.compact-first .eyebrow{font-size:11.5px;line-height:1.35;letter-spacing:.20em}
.compact-first.hero h1,
.compact-first.page-hero h1,
.compact-first.thankyou-intro h1{font-size:clamp(46px,4.6vw,62px);line-height:1.05}
.compact-first.hero .lead,
.compact-first.page-hero p,
.compact-first.thankyou-intro .lead{font-size:16px;line-height:1.62}
.compact-first.hero .hero-note{font-size:13.2px;line-height:1.65}

/* Section 2: +20% type scale from V22, same hierarchy across layouts. */
main > section.compact-secondary .section-head h2,
main > section.compact-secondary.split .split-copy h2,
main > section.compact-secondary.bespoke-process .bespoke-process-head h2,
main > section.compact-secondary.contact-section .contact-copy h2,
main > section.compact-secondary.thankyou-manifesto h2{font-size:clamp(42px,4.3vw,62px);line-height:1.06}
main > section.compact-secondary .section-head .copy p,
main > section.compact-secondary.split .split-copy>p:not(.lead),
main > section.compact-secondary.bespoke-process .bespoke-step p,
main > section.compact-secondary.contact-section .contact-copy>p:not(.lead),
main > section.compact-secondary.thankyou-manifesto p{font-size:15px;line-height:1.7}
main > section.compact-secondary.split .split-copy .lead,
main > section.compact-secondary.contact-section .contact-copy .lead{font-size:16.5px;line-height:1.62}
main > section.compact-secondary.bespoke-process .bespoke-step h3{font-size:28px;line-height:1.12}
main > section.compact-secondary.bespoke-process .bespoke-step h4{font-size:15px;line-height:1.55}
main > section.compact-secondary .product-name{font-size:31px}
main > section.compact-secondary .product-tag{font-size:14px}
main > section.compact-secondary .product-notes{font-size:14px;line-height:1.7}

/* Home hero image: 20% smaller without distortion. */
.compact-first.hero-media{width:80%;height:80%;min-height:0;align-self:center;justify-self:end}
.compact-first.hero-media img,.compact-first.hero-media .media-fallback{height:100%;min-height:0}

@media(max-width:760px){
  .compact-first .eyebrow{font-size:11px}
  .compact-first.hero h1,
  .compact-first.page-hero h1,
  .compact-first.thankyou-intro h1{font-size:46px;line-height:1.06}
  .compact-first.hero .lead,
  .compact-first.page-hero p,
  .compact-first.thankyou-intro .lead{font-size:16px;line-height:1.62}
  .compact-first.hero .hero-note{font-size:13px}

  main > section.compact-secondary .section-head h2,
  main > section.compact-secondary.split .split-copy h2,
  main > section.compact-secondary.bespoke-process .bespoke-process-head h2,
  main > section.compact-secondary.contact-section .contact-copy h2,
  main > section.compact-secondary.thankyou-manifesto h2{font-size:42px;line-height:1.07}
  main > section.compact-secondary .section-head .copy p,
  main > section.compact-secondary.split .split-copy>p:not(.lead),
  main > section.compact-secondary.bespoke-process .bespoke-step p,
  main > section.compact-secondary.contact-section .contact-copy>p:not(.lead),
  main > section.compact-secondary.thankyou-manifesto p{font-size:15px;line-height:1.7}
  main > section.compact-secondary.split .split-copy .lead,
  main > section.compact-secondary.contact-section .contact-copy .lead{font-size:16px;line-height:1.62}
  main > section.compact-secondary.bespoke-process .bespoke-step h3{font-size:27px}
  main > section.compact-secondary.bespoke-process .bespoke-step h4{font-size:14px}
  main > section.compact-secondary .product-name{font-size:31px}
  main > section.compact-secondary .product-tag{font-size:14px}
  main > section.compact-secondary .product-notes{font-size:14px}

  .compact-first.hero-media{width:88%;height:80%;min-height:0;justify-self:center;align-self:center}
  .compact-first.hero-media img,.compact-first.hero-media .media-fallback{min-height:0;height:100%}
}

@media(max-width:480px){
  .compact-first.hero h1,
  .compact-first.page-hero h1,
  .compact-first.thankyou-intro h1{font-size:44px}
  main > section.compact-secondary .section-head h2,
  main > section.compact-secondary.split .split-copy h2,
  main > section.compact-secondary.bespoke-process .bespoke-process-head h2,
  main > section.compact-secondary.contact-section .contact-copy h2,
  main > section.compact-secondary.thankyou-manifesto h2{font-size:39px}
  .compact-first.hero-media{width:92%;height:80%}
}


/* V24 — unified editorial typography based on Collection / Ritual Accessory sizing. */
:root{
  --type-eyebrow:11px;
  --type-heading:clamp(40px,4.2vw,58px);
  --type-lead:16px;
  --type-body:14px;
}
body{font-size:16px}
main .eyebrow{font-size:var(--type-eyebrow);line-height:1.35;letter-spacing:.20em}
main h1,
main .section-head h2,
main .split-copy h2,
main .manifesto h2,
main .bespoke-process-head h2,
main .contact-copy h2,
main .thankyou-manifesto h2{font-size:var(--type-heading);line-height:1.06}
main .hero .lead,
main .page-hero p,
main .split-copy .lead,
main .contact-copy .lead,
main .thankyou-intro .lead{font-size:var(--type-lead);line-height:1.62}
main .section-head .copy p,
main .split-copy>p:not(.lead),
main .bespoke-step p,
main .contact-copy>p:not(.lead),
main .thankyou-manifesto p{font-size:var(--type-body);line-height:1.72}
main .step h3,
main .bespoke-step h3{font-size:27px;line-height:1.12}
main .step p{font-size:14px;line-height:1.72}

/* Home — give the second image-led section more visual presence. */
.home-wellbeing .split-media .photo{width:84%}
@media(max-width:980px){.home-wellbeing .split-media .photo{width:86%}}
@media(max-width:760px){
  .home-wellbeing .split-media .photo{width:86%;min-height:360px;height:360px}
  main h1,main .section-head h2,main .split-copy h2,main .manifesto h2,main .bespoke-process-head h2,main .contact-copy h2,main .thankyou-manifesto h2{font-size:44px}
  main .hero .lead,main .page-hero p,main .split-copy .lead,main .contact-copy .lead,main .thankyou-intro .lead{font-size:16px}
  main .section-head .copy p,main .split-copy>p:not(.lead),main .bespoke-step p,main .contact-copy>p:not(.lead),main .thankyou-manifesto p{font-size:14px}
}
@media(max-width:480px){
  main h1,main .section-head h2,main .split-copy h2,main .manifesto h2,main .bespoke-process-head h2,main .contact-copy h2,main .thankyou-manifesto h2{font-size:40px}
  .home-wellbeing .split-media .photo{width:88%;min-height:340px;height:340px}
}

/* Signature Scenting — rotating image carousel. */
.scenting-carousel{position:relative;max-width:920px;margin:0 auto;padding:0 58px 46px}
.scenting-carousel-viewport{overflow:hidden;background:#f2efe9}
.scenting-carousel-track{display:flex;transition:transform .65s cubic-bezier(.22,.61,.36,1);will-change:transform}
.scenting-carousel-slide{flex:0 0 100%;margin:0;display:flex;justify-content:center;background:#f2efe9;aspect-ratio:16/10;overflow:hidden}
.scenting-carousel-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.scenting-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(38,37,33,.16);background:rgba(255,255,255,.92);color:var(--ink);border-radius:50%;font:400 27px/38px var(--sans);cursor:pointer;z-index:2;transition:.2s}
.scenting-carousel-btn:hover{background:var(--ink);color:#fff}
.scenting-carousel-btn.prev{left:4px}.scenting-carousel-btn.next{right:4px}
.scenting-carousel-dots{position:absolute;left:50%;bottom:9px;transform:translateX(-50%);display:flex;gap:7px;align-items:center}
.scenting-carousel-dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#bdb7ae;cursor:pointer;transition:.2s}
.scenting-carousel-dot.active{width:18px;border-radius:10px;background:#4a463f}
@media(max-width:760px){
  .scenting-carousel{padding:0 34px 42px}
  .scenting-carousel-slide{aspect-ratio:4/5}
  .scenting-carousel-btn{width:36px;height:36px;font-size:23px;line-height:32px}
  .scenting-carousel-btn.prev{left:0}.scenting-carousel-btn.next{right:0}
}
@media(max-width:480px){.scenting-carousel{padding-left:28px;padding-right:28px}.scenting-carousel-slide{aspect-ratio:4/5}}

/* V25 refinements: automatic 4-image sensory carousel, balanced typography and image scale. */
.brand-difference .section-head h2{font-size:clamp(41px,4.3vw,62px)}
.brand-difference .section-head .copy p{font-size:15.5px;line-height:1.72}
.brand-difference .step h3{font-size:24px}
.brand-difference .step p{font-size:14.5px;line-height:1.72}

.scenting-brand-section .split-media .photo{width:80%;margin-left:auto}
.scenting-brand-section .split-media img{width:100%;height:100%;object-fit:cover}

.scenting-auto-carousel{max-width:980px;margin:0 auto}
.scenting-auto-carousel .scenting-carousel-track{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;transition:opacity .32s ease}
.scenting-auto-carousel .scenting-carousel-track.is-rotating{opacity:.05}
.scenting-auto-carousel .scenting-carousel-slide{margin:0;aspect-ratio:4/5;overflow:hidden;background:#f0ede7}
.scenting-auto-carousel .scenting-carousel-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}

@media(max-width:980px){
  .scenting-auto-carousel .scenting-carousel-track{grid-template-columns:repeat(2,1fr);gap:12px}
}
@media(max-width:760px){
  .brand-difference .section-head h2{font-size:40px}
  .brand-difference .section-head .copy p{font-size:14.5px}
  .brand-difference .step h3{font-size:23px}
  .brand-difference .step p{font-size:14px}
  .scenting-brand-section .split-media .photo{width:80%;margin:0 auto}
  .scenting-auto-carousel .scenting-carousel-track{grid-template-columns:repeat(2,1fr);gap:10px}
  .scenting-auto-carousel .scenting-carousel-slide{aspect-ratio:4/5}
}

/* V26 editorial refinements */
.home-approach .section-head{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start}
.home-approach .section-head .copy{max-width:760px;margin:0}
.home-approach .section-head > div:first-child h2{font-size:clamp(38px,4vw,58px)}
.home-approach .section-head .copy p:first-child{font-size:17px;line-height:1.72;color:var(--ink)}
.home-approach .section-head .copy p + p{font-size:14px;line-height:1.68}
.about-sensory .split-media{display:flex;align-items:center;justify-content:center}
.about-sensory .split-media .photo{width:80%;height:80%;min-height:0;max-height:364px}
.about-sensory .split-media img{width:100%;height:100%;min-height:0;object-fit:cover}
@media(max-width:980px){
  .home-approach .section-head{grid-template-columns:1fr;gap:22px}
  .about-sensory .split-media .photo{width:80%;height:80%;max-height:320px}
}
@media(max-width:760px){
  .home-approach .section-head > div:first-child h2{font-size:38px}
  .home-approach .section-head .copy p:first-child{font-size:16px;line-height:1.68}
  .home-approach .section-head .copy p + p{font-size:13px;line-height:1.66}
  .about-sensory .split-media{min-height:400px}
  .about-sensory .split-media .photo{width:80%;height:320px;min-height:0}
}

/* V27 editorial image carousel */
.editorial-gallery-section{padding-top:68px;padding-bottom:68px}
.editorial-auto-carousel{max-width:980px;margin:0 auto}
.editorial-carousel-track{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;transition:opacity .32s ease}
.editorial-carousel-track.is-rotating{opacity:.05}
.editorial-carousel-slide{margin:0;aspect-ratio:4/5;overflow:hidden;background:#f0ede7}
.editorial-carousel-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
@media(max-width:980px){.editorial-carousel-track{grid-template-columns:repeat(2,1fr);gap:12px}}
@media(max-width:760px){.editorial-gallery-section{padding-top:48px;padding-bottom:48px}.editorial-carousel-track{grid-template-columns:repeat(2,1fr);gap:10px}.editorial-carousel-slide{aspect-ratio:4/5}}


/* V28 continuous, edge-to-edge carousels: one line, no gaps, automatic motion. */
html,body{overflow-x:hidden}
.editorial-gallery-section,.scenting-visuals{overflow:hidden}
.editorial-auto-carousel,.scenting-auto-carousel{
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
}
.editorial-carousel-track,.scenting-auto-carousel .scenting-carousel-track{
  display:flex !important;
  flex-wrap:nowrap;
  gap:0 !important;
  width:max-content;
  min-width:200%;
  animation:voyde-marquee 34s linear infinite;
  will-change:transform;
  opacity:1 !important;
}
.editorial-carousel-slide,.scenting-auto-carousel .scenting-carousel-slide{
  flex:0 0 clamp(250px,20vw,330px);
  width:clamp(250px,20vw,330px);
  aspect-ratio:4/5;
  margin:0;
  border:0;
  border-radius:0;
  overflow:hidden;
  background:#f0ede7;
}
.editorial-carousel-slide img,.scenting-auto-carousel .scenting-carousel-slide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
@keyframes voyde-marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:760px){
  .editorial-carousel-track,.scenting-auto-carousel .scenting-carousel-track{animation-duration:27s}
  .editorial-carousel-slide,.scenting-auto-carousel .scenting-carousel-slide{
    flex-basis:48vw;
    width:48vw;
    aspect-ratio:4/5;
  }
}
@media(prefers-reduced-motion:reduce){
  .editorial-carousel-track,.scenting-auto-carousel .scenting-carousel-track{animation:none}
}

/* Contact first section follows the same typography scale as the other page heroes. */
.compact-first.contact-hero .eyebrow{font-size:11.5px;line-height:1.35;letter-spacing:.20em}
.compact-first.contact-hero h1{font-size:clamp(46px,4.6vw,62px);line-height:1.05}
.compact-first.contact-hero p{font-size:16px;line-height:1.62}
@media(max-width:760px){
  .compact-first.contact-hero .eyebrow{font-size:11px}
  .compact-first.contact-hero h1{font-size:46px;line-height:1.06}
  .compact-first.contact-hero p{font-size:16px;line-height:1.62}
}
@media(max-width:480px){
  .compact-first.contact-hero h1{font-size:44px}
}


/* V29 — Signature Scenting sensory-detail hierarchy and alignment. */
.scenting-visuals .section-head{
  max-width:860px;
  margin:0 0 52px;
  grid-template-columns:1fr;
  gap:20px;
  align-items:start;
  text-align:left;
}
.scenting-visuals .section-head > div:first-child,
.scenting-visuals .section-head .copy{
  max-width:820px;
  margin:0;
}
.scenting-visuals .section-head h2{
  font-size:clamp(37px,3.6vw,49px);
  line-height:1.06;
}
.scenting-visuals .section-head .copy p{
  font-size:17px;
  line-height:1.68;
  margin:0;
}
@media(max-width:760px){
  .scenting-visuals .section-head{
    max-width:none;
    margin-bottom:40px;
    gap:16px;
  }
  .scenting-visuals .section-head h2{font-size:46px;line-height:1.06}
  .scenting-visuals .section-head .copy p{font-size:16px;line-height:1.68}
}
@media(max-width:480px){
  .scenting-visuals .section-head h2{font-size:43px}
}
