:root {
  --paper: #f5eee5;
  --paper-soft: #fbf7f1;
  --ink: #11110f;
  --red: #ef392d;
  --red-deep: #d92720;
  --yellow: #f6c936;
  --green: #8dbb52;
  --muted: #605c56;
  --line: rgba(17, 17, 15, .22);
  --page: min(1450px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
address { font-style: normal; }
svg { display: block; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-180%);
}
.skip-link:focus { transform: none; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header {
  width: var(--page);
  height: 112px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 50;
}
.header-right { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.language-switcher { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.language-switcher span { color: #b8b2a8; }
.lang-btn { border: 0; background: none; padding: 4px 2px; color: var(--muted); cursor: pointer; font: inherit; font-weight: 700; letter-spacing: .04em; }
.lang-btn.active { color: var(--red-deep); }
.lang-btn:hover { color: var(--ink); }
.logo { display: inline-flex; flex-direction: column; line-height: .85; }
.logo strong { font-size: 35px; letter-spacing: -.05em; }
.logo span { margin-top: 10px; font-size: 11px; font-weight: 700; letter-spacing: .31em; }
.nav { display: flex; align-items: center; gap: clamp(28px, 4vw, 66px); }
.nav a {
  position: relative;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 1px;
  height: 2px;
  background: var(--red);
  transition: right .25s ease;
}
.nav a:hover::after,
.nav a.active::after { right: 0; }
.nav a.active { color: var(--red-deep); }
.menu-button { display: none; border: 0; padding: 8px; background: none; }
.menu-button > span:not(.sr-only) { display: block; width: 28px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero {
  width: var(--page);
  min-height: calc(100vh - 112px);
  margin: 0 auto;
  padding: 55px 0 90px;
  display: grid;
  grid-template-columns: 1fr .88fr;
  align-items: center;
  gap: 8vw;
}
.kicker {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.kicker.red { color: var(--red-deep); }
.hero h1,
.section h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -.07em;
}
.hero h1 { font-size: clamp(72px, 8vw, 138px); line-height: .87; }
.hero-lead {
  max-width: 560px;
  margin: 38px 0 32px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.pill-button,
.contact-button {
  display: inline-flex;
  min-width: 260px;
  min-height: 62px;
  padding: 0 28px;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  color: white;
  background: var(--red);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(239, 57, 45, .18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.pill-button:hover,
.contact-button:hover {
  background: var(--red-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(239, 57, 45, .28);
}
.pill-button span,
.contact-button span { font-size: 28px; font-weight: 400; }

.hero-art { min-height: 620px; position: relative; display: grid; place-items: center; }
.sun { width: min(540px, 95%); aspect-ratio: 1; border-radius: 50%; background: var(--yellow); position: absolute; }
.plate {
  position: relative;
  z-index: 2;
  width: min(450px, 78%);
  aspect-ratio: 1.18;
  border-radius: 50%;
  background: #2b201a;
  border: 22px solid var(--paper-soft);
  box-shadow: 0 35px 65px rgba(54, 28, 17, .22);
  transform: rotate(-9deg);
  overflow: hidden;
}
.food { position: absolute; border-radius: 50%; }
.food-a { width: 31%; height: 32%; left: 7%; top: 14%; background: #9ac65e; }
.food-b { width: 24%; height: 27%; left: 34%; top: 11%; background: #ef7f32; }
.food-c { width: 27%; height: 29%; right: 8%; top: 20%; background: #e04c35; }
.food-d { width: 30%; height: 27%; left: 18%; bottom: 13%; background: #f0d873; }
.food-e { width: 32%; height: 32%; right: 12%; bottom: 12%; background: #70a84e; }
.noodle { position: absolute; width: 48%; height: 37%; border: 5px solid #f3dda0; border-left-color: transparent; border-radius: 50%; }
.noodle-a { left: 23%; top: 22%; transform: rotate(12deg); }
.noodle-b { left: 31%; top: 35%; transform: rotate(-18deg); }
.noodle-c { left: 16%; top: 40%; transform: rotate(29deg); }
.hero-stamp {
  position: absolute;
  z-index: 4;
  right: -5px;
  bottom: 16%;
  padding: 14px 17px;
  background: var(--red);
  color: white;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.02em;
  transform: rotate(5deg);
}

.section { padding: 125px max(40px, calc((100vw - 1450px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; }
.section-heading h2,
.story h2,
.fresh h2 { font-size: clamp(54px, 6vw, 100px); line-height: .95; }
.section-heading > p:last-child,
.story-copy > p:last-child {
  max-width: 570px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.menu-section { background: var(--paper-soft); }
.menu-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.menu-card { min-height: 470px; padding: 30px; position: relative; overflow: hidden; }
.menu-card .number { font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.menu-card h3 { margin: 74px 0 20px; font-size: clamp(32px, 3.3vw, 52px); line-height: .96; letter-spacing: -.055em; }
.menu-card p { max-width: 320px; font-size: 16px; line-height: 1.65; }
.card-red { background: var(--red); }
.card-yellow { background: var(--yellow); }
.card-ink { background: var(--ink); color: white; }
.card-mark { position: absolute; right: -8%; bottom: -11%; width: 58%; aspect-ratio: 1; }
.mark-wok { border-radius: 50%; background: #281d18; box-shadow: inset 0 26px 0 var(--paper-soft); transform: rotate(-14deg); }
.mark-leaf { border-radius: 100% 0 100% 0; background: var(--green); transform: rotate(18deg); }
.mark-spice { border-radius: 50%; background: repeating-radial-gradient(circle, var(--red) 0 4px, transparent 5px 16px); }

.story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; background: var(--ink); color: white; }
.story-art { min-height: 560px; position: relative; background: #1c1b18; overflow: hidden; }
.story-art::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 65px 65px; }
.word { position: absolute; font-weight: 800; letter-spacing: -.07em; }
.word-one { color: var(--red); font-size: 116px; left: 7%; top: 10%; transform: rotate(-7deg); }
.word-two { color: var(--yellow); font-size: 102px; right: 3%; top: 40%; transform: rotate(5deg); }
.word-three { color: var(--paper-soft); font-size: 72px; left: 12%; bottom: 9%; transform: rotate(-3deg); }
.story-copy .kicker { color: #b7b1a8; }
.story-copy > p:last-child { color: #b7b1a8; margin-top: 34px; }

.fresh { background: var(--yellow); }
.fresh-copy { max-width: 950px; }
.fresh-points { margin-top: 80px; border-top: 1px solid rgba(17,17,15,.35); display: grid; grid-template-columns: repeat(3,1fr); }
.fresh-point { padding: 28px 34px 0 0; border-right: 1px solid rgba(17,17,15,.25); }
.fresh-point + .fresh-point { padding-left: 34px; }
.fresh-point:last-child { border-right: 0; }
.fresh-point span { font-size: 11px; letter-spacing: .12em; }
.fresh-point h3 { margin: 45px 0 16px; font-size: 27px; letter-spacing: -.04em; }
.fresh-point p { max-width: 330px; font-size: 15px; line-height: 1.7; }

.visit {
  min-height: 720px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 7vw;
  align-items: center;
}
.visit-left h2 { font-size: clamp(78px, 7.3vw, 126px); line-height: .86; }
.welcome { margin: 38px 0 31px; font-size: 22px; line-height: 1.45; }
.contact-button { min-width: 355px; }
.visit-form { padding-left: 6vw; border-left: 1px solid var(--line); }
.visit-form .kicker { margin-bottom: 18px; }
.visit-form h3 { margin: 0 0 16px; font-weight: 800; letter-spacing: -.045em; font-size: clamp(28px, 2.6vw, 38px); line-height: 1.05; }
.form-lead { max-width: 400px; margin: 0 0 34px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.contact-form { max-width: 560px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.contact-form label { display: block; border-bottom: 1px solid var(--line); padding: 18px 0 14px; }
.contact-form label span { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.contact-form input, .contact-form textarea { width: 100%; border: 0; outline: 0; resize: none; background: transparent; color: var(--ink); padding: 6px 0; font-size: 16px; font-family: inherit; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9a9188; }
.form-submit { margin-top: 34px; }
.form-submit:disabled { opacity: .6; cursor: not-allowed; }
.form-note { margin-top: 16px; font-size: 12px; color: var(--muted); }
.form-note[data-state="pending"] { color: var(--muted); }
.form-note[data-state="success"] { color: #4c7a2e; font-weight: 700; }
.form-note[data-state="error"] { color: var(--red-deep); font-weight: 700; }

.footer {
  display: grid;
  grid-template-columns: 1fr .95fr auto;
  gap: 6vw;
  align-items: center;
  padding: 72px max(40px, calc((100vw - 1450px) / 2)) 0;
  background: var(--red);
}
.footer-brand { display: flex; flex-direction: column; line-height: .85; padding-right: 4vw; border-right: 1px solid rgba(17,17,15,.55); }
.footer-brand strong { font-size: clamp(65px, 7vw, 116px); letter-spacing: -.065em; }
.footer-brand span { margin-top: 18px; font-size: clamp(16px, 1.7vw, 29px); font-weight: 700; letter-spacing: .28em; }
.footer-info > a { display: inline-block; padding-bottom: 17px; border-bottom: 1px solid rgba(17,17,15,.55); font-size: 17px; }
.footer-info address { margin-top: 20px; font-size: 16px; line-height: 1.65; }
.footer-social { display: flex; gap: 18px; }
.footer-social a { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--red); transition: transform .2s ease; }
.footer-social a:hover { transform: translateY(-3px); }
.footer-social svg { width: 27px; height: 27px; fill: currentColor; stroke: currentColor; stroke-width: 1.7; }
.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 52px;
  padding: 19px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(17,17,15,.2);
  font-size: 12px;
}

.reveal { opacity: 0; transform: translateY(28px); }
.reveal.is-visible { animation: reveal .72s cubic-bezier(.2,.7,.2,1) forwards; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1000px) {
  :root { --page: calc(100vw - 48px); }
  .header { height: 88px; }
  .menu-button { display: block; z-index: 2; }
  .nav {
    position: fixed;
    inset: 0;
    padding: 130px 28px 40px;
    background: var(--paper);
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    transform: translateY(-105%);
    transition: transform .32s ease;
  }
  .nav.open { transform: translateY(0); }
  .nav a { font-size: 34px; letter-spacing: -.04em; text-transform: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-art { min-height: 560px; }
  .section-heading,
  .story,
  .visit { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 390px; }
  .story-copy { order: -1; }
  .story-art { min-height: 500px; }
  .fresh-points { grid-template-columns: 1fr; }
  .fresh-point,
  .fresh-point + .fresh-point { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(17,17,15,.25); }
  .fresh-point:last-child { border-bottom: 0; }
  .fresh-point h3 { margin-top: 24px; }
  .visit-form { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 50px; margin-top: 10px; }
  .form-layout { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-social { grid-column: 2; justify-self: end; }
  .footer-brand { grid-row: 1 / span 2; }
}

@media (max-width: 650px) {
  :root { --page: calc(100vw - 36px); }
  .header { height: 78px; }
  .logo strong { font-size: 29px; }
  .logo span { font-size: 8px; }
  .hero { min-height: auto; padding: 55px 0 70px; gap: 25px; }
  .hero h1 { font-size: 62px; }
  .hero-lead { font-size: 16px; margin-top: 28px; }
  .hero-art { min-height: 410px; }
  .plate { border-width: 14px; }
  .hero-stamp { font-size: 15px; right: -2px; }
  .section { padding: 82px 20px; }
  .section-heading h2,
  .story h2,
  .fresh h2 { font-size: 48px; }
  .menu-grid { margin-top: 50px; }
  .menu-card { min-height: 380px; }
  .story-art { min-height: 370px; }
  .word-one { font-size: 74px; }
  .word-two { font-size: 68px; }
  .word-three { font-size: 47px; }
  .visit { min-height: auto; }
  .visit-left h2 { font-size: 70px; }
  .welcome { font-size: 18px; }
  .contact-button { min-width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; padding: 54px 20px 0; gap: 36px; }
  .footer-brand { grid-row: auto; padding: 0 0 34px; border-right: 0; border-bottom: 1px solid rgba(17,17,15,.45); }
  .footer-brand strong { font-size: 68px; }
  .footer-brand span { font-size: 17px; }
  .footer-social { grid-column: 1; justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 12px; margin-top: 18px; }
}

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