:root {
  --cream: #f2e6d2;
  --cream-soft: #f8f0e3;
  --ink: #1d1b17;
  --muted: #71695e;
  --orange: #db5a32;
  --orange-dark: #b84020;
  --yellow: #f0b94b;
  --night: #171915;
  --night-soft: #252720;
  --line: rgba(29, 27, 23, 0.2);
  --day-progress: 0;
  --sans: "Manrope", "Arial", sans-serif;
  --serif: "Fraunces", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::selection {
  color: var(--cream-soft);
  background: var(--orange-dark);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.ambient-sky {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 15%, rgba(103, 50, 35, 0.06) 48%, rgba(13, 18, 18, 0.22) 100%);
  opacity: calc(var(--day-progress) * 0.72);
  mix-blend-mode: multiply;
}

.page-shell {
  position: relative;
  z-index: 1;
  background: var(--cream);
  overflow-x: clip;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  width: min(100% - 48px, 1320px);
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  line-height: 1;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--cream-soft);
  background: var(--ink);
  border-radius: 50% 50% 44% 44%;
  font: 800 21px/1 var(--serif);
  transform: rotate(-6deg);
}

.brand-copy {
  display: grid;
  gap: 2px;
  letter-spacing: 0.08em;
}

.brand-copy b {
  font-size: 15px;
}

.brand-copy small {
  font-size: 8px;
  letter-spacing: 0.22em;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-header nav a {
  position: relative;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--orange);
  transition: right 180ms ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after,
.site-header nav a.is-active::after,
.site-header nav a[aria-current="page"]::after {
  right: 0;
}

.header-cta {
  padding: 11px 16px;
  color: var(--cream-soft);
  background: var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease;
}

.header-cta:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.header-cta span,
.button span,
.text-link span {
  display: inline-block;
  margin-left: 0.35em;
  transition: transform 180ms ease;
}

.header-cta:hover span,
.button:hover span,
.text-link:hover span {
  transform: translate(3px, -3px);
}

.hero {
  min-height: 860px;
  padding: 160px max(48px, calc((100vw - 1320px) / 2)) 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 28px;
  font-family: var(--serif);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

h1 em,
h2 em {
  color: var(--orange-dark);
  font-weight: 350;
}

.hero h1 {
  max-width: 790px;
  font-size: clamp(67px, 8vw, 126px);
}

.hero-intro {
  max-width: 550px;
  color: #4d473f;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.6;
}

.hero-actions,
.footer-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-dark {
  color: var(--cream-soft);
  background: var(--ink);
}

.button-dark:hover {
  background: var(--orange-dark);
}

.button-light {
  color: var(--night);
  background: var(--cream-soft);
}

.button-accent {
  color: var(--cream-soft);
  background: var(--orange-dark);
}

.text-link {
  padding: 8px 0 5px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}

.hero-facts {
  max-width: 610px;
  margin-top: 56px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid var(--line);
}

.hero-facts div {
  display: grid;
  gap: 1px;
}

.hero-facts small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-facts strong {
  font: 600 16px/1.3 var(--serif);
}

.hero-visual {
  position: relative;
  min-height: 625px;
}

.hero-photo {
  position: absolute;
  inset: 5% 4% 0 13%;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border-radius: 48% 48% 18px 18px;
  transform: rotate(2.4deg);
  box-shadow: 0 28px 80px rgba(76, 39, 24, 0.22);
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(238, 155, 77, 0.02), rgba(26, 19, 16, 0.2));
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.045);
  animation: hero-drift 10s ease-in-out infinite alternate;
}

.sun-disc {
  position: absolute;
  z-index: 1;
  top: -6%;
  right: -15%;
  width: 410px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: inset 0 0 60px rgba(222, 89, 48, 0.24);
  animation: sun-breathe 6s ease-in-out infinite alternate;
}

.hero-stamp {
  position: absolute;
  z-index: 4;
  left: -6%;
  bottom: 7%;
  width: 142px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  color: var(--cream-soft);
  background: var(--orange-dark);
  border-radius: 50%;
  text-align: center;
  transform: rotate(-12deg);
  box-shadow: 0 13px 35px rgba(83, 34, 19, 0.22);
}

