@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --green: #123c2b;
  --green-deep: #09291d;
  --green-soft: #25553f;
  --red: #9d2627;
  --red-dark: #7c1d1f;
  --cream: #f7e8c9;
  --cream-soft: #fff9eb;
  --sand: #e6cf9f;
  --ink: #1d2c23;
  --muted: #68756c;
  --white: #fffdf7;
  --serif: "DM Serif Display", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", "Segoe UI", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(27, 44, 34, .15);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-soft); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; background: var(--red); color: white; padding: .75rem 1rem; text-decoration: none; border-radius: 0 0 .4rem .4rem; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; background: rgba(255, 249, 235, .92); border-bottom: 1px solid rgba(18, 60, 43, .1); backdrop-filter: blur(14px); transition: box-shadow .25s ease, height .25s ease; }
.site-header.scrolled { height: 72px; box-shadow: 0 6px 30px rgba(18, 60, 43, .09); }
.nav-brand { display: block; width: 156px; }
.nav-brand__logo, .hero-logo, .footer-logo { display: block; }
.nav-brand__logo { width: 156px; }
.nav-brand__logo img, .hero-logo img, .footer-logo img { width: 100%; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3rem); }
.site-nav a { color: var(--green); font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--red); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; }
.nav-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 11px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--green); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .85rem 1.4rem; color: white; background: var(--red); border: 1px solid var(--red); border-radius: 2px; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(157, 38, 39, .24); }
.button--small { min-height: 44px; padding: .65rem 1rem; }
.button svg { width: 18px; height: 18px; }
.button--cream { color: var(--green); background: var(--cream); border-color: var(--cream); }
.button--cream:hover, .button--cream:focus-visible { color: var(--green); background: white; }
.text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--green); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(18, 60, 43, .35); padding-bottom: .18rem; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }
.text-link--red { color: var(--red); border-color: rgba(157, 38, 39, .3); }

