:root {
  /* Provisional summer palette — edit these four values to recolor the site. */
  --turmeric-green: #53652f;
  --lantana-yellow: #f0bd32;
  --black-diamond-crimson: #8d2332;
  --clean-white: #fffef9;
  --ink: #20241d;
  --muted: #68705f;
  --soft-green: #edf0e5;
  --max-copy: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--clean-white);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: .7rem 1rem;
  background: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 52px);
  color: white;
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
}
.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--lantana-yellow);
  color: var(--lantana-yellow);
  font-family: Georgia, serif;
  font-size: 14px;
}
.edition { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.hero {
  position: relative;
  display: grid;
  min-height: min(880px, 100svh);
  align-items: end;
  overflow: hidden;
  background: var(--turmeric-green);
}
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,18,9,.1), rgba(10,18,9,.18) 40%, rgba(9,20,10,.94) 100%); }
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(880px, calc(100% - 36px));
  margin: 0 auto;
  padding: 145px 0 110px;
  color: white;
}
.hero h1 { max-width: 760px; margin: .4rem 0 .65rem; font: 700 clamp(3.4rem, 10vw, 7.6rem)/.84 Georgia, serif; letter-spacing: -.055em; }
.deck { margin: 0; font: italic clamp(1.05rem, 2vw, 1.35rem)/1.35 Georgia, serif; }
.byline { margin: 1.2rem 0 0; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; right: clamp(18px, 4vw, 52px); bottom: 32px; color: var(--lantana-yellow); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.issue { overflow: hidden; }
.prose { width: min(var(--max-copy), calc(100% - 36px)); margin-inline: auto; }
.opening { padding-block: clamp(70px, 10vw, 125px) 64px; }
.prose p { font: 400 clamp(1.05rem, 2vw, 1.2rem)/1.75 Georgia, serif; }
.prose .lede { margin-top: 1.2rem; font-size: clamp(1.6rem, 4vw, 2.45rem); line-height: 1.25; }
.sun-line { margin-bottom: .25rem; font-weight: 700 !important; }
.heat-line { margin: 0 0 2rem; color: var(--black-diamond-crimson); font-size: clamp(2.2rem, 7vw, 4rem) !important; font-style: italic !important; font-weight: 700 !important; line-height: 1 !important; }
.eyebrow { margin: 0 !important; color: var(--black-diamond-crimson); font-family: system-ui, sans-serif !important; font-size: .72rem !important; font-weight: 900 !important; letter-spacing: .17em; line-height: 1.3 !important; text-transform: uppercase; }
.eyebrow.light { color: var(--lantana-yellow); }

.full-bleed { width: min(1120px, 100%); margin: 0 auto 68px; }
.feature-photo img { width: 100%; max-height: 760px; object-fit: cover; object-position: center 62%; }
figcaption { padding: 13px 18px; background: var(--turmeric-green); color: white; font: italic .92rem/1.5 Georgia, serif; }

.field-note { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); margin: 52px 0; background: var(--soft-green); border-top: 6px solid var(--lantana-yellow); }
.field-note img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.field-note div { padding: clamp(24px, 5vw, 42px); }
.field-note h2 { margin: .5rem 0 1rem; font: 700 clamp(1.7rem, 4vw, 2.5rem)/1 Georgia, serif; }
.field-note p:last-child { margin-bottom: 0; font-size: 1rem; line-height: 1.55; }
blockquote { margin: 64px 0; padding: 12px 0 12px 24px; border-left: 7px solid var(--lantana-yellow); color: var(--turmeric-green); font: 700 clamp(2rem, 5vw, 3.5rem)/1.08 Georgia, serif; letter-spacing: -.025em; }

.department { margin-top: clamp(90px, 13vw, 150px); }
.section-head { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; margin-bottom: 36px; }
.section-number { display: grid; width: 52px; height: 52px; place-items: center; background: var(--black-diamond-crimson); color: white; font-size: .85rem; font-weight: 900; }
.section-head h2, .closing h2 { margin: .45rem 0 0; font: 700 clamp(2.15rem, 6vw, 4rem)/.98 Georgia, serif; letter-spacing: -.035em; }
.department-photo { margin: 40px 0; }
.department-photo img { width: 100%; max-height: 620px; object-fit: cover; }
.portrait-photo img { object-position: center; }
.department h3 { margin: 2.25rem 0 .25rem; color: var(--turmeric-green); font: 700 1.55rem/1.2 Georgia, serif; }

.tool-section { width: 100%; }
.app-demo { width: min(920px, calc(100% - 36px)); margin: 38px auto 34px; }
.app-crop { position: relative; height: min(650px, 82vw); overflow: hidden; background: #10130f; }
.app-crop img { width: 100%; height: auto; }

.closing { width: 100%; max-width: none; margin-top: clamp(100px, 15vw, 180px); padding: clamp(70px, 11vw, 120px) max(18px, calc((100% - var(--max-copy)) / 2)); background: var(--turmeric-green); color: white; }
.closing h2 { max-width: 650px; color: white; }
.closing-line { margin-top: 2.5rem; color: var(--lantana-yellow); font-size: clamp(1.55rem, 4vw, 2.35rem) !important; font-style: italic !important; line-height: 1.25 !important; }

.site-footer { padding: 64px max(18px, calc((100% - var(--max-copy)) / 2)); background: var(--ink); color: white; }
.site-footer p { max-width: var(--max-copy); font: 400 1rem/1.65 Georgia, serif; }
.site-footer strong { color: var(--lantana-yellow); font-family: system-ui, sans-serif; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-note { color: #b9c0ad; font-style: italic !important; }

@media (max-width: 640px) {
  .edition { display: none; }
  .hero { min-height: 760px; }
  .hero-copy { padding-bottom: 105px; }
  .scroll-cue { left: 18px; right: auto; }
  .field-note { grid-template-columns: 1fr; }
  .field-note img { min-height: 320px; }
  .section-head { grid-template-columns: 46px 1fr; gap: 13px; }
  .section-number { width: 44px; height: 44px; }
  .department-photo img { max-height: 72vh; }
  .app-crop { height: 118vw; }
  .app-crop img { width: 148%; max-width: none; transform: translateX(-16%); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
