@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700&family=Playfair+Display+SC:wght@400;700&display=swap");

:root {
  --color-primary: #b91c1c;
  --color-primary-bright: #dc2626;
  --color-on-primary: #ffffff;
  --color-accent: #8a5106;
  --color-gold: #e9b949;
  --color-background: #fef2f2;
  --color-surface: #fffafa;
  --color-foreground: #450a0a;
  --color-muted: #725151;
  --color-border: #efb7b7;
  --color-night: #210707;
  --color-night-soft: #3a0f12;
  --color-cream: #fff2d8;
  --color-green: #23573c;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --shadow-sm: 0 1px 2px rgb(69 10 10 / 8%);
  --shadow-md: 0 10px 25px rgb(69 10 10 / 12%);
  --shadow-lg: 0 24px 70px rgb(30 4 4 / 25%);
  --font-heading: "Playfair Display SC", Georgia, serif;
  --font-body: "Karla", system-ui, sans-serif;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--color-background);
  color: var(--color-foreground);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a,
button,
label,
input {
  -webkit-tap-highlight-color: transparent;
}

button,
.button,
a {
  cursor: pointer;
}

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--color-gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: var(--space-md);
  left: var(--space-md);
  padding: 0.7rem 1rem;
  transform: translateY(-180%);
  border-radius: 0.5rem;
  background: var(--color-night);
  color: #fff;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.reading-progress {
  position: fixed;
  z-index: 90;
  inset: 0 0 auto;
  height: 4px;
  background: rgb(255 255 255 / 15%);
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--color-gold);
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
  padding: 1.1rem clamp(1rem, 4vw, 4rem);
  background: var(--color-night);
  color: #fff7ed;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  font-family: var(--font-heading);
  font-size: clamp(0.95rem, 2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.brand svg {
  width: 2.35rem;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--color-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.3rem clamp(0.8rem, 2vw, 1.6rem);
}

.site-header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #ffecec;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.site-header nav a:hover {
  border-color: var(--color-gold);
  color: #fff;
}

