:root {
  --cream: #f7f1df;
  --paper: #fffdf6;
  --ink: #17211c;
  --red: #e84a32;
  --blue: #74bde8;
  --yellow: #f4c943;
  --green: #164f3c;
  --line: rgba(23, 33, 28, .22);
  --page: min(1220px, calc(100vw - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
.page { width: var(--page); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -70px; left: 16px; padding: 10px 15px; color: var(--paper); background: var(--green); text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header {
  height: 88px;
  padding-inline: max(28px, calc((100vw - 1220px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 2px solid var(--ink);
  background: var(--cream);
}
.brand { display: inline-flex; align-items: center; gap: 11px; justify-self: start; text-decoration: none; font-weight: 800; letter-spacing: -.03em; text-transform: uppercase; }
.brand__dot { width: 18px; height: 18px; border-radius: 50%; background: var(--red); }
.site-menu { display: flex; gap: 34px; }
.site-menu a { position: relative; text-decoration: none; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 3px; background: var(--red); transition: right .22s ease; }
.site-menu a:hover::after, .site-menu a:focus-visible::after { right: 0; }
.header-note { justify-self: end; color: rgba(23,33,28,.6); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: .9rem; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(390px, .85fr) minmax(0, 1.15fr);
  border-bottom: 2px solid var(--ink);
}
.hero__copy { position: relative; z-index: 2; padding: 92px 5vw 66px max(28px, calc((100vw - 1220px) / 2)); background: var(--cream); }
.label { margin: 0 0 24px; font-size: .71rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.label--red { color: var(--red); }
.hero h1 { margin: 0; font-size: clamp(5.3rem, 9vw, 9.4rem); line-height: .72; letter-spacing: -.09em; text-transform: uppercase; }
.hero h1 em { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: lowercase; }
.hero__lead { max-width: 470px; margin: 48px 0 38px; font-size: 1.05rem; }
.arrow-link { display: inline-flex; align-items: center; gap: 58px; padding: 12px 0; border-bottom: 2px solid var(--ink); text-decoration: none; font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.arrow-link span { color: var(--red); font-size: 1.35rem; }
.hero__visual { position: relative; margin: 0; min-width: 0; overflow: hidden; background: var(--paper); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__visual figcaption { position: absolute; right: 24px; bottom: 22px; padding: 8px 12px; background: var(--yellow); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__edition { position: absolute; z-index: 3; left: calc(41% - 45px); top: 34px; display: grid; place-items: center; width: 90px; height: 90px; color: var(--paper); background: var(--green); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; transform: rotate(-12deg); }

.running-line { overflow: hidden; color: var(--paper); background: var(--red); border-bottom: 2px solid var(--ink); white-space: nowrap; }
.running-line div { width: max-content; padding: 14px 0; font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; animation: run 24s linear infinite; }
@keyframes run { to { transform: translateX(-50%); } }

.intro { display: grid; grid-template-columns: 190px 1fr; gap: 70px; padding-block: 145px; }
.intro__side { padding-right: 25px; border-right: 2px solid var(--ink); }
.section-no { color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.intro__side p { margin: 160px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; line-height: 1.4; }
.intro h2, .color-section h2, .diary h2, .seasons h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 6.6vw, 6.7rem);
  font-weight: 400;
  line-height: .93;
  letter-spacing: -.06em;
}
.intro__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; max-width: 820px; margin: 55px 0 0 auto; padding-top: 24px; border-top: 1px solid var(--line); }
.intro__columns p { margin: 0; }

.observation-cards { display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: 145px; }
.observation-card { min-height: 390px; padding: 24px; display: flex; flex-direction: column; border: 2px solid var(--ink); border-right: 0; }
.observation-card:last-child { border-right: 2px solid var(--ink); }
.observation-card--red { background: var(--red); }
.observation-card--blue { background: var(--blue); }
.observation-card--yellow { background: var(--yellow); }
.observation-card--green { color: var(--paper); background: var(--green); }
.observation-card > span { font-weight: 900; }
.observation-card h3 { margin: auto 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; line-height: 1; }
.observation-card p { margin: 0; font-size: .91rem; }

.color-section { padding-block: 125px 145px; background: var(--blue); border-block: 2px solid var(--ink); }
.color-section__top { display: grid; grid-template-columns: 190px 1fr; gap: 70px; align-items: start; margin-bottom: 74px; }
.color-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 7vw; align-items: center; }
.color-image { position: relative; margin: 0; }
.color-image img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 2px solid var(--ink); box-shadow: -18px 18px 0 var(--yellow); }
.color-image figcaption { margin: 28px 0 0; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.color-notes { border-top: 2px solid var(--ink); }
.color-notes article { display: grid; grid-template-columns: 54px 1fr; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 2px solid var(--ink); }
.swatch { width: 50px; height: 50px; border: 2px solid var(--ink); border-radius: 50%; }
.swatch--red { background: var(--red); }
.swatch--blue { background: var(--blue); }
.swatch--yellow { background: var(--yellow); }
.swatch--green { background: var(--green); }
.color-notes h3 { margin: 0 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 400; }
.color-notes p { margin: 0; }

.rhythm { color: var(--paper); background: var(--green); border-bottom: 2px solid var(--ink); }
.rhythm__header { padding-block: 125px 80px; display: grid; grid-template-columns: 150px 1fr; }
.rhythm__header .section-no { color: var(--yellow); }
.rhythm__header .label { grid-column: 2; color: var(--yellow); }
.rhythm__header h2 { grid-column: 2; margin: 0; font-size: clamp(4rem, 9vw, 9rem); line-height: .76; letter-spacing: -.08em; text-transform: uppercase; }
.rhythm__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--paper); }
.rhythm__grid article { min-height: 360px; padding: 28px max(24px, 3vw); border-right: 1px solid rgba(255,253,246,.5); }
.rhythm__grid article:last-child { border-right: 0; }
.rhythm__grid > article > span { color: var(--yellow); font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.rhythm__grid h3 { margin: 105px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; line-height: 1; }
.rhythm__grid p { margin: 0; color: rgba(255,253,246,.72); font-size: .92rem; }

.diary { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: center; padding-block: 145px; }
.diary__image { position: relative; margin: 0; }
.diary__image img { width: 100%; min-height: 610px; object-fit: cover; border: 2px solid var(--ink); }
.image-stamp { position: absolute; left: -18px; bottom: 36px; padding: 11px 17px; color: var(--paper); background: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transform: rotate(-4deg); }
.diary__copy > .section-no { display: block; margin-bottom: 70px; }
.diary__copy > p:not(.section-no,.label) { margin: 30px 0 36px; }
.diary ol { list-style: none; padding: 0; margin: 0; border-top: 2px solid var(--ink); }
.diary li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.diary li > span { color: var(--red); font-size: .72rem; font-weight: 900; }
.diary li strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 400; }
.diary li p { margin: 3px 0 0; color: rgba(23,33,28,.65); font-size: .9rem; }

.seasons { padding-block: 135px; border-top: 2px solid var(--ink); }
.seasons__title { display: grid; grid-template-columns: 150px 1fr; gap: 40px; }
.seasons__title h2 { max-width: 950px; }
.season-list { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 2px solid var(--ink); }
.season-list article { min-height: 330px; padding: 25px; border-right: 1px solid var(--line); }
.season-list article:first-child { padding-left: 0; }
.season-list article:last-child { border-right: 0; }
.season-list span { color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.season-list h3 { margin: 110px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 400; line-height: 1.05; }
.season-list p { margin: 0; color: rgba(23,33,28,.68); font-size: .91rem; }

.closing { position: relative; min-height: 720px; display: grid; align-items: center; color: var(--paper); background: var(--red); overflow: hidden; border-top: 2px solid var(--ink); }
.closing__shape { position: absolute; right: -9vw; top: 50%; width: min(630px, 58vw); aspect-ratio: 1; background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; transform: translateY(-50%); }
.closing__shape::before { content: ""; position: absolute; left: -28%; top: 24%; width: 62%; aspect-ratio: 1; background: var(--blue); border: 2px solid var(--ink); transform: rotate(17deg); }
.closing__content { position: relative; z-index: 1; }
.closing h2 { margin: 0 0 50px; max-width: 970px; font-size: clamp(4rem, 8.8vw, 8.8rem); line-height: .76; letter-spacing: -.08em; text-transform: uppercase; }
.closing h2 em { color: var(--yellow); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.closing a { display: inline-flex; gap: 38px; padding-bottom: 7px; border-bottom: 2px solid currentColor; text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.site-footer { padding: 50px max(28px, calc((100vw - 1220px) / 2)); display: grid; grid-template-columns: .8fr 1.3fr 1fr; gap: 60px; color: var(--paper); background: var(--ink); font-size: .76rem; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { text-transform: uppercase; letter-spacing: .04em; }
.site-footer nav { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 12px 22px; }
.site-footer button { padding: 0; color: inherit; background: none; border: 0; border-bottom: 1px solid transparent; cursor: pointer; }
.site-footer button:hover, .site-footer button:focus-visible { color: var(--yellow); border-color: currentColor; }
.site-footer p { margin: 0; color: rgba(255,253,246,.62); }

.legal-dialog { width: min(780px, calc(100vw - 28px)); max-height: min(820px, calc(100vh - 28px)); padding: 0; color: var(--ink); background: var(--paper); border: 2px solid var(--ink); box-shadow: 18px 18px 0 var(--blue); }
.legal-dialog::backdrop { background: rgba(23,33,28,.68); backdrop-filter: blur(5px); }
.dialog-head { position: sticky; z-index: 1; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 26px; background: var(--yellow); border-bottom: 2px solid var(--ink); }
.dialog-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.dialog-head button { flex: 0 0 auto; width: 42px; height: 42px; color: var(--paper); background: var(--red); border: 2px solid var(--ink); border-radius: 50%; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.dialog-body { padding: 28px; }
.dialog-body h3 { margin: 28px 0 8px; color: var(--red); font-size: 1rem; }
.dialog-body p { margin: 0 0 14px; }

@media (max-width: 920px) {
  :root { --page: min(100% - 40px, 760px); }
  .site-header { height: 76px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  .header-note { display: none; }
  .menu-button { display: grid; place-content: center; gap: 7px; width: 48px; height: 48px; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; transition: transform .2s; }
  .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); }
  .site-menu { position: absolute; z-index: 20; top: 76px; left: 0; right: 0; display: none; flex-direction: column; gap: 20px; padding: 24px 20px; background: var(--cream); border-bottom: 2px solid var(--ink); }
  .site-menu.is-open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero__copy { padding: 80px 20px 70px; }
  .hero h1 { font-size: clamp(5rem, 17vw, 8rem); }
  .hero__visual { min-height: 600px; border-top: 2px solid var(--ink); }
  .hero__edition { left: auto; right: 24px; top: 36px; width: 78px; height: 78px; }
  .intro { grid-template-columns: 130px 1fr; gap: 42px; }
  .intro__side p { margin-top: 100px; }
  .observation-cards { grid-template-columns: 1fr 1fr; }
  .observation-card:nth-child(2) { border-right: 2px solid var(--ink); }
  .observation-card:nth-child(3), .observation-card:nth-child(4) { border-top: 0; }
  .color-section__top { grid-template-columns: 130px 1fr; gap: 42px; }
  .color-grid { grid-template-columns: 1fr; gap: 80px; }
  .color-image { max-width: 660px; }
  .rhythm__grid { grid-template-columns: 1fr 1fr; }
  .rhythm__grid article:nth-child(2) { border-right: 0; }
  .rhythm__grid article { border-bottom: 1px solid rgba(255,253,246,.5); }
  .diary { grid-template-columns: 1fr; gap: 85px; }
  .diary__image img { min-height: 520px; }
  .season-list { grid-template-columns: 1fr 1fr; }
  .season-list article:nth-child(2) { border-right: 0; }
  .season-list article { border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 28px); }
  .brand { font-size: .88rem; }
  .hero__copy { padding: 68px 14px 62px; }
  .hero h1 { font-size: clamp(4.1rem, 22vw, 6rem); line-height: .75; }
  .hero__lead { font-size: .96rem; }
  .hero__visual { min-height: 430px; }
  .hero__visual img { object-position: 60% center; }
  .hero__edition { top: 24px; right: 14px; width: 68px; height: 68px; }
  .running-line div { padding-block: 11px; }
  .intro { grid-template-columns: 1fr; gap: 35px; padding-block: 95px; }
  .intro__side { padding: 0 0 20px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .intro__side p { margin: 38px 0 0; }
  .intro h2, .color-section h2, .diary h2, .seasons h2 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .intro__columns { grid-template-columns: 1fr; gap: 22px; margin-top: 38px; }
  .observation-cards { grid-template-columns: 1fr; padding-bottom: 95px; }
  .observation-card { min-height: 300px; border-right: 2px solid var(--ink); border-bottom: 0; }
  .observation-card:nth-child(2), .observation-card:nth-child(3), .observation-card:nth-child(4) { border-top: 2px solid var(--ink); }
  .observation-card:last-child { border-bottom: 2px solid var(--ink); }
  .color-section { padding-block: 90px; }
  .color-section__top { grid-template-columns: 1fr; gap: 30px; margin-bottom: 55px; }
  .color-grid { gap: 68px; }
  .color-image img { box-shadow: -9px 9px 0 var(--yellow); }
  .color-notes article { grid-template-columns: 45px 1fr; gap: 18px; }
  .swatch { width: 42px; height: 42px; }
  .rhythm__header { grid-template-columns: 1fr; padding-block: 90px 55px; }
  .rhythm__header .label, .rhythm__header h2 { grid-column: auto; }
  .rhythm__header .label { margin-top: 34px; }
  .rhythm__header h2 { font-size: clamp(3.6rem, 18vw, 5.3rem); }
  .rhythm__grid { grid-template-columns: 1fr; }
  .rhythm__grid article { min-height: auto; padding: 28px 20px 34px; border-right: 0; }
  .rhythm__grid h3 { margin-top: 48px; }
  .diary { padding-block: 95px; gap: 65px; }
  .diary__image img { min-height: 390px; }
  .diary__copy > .section-no { margin-bottom: 42px; }
  .seasons { padding-block: 90px; }
  .seasons__title { grid-template-columns: 1fr; }
  .season-list { grid-template-columns: 1fr; margin-top: 52px; }
  .season-list article, .season-list article:first-child { min-height: auto; padding: 25px 0 30px; border-right: 0; }
  .season-list h3 { margin-top: 52px; }
  .closing { min-height: 660px; }
  .closing__shape { width: 92vw; right: -45vw; }
  .closing h2 { font-size: clamp(3.5rem, 18vw, 5.3rem); }
  .site-footer { grid-template-columns: 1fr; gap: 30px; padding: 42px 20px; }
  .site-footer > p { grid-column: auto; }
  .site-footer nav { flex-direction: column; align-items: flex-start; }
  .dialog-head { padding: 17px; }
  .dialog-head h2 { font-size: 1.2rem; }
  .dialog-body { padding: 20px 17px; font-size: .94rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .running-line div { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
