@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --ink: #151512;
  --paper: #e9e8e1;
  --muted: #77776f;
  --line: rgba(21, 21, 18, 0.18);
  --acid: #c8ef4a;
  --dark: #11110f;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
  --mono: "DM Mono", monospace;
  --pad: clamp(1.25rem, 4vw, 4rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.3rem var(--pad);
  mix-blend-mode: difference;
  color: #fff;
  transition: background-color 280ms ease, border-color 280ms ease, box-shadow 280ms ease, color 280ms ease, padding 280ms ease, mix-blend-mode 280ms ease;
}
.site-header.is-scrolled { padding-top: 0.9rem; padding-bottom: 0.9rem; border-bottom: 1px solid rgba(21, 21, 18, 0.12); background: rgba(233, 232, 225, 0.94); box-shadow: 0 0.7rem 2rem rgba(21, 21, 18, 0.08); color: var(--ink); mix-blend-mode: normal; backdrop-filter: blur(14px); }
.wordmark { font: 700 clamp(1.15rem, 2vw, 1.55rem)/1 var(--display); letter-spacing: -0.08em; }
.wordmark span { font-weight: 400; }
.header-meta { display: flex; align-items: center; gap: 2rem; font: 0.62rem var(--mono); letter-spacing: 0.08em; text-transform: uppercase; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.site-nav { display: flex; gap: 1.5rem; font: 0.62rem var(--mono); letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav a { opacity: 0.82; transition: opacity 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--dark); color: var(--paper); isolation: isolate; }
.hero::before { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 70% 45%, rgba(61, 73, 35, 0.45), transparent 30%), linear-gradient(120deg, #141411, #24271d); content: ""; }
.hero__grain { position: absolute; z-index: -1; inset: 0; opacity: 0.14; 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"); pointer-events: none; }
.hero__copy { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: space-between; width: min(52rem, 58vw); min-height: 100svh; padding: clamp(8rem, 19vh, 12rem) var(--pad) 8rem; }
.eyebrow, .section-kicker { margin: 0; font: 0.62rem var(--mono); letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 0.6rem; color: var(--acid); }
.eyebrow__dot { width: 0.42rem; height: 0.42rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 1.5rem var(--acid); }
.hero__title { display: flex; flex-direction: column; margin: auto 0; font: 600 clamp(4.2rem, 9.6vw, 10rem)/0.84 var(--display); letter-spacing: -0.1em; }
.hero__title span { display: block; }
.hero__title-accent { color: var(--acid); }
.hero__bottom { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: 37rem; }
.hero__bottom p { max-width: 17rem; margin: 0; color: rgba(233, 232, 225, 0.68); font-size: 0.9rem; line-height: 1.35; }
.text-link { padding-bottom: 0.4rem; border-bottom: 1px solid rgba(233, 232, 225, 0.45); font: 0.66rem var(--mono); text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 0.75rem; color: var(--acid); font-size: 1rem; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(0.2rem, 0.2rem); }

.hero__visual { position: absolute; z-index: 1; top: 0; right: 0; width: min(54vw, 52rem); height: 100%; }
.hero-shot { position: absolute; margin: 0; overflow: hidden; border: 0.45rem solid #f4f3eb; background: #f4f3eb; box-shadow: 1.2rem 1.6rem 2.4rem rgba(0, 0, 0, 0.28); }
.hero-shot__motion { position: relative; width: 100%; height: 100%; transform: translate3d(var(--pointer-x), var(--pointer-y), 0); transition: transform 900ms cubic-bezier(.2,.7,.2,1); }
.hero-shot__motion::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(17, 17, 15, 0.76)); content: ""; pointer-events: none; }
.hero-shot img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.78) contrast(1.06) sepia(0.08); }
.hero-shot__image { transform-origin: center; animation: hero-image-fade 1500ms cubic-bezier(.2,.7,.2,1) 160ms both; }
.hero-shot figcaption { position: absolute; z-index: 1; right: 0.8rem; bottom: 0.75rem; left: 0.8rem; color: var(--paper); font: 0.56rem var(--mono); letter-spacing: 0.08em; text-transform: uppercase; }
.hero-shot--scene { inset: 0; width: 100%; height: 100%; border: 0; background: transparent; box-shadow: none; transform: none; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 11%, rgba(0, 0, 0, 0.52) 25%, rgba(0, 0, 0, 0.86) 43%, #000 62%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 11%, rgba(0, 0, 0, 0.52) 25%, rgba(0, 0, 0, 0.86) 43%, #000 62%, #000 100%); }
.hero-shot--scene::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(20, 20, 17, 0.96) 0%, rgba(20, 20, 17, 0.88) 13%, rgba(20, 20, 17, 0.62) 30%, rgba(20, 20, 17, 0.3) 49%, rgba(20, 20, 17, 0.08) 66%, transparent 78%), linear-gradient(180deg, rgba(17, 17, 15, 0.1), transparent 28%, rgba(17, 17, 15, 0.34)); content: ""; pointer-events: none; }
.hero-shot--milk { top: 7%; right: -1%; width: 31%; aspect-ratio: 1; transform: rotate(6deg); }
.hero-shot--filter { bottom: 2%; left: -1%; z-index: 2; width: 33%; aspect-ratio: 0.84; transform: rotate(-7deg); }
.hero-shot--scene .hero-shot__motion { animation: scene-drift 16s ease-in-out infinite; }
.hero-shot--milk .hero-shot__motion { animation: product-float-milk 9s ease-in-out infinite; }
.hero-shot--filter .hero-shot__motion { animation: product-float-filter 8s ease-in-out -2.4s infinite; }
.hero__ring { position: absolute; border: 1px solid rgba(200, 239, 74, 0.25); border-radius: 50%; pointer-events: none; }
.hero__ring--outer { inset: -7% -8% -10% -6%; animation: spin 32s linear infinite; }
.hero__ring--inner { inset: 18% 14% 16% 16%; border-color: rgba(233, 232, 225, 0.16); animation: spin 22s linear reverse infinite; }
.hero__stamp { position: absolute; top: 47%; right: -14%; color: var(--acid); font: 0.58rem/1.12 var(--mono); letter-spacing: 0.09em; text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.scroll-cue { position: absolute; z-index: 4; right: var(--pad); bottom: 1.4rem; display: flex; align-items: center; gap: 0.8rem; color: rgba(233, 232, 225, 0.6); font: 0.58rem var(--mono); letter-spacing: 0.06em; text-transform: uppercase; }
.scroll-cue__line { width: 2.2rem; height: 1px; background: currentColor; }

.section-shell { padding: clamp(5rem, 13vw, 13rem) var(--pad); }
.section-shell, .location-card, .process-section, .gallery-section, .find-section { scroll-margin-top: 5rem; }
.manifesto { background: var(--paper); }
.section-kicker { color: var(--muted); }
.manifesto__content { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 6vw; margin-top: clamp(3rem, 8vw, 8rem); }
.manifesto h2 { max-width: 60rem; margin: 0; font: 600 clamp(2.6rem, 6vw, 7rem)/0.92 var(--display); letter-spacing: -0.09em; }
.manifesto h2 em { color: var(--muted); font-style: normal; }
.manifesto__aside { align-self: end; max-width: 17rem; }
.manifesto__aside p { margin: 0 0 4rem; font-size: 0.92rem; line-height: 1.45; }
.hand-note { display: block; color: #6c7542; font: 1rem/1.1 var(--display); transform: rotate(-5deg); }
.manifesto__footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: clamp(5rem, 13vw, 13rem); padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font: 0.6rem var(--mono); letter-spacing: 0.05em; text-transform: uppercase; }
.beans-section { background: #d3d4c4; }
.beans-section__intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin: clamp(3rem, 8vw, 8rem) 0 clamp(3rem, 6vw, 6rem); }
.beans-section h2 { max-width: 48rem; margin: 0; font: 600 clamp(3.5rem, 8vw, 9rem)/0.84 var(--display); letter-spacing: -0.1em; }
.beans-section h2 em { color: var(--muted); font-style: normal; }
.beans-section__intro > p { max-width: 16rem; margin: 0 0 0.6rem; font-size: 0.88rem; line-height: 1.4; }
.beans-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.bean-card { position: relative; display: flex; min-height: min(39rem, 54vw); flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(1.2rem, 2.4vw, 2.5rem); border-radius: 1.1rem; isolation: isolate; }
html.js .bean-card { opacity: 0; transform: translateY(1.5rem); transition: opacity 800ms cubic-bezier(.2,.7,.2,1), transform 800ms cubic-bezier(.2,.7,.2,1); }
html.js .beans-section.is-visible .bean-card { opacity: 1; transform: none; }
html.js .beans-section.is-visible .bean-card:nth-child(2) { transition-delay: 120ms; }
.bean-card::before, .bean-card::after { position: absolute; z-index: -1; border: 1px solid currentColor; border-radius: 50%; content: ""; pointer-events: none; }
.bean-card::before { width: 42vw; height: 42vw; right: -20%; bottom: -30%; opacity: 0.15; }
.bean-card::after { width: 28vw; height: 28vw; right: -8%; bottom: -14%; opacity: 0.12; }
.bean-card--hayati { background: #e7e4d8; color: var(--ink); }
.bean-card--hayati::before { color: #687346; }
.bean-card--hade { background: #1a1b18; color: var(--paper); }
.bean-card--hade::before, .bean-card--hade::after { color: var(--acid); }
.bean-card__top, .bean-card__bottom { display: flex; justify-content: space-between; gap: 1rem; font: 0.58rem var(--mono); letter-spacing: 0.07em; text-transform: uppercase; }
.bean-card__top span:last-child, .bean-card__bottom span:last-child { text-align: right; }
.bean-card__body { position: relative; z-index: 1; max-width: 31rem; margin: auto 0; padding: clamp(1.5rem, 3vw, 3rem) 0; }
.bean-card__product { display: block; width: min(100%, 20rem); height: clamp(9rem, 17vw, 15rem); margin: 0 auto clamp(1.5rem, 3vw, 2.5rem); object-fit: contain; filter: drop-shadow(0 1rem 0.85rem rgba(21, 21, 18, 0.16)); transition: opacity 760ms cubic-bezier(.2,.7,.2,1), transform 500ms cubic-bezier(.2,.7,.2,1); }
html.js .bean-card__product { opacity: 0; transform: scale(0.94); }
html.js .beans-section.is-visible .bean-card__product { opacity: 1; transform: scale(1); transition-delay: 180ms; }
.bean-card::before, .bean-card::after { transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.bean-card:hover .bean-card__product { transform: translateY(-0.65rem) scale(1.05) rotate(-1.5deg); transition-delay: 0ms; }
.bean-card:hover::before { transform: translate(-0.5rem, -0.5rem) scale(1.04); }
.bean-card:hover::after { transform: translate(-0.25rem, -0.25rem) scale(1.06); }
@media (hover: hover) {
  html.js .bean-card { transition: opacity 800ms cubic-bezier(.2,.7,.2,1), transform 800ms cubic-bezier(.2,.7,.2,1), box-shadow 400ms ease; }
  html.js .bean-card:hover { transform: translateY(-0.45rem); box-shadow: 0 1.25rem 2.5rem rgba(21, 21, 18, 0.16); }
}
.bean-card__eyebrow { margin: 0 0 1.3rem; color: var(--muted); font: 0.6rem var(--mono); letter-spacing: 0.08em; text-transform: uppercase; }
.bean-card--hade .bean-card__eyebrow { color: #929687; }
.bean-card h3 { margin: 0; font: 600 clamp(2.4rem, 4.5vw, 5rem)/0.84 var(--display); letter-spacing: -0.1em; }
.bean-card h3 em { color: #7b806d; font-style: normal; }
.bean-card--hade h3 em { color: var(--acid); }
.bean-card__copy { max-width: 18rem; margin: clamp(2rem, 4vw, 4rem) 0 0; font-size: 0.9rem; line-height: 1.45; }
.bean-card__bottom { align-items: end; color: var(--muted); }
.bean-card--hade .bean-card__bottom { color: #929687; }
.bean-card__bottom a { color: inherit; }
.bean-card__bottom a span { margin-left: 0.4rem; color: #697343; font-size: 0.9rem; }
.bean-card--hade .bean-card__bottom a span { color: var(--acid); }
.preview-section { min-height: 70svh; background: #d3d4c4; }
.preview-section__body { display: grid; grid-template-columns: 1fr 0.75fr; align-items: end; gap: 10vw; margin-top: clamp(4rem, 12vw, 10rem); }
.display-note { margin: 0; font: 600 clamp(4rem, 12vw, 13rem)/0.8 var(--display); letter-spacing: -0.11em; }
.display-note span { color: #73795d; }
.preview-section__aside { display: flex; min-height: 100%; flex-direction: column; align-items: flex-start; justify-content: end; gap: clamp(1.5rem, 3vw, 3rem); }
.preview-product-slider { position: relative; width: clamp(12rem, 19vw, 18rem); height: clamp(12rem, 19vw, 18rem); margin-left: clamp(0rem, 1vw, 1rem); }
.preview-product-slider::before { position: absolute; z-index: 0; inset: -1.15rem; border: 1px solid rgba(115, 121, 93, 0.52); border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; content: ""; animation: preview-orbit 3.2s cubic-bezier(.45, 0, .55, 1) infinite; pointer-events: none; }
.preview-product-slider__slide { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; opacity: 0; transform: translateY(0.5rem) rotate(-3deg) scale(0.96); transition: opacity 700ms ease, transform 900ms cubic-bezier(.2,.7,.2,1); pointer-events: none; }
.preview-product-slider__slide.is-active { opacity: 1; transform: translateY(0) rotate(4deg) scale(1); }
.preview-product-slider__slide img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 1rem 1rem rgba(21, 21, 18, 0.16)); }
.preview-product-slider__counter { position: absolute; z-index: 2; right: 0; bottom: 0; color: var(--muted); font: 0.58rem var(--mono); letter-spacing: 0.07em; }
.preview-section__copy { max-width: 22rem; margin: 0 0 0.4rem; font-size: 1rem; line-height: 1.4; }

.locations { background: #d3d4c4; }
.location-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr); height: min(78svh, 54rem); min-height: 0; }
.location-card--sisiruma { background: #d8d6c8; color: var(--ink); }
.location-card--gerobak { background: #181916; color: var(--paper); }
.location-card__media { position: relative; min-height: 0; overflow: hidden; }
.location-card__media img, .location-card__media video { display: block; width: 100%; height: 100%; object-fit: cover; }
.location-card--sisiruma .location-card__media { display: flex; align-items: center; justify-content: flex-end; padding: 7vw 7vw 7vw var(--pad); }
.location-card--sisiruma .location-card__media video { width: auto; max-width: 100%; height: 100%; aspect-ratio: 0.72; filter: saturate(0.76) sepia(0.12); object-fit: cover; }
.location-card--gerobak .location-card__media { padding: 7vw var(--pad) 7vw 7vw; }
.location-card--gerobak .location-card__media img { filter: saturate(0.76) contrast(1.08); }
.location-card__index { position: absolute; top: 2rem; right: 2rem; font: 0.62rem var(--mono); }
.location-card--gerobak .location-card__index { color: var(--acid); }
.location-card__info { display: flex; min-height: 0; flex-direction: column; justify-content: space-between; padding: clamp(2rem, 6vw, 7rem) var(--pad) clamp(2.5rem, 7vw, 7rem); }
.location-card__info h2 { margin: 2rem 0 0; font: 600 clamp(3rem, 4.8vw, 5.5rem)/0.86 var(--display); letter-spacing: -0.1em; }
.location-card__info h2 em { color: var(--muted); font-style: normal; }
.location-card--gerobak .location-card__info h2 em { color: #888b7e; }
.location-card__detail { max-width: 18rem; }
.location-card__detail > p { margin: 0 0 2.25rem; font-size: 0.93rem; line-height: 1.42; }
.location-card__meta { display: flex; flex-direction: column; gap: 0.45rem; margin-bottom: 2rem; color: var(--muted); font: 0.58rem var(--mono); letter-spacing: 0.03em; text-transform: uppercase; }
.location-card--gerobak .location-card__meta { color: #85887c; }
.button-link { display: inline-flex; justify-content: space-between; gap: 2rem; min-width: 10rem; padding: 0.75rem 0; border-bottom: 1px solid currentColor; font: 0.64rem var(--mono); letter-spacing: 0.07em; text-transform: uppercase; }
.button-link span { color: #697343; font-size: 0.95rem; transition: transform 180ms ease; }
.button-link:hover span { transform: translate(0.2rem, -0.2rem); }
.location-card--gerobak .button-link span { color: var(--acid); }

.menu-section { background: var(--paper); }
.menu-section__intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin: clamp(3rem, 8vw, 8rem) 0 clamp(4rem, 8vw, 8rem); }
.menu-section h2, .process-section h2, .gallery-section h2, .find-section h2 { margin: 0; font: 600 clamp(3.5rem, 8vw, 9rem)/0.84 var(--display); letter-spacing: -0.1em; }
.menu-section h2 em, .process-section h2 em, .gallery-section h2 em, .find-section h2 em { color: var(--muted); font-style: normal; }
.menu-section__intro > p { max-width: 13rem; margin: 0 0 0.6rem; font-size: 0.88rem; line-height: 1.4; }
.menu-feature { display: grid; grid-template-columns: 0.75fr 1.4fr 0.75fr; align-items: center; gap: clamp(1rem, 4vw, 4rem); }
.menu-list-shell { min-width: 0; }
.menu-tabs { display: flex; gap: 0.4rem; margin-bottom: 1.5rem; }
.menu-tab { padding: 0.65rem 0.85rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font: 0.6rem var(--mono); letter-spacing: 0.06em; text-transform: uppercase; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.menu-tab:hover, .menu-tab:focus-visible { border-color: var(--ink); }
.menu-tab.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.menu-panel[hidden] { display: none; }
.menu-feature__image { overflow: hidden; aspect-ratio: 0.8; }
.menu-feature__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.menu-feature__image:hover img { transform: scale(1.05); }
.menu-feature__image--left { transform: rotate(-4deg); }
.menu-feature__image--right { transform: rotate(4deg); }
.menu-list { border-top: 1px solid var(--line); }
.menu-list__item { display: grid; grid-template-columns: 2rem 1fr auto; align-items: baseline; gap: 0.5rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.menu-list__item span, .menu-list__item small, .menu-list__price { color: var(--muted); font: 0.57rem var(--mono); text-transform: uppercase; }
.menu-list__name { display: flex; flex-direction: column; gap: 0.25rem; }
.menu-list__item strong { font: 500 clamp(1.1rem, 2vw, 1.65rem) var(--display); letter-spacing: -0.04em; }
.menu-list__price { font-weight: 400; white-space: nowrap; }
.menu-note { margin: 3.5rem 0 0; color: var(--muted); font: 0.62rem var(--mono); }

.process-section { background: #d3d4c4; }
.process-section__grid { display: grid; grid-template-columns: 1.3fr 0.7fr; align-items: end; gap: 6vw; margin: clamp(4rem, 11vw, 11rem) 0 clamp(4rem, 8vw, 8rem); }
.process-section__heading .hand-note { margin: 3rem 0 0 35%; }
.process-section__copy { max-width: 17rem; padding-bottom: 0.4rem; }
.process-section__copy p { margin: 0 0 3rem; font-size: 0.95rem; line-height: 1.45; }
.text-link--dark { border-color: rgba(21,21,18,.5); }
.process-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; overflow: hidden; }
.process-strip img { display: block; width: 100%; aspect-ratio: 0.78; object-fit: cover; filter: saturate(0.8); }
.process-strip img:nth-child(2), .process-strip img:nth-child(4) { margin-top: 2.5rem; }

.gallery-section { background: #171815; color: var(--paper); }
.gallery-section__header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin: clamp(4rem, 10vw, 10rem) 0 5rem; }
.gallery-section h2 em { color: #8e9380; }
.button-link--light { color: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.1fr 0.8fr 1fr 0.8fr; grid-auto-rows: minmax(8rem, 15vw); gap: 0.75rem; }
.gallery-grid img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.76); transition: filter 250ms ease, transform 500ms ease; }
.gallery-grid img { cursor: zoom-in; }
.gallery-grid img:hover, .gallery-grid img:focus-visible { filter: saturate(1); transform: scale(1.015); }
.gallery-grid__wide { grid-column: span 2; grid-row: span 2; }
.gallery-grid__last { object-position: 58% center; }

body.lightbox-open { overflow: hidden; }
.gallery-lightbox { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; padding: clamp(1rem, 3vw, 3rem); background: rgba(17, 17, 15, 0.86); opacity: 0; visibility: hidden; transition: opacity 280ms ease, visibility 280ms ease; }
.gallery-lightbox.is-open { opacity: 1; visibility: visible; }
.gallery-lightbox__backdrop { position: absolute; inset: 0; backdrop-filter: blur(8px); }
.gallery-lightbox__dialog { position: relative; z-index: 1; display: grid; width: min(92vw, 62rem); height: min(90svh, 52rem); grid-template-rows: auto minmax(0, 1fr) auto; gap: 1rem; padding: clamp(1rem, 2vw, 2rem); background: var(--paper); color: var(--ink); box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3); }
.gallery-lightbox__top, .gallery-lightbox__bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font: 0.6rem var(--mono); letter-spacing: 0.07em; text-transform: uppercase; }
.gallery-lightbox__close, .gallery-lightbox__control { border: 0; background: transparent; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.gallery-lightbox__close { padding: 0.35rem 0; }
.gallery-lightbox__close span { margin-left: 0.45rem; color: #697343; font-size: 1.1rem; }
.gallery-lightbox__figure { display: flex; min-height: 0; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; margin: 0; }
.gallery-lightbox__figure img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.gallery-lightbox__figure figcaption { max-width: 34rem; color: var(--muted); font: 0.62rem var(--mono); letter-spacing: 0.05em; text-align: center; text-transform: uppercase; }
.gallery-lightbox__counter { color: var(--muted); }
.gallery-lightbox__control { padding: 0.35rem 0; }
.gallery-lightbox__control span { margin-left: 0.45rem; color: #697343; font-size: 0.95rem; }
.gallery-lightbox__close:hover, .gallery-lightbox__control:hover { color: #697343; }

.find-section { padding-top: clamp(3.5rem, 5vw, 5rem); padding-bottom: clamp(3.5rem, 5vw, 5rem); background: var(--acid); color: var(--ink); }
.find-section__content { display: grid; grid-template-columns: 1.1fr 0.5fr; align-items: end; gap: 8vw; margin-top: clamp(2.5rem, 4vw, 4rem); }
.find-section__content h2 { grid-row: span 2; }
.find-section__content > p { max-width: 16rem; margin: 0; font-size: 1rem; line-height: 1.4; }
.find-section__maps { display: grid; grid-column: 2; grid-row: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.map-card { margin: 0; }
.map-card__frame { overflow: hidden; border: 1px solid rgba(21, 21, 18, 0.34); background: rgba(233, 232, 225, 0.34); }
.map-card iframe { display: block; width: 100%; height: clamp(8rem, 10vw, 10rem); border: 0; filter: saturate(0.82) sepia(0.08); }
.map-card figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 0.8rem; font: 0.62rem var(--mono); letter-spacing: 0.06em; text-transform: uppercase; }
.map-card figcaption small { color: rgba(21, 21, 18, 0.58); font: inherit; }
.site-footer { padding: 2rem var(--pad) 1.5rem; background: var(--dark); color: var(--paper); }
.site-footer__top, .site-footer__bottom { display: flex; align-items: start; justify-content: space-between; gap: 2rem; }
.site-footer__top { min-height: 12rem; }
.site-footer__brand { display: flex; flex-direction: column; gap: 1.5rem; max-width: 22rem; }
.site-footer__brand p { max-width: 20rem; margin: 0; color: var(--muted); font-size: 0.8rem; line-height: 1.45; }
.site-footer__top > span { color: var(--muted); font: 0.72rem/1.35 var(--mono); text-align: right; text-transform: uppercase; }
.site-footer__bottom { padding-top: 1rem; border-top: 1px solid rgba(233,232,225,.2); color: var(--muted); font: 0.6rem var(--mono); text-transform: uppercase; }
.site-footer__bottom a { color: var(--acid); }

.reveal { opacity: 0; transform: translateY(1.2rem); animation: reveal 850ms cubic-bezier(.2,.7,.2,1) forwards; }
.reveal--delay-1 { animation-delay: 120ms; }
.reveal--delay-2 { animation-delay: 240ms; }
.reveal--delay-3 { animation-delay: 340ms; }
.reveal--delay-4 { animation-delay: 440ms; }
.reveal--delay-5 { animation-delay: 620ms; }
html.js .manifesto, html.js .beans-section, html.js .preview-section { opacity: 0; transform: translateY(1.5rem); transition: opacity 900ms ease, transform 900ms ease; }
html.js .manifesto.is-visible, html.js .beans-section.is-visible, html.js .preview-section.is-visible { opacity: 1; transform: none; }
.heading-reveal { --heading-ease: cubic-bezier(.2,.7,.2,1); }
html.js .heading-reveal__line { display: block; opacity: 0; transform: translateY(0.82em); transition: opacity 760ms var(--heading-ease), transform 760ms var(--heading-ease); }
html.js .heading-reveal--drift .heading-reveal__line { transform: translateX(-1.2rem); }
html.js .heading-reveal--wipe .heading-reveal__line { clip-path: inset(0 100% 0 0); transform: translateX(0.8rem); transition: opacity 760ms var(--heading-ease), transform 760ms var(--heading-ease), clip-path 900ms var(--heading-ease); }
html.js .heading-reveal.is-visible .heading-reveal__line { opacity: 1; transform: none; }
html.js .heading-reveal--wipe.is-visible .heading-reveal__line { clip-path: inset(0 0 0 0); }
html.js .heading-reveal--stagger.is-visible .heading-reveal__line:nth-child(2), html.js .heading-reveal--drift.is-visible .heading-reveal__line:nth-child(2) { transition-delay: 140ms; }
html.js .heading-reveal--wipe.is-visible .heading-reveal__line:nth-child(2) { transition-delay: 180ms; }
@keyframes reveal { to { opacity: 1; transform: none; } }
@keyframes hero-image-fade {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes product-float-milk {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(1deg); }
  35% { transform: translate3d(0.45rem, -0.8rem, 0) rotate(-3deg); }
  68% { transform: translate3d(-0.35rem, 0.4rem, 0) rotate(4deg); }
}
@keyframes product-float-filter {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  35% { transform: translate3d(-0.5rem, 0.65rem, 0) rotate(4deg); }
  68% { transform: translate3d(0.35rem, -0.55rem, 0) rotate(-5deg); }
}
@keyframes scene-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0.35rem, -0.2rem, 0) scale(1.015); }
}
@keyframes preview-orbit {
  0% { transform: translateY(-0.35rem) rotate(-35deg); }
  50% { transform: translateY(0.55rem) rotate(145deg); }
  100% { transform: translateY(-0.35rem) rotate(325deg); }
}
@media (max-width: 800px) {
  .header-meta > span, .site-nav { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 0.6rem; padding: 0; color: #fff; }
  .site-header.is-scrolled { padding-top: 0.85rem; padding-bottom: 0.85rem; }
  body.nav-open .site-header { background: transparent; border-color: transparent; box-shadow: none; color: #fff; mix-blend-mode: normal; }
  .menu-toggle__label { font: 0.62rem var(--mono); letter-spacing: 0.08em; text-transform: uppercase; }
  .menu-toggle__icon { display: grid; gap: 0.22rem; }
  .menu-toggle__icon i { display: block; width: 1.1rem; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .nav-open .menu-toggle__icon i:first-child { transform: translateY(0.12rem) rotate(45deg); }
  .nav-open .menu-toggle__icon i:last-child { transform: translateY(-0.12rem) rotate(-45deg); }
  .nav-open .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 1.1rem; padding: 5rem var(--pad); background: var(--dark); font: 2.5rem var(--display); letter-spacing: -0.06em; text-transform: none; }
  .nav-open .site-nav a { opacity: 1; }
  .hero__copy { width: 100%; min-height: 100svh; padding-top: 7.5rem; padding-bottom: 7rem; }
  .hero__title { margin-top: auto; margin-bottom: 3rem; font-size: clamp(3.65rem, 17vw, 7rem); }
  .hero__bottom { align-items: start; flex-direction: column; gap: 1.5rem; }
  .hero__bottom p { font-size: 0.84rem; }
  .hero__visual { inset: 0; width: 100%; height: 100%; opacity: 0.62; }
  .hero__copy { position: relative; }
  .hero__copy::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(17,17,15,.82) 10%, rgba(17,17,15,.3) 70%, transparent); content: ""; }
  .hero__stamp { right: -12%; }
  .scroll-cue { right: var(--pad); }
  .location-card { display: block; height: 100svh; min-height: 0; overflow: hidden; }
  .location-card__media { height: 42svh; min-height: 0; }
  .location-card--sisiruma .location-card__media { justify-content: center; }
  .location-card--sisiruma .location-card__media { padding: 0; }
  .location-card--gerobak .location-card__media { padding: 2rem var(--pad); }
  .location-card--sisiruma .location-card__media video { width: 100%; height: 100%; aspect-ratio: auto; }
  .location-card__info { height: 58svh; min-height: 0; }
  .location-card__info h2 { font-size: clamp(3.4rem, 16vw, 7rem); }
  .menu-section__intro { align-items: start; flex-direction: column; }
  .beans-section__intro { align-items: start; flex-direction: column; }
  .beans-grid { grid-template-columns: 1fr; }
  .bean-card { min-height: 28rem; }
  .menu-feature { grid-template-columns: 1fr 1.5fr; }
  .menu-feature__image--right { display: none; }
  .menu-tabs { width: max-content; flex-wrap: nowrap; justify-content: center; margin-right: auto; margin-left: auto; }
  .menu-tab { flex: 0 0 auto; padding: 0.58rem 0.62rem; font-size: 0.54rem; white-space: nowrap; }
  .menu-list__item { grid-template-columns: 1.5rem 1fr auto; }
  .process-section__grid, .find-section__content { grid-template-columns: 1fr; gap: 2rem; }
  .process-section__heading .hand-note { margin-left: 30%; }
  .process-section__copy { max-width: 20rem; }
  .process-section__copy p { margin-bottom: 1.5rem; }
  .process-section__grid { margin: 3rem 0 2.5rem; }
  .process-strip { display: flex; gap: 0.75rem; margin-right: calc(var(--pad) * -1); margin-left: calc(var(--pad) * -1); padding: 0 var(--pad) 0.5rem; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .process-strip::-webkit-scrollbar { display: none; }
  .process-strip img { flex: 0 0 72vw; width: 72vw; scroll-snap-align: start; }
  .process-strip img:not(:first-child) { flex-basis: 58vw; width: 58vw; }
  .gallery-section__header { align-items: start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 28vw; }
  .gallery-grid__wide { grid-column: span 2; }
  .gallery-lightbox__dialog { width: 100%; height: min(88svh, 46rem); }
  .find-section__content h2 { grid-row: auto; }
  .find-section__maps { grid-column: auto; grid-row: auto; grid-template-columns: 1fr; gap: 2rem; margin-top: 1rem; }
  .map-card iframe { height: 19rem; }
  .manifesto__content, .preview-section__body { grid-template-columns: 1fr; gap: 3rem; }
  .preview-section__aside { min-height: 0; }
  .preview-product-slider { width: min(15rem, 58vw); height: min(15rem, 58vw); }
  .manifesto__aside { justify-self: end; }
  .manifesto__aside p { margin-bottom: 2.5rem; }
  .manifesto__footer { flex-wrap: wrap; }
  .manifesto__footer span:last-child { width: 100%; }
  .site-footer__top { min-height: 10rem; }
  .site-footer__top > span { display: none; }
  .site-footer__bottom { flex-wrap: wrap; }
  .site-footer__bottom span:last-child { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-shot__image { opacity: 1; transform: none; }
  .bean-card, .bean-card__product { opacity: 1; transform: none; }
  html.js .heading-reveal__line { opacity: 1; clip-path: none; transform: none; }
}
