/* TheNexTime — thenextime.com
   Palette + type from clients/nextime/BRAND-KIT.md. Mobile first: base rules
   target a 390px screen and upgrade at 640 / 900 / 1200.

   House rules honoured here: gold is an ACCENT, never a fill; silver and gold
   meet but never gradient into each other; one bright-gold moment per surface;
   NO emoji anywhere — every glyph is inline SVG or a typographic character. */

:root{
  --ink:#0B0A08;
  --panel:#171512;
  --gold:#C9A227;
  --gold-hi:#E8C55A;
  --cream:#F4EBD8;
  --silver:#C7CBD1;
  --smoke:#8D8778;

  --serif:"Cormorant Garamond","Playfair Display",Georgia,serif;
  --sans:"Jost","Montserrat","Inter",Arial,sans-serif;

  --wrap:1200px;
  --r:6px;
  --hair:1px solid rgba(201,162,39,.22);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

body{
  margin:0;
  background:var(--ink);
  color:var(--cream);
  font-family:var(--sans);
  font-weight:300;
  line-height:1.6;
  /* clip, not hidden: overflow-x:hidden promotes overflow-y to auto, which
     makes body a scroll container and kills position:sticky inside it. */
  overflow-x:clip;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}

.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 20px}
@media (min-width:900px){.wrap{padding:0 32px}}

.skip{position:absolute;left:-9999px}
.skip:focus{left:12px;top:12px;z-index:99;background:var(--gold);color:#000;padding:10px 14px;border-radius:var(--r)}

.eyebrow{
  font-family:var(--sans);font-size:11px;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;color:var(--gold);
  margin:0 0 10px;
}

/* ── buttons ─────────────────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 22px;border-radius:var(--r);
  font-family:var(--sans);font-size:12px;font-weight:600;
  letter-spacing:.16em;text-transform:uppercase;text-decoration:none;
  transition:background .2s,color .2s,border-color .2s,transform .2s;
}
.btn-gold{background:var(--gold);color:#0B0A08;border:1px solid var(--gold)}
.btn-gold:hover{background:var(--gold-hi);border-color:var(--gold-hi)}
.btn-ghost{background:transparent;color:var(--cream);border:1px solid rgba(244,235,216,.28)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold-hi)}
.btn:active{transform:translateY(1px)}

/* ── header ──────────────────────────────────────────────────────── */
.nt-header{
  position:sticky;top:0;z-index:40;
  background:rgba(11,10,8,.82);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-bottom:var(--hair);
}
.nt-header-in{display:flex;align-items:center;gap:16px;height:62px}
.nt-brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex:0 0 auto}
.nt-brand img{width:30px;height:30px;object-fit:contain}
.nt-brand-name{font-family:var(--serif);font-size:21px;font-weight:600;letter-spacing:.02em}
.nt-nav{display:none;margin-left:auto;gap:26px}
.nt-nav a{
  font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  text-decoration:none;color:var(--silver);transition:color .2s;
}
.nt-nav a:hover{color:var(--gold-hi)}
.nt-header-cta{margin-left:auto;min-height:38px;padding:0 16px;font-size:11px}
@media (min-width:900px){
  .nt-nav{display:flex}
  .nt-header-cta{margin-left:26px}
}

/* ── hero ────────────────────────────────────────────────────────── */
.hero{position:relative;isolation:isolate;min-height:88svh;display:flex;align-items:center;padding:56px 0 72px;overflow:hidden}
#dust{position:absolute;inset:0;width:100%;height:100%;z-index:-2;display:block}
.hero-veil{
  position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:
    radial-gradient(120% 80% at 50% 8%,rgba(201,162,39,.10),transparent 62%),
    radial-gradient(90% 60% at 50% 100%,rgba(11,10,8,.96),transparent 70%),
    linear-gradient(180deg,rgba(11,10,8,.5),rgba(11,10,8,.2) 40%,rgba(11,10,8,.92));
}
.hero-in{text-align:center}

/* .lockup is the h1 — reset the UA heading margin so hero spacing is ours. */
.lockup{display:flex;align-items:center;justify-content:center;gap:14px;color:var(--gold);margin:0;font-weight:inherit}
.sigil{display:none;width:30px;height:30px;flex:0 0 auto;opacity:.85}
.sigil svg{width:100%;height:100%}
.lockup-text{display:flex;flex-direction:column;align-items:center}
.lockup-name{font-family:var(--serif);font-weight:600;font-size:clamp(38px,12vw,68px);line-height:1;color:var(--cream)}
/* the mark sets its T oversized — echo the scale contrast */
.lockup-name .xt{font-size:.82em}
.lockup-sub{
  font-size:clamp(9px,2.6vw,11px);font-weight:500;letter-spacing:.28em;
  text-transform:uppercase;color:var(--gold);margin-top:7px;
}
.lockup-sub+.lockup-sub{margin-top:3px;color:var(--smoke)}
@media (min-width:640px){.sigil{display:block}}

