:root {
  --ink: #11100f;
  --ink-soft: #26231f;
  --bone: #f5efdf;
  --paper: #e9e0cb;
  --acid: #cbff32;
  --orange: #ff5b2d;
  --ice: #82d8ef;
  --muted: #746e64;
  --line: rgba(17, 16, 15, .25);
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --mono: "SFMono-Regular", "Cascadia Mono", "Liberation Mono", "Courier New", monospace;
  color: var(--ink);
  background: var(--bone);
  font-family: var(--serif);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { background: var(--ink); }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--bone); }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--ice); outline-offset: 5px; }
.shell { width: min(100% - 48px, 1440px); margin-inline: auto; }
.eyebrow { margin: 0; font: 800 10px/1.4 var(--mono); letter-spacing: .16em; text-transform: uppercase; }

.masthead {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  font: 700 9px var(--mono);
  letter-spacing: .12em;
}
.masthead > p { margin: 0; }
.mark { display: flex; align-items: center; gap: 12px; text-decoration: none; font: 800 10px/1.25 var(--mono); letter-spacing: .12em; }
.mark small { color: var(--muted); font-size: 7px; }
.mark__symbol { width: 36px; aspect-ratio: 1; display: grid; place-items: center; color: var(--acid); background: var(--ink); font-size: 9px; }

.hero { min-height: 660px; display: grid; grid-template-columns: .32fr 1.68fr; border-bottom: 1px solid var(--line); }
.hero__index { padding-top: 80px; display: flex; flex-direction: column; gap: 8px; font-family: var(--mono); }
.hero__index span { color: var(--muted); font-size: 8px; letter-spacing: .15em; }
.hero__index strong { color: var(--orange); font-size: 16px; }
.hero__copy { padding: 78px 0 72px; display: grid; grid-template-columns: 1fr .52fr; gap: 40px; align-items: end; }
.hero__copy .eyebrow { grid-column: 1 / -1; align-self: start; }
.hero__copy .eyebrow span { display: inline-block; width: 8px; aspect-ratio: 1; margin-right: 8px; border-radius: 50%; background: var(--orange); }
.hero h1 { margin: 18px 0 0; font: 500 clamp(92px, 12vw, 184px)/.68 var(--serif); letter-spacing: -.075em; }
.hero h1 em { color: var(--orange); font-weight: 500; }
.hero__copy > p:last-child { max-width: 440px; margin: 0 0 8px; font: italic clamp(20px, 2.2vw, 31px)/1.22 var(--serif); }