.hero {
  min-height: min(830px, calc(100svh - 76px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  background:
    radial-gradient(circle at 73% 34%, rgb(220 38 38 / 16%), transparent 32%),
    linear-gradient(125deg, #240707 0%, #380c0d 60%, #1d0607 100%);
  color: #fff7ed;
}

.hero-copy {
  align-self: center;
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 6vw, 7rem);
}

.eyebrow {
  margin: 0 0 var(--space-md);
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero .eyebrow,
.visit .eyebrow,
.art-page .eyebrow {
  color: #f6c866;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--font-heading);
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: var(--space-lg);
  font-size: clamp(3rem, 5.4vw, 5.6rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: var(--space-lg);
  font-size: clamp(2.1rem, 5vw, 4.7rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.hero-lead {
  max-width: 640px;
  margin: 0 0 var(--space-xl);
  color: #f7dede;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: var(--space-2xl);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border: 2px solid transparent;
  border-radius: 0.55rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--color-gold);
  background: var(--color-gold);
  color: #341006;
  box-shadow: 0 8px 30px rgb(233 185 73 / 18%);
}

.button-primary:hover {
  border-color: #ffd477;
  background: #ffd477;
  box-shadow: 0 12px 34px rgb(233 185 73 / 28%);
}

.button-secondary {
  border-color: rgb(255 255 255 / 55%);
  color: #fff;
}

.button-secondary:hover {
  border-color: #fff;
  background: rgb(255 255 255 / 8%);
}

.button-light {
  border-color: #fff7ed;
  color: #fff7ed;
}

.button-light:hover {
  background: #fff7ed;
  color: var(--color-night);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 710px;
  margin: 0;
  border-top: 1px solid rgb(255 255 255 / 22%);
}

.hero-facts div {
  padding: 1rem 1rem 0 0;
}

.hero-facts dt {
  color: #d9a94a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0.2rem 0 0;
  color: #fff1e8;
  font-weight: 600;
}

.hero-visual {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 48.8%, rgb(255 255 255 / 7%) 49%, transparent 49.5%),
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px),
    #170506;
  background-size: auto, 76px 76px, 76px 76px, auto;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, #3d1711, #210805);
  transform: perspective(500px) rotateX(13deg);
  transform-origin: bottom;
}

.moon {
  position: absolute;
  top: 10%;
  right: 11%;
  width: clamp(110px, 15vw, 190px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffd88c;
  box-shadow: 0 0 70px rgb(255 216 140 / 28%);
}

.moon::after {
  content: "";
  position: absolute;
  inset: 13% 9% 9% 18%;
  border-radius: 50%;
  border: 1px solid rgb(93 31 23 / 12%);
  box-shadow: inset 12px -8px 0 rgb(135 54 39 / 8%);
}

.hero-bowl {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 13%;
  width: min(80%, 540px);
  height: 245px;
  transform: translateX(-50%);
  border: 14px solid #e9d4b8;
  border-top-width: 5px;
  border-radius: 15% 15% 48% 48% / 15% 15% 72% 72%;
  background:
    radial-gradient(circle at 50% 105%, transparent 39%, #b91c1c 40% 45%, transparent 46%),
    linear-gradient(135deg, #fff3dc, #d5baa0);
  box-shadow: 0 30px 50px rgb(0 0 0 / 38%);
}

.hero-bowl::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 28%;
  width: 44%;
  height: 30px;
  border-radius: 0 0 50% 50%;
  background: #af9580;
}

.broth {
  position: absolute;
  z-index: 2;
  top: -40px;
  left: -7px;
  width: calc(100% + 14px);
  height: 94px;
  overflow: hidden;
  border: 8px solid #f5e4ca;
  border-radius: 50%;
  background: radial-gradient(circle at 52% 45%, #8e3819, #4f190d 70%);
  box-shadow: inset 0 8px 18px rgb(255 183 89 / 18%);
}

.egg,
.art-egg {
  position: absolute;
  z-index: 5;
  width: 88px;
  height: 66px;
  transform: rotate(-12deg);
  border: 4px solid #f8e1b8;
  border-radius: 55% 45% 48% 52%;
  background: #fff5dc;
}

.egg {
  top: 17px;
  left: 13%;
}

.egg i,
.art-egg i {
  position: absolute;
  top: 12px;
  left: 25px;
  width: 34px;
  height: 32px;
  border-radius: 50%;
  background: #f3a514;
  box-shadow: inset -4px -5px 0 rgb(171 86 4 / 15%);
}

.nori,
.art-nori {
  position: absolute;
  z-index: 2;
  background:
    linear-gradient(42deg, transparent 47%, rgb(255 255 255 / 8%) 48% 52%, transparent 53%),
    #142a22;
  box-shadow: inset 0 0 0 1px rgb(117 162 101 / 20%);
}

.nori {
  top: -24px;
  right: 17%;
  width: 76px;
  height: 105px;
  transform: rotate(8deg);
  border-radius: 4px;
}

.naruto,
.art-naruto {
  position: absolute;
  z-index: 6;
  width: 58px;
  height: 49px;
  border-radius: 48% 52% 45% 55%;
  background: #fff3e1;
  box-shadow: inset 0 0 0 3px #e7cdb3;
}

.naruto {
  top: 25px;
  right: 32%;
}

.naruto::after,
.art-naruto::after {
  content: "";
  position: absolute;
  inset: 13px 17px;
  border: 5px solid #e88aa0;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(30deg);
}

.noodle {
  position: absolute;
  z-index: 4;
  height: 22px;
  border: 5px solid #f1ce74;
  border-top: 0;
  border-radius: 0 0 50% 50%;
}

.noodle-one { top: 25px; left: 37%; width: 155px; transform: rotate(2deg); }
.noodle-two { top: 38px; left: 33%; width: 178px; transform: rotate(-4deg); }
.noodle-three { top: 52px; left: 39%; width: 140px; transform: rotate(4deg); }

.scallion,
.art-green {
  position: absolute;
  z-index: 8;
  width: 14px;
  height: 22px;
  border: 5px solid #539c4a;
  border-radius: 50%;
  background: #204d30;
}

.scallion-one { top: 24px; left: 33%; transform: rotate(22deg); }
.scallion-two { top: 50px; left: 61%; transform: rotate(-13deg); }
.scallion-three { top: 16px; left: 67%; transform: rotate(9deg); }

.chopsticks {
  position: absolute;
  z-index: 8;
  right: 6%;
  bottom: 43%;
  width: 70%;
  height: 14px;
  transform: rotate(-18deg);
}

.chopsticks span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(90deg, #c98b52, #783d1f);
  box-shadow: 0 2px 3px rgb(0 0 0 / 28%);
}

.chopsticks span:last-child { top: 10px; transform: rotate(2deg); }

.steam {
  position: absolute;
  z-index: 5;
  bottom: 48%;
  width: 50px;
  height: 170px;
  border-left: 10px solid rgb(255 242 216 / 42%);
  border-radius: 50%;
  filter: blur(1px);
  animation: steam-rise 4.5s ease-in-out infinite;
}

.steam::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -3px;
  width: 38px;
  height: 100px;
  border-right: 8px solid rgb(255 242 216 / 28%);
  border-radius: 50%;
}

.steam-one { left: 37%; }
.steam-two { left: 51%; height: 210px; animation-delay: -1.8s; }
.steam-three { left: 63%; height: 140px; animation-delay: -3s; }

.visual-note {
  position: absolute;
  z-index: 9;
  right: var(--space-xl);
  bottom: var(--space-lg);
  margin: 0;
  color: #e4b756;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@keyframes steam-rise {
  0%, 100% { opacity: 0.35; transform: translateY(14px) scaleX(0.9); }
  50% { opacity: 0.8; transform: translateY(-12px) scaleX(1.08); }
}

.chapter:not(.hero) {
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 6vw, 7rem);
}

.section-heading {
  max-width: 900px;
  margin-bottom: var(--space-2xl);
}

.section-heading h2 {
  margin-bottom: 0;
}

.story {
  background:
    linear-gradient(90deg, transparent 49.8%, rgb(185 28 28 / 8%) 50%, transparent 50.2%),
    var(--color-background);
}

.ritual-grid,
.menu-grid,
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-lg);
}

.ritual-grid article {
  min-height: 300px;
  padding: var(--space-xl);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  background: rgb(255 250 250 / 82%);
  box-shadow: var(--shadow-sm);
}

.ritual-grid .step {
  display: block;
  margin-bottom: clamp(3rem, 8vw, 6rem);
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ritual-grid p,
.menu-card p,
.split-heading > p,
.builder-intro > p,
.art-details p {
  color: var(--color-muted);
}

.menu-section {
  background: #f4d9d4;
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 430px);
  align-items: end;
  gap: var(--space-2xl);
}

.split-heading p {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.menu-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: var(--space-xl);
  border: 1px solid rgb(69 10 10 / 14%);
  border-radius: 1rem;
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
}

.menu-card.featured {
  background: var(--color-night);
  color: #fff7ed;
}

.menu-card.featured p { color: #f5d7d7; }

.menu-label {
  margin: 0 0 auto;
  color: var(--color-primary) !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.menu-card.featured .menu-label { color: #efc25d !important; }

.menu-card-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: var(--space-md);
  margin-top: auto;
}

.menu-card-heading h3 { max-width: 12ch; }
.menu-card-heading span { color: var(--color-primary); font-weight: 700; }
.menu-card.featured .menu-card-heading span { color: #efc25d; }

.menu-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: var(--space-md) 0 0;
  padding: 0;
  list-style: none;
}

.menu-card li {
  padding: 0.25rem 0.6rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.builder-section {
  display: grid;
  grid-template-columns: minmax(210px, 0.7fr) minmax(360px, 1.15fr) minmax(270px, 0.72fr);
  align-items: start;
  gap: clamp(1.5rem, 4vw, 4rem);
  background: var(--color-surface);
}

.builder-intro {
  position: sticky;
  top: var(--space-lg);
}

.builder-note {
  padding-left: var(--space-md);
  border-left: 3px solid var(--color-border);
  font-size: 0.9rem;
}

.bowl-builder fieldset {
  margin: 0 0 var(--space-xl);
  padding: 0;
  border: 0;
}

.bowl-builder legend {
  margin-bottom: var(--space-md);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
}

.choice-card,
.extras-grid label {
  position: relative;
  display: grid;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: 0.7rem;
  border: 1px solid var(--color-border);
  border-radius: 0.8rem;
  background: #fff;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.choice-card {
  grid-template-columns: auto 1fr auto;
  min-height: 76px;
  padding: 0.85rem 1rem;
}

.choice-card:hover,
.extras-grid label:hover {
  border-color: var(--color-primary);
}

.choice-card:has(input:checked),
.extras-grid label:has(input:checked) {
  border-color: var(--color-primary);
  background: #fff2f1;
  box-shadow: 0 0 0 2px rgb(185 28 28 / 12%);
}

.choice-card input,
.extras-grid input {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: var(--color-primary);
}

.choice-card span {
  display: flex;
  flex-direction: column;
}

.choice-card small {
  color: var(--color-muted);
  font-size: 0.82rem;
}

.choice-card b,
.extras-grid b {
  color: var(--color-primary);
  font-size: 0.9rem;
}

.extras-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.extras-grid label {
  grid-template-columns: auto 1fr;
  min-height: 74px;
  padding: 0.75rem;
}

.extras-grid b {
  grid-column: 2;
  margin-top: -0.9rem;
}

.bowl-summary {
  position: sticky;
  top: var(--space-lg);
  padding: var(--space-xl);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 100% 0, rgb(233 185 73 / 18%), transparent 34%),
    var(--color-night);
  color: #fff7ed;
  box-shadow: var(--shadow-lg);
}

.summary-kicker {
  color: #e9b949;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bowl-summary h3 {
  margin-top: var(--space-xl);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.bowl-summary > p { color: #f1d5d5; }

.summary-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-md);
  margin: var(--space-xl) 0;
  padding-top: var(--space-md);
  border-top: 1px solid rgb(255 255 255 / 23%);
}

.summary-total strong {
  color: #f5c95e;
  font-size: 1.4rem;
}

.bowl-summary .button {
  width: 100%;
}

.copy-status {
  min-height: 1.6em;
  margin-bottom: 0;
  font-size: 0.85rem;
}

.visit {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  align-items: end;
  gap: var(--space-2xl);
  background:
    linear-gradient(100deg, rgb(20 5 5 / 12%), transparent 55%),
    #711919;
  color: #fff7ed;
}

.visit h2 { max-width: 11ch; }

.visit dl {
  margin: 0;
}

.visit dl div {
  display: flex;
  justify-content: space-between;
  gap: var(--space-lg);
  padding: 0.6rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.visit dt { color: #f2c2c2; }
.visit dd { margin: 0; font-weight: 700; }

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xl);
  padding: var(--space-xl) clamp(1.25rem, 6vw, 7rem);
  background: #180405;
  color: #eecfcf;
  font-size: 0.88rem;
}

footer p { margin: 0; }
.footer-brand { color: #fff7ed; }

/* CSS artwork page */

.art-page {
  background: var(--color-night);
  color: #fff7ed;
  color-scheme: dark;
}

.art-header {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.art-main {
  background:
    radial-gradient(circle at 50% 32%, rgb(181 48 42 / 25%), transparent 30%),
    var(--color-night);
}

.art-intro {
  max-width: 950px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 1.25rem clamp(2rem, 5vw, 4rem);
  text-align: center;
}

.art-intro h1 {
  max-width: none;
  margin-bottom: var(--space-lg);
}

.art-intro > p:last-child {
  max-width: 710px;
  margin: 0 auto;
  color: #efcfcf;
  font-size: 1.13rem;
}

.art-frame {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto clamp(4rem, 10vw, 8rem);
  padding: clamp(0.65rem, 2vw, 1.3rem);
  border: 1px solid rgb(255 219 147 / 38%);
  border-radius: clamp(0.8rem, 2vw, 1.5rem);
  background: #350d0e;
  box-shadow: 0 40px 120px rgb(0 0 0 / 48%);
}

.art-sky {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 470px;
  overflow: hidden;
  border-radius: clamp(0.45rem, 1vw, 0.9rem);
  background:
    linear-gradient(90deg, transparent 49.7%, rgb(255 255 255 / 5%) 50%, transparent 50.3%),
    linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px),
    linear-gradient(#160407 0 62%, #3b1511 62% 100%);
  background-size: auto, 64px 64px, 64px 64px, auto;
  isolation: isolate;
}

.art-sky::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 62% 0 auto;
  height: 40%;
  background: linear-gradient(175deg, transparent 0 5%, rgb(12 3 2 / 20%) 6% 8%, transparent 9%), linear-gradient(#4c2119, #200806);
}

.star {
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffe5a6;
  box-shadow: 0 0 9px #ffe5a6;
}

.star-1 { top: 14%; left: 13%; }
.star-2 { top: 25%; left: 22%; width: 2px; height: 2px; }
.star-3 { top: 13%; right: 32%; width: 3px; height: 3px; }
.star-4 { top: 35%; right: 12%; }
.star-5 { top: 43%; left: 7%; width: 2px; height: 2px; }

.paper-moon {
  position: absolute;
  z-index: 1;
  top: 8%;
  right: 9%;
  width: clamp(90px, 16vw, 200px);
  aspect-ratio: 1;
  border: 5px solid #f1b855;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 32%, rgb(147 60 38 / 14%) 0 4%, transparent 5%),
    radial-gradient(circle at 67% 58%, rgb(147 60 38 / 13%) 0 6%, transparent 7%),
    #ffd998;
  box-shadow: 0 0 70px rgb(255 211 129 / 22%);
}

.paper-moon span {
  position: absolute;
  inset: 12%;
  border: 1px solid rgb(123 46 35 / 17%);
  border-radius: 50%;
}

.city-line {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 38%;
  left: 0;
  height: 14%;
  display: flex;
  align-items: end;
  gap: 0.4%;
  opacity: 0.38;
}

.city-line i {
  width: 14%;
  height: 45%;
  background: #070203;
}

.city-line i:nth-child(2) { height: 75%; }
.city-line i:nth-child(3) { height: 58%; }
.city-line i:nth-child(4) { height: 95%; }
.city-line i:nth-child(5) { height: 66%; }
.city-line i:nth-child(6) { height: 84%; }
.city-line i:nth-child(7) { height: 50%; }

.ramen-art-bowl {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 9%;
  width: min(58%, 620px);
  height: 32%;
  min-height: 185px;
  transform: translateX(-50%);
  border: clamp(9px, 1.4vw, 16px) solid #ead4b1;
  border-top-width: 5px;
  border-radius: 13% 13% 48% 48% / 14% 14% 78% 78%;
  background:
    linear-gradient(160deg, transparent 44%, rgb(110 30 26 / 12%) 45% 48%, transparent 49%),
    linear-gradient(45deg, #fff1d4, #d8b995);
  box-shadow: 0 35px 60px rgb(0 0 0 / 45%);
}

.ramen-art-bowl::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 30%;
  width: 40%;
  height: 13%;
  border-radius: 0 0 50% 50%;
  background: #9e7d65;
}

.ramen-surface {
  position: absolute;
  z-index: 3;
  top: -24%;
  left: -1.5%;
  width: 103%;
  height: 50%;
  overflow: hidden;
  border: clamp(6px, 1vw, 11px) solid #f6e2bf;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 45%, rgb(246 177 74 / 18%) 0 3%, transparent 4%),
    radial-gradient(circle at 60% 52%, rgb(246 177 74 / 13%) 0 3%, transparent 4%),
    radial-gradient(ellipse at center, #94421d, #46150d 75%);
  box-shadow: inset 0 8px 24px rgb(255 199 105 / 18%);
}

.art-egg {
  top: 15%;
  left: 13%;
  width: 17%;
  height: 62%;
}

.art-egg i {
  top: 20%;
  left: 29%;
  width: 42%;
  height: 46%;
}

.art-nori {
  top: -30%;
  width: 15%;
  height: 118%;
  border-radius: 4px;
}

.nori-a { right: 13%; transform: rotate(7deg); }
.nori-b { right: 25%; transform: rotate(-5deg); }

.art-chashu {
  position: absolute;
  z-index: 4;
  top: 24%;
  width: 19%;
  height: 59%;
  border: 5px solid #d99873;
  border-radius: 45%;
  background:
    radial-gradient(circle at 48% 48%, transparent 0 23%, rgb(130 53 38 / 22%) 24% 28%, transparent 29%),
    #e4aa82;
}

.chashu-a { left: 34%; transform: rotate(7deg); }
.chashu-b { left: 50%; transform: rotate(-10deg); }

.art-naruto {
  top: 25%;
  right: 28%;
  width: 10%;
  height: 49%;
}

.art-naruto i {
  position: absolute;
  inset: 24%;
  border: 4px solid #df7d96;
  border-right-color: transparent;
  border-radius: 50%;
}

.art-noodle {
  position: absolute;
  z-index: 6;
  height: 22%;
  border: clamp(3px, 0.55vw, 6px) solid #efc86f;
  border-top: 0;
  border-radius: 0 0 50% 50%;
}

.noodle-a { top: 15%; left: 28%; width: 34%; transform: rotate(-2deg); }
.noodle-b { top: 35%; left: 25%; width: 39%; transform: rotate(3deg); }
.noodle-c { top: 52%; left: 31%; width: 32%; transform: rotate(-4deg); }
.noodle-d { top: 8%; left: 43%; width: 29%; transform: rotate(7deg); }

.art-green {
  width: clamp(10px, 1.4vw, 17px);
  height: clamp(14px, 2vw, 24px);
  border-width: clamp(3px, 0.45vw, 5px);
}

.green-a { top: 17%; left: 31%; transform: rotate(13deg); }
.green-b { top: 57%; left: 67%; transform: rotate(-8deg); }
.green-c { top: 18%; left: 72%; transform: rotate(20deg); }
.green-d { top: 56%; left: 25%; transform: rotate(-20deg); }

.bowl-pattern {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 20%;
  width: 60%;
  height: 25%;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.bowl-pattern i {
  width: clamp(24px, 4vw, 50px);
  height: clamp(24px, 4vw, 50px);
  transform: rotate(45deg);
  border: clamp(4px, 0.7vw, 8px) solid #a92322;
  border-right: 0;
  border-bottom: 0;
}

.art-chopsticks {
  position: absolute;
  z-index: 12;
  right: 10%;
  bottom: 42%;
  width: 65%;
  height: 3%;
  transform: rotate(-16deg);
}

.art-chopsticks i {
  position: absolute;
  right: 0;
  width: 100%;
  height: clamp(5px, 0.8vw, 10px);
  border-radius: 999px;
  background: linear-gradient(90deg, #d39b5b, #74371c);
  box-shadow: 0 3px 5px rgb(0 0 0 / 35%);
}

.art-chopsticks i:last-child { top: clamp(11px, 1.6vw, 19px); transform: rotate(2deg); }

.art-steam {
  position: absolute;
  z-index: 7;
  bottom: 47%;
  width: 7%;
  height: 28%;
  border-left: clamp(5px, 0.8vw, 10px) solid rgb(255 239 210 / 34%);
  border-radius: 50%;
  animation: art-steam 5s ease-in-out infinite;
}

.art-steam::before,
.art-steam::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.art-steam::before {
  top: -28%;
  left: -25%;
  width: 95%;
  height: 70%;
  border-right: clamp(4px, 0.65vw, 8px) solid rgb(255 239 210 / 24%);
}

.art-steam::after {
  top: -48%;
  left: 18%;
  width: 60%;
  height: 50%;
  border-left: clamp(3px, 0.5vw, 6px) solid rgb(255 239 210 / 17%);
}

.steam-a { left: 36%; }
.steam-b { left: 49%; height: 34%; animation-delay: -1.6s; }
.steam-c { left: 62%; height: 25%; animation-delay: -3.3s; }

.table-shadow {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 6%;
  width: 63%;
  height: 8%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgb(0 0 0 / 50%);
  filter: blur(18px);
}

@keyframes art-steam {
  0%, 100% { opacity: 0.28; transform: translateY(4%) scaleX(0.9); }
  50% { opacity: 0.78; transform: translateY(-10%) scaleX(1.08); }
}

.art-details {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 8rem);
  background: var(--color-background);
  color: var(--color-foreground);
}

.art-details > div:first-child {
  max-width: 800px;
}

.detail-grid {
  margin: var(--space-2xl) 0;
}

.detail-grid article {
  padding-top: var(--space-lg);
  border-top: 1px solid var(--color-border);
}

.detail-grid article > span {
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.detail-grid h3 { margin-top: var(--space-2xl); }

.art-page footer a { color: #f6ca69; }

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: min(720px, 85vw);
  }

  .builder-section {
    grid-template-columns: minmax(220px, 0.75fr) minmax(390px, 1.25fr);
  }

  .builder-intro {
    position: static;
  }

  .bowl-summary {
    position: static;
    grid-column: 1 / -1;
  }

  .visit {
    grid-template-columns: 1fr 1fr;
  }

  .visit .button {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-copy {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .hero-facts,
  .ritual-grid,
  .menu-grid,
  .detail-grid,
  .builder-section,
  .visit,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .hero-facts div {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
  }

  .hero-visual {
    min-height: 560px;
  }

  .ritual-grid article,
  .menu-card {
    min-height: 0;
  }

  .ritual-grid .step {
    margin-bottom: 3rem;
  }

  .builder-section,
  .bowl-summary {
    grid-column: auto;
  }

  .visit .button {
    width: 100%;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .art-sky {
    min-height: 480px;
    aspect-ratio: 4 / 5;
  }

  .ramen-art-bowl {
    width: 82%;
    height: 26%;
    min-height: 150px;
    bottom: 12%;
  }

  .art-chopsticks {
    right: 2%;
    bottom: 43%;
    width: 85%;
  }

  .art-steam {
    bottom: 43%;
  }

  .city-line {
    bottom: 39%;
  }
}

@media (max-width: 480px) {
  .site-header nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header nav a {
    min-height: 40px;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 470px;
  }

  .hero-bowl {
    height: 178px;
  }

  .broth {
    top: -31px;
    height: 75px;
  }

  .egg { width: 66px; height: 50px; }
  .egg i { top: 8px; left: 18px; width: 27px; height: 25px; }
  .nori { width: 58px; height: 82px; }
  .naruto { width: 45px; height: 38px; }
  .naruto::after { inset: 9px 13px; border-width: 4px; }
  .chopsticks { right: -10%; width: 92%; }

  .extras-grid {
    grid-template-columns: 1fr;
  }

  .art-frame {
    width: calc(100% - 1rem);
    padding: 0.45rem;
  }

  .art-sky {
    min-height: 430px;
  }
}

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