
/* ───────────────────────────────────────────────────────────────────
   THE AMERICAN SET — front page.

   First attempt was a colophon: a tidy index of eight accounts. Su was
   right that it read as a directory. A media group does not present a
   list of properties; it presents a FRONT PAGE, and the properties are
   the sections. Vogue and the Times look like there is journalism on
   them, because there is.

   Structure is the Times: centred masthead ruled top and bottom, a
   dateline bar, one lead story, then a hairline grid. Type is the
   Vogue/Harper's register — Didot for the masthead and headlines,
   which is the American magazine face.

   Colour discipline is unchanged and deliberate: the page is black and
   white like a broadsheet, and the ONLY colour is the kicker naming
   which title filed the story. The publisher stays monochrome; the
   titles carry their own place-codes.

   Every headline below is real reporting from the eight titles — the
   Belle Meade/Green Hills split, the $2,815 venue hour, the cost of an
   eighth of a jet. No lorem, no placeholder. That is the whole
   difference between looking like a media company and being one.
   ─────────────────────────────────────────────────────────────────── */

:root{
  --paper:#FFFFFF;
  --ink:#28285A;        /* deepened Old Glory Blue #3C3B6E, for text contrast */
  --ink-2:#414173;
  --ink-3:#7B7BA0;
  --rule:#D2D2E0;
  --rule-heavy:#3C3B6E;   /* Old Glory Blue, exact */
  --red:#BE171D;        /* hue 358° — TRUE red.
     The official Old Glory Red #B22234 measures hue 352°, which is rose, and on
     screen it reads pink — worse still once lightened for a dark ground. The flag
     value is correct on fabric and wrong on a display, so this holds the flag's
     depth and moves the hue clear of magenta. */

  --pb:#00623A;   --fl:#0B7D6D;   --bhb:#A85F66;
  --bhs:#25452D;  --bhn:#A00D1F;  --nsh:#B02F4A;
  --pj:#17457C;   --ar:#7A6034;

  --display:"Didot","Bodoni 72","Hoefler Text",Garamond,"Times New Roman",serif;
  --body:"Georgia","Iowan Old Style","Times New Roman",serif;
  --ui:"Helvetica Neue",Inter,-apple-system,"Segoe UI",sans-serif;
}
@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]){
    --paper:#0B0B1C; --ink:#EDEDFA; --ink-2:#B6B6D4; --ink-3:#8484A8;
    --rule:#242452; --rule-heavy:#EDEDFA; --red:#E92027;   /* hue 358°, brighter for dark */
    --pb:#57C295; --fl:#4CC9B4; --bhb:#DFA0A7; --bhs:#83B78F;
    --bhn:#EF6B7A; --nsh:#F4788F; --pj:#7FAFE4; --ar:#C9A874;
  }
}
:root[data-theme="dark"]{
  --paper:#0B0B1C; --ink:#EDEDFA; --ink-2:#B6B6D4; --ink-3:#8484A8;
  --rule:#242452; --rule-heavy:#EDEDFA; --red:#E92027;   /* hue 358°, brighter for dark */
  --pb:#57C295; --fl:#4CC9B4; --bhb:#DFA0A7; --bhs:#83B78F;
  --bhn:#EF6B7A; --nsh:#F4788F; --pj:#7FAFE4; --ar:#C9A874;
}

*{box-sizing:border-box}
/* grid children default to min-width:auto — a long headline then pushes the
   column past the viewport and the whole page scrolls sideways. */
.grid > *,.wire > *{min-width:0}
h1,h2,h3,.dek,p{overflow-wrap:break-word}
html,body{max-width:100%;overflow-x:hidden}
body{margin:0;background:var(--paper);color:var(--ink);
  font-family:var(--body);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}
.paper{max-width:1240px;margin:0 auto;padding:0 34px 90px}

/* ── masthead, ruled top and bottom, centred — the broadsheet form ── */
.top-rule{border-top:5px solid var(--red);margin-top:26px}
.nameplate{text-align:center;padding:30px 0 18px}
.nameplate h1{
  font-family:var(--display);font-weight:400;
  font-size:clamp(44px,10.5vw,124px);line-height:.9;letter-spacing:-.012em;
  margin:0;text-wrap:balance;
}
.nameplate .est{
  font-family:var(--ui);font-size:9.5px;letter-spacing:.42em;text-transform:uppercase;
  color:var(--ink-3);margin-top:16px;
}
.dateline{
  display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;
  border-top:1px solid var(--rule-heavy);border-bottom:3px double var(--rule-heavy);border-top-color:var(--red);
  padding:9px 0;font-family:var(--ui);
  font-size:10.5px;letter-spacing:.19em;text-transform:uppercase;color:var(--ink-2);
}