.featured { min-height: 700px; margin-top: 94px; display: grid; grid-template-columns: 1.05fr .95fr; color: var(--bone); background: var(--ink); }
.featured__art { min-height: 700px; position: relative; overflow: hidden; border-right: 1px solid rgba(245, 239, 223, .2); background-image: linear-gradient(rgba(245,239,223,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(245,239,223,.05) 1px, transparent 1px); background-size: 48px 48px; }
.featured__art span { position: absolute; width: 84px; height: 84px; border: 2px solid var(--ink); box-shadow: 11px 11px 0 rgba(0,0,0,.26); }
.featured__art span:nth-child(1) { left: 20%; top: 29%; background: var(--acid); }
.featured__art span:nth-child(2) { left: calc(20% + 84px); top: 29%; background: var(--orange); }
.featured__art span:nth-child(3) { left: calc(20% + 84px); top: calc(29% - 84px); background: var(--ice); }
.featured__art span:nth-child(4) { left: calc(20% + 168px); top: calc(29% - 84px); background: var(--paper); }
.featured__art span:nth-child(5) { left: calc(20% + 84px); top: calc(29% - 168px); background: #ffca2f; }
.featured__art b { position: absolute; color: rgba(245,239,223,.46); font: 800 10px var(--mono); }
.featured__art b:nth-of-type(1) { right: 8%; bottom: 9%; }
.featured__art b:nth-of-type(2) { right: 16%; bottom: 18%; }
.featured__art b:nth-of-type(3) { right: 27%; bottom: 11%; }
.featured__copy { padding: clamp(48px, 6vw, 90px); display: flex; flex-direction: column; align-items: flex-start; }
.featured__copy .eyebrow { color: var(--acid); }
.featured h2 { margin: 40px 0 24px; color: var(--bone); font: 500 clamp(72px, 8vw, 124px)/.7 var(--serif); letter-spacing: -.07em; }
.featured h2 em { color: var(--orange); }
.featured__copy > p:not(.eyebrow) { max-width: 520px; margin: 0; color: var(--paper); font: italic 22px/1.32 var(--serif); }
.featured dl { width: 100%; margin: auto 0 34px; border-top: 1px solid rgba(245,239,223,.22); }
.featured dl div { padding: 11px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(245,239,223,.22); font: 700 9px var(--mono); }
.featured dt { color: #9e978a; }
.featured dd { margin: 0; }
.button { min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 2px solid var(--ink); color: var(--ink); background: var(--acid); box-shadow: 7px 7px 0 var(--orange); font: 800 10px var(--mono); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: box-shadow .18s ease, transform .18s ease; }
.button:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--orange); }

.guides { padding-block: 130px; }
.section-heading { display: grid; grid-template-columns: .45fr 1.25fr; gap: 48px; }
.section-heading h2 { margin: 0; font: 500 clamp(52px, 7vw, 102px)/.82 var(--serif); letter-spacing: -.055em; }
.section-heading > div > p { max-width: 620px; margin: 28px 0 0; color: var(--muted); font: 600 12px/1.65 var(--mono); }
.guide-list { margin-top: 80px; border-top: 2px solid var(--ink); }
.guide-list > a { min-height: 190px; display: grid; grid-template-columns: 110px 1fr 80px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .18s ease; }
.guide-list > a:hover { background: var(--paper); }
.guide-list__number { color: var(--orange); font: 800 12px var(--mono); }
.guide-list small { color: var(--muted); font: 800 8px var(--mono); letter-spacing: .15em; }
.guide-list h3 { margin: 14px 0 4px; font: 500 clamp(38px, 5vw, 70px)/.8 var(--serif); letter-spacing: -.045em; }
.guide-list p { margin: 14px 0 0; color: var(--muted); font: 600 11px/1.5 var(--mono); }
.guide-list__arrow { justify-self: end; font: 500 48px var(--serif); }
.footer { min-height: 112px; padding-block: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); font: 700 9px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.error-page { color: var(--bone); background: var(--ink); }
.error-page .masthead { border-color: rgba(245,239,223,.2); }
.error-page .mark__symbol { color: var(--ink); background: var(--acid); }
.error-page .mark small { color: #9e978a; }
.not-found { min-height: calc(100dvh - 92px); padding-block: clamp(80px, 12vw, 170px); display: grid; grid-template-columns: .35fr 1fr; gap: 48px; }
.not-found h1 { margin: 0 0 32px; font: 500 clamp(84px, 13vw, 182px)/.68 var(--serif); letter-spacing: -.075em; }
.not-found h1 em { color: var(--orange); }
.not-found > div > p { max-width: 580px; margin: 0 0 38px; color: var(--paper); font: italic 22px/1.35 var(--serif); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: .2fr 1.8fr; }
  .hero__copy { grid-template-columns: 1fr; }
  .featured { grid-template-columns: .9fr 1.1fr; }
  .featured__art span { width: 64px; height: 64px; }
  .featured__art span:nth-child(2) { left: calc(20% + 64px); }
  .featured__art span:nth-child(3) { left: calc(20% + 64px); top: calc(29% - 64px); }
  .featured__art span:nth-child(4) { left: calc(20% + 128px); top: calc(29% - 64px); }
  .featured__art span:nth-child(5) { left: calc(20% + 64px); top: calc(29% - 128px); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1440px); }
  .masthead { min-height: 76px; }
  .masthead > p { display: none; }
  .hero { min-height: 650px; grid-template-columns: 1fr; }
  .hero__index { padding-top: 42px; flex-direction: row; }
  .hero__copy { padding: 28px 0 54px; gap: 28px; }
  .hero h1 { font-size: clamp(78px, 26vw, 112px); }
  .hero__copy > p:last-child { font-size: 21px; }
  .featured { width: 100%; margin-top: 64px; grid-template-columns: 1fr; }
  .featured__art { min-height: 430px; border-right: 0; border-bottom: 1px solid rgba(245,239,223,.2); }
  .featured__copy { min-height: 630px; padding: 48px 24px; }
  .featured h2 { font-size: clamp(72px, 24vw, 104px); }
  .guides { padding-block: 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .section-heading h2 { font-size: clamp(54px, 17vw, 76px); }
  .guide-list { margin-top: 54px; }
  .guide-list > a { min-height: 210px; grid-template-columns: 44px 1fr 30px; gap: 14px; }
  .guide-list h3 { font-size: 42px; }
  .guide-list__arrow { font-size: 30px; }
  .footer { min-height: 150px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .not-found { min-height: calc(100dvh - 76px); grid-template-columns: 1fr; gap: 36px; }
  .not-found h1 { font-size: clamp(82px, 27vw, 118px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; }
}
