@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');
:root{--ink:#0b0908;--paper:#eee9e1;--paper2:#e4ddd3;--gold:#c9a66b;--gold2:#e1c38e;--muted:#74695f;--line:rgba(11,9,8,.16);--white:#f7f2ea;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;--ease:cubic-bezier(.22,.72,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);overflow-x:hidden}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.grain{position:fixed;inset:0;pointer-events:none;z-index:80;opacity:.022;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");mix-blend-mode:multiply}.cursorGlow{position:fixed;width:360px;height:360px;border-radius:50%;pointer-events:none;z-index:1;background:radial-gradient(circle,rgba(201,166,107,.10),transparent 68%);transform:translate(-50%,-50%);mix-blend-mode:soft-light}.announcement{height:36px;background:#090807;color:#d8c8af;display:flex;justify-content:center;align-items:center;gap:18px;font-size:9px;letter-spacing:.24em}.siteNav{height:82px;position:absolute;top:0;left:0;right:0;z-index:30;display:grid;grid-template-columns:220px 1fr 250px;align-items:center;padding:0 38px;color:#f5eee4;border-bottom:1px solid rgba(255,255,255,.16);transition:.35s var(--ease)}.siteNav.scrolled{position:fixed;top:0;background:rgba(11,9,8,.88);backdrop-filter:blur(18px);border-color:rgba(255,255,255,.09)}.wordmark{display:flex;align-items:center;gap:13px;font-family:var(--serif);font-size:17px}.mark{font-family:var(--serif);font-size:20px;line-height:.8;letter-spacing:-.08em;color:#b8955f;display:inline-block;opacity:.92}.desktopNav{display:flex;justify-content:center;gap:34px;font-size:10px;letter-spacing:.12em}.desktopNav a,.navTools button{opacity:.88;transition:opacity .2s}.desktopNav a:hover,.navTools button:hover{opacity:1}.navTools{display:flex;justify-content:flex-end;gap:20px;font-size:9px;letter-spacing:.12em}.navTools button,.navMenu{border:0;background:none;color:inherit}.navTools sup{font-size:7px;color:var(--gold2)}.navMenu{display:none}.hero{height:100vh;min-height:760px;position:relative;background:#100d0b;color:var(--white);overflow:hidden}.heroImage{position:absolute;inset:0;transform:scale(1.02);will-change:transform}.heroImage picture{display:block;width:100%;height:100%}.heroImage img{width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:saturate(.92) contrast(1.02)}.heroVignette{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,4,3,.92) 0%,rgba(5,4,3,.64) 36%,rgba(5,4,3,.10) 66%,rgba(5,4,3,.22)),linear-gradient(0deg,rgba(5,4,3,.72),transparent 35%)}.heroLight{position:absolute;width:48vw;height:48vw;right:2%;top:5%;background:radial-gradient(circle,rgba(218,181,119,.13),transparent 64%);filter:blur(18px)}.heroType{position:absolute;left:6.5vw;top:50%;transform:translateY(-42%);max-width:700px;z-index:3}.eyebrow{font-size:9px;letter-spacing:.26em;text-transform:uppercase;margin:0 0 18px;color:#dfd3c5}.eyebrow.dark{color:#786c61}.heroType h1{margin:0;display:flex;flex-direction:column-reverse;gap:3px;font-family:var(--serif);font-weight:400;line-height:.78}.heroType h1>span{font-size:clamp(72px,10vw,160px);letter-spacing:.015em}.heroType h1 em{font-size:clamp(21px,2vw,34px);letter-spacing:.16em;font-style:normal;text-transform:uppercase;margin-left:8px;color:#d6c4aa}.heroIntro{font-family:var(--serif);font-size:21px;line-height:1.5;max-width:470px;color:#e9dfd2;margin:34px 0}.heroLinks{display:flex;gap:24px;align-items:center}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;border:1px solid transparent;padding:15px 20px;min-width:180px;font-size:9px;letter-spacing:.16em;text-transform:uppercase;transition:.3s var(--ease)}.button b{font-size:14px;font-weight:400}.buttonGold{background:var(--gold2);color:#17120e}.buttonGold:hover{background:#f1d5a1;transform:translateY(-2px)}.buttonLight{background:#f0e8de;color:#14100d}.buttonDark{background:#11100e;color:#f3ece4}.buttonDark:hover{background:#2a221b}.lineLink{font-size:9px;letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:8px;display:inline-flex;gap:16px}.lineLink b{font-size:13px;font-weight:400}.darkLink{color:var(--ink);border-color:rgba(11,9,8,.35)}.heroMeta{position:absolute;right:34px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:25px;align-items:center;font-size:8px;letter-spacing:.2em;z-index:3}.heroMeta:after{content:'';height:95px;width:1px;background:rgba(255,255,255,.35)}.heroBottom{position:absolute;left:6.5vw;right:4vw;bottom:28px;display:flex;justify-content:flex-start;color:#cfc1b1;font-size:7px;letter-spacing:.2em;z-index:3}.editIntro{background:var(--paper);display:grid;grid-template-columns:90px 1fr .65fr;gap:8vw;padding:145px 7vw 120px;border-bottom:1px solid var(--line)}.sectionTag{font-size:8px;letter-spacing:.2em;color:#84776c}.editTitle h2,.collectionsHead h2,.shopHeader h2,.lookContent h2,.styleIntro h2,.journalHead h2,.circleCopy h2{font-family:var(--serif);font-weight:400;line-height:.92;margin:0;font-size:clamp(62px,7.5vw,126px)}.editTitle h2 i,.collectionsHead h2 i,.shopHeader h2 i,.lookContent h2 i,.styleIntro h2 i,.journalHead h2 i,.circleCopy h2 i{font-style:italic}.editText{max-width:430px;align-self:end}.editText p,.editorialSide p,.shopRight>p,.lookContent>p,.styleIntro>p,.storyCopy>p,.circleCopy>p{font-family:var(--serif);font-size:18px;line-height:1.65;color:#655b53}.heroEditorial{min-height:850px;background:#17110e;color:#f1e9df;display:grid;grid-template-columns:1.45fr .8fr;position:relative}.editorialImage{position:relative;min-height:850px;overflow:hidden}.editorialImage img{width:100%;height:100%;object-fit:cover;object-position:54% center;filter:saturate(.9)}.editorialImage:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(13,9,7,.75)),linear-gradient(0deg,rgba(13,9,7,.5),transparent 35%)}.editorialImage span{position:absolute;left:30px;bottom:28px;font-size:8px;letter-spacing:.2em;z-index:2}.editorialSide{padding:110px 7vw 100px;display:flex;flex-direction:column;justify-content:space-between;border-left:1px solid rgba(255,255,255,.12)}.editorialSide .eyebrow{color:#bca98f}.editorialSide h2{font-family:var(--serif);font-size:clamp(58px,5.5vw,94px);line-height:.94;font-weight:400;margin:25px 0}.editorialSide h2 i{font-style:italic;color:#d3b27e}.editorialSide p{color:#c8bbb0;max-width:390px}.verticalWord{writing-mode:vertical-rl;font-size:8px;letter-spacing:.45em;color:#9d8e7e}.collections{background:var(--paper);padding:140px 6.5vw 160px}.collectionsHead{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:70px}.collectionsHead h2{font-size:clamp(72px,9vw,150px)}.collectionsHead>p{max-width:280px;font-size:12px;line-height:1.6;color:#766b62}.collectionGrid{display:grid;grid-template-columns:1.15fr .7fr .7fr;gap:18px;align-items:start}.collection{display:block;position:relative}.collectionMedia,.jewelArt,.newArt{height:670px;position:relative;overflow:hidden}.collectionLarge .collectionMedia{height:760px;background:#292019}.kavitaMedia img{width:100%;height:100%;object-fit:cover;object-position:58% center;transition:transform 1.2s var(--ease)}.collection:hover .kavitaMedia img{transform:scale(1.045)}.imageFade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.68),transparent 46%)}.collectionCopy{padding:18px 0 0;display:grid;grid-template-columns:35px 1fr auto;align-items:start;border-top:1px solid var(--line)}.collectionCopy span,.collectionCopy p{font-size:8px;letter-spacing:.15em;color:#8a7d72}.collectionCopy h3{font-family:var(--serif);font-weight:400;font-size:34px;margin:0}.collectionCopy p{margin:5px 0 0;grid-column:2}.collectionCopy b{grid-column:3;grid-row:1/3;font-size:8px;letter-spacing:.15em;font-weight:400}.jewelArt{background:radial-gradient(circle at 50% 44%,#4c3b2b 0%,#201811 30%,#0d0a08 72%)}.halo{position:absolute;width:60%;aspect-ratio:1;border-radius:50%;left:20%;top:18%;border:1px solid rgba(224,191,132,.35);box-shadow:0 0 80px rgba(214,170,93,.12),inset 0 0 80px rgba(214,170,93,.06)}.jewelPendant{position:absolute;width:160px;height:160px;left:50%;top:36%;transform:translate(-50%,-50%) rotate(45deg);border:3px solid #d7b16e;box-shadow:0 0 0 7px rgba(215,177,110,.08),0 0 40px rgba(215,177,110,.2)}.jewelPendant:before{content:'';position:absolute;inset:18px;border:1px solid #e5c78d}.jewelPendant:after{content:'';position:absolute;inset:45px;background:radial-gradient(circle,#fff5cc 0 3%,#b88c43 4% 38%,transparent 40%);border:1px solid rgba(255,235,183,.7)}.jewelChain{position:absolute;width:1px;height:180px;background:linear-gradient(#caa568,transparent);left:50%;top:0}.jewelSpark{position:absolute;right:18%;bottom:18%;color:#e2c389;font-size:34px}.newArt{background:#c9bda9;color:#17110d;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.newArt:before{content:'';position:absolute;inset:14px;border:1px solid rgba(23,17,13,.25)}.newArt span{font-size:12px;letter-spacing:.4em}.newArt strong{font-family:var(--serif);font-size:92px;line-height:.8;font-weight:400;letter-spacing:.04em}.newArt i{font-family:var(--serif);font-size:38px;letter-spacing:.12em;font-style:italic}.newArt small{position:absolute;bottom:30px;letter-spacing:.22em}.marqueeSection{background:#0b0908;color:#e0c28d;overflow:hidden;padding:18px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.marquee{display:flex;white-space:nowrap;gap:35px;width:max-content;animation:marquee 26s linear infinite;font-size:11px;letter-spacing:.24em}.marquee i{font-style:normal;color:#7f6745}@keyframes marquee{to{transform:translateX(-50%)}}.shopSection{background:var(--paper);padding:150px 6.5vw 170px}.shopHeader{display:grid;grid-template-columns:1fr .7fr;gap:8vw;align-items:end;margin-bottom:75px}.shopHeader h2{font-size:clamp(70px,8vw,130px)}.shopRight{max-width:470px}.filters{display:flex;gap:24px;margin-top:30px;border-bottom:1px solid var(--line)}.filters button{border:0;background:none;padding:0 0 12px;color:#8a7d73;font-size:9px;letter-spacing:.14em;text-transform:uppercase;position:relative}.filters button.active{color:var(--ink)}.filters button.active:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:1px;background:var(--ink)}.productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:52px 20px}.productCard{cursor:pointer}.productVisual{height:540px;position:relative;background:#ddd3c8;overflow:hidden}.productVisual img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.productCard:hover .productVisual img{transform:scale(1.04)}.productPlaceholder{height:100%;display:grid;place-items:center;position:relative;background:radial-gradient(circle at 50% 36%,#f4eadf,#cfc0ae)}.productPlaceholder:after{content:'';position:absolute;width:42%;height:68%;border:1px solid rgba(87,67,48,.25);transform:rotate(-5deg);box-shadow:0 35px 50px rgba(0,0,0,.09)}.productPlaceholder span{font-family:var(--serif);font-size:48px;z-index:2;color:#7f6241}.productPlaceholder b{position:absolute;bottom:25px;left:25px;font-size:7px;letter-spacing:.2em;z-index:2}.badge{position:absolute;top:18px;left:18px;background:#eee8df;padding:8px 10px;font-size:7px;letter-spacing:.15em}.quickAdd{position:absolute;bottom:0;left:0;right:0;height:54px;background:rgba(11,9,8,.9);color:#eee8df;border:0;transform:translateY(100%);transition:.35s var(--ease);font-size:8px;letter-spacing:.18em;text-transform:uppercase}.productCard:hover .quickAdd{transform:none}.productInfo{display:flex;justify-content:space-between;gap:15px;padding-top:14px;border-top:1px solid var(--line);margin-top:14px}.productInfo h4{font-family:var(--serif);font-size:21px;font-weight:400;margin:0 0 6px}.productInfo small{font-size:7px;letter-spacing:.15em;color:#887a6d}.price{font-size:11px;letter-spacing:.08em;white-space:nowrap}.loading{padding:60px 0;color:#84776d;font-family:var(--serif);font-size:22px}.lookSection{min-height:950px;background:#11100e;color:#eee6dd;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr .8fr;align-items:center;padding:110px 7vw}.lookImage{position:absolute;inset:0 45% 0 0;overflow:hidden}.lookImage img{width:100%;height:100%;object-fit:cover;object-position:50% 30%;opacity:.9}.lookImage:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 35%,#11100e 100%),linear-gradient(0deg,rgba(17,16,14,.65),transparent 50%)}.lookGlow{position:absolute;width:55vw;height:55vw;border-radius:50%;left:15%;top:12%;background:radial-gradient(circle,rgba(202,162,99,.16),transparent 66%);filter:blur(20px)}.lookContent{grid-column:2;position:relative;z-index:2;max-width:560px}.lookContent h2{font-size:clamp(70px,7vw,118px)}.lookContent>p{color:#c9beb4;max-width:480px}.lookPills{display:flex;gap:20px;margin:32px 0 40px;flex-wrap:wrap}.lookPills span{font-size:8px;letter-spacing:.16em;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:7px}.lookOrb{position:absolute;right:6%;top:16%;width:270px;height:270px;z-index:2}.orbRing{position:absolute;inset:0;border:1px solid rgba(220,190,137,.3);border-radius:50%;animation:orbit 13s linear infinite}.ring2{inset:25px;animation-duration:9s;animation-direction:reverse}.orbCore{position:absolute;inset:76px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#d8bd8e,#705534 55%,#15110e 75%);display:grid;place-items:center;color:#f5e6c9;font-family:var(--serif);font-size:38px;box-shadow:0 0 80px rgba(213,171,99,.16)}.lookOrb span{position:absolute;bottom:-35px;right:0;font-size:7px;letter-spacing:.18em;color:#9c8b78}@keyframes orbit{to{transform:rotate(360deg)}}.styleRoom{min-height:850px;background:#e4ddd4;display:grid;grid-template-columns:.9fr 1.1fr;position:relative;overflow:hidden}.styleIntro{padding:130px 7vw;display:flex;flex-direction:column;justify-content:center}.styleIntro h2{font-size:clamp(70px,7vw,120px)}.styleIntro>p{max-width:500px}.styleModes{display:flex;gap:22px;margin:28px 0 34px;flex-wrap:wrap}.styleModes button{border:0;background:none;border-bottom:1px solid transparent;padding:0 0 8px;color:#8a7d72;font-size:8px;letter-spacing:.14em;text-transform:uppercase}.styleModes button.active{color:var(--ink);border-color:var(--ink)}.styleVisual{position:relative;background:radial-gradient(circle at 50% 48%,#75604b 0%,#28201a 30%,#0f0d0b 68%);min-height:850px;display:grid;place-items:center;transform-style:preserve-3d}.styleVisual:before{content:'';position:absolute;width:70%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(222,188,126,.25);box-shadow:0 0 90px rgba(215,173,99,.14),inset 0 0 80px rgba(215,173,99,.08)}.styleVisual:after{content:'';position:absolute;width:45%;height:80%;border:1px solid rgba(255,255,255,.07);transform:rotateY(25deg) rotateZ(-8deg);box-shadow:30px 30px 80px rgba(0,0,0,.25)}.stylePortal{width:270px;height:390px;border:1px solid rgba(231,211,178,.42);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;color:#ead8bb;position:relative;z-index:2;box-shadow:0 0 70px rgba(220,181,113,.08),inset 0 0 40px rgba(220,181,113,.05);transform:perspective(900px) rotateY(-3deg)}.stylePortal:before,.stylePortal:after{content:'';position:absolute;width:28px;height:28px;border-color:#caa56d;border-style:solid}.stylePortal:before{top:-1px;left:-1px;border-width:1px 0 0 1px}.stylePortal:after{bottom:-1px;right:-1px;border-width:0 1px 1px 0}.stylePortal span{font-size:8px;letter-spacing:.4em}.stylePortal strong{font-family:var(--serif);font-weight:400;font-size:50px;letter-spacing:.06em}.stylePortal i{font-size:7px;letter-spacing:.2em;font-style:normal}.floatingLabel{position:absolute;color:#d9c09a;font-size:8px;letter-spacing:.22em;z-index:3;border-bottom:1px solid rgba(217,192,154,.35);padding-bottom:6px}.label1{left:11%;top:27%}.label2{right:12%;top:39%}.label3{right:18%;bottom:24%}.styleReadout{position:absolute;left:7%;bottom:7%;display:flex;gap:12px;font-size:7px;letter-spacing:.18em;color:#a89a8b}.styleReadout b{color:#dec18e;font-weight:500}.journal{background:var(--paper);padding:150px 6.5vw}.journalHead{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:75px}.journalHead h2{font-size:clamp(70px,7vw,116px)}.journalCards{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.journalCards article{min-height:340px;padding:25px 28px 35px 0;border-right:1px solid var(--line);position:relative}.journalCards article+article{padding-left:28px}.journalNo{font-size:8px;letter-spacing:.18em;color:#8b7e73}.journalCards p{font-size:8px;letter-spacing:.18em;color:#8b7e73;margin-top:70px}.journalCards h3{font-family:var(--serif);font-size:34px;font-weight:400;line-height:1.08;max-width:340px}.journalCards span{font-size:8px;color:#8b7e73;letter-spacing:.12em}.story{display:grid;grid-template-columns:1fr 1fr;background:#d9d1c7}.storyImage{height:820px;position:relative;overflow:hidden}.storyImage img{width:100%;height:100%;object-fit:cover;object-position:58% center;filter:contrast(.98)}.storyImage span{position:absolute;bottom:24px;left:28px;font-size:8px;letter-spacing:.2em;color:#f4eee5}.storyCopy{padding:120px 8vw;display:flex;flex-direction:column;justify-content:center}.storyCopy h2{font-family:var(--serif);font-size:clamp(90px,10vw,170px);font-weight:400;line-height:.8;margin:15px 0}.rule{height:1px;background:var(--line);width:100%;margin:30px 0}.storyCopy .lead{font-family:var(--serif);font-size:28px;color:#2b211a}.circle{min-height:620px;background:var(--paper);position:relative;display:grid;place-items:center;overflow:hidden;text-align:center}.circle:before,.circle:after{content:'';position:absolute;border:1px solid rgba(118,96,66,.2);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.circle:before{width:500px;height:500px}.circle:after{width:720px;height:720px}.circleCopy{position:relative;z-index:2}.circleCopy h2{font-size:clamp(68px,7vw,110px)}.circleCopy p{max-width:430px;margin:20px auto}.circleCopy form{display:flex;width:min(430px,90vw);margin:30px auto 0;border-bottom:1px solid #8d7e6f}.circleCopy input{flex:1;border:0;background:transparent;padding:14px 0;outline:0;font-size:11px}.circleCopy button{border:0;background:none;font-size:9px;letter-spacing:.16em;text-transform:uppercase}.circleMonogram{position:absolute;right:7%;top:16%;font-family:var(--serif);font-size:38px;color:#b3976d;opacity:.65;z-index:2}footer{background:#0b0908;color:#e7ddd2;padding:70px 6.5vw 25px}.footerMain{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:start;padding-bottom:70px;border-bottom:1px solid rgba(255,255,255,.12)}.footerMark{font-size:20px}.footerMain>p{font-size:8px;letter-spacing:.2em;color:#aa9a89;margin:5px 0}.footerMain>div{display:flex;justify-content:flex-end;gap:25px;font-size:8px;letter-spacing:.14em}.footerBottom{padding-top:20px;display:flex;justify-content:space-between;font-size:7px;letter-spacing:.15em;color:#897b6e}.footerBottom>div{display:flex;gap:25px}.mobilePanel{position:fixed;inset:0;background:#0b0908;color:#f1e9df;z-index:100;padding:100px 28px 40px;transform:translateX(100%);transition:.45s var(--ease);display:flex;flex-direction:column}.mobilePanel.open{transform:none}.mobilePanel button{background:none;border:0;color:#d7c7b3;text-align:left;font-size:8px;letter-spacing:.2em;margin-bottom:60px}.mobilePanel a{font-family:var(--serif);font-size:48px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12)}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(5px);z-index:60;opacity:0;pointer-events:none;transition:.3s}.overlay.show{opacity:1;pointer-events:auto}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(480px,100%);background:var(--paper);z-index:70;padding:30px;transform:translateX(100%);transition:.45s var(--ease);display:flex;flex-direction:column}.drawer.open{transform:none}.drawerHead{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line);font-size:9px;letter-spacing:.16em}.drawerHead button,.modalClose{border:0;background:none;font-size:8px;letter-spacing:.16em;text-transform:uppercase}.bagItems{flex:1;overflow:auto;padding:25px 0}.bagItem{display:grid;grid-template-columns:75px 1fr auto;gap:15px;padding:15px 0;border-bottom:1px solid var(--line)}.bagThumb{width:75px;height:95px;background:#ddd2c6;overflow:hidden}.bagThumb img{width:100%;height:100%;object-fit:cover}.bagItem h4{font-family:var(--serif);font-weight:400;margin:0 0 4px}.bagItem small{font-size:7px;letter-spacing:.15em;color:#87796d}.qty{display:flex;gap:12px;align-items:center;margin-top:12px}.qty button{width:24px;height:24px;border:1px solid #b6a697;background:none}.bagFoot{border-top:1px solid var(--line);padding-top:20px}.bagFoot>div{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.14em;margin-bottom:15px}.bagFoot small{display:block;font-size:8px;color:#877a6e;margin-top:12px}.full{width:100%}.searchField{display:block;margin-top:60px;font-size:8px;letter-spacing:.16em;color:#817468}.searchField input{display:block;width:100%;border:0;border-bottom:1px solid #9b8c7e;background:none;padding:18px 0;outline:0;font-size:18px;font-family:var(--serif)}.searchResults{margin-top:20px}.searchResult{width:100%;display:flex;justify-content:space-between;border:0;border-bottom:1px solid var(--line);background:none;padding:16px 0;text-align:left}.searchResult span{font-family:var(--serif);font-size:18px}.searchResult small{font-size:7px;letter-spacing:.12em;color:#8a7d73}.accountPanel{padding-top:60px}.accountPanel h3{font-family:var(--serif);font-weight:400;font-size:68px;line-height:.9;margin:10px 0}.accountPanel p{font-family:var(--serif);font-size:18px;line-height:1.6;color:#6c6158}.accountPanel label{display:block;font-size:8px;letter-spacing:.16em;color:#817468;margin-top:28px}.accountPanel input,.checkoutCard input{width:100%;border:0;border-bottom:1px solid #9b8c7e;background:none;padding:15px 0;outline:0}.productModal{position:fixed;inset:0;background:var(--paper);z-index:90;display:grid;grid-template-columns:1.1fr .9fr;opacity:0;pointer-events:none;transition:.4s}.productModal.open{opacity:1;pointer-events:auto}.modalClose{position:absolute;top:28px;right:28px;z-index:3}.modalMedia{background:#d9cec2;display:grid;place-items:center;overflow:hidden}.modalMedia img{width:100%;height:100%;object-fit:cover}.modalCopy{align-self:center;padding:8vw}.modalCopy h2{font-family:var(--serif);font-size:68px;line-height:.9;font-weight:400;margin:15px 0}.modalPrice{font-size:14px;margin-bottom:24px}.modalCopy>p:not(.eyebrow){font-family:var(--serif);font-size:18px;line-height:1.6;color:#6b6057}.sizeRow{margin:30px 0}.sizeRow>span{font-size:8px;letter-spacing:.16em}.sizeRow>div{display:flex;gap:7px;margin-top:10px}.size{width:42px;height:38px;border:1px solid #b4a597;background:none;font-size:8px}.size.active{background:#11100e;color:#eee}.sourceLink{display:inline-block;margin-top:18px;font-size:8px;letter-spacing:.16em;border-bottom:1px solid #9d8566;padding-bottom:6px}.askBangariLauncher{position:fixed;right:22px;bottom:22px;z-index:65;border:1px solid #b6935f;background:#0b0908;color:#eee7df;padding:14px 18px;font-size:8px;letter-spacing:.18em;text-transform:uppercase;box-shadow:0 16px 45px rgba(0,0,0,.25)}.askBangariLauncher span{color:#d7b477;margin-right:8px}.askBangariPanel{position:fixed;right:22px;bottom:75px;width:390px;height:600px;background:var(--paper);z-index:65;box-shadow:0 25px 80px rgba(0,0,0,.3);border:1px solid #b5a28e;display:grid;grid-template-rows:auto auto auto 1fr auto;transform:translateY(15px) scale(.98);opacity:0;pointer-events:none;transition:.3s}.askBangariPanel.open{transform:none;opacity:1;pointer-events:auto}.askHead{padding:18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.askHead small{display:block;font-size:7px;letter-spacing:.18em;color:#817469}.askHead strong{display:block;font-family:var(--serif);font-size:27px;font-weight:400;margin-top:4px}.askHead button{border:0;background:none;font-size:22px}.askIntro{font-family:var(--serif);font-size:15px;line-height:1.5;color:#6b6057;padding:15px 18px}.askQuick{display:flex;gap:7px;padding:0 18px 14px;overflow:auto}.askQuick button{white-space:nowrap;border:1px solid #b8a999;background:none;padding:8px;font-size:7px;letter-spacing:.1em}.askMessages{overflow:auto;background:#e3dbd1;padding:14px 18px}.askMessage{max-width:84%;padding:10px 12px;margin:7px 0;font-size:11px;line-height:1.45}.askMessage.ai{background:#f4eee7}.askMessage.user{background:#11100e;color:#eee;justify-self:end;margin-left:auto}.askComposer{padding:13px 18px}.askComposer label{font-size:7px;letter-spacing:.16em;color:#7d7065}.askComposer>div{display:flex;border-bottom:1px solid #9b8c7e}.askComposer input{flex:1;border:0;background:none;padding:12px 0;outline:0;font-size:11px}.askComposer button{border:0;background:none;font-size:8px;letter-spacing:.16em}.checkoutModal{position:fixed;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(10px);z-index:100;display:grid;place-items:center;padding:24px;opacity:0;pointer-events:none;transition:.3s}.checkoutModal.open{opacity:1;pointer-events:auto}.checkoutCard{background:var(--paper);width:min(560px,100%);padding:45px;position:relative}.checkoutClose{position:absolute;top:16px;right:20px;border:0;background:none;font-size:24px}.checkoutCard h3{font-family:var(--serif);font-weight:400;font-size:42px;line-height:.95;margin:10px 0 30px}.checkoutCard label{font-size:8px;letter-spacing:.16em;color:#817469}.checkoutMethods{display:grid;gap:10px;margin-top:20px}.payMethod,.payInfo,.payUnavailable{border:1px solid #aa9680;background:#11100e;color:#eee;text-align:left;padding:17px}.payMethod b,.payInfo b,.payUnavailable b{display:block;font-size:8px;letter-spacing:.15em}.payMethod span,.payInfo span,.payUnavailable span{display:block;font-size:9px;color:#bdb0a1;margin-top:6px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:#11100e;color:#eee;padding:13px 18px;font-size:8px;letter-spacing:.12em;z-index:120;opacity:0;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}[data-reveal]{opacity:0;transform:translateY(30px);transition:opacity 1s var(--ease),transform 1s var(--ease)}[data-reveal].visible{opacity:1;transform:none}
@media(max-width:1100px){.siteNav{grid-template-columns:160px 1fr 220px;padding:0 24px}.desktopNav{gap:18px}.collectionGrid{grid-template-columns:1fr 1fr}.collectionLarge{grid-column:1/-1}.collectionLarge .collectionMedia{height:680px}.shopHeader{grid-template-columns:1fr}.productGrid{grid-template-columns:repeat(2,1fr)}.styleRoom{grid-template-columns:1fr}.styleVisual{min-height:650px}.styleIntro{padding-bottom:80px}.story{grid-template-columns:1fr}.storyImage{height:700px}.storyCopy{padding:100px 10vw}}
@media(max-width:720px){.announcement{display:none}.siteNav{top:0;height:66px;display:flex;justify-content:space-between;padding:0 17px}.navMenu{display:flex;width:34px;height:34px;flex-direction:column;justify-content:center;gap:5px}.navMenu i{width:18px;height:1px;background:#f5eee4}.desktopNav,.navTools button:first-child,.navTools button:nth-child(2){display:none}.navTools{gap:0}.hero{min-height:720px;height:100svh}.heroImage img{object-position:57% center}.heroType{left:24px;right:24px;top:54%}.heroType h1 span{font-size:68px}.heroType h1 em{font-size:18px}.heroIntro{font-size:17px;margin:25px 0}.heroLinks{gap:16px;flex-wrap:wrap}.button{min-width:165px}.heroMeta{right:16px}.heroBottom{left:24px;right:24px;font-size:6px}.heroBottom span:last-child{display:none}.editIntro{grid-template-columns:1fr;padding:90px 24px;gap:25px}.sectionTag{display:none}.editTitle h2{font-size:58px}.editText{max-width:100%}.heroEditorial{grid-template-columns:1fr;min-height:auto}.editorialImage{min-height:620px}.editorialSide{padding:80px 24px;min-height:600px}.verticalWord{margin-bottom:60px}.collections{padding:90px 18px}.collectionsHead{display:block;margin-bottom:50px}.collectionsHead h2{font-size:72px}.collectionsHead>p{margin-top:20px}.collectionGrid{grid-template-columns:1fr}.collectionLarge{grid-column:auto}.collectionMedia,.collectionLarge .collectionMedia,.jewelArt,.newArt{height:520px}.collectionCopy{padding:14px 0 35px}.collectionCopy h3{font-size:30px}.shopSection{padding:95px 20px}.shopHeader h2{font-size:64px}.productGrid{grid-template-columns:1fr 1fr;gap:36px 10px}.productVisual{height:330px}.productInfo{display:block}.price{margin-top:8px}.lookSection{min-height:900px;padding:90px 24px;display:block}.lookImage{inset:0}.lookImage:after{background:linear-gradient(90deg,rgba(17,16,14,.4),#11100e 85%),linear-gradient(0deg,rgba(17,16,14,.9),transparent 55%)}.lookContent{padding-top:370px}.lookContent h2{font-size:64px}.lookOrb{width:170px;height:170px;right:20px;top:80px}.orbCore{inset:50px;font-size:25px}.styleIntro{padding:90px 24px}.styleIntro h2{font-size:62px}.styleVisual{min-height:600px}.stylePortal{width:220px;height:320px}.journal{padding:90px 24px}.journalHead{display:block}.journalHead .lineLink{margin-top:25px}.journalCards{grid-template-columns:1fr}.journalCards article,.journalCards article+article{padding:25px 0;border-right:0;border-bottom:1px solid var(--line);min-height:260px}.journalCards p{margin-top:50px}.storyImage{height:600px}.storyCopy{padding:80px 24px}.storyCopy h2{font-size:88px}.circle{min-height:540px}.circle:before{width:380px;height:380px}.circle:after{width:560px;height:560px}.circleMonogram{right:10%;top:14%}.footerMain{grid-template-columns:1fr;gap:28px;padding-bottom:45px}.footerMain>div{justify-content:flex-start}.footerBottom{display:block;line-height:2}.footerBottom>div{flex-wrap:wrap;gap:15px}.drawer{padding:22px}.productModal{grid-template-columns:1fr;overflow:auto}.modalMedia{height:54vh}.modalCopy{padding:35px 24px 55px}.modalCopy h2{font-size:54px}.askBangariLauncher{right:12px;bottom:12px}.askBangariPanel{right:7px;bottom:65px;width:calc(100vw - 14px);height:min(620px,calc(100vh - 80px))}.cursorGlow{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition-duration:.01ms!important}.cursorGlow{display:none}}

/* Device-first polish: tablet, phone, notched screens and touch targets */
@media (max-width: 1100px) and (min-width: 721px){
  .siteNav{grid-template-columns:180px 1fr 190px;padding:0 24px}
  .desktopNav{gap:18px;font-size:9px}
  .navTools{gap:12px}
  .heroType{max-width:680px}
  .heroType h1 span{font-size:clamp(86px,10vw,140px)}
  .heroEditorial{grid-template-columns:1fr 1fr}
  .editorialImage{min-height:720px}
  .collections{padding-left:5vw;padding-right:5vw}
  .collectionGrid{gap:18px}
  .collectionLarge .collectionMedia{height:620px}
  .jewelArt,.newArt{height:500px}
  .shopSection{padding-left:5vw;padding-right:5vw}
  .productGrid{gap:26px 16px}
  .productVisual{height:470px}
  .lookSection{min-height:720px}
  .styleRoom{grid-template-columns:1fr 1fr}
  .styleIntro{padding:9vw 6vw}
  .styleVisual{min-height:650px}
  .journal{padding-left:6vw;padding-right:6vw}
  .storyCopy{padding:8vw}
}
@media (max-width: 900px){
  .siteNav{padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right))}
  .navTools button{min-height:44px}
  .button,.lineLink,.quickAdd,.filters button,.size,.payMethod,.payInfo,.payUnavailable{min-height:44px}
}
@media (max-width: 720px){
  body{font-size:14px}
  .announcement{padding:0 12px;text-align:center;white-space:nowrap;overflow:hidden}
  .siteNav{padding-top:env(safe-area-inset-top);height:calc(66px + env(safe-area-inset-top))}
  .wordmark{font-size:15px;letter-spacing:.22em;gap:9px}
  .mark{font-size:19px}
  .hero{min-height:100svh;height:auto;padding-bottom:30px}
  .heroType{top:auto;bottom:11%;}
  .heroType h1{display:flex;flex-direction:column-reverse;align-items:flex-start}
  .heroType h1 em{font-size:16px;margin-bottom:8px}
  .heroType h1 span{font-size:clamp(54px,17vw,84px);letter-spacing:.06em}
  .heroIntro{max-width:330px;font-size:16px;line-height:1.45}
  .heroLinks .button{width:100%}
  .heroLinks .lineLink{padding:12px 0}
  .heroBottom{bottom:16px;padding-bottom:env(safe-area-inset-bottom)}
  .heroBottom span:first-child{letter-spacing:.13em}
  .editorialImage{min-height:68svh}
  .collectionMedia,.collectionLarge .collectionMedia,.jewelArt,.newArt{height:min(118vw,520px)}
  .productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 10px}
  .productVisual{height:calc((100vw - 50px)/1.15)}
  .productInfo h4{font-size:16px}
  .quickAdd{opacity:1;transform:none;bottom:8px;right:8px;padding:9px 10px;font-size:7px}
  .lookContent{padding-top:390px}
  .lookPills{flex-wrap:wrap}
  .styleVisual{min-height:540px}
  .stylePortal{transform:scale(.86)}
  .journalCards article{min-height:220px}
  .circle{padding-left:24px;padding-right:24px}
  .circleCopy h2{font-size:58px}
  .circle form{position:relative;z-index:2}
  footer{padding-bottom:calc(25px + env(safe-area-inset-bottom))}
  .drawer{padding-top:calc(22px + env(safe-area-inset-top));padding-bottom:calc(22px + env(safe-area-inset-bottom))}
  .productModal{padding-top:env(safe-area-inset-top)}
  .modalMedia{height:52svh;min-height:330px}
  .checkoutModal{padding:12px;padding-top:calc(12px + env(safe-area-inset-top));padding-bottom:calc(12px + env(safe-area-inset-bottom))}
  .checkoutCard{padding:34px 22px;max-height:calc(100svh - 24px);overflow:auto}
  .askBangariLauncher{bottom:calc(12px + env(safe-area-inset-bottom));}
  .askBangariPanel{bottom:calc(65px + env(safe-area-inset-bottom));max-height:calc(100svh - 80px)}
}
@media (max-width: 380px){
  .heroType{left:18px;right:18px}
  .heroType h1 span{font-size:54px}
  .heroIntro{font-size:15px}
  .productGrid{gap:24px 8px}
  .productVisual{height:270px}
  .productInfo h4{font-size:14px}
  .collectionsHead h2,.shopHeader h2,.styleIntro h2{font-size:56px}
}
@media (orientation: landscape) and (max-height: 600px){
  .hero{min-height:640px}
  .heroType{top:42%;bottom:auto}
  .heroBottom{display:none}
  .mobilePanel a{font-size:34px;padding:8px 0}
}


