/* Aldergate College concept site. See DESIGN.md for the system. */

@font-face { font-family: "Libre Caslon Display"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/libre-caslon-display-400.woff2") format("woff2"); }
@font-face { font-family: "Libre Caslon Text"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/libre-caslon-text-400.woff2") format("woff2"); }
@font-face { font-family: "Libre Caslon Text"; font-style: italic; font-weight: 400; font-display: swap; src: url("assets/fonts/libre-caslon-text-400-i.woff2") format("woff2"); }
@font-face { font-family: "Libre Caslon Text"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/libre-caslon-text-700.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("assets/fonts/hanken-grotesk-var.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: italic; font-weight: 100 900; font-display: swap; src: url("assets/fonts/hanken-grotesk-var-i.woff2") format("woff2"); }

:root {
  --paper: #FAFAF7;
  --paper-deep: #F1F0EA;
  --ink: #17201B;
  --ink-soft: #3E4A43;
  --green: #173B2C;
  --green-deep: #0F2A1F;
  --brass: #B08A3E;
  --brass-text: #7E6120;
  --brass-light: #D4B56A; /* brass for small text on green, 5.9:1 */
  --stone: #E2DFD6;
  --stone-line: #C9C4B6;
  --claret: #7A2E3B;
  --h-ashworth: #7A2E3B; --h-brooke: #2F4C7A; --h-fairfax: #B08A3E;
  --h-harcourt: #4E5D63; --h-lisle: #5B3A6B; --h-wren: #9A5A2E;

  --display: "Libre Caslon Display", Georgia, "Times New Roman", serif;
  --text: "Libre Caslon Text", Georgia, "Times New Roman", serif;
  --ui: "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;

  --gutter: 24px;
  --max: 1280px;
  --s-xs: 8px; --s-sm: 16px; --s-md: 32px; --s-lg: 64px; --s-xl: 112px;
  --section: var(--s-lg);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px) { :root { --gutter: 40px; --section: var(--s-xl); } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--text); font-size: 1.0625rem; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; margin: 0; text-wrap: balance; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
em { font-style: italic; }
strong { font-weight: 700; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--green); color: var(--paper); }

:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip {
  position: absolute; left: var(--gutter); top: -100px; z-index: 100;
  background: var(--green); color: var(--paper); padding: 10px 16px;
  font-family: var(--ui); font-size: 0.9rem; text-decoration: none;
}
.skip:focus { top: 12px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

/* Type roles */
.display { font-family: var(--display); font-size: clamp(2.6rem, 6vw, 5.4rem); line-height: 1.02; letter-spacing: -0.01em; }
.headline { font-family: var(--display); font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1.1; }
.title { font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.7rem); line-height: 1.2; }
.label { font-family: var(--text); font-style: italic; font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: none; line-height: 1.3; color: var(--brass-text); }
.lede { font-size: clamp(1.2rem, 1.7vw, 1.45rem); line-height: 1.45; }
.brass { color: var(--brass-text); }
.accent { font-style: italic; color: var(--brass-text); }
.headline .accent, .display .accent, .band .accent { color: var(--brass); }
.prose { max-width: 66ch; }
.prose p + p { margin-top: 0; }
.prose h2, .prose h3 { margin: 0 0 0.5em; }
.prose p + h2, .prose p + h3 { margin-top: 1.6em; }
.prose .headline { margin-bottom: 0; }
.kicker { display: block; margin-bottom: 10px; }
.after-head { margin-top: 16px; }
.soft { color: var(--ink-soft); }
.signoff { margin-top: 28px; }
.link--paper { color: var(--paper); border-color: rgba(250,250,247,0.6); }
.link--paper:hover { color: var(--brass); border-color: var(--brass); }
.fees { margin: 12px 0; display: grid; gap: 6px; }
.fees div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--stone-line); padding-bottom: 6px; }
.fees dt { color: var(--ink-soft); }
.fees dd { margin: 0; font-family: var(--text); font-size: 1.05rem; color: var(--ink); }
.small { font-family: var(--ui); font-size: 0.9rem; color: var(--ink-soft); line-height: 1.5; }
.ui { font-family: var(--ui); }

/* Running head */
.runhead {
  border-bottom: 1px solid var(--stone-line);
  font-family: var(--ui); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-soft);
}
.runhead .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 34px; gap: var(--s-sm); }
.runhead span + span { text-align: right; }
@media (max-width: 480px) { .runhead span:first-child { display: none; } }

/* Masthead and nav */
.masthead { position: relative; z-index: 30; background: var(--paper); }
.masthead .wrap { display: flex; align-items: center; justify-content: space-between; gap: var(--s-md); min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand svg { width: 34px; height: 34px; flex: none; }
.brand__name { font-family: var(--display); font-size: 1.45rem; line-height: 1; letter-spacing: 0.005em; white-space: nowrap; }
.brand__since { display: block; font-family: var(--ui); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); margin-top: 5px; }
.nav { display: none; }
.nav ul { list-style: none; display: flex; gap: clamp(18px, 2vw, 30px); align-items: center; }
.nav li { flex: none; }
.nav a { font-family: var(--ui); font-size: 0.95rem; font-weight: 500; text-decoration: none; padding: 10px 0; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--ink); transition: right 0.35s var(--ease-out); }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.nav a[aria-current="page"]::after { background: var(--brass); }
.nav .btn { margin-left: 8px; padding: 14px 22px; }
.nav .btn::after { display: none; }
.navtoggle {
  display: inline-flex; align-items: center; gap: 10px; background: none; border: 0; padding: 12px 0 12px 12px;
  font-family: var(--ui); font-size: 0.9rem; font-weight: 500; cursor: pointer; min-height: 44px;
}
.navtoggle .bars { width: 22px; height: 12px; position: relative; display: block; }
.navtoggle .bars::before, .navtoggle .bars::after { content: ""; position: absolute; left: 0; right: 0; height: 1.5px; background: currentColor; transition: transform 0.3s var(--ease-out), top 0.3s var(--ease-out); }
.navtoggle .bars::before { top: 0; } .navtoggle .bars::after { top: 10px; }
.navtoggle[aria-expanded="true"] .bars::before { top: 5px; transform: rotate(45deg); }
.navtoggle[aria-expanded="true"] .bars::after { top: 5px; transform: rotate(-45deg); }
@media (min-width: 1140px) { .nav { display: block; } .navtoggle { display: none; } }

