/* ============================================================
   YUKIMURO — chapter layouts
   ============================================================ */

/* ---------- preloader ---------- */
.preload {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: var(--paper);
  display: grid;
  place-items: center;
  transition: transform var(--d-wipe) var(--ease-io), visibility 0s linear var(--d-wipe);
}
.preload.is-done { transform: translateY(-101%); visibility: hidden; }
.preload__inner {
  display: grid;
  gap: 1.6rem;
  justify-items: center;
  width: min(38ch, 62vw);
}
.preload__jp { font-family: var(--jp); font-weight: 200; font-size: 1.4rem; letter-spacing: 0.5em; text-indent: 0.5em; color: var(--ink); }
.preload__bar { display: block; width: 100%; height: 1px; background: var(--line); }
.preload__bar > i { display: block; height: 100%; width: 0; background: var(--ink); transition: width 220ms linear; }
.preload__num { font-size: var(--t-micro); letter-spacing: var(--track-caps); color: var(--mute); }

/* ============================================================
   Shared two-column split used by most chapters
   ============================================================ */
.cellar__grid, .valley__grid, .house__grid,
.table__grid, .baths__grid, .days__grid, .year__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--stack-md) var(--stack-xl);
  align-items: start;
}

/* Chapter headlines run the full measure; the prose sits under
   them in the right column, which leaves the left half open. */
.cellar__grid > .h1, .valley__grid > .h1, .house__grid > .h1,
.table__grid > .h1, .baths__grid > .h1, .days__grid > .h1, .year__grid > .h1 {
  grid-column: 1 / -1;
  margin-bottom: clamp(0.5rem, 2vw, 1.6rem);
}
.cellar__text, .valley__text, .house__text,
.table__text, .baths__text, .days__lead, .year__grid > .lead {
  grid-column: 2;
}
@media (max-width: 899px) {
  .cellar__grid, .valley__grid, .house__grid,
  .table__grid, .baths__grid, .days__grid, .year__grid {
    grid-template-columns: 1fr;
    gap: var(--stack-md);
  }
  .cellar__text, .valley__text, .house__text,
  .table__text, .baths__text, .days__lead, .year__grid > .lead { grid-column: 1; }
}

/* ---------- spec lists ---------- */
.spec { display: grid; gap: 0 var(--col-gap); margin-top: var(--stack-md); }
.spec--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.spec--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.spec--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.spec > div {
  padding: 0.85rem 0 0.95rem;
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 0.3rem;
  align-content: start;
}
.spec dd { font-size: var(--t-small); line-height: 1.42; }
@media (max-width: 899px) {
  .spec--3, .spec--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ---------- minilist ---------- */
.minilist { display: grid; }
.minilist li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.62rem 0;
  border-top: 1px solid var(--rule-soft);
  font-size: var(--t-small);
}
.minilist li > span:last-child { text-align: right; flex: 0 0 auto; max-width: 58%; }

/* ---------- pull line ---------- */
.pull {
  margin-block: var(--stack-lg);
  padding-block: clamp(2rem, 4vw, 3.4rem);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.pull__line { max-width: 22ch; letter-spacing: -0.03em; }

.note {
  max-width: 46ch;
  margin-top: var(--stack-md);
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule);
  font-size: var(--t-small);
  color: var(--fg-2);
}

/* ============================================================
   Chapter grounds — the paper ladder, nothing else.
   Every boundary changes tone; the tokens carry the dark theme.
   ============================================================ */
.house, .days    { background: var(--bg-2); }
.valley          { background: var(--bg-3); }
.reserve         { background: var(--bg-2); }

/* ============================================================
   01 · HERO
   ============================================================ */
.hero {
  justify-content: flex-end;
  padding-top: var(--nav-h);
  padding-bottom: 0;
  gap: var(--stack-md);
}
.hero__grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(300px, 38vw, 560px);
  gap: var(--stack-lg);
  align-items: end;
  padding-bottom: var(--stack-md);
  padding-top: var(--stack-md);
}
.hero__eyebrow { margin-bottom: clamp(1.5rem, 4vh, 3rem); }
.hero__title { margin-bottom: 1.6rem; }
.hero__gloss { max-width: 34ch; font-size: var(--t-lead); line-height: 1.45; }

