:root {
  --green: #07543d;
  --green-deep: #043c2d;
  --green-soft: #dfe9dc;
  --red: #e32319;
  --red-dark: #b61f17;
  --cream: #f5f0e4;
  --paper: #fffaf0;
  --ink: #17241f;
  --muted: #65716b;
  --line: rgba(7, 84, 61, 0.15);
  --shadow: 0 24px 70px rgba(17, 47, 36, 0.14);
  --radius-lg: 30px;
  --radius-md: 20px;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.announcement {
  min-height: 34px;
  padding: 7px 18px;
  background: var(--red);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .65; }

.site-header {
  width: var(--shell);
  min-height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 50;
}
.brand { display: inline-block; width: max-content; line-height: .8; position: relative; }
.brand-tre, .brand-viet { font-family: "Pacifico", cursive; font-size: 42px; letter-spacing: -2px; }
.brand-tre { color: #0c8356; }
.brand-viet { color: var(--red); margin-left: 4px; }
.brand small { display: block; margin-top: 9px; padding-left: 10px; font-size: 8px; font-weight: 800; letter-spacing: .35em; color: var(--green); }
.nav { display: flex; align-items: center; justify-content: center; gap: 30px; font-size: 13px; font-weight: 600; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .25s ease; }
.nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--green); margin: 5px 0; transition: .3s ease; }

.section-shell { width: var(--shell); margin: 0 auto; }
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(40px, 6vw, 82px);
  align-items: center;
  padding: 46px 0 88px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red); }
.eyebrow-light { color: rgba(255,255,255,.78); }
.hero h1, .section-heading h2, .story h2, .gallery h2, .visit h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.035em;
}
.hero h1 { max-width: 620px; margin: 17px 0 22px; font-size: clamp(54px, 6vw, 90px); line-height: .94; }
.hero h1 em { color: var(--red); font-weight: 400; }
.hero-lead { max-width: 580px; font-size: clamp(16px, 1.55vw, 20px); line-height: 1.75; color: var(--muted); }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.button {
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 12px 32px rgba(7,84,61,.2); }
.button-primary:hover { background: var(--green-deep); }
.button-ghost { border-color: rgba(7,84,61,.25); color: var(--green); background: rgba(255,255,255,.28); }
.button-light { background: #fff; color: var(--green); box-shadow: 0 10px 28px rgba(7,84,61,.08); }
.button-call { padding-left: 10px; }
.icon-badge { width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(7,84,61,.10); color: var(--green); font-size: 14px; flex: 0 0 30px; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.35); }
.icon { font-size: 16px; }
.rating-pill { width: max-content; max-width: 100%; margin-top: 34px; padding: 10px 14px 10px 10px; border: 1px solid var(--line); border-radius: 15px; display: grid; grid-template-columns: auto auto; gap: 1px 10px; align-items: center; background: rgba(255,255,255,.45); }
.rating-number { grid-row: 1 / 3; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 18px; font-weight: 800; }
.stars { color: #f4a700; font-size: 13px; letter-spacing: 2px; }
.rating-copy { font-size: 11px; color: var(--muted); }

.hero-visual { position: relative; min-height: 560px; }
.hero-photo-wrap { height: 520px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); position: relative; background: var(--green); }
.hero-photo { height: 100%; object-fit: cover; object-position: center; }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -160px 100px rgba(3,49,35,.18); pointer-events: none; }
.hero-photo-label { position: absolute; z-index: 2; left: 26px; bottom: 22px; padding: 12px 16px; border-radius: 14px; color: var(--green); background: rgba(255,250,240,.93); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.hero-photo-label span { display: block; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); }
.hero-photo-label strong { font-family: "DM Serif Display", serif; font-weight: 400; font-size: 19px; }
.hero-dish-card { position: absolute; left: -42px; bottom: -30px; width: 260px; padding: 9px; border-radius: 20px; display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 12px; background: #fffaf0; box-shadow: 0 20px 50px rgba(22,52,42,.18); z-index: 4; transform: rotate(-2deg); }
.hero-dish-card img { width: 78px; height: 78px; border-radius: 14px; object-fit: cover; }
.hero-dish-card strong { display: block; color: var(--green); font-size: 12px; }
.hero-dish-card span { display: block; margin-top: 3px; font-size: 10px; color: var(--muted); }
.sun-stamp { position: absolute; top: -22px; right: -22px; width: 108px; height: 108px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .12em; line-height: 1.15; transform: rotate(8deg); box-shadow: 0 18px 44px rgba(227,35,25,.23); }
.sun-stamp::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(255,255,255,.75); border-radius: inherit; }

