:root {
  --red: #ce1126;
  --deep-red: #a00015;
  --ink: #111;
  --cream: #f7f0e5;
  --yellow: #ffd36c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", Arial, sans-serif; }
h1, h2, h3, .navbar-brand, .footer-brand { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
a { text-underline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; padding: .75rem 1rem; background: #fff; color: #111; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-nav { min-height: 76px; background: rgba(12, 12, 12, .92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255, 255, 255, .12); }
.navbar-brand { color: #fff; font-size: 1.35rem; font-weight: 800; letter-spacing: .03em; }
.brand-mark { border-radius: 9px; object-fit: cover; }
.nav-link { color: rgba(255, 255, 255, .75); font-size: .9rem; font-weight: 600; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: #fff; }

.hero { min-height: 100svh; padding-top: 76px; overflow: hidden; position: relative; background: radial-gradient(circle at 80% 25%, #ee3042 0, transparent 24%), linear-gradient(125deg, #a90016 0%, var(--red) 58%, #9d0013 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: repeating-linear-gradient(135deg, #fff 0, #fff 1px, transparent 1px, transparent 18px); }
.hero .container { z-index: 1; }
.eyebrow { font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); }
.hero-title { font-weight: 900; line-height: .81; letter-spacing: -.025em; font-size: clamp(4.25rem, 11vw, 8.8rem); }
.hero-title span { color: var(--yellow); }
.text-white-75 { color: rgba(255, 255, 255, .78); }
.hero-meta { border-top: 1px solid rgba(255, 255, 255, .25); padding-top: 1.3rem; font-size: .9rem; }
.hero-meta span { border-left: 3px solid var(--yellow); padding-left: .8rem; }
.bowl-card { width: min(430px, 100%); aspect-ratio: 1; position: relative; margin-inline: auto; border-radius: 50%; background: var(--yellow); box-shadow: 0 35px 70px rgba(62, 0, 0, .35); }
.noodle-bowl { position: absolute; width: 70%; height: 34%; left: 15%; bottom: 17%; border-radius: 20px 20px 145px 145px; background: #fff; border-top: 18px solid #171717; display: grid; place-items: center; color: var(--red); text-align: center; font: 900 2.3rem/1 "Barlow Condensed", sans-serif; transform: rotate(-3deg); }
.noodle-bowl small { font-size: 1rem; color: #171717; letter-spacing: .15em; }
.chopsticks { position: absolute; width: 79%; height: 12px; right: -3%; top: 25%; border-radius: 10px; background: #181818; transform: rotate(-18deg); box-shadow: 0 22px 0 #181818; }
.steam { position: absolute; color: #fff; font: 900 7rem/1 sans-serif; transform: rotate(90deg); opacity: .9; }
.steam-one { left: 25%; top: 23%; }
.steam-two { left: 46%; top: 18%; }
.sticker { position: absolute; right: -10px; bottom: 45px; width: 100px; height: 100px; display: grid; place-content: center; border-radius: 50%; background: #111; color: #fff; text-align: center; text-transform: uppercase; font: 800 1.25rem/1 "Barlow Condensed", sans-serif; transform: rotate(8deg); box-shadow: 0 10px 25px rgba(0, 0, 0, .25); }
.sticker small { color: var(--yellow); font-size: .75rem; letter-spacing: .08em; }

.btn { border-radius: 999px; font-weight: 700; }
.btn-lg { padding: .78rem 1.45rem; font-size: 1rem; }
.marquee { overflow: hidden; background: #111; color: #fff; border-block: 1px solid #222; white-space: nowrap; }
.marquee div { width: max-content; padding: 1rem 0; font: 800 1rem "Barlow Condensed", sans-serif; letter-spacing: .14em; animation: slide 24s linear infinite; }
.marquee b { color: var(--yellow); padding-inline: 1.1rem; }
@keyframes slide { to { transform: translateX(-25%); } }

.section-pad { padding: clamp(5rem, 9vw, 8rem) 0; }
.bg-cream { background: var(--cream); }
.bg-red { background: var(--red); }
.step-card { position: relative; overflow: hidden; padding: 2rem; background: #fff; border: 1px solid #e1d8ca; border-radius: 24px; box-shadow: 0 14px 40px rgba(39, 24, 13, .06); transition: transform .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(39, 24, 13, .1); }
.step-card > span { position: absolute; right: 1.4rem; top: .6rem; color: #ede4d7; font: 900 5rem "Barlow Condensed", sans-serif; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; position: relative; margin-bottom: 2.2rem; border-radius: 16px; background: var(--red); color: #fff; font-size: 1.9rem; }
.step-card h3, .offer-card h3, .faq-card h3 { font-weight: 800; font-size: 1.7rem; }
.step-card p, .offer-card p, .faq-card p { margin-bottom: 0; color: #68625c; line-height: 1.7; }

.offer-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.offer-card { grid-column: span 6; min-height: 310px; padding: 2rem; border-radius: 24px; color: #111; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: end; }
.offer-card:nth-child(2), .offer-card:nth-child(3) { min-height: 375px; }
.offer-red { background: #ed3041; color: #fff; }
.offer-red p { color: rgba(255, 255, 255, .8); }
.offer-yellow { background: var(--yellow); }
.offer-cream { background: #f6e8d3; }
.offer-white { background: #fff; }
.offer-number { position: absolute; top: 1.4rem; left: 1.5rem; font: 700 .8rem "DM Sans", sans-serif; letter-spacing: .13em; }
.offer-emoji { position: absolute; right: 1rem; top: .5rem; font-size: clamp(5rem, 9vw, 8.5rem); transform: rotate(8deg); filter: drop-shadow(0 15px 15px rgba(0, 0, 0, .15)); }
.offer-card h3 { font-size: 2rem; }

.story-section { background: #fff; }
.poster { min-height: 540px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--red); color: #fff; border: 12px solid var(--yellow); outline: 2px solid var(--red); box-shadow: 25px 25px 0 #111; transform: rotate(-2deg); }
.poster strong { font: 900 clamp(3.6rem, 8vw, 6.2rem)/.79 "Barlow Condensed", sans-serif; letter-spacing: -.03em; }
.poster-top, .poster-bottom { font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.text-link { color: var(--red); font-weight: 800; text-decoration-thickness: 2px; }

.visit-detail { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; font-size: 1.05rem; }
.visit-detail > span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .12); font-size: 1.4rem; }
.visit-detail small { color: rgba(255, 255, 255, .7); }
.map-frame { min-height: 470px; overflow: hidden; border-radius: 26px; box-shadow: 18px 18px 0 var(--yellow); background: #fff; }
.map-frame iframe { width: 100%; height: 100%; min-height: 470px; border: 0; display: block; }

.faq-wrap { max-width: 960px; }
.faq-card { height: 100%; padding: 1.8rem; border-top: 4px solid var(--red); background: #fff; border-radius: 0 0 18px 18px; }
.social-cta { background: #111; position: relative; overflow: hidden; }
.social-cta::before, .social-cta::after { content: ""; position: absolute; width: 260px; height: 260px; border: 48px solid var(--red); border-radius: 50%; opacity: .55; }
.social-cta::before { left: -130px; top: -120px; }
.social-cta::after { right: -130px; bottom: -120px; }
.site-footer { background: #080808; border-top: 1px solid #252525; }
.footer-brand { color: #fff; text-decoration: none; letter-spacing: .03em; }
.site-footer a { color: #fff; }
.page-hero { min-height: 500px; padding: 150px 0 80px; display: flex; align-items: end; color: #fff; }
.page-hero h1 { max-width: 720px; margin: 0 0 1.5rem; font-size: clamp(4.5rem, 11vw, 8rem); font-weight: 900; line-height: .8; letter-spacing: -.025em; }
.page-hero .lead { max-width: 620px; color: rgba(255,255,255,.8); }
.page-hero-red { background: radial-gradient(circle at 80% 15%, #ee3042, transparent 24%), linear-gradient(125deg, #a90016, var(--red)); }
.page-hero-yellow { color: #111; background: var(--yellow); }
.page-hero-yellow .lead { color: rgba(17,17,17,.72); }
.page-hero-ink { background: linear-gradient(125deg, #080808, #292929); }
.catalogue-card { height: 100%; padding: 1.75rem; background: #fff; border-radius: 20px; border: 1px solid #e1d8ca; }
.catalogue-card > span { color: var(--red); font-weight: 800; font-size: .75rem; letter-spacing: .12em; }
.catalogue-card h2 { margin-top: 1.5rem; font-size: 1.7rem; font-weight: 800; }
.catalogue-card p { margin-bottom: 0; color: #68625c; line-height: 1.7; }
.catalogue-icon { font-size: 3rem; margin-top: 1rem; }
.allergen-note { background: #fff4d8; color: #503a0d; }
.visit-detail-dark { color: #111; }
.visit-detail-dark > span { background: #fff; color: var(--red); }
.visit-detail-dark small { color: #665f57; }
.poster-small { min-height: 420px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 991.98px) {
  .navbar-collapse { padding: 0 0 1rem; }
  .navbar-collapse .btn { width: 100%; }
}
@media (max-width: 767.98px) {
  .offer-card { grid-column: 1 / -1; min-height: 285px !important; }
  .poster { min-height: 430px; box-shadow: 14px 14px 0 #111; }
  .map-frame { box-shadow: 9px 9px 0 var(--yellow); }
}
@media (max-width: 575.98px) {
  .navbar-brand span { font-size: 1.05rem; }
  .hero-meta { gap: 1.2rem !important; }
  .hero-meta span { min-width: 42%; }
  .section-pad { padding-block: 4.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
  .step-card, .reveal { transition: none; }
  .reveal { opacity: 1; transform: none; }
}
