:root {
  --ink: #183229;
  --forest: #274f3c;
  --olive: #6f7e4d;
  --sage: #b8c29b;
  --cream: #f8f4e9;
  --paper: #fffdf7;
  --peach: #f0b98c;
  --line: rgba(24, 50, 41, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Avenir Next", "Noto Sans Thai", "Leelawadee UI", sans-serif;
}
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  background: rgba(248, 244, 233, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 84px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(20px, 5vw, 72px);
  position: sticky;
  right: 0;
  top: 0;
  backdrop-filter: blur(16px);
  z-index: 20;
}
.brand { align-items: center; display: flex; gap: 11px; line-height: 1; }
.brand-mark {
  align-items: center; background: var(--forest); border-radius: 50%; color: white;
  display: flex; font-size: 24px; height: 48px; justify-content: center; width: 48px;
}
.brand strong { display: block; font-family: Georgia, serif; font-size: 19px; letter-spacing: .01em; }
.brand small { display: block; font-size: 10px; letter-spacing: .08em; margin-top: 5px; }
.desktop-nav { display: flex; font-size: 13px; font-weight: 600; gap: 34px; }
.desktop-nav a { padding: 10px 0; position: relative; }
.desktop-nav a::after { background: var(--forest); bottom: 2px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: .25s; width: 100%; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { align-items: center; display: flex; gap: 12px; }
.lang-toggle { align-items: center; background: rgba(24,50,41,.07); border-radius: 99px; display: flex; padding: 3px; }
.lang-toggle button { background: transparent; border: 0; border-radius: 99px; color: var(--ink); cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; min-height: 30px; min-width: 34px; padding: 0 8px; }
.lang-toggle button.active { background: var(--forest); color: white; }
.lang-toggle button:focus-visible { outline: 2px solid var(--peach); outline-offset: 2px; }
.header-cta { border: 1px solid var(--forest); border-radius: 99px; font-size: 12px; font-weight: 700; padding: 11px 18px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  min-height: calc(100vh - 84px);
  overflow: hidden;
}
.hero-copy { align-self: center; padding: 82px clamp(28px, 6vw, 96px); position: relative; z-index: 2; }
.kicker { align-items: center; display: flex; font-size: 10px; font-weight: 800; gap: 9px; letter-spacing: .24em; margin: 0 0 24px; }
.kicker span { background: var(--peach); border-radius: 50%; display: block; height: 8px; width: 8px; }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 7.7vw, 118px); font-weight: 400; letter-spacing: -.06em; line-height: .82; margin: 0; }
.hero h1 em { color: var(--olive); font-weight: 400; }
.hero-thai { font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(22px, 2.2vw, 34px); margin: 30px 0 16px; }
.hero-description { font-size: 15px; line-height: 1.9; margin: 0; max-width: 520px; opacity: .75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { align-items: center; border-radius: 99px; display: inline-flex; font-size: 13px; font-weight: 700; gap: 20px; justify-content: center; min-height: 48px; padding: 0 22px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; }
.button-primary span { font-size: 18px; }
.button-ghost { border: 1px solid var(--line); }
.hero-note { align-items: center; display: flex; gap: 12px; margin-top: 46px; }
.note-icon { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; height: 38px; justify-content: center; width: 38px; }
.hero-note p { font-size: 12px; line-height: 1.55; margin: 0; }

.hero-visual { background: #d8d1ad; min-height: 620px; overflow: hidden; position: relative; }
.hero-visual > img { height: 100%; inset: 0; object-fit: cover; object-position: 64% center; position: absolute; width: 100%; }
.image-wash { background: linear-gradient(90deg, rgba(248,244,233,.22), transparent 40%); inset: 0; position: absolute; }
.hero-stamp { align-items: center; border: 1px solid rgba(24,50,41,.38); border-radius: 50%; display: flex; font-size: 8px; height: 80px; justify-content: center; letter-spacing: .14em; line-height: 1.5; position: absolute; right: 4%; text-align: center; top: 9%; transform: rotate(8deg); width: 80px; }
.menu-preview { background: var(--paper); padding: 100px clamp(24px, 6vw, 88px) 120px; }
.section-heading { margin: 0 auto 48px; max-width: 650px; text-align: center; }
.section-heading .kicker { justify-content: center; }
.section-heading h2 { font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(38px, 4.2vw, 66px); font-weight: 400; letter-spacing: -.03em; margin: 0 0 12px; }
.section-heading > p:last-child { font-size: 14px; margin: 0; opacity: .67; }
.menu-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 1180px; }
.menu-card { border: 1px solid var(--line); border-radius: 28px; padding: 30px; transition: transform .25s, box-shadow .25s; }
.menu-card:hover { box-shadow: 0 22px 60px rgba(24,50,41,.1); transform: translateY(-6px); }
.menu-icon { align-items: center; background: var(--cream); border-radius: 50%; display: flex; font-size: 38px; height: 78px; justify-content: center; margin-bottom: 26px; width: 78px; }
.menu-eyebrow { color: var(--olive); font-size: 9px !important; font-weight: 800; letter-spacing: .18em; }
.menu-card h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 400; margin: 8px 0 5px; }
.menu-card h4 { font-size: 14px; margin: 0 0 14px; }
.menu-card > p:not(.menu-eyebrow) { font-size: 12px; line-height: 1.7; margin: 0; min-height: 42px; opacity: .65; }
.menu-price { align-items: center; border-top: 1px solid var(--line); display: flex; font-family: Georgia, serif; font-size: 20px; justify-content: space-between; margin-top: 24px; padding-top: 18px; }
.menu-price i { font-family: sans-serif; font-size: 15px; font-style: normal; }
.menu-facts { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 54px auto 0; max-width: 1180px; }
.menu-facts p { align-items: center; display: flex; gap: 14px; justify-content: center; margin: 0; padding: 24px; }
.menu-facts p + p { border-left: 1px solid var(--line); }
.menu-facts strong { font-family: Georgia, serif; font-size: 25px; }
.menu-facts span { font-size: 11px; line-height: 1.45; }