.drawer {
  position: fixed; inset: 0; z-index: 40; background: var(--green); color: var(--paper);
  padding: 120px var(--gutter) var(--s-lg); display: flex; flex-direction: column; justify-content: space-between;
  transform: translateY(-100%); transition: transform 0.55s var(--ease-out), visibility 0s linear 0.55s; visibility: hidden;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.5);
}
.drawer.is-open { transform: none; visibility: visible; transition: transform 0.55s var(--ease-out); }
.drawer ul { list-style: none; }
.drawer li a { display: block; font-family: var(--display); font-size: clamp(2rem, 8vw, 3rem); line-height: 1.2; text-decoration: none; padding: 6px 0; border-bottom: 1px solid rgba(176,138,62,0.35); }
.drawer li a[aria-current="page"] { color: var(--brass-light); }
.drawer .btn { margin-bottom: var(--s-md); }
.drawer .drawer__foot { font-family: var(--ui); font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.8; }
body.nav-open { overflow: hidden; }
body.nav-open .masthead { position: relative; z-index: 50; }
body.nav-open .masthead .wrap { color: var(--paper); }
body.nav-open .masthead { background: transparent; }
body.nav-open .brand__since { color: rgba(250,250,247,0.7); }

/* Buttons */
.btn {
  display: inline-block; background: var(--green); color: var(--paper); text-decoration: none;
  font-family: var(--ui); font-size: 0.95rem; font-weight: 500; padding: 14px 26px; border: 0; cursor: pointer;
  transition: background-color 0.2s ease; line-height: 1.2; min-height: 44px;
}
.btn:hover { background: var(--green-deep); }
.btn--paper { background: var(--paper); color: var(--green); }
.btn--paper:hover { background: #fff; }
.btn--line { background: transparent; color: var(--paper); border: 1px solid rgba(250,250,247,0.55); }
.btn--line:hover { background: rgba(250,250,247,0.08); }
.link {
  font-family: var(--ui); font-size: 0.95rem; font-weight: 500; text-decoration: none;
  border-bottom: 1px solid var(--ink); padding-bottom: 3px; transition: border-color 0.2s ease, color 0.2s ease; cursor: pointer;
}
.link:hover { border-color: var(--brass); color: var(--brass-text); }

/* Sections */
.section { padding: var(--section) 0; }
.section--deep { background: var(--paper-deep); }
.section--tight { padding-top: calc(var(--section) * 0.6); }
.section:not(.section--deep) + .section:not(.section--deep):not(.band) { padding-top: 0; }
.section--deep + .section:not(.section--deep) { padding-top: var(--s-lg); }
.sec-head { margin-bottom: var(--s-md); max-width: 60ch; }
.sec-head .label { display: block; margin-bottom: 10px; }
.sec-head .headline + p { margin-top: 14px; }
.rule { border: 0; border-top: 1px solid var(--stone-line); margin: 0; }

/* Grid */
.grid { display: grid; gap: var(--s-md) var(--gutter); grid-template-columns: repeat(12, 1fr); }
[class*="col-"] { grid-column: 1 / -1; }
@media (min-width: 768px) {
  [class*="col-"] { grid-column: auto; }
  .col-3 { grid-column-end: span 3; } .col-4 { grid-column-end: span 4; } .col-5 { grid-column-end: span 5; } .col-6 { grid-column-end: span 6; }
  .col-7 { grid-column-end: span 7; } .col-8 { grid-column-end: span 8; }
  .col-start-2 { grid-column-start: 2; } .col-start-7 { grid-column-start: 7; } .col-start-8 { grid-column-start: 8; } .col-start-10 { grid-column-start: 10; }
}
.sticky { position: sticky; top: 32px; }
@media (max-width: 767px) { .sticky { position: static; } }
.order-first-m { order: -1; }
@media (min-width: 768px) { .order-first-m { order: 0; } }

/* Plates */
.plate { margin: 0; }
.plate__box { position: relative; aspect-ratio: var(--ar, 3/2); background: var(--stone); overflow: hidden; }
.plate__box img { width: 100%; height: 100%; object-fit: cover; }
.plate__mark {
  position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--brass); color: var(--ink);
  font-family: var(--ui); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 8px 4px; line-height: 1;
}
.plate__field {
  position: absolute; inset: 0; padding: 48px 18px 18px; display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--ink);
}
.plate__bg { position: absolute; inset: -8% 0; z-index: -1; background-image: repeating-linear-gradient(-45deg, transparent 0 11px, var(--stone-line) 11px 12px); }
.plate__field { isolation: isolate; }
.plate__field::before, .plate__field::after {
  content: ""; position: absolute; width: 14px; height: 14px; border: 1px solid var(--ink-soft);
}
.plate__field::before { top: 8px; right: 8px; border-width: 1px 1px 0 0; }
.plate__field::after { bottom: 8px; left: 8px; border-width: 0 0 1px 1px; }
.plate__key { font-family: var(--ui); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 6px; }
.plate__brief {
  font-family: var(--ui); font-size: clamp(0.8rem, 1.05vw, 0.95rem); line-height: 1.4; margin: 0 0 8px;
  background: rgba(250,250,247,0.92); padding: 8px 10px; max-width: 46ch;
}
.plate__ratio { font-family: var(--ui); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.plate--wide .plate__brief { max-width: 60ch; }
.plate--sq .plate__field, .plate--tall .plate__field { padding-top: 40px; }
@media (max-width: 480px) { .plate__field { padding: 40px 12px 12px; } .plate__brief { font-size: 0.72rem; padding: 6px 8px; } }
.plate__cap { font-family: var(--text); font-style: italic; font-size: 0.95rem; color: var(--ink-soft); margin-top: 10px; line-height: 1.4; }
.plate--bleed { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.plate--bleed .plate__cap { padding: 0 var(--gutter); max-width: var(--max); margin-left: auto; margin-right: auto; box-sizing: border-box; }
.plate--bleed .plate__cap { width: 100%; }
/* Plates settle in as they enter the viewport. Scroll-driven, no JavaScript; browsers without
   support (and reduced motion) simply show them. */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .plate:not(.cover__plate .plate) .plate__box { animation: plate-in linear both; animation-timeline: view(); animation-range: entry 0% entry 70%; }
    .plate:not(.cover__plate .plate) .plate__cap { animation: cap-in linear both; animation-timeline: view(); animation-range: entry 0% entry 100%; }
    .order__track li::before { width: 100%; animation: rule-in linear both; animation-timeline: view(); animation-range: entry 0% entry 80%; }
    .leaf.draw path { stroke-dasharray: 400; animation: leaf-draw linear both; animation-timeline: view(); animation-range: entry 0% entry 100%; }
  }
}
@keyframes plate-in { from { clip-path: inset(0 0 10% 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes cap-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes rule-in { from { width: 0; } to { width: 100%; } }
@keyframes leaf-draw { from { stroke-dashoffset: 400; } to { stroke-dashoffset: 0; } }
.order__track li::before { width: 100%; }

/* Cover (home) */
.cover { background: var(--green); color: var(--paper); }
.cover .grid { gap: 0; align-items: stretch; }
.cover__panel { grid-column: span 12; padding: clamp(40px, 6vw, 88px) var(--gutter); display: flex; flex-direction: column; justify-content: space-between; gap: var(--s-lg); }
.cover__plate { grid-column: span 12; }
@media (min-width: 768px) {
  .cover .wrap { padding: 0; }
  .cover__panel { grid-column: span 6; padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); }
  .cover__plate { grid-column: span 6; }
}
.cover__plate .plate__cap { color: rgba(250,250,247,0.75); padding: 0 var(--gutter) var(--s-sm); margin-top: 12px; }
@media (min-width: 768px) { .cover__plate .plate__cap { padding: 0 var(--gutter); } }
.cover__plate .plate__box { aspect-ratio: 4/5; }
@media (min-width: 768px) { .cover__plate .plate__box { height: 100%; aspect-ratio: auto; min-height: 640px; } .cover__plate .plate { height: 100%; display: flex; flex-direction: column; } .cover__plate .plate__box { flex: 1; } }
.cover__kicker { font-family: var(--ui); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass-light); margin-bottom: var(--s-md); }
.cover h1 { font-size: clamp(2.6rem, 4.4vw, 3.9rem); line-height: 1.02; letter-spacing: -0.012em; max-width: 16ch; }
.cover h1 .line { display: block; overflow: hidden; }
.cover h1 .line span { display: block; }
.js .cover h1 .line span { transform: translateY(110%); transition: transform 1s var(--ease-out); }
.js .cover.is-ready h1 .line span { transform: none; }
.js .cover h1 .line:nth-child(2) span { transition-delay: 0.08s; }
.js .cover h1 .line:nth-child(3) span { transition-delay: 0.16s; }
.cover__lede { margin-top: var(--s-sm); max-width: 44ch; font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.5; color: rgba(250,250,247,0.85); }
.cover__actions { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; margin-top: var(--s-md); }
.cover__kicker + h1 + .cover__lede { margin-top: var(--s-md); }
.cover__facts { display: grid; grid-template-columns: repeat(2, auto); gap: 12px 40px; font-family: var(--ui); font-size: 0.9rem; border-top: 1px solid rgba(176,138,62,0.4); padding-top: var(--s-sm); width: fit-content; }
.cover__facts dt { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass-light); }
.cover__facts dd { margin: 2px 0 0; font-family: var(--text); font-size: 1.05rem; }
.js .cover__panel > * { opacity: 0; transform: translateY(12px); transition: opacity 0.8s ease, transform 0.9s var(--ease-out); }
.js .cover.is-ready .cover__panel > * { opacity: 1; transform: none; }
.js .cover.is-ready .cover__panel > *:nth-child(2) { transition-delay: 0.25s; }
.js .cover.is-ready .cover__panel > *:nth-child(3) { transition-delay: 0.45s; }
.js .cover h1 { opacity: 1; transform: none; }

