:root {
  --ink: #18201e;
  --muted: #65706d;
  --silver: #d9dedc;
  --pale: #f1f3f0;
  --warm: #e8e2d9;
  --cream: #f8f7f2;
  --line: rgba(24, 32, 30, 0.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; }
body.entrance-open { overflow: hidden; }
body.silver-list-open { overflow: hidden; }
body.product-zoom-open { overflow: hidden; }
body.catalogue-filter-open { overflow: hidden; }
a { color: inherit; }
.entrance-screen { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: #000; opacity: 1; visibility: visible; transition: opacity .8s cubic-bezier(.22,.61,.36,1), visibility .8s ease; }
.entrance-screen[hidden] { display: none; }
.entrance-screen.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.entrance-button { width: min(520px, 78vw); padding: 0 0 42px; border: 0; background: transparent; color: #e9eceb; cursor: pointer; position: relative; font: inherit; }
.entrance-button img { display: block; width: 100%; height: auto; transform: scale(1); transform-origin: center; }
.entrance-button span { position: absolute; left: 0; right: 0; bottom: 10px; opacity: 0; transform: translateY(10px); color: #c5cbc9; font-family: "Italiana", serif; font-size: 16px; letter-spacing: .18em; text-transform: uppercase; transition: opacity .35s ease, transform .35s ease; }
.entrance-button:hover span, .entrance-button:focus-visible span { opacity: 1; transform: translateY(0); }
.entrance-button:focus-visible { outline: 1px solid rgba(226,231,229,.45); outline-offset: 14px; }
.entrance-screen.is-animating .entrance-button { cursor: default; }
.entrance-screen.is-animating .entrance-button img { animation: entranceLogoReveal 1.05s cubic-bezier(.22,.61,.36,1) both; }
.entrance-screen.is-animating .entrance-button span { opacity: 0; transform: translateY(5px); }
.category-gateway { position: fixed; inset: 0; z-index: 990; overflow-y: auto; display: grid; place-items: center; padding: 70px 5vw; background: radial-gradient(circle at 50% 18%, #202725 0, #0b0f0e 34%, #000 78%); color: #f4f5f3; opacity: 0; visibility: hidden; transform: scale(1.015); transition: opacity .7s ease, visibility .7s ease, transform .7s ease; }
.category-gateway[hidden] { display: none; }
.category-gateway.is-visible { opacity: 1; visibility: visible; transform: scale(1); }
.category-gateway.is-leaving { opacity: 0; visibility: hidden; transform: scale(.99); pointer-events: none; }
.category-gateway.is-arriving, .jewellery-gateway.is-arriving { z-index: 994; }
.gateway-inner { width: min(1120px, 100%); text-align: center; }
.gateway-kicker { margin: 0 0 16px; color: #aeb7b4; font-size: 10px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.gateway-inner h2 { margin: 0; color: #f5f4ef; font-size: clamp(46px, 6vw, 76px); line-height: 1; }
.gateway-intro { margin: 18px 0 44px; color: #929c99; font-size: 13px; }
.gateway-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gateway-card { min-height: 310px; padding: 26px 22px 30px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(222,228,225,.18); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); text-decoration: none; overflow: hidden; transition: transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease; }
.gateway-card::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.045); pointer-events: none; }
.gateway-card:hover, .gateway-card:focus-visible { transform: translateY(-8px); border-color: rgba(226,232,229,.48); background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.025)); box-shadow: 0 28px 55px rgba(0,0,0,.38); outline: none; }
.gateway-icon { width: 112px; height: 112px; display: grid; place-items: center; margin-bottom: 34px; border: 1px solid rgba(210,217,214,.3); border-radius: 50%; color: #e7eae8; font-family: "Italiana", serif; font-size: 55px; line-height: 1; box-shadow: inset 0 0 0 8px rgba(255,255,255,.018), 0 14px 32px rgba(0,0,0,.28); transition: color .35s ease, border-color .35s ease, transform .35s ease; }
.gateway-card:hover .gateway-icon, .gateway-card:focus-visible .gateway-icon { color: #fff; border-color: rgba(234,238,236,.62); transform: scale(1.04); }
.icon-articles { padding-bottom: 9px; }
.icon-showpieces { padding-bottom: 7px; }
.icon-coins { font-size: 66px; }
.gateway-number { position: absolute; left: 22px; top: 20px; color: #68716e; font-size: 9px; letter-spacing: .14em; }
.gateway-card strong { font-family: "Italiana", serif; font-size: 24px; font-weight: 400; }
.gateway-card.coming-soon { cursor: not-allowed; opacity: .56; }
.gateway-card.coming-soon:hover { transform: none; border-color: rgba(222,228,225,.18); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); box-shadow: none; }
.gateway-card.coming-soon:hover .gateway-icon { color: #e7eae8; border-color: rgba(210,217,214,.3); transform: none; }
.coming-soon-label { position: relative; z-index: 2; display: inline-block; margin-top: 13px; color: #dce1df; font: 600 9px/1.2 "DM Sans", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.jewellery-gateway { position: fixed; inset: 0; z-index: 985; overflow-y: auto; display: grid; place-items: center; padding: 72px 5vw; background: radial-gradient(circle at 50% 10%, #313a37 0, #121817 32%, #030404 78%); color: #f4f5f3; opacity: 0; visibility: hidden; transform: scale(1.015); transition: opacity .7s ease, visibility .7s ease, transform .7s ease; }
.jewellery-gateway[hidden] { display: none; }
.jewellery-gateway.is-visible { opacity: 1; visibility: visible; transform: scale(1); }
.jewellery-gateway.is-leaving { opacity: 0; visibility: hidden; transform: scale(.99); pointer-events: none; }
.jewellery-inner { width: min(1180px, 100%); text-align: center; }
.jewellery-inner h2 { margin: 0; color: #f5f4ef; font-size: clamp(46px, 6vw, 76px); line-height: 1; }
.gateway-back { position: absolute; left: 5vw; top: 34px; border: 0; background: transparent; color: #aeb7b4; font: inherit; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; transition: color .25s ease; }
.gateway-back:hover, .gateway-back:focus-visible { color: #fff; outline: none; }
.jewellery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.jewellery-option { min-height: 390px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; overflow: hidden; border: 1px solid rgba(224,230,227,.18); color: #fff; text-align: left; text-decoration: none; background: #1a201e; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.jewellery-option::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,5,4,.02) 35%, rgba(3,5,4,.88) 100%); pointer-events: none; }
.jewellery-option img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.04); transition: transform .7s ease, filter .35s ease; }
.jewellery-option:hover, .jewellery-option:focus-visible { transform: translateY(-8px); border-color: rgba(237,241,239,.55); box-shadow: 0 28px 58px rgba(0,0,0,.4); outline: none; }
.jewellery-option:hover img, .jewellery-option:focus-visible img { transform: scale(1.045); filter: saturate(.9) contrast(1.04); }
.jewellery-option span, .jewellery-option strong { position: relative; z-index: 1; }
.jewellery-option span { margin-bottom: 9px; color: #bec6c3; font-size: 9px; letter-spacing: .16em; }
.jewellery-option strong { font-family: "Italiana", serif; font-size: 27px; font-weight: 400; }
.jewellery-option small { color: #c2c9c6; font-family: "DM Sans", sans-serif; font-size: 11px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.jewellery-option.coming-soon { cursor: not-allowed; opacity: .6; }
.jewellery-option.coming-soon::after { background: linear-gradient(180deg, rgba(3,5,4,.28) 10%, rgba(3,5,4,.92) 100%); }
.jewellery-option.coming-soon:hover { transform: none; border-color: rgba(224,230,227,.18); box-shadow: none; }
.jewellery-option.coming-soon:hover img { transform: none; filter: grayscale(.5) saturate(.45) contrast(.95); }
.jewellery-option .coming-soon-label { margin-top: 9px; color: #eef1ef; font-size: 9px; }
.silver-rate-box { position: fixed; top: 10px; right: 16px; z-index: 995; min-width: 154px; padding: 9px 13px 10px; border: 1px solid rgba(218,224,221,.28); background: linear-gradient(145deg, rgba(22,27,26,.96), rgba(3,5,4,.94)); color: #f4f5f3; box-shadow: 0 14px 32px rgba(0,0,0,.28); backdrop-filter: blur(12px); pointer-events: none; }
.silver-rate-box span, .silver-rate-box small { display: block; color: #9fa9a6; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.silver-rate-box strong { display: block; margin: 3px 0 2px; font-family: "DM Sans", sans-serif; font-size: 19px; font-variant-numeric: tabular-nums; font-weight: 600; letter-spacing: 0; }
.music-control { position: fixed; left: 20px; bottom: 20px; z-index: 30; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(13,18,16,.88); color: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.22); font: 500 22px/1 "DM Sans", sans-serif; cursor: pointer; backdrop-filter: blur(10px); transition: background .2s ease, color .2s ease, transform .2s ease; }
.music-control[hidden] { display: none; }
.music-control:hover, .music-control:focus-visible { transform: scale(1.06); background: rgba(244,245,241,.96); color: var(--ink); outline: none; }
.music-control[aria-pressed="false"]::after { content: ""; position: absolute; width: 24px; height: 1px; background: currentColor; transform: rotate(-45deg); }
.announcement { background: #000; color: #bfc6c3; padding: 8px 20px; text-align: center; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-shell { height: 112px; display: flex; align-items: center; justify-content: space-between; padding: 0 calc(5vw + 150px) 0 5vw; border-bottom: 1px solid rgba(255,255,255,.1); position: relative; z-index: 10; color: #f5f3ed; background: #000; box-shadow: 0 18px 40px rgba(15,19,18,.2); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.header-logo-mark { width: 132px; height: 102px; flex: 0 0 132px; overflow: hidden; position: relative; background: #000; }
.header-logo-mark img { position: absolute; width: 266px; max-width: none; height: auto; left: 50%; top: -34px; transform: translateX(-50%); }
nav { display: flex; gap: 34px; }
nav a { text-decoration: none; font-size: 13px; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.icon-button { border: 0; background: none; color: inherit; cursor: pointer; }
.icon-button { font-size: 24px; }
.silver-list-button { min-height: 40px; padding: 0 12px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; background: transparent; color: inherit; font: 600 10px "DM Sans", sans-serif; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: border-color .25s ease, background .25s ease; }
.silver-list-button:hover, .silver-list-button:focus-visible { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); outline: none; }
.silver-list-heart { font-size: 19px; line-height: 1; }
.silver-list-button strong { min-width: 18px; height: 18px; padding: 0 4px; display: inline-grid; place-items: center; border-radius: 9px; background: #f5f3ed; color: #171d1c; font-size: 9px; letter-spacing: 0; }
.catalogue-button { padding: 10px 14px; border: 1px solid rgba(255,255,255,.28); color: inherit; font-size: 10px; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: border-color .25s ease, background .25s ease; }
.catalogue-button:hover, .catalogue-button:focus-visible { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); outline: none; }
.hero { min-height: 500px; display: grid; grid-template-columns: 1.03fr .97fr; background: radial-gradient(circle at 13% 26%, #fff 0, rgba(255,255,255,.7) 14%, transparent 38%), var(--cream); }
.hero-copy { padding: 58px 7vw 38px; display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 2; }
.hero-copy::after { content: ""; position: absolute; width: 220px; height: 220px; left: -95px; bottom: 8%; border: 1px solid rgba(98,108,105,.13); border-radius: 50%; box-shadow: 0 0 0 28px rgba(98,108,105,.025), 0 0 0 58px rgba(98,108,105,.018); pointer-events: none; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #707b78; }
h1, h2, h3 { font-family: "Italiana", serif; font-weight: 400; margin: 0; }
h1 { font-size: clamp(54px, 5.5vw, 78px); line-height: .92; letter-spacing: 0; margin-top: 20px; }
h1 em { color: #8b9693; font-weight: 400; }
.intro { color: var(--muted); font-size: 14px; line-height: 1.65; max-width: 500px; margin: 22px 0 24px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-block; padding: 17px 25px; text-decoration: none; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }
.button-dark { background: var(--ink); color: white; box-shadow: 0 16px 30px rgba(24,32,30,.16); transition: transform .25s ease, box-shadow .25s ease; }
.button-dark:hover { transform: translateY(-3px); box-shadow: 0 22px 38px rgba(24,32,30,.22); }
.text-link { text-decoration: none; font-size: 13px; border-bottom: 1px solid var(--line); padding-bottom: 6px; }
.text-link span { margin-left: 8px; }
.promise-row { margin-top: auto; display: flex; gap: 28px; padding-top: 28px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.promise-row span::before { content: "✦"; margin-right: 8px; color: #9da6a3; }
.hero-art { position: relative; overflow: visible; min-height: 500px; padding: 20px 20px 22px 0; background: #d8d2c8; }
.hero-photo { width: 100%; height: 100%; min-height: 458px; display: block; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.03); box-shadow: 0 26px 58px rgba(24,32,30,.22); }
.hero-frame { position: absolute; inset: 40px 40px 44px 18px; border: 1px solid rgba(255,255,255,.5); pointer-events: none; }
.hero-float { position: absolute; left: -46px; bottom: 38px; width: 202px; padding: 18px 20px; background: rgba(247,245,239,.94); backdrop-filter: blur(16px); box-shadow: 0 22px 45px rgba(24,32,30,.2); display: flex; flex-direction: column; align-items: flex-start; }
.hero-float span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.hero-float strong { font-family: "Italiana", serif; font-size: 30px; font-weight: 400; margin: 7px 0 14px; }
.hero-float a { text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hero-side-note { position: absolute; right: 34px; top: 44px; margin: 0; color: white; text-align: right; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; line-height: 1.75; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.catalogue-marquee { padding: 18px 0 22px; overflow: hidden; background: #111615; color: #f5f3ed; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.marquee-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 5vw 14px; }
.marquee-heading .eyebrow { margin: 0; color: #aeb7b4; }
.marquee-heading > a { color: #cdd3d0; font-size: 10px; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.marquee-heading > a:hover, .marquee-heading > a:focus-visible { color: #fff; outline: none; }
.marquee-window { overflow: hidden; }
.marquee-track { width: max-content; display: flex; animation: catalogueMarquee 42s linear infinite; }
.marquee-window:hover .marquee-track, .marquee-window:focus-within .marquee-track { animation-play-state: paused; }
.marquee-set { display: flex; gap: 14px; padding-right: 14px; }
.marquee-product { width: 345px; height: 132px; flex: 0 0 345px; display: grid; grid-template-columns: 132px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #1c2321; color: inherit; text-decoration: none; transition: border-color .25s ease, background .25s ease; }
.marquee-product:hover, .marquee-product:focus-visible { border-color: rgba(255,255,255,.48); background: #252d2a; outline: none; }
.marquee-product-image { position: relative; min-width: 0; overflow: hidden; }
.marquee-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.76); transition: transform .5s ease, filter .25s ease; }
.marquee-product:hover img, .marquee-product:focus-visible img { transform: scale(1.035); filter: saturate(.95); }
.marquee-product-image small { position: absolute; left: 0; right: 0; bottom: 0; padding: 5px 4px; background: rgba(10,14,13,.82); color: rgba(255,255,255,.88); font-size: 7px; line-height: 1.2; letter-spacing: 0; text-align: center; }
.marquee-product-copy { min-width: 0; padding: 17px 18px; display: flex; flex-direction: column; justify-content: center; }
.marquee-product-copy > small { color: #9ca6a3; font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.marquee-product-copy strong { margin: 9px 0 13px; overflow-wrap: anywhere; font-family: "Italiana", serif; font-size: 21px; font-weight: 400; line-height: 1.08; letter-spacing: 0; }
.marquee-product-copy > span { color: #c6cecb; font-size: 10px; }
.marquee-product-copy b { color: #f5f3ed; font-weight: 600; }
.marquee-coming-soon { opacity: .58; cursor: not-allowed; }
.marquee-coming-soon:hover { border-color: rgba(255,255,255,.14); background: #1c2321; }
.marquee-coming-soon:hover img { transform: none; filter: saturate(.35); }
@keyframes catalogueMarquee { to { transform: translateX(-50%); } }
.collections { padding: 120px 5vw 115px; background: radial-gradient(circle at 84% 8%, rgba(255,255,255,.9), transparent 26%), linear-gradient(180deg, #f8f7f2, #e6e3dc); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 42px; }
h2 { font-size: clamp(42px, 5vw, 66px); letter-spacing: -.03em; margin-top: 12px; }
.collection-grid { display: grid; grid-template-columns: 1.12fr .88fr 1fr; gap: 22px; align-items: stretch; }
.collection-card { min-height: 480px; padding: 26px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; color: white; background: #202725; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 26px 55px rgba(32,39,37,.16); transition: transform .35s ease, box-shadow .35s ease; }
.collection-card:hover { transform: translateY(-8px); box-shadow: 0 34px 70px rgba(32,39,37,.25); }
.collection-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,15,14,.03) 28%, rgba(11,15,14,.82) 100%); pointer-events: none; }
.collection-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.collection-card:hover img { transform: scale(1.045); }
.card-jewellery img { object-position: center; }
.card-articles { transform: translateY(34px); }
.card-articles:hover { transform: translateY(26px); }
.card-articles img { object-position: center; }
.card-gifts img { object-position: 57% center; }
.card-number { font-size: 11px; letter-spacing: .14em; position: relative; z-index: 1; }
.collection-card div { position: relative; z-index: 1; }
.collection-card p { margin: 0 0 7px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.collection-card h3 { font-size: 42px; margin-bottom: 18px; }
.collection-card a { font-size: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.catalogue-filters { padding: 72px 5vw; background: #d9ded9; color: var(--ink); border-bottom: 1px solid rgba(23,29,28,.12); }
.catalogue-filter-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.catalogue-filter-heading h2 { margin-top: 10px; font-size: 42px; }
.catalogue-filter-heading > p { margin: 0; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-filter-controls { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: end; gap: 12px; }
.catalogue-filter-controls label { display: grid; gap: 8px; }
.catalogue-filter-controls label > span { color: #626d69; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.catalogue-filter-controls select { width: 100%; min-height: 46px; padding: 0 38px 0 13px; border: 1px solid rgba(23,29,28,.22); border-radius: 4px; background: #f4f5f1; color: var(--ink); font: 500 13px "DM Sans", sans-serif; cursor: pointer; }
.catalogue-filter-controls select:focus-visible, .catalogue-filter-controls button:focus-visible { outline: 2px solid #43504c; outline-offset: 2px; }
.catalogue-filter-controls button { min-height: 46px; padding: 0 20px; border: 1px solid #27312e; border-radius: 4px; background: #27312e; color: #f5f3ed; font: 600 11px "DM Sans", sans-serif; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.floating-filter-button { position: fixed; right: 22px; bottom: 22px; z-index: 35; min-height: 48px; display: inline-flex; align-items: center; gap: 12px; padding: 0 10px 0 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 4px; background: rgba(17,22,21,.94); color: #fff; box-shadow: 0 16px 38px rgba(0,0,0,.28); font: 600 11px "DM Sans", sans-serif; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(12px); transition: transform .22s ease, background .22s ease; }
.floating-filter-button[hidden], .floating-filter-layer[hidden] { display: none; }
.floating-filter-button:hover, .floating-filter-button:focus-visible { transform: translateY(-2px); background: #f5f3ed; color: var(--ink); outline: none; }
.floating-filter-button strong { min-width: 30px; height: 30px; display: inline-grid; place-items: center; padding: 0 7px; border-radius: 3px; background: #f5f3ed; color: var(--ink); font-size: 10px; letter-spacing: 0; }
.floating-filter-button:hover strong, .floating-filter-button:focus-visible strong { background: var(--ink); color: #fff; }
.floating-filter-layer { position: fixed; inset: 0; z-index: 1005; display: grid; grid-template-columns: 1fr minmax(320px, 430px); opacity: 0; visibility: hidden; transition: opacity .24s ease, visibility .24s ease; }
.floating-filter-layer.is-open { opacity: 1; visibility: visible; }
.floating-filter-backdrop { grid-column: 1; grid-row: 1; border: 0; background: rgba(5,8,7,.56); cursor: default; backdrop-filter: blur(3px); }
.floating-filter-panel { grid-column: 2; grid-row: 1; min-width: 0; height: 100%; overflow-y: auto; padding: 34px 30px; background: #e6e8e3; color: var(--ink); box-shadow: -24px 0 58px rgba(0,0,0,.28); transform: translateX(100%); transition: transform .32s cubic-bezier(.22,.61,.36,1); }
.floating-filter-layer.is-open .floating-filter-panel { transform: translateX(0); }
.floating-filter-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(23,29,28,.16); }
.floating-filter-header p { margin: 0 0 8px; color: #68736f; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.floating-filter-header h2 { margin: 0; font-size: 42px; }
.floating-filter-close { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(23,29,28,.24); border-radius: 50%; background: transparent; color: var(--ink); font: 300 27px/1 "DM Sans", sans-serif; cursor: pointer; }
.floating-filter-close:hover, .floating-filter-close:focus-visible { background: var(--ink); color: #fff; outline: none; }
.floating-filter-result { margin: 20px 0 0; color: #56615d; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.floating-filter-controls { display: grid; gap: 18px; margin-top: 28px; }
.floating-filter-controls label { display: grid; gap: 8px; }
.floating-filter-controls label > span { color: #626d69; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.floating-filter-controls select { width: 100%; min-height: 50px; padding: 0 40px 0 14px; border: 1px solid rgba(23,29,28,.24); border-radius: 4px; background: #f7f7f3; color: var(--ink); font: 500 13px "DM Sans", sans-serif; cursor: pointer; }
.floating-filter-controls select:focus-visible { outline: 2px solid #43504c; outline-offset: 2px; }
.floating-filter-actions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10px; margin-top: 30px; }
.floating-filter-actions button { min-height: 50px; border: 1px solid #27312e; border-radius: 4px; background: transparent; color: #27312e; font: 600 10px "DM Sans", sans-serif; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.floating-filter-actions button:last-child { background: #27312e; color: #fff; }
.floating-filter-actions button:hover, .floating-filter-actions button:focus-visible { outline: 2px solid #43504c; outline-offset: 2px; }
.catalogue-filtered-out { display: none; }
.payal-catalogue { padding: 125px 5vw 120px; background: radial-gradient(circle at 88% 4%, rgba(255,255,255,.92), transparent 30%), linear-gradient(145deg, #e2ded6, #f7f6f1 62%); }
.bracelet-catalogue, .toe-ring-catalogue { padding-top: 20px; background: linear-gradient(145deg, #e2ded6, #f7f6f1 62%); }
.payal-heading { align-items: center; }
.catalogue-note { max-width: 320px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.payal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.payal-product { overflow: hidden; background: #111615; color: #f5f3ed; box-shadow: 0 28px 65px rgba(24,32,30,.22); }
.payal-product-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #1a1d1c; }
.payal-product-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); pointer-events: none; }
.payal-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.payal-product:hover .payal-product-image img { transform: scale(1.025); }
.product-gallery > .product-gallery-main { object-fit: contain; background: #111413; }
.press-for-detail { cursor: zoom-in; user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; touch-action: pan-y; }
.payal-code { position: absolute; left: 22px; top: 22px; z-index: 2; padding: 9px 12px; background: rgba(247,246,241,.9); color: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .15em; backdrop-filter: blur(10px); }
.favourite-button { position: absolute; right: 22px; top: 22px; z-index: 3; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(10,14,13,.78); color: #fff; font: 400 24px/1 "DM Sans", sans-serif; cursor: pointer; backdrop-filter: blur(10px); transition: background .2s ease, color .2s ease, transform .2s ease; }
.favourite-button:hover, .favourite-button:focus-visible { transform: scale(1.06); background: rgba(244,245,241,.94); color: #171d1c; outline: none; }
.favourite-button[aria-pressed="true"] { background: #f5f3ed; color: #8a3333; }
.try-on-button { position: absolute; right: 22px; bottom: 56px; z-index: 2; min-height: 40px; padding: 0 15px; border: 1px solid rgba(255,255,255,.42); border-radius: 4px; background: rgba(10,14,13,.82); color: #fff; font: 600 10px "DM Sans", sans-serif; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(10px); }
.try-on-button:hover, .try-on-button:focus-visible, .try-on-button[aria-pressed="true"] { background: rgba(244,245,241,.94); color: var(--ink); outline: none; }
.try-on-button:focus-visible { box-shadow: 0 0 0 2px #fff; }
.product-image-disclaimer { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; margin: 0; padding: 9px 12px; background: rgba(10,14,13,.84); color: rgba(255,255,255,.9); font: 500 9px/1.4 "DM Sans", sans-serif; letter-spacing: 0; text-align: center; backdrop-filter: blur(8px); }
.payal-product-copy { padding: 28px 30px 30px; }
.payal-product-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
.payal-product-title p { margin: 0 0 7px; color: #99a39f; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.payal-product-title h3 { font-size: 38px; line-height: 1; }
.payal-product-title > span { color: #aeb7b4; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.payal-details { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding-top: 24px; }
.payal-details.bracelet-details { grid-template-columns: repeat(3, minmax(0, 180px)); }
.payal-details div { padding: 0 22px; border-left: 1px solid rgba(255,255,255,.13); }
.payal-details div:first-child { padding-left: 0; border-left: 0; }
.payal-details dt { color: #8f9996; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.payal-details dd { margin: 8px 0 0; color: #f3f2ed; font-family: "Italiana", serif; font-size: 21px; }
.payal-details .stock-status { font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.stock-status.in-stock { color: #a9d8b3; }
.stock-status.out-of-stock { color: #d7a6a1; }
.approx-price { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 3px 18px; }
.approx-price span { color: #9ca6a3; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.approx-price strong { justify-self: end; color: #f5f3ed; font-family: "Italiana", serif; font-size: 34px; font-weight: 400; line-height: 1; }
.approx-price .price-enquire { font-family: "DM Sans", sans-serif; font-size: 16px; font-weight: 500; line-height: 1.25; }
.approx-price small { grid-column: 1 / -1; margin-top: 6px; color: #7f8986; font-size: 9px; letter-spacing: .06em; }
.whatsapp-enquiry { min-height: 50px; margin-top: 20px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid rgba(190,221,198,.42); border-radius: 4px; background: #dfe9e1; color: #16231c; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: background .22s ease, color .22s ease, border-color .22s ease; }
.whatsapp-enquiry b { font-size: 18px; font-weight: 400; line-height: 1; }
.whatsapp-enquiry:hover, .whatsapp-enquiry:focus-visible { border-color: #fff; background: #fff; color: #111615; outline: none; }
.featured { padding: 125px 5vw 115px; background: radial-gradient(circle at 90% 0, #303936 0, transparent 25%), #171d1c; color: #f5f3ed; }
.featured-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 45px; }
.filters { display: flex; gap: 8px; }
.filter { border: 1px solid rgba(255,255,255,.25); border-radius: 30px; padding: 10px 18px; background: transparent; cursor: pointer; color: #d8ddda; }
.filter.active { color: #171d1c; background: #f5f3ed; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product { transition: opacity .2s, transform .3s; }
.product:hover { transform: translateY(-6px); }
.product.hidden { display: none; }
.product-image { height: 365px; background: #cfd3cf; position: relative; overflow: hidden; box-shadow: 0 22px 45px rgba(0,0,0,.2); }
.product-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; filter: saturate(.72); }
.product:hover .product-image img { transform: scale(1.055); filter: saturate(.9); }
.product-crop-right img { object-position: 74% center; }
.badge { position: absolute; left: 15px; top: 15px; z-index: 3; color: var(--ink); background: rgba(248,247,242,.88); backdrop-filter: blur(10px); padding: 7px 9px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; padding: 17px 0 13px; }
.product-meta h3 { font-family: "DM Sans", sans-serif; font-size: 14px; font-weight: 500; }
.product-meta p { font-size: 11px; color: #9ea8a5; margin: 5px 0 0; }
.product-meta strong { font-size: 13px; font-weight: 500; white-space: nowrap; }
.story { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; }
.story-visual { min-height: 760px; position: relative; overflow: hidden; background: #1a1d1c; }
.story-visual img { width: 100%; height: 100%; min-height: 760px; display: block; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.story-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(8,10,9,.58)); pointer-events: none; }
.story-caption { position: absolute; z-index: 2; left: 7%; right: 7%; bottom: 6%; display: flex; justify-content: space-between; color: white; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.story-caption strong { font-weight: 500; }
.story-copy { padding: 110px 9vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.story-copy h2 { font-size: clamp(62px, 6vw, 90px); line-height: .92; margin: 25px 0 35px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; font-size: 15px; max-width: 520px; margin: 0 0 18px; }
.story-copy .text-link { margin-top: 18px; }
.care-strip { padding: 68px 5vw; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #e6e2da, #f7f6f1); }
.care-strip div { padding: 28px; border: 1px solid rgba(24,32,30,.1); background: rgba(255,255,255,.48); box-shadow: 0 18px 36px rgba(24,32,30,.07); }
.care-strip div:first-child { padding-left: 0; }
.care-strip div:first-child { padding-left: 28px; }
.care-strip div:last-child { border: 1px solid rgba(24,32,30,.1); }
.care-strip span { display: block; color: #9aa29f; font-size: 10px; margin-bottom: 18px; }
.care-strip strong { font-family: "Italiana", serif; font-size: 21px; font-weight: 400; }
.care-strip p { color: var(--muted); font-size: 11px; margin-bottom: 0; }
.newsletter { text-align: center; padding: 125px 20px; background: radial-gradient(circle at 50% -20%, #46504d, transparent 42%), linear-gradient(145deg, #111615, #202725); color: white; }
.newsletter .eyebrow { color: #aeb8b5; }
.newsletter h2 { font-size: clamp(50px, 6vw, 80px); line-height: .96; margin: 25px 0; }
.newsletter > p:not(.eyebrow) { color: #b8c0be; font-size: 13px; }
.newsletter form { max-width: 560px; margin: 38px auto 18px; display: flex; border-bottom: 1px solid #79817f; }
.newsletter input { border: 0; background: none; flex: 1; padding: 16px 0; color: white; outline: none; font: inherit; }
.newsletter button { border: 0; background: none; color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.newsletter small { color: #78817e; font-size: 9px; }
footer { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 24px 5vw; gap: 30px; color: #f5f3ed; background: #000; border-top: 1px solid rgba(255,255,255,.08); }
.footer-logo { display: block; width: 190px; background: #000; line-height: 0; }
.footer-logo img { display: block; width: 100%; height: auto; }
footer div { display: flex; gap: 25px; }
footer div a { text-decoration: none; font-size: 12px; }
footer p { text-align: right; font-size: 10px; color: #87918e; }
.silver-list-layer { position: fixed; inset: 0; z-index: 1100; display: flex; justify-content: flex-end; opacity: 0; pointer-events: none; transition: opacity .28s ease; }
.silver-list-layer[hidden] { display: none; }
.silver-list-layer.is-open { opacity: 1; pointer-events: auto; }
.silver-list-backdrop { position: absolute; inset: 0; border: 0; background: rgba(4,7,6,.66); cursor: default; backdrop-filter: blur(4px); }
.silver-list-drawer { position: relative; width: min(470px, 100%); height: 100%; overflow-y: auto; padding: 34px 32px 38px; background: #f5f4ef; color: var(--ink); box-shadow: -28px 0 70px rgba(0,0,0,.3); transform: translateX(100%); transition: transform .32s cubic-bezier(.2,.7,.2,1); }
.silver-list-layer.is-open .silver-list-drawer { transform: translateX(0); }
.product-zoom-layer { position: fixed; inset: 0; z-index: 1200; background: rgba(2,4,4,.97); color: #f5f4ef; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .26s ease, visibility .26s ease; }
.product-zoom-layer[hidden] { display: none; }
.product-zoom-layer.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.product-zoom-dialog { width: 100%; height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr); }
.product-zoom-toolbar { min-height: 78px; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.14); background: #090c0b; }
.product-zoom-toolbar span { display: block; margin-bottom: 4px; color: #8f9996; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.product-zoom-toolbar h2 { max-width: min(48vw, 620px); overflow: hidden; color: #f5f4ef; font-family: "DM Sans", sans-serif; font-size: 16px; font-weight: 500; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.product-zoom-controls { display: flex; align-items: center; gap: 8px; }
.product-zoom-controls button { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: transparent; color: #f5f4ef; font: 400 22px/1 "DM Sans", sans-serif; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.product-zoom-controls button:hover, .product-zoom-controls button:focus-visible { border-color: #fff; background: #f5f4ef; color: #111615; outline: none; }
.product-zoom-controls output { width: 52px; color: #aeb7b4; font-size: 10px; font-variant-numeric: tabular-nums; text-align: center; }
.product-zoom-controls .product-zoom-close { margin-left: 8px; font-size: 26px; }
.product-zoom-viewport { min-width: 0; min-height: 0; position: relative; display: grid; place-items: center; overflow: hidden; padding: 20px; cursor: zoom-in; touch-action: none; user-select: none; outline: none; }
.product-zoom-viewport.is-zoomed { cursor: grab; }
.product-zoom-viewport.is-dragging { cursor: grabbing; }
.product-zoom-viewport img { display: block; max-width: 94vw; max-height: calc(100vh - 118px); width: auto; height: auto; object-fit: contain; transform-origin: center; will-change: transform; transition: transform .18s ease; -webkit-user-drag: none; }
.product-zoom-viewport.is-dragging img { transition: none; }
.payal-product-image > img { cursor: zoom-in; }
.silver-list-header { min-height: auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 0 0 28px; border-bottom: 1px solid var(--line); background: none; color: inherit; box-shadow: none; }
.silver-list-header .eyebrow { margin: 0 0 8px; }
.silver-list-header h2 { margin: 0; font-size: 42px; letter-spacing: 0; }
.silver-list-close { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font: 300 27px/1 "DM Sans", sans-serif; cursor: pointer; }
.silver-list-close:hover, .silver-list-close:focus-visible { background: #e2e5e1; outline: none; }
.silver-list-setup { padding-top: 28px; }
.silver-list-setup > p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.silver-list-setup form { display: grid; gap: 22px; }
.silver-list-setup fieldset { margin: 0; padding: 0; border: 0; }
.silver-list-setup legend, .silver-list-id-field > span { margin-bottom: 9px; color: #66716e; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.silver-list-methods { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.silver-list-methods label { min-width: 0; position: relative; }
.silver-list-methods label + label { border-left: 1px solid var(--line); }
.silver-list-methods input { position: absolute; opacity: 0; pointer-events: none; }
.silver-list-methods span { min-height: 42px; display: grid; place-items: center; padding: 0 8px; color: #66716e; font-size: 10px; font-weight: 600; cursor: pointer; }
.silver-list-methods input:checked + span { background: #202826; color: #fff; }
.silver-list-methods input:focus-visible + span { outline: 2px solid #43504c; outline-offset: -3px; }
.silver-list-id-field { display: grid; }
.silver-list-id-field input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid rgba(23,29,28,.25); border-radius: 4px; background: #fff; color: var(--ink); font: 500 14px "DM Sans", sans-serif; }
.silver-list-id-field input:focus { border-color: #43504c; outline: 2px solid rgba(67,80,76,.14); }
.silver-list-submit { width: 100%; border: 0; cursor: pointer; }
.silver-list-setup > small { display: block; margin-top: 22px; color: #79827f; font-size: 9px; line-height: 1.6; }
.silver-list-saved { padding-top: 22px; }
.silver-list-profile-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.silver-list-profile-row p { min-width: 0; margin: 0; color: var(--muted); font-size: 10px; }
.silver-list-profile-row strong { display: block; margin-top: 4px; overflow-wrap: anywhere; color: var(--ink); font-size: 12px; }
.silver-list-profile-row button { flex: 0 0 auto; padding: 8px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); font: 600 9px "DM Sans", sans-serif; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.silver-list-items { display: grid; }
.silver-list-item { min-height: 112px; display: grid; grid-template-columns: 94px 1fr auto; align-items: center; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.silver-list-item img { width: 94px; height: 84px; display: block; object-fit: cover; }
.silver-list-item-copy { min-width: 0; }
.silver-list-item-copy small { color: #7a8581; font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.silver-list-item-copy strong { display: block; margin: 7px 0 9px; overflow-wrap: anywhere; font-family: "Italiana", serif; font-size: 19px; font-weight: 400; line-height: 1.1; }
.silver-list-item-copy a { color: #53605c; font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.silver-list-remove { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: #6a7471; font-size: 22px; cursor: pointer; }
.silver-list-remove:hover, .silver-list-remove:focus-visible { color: #8a3333; outline: none; }
.silver-list-empty { padding: 54px 20px 44px; text-align: center; }
.silver-list-empty > span { color: #8e9895; font-size: 40px; }
.silver-list-empty h3 { margin: 12px 0 10px; font-size: 28px; letter-spacing: 0; }
.silver-list-empty p { margin: 0 0 22px; color: var(--muted); font-size: 12px; }
.silver-list-empty a, .silver-list-updates { color: var(--ink); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.silver-list-updates { display: flex; justify-content: space-between; margin-top: 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.toast { position: fixed; right: 22px; bottom: 22px; padding: 14px 18px; background: var(--ink); color: white; font-size: 12px; transform: translateY(120px); transition: transform .25s; z-index: 20; }
.toast.visible { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@media (prefers-reduced-motion: no-preference) {
  .hero-photo { animation: heroReveal 1.1s cubic-bezier(.2,.7,.2,1) both; }
  .hero-copy > * { animation: copyReveal .7s ease both; }
  .hero-copy > *:nth-child(2) { animation-delay: .08s; }
  .hero-copy > *:nth-child(3) { animation-delay: .16s; }
  .hero-copy > *:nth-child(4) { animation-delay: .24s; }
  @keyframes heroReveal { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
  @keyframes copyReveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes entranceLogoReveal {
    0% { opacity: 1; transform: scale(1); filter: brightness(1); }
    46% { opacity: 1; transform: scale(1.045); filter: brightness(1.28); }
    100% { opacity: .88; transform: scale(.985); filter: brightness(1.08); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-window { overflow-x: auto; }
  .marquee-track { animation: none; }
  .marquee-set[aria-hidden="true"] { display: none; }
}

@media (max-width: 900px) {
  .catalogue-filter-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .payal-grid { grid-template-columns: minmax(0, 620px); }
  .category-gateway { place-items: start center; }
  .gateway-grid { grid-template-columns: repeat(2, 1fr); }
  .gateway-card { min-height: 260px; }
  .jewellery-gateway { place-items: start center; }
  .jewellery-grid { grid-template-columns: repeat(2, 1fr); }
  .jewellery-option { min-height: 340px; }
  nav { display: none; }
  .nav-actions .icon-button, .nav-actions .catalogue-button { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 420px; padding: 50px 7vw 38px; }
  .hero-art { min-height: 340px; padding: 16px 16px 18px 0; }
  .hero-photo { min-height: 306px; }
  .hero-float { left: 24px; bottom: 30px; }
  .collection-grid { grid-template-columns: 1fr; }
  .card-articles, .card-articles:hover { transform: none; }
  .collection-card { min-height: 390px; }
  .payal-grid { grid-template-columns: minmax(0, 620px); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story { grid-template-columns: 1fr; }
  .care-strip { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .care-strip div:nth-child(2) { border: 0; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p { text-align: center; }
  footer div { justify-content: center; }
}

@media (max-width: 560px) {
  .catalogue-filters { padding: 58px 6vw; }
  .catalogue-filter-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .catalogue-filter-heading h2 { font-size: 36px; }
  .catalogue-filter-controls { grid-template-columns: 1fr; }
  .floating-filter-button { right: 12px; bottom: 14px; min-height: 46px; }
  .floating-filter-layer { grid-template-columns: 1fr; align-items: end; }
  .floating-filter-backdrop, .floating-filter-panel { grid-column: 1; grid-row: 1; }
  .floating-filter-panel { width: 100%; height: auto; max-height: min(82vh, 650px); padding: 24px 20px max(24px, env(safe-area-inset-bottom)); transform: translateY(100%); }
  .floating-filter-layer.is-open .floating-filter-panel { transform: translateY(0); }
  .floating-filter-header h2 { font-size: 36px; }
  .entrance-button { width: min(430px, 88vw); }
  .entrance-button span { font-size: 13px; }
  .category-gateway { padding: 48px 6vw; }
  .gateway-inner h2 { font-size: 44px; }
  .gateway-intro { margin-bottom: 30px; }
  .gateway-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gateway-card { min-height: 205px; padding: 24px 12px 22px; }
  .gateway-icon { width: 78px; height: 78px; margin-bottom: 22px; font-size: 40px; }
  .icon-coins { font-size: 47px; }
  .gateway-card strong { font-size: 18px; }
  .gateway-number { left: 14px; top: 13px; }
  .jewellery-gateway { padding: 72px 6vw 48px; }
  .jewellery-inner h2 { font-size: 44px; }
  .gateway-back { left: 6vw; top: 24px; }
  .jewellery-grid { gap: 10px; }
  .jewellery-option { min-height: 255px; padding: 16px; }
  .jewellery-option strong { font-size: 20px; }
  .jewellery-option small { display: block; margin-top: 4px; font-size: 9px; }
  .nav-shell { height: 92px; padding: 0 150px 0 6vw; }
  .nav-actions { display: flex; }
  .silver-list-button { width: 42px; min-height: 42px; justify-content: center; padding: 0; position: relative; }
  .silver-list-label { display: none; }
  .silver-list-button strong { position: absolute; right: -7px; top: -7px; }
  .silver-rate-box { right: 10px; min-width: 126px; padding: 8px 10px 9px; }
  .header-logo-mark { width: 106px; height: 82px; flex-basis: 106px; }
  .header-logo-mark img { width: 216px; top: -28px; }
  h1 { font-size: 50px; }
  .hero-copy { min-height: 380px; padding: 42px 6vw 32px; }
  .hero-art { min-height: 270px; padding: 0; }
  .hero-photo { height: 270px; min-height: 270px; }
  .hero-frame { inset: 18px; }
  .hero-float { left: 18px; bottom: 18px; width: 180px; padding: 14px 16px; }
  .hero-float strong { font-size: 26px; margin-bottom: 10px; }
  .hero-side-note { right: 22px; top: 24px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .promise-row { gap: 12px; flex-wrap: wrap; }
  .marquee-heading { padding: 0 6vw 14px; }
  .marquee-product { width: 292px; height: 120px; flex-basis: 292px; grid-template-columns: 112px 1fr; }
  .marquee-product-copy { padding: 13px 14px; }
  .marquee-product-copy strong { margin: 7px 0 10px; font-size: 18px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .payal-catalogue { padding: 90px 6vw; }
  .payal-grid { grid-template-columns: 1fr; }
  .payal-product-copy { padding: 24px 22px 26px; }
  .payal-details, .payal-details.bracelet-details { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .payal-details div { padding: 0 13px; }
  .payal-details div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .payal-details dd { font-size: 18px; }
  .featured-top { align-items: flex-start; flex-direction: column; gap: 24px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 430px; }
  .care-strip { grid-template-columns: 1fr; }
  .care-strip div, .care-strip div:first-child { padding: 25px; border-right: 1px solid rgba(24,32,30,.1); border-bottom: 1px solid rgba(24,32,30,.1); }
  .newsletter form { align-items: stretch; flex-direction: column; border: 0; gap: 8px; }
  .newsletter input { border-bottom: 1px solid #79817f; text-align: center; }
  .newsletter button { padding: 15px; border: 1px solid #79817f; }
  .silver-list-drawer { padding: 26px 20px 32px; }
  .silver-list-header h2 { font-size: 36px; }
  .silver-list-item { grid-template-columns: 82px 1fr auto; gap: 12px; }
  .silver-list-item img { width: 82px; height: 76px; }
  .product-zoom-toolbar { min-height: 68px; padding: 10px 12px; }
  .product-zoom-toolbar > div:first-child { min-width: 0; }
  .product-zoom-toolbar h2 { max-width: 30vw; font-size: 13px; }
  .product-zoom-controls { gap: 5px; }
  .product-zoom-controls button { width: 38px; height: 38px; flex-basis: 38px; font-size: 20px; }
  .product-zoom-controls output { width: 42px; font-size: 9px; }
  .product-zoom-controls .product-zoom-close { margin-left: 2px; }
  .product-zoom-viewport { padding: 10px; }
  .product-zoom-viewport img { max-width: 96vw; max-height: calc(100vh - 88px); }
}

@media (hover: none) {
  .entrance-button span { opacity: .72; transform: none; }
}

footer .visit-counter { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; font-size: 14px; color: #d4d9d7; }
.visit-counter strong { margin-left: 8px; color: #fff; font-size: 20px; font-variant-numeric: tabular-nums; }
.visit-counter small { display: block; margin-top: 5px; font-size: 12px; color: #a5aeaa; }

.back-to-top { position: fixed; right: 22px; bottom: calc(84px + env(safe-area-inset-bottom, 0px)); z-index: 34; min-width: 76px; min-height: 46px; padding: 10px 16px; border: 1px solid #aebbb5; border-radius: 4px; background: #e5ebe7; color: #111615; box-shadow: 0 8px 24px #0004; font: 600 14px "DM Sans", sans-serif; cursor: pointer; }
.back-to-top span { margin-left: 6px; font-size: 18px; }
.back-to-top[hidden], .entrance-open .back-to-top { display: none; }
.back-to-top:hover { background: #fff; }
.back-to-top:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@media (max-width: 600px) { .back-to-top { right: 12px; bottom: calc(76px + env(safe-area-inset-bottom, 0px)); } }