.story-section { background: var(--forest); color: var(--cream); display: grid; gap: clamp(60px, 9vw, 150px); grid-template-columns: 1.05fr .95fr; padding: 120px clamp(24px, 8vw, 120px); }
.kicker-light { color: #dfe6cb; }
.story-intro h2, .visit-card h2 { font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(46px, 5.5vw, 82px); font-weight: 400; letter-spacing: -.045em; line-height: 1.06; margin: 0 0 30px; }
.story-intro > p:not(.kicker) { color: rgba(255,255,255,.72); font-size: 15px; line-height: 2; max-width: 570px; }
.signature-line { align-items: center; border-top: 1px solid rgba(255,255,255,.2); display: flex; gap: 16px; margin-top: 40px; max-width: 570px; padding-top: 28px; }
.signature-line > span { align-items: center; background: var(--cream); border-radius: 50%; display: flex; font-size: 28px; height: 54px; justify-content: center; width: 54px; }
.signature-line p { font-size: 12px; line-height: 1.65; margin: 0; }
.values-grid { align-self: center; }
.values-grid article { border-top: 1px solid rgba(255,255,255,.2); display: grid; gap: 20px; grid-template-columns: 44px 1fr; padding: 28px 0; }
.values-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.values-grid article > span { color: var(--peach); font-family: Georgia, serif; font-size: 13px; }
.values-grid h3 { font-family: Georgia, serif; font-size: 26px; font-weight: 400; margin: 0 0 8px; }
.values-grid p { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; margin: 0; }

.story-section.story-expanded { display: block; padding-bottom: 130px; padding-top: 130px; }
.story-head { align-items: end; display: grid; gap: clamp(50px, 10vw, 160px); grid-template-columns: 1.05fr .95fr; margin: 0 auto 82px; max-width: 1240px; }
.story-title h2 { font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(50px, 6vw, 92px); font-weight: 400; letter-spacing: -.05em; line-height: 1.02; margin: 0; }
.story-title h2 em { color: #d7dcae; font-weight: 400; }
.story-intro-copy { color: rgba(255,255,255,.76); font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.85; margin: 0 0 8px; }
.story-timeline { counter-reset: chapter; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1240px; }
.story-chapter { border-left: 1px solid rgba(255,255,255,.2); padding: 0 clamp(20px, 2.5vw, 38px) 20px; position: relative; }
.story-chapter:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.chapter-number { color: rgba(255,255,255,.16); font-family: Georgia, serif; font-size: clamp(58px, 6vw, 88px); line-height: 1; margin-bottom: 32px; }
.chapter-year { color: var(--peach) !important; font-size: 9px !important; font-weight: 800; letter-spacing: .18em; margin: 0 0 14px !important; text-transform: uppercase; }
.story-chapter h3 { font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(21px, 2vw, 29px); font-weight: 400; line-height: 1.25; margin: 0 0 18px; }
.story-chapter > p:last-child { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.9; margin: 0; }
.story-quote { border-bottom: 1px solid rgba(255,255,255,.2); border-top: 1px solid rgba(255,255,255,.2); margin: 90px auto 0; max-width: 1240px; padding: 78px clamp(18px, 7vw, 100px); position: relative; text-align: center; }
.story-quote > span { color: var(--peach); font-family: Georgia, serif; font-size: 64px; left: 50%; line-height: 1; position: absolute; top: 20px; transform: translateX(-50%); }
.story-quote h3 { font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(30px, 4vw, 57px); font-weight: 400; letter-spacing: -.03em; line-height: 1.35; margin: 0 auto 18px; max-width: 960px; }
.story-quote p { color: #d7dcae; font-family: Georgia, serif; font-size: 14px; font-style: italic; margin: 0; }
.story-values { align-items: start; display: grid; gap: clamp(50px, 10vw, 160px); grid-template-columns: .75fr 1.25fr; margin: 72px auto 0; max-width: 1240px; }
.story-values .signature-line { border-top: 0; margin-top: 0; padding-top: 0; }
.story-values .values-grid article:first-child { border-top-color: rgba(255,255,255,.2); }

.review-section { background: #ede6d5; padding: 110px clamp(24px, 6vw, 88px); }
.review-heading { align-items: end; display: grid; grid-template-columns: 1fr auto; margin: 0 auto 44px; max-width: 1180px; }
.review-heading .kicker { grid-column: 1 / -1; }
.review-heading h2 { font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(42px, 5vw, 72px); font-weight: 400; letter-spacing: -.04em; margin: 0; }
.review-heading > p:last-child { font-family: Georgia, serif; font-size: 14px; font-style: italic; margin: 0 0 12px; opacity: .62; }
.reviews-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 1180px; }
blockquote { background: var(--paper); border-radius: 24px; margin: 0; padding: 30px; }
.featured-review { background: #d5ddbc; transform: translateY(-10px); }
.stars { color: #aa7441; font-size: 12px; letter-spacing: .14em; }
blockquote > p { font-family: Georgia, "Noto Serif Thai", serif; font-size: 17px; line-height: 1.75; min-height: 120px; }
blockquote footer { align-items: center; border-top: 1px solid var(--line); display: grid; grid-template-columns: 36px 1fr; padding-top: 18px; }
blockquote footer > span { align-items: center; background: var(--forest); border-radius: 50%; color: white; display: flex; font-family: Georgia, serif; grid-row: 1 / 3; height: 30px; justify-content: center; width: 30px; }
blockquote footer strong { font-size: 11px; }
blockquote footer small { font-size: 8px; opacity: .5; }
.review-note { font-size: 9px; margin: 22px auto 0; max-width: 1180px; opacity: .55; }
.review-qr-card {
  align-items: center; background: var(--forest); border-radius: 30px; color: var(--cream);
  display: grid; gap: clamp(28px, 5vw, 68px); grid-template-columns: minmax(220px, 360px) 1fr;
  margin: 34px auto 0; max-width: 1180px; overflow: hidden; padding: clamp(20px, 3vw, 38px);
}
.review-qr-image { background: #fff; border-radius: 20px; display: block; overflow: hidden; }
.review-qr-image img { display: block; height: auto; width: 100%; }
.review-qr-copy .kicker { color: #dfe6cb; margin-bottom: 18px; }
.review-qr-copy h3 { font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(34px, 4vw, 58px); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; margin: 0 0 18px; }
.review-qr-copy > p:not(.kicker) { color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.8; margin: 0 0 26px; max-width: 560px; }
.review-qr-copy .button-primary { background: var(--cream); color: var(--ink); }

.visit-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; }
.visit-card { background: #936d4b; color: white; padding: 100px clamp(28px, 7vw, 110px); }
.visit-card h2 em { color: #f4d4a0; font-weight: 400; }
.visit-lead { color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.85; }
.contact-list { border-top: 1px solid rgba(255,255,255,.22); margin-top: 36px; }
.contact-list > div { align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.22); display: flex; gap: 18px; padding: 18px 0; }
.contact-list > div > span { align-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: flex; height: 36px; justify-content: center; width: 36px; }
.contact-list p { font-size: 11px; line-height: 1.55; margin: 0; }
.contact-list small { display: block; font-size: 8px; letter-spacing: .18em; margin-bottom: 3px; opacity: .6; }
.contact-list a { font-size: 16px; font-weight: 700; }
.contact-actions { align-items: center; display: flex; gap: 22px; margin-top: 30px; }
.button-cream { background: var(--cream); color: var(--ink); }
.social-link { border-bottom: 1px solid rgba(255,255,255,.5); font-size: 12px; padding: 8px 0; }
.visit-pattern { align-items: center; background: #b8c29b; display: flex; flex-direction: column; justify-content: center; overflow: hidden; position: relative; text-align: center; }
.visit-pattern::before { background: radial-gradient(circle, rgba(255,255,255,.8) 0 1.5px, transparent 2px); background-size: 26px 26px; content: ""; inset: 0; opacity: .2; position: absolute; }
.big-sheep { font-size: clamp(140px, 18vw, 260px); filter: drop-shadow(0 25px 20px rgba(32,55,37,.16)); position: relative; }
.visit-pattern > p { font-size: 9px; font-weight: 800; letter-spacing: .2em; position: relative; }
.visit-pattern > span { font-family: Georgia, serif; font-size: clamp(38px, 4vw, 62px); line-height: .95; position: relative; }
.visit-pattern em { color: #f5e0bd; font-weight: 400; }

.site-footer { align-items: center; background: #142a22; color: white; display: flex; justify-content: space-between; padding: 34px clamp(20px, 5vw, 72px); }
.footer-brand .brand-mark { background: #d5ddbc; }
.site-footer > p, .site-footer > a:last-child { font-size: 9px; letter-spacing: .08em; opacity: .7; }
.site-footer p span { margin: 0 8px; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 56px; padding-top: 64px; }
  .hero-visual { min-height: 620px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; }
  .menu-icon { grid-row: 1 / 6; height: 64px; margin: 0; width: 64px; }
  .menu-card h3, .menu-card h4, .menu-card p, .menu-price { grid-column: 2; }
  .story-section, .visit-section { grid-template-columns: 1fr; }
  .story-head, .story-values { grid-template-columns: 1fr; }
  .story-timeline { grid-template-columns: repeat(2, 1fr); }
  .story-chapter { border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 40px; padding-top: 40px; }
  .story-chapter:nth-child(odd) { border-left: 0; }
  .story-chapter:last-child { border-right: 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-qr-card { grid-template-columns: minmax(200px, 300px) 1fr; }
  .featured-review { transform: none; }
  .review-heading { display: block; }
  .review-heading > p:last-child { margin-top: 10px; }
  blockquote > p { min-height: 0; }
  .visit-pattern { min-height: 560px; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; padding: 0 16px; }
  .brand-mark { font-size: 20px; height: 42px; width: 42px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 8px; }
  .header-cta { display: none; }
  .header-actions { gap: 0; }
  .lang-toggle button { min-height: 32px; min-width: 35px; }
  .hero { min-height: 0; }
  .hero-copy { padding: 54px 20px 48px; }
  .hero h1 { font-size: clamp(56px, 19vw, 78px); }
  .hero-thai { font-size: 23px; margin-top: 26px; }
  .hero-description { font-size: 13px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-note { margin-top: 34px; }
  .hero-visual { min-height: 480px; }
  .hero-visual > img { object-position: 62% center; }
  .hero-stamp { height: 66px; right: 3%; top: 7%; width: 66px; }
  .menu-preview { padding: 74px 18px 84px; }
  .section-heading { margin-bottom: 34px; text-align: left; }
  .section-heading .kicker { justify-content: flex-start; }
  .menu-card { border-radius: 22px; padding: 22px; }
  .menu-facts { grid-template-columns: 1fr; }
  .menu-facts p { justify-content: flex-start; padding: 18px 8px; }
  .menu-facts p + p { border-left: 0; border-top: 1px solid var(--line); }
  .story-section, .review-section { padding: 80px 20px; }
  .story-section.story-expanded { padding-bottom: 88px; padding-top: 88px; }
  .story-head { gap: 28px; margin-bottom: 50px; }
  .story-title h2 { font-size: 44px; }
  .story-intro-copy { font-size: 16px; }
  .story-timeline { grid-template-columns: 1fr; }
  .story-chapter, .story-chapter:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.2); padding: 34px 0 36px 24px; }
  .story-chapter:last-child { border-bottom: 0; }
  .chapter-number { font-size: 58px; margin-bottom: 22px; }
  .story-chapter h3 { font-size: 25px; }
  .story-quote { margin-top: 56px; padding: 72px 6px 56px; }
  .story-quote h3 { font-size: 31px; }
  .story-quote p { font-size: 12px; line-height: 1.6; }
  .story-values { gap: 44px; margin-top: 55px; }
  .story-intro h2, .visit-card h2 { font-size: 44px; }
  .story-intro > p:not(.kicker) { font-size: 13px; }
  .review-heading h2 { font-size: 44px; }
  blockquote { padding: 24px; }
  .review-qr-card { grid-template-columns: 1fr; padding: 18px; }
  .review-qr-image { margin: 0 auto; max-width: 310px; }
  .review-qr-copy { padding: 8px 4px 10px; text-align: center; }
  .review-qr-copy .kicker { justify-content: center; }
  .review-qr-copy .button { width: 100%; }
  .visit-card { padding: 80px 20px; }
  .visit-pattern { min-height: 440px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 22px; padding-bottom: 100px; }
  .site-footer > p { line-height: 1.8; }
  .mobile-cta { align-items: center; background: var(--forest); border: 1px solid rgba(255,255,255,.18); border-radius: 99px; bottom: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.2); color: white; display: flex; font-size: 13px; font-weight: 700; gap: 10px; justify-content: center; left: 18px; min-height: 52px; position: fixed; right: 18px; z-index: 25; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