.hero-stamp span {
  font: 750 20px/1 var(--serif);
}

.hero-stamp small {
  margin-top: 7px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.photo-note {
  position: absolute;
  z-index: 4;
  top: 12%;
  right: -4%;
  color: var(--cream-soft);
  font: italic 450 18px/1.25 var(--serif);
  transform: rotate(7deg);
}

.hero-cup {
  position: absolute;
  right: max(10px, calc((100vw - 1480px) / 2));
  bottom: 7px;
  z-index: 5;
  transform: scale(0.68) rotate(5deg);
  transform-origin: bottom right;
}

.steam-cup {
  width: 180px;
  height: 210px;
  position: relative;
}

.cup-body {
  position: absolute;
  left: 22px;
  bottom: 24px;
  z-index: 2;
  width: 125px;
  height: 95px;
  display: grid;
  place-items: center;
  color: var(--cream-soft);
  background: var(--orange-dark);
  border-radius: 6px 6px 38px 38px;
  font: 700 38px/1 var(--serif);
}

.cup-body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 14px;
  background: #32231c;
  border: 4px solid var(--cream-soft);
  border-radius: 50%;
}

.cup-handle {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 47px;
  width: 54px;
  height: 55px;
  border: 12px solid var(--orange-dark);
  border-left-width: 8px;
  border-radius: 50%;
}

.cup-shadow {
  position: absolute;
  left: 3px;
  right: 0;
  bottom: 9px;
  height: 25px;
  background: rgba(33, 26, 20, 0.16);
  border-radius: 50%;
  filter: blur(5px);
}

.steam {
  position: absolute;
  bottom: 128px;
  width: 23px;
  height: 60px;
  border-left: 4px solid rgba(81, 65, 51, 0.62);
  border-radius: 50%;
  animation: steam-rise 2.7s ease-in-out infinite;
}

.steam-one { left: 54px; }
.steam-two { left: 88px; animation-delay: 0.6s; }
.steam-three { left: 116px; animation-delay: 1.1s; }

.ticker {
  overflow: hidden;
  color: var(--cream-soft);
  background: var(--orange-dark);
  border-block: 1px solid rgba(255,255,255,0.2);
  transform: rotate(-1.2deg) scale(1.02);
}

.ticker-track {
  width: max-content;
  padding: 13px 0;
  display: flex;
  align-items: center;
  gap: 26px;
  font: 720 18px/1 var(--serif);
  letter-spacing: 0.08em;
  animation: marquee 25s linear infinite;
}

.ticker i {
  color: var(--yellow);
  font-size: 9px;
}

.section-pad {
  padding: clamp(90px, 10vw, 150px) max(48px, calc((100vw - 1220px) / 2));
}

.section-heading {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  align-items: end;
  gap: 70px;
}

.section-heading h2,
.drink-copy h2,
.story-copy h2,
.route-copy h2 {
  margin: 0;
  font-size: clamp(50px, 6vw, 88px);
}

.section-heading > p {
  margin-bottom: 8px;
  color: var(--muted);
}

.menu-preview {
  padding-top: 160px;
  background: var(--cream);
}

.menu-board {
  position: relative;
  padding: clamp(28px, 5vw, 65px);
  color: var(--cream-soft);
  background: var(--ink);
  border-radius: 7px;
  box-shadow: 18px 20px 0 rgba(173, 137, 91, 0.26);
  overflow: hidden;
}

.menu-board::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.09;
  background-image: radial-gradient(rgba(255,255,255,0.65) 0.7px, transparent 0.7px);
  background-size: 5px 5px;
  pointer-events: none;
}

.menu-board-mark {
  position: absolute;
  right: -60px;
  top: -100px;
  color: rgba(255,255,255,0.035);
  font: 700 360px/1 var(--serif);
}

.menu-board ol {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 70px;
  list-style: none;
}

.menu-board li {
  min-height: 125px;
  padding: 27px 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  border-bottom: 1px dashed rgba(255,255,255,0.22);
}

.menu-number,
.menu-board li small {
  color: #bdad9b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.menu-board h3 {
  margin: 0 0 6px;
  font: 600 clamp(21px, 2vw, 29px)/1.1 var(--serif);
}

