:root {
  --ink: #1a1714;
  --ink-soft: #302922;
  --parchment: #f4ead3;
  --paper: #fff9ec;
  --adobe: #9c3327;
  --adobe-dark: #74261f;
  --sun: #f0b43a;
  --turquoise: #3e9fa3;
  --magenta: #c53b78;
  --line: rgba(26, 23, 20, 0.24);
  --shell: min(1180px, calc(100vw - 48px));
  --display: Georgia, 'Times New Roman', serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--parchment); font-family: var(--body); line-height: 1.55; overflow-x: hidden; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: 1rem; transform: translateY(-180%); padding: .75rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.concept-ribbon { min-height: 34px; padding: 7px 24px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: var(--sun); color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.concept-ribbon a { font-weight: 700; }
.site-header { position: absolute; z-index: 20; top: 34px; left: 0; width: 100%; padding: 24px clamp(24px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: var(--paper); }
.brand-mark { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.site-header nav { display: flex; gap: clamp(1rem, 3vw, 2.8rem); font-size: .77rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.site-header nav a { text-decoration: none; border-bottom: 1px solid transparent; padding-block: .4rem; }
.site-header nav a:hover, .site-header nav a:focus-visible { border-color: var(--sun); }

.arrival { position: relative; min-height: calc(100svh - 34px); color: var(--paper); background: var(--ink); isolation: isolate; display: grid; align-items: end; }
.arrival__image, .arrival__shade { position: absolute; inset: 0; }
.arrival__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; }
.arrival__shade { background: linear-gradient(90deg, rgba(26, 23, 20, .88) 0%, rgba(26, 23, 20, .52) 46%, rgba(26, 23, 20, .16) 78%, rgba(26, 23, 20, .35) 100%); z-index: 1; }
.arrival__content { position: relative; z-index: 2; padding-block: clamp(150px, 21vh, 230px) clamp(120px, 16vh, 180px); }
.eyebrow { margin: 0 0 1.25rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; color: var(--sun); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span + span::before { content: '•'; margin-right: 1rem; color: var(--turquoise); }
.eyebrow--ink { color: var(--adobe); }
.arrival h1 { margin: 0; max-width: 8ch; font: 400 clamp(5.5rem, 14vw, 12.5rem)/.66 var(--display); letter-spacing: -.07em; text-wrap: balance; }
.arrival__lede { max-width: 35rem; margin: 2rem 0 0; font: 400 clamp(1.05rem, 1.6vw, 1.35rem)/1.45 var(--body); }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1rem; margin-top: 2rem; }
.button { min-height: 48px; padding: .82rem 1.2rem; border: 1px solid currentColor; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .photo-credit:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid var(--turquoise); outline-offset: 3px; }
.button--sun { color: var(--ink); background: var(--sun); border-color: var(--sun); }
.button--outline { color: var(--paper); background: transparent; }
.button--outline:hover { color: var(--ink); background: var(--paper); }
.button--ink { width: fit-content; margin-top: 1.5rem; color: var(--paper); background: var(--ink); border-color: var(--ink); }
.text-link { font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.text-link--ink { color: var(--ink); }
.arrival__address { position: absolute; z-index: 2; right: clamp(24px, 4vw, 64px); bottom: 28px; display: flex; gap: 1rem; align-items: center; font-size: .71rem; letter-spacing: .1em; text-transform: uppercase; }
.arrival__address span + span { border-left: 1px solid rgba(255, 249, 236, .5); padding-left: 1rem; }
.photo-credit { position: absolute; z-index: 3; right: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: .45rem .65rem; color: var(--paper); background: rgba(26, 23, 20, .78); font-size: .6rem; line-height: 1.3; }

.interlude-intro { padding-block: clamp(90px, 12vw, 170px); }
.interlude-intro__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(2rem, 7vw, 8rem); align-items: end; }
.interlude-intro h2, .menu-heading h2, .gallery-heading h2, .visit-section h2 { margin: 0; font: 400 clamp(4.2rem, 9.5vw, 9rem)/.82 var(--display); letter-spacing: -.065em; }
.interlude-intro h2 em, .menu-heading h2 em { color: var(--magenta); font-weight: 400; }
.interlude-intro__grid > div:last-child { max-width: 33rem; padding-bottom: .5rem; }
.interlude-intro__grid p:first-child { margin-top: 0; font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.fine-print, .rights-note { font-size: .74rem; line-height: 1.55; opacity: .76; }

.cinematic-scene { position: relative; background: var(--ink); }
.cinematic-sticky { position: relative; min-height: min(84svh, 850px); overflow: hidden; color: var(--paper); background: var(--ink); }
.js.motion-capable .cinematic-scene { height: 330vh; }
.js.motion-capable .cinematic-sticky { position: sticky; top: 0; height: 100svh; min-height: 0; }
.cinematic-poster, .cinematic-sticky video, .cinematic-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.cinematic-poster { background: var(--ink) url('assets/conceptual/effect-01-ingredient-layering-poster.webp') center/cover no-repeat; }
.cinematic-sticky video { object-fit: cover; opacity: 0; }
.cinematic-sticky[data-ready='true'] video { opacity: 1; }
.cinematic-sticky[data-ready='true'] .cinematic-poster { opacity: 0; }
.cinematic-shade { background: linear-gradient(90deg, rgba(26, 23, 20, .72), rgba(26, 23, 20, .1) 58%, rgba(26, 23, 20, .45)); }
.cinematic-copy { position: absolute; inset: 0; padding-block: clamp(100px, 14vh, 150px) clamp(70px, 9vh, 100px); display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.stock-label { display: inline-block; padding: .5rem .72rem; color: var(--paper); background: rgba(26, 23, 20, .82); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.stock-label--dark { position: absolute; top: 12px; left: 12px; color: var(--paper); background: rgba(26, 23, 20, .84); }
.phase-kicker { margin: 1.5rem 0 .45rem; color: var(--sun); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.phase-title { margin: 0; font: 400 clamp(4rem, 10vw, 9rem)/.78 var(--display); letter-spacing: -.065em; text-wrap: balance; }
.phase-note { margin: 1.25rem 0 0; font-size: .76rem; opacity: .82; }
.cinematic-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: rgba(255,255,255,.15); }
.cinematic-progress span { display: block; height: 100%; width: 0; background: var(--turquoise); }
.cinematic-noscript { position: absolute; right: 1rem; bottom: 1rem; width: min(320px, calc(100% - 2rem)); margin: 0; padding: 1rem; background: var(--paper); color: var(--ink); font-size: .8rem; }

.menu-section { position: relative; padding-block: clamp(100px, 13vw, 180px); background: var(--parchment); overflow: hidden; }
.sun-stamp { position: absolute; top: 2rem; right: clamp(-65px, -3vw, -20px); width: 170px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid var(--adobe); border-radius: 50%; color: var(--adobe); opacity: .48; }
.sun-stamp::before, .sun-stamp::after { content: ''; position: absolute; left: 50%; top: -28px; width: 1px; height: calc(100% + 56px); background: repeating-linear-gradient(to bottom, var(--adobe) 0 12px, transparent 12px 21px); }
.sun-stamp::after { transform: rotate(90deg); }
.sun-stamp span { display: block; font-family: var(--display); font-size: 2rem; line-height: .9; }
.menu-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.menu-source { max-width: 35rem; border-top: 1px solid var(--ink); padding-top: 1rem; }
.menu-source p { margin: 0 0 1rem; }
.craft-layout { margin-top: clamp(70px, 9vw, 120px); display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.pointer-study { position: sticky; top: 2rem; }
.pointer-study__frame { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid var(--ink); background: var(--ink); cursor: ew-resize; }
.pointer-study__poster, .pointer-study video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pointer-study__poster { background: var(--ink) url('assets/conceptual/effect-02-tortilla-craft-poster.webp') center/cover no-repeat; }
.pointer-study video { opacity: 0; }
.pointer-study__frame[data-ready='true'] video { opacity: 1; }
.pointer-study__frame[data-ready='true'] .pointer-study__poster { opacity: 0; }
.scrub-control { display: block; margin-top: 1rem; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.scrub-control span { display: block; margin-bottom: .65rem; }
.scrub-control input { width: 100%; min-height: 44px; accent-color: var(--adobe); cursor: ew-resize; }
.menu-ledger { border-top: 3px solid var(--ink); }
.menu-ledger__label { margin: 0; padding: 1rem 0; border-bottom: 1px solid var(--ink); color: var(--adobe); font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.menu-ledger ol { list-style: none; padding: 0; margin: 0; }
.menu-ledger li { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 1rem; align-items: baseline; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.item-number { color: var(--adobe); font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.item-name { font: 400 clamp(1.45rem, 2.7vw, 2.35rem)/1.05 var(--display); }
.item-price { font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; opacity: .62; }

.gallery-section { padding-block: clamp(100px, 14vw, 190px); color: var(--paper); background: var(--ink); }
.gallery-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(240px, .7fr); gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.gallery-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.gallery-heading h2 { color: var(--paper); }
.gallery-heading > p:last-child { max-width: 29rem; margin-bottom: 1rem; color: rgba(255,249,236,.76); }
.gallery-mosaic { margin-top: clamp(60px, 8vw, 100px); display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2vw, 2rem); align-items: start; }
.gallery-photo { margin: 0; }
.gallery-photo img { width: 100%; height: auto; background: var(--ink-soft); }
.gallery-photo figcaption { margin-top: .75rem; font-size: .63rem; line-height: 1.45; color: rgba(255,249,236,.68); }
.gallery-photo figcaption a { color: var(--paper); }
.gallery-photo--portrait { grid-column: 1 / span 5; }
.gallery-photo--wide { grid-column: 7 / -1; }
.gallery-photo--wide:nth-of-type(3) { grid-column: 2 / span 6; margin-top: -7vw; }
.gallery-photo--panorama { grid-column: 8 / -1; margin-top: 4vw; }
.rights-note { margin: 4rem 0 0 auto; max-width: 50rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,249,236,.75); }

.visit-section { position: relative; padding-block: clamp(100px, 13vw, 180px); overflow: hidden; color: var(--paper); background: var(--adobe); }
.visit-sun { position: absolute; right: -4vw; top: -7vw; width: min(42vw, 600px); color: rgba(240,180,58,.33); }
.visit-sun svg { fill: none; stroke: currentColor; stroke-width: 1.5; }
.visit-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.visit-section h2 { color: var(--paper); }
.visit-address { margin: 2rem 0 0; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.hours-ledger { padding: clamp(1.5rem, 3vw, 2.5rem); color: var(--ink); background: var(--parchment); }
.hours-ledger__title { margin: 0 0 1rem; padding-bottom: 1rem; border-bottom: 2px solid var(--ink); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hours-ledger dl { margin: 0; }
.hours-ledger dl div { display: flex; justify-content: space-between; gap: 1.5rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.hours-ledger dt { font-weight: 700; }
.hours-ledger dd { margin: 0; font-variant-numeric: tabular-nums; }

.site-footer { padding: 80px 0 24px; color: rgba(255,249,236,.74); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.25fr .95fr; gap: clamp(2rem, 6vw, 6rem); }
.footer-grid p { margin-top: 0; }
.footer-title { color: var(--paper); font: 400 2.1rem/1 var(--display); }
.footer-label { color: var(--sun); font-size: .66rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { color: var(--paper); }
.footer-bottom { width: var(--shell); margin: 70px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); font-size: .69rem; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .site-header { padding-inline: 20px; }
  .site-header nav { gap: 1rem; }
  .site-header nav a:nth-child(2) { display: none; }
  .arrival__content { padding-top: 170px; }
  .arrival h1 { font-size: clamp(5.6rem, 22vw, 9rem); }
  .arrival__address { left: 20px; right: 20px; }
  .interlude-intro__grid, .menu-heading, .gallery-heading, .visit-layout, .footer-grid { grid-template-columns: 1fr; }
  .craft-layout { grid-template-columns: 1fr; }
  .pointer-study { position: relative; top: auto; max-width: 680px; }
  .gallery-photo--wide:nth-of-type(3) { margin-top: 0; }
  .gallery-heading > p:last-child { margin-bottom: 0; }
  .footer-grid { gap: 2rem; }
}

@media (max-width: 620px) {
  .concept-ribbon { padding-inline: 16px; font-size: .58rem; }
  .site-header { top: 34px; align-items: flex-start; }
  .brand-mark span { display: none; }
  .site-header nav { padding-top: .25rem; }
  .arrival { min-height: 880px; }
  .arrival__image img { object-position: 66% center; }
  .arrival__shade { background: linear-gradient(180deg, rgba(26,23,20,.48) 0%, rgba(26,23,20,.28) 28%, rgba(26,23,20,.9) 72%, var(--ink) 100%); }
  .arrival__content { padding-block: 230px 150px; align-self: end; }
  .arrival h1 { font-size: clamp(5.4rem, 29vw, 7.5rem); }
  .arrival__lede { margin-top: 1.4rem; font-size: 1rem; }
  .action-row { align-items: stretch; }
  .action-row .button { flex: 1 1 145px; }
  .action-row .text-link { flex-basis: 100%; margin-top: .5rem; }
  .arrival__address { bottom: 22px; display: grid; gap: .2rem; }
  .arrival__address span + span { border-left: 0; padding-left: 0; }
  .photo-credit { bottom: auto; top: 88px; font-size: .54rem; }
  .interlude-intro h2, .menu-heading h2, .gallery-heading h2, .visit-section h2 { font-size: clamp(3.8rem, 19vw, 6rem); }
  .interlude-intro__grid { gap: 2rem; }
  .js.motion-capable .cinematic-scene { height: 260vh; }
  .phase-title { font-size: clamp(3.7rem, 18vw, 6rem); }
  .cinematic-copy { padding-block: 100px 72px; }
  .cinematic-sticky video, .cinematic-poster { object-position: 54% center; }
  .sun-stamp { width: 120px; right: -48px; }
  .menu-heading { gap: 2.5rem; }
  .craft-layout { margin-top: 55px; }
  .pointer-study__frame { aspect-ratio: 5 / 4; }
  .menu-ledger li { grid-template-columns: 35px minmax(0, 1fr); gap: .75rem; }
  .item-price { grid-column: 2; }
  .gallery-heading .eyebrow { grid-column: auto; }
  .gallery-mosaic { grid-template-columns: 1fr; gap: 2.6rem; }
  .gallery-photo--portrait, .gallery-photo--wide, .gallery-photo--wide:nth-of-type(3), .gallery-photo--panorama { grid-column: auto; margin-top: 0; }
  .gallery-photo--portrait { width: 82%; }
  .gallery-photo--wide:nth-of-type(3) { width: 90%; margin-left: auto; }
  .visit-sun { width: 92vw; right: -35vw; top: -20vw; }
  .hours-ledger { padding: 1.25rem; }
  .hours-ledger dl div { font-size: .9rem; }
  .footer-bottom { margin-top: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .js.motion-capable .cinematic-scene { height: auto; }
  .js.motion-capable .cinematic-sticky { position: relative; height: min(78svh, 720px); min-height: 580px; }
  .cinematic-sticky video, .cinematic-progress, .scrub-control, .pointer-study video { display: none !important; }
  .cinematic-poster, .pointer-study__poster { opacity: 1 !important; }
  .pointer-study__frame { cursor: default; }
}
