:root{
  --ivory:#f6f3ed;
  --ivory-2:#ece7df;
  --white:#fff;
  --ink:#13110f;
  --muted:#706a63;
  --line:rgba(19,17,15,.16);
  --night:#0c0b0a;
  --night-2:#15120e;
  --gold:#b68b32;
  --gold-2:#dec477;
  --header-h:92px;
  --serif:Baskerville,"Iowan Old Style","Palatino Linotype",Palatino,"Times New Roman",serif;
  --sans:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-weight:300;overflow-x:hidden}
body.menu-open,body.drawer-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
::selection{background:#181512;color:#fff}
.eyebrow{margin:0 0 18px;font-size:9px;font-weight:500;letter-spacing:.24em;text-transform:uppercase}
.eyebrow.light{color:rgba(255,255,255,.68)}
.section-pad{padding:120px 6vw}
.section-rule{border-top:1px solid var(--line)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s cubic-bezier(.2,.7,.2,1)}
.reveal.is-visible{opacity:1;transform:none}
.text-link{display:inline-flex;align-items:center;gap:24px;padding-bottom:8px;border-bottom:1px solid currentColor;font-size:9px;font-weight:500;letter-spacing:.19em;text-transform:uppercase}
.text-link i{font-style:normal;font-size:17px}
.pill-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;border:1px solid var(--ink);font-size:9px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;transition:.25s ease}
.pill-button:hover{background:var(--ink);color:#fff}
.pill-button.dark{background:var(--ink);color:#fff}
.pill-button.dark:hover{background:transparent;color:var(--ink)}
.pill-button.light{border-color:rgba(255,255,255,.72);color:#fff}
.pill-button.light:hover{background:#fff;color:#111}
.pill-button.gold{border-color:var(--gold-2);background:var(--gold);color:#090806}
.pill-button.gold:hover{background:transparent;color:var(--gold-2)}
.pill-button.full{width:100%}
.is-hidden{display:none!important}

/* LOADER */
.loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#f8f6f2;transition:opacity .65s ease,visibility .65s ease}
.loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.loader img{width:116px;height:116px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.loader span{position:absolute;width:155px;height:1px;background:rgba(0,0,0,.15);overflow:hidden;transform:translateY(92px)}
.loader span:after{content:"";position:absolute;inset:0;background:#111;transform:translateX(-100%);animation:loadline 1.4s ease infinite}
.dark-loader{background:#080705}.dark-loader span{background:rgba(255,255,255,.18)}.dark-loader span:after{background:var(--gold-2)}
@keyframes loadline{to{transform:translateX(100%)}}

/* HEADER */
.topbar{position:fixed;z-index:500;left:0;right:0;top:0;height:var(--header-h);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 3.2vw;color:#fff;border-bottom:1px solid rgba(255,255,255,.22);transition:background .35s,color .35s,border-color .35s}
.topbar.is-scrolled,.topbar.topbar-solid{height:78px;background:rgba(248,246,241,.96);color:var(--ink);border-color:var(--line);backdrop-filter:blur(16px)}
.topbar.vault-topbar.is-scrolled,.vault-page .topbar.topbar-solid{background:rgba(9,8,7,.95);color:#fff;border-color:rgba(255,255,255,.13)}
.topbar-side{display:flex;align-items:center;gap:28px;font-size:8px;font-weight:500;letter-spacing:.18em;text-transform:uppercase}
.topbar-right{justify-content:flex-end}
.topbar a,.topbar button{transition:opacity .2s}.topbar a:hover,.topbar button:hover{opacity:.62}
.icon-link,.plain-button,.cart-link{border:0;background:transparent;color:inherit;padding:0}
.menu-toggle{display:flex;align-items:center;gap:12px;min-width:72px}
.menu-toggle:after{content:"Menu";font-size:8px;font-weight:500;letter-spacing:.18em;text-transform:uppercase}
.menu-toggle span{display:block;width:22px;height:1px;background:currentColor}
.menu-toggle span+span{width:14px;margin-left:-34px;transform:translateY(8px)}
.top-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;text-align:center}
.top-logo strong{font-family:var(--serif);font-size:22px;font-weight:400;letter-spacing:.19em}
.top-logo small{margin-top:7px;font-size:6px;font-weight:600;letter-spacing:.42em}
.cart-link span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:8px;border:1px solid currentColor;border-radius:50%;font-size:7px}

/* MENU */
.mobile-menu{position:fixed;inset:0;z-index:900;display:grid;grid-template-columns:42% 58%;background:#0d0c0b;color:#fff;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}
.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}
.menu-visual{position:relative;overflow:hidden;background:#1d1a16}
.menu-visual img{width:100%;height:100%;object-fit:cover;opacity:.8;transform:scale(1.05);transition:transform 1.1s ease}
.mobile-menu.is-open .menu-visual img{transform:scale(1)}
.menu-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(0,0,0,.28))}
.menu-panel{position:relative;padding:72px 7vw 42px;display:flex;flex-direction:column}
.mobile-menu [data-menu-close]{position:absolute;right:38px;top:30px;border:0;background:transparent;color:#fff;font:44px/1 var(--serif)}
.mobile-menu nav{display:flex;flex-direction:column;margin:auto 0}
.mobile-menu nav a{display:grid;grid-template-columns:42px 1fr;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);font-family:var(--serif);font-size:clamp(42px,5.6vw,86px);line-height:.95;letter-spacing:-.04em}
.mobile-menu nav a span{font-family:var(--sans);font-size:8px;letter-spacing:.17em;color:rgba(255,255,255,.38)}
.mobile-menu nav a:hover{color:var(--gold-2)}
.menu-foot{display:flex;justify-content:space-between;gap:30px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);font-family:var(--serif);font-size:15px;color:rgba(255,255,255,.55)}
.menu-foot p{margin:0}.menu-foot a{font-family:var(--sans);font-size:8px;letter-spacing:.16em;text-transform:uppercase;color:#fff}
.dark-mobile-menu{background:#080705}

/* HOME HERO - AYURA INSPIRED */
.hero-slider{position:relative;height:100svh;min-height:720px;background:#15130f;color:#fff;overflow:hidden}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease}
.hero-slide.is-active{opacity:1;visibility:visible}
.hero-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.03);transition:transform 7s ease}
.hero-slide.is-active img{transform:scale(1)}
.hero-slide:nth-child(1) img{object-position:center 25%}
.hero-slide:nth-child(2) img{object-position:center 22%}
.hero-slide:nth-child(3) img{object-position:center 22%}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.28) 46%,rgba(0,0,0,.12) 72%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 40%)}
.hero-copy{position:absolute;z-index:2;left:7.8vw;bottom:18vh;width:min(790px,72vw)}
.hero-copy.centered{left:50%;bottom:19vh;transform:translateX(-50%);text-align:center;width:min(980px,82vw)}
.hero-copy.right{left:auto;right:7.8vw;text-align:right;width:min(760px,67vw)}
.hero-kicker{margin:0 0 26px;font-size:9px;font-weight:500;letter-spacing:.28em;text-transform:uppercase}
.hero-copy h1,.hero-copy h2{margin:0 0 36px;font-family:var(--serif);font-size:clamp(72px,8.7vw,138px);font-weight:400;line-height:.83;letter-spacing:-.052em}
.hero-copy.centered h2{font-size:clamp(70px,8.2vw,130px)}
.hero-copy .text-link{color:#fff}
.hero-controls{position:absolute;z-index:3;right:3.2vw;bottom:28px;display:flex;align-items:center;gap:14px}
.hero-controls button{width:42px;height:42px;border:1px solid rgba(255,255,255,.58);border-radius:50%;background:transparent;color:#fff;font-size:15px}
.hero-count{display:flex;align-items:center;gap:12px;font-size:8px;letter-spacing:.14em}.hero-count i{display:block;width:36px;height:1px;background:rgba(255,255,255,.6)}
.scroll-cue{position:absolute;z-index:3;left:3.2vw;bottom:28px;display:flex;align-items:center;gap:12px;font-size:7px;font-weight:500;letter-spacing:.18em;text-transform:uppercase}
.scroll-cue span{display:block;width:1px;height:38px;background:#fff}

/* HOME SECTIONS */
.intro-center{padding:145px 8vw 135px;text-align:center;background:#fff}
.intro-center h2{max-width:1050px;margin:0 auto 34px;font-family:var(--serif);font-size:clamp(52px,6.2vw,96px);font-weight:400;line-height:.98;letter-spacing:-.044em}
.intro-center p:not(.eyebrow){max-width:700px;margin:0 auto 36px;font-family:var(--serif);font-size:19px;line-height:1.65;color:var(--muted)}
.home-story{display:grid;grid-template-columns:1.07fr .93fr;min-height:820px;background:var(--ivory)}
.home-story figure{margin:0;overflow:hidden}.home-story figure img{width:100%;height:100%;object-fit:cover}
.home-story-copy{padding:110px 8vw;display:flex;flex-direction:column;justify-content:center}
.home-story-copy h2{margin:0 0 28px;font-family:var(--serif);font-size:clamp(58px,6vw,96px);font-weight:400;line-height:.9;letter-spacing:-.047em}
.home-story-copy p:not(.eyebrow){max-width:570px;margin:0 0 22px;font-family:var(--serif);font-size:18px;line-height:1.65;color:#5f5952}
.collection-preview{background:#fff}
.section-heading{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:80px;margin-bottom:58px}
.section-heading h2{margin:0;font-family:var(--serif);font-size:clamp(58px,6.5vw,98px);font-weight:400;line-height:.91;letter-spacing:-.05em}
.section-heading>p{max-width:510px;margin:0 0 8px;font-family:var(--serif);font-size:18px;line-height:1.6;color:var(--muted)}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}
.category-card{position:relative;min-height:620px;overflow:hidden;background:#ddd;color:#fff}
.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.62),transparent 55%)}
.category-card:hover img{transform:scale(1.035)}
.category-card>div{position:absolute;z-index:2;left:27px;right:27px;bottom:27px}
.category-card span{font-size:7px;letter-spacing:.2em;text-transform:uppercase}.category-card h3{margin:10px 0 18px;font-family:var(--serif);font-size:34px;font-weight:400}.category-card b{font-size:8px;letter-spacing:.16em;text-transform:uppercase}
.vault-home{position:relative;min-height:880px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:#080705;overflow:hidden}
.vault-home>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 18%;opacity:.55}
.vault-home:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.25)),radial-gradient(circle at center,transparent,rgba(0,0,0,.38))}
.vault-home-copy{position:relative;z-index:2;width:min(930px,84vw)}
.vault-home h2{margin:0 0 27px;font-family:var(--serif);font-size:clamp(72px,9vw,140px);font-weight:400;line-height:.82;letter-spacing:-.055em}
.vault-home p:not(.eyebrow){max-width:690px;margin:0 auto 38px;font-family:var(--serif);font-size:18px;line-height:1.65;color:rgba(255,255,255,.72)}
.assurance-row{display:grid;grid-template-columns:repeat(4,1fr);background:var(--ivory)}
.assurance-row article{min-height:300px;padding:35px;border-right:1px solid var(--line);display:flex;flex-direction:column}.assurance-row article:last-child{border-right:0}
.assurance-row span{font-size:8px;letter-spacing:.18em}.assurance-row h3{margin:auto 0 14px;font-family:var(--serif);font-size:28px;font-weight:400}.assurance-row p{margin:0;font-family:var(--serif);font-size:15px;line-height:1.55;color:var(--muted)}
.private-banner{display:grid;grid-template-columns:1fr 1fr;background:#161411;color:#fff}
.private-banner figure{margin:0;min-height:700px;overflow:hidden}.private-banner img{width:100%;height:100%;object-fit:cover}
.private-banner-copy{padding:100px 7vw;display:flex;flex-direction:column;justify-content:center}
.private-banner h2{margin:0 0 28px;font-family:var(--serif);font-size:clamp(60px,6.8vw,103px);font-weight:400;line-height:.88;letter-spacing:-.05em}
.private-banner p:not(.eyebrow){max-width:560px;margin:0 0 36px;font-family:var(--serif);font-size:18px;line-height:1.65;color:rgba(255,255,255,.68)}

/* INNER PAGES */
.inner-page,.shop-page,.cart-page{padding-top:var(--header-h)}
.inner-page .topbar,.shop-page .topbar,.cart-page .topbar{color:var(--ink)}
.page-hero{position:relative;min-height:760px;display:flex;align-items:flex-end;padding:0 6vw 86px;overflow:hidden;color:#fff;background:#111}
.page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.06) 65%),linear-gradient(90deg,rgba(0,0,0,.44),transparent 58%)}
.page-hero-copy{position:relative;z-index:2;max-width:930px}
.page-hero h1{margin:0 0 22px;font-family:var(--serif);font-size:clamp(74px,9vw,138px);font-weight:400;line-height:.84;letter-spacing:-.055em}
.page-hero p:not(.eyebrow){max-width:650px;margin:0;font-family:var(--serif);font-size:19px;line-height:1.6;color:rgba(255,255,255,.78)}
.about-story{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;background:#fff}
.about-story h2{margin:0;font-family:var(--serif);font-size:clamp(58px,6.5vw,100px);font-weight:400;line-height:.9;letter-spacing:-.05em}
.about-story-copy p{max-width:700px;margin:0 0 28px;font-family:var(--serif);font-size:19px;line-height:1.72;color:#59534c}.about-story-copy .lead{font-size:28px;line-height:1.45;color:#161310}
.philosophy-image{position:relative;min-height:850px;display:grid;place-items:center;text-align:center;color:#fff;overflow:hidden}
.philosophy-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.philosophy-image:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.64)}
.philosophy-image>div{position:relative;z-index:2;width:min(900px,86vw)}
.philosophy-image h2{margin:0 0 28px;font-family:var(--serif);font-size:clamp(72px,9vw,135px);font-weight:400;line-height:.84;letter-spacing:-.055em}
.philosophy-image p:not(.eyebrow){max-width:720px;margin:auto;font-family:var(--serif);font-size:19px;line-height:1.65;color:rgba(255,255,255,.76)}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:0 6vw 110px;background:#fff}
.values-grid article{min-height:330px;padding:32px;border:1px solid var(--line);border-right:0;display:flex;flex-direction:column}.values-grid article:last-child{border-right:1px solid var(--line)}
.values-grid span{font-size:8px;letter-spacing:.18em}.values-grid h3{margin:auto 0 15px;font-family:var(--serif);font-size:30px;font-weight:400}.values-grid p{margin:0;font-family:var(--serif);font-size:15px;line-height:1.58;color:var(--muted)}
.vision-mission{display:grid;grid-template-columns:1fr 1fr;background:#0e0d0b;color:#fff}
.vision-mission>div{min-height:520px;padding:90px 6vw;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.13)}
.vision-mission h2{margin:0;font-family:var(--serif);font-size:clamp(43px,4.8vw,74px);font-weight:400;line-height:1.02;letter-spacing:-.04em}
.closing-editorial{padding:125px 6vw;text-align:center;background:var(--ivory)}
.closing-editorial h2{max-width:1100px;margin:0 auto 38px;font-family:var(--serif);font-size:clamp(60px,7.2vw,110px);font-weight:400;line-height:.89;letter-spacing:-.052em}

/* SHOP */
.shop-intro{padding:110px 6vw 80px;text-align:center;background:#fff}
.shop-intro h1{margin:0 0 22px;font-family:var(--serif);font-size:clamp(72px,9vw,140px);font-weight:400;line-height:.84;letter-spacing:-.056em}
.shop-intro>p:last-child{max-width:680px;margin:0 auto;font-family:var(--serif);font-size:18px;line-height:1.65;color:var(--muted)}
.shop-image-band{height:56vw;max-height:820px;min-height:500px;overflow:hidden}.shop-image-band img{width:100%;height:100%;object-fit:cover;object-position:center 32%}
.shop-toolbar{position:sticky;z-index:80;top:78px;display:grid;grid-template-columns:160px 1fr 190px;align-items:center;gap:25px;padding:22px 4vw;background:rgba(248,246,242,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.shop-toolbar>p{margin:0;font-size:8px;letter-spacing:.16em;text-transform:uppercase}.category-tabs{display:flex;justify-content:center;gap:24px}.category-tabs button{border:0;background:transparent;padding:8px 0;font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid transparent}.category-tabs button.is-active{color:var(--ink);border-color:var(--ink)}
.shop-toolbar select{justify-self:end;width:180px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:10px 0;font-size:8px;letter-spacing:.12em;text-transform:uppercase;outline:none}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);padding:1px}
.product-card{background:#fff;min-width:0}
.product-media{position:relative;height:590px;overflow:hidden;background:#eee}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.product-card:hover .product-media img{transform:scale(1.025)}
.product-badge{position:absolute;left:18px;top:18px;padding:8px 10px;background:rgba(255,255,255,.88);font-size:7px;letter-spacing:.14em;text-transform:uppercase}
.quick-add{position:absolute;left:18px;right:18px;bottom:18px;min-height:46px;border:1px solid rgba(0,0,0,.2);background:rgba(255,255,255,.92);color:#111;font-size:8px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;transform:translateY(74px);transition:.3s ease}
.product-card:hover .quick-add,.quick-add:focus{transform:none}.quick-add.is-added{background:#111;color:#fff}.quick-add:disabled{opacity:.55;cursor:not-allowed}
.product-info{display:grid;grid-template-columns:1fr auto;gap:15px;padding:25px 22px 30px}
.product-info p{margin:0 0 8px;font-size:7px;letter-spacing:.17em;text-transform:uppercase;color:var(--muted)}
.product-info h3{margin:0;font-family:var(--serif);font-size:27px;font-weight:400;line-height:1.05}.product-info strong{font-family:var(--serif);font-size:17px;font-weight:400;white-space:nowrap}.product-info>span{grid-column:1/-1;font-family:var(--serif);font-size:14px;color:var(--muted)}
.shop-service-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:100px 6vw;background:var(--ivory)}
.shop-service-strip article{min-height:250px;padding:28px;border:1px solid var(--line);border-right:0;display:flex;flex-direction:column}.shop-service-strip article:last-child{border-right:1px solid var(--line)}
.shop-service-strip span{font-size:8px}.shop-service-strip h3{margin:auto 0 12px;font-family:var(--serif);font-size:29px;font-weight:400}.shop-service-strip p{margin:0;font-family:var(--serif);font-size:15px;line-height:1.55;color:var(--muted)}

/* VAULT */
.vault-page{padding-top:0;background:#080705;color:#fff}.vault-page .topbar{color:#fff}.vault-entry{position:relative;height:100svh;min-height:760px;display:flex;align-items:flex-end;padding:0 6vw 86px;overflow:hidden}
.vault-entry-image,.vault-entry-image img{position:absolute;inset:0;width:100%;height:100%}.vault-entry-image img{object-fit:cover;object-position:center 20%}
.vault-entry-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.18) 70%),linear-gradient(90deg,rgba(0,0,0,.72),transparent 60%)}
.vault-entry-copy{position:relative;z-index:2;max-width:960px}.vault-entry h1{margin:0 0 26px;font-family:var(--serif);font-size:clamp(76px,10vw,150px);font-weight:400;line-height:.76;letter-spacing:-.06em}.vault-entry h1 em{color:var(--gold-2);font-weight:400}.vault-entry-copy>p:not(.eyebrow){max-width:660px;margin:0 0 35px;font-family:var(--serif);font-size:18px;line-height:1.62;color:rgba(255,255,255,.7)}
.vault-mark{position:absolute;right:3vw;bottom:35px;z-index:2;font-size:7px;letter-spacing:.19em;color:rgba(255,255,255,.5)}
.vault-statement{padding:110px 8vw;text-align:center;background:#0d0b08;border-bottom:1px solid rgba(255,255,255,.1)}
.vault-statement span{display:block;margin-bottom:20px;font-family:var(--serif);font-size:clamp(58px,7vw,104px);line-height:.9;color:var(--gold-2)}
.vault-statement p{max-width:780px;margin:0 auto;font-family:var(--serif);font-size:18px;line-height:1.65;color:rgba(255,255,255,.63)}
.vault-toolbar{position:sticky;top:78px;background:rgba(10,9,7,.96);border-color:rgba(255,255,255,.13);color:#fff}.vault-toolbar .category-tabs button{color:rgba(255,255,255,.48)}.vault-toolbar .category-tabs button.is-active{color:#fff;border-color:var(--gold-2)}.vault-toolbar select{color:#fff;border-color:rgba(255,255,255,.2)}.vault-toolbar select option{color:#111}
.vault-product-grid{background:rgba(255,255,255,.12)}.vault-product-grid .product-card{background:#0d0c0a}.vault-product-grid .product-media{background:#15130f}.vault-product-grid .product-info p,.vault-product-grid .product-info>span{color:rgba(255,255,255,.53)}.vault-product-grid .product-badge{background:rgba(10,9,7,.86);color:var(--gold-2)}.vault-product-grid .quick-add{background:rgba(12,11,9,.9);color:#fff;border-color:rgba(255,255,255,.2)}.vault-product-grid .quick-add:hover{background:var(--gold);color:#090806}.vault-service-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:100px 6vw;background:#0d0b08}.vault-service-strip article{min-height:260px;padding:28px;border:1px solid rgba(255,255,255,.13);border-right:0;display:flex;flex-direction:column}.vault-service-strip article:last-child{border-right:1px solid rgba(255,255,255,.13)}.vault-service-strip span{font-size:8px;color:var(--gold-2)}.vault-service-strip h3{margin:auto 0 12px;font-family:var(--serif);font-size:29px;font-weight:400}.vault-service-strip p{margin:0;font-family:var(--serif);font-size:15px;line-height:1.55;color:rgba(255,255,255,.55)}

/* CART DRAWER */
.cart-drawer{position:fixed;z-index:1000;right:0;top:0;width:min(500px,100vw);height:100svh;padding:30px;background:#f8f6f2;color:#111;transform:translateX(105%);transition:transform .45s cubic-bezier(.2,.7,.2,1);display:flex;flex-direction:column}.cart-drawer.is-open{transform:none}
.vault-cart-drawer{background:#0d0b08;color:#fff}.cart-drawer-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:24px;border-bottom:1px solid var(--line)}.vault-cart-drawer .cart-drawer-head{border-color:rgba(255,255,255,.13)}
.cart-drawer-head span{font-size:8px;letter-spacing:.16em;text-transform:uppercase}.cart-drawer-head h2{margin:7px 0 0;font-family:var(--serif);font-size:40px;font-weight:400}.cart-drawer-head button{border:0;background:none;color:inherit;font:36px/1 var(--serif)}
.cart-items{flex:1;overflow:auto}.drawer-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}.vault-cart-drawer .drawer-item{border-color:rgba(255,255,255,.13)}.drawer-item img{width:90px;height:112px;object-fit:cover}.drawer-item p{margin:0 0 5px;font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.drawer-item h3{margin:0 0 8px;font-family:var(--serif);font-size:21px;font-weight:400}.drawer-item strong{font-family:var(--serif);font-size:14px;font-weight:400}.remove-item{border:0;background:none;color:inherit;font-size:22px}.quantity{display:inline-flex;align-items:center;margin-top:13px;border:1px solid var(--line)}.vault-cart-drawer .quantity{border-color:rgba(255,255,255,.2)}.quantity button{width:30px;height:28px;border:0;background:transparent;color:inherit}.quantity span{min-width:24px;text-align:center;font-size:10px}.cart-empty{display:none;flex:1;place-items:center;text-align:center;font-family:var(--serif);font-size:22px}.cart-empty.is-visible{display:grid}.cart-empty button{border:0;background:none;border-bottom:1px solid;padding:0 0 6px;font-size:8px;letter-spacing:.16em;text-transform:uppercase}.cart-summary{padding-top:20px;border-top:1px solid var(--line)}.vault-cart-drawer .cart-summary{border-color:rgba(255,255,255,.13)}.cart-summary>div{display:flex;justify-content:space-between;align-items:center}.cart-summary span{font-size:8px;letter-spacing:.15em;text-transform:uppercase}.cart-summary strong{font-family:var(--serif);font-size:26px;font-weight:400}.cart-summary p{margin:14px 0 18px;font-family:var(--serif);font-size:13px;line-height:1.5;color:var(--muted)}.vault-cart-drawer .cart-summary p{color:rgba(255,255,255,.5)}
.drawer-backdrop{position:fixed;inset:0;z-index:900;background:rgba(0,0,0,.55);opacity:0;visibility:hidden;transition:.35s}.drawer-backdrop.is-visible{opacity:1;visibility:visible}

/* CONTACT */
.contact-hero{display:grid;grid-template-columns:1fr 1fr;min-height:780px;background:#fff}.contact-hero>div{padding:110px 6vw;display:flex;flex-direction:column;justify-content:center}.contact-hero h1{margin:0 0 28px;font-family:var(--serif);font-size:clamp(72px,8vw,126px);font-weight:400;line-height:.84;letter-spacing:-.055em}.contact-hero>div>p:last-child{max-width:600px;margin:0;font-family:var(--serif);font-size:19px;line-height:1.65;color:var(--muted)}.contact-hero figure{margin:0;overflow:hidden}.contact-hero figure img{width:100%;height:100%;object-fit:cover}
.enquiry-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:100px;background:var(--ivory)}.enquiry-options article{padding:24px 0;border-top:1px solid var(--line)}.enquiry-options article:last-child{border-bottom:1px solid var(--line)}.enquiry-options span{font-size:7px;letter-spacing:.15em}.enquiry-options h3{margin:10px 0 8px;font-family:var(--serif);font-size:27px;font-weight:400}.enquiry-options article p{margin:0;font-family:var(--serif);font-size:14px;line-height:1.55;color:var(--muted)}
.private-form{padding:50px;background:#fff;display:flex;flex-direction:column;gap:21px;align-self:start}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.private-form label,.checkout-form label{display:flex;flex-direction:column;gap:8px;font-size:8px;font-weight:500;letter-spacing:.13em;text-transform:uppercase}.private-form input,.private-form select,.private-form textarea,.checkout-form input,.checkout-form textarea{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:13px 0;font-family:var(--serif);font-size:17px;letter-spacing:0;text-transform:none;outline:none}.private-form textarea,.checkout-form textarea{border:1px solid var(--line);padding:14px;resize:vertical}.form-note{margin:0;text-align:center;font-size:9px;color:var(--muted)}
.direct-contact{display:grid;grid-template-columns:1.25fr .75fr;background:#0e0d0b;color:#fff}.direct-contact>div{padding:100px 6vw}.direct-contact h2{max-width:760px;margin:0 0 26px;font-family:var(--serif);font-size:clamp(60px,7vw,105px);font-weight:400;line-height:.88;letter-spacing:-.05em}.direct-contact>div>p:not(.eyebrow){max-width:580px;font-family:var(--serif);font-size:18px;line-height:1.65;color:rgba(255,255,255,.65)}.contact-details{border-left:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;justify-content:center}.contact-details p{margin:0;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.13);font-family:var(--serif);font-size:22px}.contact-details p span{display:block;margin-bottom:7px;font-family:var(--sans);font-size:7px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.42)}

/* FAQ */
.faq-hero{padding:120px 6vw 95px;text-align:center;background:#fff}.faq-hero h1{margin:0 0 28px;font-family:var(--serif);font-size:clamp(74px,9.5vw,144px);font-weight:400;line-height:.82;letter-spacing:-.06em}.faq-hero>p:last-child{max-width:700px;margin:0 auto;font-family:var(--serif);font-size:19px;line-height:1.65;color:var(--muted)}
.faq-page-layout{display:grid;grid-template-columns:.28fr .72fr;gap:90px;background:var(--ivory)}.faq-page-layout>aside{position:sticky;top:118px;align-self:start;display:flex;flex-direction:column}.faq-page-layout>aside a{padding:14px 0;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:19px}.faq-page-content>div{scroll-margin-top:120px;margin-bottom:75px}.faq-page-content details{border-top:1px solid var(--line)}.faq-page-content details:last-child{border-bottom:1px solid var(--line)}.faq-page-content summary{list-style:none;display:flex;justify-content:space-between;gap:28px;padding:23px 0;cursor:pointer;font-family:var(--serif);font-size:25px}.faq-page-content summary::-webkit-details-marker{display:none}.faq-page-content summary span{font-family:var(--sans);font-size:18px;transition:transform .3s}.faq-page-content details[open] summary span{transform:rotate(45deg)}.faq-page-content details p{max-width:760px;margin:0;padding:0 45px 26px 0;font-family:var(--serif);font-size:16px;line-height:1.67;color:var(--muted)}.faq-cta{padding:110px 6vw;text-align:center;background:#0e0d0b;color:#fff}.faq-cta h2{margin:0 0 34px;font-family:var(--serif);font-size:clamp(58px,7vw,102px);font-weight:400;line-height:.9}

/* CART PAGE */
.cart-main{background:#fff;padding-bottom:110px}.cart-title{padding:110px 6vw 75px;text-align:center;background:var(--ivory)}.cart-title h1{margin:0 0 25px;font-family:var(--serif);font-size:clamp(65px,8.5vw,130px);font-weight:400;line-height:.84;letter-spacing:-.055em}.cart-title>p:last-child{max-width:720px;margin:0 auto;font-family:var(--serif);font-size:18px;line-height:1.65;color:var(--muted)}
.cart-tabs{display:flex;justify-content:center;gap:0;border-bottom:1px solid var(--line);background:#fff}.cart-tabs button{min-width:240px;padding:24px;border:0;background:transparent;border-bottom:2px solid transparent;font-size:8px;letter-spacing:.16em;text-transform:uppercase}.cart-tabs button.is-active{border-color:var(--ink)}.cart-tabs span{display:inline-grid;place-items:center;width:20px;height:20px;margin-left:7px;border:1px solid;border-radius:50%;font-size:7px}
.cart-panel{display:none;padding:75px 6vw}.cart-panel.is-active{display:block}.vault-cart-panel{background:#0c0b09;color:#fff}.cart-panel-head{display:flex;justify-content:space-between;align-items:end;padding-bottom:26px;border-bottom:1px solid var(--line)}.vault-cart-panel .cart-panel-head{border-color:rgba(255,255,255,.14)}.cart-panel-head h2{margin:0;font-family:var(--serif);font-size:50px;font-weight:400}.cart-panel-head>button{border:0;background:none;color:inherit;font-size:8px;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid;padding:0 0 6px}
.cart-page-item{display:grid;grid-template-columns:130px 1fr auto auto auto;gap:26px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.vault-cart-panel .cart-page-item{border-color:rgba(255,255,255,.13)}.cart-page-item img{width:130px;height:150px;object-fit:cover}.cart-page-item-copy p{margin:0 0 7px;font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.cart-page-item-copy h3{margin:0 0 8px;font-family:var(--serif);font-size:26px;font-weight:400}.cart-page-item-copy span{font-family:var(--serif);font-size:14px;color:var(--muted)}.cart-page-item>strong{font-family:var(--serif);font-size:20px;font-weight:400}.quantity.large{margin:0}.remove-page-item{border:0;background:none;color:inherit;font-size:8px;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid;padding:0 0 5px}
.cart-page-empty{display:none;padding:80px 0;text-align:center}.cart-page-empty.is-visible{display:block}.cart-page-empty p{font-family:var(--serif);font-size:27px}.cart-page-empty a{font-size:8px;letter-spacing:.15em;text-transform:uppercase;border-bottom:1px solid;padding-bottom:6px}
.checkout-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;padding-top:75px}.checkout-form{display:flex;flex-direction:column;gap:21px}.vault-cart-panel .checkout-form input,.vault-cart-panel .checkout-form textarea{color:#fff;border-color:rgba(255,255,255,.2)}.checkout-summary{padding:45px;background:var(--ivory);color:var(--ink);align-self:start}.vault-cart-panel .checkout-summary{background:#17130d;color:#fff}.checkout-summary p{margin:0 0 10px;font-size:8px;letter-spacing:.14em;text-transform:uppercase}.checkout-summary strong{display:block;margin-bottom:18px;font-family:var(--serif);font-size:43px;font-weight:400}.checkout-summary span{font-family:var(--serif);font-size:15px;line-height:1.55;color:var(--muted)}.vault-cart-panel .checkout-summary span{color:rgba(255,255,255,.52)}

/* FOOTER */
.footer{padding:85px 6vw 25px;background:#0c0b0a;color:#fff}.footer-top{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:40px;padding-bottom:55px;border-bottom:1px solid rgba(255,255,255,.13)}.footer-top a{display:flex;align-items:center;gap:18px}.footer-top img{width:84px;height:84px;border-radius:50%;object-fit:cover}.footer-top strong{font-family:var(--serif);font-size:28px;font-weight:400;letter-spacing:.12em}.footer-top p{max-width:480px;justify-self:end;margin:0;font-family:var(--serif);font-size:21px;line-height:1.5;color:rgba(255,255,255,.55)}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:55px;padding:55px 0 70px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-grid span{margin-bottom:8px;font-size:7px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.36)}.footer-grid a,.footer-grid p{margin:0;font-family:var(--serif);font-size:17px;line-height:1.55;color:rgba(255,255,255,.75)}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:24px;border-top:1px solid rgba(255,255,255,.13);font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.35)}
.vault-footer{background:#070604}.compact-footer .footer-grid{display:none}.compact-footer .footer-top{padding-bottom:45px}.compact-footer .footer-bottom{margin-top:0}

@media(max-width:1100px){
  .category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:560px}
  .assurance-row,.values-grid{grid-template-columns:1fr 1fr}.assurance-row article:nth-child(2),.values-grid article:nth-child(2){border-right:0}.assurance-row article:nth-child(n+3),.values-grid article:nth-child(n+3){border-top:1px solid var(--line)}
  .product-grid{grid-template-columns:1fr 1fr}.product-media{height:560px}
  .about-story,.enquiry-layout{gap:55px}
  .shop-toolbar{grid-template-columns:120px 1fr 160px}.category-tabs{gap:14px}
}
@media(max-width:780px){
  :root{--header-h:74px}.desktop-only{display:none!important}
  .topbar{height:74px;padding:0 18px}.topbar.is-scrolled,.topbar.topbar-solid{height:68px}.topbar-side{gap:12px}.menu-toggle{min-width:28px}.menu-toggle:after{display:none}.top-logo strong{font-size:16px}.top-logo small{font-size:5px;margin-top:5px}.cart-link{font-size:0}.cart-link:before{content:"Bag";font-size:7px}.cart-link span{margin-left:5px}
  .mobile-menu{grid-template-columns:1fr}.menu-visual{display:none}.menu-panel{padding:72px 24px 28px}.mobile-menu [data-menu-close]{right:20px;top:18px}.mobile-menu nav a{font-size:clamp(40px,12vw,64px)}.menu-foot{font-size:13px}
  .hero-slider{min-height:680px}.hero-slide:nth-child(1) img{object-position:53% center}.hero-slide:nth-child(2) img{object-position:55% center}.hero-slide:nth-child(3) img{object-position:50% center}.hero-copy,.hero-copy.centered,.hero-copy.right{left:24px;right:24px;bottom:128px;width:auto;transform:none;text-align:left}.hero-copy h1,.hero-copy h2,.hero-copy.centered h2{font-size:clamp(53px,14vw,78px)}.hero-controls{right:18px;bottom:23px}.scroll-cue{left:18px;bottom:25px;font-size:0}.scroll-cue span{height:31px}
  .section-pad{padding:82px 22px}.intro-center{padding:95px 22px}.intro-center h2{font-size:47px}.home-story,.private-banner,.contact-hero,.about-story,.vision-mission,.direct-contact,.enquiry-layout,.faq-page-layout,.checkout-layout{grid-template-columns:1fr}.home-story figure{min-height:560px}.home-story-copy{padding:78px 22px}.section-heading{grid-template-columns:1fr;gap:26px}.section-heading h2{font-size:55px}.category-grid{grid-template-columns:1fr}.category-card{min-height:68svh}.vault-home{min-height:760px}.vault-home h2{font-size:70px}.assurance-row,.values-grid{grid-template-columns:1fr}.assurance-row article,.values-grid article,.assurance-row article:nth-child(2),.values-grid article:nth-child(2){border-right:0;border-left:0}.private-banner figure{min-height:570px}.private-banner-copy{padding:82px 22px}
  .inner-page,.shop-page,.cart-page{padding-top:74px}.vault-page{padding-top:0}.page-hero{min-height:670px;padding:0 22px 65px}.page-hero h1{font-size:62px}.about-story{padding:82px 22px}.about-story h2{font-size:56px}.philosophy-image{min-height:700px}.philosophy-image h2{font-size:64px}.values-grid{padding:0 22px 82px}.vision-mission>div{padding:75px 22px;min-height:430px;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.closing-editorial{padding:88px 22px}.closing-editorial h2{font-size:58px}
  .shop-intro{padding:80px 22px 58px}.shop-intro h1{font-size:62px}.shop-image-band{height:68svh;min-height:520px}.shop-toolbar{position:relative;top:0;grid-template-columns:1fr;gap:15px;padding:18px 20px}.shop-toolbar>p{text-align:center}.category-tabs{justify-content:flex-start;overflow:auto;padding-bottom:5px}.category-tabs button{white-space:nowrap}.shop-toolbar select{justify-self:stretch;width:100%}.product-grid{grid-template-columns:1fr}.product-media{height:72svh;min-height:520px}.quick-add{transform:none}.shop-service-strip,.vault-service-strip{grid-template-columns:1fr;padding:80px 22px}.shop-service-strip article,.vault-service-strip article{border-right:1px solid var(--line);border-bottom:0}.vault-service-strip article{border-color:rgba(255,255,255,.13)}.shop-service-strip article:last-child,.vault-service-strip article:last-child{border-bottom:1px solid var(--line)}
  .vault-entry{min-height:720px;padding:0 22px 70px}.vault-entry h1{font-size:64px}.vault-mark{display:none}.vault-statement{padding:82px 22px}.vault-statement span{font-size:56px}.vault-toolbar{position:relative;top:0}
  .contact-hero>div{padding:75px 22px}.contact-hero h1{font-size:60px}.contact-hero figure{height:620px}.enquiry-layout{padding:82px 22px}.private-form{padding:30px 22px}.form-row{grid-template-columns:1fr}.direct-contact>div{padding:75px 22px}.contact-details{border-left:0;border-top:1px solid rgba(255,255,255,.13)}
  .faq-hero{padding:85px 22px 65px}.faq-hero h1{font-size:61px}.faq-page-layout{padding:82px 22px}.faq-page-layout>aside{position:static}.faq-page-content summary{font-size:22px}
  .cart-title{padding:82px 22px 60px}.cart-title h1{font-size:57px}.cart-tabs button{min-width:0;flex:1;padding:20px 10px}.cart-panel{padding:55px 22px}.cart-page-item{grid-template-columns:88px 1fr auto;gap:14px}.cart-page-item img{width:88px;height:110px}.cart-page-item .quantity,.cart-page-item>strong,.remove-page-item{grid-column:2/4}.checkout-layout{gap:35px}.checkout-summary{padding:30px 22px}
  .footer{padding:65px 22px 24px}.footer-top{grid-template-columns:1fr;align-items:start}.footer-top p{justify-self:start}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 24px}.footer-bottom{flex-direction:column;line-height:1.5}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}

/* Reliability and interaction fixes */
.shop-loading,.shop-empty{grid-column:1/-1;min-height:320px;display:grid;place-items:center;padding:60px 24px;background:#fff;text-align:center;font-family:var(--serif);font-size:24px;color:var(--muted)}
.vault-product-grid .shop-loading,.vault-product-grid .shop-empty{background:#0d0c0a;color:rgba(255,255,255,.62)}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:1px solid currentColor;outline-offset:4px}
.topbar{-webkit-backdrop-filter:blur(16px)}
.shop-toolbar{-webkit-backdrop-filter:blur(14px)}
@media(hover:none){.quick-add{transform:none}}
@media(max-width:780px){
  .shop-loading,.shop-empty{min-height:220px;font-size:21px}
  .cart-drawer{padding:22px 18px}
  .drawer-item{grid-template-columns:78px 1fr auto;gap:12px}
  .drawer-item img{width:78px;height:98px}
}
@media(max-width:780px){
  .vault-entry h1{font-size:clamp(47px,13.2vw,56px);line-height:.82;letter-spacing:-.062em;overflow-wrap:normal}
}

/* =========================================================
   REFINED NAVIGATION, TYPOGRAPHY & MOTION — JULY 2026
   ========================================================= */

/* The Collector's Vault remains a direct top-level destination. */
.topbar{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);column-gap:22px}
.topbar-left{min-width:0}
.topbar-side{gap:20px;font-size:7.4px;letter-spacing:.17em;white-space:nowrap}
.desktop-nav-link{position:relative;padding:10px 0}
.nav-vault-link{color:var(--gold-2)}
.topbar.topbar-solid .nav-vault-link,.topbar.is-scrolled .nav-vault-link{color:#8d671e}
.vault-page .nav-vault-link,.vault-page .topbar.is-scrolled .nav-vault-link{color:var(--gold-2)}
.nav-vault-link:before{content:"";display:inline-block;width:4px;height:4px;margin:0 7px 1px 0;border-radius:50%;background:currentColor;box-shadow:0 0 12px currentColor}
.desktop-nav-link.is-current:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:1px;background:currentColor;transform-origin:left;animation:navLine .65s cubic-bezier(.2,.7,.2,1) both}
.vault-bag-link{color:var(--gold-2)}

/* Slightly smaller, more controlled editorial typography. */
.hero-copy h1,.hero-copy h2{font-size:clamp(64px,7.7vw,116px)}
.hero-copy.centered h2{font-size:clamp(62px,7.3vw,110px)}
.intro-center h2{font-size:clamp(46px,5.45vw,82px)}
.intro-center p:not(.eyebrow),.page-hero p:not(.eyebrow),.about-story-copy p,.philosophy-image p:not(.eyebrow),.shop-intro>p:last-child,.vault-entry-copy>p:not(.eyebrow),.vault-statement p,.contact-hero>div>p:last-child,.faq-hero>p:last-child,.cart-title>p:last-child{font-size:17px}
.home-story-copy h2{font-size:clamp(50px,5.25vw,82px)}
.home-story-copy p:not(.eyebrow),.section-heading>p,.vault-home p:not(.eyebrow),.private-banner p:not(.eyebrow),.direct-contact>div>p:not(.eyebrow){font-size:17px}
.section-heading h2{font-size:clamp(50px,5.7vw,84px)}
.vault-home h2{font-size:clamp(62px,7.75vw,118px)}
.private-banner h2{font-size:clamp(52px,5.9vw,88px)}
.page-hero h1{font-size:clamp(62px,7.8vw,116px)}
.about-story h2{font-size:clamp(50px,5.7vw,86px)}
.about-story-copy .lead{font-size:25px}
.philosophy-image h2{font-size:clamp(62px,7.7vw,116px)}
.vision-mission h2{font-size:clamp(38px,4.2vw,65px)}
.closing-editorial h2{font-size:clamp(52px,6.25vw,94px)}
.shop-intro h1{font-size:clamp(62px,7.9vw,118px)}
.product-info h3{font-size:24px}.product-info strong{font-size:16px}.product-info>span{font-size:13px}
.vault-entry h1{font-size:clamp(64px,8.7vw,124px)}
.vault-statement span{font-size:clamp(50px,6.1vw,88px)}
.contact-hero h1{font-size:clamp(62px,7vw,108px)}
.direct-contact h2{font-size:clamp(52px,6vw,90px)}
.faq-hero h1{font-size:clamp(62px,8.1vw,120px)}
.faq-cta h2{font-size:clamp(50px,6.1vw,88px)}
.cart-title h1{font-size:clamp(56px,7.4vw,106px)}
.footer-top strong{font-size:25px}.footer-top p{font-size:19px}.footer-grid a,.footer-grid p{font-size:16px}

/* Motion system: restrained, editorial and performance-safe. */
body.motion-ready main{animation:pageLift .8s cubic-bezier(.2,.72,.2,1) both}
body.motion-ready .topbar{animation:navDrop .75s cubic-bezier(.2,.72,.2,1) both}
.hero-slide.is-active .hero-kicker{animation:heroCopyIn .75s .18s both}
.hero-slide.is-active .hero-copy h1,.hero-slide.is-active .hero-copy h2{animation:heroCopyIn .9s .28s cubic-bezier(.18,.75,.22,1) both}
.hero-slide.is-active .hero-copy .text-link{animation:heroCopyIn .7s .48s both}
.hero-controls,.scroll-cue{animation:softFade .8s .75s both}
body.motion-ready .page-hero>img,body.motion-ready .contact-hero figure img,body.motion-ready .shop-image-band img{animation:editorialImageIn 1.4s cubic-bezier(.2,.72,.2,1) both}
.reveal{filter:blur(3px);transform:translateY(24px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.72,.2,1),filter .85s ease}
.reveal.is-visible{filter:none}
.home-story figure.reveal img,.private-banner figure.reveal img{transform:scale(1.035);transition:transform 1.35s cubic-bezier(.2,.72,.2,1)}
.home-story figure.reveal.is-visible img,.private-banner figure.reveal.is-visible img{transform:scale(1)}
.mobile-menu.is-open nav a{animation:menuLinkIn .65s cubic-bezier(.2,.72,.2,1) both}
.mobile-menu.is-open nav a:nth-child(2){animation-delay:.04s}.mobile-menu.is-open nav a:nth-child(3){animation-delay:.08s}.mobile-menu.is-open nav a:nth-child(4){animation-delay:.12s}.mobile-menu.is-open nav a:nth-child(5){animation-delay:.16s}.mobile-menu.is-open nav a:nth-child(6){animation-delay:.2s}
.product-card.is-staged{opacity:0;transform:translateY(22px)}
.product-card.is-staged.is-visible{opacity:1;transform:none;transition:opacity .65s ease,transform .65s cubic-bezier(.2,.72,.2,1)}
.product-card{transition:box-shadow .45s ease,transform .45s cubic-bezier(.2,.72,.2,1)}
@media(hover:hover){.product-card:hover{position:relative;z-index:2;box-shadow:0 20px 55px rgba(20,16,10,.10)}.vault-product-grid .product-card:hover{box-shadow:0 26px 70px rgba(0,0,0,.42)}.text-link i{transition:transform .3s ease}.text-link:hover i{transform:translate(4px,4px)}}
.vault-entry:before{content:"";position:absolute;z-index:1;inset:-30%;pointer-events:none;background:radial-gradient(circle at 72% 34%,rgba(222,196,119,.14),transparent 24%);animation:vaultGlow 8s ease-in-out infinite alternate}
.vault-entry h1 em{background:linear-gradient(100deg,#a87924 0%,#f1dda0 42%,#b8872d 72%,#e1c676 100%);background-size:180% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:goldDrift 6s ease-in-out infinite alternate}

@keyframes pageLift{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes navDrop{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}
@keyframes heroCopyIn{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
@keyframes softFade{from{opacity:0}to{opacity:1}}
@keyframes editorialImageIn{from{transform:scale(1.045);filter:saturate(.82)}to{transform:scale(1);filter:none}}
@keyframes menuLinkIn{from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:none}}
@keyframes navLine{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes vaultGlow{from{transform:translate3d(-2%,1%,0) scale(.96);opacity:.65}to{transform:translate3d(3%,-2%,0) scale(1.05);opacity:1}}
@keyframes goldDrift{from{background-position:0 50%}to{background-position:100% 50%}}

@media(max-width:1180px){
  .topbar{padding-inline:2.2vw;column-gap:14px}.topbar-side{gap:14px;font-size:6.8px;letter-spacing:.14em}.menu-toggle{min-width:62px}.menu-toggle:after{font-size:6.8px}.top-logo strong{font-size:19px}.top-logo small{font-size:5.5px}
}
@media(max-width:920px) and (min-width:781px){
  .topbar-right .desktop-nav-link{display:none}.topbar-side{gap:11px}.desktop-nav-link{font-size:6.5px}
}
@media(max-width:780px){
  .hero-copy h1,.hero-copy h2,.hero-copy.centered h2{font-size:clamp(46px,12.4vw,64px)}
  .intro-center h2{font-size:40px}.section-heading h2{font-size:46px}.home-story-copy h2{font-size:47px}.vault-home h2{font-size:56px}.private-banner h2{font-size:48px}
  .page-hero h1{font-size:52px}.about-story h2{font-size:48px}.philosophy-image h2{font-size:54px}.vision-mission h2{font-size:38px}.closing-editorial h2{font-size:50px}
  .shop-intro h1{font-size:52px}.vault-entry h1{font-size:clamp(43px,11.8vw,51px);line-height:.84}.vault-statement span{font-size:48px}
  .contact-hero h1{font-size:52px}.direct-contact h2{font-size:50px}.faq-hero h1{font-size:52px}.faq-cta h2{font-size:48px}.cart-title h1{font-size:50px}
  .intro-center p:not(.eyebrow),.home-story-copy p:not(.eyebrow),.section-heading>p,.vault-home p:not(.eyebrow),.private-banner p:not(.eyebrow),.page-hero p:not(.eyebrow),.about-story-copy p,.philosophy-image p:not(.eyebrow),.shop-intro>p:last-child,.vault-entry-copy>p:not(.eyebrow),.vault-statement p,.contact-hero>div>p:last-child,.direct-contact>div>p:not(.eyebrow),.faq-hero>p:last-child,.cart-title>p:last-child{font-size:16px}
  .footer-top strong{font-size:22px}.footer-top p{font-size:17px}
}
.mobile-vault-shortcut{display:none}
@media(max-width:780px){
  .mobile-vault-shortcut{display:inline-flex;align-items:center;color:#c89731;font-size:6px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
  .topbar-right{gap:9px}
}
@media(max-width:780px){
  .vault-page .cart-link:before{content:"Vault Bag";font-size:6px}
}

/* Ayura-inspired horizontal category experience */
.ayura-showcase{
  --showcase-left:31.5vw;
  position:relative;
  display:grid;
  grid-template-columns:var(--showcase-left) minmax(0,1fr);
  min-height:clamp(650px,78vh,880px);
  padding:92px 0 72px;
  background:#fff;
  color:var(--ink);
  overflow:hidden;
}
.ayura-showcase-copy{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-width:0;
  padding:48px 4.1vw 4px 4.1vw;
  background:#fff;
}
.ayura-showcase-copy-inner{max-width:300px}
.ayura-showcase-copy .eyebrow{margin-bottom:8px;color:#7e776f;letter-spacing:.03em;text-transform:none;font-size:10px}
.ayura-showcase-copy h2{
  max-width:260px;
  margin:0 0 19px;
  font-family:var(--serif);
  font-size:clamp(42px,3.55vw,62px);
  line-height:.94;
  font-weight:400;
  letter-spacing:-.045em;
}
.ayura-showcase-copy p:not(.eyebrow){max-width:285px;margin:0;color:#625d57;font-size:11px;line-height:1.55}
.ayura-inline-link{display:inline-flex;align-items:center;gap:12px;margin-top:28px;padding-bottom:7px;border-bottom:1px solid var(--ink);font-size:8px;letter-spacing:.15em;text-transform:uppercase}
.ayura-inline-link span{transition:transform .25s ease}.ayura-inline-link:hover span{transform:translate(3px,-3px)}
.ayura-carousel-controls{display:grid;grid-template-columns:auto minmax(52px,116px) 22px auto;align-items:center;gap:13px;width:min(100%,270px);padding-top:34px}
.ayura-carousel-controls button{padding:8px 0;border:0;background:none;color:var(--ink);font-family:inherit;font-size:7px;letter-spacing:.04em;cursor:pointer}
.ayura-carousel-controls button:disabled{opacity:.28;cursor:default}
.ayura-carousel-controls>span{font-size:7px;color:#77716a;text-align:center;font-variant-numeric:tabular-nums}
.ayura-progress{position:relative;height:1px;background:#dedbd5;overflow:hidden}
.ayura-progress i{position:absolute;inset:0 auto 0 0;width:100%;background:#24211e;transform:scaleX(var(--progress,.16667));transform-origin:left center;transition:transform .72s cubic-bezier(.22,.78,.18,1)}
.ayura-showcase-viewport{min-width:0;overflow:hidden;touch-action:pan-y;cursor:grab;user-select:none}
.ayura-showcase-viewport.is-dragging{cursor:grabbing}
.ayura-showcase-track{
  display:flex;
  align-items:flex-start;
  gap:10px;
  height:100%;
  padding:10px 0 0 14px;
  will-change:transform;
  transition:transform .82s cubic-bezier(.19,.78,.18,1);
}
.ayura-showcase-viewport.is-dragging .ayura-showcase-track{transition:none}
.ayura-category-card{flex:0 0 clamp(260px,25.7vw,430px);color:var(--ink);outline:none}
.ayura-category-image{position:relative;height:clamp(400px,55vh,650px);overflow:hidden;background:#eeeae4}
.ayura-category-image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,18,15,.04);pointer-events:none}
.ayura-category-card img{width:100%;height:100%;object-fit:cover;transition:transform 1.05s cubic-bezier(.2,.7,.2,1),filter .5s ease}
.ayura-category-card:nth-child(2) img{object-position:56% center}.ayura-category-card:nth-child(4) img{object-position:58% center}.ayura-category-card:nth-child(6) img{object-position:50% center}
.ayura-category-card:hover img{transform:scale(1.025)}
.ayura-category-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:13px 6px 0}
.ayura-category-meta h3{margin:0;font-family:var(--serif);font-size:20px;line-height:1.05;font-weight:400;color:#5d5852}
.ayura-category-meta span{padding-top:4px;font-size:7px;letter-spacing:.12em;color:#aaa39b}
.ayura-vault-card .ayura-category-image:before{content:"Private access";position:absolute;z-index:2;left:18px;top:18px;padding:8px 11px;background:rgba(10,9,8,.82);color:#fff;font-size:6px;letter-spacing:.18em;text-transform:uppercase}
.ayura-showcase.has-entered .ayura-category-card{animation:ayuraCardEnter .95s cubic-bezier(.2,.72,.2,1) both}
.ayura-showcase.has-entered .ayura-category-card:nth-child(2){animation-delay:.07s}.ayura-showcase.has-entered .ayura-category-card:nth-child(3){animation-delay:.14s}.ayura-showcase.has-entered .ayura-category-card:nth-child(4){animation-delay:.21s}
@keyframes ayuraCardEnter{from{opacity:0;transform:translate3d(56px,0,0)}to{opacity:1;transform:none}}

@media(max-width:1100px){
  .ayura-showcase{--showcase-left:36vw;min-height:680px;padding-top:84px}
  .ayura-category-card{flex-basis:34vw}.ayura-category-image{height:520px}
}
@media(max-width:780px){
  .ayura-showcase{display:block;min-height:0;padding:78px 0 64px;overflow:hidden}
  .ayura-showcase-copy{padding:0 22px 34px;display:block}
  .ayura-showcase-copy-inner{max-width:390px}.ayura-showcase-copy h2{max-width:330px;font-size:48px;line-height:.96}.ayura-showcase-copy p:not(.eyebrow){max-width:350px;font-size:11px}.ayura-inline-link{margin-top:22px}
  .ayura-carousel-controls{position:static;width:100%;grid-template-columns:auto minmax(70px,1fr) 24px auto;margin-top:25px;padding:0}
  .ayura-showcase-viewport{overflow:visible;padding-left:16px;padding-bottom:0}
  .ayura-showcase-track{gap:8px;padding:0;transform:none!important;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;transition:none}
  .ayura-showcase-track::-webkit-scrollbar{display:none}
  .ayura-category-card{flex-basis:min(78vw,340px);scroll-snap-align:start}.ayura-category-image{height:min(112vw,485px)}
  .ayura-category-meta{padding:11px 3px 0}.ayura-category-meta h3{font-size:19px}
}
@media(prefers-reduced-motion:reduce){.ayura-showcase-track,.ayura-category-card img,.ayura-progress i{transition:none!important}.ayura-showcase.has-entered .ayura-category-card{animation:none!important}}

/* =========================================================
   SLOW LUXURY MOTION PASS — JULY 2026
   ========================================================= */

/* Hero: longer crossfades, calmer image drift and a visible timing line. */
.hero-slide{transition:opacity 1.85s cubic-bezier(.22,.61,.36,1),visibility 1.85s ease}
.hero-slide img{transform:scale(1.065);transition:none;will-change:transform}
.hero-slide.is-active img{animation:heroSlowDrift 9.8s cubic-bezier(.18,.62,.22,1) both}
.hero-slide .hero-shade{opacity:.9;transition:opacity 1.8s ease}
.hero-slide.is-active .hero-shade{opacity:1}
.hero-slider .hero-count i{position:relative;overflow:hidden;background:rgba(255,255,255,.25)}
.hero-slider .hero-count i:after{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left center}
.hero-slider.is-timing .hero-count i:after{animation:heroTimeLine 9.8s linear both}
.hero-slide.is-active .hero-kicker{animation-duration:1.05s;animation-delay:.28s}
.hero-slide.is-active .hero-copy h1,.hero-slide.is-active .hero-copy h2{animation-duration:1.35s;animation-delay:.42s}
.hero-slide.is-active .hero-copy .text-link{animation-duration:1.05s;animation-delay:.78s}
.hero-controls button{transition:background .55s ease,color .55s ease,transform .55s cubic-bezier(.2,.72,.2,1),border-color .55s ease}
.hero-controls button:hover{background:#fff;color:#111;border-color:#fff;transform:rotate(-5deg) scale(1.05)}
.scroll-cue span{position:relative;overflow:hidden;background:rgba(255,255,255,.25)}
.scroll-cue span:after{content:"";position:absolute;left:0;top:-100%;width:1px;height:100%;background:#fff;animation:scrollPulse 2.8s cubic-bezier(.45,0,.55,1) infinite}

/* Carousel: intentionally slow and cinematic instead of a quick UI snap. */
.ayura-showcase-track{transition:transform 2.1s cubic-bezier(.16,.72,.18,1)}
.ayura-progress i{transition:transform 1.55s cubic-bezier(.16,.72,.18,1)}
.ayura-category-card{transition:opacity .9s ease,filter .9s ease}
.ayura-category-card:not(.is-current){filter:saturate(.92)}
.ayura-category-card.is-current{filter:saturate(1.03)}
.ayura-category-card img{
  scale:1.018;
  animation:editorialBreath 13s ease-in-out infinite alternate;
  animation-delay:var(--card-motion-delay,0s);
  transition:transform 1.1s cubic-bezier(.2,.7,.2,1),filter .9s ease,scale 1.2s ease;
}
.ayura-category-card:nth-child(2) img{--card-motion-delay:-2.4s;animation-duration:15s}
.ayura-category-card:nth-child(3) img{--card-motion-delay:-4.8s;animation-duration:14s}
.ayura-category-card:nth-child(4) img{--card-motion-delay:-1.2s;animation-duration:16s}
.ayura-category-card:nth-child(5) img{--card-motion-delay:-6.3s;animation-duration:14.5s}
.ayura-category-card:nth-child(6) img{--card-motion-delay:-3.5s;animation-duration:15.5s}
.ayura-category-card:hover img{transform:scale(1.028);filter:contrast(1.025)}
.ayura-category-image:after{
  border:0;
  box-shadow:inset 0 0 0 1px rgba(20,18,15,.045);
  background:linear-gradient(112deg,transparent 20%,rgba(255,255,255,.12) 42%,rgba(255,255,255,.34) 50%,rgba(255,255,255,.10) 58%,transparent 80%);
  background-size:260% 100%;
  background-position:130% 0;
  animation:editorialSheen 9s ease-in-out infinite;
  animation-delay:var(--sheen-delay,0s);
}
.ayura-category-card:nth-child(2) .ayura-category-image:after{--sheen-delay:-5s}
.ayura-category-card:nth-child(3) .ayura-category-image:after{--sheen-delay:-2s}
.ayura-category-card:nth-child(4) .ayura-category-image:after{--sheen-delay:-7s}
.ayura-category-card:nth-child(5) .ayura-category-image:after{--sheen-delay:-3.5s}
.ayura-category-card:nth-child(6) .ayura-category-image:after{--sheen-delay:-6s}
.ayura-category-meta h3{position:relative;transition:color .7s ease,transform .7s cubic-bezier(.2,.72,.2,1)}
.ayura-category-meta h3:after{content:"";display:block;width:42px;height:1px;margin-top:8px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .5s cubic-bezier(.16,.72,.18,1)}
.ayura-category-card.is-current .ayura-category-meta h3{color:#171411;transform:translateX(3px)}
.ayura-category-card.is-current .ayura-category-meta h3:after{transform:scaleX(1)}
.ayura-carousel-controls button{position:relative;transition:opacity .45s ease,letter-spacing .55s ease}
.ayura-carousel-controls button:not(:disabled):hover{letter-spacing:.12em}
.ayura-showcase.has-entered .ayura-category-card{animation-duration:1.45s}
.ayura-showcase.has-entered .ayura-category-card:nth-child(2){animation-delay:.16s}
.ayura-showcase.has-entered .ayura-category-card:nth-child(3){animation-delay:.32s}
.ayura-showcase.has-entered .ayura-category-card:nth-child(4){animation-delay:.48s}
.ayura-showcase.has-entered .ayura-category-card:nth-child(5){animation-delay:.64s}
.ayura-showcase.has-entered .ayura-category-card:nth-child(6){animation-delay:.8s}

/* More refined motion throughout the rest of the site. */
.reveal{transition-duration:1.15s;transition-timing-function:cubic-bezier(.16,.72,.18,1)}
.reveal:nth-child(2){transition-delay:.08s}.reveal:nth-child(3){transition-delay:.16s}.reveal:nth-child(4){transition-delay:.24s}
.motion-parallax{translate:0 var(--parallax-y,0);scale:1.055;will-change:translate;transition:translate .1s linear}
.vault-home-copy,.private-banner-copy{isolation:isolate}
.vault-home:after,.private-banner:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 34%,rgba(255,255,255,.055) 48%,transparent 62%);background-size:240% 100%;animation:sectionSheen 11s ease-in-out infinite}
.pill-button{position:relative;isolation:isolate;overflow:hidden;transition:background .55s ease,color .55s ease,border-color .55s ease,transform .55s cubic-bezier(.2,.72,.2,1)}
.pill-button:after{content:"";position:absolute;z-index:-1;inset:-1px;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.36) 50%,transparent 70%);transform:translateX(-125%);transition:transform 1.05s cubic-bezier(.2,.72,.2,1)}
.pill-button:hover{transform:translateY(-2px)}
.pill-button:hover:after{transform:translateX(125%)}
.product-card.is-staged.is-visible{transition-duration:.95s}
.product-card .product-media img{transition-duration:1.15s}
.footer-top img{animation:footerMarkBreath 7s ease-in-out infinite alternate}

@keyframes heroSlowDrift{
  0%{transform:scale(1.065) translate3d(0,0,0)}
  100%{transform:scale(1.018) translate3d(-.45%,.25%,0)}
}
@keyframes heroTimeLine{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes scrollPulse{0%{transform:translateY(0)}55%,100%{transform:translateY(200%)}}
@keyframes editorialBreath{from{scale:1.012}to{scale:1.055}}
@keyframes editorialSheen{0%,60%{background-position:130% 0}90%,100%{background-position:-130% 0}}
@keyframes sectionSheen{0%,64%{background-position:145% 0}88%,100%{background-position:-145% 0}}
@keyframes footerMarkBreath{from{filter:drop-shadow(0 0 0 rgba(182,139,50,0));transform:scale(1)}to{filter:drop-shadow(0 0 12px rgba(182,139,50,.14));transform:scale(1.025)}}

@media(max-width:780px){
  .ayura-showcase-track{scroll-behavior:auto}
  .ayura-category-card img{animation-duration:15s}
  .motion-parallax{scale:1.035}
  .hero-slide.is-active img{animation-duration:9.8s}
}
@media(prefers-reduced-motion:reduce){
  .hero-slide.is-active img,.hero-slider.is-timing .hero-count i:after,.scroll-cue span:after,
  .ayura-category-card img,.ayura-category-image:after,.vault-home:after,.private-banner:after,.footer-top img{animation:none!important}
  .motion-parallax{translate:0!important;scale:1!important}
}
.private-banner{position:relative;overflow:hidden}

/* =========================================================
   THEME SPLIT — LIGHT MAIN HOUSE / BLACK COLLECTOR'S VAULT
   Standard customer pages use a white editorial canvas.
   The Collector's Vault and its dedicated cart remain black.
   ========================================================= */

/* Main customer-facing site */
body:not(.vault-page):not(.admin-page){
  background:#fff;
  color:var(--ink);
}
body:not(.vault-page):not(.admin-page) .topbar{
  color:var(--ink);
  background:rgba(255,255,255,.88);
  border-color:rgba(19,17,15,.12);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
}
body:not(.vault-page):not(.admin-page) .topbar.is-scrolled,
body:not(.vault-page):not(.admin-page) .topbar.topbar-solid{
  background:rgba(255,255,255,.97);
  color:var(--ink);
  border-color:rgba(19,17,15,.14);
}

/* White mobile navigation throughout the main site */
body:not(.vault-page):not(.admin-page) .mobile-menu{
  background:#fff;
  color:var(--ink);
}
body:not(.vault-page):not(.admin-page) .menu-visual{
  background:#f2efe9;
}
body:not(.vault-page):not(.admin-page) .menu-visual img{
  opacity:.52;
  filter:saturate(.7) brightness(1.08);
}
body:not(.vault-page):not(.admin-page) .menu-visual:after{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.76));
}
body:not(.vault-page):not(.admin-page) .mobile-menu [data-menu-close]{color:var(--ink)}
body:not(.vault-page):not(.admin-page) .mobile-menu nav a{
  border-color:rgba(19,17,15,.12);
}
body:not(.vault-page):not(.admin-page) .mobile-menu nav a span{color:rgba(19,17,15,.38)}
body:not(.vault-page):not(.admin-page) .mobile-menu nav a:hover{color:var(--gold)}
body:not(.vault-page):not(.admin-page) .menu-foot{
  border-color:rgba(19,17,15,.12);
  color:rgba(19,17,15,.58);
}
body:not(.vault-page):not(.admin-page) .menu-foot a{color:var(--ink)}

/* Light editorial home hero */
.home-page .hero-slider{
  background:#fff;
  color:var(--ink);
}
.home-page .hero-slide img{
  opacity:.7;
  filter:saturate(.72) contrast(.94) brightness(1.1);
}
.home-page .hero-shade{
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 32%,rgba(255,255,255,.44) 67%,rgba(255,255,255,.16) 100%),
    linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.08) 52%);
}
.home-page .hero-slide:nth-child(2) .hero-shade{
  background:rgba(255,255,255,.64);
}
.home-page .hero-slide:nth-child(3) .hero-shade{
  background:
    linear-gradient(270deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 33%,rgba(255,255,255,.36) 68%,rgba(255,255,255,.12) 100%),
    linear-gradient(0deg,rgba(255,255,255,.88),rgba(255,255,255,.08) 52%);
}
.home-page .hero-copy,
.home-page .hero-copy .text-link{color:var(--ink)}
.home-page .hero-controls button{
  border-color:rgba(19,17,15,.48);
  color:var(--ink);
}
.home-page .hero-controls button:hover{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}
.home-page .hero-count i,
.home-page .scroll-cue span{background:rgba(19,17,15,.22)}
.home-page .hero-slider .hero-count i:after,
.home-page .scroll-cue span:after{background:var(--ink)}
.home-page .scroll-cue{color:var(--ink)}

/* Keep every main-site section light, including Vault previews */
body:not(.vault-page):not(.admin-page) .vault-home{
  background:#fff;
  color:var(--ink);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
body:not(.vault-page):not(.admin-page) .vault-home>img{
  opacity:.2;
  filter:grayscale(.18) saturate(.65) brightness(1.2);
}
body:not(.vault-page):not(.admin-page) .vault-home:after{
  background:linear-gradient(90deg,rgba(255,255,255,.94),rgba(255,255,255,.62),rgba(255,255,255,.92));
}
body:not(.vault-page):not(.admin-page) .vault-home .eyebrow.light{color:var(--muted)}
body:not(.vault-page):not(.admin-page) .vault-home p:not(.eyebrow){color:var(--muted)}

body:not(.vault-page):not(.admin-page) .private-banner{
  background:#fff;
  color:var(--ink);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
body:not(.vault-page):not(.admin-page) .private-banner .eyebrow.light{color:var(--muted)}
body:not(.vault-page):not(.admin-page) .private-banner p:not(.eyebrow){color:var(--muted)}
body:not(.vault-page):not(.admin-page) .private-banner .pill-button.light,
body:not(.vault-page):not(.admin-page) .faq-cta .pill-button.light,
body:not(.vault-page):not(.admin-page) .direct-contact .pill-button.light{
  border-color:var(--ink);
  color:var(--ink);
}
body:not(.vault-page):not(.admin-page) .private-banner .pill-button.light:hover,
body:not(.vault-page):not(.admin-page) .faq-cta .pill-button.light:hover,
body:not(.vault-page):not(.admin-page) .direct-contact .pill-button.light:hover{
  background:var(--ink);
  color:#fff;
}

/* Inner-page image heroes remain visual but sit on a white canvas */
body:not(.vault-page):not(.admin-page) .page-hero{
  background:#fff;
  color:var(--ink);
  border-bottom:1px solid var(--line);
}
body:not(.vault-page):not(.admin-page) .page-hero>img{
  opacity:.4;
  filter:saturate(.72) contrast(.92) brightness(1.12);
}
body:not(.vault-page):not(.admin-page) .page-hero:after{
  background:
    linear-gradient(0deg,rgba(255,255,255,.98),rgba(255,255,255,.16) 72%),
    linear-gradient(90deg,rgba(255,255,255,.94),rgba(255,255,255,.22) 62%);
}
body:not(.vault-page):not(.admin-page) .page-hero .eyebrow.light{color:var(--muted)}
body:not(.vault-page):not(.admin-page) .page-hero p:not(.eyebrow){color:var(--muted)}

body:not(.vault-page):not(.admin-page) .philosophy-image{
  background:#fff;
  color:var(--ink);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
body:not(.vault-page):not(.admin-page) .philosophy-image>img{
  opacity:.22;
  filter:saturate(.6) brightness(1.16);
}
body:not(.vault-page):not(.admin-page) .philosophy-image:after{background:rgba(255,255,255,.72)}
body:not(.vault-page):not(.admin-page) .philosophy-image .eyebrow.light{color:var(--muted)}
body:not(.vault-page):not(.admin-page) .philosophy-image p:not(.eyebrow){color:var(--muted)}

body:not(.vault-page):not(.admin-page) .vision-mission{
  background:#fff;
  color:var(--ink);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
body:not(.vault-page):not(.admin-page) .vision-mission>div{
  border-color:var(--line);
}
body:not(.vault-page):not(.admin-page) .vision-mission .eyebrow.light{color:var(--muted)}

body:not(.vault-page):not(.admin-page) .direct-contact,
body:not(.vault-page):not(.admin-page) .faq-cta{
  background:#fff;
  color:var(--ink);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
body:not(.vault-page):not(.admin-page) .direct-contact .eyebrow.light,
body:not(.vault-page):not(.admin-page) .faq-cta .eyebrow.light{color:var(--muted)}
body:not(.vault-page):not(.admin-page) .direct-contact>div>p:not(.eyebrow){color:var(--muted)}
body:not(.vault-page):not(.admin-page) .contact-details{
  border-color:var(--line);
}
body:not(.vault-page):not(.admin-page) .contact-details p{
  border-color:var(--line);
}
body:not(.vault-page):not(.admin-page) .contact-details p span{color:var(--muted)}

/* White footer on every standard customer page */
body:not(.vault-page):not(.admin-page) .footer:not(.vault-footer){
  background:#fff;
  color:var(--ink);
  border-top:1px solid var(--line);
}
body:not(.vault-page):not(.admin-page) .footer:not(.vault-footer) .footer-top,
body:not(.vault-page):not(.admin-page) .footer:not(.vault-footer) .footer-bottom{
  border-color:var(--line);
}
body:not(.vault-page):not(.admin-page) .footer:not(.vault-footer) .footer-top p{color:var(--muted)}
body:not(.vault-page):not(.admin-page) .footer:not(.vault-footer) .footer-grid span,
body:not(.vault-page):not(.admin-page) .footer:not(.vault-footer) .footer-bottom{color:rgba(19,17,15,.43)}
body:not(.vault-page):not(.admin-page) .footer:not(.vault-footer) .footer-grid a,
body:not(.vault-page):not(.admin-page) .footer:not(.vault-footer) .footer-grid p{color:rgba(19,17,15,.72)}
body:not(.vault-page):not(.admin-page) .footer:not(.vault-footer) .footer-grid a:hover{color:var(--ink)}

/* Explicitly protect the Vault's black psychological identity */
.vault-page,
.vault-page main,
.vault-page #vault-pieces{
  background:#080705;
  color:#fff;
}
.vault-page .topbar,
.vault-page .topbar.is-scrolled,
.vault-page .topbar.topbar-solid{
  background:rgba(8,7,5,.94);
  color:#fff;
  border-color:rgba(255,255,255,.13);
}
.vault-page .mobile-menu,
.vault-page .dark-mobile-menu{
  background:#080705;
  color:#fff;
}
.vault-page .vault-footer{
  background:#070604;
  color:#fff;
}

@media(max-width:780px){
  .home-page .hero-shade,
  .home-page .hero-slide:nth-child(2) .hero-shade,
  .home-page .hero-slide:nth-child(3) .hero-shade{
    background:linear-gradient(0deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.8) 48%,rgba(255,255,255,.28) 100%);
  }
  body:not(.vault-page):not(.admin-page) .mobile-menu{grid-template-columns:1fr}
  body:not(.vault-page):not(.admin-page) .menu-visual{display:none}
}

/* =========================================================
   PREMIUM CATALOGUE EXPERIENCE
   Spacious editorial product presentation, quick view and
   clear Coming Soon states for pieces not currently released.
   ========================================================= */
.product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:76px 28px;
  padding:84px 4.5vw 120px;
  background:#fff;
}
.product-card{
  position:relative;
  min-width:0;
  background:transparent;
  box-shadow:none;
}
.product-media{
  position:relative;
  height:auto;
  aspect-ratio:4/5;
  overflow:hidden;
  background:#f1eee8;
}
.product-media:after{
  content:"";
  position:absolute;
  inset:11px;
  z-index:2;
  border:1px solid rgba(20,17,13,.08);
  pointer-events:none;
  transition:border-color .7s ease,inset .7s cubic-bezier(.16,.72,.18,1);
}
.product-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.018);
  filter:saturate(.92) contrast(.98);
  transition:transform 1.35s cubic-bezier(.16,.72,.18,1),filter 1s ease;
}
.product-card:hover .product-media img{transform:scale(1.055);filter:saturate(1.02) contrast(1.015)}
.product-card:hover .product-media:after{inset:16px;border-color:rgba(20,17,13,.2)}
.product-badge,.product-reference{
  position:absolute;
  z-index:4;
  top:20px;
  padding:0;
  background:transparent;
  color:#171411;
  font-size:7px;
  line-height:1;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.product-badge{left:22px}
.product-reference{right:22px}
.product-view{
  position:absolute;
  z-index:5;
  left:22px;
  right:22px;
  bottom:22px;
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  border:1px solid rgba(20,17,13,.18);
  background:rgba(255,255,255,.93);
  color:#171411;
  font:500 8px/1 var(--sans);
  letter-spacing:.17em;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(16px);
  transition:opacity .55s ease,transform .65s cubic-bezier(.16,.72,.18,1),background .45s ease,color .45s ease;
}
.product-view span{font-size:14px;font-weight:300}
.product-card:hover .product-view,.product-view:focus-visible{opacity:1;transform:none}
.product-view:hover{background:#171411;color:#fff}
.product-info{
  display:block;
  padding:24px 2px 0;
  border-top:0;
}
.product-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.product-info p{margin:0;color:var(--muted)}
.product-info .product-heading>p{
  margin:6px 0 0;
  order:2;
  flex:0 0 auto;
  font-size:7px;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.product-info h3{
  margin:0;
  max-width:78%;
  font-family:var(--serif);
  font-size:clamp(25px,2vw,32px);
  font-weight:400;
  line-height:1.02;
  letter-spacing:-.025em;
}
.product-description{
  max-width:92%;
  margin:15px 0 16px!important;
  font-family:var(--serif);
  font-size:14px!important;
  line-height:1.58;
  letter-spacing:0!important;
  text-transform:none!important;
  color:#6f6961!important;
}
.product-specs{
  min-height:26px;
  padding-top:13px;
  border-top:1px solid rgba(20,17,13,.1);
  font-family:var(--serif);
  font-size:12.5px;
  line-height:1.45;
  color:#8b847b;
}
.product-purchase{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:18px;
}
.product-purchase strong{
  font-family:var(--serif);
  font-size:17px;
  font-weight:400;
  line-height:1.2;
}
.product-add{
  min-height:38px;
  padding:0 17px;
  border:1px solid #171411;
  background:transparent;
  color:#171411;
  font:500 7px/1 var(--sans);
  letter-spacing:.16em;
  text-transform:uppercase;
  transition:background .4s ease,color .4s ease,transform .4s cubic-bezier(.16,.72,.18,1);
}
.product-add:hover:not(:disabled),.product-add.is-added{background:#171411;color:#fff;transform:translateY(-2px)}
.product-add:disabled{border-color:rgba(20,17,13,.18);color:#9b948c;cursor:not-allowed}
.product-card.is-coming-soon .product-media img{filter:grayscale(.65) saturate(.35) brightness(.82);transform:scale(1.025)}
.product-card.is-coming-soon:hover .product-media img{filter:grayscale(.45) saturate(.45) brightness(.88);transform:scale(1.04)}
.product-card.is-coming-soon .product-badge{color:#fff}
.product-card.is-coming-soon .product-reference{color:rgba(255,255,255,.7)}
.product-card.is-coming-soon .product-media:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:linear-gradient(0deg,rgba(15,13,10,.66),rgba(15,13,10,.08) 70%);
}
.coming-soon-mark{
  position:absolute;
  z-index:4;
  left:50%;
  top:50%;
  width:80%;
  transform:translate(-50%,-50%);
  text-align:center;
  color:#fff;
}
.coming-soon-mark small{display:block;margin-bottom:12px;font-size:7px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.66)}
.coming-soon-mark strong{display:block;font-family:var(--serif);font-size:clamp(34px,4vw,55px);font-weight:400;line-height:.9;letter-spacing:-.035em}
.shop-empty-premium{
  grid-column:1/-1;
  min-height:520px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:70px 24px;
  text-align:center;
  background:#f7f5f0;
  border:1px solid rgba(20,17,13,.08);
}
.shop-empty-premium>span{font-size:7px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}
.shop-empty-premium h2{margin:16px 0 18px;font-family:var(--serif);font-size:clamp(54px,7vw,96px);font-weight:400;line-height:.88;letter-spacing:-.05em}
.shop-empty-premium p{max-width:530px;margin:0 0 30px;font-family:var(--serif);font-size:16px;line-height:1.65;color:var(--muted)}

/* Editorial hierarchy: the first piece is given a wider showcase. */
@media(min-width:1000px){
  .product-grid>.product-card:first-child{grid-column:span 2}
  .product-grid>.product-card:first-child .product-media{aspect-ratio:16/9.7}
  .product-grid>.product-card:first-child .product-info{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);column-gap:50px}
  .product-grid>.product-card:first-child .product-heading{grid-column:1}
  .product-grid>.product-card:first-child .product-description{grid-column:1;margin-bottom:0!important}
  .product-grid>.product-card:first-child .product-specs{grid-column:2;grid-row:1;padding-top:0;border-top:0;border-left:1px solid rgba(20,17,13,.1);padding-left:30px}
  .product-grid>.product-card:first-child .product-purchase{grid-column:2;grid-row:2;margin-top:0;padding-left:30px;border-left:1px solid rgba(20,17,13,.1)}
}

/* Collector's Vault retains a fully black psychological environment. */
.vault-product-grid{
  gap:82px 28px;
  padding:88px 4.5vw 125px;
  background:#080705;
}
.vault-product-grid .product-card{background:transparent;color:#fff}
.vault-product-grid .product-media{background:#11100d;box-shadow:0 28px 90px rgba(0,0,0,.28)}
.vault-product-grid .product-media:after{border-color:rgba(211,171,83,.2)}
.vault-product-grid .product-card:hover .product-media:after{border-color:rgba(229,190,99,.52)}
.vault-product-grid .product-badge{color:var(--gold-2)}
.vault-product-grid .product-reference{color:rgba(255,255,255,.52)}
.vault-product-grid .product-view{border-color:rgba(222,183,96,.42);background:rgba(9,8,6,.9);color:#fff}
.vault-product-grid .product-view:hover{background:var(--gold-2);color:#080705}
.vault-product-grid .product-info h3{color:#fff}
.vault-product-grid .product-info .product-heading>p,
.vault-product-grid .product-description,
.vault-product-grid .product-specs{color:rgba(255,255,255,.52)!important}
.vault-product-grid .product-specs{border-color:rgba(255,255,255,.12)}
.vault-product-grid .product-purchase strong{color:#fff}
.vault-product-grid .product-add{border-color:rgba(222,183,96,.62);color:var(--gold-2)}
.vault-product-grid .product-add:hover:not(:disabled),.vault-product-grid .product-add.is-added{background:var(--gold-2);color:#080705}
.vault-product-grid .product-add:disabled{border-color:rgba(255,255,255,.15);color:rgba(255,255,255,.35)}
.vault-product-grid .product-card:first-child .product-specs,
.vault-product-grid .product-card:first-child .product-purchase{border-color:rgba(255,255,255,.12)}
.vault-page .shop-empty-premium{background:#0e0c09;border-color:rgba(222,183,96,.2);color:#fff}
.vault-page .shop-empty-premium>span{color:var(--gold-2)}
.vault-page .shop-empty-premium p{color:rgba(255,255,255,.55)}
.vault-page .shop-empty-premium .pill-button{border-color:var(--gold-2);color:var(--gold-2)}
.vault-page .shop-empty-premium .pill-button:hover{background:var(--gold-2);color:#080705}

/* Premium piece quick view */
.piece-dialog{
  width:min(1120px,94vw);
  max-width:none;
  max-height:92svh;
  padding:0;
  border:0;
  background:#fff;
  color:#171411;
  box-shadow:0 45px 140px rgba(15,12,8,.32);
  overflow:auto;
}
.piece-dialog::backdrop{background:rgba(12,10,8,.68);backdrop-filter:blur(8px)}
.piece-dialog-shell{position:relative;display:grid;grid-template-columns:1.05fr .95fr;min-height:650px}
.piece-dialog figure{margin:0;min-height:650px;background:#f1eee8;overflow:hidden}
.piece-dialog figure img{width:100%;height:100%;object-fit:cover}
.piece-dialog-copy{display:flex;flex-direction:column;justify-content:center;padding:72px 64px}
.piece-dialog-copy h2{margin:12px 0 24px;font-family:var(--serif);font-size:clamp(46px,5.2vw,78px);font-weight:400;line-height:.9;letter-spacing:-.05em}
.piece-dialog-description{margin:0 0 27px;font-family:var(--serif);font-size:17px;line-height:1.65;color:#686159}
.piece-dialog-specs{padding:20px 0;border-top:1px solid rgba(20,17,13,.12);border-bottom:1px solid rgba(20,17,13,.12);font-family:var(--serif);font-size:14px;line-height:1.55;color:#837b72}
.piece-dialog-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:32px}
.piece-dialog-footer>strong{font-family:var(--serif);font-size:21px;font-weight:400}
.piece-dialog-footer .pill-button{min-width:170px}
.piece-dialog-footer .pill-button:disabled{opacity:.45;cursor:not-allowed}
.piece-dialog-close{position:absolute;z-index:3;right:22px;top:20px;width:42px;height:42px;border:1px solid rgba(20,17,13,.16);border-radius:50%;background:rgba(255,255,255,.88);color:#171411;font:30px/1 var(--serif)}
.piece-enquiry-link{align-self:flex-start;margin-top:25px;padding-bottom:6px;border-bottom:1px solid;font-size:7px;letter-spacing:.14em;text-transform:uppercase}
.vault-piece-dialog{background:#0b0907;color:#fff;box-shadow:0 45px 160px rgba(0,0,0,.72)}
.vault-piece-dialog figure{background:#12100d}
.vault-piece-dialog .piece-dialog-description,.vault-piece-dialog .piece-dialog-specs{color:rgba(255,255,255,.56)}
.vault-piece-dialog .piece-dialog-specs{border-color:rgba(255,255,255,.14)}
.vault-piece-dialog .piece-dialog-footer .pill-button{border-color:var(--gold-2);background:transparent;color:var(--gold-2)}
.vault-piece-dialog .piece-dialog-footer .pill-button:hover{background:var(--gold-2);color:#080705}
.vault-piece-dialog .piece-dialog-close{border-color:rgba(255,255,255,.2);background:rgba(8,7,5,.82);color:#fff}
.vault-piece-dialog .piece-enquiry-link{color:var(--gold-2)}
body.piece-open{overflow:hidden}

@media(max-width:1100px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:64px 22px;padding-inline:3vw}
  .product-grid>.product-card:first-child{grid-column:span 2}
}
@media(max-width:780px){
  .product-grid,.vault-product-grid{grid-template-columns:1fr;gap:58px;padding:52px 18px 82px}
  .product-grid>.product-card:first-child{grid-column:auto}
  .product-grid>.product-card:first-child .product-media{aspect-ratio:4/5}
  .product-grid>.product-card:first-child .product-info{display:block}
  .product-grid>.product-card:first-child .product-specs,.product-grid>.product-card:first-child .product-purchase{padding-left:0;border-left:0}
  .product-media{aspect-ratio:4/5}
  .product-view{opacity:1;transform:none;min-height:46px}
  .product-info h3{font-size:28px}
  .product-description{font-size:14px!important}
  .product-purchase{align-items:flex-end}
  .product-add{min-height:40px;padding-inline:14px}
  .piece-dialog{width:100vw;max-height:100svh;margin:0;min-height:100svh}
  .piece-dialog-shell{display:block;min-height:100svh}
  .piece-dialog figure{height:52svh;min-height:0}
  .piece-dialog-copy{padding:42px 24px 55px}
  .piece-dialog-copy h2{font-size:48px}
  .piece-dialog-footer{align-items:flex-start;flex-direction:column}
  .piece-dialog-footer .pill-button{width:100%}
  .piece-dialog-close{position:fixed;right:15px;top:15px}
}
@media(prefers-reduced-motion:reduce){
  .product-media img,.product-view,.product-add,.product-media:after{transition:none!important}
}
.catalogue-teaser{
  position:relative;
  min-height:560px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:38px;
  overflow:hidden;
  background:
    linear-gradient(0deg,rgba(16,13,9,.72),rgba(16,13,9,.05) 70%),
    url('assets/craft.webp') center/cover no-repeat;
  color:#fff;
}
.catalogue-teaser:before{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.22);pointer-events:none}
.catalogue-teaser>*{position:relative;z-index:1}
.catalogue-teaser>span{font-size:7px;letter-spacing:.19em;text-transform:uppercase;color:rgba(255,255,255,.62)}
.catalogue-teaser h2{margin:14px 0 15px;font-family:var(--serif);font-size:clamp(47px,5vw,72px);font-weight:400;line-height:.88;letter-spacing:-.05em}
.catalogue-teaser p{max-width:370px;margin:0 0 25px;font-family:var(--serif);font-size:15px;line-height:1.6;color:rgba(255,255,255,.68)}
.catalogue-teaser a{align-self:flex-start;padding-bottom:7px;border-bottom:1px solid;font-size:7px;letter-spacing:.16em;text-transform:uppercase}
.vault-product-grid .catalogue-teaser{background:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.2)),url('assets/veil-model.webp') center/cover no-repeat;box-shadow:inset 0 0 0 1px rgba(222,183,96,.18)}
.vault-product-grid .catalogue-teaser>span,.vault-product-grid .catalogue-teaser a{color:var(--gold-2)}
@media(max-width:780px){.catalogue-teaser{min-height:520px;padding:30px}.catalogue-teaser h2{font-size:54px}}


/* V13 multi-image and 360-degree product media */
.piece-media-gallery{display:grid;grid-template-rows:minmax(0,1fr) auto;min-width:0;min-height:650px;background:#f1eee8;overflow:hidden}
.piece-main-media{min-height:0;overflow:hidden;background:#f1eee8}
.piece-main-media img,.piece-main-media video{display:block;width:100%;height:100%;min-height:560px;object-fit:cover;background:#111}
.piece-main-media video{object-fit:contain}
.piece-thumbnails{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;padding:10px;background:#ece7de;border-top:1px solid rgba(20,17,13,.1)}
.piece-thumb{position:relative;aspect-ratio:1;border:1px solid transparent;padding:0;overflow:hidden;background:#ded8cd;opacity:.65;transition:opacity .25s ease,border-color .25s ease,transform .25s ease}
.piece-thumb:hover,.piece-thumb.is-active{opacity:1;border-color:#1b1712;transform:translateY(-2px)}
.piece-thumb img{width:100%;height:100%;object-fit:cover}
.piece-video-thumb{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:#16120e}
.piece-video-thumb span{font:400 19px var(--serif)}
.piece-video-thumb small{font-size:7px;letter-spacing:.12em;text-transform:uppercase}
.vault-piece-dialog .piece-media-gallery,.vault-piece-dialog .piece-main-media{background:#12100d}
.vault-piece-dialog .piece-thumbnails{background:#0c0a08;border-color:rgba(255,255,255,.12)}
.vault-piece-dialog .piece-thumb.is-active,.vault-piece-dialog .piece-thumb:hover{border-color:var(--gold-2)}
@media(max-width:780px){
  .piece-media-gallery{min-height:0;height:56svh;grid-template-rows:minmax(0,1fr) 68px}
  .piece-main-media img,.piece-main-media video{min-height:0;height:100%}
  .piece-thumbnails{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:7px}
  .piece-thumb{flex:0 0 54px;scroll-snap-align:start}
}

/* =========================================================
   V14 — PREMIUM MOTION + MOBILE-FIRST EXPERIENCE
   ========================================================= */
body{animation:lgfPageEnter .72s cubic-bezier(.18,.72,.22,1) both}
body:after{content:"";position:fixed;inset:0;z-index:9998;background:var(--ink);transform:scaleY(0);transform-origin:bottom;pointer-events:none;transition:transform .42s cubic-bezier(.76,0,.24,1)}
body.vault-page:after{background:#050403}
body.page-is-leaving:after{transform:scaleY(1)}
@keyframes lgfPageEnter{from{opacity:0}to{opacity:1}}

/* More dimensional editorial motion without clutter. */
.page-hero:before,.shop-image-band:before,.vault-entry:before,.contact-hero figure:before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.16) 42%,transparent 63%);
  background-size:240% 100%;animation:lgfEditorialSweep 10s ease-in-out infinite;
}
.vault-page .page-hero:before,.vault-entry:before{background:linear-gradient(105deg,transparent 20%,rgba(216,178,87,.1) 42%,transparent 63%);background-size:240% 100%}
@keyframes lgfEditorialSweep{0%,58%{background-position:150% 0}82%,100%{background-position:-150% 0}}

.product-card:before{content:"";position:absolute;inset:-1px;z-index:-1;opacity:0;pointer-events:none;background:radial-gradient(420px circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(182,139,50,.14),transparent 52%);transition:opacity .45s ease}
.product-card:hover:before{opacity:1}
.product-media:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.22) 49%,transparent 63%);transform:translateX(-125%);transition:transform 1.25s cubic-bezier(.16,.72,.18,1)}
.product-card:hover .product-media:before{transform:translateX(125%)}
.vault-product-grid .product-media:before{background:linear-gradient(110deg,transparent 35%,rgba(224,189,101,.14) 49%,transparent 63%)}
.product-add,.product-view,.pill-button,.text-link{position:relative;overflow:hidden}
.product-add:after,.pill-button:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent,rgba(255,255,255,.22),transparent);transform:translateX(-140%);transition:transform .7s ease}
.product-add:hover:after,.pill-button:hover:after{transform:translateX(140%)}

/* Gallery now feels like a private viewing room. */
.piece-media-gallery{position:relative}
.piece-main-media.is-switching img,.piece-main-media.is-switching video{animation:pieceMediaReveal .68s cubic-bezier(.18,.72,.22,1) both}
@keyframes pieceMediaReveal{from{opacity:.35;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}
.piece-media-arrow{position:absolute;z-index:5;top:50%;width:44px;height:44px;margin-top:-44px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(14,12,9,.46);color:#fff;backdrop-filter:blur(10px);transition:background .25s ease,transform .25s ease}
.piece-media-arrow:hover{background:rgba(14,12,9,.9);transform:scale(1.06)}
.piece-media-prev{left:18px}.piece-media-next{right:18px}
.piece-media-counter{position:absolute;z-index:5;right:18px;bottom:88px;padding:7px 10px;background:rgba(15,13,10,.58);color:#fff;font-size:7px;letter-spacing:.16em;backdrop-filter:blur(10px)}
.vault-piece-dialog .piece-media-counter{color:var(--gold-2);border:1px solid rgba(222,196,119,.24)}

/* Mobile dock is intentionally unlike the desktop navigation. */
.mobile-luxury-dock{display:none}

@media(max-width:780px){
  :root{--header-h:64px}
  html{scroll-padding-top:110px}
  body:not(.admin-page){padding-bottom:calc(78px + env(safe-area-inset-bottom))}
  body.menu-open,body.drawer-open,body.piece-open{padding-bottom:0}

  /* Compact floating top bar */
  .topbar,.topbar.is-scrolled,.topbar.topbar-solid{
    top:10px;left:10px;right:10px;height:56px;padding:0 14px;border:1px solid rgba(19,17,15,.1);border-radius:18px;
    background:rgba(255,255,255,.88)!important;color:var(--ink)!important;box-shadow:0 12px 34px rgba(20,16,10,.08);backdrop-filter:blur(20px)
  }
  .vault-page .topbar,.vault-page .topbar.is-scrolled,.vault-page .topbar.topbar-solid{
    background:rgba(8,7,5,.88)!important;color:#fff!important;border-color:rgba(222,196,119,.18);box-shadow:0 14px 42px rgba(0,0,0,.32)
  }
  .topbar-side{gap:12px}.topbar-left{justify-content:flex-start}.topbar-right{justify-content:flex-end}
  .menu-toggle{min-width:34px}.menu-toggle:after{display:none}.menu-toggle span{width:18px}.menu-toggle span+span{width:11px;margin-left:-30px;transform:translateY(6px)}
  .top-logo strong{font-size:15px;letter-spacing:.17em}.top-logo small{margin-top:4px;font-size:5px;letter-spacing:.32em}
  .mobile-vault-shortcut{display:none!important}.cart-link{font-size:0}.cart-link:before{content:"Bag";font-size:7px;letter-spacing:.12em;text-transform:uppercase}.cart-link span{min-width:18px;height:18px;margin-left:5px}

  /* Full mobile menu becomes a clean sliding editorial panel. */
  .mobile-menu{padding:10px;background:rgba(8,7,5,.58)!important;backdrop-filter:blur(18px);transform:translateY(10px);transition:opacity .4s ease,visibility .4s ease,transform .55s cubic-bezier(.16,.72,.18,1)}
  .mobile-menu.is-open{transform:none}
  .menu-panel{margin-top:auto;min-height:82svh;padding:70px 24px 28px;border-radius:28px 28px 0 0;background:#fff;color:var(--ink);box-shadow:0 -30px 80px rgba(0,0,0,.22)}
  .vault-page .menu-panel{background:#0b0907;color:#fff;border:1px solid rgba(222,196,119,.18)}
  .mobile-menu [data-menu-close]{right:24px;top:20px;color:inherit!important;font-size:36px}
  .mobile-menu nav{margin:0 0 auto}.mobile-menu nav a{grid-template-columns:28px 1fr;padding:14px 0;font-size:clamp(34px,10vw,48px);border-color:rgba(19,17,15,.1)!important}
  .vault-page .mobile-menu nav a{border-color:rgba(255,255,255,.1)!important}
  .menu-foot{padding-top:20px;color:rgba(19,17,15,.55)!important;border-color:rgba(19,17,15,.1)!important}.vault-page .menu-foot{color:rgba(255,255,255,.55)!important;border-color:rgba(255,255,255,.1)!important}

  /* Mobile home: image becomes an inset editorial card, copy becomes a readable lower panel. */
  .home-page .hero-slider{height:94svh;min-height:690px;padding-top:76px;background:#fff}
  .home-page .hero-slide{inset:0;padding:76px 12px 0}
  .home-page .hero-slide img{top:76px;left:12px;right:12px;width:calc(100% - 24px);height:58svh;border-radius:170px 170px 24px 24px;object-position:center 24%;opacity:.86;filter:saturate(.82) contrast(.98) brightness(1.04);box-shadow:0 24px 70px rgba(29,23,15,.13)}
  .home-page .hero-slide .hero-shade{top:76px;left:12px;right:12px;width:calc(100% - 24px);height:58svh;border-radius:170px 170px 24px 24px;background:linear-gradient(0deg,rgba(12,10,8,.58),transparent 48%)!important}
  .home-page .hero-copy,.home-page .hero-copy.centered,.home-page .hero-copy.right{left:20px;right:20px;bottom:82px;width:auto;color:var(--ink);text-align:left}
  .home-page .hero-copy .hero-kicker{margin-bottom:10px;font-size:7px;color:var(--muted)}
  .home-page .hero-copy h1,.home-page .hero-copy h2,.home-page .hero-copy.centered h2{max-width:350px;margin:0 0 17px;font-size:clamp(43px,12vw,58px);line-height:.89;letter-spacing:-.052em}
  .home-page .hero-copy .text-link{font-size:7px;gap:15px}
  .home-page .hero-controls{right:18px;bottom:18px;gap:7px}.home-page .hero-controls button{width:35px;height:35px}.home-page .hero-count{display:none}.scroll-cue{display:none}

  /* Inner page heroes become compact editorial cards rather than oversized desktop banners. */
  .inner-page,.shop-page,.cart-page{padding-top:78px}
  .page-hero{min-height:76svh;margin:0 12px 30px;padding:0 18px 34px;border-radius:24px;overflow:hidden}
  body:not(.vault-page):not(.admin-page) .page-hero{background:#f2eee7}
  .page-hero>img{opacity:.72!important;filter:saturate(.82) contrast(.95) brightness(1.05)!important}
  .page-hero:after{background:linear-gradient(0deg,rgba(255,255,255,.96) 2%,rgba(255,255,255,.54) 50%,rgba(255,255,255,.04) 82%)!important}
  .vault-page .page-hero:after{background:linear-gradient(0deg,rgba(5,4,3,.98),rgba(5,4,3,.5) 56%,rgba(5,4,3,.06) 88%)!important}
  .page-hero h1{font-size:clamp(46px,13vw,62px);line-height:.88}.page-hero p:not(.eyebrow){font-size:14px;line-height:1.5}

  /* Mobile category carousel and storytelling */
  .ayura-showcase{padding:62px 0 50px}.ayura-showcase-copy{padding:0 20px 26px}.ayura-showcase-copy h2{font-size:43px}.ayura-showcase-viewport{padding-left:12px}.ayura-showcase-track{gap:10px}
  .ayura-category-card{flex:0 0 76vw}.ayura-category-image{height:54svh;min-height:430px;border-radius:22px;overflow:hidden}.ayura-category-meta{padding:14px 4px}.ayura-carousel-controls{padding:0 20px}
  .assurance-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:16px 14px 34px;gap:10px;background:#fff;scrollbar-width:none}.assurance-row::-webkit-scrollbar{display:none}
  .assurance-row article{flex:0 0 78vw;min-height:270px;padding:26px;border:1px solid var(--line)!important;border-radius:20px;background:#faf8f4;scroll-snap-align:center}.assurance-row h3{font-size:25px}
  .vault-home{min-height:720px;margin:12px;border-radius:24px;overflow:hidden}.vault-home-copy{padding-inline:22px}.vault-home h2{font-size:54px}
  .private-banner{margin:12px;border:1px solid var(--line);border-radius:24px;overflow:hidden}.private-banner figure{min-height:0;aspect-ratio:4/3}.private-banner-copy{padding:58px 22px}

  /* Mobile collection: two-column jewellery editorial with featured wide pieces. */
  .shop-intro{padding:52px 20px 38px}.shop-intro h1{font-size:58px}.shop-intro p:last-child{font-size:14px!important}
  .shop-image-band{height:48svh;margin:0 12px 18px;border-radius:24px;overflow:hidden}
  .shop-toolbar{top:76px;grid-template-columns:auto 1fr;padding:12px 14px;border-radius:0;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(20,16,10,.06)}
  .shop-toolbar>p{font-size:7px}.shop-toolbar select{display:none}.category-tabs{grid-column:1/-1;display:flex;overflow-x:auto;gap:6px;padding-bottom:2px;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tabs button{flex:0 0 auto;padding:9px 13px;border:1px solid var(--line);border-radius:999px}.category-tabs button.is-active{background:var(--ink);color:#fff}
  .vault-page .shop-toolbar{background:rgba(8,7,5,.94);box-shadow:0 8px 30px rgba(0,0,0,.24)}.vault-page .category-tabs button{border-color:rgba(255,255,255,.17)}.vault-page .category-tabs button.is-active{background:var(--gold-2);color:#080705}
  .product-grid,.vault-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 10px;padding:34px 12px 90px}
  .product-grid>.product-card:first-child,.product-grid>.product-card:nth-child(5n+1){grid-column:1/-1}
  .product-grid>.product-card:first-child .product-media,.product-grid>.product-card:nth-child(5n+1) .product-media{aspect-ratio:4/4.7}
  .product-card{border-radius:18px;overflow:visible}.product-media{aspect-ratio:4/5.4;border-radius:18px;box-shadow:0 14px 40px rgba(27,20,12,.08)}
  .vault-product-grid .product-media{box-shadow:0 18px 52px rgba(0,0,0,.35)}
  .product-media:after{inset:7px;border-radius:13px}.product-badge{left:10px;top:10px;font-size:6px}.product-reference{right:10px;top:12px;font-size:6px}
  .product-view{left:8px;right:8px;bottom:8px;min-height:38px;border-radius:11px;font-size:6px;opacity:1;transform:none}
  .product-info{padding:14px 4px 0}.product-heading p{font-size:6px}.product-info h3{font-size:clamp(20px,6vw,29px);line-height:.95}
  .product-description,.product-specs{display:none}.product-purchase{display:block;margin-top:11px;padding-top:10px}.product-purchase strong{display:block;margin-bottom:9px;font-size:13px;line-height:1.15}.product-add{width:100%;min-height:38px;border-radius:999px;font-size:6px;padding:0 8px}
  .coming-soon-mark strong{font-size:22px}.catalogue-teaser{grid-column:1/-1;min-height:500px;border-radius:20px}

  /* Product details become an iOS-style private viewing bottom sheet. */
  .piece-dialog{width:100vw;max-width:none;min-height:0;height:94svh;max-height:94svh;margin:auto 0 0;border-radius:26px 26px 0 0;overflow:hidden}
  .piece-dialog::backdrop{background:rgba(9,7,5,.72);backdrop-filter:blur(12px)}
  .piece-dialog-shell{display:flex;flex-direction:column;min-height:94svh;height:94svh}
  .piece-media-gallery{height:53svh;min-height:0;flex:0 0 53svh;grid-template-rows:minmax(0,1fr) 64px}
  .piece-main-media{touch-action:pan-y}.piece-main-media img,.piece-main-media video{min-height:0;height:100%}
  .piece-thumbnails{padding:7px 10px;gap:7px}.piece-thumb{flex-basis:50px;border-radius:9px}
  .piece-media-arrow{top:46%;width:38px;height:38px;margin-top:-19px}.piece-media-prev{left:12px}.piece-media-next{right:12px}.piece-media-counter{right:12px;bottom:74px}
  .piece-dialog-copy{flex:1;justify-content:flex-start;overflow:auto;padding:29px 20px calc(34px + env(safe-area-inset-bottom))}.piece-dialog-copy h2{margin:8px 0 16px;font-size:42px}.piece-dialog-description{font-size:15px;margin-bottom:18px}.piece-dialog-specs{font-size:13px;padding:15px 0}.piece-dialog-footer{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1.25fr;align-items:center;gap:10px;margin:24px -20px -34px;padding:14px 20px calc(14px + env(safe-area-inset-bottom));background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-top:1px solid var(--line)}
  .vault-piece-dialog .piece-dialog-footer{background:rgba(8,7,5,.94);border-color:rgba(255,255,255,.12)}
  .piece-dialog-footer>strong{font-size:15px}.piece-dialog-footer .pill-button{width:100%;min-width:0;min-height:44px}.piece-dialog-close{position:fixed;right:14px;top:calc(7svh + 12px);width:38px;height:38px;background:rgba(255,255,255,.92)}

  /* Cart reads like a premium mobile order sheet. */
  .cart-title{padding:46px 20px 35px}.cart-title h1{font-size:49px}.cart-tabs{position:sticky;z-index:70;top:76px;padding:8px 12px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}.cart-tabs button{padding:14px 8px;border-radius:999px}.cart-tabs button.is-active{background:var(--ink);color:#fff}
  .cart-panel{padding:38px 14px 85px}.cart-page-item{grid-template-columns:84px 1fr;gap:13px;padding:14px;border:1px solid var(--line);border-radius:18px;margin-bottom:10px}.cart-page-item img{width:84px;height:105px;border-radius:12px}.cart-page-item .quantity,.cart-page-item>strong,.remove-page-item{grid-column:2}.cart-page-item>strong{font-size:16px}.remove-page-item{justify-self:start}.checkout-form,.checkout-summary{border-radius:20px}.form-row{grid-template-columns:1fr}

  /* Footer simplified into an elegant mobile closing card. */
  .footer{margin:12px;padding:48px 20px calc(22px + env(safe-area-inset-bottom));border-radius:24px}.footer-top{padding-bottom:30px}.footer-top img{width:62px;height:62px}.footer-top strong{font-size:19px}.footer-top p{font-size:16px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 16px;padding:36px 0 42px}.footer-grid a,.footer-grid p{font-size:14px}.footer-bottom{font-size:6px}

  /* Thumb-friendly persistent navigation. */
  .mobile-luxury-dock{position:fixed;z-index:700;left:10px;right:10px;bottom:calc(9px + env(safe-area-inset-bottom));height:62px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:5px;border:1px solid rgba(19,17,15,.1);border-radius:20px;background:rgba(255,255,255,.92);color:var(--ink);box-shadow:0 16px 50px rgba(20,16,10,.16);backdrop-filter:blur(22px)}
  .vault-page .mobile-luxury-dock{background:rgba(8,7,5,.92);color:#fff;border-color:rgba(222,196,119,.18);box-shadow:0 18px 54px rgba(0,0,0,.45)}
  .mobile-luxury-dock a{position:relative;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:15px;font-size:6px;letter-spacing:.08em;text-transform:uppercase;color:inherit;opacity:.55;transition:opacity .25s ease,background .25s ease,transform .25s ease}
  .mobile-luxury-dock a i{font:normal 17px/1 var(--serif)}.mobile-luxury-dock a.is-current{opacity:1;background:#f1ede6;transform:translateY(-1px)}.vault-page .mobile-luxury-dock a.is-current{background:rgba(222,196,119,.12);color:var(--gold-2)}
  .mobile-luxury-dock .dock-vault{color:var(--gold)}.mobile-luxury-dock b{position:absolute;right:10px;top:5px;min-width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:7px}.vault-page .mobile-luxury-dock b{background:var(--gold-2);color:#080705}
}

@media(max-width:390px){
  .product-grid,.vault-product-grid{gap:32px 8px;padding-inline:9px}.product-info h3{font-size:20px}.product-purchase strong{font-size:12px}.mobile-luxury-dock{left:7px;right:7px}
}

@media(prefers-reduced-motion:reduce){
  body,.page-hero:before,.shop-image-band:before,.vault-entry:before,.contact-hero figure:before{animation:none!important}
  body:after{display:none}.piece-main-media.is-switching img,.piece-main-media.is-switching video{animation:none!important}
}

/* V14 layout safety corrections */
.cart-drawer{visibility:hidden;pointer-events:none}
.cart-drawer.is-open{visibility:visible;pointer-events:auto}
@media(max-width:780px){
  .product-media,.product-grid>.product-card:first-child .product-media,.product-grid>.product-card:nth-child(5n+1) .product-media{width:100%;height:auto;min-height:0}
  .product-card,.product-grid>.product-card:first-child,.product-grid>.product-card:nth-child(5n+1){min-width:0;max-width:100%}
  .shop-image-band,.page-hero,.private-banner,.vault-home{contain:paint}
}
@media(max-width:780px){
  .home-page .hero-slide img,.home-page .hero-slide .hero-shade{height:52svh}
  .home-page .hero-copy,.home-page .hero-copy.centered,.home-page .hero-copy.right{bottom:88px}
  .home-page .hero-copy h1,.home-page .hero-copy h2,.home-page .hero-copy.centered h2{font-size:clamp(39px,11.2vw,53px)}
  .home-page .hero-slide:not(.is-active) .hero-copy{opacity:0!important;visibility:hidden!important}
}


/* V17 — complete editorial pages and dependable navigation */
.footer-grid-expanded{grid-template-columns:1fr 1.05fr 1.05fr 1.25fr}
.footer address{font-style:normal;color:rgba(255,255,255,.68);font-size:13px;line-height:1.75}
.footer address strong{color:#fff;font-weight:500}.footer address a{display:inline;color:inherit;margin:0}.footer-whatsapp{margin-top:14px!important;color:var(--gold-2)!important}
.footer-bottom>div{display:flex;gap:24px}
.editorial-page{background:#f7f5f0}.editorial-hero{min-height:76vh}.editorial-hero .page-hero-copy{max-width:850px}.editorial-hero .page-hero-copy>p:last-child{max-width:660px}
.section-pad-tight{padding:32px 5vw 110px}.editorial-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);gap:8vw;align-items:start}.editorial-intro h2,.journey-intro h2{max-width:800px;font-size:clamp(48px,6vw,88px);line-height:.92;letter-spacing:-.045em}.editorial-intro .lead{font-family:var(--serif);font-size:clamp(24px,2.4vw,39px);line-height:1.12}.editorial-intro p:not(.lead){max-width:620px;color:var(--muted);line-height:1.75}
.journal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line)}.journal-card{min-height:390px;display:flex;flex-direction:column;padding:32px;background:#fff;color:var(--ink);transition:background .5s ease,color .5s ease,transform .5s cubic-bezier(.16,.72,.18,1)}.journal-card:hover{background:#f0ece4;transform:translateY(-4px)}.journal-card>span,.journal-card>b{font-size:9px;letter-spacing:.18em;text-transform:uppercase}.journal-card h3{margin:70px 0 18px;font-size:clamp(28px,2.7vw,45px);line-height:.96}.journal-card p{color:var(--muted);line-height:1.65}.journal-card b{margin-top:auto}.journal-card-dark{background:#0a0907;color:#fff}.journal-card-dark p{color:rgba(255,255,255,.62)}.journal-card-dark:hover{background:#17130e}
.editorial-cta{min-height:620px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 6vw;text-align:center;background:#0a0907;color:#fff}.editorial-cta h2{max-width:1000px;margin:18px auto 42px;font-size:clamp(54px,8vw,118px);line-height:.88;letter-spacing:-.05em}
.numbered-guide,.assurance-cards,.service-editorial-grid,.dossier-grid,.global-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line)}.numbered-guide article,.assurance-cards article,.service-editorial-grid article,.dossier-grid article,.global-steps article{min-height:310px;padding:34px;background:#fff}.numbered-guide span,.assurance-cards span,.service-editorial-grid span,.dossier-grid span,.global-steps span{font-size:9px;letter-spacing:.16em}.numbered-guide h3,.assurance-cards h3,.service-editorial-grid h3,.dossier-grid h3,.global-steps h3{margin:65px 0 18px;font-size:clamp(28px,2.5vw,42px);line-height:.98}.numbered-guide p,.assurance-cards p,.service-editorial-grid p,.dossier-grid p,.global-steps p{max-width:430px;color:var(--muted);line-height:1.65}
.split-editorial{display:grid;grid-template-columns:1.05fr .95fr;min-height:760px;background:#eee9e0}.split-editorial.reverse{grid-template-columns:.95fr 1.05fr}.split-editorial.reverse figure{order:2}.split-editorial figure{min-height:700px}.split-editorial img{width:100%;height:100%;object-fit:cover}.split-editorial>div{display:flex;flex-direction:column;justify-content:center;padding:8vw}.split-editorial h2{margin:18px 0 28px;font-size:clamp(48px,6vw,88px);line-height:.91}.split-editorial p:not(.eyebrow){max-width:590px;color:var(--muted);font-size:17px;line-height:1.7}.split-editorial .pill-button{align-self:flex-start;margin-top:28px}
.notice-panel{margin:0 5vw 110px;padding:8vw;background:#eae4da}.notice-panel h2{max-width:900px;margin:18px 0 28px;font-size:clamp(50px,6.7vw,96px);line-height:.9}.notice-panel>p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:17px;line-height:1.7}.notice-panel .pill-button{margin-top:28px}
.clean-list{margin:28px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.clean-list li{padding:14px 0;border-bottom:1px solid var(--line);font-size:14px}
.process-section>.eyebrow{margin-bottom:30px}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line)}.process-grid article{min-height:340px;padding:26px;background:#fff}.process-grid span{font-size:10px}.process-grid h3{margin:80px 0 18px;font-size:30px;line-height:.98}.process-grid p{color:var(--muted);line-height:1.6}
.journey-intro{padding-bottom:42px}.journey-timeline{max-width:1250px;margin:auto}.journey-timeline article{display:grid;grid-template-columns:130px 1fr;gap:40px;padding:45px 0;border-top:1px solid var(--line)}.journey-timeline article:last-child{border-bottom:1px solid var(--line)}.journey-timeline span{font-size:11px;letter-spacing:.16em}.journey-timeline h3{font-size:clamp(38px,4.5vw,72px);line-height:.92}.journey-timeline p{max-width:650px;color:var(--muted);line-height:1.7}
.image-statement{position:relative;min-height:820px;color:#fff;overflow:hidden}.image-statement:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,3,2,.82),rgba(4,3,2,.08))}.image-statement img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.image-statement>div{position:absolute;z-index:2;left:6vw;right:6vw;bottom:7vw}.image-statement h2{max-width:1050px;font-size:clamp(56px,8vw,120px);line-height:.87}
.gem-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line)}.gem-library-card{min-height:290px;padding:28px;background:#fff;color:var(--ink);transition:background .4s ease}.gem-library-card:hover{background:#f0ece5}.gem-library-card span,.gem-library-card b{font-size:8px;letter-spacing:.16em;text-transform:uppercase}.gem-library-card h3{margin:55px 0 16px;font-size:clamp(28px,2.8vw,46px);line-height:.96}.gem-library-card p{color:var(--muted);font-size:12px}.gem-library-card b{display:block;margin-top:32px}
.vault-editorial-page{background:#080705;color:#fff}.vault-editorial-page .editorial-hero{background:#080705}.vault-feature{display:grid;grid-template-columns:.38fr 1fr;gap:7vw;background:#0a0907}.vault-feature-number{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-2)}.vault-feature h2{max-width:950px;margin:18px 0 30px;font-size:clamp(54px,7vw,105px);line-height:.88}.vault-feature p:not(.eyebrow){max-width:720px;color:rgba(255,255,255,.62);line-height:1.7}.vault-feature .pill-button{margin-top:28px}.vault-editorial-page .dossier-grid{background:rgba(255,255,255,.1)}.vault-editorial-page .dossier-grid article{background:#0d0b08}.vault-editorial-page .dossier-grid p{color:rgba(255,255,255,.55)}
.story-feature{display:grid;grid-template-columns:220px 1fr;align-items:end}.story-index{font-family:var(--serif);font-size:150px;color:#d8cdbb;line-height:.8}.story-feature h2{max-width:900px;margin-top:16px;font-size:clamp(50px,6.6vw,98px);line-height:.9}.story-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.story-steps article{min-height:430px;padding:34px;border:1px solid var(--line);background:#fff}.story-steps span{font-size:9px;letter-spacing:.17em;text-transform:uppercase}.story-steps h3{margin:110px 0 20px;font-size:38px;line-height:.98}.story-steps p{color:var(--muted);line-height:1.7}.confidential-note{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:56px 6vw;background:#ece6dc}.confidential-note p{font-family:var(--serif);font-size:28px}
.global-contact{display:grid;grid-template-columns:1fr .72fr;gap:8vw;padding:9vw 6vw;background:#0a0907;color:#fff}.global-contact h2{max-width:780px;margin:18px 0 28px;font-size:clamp(52px,6.7vw,96px);line-height:.9}.global-contact p:not(.eyebrow){max-width:680px;color:rgba(255,255,255,.62);line-height:1.7}.global-contact address{font-style:normal;font-family:var(--serif);font-size:clamp(26px,3vw,44px);line-height:1.3}.global-contact address a{color:var(--gold-2)}.global-contact .pill-button{margin-top:34px}
.home-journal{background:#f6f3ed}.home-journal-head{display:grid;grid-template-columns:1fr .55fr;gap:6vw;align-items:end;margin-bottom:55px}.home-journal-head h2{font-size:clamp(54px,7vw,104px);line-height:.88}.home-journal-head>p{color:var(--muted);line-height:1.7}.home-journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:34px}.home-journal-card{min-height:420px;display:flex;flex-direction:column;padding:30px;background:#fff;color:var(--ink)}.home-journal-card.dark{background:#0a0907;color:#fff}.home-journal-card>span,.home-journal-card>b{font-size:8px;letter-spacing:.16em;text-transform:uppercase}.home-journal-card h3{margin:auto 0 30px;font-size:clamp(33px,3.4vw,54px);line-height:.94}.home-journal-card b{margin-top:auto}.about-discovery-links{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}.about-discovery-links a{min-height:330px;padding:40px;background:#fff;color:var(--ink)}.about-discovery-links span,.about-discovery-links b{font-size:9px;letter-spacing:.16em;text-transform:uppercase}.about-discovery-links h3{margin:80px 0 30px;font-size:48px}.location-panel{display:grid;grid-template-columns:1fr .7fr;gap:8vw;background:#efeae1}.location-panel h2{max-width:760px;margin:18px 0 24px;font-size:clamp(52px,6vw,90px);line-height:.9}.location-panel p:not(.eyebrow){max-width:620px;color:var(--muted);line-height:1.7}.location-card{padding:42px;background:#fff}.location-card address{font-style:normal;font-family:var(--serif);font-size:clamp(25px,3vw,40px);line-height:1.35}.location-card address a{color:var(--ink)}.location-card .pill-button{margin-top:34px}
@media(max-width:1050px){.journal-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.footer-grid-expanded{grid-template-columns:repeat(2,1fr)}.numbered-guide,.assurance-cards,.service-editorial-grid,.dossier-grid,.global-steps,.gem-library-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){
 .topbar-left .desktop-nav-link{display:none!important}.editorial-hero{min-height:70svh}.section-pad-tight{padding:20px 12px 75px}.editorial-intro,.home-journal-head,.location-panel,.global-contact,.vault-feature,.story-feature{grid-template-columns:1fr}.editorial-intro h2,.journey-intro h2{font-size:48px}.journal-grid,.numbered-guide,.assurance-cards,.service-editorial-grid,.dossier-grid,.global-steps,.gem-library-grid,.story-steps,.home-journal-grid,.about-discovery-links{grid-template-columns:1fr}.journal-card{min-height:300px;border-radius:18px;margin:0 12px 10px}.journal-card h3{margin-top:48px}.numbered-guide,.assurance-cards,.service-editorial-grid,.dossier-grid,.global-steps,.gem-library-grid{gap:10px;background:transparent;padding-inline:12px}.numbered-guide article,.assurance-cards article,.service-editorial-grid article,.dossier-grid article,.global-steps article,.gem-library-card{min-height:260px;border:1px solid var(--line);border-radius:18px}.process-grid{grid-template-columns:1fr;gap:10px;background:transparent}.process-grid article{min-height:260px;border:1px solid var(--line);border-radius:18px}.process-grid h3{margin-top:48px}.split-editorial,.split-editorial.reverse{grid-template-columns:1fr;min-height:0}.split-editorial.reverse figure{order:0}.split-editorial figure{min-height:56svh}.split-editorial>div{padding:65px 20px}.split-editorial h2{font-size:50px}.notice-panel{margin:0 12px 70px;padding:60px 22px;border-radius:20px}.notice-panel h2{font-size:50px}.journey-timeline article{grid-template-columns:50px 1fr;gap:12px;padding:30px 0}.journey-timeline h3{font-size:42px}.image-statement{min-height:75svh}.image-statement>div{bottom:70px}.image-statement h2{font-size:54px}.story-index{font-size:90px}.story-steps{padding-inline:12px}.story-steps article{min-height:330px;border-radius:18px}.story-steps h3{margin-top:60px}.confidential-note{align-items:flex-start;flex-direction:column}.global-contact{padding:75px 22px}.global-contact h2{font-size:51px}.home-journal{padding-inline:12px}.home-journal-card{min-height:330px;border-radius:20px}.about-discovery-links{gap:10px;background:transparent;padding-inline:12px}.about-discovery-links a{min-height:250px;border:1px solid var(--line);border-radius:18px}.about-discovery-links h3{margin-top:52px;font-size:39px}.location-panel{padding:70px 12px}.location-card{border-radius:18px}.footer-grid-expanded{grid-template-columns:1fr 1fr}.footer address{font-size:12px}.footer-bottom>div{gap:10px}.editorial-cta{min-height:520px}.editorial-cta h2{font-size:55px}.vault-feature{padding:75px 20px}.vault-feature h2{font-size:54px}
}
@media(max-width:440px){.footer-grid-expanded{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column;gap:14px}.footer-bottom>div{display:flex;gap:16px}.journal-card,.numbered-guide article,.assurance-cards article,.service-editorial-grid article,.dossier-grid article,.global-steps article,.gem-library-card{margin-inline:0}}


/* =========================================================
   V18 AYURA-INSPIRED DIRECTORY FOOTER
   White editorial directory on the main site and a matched
   black/gold variation inside the Collector's Vault.
   ========================================================= */
.ayura-footer{
  padding:0!important;
  background:#fff;
  color:#171513;
  border-top:1px solid #dedbd4;
}
.ayura-footer .footer-directory{
  display:grid;
  grid-template-columns:minmax(330px,1.22fr) minmax(210px,.72fr) minmax(230px,.82fr) minmax(330px,1.2fr);
  min-height:540px;
  border-bottom:1px solid #dedbd4;
}
.ayura-footer .footer-directory-column{
  min-width:0;
  padding:46px clamp(28px,3.2vw,54px) 52px;
  border-right:1px solid #dedbd4;
}
.ayura-footer .footer-directory-column:last-child{border-right:0}
.ayura-footer .footer-directory-brand{
  display:inline-flex;
  flex-direction:column;
  gap:3px;
  margin-bottom:42px;
  color:#171513;
}
.ayura-footer .footer-directory-brand span{
  font-family:var(--serif);
  font-size:25px;
  line-height:1;
  letter-spacing:.2em;
  font-weight:400;
}
.ayura-footer .footer-directory-brand small{
  padding-left:2px;
  font-size:8px;
  line-height:1;
  letter-spacing:.48em;
  color:#9a958d;
}
.ayura-footer .footer-directory-section{margin-top:34px}
.ayura-footer .footer-directory-section:first-of-type{margin-top:0}
.ayura-footer .footer-directory-label{
  display:block;
  margin-bottom:21px;
  font-family:var(--serif);
  font-size:16px;
  line-height:1.2;
  color:#aaa69f;
  text-transform:none;
  letter-spacing:0;
}
.ayura-footer .footer-socials{display:flex;align-items:center;gap:30px}
.ayura-footer .footer-social-icon{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:20px;
  line-height:1;
  font-weight:700;
  color:#99958f;
}
.ayura-footer .instagram-mark{font-size:28px;font-weight:400}
.ayura-footer .footer-link-pairs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 24px;
}
.ayura-footer .footer-link-pairs a,
.ayura-footer .footer-directory-links a,
.ayura-footer .footer-location-card a{
  font-family:var(--serif);
  font-size:15px;
  line-height:1.45;
  color:#1c1916;
  transition:opacity .25s ease,transform .25s ease;
}
.ayura-footer .footer-link-pairs a:hover,
.ayura-footer .footer-directory-links a:hover,
.ayura-footer .footer-location-card>a:not(.footer-contact-button):hover{
  opacity:.55;
  transform:translateX(2px);
}
.ayura-footer .footer-directory-links{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:15px;
}
.ayura-footer .footer-payments-section{margin-top:44px}
.ayura-footer .footer-payment-logos{
  display:grid;
  grid-template-columns:repeat(2,minmax(86px,1fr));
  gap:10px;
  max-width:260px;
}
.ayura-footer .footer-payment-logos img{
  display:block;
  width:100%;
  height:43px;
  object-fit:contain;
  border:1px solid #ece9e3;
  border-radius:3px;
  background:#fff;
  filter:saturate(.95);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.ayura-footer .footer-payment-logos img:hover{
  transform:translateY(-2px);
  border-color:#d5d0c6;
  box-shadow:0 8px 22px rgba(30,24,17,.06);
}
.ayura-footer .footer-payment-note{
  max-width:260px;
  margin:12px 0 0;
  font-size:10px;
  line-height:1.55;
  color:#aaa69f;
}
.ayura-footer .footer-location-card>span{
  display:block;
  margin-bottom:17px;
  font-family:var(--serif);
  font-size:16px;
  color:#aaa69f;
}
.ayura-footer .footer-location-card address{
  margin:0 0 16px;
  font-family:var(--serif);
  font-size:17px;
  line-height:1.45;
  font-style:normal;
  color:#1c1916;
}
.ayura-footer .footer-location-card>a:not(.footer-contact-button){display:block;margin-top:7px}
.ayura-footer .footer-location-card p{
  max-width:310px;
  margin:24px 0 0;
  font-size:11px;
  line-height:1.65;
  color:#99958f;
}
.ayura-footer .footer-contact-button{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:min(100%,310px);
  margin-top:29px;
  padding:15px 17px;
  border:1px solid #d8d4cc;
  background:#fff;
  font-size:11px!important;
  letter-spacing:.04em;
  transition:background .28s ease,color .28s ease,border-color .28s ease!important;
}
.ayura-footer .footer-contact-button:hover{
  background:#171513;
  border-color:#171513;
  color:#fff!important;
  transform:none!important;
  opacity:1!important;
}
.ayura-footer .footer-contact-button b{font-size:16px;font-weight:400}
.ayura-footer .footer-legal{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:20px clamp(28px,4vw,60px) 22px;
  font-size:8px;
  line-height:1.5;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#9b968e;
}
.ayura-footer .footer-legal>div{display:flex;gap:24px}
.ayura-footer .footer-legal a{color:inherit}
.ayura-footer .footer-legal a:hover{color:#171513}

/* Vault keeps its dark psychological identity while using the same directory architecture. */
.vault-page .ayura-footer.vault-footer{
  background:#070604;
  color:#fff;
  border-top-color:rgba(255,255,255,.12);
}
.vault-page .ayura-footer .footer-directory,
.vault-page .ayura-footer .footer-directory-column{
  border-color:rgba(255,255,255,.12);
}
.vault-page .ayura-footer .footer-directory-brand,
.vault-page .ayura-footer .footer-link-pairs a,
.vault-page .ayura-footer .footer-directory-links a,
.vault-page .ayura-footer .footer-location-card a,
.vault-page .ayura-footer .footer-location-card address{color:#f4efe7}
.vault-page .ayura-footer .footer-directory-label,
.vault-page .ayura-footer .footer-location-card>span,
.vault-page .ayura-footer .footer-payment-note,
.vault-page .ayura-footer .footer-location-card p,
.vault-page .ayura-footer .footer-directory-brand small,
.vault-page .ayura-footer .footer-social-icon,
.vault-page .ayura-footer .footer-legal{color:rgba(255,255,255,.46)}
.vault-page .ayura-footer .footer-contact-button{
  background:transparent;
  border-color:rgba(210,169,74,.6);
  color:#d6ae55!important;
}
.vault-page .ayura-footer .footer-contact-button:hover{
  background:#d6ae55;
  border-color:#d6ae55;
  color:#080705!important;
}
.vault-page .ayura-footer .footer-legal{border-top:0}
.vault-page .ayura-footer .footer-legal a:hover{color:#fff}

@media(max-width:1180px){
  .ayura-footer .footer-directory{
    grid-template-columns:1.2fr .8fr .9fr;
  }
  .ayura-footer .footer-location-column{
    grid-column:1/-1;
    border-top:1px solid #dedbd4;
    border-right:0;
  }
  .vault-page .ayura-footer .footer-location-column{border-top-color:rgba(255,255,255,.12)}
  .ayura-footer .footer-location-card{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:50px;
    align-items:start;
  }
  .ayura-footer .footer-location-card>span{grid-column:1/-1}
  .ayura-footer .footer-location-card address{grid-row:2/6}
  .ayura-footer .footer-location-card p,
  .ayura-footer .footer-contact-button{grid-column:2}
}
@media(max-width:820px){
  .ayura-footer .footer-directory{grid-template-columns:1fr 1fr;min-height:0}
  .ayura-footer .footer-directory-column{padding:38px 28px 42px}
  .ayura-footer .footer-directory-intro{grid-column:1/-1}
  .ayura-footer .footer-location-column{grid-column:1/-1}
  .ayura-footer .footer-payment-logos{grid-template-columns:repeat(4,minmax(66px,1fr));max-width:none}
  .ayura-footer .footer-payment-logos img{height:40px}
}
@media(max-width:560px){
  .ayura-footer .footer-directory{display:block}
  .ayura-footer .footer-directory-column{
    padding:34px 22px 38px;
    border-right:0;
    border-bottom:1px solid #dedbd4;
  }
  .vault-page .ayura-footer .footer-directory-column{border-bottom-color:rgba(255,255,255,.12)}
  .ayura-footer .footer-directory-column:last-child{border-bottom:0}
  .ayura-footer .footer-directory-brand{margin-bottom:34px}
  .ayura-footer .footer-directory-brand span{font-size:23px}
  .ayura-footer .footer-link-pairs{grid-template-columns:1fr;gap:13px}
  .ayura-footer .footer-payment-logos{grid-template-columns:repeat(2,minmax(0,1fr));max-width:290px}
  .ayura-footer .footer-location-card{display:block}
  .ayura-footer .footer-location-card>span{margin-bottom:17px}
  .ayura-footer .footer-legal{align-items:flex-start;flex-direction:column;padding:18px 22px 20px}
}


/* =========================================================
   V19 FOOTER BRAND + PAYMENT ALIGNMENT FIX
   ========================================================= */
.ayura-footer .footer-directory-brand{
  display:flex;
  width:172px;
  max-width:100%;
  margin:0 0 38px;
  line-height:0;
}
.ayura-footer .footer-directory-brand .footer-brand-logo{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.ayura-footer .footer-directory-brand .footer-brand-logo-dark{display:none}
.vault-page .ayura-footer .footer-directory-brand .footer-brand-logo-light{display:none}
.vault-page .ayura-footer .footer-directory-brand .footer-brand-logo-dark{display:block}
.ayura-footer .footer-directory-brand .footer-brand-name{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.ayura-footer .footer-payments-section{margin-top:42px}
.ayura-footer .footer-payment-logos{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  max-width:382px;
}
.ayura-footer .footer-payment-logos img{
  flex:0 0 82px;
  width:82px;
  height:46px;
  padding:8px 9px;
  box-sizing:border-box;
  object-fit:contain;
  object-position:center;
  border:1px solid #e4e0d8;
  border-radius:4px;
  background:#fff;
  filter:none;
  vertical-align:middle;
}
.ayura-footer .footer-payment-logos img[alt="UnionPay"]{padding:8px 6px}
.ayura-footer .footer-payment-logos img[alt="Mastercard"]{padding:8px 5px}
.ayura-footer .footer-payment-logos img:hover{
  transform:translateY(-2px);
  border-color:#cfc8bc;
  box-shadow:0 8px 22px rgba(30,24,17,.07);
}
.vault-page .ayura-footer .footer-payment-logos img{
  border-color:rgba(255,255,255,.17);
  background:#fff;
}
.ayura-footer .footer-payment-note{max-width:370px}
@media(max-width:820px){
  .ayura-footer .footer-directory-brand{width:154px}
  .ayura-footer .footer-payment-logos{display:flex;max-width:382px}
  .ayura-footer .footer-payment-logos img{width:78px;height:44px;flex-basis:78px}
}
@media(max-width:560px){
  .ayura-footer .footer-directory-brand{width:142px;margin-bottom:30px}
  .ayura-footer .footer-payment-logos{display:grid;grid-template-columns:repeat(2,82px);gap:10px;max-width:174px}
  .ayura-footer .footer-payment-logos img{width:82px;height:46px}
}


/* V20 — refined payment marks and premium motion */
.ayura-footer .footer-payment-logos{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(128px,1fr))!important;
  gap:12px!important;
  max-width:354px!important;
  align-items:stretch!important;
}
.ayura-footer .footer-payment-logos img{
  width:100%!important;
  height:64px!important;
  padding:10px 14px!important;
  border:1px solid rgba(31,27,22,.11)!important;
  border-radius:2px!important;
  background:#fff!important;
  object-fit:contain!important;
  box-shadow:0 1px 0 rgba(255,255,255,.8) inset!important;
  transition:transform .75s cubic-bezier(.22,1,.36,1),box-shadow .75s ease,border-color .75s ease!important;
}
.ayura-footer .footer-payment-logos img:hover{
  transform:translateY(-5px) scale(1.018)!important;
  border-color:rgba(176,134,55,.42)!important;
  box-shadow:0 18px 38px rgba(34,27,19,.09)!important;
}
.vault-page .ayura-footer .footer-payment-logos img{border-color:rgba(255,255,255,.16)!important}
@media(max-width:560px){
 .ayura-footer .footer-payment-logos{grid-template-columns:repeat(2,minmax(108px,1fr))!important;max-width:292px!important;gap:9px!important}
 .ayura-footer .footer-payment-logos img{height:56px!important;padding:9px 10px!important}
}

/* restrained luxury page motion */
@keyframes lgfFadeUp{from{opacity:0;transform:translate3d(0,28px,0)}to{opacity:1;transform:none}}
@keyframes lgfSoftReveal{from{opacity:0;filter:blur(10px);transform:scale(.985)}to{opacity:1;filter:blur(0);transform:scale(1)}}
@keyframes lgfShimmer{0%{transform:translateX(-135%)}55%,100%{transform:translateX(135%)}}
@keyframes lgfFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes lgfLineGrow{from{transform:scaleX(0)}to{transform:scaleX(1)}}
body:not(.admin-page) main > section,
body:not(.admin-page) .editorial-page > section,
body:not(.admin-page) .footer-directory-column{
  animation:lgfFadeUp 1.15s cubic-bezier(.22,1,.36,1) both;
  animation-timeline:view();
  animation-range:entry 6% cover 25%;
}
.hero img,.editorial-hero img,.collection-hero img,.vault-hero img{animation:lgfSoftReveal 1.8s cubic-bezier(.22,1,.36,1) both}
.product-card,.journal-card,.service-card,.library-card,.story-card{
  transition:transform .9s cubic-bezier(.22,1,.36,1),box-shadow .9s ease,border-color .9s ease!important;
}
.product-card:hover,.journal-card:hover,.service-card:hover,.library-card:hover,.story-card:hover{
  transform:translateY(-9px)!important;
  box-shadow:0 24px 60px rgba(35,28,20,.09)!important;
}
.product-card img,.journal-card img,.library-card img,.story-card img{
  transition:transform 1.4s cubic-bezier(.22,1,.36,1),filter 1.1s ease!important;
}
.product-card:hover img,.journal-card:hover img,.library-card:hover img,.story-card:hover img{transform:scale(1.045)!important}
a,.button,button{transition:opacity .45s ease,transform .55s cubic-bezier(.22,1,.36,1),background-color .45s ease,color .45s ease,border-color .45s ease!important}
.button:hover,button:hover{transform:translateY(-2px)}
.footer-directory-brand{animation:lgfFloat 7s ease-in-out infinite}
.footer-contact-button{position:relative;overflow:hidden}
.footer-contact-button:after{content:"";position:absolute;inset:0;width:42%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:translateX(-135%);animation:lgfShimmer 5.8s ease-in-out infinite;pointer-events:none}
.site-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;opacity:.12;transform-origin:left;animation:lgfLineGrow 1.5s cubic-bezier(.22,1,.36,1) both}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* =========================================================
   V22 — PRODUCT DETAIL VIEWPORT / CUT-OFF FIX
   Keeps every product detail, gallery control and CTA reachable.
   ========================================================= */
.piece-dialog{
  overscroll-behavior:contain;
}
.piece-dialog-copy{
  min-width:0;
}
.piece-dialog-description,
.piece-dialog-specs,
.piece-enquiry-link{
  overflow-wrap:anywhere;
}

@media(max-width:780px){
  .piece-dialog{
    width:100vw;
    height:100dvh;
    min-height:100dvh;
    max-height:100dvh;
    margin:0;
    border-radius:0;
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch;
  }
  .piece-dialog-shell{
    display:block;
    width:100%;
    min-height:100%;
    height:auto;
    overflow:visible;
  }
  .piece-media-gallery{
    width:100%;
    height:min(48dvh,520px);
    min-height:390px;
    grid-template-rows:minmax(0,1fr) 62px;
    overflow:hidden;
  }
  .piece-main-media{
    min-height:0;
    height:auto;
  }
  .piece-main-media img,
  .piece-main-media video{
    width:100%;
    height:100%;
    min-height:0;
    object-fit:cover;
  }
  .piece-main-media video{object-fit:contain}
  .piece-dialog-copy{
    display:block;
    width:100%;
    min-height:0;
    overflow:visible;
    padding:28px 20px calc(42px + env(safe-area-inset-bottom));
  }
  .piece-dialog-copy h2{
    max-width:calc(100vw - 40px);
    font-size:clamp(37px,11vw,48px);
    line-height:.92;
    overflow-wrap:anywhere;
  }
  .piece-dialog-footer{
    position:static;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    margin:24px 0 0;
    padding:18px 0 0;
    background:transparent;
    backdrop-filter:none;
    border-top:1px solid var(--line);
  }
  .vault-piece-dialog .piece-dialog-footer{
    background:transparent;
    border-color:rgba(255,255,255,.14);
  }
  .piece-dialog-footer>strong{
    display:block;
    width:100%;
    font-size:18px;
    line-height:1.25;
  }
  .piece-dialog-footer .pill-button{
    width:100%;
    min-height:50px;
  }
  .piece-enquiry-link{
    display:inline-block;
    margin-top:22px;
    max-width:100%;
    font-size:7px;
    line-height:1.7;
  }
  .piece-dialog-close{
    position:fixed;
    z-index:10002;
    top:calc(12px + env(safe-area-inset-top));
    right:12px;
  }
  .piece-media-counter{bottom:72px}
}

@media(max-width:420px){
  .piece-media-gallery{
    height:45dvh;
    min-height:340px;
  }
  .piece-dialog-copy{padding-inline:17px}
  .piece-dialog-copy h2{max-width:calc(100vw - 34px)}
}

/* =========================================================
   V23 — PRODUCT VIEW BUTTON / ICON LAYERING FIX
   Prevents the underlying View Piece arrow/button from being
   visible or cut across the product detail dialog.
   ========================================================= */
.product-media{
  overflow:hidden;
  isolation:isolate;
}
.product-view{
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  line-height:1;
  white-space:nowrap;
}
.product-view span{
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  width:22px;
  height:22px;
  line-height:1;
  transform:none!important;
  overflow:visible;
}
.piece-dialog{
  position:fixed;
  z-index:2147483000;
}
.piece-dialog::backdrop{
  z-index:2147482999;
}
body.piece-open .product-view,
body.piece-open .product-badge,
body.piece-open .product-reference{
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
@media(max-width:780px){
  .product-view{
    left:10px;
    right:10px;
    bottom:10px;
    width:auto;
    max-width:calc(100% - 20px);
    min-height:44px;
    padding:0 14px;
    border-radius:10px;
  }
  .product-view span{
    width:20px;
    height:20px;
    font-size:13px;
  }
}


/* =========================================================
   V24 — COMPLETE PRODUCT VIEWER UI/UX STABILITY FIX
   ========================================================= */
.piece-dialog{
  box-sizing:border-box;
  width:min(1180px,calc(100vw - 32px));
  max-width:1180px;
  max-height:calc(100svh - 32px);
  padding:0;
  overflow:hidden;
  overscroll-behavior:contain;
}
.piece-dialog-shell{
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  width:100%;
  max-width:100%;
  min-width:0;
  max-height:calc(100svh - 32px);
  overflow:hidden;
}
.piece-media-gallery,.piece-main-media,.piece-dialog-copy{min-width:0;max-width:100%;box-sizing:border-box}
.piece-dialog-copy{
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}
.piece-dialog-copy>*{max-width:100%;min-width:0}
.piece-dialog-copy h2{
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
  text-wrap:balance;
  font-size:clamp(38px,4.3vw,68px);
  line-height:.96;
}
.piece-dialog-description,.piece-dialog-specs{
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
}
.piece-dialog-footer{min-width:0;flex-wrap:wrap}
.piece-dialog-footer>strong{min-width:0;overflow-wrap:anywhere}
.product-view{
  box-sizing:border-box;
  max-width:calc(100% - 44px);
  overflow:hidden;
}
.product-view>span:first-child,.product-view:not(:has(>span:first-child)){
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}
.product-view span:last-child{flex:0 0 24px}
body.piece-open .product-card{pointer-events:none}
body.piece-open .piece-dialog{pointer-events:auto}

@media(max-width:780px){
  .piece-dialog{
    width:100vw;
    max-width:none;
    height:96svh;
    max-height:96svh;
    margin:auto 0 0;
    border-radius:24px 24px 0 0;
  }
  .piece-dialog-shell{
    display:flex;
    flex-direction:column;
    height:96svh;
    min-height:0;
    max-height:96svh;
    overflow:hidden;
  }
  .piece-media-gallery{
    flex:0 0 min(49svh,470px);
    height:min(49svh,470px);
    min-height:0;
  }
  .piece-dialog-copy{
    flex:1 1 auto;
    min-height:0;
    padding:25px 18px calc(110px + env(safe-area-inset-bottom));
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .piece-dialog-copy h2{
    margin:7px 0 15px;
    font-size:clamp(31px,10vw,43px);
    line-height:1;
    letter-spacing:-.035em;
  }
  .piece-dialog-footer{
    position:relative;
    bottom:auto;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin:24px 0 0;
    padding:18px 0 0;
    background:transparent;
    border-top:1px solid var(--line);
    backdrop-filter:none;
  }
  .vault-piece-dialog .piece-dialog-footer{background:transparent}
  .piece-dialog-footer .pill-button{width:100%;min-height:48px}
  .piece-dialog-close{
    position:fixed;
    z-index:2147483646;
    top:calc(4svh + 12px);
    right:12px;
  }
  .product-view{
    left:12px;
    right:12px;
    bottom:12px;
    width:calc(100% - 24px);
    max-width:none;
    min-height:46px;
    padding:0 14px;
  }
}
@media(max-width:390px){
  .piece-media-gallery{flex-basis:44svh;height:44svh}
  .piece-dialog-copy h2{font-size:34px}
}


/* =========================================================
   V25 — FINAL PRODUCT VIEWER & CARD ACTION REBUILD
   Removes the faulty arrow icon entirely and replaces native
   dialog behaviour with a stable fixed overlay on Safari/mobile.
   ========================================================= */
.product-view{
  left:16px!important;
  right:16px!important;
  bottom:16px!important;
  width:auto!important;
  max-width:none!important;
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 18px!important;
  overflow:hidden!important;
  border-radius:0!important;
  white-space:nowrap!important;
  text-align:center!important;
  isolation:isolate;
}
.product-view-label{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:8px!important;
  line-height:1!important;
  letter-spacing:.17em!important;
}
.product-view>span:not(.product-view-label){display:none!important}
body.piece-open .product-card .product-view{display:none!important}

.piece-dialog{
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
  width:100vw!important;
  max-width:none!important;
  height:100dvh!important;
  max-height:none!important;
  margin:0!important;
  padding:clamp(12px,2vw,28px)!important;
  display:grid!important;
  place-items:center!important;
  overflow:auto!important;
  background:rgba(8,7,6,.72)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .28s ease,visibility .28s ease;
}
.piece-dialog[hidden]{display:none!important}
.piece-dialog.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.piece-dialog-shell{
  position:relative!important;
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  height:min(820px,calc(100dvh - 40px))!important;
  max-height:calc(100dvh - 40px)!important;
  min-height:0!important;
  overflow:hidden!important;
  background:#f7f4ee!important;
  box-shadow:0 28px 100px rgba(0,0,0,.32)!important;
  transform:translateY(18px) scale(.985);
  transition:transform .34s cubic-bezier(.22,1,.36,1);
}
.piece-dialog.is-open .piece-dialog-shell{transform:none}
.vault-piece-dialog .piece-dialog-shell{background:#0d0b08!important;color:#fff}
.piece-dialog-copy{min-height:0!important;overflow:auto!important}
.piece-dialog-close{
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  z-index:20!important;
  width:44px!important;
  height:44px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(0,0,0,.14)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.94)!important;
  color:#111!important;
  font-size:26px!important;
  line-height:1!important;
  box-shadow:0 8px 26px rgba(0,0,0,.12)!important;
}
.vault-piece-dialog .piece-dialog-close{background:#17130e!important;color:#fff!important;border-color:rgba(255,255,255,.2)!important}

@media(max-width:780px){
  .product-view{left:10px!important;right:10px!important;bottom:10px!important;min-height:42px!important;padding:0 12px!important;border-radius:8px!important}
  .product-view-label{font-size:7px!important}
  .piece-dialog{padding:0!important;align-items:end!important;overflow:hidden!important}
  .piece-dialog-shell{
    width:100%!important;
    height:94dvh!important;
    max-height:94dvh!important;
    border-radius:22px 22px 0 0!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  .piece-media-gallery{flex:0 0 45dvh!important;height:45dvh!important;min-height:280px!important}
  .piece-dialog-copy{flex:1 1 auto!important;padding:24px 18px calc(38px + env(safe-area-inset-bottom))!important;overflow-y:auto!important}
  .piece-dialog-close{position:absolute!important;top:12px!important;right:12px!important;width:40px!important;height:40px!important}
}
@media(max-width:390px){
  .piece-media-gallery{flex-basis:40dvh!important;height:40dvh!important}
}

/* =========================================================
   V26 — TABLET/SAFARI PRODUCT VIEWER FULL-VISIBILITY FIX
   Prevents the action button, copy and title from being clipped
   on 781–1100px viewports and guarantees a scrollable viewer.
   ========================================================= */
@media (max-width:1100px){
  .piece-dialog{
    padding:0!important;
    align-items:end!important;
    overflow:hidden!important;
  }
  .piece-dialog-shell{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    height:96dvh!important;
    max-height:96dvh!important;
    min-height:0!important;
    border-radius:24px 24px 0 0!important;
    overflow:hidden!important;
  }
  .piece-media-gallery{
    flex:0 0 42dvh!important;
    width:100%!important;
    height:42dvh!important;
    min-height:240px!important;
    max-height:420px!important;
    overflow:hidden!important;
  }
  .piece-main-media,
  .piece-main-media img,
  .piece-main-media video{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:100%!important;
  }
  .piece-dialog-copy{
    flex:1 1 auto!important;
    width:100%!important;
    min-height:0!important;
    padding:28px 24px calc(36px + env(safe-area-inset-bottom))!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    justify-content:flex-start!important;
  }
  .piece-dialog-copy h2{
    width:100%!important;
    max-width:100%!important;
    margin:8px 0 18px!important;
    font-size:clamp(36px,7vw,58px)!important;
    line-height:.98!important;
    overflow-wrap:anywhere!important;
  }
  .piece-dialog-description,
  .piece-dialog-specs{
    width:100%!important;
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  .piece-dialog-footer{
    position:static!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:12px!important;
    margin:24px 0 0!important;
    padding:18px 0 0!important;
    background:transparent!important;
    border-top:1px solid rgba(20,17,13,.12)!important;
  }
  .vault-piece-dialog .piece-dialog-footer{
    border-color:rgba(255,255,255,.14)!important;
  }
  .piece-dialog-footer>strong,
  .piece-dialog-footer .pill-button,
  .piece-enquiry-link{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .piece-dialog-footer .pill-button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:50px!important;
    padding:14px 18px!important;
    overflow:visible!important;
  }
  .piece-dialog-close{
    position:absolute!important;
    top:12px!important;
    right:12px!important;
  }
}

/* The card action itself must never be vertically sliced. */
.product-view{
  height:auto!important;
  min-height:48px!important;
  line-height:1.2!important;
  box-sizing:border-box!important;
  clip-path:none!important;
  transform:none;
}
.product-media{overflow:hidden!important}

/* =========================================================
   V27 — DEFINITIVE FULL-SCREEN PRODUCT VIEWER FIX
   The viewer is now an isolated full-screen experience. Nothing
   from the product card can remain visible behind or above it.
   ========================================================= */
body.piece-open{
  overflow:hidden!important;
  height:100dvh!important;
}
body.piece-open > *:not(.piece-dialog){
  visibility:hidden!important;
  pointer-events:none!important;
}
body.piece-open > .piece-dialog{
  visibility:visible!important;
  pointer-events:auto!important;
}
.piece-dialog{
  position:fixed!important;
  inset:0!important;
  z-index:2147483647!important;
  width:100vw!important;
  height:100dvh!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#f7f4ee!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.vault-piece-dialog{background:#090806!important}
.piece-dialog.is-open{display:block!important;opacity:1!important;visibility:visible!important}
.piece-dialog-shell{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,52%) minmax(0,48%)!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
  border-radius:0!important;
  box-shadow:none!important;
  transform:none!important;
  background:#f7f4ee!important;
}
.vault-piece-dialog .piece-dialog-shell{background:#090806!important}
.piece-media-gallery{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-height:none!important;
  overflow:hidden!important;
}
.piece-main-media,.piece-main-media img,.piece-main-media video{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
}
.piece-dialog-copy{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  padding:clamp(76px,9vh,118px) clamp(30px,5vw,82px) clamp(44px,6vh,78px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  box-sizing:border-box!important;
}
.piece-dialog-copy h2{
  width:100%!important;
  max-width:100%!important;
  margin:14px 0 26px!important;
  font-size:clamp(42px,5vw,76px)!important;
  line-height:.96!important;
  overflow-wrap:anywhere!important;
  white-space:normal!important;
}
.piece-dialog-description,.piece-dialog-specs{
  width:100%!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.piece-dialog-footer{
  position:static!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:14px!important;
  width:100%!important;
  margin:34px 0 0!important;
  padding:24px 0 0!important;
  overflow:visible!important;
  background:transparent!important;
}
.piece-dialog-footer .pill-button,
.piece-enquiry-link{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  min-height:54px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
  clip-path:none!important;
  transform:none!important;
}
.piece-dialog-close{
  position:fixed!important;
  top:max(16px,env(safe-area-inset-top))!important;
  right:max(16px,env(safe-area-inset-right))!important;
  z-index:2147483647!important;
}
.product-view{clip-path:none!important;overflow:visible!important}

@media(max-width:1100px){
  .piece-dialog-shell{
    display:flex!important;
    flex-direction:column!important;
  }
  .piece-media-gallery{
    flex:0 0 46dvh!important;
    width:100%!important;
    height:46dvh!important;
    min-height:260px!important;
    max-height:none!important;
  }
  .piece-dialog-copy{
    flex:1 1 auto!important;
    height:auto!important;
    padding:34px 24px calc(54px + env(safe-area-inset-bottom))!important;
  }
  .piece-dialog-copy h2{
    font-size:clamp(34px,7.5vw,58px)!important;
    line-height:1!important;
  }
}
@media(max-width:600px){
  .piece-media-gallery{
    flex-basis:40dvh!important;
    height:40dvh!important;
    min-height:230px!important;
  }
  .piece-dialog-copy{
    padding:28px 18px calc(44px + env(safe-area-inset-bottom))!important;
  }
  .piece-dialog-copy h2{
    font-size:clamp(31px,10vw,44px)!important;
    margin-bottom:18px!important;
  }
  .piece-dialog-footer .pill-button,.piece-enquiry-link{min-height:50px!important}
}


/* =========================================================
   V28 — CLEAN PRODUCT VIEWER RESET
   Full-screen opaque product detail experience with no card
   controls visible behind it.
   ========================================================= */
body.piece-open{overflow:hidden!important}
body.piece-open .product-view{display:none!important}
.product-view[hidden]{display:none!important}
.piece-dialog{
  position:fixed!important;inset:0!important;z-index:2147483640!important;
  width:100vw!important;height:100dvh!important;max-width:none!important;max-height:none!important;
  margin:0!important;padding:0!important;overflow:hidden!important;
  display:block!important;background:#f7f4ee!important;opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .32s ease,visibility .32s ease!important;
}
.piece-dialog.vault-piece-dialog{background:#090806!important;color:#fff!important}
.piece-dialog[hidden]{display:none!important}
.piece-dialog.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.piece-dialog-shell{
  position:relative!important;display:grid!important;grid-template-columns:minmax(0,56%) minmax(0,44%)!important;
  width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;min-height:0!important;
  overflow:hidden!important;background:#f7f4ee!important;box-shadow:none!important;transform:none!important;border-radius:0!important;
}
.vault-piece-dialog .piece-dialog-shell{background:#090806!important;color:#fff!important}
.piece-media-gallery{position:relative!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;overflow:hidden!important}
.piece-main-media{width:100%!important;height:100%!important;min-height:0!important;background:#ece9e2!important}
.vault-piece-dialog .piece-main-media{background:#11100d!important}
.piece-main-media img,.piece-main-media video{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.piece-dialog-copy{
  width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;box-sizing:border-box!important;
  display:flex!important;flex-direction:column!important;justify-content:center!important;
  padding:clamp(56px,7vw,110px) clamp(34px,5vw,78px)!important;overflow-y:auto!important;overflow-x:hidden!important;
  background:#f7f4ee!important;
}
.vault-piece-dialog .piece-dialog-copy{background:#090806!important}
.piece-dialog-copy h2{font-size:clamp(42px,5vw,76px)!important;line-height:.98!important;margin:10px 0 24px!important;max-width:100%!important;overflow-wrap:anywhere!important}
.piece-dialog-description{font-size:clamp(16px,1.35vw,20px)!important;line-height:1.65!important;max-width:100%!important;overflow-wrap:anywhere!important}
.piece-dialog-specs{font-size:14px!important;line-height:1.65!important;max-width:100%!important;overflow-wrap:anywhere!important}
.piece-dialog-footer{position:static!important;display:grid!important;grid-template-columns:1fr!important;gap:15px!important;width:100%!important;margin:30px 0 0!important;padding:22px 0 0!important;background:transparent!important;backdrop-filter:none!important}
.piece-dialog-footer>strong,.piece-dialog-footer .pill-button,.piece-enquiry-link{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
.piece-dialog-footer .pill-button{display:flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;overflow:visible!important}
.piece-dialog-close{position:fixed!important;top:18px!important;right:18px!important;z-index:2147483647!important}
.piece-thumbnails{max-width:calc(100% - 32px)!important}
@media(max-width:1100px){
  .piece-dialog-shell{display:flex!important;flex-direction:column!important}
  .piece-media-gallery{flex:0 0 44dvh!important;height:44dvh!important;min-height:260px!important;max-height:44dvh!important}
  .piece-dialog-copy{flex:1 1 auto!important;height:auto!important;justify-content:flex-start!important;padding:32px 24px calc(48px + env(safe-area-inset-bottom))!important;overflow-y:auto!important}
  .piece-dialog-copy h2{font-size:clamp(36px,7vw,58px)!important}
}
@media(max-width:600px){
  .piece-media-gallery{flex-basis:39dvh!important;height:39dvh!important;min-height:230px!important;max-height:39dvh!important}
  .piece-dialog-copy{padding:26px 18px calc(42px + env(safe-area-inset-bottom))!important}
  .piece-dialog-copy h2{font-size:clamp(32px,10vw,44px)!important;margin-top:6px!important}
  .piece-dialog-footer .pill-button{min-height:50px!important}
  .piece-dialog-close{top:12px!important;right:12px!important}
}