/* Page cover for inner pages */
.pagehead { padding-top: clamp(40px, 6vw, 80px); padding-bottom: var(--s-md); }
.pagehead .label { display: block; margin-bottom: 12px; }
.pagehead h1 { font-size: clamp(2.6rem, 5.4vw, 4.6rem); line-height: 1.02; letter-spacing: -0.012em; max-width: 14ch; }
.pagehead .lede { max-width: 52ch; color: var(--ink-soft); }
@media (min-width: 900px) {
  .pagehead { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: var(--gutter); align-items: end; }
  .pagehead .label { grid-column: 1 / 7; grid-row: 1; align-self: end; }
  .pagehead h1 { grid-column: 1 / 7; grid-row: 2; }
  .pagehead__body { grid-column: 7 / 13; grid-row: 1 / 3; align-self: end; padding-bottom: 0.15em; }
  .pagehead h1 + .pagehead__body > .lede:first-child { margin-top: 0; }
}
.pagehead h1 + .lede { margin-top: var(--s-md); }
.pagehead .lede + .lede { margin-top: 0.6em; }

/* Running order */
.order { position: relative; margin-right: calc(50% - 50vw); }

.order__track {
  display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding-bottom: 20px; scrollbar-width: thin; scrollbar-color: var(--stone-line) transparent;
  list-style: none; border-top: 1px solid var(--stone-line); padding-right: var(--gutter);
}
.order__track li {
  flex: 0 0 auto; width: clamp(200px, 22vw, 260px); scroll-snap-align: start; padding: 22px 22px 8px 0; margin-right: 22px;
  border-top: 2px solid transparent; margin-top: -1px; position: relative;
}
.order__track li::before { content: ""; position: absolute; top: -1px; left: 0; height: 2px; background: var(--brass); }
.order__time { font-family: var(--ui); font-size: 0.82rem; letter-spacing: 0.06em; color: var(--brass-text); font-variant-numeric: tabular-nums; display: block; margin-bottom: 8px; }
.order__item { font-family: var(--display); font-size: 1.25rem; line-height: 1.25; display: block; }
.order__note { display: block; font-family: var(--ui); font-size: 0.88rem; color: var(--ink-soft); margin-top: 8px; line-height: 1.45; }
.order__hint { font-family: var(--ui); font-size: 0.8rem; color: var(--ink-soft); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 8px; }


/* Pull-quote band */
.band { background: var(--green); color: var(--paper); padding: clamp(56px, 8vw, 112px) 0; }
.band blockquote { margin: 0; max-width: 36ch; }
.band .headline { font-size: clamp(1.9rem, 3.8vw, 3.2rem); text-wrap: balance; }
.band cite { display: block; font-style: normal; font-family: var(--ui); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 24px; color: rgba(250,250,247,0.75); }
.band--deep { background: var(--green-deep); }

/* Subject list */
.subjects { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 0; margin-top: var(--s-lg); padding: 22px 0 0; border-top: 1px solid var(--stone-line); }
.subjects li { font-family: var(--display); font-size: clamp(1.15rem, 1.6vw, 1.4rem); line-height: 1.3; padding-right: 26px; position: relative; }
.subjects li:not(:last-child)::after { content: ""; position: absolute; right: 10px; top: 50%; width: 5px; height: 5px; background: var(--brass); transform: translateY(-50%); }