.areas{
  margin:20px 0 0;font-size:11px;font-weight:500;letter-spacing:.22em;
  text-transform:uppercase;color:var(--smoke);
}
.areas .sep{color:var(--gold);margin:0 8px}

.hero h1{
  font-family:var(--serif);font-weight:600;
  font-size:clamp(30px,7.5vw,54px);line-height:1.12;
  margin:26px auto 0;max-width:16ch;color:var(--cream);
}
.hero h1 em{font-style:normal;color:var(--gold-hi)}

.lede{margin:18px auto 0;max-width:52ch;font-size:clamp(15px,3.6vw,18px);color:var(--silver);font-weight:300}
.lede.sub{margin-top:8px;color:var(--smoke);font-size:clamp(14px,3.2vw,16px)}

.cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}

.scroll-hint{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);z-index:1}
.scroll-hint span{display:block;width:1px;height:44px;background:linear-gradient(180deg,transparent,var(--gold));animation:drop 2.4s ease-in-out infinite}
@keyframes drop{0%,100%{opacity:.2;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}

/* ── social row (hero) ───────────────────────────────────────────── */
.social-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}
.social-btn{
  display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;
  border:1px solid rgba(244,235,216,.18);border-radius:999px;text-decoration:none;
  font-size:12px;letter-spacing:.08em;color:var(--silver);transition:border-color .2s,color .2s;
}
.social-btn svg{width:16px;height:16px}
.social-btn:hover{border-color:var(--gold);color:var(--gold-hi)}

/* ── gold monitor ────────────────────────────────────────────────── */
/* The one live market number this host can honestly carry. On a failed fetch
   the price stays an em-dash and the meta line says why — a stale gold price
   on a dealer's site is worse than none, same rule as the price graph. */
.gold{background:linear-gradient(180deg,rgba(201,162,39,.07),transparent)}
.gold-in{display:flex;flex-direction:column;gap:16px;align-items:flex-start}
.gold-label{max-width:46ch}
.gold-label .eyebrow{margin-bottom:6px}
.gold-note{margin:0;font-size:13px;color:var(--smoke);line-height:1.55}
.gold-readout{display:flex;flex-direction:column;gap:2px}
.gold-price{
  font-family:var(--serif);font-weight:600;line-height:1;
  font-size:clamp(34px,9vw,54px);color:var(--gold-hi);
  font-variant-numeric:tabular-nums;letter-spacing:-.01em;
}
.gold-price .unit{font-family:var(--sans);font-size:11px;font-weight:500;letter-spacing:.2em;
  text-transform:uppercase;color:var(--smoke);margin-left:10px;vertical-align:middle}
.gold-dash{color:var(--smoke)}
.gold-meta{margin:0;font-size:11px;letter-spacing:.1em;color:var(--smoke);font-variant-numeric:tabular-nums}
.gold-meta.is-err{color:#9a6b5a}
@media (min-width:800px){
  .gold-in{flex-direction:row;align-items:center;justify-content:space-between;gap:40px}
  .gold-readout{align-items:flex-end;text-align:right}
}

/* ── inventory notice ────────────────────────────────── */
/* The band that tells a visitor the grids below are not a stock list. Styled as
   a statement, not an alert: no warning colour, no filled icon — a gold hairline
   mark, an eyebrow and one line of type. It is the first band after the hero, so
   it has to read as part of the house rather than a banner bolted on. */
.notice{background:rgba(23,21,18,.72)}
.notice-in{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}
.notice-mark{width:26px;height:26px;color:var(--gold);opacity:.92}
.notice-mark svg{width:100%;height:100%}
.notice-body .eyebrow{margin-bottom:7px}
.notice-line{margin:0;max-width:64ch;font-size:14px;line-height:1.65;color:var(--silver)}
.notice-cta{grid-column:1/-1;justify-self:start}
@media (min-width:900px){
  .notice-in{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px}
  .notice-line{max-width:84ch}
  .notice-cta{grid-column:3;grid-row:1;justify-self:end;white-space:nowrap}
}

/* ── bands + sections ────────────────────────────────────────────── */
.section{padding:64px 0}
.section.alt{background:var(--panel)}
.band{padding:34px 0;border-top:var(--hair);border-bottom:var(--hair);background:rgba(23,21,18,.5)}
@media (min-width:900px){.section{padding:96px 0}}

.sec-head{margin-bottom:32px;text-align:center}
.sec-head h2{font-family:var(--serif);font-weight:600;font-size:clamp(26px,6vw,42px);line-height:1.15;margin:0;color:var(--cream)}
.sec-note{margin:14px auto 0;max-width:56ch;color:var(--smoke);font-size:15px}

/* promises */
.promises{display:grid;grid-template-columns:1fr;gap:14px}
.promise{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--silver)}
.promise svg{width:20px;height:20px;flex:0 0 auto;color:var(--gold)}
@media (min-width:640px){.promises{grid-template-columns:1fr 1fr}}
@media (min-width:1000px){.promises{grid-template-columns:repeat(4,1fr)}}