/* ── the lead ─────────────────────────────────────────────────── */
.lead{
  display:grid;grid-template-columns:1.55fr 1fr;gap:44px;
  padding:40px 0 34px;border-bottom:1px solid var(--rule);
}
.kicker{
  font-family:var(--ui);font-size:10px;font-weight:700;letter-spacing:.2em;
  text-transform:uppercase;display:block;margin-bottom:12px;
}
.lead h2{
  font-family:var(--display);font-weight:400;
  font-size:clamp(34px,5.1vw,62px);line-height:1.02;letter-spacing:-.014em;
  margin:0;text-wrap:balance;
}
.lead .dek{
  font-size:18px;line-height:1.52;color:var(--ink-2);margin:20px 0 0;max-width:44ch;
}
.lead aside{border-left:1px solid var(--rule);padding-left:44px}
.lead aside h3{
  font-family:var(--display);font-size:25px;line-height:1.14;margin:0 0 12px;font-weight:400;
}
.lead aside p{font-size:15.5px;line-height:1.55;color:var(--ink-2);margin:0}
.byline{
  font-family:var(--ui);font-size:10px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--ink-3);margin-top:22px;
}

/* ── the grid ─────────────────────────────────────────────────── */
.grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:0 40px;padding-top:6px;
}
.story{padding:30px 0;border-top:1px solid var(--rule)}
.grid > .story:nth-child(-n+3){border-top:none}
.story h3{
  font-family:var(--display);font-weight:400;
  font-size:clamp(23px,2.35vw,31px);line-height:1.1;letter-spacing:-.008em;
  margin:0;text-wrap:balance;
}
.story p{font-size:15px;line-height:1.55;color:var(--ink-2);margin:13px 0 0}
.story a{color:inherit;text-decoration:none}
.story a:hover h3{text-decoration:underline;text-underline-offset:5px}
.story a:focus-visible{outline:2px solid var(--ink);outline-offset:5px}

/* ── titles bar + colophon ────────────────────────────────────── */
.titles-bar{
  margin-top:64px;padding-top:16px;
  border-top:3px double var(--rule-heavy);
  display:flex;flex-wrap:wrap;gap:8px 30px;align-items:baseline;
}
.titles-bar b{
  font-family:var(--ui);font-size:9.5px;letter-spacing:.24em;
  text-transform:uppercase;color:var(--ink-3);font-weight:600;width:100%;margin-bottom:6px;
}
.titles-bar a{
  font-family:var(--display);font-size:17px;color:var(--ink);
  text-decoration:none;border-bottom:1px solid transparent;
}
.titles-bar a:hover{border-bottom-color:currentColor}
.colophon{
  margin-top:44px;padding-top:20px;border-top:1px solid var(--rule);
  display:grid;grid-template-columns:repeat(3,1fr);gap:34px;
  font-family:var(--ui);font-size:12.5px;line-height:1.65;color:var(--ink-3);
}
.colophon h4{
  font-size:9.5px;letter-spacing:.24em;text-transform:uppercase;
  color:var(--ink-2);margin:0 0 9px;font-weight:600;
}
.colophon a{color:var(--ink-2)}


/* ── picture-led stories: a front page is photographs first ── */
figure{margin:0 0 16px;position:relative;background:var(--rule);overflow:hidden}
figure img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}
.lead-story figure img{aspect-ratio:16/10}
.vid{position:absolute;left:12px;bottom:12px;background:rgba(10,10,10,.82);color:#fff;
  font-family:var(--ui);font-size:9px;letter-spacing:.18em;text-transform:uppercase;
  padding:5px 9px}
.lead-story{padding:38px 0 34px;border-bottom:1px solid var(--rule)}
.lead-story a{text-decoration:none;color:inherit}
.lead-story h3{font-family:var(--display);font-weight:400;
  font-size:clamp(32px,4.9vw,60px);line-height:1.02;letter-spacing:-.014em;
  margin:0;text-wrap:balance}
.lead-story p{font-size:18px;line-height:1.5;color:var(--ink-2);margin:18px 0 0;max-width:46ch}
.lead-story a:hover h3{text-decoration:underline;text-underline-offset:6px}
.story figure{margin-bottom:14px}
.empty-note{font-family:var(--ui);font-size:14px;color:var(--ink-3);
  border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);
  padding:34px 0;margin:34px 0;max-width:60ch}


/* ── the wire: sourced stories, credited and linked ── */
.wire-head{display:flex;align-items:baseline;gap:14px;margin:58px 0 0;
  padding-bottom:9px;border-bottom:2px solid var(--red)}
.wire-head h2{font-family:var(--ui);font-size:11px;letter-spacing:.28em;
  text-transform:uppercase;margin:0;color:var(--red);font-weight:700}
.wire-head span{font-family:var(--ui);font-size:10px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--ink-3);margin-left:auto}
.wire{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:0 38px}
.w{padding:26px 0;border-top:1px solid var(--rule)}
.wire > .w:nth-child(-n+3){border-top:none}
.w a{text-decoration:none;color:inherit;display:block}
.w figure{margin:0 0 13px}
.w figure img{aspect-ratio:3/2}
.w h3{font-family:var(--display);font-weight:400;font-size:clamp(19px,1.9vw,25px);
  line-height:1.14;margin:0;text-wrap:balance}
.w p{font-size:14px;line-height:1.5;color:var(--ink-2);margin:10px 0 0}
.w .src{font-family:var(--ui);font-size:9.5px;letter-spacing:.17em;text-transform:uppercase;
  color:var(--red);font-weight:700;display:block;margin-bottom:9px}