.quick-info { width: 100%; background: var(--green); color: #fff; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(24px, calc((100vw - 1180px)/2)); }
.quick-info > div { min-height: 118px; padding: 29px 30px; border-right: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; justify-content: center; }
.quick-info > div:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.quick-info span { font-size: 10px; color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.quick-info strong { margin-top: 8px; font-size: 14px; font-weight: 600; }

.story { padding: 120px 0 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.story h2 { margin: 18px 0 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.03; }
.story-copy > p { margin: 2px 0 32px; font-size: 18px; line-height: 1.9; color: var(--muted); }
.feature-row { display: flex; flex-wrap: wrap; gap: 8px; }
.feature-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-size: 11px; font-weight: 700; background: rgba(255,255,255,.3); }

.menu-section { padding: 110px 0 90px; background: var(--green-deep); color: #fff; position: relative; overflow: hidden; }
.menu-section::before { content: ""; position: absolute; width: 560px; height: 560px; right: -230px; top: -240px; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .gallery h2, .visit h2 { margin: 13px 0 0; font-size: clamp(44px, 5vw, 70px); line-height: 1; }
.section-heading > p { max-width: 470px; margin: 0 0 5px; font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.63); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.menu-card { min-height: 286px; padding: 24px; border-radius: var(--radius-md); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.06)); border: 1px solid rgba(255,255,255,.12); display: grid; align-content: start; gap: 0; transition: transform .3s ease, background .3s ease, border-color .3s ease; position: relative; overflow: hidden; }
.menu-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 88px; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0)); pointer-events: none; }
.menu-card::after { content: ""; position: absolute; width: 114px; height: 114px; right: -34px; top: -34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 22px rgba(255,255,255,.02); pointer-events: none; }
.menu-card:hover { transform: translateY(-5px); background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.075)); border-color: rgba(255,255,255,.16); }
.menu-card h3 { margin: 72px 0 12px; font-family: "DM Serif Display", serif; font-size: 29px; font-weight: 400; letter-spacing: -.02em; line-height: 1.03; max-width: 10ch; position: relative; z-index: 1; }
.menu-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.8; max-width: 34ch; position: relative; z-index: 1; }
.menu-number { font-size: 11px; font-weight: 700; letter-spacing: .14em; color: #f3c1ba; position: relative; z-index: 1; }
.dish-note { margin-top: auto; padding-top: 18px; color: #e6c782; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; position: relative; z-index: 1; }
.menu-bottom { margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.menu-bottom p { margin: 0; font-size: 12px; color: rgba(255,255,255,.56); }
.text-link { font-weight: 700; font-size: 13px; display: inline-flex; gap: 8px; align-items: center; }
.text-link-light { color: #fff; }

.gallery { padding: 120px 0; }
.gallery-head { max-width: 700px; margin-bottom: 42px; }
.gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 300px 300px; gap: 14px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 24px; background: #ddd; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.gallery-grid figure:hover img { transform: scale(1.045); }
.gallery-large { grid-row: 1 / 3; }

.reviews-section { background: var(--red); color: #fff; padding: 104px 0; overflow: hidden; }
.reviews-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.reviews-score .eyebrow { display: flex; width: max-content; margin: 0 0 10px; align-items: center; }
.reviews-score .eyebrow::before { background: rgba(255,255,255,.72); }
.score-line { margin-top: 0; display: flex; gap: 20px; align-items: center; }
.score-line strong { font-family: "DM Serif Display", serif; font-size: 90px; line-height: .9; font-weight: 400; }
.score-line span { color: #ffe284; letter-spacing: 3px; }
.reviews-score > p { margin: 18px 0 26px; color: rgba(255,255,255,.7); font-size: 12px; }
.review-list { display: grid; gap: 12px; }
.review-card { padding: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.review-top { display: flex; align-items: center; gap: 13px; }
.review-top .avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--red); background: #fff; font-weight: 800; }
.review-top div { display: flex; flex-direction: column; gap: 3px; }
.review-top strong { font-size: 12px; }
.review-top div span { color: #ffe284; font-size: 10px; letter-spacing: 1px; }
.review-card p { margin: 17px 0 0; font-family: "DM Serif Display", serif; font-size: 20px; line-height: 1.5; }

.visit { padding: 120px 0 130px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.visit-content > p { max-width: 570px; margin: 24px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; border-top: 1px solid var(--line); }
.visit-details > div { padding: 18px 10px 18px 0; border-bottom: 1px solid var(--line); }
.visit-details dt { margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visit-details dd { margin: 0; color: var(--green); font-size: 12px; font-weight: 700; line-height: 1.6; }
.map-card { position: relative; min-height: 580px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--green-soft); }
.map-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(1.02); }
.map-label { position: absolute; left: 22px; bottom: 22px; max-width: calc(100% - 44px); padding: 15px 18px; border-radius: 15px; background: var(--paper); box-shadow: 0 10px 28px rgba(0,0,0,.15); }
.map-label strong, .map-label span { display: block; }
.map-label strong { color: var(--green); font-family: "DM Serif Display", serif; font-size: 18px; font-weight: 400; }
.map-label span { margin-top: 3px; color: var(--muted); font-size: 10px; }

.footer { padding: 70px max(24px, calc((100vw - 1180px)/2)) 35px; background: #032f24; color: #fff; }
.footer .brand small { color: rgba(255,255,255,.58); }
.footer > p { max-width: 430px; margin: 22px 0 32px; color: rgba(255,255,255,.55); line-height: 1.7; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: #f4b1aa; }
.footer-bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 82px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 60; }
  .nav { position: fixed; inset: 34px 0 0; padding: 120px 28px 40px; background: var(--cream); flex-direction: column; justify-content: flex-start; gap: 28px; font-family: "DM Serif Display", serif; font-size: 30px; transform: translateX(100%); transition: transform .32s ease; z-index: 55; }
  body.nav-open .nav { transform: translateX(0); }
  body.nav-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  body.nav-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 32px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 590px; }
  .hero-photo-wrap { height: 560px; }
  .hero-dish-card { left: 20px; }
  .sun-stamp { right: 18px; }
  .quick-info { grid-template-columns: 1fr 1fr; padding: 0; }
  .quick-info > div { min-height: 100px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .story, .visit { grid-template-columns: 1fr; gap: 45px; }
  .story { padding: 90px 0; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .reviews-wrap { grid-template-columns: 1fr; gap: 44px; }
  .reviews-score { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 25px; }
  .reviews-score .eyebrow { grid-column: 1 / 3; justify-self: start; margin-bottom: 10px; }
  .reviews-score > p { grid-column: 1; }
  .reviews-score > .button { grid-column: 2; grid-row: 2 / 4; align-self: center; }
  .map-card { min-height: 480px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); --radius-lg: 23px; }
  body { padding-bottom: 66px; }
  .announcement { font-size: 9px; letter-spacing: .08em; }
  .brand-tre, .brand-viet { font-size: 34px; }
  .brand small { font-size: 7px; margin-top: 8px; }
  .site-header { min-height: 75px; }
  .hero { min-height: unset; gap: 42px; padding: 35px 0 74px; }
  .hero h1 { font-size: clamp(47px, 15vw, 64px); }
  .hero-lead { font-size: 15px; line-height: 1.7; }
  .hero-actions .button { flex: 1 1 150px; }
  .rating-pill { margin-top: 25px; }
  .hero-visual { min-height: 470px; }
  .hero-photo-wrap { height: 450px; }
  .hero-dish-card { left: 12px; bottom: -35px; width: 238px; grid-template-columns: 68px 1fr; }
  .hero-dish-card img { width: 68px; height: 68px; }
  .sun-stamp { width: 86px; height: 86px; right: 10px; top: -18px; font-size: 10px; }
  .quick-info { grid-template-columns: 1fr 1fr; }
  .quick-info > div { min-height: 92px; padding: 21px 16px; }
  .quick-info span { font-size: 8px; }
  .quick-info strong { font-size: 11px; }
  .story { padding: 82px 0; gap: 35px; }
  .story h2, .section-heading h2, .gallery h2, .visit h2 { font-size: 42px; }
  .story-copy > p { font-size: 15px; line-height: 1.8; }
  .menu-section, .reviews-section { padding: 82px 0; }
  .section-heading { margin-bottom: 30px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 250px; }
  .menu-card h3 { margin-top: 58px; font-size: 27px; max-width: none; }
  .menu-bottom { align-items: flex-start; flex-direction: column; }
  .gallery { padding: 82px 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 180px; }
  .gallery-large { grid-column: 1 / 3; grid-row: 1; }
  .reviews-score { display: block; max-width: 420px; margin: 0; }
  .reviews-score .eyebrow { margin: 0 0 9px; }
  .reviews-score > .button { margin-top: 10px; }
  .score-line { margin-top: 0; }
  .score-line strong { font-size: 78px; line-height: .92; }
  .review-card p { font-size: 18px; }
  .visit { padding: 82px 0 95px; }
  .visit-details { grid-template-columns: 1fr 1fr; }
  .map-card { min-height: 390px; }
  .footer { padding: 58px 20px 28px; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 80; left: 10px; right: 10px; bottom: 9px; height: 56px; padding: 4px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(3,47,36,.94); backdrop-filter: blur(16px); display: grid; grid-template-columns: 1fr 1.2fr; gap: 4px; box-shadow: 0 12px 40px rgba(0,0,0,.25); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; border-radius: 14px; font-size: 12px; font-weight: 700; }
  .mobile-actions a:last-child { background: var(--red); }
}

@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; }
}
