@import url('/assets/fonts/fonts.css');
/* The header and hero share one viewport; neither changes size on scroll. */
 :root{--header-height:96px;--ink:#2b1c20;--wine:#42262d;--wine-dark:#25181b;--gold:#b78a4d;--gold-light:#e3c58f;--cream:#faf7f0;--sand:#f0e9dd;--muted:#746a63;--line:#b29c7e40;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif;--ease:cubic-bezier(.2,.7,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;color:var(--ink);background:var(--cream);font:16px/1.8 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:5px}img{display:block;max-width:100%;width:100%;height:100%;object-fit:cover}svg{width:22px;height:22px;flex-shrink:0;vertical-align:middle}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{font-family:var(--serif);font-weight:600;line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(62px,6vw,100px)}h2{font-size:clamp(46px,4.6vw,72px)}h3{font-size:32px}em{font-weight:500;color:#9e7547}p+p{margin-top:18px}.wrap{width:min(1320px,88%);margin-inline:auto}.section{padding-block:105px}.eyebrow{font:600 12px/1.6 var(--sans);letter-spacing:.18em;text-transform:uppercase;color:#956c3d;margin-bottom:22px}.micro{font:600 11px/1.6 var(--sans);letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.lead{font-size:18px;line-height:1.9;color:var(--muted)}.skip-link{position:fixed;left:20px;top:-100px;background:var(--cream);z-index:100;padding:14px 22px}.skip-link:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.header{height:96px;padding:0 5%;display:flex;align-items:center;gap:40px;position:sticky;top:0;z-index:50;border-bottom:1px solid #c3a57430;background:#281a1df5;color:#f8f0df;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:background .35s var(--ease),box-shadow .35s var(--ease),border-color .35s var(--ease)}.header.is-scrolled{background:#281a1db8;box-shadow:0 10px 30px #26181b26;border-bottom-color:#c3a57425}.logo{display:inline-flex;align-items:center;gap:15px;flex-shrink:0}.logo-type{font:600 25px/1 var(--serif);letter-spacing:.17em}.logo-type small{display:block;font:600 7px/1.5 var(--sans);letter-spacing:.23em;margin-top:8px}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:30px}.desktop-nav a{position:relative;font-size:13px;padding-block:12px}.desktop-nav a:after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .3s}.desktop-nav a:hover:after,.desktop-nav [aria-current]:after{transform:scaleX(1)}.header-enquire{display:inline-flex;align-items:center;gap:22px;border:1px solid #b3905d7d;padding:10px 20px;font-size:12px}.header-enquire:hover{background:var(--gold);color:var(--cream)}.header-enquire svg{width:16px}.menu-toggle{display:none!important}.icon-button{display:grid;place-items:center;background:none;border:1px solid #bda58466;width:44px;height:44px;border-radius:50%;color:inherit;transition:background .3s,color .3s}.icon-button:hover{background:var(--gold-light);color:var(--ink)}.mobile-nav[hidden]{display:none}.mobile-nav{position:fixed;z-index:49;left:0;right:0;top:96px;background:#281a1db8;color:#f8f0df;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);padding:24px 7%;box-shadow:0 30px 40px #26181b26;max-height:calc(100svh - 96px);overflow:auto}.mobile-nav a{display:block;padding:13px 0;border-bottom:1px solid var(--line);font-size:17px}.mobile-nav [aria-current]{color:var(--gold-light)}.button{position:relative;display:inline-flex;align-items:center;justify-content:space-between;gap:38px;padding:17px 26px;border:1px solid transparent;overflow:hidden;font-size:13px;font-weight:600;line-height:1.5;transition:background .35s,color .35s,transform .35s,box-shadow .35s;min-height:54px}.button:before{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,#fff4 45%,transparent 70%);transform:translateX(-150%) skewX(-15deg);transition:transform .75s}.button:hover:before{transform:translateX(150%) skewX(-15deg)}.button svg{width:18px;height:18px;transition:transform .3s}.button:hover svg{transform:translate(3px,-3px)}.button:hover{transform:translateY(-2px)}.gold{background:#c59c65;color:#25171a}.gold:hover{background:#dec094;box-shadow:0 10px 25px #291c2120}.outline{border-color:#ad8b5e78;background:transparent;color:var(--ink)}.outline:hover{background:var(--wine);color:var(--cream);border-color:var(--wine)}.light{background:var(--cream);color:var(--ink)}.light:hover{background:var(--gold-light)}.text{padding:12px 0;border-bottom:1px solid #a581505c;min-height:0;gap:28px}.hero-slider{height:calc(100svh - var(--header-height));min-height:0;max-height:none;position:relative;overflow:hidden;background:var(--wine-dark);color:var(--cream)}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1.15s ease,visibility 1.15s}.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}.slide-image,.slide-shade{position:absolute;inset:0}.slide-image img{object-position:65% center;transform:scale(1.03)}.hero-slide.is-active .slide-image img{animation:kenburns 9s linear both}.hero-slide:nth-child(2).is-active .slide-image img{animation-name:kenburns-back}.slide-shade{background:linear-gradient(90deg,#160e10c7 0%,#1b101650 50%,transparent 85%),linear-gradient(0deg,#160e10be,transparent 40%)}.hero-copy{position:absolute;top:50%;left:8%;transform:translateY(-43%);max-width:680px;width:55%;z-index:2}.hero-copy .eyebrow{color:#e4c899;font-size:11px;margin-bottom:25px}.hero-copy h1,.hero-copy h2{font-size:clamp(68px,6.8vw,112px);line-height:1.02;letter-spacing:-.04em;color:#fff8eb}.hero-copy em{color:#e5c796}.hero-copy>p:not(.eyebrow){font-size:16px;line-height:1.9;color:#e1d6c7;max-width:420px;margin:24px 0 28px}.hero-story{display:inline-flex;align-items:center;gap:15px;margin-left:27px;font-size:13px}.hero-story svg{width:18px}.hero-controls{position:absolute;z-index:5;left:5%;right:5%;bottom:32px;display:flex;align-items:center;justify-content:space-between;gap:25px}.hero-location{font-size:10px;letter-spacing:.13em;display:flex;align-items:center;gap:15px}.hero-location i{width:25px;height:1px;background:#d5bf8f}.slider-dots{display:flex;gap:20px}.slide-dot{display:flex;align-items:center;gap:12px;background:none;border:0;color:#e5d9c5;padding:12px 0;font-size:11px}.slide-dot i{display:block;width:40px;height:1px;background:#fff4;position:relative}.slide-dot.active i{background:#d9b87a}.slide-dot:not(.active){opacity:.6}.slider-arrows{display:flex;gap:10px}.slider-arrows .icon-button{background:#ffffff0d;backdrop-filter:blur(10px);border-color:#ffffff35}.brand-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);padding:29px 6%;background:#efe8dc}.brand-strip>div{display:flex;justify-content:center;align-items:center;gap:14px;font-size:12px;border-right:1px solid #ae926233;letter-spacing:.02em}.brand-strip>div:last-child{border:0}.brand-strip svg{color:#9c7746}.story-section{display:grid;grid-template-columns:.92fr 1fr;gap:11%;align-items:center}.story-visual{height:580px;position:relative}.story-visual img{border-radius:1px}.glass-note{position:absolute;right:-30px;bottom:38px;background:#faf7f0cc;backdrop-filter:blur(18px);border:1px solid #ffffff7d;padding:24px 34px;min-width:250px;box-shadow:0 12px 35px #241c1312}.glass-note span{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#756649}.glass-note strong{font:600 31px var(--serif)}.story-copy>p:not(.eyebrow){font-size:16px;line-height:1.9;color:var(--muted);margin-top:24px}.story-copy .button{margin-top:32px}.collections-section{background:#f0eade}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:45px;margin-bottom:48px}.section-heading p:not(.eyebrow){font-size:15px;line-height:1.8;color:var(--muted);margin-bottom:18px}.section-heading>.button{flex-shrink:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.product-card[hidden]{display:none}.product-image{height:330px;display:block;position:relative;overflow:hidden;background:#3d2c25}.product-image img{transition:transform 1.2s var(--ease)}.product-card:hover .product-image img{transform:scale(1.065)}.product-image img[src*='heritage']{object-position:73% center}.product-image img[src*='tea']{object-position:65% center}.product-image img[src*='oil']{object-position:70% center}.category-tag{position:absolute;left:16px;top:16px;background:#faf6eddf;backdrop-filter:blur(12px);padding:5px 12px;font-size:10px;letter-spacing:.06em}.round-link{position:absolute;right:16px;bottom:16px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fff7e7ed;backdrop-filter:blur(12px);color:var(--ink);transform:translateY(3px);transition:transform .3s,background .3s}.round-link svg{width:18px}.product-card:hover .round-link,.journal-card:hover .round-link{transform:translateY(0);background:var(--gold-light)}.card-copy{padding-top:22px}.card-copy .micro{font-size:10px;letter-spacing:.09em;margin-bottom:8px}.card-copy h3{font-size:30px}.small-link{display:inline-flex;align-items:center;gap:15px;font-size:12px;font-weight:600;border-bottom:1px solid #a28a654d;padding:8px 0;margin-top:10px}.small-link svg{width:17px;height:17px;transition:transform .3s}.small-link:hover svg{transform:translateX(4px)}.ritual-banner{height:620px;position:relative;overflow:hidden;color:var(--cream)}.ritual-banner>img{object-position:center 58%}.ritual-banner:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#241318d9,transparent 95%)}.ritual-overlay{position:absolute;z-index:1;left:9%;top:50%;transform:translateY(-50%)}.ritual-overlay .eyebrow{color:var(--gold-light)}.ritual-overlay h2{font-size:clamp(62px,6vw,95px)}.ritual-overlay em{color:var(--gold-light)}.ritual-overlay .button{margin-top:34px}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.journal-image{display:block;height:285px;position:relative;overflow:hidden;background:var(--sand)}.journal-image img{transition:transform 1s var(--ease)}.journal-card:hover img{transform:scale(1.055)}.journal-card>.micro{margin-top:23px;font-size:10px;letter-spacing:.07em}.journal-card>.micro span{color:#81756b;letter-spacing:0}.journal-card h3{font-size:32px;line-height:1.17;margin-top:12px;max-width:390px}.journal-grid.two{grid-template-columns:repeat(2,1fr);max-width:950px}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;border-top:1px solid var(--line)}.accordions details{border-bottom:1px solid var(--line)}.accordions summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;font-weight:600;font-size:15px;line-height:1.6}.accordions summary::-webkit-details-marker{display:none}.accordions summary svg{width:18px;color:#a68450;transition:transform .3s}.accordions details[open] summary svg{transform:rotate(45deg)}.accordions details>div{padding:0 35px 25px 0;color:var(--muted);line-height:1.9;font-size:15px}.closing{background:var(--wine);padding:70px 8%;display:flex;justify-content:space-between;align-items:center;gap:30px;color:var(--cream);position:relative}.closing .eyebrow{color:var(--gold-light)}.closing h2{font-size:61px}.closing em{color:#dbbc86}.closing>.button{flex-shrink:0}footer{background:var(--wine-dark);color:#cfc3b4;padding:75px 6% 25px;font-size:13px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .85fr 1.15fr;gap:55px;padding-bottom:55px}.footer-brand .logo{color:#f5ead6}.footer-brand>p{font-size:13px;line-height:1.9;margin-top:25px}.footer-brand>.micro{color:#ad9780;font-size:10px;margin-top:27px}.socials{display:flex;gap:10px;margin-top:12px}.socials a{width:37px;height:37px;display:grid;place-items:center;border:1px solid #c9ad762e;transition:background .3s,color .3s}.socials svg{width:16px;height:16px}.socials a:hover{background:var(--gold-light);color:var(--ink)}.footer-grid h3{font-family:var(--sans);font-size:13px;color:#f2e8d8;font-weight:600;letter-spacing:.02em;margin-bottom:24px}.footer-grid>div:not(.footer-brand)>a{display:block;margin-bottom:11px;line-height:1.8}.footer-grid a:hover{color:#edc78c}.footer-contact>a:not(.map-link),.footer-contact address{display:flex!important;gap:12px;align-items:start;font-style:normal}.footer-contact svg{width:16px;height:16px;color:#c6a069;margin-top:5px}.footer-contact .map-link{display:inline-flex!important;font-size:11px;align-items:center;gap:9px;margin-top:15px;border-bottom:1px solid #bca07045}.footer-policies{display:flex;flex-wrap:wrap;gap:25px;border-top:1px solid #c9ad7622;border-bottom:1px solid #c9ad7622;padding:20px 0;font-size:10px;color:#bbac9a}.motion-toggle{border:0;background:none;color:inherit;padding:0;font-size:10px;margin-left:auto}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:22px;gap:20px;font-size:10px;color:#b4a696}.footer-bottom>a:nth-child(2){color:#e5c795}.back-top{display:flex;gap:9px;align-items:center}.back-top svg{width:14px}.page-intro{padding-top:55px;padding-bottom:60px;max-width:1320px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;line-height:1.8;color:#8a7a68;padding:26px 0}.breadcrumbs svg{width:12px;height:12px}.page-intro .breadcrumbs{padding-top:0;padding-bottom:45px}.page-intro .eyebrow{margin-bottom:22px}.page-intro h1{max-width:950px}.page-intro .lead{max-width:700px;margin-top:25px}.about-feature{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:8%}.about-feature>img{height:540px}.about-feature>div>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.9;margin-top:24px}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.mission-card{padding:60px;background:#ede5d8}.mission-card>svg{width:36px;height:36px;color:#9a7341;margin-bottom:35px}.mission-card h2{font-size:43px;line-height:1.2}.mission-card>p:last-child{font-size:16px;line-height:1.9;margin-top:24px;color:#77685e}.mission-card.dark{background:var(--wine);color:var(--cream)}.mission-card.dark>p:last-child{color:#d3c4b3}.mission-card.dark .eyebrow,.mission-card.dark svg{color:var(--gold-light)}.values-section{background:var(--sand)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-top:50px}.values-grid article>span{color:#9f7d4c;font-size:13px}.values-grid h3{margin:15px 0;font-size:36px}.values-grid p{color:var(--muted);font-size:16px;line-height:1.9}.collection-catalog{padding-top:0}.filter-bar{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px;border-bottom:1px solid var(--line);padding-bottom:25px}.filter{border:1px solid #bcaa8a66;background:none;padding:10px 20px;font-size:13px;transition:background .3s,color .3s}.filter.active,.filter:hover{background:var(--wine);color:var(--cream);border-color:var(--wine)}.catalog{grid-template-columns:repeat(3,1fr);row-gap:45px}.catalog .product-image{height:410px}.collection-note{font-size:13px;color:var(--muted);max-width:800px;line-height:1.9;margin-top:50px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding-top:15px;padding-bottom:70px;align-items:center}.detail-photo{height:670px;background:var(--sand)}.detail-copy h1{font-size:68px}.detail-copy .product-tagline{font:500 italic 30px var(--serif);color:#a37c46;margin-top:15px}.detail-copy .lead{font-size:17px;margin-top:25px}.detail-copy .button{margin-top:30px}.whatsapp-link{display:flex;gap:10px;align-items:center;font-size:13px;margin-top:20px;color:#795c3c}.whatsapp-link svg{width:18px}.detail-facts{border-top:1px solid var(--line);margin-top:35px;padding-top:25px}.detail-facts p{display:flex;gap:11px;align-items:start;font-size:13px;color:var(--muted);line-height:1.8}.detail-facts p+p{margin-top:12px}.detail-facts svg{color:#9a7646;width:16px;height:16px;margin-top:4px}.product-reading{display:grid;grid-template-columns:1fr 1fr;gap:8%;border-top:1px solid var(--line);padding:55px 0}.product-reading h2{font-size:36px;margin-bottom:20px}.product-reading p{font-size:16px;line-height:1.9;color:var(--muted)}.related{grid-template-columns:repeat(3,1fr)}.related .product-image{height:380px}.journal-index{padding-top:0;padding-bottom:120px}.article-heading{padding-top:20px;max-width:1150px;text-align:center}.article-heading .breadcrumbs{justify-content:center;text-align:left}.article-heading>.eyebrow{margin-top:40px}.article-heading h1{font-size:clamp(52px,5.6vw,88px);line-height:1.07;max-width:1050px;margin:auto}.article-meta{font-size:12px;color:#807162;margin:28px 0 45px;display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap}.article-feature{height:530px;margin-bottom:70px}.article-feature img{object-position:center 60%}.article-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:80px;max-width:1150px}.article-layout aside{align-self:start;position:sticky;top:130px}.article-layout aside nav a{display:block;color:#7c6c5a;font-size:13px;line-height:1.7;padding:9px 0;border-bottom:1px solid var(--line)}.article-body{max-width:760px}.article-body p{font-size:16px;line-height:1.95;color:#6a6058;margin-bottom:22px}.article-body .article-lede{font:600 30px/1.45 var(--serif);color:var(--ink)}.article-body h2{font-size:38px;margin:42px 0 22px;scroll-margin-top:130px}.article-body a,.policy-body a{color:#906b3b;text-decoration:underline;text-underline-offset:4px}.article-body blockquote{font:500 italic 34px/1.4 var(--serif);color:#9a7341;border-left:2px solid #b6915a;margin:38px 0;padding:8px 0 8px 30px}.table-scroll{overflow-x:auto;margin:25px 0}.table-scroll table{border-collapse:collapse;width:100%;min-width:480px;font-size:13px;line-height:1.7}.table-scroll caption{text-align:left;font-size:12px;color:#806b52;margin-bottom:12px}.table-scroll td,.table-scroll th{padding:16px 18px;border:1px solid #b29c7e42;text-align:left;vertical-align:top}.table-scroll th{background:var(--sand);font-weight:600}.table-scroll th[scope=row]{background:#f5eee3}.article-note{font-size:12px;padding:22px;background:var(--sand);line-height:1.8;color:#7c6e5c}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:8%;padding-bottom:110px}.contact-methods>a:not(.button):not(.small-link),.contact-methods>div{display:flex;align-items:start;gap:20px;padding:26px 0;border-bottom:1px solid var(--line)}.contact-methods>div:first-child{padding-top:0}.contact-methods svg{color:#a28253;width:22px;height:22px;margin-top:7px}.contact-methods span{font-size:10px;letter-spacing:.13em;color:#8d7c66}.contact-methods h2{font-size:32px;line-height:1.4;margin-top:6px;overflow-wrap:anywhere}.contact-methods p{font-size:13px;color:var(--muted);margin-top:10px}.contact-methods .button{margin-top:30px;display:flex;width:max-content}.contact-methods .small-link{display:flex;width:max-content;margin-top:17px}.enquiry-form{padding:45px;background:#f0e9dd;border:1px solid #fdfaf36b}.enquiry-form h2{font-size:40px;margin-bottom:15px}.enquiry-form>p{font-size:14px;color:var(--muted);line-height:1.8}.enquiry-form label{display:block;font-size:12px;font-weight:600;margin-top:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}input,select,textarea{display:block;width:100%;border:1px solid #c8b99f;background:#fffdf6bb;border-radius:0;padding:13px 14px;font-size:15px;color:var(--ink);margin-top:8px;min-height:48px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:#9b7547}.form-note{font-size:11px!important;margin-top:20px!important}.form-note a{text-decoration:underline}.enquiry-form .button{margin-top:25px}#form-status{font-size:13px;margin-top:17px}.policy-body{max-width:850px;padding-bottom:100px}.policy-date{font-size:12px;color:#8c7a64;padding-bottom:30px;border-bottom:1px solid var(--line);margin-bottom:40px}.policy-body h2{font-size:35px;margin:35px 0 18px}.policy-body p:not(.policy-date){font-size:16px;line-height:1.95;color:var(--muted)}.narrow{max-width:900px;padding-top:10px}.not-found{padding:100px 0 130px;text-align:center}.not-found>p:not(.eyebrow){margin:30px auto;max-width:580px;color:var(--muted)}.not-found>div{display:flex;justify-content:center;gap:20px}.sitemap-links{display:grid;grid-template-columns:1fr 1fr;gap:0 50px;padding-bottom:100px}.sitemap-links a{padding:18px 0;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);font-size:15px}.sitemap-links svg{color:#a6834c;width:18px}.reveal{opacity:1}.js-motion .reveal{opacity:0;transform:translateY(25px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.js-motion .reveal.visible{opacity:1;transform:none}.reduced-motion *, .reduced-motion *:before,.reduced-motion *:after{animation:none!important;transition:none!important}.reduced-motion .reveal{opacity:1;transform:none}.reduced-motion .slide-image img{transform:none!important}.hero-slider.is-paused .slide-image img{animation-play-state:paused}
@keyframes kenburns{from{transform:scale(1.03) translateX(0)}to{transform:scale(1.13) translateX(-1%)}}@keyframes kenburns-back{from{transform:scale(1.12) translateX(-1%)}to{transform:scale(1.02) translateX(0)}}
@media(min-width:1700px){.hero-copy{left:max(8%,calc((100vw - 1320px)/2))}.hero-copy h1,.hero-copy h2{font-size:120px}.product-image{height:390px}}
@media(max-width:1100px){.header{gap:25px}.desktop-nav{gap:20px}.logo-type{font-size:22px}.header-enquire{padding:9px 15px;gap:12px}.story-section{gap:8%}.story-visual{height:500px}.product-grid{gap:20px}.product-image{height:290px}.card-copy h3{font-size:28px}.footer-grid{gap:30px;grid-template-columns:1.2fr .8fr 1fr 1.1fr}.footer-brand .logo{gap:9px}.footer-brand .logo-type{font-size:21px}.footer-brand .footer-contact a{overflow-wrap:anywhere}.mission-card{padding:40px}.catalog .product-image{height:360px}.article-layout{gap:45px;grid-template-columns:210px minmax(0,1fr)}}
@media(max-width:900px){:root{--header-height:84px}.desktop-nav,.header-enquire{display:none}.header{justify-content:space-between;height:84px}.menu-toggle{display:grid!important}.mobile-nav{top:84px}.hero-copy{width:75%;max-width:600px;left:7%}.hero-copy h1,.hero-copy h2{font-size:82px}.hero-location{display:none}.hero-controls{left:7%;right:7%}.brand-strip{grid-template-columns:repeat(2,1fr);row-gap:25px}.brand-strip>div:nth-child(2){border:0}.product-grid{grid-template-columns:repeat(2,1fr);gap:35px 25px}.product-image{height:400px}.journal-grid{gap:25px}.journal-image{height:230px}.journal-card h3{font-size:28px}.story-section{gap:7%}.story-visual{height:470px}.glass-note{right:-20px;min-width:200px;padding:20px}.glass-note strong{font-size:27px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:45px}.footer-brand{padding-right:25px}.mission-card h2{font-size:35px}.about-feature{gap:7%}.about-feature>img{height:500px}.values-grid{gap:30px}.detail-copy h1{font-size:54px}.detail-photo{height:600px}.article-layout{grid-template-columns:1fr}.article-layout aside{position:relative;top:0;border-bottom:1px solid var(--line);padding-bottom:30px}.article-layout aside nav{display:flex;flex-wrap:wrap;gap:5px 25px}.article-layout aside nav a{font-size:12px}.article-layout aside>.small-link{display:none}.article-body{max-width:none}.contact-layout{gap:5%;grid-template-columns:1fr 1.1fr}.enquiry-form{padding:30px}.form-row{grid-template-columns:1fr;gap:0}}
@media(max-width:650px){:root{--header-height:80px}html{scroll-padding-top:100px}.wrap{width:86%}.section{padding-block:65px}h1{font-size:55px}h2{font-size:47px}h3{font-size:30px}.eyebrow{font-size:10px;letter-spacing:.13em;margin-bottom:18px}.topbar>a{display:none}.header{padding:0 7%;height:80px}.logo-type{font-size:23px;letter-spacing:.14em}.logo-type small{font-size:6px}.logo{gap:12px}.mobile-nav{top:80px}.icon-button{width:40px;height:40px}.slide-image img{object-position:68% center}.slide-shade{background:linear-gradient(90deg,#190f15cf,#190f1560),linear-gradient(0deg,#170f14ad,transparent 50%)}.hero-copy{top:48%;left:7%;width:86%;transform:translateY(-40%)}.hero-copy .eyebrow{font-size:9px;letter-spacing:.13em;margin-bottom:22px}.hero-copy h1,.hero-copy h2{font-size:clamp(52px,12vw,76px);line-height:1.05}.hero-copy>p:not(.eyebrow){font-size:14px;line-height:1.85;max-width:310px;margin:23px 0 25px}.button{font-size:12px;gap:24px;padding:16px 21px;min-height:50px}.hero-story{font-size:12px;margin-left:0;display:flex;margin-top:17px;width:max-content}.hero-controls{bottom:25px;gap:15px}.slider-dots{gap:14px}.slide-dot{gap:7px;font-size:10px}.slide-dot i{width:20px}.slider-arrows{gap:7px}.slider-arrows .icon-button{width:34px;height:34px}.slider-arrows svg{width:15px}.brand-strip{padding:23px 5%;row-gap:22px}.brand-strip>div{gap:9px;font-size:10px}.brand-strip svg{width:18px}.story-section{grid-template-columns:1fr;gap:55px}.story-visual{height:430px;width:92%}.glass-note{right:-8%;bottom:25px;padding:20px 25px;min-width:220px}.story-copy>p:not(.eyebrow){font-size:15px;line-height:1.85;margin-top:20px}.story-copy .button{margin-top:26px}.section-heading{display:block;margin-bottom:30px}.section-heading>div+div{margin-top:25px}.section-heading>.button{margin-top:23px}.section-heading p:not(.eyebrow){font-size:14px}.product-grid{gap:30px 17px}.product-image{height:240px}.card-copy{padding-top:17px}.card-copy h3{font-size:25px;line-height:1.1}.card-copy .micro{font-size:8px;letter-spacing:.05em}.small-link{font-size:10px;gap:8px}.small-link svg{width:14px}.category-tag{left:10px;top:10px;padding:4px 8px;font-size:8px}.round-link{right:10px;bottom:10px;width:32px;height:32px}.round-link svg{width:15px}.ritual-banner{height:550px}.ritual-banner>img{object-position:65% center}.ritual-banner:after{background:#28151bb0}.ritual-overlay{left:7%;right:7%}.ritual-overlay h2{font-size:59px}.ritual-overlay .eyebrow{font-size:9px}.journal-grid,.journal-grid.two{grid-template-columns:1fr;gap:38px}.journal-image{height:300px}.journal-card h3{font-size:33px;max-width:none}.journal-card>.micro{font-size:10px;margin-top:18px}.journal-card .small-link{font-size:12px}.faq-section{grid-template-columns:1fr;gap:25px}.accordions summary{font-size:14px;padding:22px 0}.accordions details>div{font-size:14px}.closing{padding:55px 7%;display:block}.closing h2{font-size:50px}.closing .button{margin-top:30px}footer{padding:50px 7% 25px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 22px;padding-bottom:35px}.footer-brand{grid-column:1/-1;padding:0}.footer-brand .logo-type{font-size:25px}.footer-brand>p{font-size:14px}.footer-contact{grid-column:1/-1}.footer-grid h3{font-size:13px;margin-bottom:18px}.footer-grid a{font-size:12px}.footer-contact address{font-size:13px}.footer-policies{gap:14px 20px;font-size:10px}.motion-toggle{margin-left:0}.footer-bottom{display:grid;grid-template-columns:1fr 1fr;font-size:9px;gap:16px}.footer-bottom>span{grid-column:1/-1}.footer-bottom>a:nth-child(2){justify-self:start}.back-top{justify-self:end}.page-intro{padding-top:28px;padding-bottom:42px}.page-intro .breadcrumbs{padding-bottom:30px}.breadcrumbs{font-size:10px;gap:5px;padding-block:20px}.page-intro h1{font-size:55px}.page-intro .lead{font-size:16px;line-height:1.85;margin-top:22px}.about-feature{grid-template-columns:1fr;gap:40px}.about-feature>img{height:370px}.about-feature>div>p:not(.eyebrow){font-size:15px}.mission-grid{grid-template-columns:1fr;gap:22px}.mission-card{padding:35px 30px}.mission-card h2{font-size:37px}.mission-card>p:last-child{font-size:15px}.values-grid{grid-template-columns:1fr;gap:30px;margin-top:35px}.values-grid p{font-size:15px}.values-grid h3{font-size:32px}.collection-catalog{padding-top:0}.filter-bar{gap:8px;margin-bottom:30px;padding-bottom:22px}.filter{font-size:11px;padding:8px 13px}.catalog{grid-template-columns:1fr 1fr}.catalog .product-image{height:260px}.collection-note{font-size:12px;margin-top:35px}.product-detail{grid-template-columns:1fr;gap:35px;padding-bottom:45px}.detail-photo{height:460px}.detail-copy h1{font-size:58px}.detail-copy .lead{font-size:16px}.detail-copy .product-tagline{font-size:29px}.detail-facts p{font-size:12px}.product-reading{grid-template-columns:1fr;gap:35px;padding:40px 0}.product-reading p{font-size:15px}.related{grid-template-columns:1fr 1fr}.related .product-card:last-child{display:none}.related .product-image{height:240px}.article-heading h1{font-size:49px}.article-heading>.eyebrow{margin-top:25px}.article-meta{font-size:10px;gap:9px;margin:24px 0 30px}.article-feature{height:330px;margin-bottom:35px}.article-layout{gap:35px}.article-layout aside nav{display:block}.article-layout aside nav a{font-size:12px}.article-body .article-lede{font-size:27px;line-height:1.45}.article-body p{font-size:16px;line-height:1.9}.article-body h2{font-size:34px;margin:33px 0 20px}.article-body blockquote{font-size:28px;padding-left:22px}.table-scroll table{font-size:12px}.table-scroll td,.table-scroll th{padding:13px}.contact-layout{grid-template-columns:1fr;gap:40px;padding-bottom:65px}.contact-methods h2{font-size:30px}.enquiry-form{padding:30px 24px}.enquiry-form h2{font-size:35px}.enquiry-form label{font-size:12px}.enquiry-form .button{width:100%;gap:10px}.policy-body{padding-bottom:60px}.policy-body h2{font-size:33px}.policy-body p:not(.policy-date){font-size:15px}.not-found{padding:65px 0 85px}.not-found h1{font-size:49px}.not-found>div{flex-wrap:wrap;gap:15px}.sitemap-links{grid-template-columns:1fr;padding-bottom:65px}.sitemap-links a{font-size:14px}.narrow{padding-top:0}}
@media(max-width:360px){.hero-copy h1,.hero-copy h2{font-size:49px}.hero-copy .eyebrow{font-size:8px}.hero-controls{left:6%;right:6%}.slider-dots{gap:9px}.slide-dot i{width:14px}.product-grid,.catalog{gap:28px 13px}.product-image,.catalog .product-image{height:215px}.card-copy h3{font-size:23px}.logo-type{font-size:21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}.slide-image img{transform:none!important}}
@media print{.topbar,.header,.mobile-nav,.hero-controls,.closing,footer,.article-layout aside{display:none!important}.article-layout,.product-detail{display:block}.reveal{opacity:1!important;transform:none!important}body{background:white;color:black}.wrap{width:100%}a{color:inherit}.article-feature{height:250px}.article-heading h1{font-size:40px}}

/* Ceylentra layered-C identity and viewport-aware hero refinement. */
.logo{gap:13px}.brand-symbol{width:54px;height:54px;object-fit:contain;flex-shrink:0}.logo-type{font-size:27px;letter-spacing:.14em}.logo-type small{font-size:8px;letter-spacing:.3em;margin-top:9px;color:var(--gold-light)}
.header{height:var(--header-height);background:#281a1df5;color:#f8f0df;border-bottom-color:#e3c58f26;transition:background .35s var(--ease),box-shadow .35s var(--ease),border-color .35s var(--ease)}.header.is-scrolled{background:#281a1db8;box-shadow:0 10px 30px #26181b26;border-bottom-color:#e3c58f26}.header .logo{color:#f8f0df}.mobile-nav{max-height:calc(100svh - var(--header-height))}
.hero-copy{top:22px;bottom:100px;transform:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:safe center;overflow-y:auto;scrollbar-width:thin;padding:10px 0}.hero-copy h1,.hero-copy h2{font-size:clamp(42px,min(6.8vw,10svh),112px)}.hero-copy .eyebrow{margin-bottom:18px}.hero-copy>p:not(.eyebrow){margin:20px 0 24px}.hero-copy>.button{flex-shrink:0}.hero-story{margin:17px 0 0}.hero-controls{bottom:max(20px,env(safe-area-inset-bottom));min-height:44px}.slider-arrows .icon-button{width:44px;height:44px}
@media(max-width:900px){.brand-symbol{width:48px;height:48px}.hero-copy h1,.hero-copy h2{font-size:clamp(40px,min(9vw,9svh),82px)}}
@media(max-width:650px){.brand-symbol{width:44px;height:44px}.logo-type{font-size:23px}.logo-type small{font-size:7px}.hero-copy{top:12px;bottom:85px;width:86%}.hero-copy h1,.hero-copy h2{font-size:clamp(32px,min(11vw,8.6svh),66px)}.hero-copy .eyebrow{font-size:10px;margin-bottom:14px}.hero-copy>p:not(.eyebrow){margin:16px 0 20px;line-height:1.7}.hero-controls{gap:10px;left:7%;right:7%}.slider-dots{gap:10px}.slide-dot{gap:6px}.slide-dot i{width:16px}.slider-arrows{gap:6px}.hero-story{margin-top:14px}}
@media(max-height:550px){:root{--header-height:64px}.brand-symbol{width:40px;height:40px}.header .logo-type{font-size:22px}.header .logo-type small{font-size:7px;margin-top:6px}.hero-copy{top:8px;bottom:65px;padding:0;width:80%;max-width:760px}.hero-copy .eyebrow{display:none}.hero-copy h1,.hero-copy h2{font-size:clamp(25px,7svh,42px);line-height:1.02}.hero-copy>p:not(.eyebrow){font-size:12px;line-height:1.5;margin:10px 0;max-width:560px}.hero-copy>.button{font-size:11px;min-height:36px;padding:8px 16px}.hero-story{display:none}.hero-controls{bottom:10px}}
@media(max-width:360px){.logo{gap:9px}.logo-type{font-size:21px}.brand-symbol{width:40px;height:40px}.slider-dots{gap:7px}.slide-dot i{width:10px}.slider-arrows{gap:4px}}
.home .header{background:#281a1db8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #c3a57430;transition:box-shadow .35s var(--ease)}
.home .header.is-scrolled{box-shadow:0 10px 30px #26181b26}
.home .hero-slider{margin-top:calc(-1 * var(--header-height));height:100svh}
.home .hero-copy{top:calc(var(--header-height) + 22px)}
@media(max-width:650px){.home .hero-copy{top:calc(var(--header-height) + 12px)}}
@media(max-height:550px){.home .hero-copy{top:calc(var(--header-height) + 8px)}}
