@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Kaisei+Decol:wght@400;500;700&family=Klee+One:wght@400;600&display=swap');

:root {
  --night: #536b77;
  --night-deep: #334650;
  --paper: #fbfaf6;
  --paper-light: #fffefa;
  --amber: #b64f43;
  --amber-soft: #f2d8d1;
  --moss: #a8bec5;
  --moss-text: #576a73;
  --ink: #303840;
  --muted: #626b70;
  --line: rgba(48, 56, 64, .16);
  --display: "Kaisei Decol", "Yu Mincho", serif;
  --body: "Klee One", "Yu Gothic", sans-serif;
  --pixel: "DotGothic16", monospace;
  --page: min(1080px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: linear-gradient(rgba(251, 250, 246, .84), rgba(251, 250, 246, .84)), url("assets/paper-fiber.png");
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.82;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
::selection { color: var(--paper-light); background: var(--amber); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 8px 14px;
  color: var(--night);
  background: var(--paper-light);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  width: var(--page);
  min-height: 78px;
  color: var(--ink);
  border-bottom: 1px solid rgba(48, 56, 64, .16);
  transform: translateX(-50%);
}
.brand { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.brand-kana { margin: 0 0 1px 18px; color: var(--amber); font-family: var(--pixel); font-size: 9px; letter-spacing: .2em; }
.brand-main { font-family: var(--display); font-size: 25px; font-weight: 700; letter-spacing: .03em; }
.global-nav { display: flex; justify-content: center; gap: clamp(16px, 2vw, 28px); font-size: 12px; }
.global-nav a { position: relative; padding: 8px 0; }
.global-nav a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .38s cubic-bezier(.16, 1, .3, 1);
}
.global-nav a:hover::after, .global-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.issue-mark { font-family: var(--pixel); font-size: 9px; letter-spacing: .11em; opacity: .72; }
.menu-button { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(44px, 6vw, 72px);
  align-items: center;
  min-height: 620px;
  padding: 106px max(48px, calc((100vw - 1080px) / 2)) 66px;
  color: var(--ink);
  background: #f8f5f0;
  overflow: hidden;
}
.hero::before { display: none; }
.hero-copy { position: relative; z-index: 2; max-width: 480px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #59656b; font-size: 12px; }
.hero-note span { color: var(--amber); font-size: 8px; }
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0;
}
.hero h1 em { position: relative; color: var(--amber); font-style: normal; }
.hero-line { white-space: nowrap; }
.hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 78%;
  height: 7px;
  content: "";
  background: var(--amber);
  clip-path: polygon(0 42%, 24% 16%, 53% 55%, 78% 30%, 100% 61%, 100% 78%, 69% 58%, 43% 90%, 20% 53%, 0 72%);
  opacity: .8;
}
.hero-intro { max-width: 34em; margin: 25px 0 17px; color: #566168; font-size: 14px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding: 6px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; letter-spacing: .04em; transition: gap .35s cubic-bezier(.16, 1, .3, 1); }
.text-link:hover, .text-link:focus-visible { gap: 28px; }
.text-link--light { color: var(--ink); }
.hero-visual { position: relative; z-index: 1; margin: 0; }
.image-frame {
  position: relative;
  width: min(100%, 640px);
  aspect-ratio: 16 / 10;
  margin-left: auto;
  overflow: hidden;
  background: #b28a63;
  border-radius: 12px;
}
.image-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
  background: linear-gradient(165deg, rgba(255,255,255,.08), transparent 38%, rgba(41,50,65,.18));
}
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transform: scale(1.04); }
.hero-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: min(310px, 72%);
  padding: 16px 20px 14px;
  color: var(--ink);
  background: var(--paper-light);
  box-shadow: 10px 18px 38px rgba(51, 70, 80, .12);
}
.hero-visual figcaption span { display: block; color: var(--amber); font-size: 11px; }
.hero-visual figcaption strong { display: block; margin: 3px 0 6px; font-family: var(--display); font-size: 16px; font-weight: 500; line-height: 1.5; }
.hero-visual figcaption small { display: block; color: var(--muted); font-family: var(--pixel); font-size: 8px; letter-spacing: .04em; }
.mood-drawer {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: .62fr 2.38fr;
  gap: 24px;
  width: var(--page);
  margin: -1px auto 0;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.mood-heading { display: block; }
.mood-heading div { display: flex; flex-direction: column-reverse; align-items: flex-start; }
.mood-heading p { margin: 6px 0 0; padding-top: 5px; color: var(--moss-text); border-top: 1px solid currentColor; font-family: var(--pixel); font-size: 10px; }
.mood-heading h2 { margin: 0; font-family: var(--display); font-size: 18px; font-weight: 500; }
.mood-links { display: grid; grid-template-columns: repeat(4, 1fr); }
.mood-links a { display: flex; flex-direction: column; justify-content: center; min-height: 64px; padding: 0 16px; border-left: 1px solid var(--line); font-size: 12px; transition: color .25s, background .25s; }
.mood-links a:last-child { border-right: 1px solid var(--line); }
.mood-links a span { margin-bottom: 4px; color: var(--amber); font-family: var(--pixel); font-size: 9px; }
.mood-links a:hover, .mood-links a:focus-visible { color: var(--paper-light); background: var(--night); }

.section-paper { background-color: var(--paper); background-image: linear-gradient(rgba(251, 250, 246, .84), rgba(251, 250, 246, .84)), url("assets/paper-fiber.png"); }
.section-title { display: flex; flex-direction: column-reverse; align-items: flex-start; }
.section-title span { display: block; margin-top: 10px; padding-top: 5px; color: var(--moss-text); border-top: 1px solid currentColor; font-family: var(--pixel); font-size: 10px; letter-spacing: .06em; }
.section-title h2 { margin: 0; font-family: var(--display); font-size: clamp(29px, 3vw, 38px); font-weight: 500; line-height: 1.48; letter-spacing: 0; }
.section-title--light span { color: var(--amber); }
.section-title--light h2 { color: var(--ink); }
.latest-section { width: var(--page); margin: 0 auto; padding: 72px 0 80px; border-bottom: 1px solid var(--line); }
.latest-header { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: 36px; }
.latest-title h2 { font-size: clamp(27px, 2.7vw, 34px); }
.latest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 24px; row-gap: 0; }
.latest-story { border-top: 1px solid var(--line); }
.latest-story > a { display: flex; flex-direction: column; min-height: 158px; padding: 17px 4px 19px; }
.latest-category { color: var(--amber); font-family: var(--pixel); font-size: 9px; letter-spacing: .08em; }
.latest-story h3 { margin: 11px 0 16px; font-family: var(--display); font-size: 16px; font-weight: 500; line-height: 1.7; transition: color .28s cubic-bezier(.16, 1, .3, 1); }
.latest-story p { display: flex; justify-content: space-between; align-items: center; margin: auto 0 0; color: var(--moss-text); font-family: var(--pixel); font-size: 9px; letter-spacing: .04em; }
.latest-story p span { color: var(--amber); font-family: var(--body); font-size: 15px; transition: transform .3s cubic-bezier(.16, 1, .3, 1); }
.latest-story a:hover h3, .latest-story a:focus-visible h3 { color: var(--amber); }
.latest-story a:hover p span, .latest-story a:focus-visible p span { transform: translate(4px, -4px); }
.lead-story {
  position: relative;
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 50px;
  width: var(--page);
  margin: 0 auto;
  padding: 88px 0 112px;
}
.section-title--vertical { padding-top: 14px; }
.section-title--vertical h2 { font-size: clamp(29px, 3vw, 38px); }
.lead-article { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(260px, .82fr); gap: 32px; align-items: end; }
.lead-photo { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #b58d66; border-radius: 12px; }
.lead-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.lead-photo:hover img, .lead-photo:focus-visible img { transform: scale(1.035); }
.photo-stamp { position: absolute; right: 20px; bottom: 18px; display: grid; place-items: center; width: 58px; height: 58px; color: var(--paper-light); border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font-family: var(--pixel); font-size: 9px; line-height: 1.25; text-align: center; transform: rotate(8deg); }
.lead-photo .image-disclosure--lead { right: auto; left: 0; }
.article-meta { margin: 0 0 14px; color: var(--moss-text); font-family: var(--pixel); font-size: 9px; letter-spacing: .04em; }
.lead-body h3 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(23px, 2.2vw, 29px); font-weight: 500; line-height: 1.58; }
.lead-body h3 a, .film-story h3 a { background-image: linear-gradient(currentColor,currentColor); background-repeat: no-repeat; background-position: 100% 100%; background-size: 0 1px; transition: background-size .4s cubic-bezier(.16,1,.3,1), background-position 0s .4s; }
.lead-body h3 a:hover, .lead-body h3 a:focus-visible, .film-story h3 a:hover, .film-story h3 a:focus-visible { background-position: 0 100%; background-size: 100% 1px; }
.lead-body > p:not(.article-meta) { margin: 0 0 22px; color: #59646a; font-size: 13px; }
.tiny-letter { position: absolute; right: 0; bottom: 30px; display: grid; grid-template-columns: auto minmax(180px, 1fr); gap: 14px; align-items: center; padding: 15px 18px; color: #34464f; background: #dce7e9; box-shadow: 8px 11px 25px rgba(51, 70, 80, .10); transform: rotate(-1deg); }
.tiny-letter p { margin: 0; font-family: var(--pixel); font-size: 9px; line-height: 1.5; }
.tiny-letter blockquote { margin: 0; font-family: var(--display); font-size: 13px; line-height: 1.65; }

.words-section { position: relative; color: var(--ink); background: #eaf0f1; overflow: hidden; }
.words-inner { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 64px; align-items: center; width: var(--page); min-height: 420px; margin: 0 auto; padding: 68px 0; }
.words-inner::before { display: none; }
.big-quote { position: relative; z-index: 2; margin: 0; color: #4c6875; font-family: var(--display); font-size: clamp(30px, 3.6vw, 42px); line-height: 1.62; letter-spacing: 0; }
.quote-mark { position: absolute; top: -34px; left: -22px; color: rgba(51,70,80,.1); font-size: 110px; line-height: 1; }
.quote-note { position: absolute; right: 2px; bottom: 58px; margin: 0; color: #586a73; font-size: 11px; }
.words-inner > .text-link { position: absolute; right: 0; bottom: 24px; }

.culture-section { width: var(--page); margin: 0 auto; padding: 88px 0; }
.culture-header { display: grid; grid-template-columns: 1.2fr .65fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.culture-header > p { max-width: 32em; margin: 0 0 8px; color: #59646a; font-size: 14px; }
.film-strip { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 22px; align-items: start; }
.film-visual { position: relative; display: block; aspect-ratio: 1.15 / 1; margin-bottom: 18px; overflow: hidden; }
.film-story--main .film-visual { aspect-ratio: 1.5 / 1; }
.film-story h3 { margin: 0; font-family: var(--display); font-size: 17px; font-weight: 500; line-height: 1.65; }
.film-story--main h3 { max-width: 24em; font-size: 21px; }
.film-visual--window { background: linear-gradient(#202936 0 56%, #31333a 56%); }
.film-visual--window::before { position: absolute; inset: 10% 9% 24%; content: ""; border: 8px solid #151c26; background: linear-gradient(165deg, #46566a 0 55%, #c17946 56% 58%, #313847 59%); }
.film-visual--window::after { position: absolute; right: 22%; bottom: 0; width: 20%; height: 41%; content: ""; background: #181d25; clip-path: polygon(38% 0, 70% 0, 75% 10%, 100% 20%, 76% 31%, 78% 100%, 12% 100%, 17% 34%, 0 25%, 24% 12%); }
.moon { position: absolute; z-index: 1; top: 15%; left: 18%; width: 34px; height: 34px; border-radius: 50%; background: #f0c993; box-shadow: 0 0 32px rgba(240,201,147,.32); }
.window-light { position: absolute; z-index: 1; width: 8px; height: 5px; background: #d79a5b; }
.window-light--one { left: 33%; bottom: 34%; }
.window-light--two { left: 42%; bottom: 29%; }
.film-visual--lamp { background: #b06f49; }
.lamp-glow { position: absolute; top: 11%; left: 12%; width: 76%; height: 76%; border-radius: 50%; background: rgba(247,214,161,.25); filter: blur(8px); }
.lamp-shade { position: absolute; z-index: 2; top: 19%; left: 31%; width: 38%; height: 24%; background: #f1d7ad; clip-path: polygon(24% 0, 76% 0, 100% 100%, 0 100%); }
.lamp-pole { position: absolute; z-index: 1; top: 42%; left: 49%; width: 2%; height: 35%; background: #41382f; }
.film-visual--rain { background: #798b92; }
.film-visual--rain::before { position: absolute; inset: 0; content: ""; background: linear-gradient(108deg, transparent 0 14%, rgba(244,240,232,.28) 15% 16%, transparent 17% 32%, rgba(244,240,232,.2) 33% 34%, transparent 35% 53%, rgba(244,240,232,.22) 54% 55%, transparent 56% 72%, rgba(244,240,232,.26) 73% 74%, transparent 75%); background-size: 48px 80px; transform: skewX(-8deg) scale(1.2); }
.film-visual--rain span { position: absolute; right: 17%; bottom: 0; width: 42%; height: 70%; background: #313a40; clip-path: polygon(47% 0, 56% 0, 60% 9%, 74% 14%, 100% 34%, 88% 41%, 80% 34%, 78% 100%, 21% 100%, 24% 35%, 0 43%, 3% 33%, 37% 14%, 41% 7%); }

.books-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; align-items: end; min-height: 520px; padding: 78px max(48px, calc((100vw - 1080px) / 2)); color: var(--ink); background: #f7eeeb; }
.books-copy { padding-bottom: 20px; }
.books-copy > p { max-width: 33em; margin: 30px 0 32px; color: #59646a; font-size: 14px; }
.book-spines { display: flex; align-items: end; gap: 12px; height: 300px; }
.spine { position: relative; display: flex; flex-direction: column; justify-content: space-between; width: 33.333%; min-width: 0; height: 100%; padding: 22px 18px; overflow: hidden; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.spine:nth-child(2) { height: 91%; }
.spine:nth-child(3) { height: 84%; }
.spine:hover, .spine:focus-visible { transform: translateY(-14px); }
.spine small { font-family: var(--pixel); font-size: 9px; letter-spacing: .08em; }
.spine strong { writing-mode: vertical-rl; align-self: center; font-family: var(--display); font-size: clamp(19px, 2vw, 26px); font-weight: 500; letter-spacing: .08em; line-height: 1.7; }
.spine > span { align-self: flex-end; font-family: var(--pixel); font-size: 10px; }
.spine::after { position: absolute; top: 0; right: 12px; width: 1px; height: 100%; content: ""; background: currentColor; opacity: .18; }
.spine--amber { color: var(--ink); background: #e19483; }
.spine--paper { color: var(--ink); background: var(--paper); }
.spine--moss { color: #2f414a; background: #adc3ca; }

.things-section { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(48px, 6vw, 72px); width: var(--page); margin: 0 auto; padding: 96px 0; }
.things-image { position: relative; min-height: 420px; overflow: hidden; background: #ad845f; border-radius: 12px; }
.things-image img { width: 100%; height: 100%; object-fit: cover; object-position: 40% center; }
.things-image::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(41,41,38,.12); }
.image-disclosure { position: absolute; right: 0; bottom: 0; padding: 9px 13px; color: var(--paper); background: rgba(41,50,65,.82); font-family: var(--pixel); font-size: 8px; }
.things-copy { align-self: center; }
.things-copy > p { margin: 32px 0 36px; color: #59646a; font-size: 14px; }
.things-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.things-list li { border-bottom: 1px solid var(--line); }
.things-list a { display: flex; flex-direction: column; gap: 3px; padding: 21px 5px; font-family: var(--display); font-size: 17px; transition: transform .3s, color .3s; }
.things-list a:hover, .things-list a:focus-visible { color: var(--amber); transform: translateX(9px); }
.things-list span { color: var(--moss-text); font-family: var(--pixel); font-size: 9px; }
.things-copy .commerce-note { margin-top: 22px; color: #5d686e; font-size: 10px; }

.letter-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 58px max(48px, calc((100vw - 1080px) / 2)); color: var(--ink); background: #f2ddd7; }
.letter-copy { display: block; }
.letter-copy h2 { margin: 0; font-family: var(--display); font-size: 34px; font-weight: 500; }
.letter-copy p { margin: 6px 0 0; font-size: 13px; }
.letter-form label { display: block; margin-bottom: 5px; font-family: var(--pixel); font-size: 9px; }
.input-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--night); }
.input-row input { min-width: 0; padding: 13px 4px; color: var(--night); border: 0; outline: 0; background: transparent; }
.input-row input::placeholder { color: #586269; opacity: 1; }
.input-row button { padding: 10px 2px 10px 22px; color: var(--night); border: 0; background: transparent; font-weight: 600; cursor: pointer; }
.input-row:focus-within { box-shadow: 0 2px 0 var(--night); }
.form-status { min-height: 1.5em; margin: 8px 0 0; font-size: 11px; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 70px; padding: 60px max(48px, calc((100vw - 1080px) / 2)) 30px; color: #dce4e7; background: var(--night-deep); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand span { margin-left: 16px; color: var(--amber-soft); font-family: var(--pixel); font-size: 9px; }
.footer-brand strong { color: var(--paper); font-family: var(--display); font-size: 32px; }
.footer-brand p { margin: 20px 0 0; font-size: 12px; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 36px; align-content: start; padding-top: 17px; font-size: 11px; }
.site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--amber-soft); }
.copyright { grid-column: 1 / -1; margin: 50px 0 0; padding-top: 22px; border-top: 1px solid rgba(244,240,232,.12); font-family: var(--pixel); font-size: 8px; letter-spacing: .06em; }
.copyright span { padding: 0 5px; color: var(--amber-soft); }

:focus-visible { outline: 2px solid var(--amber); outline-offset: 5px; }

@media (max-width: 980px) {
  :root { --page: min(100% - 48px, 760px); }
  .site-header { left: max(24px, calc((100vw - 760px) / 2)); grid-template-columns: 1fr auto; width: min(100% - 48px, 760px); min-height: 80px; transform: none; }
  .issue-mark { display: none; }
  .menu-button { position: relative; z-index: 4; display: grid; grid-template-columns: 30px auto; grid-template-rows: 9px 9px; align-items: center; gap: 0 10px; padding: 12px 0; color: var(--ink); border: 0; background: transparent; cursor: pointer; }
  .menu-button span:not(.menu-label) { display: block; grid-column: 1; width: 28px; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-label { grid-column: 2; grid-row: 1 / 3; font-family: var(--pixel); font-size: 9px; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }
  .menu-button[aria-expanded="true"] { color: var(--paper); }
  .global-nav { position: fixed; inset: 0; z-index: 3; display: flex; visibility: hidden; flex-direction: column; align-items: center; gap: 20px; padding: 120px 30px 50px; color: var(--paper); background: rgba(31,38,49,.98); font-family: var(--display); font-size: 22px; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: visibility 0s .3s, opacity .3s, transform .3s; }
  .global-nav[data-open="true"] { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .hero { grid-template-columns: 1fr; gap: 36px; min-height: auto; padding: 112px max(24px, calc((100vw - 760px)/2)) 76px; }
  .hero-copy { max-width: 620px; padding: 0; }
  .hero-visual { width: 88%; margin: 0 0 0 auto; }
  .image-frame { aspect-ratio: 1.5 / 1; }
  .mood-drawer { grid-template-columns: 1fr; }
  .mood-links { grid-template-columns: 1fr 1fr; }
  .mood-links a:nth-child(3) { border-top: 1px solid var(--line); }
  .mood-links a:nth-child(4) { border-top: 1px solid var(--line); }
  .latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lead-story { grid-template-columns: 1fr; gap: 34px; padding: 78px 0 108px; }
  .section-title--vertical { padding: 0; }
  .lead-article { grid-template-columns: 1.18fr .82fr; }
  .tiny-letter { right: 0; }
  .words-inner { grid-template-columns: 1fr; gap: 52px; min-height: 520px; }
  .quote-note { right: auto; bottom: 86px; left: 0; }
  .culture-header { grid-template-columns: 1fr; gap: 30px; }
  .film-strip { grid-template-columns: 1.25fr 1fr; }
  .film-story:last-child { grid-column: 2; }
  .film-story--main { grid-row: span 2; }
  .film-story--main .film-visual { aspect-ratio: .82 / 1; }
  .books-section { grid-template-columns: 1fr; gap: 50px; padding: 76px max(24px, calc((100vw - 760px)/2)); }
  .book-spines { height: 320px; }
  .things-section { grid-template-columns: 1fr; }
  .things-image { min-height: 420px; }
  .letter-section { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  :root { --page: calc(100% - 36px); }
  body { font-size: 15px; }
  .site-header { min-height: 68px; }
  .brand-main { font-size: 23px; }
  .hero { padding: 92px 18px 62px; }
  .hero h1 { font-size: clamp(34px, 9.8vw, 39px); line-height: 1.4; }
  .hero-intro { margin: 20px 0 18px; }
  .hero-visual { width: 100%; }
  .image-frame { aspect-ratio: 1.35 / 1; }
  .hero-visual figcaption { right: 10px; bottom: 10px; width: 82%; padding: 13px 16px 11px; }
  .hero-visual figcaption strong { font-size: 15px; }
  .mood-drawer { padding: 34px 0 30px; }
  .mood-links a { min-height: 64px; padding: 0 12px; font-size: 12px; }
  .mood-links a:nth-child(2) { border-right: 1px solid var(--line); }
  .mood-links a:nth-child(3) { border-left: 0; }
  .latest-section { padding: 60px 0 68px; }
  .latest-header { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
  .latest-header .text-link { justify-self: start; }
  .latest-grid { grid-template-columns: 1fr; row-gap: 0; }
  .latest-story > a { min-height: 0; padding: 17px 4px 20px; }
  .latest-story h3 { margin: 10px 0 14px; font-size: 16px; }
  .lead-story { padding: 64px 0 92px; }
  .section-title h2 { font-size: 29px; }
  .lead-article { grid-template-columns: 1fr; gap: 32px; }
  .lead-photo { aspect-ratio: 1.42 / 1; }
  .lead-body h3 { font-size: 23px; }
  .tiny-letter { right: 3%; bottom: 50px; grid-template-columns: 1fr; width: 94%; gap: 12px; }
  .tiny-letter p { display: none; }
  .tiny-letter blockquote { font-size: 12px; }
  .words-inner { min-height: 470px; padding: 62px 0 88px; }
  .big-quote { font-size: 30px; }
  .culture-section { padding: 70px 0; }
  .culture-header { margin-bottom: 36px; }
  .film-strip { grid-template-columns: 1fr; gap: 50px; }
  .film-story--main { grid-row: auto; }
  .film-story:last-child { grid-column: auto; }
  .film-story--main .film-visual, .film-visual { aspect-ratio: 1.35 / 1; }
  .books-section { padding: 70px 18px; }
  .book-spines { gap: 8px; height: 280px; }
  .spine { padding: 20px 10px; }
  .spine strong { font-size: 16px; line-height: 1.45; }
  .things-section { padding: 70px 0; }
  .things-image { min-height: 320px; }
  .letter-section { padding: 52px 22px; }
  .letter-copy { align-items: flex-start; gap: 18px; }
  .letter-copy svg { width: 44px; height: 54px; }
  .letter-copy h2 { font-size: 28px; }
  .input-row { grid-template-columns: 1fr; }
  .input-row button { justify-self: end; padding-bottom: 12px; }
  .site-footer { grid-template-columns: 1fr; gap: 40px; padding: 52px 24px 28px; }
  .site-footer nav { grid-template-columns: 1fr 1fr; }
  .copyright { margin-top: 10px; }
}

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