/* The customer's app, phone first. Ivory and gold by default, dark when the
 * jeweller chooses; the brand colour and accent are variables from Settings.
 * Base rules are the phone; @media (min-width) widens the column and moves the
 * tabs up beside the brand. No framework, no slider library — scroll-snap. */
:root { --bg: #FBF8F3; --s: #FFFFFF; --s2: #F3EDE3; --t: #1E1A17; --m: #7A7168; --line: rgba(30,26,23,.1); --sh: 0 6px 24px rgba(60,40,20,.08); --r: 14px; --top: 56px; --tab: 62px; }
[data-theme="dark"] { --bg: #15110E; --s: #1F1A16; --s2: #2A231E; --t: #F3EDE3; --m: #A79E93; --line: rgba(243,237,227,.1); --sh: 0 6px 24px rgba(0,0,0,.35); }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; font-family: 'DM Sans', system-ui, sans-serif; font-size: 15px; line-height: 1.5; color: var(--t); background: var(--bg); padding-top: var(--top); padding-bottom: calc(var(--tab) + env(safe-area-inset-bottom)); overflow-x: clip; -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; line-height: 1.15; margin: 0 0 .3em; letter-spacing: -.01em; }
h1 { font-size: 1.9rem; } h2 { font-size: 1.45rem; } h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; } a { color: var(--p); } img { max-width: 100%; display: block; } button { font: inherit; }
.wrap { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 16px; }
.muted { color: var(--m); } .grow { flex: 1; min-width: 0; } .spacer { flex: 1; } .row { display: flex; align-items: center; gap: 10px; }
.sub { color: var(--m); font-size: .86rem; }
small { color: var(--m); }
.eyebrow { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--a); font-weight: 700; }