.hero__cta {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: clamp(1.4rem, 3vh, 2.4rem);
}
.hero__cta .bigbtn--hero { margin-top: 0; padding: 0.95rem 1.8rem; }

.hero__media {
  /* width:100% here would pin the block to the grid column, which
     cancels the negative margin — it has to be auto to actually
     bleed off the edge (same trap as the old .hero__shot). */
  position: relative;
  width: auto;
  margin-right: calc(var(--gutter) * -1);
  align-self: stretch;
  display: flex;
}
.hero__shot { width: auto; flex: 1; display: flex; }
/* the hero frame fills the column height and bleeds off the right edge */
.hero__shot .shot__frame { aspect-ratio: auto; flex: 1 1 auto; min-height: 42vh; }

/* the warm room, small, hung over the cold exterior's left edge */
.hero__inset {
  position: absolute;
  left: 0;
  bottom: clamp(2.5rem, 9vh, 6rem);
  width: clamp(150px, 15vw, 220px);
  transform: translateX(-45%);
  z-index: 2;
}
/* the caption sits over the big photograph, so it gets a ground */
.hero__inset .shot__cap { margin-top: 0; }
.hero__inset .shot__cap span {
  background: var(--bg);
  padding: 0.55em 0.75em;
  max-width: 100%;
}

/* vertical lockup in the air above the inset */
.hero__jp {
  position: absolute;
  top: clamp(1rem, 4vh, 3rem);
  left: -2.6rem;
  writing-mode: vertical-rl;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
  letter-spacing: 0.5em;
  color: var(--fg-mute);
  z-index: 2;
}

.hero__data {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--col-gap);
  padding-block: 1.1rem 1.4rem;
  border-top: 1px solid var(--rule);
}
.datum { display: grid; gap: 0.35rem; }
.datum > span:last-child { font-size: var(--t-small); }

.scrollcue {
  justify-self: end;
  align-self: center;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.scrollcue i {
  display: block;
  width: 1px;
  height: 2.2rem;
  background: var(--rule-strong);
  transform-origin: top;
  animation: scrollcue 2.4s var(--ease-io) infinite;
}
@keyframes scrollcue {
  0%   { transform: scaleY(0); opacity: 0; }
  35%  { transform: scaleY(1); opacity: 1; }
  70%  { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); opacity: 0; }
}

@media (max-width: 899px) {
  .hero__grid { grid-template-columns: 1fr; align-items: start; }
  .hero__media { width: 100%; margin-right: 0; display: block; }
  .hero__shot { width: 100%; max-width: 78%; }
  .hero__shot .shot__frame { aspect-ratio: 3 / 4; min-height: 0; }
  .hero__inset {
    position: static;
    transform: none;
    width: 46%;
    margin-left: 54%;
    margin-top: calc(var(--col-gap) * -1 * 3);
  }
  .hero__jp { display: none; }
  .hero__data { grid-template-columns: repeat(2, 1fr); row-gap: 1rem; }
  .scrollcue { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .scrollcue i { animation: none; }
}

/* ============================================================
   02 · THE CELLAR
   ============================================================ */
.cellar__now {
  margin-top: var(--stack-md);
  padding-top: 0.9rem;
  border-top: 1px solid var(--rule);
}
.cellar__now .num { color: var(--fg); }

/* ---------- February / August compare ---------- */
.compare { margin-bottom: var(--stack-lg); }
.compare__frame {
  position: relative;
  aspect-ratio: var(--ar, 3/2);
  overflow: hidden;
  background: var(--shot-bg);
}
/* isolate: each half is its own stacking context, so the image's
   z-index cannot jump above the OTHER half's clip (clip-path makes
   the february half atomic; an escaped z-index paints over it) */
.compare__half { position: absolute; inset: 0; isolation: isolate; }
.compare__half img {
  /* positioned so it paints above the absolutely-positioned placeholder */
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.compare__half img[hidden] { display: none; }
.compare__half--feb { clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0); }
.compare__seam {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--pos, 50%);
  width: 1px;
  transform: translateX(-0.5px);
  background: var(--on-fill);
  opacity: 0.9;
  pointer-events: none;
}
.compare__frame.has-focus .compare__seam { width: 2px; opacity: 1; }
.compare__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: pan-y;
  -webkit-appearance: none;
  appearance: none;
}
.compare__labels {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.7rem;
}

.cellar__shots {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: var(--col-gap);
  align-items: start;
}
.cellar__shot-2 { margin-top: clamp(2rem, 7vw, 6rem); }
@media (max-width: 899px) {
  .cellar__shots { grid-template-columns: 1fr; }
  .cellar__shot-2 { margin-top: 0; }
}

/* ============================================================
   03 · THE VALLEY
   ============================================================ */
.valley__shot { margin-block: var(--stack-lg); }

/* ---------- the year in snow, as a hairline ---------- */
.snowchart { margin-top: var(--stack-lg); color: var(--fg-2); }
.snowchart__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid var(--rule-soft);
}
.snowchart svg { width: 100%; height: auto; overflow: visible; }
.snowchart svg text {
  font: 500 10px var(--sans);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  fill: var(--fg-mute);
}
.snowchart rect {
  transform: scaleY(0);
  transform-origin: bottom;
  transform-box: fill-box;
  transition: transform var(--d-slow) var(--ease) calc(var(--i, 0) * 45ms);
}
.snowchart.is-in rect { transform: scaleY(1); }
.snowchart .snowchart__cellar {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  transition: stroke-dashoffset 1400ms var(--ease) 600ms;
}
.snowchart.is-in .snowchart__cellar { stroke-dashoffset: 0; }
@media (prefers-reduced-motion: reduce) {
  .snowchart rect { transform: none; transition: none; }
  .snowchart .snowchart__cellar { stroke-dashoffset: 0; transition: none; }
}

.route { margin-top: var(--stack-lg); }
.route__title { margin-bottom: 1.1rem; }
.route__line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
}
.route__stop { position: relative; padding: 1.1rem 1.5rem 0 0; display: grid; gap: 0.35rem; }
.route__dot {
  position: absolute; top: -3px; left: 0;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--fg-mute);
}
.route__stop--end .route__dot { background: var(--fg); width: 9px; height: 9px; top: -5px; }
.route__name { font-size: var(--t-h3); letter-spacing: -0.015em; }
.valley__spec { margin-top: var(--stack-lg); }
/* The rule the dots sit on is the grid's own border-top, which exists once,
   above the first row. Wrap the four stops onto two rows and the second row's
   dots are left hanging in clear space beside the first row's captions — the
   9px Yukimuro dot worst of all. Off the container, onto each stop: every
   stop then brings its own rule and its dot has something to sit on. */
@media (max-width: 899px) {
  .route__line {
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--col-gap);
    row-gap: var(--stack-md);
    border-top: 0;
  }
  .route__stop { border-top: 1px solid var(--rule); padding-right: 0; }
}

/* Narrower still, two columns break the legs over three lines and leave the
   reading order ambiguous — across, or down? One column is the itinerary it
   already is: four stops, in order, each under the last. */
@media (max-width: 599px) {
  .route__line { grid-template-columns: minmax(0, 1fr); row-gap: 0; }
  .route__stop { padding-bottom: 1.1rem; }
  .route__stop:last-child { padding-bottom: 0; }
}

/* The route draws itself: solid to the road head, dashed for the
   three unploughed kilometres. Wide screens and full motion only —
   everywhere else the plain border above stays. */
@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .route__line { border-top: 0; }
  .route__line::before,
  .route__line::after {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
  }
  .route__line { position: relative; }
  .route__line::before {
    left: 0; width: 50%;
    background: var(--rule-strong);
    transition: transform 1100ms var(--ease) 150ms;
  }
  .route__line::after {
    left: 50%; width: 25%;
    background: repeating-linear-gradient(90deg, var(--rule-strong) 0 6px, transparent 6px 12px);
    transition: transform 800ms var(--ease) 1250ms;
  }
  .route.is-in .route__line::before,
  .route.is-in .route__line::after { transform: scaleX(1); }
  .route__dot { transform: scale(0); transition: transform 350ms var(--ease) var(--dd, 0ms); }
  .route.is-in .route__dot { transform: scale(1); }
}