/* Lists */
.facts { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--s-md) var(--gutter); }
.facts li { border-top: 1px solid var(--stone-line); padding-top: 16px; }
.facts .title { display: block; margin-bottom: 8px; }
.facts p { color: var(--ink-soft); font-size: 1rem; }
.rows { list-style: none; border-top: 1px solid var(--stone-line); }
.rows li { display: grid; grid-template-columns: 1fr; gap: 6px 24px; padding: 18px 0; border-bottom: 1px solid var(--stone-line); }
@media (min-width: 640px) { .rows li { grid-template-columns: 200px 1fr; align-items: baseline; } }
.rows .title { line-height: 1.25; }
.rows p { color: var(--ink-soft); font-size: 1rem; }
.houses { list-style: none; border-top: 1px solid var(--stone-line); }
.houses li { display: grid; grid-template-columns: 18px 1fr; gap: 8px 18px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--stone-line); }
@media (min-width: 640px) { .houses li { grid-template-columns: 18px 160px 1fr; } }
.houses .swatch { width: 18px; height: 18px; display: inline-block; transform: translateY(2px); }
.houses .title { font-size: 1.35rem; }
.houses p { color: var(--ink-soft); font-size: 1rem; grid-column: 2 / -1; }
@media (min-width: 640px) { .houses p { grid-column: auto; } }
.terms { list-style: none; display: grid; gap: var(--s-md); grid-template-columns: 1fr; }
@media (min-width: 768px) { .terms { grid-template-columns: repeat(3, 1fr); } }
.terms li { border-top: 2px solid var(--green); padding-top: 16px; }
.terms .label { display: block; margin-bottom: 6px; font-size: 0.95rem; }
.terms .title { display: block; margin-bottom: 8px; }
.terms p { color: var(--ink-soft); font-size: 1rem; }
.stepsline { list-style: none; counter-reset: step; }
.stepsline li { position: relative; padding: 0 0 var(--s-md) 44px; border-left: 1px solid var(--stone-line); margin-left: 10px; }
.stepsline li:last-child { padding-bottom: 0; }
.stepsline li::before { content: ""; position: absolute; left: -6px; top: 8px; width: 11px; height: 11px; background: var(--paper); border: 1px solid var(--brass); }
.stepsline .title { display: block; margin-bottom: 6px; }
.stepsline .when { font-family: var(--text); font-style: italic; font-size: 0.95rem; color: var(--brass-text); display: block; margin-bottom: 4px; }
.stepsline p { color: var(--ink-soft); font-size: 1rem; }

/* Two column reading with a side note */
.sidenote { font-family: var(--ui); font-size: 0.9rem; color: var(--ink-soft); line-height: 1.55; border-top: 1px solid var(--stone-line); padding-top: 14px; }
.sidenote strong { font-weight: 600; color: var(--ink); }
.sidenote + .sidenote { margin-top: var(--s-md); }

/* Form */
.form { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form { grid-template-columns: 1fr 1fr; } .form .full { grid-column: 1 / -1; } }
.field label { display: block; font-family: var(--ui); font-size: 0.85rem; font-weight: 500; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--paper); border: 1px solid var(--ink); padding: 12px 14px; border-radius: 0; min-height: 46px;
  font-family: var(--ui); font-size: 1rem;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; }
.field.is-error input, .field.is-error select { border-color: var(--claret); border-width: 2px; }
.field .err { display: none; font-family: var(--ui); font-size: 0.85rem; color: var(--claret); margin-top: 6px; }
.field.is-error .err { display: block; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__note { font-family: var(--ui); font-size: 0.85rem; color: var(--ink-soft); }
.form__done { display: none; border: 1px solid var(--green); padding: 20px 22px; font-family: var(--text); }
.form__done.is-shown { display: block; }
.form__done strong { display: block; font-family: var(--display); font-weight: 400; font-size: 1.4rem; margin-bottom: 8px; }

/* Footer, the back page */
.foot { background: var(--green); color: var(--paper); padding: var(--s-lg) 0 var(--s-md); margin-top: 0; }
.foot .grid { align-items: start; }
.foot h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); max-width: 16ch; line-height: 1.1; }
.foot .leaf { width: 56px; height: 56px; margin-bottom: 20px; }
.foot ul { list-style: none; }
.foot li a { display: inline-block; text-decoration: none; font-family: var(--ui); font-size: 0.95rem; padding: 6px 0; border-bottom: 1px solid transparent; transition: border-color 0.2s ease; }
.foot li a:hover { border-color: var(--brass); }
.foot .foot__label { font-family: var(--ui); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass-light); margin-bottom: 10px; display: block; }
.foot address { font-style: normal; font-family: var(--ui); font-size: 0.95rem; line-height: 1.6; }
.foot__low { border-top: 1px solid rgba(176,138,62,0.4); margin-top: var(--s-lg); padding-top: 20px; display: flex; flex-wrap: wrap; gap: 10px 32px; justify-content: space-between; font-family: var(--ui); font-size: 0.8rem; color: rgba(250,250,247,0.75); }
.foot__low a { text-decoration: underline; text-underline-offset: 3px; }
.foot__concept { font-family: var(--ui); font-size: 0.8rem; color: rgba(250,250,247,0.75); max-width: 60ch; margin-top: 12px; line-height: 1.5; }

/* Alder leaf */
.leaf path { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }

/* 404 */
.lost { min-height: 60vh; display: flex; align-items: center; }

@media (prefers-reduced-motion: reduce) {
  .js .cover h1 .line span, .js .cover__panel > *, .drawer, .nav a::after { transition: none !important; transform: none !important; opacity: 1 !important; }
}

/* Running order: the full list on desktop, a scroller below */
@media (min-width: 1140px) {
  .order { margin-right: 0; }
  .order__track { display: grid; grid-template-columns: repeat(4, 1fr); column-gap: var(--gutter); row-gap: var(--s-md); overflow: visible; padding-right: 0; padding-bottom: 0; }
  .order__track li { width: auto; margin-right: 0; padding-right: 0; }
  .order__hint { display: none; }
}

/* =====================================================================
   SHOWCASE MOTION LAYER
   Everything below is visible by default without JavaScript, and stands
   down entirely under prefers-reduced-motion (html.reduce / media query).
   ===================================================================== */

/* Cross-page fade (cross-document view transitions where supported) */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: 0.35s ease-out both vt-out; }
::view-transition-new(root) { animation: 0.55s var(--ease-out) both vt-in; }
@keyframes vt-out { to { opacity: 0; } }
@keyframes vt-in { from { opacity: 0; transform: translateY(12px); } }

