/* ============================================================
   Tulsa Relocation Guide — "The Welcome Magazine"
   Preview redesign stylesheet. Self-contained.
   ============================================================ */

/* ---------- Fonts (self-hosted) ---------- */
@font-face {
  font-family: "Libre Baskerville";
  src: url("/fonts/libre-baskerville-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("/fonts/lora-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --clay: #C2693D;
  --clay-dark: #A85632;
  --clay-soft: #E5B795;
  --sky: #4A7C9B;
  --sky-light: #6BA3C4;

  --parchment: #FDFBF8;
  --sand: #F5F0EA;
  --sand-deep: #E8E0D6;
  --ink: #1B1915;
  --muted: #5C5650;
  --hairline: #D9CFC2;

  --serif: "Libre Baskerville", Georgia, serif;
  --accent: "Lora", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;

  --shadow-soft: 0 2px 6px rgba(27, 25, 21, .05), 0 14px 40px rgba(27, 25, 21, .08);
  --shadow-deep: 0 6px 18px rgba(27, 25, 21, .10), 0 30px 70px rgba(27, 25, 21, .16);

  --measure: 40rem;
  --gutter: clamp(1.25rem, 5vw, 5rem);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.12; }
p { margin: 0 0 1.4em; }

::selection { background: var(--clay-soft); color: var(--ink); }

/* Paper grain texture, very subtle */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: .035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Small-caps label ---------- */
.label {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--clay-dark);
}
.label--sky { color: var(--sky); }
.label--cream { color: var(--clay-soft); }

.chapter-num {
  font-family: var(--accent);
  font-style: italic;
  font-size: clamp(2.6rem, 7vw, 4.2rem);
  line-height: 1;
  color: var(--clay);
  opacity: .85;
}

/* Hairline divider */
.rule {
  border: 0;
  height: 1px;
  background: var(--hairline);
  margin: 0;
}
.rule--ornate {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 0;
  color: var(--clay);
  font-family: var(--accent);
  font-style: italic;
}
.rule--ornate::before,
.rule--ornate::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--hairline);
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-head {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 251, 248, .86);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--hairline);
}
.site-head__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: .85rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--serif);
  letter-spacing: .01em;
}
.brand__mark {
  width: 40px; height: 40px;
  flex: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, var(--clay-soft), var(--clay) 62%, var(--clay-dark));
  display: grid; place-items: center;
  color: var(--parchment);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25), var(--shadow-soft);
}
.brand__name { font-size: 1.06rem; line-height: 1.05; }
.brand__name small {
  display: block;
  font-family: var(--sans);
  font-size: .62rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 3px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  font-family: var(--sans);
  font-weight: 500;
  font-size: .94rem;
}
.nav a {
  position: relative;
  color: var(--muted);
  padding: .2rem 0;
  transition: color .2s ease;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 1px;
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav__cta {
  background: var(--clay);
  color: var(--parchment) !important;
  padding: .55rem 1.1rem !important;
  border-radius: 999px;
  font-weight: 600;
  transition: background .2s ease, transform .2s ease;
}
.nav__cta::after { display: none; }
.nav__cta:hover { background: var(--clay-dark); transform: translateY(-1px); }

.nav-toggle { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: clamp(560px, 86vh, 880px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.hero__photo {
  position: absolute;
  inset: -6% 0 0 0;
  width: 100%;
  height: 112%;
  object-fit: cover;
  z-index: -2;
  animation: kenburns 26s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1.02) translateY(0); }
  to   { transform: scale(1.12) translateY(-2%); }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(27,25,21,.10) 0%, rgba(27,25,21,.02) 38%, rgba(27,25,21,.62) 86%, rgba(27,25,21,.82) 100%),
    linear-gradient(80deg, rgba(168,86,50,.30), rgba(27,25,21,0) 55%);
}
.hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--gutter) clamp(2.5rem, 6vw, 5rem);
}
.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: #F3E6D8;
  margin-bottom: 1.1rem;
}
.hero__kicker .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clay-soft); }
.hero h1 {
  font-family: var(--serif);
  color: #FDFBF8;
  font-size: clamp(2.6rem, 6.6vw, 5.6rem);
  letter-spacing: -.01em;
  max-width: 16ch;
  text-shadow: 0 2px 30px rgba(0,0,0,.35);
}
.hero h1 em { font-family: var(--accent); font-style: italic; color: var(--clay-soft); }
.hero__standfirst {
  font-family: var(--accent);
  font-size: clamp(1.05rem, 2.1vw, 1.4rem);
  line-height: 1.55;
  color: #F0E7DC;
  max-width: 46ch;
  margin-top: 1.4rem;
}
.hero__meta {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.8rem;
  font-family: var(--sans);
  font-size: .82rem;
  letter-spacing: .04em;
  color: #E7DCCD;
  border-top: 1px solid rgba(255,255,255,.22);
  padding-top: 1.1rem;
  max-width: 640px;
}
.hero__meta b { color: #fff; font-weight: 600; }
.hero__scroll {
  position: absolute;
  right: var(--gutter);
  bottom: 2rem;
  writing-mode: vertical-rl;
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  display: flex; align-items: center; gap: 1rem;
}
.hero__scroll::after { content: ""; width: 1px; height: 46px; background: rgba(255,255,255,.55); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: .3; } 50% { opacity: 1; } }