.menu-board li p {
  margin: 0;
  color: #bcb7ad;
  font-size: 12px;
}

.board-footer {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  color: #bcb7ad;
  font-size: 12px;
}

.board-footer a {
  padding-bottom: 4px;
  color: var(--cream-soft);
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}

.brown-sugar-feature {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(350px, 1fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
  background: var(--cream-soft);
}

.drink-photo-wrap {
  position: relative;
  justify-self: end;
  width: min(100%, 430px);
  height: 610px;
}

.drink-photo-wrap::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 6%;
  bottom: -30px;
  height: 65px;
  background: rgba(55, 37, 25, 0.2);
  border-radius: 50%;
  filter: blur(12px);
}

.drink-photo-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 220px 220px 16px 16px;
  filter: saturate(0.85) contrast(1.06);
}

.orbit-text {
  position: absolute;
  z-index: 3;
  left: -50px;
  top: 55%;
  padding: 9px 20px;
  color: var(--cream-soft);
  background: var(--orange-dark);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  transform: rotate(-8deg);
}

.drink-copy {
  max-width: 560px;
  position: relative;
}

.drink-copy > p:not(.eyebrow) {
  max-width: 510px;
  color: var(--muted);
  font-size: 18px;
}

.hand-note {
  position: absolute;
  top: -78px;
  right: 0;
  color: var(--orange-dark);
  font: italic 450 18px/1 var(--serif);
  transform: rotate(5deg);
}

.atmosphere {
  position: relative;
  color: var(--cream-soft);
  background: var(--night);
  overflow: hidden;
}

.atmosphere::before {
  content: "";
  position: absolute;
  left: 55%;
  top: 0;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(211, 103, 52, 0.22), transparent 65%);
  pointer-events: none;
}

.section-heading-light > p {
  color: #ada99f;
}

.section-heading-light .eyebrow {
  color: #e2825f;
}

.photo-collage {
  min-height: 970px;
  display: grid;
  grid-template-columns: 1.25fr 0.8fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 22px;
  position: relative;
}

.photo-collage figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--night-soft);
}

.photo-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05);
  transition: transform 800ms cubic-bezier(.2,.8,.2,1), filter 500ms ease;
}

.photo-collage figure:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.02);
}

.photo-collage figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 7px 12px;
  color: var(--ink);
  background: var(--cream-soft);
  border-radius: 999px;
  font: 800 9px/1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collage-main {
  grid-row: 1 / 3;
  border-radius: 260px 260px 15px 15px;
}

.collage-main img { object-position: center 56%; }
.collage-top { border-radius: 15px 150px 15px 15px; }
.collage-top img { object-position: center 32%; }
.collage-bottom { border-radius: 15px; }
.collage-bottom img { object-position: center 50%; }

.collage-quote {
  position: absolute;
  left: 48%;
  top: 46%;
  z-index: 5;
  padding: 20px 25px;
  color: var(--ink);
  background: var(--yellow);
  font: 650 27px/1.08 var(--serif);
  transform: rotate(-6deg);
  box-shadow: 8px 10px 0 rgba(0,0,0,0.25);
}

.joempa-story {
  min-height: 800px;
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) 1fr;
  align-items: center;
  gap: clamp(70px, 12vw, 180px);
  background: #df5e37;
}

.story-side {
  position: relative;
  width: min(100%, 400px);
  justify-self: end;
}

.story-side::before {
  content: "";
  position: absolute;
  inset: 20px -24px -25px 20px;
  z-index: 0;
  border: 2px solid rgba(38, 24, 17, 0.66);
}

.story-side img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 580px;
  object-fit: cover;
  filter: grayscale(0.25) sepia(0.08);
}

.story-index {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: -45px;
  padding: 8px 12px;
  background: var(--cream-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}

.story-copy h2 em {
  color: var(--cream-soft);
}

.story-copy .eyebrow {
  color: #4b2418;
}

.story-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: #4b2a20;
  font-size: 18px;
}

.scribble {
  margin: 60px 0 0 50%;
  font: italic 550 22px/1 var(--serif);
  transform: rotate(-5deg);
}

.route {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  background: var(--cream);
}

