:root {
  --ink: #111;
  --muted: #444;
  --rule: #111;
  --paper: #f7f4ec;
  --white: #fffef9;
  --red: #b10b1f;
  --max: 720px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #fafafa;
  color: #222;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  line-height: 1.72;
  font-size: 19px;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.mast {
  background: var(--white);
  border-bottom: 3px solid var(--ink);
}
.mast-top {
  display: flex; justify-content: space-between; align-items: center;
  width: min(1080px, calc(100% - 28px)); margin: 0 auto;
  padding: 8px 0 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
}
.mast h1.paper-name {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 700; font-size: clamp(26px, 4vw, 40px);
  text-align: center; letter-spacing: 0;
  padding: 4px 0 6px; line-height: 1.1;
}
.mast-bot {
  display: flex; justify-content: space-between;
  width: min(1080px, calc(100% - 28px)); margin: 0 auto;
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  padding: 6px 0; margin-bottom: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
}
.adv-tag { display: none; }

.ticker {
  display: none;
}
.ticker b { color: #f3d37a; }
.timer { display: flex; gap: 6px; }
.timer i {
  font-style: normal; background: #fff; color: #111;
  min-width: 38px; text-align: center; padding: 2px 6px; font-weight: 800;
}

.layout {
  width: min(1080px, calc(100% - 28px));
  margin: 18px auto 40px;
  display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 36px;
}

.headline {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.08; font-weight: 700; margin: 6px 0 10px;
}
.dek {
  font-size: 20px; line-height: 1.45; color: #222; margin-bottom: 10px;
  font-style: italic;
}
.byline {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: .08em; text-transform: uppercase; font-size: 13px;
  border-top: 1px solid #111; border-bottom: 1px solid #111;
  padding: 8px 0; margin: 12px 0 18px;
}
.lead-img { margin: 0 0 8px; }
.lead-img img { width: 100%; }
.cap {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px; letter-spacing: .02em; color: #444; margin: 6px 0 22px;
}
.cap b { color: #111; }

.article p { font-size: 18px; margin-bottom: 16px; }
.article p.drop::first-letter {
  float: left; font-family: "Playfair Display", serif;
  font-size: 68px; line-height: .8; padding: 6px 10px 0 0; font-weight: 700;
}
h2.hed {
  font-family: "Playfair Display", serif;
  font-size: 28px; line-height: 1.15; margin: 28px 0 12px;
  border-top: 2px solid #111; padding-top: 12px;
}
.pull {
  font-family: "Playfair Display", serif;
  font-size: 26px; line-height: 1.3; text-align: center;
  border-top: 1px solid #111; border-bottom: 1px solid #111;
  padding: 16px 8px; margin: 22px 0; font-style: italic;
}
.grid4 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0 24px;
}
.grid4 figure { background: var(--white); border: 1px solid #ddd; }
.grid4 img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.grid4 figcaption {
  font-family: "Barlow Condensed", sans-serif; font-size: 13px;
  padding: 8px 8px 10px; text-transform: uppercase; letter-spacing: .05em;
}
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0 24px; }
.col { border: 1px solid #111; padding: 14px 14px 8px; background: var(--white); }
.col h3 {
  font-family: "Barlow Condensed", sans-serif; text-transform: uppercase;
  letter-spacing: .08em; font-size: 16px; margin-bottom: 8px;
  border-bottom: 1px solid #111; padding-bottom: 6px;
}
.col li { list-style: none; font-size: 15px; padding: 6px 0; border-bottom: 1px dotted #ccc; }
.proof { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin: 12px 0 8px; }
.proof img { width: 100%; aspect-ratio: .9; object-fit: cover; }
.split figure img { width: 100%; }
.quote { margin: 0 0 16px; padding-left: 14px; border-left: 3px solid var(--red); }
.quote p { font-size: 17px; margin-bottom: 4px; }
.quote cite {
  font-family: "Barlow Condensed", sans-serif; font-style: normal;
  letter-spacing: .06em; text-transform: uppercase; font-size: 12px; color: #555;
}

.rail { font-family: "Barlow Condensed", sans-serif; }
.rail h4 {
  border-top: 3px solid #111; border-bottom: 1px solid #111;
  padding: 8px 0; letter-spacing: .14em; text-transform: uppercase; font-size: 14px;
  margin-bottom: 10px;
}
.rail a {
  display: grid; grid-template-columns: 84px 1fr; gap: 10px;
  text-decoration: none; padding: 10px 0; border-bottom: 1px solid #ddd;
}
.rail a img { width: 84px; height: 64px; object-fit: cover; }
.rail a span { font-size: 15px; line-height: 1.25; font-weight: 600; }
.rail .box {
  border: 2px solid #111; padding: 12px; margin-top: 18px; background: var(--white);
}
.rail .box p { font-family: "Libre Baskerville", serif; font-size: 14px; line-height: 1.5; }

/* OFFER / WHEEL — newspaper coupon block */
.offer {
  background: #111; color: #f7f4ec; padding: 48px 16px 56px; margin-top: 12px;
}
.offer-card {
  width: min(560px, 100%); margin: 0 auto; text-align: center;
  border: 2px dashed #f3d37a; padding: 28px 18px 24px; background: #191919;
}
.offer-card .kicker {
  font-family: "Barlow Condensed", sans-serif; letter-spacing: .2em;
  text-transform: uppercase; color: #f3d37a; font-size: 13px; margin-bottom: 8px;
}
.offer-card h2 {
  font-family: "Playfair Display", serif; font-size: 32px; line-height: 1.15;
  margin-bottom: 10px;
}
.offer-card .sub { font-size: 16px; color: #cfc6b6; margin-bottom: 18px; }

.stage { position: relative; width: min(320px, 78vw); margin: 8px auto 14px; }
.peg {
  position: absolute; top: -2px; left: 50%; transform: translateX(-50%);
  z-index: 3; width: 0; height: 0;
  border-left: 14px solid transparent; border-right: 14px solid transparent;
  border-top: 26px solid #f3d37a; filter: drop-shadow(0 2px 0 #000);
}
.rim {
  padding: 10px; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #3a3a3a, #111 70%);
  box-shadow: 0 16px 40px rgba(0,0,0,.45);
}
.wheel {
  width: 100%; aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  position: relative;
  transition: transform 5s cubic-bezier(.15, .7, .05, 1);
}
.wheel svg { width: 100%; height: 100%; display: block; }
.hub {
  position: absolute; inset: 38%;
  background: #111; border: 4px solid #f3d37a; border-radius: 50%;
  z-index: 2; display: grid; place-items: center;
  font-family: "Barlow Condensed", sans-serif; font-size: 12px;
  letter-spacing: .12em; color: #f3d37a;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Barlow Condensed", sans-serif; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  border: 0; cursor: pointer; background: #f3d37a; color: #111;
  padding: 14px 22px; width: 100%; font-size: 18px;
}
.btn:disabled { opacity: .6; cursor: wait; }
.note { font-family: "Barlow Condensed", sans-serif; font-size: 13px; color: #9a9284; margin-top: 10px; letter-spacing: .06em; text-transform: uppercase; }

.claim {
  width: min(720px, calc(100% - 28px)); margin: 36px auto 20px;
}
.claim h2.hed { margin-top: 0; }
.fine {
  width: min(720px, calc(100% - 28px)); margin: 0 auto 40px;
  font-family: "Barlow Condensed", sans-serif; font-size: 13px; color: #666; line-height: 1.45;
}

.modal {
  position: fixed; inset: 0; background: rgba(0,0,0,.72);
  display: none; align-items: center; justify-content: center; z-index: 80; padding: 16px;
}
.modal.on { display: flex; }
.modal .sheet {
  background: var(--paper); width: min(420px, 100%); text-align: center;
  border: 3px solid #111; padding: 28px 22px;
}
.modal .sheet h3 {
  font-family: "Playfair Display", serif; font-size: 34px; line-height: 1.1; margin: 8px 0 12px;
}
.stamp {
  display: inline-block; border: 2px solid var(--red); color: var(--red);
  font-family: "Barlow Condensed", sans-serif; letter-spacing: .16em;
  text-transform: uppercase; padding: 6px 10px; margin-bottom: 12px;
}

@media (max-width: 900px) {
  .layout { grid-template-columns: 1fr; }
  .rail { order: 2; }
  .split, .proof { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .proof { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
}