/* ── collection ──────────────────────────────────────────────────── */
.filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:26px}
.chip{
  min-height:38px;padding:0 16px;border-radius:999px;cursor:pointer;
  background:transparent;border:1px solid rgba(244,235,216,.2);color:var(--silver);
  font-family:var(--sans);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  transition:border-color .2s,color .2s,background .2s;
}
.chip:hover{border-color:var(--gold);color:var(--gold-hi)}
.chip.is-on{background:var(--gold);border-color:var(--gold);color:#0B0A08}

/* Said again where someone actually starts picking a watch. */
.grid-note{margin:-10px 0 24px;text-align:center;font-size:12px;letter-spacing:.06em;color:var(--smoke)}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (min-width:700px){.grid{grid-template-columns:repeat(3,1fr);gap:18px}}
@media (min-width:1000px){.grid{grid-template-columns:repeat(4,1fr)}}

.card{
  margin:0;background:var(--panel);border:1px solid rgba(244,235,216,.07);
  border-radius:var(--r);overflow:hidden;
  transition:border-color .3s,transform .3s;
}
.card:hover{border-color:rgba(201,162,39,.4);transform:translateY(-3px)}
.card.is-out{display:none}
.shot{aspect-ratio:1/1;display:grid;place-items:center;padding:10px;background:radial-gradient(70% 70% at 50% 42%,rgba(201,162,39,.09),transparent 70%)}
.shot img{max-height:100%;object-fit:contain;transition:transform .45s ease}
.card:hover .shot img{transform:scale(1.05)}
.card figcaption{padding:12px 12px 14px;border-top:var(--hair);display:flex;flex-direction:column;gap:3px}
.house{font-size:9px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
.model{font-family:var(--serif);font-size:16px;color:var(--cream);line-height:1.2}
.ref{font-size:11px;letter-spacing:.1em;color:var(--smoke);font-variant-numeric:tabular-nums}

.coll-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:38px}

/* ── most traded ─────────────────────────────────────────────────── */
.traded-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (min-width:900px){.traded-grid{grid-template-columns:repeat(4,1fr);gap:18px}}
/* Spec plate — what stands in for a piece we have not photographed. States the
   house and the reference and nothing else. Never a stock photo of someone
   else's watch, never a stand-in from another reference. */
.shot.plate{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
  background:
    radial-gradient(70% 70% at 50% 40%,rgba(201,162,39,.07),transparent 72%),
    var(--ink);
  text-align:center;padding:18px;
}
.plate-house{font-size:9px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}
.plate-ref{font-family:var(--serif);font-size:clamp(20px,5vw,28px);color:var(--silver);font-variant-numeric:tabular-nums;line-height:1}
.plate-rule{display:block;width:34px;height:1px;background:rgba(201,162,39,.45)}
.plate-note{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#5f5b52}

/* ── houses ──────────────────────────────────────────────────────── */
.marks{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:22px 34px}
.marks img{height:22px;width:auto;opacity:.62;filter:brightness(0) invert(1);transition:opacity .25s}
.marks img:hover{opacity:1}
@media (min-width:900px){.marks img{height:28px}}
.houses-line{margin:22px 0 0;text-align:center;font-size:12px;letter-spacing:.1em;color:var(--smoke)}

/* ── services ────────────────────────────────────────────────────── */
.services{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1px;background:rgba(201,162,39,.18);border:var(--hair);border-radius:var(--r);overflow:hidden}
.services li{background:var(--ink);padding:24px 20px}
.services .num{font-family:var(--sans);font-size:10px;font-weight:600;letter-spacing:.24em;color:var(--gold)}
.services h3{font-family:var(--serif);font-weight:600;font-size:24px;margin:8px 0 6px;color:var(--cream)}
.services p{margin:0;font-size:14px;color:var(--smoke)}
@media (min-width:700px){.services{grid-template-columns:1fr 1fr}}
@media (min-width:1100px){.services{grid-template-columns:repeat(5,1fr)}}

/* ── testimonials ────────────────────────────────────────────────── */
.vids{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:800px){.vids{grid-template-columns:1fr 1fr}}
.vid{position:relative;aspect-ratio:16/9;border:var(--hair);border-radius:var(--r);overflow:hidden;background:#000}
.vid iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

.shots{display:grid;grid-template-columns:1fr;gap:16px;margin-top:20px}
@media (min-width:800px){.shots{grid-template-columns:1fr 1fr}}
.shots img{width:100%;border-radius:var(--r);border:1px solid rgba(244,235,216,.07)}

.partner{margin:34px 0 0;text-align:center}
.partner .eyebrow{display:block}
.partner img{height:38px;width:auto;margin:0 auto;opacity:.7;filter:brightness(0) invert(1);transition:opacity .25s}
.partner a:hover img{opacity:1}

/* ── visit ───────────────────────────────────────────────────────── */
.visit{display:grid;grid-template-columns:1fr;gap:48px}
@media (min-width:900px){.visit{grid-template-columns:1fr 1fr;gap:56px}.visit .sec-head{text-align:left}}
.visit video{width:100%;border-radius:var(--r);border:var(--hair);background:#000}
.visit address{font-style:normal;margin:18px 0;color:var(--silver);font-size:15px;line-height:1.7}

.people{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-direction:column;gap:1px;background:rgba(201,162,39,.18);border:var(--hair);border-radius:var(--r);overflow:hidden}
.people li{background:var(--ink);padding:16px 18px;display:flex;flex-direction:column;gap:4px}
.p-name{font-family:var(--serif);font-size:20px;color:var(--cream)}
.p-role{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}
.p-note{color:var(--smoke);margin-left:8px}
.p-links{display:flex;flex-wrap:wrap;gap:14px;margin-top:8px}
.p-links a{font-size:12px;letter-spacing:.1em;color:var(--silver);text-decoration:none;border-bottom:1px solid rgba(201,162,39,.4);padding-bottom:2px;transition:color .2s}
.p-links a:hover{color:var(--gold-hi)}

.form-lead{font-size:15px;color:var(--silver);margin:0 0 14px}
.form iframe{width:100%;height:260px;border:var(--hair);border-radius:var(--r);background:#fff}

/* ── payments ────────────────────────────────────────────────────── */
.pay{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}
.pay .eyebrow{margin:0}
.pay img{height:26px;width:auto;opacity:.8}

/* ── footer ──────────────────────────────────────────────────────── */
.nt-footer{border-top:var(--hair);padding:48px 0 96px;text-align:center}
@media (min-width:900px){.nt-footer{padding-bottom:48px}}
.tagline{font-family:var(--serif);font-size:clamp(20px,5vw,30px);color:var(--gold);margin:0 0 18px}
.foot-links{display:flex;flex-wrap:wrap;gap:22px;justify-content:center;margin-bottom:26px}
.foot-links a{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--silver);text-decoration:none;transition:color .2s}
.foot-links a:hover{color:var(--gold-hi)}
.disclaimer{max-width:88ch;margin:0 auto 18px;font-size:10px;line-height:1.7;color:#5f5b52;text-align:justify}
/* The trademark paragraph is legal boilerplate and 10px justified is right
   for it. The availability statement is the one line in this block a buyer
   needs to read, so it is not sized like fine print. */
.disclaimer.stock{max-width:70ch;font-size:12px;line-height:1.65;color:var(--smoke);text-align:center;margin-bottom:22px}
.copy{font-size:11px;letter-spacing:.12em;color:var(--smoke);margin:0}
.copy strong{color:var(--silver);font-weight:500}

/* ── mobile action bar ───────────────────────────────────────────── */
.actionbar{
  position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;
  background:rgba(11,10,8,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-top:var(--hair);padding-bottom:env(safe-area-inset-bottom);
}
.actionbar a{
  flex:1;min-height:52px;display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  text-decoration:none;color:var(--cream);
}
.actionbar a:first-child{border-right:var(--hair);color:var(--gold)}
@media (min-width:900px){.actionbar{display:none}}

/* ── reveal on scroll ────────────────────────────────────────────── */
/* Visible by DEFAULT. The hiding only applies once the inline script in <head>
   has put .js on <html>, so a visitor whose JS never runs — blocked, failed
   CDN, old browser — still sees the whole page instead of a black void below
   the hero. Never gate content on an observer firing. */
.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}
.js .reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .js .reveal{opacity:1;transform:none;transition:none}
  .scroll-hint span{animation:none}
  .card:hover{transform:none}
  .card:hover .shot img{transform:none}
}