/* V14 — refined house wordmark and presentation cleanup */
.brandName{letter-spacing:.18em;white-space:nowrap;color:#f3ebe1}
.brandGold{color:#b99761!important;font-weight:400!important}
.hero .brandDisplay{font-family:var(--serif);font-weight:400;color:#f5eee5;text-shadow:0 2px 18px rgba(0,0,0,.12)}
.hero .brandDisplay .brandGold{color:#c3a26b!important}
.storyBrand{letter-spacing:-.035em!important}
.storyBrand .brandGold{color:#a88452!important}
.verticalWord{letter-spacing:.34em}
.verticalWord .brandGold{color:#c3a26b!important}
.siteNav{background:linear-gradient(180deg,rgba(6,5,4,.32),transparent)}
.siteNav.scrolled{background:rgba(10,8,7,.92);box-shadow:0 1px 0 rgba(255,255,255,.05)}
.heroVignette{background:linear-gradient(90deg,rgba(5,4,3,.88) 0%,rgba(5,4,3,.58) 35%,rgba(5,4,3,.08) 67%,rgba(5,4,3,.17)),linear-gradient(0deg,rgba(5,4,3,.58),transparent 38%)}
.heroBottom{max-width:520px}
.heroBottom span{padding-top:10px;border-top:1px solid rgba(240,226,207,.26)}
.collectionCopy b{opacity:.76;transition:opacity .25s ease}
.collection:hover .collectionCopy b{opacity:1}
.newArt{background:linear-gradient(145deg,#d5cbbd,#b9aa96)}
.newArt strong{letter-spacing:.02em}
.stylePortal{background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(255,255,255,0));box-shadow:0 0 50px rgba(220,181,113,.05),inset 0 0 30px rgba(220,181,113,.035)}
.stylePortal strong{letter-spacing:.015em}
.atelierLine{position:absolute;left:9%;right:9%;height:1px;background:linear-gradient(90deg,transparent,rgba(218,190,145,.28),transparent)}
.atelierLineTop{top:18%}.atelierLineBottom{bottom:18%}
.styleSignature{position:absolute;bottom:7%;right:7%;font-size:7px;letter-spacing:.22em;color:#9d8b76}
.journalEdition{font-size:8px;letter-spacing:.2em;color:#8b7e73;border-bottom:1px solid rgba(11,9,8,.25);padding-bottom:8px}
.askBangariLauncher{box-shadow:none;border-color:rgba(190,155,101,.65);background:rgba(10,8,7,.94);backdrop-filter:blur(12px)}
.circle:before,.circle:after{opacity:.62}
.footerMain{padding-bottom:56px}
.footerBottom{padding-top:18px}

/* keep commerce controls quiet until interaction */
.productCard .quickAdd{box-shadow:none}
.filters button{border-radius:0}

@media(max-width:720px){
  .siteNav{top:0!important}
  .hero{height:100svh!important;min-height:680px}
  .brandName{letter-spacing:.13em}
  .hero .brandDisplay{letter-spacing:-.01em!important}
  .heroBottom{left:24px;right:24px}
  .verticalWord{writing-mode:horizontal-tb;letter-spacing:.28em;margin-bottom:42px}
  .journalEdition{display:inline-block;margin-top:24px}
  .styleSignature{left:0;right:0;text-align:center;bottom:5%}
}