/* Split text: words rise out of a mask when their heading enters */
.w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.w > span { display: inline-block; }
.js:not(.reduce) [data-split]:not(.is-in) .w > span { transform: translateY(110%); }
.js:not(.reduce) [data-split].is-in .w > span { transform: none; transition: transform 0.9s var(--ease-out); transition-delay: calc(var(--i) * 45ms); }
.js:not(.reduce) .cover [data-split] .w > span { transform: translateY(110%); transition: transform 1s var(--ease-out); transition-delay: calc(0.25s + var(--i) * 60ms); }
.js:not(.reduce) .cover.is-ready [data-split] .w > span { transform: none; }

/* Generic scroll entrances (text blocks, list rows, section heads) */
.js:not(.reduce) .sec-head, .js:not(.reduce) .prose, .js:not(.reduce) .pagehead__body, .js:not(.reduce) .subjects,
.js:not(.reduce) .facts li, .js:not(.reduce) .rows li, .js:not(.reduce) .houses li, .js:not(.reduce) .terms li, .js:not(.reduce) .stepsline li {
  opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 1s var(--ease-out);
}
.js:not(.reduce) .is-in > .prose, .js:not(.reduce) .is-in > .pagehead__body, .js:not(.reduce) .is-in.sec-head, .js:not(.reduce) .is-in.prose, .js:not(.reduce) .is-in.subjects,
.js:not(.reduce) .is-in.pagehead .pagehead__body, .js:not(.reduce) li.is-in { opacity: 1; transform: none; }
.js:not(.reduce) .rows li:nth-child(2), .js:not(.reduce) .houses li:nth-child(2), .js:not(.reduce) .facts li:nth-child(2), .js:not(.reduce) .terms li:nth-child(2), .js:not(.reduce) .stepsline li:nth-child(2) { transition-delay: 0.08s; }
.js:not(.reduce) .rows li:nth-child(3), .js:not(.reduce) .houses li:nth-child(3), .js:not(.reduce) .facts li:nth-child(3), .js:not(.reduce) .terms li:nth-child(3), .js:not(.reduce) .stepsline li:nth-child(3) { transition-delay: 0.16s; }
.js:not(.reduce) .rows li:nth-child(4), .js:not(.reduce) .houses li:nth-child(4), .js:not(.reduce) .facts li:nth-child(4), .js:not(.reduce) .stepsline li:nth-child(4) { transition-delay: 0.24s; }
.js:not(.reduce) .houses li:nth-child(5) { transition-delay: 0.32s; } .js:not(.reduce) .houses li:nth-child(6) { transition-delay: 0.4s; }
/* Rows and facts also draw their rule in from the left */
.js:not(.reduce) .rows li, .js:not(.reduce) .facts li, .js:not(.reduce) .houses li { border-top-color: transparent; border-bottom-color: transparent; background: linear-gradient(var(--stone-line), var(--stone-line)) left top / 0 1px no-repeat; transition: opacity 0.7s ease, transform 1s var(--ease-out), background-size 1.1s var(--ease-out); }
.js:not(.reduce) .rows li.is-in, .js:not(.reduce) .facts li.is-in, .js:not(.reduce) .houses li.is-in { background-size: 100% 1px; }

/* Plates: parallax inside the frame, brass frame draws on hover, mark and caption arrive */
.plate__box { isolation: isolate; }
.plate__box > img, .plate__bg { will-change: transform; }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .plate:not(.cover__plate .plate) .plate__box > img, .plate:not(.cover__plate .plate) .plate__bg {
      animation: parallax linear both; animation-timeline: view(); animation-range: entry 0% exit 100%;
    }
  }
}
@keyframes parallax { from { transform: translateY(-6%) scale(1.14); } to { transform: translateY(6%) scale(1.14); } }

.js:not(.reduce) .plate .plate__mark { transform: translateX(-120%); transition: transform 0.7s var(--ease-out) 0.2s; }
.js:not(.reduce) .plate.is-in .plate__mark, .js:not(.reduce) .cover.is-ready .plate__mark { transform: none; }
.js:not(.reduce) .plate .plate__cap { opacity: 0; transform: translateY(8px); transition: opacity 0.6s ease 0.45s, transform 0.7s var(--ease-out) 0.45s; }
.js:not(.reduce) .plate.is-in .plate__cap, .js:not(.reduce) .cover.is-ready .plate__cap { opacity: 1; transform: none; }
.js:not(.reduce) .plate:not(.cover__plate .plate) .plate__box { clip-path: inset(0 0 100% 0); transition: clip-path 1.2s var(--ease-out); }
.js:not(.reduce) .plate.is-in .plate__box { clip-path: inset(0 0 0 0); }

/* Cover choreography */
.cover { min-height: calc(100vh - 118px); position: relative; overflow: hidden; }
.cover .grid { min-height: inherit; }
.cover__panel { position: relative; z-index: 2; }
.js:not(.reduce) .cover::before { content: ""; position: absolute; inset: 0; background: var(--paper); z-index: 5; transform-origin: right; transition: transform 1.1s var(--ease-out); }
.js:not(.reduce) .cover.is-ready::before { transform: scaleX(0); }
.js:not(.reduce) .cover__plate .plate__box { clip-path: inset(0 0 0 100%); transition: clip-path 1.4s var(--ease-out) 0.35s; }
.js:not(.reduce) .cover.is-ready .cover__plate .plate__box { clip-path: inset(0 0 0 0); }
.js:not(.reduce) .cover__plate .plate__box > img, .js:not(.reduce) .cover__plate .plate__bg { transform: scale(1.12); transition: transform 8s linear 0.4s; }
.js:not(.reduce) .cover.is-ready .cover__plate .plate__box > img, .js:not(.reduce) .cover.is-ready .cover__plate .plate__bg { transform: scale(1); }
.js:not(.reduce) .cover__panel > * { opacity: 0; transform: translateY(14px); transition: opacity 0.8s ease, transform 1s var(--ease-out); }
.js:not(.reduce) .cover.is-ready .cover__panel > * { opacity: 1; transform: none; }
.js:not(.reduce) .cover.is-ready .cover__panel > *:nth-child(2) { transition-delay: 0.9s; }
.js:not(.reduce) .cover h1 { opacity: 1; transform: none; }
.cover h1 { font-size: clamp(2.8rem, 5.2vw, 4.8rem); max-width: 14ch; }
.cover__facts dd { font-variant-numeric: tabular-nums; }