.route-map {
  min-height: 500px;
  position: relative;
  background-color: #e6d5bc;
  background-image: linear-gradient(rgba(29,27,23,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(29,27,23,.06) 1px, transparent 1px);
  background-size: 34px 34px;
  border-radius: 8px 190px 8px 8px;
  overflow: hidden;
  box-shadow: 18px 18px 0 rgba(126, 86, 51, 0.16);
}

.route-map svg {
  width: 100%;
  height: 500px;
}

.map-road {
  fill: none;
  stroke: rgba(70, 60, 50, 0.32);
  stroke-width: 8;
}

.road-wide { stroke-width: 18; }
.road-small { stroke-width: 5; }

.map-route {
  fill: none;
  stroke: var(--orange-dark);
  stroke-width: 7;
  stroke-dasharray: 10 12;
  animation: route-run 14s linear infinite;
}

.map-dot { fill: var(--orange-dark); }
.map-pulse { fill: none; stroke: var(--orange-dark); stroke-width: 3; animation: map-pulse 2s ease-out infinite; transform-origin: 434px 288px; }
.route-map text { fill: var(--ink); font: 800 18px var(--sans); letter-spacing: 0.07em; }
.route-map .map-small { font-size: 11px; font-weight: 700; }

.coordinate {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 10px 13px;
  background: var(--cream-soft);
  font: 750 9px/1.4 var(--sans);
  letter-spacing: 0.1em;
}

.route-copy > p:not(.eyebrow) {
  max-width: 440px;
  color: var(--muted);
  font-size: 18px;
}

.route-copy small {
  margin-top: 22px;
  display: block;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.site-footer {
  padding: 100px max(48px, calc((100vw - 1220px) / 2)) 28px;
  color: var(--cream-soft);
  background: var(--night);
}

.footer-top {
  min-height: 430px;
  display: grid;
  align-content: center;
  border-bottom: 1px solid rgba(255,255,255,0.17);
}

.footer-kicker {
  color: #a6a69b;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer h2 {
  margin: 0;
  font-size: clamp(70px, 10vw, 150px);
}

.site-footer h2 em {
  color: #e57954;
}

.footer-actions {
  justify-content: flex-end;
}

.text-link-light {
  color: var(--cream-soft);
}

.footer-bottom {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #96978e;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Menu page */
.menu-page {
  background: var(--cream-soft);
}

.menu-hero {
  min-height: 640px;
  padding-top: 180px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 70px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.menu-hero h1,
.not-found h1 {
  margin: 0;
  font-size: clamp(70px, 10vw, 150px);
}

.menu-hero-note {
  width: 240px;
  aspect-ratio: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--cream-soft);
  background: var(--orange-dark);
  border-radius: 50%;
  transform: rotate(6deg);
}

.menu-hero-note span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-hero-note strong {
  margin: -3px 0 4px;
  font: 650 78px/1 var(--serif);
}

.menu-hero-note small {
  max-width: 160px;
  color: rgba(255,255,255,0.72);
  font-size: 8px;
  line-height: 1.4;
}

.menu-catalog {
  background: var(--cream-soft);
}

.catalog-toolbar {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}

.catalog-toolbar h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 70px);
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filter-list button {
  padding: 9px 15px;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(29,27,23,.28);
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.filter-list button:hover {
  transform: translateY(-2px);
}

.filter-list button.is-active {
  color: var(--cream-soft);
  background: var(--ink);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.catalog-item {
  min-height: 260px;
  padding: 30px;
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: 1fr auto;
  gap: 0 20px;
  position: relative;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 220ms ease, color 220ms ease;
}

.catalog-item[hidden] {
  display: none;
}

.catalog-item:hover,
.catalog-item.is-featured {
  color: var(--cream-soft);
  background: var(--orange-dark);
}

.catalog-number {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.catalog-item:hover .catalog-number,
.catalog-item.is-featured .catalog-number {
  color: rgba(255,255,255,.65);
}

.catalog-meta {
  margin-bottom: 18px;
  display: flex;
  gap: 9px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalog-meta b {
  padding: 2px 6px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
}

.catalog-item h4 {
  margin: 0 0 10px;
  font: 600 clamp(27px, 3vw, 40px)/1.05 var(--serif);
  letter-spacing: -0.035em;
}

.catalog-item p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.catalog-item:hover p,
.catalog-item.is-featured p {
  color: rgba(255,255,255,.72);
}

.catalog-price {
  grid-column: 2;
  align-self: end;
  margin-top: 32px;
  font: italic 500 13px/1 var(--serif);
}

.menu-disclaimer {
  margin-top: 70px;
  padding: 36px;
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 30px;
  color: var(--cream-soft);
  background: var(--night);
}

.menu-disclaimer .asterisk {
  color: var(--yellow);
  font: 400 85px/0.7 var(--serif);
}

.menu-disclaimer h2 {
  margin: 0 0 7px;
  font-size: 28px;
  letter-spacing: -0.03em;
}

.menu-disclaimer p {
  max-width: 700px;
  margin: 0;
  color: #aaa99f;
  font-size: 12px;
}

.menu-photo-break {
  min-height: 670px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--cream-soft);
  background: var(--night);
}

.menu-photo-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18,17,14,.5);
}

.menu-photo-break img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.menu-photo-break p {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font: 600 clamp(50px, 7vw, 100px)/0.95 var(--serif);
  letter-spacing: -0.05em;
}

.menu-photo-break em {
  color: #f3a27c;
  font-weight: 350;
}

/* 404 */
.not-found-page {
  min-height: 100vh;
}

.not-found {
  min-height: 100vh;
  padding: 180px max(48px, calc((100vw - 1220px) / 2)) 80px;
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
}

.not-found-code {
  position: absolute;
  right: -1vw;
  bottom: -15vw;
  color: rgba(218, 91, 50, 0.12);
  font: 700 55vw/1 var(--serif);
}

/* Motion */
.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1);
}

.has-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero [data-reveal]:nth-child(2) { transition-delay: 70ms; }
.hero [data-reveal]:nth-child(3) { transition-delay: 140ms; }
.hero [data-reveal]:nth-child(4) { transition-delay: 210ms; }

@keyframes hero-drift {
  from { transform: scale(1.045) translateY(0); }
  to { transform: scale(1.095) translateY(-1.4%); }
}

@keyframes sun-breathe {
  from { transform: scale(0.98); }
  to { transform: scale(1.035); }
}

@keyframes steam-rise {
  0% { opacity: 0; transform: translateY(12px) scaleX(0.7); }
  35% { opacity: 0.7; }
  100% { opacity: 0; transform: translateY(-38px) translateX(7px) scaleX(1.2); }
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

@keyframes route-run {
  to { stroke-dashoffset: -220; }
}

@keyframes map-pulse {
  from { opacity: 0.75; transform: scale(0.4); }
  to { opacity: 0; transform: scale(1.35); }
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .site-header {
    width: calc(100% - 32px);
    height: 82px;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 130px 22px 90px;
    grid-template-columns: 1fr;
    gap: 75px;
  }

  .hero h1 {
    font-size: clamp(54px, 14vw, 82px);
  }

  .hero-visual {
    min-height: 620px;
    width: min(100%, 520px);
    justify-self: center;
  }

  .hero-photo {
    inset: 5% 3% 0 8%;
  }

  .sun-disc {
    width: 330px;
    right: -22%;
  }

  .hero-stamp {
    left: -1%;
    width: 120px;
  }

  .hero-cup {
    display: none;
  }

  .section-pad {
    padding: 90px 22px;
  }

  .section-heading {
    margin-bottom: 45px;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .menu-board ol {
    grid-template-columns: 1fr;
  }

  .brown-sugar-feature,
  .joempa-story,
  .route {
    grid-template-columns: 1fr;
  }

  .drink-photo-wrap,
  .story-side {
    justify-self: center;
  }

  .drink-copy,
  .story-copy,
  .route-copy {
    width: 100%;
  }

  .joempa-story {
    gap: 90px;
  }

  .story-copy {
    grid-row: 1;
  }

  .route {
    gap: 65px;
  }

  .route-copy {
    grid-row: 1;
  }

  .menu-hero {
    min-height: 670px;
    padding-top: 145px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .menu-hero-note {
    justify-self: end;
    width: 185px;
  }

  .menu-hero-note strong {
    font-size: 58px;
  }

  .catalog-toolbar {
    align-items: start;
    flex-direction: column;
  }

  .filter-list {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .header-cta {
    padding: 9px 13px;
    font-size: 10px;
  }

  .brand-copy b { font-size: 13px; }

  .hero {
    gap: 55px;
  }

  .hero-intro {
    font-size: 16px;
  }

  .hero-facts {
    grid-template-columns: 1fr 1fr;
  }

  .hero-facts div:last-child {
    display: none;
  }

  .hero-visual {
    min-height: 510px;
  }

  .photo-note {
    right: 3%;
    font-size: 15px;
  }

  .ticker-track {
    font-size: 15px;
  }

  .section-heading h2,
  .drink-copy h2,
  .story-copy h2,
  .route-copy h2 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .menu-board {
    padding: 24px;
    box-shadow: 9px 10px 0 rgba(173, 137, 91, 0.26);
  }

  .menu-board li {
    grid-template-columns: 27px 1fr;
  }

  .menu-board li small {
    display: none;
  }

  .board-footer {
    align-items: start;
    flex-direction: column;
  }

  .drink-photo-wrap {
    height: 520px;
  }

  .hand-note {
    top: -46px;
    font-size: 15px;
  }

  .photo-collage {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 560px 330px;
    gap: 10px;
  }

  .collage-main {
    grid-column: 1 / 3;
    grid-row: 1;
    border-radius: 180px 180px 10px 10px;
  }

  .collage-top,
  .collage-bottom {
    grid-row: 2;
    border-radius: 8px;
  }

  .collage-quote {
    left: auto;
    right: 3%;
    top: 49%;
    font-size: 19px;
  }

  .story-side {
    width: calc(100% - 25px);
  }

  .story-side img {
    height: 520px;
  }

  .route-map,
  .route-map svg {
    min-height: 390px;
    height: 390px;
  }

  .route-map {
    border-radius: 8px 120px 8px 8px;
  }

  .site-footer {
    padding: 80px 22px 24px;
  }

  .site-footer h2 {
    font-size: clamp(64px, 21vw, 95px);
  }

  .footer-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-item {
    min-height: 230px;
    padding: 24px;
  }

  .menu-disclaimer {
    grid-template-columns: 42px 1fr;
    padding: 26px;
  }

  .menu-disclaimer .text-link {
    grid-column: 2;
    justify-self: start;
  }

  .menu-photo-break {
    min-height: 570px;
  }

  .menu-hero h1,
  .not-found h1 {
    font-size: clamp(54px, 15vw, 76px);
  }

  .not-found {
    padding-inline: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .has-js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Harga di papan menu beranda */
.menu-tag {
  display: grid;
  gap: 7px;
  justify-items: end;
  text-align: right;
}

.menu-tag b {
  color: var(--cream-soft);
  font: 600 16px/1 var(--serif);
  letter-spacing: 0;
}

/* Promo dan kegiatan */
.happenings {
  background: var(--cream-soft);
}

.happening-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.happening {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid transparent;
  border-radius: 8px;
}

.happening-promo {
  color: var(--ink);
  background: var(--yellow);
  border-radius: 8px 8px 8px 120px;
}

.happening-event {
  color: var(--cream-soft);
  background: var(--night);
  border-radius: 8px 120px 8px 8px;
}

.happening-status {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 6px 11px;
  color: var(--cream-soft);
  background: var(--ink);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.happening-event .happening-status {
  background: var(--orange-dark);
}

.happening .eyebrow {
  max-width: calc(100% - 110px);
  margin-bottom: 26px;
}

.happening-promo .eyebrow {
  color: #4b2418;
}

.happening-event .eyebrow {
  color: #e2825f;
}

.happening h3 {
  margin: 0 0 14px;
  font: 600 clamp(30px, 3.4vw, 46px)/1 var(--serif);
  letter-spacing: -0.04em;
}

.happening p:not(.eyebrow) {
  max-width: 460px;
  margin: 0;
  font-size: 15px;
}

.happening-promo p:not(.eyebrow) {
  color: #4b2a20;
}

.happening-event p:not(.eyebrow) {
  color: #bcb7ad;
}

.happening small {
  display: block;
  margin-top: 22px;
  font-size: 10px;
  letter-spacing: 0.06em;
  opacity: 0.75;
}

/* Petunjuk rute */
.route-hints {
  max-width: 440px;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  list-style: none;
}

.route-hints li {
  padding: 14px 0;
  display: grid;
  gap: 3px;
  border-top: 1px dashed var(--line);
  font-size: 14px;
}

.route-hints li:last-child {
  border-bottom: 1px dashed var(--line);
}

.route-hints b {
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-hints span {
  color: var(--muted);
}

/* Pencarian dan harga di halaman menu */
.catalog-updated {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.catalog-tools {
  display: grid;
  gap: 16px;
  justify-items: end;
}

.search-field {
  position: relative;
  display: block;
  width: min(100%, 320px);
  color: var(--ink);
}

.search-field input {
  width: 100%;
  min-height: 46px;
  padding: 0 18px 0 44px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(29, 27, 23, 0.28);
  border-radius: 999px;
  font-size: 14px;
}

.search-field input::placeholder {
  color: var(--muted);
}

.search-field input::-webkit-search-cancel-button {
  cursor: pointer;
}

.search-field svg {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.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;
}

.catalog-price {
  font: 600 20px/1 var(--serif);
  letter-spacing: -0.02em;
}

.catalog-empty {
  margin: 0;
  padding: 60px 30px;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-top: 0;
  text-align: center;
  font: italic 450 20px/1.3 var(--serif);
}

@media (max-width: 900px) {
  .happening-list {
    grid-template-columns: 1fr;
  }

  .catalog-tools {
    width: 100%;
    justify-items: start;
  }

  .search-field {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .menu-board li {
    grid-template-columns: 27px 1fr auto;
  }

  .menu-tag b {
    font-size: 14px;
  }

  .happening-promo,
  .happening-event {
    border-radius: 8px 8px 8px 60px;
  }

  .happening-event {
    border-radius: 8px 60px 8px 8px;
  }

  .happening .eyebrow {
    max-width: 100%;
    margin-top: 34px;
  }

  .happening-status {
    top: 18px;
    right: auto;
    left: 24px;
  }
}

/* Logo wordmark dari profil Instagram */
.brand-logo {
  display: block;
  height: 30px;
  width: auto;
  transition: transform 180ms ease;
}

.brand:hover .brand-logo {
  transform: rotate(-2deg);
}

.footer-logo {
  height: 40px;
  width: auto;
  margin-top: 34px;
  opacity: 0.9;
}

@media (max-width: 620px) {
  .brand-logo {
    height: 25px;
  }
}

/* Section yang difokuskan lewat navigasi tidak perlu outline */
main section:focus-visible {
  outline: none;
}

/* Tombol halaman di kanan header, dibedakan dari link scroll */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta-outline {
  color: var(--ink);
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--ink);
}

.header-cta-outline:hover {
  color: var(--cream-soft);
  background: var(--ink);
}

.header-cta[aria-current="page"],
.header-cta[aria-current="page"]:hover {
  color: var(--cream-soft);
  background: var(--orange-dark);
  box-shadow: none;
  transform: none;
  cursor: default;
}

@media (max-width: 620px) {
  .header-actions {
    gap: 7px;
  }
}

/* Blok per kategori di halaman menu */
.catalog-groups {
  display: grid;
  gap: clamp(56px, 7vw, 96px);
}

.catalog-group[hidden] {
  display: none;
}

.group-head {
  margin-bottom: 20px;
  padding-bottom: 16px;
  display: flex;
  align-items: baseline;
  gap: 18px;
  border-bottom: 3px solid var(--ink);
}

.group-head h3 {
  margin: 0;
  font: 700 clamp(32px, 3.6vw, 50px)/1 var(--serif);
  letter-spacing: -0.035em;
}

.group-index {
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.group-meta {
  margin-left: auto;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: right;
}

.catalog-empty {
  border-top: 1px dashed var(--line);
}

@media (max-width: 620px) {
  .group-head {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .group-head h3 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .group-meta {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
