/* =========================================================
   Meridian Motorworks — independent German/European prestige
   car specialist. Aesthetic: precision-engineering luxury.
   Deep graphite/navy canvas, brushed-platinum + warm-champagne
   accent. Display: Sora. Hairline serif accents: Newsreader.
   ========================================================= */

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { min-height: 100%; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, picture, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { font-weight: 600; line-height: 1.06; letter-spacing: -0.02em; }

/* ---- Tokens ---- */
:root {
  --graphite:   #0d1117;   /* deepest canvas */
  --graphite-2: #11161f;
  --navy:       #131b29;
  --panel:      #161d29;
  --panel-2:    #1b2330;
  --slate:      #222c3b;
  --line:       rgba(196, 208, 226, 0.12);
  --line-2:     rgba(196, 208, 226, 0.22);

  --ink:        #e8edf5;   /* primary text on dark */
  --ink-soft:   #b3bccd;
  --muted:      #7e8aa0;
  --muted-2:    #5d6677;

  --platinum:   #cfd6e0;   /* brushed platinum */
  --platinum-d: #9aa4b4;
  --champ:      #d8b878;   /* warm champagne accent */
  --champ-l:    #ecd3a0;
  --champ-d:    #b8965a;

  --emerald:    #5fd1a0;   /* on-brand success */

  --paper:      #f3f1ea;   /* rare light section */
  --paper-ink:  #161d29;

  --display: "Sora", "Helvetica Neue", Arial, sans-serif;
  --serif:   "Newsreader", Georgia, "Times New Roman", serif;
  --body:    "Sora", "Helvetica Neue", Arial, sans-serif;

  --mw: 1220px;
  --gutter: clamp(20px, 5vw, 72px);
  --metal: linear-gradient(135deg, #e9eef5 0%, #aeb8c8 28%, #f4f7fb 52%, #8e98a8 76%, #d4dbe6 100%);
  --champ-grad: linear-gradient(135deg, #ecd3a0 0%, #d8b878 45%, #b8965a 100%);
  --shadow: 0 30px 70px -34px rgba(0, 0, 0, 0.75);
  --shadow-sm: 0 18px 40px -28px rgba(0, 0, 0, 0.7);
  --r: 14px;
  --r-sm: 9px;
}

/* ---- Base ---- */
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--graphite);
  font-size: 16.5px;
  letter-spacing: 0.005em;
  background-image:
    radial-gradient(1100px 620px at 78% -8%, rgba(216,184,120,0.07), transparent 60%),
    radial-gradient(900px 560px at 8% 4%, rgba(120,150,200,0.06), transparent 58%);
  background-attachment: fixed;
}

.wrap { max-width: var(--mw); margin: 0 auto; padding-inline: var(--gutter); }

/* Micro-grid texture utility */
.grid-tex {
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 38px 38px;
}

.eyebrow {
  font-family: var(--body);
  font-size: 0.7rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--champ);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.85em;
}
.eyebrow::before {
  content: "";
  width: 30px; height: 1px;
  background: var(--champ-d);
}
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }

.serif { font-family: var(--serif); font-weight: 300; }
em.serif, .serif em { font-style: italic; }

