/*
Theme Name: Hyakusai Beef Noodles 2026
Theme URI: https://hyakusai-beefnoodles.com/
Author: Hyakusai Beef Noodles
Description: Premium responsive theme for 百歳牛肉麺 三条河原町店.
Version: 1.4.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: hyakusai-2026
*/

:root {
	--ink: #15120f;
	--ink-soft: #28221d;
	--ivory: #f5efe3;
	--paper: #fffaf1;
	--red: #b62617;
	--red-bright: #d63b25;
	--gold: #c9a252;
	--gold-pale: #e8d39d;
	--muted: #625a51;
	--line: rgba(49, 38, 26, .16);
	--shadow: 0 24px 70px rgba(21, 18, 15, .14);
	--serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	--shell: min(1180px, calc(100vw - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--ivory);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .22em; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); letter-spacing: .045em; line-height: 1.35; }
h1 { font-size: clamp(2.5rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.75rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
::selection { color: #fff; background: var(--red); }
:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px #1b1714; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
	top: 10px; left: 10px; width: auto; height: auto; padding: 10px 16px; margin: 0;
	clip: auto; z-index: 9999; color: #fff; background: var(--red); white-space: normal;
}
.shell { width: var(--shell); margin-inline: auto; }
.narrow { width: min(800px, calc(100vw - 40px)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 132px) 0; }
.section-dark { color: var(--paper); background: var(--ink); }
.section-paper { background: var(--paper); }
.section-red { color: #fff; background: var(--red); }
.eyebrow {
	display: flex; align-items: center; gap: 12px;
	margin-bottom: 18px; color: var(--red); font-size: .76rem; font-weight: 800;
	letter-spacing: .24em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.section-dark .eyebrow { color: var(--gold-pale); }
.section-red .eyebrow { color: #fff5dd; }
.lead { max-width: 720px; color: #5f574f; font-size: clamp(1.02rem, 1.6vw, 1.22rem); }
.section-dark .lead { color: #ddd2c2; }
.section-red .lead { color: #fff5f0; }
.kicker { font-family: var(--serif); color: var(--gold); letter-spacing: .12em; }
.button {
	display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
	padding: 13px 24px; border: 1px solid var(--red); color: #fff; background: var(--red);
	font-size: .9rem; font-weight: 800; letter-spacing: .08em; text-decoration: none;
	transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--red-bright); }
.button--outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button--outline:hover { color: #fff; background: var(--ink); }
.section-dark .button--outline, .hero .button--outline { color: #fff; border-color: rgba(255,255,255,.65); }
.section-dark .button--outline:hover, .hero .button--outline:hover { color: var(--ink); background: #fff; }
.section-red .button--outline, .cta-panel--visit .button--outline { color: #fff; border-color: rgba(255,255,255,.72); }
.section-red .button--outline:hover, .cta-panel--visit .button--outline:hover { color: var(--ink); background: #fff; }
.button--light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button--light:hover { color: var(--ink); background: #fff; }
.button--dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.button--dark:hover { color: #fff; background: #342c26; }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { color: var(--red); font-weight: 800; letter-spacing: .05em; }

/* Header */
.site-header {
	position: sticky; top: 0; z-index: 1000; color: #fff; background: rgba(21, 18, 15, .96);
	border-bottom: 1px solid rgba(232, 211, 157, .2); backdrop-filter: blur(14px);
}
.site-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 0; display: flex; flex: 0 1 360px; align-items: center; color: #fff; text-decoration: none; }
.brand__official-logo { width: clamp(240px, 24vw, 360px); max-height: 58px; object-fit: contain; object-position: left center; }
.brand__seal {
	display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 auto;
	border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-weight: 700;
}
.brand__name { display: block; font-family: var(--serif); font-size: 1.24rem; font-weight: 700; letter-spacing: .09em; line-height: 1.15; }
.brand__en { display: block; margin-top: 3px; color: #bcb2a5; font-size: .57rem; font-weight: 700; letter-spacing: .16em; }
.custom-logo { max-height: 52px; width: auto; }
.site-nav__list { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; color: #eee8de; font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
.site-nav a:hover::after, .site-nav .current-menu-item a::after, .site-nav .current_page_item a::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.3); color: #fff; background: transparent; }
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after { display: block; width: 20px; height: 1px; margin: auto; background: currentColor; content: ""; transition: transform .2s; }
.nav-toggle__bars::before { transform: translateY(-6px); }
.nav-toggle__bars::after { transform: translateY(5px); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { transform: translateY(0) rotate(45deg); background: #fff; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { transform: translateY(-1px) rotate(-45deg); background: #fff; }

/* Front page */
.hero { position: relative; min-height: 0; display: block; overflow: hidden; color: #fff; background: #080706; }
.hero__media { position: relative; height: auto; padding-top: 34.875%; background: #080706; }
.hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,4,3,.92) 0%, rgba(5,4,3,.58) 42%, rgba(5,4,3,.07) 75%), linear-gradient(0deg, rgba(5,4,3,.8) 0%, transparent 55%); }
.hero__content { position: relative; z-index: 2; width: var(--shell); margin: -170px auto 0; padding: 0 0 80px; }
.hero__content h1 { max-width: 820px; margin-bottom: 22px; text-wrap: balance; text-shadow: 0 5px 28px rgba(0,0,0,.45); }
.hero__content h1 span { display: block; color: var(--gold-pale); font-size: .32em; letter-spacing: .18em; }
.hero__lead { max-width: 610px; margin-bottom: 34px; color: #eee5d8; font-size: clamp(1rem, 1.7vw, 1.25rem); }
.hero__scroll { position: absolute; right: 24px; bottom: 34px; writing-mode: vertical-rl; color: #d7cab8; font-size: .65rem; letter-spacing: .22em; }
.hero__scroll::after { content: ""; display: inline-block; width: 1px; height: 46px; margin-top: 12px; background: var(--gold); }
.fact-bar { color: #fff; background: var(--red); }
.fact-bar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.22); }
.fact:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.fact strong { display: block; font-family: var(--serif); font-size: 1.25rem; letter-spacing: .06em; }
.fact span { display: block; margin-top: 2px; color: #fff0ed; font-size: .7rem; letter-spacing: .09em; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.intro-mark { position: relative; min-height: 440px; display: grid; place-items: center; }
.intro-mark::before { content: "百"; color: rgba(182,38,23,.07); font-family: var(--serif); font-size: min(38vw, 420px); font-weight: 700; line-height: 1; }
.intro-mark img { position: absolute; width: min(94%, 460px); filter: drop-shadow(0 15px 30px rgba(182,38,23,.08)); }
.intro-mark__copy { position: absolute; max-width: 380px; text-align: center; }
.intro-mark__copy b { display: block; color: var(--red); font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.75rem); letter-spacing: .12em; }
.intro-mark__copy span { color: var(--muted); font-size: .82rem; letter-spacing: .14em; }
.brand-ambassador { position: relative; overflow: hidden; background: linear-gradient(135deg, #efe3d0, #fff9ef 58%, #eadac4); }
.brand-ambassador::before { position: absolute; right: -3vw; bottom: -10vw; color: rgba(182,38,23,.045); font-family: var(--serif); font-size: clamp(8rem, 28vw, 26rem); font-weight: 700; line-height: 1; content: "百"; }
.brand-ambassador__grid { position: relative; display: grid; grid-template-columns: minmax(340px, .92fr) 1.08fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.mascot-stage { position: relative; width: min(100%, 520px); aspect-ratio: 1; padding: 0; overflow: hidden; justify-self: center; color: var(--red); background: #fffaf1; border: 1px solid rgba(182,38,23,.24); border-radius: 50%; box-shadow: 0 35px 80px rgba(70,42,21,.14); isolation: isolate; }
.mascot-stage::before { position: absolute; inset: 9%; z-index: -1; border: 1px dashed rgba(182,38,23,.24); border-radius: 50%; content: ""; }
.mascot-stage picture { position: absolute; inset: 10% 4% 3%; display: grid; place-items: center; animation: mascot-float 4.8s ease-in-out infinite; transform-origin: 50% 72%; }
.mascot-stage img { width: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(28,23,20,.08)); }
.mascot-stage:hover picture { animation: mascot-celebrate .9s ease-in-out 1; }
.mascot-stage.is-talking picture { animation: mascot-click .92s ease-in-out 1; }
.mascot-stage__steam { position: absolute; width: 23px; height: 23px; border: 2px solid var(--red); border-radius: 50%; opacity: .42; animation: mascot-steam 3s ease-in-out infinite; }
.mascot-stage__steam--one { top: 16%; right: 17%; }
.mascot-stage__steam--two { top: 23%; right: 11%; width: 10px; height: 10px; animation-delay: .8s; }
.mascot-stage__tap { position: absolute; right: 10%; bottom: 13%; display: grid; width: 54px; height: 54px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: .64rem; font-weight: 900; letter-spacing: .12em; box-shadow: 0 10px 24px rgba(182,38,23,.28); }
.brand-ambassador__copy { max-width: 680px; }
.mascot-message { width: fit-content; max-width: 100%; margin: 8px 0 24px; padding: 15px 20px; color: #fff; background: var(--red); border-radius: 3px 18px 18px 18px; font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 700; box-shadow: 0 12px 30px rgba(182,38,23,.18); }
@keyframes mascot-float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes mascot-celebrate { 0%, 100% { transform: translateY(0) rotate(0); } 30% { transform: translateY(-16px) rotate(-3deg) scale(1.02); } 65% { transform: translateY(-7px) rotate(3deg) scale(1.02); } }
@keyframes mascot-click { 0%, 100% { transform: translateY(0) rotate(0) scale(1); } 28% { transform: translateY(-19px) rotate(-4deg) scale(1.035); } 60% { transform: translateY(-5px) rotate(4deg) scale(1.025); } }
@keyframes mascot-steam { 0%, 100% { opacity: .16; transform: translateY(8px) scale(.75); } 50% { opacity: .55; transform: translateY(-8px) scale(1.05); } }
.signature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 44px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); }
.signature-showcase { margin: 40px 0 0; overflow: hidden; background: #090807; border: 1px solid rgba(232,211,157,.18); box-shadow: 0 28px 80px rgba(0,0,0,.36); }
.signature-showcase img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; object-position: center 57%; }
.signature-showcase--menu { margin-bottom: 38px; }
.dish-card { min-height: 445px; padding: 30px 24px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--ink-soft); transition: background .2s, transform .2s; }
.dish-card:hover { z-index: 2; background: #352b24; transform: translateY(-4px); }
.dish-photo { aspect-ratio: 1; margin: -30px -24px 24px; flex: 0 0 auto; overflow: hidden; background-color: #f7f1e8; background-position: center; background-repeat: no-repeat; background-size: cover; transition: transform .35s ease; }
.dish-card:hover .dish-photo, .price-card:hover .dish-photo { transform: scale(1.025); }
.dish-photo--mix { background-image: url("assets/images/dish-mix.webp"); }
.dish-photo--taiwan { background-image: url("assets/images/dish-taiwan.webp"); }
.dish-photo--lanzhou { background-image: url("assets/images/dish-lanzhou.webp"); }
.dish-photo--suancai { background-image: url("assets/images/dish-suancai.webp"); }
.dish-photo--tantan { background-image: url("assets/images/dish-tantan.webp"); }
.dish-card__num { color: var(--gold); font-family: var(--serif); font-size: .78rem; letter-spacing: .12em; }
.dish-card h3 { margin-bottom: 8px; font-size: 1.25rem; }
.dish-card p { margin-bottom: 0; color: #bdb2a4; font-size: .78rem; line-height: 1.65; }
.dish-card__price { margin-top: 18px; color: var(--gold-pale); font-family: var(--serif); font-size: 1.3rem; }
.craft-band { position: relative; overflow: hidden; }
.craft-band::before { content: "HAND-PULLED"; position: absolute; right: -2vw; bottom: -5vw; color: rgba(255,255,255,.06); font-family: var(--serif); font-size: clamp(4rem, 13vw, 12rem); font-weight: 700; line-height: 1; white-space: nowrap; }
.craft-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.noodle-preview { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.noodle-preview__item { min-height: 102px; padding: 18px 16px; display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 10px; color: var(--ink); background: var(--paper); border-left: 3px solid var(--gold); }
.noodle-preview__item b { display: block; color: var(--red); font-size: .64rem; letter-spacing: .12em; }
.noodle-preview__item strong { display: block; font-family: var(--serif); font-size: 1.05rem; }
.noodle-preview__item small { color: var(--muted); }
.noodle-preview__shape, .noodle-shape { --shape-w: 16px; --shape-h: 16px; width: 64px; height: 46px; display: grid; place-items: center; color: var(--red); }
.shape-round::before, .shape-flat::before { width: var(--shape-w); height: var(--shape-h); display: block; background: currentColor; content: ""; }
.shape-round::before { border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); }
.shape-round--1 { --shape-w: 7px; --shape-h: 7px; }
.shape-round--2 { --shape-w: 11px; --shape-h: 11px; }
.shape-round--3 { --shape-w: 15px; --shape-h: 15px; }
.shape-round--8 { --shape-w: 30px; --shape-h: 30px; }
.shape-flat::before { border-radius: 2px; }
.shape-flat--5 { --shape-w: 24px; --shape-h: 7px; }
.shape-flat--15 { --shape-w: 44px; --shape-h: 8px; }
.shape-flat--50 { --shape-w: 62px; --shape-h: 12px; }
.shape-triangle::before { width: 0; height: 0; border-right: 13px solid transparent; border-bottom: 23px solid currentColor; border-left: 13px solid transparent; content: ""; }
.home-menu__head { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 7vw, 100px); align-items: end; }
.home-menu__head .lead { margin-bottom: 16px; }
.home-menu-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.home-menu-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; color: var(--ink); background: rgba(255,255,255,.76); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(48,31,16,.045); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.home-menu-card:hover { border-color: rgba(182,38,23,.28); box-shadow: 0 18px 44px rgba(48,31,16,.1); transform: translateY(-4px); }
.home-menu-card__media { aspect-ratio: 4 / 3; padding: 16px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #fffaf1, #eee4d5); border-bottom: 1px solid var(--line); }
.home-menu-card__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(55,35,20,.1)); transition: transform .35s ease; }
.home-menu-card:hover .home-menu-card__media img { transform: scale(1.04); }
.home-menu-card__body { padding: 20px 20px 24px; display: flex; flex: 1; flex-direction: column; }
.home-menu-card__body small { color: var(--red); font-size: .56rem; font-weight: 900; letter-spacing: .16em; }
.home-menu-card__body strong { margin-top: 8px; font-family: var(--serif); font-size: 1rem; line-height: 1.5; }
.home-menu-card__body strong em { color: #756b61; font-family: var(--sans); font-size: .68em; font-style: normal; font-weight: 650; }
.home-menu-card__body > span { margin-top: 13px; color: var(--muted); font-size: .74rem; line-height: 1.7; }
.cta-split { display: grid; grid-template-columns: repeat(2, 1fr); }
.cta-panel { min-height: 420px; padding: clamp(48px, 6vw, 82px); display: flex; flex-direction: column; justify-content: center; }
.cta-panel--recruit { color: #fff; background: var(--red); }
.cta-panel--visit { color: #fff; background: var(--ink-soft); }
.cta-panel p { max-width: 540px; color: #fff5f0; }
.movie-section { overflow: hidden; }
.movie-section__head { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 110px); align-items: end; }
.movie-section__head .lead { margin-bottom: 18px; }
.movie-section .text-link { color: var(--gold-pale); }
.movie-grid { max-width: 920px; margin-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 4vw, 40px); }
.movie-card { overflow: hidden; color: #fff; background: var(--ink-soft); border: 1px solid rgba(232,211,157,.22); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.movie-frame { position: relative; aspect-ratio: 9 / 16; overflow: hidden; background: #070605; }
.movie-facade, .movie-embed { width: 100%; height: 100%; display: block; border: 0; }
.movie-facade { position: relative; padding: 0; color: #fff; background: #070605; }
.movie-facade::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(rgba(7,6,5,.08), rgba(7,6,5,.58)); }
.movie-facade img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; opacity: .88; }
.movie-facade--craft::before { content: ""; position: absolute; inset: -24px; background: url("assets/images/hero-hand-pulled-branded-v2.webp?ver=1.4.0") center / cover no-repeat; filter: blur(15px); opacity: .62; transform: scale(1.08); }
.movie-facade--craft img { object-fit: contain; }
.movie-facade--food { background: #17110e url("assets/images/menu-noodles-preview.webp") 83% 14% / 400% auto no-repeat; }
.movie-cover-label { position: absolute; z-index: 2; right: 26px; bottom: 30px; left: 26px; color: #fff; text-align: left; pointer-events: none; }
.movie-cover-label small { display: block; margin-bottom: 8px; color: var(--gold-pale); font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.movie-cover-label strong { display: block; font-family: var(--serif); font-size: clamp(1.7rem, 4vw, 2.35rem); line-height: 1.25; text-shadow: 0 3px 18px rgba(0,0,0,.55); }
.movie-facade--craft .movie-play { top: 42%; }
.movie-play { position: absolute; z-index: 2; top: 50%; left: 50%; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); box-shadow: 0 12px 35px rgba(0,0,0,.35); transform: translate(-50%, -50%); transition: transform .2s, background .2s; }
.movie-facade:hover .movie-play { background: var(--red-bright); transform: translate(-50%, -50%) scale(1.06); }
.movie-card__body { padding: 26px 28px 30px; }
.movie-card__body > span { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.movie-card__body h3 { margin: 9px 0 10px; font-size: 1.3rem; }
.movie-card__body p { margin-bottom: 18px; color: #c9beb1; font-size: .82rem; }
.movie-card__body a { color: var(--gold-pale); font-size: .77rem; font-weight: 800; text-decoration: none; }
.movie-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }

/* Inner pages */
.page-hero { position: relative; padding: clamp(90px, 12vw, 160px) 0 clamp(68px, 8vw, 110px); overflow: hidden; }
.page-hero::before { position: absolute; right: clamp(22px, 7vw, 110px); bottom: -8%; width: clamp(190px, 26vw, 410px); aspect-ratio: 658 / 481; background: url("assets/images/brand-mark-red.png") center / contain no-repeat; opacity: .075; content: ""; }
.page-hero::after { content: attr(data-mark); position: absolute; right: 4vw; bottom: -4vw; color: rgba(255,255,255,.04); font-family: var(--serif); font-size: 20vw; line-height: 1; }
.page-hero__inner { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; margin-bottom: 16px; font-size: clamp(2.6rem, 6vw, 5rem); }
.page-hero__lead { max-width: 720px; margin: 0; color: #d5ccbe; font-size: 1.05rem; }
.craft-visual { position: relative; margin: 0; overflow: hidden; isolation: isolate; color: #fff; background: #050505; }
.craft-visual img { width: 100%; height: auto; display: block; }
.craft-visual figcaption { position: absolute; right: clamp(18px, 5vw, 72px); bottom: clamp(16px, 3vw, 38px); max-width: 560px; padding: 12px 16px; color: #fff; background: rgba(10,8,7,.72); font-size: .78rem; letter-spacing: .04em; backdrop-filter: blur(8px); }
.craft-page-nav { position: sticky; z-index: 20; top: 82px; border-bottom: 1px solid var(--line); background: rgba(245,239,229,.96); backdrop-filter: blur(12px); }
.craft-page-nav .shell { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 5vw, 64px); }
.craft-page-nav a { color: var(--ink); font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; }
.craft-page-nav a:hover { color: var(--red); }
.craft-anchor { scroll-margin-top: 140px; }
.menu-page-nav { position: sticky; z-index: 22; top: 82px; border-bottom: 1px solid var(--line); background: rgba(247,241,232,.97); box-shadow: 0 8px 26px rgba(40,28,17,.06); backdrop-filter: blur(12px); }
.menu-page-nav .shell { min-height: 58px; display: flex; align-items: stretch; justify-content: center; overflow-x: auto; scrollbar-width: none; }
.menu-page-nav .shell::-webkit-scrollbar { display: none; }
.menu-page-nav a { flex: 0 0 auto; padding: 19px clamp(12px, 2vw, 24px); color: var(--ink); border-bottom: 2px solid transparent; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; white-space: nowrap; }
.menu-page-nav a:hover, .menu-page-nav a:focus-visible { color: var(--red); border-bottom-color: var(--red); }
.menu-anchor { scroll-margin-top: 140px; }
.price-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 40px; }
.price-card { padding: 28px 22px; overflow: hidden; background: var(--paper); border-top: 3px solid var(--red); box-shadow: 0 12px 40px rgba(30,20,10,.07); transition: box-shadow .25s, transform .25s; }
.price-card:hover { box-shadow: 0 20px 48px rgba(30,20,10,.13); transform: translateY(-4px); }
.price-card .dish-photo { margin: -28px -22px 24px; }
.price-card h3 { margin-bottom: 10px; font-size: 1.1rem; }
.price-card h3 small { color: #756b61; font-family: var(--sans); font-size: .62em; font-weight: 650; letter-spacing: .01em; }
.price-card p { margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.6; }
.price-card strong { display: block; margin-top: 18px; color: var(--red); font-family: var(--serif); font-size: 1.45rem; }
.taste-guide { margin: 34px 0 0; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); background: rgba(255,255,255,.56); }
.taste-guide > div { padding: 16px 18px; border-right: 1px solid var(--line); }
.taste-guide > div:last-child { border-right: 0; }
.taste-guide b, .taste-guide span { display: block; }
.taste-guide b { color: var(--red); font-size: .62rem; letter-spacing: .08em; }
.taste-guide span { margin-top: 3px; font-family: var(--serif); font-size: .91rem; font-weight: 700; }
.menu-tag-row { margin: 0 0 13px; display: flex; flex-wrap: wrap; gap: 6px; }
.menu-tag-row span { padding: 4px 8px; color: var(--red); background: rgba(182,38,23,.075); border: 1px solid rgba(182,38,23,.17); border-radius: 999px; font-size: .59rem; font-weight: 800; letter-spacing: .03em; }
.menu-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 28px; }
.menu-details > div { padding: 26px; background: rgba(255,255,255,.58); border: 1px solid var(--line); }
.menu-details h3 { margin-bottom: 12px; font-size: 1.1rem; }
.menu-details ul { margin: 0; padding: 0; list-style: none; }
.menu-details li { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
.menu-details p { margin: 0; color: var(--muted); font-size: .84rem; }
.notice { margin: 34px 0 0; padding: 18px 22px; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.45); font-size: .82rem; }
.notice--dark { color: #cfc4b7; border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.04); }
.menu-catalog { position: relative; }
.menu-catalog__head { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 7vw, 100px); align-items: end; }
.menu-catalog__head .lead { margin-bottom: 8px; }
.menu-group { margin-top: 46px; }
.menu-group + .menu-group { padding-top: 42px; border-top: 1px solid var(--line); }
.menu-group > h3 { margin: 0 0 20px; display: flex; align-items: center; gap: 14px; font-size: clamp(1.25rem, 2vw, 1.65rem); }
.menu-group > h3::before { width: 32px; height: 2px; background: var(--red); content: ""; }
.menu-item-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.menu-item-card { min-height: 430px; padding: 0; display: flex; flex-direction: column; overflow: hidden; color: var(--ink); background: rgba(255,255,255,.7); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(48,31,16,.045); transition: border-color .2s, box-shadow .2s, transform .2s; }
.section:not(.section-paper) .menu-item-card { background: var(--paper); }
.menu-item-card:hover { border-color: rgba(182,38,23,.28); box-shadow: 0 18px 44px rgba(48,31,16,.09); transform: translateY(-3px); }
.menu-item-card__photo, .menu-item-card__visual { position: relative; aspect-ratio: 4 / 3; flex: 0 0 auto; overflow: hidden; border-bottom: 1px solid var(--line); }
.menu-item-card__photo { padding: 16px; display: grid; place-items: center; background: radial-gradient(circle at center, #fffaf1, #eee4d5); }
.menu-item-card__photo img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(55,35,20,.09)); transition: filter .35s ease, transform .35s ease; }
.menu-item-card:hover .menu-item-card__photo img { filter: drop-shadow(0 15px 19px rgba(55,35,20,.13)) saturate(1.06) contrast(1.02); transform: scale(1.035); }
.menu-item-card__visual { display: grid; place-items: center; color: var(--red); background: radial-gradient(circle at 50% 42%, #fff 0 22%, transparent 23%), linear-gradient(135deg, #f8efe1, #fffaf1); isolation: isolate; }
.menu-item-card__visual::before { position: absolute; inset: 18%; z-index: -1; background: url("assets/images/brand-mark-red.png") center / contain no-repeat; opacity: .075; content: ""; }
.menu-item-card__visual span { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.1rem); line-height: 1; }
.menu-item-card__visual small { position: absolute; bottom: 18px; color: #8e8173; font-size: .55rem; font-weight: 900; letter-spacing: .2em; }
.menu-item-card__body { min-height: 225px; padding: 22px 24px 24px; display: flex; flex: 1 1 auto; flex-direction: column; }
.menu-item-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.menu-item-card h4 { margin: 0; font-family: var(--serif); font-size: 1.03rem; line-height: 1.4; }
.menu-item-card__zh { color: #756b61; font-family: var(--sans); font-size: .7em; font-weight: 650; letter-spacing: .01em; }
.menu-item-card small { display: block; margin-top: 4px; color: #8e8173; font-size: .62rem; line-height: 1.45; }
.menu-item-card strong { flex: 0 0 auto; color: var(--red); font-family: var(--serif); font-size: 1.05rem; white-space: nowrap; }
.menu-item-card__body > p { margin: 18px 0 20px; color: var(--muted); font-size: .78rem; line-height: 1.75; }
.menu-item-card .menu-tag-row { margin-top: auto; margin-bottom: 0; }
.source-menu { margin-top: 34px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); }
.source-menu summary { padding: 22px 26px; color: var(--gold-pale); font-family: var(--serif); font-size: 1.05rem; font-weight: 700; cursor: pointer; }
.source-menu[open] summary { border-bottom: 1px solid rgba(255,255,255,.13); }
.source-menu__grid { padding: clamp(18px, 3vw, 34px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.source-menu .full-menu { margin: 0; }
.full-menu { margin: 0 0 54px; padding: clamp(10px, 2vw, 22px); background: #fff; box-shadow: var(--shadow); }
.full-menu img { width: 100%; }
.full-menu figcaption { padding: 18px 8px 0; color: var(--muted); font-size: .82rem; text-align: center; }
.text-menu { margin-top: 38px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.text-menu summary { padding: 22px 26px; color: var(--ink); font-family: var(--serif); font-size: 1.08rem; font-weight: 700; cursor: pointer; }
.text-menu[open] summary { border-bottom: 1px solid var(--line); }
.text-menu__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.text-menu__grid section { padding: 24px; background: var(--paper); }
.text-menu__grid h3 { margin-bottom: 14px; font-size: 1.02rem; }
.text-menu__grid dl { margin: 0; }
.text-menu__grid dl > div { display: flex; justify-content: space-between; gap: 14px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.text-menu__grid dt, .text-menu__grid dd { margin: 0; font-size: .75rem; line-height: 1.55; }
.text-menu__grid dd { flex: 0 0 auto; color: var(--red); font-weight: 700; }
.craft-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; counter-reset: principle; }
.principle { min-height: 290px; padding: 38px 30px; background: var(--paper); border-bottom: 2px solid var(--gold); counter-increment: principle; }
.principle::before { content: "0" counter(principle); display: block; margin-bottom: 32px; color: var(--red); font-family: var(--serif); font-size: 1.05rem; }
.principle h3 { font-size: 1.35rem; }
.principle p { color: var(--muted); font-size: .88rem; }
.craft-origin { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 8vw, 100px); align-items: end; }
.craft-definition { padding: clamp(28px, 4vw, 46px); display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; background: var(--ink); color: #fff; }
.craft-definition > span { color: var(--gold); font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 5.8rem); line-height: 1; }
.craft-definition h3 { margin-bottom: 9px; font-size: 1.35rem; }
.craft-definition p { margin: 0; color: #cfc4b7; font-size: .84rem; }
.process-route { margin-top: 48px; padding: 18px 22px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; color: #fff; background: var(--red); }
.process-route span { font-family: var(--serif); font-size: .86rem; font-weight: 700; letter-spacing: .06em; }
.process-route i { color: var(--gold-pale); font-style: normal; }
.process-steps { margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; list-style: none; background: var(--line); border: 1px solid var(--line); }
.process-step { position: relative; min-height: 390px; padding: 30px 26px; display: flex; flex-direction: column; overflow: hidden; background: var(--paper); }
.process-step::after { position: absolute; top: 18px; right: 18px; width: 34px; height: 28px; background: url("assets/images/brand-mark-red.png") center / contain no-repeat; opacity: .14; content: ""; }
.process-step__num { display: block; color: var(--red); font-family: var(--serif); font-size: .75rem; letter-spacing: .14em; }
.process-step small { display: block; margin-top: 30px; color: var(--gold); font-weight: 800; letter-spacing: .12em; }
.process-step h3 { margin: 6px 0 12px; font-size: 1.18rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.75; }
.process-step__tip { position: relative; margin-top: auto; padding: 18px 0 0 38px; color: #534b43; border-top: 1px solid var(--line); font-size: .69rem; line-height: 1.55; }
.process-step__tip::before { position: absolute; top: 18px; left: 0; width: 28px; height: 23px; background: url("assets/images/brand-mark-red.png") center / contain no-repeat; content: ""; }
.process-step__tip b { display: block; color: var(--red); font-size: .59rem; letter-spacing: .08em; }
.process-step--highlight { color: #fff; background: var(--red); }
.process-step--highlight::after { filter: brightness(0) invert(1); opacity: .2; }
.process-step--highlight .process-step__num, .process-step--highlight small, .process-step--highlight .process-step__tip b { color: var(--gold-pale); }
.process-step--highlight p, .process-step--highlight .process-step__tip { color: #fff5ed; }
.process-step--highlight .process-step__tip { border-color: rgba(255,255,255,.25); }
.process-step--highlight .process-step__tip::before { filter: brightness(0) invert(1); }
.process-note { margin: 20px 0 0; color: var(--muted); font-size: .74rem; }
.craft-video-layout { display: grid; grid-template-columns: 1fr minmax(320px, 430px); gap: clamp(48px, 9vw, 120px); align-items: center; }
.craft-video-layout > div > p:not(.eyebrow) { max-width: 650px; }
.craft-movie-card { width: 100%; }
.noodle-section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 7vw, 90px); align-items: end; }
.noodle-guide { padding: 22px 24px; display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: center; color: var(--ink); background: var(--paper); border: 1px solid rgba(232,211,157,.4); }
.noodle-guide__mascot { width: 120px; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: #f2e3cf; border-radius: 50%; }
.noodle-guide__mascot img { width: 120%; max-width: none; }
.noodle-guide span { color: var(--red); font-size: .64rem; font-weight: 900; letter-spacing: .09em; }
.noodle-guide p { margin: 7px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.noodle-swipe-hint { display: none; }
.noodle-style-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.noodle-style-card { min-width: 0; overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid rgba(255,255,255,.42); box-shadow: 0 22px 55px rgba(87,15,10,.18); transition: transform .25s, border-color .25s, box-shadow .25s; }
.noodle-style-card:hover { border-color: #fff; box-shadow: 0 30px 70px rgba(87,15,10,.26); transform: translateY(-6px); }
.noodle-style-card__visual { position: relative; aspect-ratio: 1; margin: 0; display: grid; place-items: center; overflow: hidden; color: #fff; background: #ff3037; border-bottom: 1px solid rgba(182,38,23,.2); isolation: isolate; }
.noodle-style-card__visual::before { position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.12), transparent 58%), url("assets/images/brand-mark-red.png") 94% 8% / 62px auto no-repeat; filter: brightness(0) invert(1); opacity: .16; content: ""; }
.noodle-style-card__visual::after { position: absolute; z-index: 2; inset: 14px; border: 1px solid rgba(255,255,255,.36); pointer-events: none; content: ""; }
.noodle-style-card__photo-crop { position: relative; z-index: 1; width: auto; max-width: 72%; height: 100%; object-fit: contain; filter: saturate(1.03) contrast(1.02) drop-shadow(0 14px 20px rgba(83,8,8,.18)); transition: transform .35s ease; }
.noodle-style-card:hover .noodle-style-card__photo-crop { transform: scale(1.025); }
.noodle-style-card__visual figcaption { position: absolute; z-index: 3; right: 24px; bottom: 19px; left: 24px; padding: 7px 10px; color: #fff; background: rgba(42,13,10,.68); font-size: .51rem; font-weight: 900; letter-spacing: .11em; text-align: center; }
.noodle-style-card__body { position: relative; min-height: 338px; padding: 24px 22px 26px; display: flex; flex-direction: column; }
.noodle-style-card__body::after { position: absolute; right: 16px; bottom: 14px; width: 52px; height: 42px; background: url("assets/images/brand-mark-red.png") center / contain no-repeat; opacity: .09; content: ""; }
.noodle-style-card__top { min-height: 26px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.noodle-style-card__number { color: var(--red); font-family: var(--serif); font-size: .75rem; letter-spacing: .15em; }
.noodle-style-card__badge { padding: 4px 8px; color: #fff; background: var(--red); font-size: .58rem; font-weight: 900; letter-spacing: .08em; }
.noodle-style-card h3 { margin: 14px 0 13px; color: var(--ink); font-size: clamp(1.35rem, 2.15vw, 1.75rem); }
.noodle-style-card h3 small { color: #756b61; font-family: var(--sans); font-size: .54em; font-weight: 700; letter-spacing: .02em; }
.noodle-measure { padding: 8px 10px; display: flex; align-items: center; gap: 4px; background: rgba(182,38,23,.06); border: 1px solid rgba(182,38,23,.14); }
.noodle-measure .noodle-shape { width: 62px; height: 38px; flex: 0 0 auto; color: var(--red); }
.noodle-measure strong { color: var(--red); font-size: .72rem; letter-spacing: .05em; }
.noodle-style-card__body > p { margin: 17px 0 20px; color: var(--muted); font-size: .77rem; line-height: 1.75; }
.noodle-tags { position: relative; z-index: 1; margin: auto 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.noodle-tags li { padding: 4px 8px; color: var(--red); background: rgba(182,38,23,.06); border: 1px solid rgba(182,38,23,.14); font-size: .58rem; }
.noodle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px; counter-reset: noodle; }
.noodle-card { position: relative; min-height: 275px; padding: 30px 24px; overflow: hidden; color: #fff; background: var(--ink-soft); counter-increment: noodle; }
.noodle-card::before { content: counter(noodle, decimal-leading-zero); display: block; margin-bottom: 36px; color: var(--gold); font-family: var(--serif); font-size: .8rem; }
.noodle-card::after { content: ""; position: absolute; right: -35px; bottom: 28px; width: 180px; height: var(--strand, 2px); background: var(--gold); box-shadow: 0 12px 0 var(--gold), 0 24px 0 var(--gold); transform: rotate(-12deg); opacity: .24; }
.noodle-card:nth-child(1) { --strand: 1px; }
.noodle-card:nth-child(2) { --strand: 2px; }
.noodle-card:nth-child(3) { --strand: 4px; }
.noodle-card:nth-child(4) { --strand: 7px; }
.noodle-card:nth-child(5) { --strand: 4px; }
.noodle-card:nth-child(6) { --strand: 8px; }
.noodle-card:nth-child(7) { --strand: 14px; }
.noodle-card:nth-child(8) { --strand: 6px; }
.noodle-card h3 { margin-bottom: 7px; }
.noodle-card p { position: relative; z-index: 1; margin: 0; color: #bfb5a9; font-size: .78rem; }
.recruit-intro { max-width: 1120px; }
.recruit-intro > .lead { max-width: 820px; }
.recruit-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 46px; }
.recruit-option { min-height: 330px; padding: clamp(30px, 4vw, 48px); display: flex; flex-direction: column; color: #fff; background: var(--red); box-shadow: var(--shadow); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.recruit-option--full { background: var(--ink-soft); }
.recruit-option:hover { color: #fff; transform: translateY(-5px); box-shadow: 0 28px 70px rgba(30,20,10,.18); }
.recruit-option__type { margin-bottom: 28px; color: var(--gold-pale); font-size: .72rem; font-weight: 800; letter-spacing: .17em; }
.recruit-option strong { font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.15rem); }
.recruit-option__price { margin: 10px 0 8px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 .16em; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 2.8rem); line-height: 1.15; }
.recruit-option__price small { font-size: .38em; }
.pay-amount { white-space: nowrap; }
.recruit-option__meta { color: rgba(255,255,255,.78); font-size: .82rem; }
.recruit-option__link { margin-top: auto; padding-top: 28px; font-size: .78rem; font-weight: 800; letter-spacing: .05em; }
.job-section { scroll-margin-top: 84px; }
.job-section__head { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(38px, 7vw, 90px); align-items: center; }
.job-section__head .lead { max-width: 650px; }
.heading-note { display: inline-block; color: var(--gold-pale); font-size: .45em; letter-spacing: .08em; }
.wage-card { padding: clamp(38px, 5vw, 64px); color: #fff; background: var(--red); box-shadow: var(--shadow); }
.wage-card--gold { color: var(--ink); background: var(--gold-pale); }
.wage-card__label { font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.wage-card__price { margin: 8px 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 .14em; font-family: var(--serif); font-size: clamp(2.5rem, 4.5vw, 3.6rem); line-height: 1.1; }
.wage-card__price small { font-size: .28em; }
.wage-card p { margin: 0; color: #fff5f0; font-size: .84rem; }
.wage-card--gold p { color: #4e4338; }
.job-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.job-facts > div { min-height: 155px; padding: 26px 22px; display: flex; flex-direction: column; background: var(--paper); }
.job-facts span { color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.job-facts strong { margin: 15px 0 4px; font-family: var(--serif); font-size: 1.16rem; }
.job-facts small { margin-top: auto; color: var(--muted); font-size: .71rem; line-height: 1.55; }
.job-facts--dark { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.14); }
.job-facts--dark > div { background: #2a231e; }
.job-facts--dark span { color: var(--gold); }
.job-facts--dark small { color: #bfb4a8; }
.job-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
.job-card { padding: 34px 28px; background: var(--paper); border-top: 1px solid var(--gold); }
.job-card__num { display: block; margin-bottom: 28px; color: var(--red); font-family: var(--serif); font-size: .75rem; letter-spacing: .12em; }
.job-card h3 { font-size: 1.25rem; }
.job-card p, .job-card li { color: var(--muted); font-size: .86rem; }
.job-card ul { margin: 0; padding-left: 1.2em; }
.job-detail-grid--dark .job-card { background: #2a231e; border-color: var(--gold); }
.job-detail-grid--dark .job-card__num { color: var(--gold); }
.job-detail-grid--dark .job-card li { color: #c7bdb1; }
.job-callout { margin-top: 20px; padding: clamp(30px, 5vw, 54px); display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; color: #fff; background: var(--red); }
.job-callout__label { color: var(--gold-pale); font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.job-callout h3 { margin: 10px 0; font-size: clamp(1.35rem, 3vw, 2rem); }
.job-callout p { max-width: 760px; margin: 0; color: #fff1ed; font-size: .86rem; }
.job-callout .button { white-space: nowrap; }
.job-callout--dark { color: var(--ink); background: var(--gold-pale); }
.job-callout--dark .job-callout__label { color: var(--red); }
.job-callout--dark p { color: #554a3f; }
.recruit-legal-note { margin: 18px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.65; }
.career-note { margin-top: 20px; padding: clamp(32px, 5vw, 58px); border: 1px solid rgba(232,211,157,.24); background: linear-gradient(135deg, rgba(182,38,23,.18), rgba(232,211,157,.06)); }
.career-note h3 { margin: 12px 0; font-size: clamp(1.5rem, 3vw, 2.25rem); }
.career-note p:last-child { max-width: 760px; margin-bottom: 0; color: #cfc5b8; }
.apply-box { padding: clamp(42px, 7vw, 82px); text-align: center; }
.apply-box h2 { margin-bottom: 14px; }
.apply-box p { max-width: 720px; margin: 0 auto 28px; color: var(--muted); }
.apply-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.apply-email { margin-top: 26px !important; margin-bottom: 0 !important; }
.email-link { overflow-wrap: anywhere; }
.access-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(35px, 7vw, 90px); align-items: start; }
.info-list { margin: 0; }
.info-list__row { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.info-list__row:last-child { border-bottom: 1px solid var(--line); }
.info-list dt { color: var(--red); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.info-list dd { margin: 0; font-family: var(--serif); font-size: 1.05rem; }
.map-wrap { min-height: 520px; background: #ddd3c5; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; min-height: 520px; display: block; border: 0; }
.transport-note { margin-top: 30px; padding: 26px; color: var(--muted); background: var(--paper); border-left: 3px solid var(--gold); }

/* Generic content and footer */
.entry-content { padding: 72px 0; }
.entry-content > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.site-footer { color: #cfc4b6; background: #0b0908; }
.site-footer__main { padding: 70px 0 50px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
.footer-logo { width: min(100%, 390px); margin-bottom: 30px; display: block; }
.footer-logo img { width: 100%; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer h2 { font-size: 1.5rem; }
.site-footer h3 { font-family: var(--sans); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.site-footer p, .site-footer a { font-size: .82rem; }
.site-footer .eyebrow { color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .2em; }
.site-footer a:hover { color: var(--gold-pale); }
.footer-nav { margin: 0; padding: 0; list-style: none; }
.footer-nav li { margin-bottom: 7px; }
.site-footer__bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); color: #887f75; font-size: .68rem; letter-spacing: .08em; }
.floating-actions { position: fixed; z-index: 900; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.floating-action { width: 50px; height: 50px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; box-shadow: 0 8px 24px rgba(0,0,0,.26); text-decoration: none; }
.floating-action--map { color: var(--ink); background: var(--gold-pale); }
.floating-action svg { width: 21px; height: 21px; }

@media (max-width: 1080px) {
	.signature-grid { grid-template-columns: repeat(3, 1fr); }
	.price-grid { grid-template-columns: repeat(3, 1fr); }
	.menu-item-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.taste-guide { grid-template-columns: repeat(3, 1fr); }
	.taste-guide > div { border-bottom: 1px solid var(--line); }
	.noodle-grid { grid-template-columns: repeat(2, 1fr); }
	.noodle-style-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.process-steps { grid-template-columns: repeat(2, 1fr); }
	.site-nav__list { gap: 14px; }
}

@media (max-width: 820px) {
	:root { --shell: min(100% - 32px, 720px); }
	.site-header { background: #15120f; backdrop-filter: none; }
	.site-header__inner { min-height: 70px; }
	.nav-toggle { display: block; }
	.site-nav { position: fixed; top: 70px; right: 0; bottom: 0; left: 0; padding: 42px 24px; overflow-y: auto; overscroll-behavior: contain; visibility: hidden; opacity: 0; background: rgba(16,13,11,.985); transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
	.site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
	.site-nav__list, .site-nav .menu { display: block; margin: 0; padding: 0; list-style: none; }
	.site-nav li { border-bottom: 1px solid rgba(255,255,255,.12); }
	.site-nav a { display: block; padding: 17px 4px; font-family: var(--serif); font-size: 1.25rem; }
	.hero { min-height: 0; display: block; }
	.hero__media { position: relative; height: clamp(230px, 66vw, 340px); padding-top: 0; isolation: isolate; background: #080706; }
	.hero__media::before { content: ""; position: absolute; z-index: -1; inset: -18px; background: linear-gradient(rgba(8,7,6,.42), rgba(8,7,6,.42)), url("assets/images/hero-hand-pulled-branded-v2.webp?ver=1.4.0") center / cover no-repeat; filter: blur(15px); transform: scale(1.08); }
	.hero__media img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
	.hero__media::after { z-index: 2; background: linear-gradient(0deg, rgba(5,4,3,.88) 0%, rgba(5,4,3,.08) 52%, rgba(5,4,3,.28) 100%); }
	.hero__content { width: var(--shell); margin-top: 0; padding: 56px 0 62px; }
	.hero__scroll { display: none; }
	.fact-bar__grid { grid-template-columns: repeat(2, 1fr); }
	.fact:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.22); }
	.fact { padding: 20px 16px; }
	.intro-grid, .brand-ambassador__grid, .craft-grid, .craft-origin, .craft-video-layout, .job-section__head, .movie-section__head, .access-grid, .noodle-section-head { grid-template-columns: 1fr; }
	.intro-mark { min-height: 300px; }
	.brand-ambassador__copy { max-width: 720px; }
	.menu-page-nav { top: 70px; }
	.menu-page-nav .shell { justify-content: flex-start; }
	.menu-anchor { scroll-margin-top: 128px; }
	.craft-page-nav { top: 70px; }
	.craft-anchor { scroll-margin-top: 128px; }
	.menu-catalog__head { grid-template-columns: 1fr; gap: 18px; }
	.mascot-stage { max-width: 440px; }
	.noodle-guide { max-width: 620px; }
	.signature-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
	.menu-details { grid-template-columns: 1fr; }
	.text-menu__grid { grid-template-columns: repeat(2, 1fr); }
	.source-menu__grid { grid-template-columns: 1fr; }
	.home-menu__head { grid-template-columns: 1fr; gap: 18px; }
	.home-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cta-split { grid-template-columns: 1fr; }
	.cta-panel { min-height: 340px; }
	.craft-principles, .job-detail-grid { grid-template-columns: 1fr; }
	.recruit-options { grid-template-columns: 1fr; }
	.job-facts { grid-template-columns: repeat(2, 1fr); }
	.job-callout { grid-template-columns: 1fr; }
	.craft-movie-card { max-width: 430px; margin-inline: auto; }
	.site-footer__main { grid-template-columns: 1fr 1fr; gap: 36px; }
	.site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
	body { font-size: 15px; }
	.brand { flex-basis: 224px; }
	.brand__official-logo { width: min(58vw, 224px); max-height: 45px; }
	.brand__name { font-size: 1rem; }
	.brand__en { font-size: .49rem; }
	.brand__seal { width: 36px; height: 36px; }
	.hero { min-height: 0; }
	.hero__content h1 { font-size: clamp(2.15rem, 11.5vw, 2.72rem); }
	.hero__content h1 br { display: none; }
	.signature-showcase { margin-right: -16px; margin-left: -16px; }
	.signature-showcase img { aspect-ratio: 1672 / 941; object-fit: contain; object-position: center; }
	.craft-visual::before { content: ""; position: absolute; z-index: 0; top: -24px; right: -24px; left: -24px; height: 268px; background: linear-gradient(rgba(5,5,5,.22), rgba(5,5,5,.22)), url("assets/images/hero-hand-pulled-branded-v2.webp?ver=1.4.0") center / cover no-repeat; filter: blur(16px); transform: scale(1.08); }
	.craft-visual img { position: relative; z-index: 1; height: 220px; min-height: 0; object-fit: contain; }
	.craft-visual figcaption { position: relative; z-index: 2; right: auto; bottom: auto; margin: 0; padding: 14px 18px; background: #171310; }
	.craft-page-nav { top: 70px; }
	.craft-page-nav .shell { min-height: 52px; justify-content: flex-start; gap: 0; overflow-x: auto; scrollbar-width: none; }
	.craft-page-nav .shell::-webkit-scrollbar { display: none; }
	.craft-page-nav a { flex: 0 0 auto; padding: 17px 16px; }
	.button-group .button { width: 100%; }
	.process-route { padding: 1px; display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--gold); }
	.process-route i { display: none; }
	.process-route span { position: relative; padding: 12px 44px 12px 16px; background: var(--red); }
	.process-route span:not(:last-child)::after { content: "↓"; position: absolute; right: 17px; color: var(--gold-pale); }
	.process-steps, .job-facts, .movie-grid { grid-template-columns: 1fr; }
	.home-menu-grid { grid-template-columns: 1fr; }
	.process-step { min-height: 0; padding: 26px 22px; }
	.process-step__tip { margin-top: 28px; }
	.craft-definition { grid-template-columns: 1fr; }
	.craft-definition > span { font-size: 3.8rem; }
	.recruit-option { min-height: 300px; }
	.wage-card__price { font-size: clamp(2rem, 9vw, 2.8rem); overflow-wrap: anywhere; }
	.job-callout .button { width: 100%; white-space: normal; }
	.movie-grid { max-width: 100%; }
	.movie-play { width: 62px; height: 62px; }
	.movie-card__body { padding: 24px 22px 28px; }
	.movie-actions .button, .apply-actions .button { width: 100%; }
	.fact strong { font-size: 1rem; }
	.fact span { font-size: .61rem; }
	.signature-grid, .price-grid, .noodle-grid { grid-template-columns: 1fr; }
	.menu-page-nav a { padding: 16px 14px; }
	.menu-item-grid { grid-template-columns: 1fr; }
	.menu-item-card { min-height: 0; padding: 0; }
	.menu-item-card__body { min-height: 0; padding: 21px 20px 22px; }
	.menu-item-card__top { gap: 10px; }
	.taste-guide { margin-right: -16px; padding-right: 16px; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(72vw, 260px); overflow-x: auto; border: 0; background: transparent; scroll-snap-type: x mandatory; }
	.taste-guide > div { padding: 16px; background: rgba(255,255,255,.65); border: 1px solid var(--line); scroll-snap-align: start; }
	.dish-card { min-height: 0; }
	.noodle-preview { grid-template-columns: 1fr; }
	.noodle-preview__item { min-height: 92px; }
	.brand-ambassador__copy { text-align: left; }
	.mascot-stage { width: min(100%, 350px); }
	.mascot-stage__tap { width: 46px; height: 46px; font-size: .56rem; }
	.mascot-message { width: 100%; }
	.noodle-guide { grid-template-columns: 86px 1fr; padding: 16px; }
	.noodle-guide__mascot { width: 86px; }
	.noodle-swipe-hint { margin: 20px 0 8px; display: block; color: var(--gold-pale); font-size: .69rem; font-weight: 800; letter-spacing: .08em; }
	.noodle-style-grid { margin-right: -16px; padding: 0 16px 16px 0; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(84vw, 340px); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: thin; }
	.noodle-style-card { scroll-snap-align: start; }
	.noodle-style-card__body { min-height: 330px; }
	.full-menu { margin-right: -8px; margin-left: -8px; }
	.text-menu__grid { grid-template-columns: 1fr; }
	.text-menu summary { padding: 18px; }
	.info-list__row { grid-template-columns: 1fr; gap: 2px; }
	.site-footer__main { grid-template-columns: 1fr; }
	.site-footer__brand { grid-column: auto; }
	.floating-actions { right: 12px; bottom: 12px; }
	.floating-action { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
	.site-header, .site-footer, .floating-actions, .button { display: none !important; }
	body { color: #000; background: #fff; }
}
