/* Cathedral Coins & Collectables — Burgundy / Gold, Museum Editorial */
:root {
  --bg: #f6f1e8;
  --paper: #ede4d2;
  --burgundy: #5e1f1f;
  --burgundy-deep: #3e1212;
  --gold: #b08642;
  --gold-light: #d4ae6e;
  --ink: #1c1612;
  --muted: #6c5d4d;
  --line: #d8cbb4;
  --max: 1240px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'EB Garamond', Georgia, serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-size: 18px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, .body-sans { font-family: 'Inter', sans-serif; }

/* Top thin strip */
.strip {
  background: var(--burgundy-deep);
  color: var(--gold-light);
  text-align: center;
  padding: 8px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Nav */
.nav { background: var(--bg); border-bottom: 1px solid var(--line); }
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 32px;
  display: flex; justify-content: space-between; align-items: center;
}
.logo { display: inline-block; line-height: 0; }
.logo img { height: 54px; width: auto; }
.nav-links { display: flex; gap: 36px; font-family: 'Inter', sans-serif; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; }
.nav-links a { color: var(--ink); transition: color .2s; padding-bottom: 4px; border-bottom: 1px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--burgundy); border-bottom-color: var(--gold); }

/* Hero — editorial split */
.hero { padding: 100px 32px 80px; border-bottom: 1px solid var(--line); }
.hero .container {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: end;
}
.hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--burgundy);
  margin-bottom: 32px;
  display: flex; align-items: center; gap: 14px;
}
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.hero h1 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(54px, 8vw, 112px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -1.5px;
  margin-bottom: 36px;
}
.hero h1 em { font-style: italic; color: var(--burgundy); }
.hero-lede { color: var(--muted); font-size: 19px; max-width: 480px; }
.hero-img {
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid var(--gold);
  position: relative;
  background: var(--paper);
}
.hero-img::before {
  content: ''; position: absolute; inset: 8px;
  border: 1px solid var(--gold-light); pointer-events: none; z-index: 2;
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; filter: sepia(8%); }

/* Section base */
section { padding: 100px 32px; }
.container { max-width: var(--max); margin: 0 auto; }
.kicker {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--burgundy);
  margin-bottom: 18px;
  font-weight: 600;
}
.section-title {
  font-family: 'EB Garamond', serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.5px;
  margin-bottom: 24px;
}
.section-title em { font-style: italic; color: var(--burgundy); }
.section-intro { color: var(--muted); max-width: 640px; font-size: 17px; margin-bottom: 60px; }