.metal-text {
  background: var(--metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.champ-text { color: var(--champ); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65em;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.05em 1.9em;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background .35s, color .35s, border-color .35s, transform .35s, box-shadow .35s;
}
.btn-solid {
  background: var(--champ-grad); color: #1a1305;
  box-shadow: 0 14px 30px -16px rgba(216,184,120,0.6);
}
.btn-solid:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(216,184,120,0.75); }
.btn-ghost { border-color: var(--line-2); color: var(--ink); }
.btn-ghost:hover { background: rgba(255,255,255,0.05); border-color: var(--champ); color: var(--champ-l); transform: translateY(-2px); }
.btn-dark { background: var(--graphite); color: var(--ink); border-color: var(--line-2); }
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn .arr { transition: transform .35s; }
.btn:hover .arr { transform: translateX(4px); }

/* =========================================================
   Header / Nav
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(13, 17, 23, 0.82);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; height: 80px;
  max-width: var(--mw); margin: 0 auto; padding-inline: var(--gutter);
}
.brand { display: inline-flex; align-items: center; gap: 0.7rem; }
.brand-badge { width: 38px; height: 38px; flex: none; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name .bn-1 {
  font-family: var(--display); font-weight: 700; font-size: 1.02rem;
  letter-spacing: 0.02em; color: var(--ink);
}
.brand-name .bn-1 b { color: var(--champ); font-weight: 700; }
.brand-name .bn-2 {
  font-size: 0.58rem; letter-spacing: 0.36em; text-transform: uppercase;
  color: var(--muted); margin-top: 5px;
}

.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  font-size: 0.76rem; letter-spacing: 0.13em; text-transform: uppercase;
  font-weight: 500; color: var(--ink-soft); position: relative; padding: 4px 0;
  transition: color .3s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 1px;
  background: var(--champ); transition: width .35s;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.nav-cta { display: flex; align-items: center; gap: 1.3rem; }
.nav-phone {
  font-size: 0.8rem; letter-spacing: 0.04em; color: var(--ink-soft);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.nav-phone b { color: var(--champ); font-weight: 600; }

.nav-toggle {
  display: none; width: 44px; height: 44px; flex-direction: column;
  justify-content: center; align-items: center; gap: 5px;
  border: 1px solid var(--line-2); border-radius: 10px;
}
.nav-toggle span { width: 19px; height: 1.6px; background: var(--ink); transition: transform .3s, opacity .3s; }

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; overflow: hidden; padding: clamp(64px, 9vw, 124px) 0 clamp(56px, 7vw, 96px); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0.5;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 40%, transparent 78%);
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero-copy h1 {
  font-family: var(--display); font-size: clamp(2.6rem, 6vw, 4.55rem);
  margin: 1.1rem 0 1.3rem; letter-spacing: -0.035em;
}
.hero-copy h1 em { font-family: var(--serif); font-weight: 300; font-style: italic; letter-spacing: -0.01em; }
.hero-tag { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--ink-soft); max-width: 33ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.hero-meta { display: flex; gap: 2.2rem; margin-top: 2.6rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.hero-meta .hm { display: flex; flex-direction: column; gap: 4px; }
.hero-meta .hm b { font-family: var(--display); font-size: 1.45rem; font-weight: 700; color: var(--ink); }
.hero-meta .hm span { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

.hero-media { position: relative; }
.hero-frame {
  position: relative; border: 1px solid var(--line-2); border-radius: var(--r);
  background: linear-gradient(160deg, var(--panel), var(--graphite-2));
  padding: 26px; box-shadow: var(--shadow); overflow: hidden;
}
.hero-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(236,211,160,0.07) 50%, transparent 60%);
  pointer-events: none;
}
.hero-svg { width: 100%; height: auto; }
.hero-badge {
  position: absolute; right: -14px; bottom: -16px;
  background: var(--champ-grad); color: #1a1305;
  border-radius: 12px; padding: 14px 18px; box-shadow: var(--shadow-sm);
  text-align: center;
}
.hero-badge .n { font-family: var(--display); font-weight: 700; font-size: 1.4rem; line-height: 1; }
.hero-badge .l { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 4px; font-weight: 600; }

/* =========================================================
   Marque row
   ========================================================= */
.marques { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2.4rem 0; }
.marques .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.marques .ml { font-size: 0.66rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.marque-list { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(1.4rem, 4vw, 3rem); }
.marque {
  font-family: var(--display); font-weight: 700; font-size: 1.18rem;
  letter-spacing: 0.18em; color: var(--platinum-d); text-transform: uppercase;
  opacity: 0.72; transition: opacity .35s, color .35s; position: relative;
}
.marque:hover { opacity: 1; color: var(--platinum); }
.marque span { font-weight: 300; letter-spacing: 0.02em; }

/* =========================================================
   Sections
   ========================================================= */
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section.tint { background: linear-gradient(180deg, var(--graphite-2), var(--graphite)); }
.section.panel { background: var(--panel); border-block: 1px solid var(--line); }

.sec-head { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: end; margin-bottom: 3.4rem; }
.sec-head h2 { font-family: var(--display); font-size: clamp(1.9rem, 3.6vw, 3rem); margin-top: 1rem; }
.sec-head h2 em { font-family: var(--serif); font-weight: 300; font-style: italic; }
.sec-head > p { color: var(--ink-soft); font-size: 1.02rem; }
.sec-head.center { grid-template-columns: 1fr; text-align: center; justify-items: center; max-width: 760px; margin-inline: auto; }

/* Stat strip */
.stats { border-block: 1px solid var(--line); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 3rem 1.5rem; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat .n { font-family: var(--display); font-weight: 700; font-size: clamp(2rem, 4vw, 2.9rem); }
.stat .n.metal-text { background: var(--metal); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .l { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-top: 0.6rem; }

/* Services grid */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.svc-card {
  border: 1px solid var(--line); border-radius: var(--r); padding: 2rem;
  background: linear-gradient(165deg, var(--panel), var(--graphite-2));
  display: flex; flex-direction: column; gap: 1rem;
  transition: transform .4s, border-color .4s, box-shadow .4s;
  position: relative; overflow: hidden;
}
.svc-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--champ-grad); transform: scaleX(0); transform-origin: left; transition: transform .45s;
}
.svc-card:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-ico { width: 46px; height: 46px; color: var(--champ); }
.svc-card h3 { font-family: var(--display); font-size: 1.22rem; }
.svc-card p { color: var(--ink-soft); font-size: 0.94rem; }
.svc-meta { margin-top: auto; padding-top: 1.1rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; }
.svc-meta .from { font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.svc-meta .price { font-family: var(--display); font-weight: 700; font-size: 1.25rem; color: var(--champ); }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; counter-reset: step; }
.step {
  border: 1px solid var(--line); border-radius: var(--r); padding: 2rem 1.6rem;
  background: var(--panel-2); position: relative;
}
.step .num {
  font-family: var(--display); font-weight: 700; font-size: 0.9rem;
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--champ-d);
  display: grid; place-items: center; color: var(--champ); margin-bottom: 1.2rem;
}
.step h3 { font-family: var(--display); font-size: 1.08rem; margin-bottom: 0.6rem; }
.step p { color: var(--ink-soft); font-size: 0.9rem; }
.step::after {
  content: ""; position: absolute; top: 2.9rem; right: -0.85rem; width: 0.85rem; height: 1px;
  background: var(--line-2);
}
.step:last-child::after { display: none; }

/* Equipment / credentials */
.equip-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.equip-frame {
  border: 1px solid var(--line-2); border-radius: var(--r); padding: 24px;
  background: linear-gradient(160deg, var(--panel), var(--graphite-2)); box-shadow: var(--shadow);
}
.creds { display: grid; gap: 1rem; }
.cred { display: flex; gap: 1rem; align-items: flex-start; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.cred:last-child { border-bottom: none; }
.cred .ci { width: 34px; height: 34px; flex: none; color: var(--champ); margin-top: 2px; }
.cred h4 { font-family: var(--display); font-size: 1.05rem; margin-bottom: 0.3rem; }
.cred p { color: var(--ink-soft); font-size: 0.92rem; }

/* Testimonial */
.testi { text-align: center; max-width: 880px; margin-inline: auto; }
.testi .quote {
  font-family: var(--serif); font-weight: 300; font-style: italic;
  font-size: clamp(1.45rem, 3.4vw, 2.35rem); line-height: 1.32; color: var(--ink);
}
.testi .quote::before { content: "\201C"; color: var(--champ); }
.testi .quote::after { content: "\201D"; color: var(--champ); }
.testi .by { margin-top: 1.8rem; font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.testi .by b { color: var(--champ); font-weight: 600; }
.testi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3.4rem; }
.t-card { border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem; text-align: left; background: var(--panel-2); }
.t-card .stars { color: var(--champ); letter-spacing: 0.18em; font-size: 0.85rem; }
.t-card p { color: var(--ink-soft); font-size: 0.94rem; margin: 0.9rem 0 1.1rem; }
.t-card .who { font-size: 0.74rem; letter-spacing: 0.04em; }
.t-card .who b { color: var(--ink); }
.t-card .who span { color: var(--muted); display: block; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 3px; }

/* Journal teaser */
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.j-card {
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  background: var(--panel-2); display: flex; flex-direction: column;
  transition: transform .4s, border-color .4s;
}
.j-card:hover { transform: translateY(-5px); border-color: var(--line-2); }
.j-thumb { aspect-ratio: 16/10; position: relative; overflow: hidden; }
.j-thumb svg { width: 100%; height: 100%; }
.j-body { padding: 1.5rem 1.6rem 1.8rem; display: flex; flex-direction: column; gap: 0.7rem; flex: 1; }
.j-tag { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--champ); font-weight: 600; }
.j-body h3 { font-family: var(--display); font-size: 1.16rem; }
.j-body p { color: var(--ink-soft); font-size: 0.92rem; }
.j-meta { margin-top: auto; padding-top: 1rem; font-size: 0.72rem; color: var(--muted); display: flex; gap: 0.6rem; align-items: center; }
.read-more { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--champ); font-weight: 600; display: inline-flex; gap: 0.5em; align-items: center; }
.read-more .arr { transition: transform .3s; }
.read-more:hover .arr { transform: translateX(4px); }

