:root{--ink:#27251f;--muted:#716c62;--paper:#f7f4ed;--ivory:#eeeadf;--gold:#a27d4e;--gold-light:#d9c8ad;--line:rgba(39,37,31,.17);--deep:#35362f;--serif:'Cormorant Garamond',Baskerville,Times New Roman,serif;--sans:'DM Sans',Inter,Helvetica Neue,Arial,sans-serif;--max:1420px;--ease:cubic-bezier(.2,.65,.25,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;overflow-x:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-999px;top:0;z-index:99;background:var(--ink);color:white;padding:12px}.skip-link:focus{left:0}.container{width:min(calc(100% - 64px),var(--max));margin-inline:auto}.eyebrow{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--gold);margin:0 0 18px}.display{font-family:var(--serif);font-weight:400;letter-spacing:-.045em;line-height:.94}.section{padding:clamp(72px,10vw,150px) 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:clamp(30px,5vw,64px)}.section-head h2{font-size:clamp(2.5rem,5.2vw,5.3rem);max-width:11ch;margin:0}.section-head p{max-width:34ch;margin:0;color:var(--muted)}.text-link,.inline-link{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.69rem;border-bottom:1px solid var(--ink);padding-bottom:6px}.text-link:after,.inline-link:after{content:'↗';font-size:1rem;line-height:.4}.btn{min-height:48px;padding:0 22px;border:1px solid var(--ink);background:var(--ink);color:white;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-transform:uppercase;letter-spacing:.13em;font-size:.67rem;font-weight:700;transition:.35s var(--ease)}.btn:hover{background:transparent;color:var(--ink)}.btn-light{background:transparent;color:var(--ink)}.btn-light:hover{background:var(--ink);color:#fff}.icon-btn{border:0;background:transparent;width:39px;height:39px;display:grid;place-items:center;color:inherit;position:relative}.icon-btn svg{width:20px;height:20px;stroke-width:1.5}.icon-btn .count{position:absolute;right:1px;top:0;background:var(--gold);width:16px;height:16px;border-radius:50%;font-size:9px;color:#fff;display:grid;place-items:center}.announcement{height:31px;background:var(--deep);color:#f8f3e8;font-size:.64rem;text-transform:uppercase;letter-spacing:.14em;display:grid;place-items:center;overflow:hidden}.announcement span{animation:fadeMessage 5s infinite}@keyframes fadeMessage{0%,80%{opacity:1;transform:translateY(0)}90%,100%{opacity:0;transform:translateY(-10px)}}
.header{height:78px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(247,244,237,.94);backdrop-filter:blur(12px);z-index:30;padding:0 max(32px,calc((100vw - var(--max))/2))}.brand{display:flex;align-items:center}.brand img{width:150px;height:auto;display:block;mix-blend-mode:multiply}.nav{display:flex;gap:clamp(15px,2vw,32px);align-items:center}.nav a{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;position:relative}.nav a:after{content:'';position:absolute;width:0;left:0;bottom:-8px;height:1px;background:var(--gold);transition:width .3s}.nav a:hover:after,.nav a.active:after{width:100%}.tools{display:flex;align-items:center}.mobile-menu{display:none}.hero{position:relative;min-height:min(780px,calc(100svh - 109px));overflow:hidden;background:#ded7c9}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .8s var(--ease);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:48px max(32px,calc((100vw - var(--max))/2))}.hero-slide.active{opacity:1;pointer-events:auto}.hero-copy{max-width:560px;z-index:2}.hero-copy .eyebrow{color:var(--gold)}.hero h1{font-size:clamp(4rem,7.7vw,8.7rem);margin:0 0 25px}.hero p{max-width:42ch;color:#514b40;margin:0 0 32px;font-size:clamp(.95rem,1.25vw,1.1rem)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-product{height:100%;display:flex;align-items:center;justify-content:center;position:relative}.hero-product:before{content:'';position:absolute;width:min(560px,85%);aspect-ratio:1;border:1px solid rgba(162,125,78,.45);border-radius:50%}.hero-product img{max-width:min(520px,82%);max-height:78%;object-fit:contain;z-index:1;filter:drop-shadow(13px 25px 24px rgba(64,46,21,.19));animation:float 7s ease-in-out infinite}.hero-slide:nth-child(2){background:#e6ddd0}.hero-slide:nth-child(3){background:#e4e2d5}.hero-slide:nth-child(3) .hero-product:before{border-radius:42% 58% 53% 47%;background:rgba(255,255,255,.28)}@keyframes float{50%{transform:translateY(-12px)}}.hero-ui{position:absolute;inset:auto max(32px,calc((100vw - var(--max))/2)) 32px;display:flex;align-items:center;justify-content:space-between;z-index:3}.dots{display:flex;gap:8px}.dot{border:0;width:34px;height:2px;background:rgba(39,37,31,.28);padding:0}.dot.active{background:var(--ink)}.hero-arrows{display:flex;gap:6px}.hero-arrows button{width:42px;height:42px;border:1px solid var(--line);background:transparent;font-size:18px}.intro{display:grid;grid-template-columns:1fr 1.35fr;gap:clamp(45px,12vw,190px);align-items:start}.intro h2{font-size:clamp(2.8rem,5vw,5.6rem);margin:0}.intro-body{border-left:1px solid var(--gold-light);padding-left:clamp(22px,4vw,64px);font-size:1.1rem;color:#49443b}.intro-body p:first-child{margin-top:0}.signature{background:#e9e4da}.feature-rail{display:grid;grid-template-columns:1.16fr .84fr;min-height:670px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-image{background:#d8d5ca;display:flex;align-items:center;justify-content:center;padding:45px}.feature-image img{width:100%;height:520px;object-fit:contain;filter:drop-shadow(10px 20px 18px rgba(40,31,16,.15));transition:transform .6s var(--ease)}.feature-image:hover img{transform:scale(1.04)}.feature-details{padding:clamp(35px,7vw,105px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.feature-no{color:var(--gold);font-family:var(--serif);font-size:1.3rem}.feature-details h3{font-size:clamp(2.8rem,4.2vw,4.8rem);margin:16px 0}.feature-details .notes{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--muted)}.feature-details p{color:var(--muted);max-width:37ch}.rail-nav{display:flex;gap:12px;margin-top:30px}.rail-nav button{border:0;background:transparent;padding:0;font-size:.7rem;letter-spacing:.13em;text-transform:uppercase}.rail-nav button.active{color:var(--gold);border-bottom:1px solid var(--gold)}.mood{background:var(--deep);color:#f8f3e8;overflow:hidden}.mood-grid{display:grid;grid-template-columns:.82fr 1.18fr;min-height:650px}.mood-copy{padding:clamp(55px,8vw,126px) 0;position:relative;z-index:1}.mood-copy h2{font-size:clamp(3rem,5.5vw,6rem);margin:0 0 44px}.mood-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(255,255,255,.25);max-width:510px}.mood-choice{background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.25);color:#f8f3e8;text-align:left;padding:16px 10px;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;transition:.3s}.mood-choice.active,.mood-choice:hover{color:#dcc299;padding-left:17px}.mood-visual{position:relative;display:grid;place-items:center}.mood-visual:before{content:'';position:absolute;width:76%;aspect-ratio:1;border:1px solid rgba(225,197,150,.6);border-radius:50%}.mood-visual img{max-height:550px;max-width:72%;object-fit:contain;position:relative;filter:drop-shadow(17px 30px 17px rgba(0,0,0,.25));animation:float 8s ease-in-out infinite}.mood-caption{position:absolute;bottom:7%;right:5%;width:230px;border-left:1px solid var(--gold);padding-left:18px}.mood-caption h3{font-family:var(--serif);font-size:2rem;margin:0 0 5px}.mood-caption p{font-size:.82rem;color:#d3cdc2;margin:0}.seasons{background:#ded5c6;min-height:850px;display:grid;place-items:center;text-align:center;position:relative;overflow:hidden}.seasons:before,.seasons:after{content:'✦';position:absolute;font-size:19rem;color:rgba(255,255,255,.18);font-family:var(--serif)}.seasons:before{left:-5vw;top:-4vw}.seasons:after{right:-5vw;bottom:-5vw}.seasons-content{position:relative;z-index:1}.seasons h2{font-size:clamp(3.7rem,9vw,9.5rem);margin:0}.season-list{display:flex;flex-wrap:wrap;justify-content:center;gap:13px 34px;margin:45px 0;font-size:.72rem;letter-spacing:.13em}.season-list span{border-bottom:1px solid rgba(39,37,31,.24);padding-bottom:5px}.season-list span small{display:block;letter-spacing:0;color:#716c62;text-transform:none;margin-top:7px}.seasons-final{font-family:var(--serif);font-size:clamp(2.3rem,4vw,4.4rem);line-height:1;margin:35px 0 14px}.philosophy{display:grid;grid-template-columns:1fr 1fr;min-height:670px}.philosophy-copy{padding:clamp(45px,8vw,130px) max(32px,calc((100vw - var(--max))/2));background:#f0ece3;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.philosophy h2{font-size:clamp(3.1rem,5vw,5.8rem);margin:0 0 25px}.philosophy p{max-width:40ch;color:var(--muted)}.philosophy-art{background:#b8a88f;display:grid;place-items:center;overflow:hidden;position:relative}.philosophy-art img{width:70%;height:70%;object-fit:contain;filter:drop-shadow(12px 22px 18px rgba(27,22,14,.23));transform:rotate(-7deg)}.campaign{margin:clamp(50px,8vw,120px) 0;background:#b9b3a4;color:white;min-height:530px;display:grid;place-items:center;text-align:center;position:relative;overflow:hidden}.campaign:before{content:'SIXTH';font-family:var(--serif);font-size:clamp(10rem,30vw,34rem);color:rgba(255,255,255,.15);position:absolute}.campaign-content{position:relative}.campaign h2{font-size:clamp(3.5rem,7vw,7.5rem);max-width:10ch;margin:0 auto 28px}.campaign .btn{border-color:#fff;background:#fff;color:var(--ink)}.character-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.character{min-height:255px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px;display:flex;flex-direction:column;justify-content:space-between;transition:background .4s}.character:hover{background:#e8e1d5}.character h3{font:400 2.35rem var(--serif);margin:0}.character p{margin:0;color:var(--muted)}.art{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(36px,10vw,150px);align-items:center}.art-text h2{font-size:clamp(3rem,5.5vw,6.1rem);margin:0 0 28px}.art-text p{max-width:40ch;color:var(--muted)}.art-quote{font-family:var(--serif);font-size:clamp(2.6rem,5vw,5.5rem);line-height:1;border-left:1px solid var(--gold);padding-left:clamp(28px,5vw,70px)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{position:relative}.product-image{display:block;background:#e7e3d9;height:clamp(280px,31vw,470px);overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:contain;padding:28px;transition:transform .6s var(--ease);filter:drop-shadow(8px 14px 13px rgba(60,43,20,.14))}.product-card:hover .product-image img{transform:scale(1.055)}.card-wish{position:absolute;right:12px;top:12px;background:var(--paper);border:0;border-radius:50%;width:37px;height:37px;display:grid;place-items:center;z-index:1}.card-wish.active{color:#9f503c}.card-wish svg{width:18px}.product-info{padding:17px 2px}.product-info-row{display:flex;gap:14px;justify-content:space-between;align-items:start}.product-info h3{font:400 1.65rem var(--serif);line-height:1.1;margin:0}.product-info p{font-size:.78rem;color:var(--muted);margin:8px 0}.card-actions{display:flex;align-items:center;gap:16px;margin-top:13px}.card-actions button{border:0;background:none;padding:0;color:var(--ink);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--ink)}.statement{background:#e3d8c5;text-align:center;padding:clamp(85px,13vw,190px) 20px}.statement blockquote{font:400 clamp(3rem,6vw,7.1rem)/.98 var(--serif);letter-spacing:-.04em;max-width:15ch;margin:0 auto}.statement cite{display:block;margin-top:30px;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;font-style:normal;color:var(--gold)}.social{background:#f0ede6}.social-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.social h2{font-size:clamp(3rem,5vw,5.8rem);margin:0}.social-rack{display:grid;grid-template-columns:1.1fr .8fr 1fr;gap:18px}.social-piece{height:300px;background:#ddd3c3;display:grid;place-items:center;overflow:hidden}.social-piece:nth-child(2){background:#c8b394}.social-piece:nth-child(3){background:#a8aa9c}.social-piece img{height:90%;width:88%;object-fit:contain;filter:drop-shadow(7px 15px 12px rgba(40,29,13,.17));transition:transform .5s}.social-piece:hover img{transform:scale(1.06) rotate(2deg)}.newsletter{background:var(--deep);color:#f8f3e8}.newsletter-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end}.newsletter h2{font-size:clamp(3rem,5vw,5.7rem);margin:0}.newsletter p{color:#d1ccc2;max-width:37ch}.email-form{display:flex;border-bottom:1px solid rgba(255,255,255,.6);padding-bottom:8px}.email-form input{flex:1;min-width:0;border:0;background:transparent;color:white;outline:0;padding:13px 0}.email-form button{border:0;background:transparent;color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:.67rem}.form-note{font-size:.67rem;color:#aaa59c;margin-top:16px}.footer{background:#292a25;color:#e8e2d8;padding:70px 0 25px}.footer-top{display:grid;grid-template-columns:1.25fr repeat(3,.7fr);gap:35px}.footer-brand img{width:175px;filter:invert(1) sepia(.15);mix-blend-mode:screen}.footer p{color:#aaa69e;max-width:26ch;font-size:.85rem}.footer h3{font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:#d6ae78}.footer a{display:block;color:#bdb8ae;font-size:.8rem;margin:9px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:55px;padding-top:20px;display:flex;justify-content:space-between;font-size:.67rem;color:#aaa69e;text-transform:uppercase;letter-spacing:.1em}.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;background:rgba(20,19,16,.4);z-index:50;opacity:0;visibility:hidden;transition:.3s}.drawer-backdrop.open,.modal-backdrop.open{opacity:1;visibility:visible}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(480px,100%);background:var(--paper);z-index:51;transform:translateX(100%);transition:transform .45s var(--ease);padding:28px;display:flex;flex-direction:column}.drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px}.drawer-head h2{font:400 2rem var(--serif);margin:0}.drawer-items{flex:1;overflow:auto;padding:14px 0}.cart-item{display:grid;grid-template-columns:86px 1fr auto;gap:15px;padding:13px 0;border-bottom:1px solid var(--line)}.cart-item img{width:86px;height:98px;object-fit:contain;background:#e7e3d9}.cart-item h3{font:400 1.15rem var(--serif);margin:0}.cart-item p{font-size:.73rem;color:var(--muted);margin:4px 0}.qty{display:inline-flex;border:1px solid var(--line);align-items:center}.qty button{width:28px;height:28px;border:0;background:transparent}.qty span{width:26px;text-align:center;font-size:.8rem}.remove{border:0;background:none;color:var(--muted);font-size:.67rem;text-transform:uppercase;letter-spacing:.1em}.cart-total{border-top:1px solid var(--line);padding-top:18px}.total-row{display:flex;justify-content:space-between;font-family:var(--serif);font-size:1.4rem;margin-bottom:15px}.empty{margin:auto;text-align:center;color:var(--muted)}.empty h3{font:400 2rem var(--serif);color:var(--ink)}.menu-panel{position:fixed;inset:0;background:var(--paper);z-index:55;transform:translateX(-100%);transition:transform .5s var(--ease);padding:25px}.menu-panel.open{transform:none}.menu-panel nav{display:grid;gap:18px;margin-top:70px}.menu-panel nav a{font:400 clamp(2.1rem,8vw,4rem) var(--serif)}.close-menu{float:right}.modal{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-45%);background:var(--paper);z-index:61;width:min(720px,calc(100% - 35px));max-height:90svh;overflow:auto;opacity:0;visibility:hidden;transition:.3s;padding:26px}.modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.quickview{display:grid;grid-template-columns:1fr 1fr;gap:30px}.quickview img{width:100%;height:400px;object-fit:contain;background:#e7e3d9}.quickview h2{font:400 3rem var(--serif);margin:35px 0 12px}.page-hero{padding:clamp(75px,12vw,165px) 0 65px;background:#e7dfd1}.page-hero h1{font-size:clamp(3.8rem,8vw,8.5rem);margin:0;max-width:9ch}.page-hero p{max-width:47ch;color:var(--muted);margin:20px 0 0}.shop-toolbar{display:flex;justify-content:space-between;gap:20px;margin-bottom:35px;padding-bottom:16px;border-bottom:1px solid var(--line)}.select{border:0;background:transparent;padding:8px 0;color:var(--ink)}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(35px,7vw,110px);padding:60px 0}.product-gallery{background:#e7e3d9;min-height:600px;display:grid;place-items:center}.product-gallery img{width:86%;height:600px;object-fit:contain;filter:drop-shadow(14px 23px 16px rgba(54,39,18,.17))}.product-summary{align-self:center}.crumb{font-size:.67rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.product-summary h1{font-size:clamp(3.2rem,5.6vw,6.2rem);margin:13px 0}.product-subtitle{font:400 1.5rem var(--serif);margin:0 0 22px}.product-summary .price{font:400 1.8rem var(--serif);margin:26px 0}.purchase-row{display:flex;gap:12px;align-items:stretch}.purchase-row .qty{height:48px}.purchase-row .btn{flex:1}.detail-accordions{border-top:1px solid var(--line);margin-top:43px}.detail-accordions details{border-bottom:1px solid var(--line);padding:17px 0}.detail-accordions summary{cursor:pointer;list-style:none;font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;font-weight:700;display:flex;justify-content:space-between}.detail-accordions summary:after{content:'+';font-size:1rem;font-weight:400}.detail-accordions details[open] summary:after{content:'−'}.detail-accordions p{color:var(--muted);font-size:.9rem;max-width:60ch}.info-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(35px,10vw,160px)}.info-side{font:400 clamp(2.6rem,5vw,5rem)/.95 var(--serif)}.info-copy{max-width:650px}.info-copy h2{font:400 2.2rem var(--serif)}.info-copy p{color:var(--muted)}.contact-grid,.checkout-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px}.field{display:grid;gap:7px;margin-bottom:19px}.field label{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em}.field input,.field textarea{padding:14px 0;border:0;border-bottom:1px solid var(--line);background:transparent;outline:none}.field input:focus,.field textarea:focus{border-color:var(--gold)}.field textarea{min-height:115px;resize:vertical}.form-status{font-size:.84rem;margin:12px 0}.form-status.error{color:#973d2c}.form-status.success{color:#497045}.order-summary{background:#ece7dd;padding:28px;align-self:start}.order-summary h2{font:400 2rem var(--serif);margin:0 0 18px}.account-card{border:1px solid var(--line);padding:35px;max-width:640px}.search-box{width:min(800px,100%);margin:0 auto}.search-input{width:100%;font:400 clamp(2rem,5vw,4.8rem) var(--serif);padding:12px 0;border:0;border-bottom:1px solid var(--ink);background:transparent;outline:0}.not-found{text-align:center;min-height:60svh;display:grid;place-content:center}.not-found h1{font:400 clamp(7rem,18vw,16rem)/.8 var(--serif);margin:0}.toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,140px);background:var(--ink);color:white;padding:13px 18px;font-size:.75rem;z-index:90;transition:.4s var(--ease)}.toast.show{transform:translate(-50%,0)}
@media(max-width:900px){.header{height:67px;padding-inline:22px}.brand img{width:128px}.nav{display:none}.mobile-menu{display:grid}.hero{min-height:670px}.hero-slide{grid-template-columns:1fr;padding:70px 25px 90px}.hero-copy{align-self:start}.hero h1{font-size:clamp(3.5rem,12vw,5.4rem)}.hero-product{position:absolute;inset:36% 0 -4%}.hero-product img{max-height:95%;max-width:66%}.hero-product:before{width:72%;top:6%}.hero-ui{inset:auto 25px 22px}.intro,.mood-grid,.philosophy,.art,.newsletter-grid,.contact-grid,.checkout-grid{grid-template-columns:1fr}.intro-body{padding-left:22px}.feature-rail{grid-template-columns:1fr;min-height:0}.feature-image{padding:28px}.feature-image img{height:370px}.feature-details{padding:43px 28px}.mood-copy{padding:68px 25px 20px}.mood-visual{height:490px}.mood-caption{right:9%;bottom:5%}.philosophy-copy{padding:75px 25px}.philosophy-art{min-height:430px}.character-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:18px}.social-rack{grid-template-columns:1fr 1fr}.social-piece:first-child{grid-column:span 2}.footer-top{grid-template-columns:1.4fr 1fr 1fr}.footer-top>div:last-child{display:none}.product-page{grid-template-columns:1fr;padding:30px 0 75px}.product-gallery{min-height:480px}.product-gallery img{height:480px}.product-summary{padding-inline:2px}.info-layout{grid-template-columns:1fr;gap:30px}.page-hero{padding-inline:0}.quickview{grid-template-columns:1fr}.quickview img{height:300px}}
@media(max-width:560px){.container{width:min(calc(100% - 38px),var(--max))}.header{padding-inline:12px}.brand img{width:112px}.announcement{font-size:.57rem}.hero{min-height:650px}.hero-slide{padding:54px 20px 84px}.hero p{font-size:.9rem;max-width:34ch}.hero-product{inset:43% 0 -5%}.hero-product img{max-width:76%}.hero-product:before{width:85%}.btn{min-height:46px;padding:0 16px}.section{padding:72px 0}.section-head{display:block}.section-head p{margin-top:14px}.intro h2{font-size:3.2rem}.feature-image img{height:320px}.feature-details{padding:35px 22px}.mood-copy{padding-inline:20px}.mood-list{grid-template-columns:1fr 1fr}.mood-visual{height:380px}.mood-visual img{max-height:350px}.mood-caption{width:180px}.mood-caption h3{font-size:1.55rem}.seasons{min-height:720px}.season-list{display:grid;grid-template-columns:repeat(2,1fr);text-align:left;margin:32px 20px;gap:16px}.philosophy-art{min-height:340px}.campaign{min-height:410px}.character-grid{grid-template-columns:1fr}.character{min-height:180px}.art-quote{padding-left:22px}.product-grid{gap:12px}.product-image{height:220px}.product-image img{padding:12px}.product-info h3{font-size:1.22rem}.product-info p{font-size:.68rem}.card-actions{gap:10px;flex-wrap:wrap}.social-head{display:block}.social-head .text-link{margin-top:15px}.social-piece{height:210px}.newsletter-grid{gap:25px}.footer{padding-top:52px}.footer-top{grid-template-columns:1fr 1fr;gap:25px}.footer-brand{grid-column:span 2}.footer-bottom{display:block;line-height:2}.drawer{padding:20px}.page-hero{padding:70px 0 45px}.shop-toolbar{align-items:start;flex-direction:column;gap:8px}.product-gallery{min-height:390px}.product-gallery img{height:390px}.purchase-row{flex-wrap:wrap}.purchase-row .btn{min-width:180px}.contact-grid,.checkout-grid{gap:40px}.order-summary{padding:22px}.modal{padding:17px}.quickview h2{margin:15px 0 8px}.quickview img{height:250px}.social-rack{gap:10px}.not-found{min-height:50svh}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* Visual redesign: editorial rhythm, campaign-led imagery, and controlled motion */
:root{--wine:#5d2522;--olive:#39433c;--champagne:#e5d5bd;--soft-blush:#ead8d1;--vline:rgba(115,82,42,.32)}
body{background:#f8f5ef}.announce-v2{height:29px;background:#392f29;color:#f4eddf}.header-v2{height:92px;display:grid;grid-template-columns:1fr auto 1fr;padding:0 max(32px,calc((100vw - var(--max))/2));background:rgba(248,245,239,.9);transition:height .35s var(--ease),box-shadow .35s}.header-v2.scrolled{height:72px;box-shadow:0 8px 23px rgba(46,35,21,.07)}.nav-v2{justify-self:start}.brand-v2{justify-self:center}.brand-v2 img{width:225px;max-height:64px;object-fit:contain}.header-v2 .tools{justify-self:end}.header-v2 .icon-btn{width:37px}.banner-hero{height:min(41.7vw,810px);min-height:500px;position:relative;overflow:hidden;background:#e5d9c8}.banner-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity 1s var(--ease);overflow:hidden}.banner-slide.active{opacity:1;pointer-events:auto}.banner-slide picture,.banner-slide img{display:block;width:100%;height:100%}.banner-slide img{object-fit:cover;animation:bannerBreath 7s ease-out both}.banner-slide.active img{animation-name:bannerBreath}@keyframes bannerBreath{from{transform:scale(1.025)}to{transform:scale(1.005)}}.banner-controls{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:17px;z-index:3;background:rgba(250,247,240,.68);padding:8px 12px;border:1px solid rgba(115,82,42,.35);backdrop-filter:blur(7px)}.banner-controls>button{border:0;background:transparent;width:27px;height:27px;font-size:18px}.banner-dots{display:flex;gap:7px}.banner-dots button{width:28px;height:2px;border:0;background:rgba(43,39,31,.35);padding:0}.banner-dots button.active{background:var(--wine)}.offer-marquee{background:#f4ede1;border-top:1px solid var(--gold-light);border-bottom:1px solid var(--gold-light);overflow:hidden;white-space:nowrap}.marquee-track{display:flex;align-items:center;width:max-content;animation:marquee 34s linear infinite;padding:12px 0}.marquee-track span{font-size:.67rem;letter-spacing:.17em;font-weight:700}.marquee-track b{color:var(--gold);font-size:.76rem;margin:0 24px}@keyframes marquee{to{transform:translateX(-50%)}}.offer-marquee:hover .marquee-track{animation-play-state:paused}.journey-intro{padding:clamp(75px,10vw,145px) 0;background:linear-gradient(115deg,#f9f5ed 45%,#eee6d9 45%)}.journey-grid{display:grid;grid-template-columns:1.05fr .9fr .72fr;align-items:center;gap:clamp(25px,4vw,66px)}.journey-title{align-self:start;padding-top:34px}.journey-title h2{font-size:clamp(3.5rem,5.6vw,6.5rem);margin:0}.journey-title h2 i{font-weight:400;color:var(--wine)}.journey-image{height:clamp(380px,42vw,580px);overflow:hidden;border-radius:300px 300px 0 0;position:relative}.journey-image:after{content:'VARSHA';position:absolute;inset:auto 0 15px;text-align:center;color:#fff;font:400 12px var(--sans);letter-spacing:.28em}.journey-image img{width:100%;height:100%;object-fit:cover;object-position:35% center;transition:transform 1.3s var(--ease)}.journey-image:hover img{transform:scale(1.05)}.journey-copy{border-left:1px solid var(--gold);padding-left:25px;color:#5d5549;font-size:1rem}.journey-copy p:first-child{margin-top:0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:none}.collection-stage{background:var(--stage,#c6b59a);padding:0;overflow:hidden;transition:background .65s var(--ease)}.stage-kicker{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid rgba(38,35,28,.35);padding:20px 0}.stage-kicker p:last-child{margin:0;font:400 1.15rem var(--serif)}.stage-layout{display:grid;grid-template-columns:.78fr 1.22fr;min-height:665px}.stage-copy{padding:clamp(52px,7vw,106px) 0;display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:1}.stage-number{font:400 1.5rem var(--serif);margin-bottom:44px}.stage-copy h2{font-size:clamp(4rem,7vw,8rem);margin:13px 0 4px}.stage-copy h3{font:400 1.55rem var(--serif);margin:0 0 20px}.stage-description{max-width:38ch;color:#39352e}.stage-product{display:grid;place-items:center;position:relative;min-width:0}.stage-orbit{width:min(600px,85%);aspect-ratio:1;border:1px solid rgba(255,255,255,.58);border-radius:50%;position:absolute}.stage-product img{width:75%;height:78%;object-fit:contain;position:relative;filter:drop-shadow(17px 27px 20px rgba(42,30,15,.23));transition:opacity .22s var(--ease),transform .7s var(--ease);animation:stageFloat 7s ease-in-out infinite}@keyframes stageFloat{50%{transform:translateY(-11px)}}.stage-nav{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid rgba(38,35,28,.35)}.stage-nav button{background:transparent;border:0;border-right:1px solid rgba(38,35,28,.28);padding:15px 12px;text-align:left;font:400 .92rem var(--serif);color:#4a4033;transition:background .35s}.stage-nav button:last-child{border-right:0}.stage-nav button span{display:block;font:700 .59rem var(--sans);letter-spacing:.14em;color:rgba(57,43,26,.62);margin-bottom:5px}.stage-nav button.active,.stage-nav button:hover{background:rgba(248,244,235,.43)}.ritu-selector{background:#323831;color:#f5efe5;overflow:hidden}.ritu-grid{display:grid;grid-template-columns:.85fr 1.15fr;min-height:700px}.ritu-list{padding:clamp(65px,8vw,122px) 0}.ritu-list h2{font-size:clamp(3.5rem,5.5vw,6.4rem);margin:0 0 30px}.ritu-prompt{color:#c7bfb1}.ritu-choice{width:100%;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.18);color:#e7dfd2;text-align:left;padding:13px 0;display:flex;align-items:baseline;justify-content:space-between;transition:padding .35s,color .35s}.ritu-choice span{font:400 1.35rem var(--serif)}.ritu-choice small{font-size:.65rem;letter-spacing:.09em;color:#b6b9aa}.ritu-choice.active,.ritu-choice:hover{color:#e5c795;padding-left:16px}.ritu-product{position:relative;display:grid;place-items:center;overflow:hidden;--ritu:#aeb6a5}.ritu-wash{width:78%;aspect-ratio:1;border-radius:50%;background:var(--ritu);opacity:.75;position:absolute;transition:background .55s}.ritu-product img{max-width:64%;max-height:570px;object-fit:contain;z-index:1;filter:drop-shadow(19px 28px 17px rgba(0,0,0,.3));transition:opacity .2s var(--ease);animation:stageFloat 8s ease-in-out infinite}.ritu-caption{position:absolute;z-index:2;right:7%;bottom:10%;border-left:1px solid #e6c386;padding-left:18px;max-width:250px}.ritu-caption h3{font:400 2.4rem var(--serif);margin:0}.ritu-caption p{font-size:.78rem;color:#d3d1c6}.ritu-caption .inline-link{color:#f1e3c9;border-color:#f1e3c9;margin-top:8px}.seasons-v2{background:#e6ddce;min-height:780px;padding:95px max(32px,calc((100vw - var(--max))/2));position:relative;overflow:hidden}.seasons-v2:before{content:'ऋतु';position:absolute;font:400 min(58vw,780px)/.7 var(--serif);right:-3vw;bottom:-4vw;color:rgba(255,255,255,.34)}.season-pin{position:relative;max-width:1080px;margin:auto}.season-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid rgba(63,52,39,.25);padding-bottom:16px}.season-head p:last-child{font:400 1.4rem var(--serif);margin:0}.season-steps{padding:50px 0 28px}.season-step{display:grid;grid-template-columns:80px 1fr auto;align-items:baseline;border-bottom:1px solid rgba(63,52,39,.25);padding:13px 0;opacity:.3;transition:opacity .65s,transform .65s;transform:translateX(-12px)}.season-step.is-visible,.season-step.active{opacity:1;transform:none}.season-step span{font-size:.65rem;color:var(--gold);letter-spacing:.12em}.season-step h2{font-size:clamp(3.1rem,7.5vw,8.2rem);margin:0;line-height:.87}.season-step p{color:#796d5c;margin:0;font-size:.78rem}.season-final-v2{text-align:center;opacity:.35;transform:translateY(16px);transition:.8s var(--ease);padding-top:35px}.season-final-v2.show{opacity:1;transform:none}.season-final-v2 h2{font-size:clamp(3rem,6.2vw,7rem);margin:6px 0}.season-final-v2 span{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--wine)}.memory-campaign{height:min(48vw,780px);min-height:520px;position:relative;overflow:hidden;background:#b79d86}.memory-campaign:after{content:'';inset:0;position:absolute;background:linear-gradient(90deg,rgba(31,22,17,.46),rgba(31,22,17,0) 67%)}.memory-campaign>img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02);transition:transform 1.2s var(--ease)}.memory-campaign:hover>img{transform:scale(1.055)}.memory-copy{position:absolute;z-index:1;top:50%;left:max(32px,calc((100vw - var(--max))/2));transform:translateY(-50%);color:white}.memory-copy .eyebrow{color:#efcf94}.memory-copy h2{font-size:clamp(4.3rem,8.5vw,9.5rem);margin:0 0 31px}.memory-copy .btn{background:#f7f0e6;color:#342b20;border-color:#f7f0e6}.character-showcase{background:#f5f1e8}.character-track{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:var(--vline);border:1px solid var(--vline)}.character-tile{min-height:390px;position:relative;background:var(--tile);overflow:hidden;padding:21px;display:flex;align-items:end}.character-tile:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(32,28,21,.6),transparent 62%)}.character-tile img{position:absolute;inset:8% 8% 17%;width:84%;height:65%;object-fit:contain;filter:drop-shadow(8px 13px 10px rgba(42,31,17,.15));transition:transform .65s var(--ease)}.character-tile:hover img{transform:scale(1.12) translateY(-7px)}.character-tile div{position:relative;z-index:1;color:#fff}.character-tile p{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px}.character-tile h3{font-size:2rem;margin:0 0 10px}.character-tile span{font-size:.64rem;text-transform:uppercase;letter-spacing:.11em}.art-v2{background:#e8dfd2}.art-v2-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(40px,8vw,125px);align-items:center}.art-visual{height:560px;overflow:hidden}.art-visual img{width:100%;height:100%;object-fit:cover;object-position:50% center;transition:transform 1s var(--ease)}.art-visual:hover img{transform:scale(1.045)}.art-copy{position:relative}.art-copy h2{font-size:clamp(3rem,5.3vw,5.9rem);margin:0 0 24px}.art-copy>p:not(.eyebrow){max-width:37ch;color:#5b554c}.art-words{font:400 clamp(3.5rem,7vw,7rem)/.86 var(--serif);color:rgba(126,100,71,.15);margin-top:36px}.product-showcase{background:#f8f5ef}.reveal-grid{opacity:0;transform:translateY(20px);transition:.8s var(--ease)}.reveal-grid.is-visible{opacity:1;transform:none}.product-card{padding:10px;border:1px solid transparent;transition:border-color .45s,background .45s}.product-card:hover{border-color:var(--gold-light);background:#f0e9de}.product-image{height:clamp(310px,30vw,470px);background:#e9e2d7}.product-card .card-actions{opacity:.5;transition:opacity .35s}.product-card:hover .card-actions{opacity:1}.quote-v2{min-height:570px;background:#5a312a;color:#f8efe4;display:grid;place-content:center;text-align:center;padding:80px 20px;position:relative;overflow:hidden}.quote-v2:before{content:'✦';position:absolute;font:400 28rem/1 var(--serif);color:rgba(241,210,159,.09);left:50%;top:50%;transform:translate(-50%,-50%)}.quote-line{width:1px;height:75px;background:#d3a963;margin:auto}.quote-v2 blockquote{position:relative;font:400 clamp(3rem,6vw,6.6rem)/.98 var(--serif);letter-spacing:-.04em;max-width:15ch;margin:34px auto}.quote-v2 cite{font-size:.67rem;letter-spacing:.17em;text-transform:uppercase;color:#dfbe8a}.social-v2{padding-bottom:35px;background:#f2ecdf}.social-v2-head{display:flex;justify-content:space-between;align-items:end}.social-v2 h2{font-size:clamp(3.1rem,5.2vw,5.8rem);margin:0}.social-ticker{display:flex;gap:13px;overflow:auto;padding:15px max(19px,calc((100vw - var(--max))/2)) 40px;scroll-snap-type:x mandatory}.social-ticker>div{min-width:255px;height:300px;background:#ddd3c4;position:relative;display:grid;place-items:center;overflow:hidden;scroll-snap-align:start}.social-ticker>div:nth-child(3n+2){background:#b5b9ae}.social-ticker>div:nth-child(3n){background:#d7c2ae}.social-ticker img{width:70%;height:75%;object-fit:contain;filter:drop-shadow(9px 14px 11px rgba(36,27,14,.16));transition:.5s var(--ease)}.social-ticker>div:hover img{transform:scale(1.08)}.social-ticker span{position:absolute;left:15px;bottom:13px;font:400 1.3rem var(--serif)}.newsletter-v2{background:#d3c2ac;color:#352c23;position:relative;overflow:hidden}.newsletter-v2:before{content:'THE SIXTH RITU';position:absolute;right:-.08em;bottom:-.23em;font:400 clamp(5rem,16vw,16rem)/1 var(--serif);color:rgba(255,255,255,.24);white-space:nowrap}.newsletter-v2-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:end}.newsletter-mark img{width:min(290px,100%);mix-blend-mode:multiply;margin-bottom:28px}.newsletter-v2 h2{font-size:clamp(4rem,6.5vw,7rem);margin:0}.newsletter-form{padding-bottom:10px}.newsletter-form>p:first-child{max-width:37ch;color:#5f564a}.newsletter-v2 .email-form{border-color:#5b4b38}.newsletter-v2 .email-form input{color:#352c23}.newsletter-v2 .email-form button{color:#352c23}.newsletter-v2 .form-note{color:#63594e}.footer-v2{background:#f8f3e9;color:#342b21;padding-top:0}.footer-brand-hero{padding:52px 0 36px;border-bottom:1px solid var(--gold-light);display:flex;justify-content:space-between;align-items:end}.footer-brand-hero img{width:min(410px,66%);mix-blend-mode:multiply}.footer-brand-hero span{color:var(--gold);font-size:.67rem;text-transform:uppercase;letter-spacing:.2em;padding-bottom:9px}.footer-v2 .footer-top{grid-template-columns:1.4fr repeat(3,1fr);padding-top:45px}.footer-v2 .footer-brand p,.footer-v2 .footer-top p{color:#62584d}.footer-v2 .footer-top h3{color:#9b7040}.footer-v2 .footer-top a{color:#534a40}.footer-v2 .footer-bottom{border-color:var(--gold-light);color:#736656}.footer-v2 .footer-bottom a{display:inline;color:#5f4d37}.loader-v2{position:fixed;inset:0;background:#f8f4eb;z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;transition:opacity .42s var(--ease),visibility .42s}.loader-v2 img{width:min(300px,70vw);mix-blend-mode:multiply;opacity:0;transform:scale(.96);animation:loaderLogo .55s .1s forwards}.loader-v2 span{height:1px;width:min(230px,60vw);background:var(--gold);transform:scaleX(0);transform-origin:left;animation:loaderLine .6s .38s forwards}.loader-v2 strong,.loader-v2 em{font-style:normal;font-size:.62rem;letter-spacing:.23em;opacity:0;animation:loaderText .45s .72s forwards}.loader-v2 em{color:var(--gold);font-size:.55rem;animation-delay:.9s}.loader-v2.exit{opacity:0;visibility:hidden}@keyframes loaderLogo{to{opacity:1;transform:none}}@keyframes loaderLine{to{transform:scaleX(1)}}@keyframes loaderText{to{opacity:1}}
@media(max-width:1000px){.header-v2{height:74px}.brand-v2 img{width:170px}.nav-v2{display:none}.mobile-menu{display:grid}.desktop-tool{display:none}.banner-hero{height:min(74vw,720px);min-height:510px}.journey-grid{grid-template-columns:1fr 1fr}.journey-copy{grid-column:2}.journey-title{grid-row:span 2}.stage-layout,.ritu-grid,.art-v2-grid{grid-template-columns:1fr}.stage-copy{padding:55px 0 24px}.stage-product{height:450px}.stage-nav{overflow:auto;grid-template-columns:repeat(6,minmax(120px,1fr))}.ritu-list{padding:65px 0 15px}.ritu-product{height:490px}.seasons-v2{padding:75px 32px}.character-track{grid-template-columns:repeat(3,1fr)}.character-tile{min-height:320px}.art-visual{height:450px}.newsletter-v2-grid{grid-template-columns:1fr}.footer-v2 .footer-top{grid-template-columns:1.3fr repeat(2,1fr)}.footer-v2 .footer-top>div:last-child{display:block}}
@media(max-width:640px){.header-v2{height:65px;padding-inline:12px;grid-template-columns:40px 1fr 92px}.brand-v2{justify-self:center}.brand-v2 img{width:130px;max-height:43px}.header-v2 .tools{gap:0}.announce-v2{font-size:.54rem}.banner-hero{height:auto;min-height:0;max-height:none;aspect-ratio:1092/1440}.banner-slide img{object-position:center}.banner-controls{bottom:15px}.offer-marquee .marquee-track{padding:10px 0;animation-duration:27s}.marquee-track span{font-size:.58rem}.journey-intro{background:#f9f5ed;padding:72px 0}.journey-grid{grid-template-columns:1fr;gap:24px}.journey-title{padding:0}.journey-title h2{font-size:3.55rem}.journey-image{height:390px;border-radius:190px 190px 0 0}.journey-copy{grid-column:auto;padding-left:18px;font-size:.93rem}.collection-stage .container{width:100%}.stage-kicker{padding:17px 19px}.stage-kicker p:last-child{font-size:1rem}.stage-layout{min-height:0}.stage-copy{padding:48px 19px 13px}.stage-number{margin-bottom:25px}.stage-copy h2{font-size:4.3rem}.stage-product{height:390px}.stage-product img{max-height:350px}.stage-nav{padding-left:0}.stage-nav button{min-width:122px;padding:13px 11px}.ritu-grid{width:100%}.ritu-list{padding:65px 19px 8px}.ritu-list h2{font-size:3.7rem}.ritu-product{height:410px}.ritu-product img{max-height:355px}.ritu-caption{right:18px;bottom:22px}.ritu-caption h3{font-size:1.9rem}.seasons-v2{padding:65px 19px;min-height:0}.season-head{display:block}.season-head p:last-child{font-size:1.15rem;margin-top:10px}.season-step{grid-template-columns:32px 1fr;gap:8px;padding:18px 0}.season-step h2{font-size:3.8rem}.season-step p{grid-column:2}.season-final-v2 h2{font-size:3.5rem}.memory-campaign{height:620px;min-height:0}.memory-campaign>img{object-position:58% center}.memory-copy{left:20px}.memory-copy h2{font-size:4.6rem}.character-showcase{padding-top:70px}.character-track{display:flex;overflow:auto;margin-right:calc(-1 * 19px);padding-right:19px;scroll-snap-type:x mandatory}.character-tile{min-width:240px;min-height:330px;scroll-snap-align:start}.art-v2{padding:0 0 75px}.art-v2 .container{width:100%}.art-visual{height:330px}.art-copy{padding:55px 19px 0}.art-copy h2{font-size:3.6rem}.product-showcase .product-grid{grid-template-columns:repeat(2,1fr)}.product-showcase .product-card{padding:6px}.product-showcase .product-image{height:220px}.product-card .card-actions{opacity:1}.quote-v2{min-height:420px}.quote-v2 blockquote{font-size:3rem}.social-v2-head{display:block}.social-v2-head .text-link{margin-top:18px}.social-ticker{padding-left:19px}.social-ticker>div{min-width:210px;height:260px}.newsletter-v2{padding-top:70px;padding-bottom:70px}.newsletter-v2-grid{gap:34px}.newsletter-mark img{width:210px;margin-bottom:15px}.newsletter-v2 h2{font-size:4.1rem}.footer-brand-hero{display:block;padding:40px 0 25px}.footer-brand-hero img{width:100%;max-width:290px}.footer-brand-hero span{display:block;margin-top:12px}.footer-v2 .footer-top{grid-template-columns:1fr 1fr;gap:27px;padding-top:35px}.footer-v2 .footer-brand{grid-column:span 2}.footer-v2 .footer-top>div:last-child{display:block}.menu-v2{padding:21px}.menu-v2 .brand img{width:180px}.menu-v2 nav{margin-top:50px}.menu-v2 .menu-note{margin-top:40px;color:var(--muted);max-width:29ch}.menu-social{font-size:.63rem;letter-spacing:.11em;text-transform:uppercase;margin-top:25px;color:var(--gold)}.page-enter{animation:pageIn .35s var(--ease)}@keyframes pageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}
