/* MODA Watches — shared Swiss/utilitarian system (matches homepage) */
  :root {
    --paper: #f2f1ec;
    --raised: #f6f4ec;
    --ink: #26221a;
    --muted: #4d4940;
    --line: rgba(22, 20, 15, 0.16);
    --line-soft: rgba(22, 20, 15, 0.09);
    --emerald: #0b6b48;
    --emerald-deep: #075235;
    --grotesk: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
    --mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
    --maxw: 1240px;
  }
  *, *::before, *::after { box-sizing: border-box; }
  html { -webkit-text-size-adjust: 100%; }
  body {
    margin: 0; background: var(--paper); color: var(--ink);
    font-family: var(--grotesk); font-size: 17px; line-height: 1.55;
    font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  }
  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  .container { max-width: var(--maxw); margin: 0 auto; padding: 0 36px; }
  .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
  .skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: var(--paper); padding: 10px 16px; z-index: 500; }
  .skip-link:focus { left: 0; }
  :focus-visible { outline: 2px solid var(--emerald); outline-offset: 2px; }

  h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }

  /* mono label system — used consistently everywhere */
  .lab { font-family: var(--mono); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
  .lab-em { color: var(--emerald); }

  .num { font-family: var(--mono); font-variant-numeric: tabular-nums; }

  /* buttons: single primary (ink, square) + text links (mono w/ arrow). No twin filled+ghost. */
  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--grotesk); font-size: 0.92rem; font-weight: 600; letter-spacing: 0.01em;
    background: var(--ink); color: var(--paper); padding: 15px 24px; border: none; cursor: pointer;
    transition: background 0.2s, transform 0.15s;
  }
  .btn:hover { background: var(--emerald); transform: translateY(-1px); }
  .btn svg { width: 17px; height: 17px; }
  .tlink {
    font-family: var(--mono); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--ink); display: inline-flex; align-items: center; gap: 9px;
    border-bottom: 1.5px solid var(--ink); padding-bottom: 3px; transition: color 0.2s, border-color 0.2s, gap 0.2s;
  }
  .tlink:hover { color: var(--emerald); border-color: var(--emerald); gap: 14px; }
  .tlink svg { width: 14px; height: 14px; }

  /* ── Nav ── */
  #nav { position: sticky; top: 0; z-index: 100; background: rgba(242,241,236,0.86); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color 0.3s; }
  #nav.scrolled { border-bottom-color: var(--line); }
  #nav.menu-open { background: var(--paper); backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom-color: var(--line); }
  #nav .container { display: flex; align-items: center; justify-content: space-between; height: 70px; }
  .nav-logo { font-family: var(--grotesk); font-size: 1.3rem; font-weight: 800; letter-spacing: -0.04em; }
  .nav-logo-accent { color: var(--emerald); }
  .nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
  .nav-links a { font-family: var(--mono); font-size: 0.74rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-hamburger { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; width: 44px; height: 44px; padding: 0; }
  .nav-hamburger span { width: 24px; height: 2px; background: var(--ink); transition: transform 0.3s, opacity 0.3s; }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* ── Hero ── */
  .hero { padding: 84px 0 56px; }
  .hero-meta { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
  .hero h1 { font-size: clamp(3rem, 8.2vw, 7rem); font-weight: 900; letter-spacing: -0.045em; margin: 40px 0 0; max-width: 14ch; }
  .hero h1 .hl { color: var(--emerald); }
  .hero-row { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-top: 36px; }
  .hero-sub { font-size: 1.2rem; color: var(--ink); max-width: 46ch; margin: 0; }
  .hero-proof { font-size: 0.95rem; color: var(--muted); max-width: 52ch; margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line-soft); line-height: 1.55; }
  .hero-proof b { color: var(--ink); font-weight: 600; }
  .hero-cta { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }

  /* ── Market strip (the watch-specific move) ── */
  .ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; position: relative; background: var(--ink); color: var(--paper); }
  .ticker-label { position: absolute; left: 0; top: 0; bottom: 0; display: flex; align-items: center; padding: 0 18px; background: var(--emerald); color: #fff; font-family: var(--mono); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; z-index: 2; }
  .ticker-track { display: flex; gap: 0; white-space: nowrap; animation: ticker 42s linear infinite; will-change: transform; }
  .ticker:hover .ticker-track { animation-play-state: paused; }
  .ticker-item { display: inline-flex; align-items: baseline; gap: 12px; padding: 14px 30px; border-right: 1px solid rgba(255,255,255,0.14); font-family: var(--mono); font-size: 0.8rem; }
  .ticker-item .tk-ref { color: rgba(255,255,255,0.55); }
  .ticker-item .tk-name { font-weight: 500; }
  .ticker-item .tk-mkt { color: #fff; }
  .ticker-item .tk-up { color: #4ec98f; font-weight: 600; }
  @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

  /* ── Section scaffold ── */
  section.block { padding: 96px 0; }
  .block + .block { border-top: 1px solid var(--line-soft); }
  .sec-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 36px; }
  .sec-no { font-family: var(--mono); font-size: 0.8rem; font-weight: 600; color: var(--emerald); letter-spacing: 0.05em; }
  .sec-head .lab { padding-top: 2px; }

  h2.big { font-size: clamp(2rem, 4.4vw, 3.4rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.02; }
  .lead { font-size: 1.12rem; color: var(--muted); max-width: 54ch; line-height: 1.55; }

  /* points — mono numbered, used sparingly (not on every section) */
  .points { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
  .points li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line-soft); font-size: 0.97rem; color: var(--muted); }
  .points li:last-child { border-bottom: 1px solid var(--line-soft); }
  .points .pn { font-family: var(--mono); font-size: 0.72rem; color: var(--emerald); padding-top: 3px; }

  /* ── 01 Pricing: data table ── */
  .price-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: start; }
  .panel { border: 1px solid var(--ink); background: var(--raised); }
  .panel-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 18px; background: var(--ink); color: var(--paper); font-family: var(--mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }
  .panel-bar .tag { background: var(--emerald); color: #fff; padding: 3px 8px; }
  .spec-top { display: grid; grid-template-columns: 120px 1fr; }
  .spec-photo { aspect-ratio: 1/1; background: #e7e3d8; border-right: 1px solid var(--line); }
  .spec-photo img { width: 100%; height: 100%; object-fit: cover; }
  .spec-id { padding: 18px; display: flex; flex-direction: column; justify-content: center; gap: 4px; }
  .spec-id .nm { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; }
  .spec-id .rf { font-family: var(--mono); font-size: 0.78rem; color: var(--muted); }
  .drow { display: grid; grid-template-columns: 1fr 1fr; }
  .drow > div { padding: 11px 18px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 0.82rem; }
  .drow > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .drow .k { color: var(--muted); }
  .pricebar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px; border-top: 1px solid var(--ink); }
  .pricebar .pk { font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
  .pricebar .pv { font-family: var(--mono); font-size: 1.9rem; font-weight: 600; font-variant-numeric: tabular-nums; }
  .pricebar .pct { font-family: var(--mono); font-size: 0.9rem; font-weight: 600; color: var(--emerald); }
  .panel-foot { font-family: var(--mono); font-size: 0.66rem; color: var(--muted); padding: 10px 18px; border-top: 1px solid var(--line); letter-spacing: 0.03em; }

  /* ── 02 Provenance: report doc ── */
  .prov-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
  .report { font-family: var(--mono); border: 1px solid var(--ink); background: var(--raised); }
  .report .panel-bar { font-size: 0.7rem; }
  .report-line { display: flex; justify-content: space-between; gap: 16px; padding: 12px 18px; border-top: 1px solid var(--line); font-size: 0.84rem; }
  .report-line .k { color: var(--muted); }
  .report-line .v.ok { color: var(--emerald); }
  .report-foot { font-size: 0.66rem; color: var(--muted); padding: 10px 18px; border-top: 1px solid var(--line); }

  /* ── 03 Sell: number-forward ── */
  .sell-wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
  .offer-block { border-left: 3px solid var(--emerald); padding: 6px 0 6px 28px; }
  .offer-block .lab { display: block; margin-bottom: 14px; }
  .offer-fig { font-family: var(--mono); font-size: clamp(3rem, 7vw, 5rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
  .offer-meta { font-family: var(--mono); font-size: 0.82rem; color: var(--muted); margin-top: 14px; line-height: 1.7; }
  .chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; }
  .chip { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink); border: 1px solid var(--line); padding: 7px 12px; }

  /* ── 04 Auctions: stat grid ── */
  .stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
  .stat-cell { padding: 26px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .stat-cell .sv { font-family: var(--mono); font-size: clamp(1.8rem, 3.2vw, 2.6rem); font-weight: 600; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
  .stat-cell .sl { font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); margin-top: 8px; line-height: 1.4; }
  .auc-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 36px; }
  .auc-note { font-family: var(--mono); font-size: 0.78rem; color: var(--muted); }

  /* ── 05 Appraisals: certificate ── */
  .appr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
  .cert { border: 1px solid var(--ink); background: var(--raised); }
  .cert-top { padding: 20px 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
  .cert-brand { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
  .cert-brand span { display: block; font-family: var(--mono); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
  .cert-no { font-family: var(--mono); font-size: 0.68rem; color: var(--muted); text-align: right; line-height: 1.6; }
  .cert-no b { color: var(--ink); font-weight: 600; }
  .cert-banner { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--emerald-deep); background: rgba(11,107,72,0.08); text-align: center; padding: 9px; }
  .cert-sec { font-family: var(--mono); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); padding: 16px 22px 6px; }
  .cert-line { display: flex; justify-content: space-between; gap: 16px; padding: 9px 22px; font-family: var(--mono); font-size: 0.82rem; }
  .cert-line .k { color: var(--muted); }
  .cert-valbox { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; padding: 14px 22px 18px; }
  .cert-val { font-family: var(--mono); font-size: 1.7rem; font-weight: 600; font-variant-numeric: tabular-nums; }
  .cert-vlab { font-family: var(--mono); font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); margin-bottom: 5px; }
  .cert-foot { display: flex; justify-content: space-between; align-items: flex-end; padding: 16px 22px; border-top: 1px solid var(--line); }
  .cert-sig { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.01em; }
  .cert-sig span { display: block; font-family: var(--mono); font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); margin-top: 4px; }
  .panel-foot.cert-il { padding: 10px 22px; }

  /* ── Final ── */
  .final { padding: 110px 0; border-top: 1px solid var(--line); }
  .final h2 { font-size: clamp(2.6rem, 7vw, 6rem); font-weight: 900; letter-spacing: -0.045em; line-height: 0.96; max-width: 16ch; }
  .final-cta { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 40px; }

  /* ── Footer ── */
  footer { border-top: 1px solid var(--ink); padding: 64px 0 40px; }
  .foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; }
  .foot-brand { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.03em; }
  .foot-brand span { color: var(--emerald); }
  .foot-tag { color: var(--muted); margin: 14px 0 0; max-width: 30ch; font-size: 0.96rem; }
  .foot-col h4 { font-family: var(--mono); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin: 0 0 16px; }
  .foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
  .foot-col a { font-size: 0.95rem; color: var(--ink); transition: color 0.2s; }
  .foot-col a:hover { color: var(--emerald); }
  .foot-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line-soft); }
  .foot-dis { font-family: var(--mono); font-size: 0.7rem; color: var(--muted); line-height: 1.6; max-width: 760px; margin-top: 26px; }
  .foot-copy { font-family: var(--mono); font-size: 0.72rem; color: var(--muted); }
  .foot-pol { display: flex; flex-wrap: wrap; gap: 8px 18px; }
  .foot-pol a { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.03em; color: var(--muted); transition: color 0.2s; }
  .foot-pol a:hover { color: var(--ink); }

  /* reveal */
  html.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease; }
  html.js .reveal.visible { opacity: 1; transform: none; }
  .rd1 { transition-delay: 0.07s; } .rd2 { transition-delay: 0.14s; }
  @media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

  /* responsive */
  @media (max-width: 960px) {
    .price-grid, .prov-grid, .sell-wrap, .appr-grid { grid-template-columns: 1fr; gap: 36px; }
    .stat-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-row { grid-template-columns: 1fr; gap: 28px; align-items: start; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
    .foot-brand-block { grid-column: 1 / -1; }
  }
  @media (max-width: 640px) {
    body { font-size: 16px; }
    .container { padding: 0 22px; }
    .nav-links { position: fixed; inset: 70px 0 0 0; background: var(--paper); flex-direction: column; align-items: flex-start; gap: 6px; padding: 26px 22px; transform: translateX(100%); transition: transform 0.3s ease; border-top: 1px solid var(--line); }
    .nav-links.open { transform: translateX(0); }
    .nav-links a { font-size: 1rem; padding: 10px 0; }
    .nav-hamburger { display: flex; }
    .spec-top { grid-template-columns: 90px 1fr; }
    .stat-grid { grid-template-columns: 1fr; }
    .btn { width: 100%; justify-content: center; }
    .foot-grid { grid-template-columns: 1fr; }
  }

  /* ════════════ SHARED: inner-page helpers ════════════ */
  /* page hero (inner pages) */
  .page-hero { padding: 72px 0 40px; }
  .page-hero .lab { display:block; margin-bottom: 22px; }
  .page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 900; letter-spacing: -0.045em; line-height: 1.0; margin: 0; max-width: 16ch; }
  .page-hero h1 .hl { color: var(--emerald); }
  .page-hero-sub { font-size: 1.15rem; color: var(--ink); max-width: 52ch; margin: 26px 0 0; line-height: 1.5; }
  .page-hero-proof { font-size: 0.95rem; color: var(--muted); max-width: 56ch; margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line-soft); line-height: 1.55; }
  .page-hero-proof b { color: var(--ink); font-weight: 600; }

  /* generic form controls (Swiss: square, paper-raised, ink border) */
  .field { display: flex; flex-direction: column; gap: 8px; }
  .field label, .form-label { font-family: var(--mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
  input, select, textarea {
    font-family: var(--grotesk); font-size: 1rem; font-weight: 400;
    background: var(--raised); border: 1px solid var(--line); color: var(--ink);
    padding: 13px 15px; border-radius: 0; outline: none; width: 100%;
    transition: border-color 0.2s, background 0.2s;
  }
  input:focus, select:focus, textarea:focus { border-color: var(--emerald); }
  input::placeholder, textarea::placeholder { color: var(--muted); opacity: 0.7; }
  select { appearance: none; -webkit-appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230b6b48' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }

  /* card / framed content block reused on inner pages */
  .card { border: 1px solid var(--ink); background: var(--raised); padding: 30px 30px; }
  .card-title { font-family: var(--mono); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--emerald); margin-bottom: 18px; }

  /* success message */
  .success-msg { display: none; text-align: left; padding: 8px 0; }
  .success-msg.show { display: block; }
  .success-icon { color: var(--emerald); margin-bottom: 14px; display: flex; }
  .success-msg h3, .success-msg p { font-family: var(--grotesk); }
  .success-msg h3 { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.03em; margin: 0 0 6px; }
  .success-msg p { color: var(--muted); margin: 0; }