/* Catalogue grid (museum-card style) */
.catalogue { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.cat-card {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 20px;
  transition: transform .25s, box-shadow .25s;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(28,22,18,.1); }
.cat-img {
  aspect-ratio: 4/3;
  background: var(--paper);
  overflow: hidden;
  margin-bottom: 22px;
  position: relative;
}
.cat-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-meta {
  display: flex; justify-content: space-between;
  font-family: 'Inter', sans-serif; font-size: 11px;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
  margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted var(--line);
}
.cat-card h3 { font-family: 'EB Garamond', serif; font-size: 26px; font-weight: 500; line-height: 1.15; margin-bottom: 10px; }
.cat-card p { color: var(--muted); font-size: 15px; }
.cat-card .price { font-family: 'EB Garamond', serif; font-size: 22px; font-style: italic; color: var(--burgundy); margin-top: 16px; }

/* About — wide editorial */
.editorial { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.editorial-img {
  aspect-ratio: 3/4;
  border: 1px solid var(--gold);
  position: relative;
  overflow: hidden;
}
.editorial-img::before {
  content: ''; position: absolute; inset: 8px;
  border: 1px solid var(--gold-light); pointer-events: none; z-index: 2;
}
.editorial-img img { width: 100%; height: 100%; object-fit: cover; }
.editorial p { color: var(--muted); margin-bottom: 18px; font-size: 17px; }
.editorial p:first-letter {
  font-family: 'EB Garamond', serif;
  font-size: 56px;
  line-height: .85;
  float: left;
  padding: 6px 10px 0 0;
  color: var(--burgundy);
  font-weight: 500;
}

/* Categories ribbon */
.ribbon { background: var(--burgundy-deep); color: var(--paper); }
.ribbon .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.ribbon-item { padding: 30px 16px; border-right: 1px solid rgba(255,255,255,.08); }
.ribbon-item:last-child { border-right: none; }
.ribbon-num { font-family: 'EB Garamond', serif; font-size: 14px; letter-spacing: 4px; color: var(--gold-light); margin-bottom: 10px; }
.ribbon-name { font-family: 'EB Garamond', serif; font-size: 28px; font-style: italic; }

/* Buttons */
.btn {
  display: inline-block;
  padding: 16px 36px;
  background: var(--burgundy);
  color: var(--paper);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--burgundy);
  transition: background .25s, color .25s;
}
.btn:hover { background: var(--ink); border-color: var(--ink); }
.btn-outline { background: transparent; color: var(--burgundy); }
.btn-outline:hover { background: var(--burgundy); color: var(--paper); }

/* Sub-page hero */
.sub-hero { padding: 80px 32px 70px; background: var(--paper); border-bottom: 1px solid var(--line); }
.sub-hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.sub-hero h1 { font-family: 'EB Garamond', serif; font-size: clamp(48px, 7vw, 92px); font-weight: 500; line-height: .98; letter-spacing: -1px; }
.sub-hero h1 em { font-style: italic; color: var(--burgundy); }
.sub-hero p { color: var(--muted); font-size: 18px; margin-bottom: 28px; }
.sub-hero-img { aspect-ratio: 4/3; border: 1px solid var(--gold); overflow: hidden; position: relative; }
.sub-hero-img::before { content: ''; position: absolute; inset: 8px; border: 1px solid var(--gold-light); pointer-events: none; z-index: 2; }
.sub-hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* Detail rows */
.rows { margin-top: 50px; }
.row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 40px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.row .num { font-family: 'EB Garamond', serif; font-size: 36px; font-style: italic; color: var(--gold); }
.row h3 { font-family: 'EB Garamond', serif; font-size: 28px; font-weight: 500; margin-bottom: 8px; }
.row p { color: var(--muted); font-size: 16px; }

/* Specimen list */
.specimens { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 60px; }
.specimen {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 20px;
  align-items: center;
}
.specimen-img { aspect-ratio: 1; overflow: hidden; background: var(--paper); }
.specimen-img img { width: 100%; height: 100%; object-fit: cover; }
.specimen h4 { font-family: 'EB Garamond', serif; font-size: 22px; font-weight: 500; margin-bottom: 6px; }
.specimen .yr { font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; font-weight: 600; }
.specimen p { color: var(--muted); font-size: 14px; margin-bottom: 8px; }
.specimen .est { font-family: 'EB Garamond', serif; font-style: italic; color: var(--burgundy); font-size: 18px; }

/* Quote */
.quote-block { background: var(--paper); text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quote-block blockquote { font-family: 'EB Garamond', serif; font-style: italic; font-size: clamp(28px, 4vw, 44px); line-height: 1.3; max-width: 900px; margin: 0 auto 30px; font-weight: 500; }
.quote-block cite { font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); font-style: normal; }

/* CTA */
.cta { background: var(--ink); color: var(--paper); text-align: center; }
.cta .kicker { color: var(--gold); }
.cta h2 { font-family: 'EB Garamond', serif; font-size: clamp(40px, 6vw, 76px); font-weight: 500; margin-bottom: 32px; line-height: 1; }
.cta h2 em { color: var(--gold); font-style: italic; }
.cta .btn { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.cta .btn:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }

/* Footer */
footer { background: var(--burgundy-deep); color: var(--paper); padding: 80px 32px 36px; }
.foot-grid { max-width: var(--max); margin: 0 auto 50px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.foot-grid h4 { font-family: 'EB Garamond', serif; font-style: italic; font-size: 22px; font-weight: 500; margin-bottom: 18px; color: var(--gold-light); }
.foot-grid p, .foot-grid a { font-family: 'Inter', sans-serif; color: #c9b896; font-size: 14px; margin-bottom: 8px; display: block; }
.foot-grid a:hover { color: var(--gold); }
.foot-bottom { max-width: var(--max); margin: 0 auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; font-family: 'Inter', sans-serif; font-size: 13px; color: #9a8669; }

/* Legal */
.legal { max-width: 760px; margin: 0 auto; padding: 100px 32px; }
.legal h1 { font-family: 'EB Garamond', serif; font-size: 64px; font-weight: 500; margin-bottom: 8px; letter-spacing: -1px; }
.legal h1 em { font-style: italic; color: var(--burgundy); }
.legal .updated { font-family: 'Inter', sans-serif; color: var(--muted); font-size: 12px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 50px; }
.legal h2 { font-family: 'EB Garamond', serif; font-size: 28px; font-weight: 500; margin: 36px 0 12px; font-style: italic; }
.legal p { color: var(--muted); margin-bottom: 18px; font-size: 16px; }

@media (max-width: 880px) {
  .hero .container, .editorial, .sub-hero .container, .foot-grid { grid-template-columns: 1fr; gap: 48px; }
  .cat-grid, .specimens { grid-template-columns: 1fr; }
  .ribbon .container { grid-template-columns: 1fr 1fr; }
  .ribbon-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-links { font-size: 11px; gap: 16px; }
  .row { grid-template-columns: 1fr; gap: 12px; }
  section { padding: 70px 24px; }
}
