@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}}