/* Brass ticker along the foot of the cover */
.ticker { background: var(--green-deep); color: var(--paper); border-top: 1px solid rgba(176,138,62,0.4); overflow: hidden; white-space: nowrap; padding: 12px 0; font-family: var(--ui); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; }
.ticker .marquee__inner { display: inline-flex; }
.ticker span { padding: 0 28px; position: relative; }
.ticker span::after { content: ""; position: absolute; right: -3px; top: 50%; width: 5px; height: 5px; background: var(--brass); transform: translateY(-50%); }
.js:not(.reduce) .ticker .marquee__inner { animation: marquee 40s linear infinite; }
.ticker:hover .marquee__inner { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.reduce .ticker { white-space: normal; } .reduce .ticker .dup { display: none; }

/* The day: a pinned, scroll-driven clock */
.day { position: relative; height: 380vh; }
.day__pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.day__head { display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-md); margin-bottom: var(--s-md); flex-wrap: wrap; }
.day__clock { font-family: var(--display); font-size: clamp(4rem, 12vw, 11rem); line-height: 0.9; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; color: var(--green); }
.day__digits { display: block; }
.day__clock small { display: block; font-family: var(--text); font-style: italic; font-size: clamp(1rem, 1.4vw, 1.25rem); letter-spacing: 0; color: var(--brass-text); margin-bottom: 14px; }
.day__rail { position: relative; height: 2px; background: var(--stone-line); margin: var(--s-md) 0; overflow: hidden; }
.day__rail i { position: absolute; inset: 0; background: var(--brass); transform-origin: left; transform: scaleX(0); }
.day__viewport { overflow: hidden; margin-right: calc(50% - 50vw); }
.day__track { display: flex; gap: var(--gutter); will-change: transform; padding-right: 40vw; list-style: none; }
.day__item { flex: 0 0 auto; width: clamp(220px, 24vw, 320px); padding-top: 18px; border-top: 2px solid var(--stone-line); color: var(--ink-soft); transition: border-color 0.4s ease, color 0.4s ease, transform 0.6s var(--ease-out); }
.day__item.is-active { color: var(--ink); border-top-color: var(--brass); transform: translateY(-6px); }
.day__item .order__time { color: var(--brass-text); }
.day__item .order__time { font-size: 1rem; }
.day__item .order__item { font-size: clamp(1.4rem, 2vw, 1.9rem); }
.day__item .order__note { font-size: 0.95rem; }
.day__hint { font-family: var(--ui); font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); margin-top: var(--s-sm); }
.reduce .day, html:not(.js) .day { height: auto; }
html:not(.js) .day__pin { position: static; height: auto; }
.reduce .day__pin { position: static; height: auto; overflow: visible; }
.reduce .day__viewport { overflow-x: auto; }
.reduce .day__item { color: var(--ink); }
@media (max-width: 767px) { .day { height: 320vh; } .day__item { width: 72vw; } .day__clock { font-size: 20vw; } }

/* Contact sheet: two film strips of every plate, running opposite ways */
.sheet { background: var(--green); color: var(--paper); padding: var(--s-lg) 0; overflow: hidden; }
.sheet .sec-head { max-width: none; display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-md); flex-wrap: wrap; }
.sheet .sec-head .label { color: var(--brass-light); }
.sheet .sec-head p { color: rgba(250,250,247,0.75); font-family: var(--ui); font-size: 0.9rem; }
.strip { overflow: hidden; margin-top: var(--s-sm); }
.strip + .strip { margin-top: 14px; }
.strip .marquee__inner { display: inline-flex; gap: 14px; align-items: stretch; }
.frame { flex: 0 0 auto; height: clamp(120px, 15vw, 210px); width: auto; aspect-ratio: 3/2; position: relative; background: var(--stone); overflow: hidden; border: 1px solid rgba(176,138,62,0.35); }
.frame.frame--tall { aspect-ratio: 4/5; } .frame.frame--sq { aspect-ratio: 1; } .frame.frame--wide { aspect-ratio: 16/9; } .frame.frame--pano { aspect-ratio: 21/9; }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame__ph { position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, transparent 0 9px, var(--stone-line) 9px 10px); }
.frame__no { position: absolute; left: 8px; bottom: 6px; font-family: var(--ui); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); background: var(--brass); padding: 3px 6px; }
.frame__key { position: absolute; right: 8px; bottom: 8px; font-family: var(--ui); font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); }
.js:not(.reduce) .strip .marquee__inner { animation: marquee 70s linear infinite; }
.js:not(.reduce) .strip--reverse .marquee__inner { animation-direction: reverse; animation-duration: 84s; }
.strip:hover .marquee__inner { animation-play-state: paused; }
.reduce .strip .marquee__inner { flex-wrap: wrap; } .reduce .strip .dup { display: none; }

/* The House scarf: six stripes, each grows on hover */
.scarf { display: flex; height: clamp(150px, 26vw, 300px); margin-top: var(--s-md); }
.scarf a { flex: 1; position: relative; display: flex; align-items: flex-end; padding: 18px; text-decoration: none; color: var(--paper); transition: flex 0.6s var(--ease-out); transform-origin: bottom; }
.scarf a:hover, .scarf a:focus-visible { flex: 2.4; }
.scarf a span { font-family: var(--display); font-size: clamp(1.1rem, 2.2vw, 1.9rem); line-height: 1; opacity: 0; transform: translateY(8px); transition: opacity 0.4s ease 0.1s, transform 0.5s var(--ease-out) 0.1s; white-space: nowrap; }
.scarf a:hover span, .scarf a:focus-visible span { opacity: 1; transform: none; }
.scarf a small { position: absolute; top: 14px; left: 18px; font-family: var(--ui); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.85; }
.js:not(.reduce) .scarf a { transform: scaleY(0); }
.js:not(.reduce) .scarf.is-in a { transform: none; transition: transform 0.9s var(--ease-out), flex 0.6s var(--ease-out); }
.js:not(.reduce) .scarf.is-in a:nth-child(2) { transition-delay: 0.07s, 0s; } .js:not(.reduce) .scarf.is-in a:nth-child(3) { transition-delay: 0.14s, 0s; }
.js:not(.reduce) .scarf.is-in a:nth-child(4) { transition-delay: 0.21s, 0s; } .js:not(.reduce) .scarf.is-in a:nth-child(5) { transition-delay: 0.28s, 0s; } .js:not(.reduce) .scarf.is-in a:nth-child(6) { transition-delay: 0.35s, 0s; }
@media (max-width: 640px) { .scarf a span { display: none; } .scarf a small { font-size: 0.6rem; left: 8px; top: 8px; writing-mode: vertical-rl; } }