/* ============================================================
   LAYOUT WRAPPERS
   ============================================================ */
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.section--sand { background: var(--sand); }
.section--deep { background: var(--sand-deep); }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.6rem;
  flex-wrap: wrap;
}
.section-head h2 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: -.01em;
  max-width: 18ch;
}
.section-head h2 em { font-family: var(--accent); font-style: italic; color: var(--clay); }
.section-head__lead {
  font-family: var(--accent);
  color: var(--muted);
  max-width: 34ch;
  font-size: 1.05rem;
}

/* ============================================================
   WELCOME OPENER (editorial intro with drop cap)
   ============================================================ */
.opener {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.opener__body { max-width: 38rem; }
.opener__chapter {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.opener__chapter .chapter-num { font-style: italic; }
.opener__chapter h2 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
}
.dropcap::first-letter {
  float: left;
  font-family: var(--serif);
  font-size: 4.6em;
  line-height: .78;
  padding: .06em .12em 0 0;
  color: var(--clay);
  font-weight: 700;
}
.opener__figure {
  position: relative;
}
.opener__figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: var(--shadow-deep);
}
.opener__figure figcaption,
.figure figcaption {
  font-family: var(--accent);
  font-style: italic;
  font-size: .86rem;
  color: var(--muted);
  margin-top: .7rem;
  padding-left: 1rem;
  border-left: 2px solid var(--clay);
}
.opener__stamp {
  position: absolute;
  top: -22px; right: -18px;
  width: 116px; height: 116px;
  border-radius: 50%;
  background: var(--clay);
  color: var(--parchment);
  display: grid; place-items: center;
  text-align: center;
  font-family: var(--serif);
  transform: rotate(-8deg);
  box-shadow: var(--shadow-soft);
  border: 2px dashed rgba(255,255,255,.5);
}
.opener__stamp b { font-size: 1.5rem; display: block; }
.opener__stamp span { font-family: var(--sans); font-size: .56rem; letter-spacing: .18em; text-transform: uppercase; }

/* ============================================================
   START HERE — guide grid (asymmetric editorial)
   ============================================================ */
.starter-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(1.1rem, 2vw, 1.6rem);
}
.gcard {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: var(--ink);
  min-height: 280px;
  display: flex;
  isolation: isolate;
  box-shadow: var(--shadow-soft);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
}
.gcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-deep); }
.gcard img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
}
.gcard:hover img { transform: scale(1.07); }
.gcard::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(27,25,21,.05) 0%, rgba(27,25,21,.30) 45%, rgba(27,25,21,.86) 100%);
}
.gcard__body { margin-top: auto; padding: 1.4rem 1.4rem 1.5rem; color: #fff; }
.gcard__num {
  font-family: var(--accent);
  font-style: italic;
  font-size: .9rem;
  color: var(--clay-soft);
  display: block;
  margin-bottom: .35rem;
}
.gcard h3 {
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.18;
  text-shadow: 0 1px 14px rgba(0,0,0,.4);
}
.gcard p {
  margin: .55rem 0 0;
  font-size: .9rem;
  color: rgba(255,255,255,.82);
  line-height: 1.5;
}
.gcard__more {
  margin-top: .85rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--clay-soft);
  display: inline-flex; align-items: center; gap: .45rem;
}
.gcard__more::after { content: "→"; transition: transform .25s ease; }
.gcard:hover .gcard__more::after { transform: translateX(4px); }