/* ============================================================
   04 · THE HOUSE
   ============================================================ */
.house__shots {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 0.86fr);
  gap: var(--col-gap);
  align-items: start;
  margin-top: var(--stack-lg);
}
.house__shot-b { margin-top: clamp(2rem, 6vw, 5rem); }
.house__shot-c { margin-top: clamp(4rem, 11vw, 9rem); }
/* winter corridor beside the summer lounge — the first seasonal pairing */
.house__shots-b {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.3fr);
  gap: var(--col-gap);
  align-items: start;
  margin-top: var(--stack-lg);
}
.house__shot-e { margin-top: clamp(2rem, 5vw, 4rem); }
.house__spec { margin-top: var(--stack-lg); }
@media (max-width: 899px) {
  .house__shots { grid-template-columns: 1fr 1fr; }
  .house__shot-c { grid-column: span 2; margin-top: 0; }
  .house__shots-b { grid-template-columns: 1fr; }
  .house__shot-e { margin-top: 0; }
}

/* ---------- rooms rail ---------- */
.rooms { margin-top: var(--stack-xl); }
.rooms__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--stack-md);
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--rule);
}
.rooms__title { max-width: 30ch; margin-top: 0.7rem; }
.rooms__nav { display: flex; align-items: center; gap: 1rem; flex: 0 0 auto; }

.railbtn {
  width: 2.6rem; height: 2.6rem;
  border: 1px solid var(--rule);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 0.85rem;
  color: var(--fg);
  transition: background-color var(--d-fast) var(--ease), color var(--d-fast) var(--ease), border-color var(--d-fast) var(--ease), opacity var(--d-fast) var(--ease);
}
.railbtn:hover { background: var(--fill); color: var(--on-fill); border-color: var(--fill); }
.railbtn[disabled] { opacity: 0.25; pointer-events: none; }

.rooms__rail {
  display: flex;
  gap: var(--col-gap);
  overflow-x: auto;
  scrollbar-width: none;
  padding: var(--stack-md) 0 0.5rem;
  scroll-padding-left: var(--gutter);
  scroll-snap-type: x mandatory;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}
.rooms__rail::-webkit-scrollbar { display: none; }
.rooms__rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }

.roomcard {
  flex: 0 0 clamp(260px, 30vw, 420px);
  scroll-snap-align: start;
  user-select: none;
}
/* Trailing padding on a flex scroll container is unreliable;
   margins on the end cards are not. */
.roomcard:first-child { margin-left: var(--gutter); }
.roomcard:last-child  { margin-right: var(--gutter); }
.roomcard__frame { position: relative; }
.roomcard__head {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  margin-top: 1.1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--rule);
}
.roomcard__jp { font-family: var(--jp); font-size: 0.9rem; color: var(--fg-mute); letter-spacing: 0.2em; }
.roomcard__count { margin-left: auto; color: var(--fg-mute); }
.roomcard__line { margin-top: 0.85rem; font-size: var(--t-h3); letter-spacing: -0.015em; max-width: 20ch; }
.roomcard__note { margin-top: 0.7rem; font-size: var(--t-small); color: var(--fg-2); }
.roomcard__spec { display: grid; gap: 0; margin-top: 1.1rem; }
.roomcard__spec li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--rule-soft);
  font-size: var(--t-micro);
  letter-spacing: 0.06em;
}
.roomcard__spec li > span:first-child { color: var(--fg-mute); text-transform: uppercase; letter-spacing: var(--track-caps); }
.roomcard__price {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  margin-top: 1.1rem; padding-top: 0.9rem;
  border-top: 1px solid var(--rule);
}
.roomcard__amount { font-size: var(--t-h3); }

/* On a phone the rail is the wrong instrument. A card is 260px against a
   375px screen, so the next one always hangs half-off the edge and every
   card sits at a different offset from the text above it. Below 900px the
   four rooms stack instead, each the full width of the chapter, and the page
   scroll — which is already going down — carries you through them. */