/* Pull-quote bands: words light as the band scrolls through */
.band .headline .w > span { transition: color 0.35s ease; }
.js:not(.reduce) .band .headline .w > span { color: rgba(250,250,247,0.45); }
.js:not(.reduce) .band .headline .w.lit > span { color: var(--paper); }
.js:not(.reduce) .band [data-split] .w > span { transform: none !important; }

/* Carousel: the term's programme */
.carousel { position: relative; margin-top: var(--s-md); }
.carousel__viewport { overflow: hidden; }
.carousel__track { display: flex; gap: var(--gutter); transition: transform 0.7s var(--ease-out); cursor: grab; touch-action: pan-y; }
.carousel__track.is-dragging { transition: none; cursor: grabbing; }
.carousel__track > li { flex: 0 0 calc((100% - var(--gutter) * 2) / 3); list-style: none; background: var(--paper); padding: 26px 26px 30px; border-top: 2px solid var(--stone-line); transition: border-color 0.4s ease; user-select: none; }
.carousel__track > li.is-active { border-top-color: var(--brass); }
@media (max-width: 900px) { .carousel__track > li { flex-basis: calc((100% - var(--gutter)) / 2); } }
@media (max-width: 600px) { .carousel__track > li { flex-basis: 86%; } }
.carousel__track .order__time { margin-bottom: 12px; }
.carousel__track .order__item { font-size: clamp(1.4rem, 2vw, 1.8rem); }
.carousel__nav { display: flex; align-items: center; gap: 16px; margin-top: var(--s-sm); }
.carousel__prev, .carousel__next { width: 46px; height: 46px; border: 1px solid var(--ink); background: transparent; cursor: pointer; display: grid; place-items: center; transition: background-color 0.2s ease, color 0.2s ease; }
.carousel__prev:hover, .carousel__next:hover { background: var(--green); color: var(--paper); border-color: var(--green); }
.carousel__prev svg, .carousel__next svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.carousel__dots { display: flex; gap: 4px; margin-left: 8px; }
.carousel__dots button { width: 28px; height: 28px; padding: 0; border: 0; background: transparent; cursor: pointer; display: grid; place-items: center; }
.carousel__dots button::before { content: ""; width: 10px; height: 10px; border: 1px solid var(--ink); transition: background-color 0.2s ease; }
.carousel__dots button[aria-current="true"]::before { background: var(--brass); border-color: var(--brass); }

/* Buttons: magnetic on fine pointers, quick to settle */
.btn { transition: background-color 0.2s ease, transform 0.35s var(--ease-out); will-change: transform; }

/* Alder leaf draws in the masthead on load and in the footer on scroll */
.js:not(.reduce) .brand .leaf path { stroke-dasharray: 400; stroke-dashoffset: 400; animation: leaf-draw 1.8s var(--ease-out) 0.2s forwards; }
.js:not(.reduce) .foot .leaf path { stroke-dasharray: 400; stroke-dashoffset: 400; transition: stroke-dashoffset 2s var(--ease-out); }
.js:not(.reduce) .foot .leaf.is-in path { stroke-dashoffset: 0; }

/* Page-leave */
.js:not(.reduce).is-leaving main { opacity: 0; transform: translateY(-8px); transition: opacity 0.3s ease, transform 0.3s ease; }

/* Reduced motion: every device above stands down */
@media (prefers-reduced-motion: reduce) {
  .w > span, .cover::before, .cover__plate .plate__box, .cover__panel > *, .plate__box, .plate__mark, .plate__cap, .scarf a, .brand .leaf path, .foot .leaf path, .marquee__inner, .day__track, .btn {
    transition: none !important; animation: none !important; transform: none !important; opacity: 1 !important; clip-path: none !important; stroke-dashoffset: 0 !important;
  }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
}

/* =====================================================================
   CONTEMPORARY PASS: full-bleed cover, stepped day, cursor, hover zoom
   ===================================================================== */

/* Cover: the photograph fills the viewport, the words sit over its dark left third */
.cover--full { min-height: 100svh; display: grid; grid-template-rows: 1fr auto; background: var(--green-deep); }
.cover--full .cover__media { position: absolute; inset: 0; z-index: 0; }
.cover--full .cover__media .plate, .cover--full .cover__media .plate__box { height: 100%; aspect-ratio: auto; }
.cover--full .cover__media .plate__box img { object-position: 62% 50%; }
.cover--full .cover__media .plate__cap { position: absolute; right: var(--gutter); bottom: 18px; margin: 0; color: rgba(250,250,247,0.75); z-index: 2; }
.cover--full .cover__media .plate__mark { top: auto; bottom: 18px; left: auto; right: var(--gutter); transform: translateY(-28px); }
.cover--full .cover__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(15,42,31,0.92) 0%, rgba(15,42,31,0.78) 34%, rgba(15,42,31,0.28) 62%, rgba(15,42,31,0.05) 100%), linear-gradient(0deg, rgba(15,42,31,0.75) 0%, rgba(15,42,31,0) 40%); }
.cover--full .cover__inner { position: relative; z-index: 2; display: flex; align-items: flex-end; min-height: 100svh; padding-top: 48px; padding-bottom: 56px; }
.cover--full .cover__panel { padding: 0; max-width: 720px; gap: var(--s-md); }
.cover--full h1 { font-size: clamp(3rem, 7.2vw, 6.6rem); line-height: 0.98; letter-spacing: -0.02em; max-width: 12ch; text-shadow: 0 2px 30px rgba(0,0,0,0.25); }
.cover--full .cover__lede { max-width: 40ch; }
.cover--full .cover__lede + .cover__lede { font-size: 1.02rem; max-width: 52ch; color: rgba(250,250,247,0.8); }
@media (max-width: 767px) { .cover--full .cover__lede + .cover__lede { display: none; } }
.cover--full .cover__facts { border-top-color: rgba(250,250,247,0.25); }
.cover__scroll { position: absolute; right: var(--gutter); bottom: 64px; z-index: 2; margin: 0; font-family: var(--ui); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,250,247,0.7); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.cover__scroll span { display: block; width: 1px; height: 48px; background: rgba(250,250,247,0.4); position: relative; overflow: hidden; }
.cover__scroll span::after { content: ""; position: absolute; left: 0; top: -100%; width: 1px; height: 100%; background: var(--brass); animation: scroll-hint 2.2s ease-in-out infinite; }
@keyframes scroll-hint { to { top: 100%; } }
@media (max-width: 767px) { .cover__scroll { display: none; } .cover--full .cover__media .plate__box img { object-position: 60% 50%; } .cover--full .cover__facts { grid-template-columns: 1fr 1fr; } }
/* The photograph opens from the right, settles, then keeps a slow drift for as long as the cover is on screen */
.js:not(.reduce) .cover--full .cover__media .plate__box { clip-path: inset(0 0 0 100%); transition: clip-path 1.4s var(--ease-out) 0.3s; }
.js:not(.reduce) .cover--full.is-ready .cover__media .plate__box { clip-path: inset(0 0 0 0); }
.js:not(.reduce) .cover--full .cover__media .plate__box img { transform: scale(1.18); }
.js:not(.reduce) .cover--full.is-ready .cover__media .plate__box img { animation: drift 26s var(--ease-out) forwards; }
@keyframes drift { 0% { transform: scale(1.18) translateX(2%); } 30% { transform: scale(1.06) translateX(0); } 100% { transform: scale(1.0) translateX(-1%); } }