/* feature spans */
.gcard--wide { grid-column: span 4; min-height: 380px; }
.gcard--tall { grid-column: span 2; min-height: 380px; }
.gcard--third { grid-column: span 2; }
@media (max-width: 900px) {
  .starter-grid { grid-template-columns: repeat(2, 1fr); }
  .gcard--wide, .gcard--tall, .gcard--third { grid-column: span 2; }
  .gcard--third { min-height: 240px; }
}
@media (max-width: 560px) {
  .starter-grid { grid-template-columns: 1fr; }
  .gcard, .gcard--wide, .gcard--tall, .gcard--third { grid-column: span 1; }
}

/* ============================================================
   CHECKLIST SIDEBAR MOMENT
   ============================================================ */
.checklist-spread {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}
.checklist-spread__intro h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  margin-bottom: 1.2rem;
}
.checklist-spread__intro h2 em { font-family: var(--accent); font-style: italic; color: var(--clay); }
.pullquote {
  font-family: var(--accent);
  font-style: italic;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  line-height: 1.4;
  color: var(--clay-dark);
  border-left: 3px solid var(--clay);
  padding: .3rem 0 .3rem 1.4rem;
  margin: 2rem 0;
}
.checklist {
  background: var(--parchment);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 2rem 1.9rem 2.2rem;
  box-shadow: var(--shadow-soft);
  position: relative;
}
.checklist::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--clay), var(--clay-soft));
  border-radius: 4px 4px 0 0;
}
.checklist h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  margin-bottom: 1.2rem;
}
.checklist .label { display: block; margin-bottom: .3rem; }
.checklist ul { list-style: none; margin: 0; padding: 0; }
.checklist li {
  display: flex;
  gap: .8rem;
  padding: .7rem 0;
  border-bottom: 1px dashed var(--hairline);
  font-size: .96rem;
}
.checklist li:last-child { border-bottom: 0; }
.checklist li::before {
  content: "";
  flex: none;
  width: 18px; height: 18px;
  margin-top: 3px;
  border-radius: 4px;
  border: 1.5px solid var(--clay);
  background:
    linear-gradient(45deg, transparent 44%, var(--clay) 45%, var(--clay) 55%, transparent 56%) no-repeat,
    transparent;
  background-size: 0 0;
}
.checklist li b { font-weight: 600; }
.checklist li span { color: var(--muted); }

/* ============================================================
   FROM [CITY] TO TULSA — series strip
   ============================================================ */
.series {
  background: var(--ink);
  color: var(--parchment);
  position: relative;
  overflow: hidden;
}
.series::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(900px 400px at 12% -10%, rgba(74,124,155,.28), transparent 60%),
              radial-gradient(800px 500px at 95% 120%, rgba(194,105,61,.30), transparent 60%);
}
.series .wrap { position: relative; }
.series .section-head h2 { color: var(--parchment); }
.series .section-head h2 em { color: var(--sky-light); }
.series .section-head__lead { color: rgba(245,240,234,.72); }
.series-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 1.3rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--clay) transparent;
}
.series-track::-webkit-scrollbar { height: 6px; }
.series-track::-webkit-scrollbar-thumb { background: var(--clay); border-radius: 3px; }
@media (min-width: 1000px) { .series-track { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); grid-auto-columns: auto; overflow: visible; } }
.scard {
  scroll-snap-align: start;
  border: 1px solid rgba(245,240,234,.16);
  border-radius: 4px;
  padding: 1.7rem 1.6rem 1.5rem;
  background: rgba(245,240,234,.04);
  transition: border-color .3s ease, transform .3s ease, background .3s ease;
}
.scard:hover { border-color: var(--clay); transform: translateY(-3px); background: rgba(194,105,61,.08); }
.scard__route {
  display: flex; align-items: center; gap: .7rem;
  font-family: var(--accent); font-style: italic;
  color: var(--sky-light);
  font-size: 1.02rem;
  margin-bottom: 1rem;
}
.scard__route .from { color: rgba(245,240,234,.65); }
.scard__route .arrow { color: var(--clay); }
.scard h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: .55rem; color: #fff; }
.scard p { font-size: .92rem; color: rgba(245,240,234,.72); margin: 0; }
.scard__more {
  margin-top: 1.1rem;
  font-family: var(--sans); font-weight: 600; font-size: .74rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--clay-soft);
}