.hero { min-height: 760px; padding: 140px clamp(1.25rem, 7vw, 7rem) 80px; display: grid; place-items: center; background: var(--cream-soft); position: relative; overflow: hidden; text-align: center; }
.hero__texture { position: absolute; inset: 0; opacity: .32; pointer-events: none; background-image: radial-gradient(rgba(63, 83, 67, .18) .6px, transparent .6px), linear-gradient(100deg, transparent 50%, rgba(210, 179, 120, .1)); background-size: 5px 5px, 100% 100%; }
.hero::before { content: ""; position: absolute; left: -5vw; bottom: -220px; width: 420px; height: 420px; border: 1px solid rgba(18, 60, 43, .12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(18, 60, 43, .025), 0 0 0 70px rgba(18, 60, 43, .02); }
.hero__content { position: relative; z-index: 2; width: min(820px, 100%); display: flex; flex-direction: column; align-items: center; }
.eyebrow { margin: 0 0 1.15rem; display: flex; align-items: center; gap: .7rem; color: var(--red); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: block; width: 32px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--sand); }
.hero-logo { width: min(620px, 90vw); margin: 0 0 1.4rem; box-shadow: 0 14px 40px rgba(18, 60, 43, .08); }
.hero h1, .section h2 { font-family: var(--serif); font-weight: 400; line-height: .93; letter-spacing: -.035em; }
.hero h1 { margin: 0; color: var(--green); font-size: clamp(3.5rem, 6vw, 6.5rem); }
.hero h1 em, .section h2 em { color: var(--red); font-weight: 400; }
.hero__intro { max-width: 650px; margin: 1.7rem 0 2rem; color: #506158; font-size: 1.05rem; }
.hero__actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.hero__details { width: 100%; display: flex; justify-content: center; gap: clamp(1.5rem, 3vw, 3rem); margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid rgba(18, 60, 43, .14); text-align: left; }
.hero__details > div { display: flex; gap: .75rem; align-items: flex-start; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.hero__details strong { display: block; color: var(--green); font-size: .83rem; }
.detail-icon { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 35px; border: 1px solid rgba(157, 38, 39, .3); border-radius: 50%; color: var(--red); }
.detail-icon svg { width: 18px; height: 18px; }
.values { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--cream); background: var(--green); padding: 1.7rem clamp(1.25rem, 6vw, 6rem); }
.values article { min-height: 76px; display: flex; justify-content: center; align-items: center; gap: 1rem; padding: 0 1.4rem; border-right: 1px solid rgba(247, 232, 201, .2); }
.values article:last-child { border: 0; }
.values svg { width: 45px; height: 45px; flex: 0 0 45px; color: var(--sand); }
.values strong { display: block; font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.values span { display: block; margin-top: .2rem; color: rgba(247, 232, 201, .65); font-size: .72rem; }

.section { padding: clamp(5rem, 8vw, 8.5rem) clamp(1.25rem, 7vw, 7rem); }
.section h2 { margin: 0; color: var(--green); font-size: clamp(3rem, 5vw, 5.5rem); }
.story { display: grid; place-items: center; min-height: 650px; background: #f3e2be; text-align: center; position: relative; overflow: hidden; }
.story::before, .story::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(18, 60, 43, .1); border-radius: 50%; }
.story::before { left: -180px; top: -190px; box-shadow: 0 0 0 35px rgba(18, 60, 43, .025); }
.story::after { right: -180px; bottom: -190px; box-shadow: 0 0 0 35px rgba(157, 38, 39, .025); }
.story__copy { max-width: 720px; position: relative; z-index: 1; }
.story__copy .eyebrow, .quote { justify-content: center; }
.story__copy > p:not(.eyebrow) { margin: 2rem 0; color: #58655e; font-size: 1.05rem; }
.quote { margin: 2.2rem 0; display: flex; align-items: flex-start; gap: .8rem; color: var(--green); }
.quote > span { color: var(--red); font-family: var(--serif); font-size: 4.3rem; line-height: .8; }
.quote p { margin: 0; font-family: var(--serif); font-size: 1.55rem; line-height: 1.35; }

.favorites { color: white; background: var(--green-deep); position: relative; overflow: hidden; }
.favorites::after { content: "PHỞ"; position: absolute; right: -2vw; top: -8rem; color: rgba(255, 255, 255, .025); font-family: var(--serif); font-size: 25rem; line-height: 1; }
.section-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; position: relative; z-index: 1; }
.favorites h2 { color: var(--cream); }
.section-heading > p { max-width: 430px; margin: 0 0 .4rem; color: rgba(255, 255, 255, .58); }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.5vw, 2rem); margin-top: 4rem; position: relative; z-index: 1; }
.dish-card { min-width: 0; position: relative; background: #fff8e9; color: var(--ink); box-shadow: 0 20px 60px rgba(0, 0, 0, .18); }
.dish-card__number { position: absolute; right: 1rem; top: .65rem; z-index: 3; color: rgba(255, 255, 255, .85); font-family: var(--serif); font-size: 2rem; }
.dish-card__photo { height: 270px; overflow: hidden; background: var(--sand); }
.dish-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.dish-card__photo--pho img { object-position: center; }
.dish-card__photo--vermicelli img { object-position: center; }
.dish-card__photo--rice img { object-position: center; }
.dish-card__body { padding: 1.8rem; }
.dish-tag { color: var(--red); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.dish-card h3 { margin: .35rem 0 .55rem; color: var(--green); font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.dish-card p { min-height: 66px; margin: 0; color: var(--muted); font-size: .87rem; }
.dish-card__body > div { display: flex; align-items: baseline; gap: .5rem; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid rgba(18, 60, 43, .12); }
.dish-card__body strong { color: var(--red); font-family: var(--serif); font-size: 1.45rem; }
.dish-card__body div span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

.menu-section { text-align: center; background: var(--cream-soft); }
.menu-section__header { max-width: 740px; margin: 0 auto 3rem; }
.menu-section__header .eyebrow { justify-content: center; }
.menu-section__header > p:last-child { color: var(--muted); }
.menu-preview { max-width: 1200px; margin: auto; padding: 0; display: block; border: 10px solid var(--cream); background: var(--cream); box-shadow: var(--shadow); cursor: zoom-in; position: relative; }
.menu-preview img { width: 100%; }
.menu-preview > span { position: absolute; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: .5rem; padding: .7rem 1rem; color: white; background: rgba(9, 41, 29, .9); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.menu-preview svg { width: 18px; height: 18px; }
.menu-note { max-width: 920px; margin: 1.5rem auto 0; display: flex; gap: .8rem; align-items: flex-start; text-align: left; color: var(--muted); font-size: .72rem; }
.menu-note > span { color: var(--red); font-family: var(--serif); font-size: 1.8rem; line-height: 1; }
.menu-note p { margin: 0; }

.visit { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; padding: 0; }
.visit__card { padding: clamp(4rem, 8vw, 8rem); background: var(--green); color: var(--cream); }
.visit__card h2 { color: var(--cream); }
.visit__card h2 em { color: var(--sand); }
.visit__info { margin: 3rem 0; display: grid; gap: 1.4rem; }
.visit__info > div { display: flex; gap: 1rem; align-items: flex-start; }
.visit__info p { margin: 0; color: rgba(247, 232, 201, .68); font-size: .88rem; }
.visit__info strong { display: block; margin-bottom: .2rem; color: white; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.visit__info a { color: inherit; text-underline-offset: 3px; }
.visit__icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; color: var(--sand); border: 1px solid rgba(230, 207, 159, .38); border-radius: 50%; }
.visit__icon svg { width: 19px; height: 19px; }
.visit__map { position: relative; min-height: 560px; background-color: #e9d8b4; background-image: radial-gradient(rgba(18, 60, 43, .14) .8px, transparent .8px); background-size: 8px 8px; overflow: hidden; }
.map-lines span { position: absolute; display: block; background: rgba(255, 255, 255, .78); border: 1px solid rgba(18, 60, 43, .13); box-shadow: 0 8px 20px rgba(18, 60, 43, .06); }
.map-lines span:nth-child(1) { width: 130%; height: 55px; left: -10%; top: 17%; transform: rotate(-12deg); }
.map-lines span:nth-child(2) { width: 65px; height: 125%; left: 28%; top: -10%; transform: rotate(17deg); }
.map-lines span:nth-child(3) { width: 110%; height: 42px; left: -5%; top: 68%; transform: rotate(22deg); }
.map-lines span:nth-child(4) { width: 54px; height: 110%; right: 17%; top: -4%; transform: rotate(-23deg); }
.map-lines span:nth-child(5) { width: 85%; height: 36px; left: 11%; top: 43%; transform: rotate(2deg); background: rgba(157, 38, 39, .15); }
.map-pin { position: absolute; left: 50%; top: 48%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; filter: drop-shadow(0 10px 12px rgba(18, 60, 43, .2)); }
.map-pin svg { width: 68px; color: var(--red); fill: var(--red); stroke: var(--cream); }
.map-pin div { min-width: 205px; padding: .8rem 1.1rem; margin-top: -.3rem; color: var(--cream); background: var(--green); text-align: center; }
.map-pin strong { display: block; font-family: var(--serif); font-size: 1.35rem; }
.map-pin span { display: block; color: rgba(247, 232, 201, .65); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.site-footer { padding: 4.5rem clamp(1.25rem, 7vw, 7rem) 1.4rem; color: rgba(247, 232, 201, .65); background: var(--green-deep); display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem 8rem; }
.footer-logo { width: min(320px, 100%); }
.footer-brand p { margin: 1rem 0 0; font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.footer-links div { display: flex; flex-direction: column; gap: .55rem; }
.footer-links strong { margin-bottom: .25rem; color: var(--sand); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { width: fit-content; font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 1.4rem; border-top: 1px solid rgba(247, 232, 201, .12); font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom span { color: var(--red); }

.chat-trigger { position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 95; display: flex; align-items: center; gap: .6rem; min-height: 50px; padding: .65rem 1rem; color: white; background: var(--red); border: 0; border-radius: 30px; box-shadow: 0 10px 30px rgba(42, 29, 25, .25); cursor: pointer; font-size: .77rem; font-weight: 700; letter-spacing: .04em; }
.chat-trigger svg { width: 22px; height: 22px; }
.question-box { position: fixed; right: 1.4rem; bottom: 5.3rem; z-index: 96; width: min(380px, calc(100vw - 2rem)); color: var(--ink); background: var(--cream-soft); box-shadow: 0 22px 70px rgba(9, 41, 29, .28); border: 1px solid rgba(18, 60, 43, .14); transform: translateY(15px) scale(.97); transform-origin: bottom right; opacity: 0; visibility: hidden; transition: .22s ease; }
.question-box.open { transform: none; opacity: 1; visibility: visible; }
.question-box__header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.15rem; color: white; background: var(--green); }
.question-box__header > div { display: flex; align-items: center; gap: .7rem; }
.question-box__header p { margin: 0; line-height: 1.25; }
.question-box__header strong, .question-box__header small { display: block; }
.question-box__header small { margin-top: .15rem; color: rgba(255,255,255,.6); font-size: .68rem; }
.online-dot { width: 9px; height: 9px; background: #83c897; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; box-sizing: content-box; }
.question-box__header button { color: white; background: transparent; border: 0; cursor: pointer; font-size: 1.6rem; }
.question-box form { padding: 1.15rem; }
.question-box form > p { margin: 0 0 1rem; color: var(--muted); font-size: .78rem; }
.question-box label { display: block; margin: .7rem 0 .25rem; color: var(--green); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.question-box input, .question-box textarea { width: 100%; padding: .7rem .8rem; color: var(--ink); background: white; border: 1px solid #d8ccb2; border-radius: 0; outline: none; resize: vertical; }
.question-box input:focus, .question-box textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(18, 60, 43, .1); }
.question-box .button { width: 100%; margin-top: 1rem; }
.form-status { display: block; min-height: 1.2rem; margin-top: .6rem; color: var(--green); font-size: .7rem; text-align: center; }

.menu-dialog { width: min(96vw, 1500px); max-width: none; max-height: 96vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.menu-dialog::backdrop { background: rgba(4, 17, 12, .92); backdrop-filter: blur(5px); }
.menu-dialog img { width: 100%; max-height: 94vh; object-fit: contain; }
.menu-dialog > button { position: absolute; right: -.5rem; top: -2.7rem; width: 40px; height: 40px; color: white; background: transparent; border: 0; font-size: 2rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 175px 1fr 175px; }
  .site-nav { gap: 1.4rem; }
  .hero { padding-inline: 3rem; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .values article:nth-child(2) { border-right: 0; }
  .values article:nth-child(-n+2) { border-bottom: 1px solid rgba(247, 232, 201, .2); }
  .story { padding-inline: 3rem; }
  .dish-card__photo { height: 220px; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding-inline: 1.25rem; }
  .nav-brand { width: 145px; height: 48px; }
  .nav-brand__logo { width: 145px; height: 48px; }
  .nav-toggle { display: block; z-index: 2; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 auto; padding: 2rem; display: grid; justify-items: center; gap: 1.4rem; background: var(--cream-soft); border-bottom: 1px solid rgba(18,60,43,.1); transform: translateY(-140%); transition: transform .25s ease; box-shadow: 0 15px 30px rgba(18,60,43,.08); }
  .site-nav.open { transform: translateY(0); }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; padding: 115px 1.25rem 65px; text-align: center; }
  .hero__intro { max-width: 600px; }
  .hero__details { justify-content: center; text-align: left; }
  .story { padding-inline: 2rem; }
  .story__copy { text-align: center; margin: auto; }
  .story__copy .eyebrow, .quote { justify-content: center; }
  .section-heading { display: block; text-align: center; }
  .section-heading .eyebrow { justify-content: center; }
  .section-heading > p { margin: 1.2rem auto 0; }
  .dish-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .dish-card__photo { height: 330px; }
  .dish-card p { min-height: auto; }
  .visit { grid-template-columns: 1fr; }
  .visit__card { text-align: center; }
  .visit__card .eyebrow, .visit__info > div { justify-content: center; }
  .visit__info > div { text-align: left; }
  .visit__map { min-height: 480px; }
}

@media (max-width: 560px) {
  .section { padding: 4.5rem 1.2rem; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 4.8rem); }
  .hero__actions { flex-direction: column; gap: 1rem; }
  .hero__details { width: 100%; flex-direction: column; align-items: center; }
  .hero__details > div { width: 255px; }
  .values { grid-template-columns: 1fr; padding: 1rem 1.4rem; }
  .values article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(247, 232, 201, .2); padding: .9rem 0; }
  .values article:nth-child(2) { border-bottom: 1px solid rgba(247, 232, 201, .2); }
  .story { padding-inline: 1.2rem; }
  .story__copy { text-align: left; }
  .story__copy .eyebrow, .quote { justify-content: flex-start; }
  .dish-card__photo { height: 245px; }
  .menu-preview { border-width: 5px; }
  .menu-preview > span { right: .5rem; bottom: .5rem; padding: .5rem .65rem; }
  .visit__card { padding: 4.5rem 1.2rem; }
  .visit__map { min-height: 400px; }
  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; gap: .4rem; }
  .chat-trigger span { display: none; }
  .chat-trigger { width: 52px; height: 52px; padding: 0; justify-content: center; }
  .question-box { right: 1rem; bottom: 5rem; }
}

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