@media (max-width: 899px) {
  .rooms__head { align-items: flex-start; }
  /* the counter and the arrows both address a rail that is no longer there */
  .rooms__nav { display: none; }
  .rooms__rail {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--stack-lg);
    overflow-x: visible;
    scroll-snap-type: none;
    cursor: auto;
    padding-inline: var(--gutter);
  }
  .roomcard { flex: none; }
  /* the rail is full-bleed, so these aligned the end cards to the page
     gutter; the padding above does that for every card now */
  .roomcard:first-child, .roomcard:last-child { margin-inline: 0; }
  /* 4:5 is a rail proportion — full width it would take most of the screen */
  .roomcard .shot { --ar: 3/2; }
}

/* ============================================================
   05 · THE TABLE
   ============================================================ */
.table__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
  gap: var(--stack-xl);
  align-items: start;
  margin-top: var(--stack-lg);
}
.table__col > .body { margin-top: 0.9rem; max-width: 44ch; }

.cellarboard {
  border: 1px solid var(--rule);
  padding: clamp(1.1rem, 2vw, 1.6rem);
}
.cellarboard__head {
  display: flex; justify-content: space-between; gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--rule);
}
.cellarboard__list li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--rule-soft);
  font-size: var(--t-small);
}
.cellarboard__foot { padding-top: 0.9rem; }

.table__shots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--col-gap);
  margin-top: var(--stack-lg);
}
.table__shots > .shot:nth-child(2) { margin-top: clamp(1.5rem, 4vw, 3rem); }
@media (max-width: 1099px) {
  .table__shots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .table__shots > .shot:nth-child(3) { grid-column: span 2; }
}

.producers__title { margin-top: var(--stack-lg); margin-bottom: 1rem; }
.producers li {
  display: grid;
  grid-template-columns: 8rem minmax(0, 14rem) minmax(0, 1fr);
  gap: var(--col-gap);
  align-items: baseline;
  padding: 0.9rem 0;
  border-top: 1px solid var(--rule);
}
.producers__what { color: var(--fg-mute); }
.producers__note { font-size: var(--t-small); color: var(--fg-2); }
@media (max-width: 899px) {
  .table__body { grid-template-columns: 1fr; }
  .table__shots { grid-template-columns: 1fr; }
  .table__shots > .shot:nth-child(2) { margin-top: 0; }
  .table__shots > .shot:nth-child(3) { grid-column: auto; }
  .producers li { grid-template-columns: 1fr; gap: 0.3rem; }
}

/* ============================================================
   06 · THE BATHS
   ============================================================ */
.baths__shot { margin-block: var(--stack-lg); }
.baths__body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: var(--stack-xl);
  align-items: start;
}
.baths__col > .body { max-width: 46ch; }
.baths__col > .body + .body { margin-top: 1.05em; }

.protocol { border: 1px solid var(--rule); padding: clamp(1.2rem, 2.2vw, 1.9rem); }
.protocol__sub { margin-top: 0.35rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--rule); }
.protocol__steps { margin-top: 0.4rem; }
.protocol__steps li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.2rem 0.8rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--rule-soft);
}
.protocol__n { color: var(--fg-mute); font-size: var(--t-micro); grid-row: span 2; padding-top: 0.35rem; }
.protocol__what { font-size: var(--t-h3); letter-spacing: -0.015em; }
.protocol__repeat { padding-top: 1.1rem; }

.baths__spec { margin-top: var(--stack-lg); }
.baths__pair {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--col-gap);
  align-items: start;
  margin-top: var(--stack-lg);
}
.cardnote { border-top: 1px solid var(--rule); padding-top: 1.1rem; }
.cardnote__title { margin-bottom: 0.8rem; }
.cardnote .body { max-width: 40ch; }
.cardnote__foot { margin-top: 0.9rem; color: var(--fg-mute); font-size: var(--t-small); }
@media (max-width: 899px) {
  .baths__body, .baths__pair { grid-template-columns: 1fr; }
}
.days__pair {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: var(--col-gap);
  align-items: start;
  margin-top: var(--stack-lg);
}
.days__pair-b { margin-top: clamp(2rem, 5vw, 4rem); }
@media (max-width: 899px) {
  .days__pair { grid-template-columns: 1fr; }
  .days__pair-b { margin-top: 0; }
}

.days__shot { margin-top: var(--stack-lg); }

/* ============================================================
   07 · DAYS
   ============================================================ */
.daylist { margin-top: var(--stack-lg); }
.daylist li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr) 12.5rem 7rem;
  gap: var(--col-gap);
  align-items: baseline;
  padding: 1.3rem 0;
  border-top: 1px solid var(--rule);
  transition: opacity var(--d-fast) var(--ease);
}
.daylist li:last-child { border-bottom: 1px solid var(--rule); }
.daylist__name { font-size: var(--t-h3); letter-spacing: -0.015em; }
.daylist__note { font-size: var(--t-small); color: var(--fg-2); }
.daylist__when { color: var(--fg-mute); letter-spacing: 0.12em; line-height: 1.8; }
.daylist__price { text-align: right; }
.daylist__free { color: var(--fg-mute); }
@media (max-width: 899px) {
  .days__lead { grid-column: auto; }
  .daylist li { grid-template-columns: 1fr auto; }
  .daylist__note { grid-column: 1 / -1; }
  .daylist__when { grid-column: 1; }
}

/* ============================================================
   08 · THE YEAR
   ============================================================ */
.year { display: block; padding-bottom: 0; }
.year__intro { padding-bottom: var(--stack-lg); }


@media (max-width: 899px) {
}

/* ============================================================
   09 · PRACTICALITIES
   ============================================================ */
.practical__head { max-width: 24ch; margin-bottom: var(--stack-lg); }
.practical__cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--stack-md) var(--col-gap);
}
.pcol__title { padding-bottom: 0.9rem; }
.pcol__note {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--rule-soft);
  font-size: var(--t-small);
  color: var(--fg-mute);
  line-height: 1.5;
}
.pcol p.pcol__note { text-transform: none; letter-spacing: 0; }
@media (max-width: 1099px) { .practical__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 599px) { .practical__cols { grid-template-columns: 1fr; } }

/* ============================================================
   10 · RESERVE + FOOTER
   ============================================================ */
.reserve { justify-content: space-between; }
.reserve__inner {
  flex: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 1.3rem;
  padding-block: var(--stack-lg);
}
.reserve__head {
  font-size: clamp(3.6rem, 12vw, 11rem);
  line-height: 0.88;
}
.reserve__gloss { font-size: var(--t-lead); max-width: 34ch; }

.reserve__facts {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: var(--stack-md) clamp(1.5rem, 4vw, 4rem);
  margin-top: 0.6rem;
  padding-block: 1.2rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-align: left;
}
.reserve__act { display: grid; justify-items: center; gap: 1.4rem; }
.reserve__alt { font-size: var(--t-small); color: var(--fg-mute); }
@media (max-width: 699px) {
  .reserve__facts { grid-template-columns: repeat(2, auto); }
}

.bigbtn {
  margin-top: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.15rem 2.2rem;
  border-radius: 999px;
  background: var(--fill);
  color: var(--on-fill);
  font-size: var(--t-micro);
  font-weight: 500;
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  transition: gap var(--d-base) var(--ease), opacity var(--d-fast) var(--ease);
}
.bigbtn:hover { gap: 2.4rem; }

.foot { padding-block: var(--stack-md) 1.6rem; border-top: 1px solid var(--rule); }
.foot__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--stack-md) var(--col-gap);
}
.foot__mark { margin-bottom: 1rem; }
.foot__addr, .foot__fine { line-height: 1.9; }
.foot__label { padding-bottom: 0.8rem; }
.foot__grid p:not(.caps) { font-size: var(--t-small); line-height: 1.9; }
.foot__hours { padding-top: 0.5rem; }
.foot__base {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: var(--stack-md);
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule-soft);
}
@media (max-width: 899px) { .foot__grid { grid-template-columns: repeat(2, 1fr); } }

/* nav meta hides when narrow */
@media (max-width: 1099px) { .nav__meta { display: none; } }
@media (max-width: 899px) {
  /* with the links gone the grid needs one fewer column, or the
     reserve button lands in the middle */
  .nav { grid-template-columns: 1fr auto; }
  .nav__links { display: none; }
}