/* ============================================================
   NEIGHBORHOODS PREVIEW
   ============================================================ */
.hoods {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}
.hood {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  min-height: 300px;
  display: flex;
  box-shadow: var(--shadow-soft);
}
.hood img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform 1s ease; }
.hood:hover img { transform: scale(1.06); }
.hood::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(27,25,21,.85)); }
.hood__body { margin-top: auto; padding: 1.5rem; color: #fff; }
.hood__body h3 { font-family: var(--serif); font-size: 1.55rem; }
.hood__body p { margin: .4rem 0 0; font-size: .9rem; color: rgba(255,255,255,.82); }
.hood__price { font-family: var(--accent); font-style: italic; color: var(--clay-soft); font-size: .95rem; }
.hood--lg { grid-column: span 7; min-height: 420px; }
.hood--sm { grid-column: span 5; }
.hood--3 { grid-column: span 4; }
@media (max-width: 860px) {
  .hood--lg, .hood--sm { grid-column: span 12; }
  .hood--3 { grid-column: span 6; }
}
@media (max-width: 560px) { .hood--3 { grid-column: span 12; } }

/* ============================================================
   CTA band
   ============================================================ */
.cta-band {
  text-align: center;
  background:
    linear-gradient(rgba(27,25,21,.72), rgba(27,25,21,.78)),
    url("/images/gathering-place.jpg") center/cover fixed;
  color: #fff;
  padding: clamp(4rem, 10vw, 7rem) var(--gutter);
}
.cta-band h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3.4rem);
  max-width: 20ch;
  margin: 0 auto 1.2rem;
}
.cta-band h2 em { font-family: var(--accent); font-style: italic; color: var(--clay-soft); }
.cta-band p { font-family: var(--accent); color: rgba(255,255,255,.82); max-width: 48ch; margin: 0 auto 2rem; font-size: 1.1rem; }
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--sans); font-weight: 600; font-size: .9rem;
  letter-spacing: .04em;
  padding: .9rem 1.8rem;
  border-radius: 999px;
  background: var(--clay);
  color: #fff;
  transition: background .2s ease, transform .2s ease;
}
.btn:hover { background: var(--clay-dark); transform: translateY(-2px); }
.btn--ghost { background: transparent; border: 1px solid rgba(255,255,255,.5); }
.btn--ghost:hover { background: rgba(255,255,255,.1); }
.btn--dark { background: var(--ink); }
.btn--dark:hover { background: #000; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-foot {
  background: var(--ink);
  color: rgba(245,240,234,.7);
  padding: clamp(3rem, 6vw, 5rem) 0 2.5rem;
  font-size: .92rem;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2.5rem;
}
.site-foot .brand__name { color: #fff; }
.site-foot .brand__name small { color: rgba(245,240,234,.55); }
.foot-about { max-width: 32ch; margin-top: 1.2rem; font-family: var(--accent); }
.foot-col h4 {
  font-family: var(--sans); font-weight: 600; font-size: .74rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--clay-soft);
  margin-bottom: 1rem;
}
.foot-col a { display: block; padding: .32rem 0; color: rgba(245,240,234,.7); transition: color .2s ease; }
.foot-col a:hover { color: #fff; }
.foot-bottom {
  margin-top: 3rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(245,240,234,.14);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: .82rem; color: rgba(245,240,234,.5);
}
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .foot-grid { grid-template-columns: 1fr; } }

