/* Little Lotus Pho — rice paper, jade, lotus pink, broth amber */
@font-face { font-family: "BVP"; font-weight: 400; font-display: swap; src: url(fonts/bvp-latin-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "BVP"; font-weight: 400; font-display: swap; src: url(fonts/bvp-viet-400.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: "BVP"; font-weight: 600; font-display: swap; src: url(fonts/bvp-latin-600.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "BVP"; font-weight: 600; font-display: swap; src: url(fonts/bvp-viet-600.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: "BVP"; font-weight: 800; font-display: swap; src: url(fonts/bvp-latin-800.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "BVP"; font-weight: 800; font-display: swap; src: url(fonts/bvp-viet-800.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

:root {
  --paper: #f7f0e3;
  --paper-2: #efe4d0;
  --jade: #0f3d34;
  --jade-2: #17574a;
  --ink: #1b2622;
  --muted: #4c5a54;
  --lotus: #b8335a;      /* AA on paper */
  --lotus-soft: #f2b8c6;
  --amber: #e0a044;
  --line: #d9cbb1;
  --r: 18px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 4.5rem; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink);
  font: 400 1rem/1.6 "BVP", system-ui, -apple-system, "Segoe UI", sans-serif; overflow-x: hidden; }
h1, h2, h3 { font-weight: 800; line-height: 1.02; letter-spacing: -.02em; margin: 0; }
p { margin: 0; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 6px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Top bar */
.top { display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .85rem clamp(1rem, 4vw, 3rem); background: var(--jade); color: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; font-weight: 800; letter-spacing: .01em; }
.lotus-mark { width: 34px; height: 22px; color: var(--lotus-soft); }
.top nav { display: flex; gap: 1.1rem; font-weight: 600; font-size: .95rem; }
.top nav a { text-decoration: none; padding: .2rem 0; border-bottom: 2px solid transparent; }
.top nav a:hover { border-bottom-color: var(--lotus-soft); }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--jade); color: var(--paper);
  padding: clamp(2.5rem, 8vw, 6rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 9vw, 7rem); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 26px;
  background: radial-gradient(circle at 13px 0, var(--jade) 12px, var(--paper) 12.5px) repeat-x;
  background-size: 26px 26px; }
.hero-inner { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; }
.kicker { font-weight: 600; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; color: var(--lotus-soft); }
.hero h1 { font-size: clamp(3.6rem, 17vw, 10.5rem); line-height: .88; margin: 1rem 0 1.4rem; letter-spacing: -.045em; }
.hero h1 span { display: block; }
.hero h1 .pho { color: var(--lotus-soft); }
.lede { font-size: clamp(1.1rem, 2.2vw, 1.35rem); max-width: 30ch; color: #e9e1d2; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7rem 1.3rem;
  border-radius: 999px; font-weight: 600; text-decoration: none; transition: transform .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-call { background: var(--lotus-soft); color: var(--jade); }
.btn-ghost { border: 2px solid rgba(247,240,227,.55); color: var(--paper); }
.today { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.4rem; font-weight: 600; font-size: .95rem; color: #e9e1d2; }
.today[hidden] { display: none; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(224,160,68,.25); }
.today.is-closed .dot { background: var(--lotus-soft); box-shadow: 0 0 0 4px rgba(242,184,198,.25); }
.hero-lotus { position: absolute; right: -14vw; bottom: 1.5rem; width: min(78vw, 640px); height: auto; color: var(--jade-2); z-index: 0; }

/* Broth */
.broth { display: grid; gap: 1.6rem; align-items: center; max-width: 1180px; margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 4vw, 3rem); }
.dial { position: relative; width: min(58vw, 240px); aspect-ratio: 1; color: var(--lotus); justify-self: center; }
.dial svg { width: 100%; height: 100%; }
.dial-num { position: absolute; inset: 0; display: grid; place-items: center; font-weight: 800;
  font-size: clamp(4.2rem, 20vw, 6.5rem); letter-spacing: -.05em; color: var(--jade); }
.broth h2 { font-size: clamp(2.2rem, 7vw, 3.8rem); color: var(--jade); margin-bottom: 1rem; }
.broth-text p { font-size: 1.15rem; }
.broth-text p + p { margin-top: .35rem; }
.service { display: inline-block; margin-top: 1.1rem !important; padding: .35rem .9rem; border-radius: 999px;
  background: var(--paper-2); color: var(--jade); font-weight: 600; font-size: .95rem !important; }

/* Menu */
.menu { background: var(--paper-2); padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 4vw, 3rem); }
.menu-head, .menu-grid { max-width: 1180px; margin: 0 auto; }
.menu-head h2 { font-size: clamp(3rem, 12vw, 6rem); color: var(--jade); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.2rem 0 2rem; }
.chips a { padding: .45rem .95rem; border-radius: 999px; background: var(--paper); border: 1px solid var(--line);
  text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--jade); }
.chips a:hover { background: var(--jade); color: var(--paper); border-color: var(--jade); }
.menu-grid { display: grid; gap: 1.25rem; }
.course { background: var(--paper); border-radius: var(--r); padding: 1.4rem 1.25rem 1.1rem; border: 1px solid var(--line); }
.course h3 { font-size: 1.9rem; color: var(--lotus); margin-bottom: .6rem; }
.course ul { list-style: none; margin: 0; padding: 0; }
.course li { padding: .85rem 0; border-top: 1px dashed var(--line); }
.course li:first-child { border-top: 0; }
.row { display: flex; align-items: baseline; gap: .6rem; }
.row::after { content: none; }
.dish { font-weight: 800; font-size: 1.12rem; color: var(--jade); }
.row .price { margin-left: auto; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--ink); white-space: nowrap; }
.dish + .price { position: relative; }
.row { background-image: radial-gradient(circle, var(--line) 1.2px, transparent 1.5px); background-size: 8px 8px;
  background-repeat: repeat-x; background-position: 0 72%; }
.dish, .row .price { background: var(--paper); }
.dish { padding-right: .4rem; }
.row .price { padding-left: .4rem; }
.course li p { color: var(--muted); font-size: .97rem; margin-top: .2rem; max-width: 46ch; }

.course-feature { background: var(--jade); border-color: var(--jade); color: var(--paper); }
.course-feature h3 { color: var(--lotus-soft); font-size: clamp(2.6rem, 10vw, 4rem); }
.course-feature li { border-top-color: rgba(247,240,227,.25); }
.course-feature .dish, .course-feature .row .price { background: var(--jade); color: var(--paper); }
.course-feature .row { background-image: radial-gradient(circle, rgba(247,240,227,.35) 1.2px, transparent 1.5px); }
.course-feature li p { color: #d6dcd3; }
.course-feature .special .dish { color: var(--amber); }

/* Info */
.info { display: grid; gap: 1.25rem; max-width: 1180px; margin: 0 auto; padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 4vw, 3rem); }
.info h2 { font-size: clamp(2.2rem, 7vw, 3.4rem); color: var(--jade); margin-bottom: 1rem; }
.hours table { width: 100%; border-collapse: collapse; font-size: 1.02rem; }
.hours th, .hours td { padding: .7rem .6rem; text-align: left; border-bottom: 1px solid var(--line); }
.hours th { font-weight: 600; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.hours tr.closed td { color: var(--lotus); font-weight: 600; }
.hours tr.is-today { background: var(--jade); color: var(--paper); }
.hours tr.is-today th, .hours tr.is-today td { border-bottom-color: var(--jade); }
.hours tr.is-today th { border-radius: 10px 0 0 10px; }
.hours tr.is-today td { border-radius: 0 10px 10px 0; }
.hours tr.is-today.closed td { color: var(--lotus-soft); }
.tag { display: inline-block; margin-left: .35rem; padding: .05rem .5rem; border-radius: 999px; font-size: .72rem;
  text-transform: uppercase; letter-spacing: .08em; background: var(--lotus-soft); color: var(--jade); vertical-align: 2px; }

.visit { background: var(--lotus); color: #fff; border-radius: var(--r); padding: 1.6rem 1.4rem; align-self: start; }
.visit h2 { color: #fff; }
.where { font-size: 1.5rem; font-weight: 800; line-height: 1.2; margin-bottom: .5rem; }
.big-phone { display: inline-block; margin-top: 1.2rem; font-size: clamp(1.5rem, 6vw, 2rem); font-weight: 800;
  text-decoration: none; border-bottom: 3px solid rgba(255,255,255,.6); letter-spacing: -.01em; }
.big-phone:hover { border-bottom-color: #fff; }

/* Footer */
.foot { background: var(--jade); color: #e9e1d2; text-align: center; padding: 3rem 1rem 3.5rem; font-size: .95rem; }
.foot-lotus { width: 56px; height: 36px; color: var(--lotus-soft); }
.foot-name { font-weight: 800; font-size: 1.4rem; color: var(--paper); margin: .4rem 0 .3rem; }
.foot .fine { margin-top: 1rem; font-size: .82rem; color: #bfc9c2; }

@media (min-width: 760px) {
  .broth { grid-template-columns: auto 1fr; gap: 3.5rem; }
  .dial { width: 260px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); align-items: start; }
  .course-feature { grid-row: span 2; }
  .info { grid-template-columns: 1.3fr 1fr; gap: 3rem; }
  .hero-lotus { right: -4vw; bottom: 2rem; width: min(52vw, 640px); }
}
@media (min-width: 1100px) {
  .menu-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .course-feature { grid-row: span 2; }
  .course-drinks { grid-column: 2 / 4; }
  .course-drinks ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 1.5rem; }
  .course-drinks li { border-top: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }
