.origin-stamp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  width: 100%;
  margin-bottom: 42px;
  padding: 8px 0 10px 24px;
  color: var(--paper);
  border-left: 9px solid var(--red);
  font-family: var(--label);
  line-height: 1.08;
  text-transform: uppercase;
}

.origin-stamp span {
  padding: 0;
  color: var(--amber);
  background: transparent;
  font-size: clamp(22px,1.8vw,30px);
  font-weight: 700;
  letter-spacing: .21em;
}

.origin-stamp b {
  color: #fff8ec;
  font-size: clamp(48px,4.25vw,72px);
  font-weight: 600;
  line-height: .92;
  letter-spacing: -.015em;
  text-shadow: 0 8px 32px rgba(0,0,0,.45);
}

.stand-gallery img:first-child { object-position: center 72%; }

/* The Monday bowl should read as a complete dish, not a wall-sized crop. */
.monday {
  grid-template-columns: minmax(380px,.78fr) 1.22fr;
  gap: 6vw;
  padding: 6vw;
  align-items: center;
}

.monday figure {
  padding: 14px;
  background: #160d09;
  box-shadow: 0 26px 70px rgba(24,13,9,.18);
}

.monday figure img {
  width: 100%;
  height: min(72vh,720px);
  min-height: 0;
  object-fit: contain;
}

.monday > div { padding: 4vw 2vw 4vw 0; }

.bowl-anatomy {
  min-height: 850px;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1.08fr .92fr !important;
  grid-template-rows: auto 1fr;
  gap: 0 !important;
  background: #3a2d17 !important;
  color: #f0e5d2 !important;
  align-items: stretch !important;
}

.bowl-anatomy .anatomy-title {
  grid-column: 1;
  grid-row: 1;
  padding: 8vw 6vw 45px;
}

.bowl-anatomy .anatomy-title h2 {
  max-width: 760px;
  color: #f0e5d2;
  font-size: clamp(48px,5.7vw,86px);
}

.bowl-anatomy figure {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 850px;
  margin: 0;
}

.bowl-anatomy figure img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
}

.bowl-anatomy ol {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  margin: 0 6vw 8vw !important;
  border-color: rgba(240,229,210,.36) !important;
}

.bowl-anatomy li { border-color: rgba(240,229,210,.25) !important; }
.bowl-anatomy li > b { color: var(--amber) !important; }
.bowl-anatomy li strong { color: #f0e5d2; }
.bowl-anatomy li span { color: rgba(240,229,210,.68) !important; }

.gathering-map {
  padding: 10vw 4vw 7vw;
  background: #0b0705;
  color: var(--paper);
  overflow: hidden;
}

.gathering-map > header {
  display: grid;
  grid-template-columns: .4fr 1fr .7fr;
  gap: 4vw;
  align-items: start;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.gathering-map > header > p {
  color: var(--amber);
  font: 600 10px var(--label);
  letter-spacing: .2em;
}

.gathering-map h2 {
  margin: 0;
  font: 400 clamp(45px,6vw,88px)/1.2 var(--display);
  letter-spacing: -.055em;
}

.gathering-map > header > div { color: rgba(240,229,210,.58); }
.map-stage { position: relative; width: min(100%,1200px); margin: 7vw auto 0; aspect-ratio: 1000/372; }
.map-stage > img,.map-stage > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-stage > img { opacity: .48; filter: sepia(.3) hue-rotate(335deg) saturate(.7); }
.routes path { fill: none; stroke: #e9aa43; stroke-width: 1.35; stroke-dasharray: 4 5; opacity: .72; animation: route-flow 7s linear infinite; }
.routes path:nth-child(2n) { animation-delay: -2.5s; }
.routes path:nth-child(3n) { animation-delay: -4.5s; }
.origins circle { fill: #d73520; opacity: .9; }
.takao-dot { fill: #fff3d2; }
.takao-ring { fill: none; stroke: #e9aa43; stroke-width: 2; transform-origin: 501px 112px; animation: takao-pulse 2.6s ease-out infinite; }
.ring-two { animation-delay: 1.3s; }
.map-labels span,.map-labels b { position: absolute; color: rgba(240,229,210,.54); font: 500 9px var(--label); letter-spacing: .16em; }
.map-labels .america { left: 12%; top: 20%; }.map-labels .europe { left: 42%; top: 22%; }.map-labels .jakarta { left: 78%; top: 61%; }.map-labels .australia { right: 2%; bottom: 10%; }
.map-labels b { left: 50.1%; top: 25%; transform: translate(-50%,-100%); color: #fff3d2; font-size: 13px; text-align: center; }
.map-labels b small { display: block; color: var(--amber); font: 12px var(--display); letter-spacing: 0; }
.gathering-map > footer { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gathering-map > footer span { padding: 15px 10px; text-align: center; color: rgba(240,229,210,.58); border-right: 1px solid var(--line); font: 500 9px var(--label); letter-spacing: .12em; }
.gathering-map > footer span:last-child { border-right: 0; }

@keyframes route-flow { to { stroke-dashoffset: -90; } }
@keyframes takao-pulse { from { transform: scale(.5); opacity: .9; } to { transform: scale(3.4); opacity: 0; } }

.world-data {
  padding: 9vw 4vw;
  background: #130b08;
  color: var(--paper);
}

.world-data header {
  display: grid;
  grid-template-columns: .4fr 1fr .7fr;
  gap: 4vw;
  align-items: start;
  margin-bottom: 70px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.world-data header > p,
.field-notes header > p {
  color: var(--amber);
  font: 600 10px var(--label);
  letter-spacing: .2em;
}

.world-data h2,
.field-notes h2 {
  margin: 0;
  font: 400 clamp(42px, 5vw, 72px)/1.3 var(--display);
  letter-spacing: -.05em;
}

.world-data header > div { color: rgba(240,229,210,.62); }
.world-data ol { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.world-data li { min-height: 240px; padding: 24px 18px; border-right: 1px solid var(--line); }
.world-data li span { font-size: 24px; }
.world-data li b { display: block; margin: 22px 0 8px; color: var(--amber); font: 400 clamp(38px,4vw,62px)/1 Anton,sans-serif; }
.world-data li p { color: rgba(240,229,210,.62); font-size: 12px; line-height: 1.7; }
.world-data > small { display: block; margin-top: 18px; color: rgba(240,229,210,.38); }

.pass-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 35px; }
.pass-prices > div { padding: 18px; border: 1px solid rgba(24,13,9,.28); }
.pass-prices b,.pass-prices span { display: block; font: 500 9px var(--label); letter-spacing: .1em; }
.pass-prices strong { display: block; margin: 8px 0; color: var(--red); font: 400 32px Anton,sans-serif; }
.pass-explain { margin-top: 25px; color: rgba(24,13,9,.62); font-size: 13px; }

.field-notes { padding: 10vw 5vw; background: #d6c19f; color: var(--ink); }
.field-notes header { display: grid; grid-template-columns: .45fr 1.55fr; gap: 5vw; padding-top: 16px; border-top: 2px solid var(--ink); }
.field-notes > div { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 70px; background: rgba(24,13,9,.28); }
.field-notes article { min-height: 320px; padding: 38px; background: #e7d8bf; }
.field-notes article b { color: var(--red); font: 600 10px var(--label); letter-spacing: .15em; }
.field-notes article h3 { margin: 22px 0; font: 400 clamp(25px,3vw,38px)/1.45 var(--display); }
.field-notes article p { color: rgba(24,13,9,.68); line-height: 2; }

.editorial-recap { padding: 10vw 5vw; background: #17100c; color: var(--paper); }
.editorial-recap header { display: grid; grid-template-columns: .45fr 1.55fr; gap: 5vw; padding-top: 16px; border-top: 1px solid var(--line); }
.editorial-recap header > p,.editorial-recap article small { color: var(--amber); font: 600 10px var(--label); letter-spacing: .18em; }
.editorial-recap h2 { margin: 0; font: 400 clamp(45px,6vw,82px)/1.3 var(--display); letter-spacing: -.05em; }
.editorial-recap > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 75px; background: var(--line); }
.editorial-recap article { padding: 40px 34px; background: #21140e; }
.editorial-recap article h3 { margin: 22px 0; font: 400 clamp(24px,2.5vw,36px)/1.5 var(--display); }
.editorial-recap article p { color: rgba(240,229,210,.62); font-size: 14px; line-height: 2; }
.recap-note { max-width: 850px; margin: 65px 0 0 auto; color: rgba(240,229,210,.72); font-size: 17px; line-height: 2.2; }

@media (max-width: 820px) {
  .hero { display: flex; flex-direction: column; }
  .hero-window { order: 1; }
  .hero-copy { order: 2; }
  .origin-stamp { margin-bottom: 38px; padding-left: 16px; border-left-width: 6px; }
  .origin-stamp span { font-size: 17px; }
  .origin-stamp b { font-size: clamp(42px,13vw,58px); }
  .monday { gap: 30px; padding: 52px 20px 90px; }
  .monday figure { width: min(100%,430px); margin: 0 auto; padding: 9px; }
  .monday figure img { height: min(52svh,480px); object-fit: contain; }
  .monday > div { padding: 0; }
  .bowl-anatomy { min-height: 0; grid-template-columns: 1fr !important; grid-template-rows: auto auto auto; }
  .bowl-anatomy figure { grid-column: 1; grid-row: 1; min-height: 0; height: 70svh; }
  .bowl-anatomy .anatomy-title { grid-column: 1; grid-row: 2; padding: 75px 20px 35px; }
  .bowl-anatomy .anatomy-title h2 { font-size: 42px; }
  .bowl-anatomy ol { grid-column: 1; grid-row: 3; margin: 0 20px 80px !important; }
  .gathering-map { padding: 90px 20px 70px; }
  .gathering-map > header { display: block; }
  .gathering-map h2 { margin: 20px 0; font-size: 43px; }
  .map-stage { width: min(780px,100%); max-width: 100%; margin: 70px auto 0; transform: none; }
  .map-labels span { display: none; }
  .gathering-map > footer { grid-template-columns: 1fr 1fr; }
  .gathering-map > footer span { border-bottom: 1px solid var(--line); }
  .gathering-map > footer span:last-child { grid-column: 1 / -1; }
  .world-data,.field-notes { padding: 90px 20px; }
  .world-data header,.field-notes header { display: block; }
  .world-data h2,.field-notes h2 { margin: 20px 0; font-size: 38px; }
  .world-data ol { grid-template-columns: 1fr 1fr; }
  .world-data li { min-height: 190px; }
  .world-data li:last-child { grid-column: 1 / -1; }
  .pass-prices { grid-template-columns: 1fr; }
  .field-notes > div { grid-template-columns: 1fr; margin-top: 50px; }
  .field-notes article { min-height: 0; padding: 30px 24px; }
  .editorial-recap { padding: 90px 20px; }
  .editorial-recap header { display: block; }
  .editorial-recap h2 { margin-top: 20px; font-size: 41px; }
  .editorial-recap > div { grid-template-columns: 1fr; margin-top: 50px; }
  .editorial-recap article { padding: 32px 24px; }
  .recap-note { margin-top: 45px; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .routes path,.takao-ring { animation: none; }
  video { display: block !important; }
}