/* ============================================================
   ARTICLE PAGE
   ============================================================ */
.art-hero {
  position: relative;
  min-height: clamp(440px, 64vh, 640px);
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.art-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.art-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(27,25,21,.15), rgba(27,25,21,.78)); }
.art-hero__inner { max-width: 880px; margin: 0 auto; width: 100%; padding: 0 var(--gutter) clamp(2.5rem, 5vw, 4rem); color: #fff; }
.art-hero__cat {
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--clay); color: #fff;
  font-family: var(--sans); font-weight: 600; font-size: .72rem;
  letter-spacing: .18em; text-transform: uppercase;
  padding: .4rem .9rem; border-radius: 999px;
  margin-bottom: 1.2rem;
}
.art-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5.2vw, 4rem);
  max-width: 20ch;
  text-shadow: 0 2px 24px rgba(0,0,0,.4);
}
.art-hero h1 em { font-family: var(--accent); font-style: italic; color: var(--clay-soft); }
.art-byline {
  margin-top: 1.5rem;
  display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; align-items: center;
  font-family: var(--sans); font-size: .84rem; color: rgba(255,255,255,.85);
  border-top: 1px solid rgba(255,255,255,.25); padding-top: 1.1rem;
}
.art-byline b { color: #fff; font-weight: 600; }

.article {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5rem) var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
}
.prose { max-width: 40rem; font-size: 1.12rem; line-height: 1.82; }
.prose > .standfirst {
  font-family: var(--accent);
  font-size: 1.32rem;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 2rem;
}
.prose .chapter {
  display: flex; align-items: baseline; gap: 1rem;
  margin: 3rem 0 1.3rem;
}
.prose .chapter:first-of-type { margin-top: 1rem; }
.prose .chapter .chapter-num { font-size: 2.6rem; }
.prose .chapter h2 { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.1rem); }
.prose p.lead.dropcap::first-letter {
  float: left;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 4.4em;
  line-height: .74;
  padding: .04em .12em 0 0;
  color: var(--clay);
}
.prose .figure { margin: 2.6rem 0; }
.prose .figure img { width: 100%; border-radius: 3px; box-shadow: var(--shadow-soft); aspect-ratio: 16/10; object-fit: cover; }
.prose blockquote.pullquote {
  margin: 2.6rem 0;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}
.prose h3 { font-family: var(--serif); font-size: 1.3rem; margin: 2rem 0 .6rem; }
.prose a.inline { color: var(--clay-dark); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a.inline:hover { color: var(--clay); }
.prose ul.facts { list-style: none; margin: 1.5rem 0; padding: 0; }
.prose ul.facts li { padding: .5rem 0 .5rem 1.6rem; position: relative; border-bottom: 1px dashed var(--hairline); }
.prose ul.facts li::before { content: "—"; position: absolute; left: 0; color: var(--clay); font-family: var(--accent); }

/* sticky aside */
.aside { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 1.6rem; }
.aside .checklist h3 { font-size: 1.2rem; }
.aside-card {
  background: var(--sand);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 1.6rem 1.5rem;
}
.aside-card h4 { font-family: var(--serif); font-size: 1.15rem; margin-bottom: .8rem; }
.aside-card p { font-size: .9rem; color: var(--muted); margin: 0; }
.aside-card .label { display: block; margin-bottom: .5rem; }
.aside-stat { display: flex; align-items: baseline; gap: .6rem; padding: .55rem 0; border-bottom: 1px dashed var(--hairline); }
.aside-stat:last-child { border-bottom: 0; }
.aside-stat b { font-family: var(--serif); font-size: 1.5rem; color: var(--clay-dark); }
.aside-stat span { font-size: .82rem; color: var(--muted); }

@media (max-width: 900px) {
  .article { grid-template-columns: 1fr; }
  .aside { position: static; }
}

/* ============================================================
   GUIDES INDEX
   ============================================================ */
.page-hero {
  background: var(--sand);
  border-bottom: 1px solid var(--hairline);
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem);
}
.page-hero .label { margin-bottom: 1rem; display: inline-block; }
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  max-width: 16ch;
  letter-spacing: -.01em;
}
.page-hero h1 em { font-family: var(--accent); font-style: italic; color: var(--clay); }
.page-hero p { font-family: var(--accent); color: var(--muted); max-width: 52ch; font-size: 1.18rem; margin-top: 1.3rem; }