.filed{font-family:var(--ui);font-size:10px;letter-spacing:.13em;
  text-transform:uppercase;color:var(--ink-3);margin-top:12px;display:block}
.lead-story .filed{font-size:10.5px;margin-top:16px}
.w a:hover h3{text-decoration:underline;text-underline-offset:4px}
@media (max-width:900px){.wire{grid-template-columns:repeat(2,1fr);gap:0 26px}
  .wire > .w:nth-child(3){border-top:1px solid var(--rule)}}
@media (max-width:620px){.wire{grid-template-columns:1fr}
  .wire > .w:nth-child(-n+3){border-top:1px solid var(--rule)}
  .wire > .w:first-child{border-top:none}}

@media (max-width:900px){
  .lead{grid-template-columns:1fr;gap:30px}
  .lead aside{border-left:none;border-top:1px solid var(--rule);padding:26px 0 0}
  .grid{grid-template-columns:repeat(2,1fr);gap:0 30px}
  .grid > .story:nth-child(3){border-top:1px solid var(--rule)}
  .colophon{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
  .paper{padding:0 18px 56px}
  .grid{grid-template-columns:1fr}
  .grid > .story:nth-child(-n+3){border-top:1px solid var(--rule)}
  .grid > .story:first-child{border-top:none}
  .colophon{grid-template-columns:1fr;gap:24px}
  .dateline{font-size:9px;letter-spacing:.13em;gap:10px}
}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* ── masthead furniture: the chrome a reader expects from a real title ──
   Sticky utility bar, section nav, and a CSS-only hamburger. No JavaScript:
   a front page that needs a script to open its menu is a front page that
   fails for the reader whose script did not load. */
.util{position:sticky;top:0;z-index:60;background:var(--paper);
  border-bottom:1px solid var(--rule);display:flex;align-items:center;gap:16px;
  padding:9px 0;font-family:var(--ui);font-size:10.5px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--ink-3)}
.util .brand{font-family:var(--display);font-size:16px;letter-spacing:0;
  color:var(--ink);text-transform:none}
.util .spacer{margin-left:auto}
.util a{color:var(--ink-2);text-decoration:none}
.util a:hover{color:var(--red)}

nav.sections{border-bottom:1px solid var(--rule);padding:11px 0;
  display:flex;gap:26px;flex-wrap:wrap;font-family:var(--ui);
  font-size:11px;letter-spacing:.19em;text-transform:uppercase}
nav.sections a{color:var(--ink);text-decoration:none;padding-bottom:3px;
  border-bottom:2px solid transparent}
nav.sections a:hover,nav.sections a:focus-visible{border-bottom-color:var(--red);color:var(--red)}

/* CSS-only hamburger — a checkbox drives it, so it works without script */
#burger{position:absolute;opacity:0;pointer-events:none}
.burger-btn{display:none;cursor:pointer;width:26px;height:18px;position:relative}
.burger-btn i{position:absolute;left:0;right:0;height:2px;background:var(--ink);
  transition:transform .22s,opacity .22s}
.burger-btn i:nth-child(1){top:0}.burger-btn i:nth-child(2){top:8px}.burger-btn i:nth-child(3){top:16px}
#burger:checked ~ .util .burger-btn i:nth-child(1){transform:translateY(8px) rotate(45deg)}
#burger:checked ~ .util .burger-btn i:nth-child(2){opacity:0}
#burger:checked ~ .util .burger-btn i:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
#burger:focus-visible ~ .util .burger-btn{outline:2px solid var(--red);outline-offset:4px}

@media (max-width:760px){
  .burger-btn{display:block}
  nav.sections{display:none;flex-direction:column;gap:0}
  #burger:checked ~ nav.sections{display:flex}
  nav.sections a{padding:13px 0;border-bottom:1px solid var(--rule);width:100%}
  nav.sections a:hover{border-bottom-color:var(--rule)}
  .util .hide-s{display:none}
}
@media (prefers-reduced-motion:reduce){.burger-btn i{transition:none}}


/* ── text stories are DESIGNED, not deficient ──────────────────────────
   8 of 9 of our own stories carry no photograph, because a desk story
   cannot borrow the source's art — showing their picture on our rewritten
   copy would imply a licence we do not hold. So a story without a picture
   gets a typographic treatment instead of an empty frame: a heavy rule in
   the title's own colour, and the copy set larger. It reads as a brief,
   which is what it is. */
.story:not(:has(figure)),.lead-story:not(:has(figure)){position:relative}
.story:not(:has(figure)) .kicker::before,
.lead-story:not(:has(figure)) .kicker::before{
  content:"";display:block;width:44px;height:4px;
  background:currentColor;margin-bottom:14px}
.story:not(:has(figure)) p{font-size:16px;line-height:1.6}
.lead-story:not(:has(figure)) p{font-size:19px}
/* first line of a picture-less lead gets the weight the photo would have carried */
.lead-story:not(:has(figure)) h3{font-size:clamp(36px,5.4vw,66px)}