/* Buttons and chips. */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; padding: 13px 20px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; text-decoration: none; min-height: 46px; line-height: 1.2; transition: transform .15s, opacity .15s; }
.btn:active { transform: scale(.98); } .btn[disabled] { opacity: .5; cursor: not-allowed; }
.btn-p { background: var(--p); color: #fff; } .btn-o { background: transparent; color: var(--p); border-color: var(--p); } .btn-g { background: var(--s2); color: var(--t); }
.btn-a { background: var(--a); color: #1E1A17; }
.btn-sm { padding: 8px 14px; min-height: 36px; font-size: .88rem; } .btn-lg { padding: 15px 24px; font-size: 1.02rem; } .btn-block { width: 100%; }
.ib { position: relative; width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--t); text-decoration: none; font-size: 1.35rem; background: none; border: 0; cursor: pointer; }
.cnt { position: absolute; top: 3px; right: 1px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; background: var(--a); color: #1E1A17; font-size: .66rem; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-style: normal; }
.cnt[hidden] { display: none; }
.chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 2px 16px 6px; margin: 0 -16px; -webkit-overflow-scrolling: touch; }
.chips::-webkit-scrollbar { display: none; }
.chip { flex: none; white-space: nowrap; padding: 8px 14px; border-radius: 999px; background: var(--s); border: 1px solid var(--line); color: var(--t); text-decoration: none; font-size: .86rem; font-weight: 500; }
.chip[aria-current="page"], .chip.on { background: var(--p); color: #fff; border-color: var(--p); }
.pill { display: inline-flex; align-items: center; gap: 4px; padding: 3px 9px; border-radius: 999px; background: var(--s2); font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pill-ok { background: #E4F3EA; color: #0A5D40; } .pill-info { background: #E9EEF8; color: #23407A; } .pill-warn { background: #FBF0DA; color: #6E4600; } .pill-danger { background: #FBE5EA; color: #8C1B36; }
[data-theme="dark"] .pill-ok { background: #16311F; color: #9ED9B7; } [data-theme="dark"] .pill-info { background: #1D2A44; color: #A9BEEA; } [data-theme="dark"] .pill-warn { background: #3B2C0F; color: #F0C97D; } [data-theme="dark"] .pill-danger { background: #3D1520; color: #F0A3B5; }
.flash { padding: 12px 16px; border-radius: var(--r); background: var(--s); border-left: 4px solid var(--p); margin: 12px 0; box-shadow: var(--sh); font-size: .95rem; }
.flash-ok { border-color: #0A7A4B; } .flash-danger { border-color: #C1274A; } .flash-warn { border-color: #B87400; }

/* Top bar. */
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: var(--bg); border-bottom: 1px solid var(--line); }
.topbar > .wrap { display: flex; align-items: center; gap: 2px; height: var(--top); }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--t); font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 700; font-size: 1.35rem; letter-spacing: .01em; margin-right: 6px; }
.brand img { height: 32px; width: auto; }
.topnav { display: none; }
.rates { background: var(--p); color: #fff; font-size: .76rem; }
.rates .wrap { display: flex; align-items: center; gap: 14px; height: 28px; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
.rates .wrap::-webkit-scrollbar { display: none; }
.rates .lbl { opacity: .75; } .rates b { color: var(--a); margin-right: 2px; } .rates .when { opacity: .65; margin-left: auto; }
body:has(.rates) { padding-top: calc(var(--top) + 28px); }

/* Bottom tabs. */
.tabbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; background: var(--s); border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom); }
.tabbar a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; height: var(--tab); text-decoration: none; color: var(--m); font-size: .66rem; font-weight: 600; }
.tabbar i { font-size: 1.45rem; line-height: 1; } .tabbar [aria-current="page"] { color: var(--p); }
.tabbar .raised i { width: 46px; height: 46px; border-radius: 50%; background: var(--a); color: #1E1A17; display: flex; align-items: center; justify-content: center; margin-top: -18px; box-shadow: 0 6px 16px rgba(201,162,39,.4); font-size: 1.3rem; }
.tabbar .cnt { top: 8px; right: calc(50% - 20px); }
@media (display-mode: standalone) { .tabbar { padding-bottom: max(env(safe-area-inset-bottom), 6px); } }

/* WhatsApp float and the install card. */
.wa { position: fixed; right: 14px; bottom: calc(var(--tab) + 14px + env(safe-area-inset-bottom)); width: 50px; height: 50px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; box-shadow: 0 8px 24px rgba(0,0,0,.2); z-index: 40; text-decoration: none; }
.install { position: fixed; left: 10px; right: 10px; bottom: calc(var(--tab) + 10px + env(safe-area-inset-bottom)); z-index: 60; display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: var(--s); color: var(--t); border-radius: var(--r); box-shadow: 0 12px 40px rgba(0,0,0,.25); max-width: 520px; margin: 0 auto; }
.install[hidden] { display: none; } .install img, .install .ii { width: 42px; height: 42px; border-radius: 10px; flex: none; } .install .ii { background: var(--p); color: var(--a); display: inline-flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.install small { display: block; font-size: .78rem; } .install .x { background: none; border: 0; font-size: 1.3rem; color: var(--m); cursor: pointer; }
@media (display-mode: standalone) { .install { display: none !important; } }

/* Screens. */
.screen { min-height: 60vh; }
.sec { padding: 18px 0 6px; }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.sec-head h2 { margin: 0; } .sec-head a { font-size: .86rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.search { display: flex; align-items: center; gap: 10px; background: var(--s); border: 1px solid var(--line); border-radius: 999px; padding: 0 14px; height: 46px; box-shadow: var(--sh); }
.search i { color: var(--m); font-size: 1.2rem; } .search input { flex: 1; border: 0; background: none; font: inherit; color: var(--t); outline: none; min-width: 0; }
.hero { position: relative; border-radius: 18px; overflow: hidden; background: var(--p); color: #fff; min-height: 200px; display: flex; align-items: flex-end; margin-top: 14px; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* The scrim is ::after so it paints over the picture, which comes later in the DOM than ::before would. */
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.72)); }
.hero .txt { position: relative; z-index: 1; text-shadow: 0 1px 3px rgba(0,0,0,.55); } .hero .eyebrow { color: #E9C85A; }
.hero .txt { position: relative; padding: 20px; } .hero h2 { color: #fff; font-size: 1.7rem; margin-bottom: 4px; } .hero p { opacity: .9; margin: 0 0 12px; font-size: .92rem; max-width: 30em; }
.hero .btn { background: var(--a); color: #1E1A17; }
.circles { display: flex; gap: 14px; overflow-x: auto; scrollbar-width: none; padding: 4px 16px 8px; margin: 0 -16px; }
.circles::-webkit-scrollbar { display: none; }
.circle { flex: none; width: 74px; text-align: center; text-decoration: none; color: var(--t); font-size: .74rem; font-weight: 600; line-height: 1.2; }
.circle span { display: block; width: 68px; height: 68px; margin: 0 auto 6px; border-radius: 50%; overflow: hidden; background: var(--s2); border: 2px solid var(--a); padding: 2px; }
.circle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.circle .ph { width: 100%; height: 100%; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--p); font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; }
.rail { display: flex; gap: 12px; overflow-x: auto; scrollbar-width: none; padding: 4px 16px 10px; margin: 0 -16px; scroll-snap-type: x mandatory; scroll-padding: 0 16px; }
.rail::-webkit-scrollbar { display: none; } .rail > * { flex: none; width: 46%; scroll-snap-align: start; }
.grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.tile { display: flex; flex-direction: column; gap: 4px; padding: 14px; border-radius: var(--r); background: var(--s); box-shadow: var(--sh); text-decoration: none; color: var(--t); }
.tile i { font-size: 1.5rem; color: var(--p); } .tile b { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; } .tile small { font-size: .78rem; }
.card { background: var(--s); border-radius: var(--r); box-shadow: var(--sh); padding: 16px; }
.trust { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.trust div { display: flex; gap: 10px; align-items: flex-start; font-size: .82rem; } .trust i { font-size: 1.3rem; color: var(--a); } .trust b { display: block; }
.contact { display: flex; gap: 8px; } .contact a { flex: 1; }
.occ { display: flex; flex-wrap: wrap; gap: 8px; } .occ a { padding: 8px 14px; border-radius: 999px; background: var(--s); border: 1px solid var(--line); text-decoration: none; color: var(--t); font-size: .86rem; font-weight: 500; }
.empty { text-align: center; padding: 48px 16px; color: var(--m); } .empty i { font-size: 2.6rem; color: var(--a); } .empty h3 { color: var(--t); margin-top: 8px; }

/* Piece card. */
.pc { position: relative; display: flex; flex-direction: column; text-decoration: none; color: var(--t); background: var(--s); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); }
.pc .img { position: relative; aspect-ratio: 1; background: var(--s2); overflow: hidden; }
.pc .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; } .pc:hover .img img { transform: scale(1.04); }
.pc .noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; color: var(--a); }
.pc .flag { position: absolute; left: 8px; top: 8px; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; background: var(--a); color: #1E1A17; }
.pc .flag.mto { background: var(--s); color: var(--p); }
.pc .body { padding: 10px 12px 12px; display: flex; flex-direction: column; gap: 2px; }
.pc .body small { font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; color: var(--m); }
.pc .body b { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pc .body em { font-style: normal; color: var(--m); font-size: .8rem; }
.heart { position: absolute; right: 8px; top: 8px; width: 34px; height: 34px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); color: var(--t); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; cursor: pointer; z-index: 2; }
.heart.on { color: #C1274A; } .heart.on i::before { content: "\ee0e"; }

/* Collection filters. */
.filters { position: sticky; top: var(--top); z-index: 30; background: var(--bg); padding: 8px 0 6px; }
body:has(.rates) .filters { top: calc(var(--top) + 28px); }
.filters .row { gap: 8px; }
.sheet { position: fixed; inset: 0; z-index: 70; display: none; } .sheet.open { display: block; }
.sheet .scrim { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.sheet .panel { position: absolute; left: 0; right: 0; bottom: 0; max-height: 86vh; overflow: auto; background: var(--bg); border-radius: 18px 18px 0 0; padding: 14px 16px calc(16px + env(safe-area-inset-bottom)); }
.sheet h3 { margin: 0 0 6px; } .sheet h4 { margin: 14px 0 6px; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--m); }
.opts { display: flex; flex-wrap: wrap; gap: 8px; }
.opts label, .opt { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 7px 14px; border-radius: 999px; background: var(--s); border: 1.5px solid var(--line); color: var(--t); font-size: .88rem; font-weight: 500; cursor: pointer; }
.opts label:has(input:checked), .opt[aria-pressed="true"] { border-color: var(--p); background: color-mix(in srgb, var(--p) 10%, transparent); color: var(--p); }
.opts input { position: absolute; opacity: 0; width: 0; height: 0; }
.sw { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(0,0,0,.15); display: inline-block; }
.sheet .acts { display: flex; gap: 10px; margin-top: 18px; position: sticky; bottom: 0; background: var(--bg); padding-top: 10px; } .sheet .acts .btn { flex: 1; }

/* Piece screen. */
.ask { background: var(--s); border-radius: var(--r); padding: 4px 14px 12px; box-shadow: var(--sh); margin-top: 4px; }
.ask-f { display: flex; flex-direction: column; gap: 4px; margin: 8px 0; font-size: .86rem; font-weight: 600; }
.ask-f input, .ask-f select, .ask-f textarea { font: inherit; font-weight: 400; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--bg); color: var(--t); width: 100%; }
.ask-f small { font-weight: 400; }
.gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin: 0 -16px; background: var(--s2); aspect-ratio: 1; }
.gallery::-webkit-scrollbar { display: none; } .gallery > div { flex: none; width: 100%; scroll-snap-align: start; } .gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery .noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 4rem; color: var(--a); }
.dots { display: flex; justify-content: center; gap: 6px; padding: 10px 0 0; } .dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--line); } .dots i.on { background: var(--p); width: 18px; border-radius: 3px; }
.pd-head { margin-top: 12px; } .pd-head h1 { margin: 2px 0 4px; }
.specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 14px 0; }
.specs div { background: var(--s); border-radius: 12px; padding: 10px 12px; } .specs small { display: block; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; } .specs b { font-size: .95rem; }
.opt-group { margin: 12px 0; } .opt-group > b { display: flex; justify-content: space-between; font-size: .86rem; margin-bottom: 8px; } .opt-group > b em { font-style: normal; font-weight: 500; color: var(--m); } .opt-group > b a { font-weight: 500; font-size: .82rem; }
.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--s); }
.stepper button { width: 42px; height: 42px; border: 0; background: none; color: var(--t); font-size: 1.2rem; cursor: pointer; }
.stepper input { width: 46px; height: 42px; border: 0; text-align: center; font: inherit; font-weight: 600; background: none; color: var(--t); -moz-appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }
.buy { display: flex; align-items: center; gap: 10px; margin: 16px 0 8px; } .buy .btn { flex: 1; }
.ctas { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 10px 0; }
.rich { color: var(--t); } .rich p:last-child { margin-bottom: 0; }
.acc { border-top: 1px solid var(--line); } .acc summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 14px 0; cursor: pointer; font-weight: 600; } .acc summary::-webkit-details-marker { display: none; }
.acc summary i { transition: transform .2s; } .acc[open] summary i { transform: rotate(180deg); } .acc .body { padding: 0 0 14px; color: var(--m); font-size: .92rem; }
.buybar { position: fixed; left: 0; right: 0; bottom: calc(var(--tab) + env(safe-area-inset-bottom)); z-index: 54; background: var(--s); border-top: 1px solid var(--line); padding: 10px 16px; display: flex; align-items: center; gap: 12px; transform: translateY(120%); transition: transform .25s; }
.buybar.show { transform: none; } .buybar b { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; } .buybar small { display: block; } .buybar .btn { flex: none; }
.toast { position: fixed; left: 16px; right: 16px; bottom: calc(var(--tab) + 76px + env(safe-area-inset-bottom)); z-index: 80; background: var(--t); color: var(--bg); padding: 12px 16px; border-radius: 12px; font-size: .92rem; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.toast a { color: var(--a); } .toast[hidden] { display: none; }

/* Bag, checkout, orders. */
.lines { display: flex; flex-direction: column; gap: 10px; }
.line { display: grid; grid-template-columns: 74px 1fr; gap: 12px; padding: 12px; background: var(--s); border-radius: var(--r); box-shadow: var(--sh); }
.line img, .line .noimg { width: 74px; height: 74px; border-radius: 10px; object-fit: cover; background: var(--s2); display: flex; align-items: center; justify-content: center; color: var(--a); font-size: 1.6rem; }
.line b { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; display: block; } .line small { display: block; }
.line .ctl { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.line .rm { background: none; border: 0; color: var(--m); font-size: 1.2rem; cursor: pointer; padding: 4px; }
.line input.note { width: 100%; margin-top: 8px; font: inherit; font-size: .86rem; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); color: var(--t); }
.form label { display: flex; flex-direction: column; gap: 5px; font-size: .84rem; font-weight: 600; margin-bottom: 12px; }
.form input:not([type=checkbox]):not([type=radio]), .form select, .form textarea { font: inherit; font-weight: 400; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--s); color: var(--t); width: 100%; }
.form input:focus, .form textarea:focus, .form select:focus { outline: 2px solid var(--p); outline-offset: 1px; border-color: transparent; }
.form .check { flex-direction: row; align-items: center; gap: 10px; font-weight: 500; } .form .check input { width: 20px; height: 20px; accent-color: var(--p); }
.form small { display: block; margin-top: 8px; font-size: .84rem; }
.seg { display: flex; background: var(--s2); border-radius: 999px; padding: 4px; margin: 8px 0 14px; } .seg a { flex: 1; text-align: center; padding: 9px; border-radius: 999px; text-decoration: none; color: var(--m); font-weight: 600; font-size: .9rem; } .seg a[aria-current="page"] { background: var(--s); color: var(--p); box-shadow: var(--sh); }
.list { display: flex; flex-direction: column; gap: 8px; }
.list a, .list .li { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: var(--s); border-radius: var(--r); box-shadow: var(--sh); text-decoration: none; color: var(--t); }
.list b { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; display: block; } .list small { display: block; }
.list .date { width: 50px; height: 50px; border-radius: 12px; background: var(--p); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: none; line-height: 1; } .list .date b { font-family: 'DM Sans', sans-serif; font-size: 1.2rem; } .list .date small { color: #fff; opacity: .85; font-size: .62rem; text-transform: uppercase; }
.steps { display: flex; gap: 4px; margin: 12px 0 18px; } .steps span { flex: 1; text-align: center; font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--m); padding-top: 8px; border-top: 3px solid var(--line); } .steps span.on { color: var(--p); border-color: var(--p); }
.refs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; } .refs a { aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: var(--s2); display: block; } .refs img { width: 100%; height: 100%; object-fit: cover; }
.facts { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; margin: 0; font-size: .92rem; } .facts dt { color: var(--m); } .facts dd { margin: 0; }
.me-head { display: flex; align-items: center; gap: 14px; padding: 18px 0 6px; } .avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--p); color: var(--a); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; flex: none; }
.otp-in { font-size: 1.6rem; letter-spacing: .4em; text-align: center; }