/* CTA band */
.cta-band { position: relative; overflow: hidden; }
.cta-inner {
  border: 1px solid var(--line-2); border-radius: 20px; padding: clamp(2.4rem, 5vw, 4rem);
  background: linear-gradient(150deg, var(--panel), var(--graphite-2));
  text-align: center; position: relative; overflow: hidden; box-shadow: var(--shadow);
}
.cta-inner::before {
  content: ""; position: absolute; inset: 0; opacity: 0.4;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(80% 120% at 50% 0%, #000, transparent 70%);
}
.cta-inner > * { position: relative; z-index: 1; }
.cta-inner h2 { font-family: var(--display); font-size: clamp(2rem, 4.4vw, 3.2rem); margin: 1rem auto 1.2rem; max-width: 18ch; }
.cta-inner h2 em { font-family: var(--serif); font-weight: 300; font-style: italic; }
.cta-inner p { color: var(--ink-soft); max-width: 52ch; margin: 0 auto 2rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   Services page
   ========================================================= */
.page-hero { padding: clamp(70px, 9vw, 110px) 0 clamp(40px, 5vw, 64px); position: relative; }
.page-hero h1 { font-family: var(--display); font-size: clamp(2.4rem, 5.5vw, 4rem); margin: 1.1rem 0 1.2rem; }
.page-hero h1 em { font-family: var(--serif); font-weight: 300; font-style: italic; }
.page-hero p { color: var(--ink-soft); max-width: 56ch; font-size: 1.06rem; }

.price-table { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.price-row {
  display: grid; grid-template-columns: 1.4fr 2fr 0.8fr; gap: 1.5rem; align-items: center;
  padding: 1.5rem 1.8rem; border-bottom: 1px solid var(--line);
}
.price-row:last-child { border-bottom: none; }
.price-row:nth-child(odd) { background: rgba(255,255,255,0.012); }
.price-row .pr-name { font-family: var(--display); font-weight: 600; font-size: 1.06rem; }
.price-row .pr-name span { display: block; font-family: var(--body); font-weight: 400; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }
.price-row .pr-desc { color: var(--ink-soft); font-size: 0.92rem; }
.price-row .pr-price { font-family: var(--display); font-weight: 700; font-size: 1.3rem; color: var(--champ); text-align: right; white-space: nowrap; }
.price-row .pr-price small { display: block; font-family: var(--body); font-weight: 400; font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.price-head { background: var(--panel) !important; }
.price-head .ph { font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.price-head .ph:last-child { text-align: right; }

.note-band { display: flex; gap: 1rem; align-items: flex-start; padding: 1.4rem 1.6rem; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--panel-2); margin-top: 1.6rem; }
.note-band svg { width: 26px; height: 26px; color: var(--champ); flex: none; margin-top: 2px; }
.note-band p { color: var(--ink-soft); font-size: 0.9rem; }

/* feature list */
.incl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem 3rem; }
.incl { display: flex; gap: 0.9rem; align-items: flex-start; }
.incl svg { width: 22px; height: 22px; color: var(--champ); flex: none; margin-top: 3px; }
.incl h4 { font-family: var(--display); font-size: 1rem; margin-bottom: 0.25rem; }
.incl p { color: var(--ink-soft); font-size: 0.9rem; }

/* filter (services categories) */
.filter-bar { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-bottom: 2.4rem; align-items: center; }
.filter-btn {
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  padding: 0.7em 1.3em; border: 1px solid var(--line-2); border-radius: 999px; color: var(--ink-soft);
  transition: background .3s, color .3s, border-color .3s;
}
.filter-btn:hover { border-color: var(--champ); color: var(--champ-l); }
.filter-btn.active { background: var(--champ-grad); color: #1a1305; border-color: transparent; }
.filter-count { margin-left: auto; font-size: 0.72rem; color: var(--muted); letter-spacing: 0.08em; }
.filter-count b { color: var(--champ); }
[data-listing].hide { display: none; }

/* =========================================================
   Contact page
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.form-card {
  border: 1px solid var(--line-2); border-radius: var(--r); padding: clamp(1.6rem, 3vw, 2.4rem);
  background: linear-gradient(165deg, var(--panel), var(--graphite-2)); box-shadow: var(--shadow-sm);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: flex; flex-direction: column; gap: 0.45rem; margin-bottom: 1.1rem; }
.field label { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.field input, .field select, .field textarea {
  background: var(--graphite); border: 1px solid var(--line-2); border-radius: var(--r-sm);
  padding: 0.85em 1em; color: var(--ink); font-size: 0.95rem; transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--champ); box-shadow: 0 0 0 3px rgba(216,184,120,0.12);
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { margin-top: 1rem; font-size: 0.9rem; min-height: 1.2em; color: var(--ink-soft); }

.info-stack { display: flex; flex-direction: column; gap: 1.4rem; }
.info-card { border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem 1.8rem; background: var(--panel-2); }
.info-card h3 { font-family: var(--display); font-size: 1.05rem; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.6rem; }
.info-card h3 svg { width: 20px; height: 20px; color: var(--champ); }
.nap-line { display: flex; gap: 0.7rem; align-items: baseline; padding: 0.4rem 0; color: var(--ink-soft); font-size: 0.95rem; }
.nap-line b { color: var(--ink); font-weight: 600; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 0.55rem 0; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.hours-table tr:last-child td { border-bottom: none; }
.hours-table td:first-child { color: var(--ink-soft); }
.hours-table td:last-child { text-align: right; color: var(--ink); font-variant-numeric: tabular-nums; }
.hours-table .closed td:last-child { color: var(--muted); }
.hours-table .today td { color: var(--champ); }
.hours-table .today td:last-child { color: var(--champ); font-weight: 600; }

.map-card { border: 1px solid var(--line-2); border-radius: var(--r); overflow: hidden; background: var(--panel); margin-top: 2.6rem; }
.map-svg { width: 100%; height: auto; display: block; }
.map-foot { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.4rem; border-top: 1px solid var(--line); font-size: 0.82rem; color: var(--muted); flex-wrap: wrap; gap: 0.6rem; }
.map-foot b { color: var(--ink); }

/* =========================================================
   Blog page
   ========================================================= */
.featured-post {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid var(--line-2); border-radius: var(--r); overflow: hidden;
  background: linear-gradient(160deg, var(--panel), var(--graphite-2)); box-shadow: var(--shadow);
}
.featured-post .fp-media { position: relative; min-height: 320px; }
.featured-post .fp-media svg { width: 100%; height: 100%; position: absolute; inset: 0; }
.featured-post .fp-body { padding: clamp(1.8rem, 4vw, 3rem); display: flex; flex-direction: column; gap: 1.1rem; justify-content: center; }
.featured-post .fp-body h2 { font-family: var(--display); font-size: clamp(1.6rem, 3.2vw, 2.5rem); }
.featured-post .fp-body p { color: var(--ink-soft); }
.fp-author { display: flex; align-items: center; gap: 0.8rem; margin-top: 0.5rem; }
.fp-author .av { width: 40px; height: 40px; border-radius: 50%; background: var(--champ-grad); display: grid; place-items: center; font-family: var(--display); font-weight: 700; color: #1a1305; font-size: 0.9rem; }
.fp-author .au b { color: var(--ink); display: block; font-size: 0.9rem; }
.fp-author .au span { color: var(--muted); font-size: 0.74rem; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }

/* Newsletter */
.news-card { border: 1px solid var(--line-2); border-radius: 20px; padding: clamp(2rem, 4vw, 3rem); background: linear-gradient(150deg, var(--panel), var(--graphite-2)); text-align: center; }
.news-card h2 { font-family: var(--display); font-size: clamp(1.6rem, 3.2vw, 2.4rem); margin-bottom: 0.8rem; }
.news-card p { color: var(--ink-soft); max-width: 46ch; margin: 0 auto 1.6rem; }
.news-form { display: flex; gap: 0.7rem; max-width: 480px; margin: 0 auto; flex-wrap: wrap; }
.news-form input { flex: 1; min-width: 200px; background: var(--graphite); border: 1px solid var(--line-2); border-radius: 999px; padding: 0.95em 1.3em; color: var(--ink); }
.news-form input:focus { outline: none; border-color: var(--champ); }

/* =========================================================
   Footer
   ========================================================= */
.site-footer { border-top: 1px solid var(--line); background: var(--graphite-2); padding: clamp(3rem, 6vw, 5rem) 0 2rem; margin-top: 2rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; margin-bottom: 3rem; }
.foot-brand .brand { margin-bottom: 1.2rem; }
.foot-brand p { color: var(--muted); font-size: 0.92rem; max-width: 34ch; }
.foot-col h4 { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--champ); margin-bottom: 1.1rem; font-weight: 600; }
.foot-col a, .foot-col p { display: block; color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 0.7rem; transition: color .3s; }
.foot-col a:hover { color: var(--champ); }
.foot-bottom { border-top: 1px solid var(--line); padding-top: 1.8rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.foot-bottom .legal { color: var(--muted-2); font-size: 0.78rem; }
.foot-bottom .copy { color: var(--muted); font-size: 0.8rem; }
.disclaimer { margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 0.76rem; line-height: 1.6; max-width: 80ch; }

/* =========================================================
   Reveal animation
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 960px) {
  .hero-grid, .equip-grid, .contact-grid, .featured-post { grid-template-columns: 1fr; }
  .sec-head { grid-template-columns: 1fr; }
  .svc-grid, .steps, .testi-row, .journal-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); }
  .step::after { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .featured-post .fp-media { min-height: 240px; }
}
@media (max-width: 720px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav.open { position: relative; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; gap: 0; align-items: stretch;
    position: absolute; top: 80px; left: 0; right: 0;
    background: var(--graphite-2); border-bottom: 1px solid var(--line); padding: 0.5rem var(--gutter) 1.2rem;
    z-index: 70;
  }
  .nav.open .nav-links a { padding: 0.95rem 0; border-bottom: 1px solid var(--line); }
  .nav.open .nav-links { padding-bottom: 1.4rem; }
  .nav.open .nav-links::after {
    content: ""; display: block; height: 1px;
  }
  .nav.open .nav-toggle span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
  .nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav-toggle span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }
  .svc-grid, .steps, .testi-row, .journal-grid, .post-grid, .incl-grid, .form-row { grid-template-columns: 1fr; }
  .price-row { grid-template-columns: 1fr; gap: 0.5rem; }
  .price-row .pr-price { text-align: left; }
  .price-head { display: none; }
  .foot-grid { grid-template-columns: 1fr; }
  .marques .wrap { flex-direction: column; align-items: flex-start; }
}
