:root {
  --ink: #232B22;
  --ink-soft: #5C6258;
  --paper: #F8F2E9;
  --blush: #F6EAE1;
  --cream-deep: #EFE4D6;
  --gold: #A8794F;
  --gold-soft: #C29B7B;
  --pill: #F1E2CF;
  --hairline: rgba(35, 43, 34, .14);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Instrument Sans", "Segoe UI", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 32px; }

.kicker {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

/* ---------- header ---------- */
header.site {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 242, 233, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hairline);
}
.site-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 32px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand .glyph { width: 22px; height: 22px; color: var(--gold); }
.brand .name { font-family: var(--serif); font-weight: 500; font-size: 24px; letter-spacing: -.01em; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.index-link { font-size: 13px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.index-link:hover { color: var(--gold); }
.menu-btn {
  width: 46px; height: 46px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s ease;
  background: transparent;
  cursor: pointer;
}
.menu-btn:hover { background: var(--blush); }
.menu-btn svg { width: 18px; height: 18px; }

/* ---------- hero masthead ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(244,233,220,.55) 0%, rgba(241,226,211,.42) 45%, rgba(235,214,192,.55) 100%),
    radial-gradient(120% 90% at 50% 100%, rgba(235,217,198,.65), transparent 60%),
    url("/assets/hero-cream.png") center 60% / cover no-repeat,
    linear-gradient(160deg, #F4E9DC 0%, #F1E2D3 45%, #EFDCCB 100%);
}
.hero::before {
  content: "";
  position: absolute; inset: -8%;
  background:
    radial-gradient(24% 20% at 30% 60%, rgba(255,255,255,.85), transparent 100%),
    radial-gradient(18% 14% at 60% 40%, rgba(255,255,255,.7), transparent 100%),
    radial-gradient(14% 12% at 76% 66%, rgba(255,255,255,.75), transparent 100%),
    radial-gradient(10% 9% at 44% 30%, rgba(255,255,255,.6), transparent 100%);
  filter: blur(26px);
}
.hero-inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 32px 0;
  min-height: 620px;
  display: flex;
  flex-direction: column;
}
.issue-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.issue-row .r { text-align: right; }
.masthead {
  margin-top: auto;
  text-align: center;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(80px, 13vw, 190px);
  line-height: .94;
  letter-spacing: -.03em;
  transform: translateY(8%);
}
.masthead em { font-style: italic; }

/* ---------- statement ---------- */
.statement {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: end;
  padding: 110px 0 96px;
}
.statement h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1.04;
  letter-spacing: -.02em;
}
.statement p { font-size: 19px; color: var(--ink-soft); max-width: 46ch; padding-bottom: 8px; }

/* ---------- dispatches ---------- */
.dispatches { padding-bottom: 40px; }
.dispatches .kicker { margin-bottom: 10px; }
.dispatch {
  display: grid;
  grid-template-columns: 90px 300px 1fr 70px;
  gap: 48px;
  align-items: center;
  border-top: 1px solid var(--hairline);
  padding: 56px 0;
}
.dispatch .num {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--gold-soft);
}
.dispatch .photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.dispatch .photo .ph { position: absolute; inset: 0; filter: blur(0px); }
.ph-1 {
  background:
    radial-gradient(60% 50% at 40% 40%, rgba(255,255,255,.9), transparent 70%),
    radial-gradient(40% 36% at 70% 65%, rgba(210,230,220,.9), transparent 75%),
    linear-gradient(150deg, #DCE7DF, #B9CCC0 70%, #9FB6A9);
}
.ph-2 {
  background:
    radial-gradient(30% 24% at 52% 46%, rgba(255,255,255,.95), transparent 70%),
    radial-gradient(60% 50% at 50% 60%, rgba(214,226,238,.9), transparent 80%),
    linear-gradient(155deg, #E9EFF5, #CBD9E6 65%, #B4C6D6);
}
.ph-3 {
  background:
    radial-gradient(46% 38% at 46% 44%, rgba(255,252,246,.95), transparent 72%),
    radial-gradient(34% 30% at 66% 62%, rgba(240,224,204,.9), transparent 78%),
    linear-gradient(150deg, #F0E3D2, #E2CDB4 65%, #CFB294);
}
.tags { display: flex; gap: 16px; align-items: center; margin-bottom: 14px; }
.tag-pill {
  background: var(--pill);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
}
.tag-plain { font-size: 11.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-soft); }
.dispatch h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.1;
  letter-spacing: -.015em;
  margin-bottom: 14px;
  max-width: 18ch;
}
.dispatch h3 a:hover { color: var(--gold); }
.dispatch .dek { font-size: 16.5px; color: var(--ink-soft); max-width: 48ch; margin-bottom: 18px; }
.dispatch .meta {
  display: flex; align-items: center; gap: 22px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-soft);
}
.dispatch .meta svg { width: 14px; height: 14px; vertical-align: -2px; margin-right: 6px; }
.arrow-btn {
  width: 52px; height: 52px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s ease, transform .2s ease;
}
.dispatch:hover .arrow-btn { background: var(--ink); color: var(--paper); transform: translate(2px, -2px); }
.arrow-btn svg { width: 16px; height: 16px; }

/* ---------- watch ---------- */
.watch { background: var(--blush); padding: 96px 0; }
.watch .head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 48px; }
.watch h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 3.6vw, 52px); letter-spacing: -.015em; }
.watch .more { font-size: 12.5px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; }
.watch .more:hover { color: var(--gold); }
.rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.vtile { position: relative; display: block; aspect-ratio: 9 / 15; overflow: hidden; }
.vtile .fill { position: absolute; inset: 0; transition: transform .5s ease; }
.vtile:hover .fill { transform: scale(1.04); }
.vt-1 { background: radial-gradient(50% 36% at 46% 40%, rgba(255,255,255,.9), transparent 75%), linear-gradient(160deg, #EADDCB, #D8C2A6); }
.vt-2 { background: radial-gradient(44% 34% at 56% 48%, rgba(255,255,255,.85), transparent 75%), linear-gradient(160deg, #DCE5DE, #B9CBBE); }
.vt-3 { background: radial-gradient(46% 34% at 44% 42%, rgba(255,255,255,.9), transparent 72%), linear-gradient(160deg, #EFE6DA, #D9C8B2); }
.vt-4 { background: radial-gradient(42% 32% at 58% 44%, rgba(255,255,255,.85), transparent 75%), linear-gradient(160deg, #E7E0EA, #C9BFD2); }
.vtile .scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(35,43,34,.55), transparent 45%); }
.vtile .vmeta { position: absolute; left: 20px; right: 20px; bottom: 18px; color: #FBF7F0; z-index: 2; }
.vtile .vmeta .dur { display: block; font-size: 11px; font-weight: 600; letter-spacing: .26em; margin-bottom: 8px; }
.vtile .vmeta .t { font-family: var(--serif); font-size: 19px; font-weight: 500; line-height: 1.25; }
.vtile .playring {
  position: absolute; top: 18px; left: 20px;
  width: 40px; height: 40px;
  border: 1px solid rgba(251,247,240,.75);
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  color: #FBF7F0;
  z-index: 2;
  backdrop-filter: blur(3px);
}
.vtile .playring svg { width: 13px; height: 13px; margin-left: 2px; }

/* ---------- instagram ---------- */
.ig { padding: 96px 0 80px; }
.ig .head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 12px; }
.ig h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.015em; }
.ig .sub { font-size: 15px; color: var(--ink-soft); margin-bottom: 44px; }
.ig .more { font-size: 12.5px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; }
.ig .more:hover { color: var(--gold); }
.ig-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.ig-tile {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: #FBF7F0;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4;
}
.ig-tile .fill { position: absolute; inset: 0; transition: transform .5s ease; }
.ig-tile:hover .fill { transform: scale(1.05); }
.igf-1 { background: radial-gradient(50% 40% at 42% 42%, rgba(255,255,255,.9), transparent 72%), linear-gradient(150deg, #EBDECC, #D5BFA1); }
.igf-2 { background: radial-gradient(44% 36% at 58% 50%, rgba(255,255,255,.85), transparent 72%), linear-gradient(150deg, #DDE6DF, #B7C9BC); }
.igf-3 { background: radial-gradient(48% 38% at 46% 44%, rgba(255,255,255,.9), transparent 74%), linear-gradient(150deg, #F0E7DB, #DACAB4); }
.igf-4 { background: radial-gradient(40% 34% at 56% 46%, rgba(255,255,255,.85), transparent 72%), linear-gradient(150deg, #E8E1EA, #C6BCD0); }
.igf-5 { background: radial-gradient(46% 38% at 44% 40%, rgba(255,255,255,.9), transparent 74%), linear-gradient(150deg, #EFE0D5, #D8BBA6); }
.ig-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(35,43,34,.42), transparent 55%); }
.ig-tile span { position: relative; z-index: 1; }
.ig-tile .ig-glyph { position: absolute; top: 14px; right: 14px; width: 15px; height: 15px; z-index: 2; opacity: .85; }

/* ---------- newsletter ---------- */
.newsletter { background: var(--cream-deep); padding: 110px 0; }
.newsletter-inner { max-width: 760px; margin: 0 auto; padding: 0 32px; text-align: center; }
.newsletter .kicker { margin-bottom: 20px; }
.newsletter h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.04;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}
.newsletter h2 em { font-style: italic; }
.newsletter p { font-size: 17px; color: var(--ink-soft); margin-bottom: 40px; }
.newsletter form {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--ink);
  max-width: 480px;
  margin: 0 auto;
}
.newsletter input[type="email"] {
  flex: 1;
  padding: 14px 4px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-family: var(--sans);
  color: var(--ink);
}
.newsletter input[type="email"]::placeholder { color: var(--ink-soft); }
.newsletter input[type="email"]:focus { outline: none; }
.newsletter button {
  border: none;
  background: transparent;
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--ink);
  padding: 14px 4px;
  transition: color .2s ease;
}
.newsletter button:hover { color: var(--gold); }
.fineprint { font-size: 12.5px; color: var(--ink-soft); margin-top: 18px; }

/* ---------- footer ---------- */
footer.site { padding: 72px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; margin-bottom: 56px; }
.footer-grid h4 { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; margin-bottom: 18px; color: var(--gold-soft); }
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand .name { font-family: var(--serif); font-size: 22px; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.footer-brand .name svg { width: 20px; height: 20px; color: var(--gold); }
.footer-brand p { max-width: 44ch; color: var(--ink-soft); font-size: 14.5px; }
.footer-base {
  border-top: 1px solid var(--hairline);
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- motion ---------- */
.rise { opacity: 0; transform: translateY(16px); animation: rise 1s cubic-bezier(.22,.6,.2,1) forwards; }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .15s; } .d3 { animation-delay: .25s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .rise { animation: none; opacity: 1; transform: none; } }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .dispatch { grid-template-columns: 56px 220px 1fr; }
  .dispatch .arrow-btn { display: none; }
  .rail { grid-template-columns: repeat(2, 1fr); }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .ig-grid .ig-tile:nth-child(n+4) { display: none; }
}
@media (max-width: 800px) {
  .statement { grid-template-columns: 1fr; gap: 28px; padding: 72px 0 64px; }
  .dispatch { grid-template-columns: 1fr; gap: 22px; padding: 44px 0; }
  .dispatch .num { font-size: 22px; }
  .dispatch .photo { max-width: 420px; }
  .rail { grid-template-columns: 1fr 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-inner { min-height: 420px; }
}