/* Wide screens: the tabs go up, the column widens, four across. */
@media (min-width: 900px) {
  body { font-size: 16px; padding-bottom: 24px; }
  .wrap { padding: 0 24px; }
  .topbar > .wrap { height: 68px; gap: 18px; } .brand { font-size: 1.6rem; } .brand img { height: 40px; }
  .topnav { display: flex; gap: 4px; } .topnav a { padding: 8px 14px; border-radius: 999px; text-decoration: none; color: var(--t); font-weight: 500; } .topnav a[aria-current="page"] { background: var(--s2); color: var(--p); }
  :root { --top: 68px; --tab: 0px; }
  .tabbar { display: none; } .wa { bottom: 24px; right: 24px; } .install { bottom: 20px; }
  .rail > * { width: 23%; } .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .tiles { grid-template-columns: repeat(4, 1fr); } .trust { grid-template-columns: repeat(4, 1fr); }
  .hero { min-height: 340px; } .hero .txt { padding: 36px; } .hero h2 { font-size: 2.6rem; }
  .circles { gap: 22px; } .circle { width: 96px; } .circle span { width: 88px; height: 88px; }
  .sec { padding: 28px 0 10px; }
  .pd { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 40px; align-items: start; margin-top: 20px; }
  .gallery { margin: 0; border-radius: 18px; } .pd-info { position: sticky; top: calc(var(--top) + 36px); }
  .buybar { display: none; } .buy .btn { flex: none; min-width: 240px; }
  .sheet .panel { left: auto; top: 0; bottom: 0; width: 380px; max-height: none; border-radius: 18px 0 0 18px; padding: 24px; }
  .two { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; align-items: start; }
  .buybar, .tabbar { display: none; }
  .toast { left: auto; right: 24px; bottom: 24px; max-width: 360px; }
}
@media print { .topbar, .tabbar, .wa, .install, .buybar { display: none !important; } body { padding: 0; } }
