@charset "UTF-8";

:root {
  --ink: #090a0c;
  --ink-soft: #111316;
  --ink-warm: #171511;
  --ivory: #f0e8da;
  --paper: #e7ddcb;
  --paper-deep: #d7c7ae;
  --red: #a82018;
  --red-bright: #d24636;
  --gold: #b99658;
  --gold-soft: #d7bd86;
  --line: rgba(208, 179, 126, .24);
  --display: "Bodoni 72", "Didot", "Times New Roman", serif;
  --serif: "Songti TC", "Noto Serif TC", "PMingLiU", "Yu Mincho", serif;
  --sans: "Helvetica Neue", "Noto Sans TC", Arial, sans-serif;
  --ease-luxe: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--ivory); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { background: var(--red); color: #fff; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure, h1, h2, h3, p { margin-top: 0; }
.site-shell { position: relative; overflow: clip; }

.site-grain { position: fixed; z-index: 90; inset: 0; opacity: .035; pointer-events: none; background-image: repeating-radial-gradient(circle at 17% 32%, #fff 0 1px, transparent 1px 3px); background-size: 5px 5px; mix-blend-mode: soft-light; }
.cursor { position: fixed; z-index: 120; top: 0; left: 0; display: none; place-items: center; width: 54px; height: 54px; margin: -27px 0 0 -27px; border: 1px solid rgba(226, 196, 139, .58); border-radius: 50%; color: var(--gold-soft); pointer-events: none; transform: scale(.26); opacity: 0; }
.cursor span { font-family: var(--serif); font-size: 10px; opacity: 0; }
@media (pointer: fine) { body, a, button { cursor: none; } .cursor { display: grid; } }

/* Opening curtain */
.loader { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; overflow: hidden; background: #08090b; }
.loader-curtain { position: absolute; top: 0; bottom: 0; width: 50.05%; background: #0a0b0d; }
.loader-curtain-left { left: 0; border-right: 1px solid rgba(185, 150, 88, .18); }
.loader-curtain-right { right: 0; }
.loader-brand { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.loader-kanji { font-family: var(--serif); font-size: clamp(38px, 4.6vw, 68px); font-weight: 400; letter-spacing: .16em; }
.loader-brand small { margin: 19px 0 26px; color: rgba(240, 232, 218, .54); font-family: var(--serif); font-size: 10px; letter-spacing: .32em; }
.loader-brand i { display: block; width: 116px; height: 1px; background: rgba(185, 150, 88, .26); }
.loader-brand i::after { content: ""; display: block; width: 100%; height: 100%; background: var(--red-bright); transform-origin: left; animation: loader-line 1.6s var(--ease-luxe) both; }
@keyframes loader-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* Navigation */
.site-nav { position: fixed; z-index: 80; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; height: 92px; padding: 0 clamp(24px, 4.6vw, 80px); border-bottom: 1px solid rgba(255,255,255,.1); transition: height .45s var(--ease-luxe), background .45s, border-color .45s; }
.site-nav.scrolled { height: 70px; border-color: var(--line); background: rgba(8, 9, 11, .84); backdrop-filter: blur(18px); }
.brand-mark { display: inline-flex; align-items: center; gap: 15px; width: max-content; }
.brand-kanji { font-family: var(--serif); font-size: 22px; letter-spacing: .1em; }
.brand-latin { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.3); font-family: var(--display); font-size: 10px; letter-spacing: .31em; }
.nav-links { display: flex; align-items: center; gap: clamp(28px, 3.8vw, 66px); }
.nav-links a { position: relative; padding: 6px 0; font-family: var(--serif); font-size: 11px; letter-spacing: .12em; white-space: nowrap; }
.nav-links a span { position: absolute; top: -7px; left: -15px; color: var(--gold); font-family: var(--display); font-size: 7px; }
.nav-links a::after { content: ""; position: absolute; right: 100%; bottom: -5px; left: 0; height: 1px; background: var(--gold); transition: right .45s var(--ease-luxe); }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-reserve, .outline-link, .filled-link { justify-self: end; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 132px; padding: 13px 15px 12px 18px; border: 1px solid rgba(216, 188, 136, .6); font-family: var(--serif); font-size: 10px; letter-spacing: .13em; transition: color .3s, background .3s, border-color .3s; }
.nav-reserve i, .outline-link i, .filled-link i { color: var(--gold-soft); font-family: var(--sans); font-style: normal; }
.nav-reserve:hover, .outline-link:hover { border-color: var(--red); background: var(--red); color: #fff; }
.nav-reserve:hover i, .outline-link:hover i { color: #fff; }
.menu-toggle { display: none; width: 32px; padding: 5px 1px; border: 0; background: none; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 7px 0; background: var(--ivory); transition: transform .3s, opacity .3s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.section-rail { position: fixed; z-index: 40; top: 50%; right: 22px; display: flex; flex-direction: column; align-items: center; gap: 9px; transform: translateY(-50%); color: rgba(240, 232, 218, .48); font-family: var(--display); font-size: 8px; letter-spacing: .1em; pointer-events: none; }
.section-rail i { display: block; width: 1px; height: 82px; background: rgba(255,255,255,.2); }
.section-rail b { display: block; width: 1px; height: 100%; background: var(--gold); transform: scaleY(.2); transform-origin: top; }
.rail-current { color: var(--gold-soft); }

/* Hero */
.hero { position: relative; height: 100svh; min-height: 740px; overflow: hidden; isolation: isolate; background: #07080a; }
.hero-panel { position: absolute; z-index: 1; top: 0; bottom: 0; width: 50.05%; margin: 0; overflow: hidden; }
.hero-ramen { left: 0; }
.hero-pancake { right: 0; }
.hero-image-wrap { width: 100%; height: 100%; overflow: hidden; }
.hero-panel img { transform: scale(1.08); will-change: transform; }
.hero-ramen img { object-position: 50% 57%; }
.hero-pancake img { object-position: 50% 57%; }
.hero-panel figcaption { position: absolute; z-index: 4; bottom: 30px; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; }
.hero-ramen figcaption { left: 27px; }
.hero-pancake figcaption { right: 27px; }
.hero-shade { position: absolute; z-index: 2; inset: 0; background: linear-gradient(#040507b8 0, transparent 27%, transparent 57%, #040507d6 100%), linear-gradient(90deg, rgba(3,4,5,.18), rgba(3,4,5,.72) 47%, rgba(3,4,5,.72) 53%, rgba(3,4,5,.18)); }
.hero-veils { position: absolute; z-index: 3; inset: 0; display: grid; grid-template-columns: 1fr 1fr; pointer-events: none; }
.hero-veils span { background: #090a0c; }
.hero-veils span:first-child { transform-origin: left; }
.hero-veils span:last-child { transform-origin: right; }
.hero-center-line { position: absolute; z-index: 5; top: 92px; bottom: 0; left: 50%; width: 1px; background: linear-gradient(transparent, rgba(217, 182, 116, .65) 22%, rgba(217, 182, 116, .2) 78%, transparent); transform-origin: top; }
.hero-copy { position: relative; z-index: 7; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; padding: 108px 20px 50px; text-align: center; pointer-events: none; }
.hero-eyebrow { display: flex; align-items: center; gap: 16px; margin: 0 0 32px; font-family: var(--serif); font-size: 9px; letter-spacing: .25em; }
.hero-eyebrow i { display: block; width: 27px; height: 1px; background: var(--gold); }
.hero-copy h1 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: .09em; text-shadow: 0 9px 35px rgba(0,0,0,.55); }
.hero-title-line { display: block; overflow: hidden; font-size: clamp(49px, 6.1vw, 96px); }
.hero-title-soft { margin-top: 12px; font-size: clamp(32px, 4.2vw, 66px); color: #e8d6b5; }
.char { display: inline-block; will-change: transform, opacity; }
.hero-sub { margin: 30px 0 0; font-family: var(--serif); font-size: 11px; letter-spacing: .13em; line-height: 2; }
.hero-seal { display: grid; place-items: center; width: 45px; height: 45px; margin-top: 28px; border: 1px solid rgba(231, 93, 72, .8); border-radius: 50%; background: rgba(142, 21, 14, .75); color: #ef8a78; font-family: var(--serif); font-size: 18px; box-shadow: 0 0 0 4px rgba(142, 21, 14, .18); }
.scroll-cue { position: absolute; z-index: 7; bottom: 0; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 10px; transform: translateX(-50%); font-family: var(--serif); font-size: 9px; letter-spacing: .22em; }
.scroll-cue i { display: block; width: 1px; height: 43px; background: linear-gradient(var(--gold), transparent); transform-origin: top; animation: scroll-pulse 1.9s ease-in-out infinite; }
@keyframes scroll-pulse { 0%,100% { transform: scaleY(.35); opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }
.hero-note { position: absolute; z-index: 7; right: 5vw; bottom: 38px; display: flex; align-items: flex-end; gap: 17px; text-align: right; }
.hero-note span { padding-right: 16px; border-right: 1px solid rgba(255,255,255,.3); color: var(--gold-soft); font-family: var(--display); font-size: 9px; letter-spacing: .22em; writing-mode: vertical-rl; }
.hero-note p { margin: 0; font-family: var(--serif); font-size: 11px; line-height: 1.8; letter-spacing: .14em; }

/* Shared typography */
.kicker { margin: 0 0 24px; color: #7c5634; font-family: var(--display); font-size: 10px; font-weight: 600; letter-spacing: .27em; }
.kicker span { margin-left: 12px; color: var(--red); }
.gold { color: var(--gold); }
h2 { font-family: var(--serif); font-weight: 400; }
h2 em { color: var(--red); font-style: normal; }
.js .js-reveal { opacity: 0; transform: translateY(40px); }
.js .js-clip { clip-path: inset(100% 0 0 0); }

/* Story */
.story { position: relative; min-height: 1320px; overflow: hidden; padding: 150px 6vw 110px; background: radial-gradient(circle at 16% 24%, rgba(139, 95, 47, .14), transparent 25%), radial-gradient(circle at 90% 77%, rgba(139, 95, 47, .1), transparent 25%), linear-gradient(108deg, rgba(255,255,255,.15), transparent 34%), var(--paper); color: #211e19; }
.story::before { content: ""; position: absolute; inset: 0; opacity: .25; background: repeating-linear-gradient(4deg, rgba(73, 54, 32, .09) 0 1px, transparent 1px 5px); pointer-events: none; }
.story-heading { position: relative; z-index: 4; width: 37%; }
.story-heading h2 { margin: 0; font-size: clamp(51px, 5.7vw, 88px); line-height: 1.08; letter-spacing: .03em; }
.story-heading h2 em { color: var(--red); }
.story-lead { max-width: 475px; margin: 39px 0 0; font-family: var(--serif); font-size: 13px; line-height: 2.15; letter-spacing: .055em; }
.story-quote { display: flex; gap: 18px; margin: 54px 0 0 19%; color: #594835; }
.story-quote i { color: var(--red); font-family: var(--display); font-size: 55px; font-style: normal; line-height: .8; }
.story-quote p { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.7; letter-spacing: .12em; }
.story-canvas { position: absolute; z-index: 2; top: 110px; right: 0; width: 61%; height: 920px; }
.story-photo { position: absolute; margin: 0; }
.story-photo .image-frame { width: 100%; height: 100%; overflow: hidden; box-shadow: 0 28px 60px rgba(45, 31, 16, .23); }
.story-photo img { transform: scale(1.05); }
.story-photo figcaption { position: absolute; display: flex; align-items: center; gap: 14px; color: #5e4e3e; font-family: var(--serif); font-size: 9px; letter-spacing: .16em; }
.story-photo figcaption span { color: var(--red); font-family: var(--display); }
.story-photo-main { top: 70px; right: 0; width: 78%; height: 430px; }
.story-photo-main figcaption { right: 0; bottom: -31px; }
.story-photo-ramen { z-index: 3; top: 430px; left: -7%; width: 47%; height: 340px; }
.story-photo-ramen img { object-position: 12% center; }
.story-photo-ramen figcaption { bottom: -28px; left: 0; }
.story-photo-souffle { z-index: 4; right: 7%; bottom: 0; width: 34%; height: 450px; }
.story-photo-souffle figcaption { right: 0; bottom: -28px; }
.story-circle { position: absolute; z-index: 5; top: 366px; right: 29%; display: grid; place-items: center; width: 112px; height: 112px; border: 1px solid rgba(139, 36, 25, .45); border-radius: 50%; background: rgba(146, 36, 27, .9); color: #f1dcca; font-family: var(--serif); font-size: 29px; line-height: .8; box-shadow: 0 14px 32px rgba(94, 30, 19, .22); }
.story-circle small { margin-top: -21px; color: #e3b592; font-family: var(--display); font-size: 7px; letter-spacing: .18em; }
.story-vertical { position: absolute; top: 35px; left: 6%; color: rgba(81, 63, 42, .58); font-family: var(--serif); font-size: 10px; letter-spacing: .22em; writing-mode: vertical-rl; }
.story-principles { position: absolute; z-index: 3; bottom: 116px; left: 6vw; display: grid; grid-template-columns: repeat(2, minmax(270px, 340px)); gap: 7vw; }
.story-principles article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-top: 1px solid rgba(72, 53, 33, .35); padding-top: 20px; }
.story-principles article > span { color: var(--red); font-family: var(--serif); font-size: 20px; }
.story-principles h3 { margin: 0 0 11px; font-family: var(--serif); font-size: 18px; font-weight: 400; letter-spacing: .13em; }
.story-principles p { margin: 0; color: #5b5145; font-family: var(--serif); font-size: 10px; line-height: 1.9; letter-spacing: .05em; }

/* Layered sensory collage */
.collage { position: relative; height: 100svh; min-height: 760px; overflow: hidden; background: radial-gradient(circle at 46% 47%, rgba(144, 33, 24, .12), transparent 27%), #090b0d; }
.collage-stage { position: relative; width: 100%; height: 100%; overflow: hidden; }
.collage-stage::after { content: ""; position: absolute; z-index: 2; inset: 0; background: radial-gradient(circle at center, transparent 38%, rgba(5,6,7,.76) 100%); pointer-events: none; }
.collage-copy { position: absolute; z-index: 12; top: 50%; left: 50%; width: min(560px, 52vw); text-align: center; transform: translate(-50%, -50%); }
.collage-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 76px); line-height: 1.14; text-shadow: 0 8px 30px #000; }
.collage-copy h2 em { color: var(--gold-soft); }
.collage-copy > p:last-child { margin: 28px 0 0; font-family: var(--serif); font-size: 11px; line-height: 2; letter-spacing: .13em; }
.float-photo { position: absolute; z-index: 4; margin: 0; overflow: visible; box-shadow: 0 35px 70px rgba(0,0,0,.52); will-change: transform; }
.float-photo::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(241, 220, 183, .22); pointer-events: none; }
.float-photo img { filter: saturate(.9) contrast(1.04); }
.float-photo figcaption { position: absolute; color: rgba(239, 224, 199, .64); font-family: var(--serif); font-size: 8px; letter-spacing: .17em; white-space: nowrap; }
.float-a { top: 5%; left: 4%; width: 22vw; height: 58vh; transform: rotate(-2.5deg); }
.float-a figcaption { bottom: -23px; left: 0; }
.float-b { right: 5%; bottom: 4%; width: 21vw; height: 55vh; transform: rotate(2.4deg); }
.float-b figcaption { right: 0; bottom: -23px; }
.float-c { right: 21%; top: 3%; width: 21vw; height: 27vh; transform: rotate(-1.4deg); }
.float-c figcaption { top: -22px; right: 0; }
.float-d { bottom: 3%; left: 20%; width: 24vw; height: 29vh; transform: rotate(1.8deg); }
.float-d figcaption { bottom: -23px; left: 0; }
.collage-watermark { position: absolute; z-index: 1; top: 50%; left: 50%; color: rgba(222, 190, 131, .055); font-family: var(--serif); font-size: clamp(230px, 35vw, 520px); letter-spacing: -.1em; transform: translate(-50%, -52%); white-space: nowrap; }
.collage-progress { position: absolute; z-index: 13; right: 28px; bottom: 28px; display: flex; align-items: center; gap: 12px; color: var(--gold); font-family: var(--display); font-size: 8px; }
.collage-progress span::before { content: "02 / 05"; }
.collage-progress i { display: block; width: 70px; height: 1px; background: rgba(255,255,255,.2); }
.collage-progress i b { display: block; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; }

/* Signature cards */
.signatures { position: relative; padding: 130px 6vw 115px; background: radial-gradient(circle at 83% 15%, rgba(176, 126, 49, .1), transparent 22%), linear-gradient(135deg, #0b0d0f, #141417 50%, #090a0c); }
.signature-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: 1260px; margin: 0 auto 65px; }
.signature-intro h2 { margin: 0; font-size: clamp(50px, 5.5vw, 82px); letter-spacing: .07em; }
.signature-intro > p { margin: 0 8vw 14px 0; color: rgba(240, 232, 218, .65); font-family: var(--serif); font-size: 12px; line-height: 2; letter-spacing: .1em; }
.signature-stack { position: relative; max-width: 1260px; margin: 0 auto; }
.signature-card { position: sticky; top: 91px; display: grid; grid-template-columns: 55% 45%; min-height: min(720px, calc(100svh - 110px)); margin-bottom: 44px; overflow: hidden; border: 1px solid rgba(205, 172, 111, .29); background: #111316; box-shadow: 0 34px 85px rgba(0,0,0,.65); }
.signature-card:nth-child(2) { top: 110px; background: #141310; }
.signature-card:nth-child(3) { top: 129px; background: #101214; }
.signature-card.is-reverse { grid-template-columns: 45% 55%; }
.signature-card.is-reverse .signature-media { grid-column: 2; }
.signature-card.is-reverse .signature-copy { grid-row: 1; grid-column: 1; }
.signature-media { position: relative; min-height: 560px; overflow: hidden; }
.signature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, rgba(12,13,15,.75)); }
.is-reverse .signature-media::after { background: linear-gradient(-90deg, transparent 62%, rgba(20,19,16,.75)); }
.signature-media img { transform: scale(1.07); will-change: transform; }
.signature-card:first-child .signature-media img, .signature-card:nth-child(3) .signature-media img { object-position: 50% 58%; }
.media-tag { position: absolute; z-index: 2; bottom: 25px; left: 27px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.32); background: rgba(8,9,10,.4); font-family: var(--display); font-size: 8px; letter-spacing: .19em; backdrop-filter: blur(7px); }
.signature-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 65px clamp(35px, 5vw, 82px); }
.signature-number { position: absolute; top: 21px; right: 25px; color: rgba(197, 166, 106, .18); font-family: var(--display); font-size: clamp(82px, 10vw, 150px); line-height: 1; }
.menu-eyebrow { position: relative; z-index: 1; margin: 0 0 17px; color: var(--gold); font-family: var(--display); font-size: 10px; letter-spacing: .22em; }
.signature-copy h3 { position: relative; z-index: 1; margin: 0 0 25px; font-family: var(--serif); font-size: clamp(31px, 3.2vw, 50px); font-weight: 400; letter-spacing: .08em; }
.signature-copy > p:not(.menu-eyebrow) { max-width: 470px; margin: 0; color: rgba(239, 231, 216, .68); font-family: var(--serif); font-size: 12px; line-height: 2.05; letter-spacing: .05em; }
.ingredient-line { display: flex; align-items: center; gap: 10px; margin: 38px 0 22px; color: #9b9182; font-family: var(--serif); font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
.ingredient-line i { display: block; width: 3px; height: 3px; border-radius: 50%; background: var(--red-bright); }
.signature-copy strong { color: var(--gold-soft); font-family: var(--display); font-size: 21px; font-weight: 400; letter-spacing: .08em; }
.signature-footer { display: flex; align-items: center; justify-content: space-between; max-width: 1260px; margin: 70px auto 0; }
.signature-footer .outline-link { justify-self: auto; min-width: 192px; }
.signature-footer p { margin: 0; color: #77736d; font-family: var(--serif); font-size: 9px; letter-spacing: .12em; }

/* Horizontal craft narrative */
.craft { position: relative; min-height: 100svh; overflow: hidden; background: linear-gradient(120deg, rgba(255,255,255,.07), transparent 28%), repeating-linear-gradient(4deg, rgba(72,47,27,.05) 0 1px, transparent 1px 5px), var(--paper); color: #201c17; }
.craft-head { position: absolute; z-index: 4; top: 92px; left: 6vw; }
.craft-head h2 { margin: 0; font-size: clamp(46px, 5.5vw, 84px); line-height: 1.07; letter-spacing: .04em; }
.craft-head p:last-child { margin: 26px 0 0; color: #695a48; font-family: var(--serif); font-size: 11px; letter-spacing: .16em; }
.craft-viewport { height: 100svh; min-height: 760px; overflow: hidden; }
.craft-track { display: flex; align-items: flex-end; width: max-content; height: 100%; padding: 82px 7vw 77px 36vw; gap: 5vw; will-change: transform; }
.craft-panel { position: relative; flex: none; }
.panel-intro { display: flex; align-items: flex-end; gap: 19px; width: 17vw; min-width: 190px; height: 39%; padding-bottom: 15px; border-bottom: 1px solid rgba(75,53,31,.37); }
.craft-large-no { color: rgba(142, 38, 27, .22); font-family: var(--display); font-size: 82px; line-height: .7; }
.panel-intro p { margin: 0; font-family: var(--serif); font-size: 11px; line-height: 1.8; letter-spacing: .11em; }
.panel-intro i { position: absolute; right: 0; bottom: 47px; display: block; width: 40px; height: 1px; background: var(--red); }
.panel-intro i::after { content: ""; position: absolute; right: 0; bottom: -3px; width: 7px; height: 7px; border-top: 1px solid var(--red); border-right: 1px solid var(--red); transform: rotate(45deg); }
.panel-image { display: grid; grid-template-columns: minmax(330px, 38vw) minmax(230px, 24vw); gap: 32px; align-items: end; width: 66vw; height: 70%; }
.panel-image figure { height: 100%; margin: 0; overflow: hidden; box-shadow: 0 26px 48px rgba(63,43,23,.2); }
.panel-image figure img { transform: scale(1.08); will-change: transform; }
.panel-image > div { padding: 0 0 17px; }
.panel-image > div > span { color: var(--red); font-family: var(--serif); font-size: 10px; letter-spacing: .17em; }
.panel-image h3 { margin: 16px 0 21px; font-family: var(--serif); font-size: clamp(25px, 2.6vw, 40px); font-weight: 400; line-height: 1.35; letter-spacing: .07em; }
.panel-image p { margin: 0; color: #665b4e; font-family: var(--serif); font-size: 11px; line-height: 2; }
.panel-tall { height: 79%; }
.panel-tall figure { max-width: 34vw; }
.panel-quote { display: flex; flex-direction: column; justify-content: center; width: 47vw; height: 70%; padding: 7vw; background: #991f18; color: #f1dfc9; }
.panel-quote > span { position: absolute; top: 7%; right: 7%; color: rgba(239,213,179,.16); font-family: var(--serif); font-size: 148px; }
.panel-quote blockquote { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4.4vw, 68px); line-height: 1.35; letter-spacing: .08em; }
.panel-quote small { margin-top: 44px; color: #ddb98f; font-family: var(--display); font-size: 9px; letter-spacing: .24em; }
.craft-scroll-hint { position: absolute; z-index: 5; right: 6vw; bottom: 31px; display: flex; align-items: center; gap: 19px; color: #76634d; font-family: var(--display); font-size: 8px; letter-spacing: .19em; }
.craft-scroll-hint i { display: block; width: 110px; height: 1px; background: rgba(75,53,31,.25); }
.craft-scroll-hint b { display: block; width: 100%; height: 1px; background: var(--red); transform: scaleX(0); transform-origin: left; }

/* Ticker */
.ticker { position: relative; z-index: 5; overflow: hidden; border-block: 1px solid rgba(208, 173, 107, .32); background: #080a0c; color: var(--gold); }
.ticker > div { display: flex; align-items: center; gap: 27px; width: max-content; height: 48px; font-family: var(--serif); font-size: 12px; letter-spacing: .18em; }
.ticker b { color: var(--red-bright); font-weight: 400; }

/* Visit */
.visit { position: relative; display: grid; grid-template-columns: 38% 62%; min-height: 860px; overflow: hidden; background: #0c0e10; }
.visit-image { position: absolute; inset: 0 50% 0 0; overflow: hidden; }
.visit-image img { filter: brightness(.5) saturate(.8); transform: scale(1.08); }
.visit-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,7,.18), rgba(10,12,14,.98)); }
.visit-image span { position: absolute; z-index: 2; inset: 30px; border: 1px solid rgba(225, 196, 143, .23); }
.visit-panel { position: relative; z-index: 4; grid-column: 1; align-self: center; margin-left: 6vw; padding: 70px 6vw 70px 0; }
.visit-panel h2 { margin: 0; font-size: clamp(42px, 4.7vw, 72px); line-height: 1.18; text-shadow: 0 10px 38px #000; }
.visit-panel h2 em { color: var(--gold-soft); }
.visit-details { display: grid; gap: 18px; margin-top: 46px; }
.visit-details > div { display: grid; grid-template-columns: 85px 1fr; align-items: center; padding-bottom: 17px; border-bottom: 1px solid rgba(216, 190, 144, .2); }
.visit-details span { color: #8e8578; font-family: var(--serif); font-size: 9px; letter-spacing: .15em; }
.visit-details p, .visit-details a { margin: 0; font-family: var(--serif); font-size: 12px; letter-spacing: .09em; }
.visit-actions { display: flex; align-items: center; gap: 30px; margin-top: 37px; }
.filled-link { justify-self: auto; min-width: 155px; border-color: var(--red); background: var(--red); }
.filled-link:hover { border-color: var(--gold); background: var(--gold); color: #111; }
.filled-link:hover i { color: #111; }
.text-arrow { position: relative; padding: 8px 0; font-family: var(--serif); font-size: 10px; letter-spacing: .12em; }
.text-arrow::after { content: ""; position: absolute; right: 100%; bottom: 0; left: 0; height: 1px; background: var(--gold); transition: right .35s; }
.text-arrow:hover::after { right: 0; }
.text-arrow i { margin-left: 7px; color: var(--gold); font-style: normal; }
.visit-map { position: relative; z-index: 3; grid-column: 2; min-height: 860px; overflow: hidden; background: radial-gradient(circle at 52% 49%, rgba(156,108,47,.17), transparent 18%), linear-gradient(135deg, #121518, #0b0d10); }
.visit-map::before { content: ""; position: absolute; inset: -15%; background: repeating-radial-gradient(ellipse at 35% 48%, transparent 0 58px, rgba(137,117,78,.11) 59px 61px, transparent 62px 118px); transform: rotate(-14deg); }
.road { position: absolute; z-index: 1; display: block; height: 2px; background: rgba(158, 137, 96, .21); transform-origin: left; box-shadow: 0 13px 0 rgba(158, 137, 96, .08); }
.road-a { top: 24%; left: -4%; width: 88%; transform: rotate(18deg); }
.road-b { top: 70%; left: 10%; width: 76%; transform: rotate(-28deg); }
.road-c { top: 48%; left: 7%; width: 90%; transform: rotate(5deg); }
.road-d { top: 8%; left: 43%; width: 72%; transform: rotate(74deg); }
.road-e { top: 91%; left: 3%; width: 67%; transform: rotate(-66deg); }
.map-pin { position: absolute; z-index: 4; top: 43%; left: 45%; display: flex; align-items: center; gap: 18px; }
.map-pin > i { width: 30px; height: 39px; border-radius: 55% 55% 55% 0; background: var(--red-bright); box-shadow: 0 10px 27px rgba(0,0,0,.5); transform: rotate(-45deg); }
.map-pin div { display: flex; flex-direction: column; }
.map-pin strong { color: var(--gold-soft); font-family: var(--serif); font-size: 15px; font-weight: 400; letter-spacing: .13em; }
.map-pin small { margin-top: 7px; color: rgba(240,232,218,.74); font-family: var(--serif); font-size: 9px; letter-spacing: .12em; }
.map-label { position: absolute; z-index: 3; color: #9f885f; font-family: var(--serif); font-size: 12px; line-height: 1.6; text-align: center; }
.map-label small { display: block; font-family: var(--display); font-size: 10px; }
.label-a { top: 38%; left: 16%; }
.label-b { right: 13%; bottom: 22%; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 220px; padding: 38px 5vw; border-top: 1px solid rgba(203, 174, 118, .18); background: radial-gradient(circle at center, rgba(148,105,45,.1), transparent 26%), #08090b; }
.footer-brand { display: flex; flex-direction: column; width: max-content; }
.footer-brand span { font-family: var(--serif); font-size: 31px; letter-spacing: .13em; }
.footer-brand small { margin-top: 7px; color: var(--gold); font-family: var(--display); font-size: 8px; letter-spacing: .29em; }
footer > p { margin: 0; font-family: var(--serif); font-size: 12px; letter-spacing: .2em; text-align: center; }
footer > div { display: flex; flex-direction: column; align-items: flex-end; gap: 13px; color: #746f68; font-family: var(--display); font-size: 8px; letter-spacing: .17em; }
footer > div a { color: var(--gold-soft); }

/* Tablet */
@media (max-width: 1024px) {
  .site-nav { grid-template-columns: 1fr auto auto; height: 76px; padding-inline: 24px; }
  .site-nav.scrolled { height: 66px; }
  .nav-links { position: fixed; z-index: 84; top: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; width: min(420px, 90vw); height: 100svh; padding: 90px 48px 50px; background: rgba(8,9,11,.98); box-shadow: -30px 0 70px #0008; opacity: 0; pointer-events: none; transform: translateX(100%); transition: transform .55s var(--ease-luxe), opacity .3s; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-links a { padding: 21px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .nav-links a span { position: static; display: inline-block; width: 37px; font-size: 9px; }
  .nav-reserve { margin-right: 23px; }
  .menu-toggle { position: relative; z-index: 86; display: block; }
  .section-rail { display: none; }
  .hero-center-line { top: 76px; }
  .story { min-height: 1390px; padding-inline: 5vw; }
  .story-heading { width: 47%; }
  .story-canvas { top: 170px; width: 60%; }
  .story-photo-main { width: 87%; }
  .story-principles { grid-template-columns: repeat(2, 1fr); right: 6vw; }
  .float-a { width: 29vw; }
  .float-b { width: 28vw; }
  .float-c { right: 11%; width: 28vw; }
  .float-d { left: 11%; width: 31vw; }
  .signature-card { grid-template-columns: 52% 48%; }
  .signature-card.is-reverse { grid-template-columns: 48% 52%; }
  .signature-copy { padding-inline: 35px; }
  .visit { grid-template-columns: 46% 54%; }
  .visit-image { right: 42%; }
}

/* Mobile */
@media (max-width: 720px) {
  .site-grain { opacity: .025; }
  .brand-kanji { font-size: 19px; }
  .brand-latin { font-size: 8px; }
  .nav-reserve { min-width: 0; margin-right: 15px; padding: 10px 12px; }
  .nav-reserve i { display: none; }
  .hero { height: 920px; min-height: 0; }
  .hero-panel { top: 0; bottom: auto; width: 100%; height: 50%; }
  .hero-pancake { top: 50%; }
  .hero-shade { background: linear-gradient(#030405b8, transparent 30%, rgba(3,4,5,.8) 49%, transparent 73%, #030405c8), linear-gradient(90deg, rgba(3,4,5,.27), rgba(3,4,5,.3)); }
  .hero-veils { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
  .hero-center-line { top: 50%; right: 0; bottom: auto; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(217,182,116,.7), transparent); }
  .hero-panel figcaption { bottom: 16px; writing-mode: initial; }
  .hero-ramen figcaption { left: 16px; }
  .hero-pancake figcaption { right: 16px; }
  .hero-copy { padding-top: 75px; }
  .hero-eyebrow { margin-bottom: 24px; font-size: 8px; }
  .hero-title-line { font-size: 47px; }
  .hero-title-soft { margin-top: 8px; font-size: 34px; }
  .hero-sub { margin-top: 22px; font-size: 10px; }
  .hero-seal { width: 39px; height: 39px; margin-top: 20px; }
  .hero-note { display: none; }
  .scroll-cue { font-size: 8px; }

  .story { min-height: 1590px; padding: 90px 22px 80px; }
  .story-heading { width: 100%; }
  .story-heading h2 { font-size: 47px; }
  .story-lead { font-size: 11px; }
  .story-quote { margin: 36px 0 0 12%; }
  .story-canvas { top: 610px; right: 0; width: 100%; height: 700px; }
  .story-photo-main { top: 0; right: -8%; width: 84%; height: 310px; }
  .story-photo-ramen { top: 270px; left: 4%; width: 51%; height: 290px; }
  .story-photo-souffle { right: 6%; bottom: 0; width: 42%; height: 330px; }
  .story-circle { top: 238px; right: 27%; width: 82px; height: 82px; font-size: 23px; }
  .story-vertical { left: 3%; }
  .story-principles { right: 22px; bottom: 70px; left: 22px; grid-template-columns: 1fr; gap: 24px; }
  .story-principles article { grid-template-columns: 37px 1fr; padding-top: 14px; }

  .collage { height: 900px; min-height: 0; }
  .collage-copy { top: 46%; width: 88vw; }
  .collage-copy h2 { font-size: 39px; }
  .float-a { top: 3%; left: -8%; width: 43vw; height: 42%; }
  .float-b { right: -7%; bottom: 3%; width: 43vw; height: 43%; }
  .float-c { top: 5%; right: -5%; width: 43vw; height: 21%; }
  .float-d { bottom: 3%; left: -5%; width: 47vw; height: 22%; }
  .collage-watermark { font-size: 210px; }

  .signatures { padding: 85px 18px 80px; }
  .signature-intro { display: block; margin-bottom: 42px; }
  .signature-intro h2 { font-size: 47px; }
  .signature-intro > p { margin: 19px 0 0; font-size: 10px; }
  .signature-card, .signature-card.is-reverse { position: relative; top: auto!important; grid-template-columns: 1fr; min-height: 0; margin-bottom: 28px; }
  .signature-card.is-reverse .signature-media, .signature-card.is-reverse .signature-copy { grid-row: auto; grid-column: auto; }
  .signature-media { min-height: 390px; }
  .signature-media::after, .is-reverse .signature-media::after { background: linear-gradient(transparent 70%, #111316); }
  .signature-copy { padding: 39px 26px 44px; }
  .signature-copy h3 { font-size: 30px; }
  .signature-number { top: 18px; right: 18px; font-size: 78px; }
  .ingredient-line { flex-wrap: wrap; white-space: normal; }
  .signature-footer { display: block; margin-top: 45px; }
  .signature-footer p { margin-top: 17px; }

  .craft { padding: 78px 20px 82px; }
  .craft-head { position: relative; top: auto; left: auto; }
  .craft-head h2 { font-size: 46px; }
  .craft-viewport { height: auto; min-height: 0; overflow: visible; }
  .craft-track { display: grid; width: auto; height: auto; padding: 57px 0 0; gap: 62px; transform: none!important; }
  .panel-intro { display: none; }
  .panel-image { display: grid; grid-template-columns: 1fr; gap: 25px; width: 100%; height: auto; }
  .panel-image figure, .panel-tall figure { width: 100%; max-width: none; height: 430px; }
  .panel-image h3 { font-size: 29px; }
  .panel-quote { width: 100%; height: 470px; padding: 40px 32px; }
  .panel-quote blockquote { font-size: 38px; }
  .craft-scroll-hint { display: none; }

  .visit { display: flex; flex-direction: column; min-height: 0; }
  .visit-image { position: relative; inset: auto; width: 100%; height: 410px; }
  .visit-image::after { background: linear-gradient(transparent, #0c0e10); }
  .visit-panel { order: 2; width: 100%; margin: -62px 0 0; padding: 0 22px 70px; }
  .visit-panel h2 { font-size: 42px; }
  .visit-map { order: 3; width: 100%; min-height: 480px; }
  .visit-actions { flex-wrap: wrap; }
  footer { grid-template-columns: 1fr 1fr; min-height: 190px; padding-inline: 22px; }
  footer > p { display: none; }
  footer > div { font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .loader { display: none!important; }
  .js .js-reveal { opacity: 1!important; transform: none!important; }
  .js .js-clip { clip-path: none!important; }
  .craft-track { transform: none!important; }
}