/* The day: one moment at a time. Nothing moves until the moment changes. */
.day { height: 640vh; }
.day__pin { justify-content: center; }
.day__grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: var(--gutter); align-items: center; }
.day__left { grid-column: 1 / 6; }
.day__right { grid-column: 7 / 13; }
.day__left .lede { margin-top: 14px; max-width: 30ch; }
.day__clock { margin-top: var(--s-md); }
.day__digits { display: inline-flex; font-family: var(--display); font-size: clamp(5rem, 13vw, 12rem); line-height: 1; letter-spacing: -0.02em; color: var(--green); }
.d { display: inline-block; height: 1em; overflow: hidden; position: relative; width: 0.62em; text-align: center; }
.d--dot { width: 0.32em; }
.d span { display: block; }
.js:not(.reduce) .d.is-rolling span { animation: roll 0.55s var(--ease-out); }
@keyframes roll { from { transform: translateY(100%); } to { transform: none; } }
.js:not(.reduce) .d.is-rolling::before { content: attr(data-prev); position: absolute; inset: 0; animation: roll-out 0.55s var(--ease-out) forwards; }
@keyframes roll-out { to { transform: translateY(-100%); } }
.day__list { list-style: none; position: relative; min-height: 15rem; }
.day__item { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.35s ease, transform 0.6s var(--ease-out), visibility 0s linear 0.6s; transform: translateY(24px); width: auto; padding: 0; border: 0; color: var(--ink); }
.day__item.is-active { opacity: 1; visibility: visible; transform: none; transition: opacity 0.5s ease 0.15s, transform 0.7s var(--ease-out) 0.15s, visibility 0s; }
.day__item.is-leaving { opacity: 0; transform: translateY(-18px); }
.day__item .order__time { font-size: 1rem; margin-bottom: 14px; }
.day__item .order__item { font-size: clamp(2.2rem, 4vw, 3.6rem); font-family: var(--display); line-height: 1.05; margin-bottom: 16px; display: block; }
.day__item .order__note { font-family: var(--text); font-size: clamp(1.1rem, 1.4vw, 1.3rem); line-height: 1.5; color: var(--ink-soft); max-width: 36ch; }
.day__dots { display: flex; gap: 6px; margin-top: var(--s-lg); align-items: center; }
.day__dots i { display: block; height: 3px; flex: 1; background: var(--stone-line); transition: background-color 0.4s ease; }
.day__dots i.is-on { background: var(--brass); }
.day__hint { margin-top: var(--s-sm); }
.reduce .day, html:not(.js) .day { height: auto; }
.reduce .day__list, html:not(.js) .day__list { min-height: 0; }
.reduce .day__item, html:not(.js) .day__item { position: static; opacity: 1; visibility: visible; transform: none; padding: 20px 0; border-top: 1px solid var(--stone-line); }
.reduce .day__dots, html:not(.js) .day__dots, html:not(.js) .day__hint, .reduce .day__hint { display: none; }
@media (max-width: 900px) {
  .day { height: 520vh; }
  .day__grid { grid-template-columns: 1fr; row-gap: var(--s-md); align-content: center; }
  .day__left, .day__right { grid-column: 1; }
  .day__left .lede { display: none; }
  .day__digits { font-size: clamp(4rem, 22vw, 6rem); }
  .day__clock { margin-top: 12px; }
  .day__list { min-height: 12rem; }
  .day__dots { margin-top: var(--s-md); }
}

/* Full-height photograph moment */
.plate--vh .plate__box { aspect-ratio: auto; height: 92vh; min-height: 480px; }
.plate--vh .plate__cap { position: absolute; left: var(--gutter); bottom: 22px; margin: 0; color: var(--paper); z-index: 3; font-size: 1.05rem; }
.plate--vh { position: relative; }
.plate--vh .plate__box::before { content: ""; position: absolute; inset: auto 0 0 0; height: 40%; background: linear-gradient(0deg, rgba(15,42,31,0.7), rgba(15,42,31,0)); z-index: 2; pointer-events: none; }
.plate--vh .plate__mark { z-index: 3; }
.plate--vh .plate__cap { display: block; }
.plate--bleed.plate--vh .plate__cap { max-width: none; padding: 0; width: auto; }

/* Photographs fade in as they arrive rather than popping */
.js .plate__box > img { opacity: 0; transition: opacity 0.6s ease, transform 1.4s var(--ease-out); }
.js .plate__box > img.is-loaded, html:not(.js) .plate__box > img { opacity: 1; }

/* Hover: photographs breathe */
.plate__box > img { transition: transform 1.4s var(--ease-out); }
.plate:hover .plate__box > img, .plate:focus-within .plate__box > img { transform: scale(1.05); }
@supports (animation-timeline: view()) { @media (prefers-reduced-motion: no-preference) { .plate:not(.cover__media .plate):hover .plate__box > img { animation-play-state: paused; } } }

/* Custom cursor on fine pointers */
.cursor { position: fixed; left: 0; top: 0; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: var(--brass); pointer-events: none; z-index: 1000; mix-blend-mode: multiply; transition: width 0.3s var(--ease-out), height 0.3s var(--ease-out), margin 0.3s var(--ease-out), background-color 0.3s ease, opacity 0.3s ease; opacity: 0; }
.cursor.is-on { opacity: 1; }
.cursor.is-link { width: 44px; height: 44px; margin: -22px 0 0 -22px; background: rgba(176,138,62,0.35); }

@media (pointer: coarse) { .cursor { display: none; } }
@media (prefers-reduced-motion: reduce) { .cursor { display: none; } .cover__scroll span::after { animation: none; } .cover--full .cover__media .plate__box img { animation: none !important; transform: none !important; } }