.guide-filters {
  display: flex; flex-wrap: wrap; gap: .6rem;
  margin-top: 2rem;
}
.guide-filters a {
  font-family: var(--sans); font-weight: 500; font-size: .82rem;
  padding: .45rem 1rem; border-radius: 999px;
  border: 1px solid var(--hairline);
  color: var(--muted);
  transition: all .2s ease;
}
.guide-filters a:hover, .guide-filters a.is-on { background: var(--clay); border-color: var(--clay); color: #fff; }

/* lead feature */
.guide-lead {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.guide-lead__fig { position: relative; overflow: hidden; border-radius: 4px; box-shadow: var(--shadow-deep); }
.guide-lead__fig img { width: 100%; aspect-ratio: 5/4; object-fit: cover; transition: transform 1s ease; }
.guide-lead:hover .guide-lead__fig img { transform: scale(1.04); }
.guide-lead__num { font-family: var(--accent); font-style: italic; color: var(--clay); font-size: 1.1rem; }
.guide-lead h2 { font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 3rem); margin: .6rem 0 1rem; }
.guide-lead p { color: var(--muted); max-width: 42ch; }

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.6rem, 3vw, 2.6rem);
}
@media (max-width: 900px) { .guide-grid { grid-template-columns: repeat(2, 1fr); } .guide-lead { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .guide-grid { grid-template-columns: 1fr; } }

.entry { display: flex; flex-direction: column; }
.entry__fig { position: relative; overflow: hidden; border-radius: 4px; margin-bottom: 1.1rem; box-shadow: var(--shadow-soft); }
.entry__fig img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .9s ease; }
.entry:hover .entry__fig img { transform: scale(1.06); }
.entry__cat {
  position: absolute; top: .9rem; left: .9rem;
  background: rgba(253,251,248,.92);
  color: var(--clay-dark);
  font-family: var(--sans); font-weight: 600; font-size: .66rem;
  letter-spacing: .16em; text-transform: uppercase;
  padding: .35rem .7rem; border-radius: 999px;
}
.entry__num { font-family: var(--accent); font-style: italic; color: var(--clay); font-size: .95rem; margin-bottom: .3rem; }
.entry h3 { font-family: var(--serif); font-size: 1.4rem; line-height: 1.2; }
.entry h3 a:hover { color: var(--clay); }
.entry p { color: var(--muted); font-size: .95rem; margin: .5rem 0 .9rem; }
.entry__meta { margin-top: auto; font-family: var(--sans); font-size: .76rem; letter-spacing: .04em; color: var(--muted); display: flex; gap: 1rem; align-items: center; }
.entry__meta .read { color: var(--clay-dark); font-weight: 600; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
/* Progressive enhancement: content is visible by default; only hidden (to animate
   in) when JS is present. If JS fails, nothing disappears. */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.js .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; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero__photo { animation: none; }
  * { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE NAV
   ============================================================ */
@media (max-width: 860px) {
  .nav { position: fixed; inset: 64px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--parchment); border-bottom: 1px solid var(--hairline);
    padding: 1rem var(--gutter) 1.6rem; gap: .2rem;
    transform: translateY(-130%); transition: transform .35s ease; box-shadow: var(--shadow-soft); }
  .nav a { padding: .8rem 0; border-bottom: 1px solid var(--hairline); }
  .nav a::after { display: none; }
  .nav__cta { text-align: center; margin-top: .8rem; border-bottom: 0 !important; }
  .nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
  .nav-toggle span { width: 24px; height: 2px; background: var(--ink); transition: .3s; }
  body.nav-open .nav { transform: translateY(0); }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 860px) {
  .opener { grid-template-columns: 1fr; }
  .opener__figure { order: -1; max-width: 460px; }
  .checklist-spread { grid-template-columns: 1fr; }
}
