@charset "UTF-8";

:root {
  --olive: #55572f;
  --olive-deep: #3e4022;
  --olive-dark: #272918;
  --ivory: #f3eddf;
  --paper: #f8f4ea;
  --clay: #c8a77f;
  --brass: #b49b6a;
  --walnut: #6f4b32;
  --ink: #292a1d;
  --muted: #746f61;
  --line: rgba(85, 87, 47, 0.2);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Be Vietnam Pro", system-ui, sans-serif;
  --shadow: 0 20px 60px rgba(30, 25, 15, 0.14);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.75; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--olive); color: var(--ivory); }

.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: clamp(88px, 10vw, 145px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); background: var(--ivory); padding: 10px 16px; border-radius: 2px; }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--olive-deep); color: rgba(255,255,255,.82); font-size: 12px; letter-spacing: .04em; }
.topbar__inner { min-height: 34px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 20px; }
.topbar__inner > *:nth-child(2) { text-align: center; }
.topbar__inner > *:last-child { text-align: right; }
.topbar span{display:flex; gap:10px; }
 .icon{ display:inline; width:auto;}

.site-header { position: relative; z-index: 100; }
.nav-wrap { position: absolute; top: 34px; left: 0; width: 100%; background: rgba(248, 244, 234, .96); border-bottom: 1px solid rgba(85,87,47,.12); backdrop-filter: blur(16px); transition: box-shadow .35s ease, transform .35s ease; }
.site-header.is-scrolled .nav-wrap { position: fixed; top: 0; box-shadow: 0 10px 35px rgba(31,29,20,.09); }
.nav { min-height: 92px; display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 32px; }
.brand {   height: 100px; overflow: hidden;  }
.brand img { width: auto; height:100%;  mix-blend-mode: normal; }
.nav-links { justify-self: center; display: flex; align-items: center; gap: clamp(22px, 2.5vw, 42px); font-family: var(--serif); font-size: 17px; }
.nav-links a { position: relative; padding: 31px 0; }
.nav-links a::after { content: ""; position: absolute; left: 50%; bottom: 23px; width: 0; height: 1px; background: var(--olive); transform: translateX(-50%); transition: width .25s ease; }
.nav-links a:hover::after, .nav-links a.is-active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language { border: 1px solid var(--line); background: transparent; padding: 10px 13px; border-radius: 100px; font-size: 11px; letter-spacing: .08em; cursor: pointer; }
.language span { color: var(--muted); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; height: 1px; margin: 7px 0; background: var(--olive); transition: transform .25s, opacity .25s; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 23px; border: 1px solid transparent; border-radius: 1px; font-size: 11px; line-height: 1; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--solid { background: var(--olive); color: white; }
.button--solid:hover { background: var(--olive-deep); }
.button--cream { background: var(--ivory); color: var(--olive-deep); }
.button--cream:hover { background: white; }
.button--ghost-light { background: transparent; border-color: rgba(255,255,255,.55); color: white; }
.button--ghost-light:hover { background: var(--ivory); border-color: var(--ivory); color: var(--olive-deep); }
.button--wide { width: 100%; }

.hero { position: relative; min-height: min(850px, 93vh); color: white; display: flex; align-items: center; overflow: hidden; }
.hero__image, .hero__shade { position: absolute; inset: 0; }
.hero__image { background: url("assets/hero-sangha.webp") center / cover no-repeat; transform: scale(1.04) translateY(var(--parallax, 0px)); transition: transform .1s linear; }
.hero__shade { background: linear-gradient(90deg, rgba(33,35,18,.94) 0%, rgba(43,45,23,.82) 30%, rgba(43,45,23,.25) 63%, rgba(22,23,13,.1) 100%); }
.hero__content { position: relative; z-index: 1; padding-top: 112px; }
.eyebrow { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 500; line-height: 1.4; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow--olive { color: var(--olive); }
.hero h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
.hero h1 { max-width: 690px; margin: 0 0 25px; font-size: clamp(58px, 6.5vw, 92px); line-height: .94; }
.hero__lead { max-width: 490px; margin: 0 0 32px; color: rgba(255,255,255,.78); font-size: 16px; font-weight: 300; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__script { margin: 42px 0 0 14px; color: #dfcfad; font-family: var(--serif); font-style: italic; font-size: clamp(27px, 3vw, 40px); transform: rotate(-5deg); transform-origin: left; }
.hero__script::after { content: ""; display: block; width: 170px; height: 1px; margin: 0 0 0 48px; background: var(--clay); }
.scroll-cue { position: absolute; right: 36px; bottom: 32px; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(255,255,255,.66); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 48px; background: linear-gradient(white, transparent); animation: scroll-line 1.8s ease-in-out infinite; }
@keyframes scroll-line { 50% { opacity: .25; transform: translateY(7px); } }

.story { background: var(--paper); overflow: hidden; }
.story__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.story__copy { max-width: 470px; }
.story h2, .section-heading h2, .space h2, .workshop h2, .reservation h2 { margin: 0; color: var(--olive-deep); font-size: clamp(48px, 5.2vw, 74px); line-height: .98; }
.story__copy > p:not(.eyebrow) { color: var(--muted); }
.story__copy > p:nth-of-type(2) { margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; color: var(--olive); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid var(--line); padding-bottom: 7px; }
.text-link span { font-size: 19px; transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.story__images { min-height: 580px; position: relative; }
.story__image { margin: 0; position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.story__image img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.story__image:hover img { transform: scale(1.04); }
.story__image--food { top: 0; left: 0; width: 55%; height: 82%; }
.story__image--food img { object-position: 25% center; }
.story__image--space { right: 0; bottom: 0; width: 43%; height: 63%; border: 10px solid var(--paper); }
.title-line { margin:10px auto; max-width:200px; }
.lotus-line { position: absolute; color: rgba(85,87,47,.11); font-family: var(--serif); font-size: 180px; line-height: 1; }
.lotus-line--left { left: -45px; bottom: 0px; max-height:100%; width:300px; max-width:50% }

.section--olive { background:url(../images/home-1-bg.jpg) right no-repeat; background-size:cover; color: white; }
.section-heading { max-width: 660px; }
.section-heading--center { margin: 0 auto 54px; text-align: center; }
.section-heading h2 { color: var(--ivory); }
.section-heading > p:last-child { max-width: 560px; margin: 22px auto 0; color: rgba(255,255,255,.61); }
.menu { overflow: hidden; }
.menu::before, .menu::after { position: absolute; color: rgba(255,255,255,.05); font-family: var(--serif); font-size: 190px; }
/*.menu::before { content: "❧"; right: -18px; top: 40px; transform: rotate(70deg); }
.menu::after { content: "❦"; left: -30px; bottom: 20px; }*/
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.menu-card { position: relative; }
.menu-card__image { position: relative; height: 420px; overflow: hidden; background: #242414; }
.menu-card__image img { position: absolute; top: 0; height: 100%; width: 210%; max-width: none; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s; }
.crop--mushroom img { left: 0; }
.crop--lotus img { left: -55%; }
.crop--garden img { right: 0; }
.menu-card:hover img { transform: scale(1.035); filter: saturate(.84); }
.menu-card__meta { display: flex; align-items: baseline; justify-content: space-between; padding: 18px 3px 0; border-top: 1px solid rgba(255,255,255,.25); }
.menu-card h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.menu-card__meta span { color: rgba(255,255,255,.36); font-size: 10px; }
.section-action { display: flex; justify-content: center; margin-top: 48px; }

.space { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; background: var(--ivory); }
.space__image { min-height: 720px; overflow: hidden; }
.space__image img { height: 100%; object-fit: cover; object-position: 72% center; }
.space__content { align-self: center; padding: clamp(70px, 8vw, 130px); }
.space__content > p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 54px;  }
.features > div { padding: 28px 22px 0 0; }
.features > div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.features span { display: block; color: var(--olive); font-family: var(--serif); font-size: 30px; }
.features h3 { margin: 8px 0 6px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.features p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.workshop { position: relative; min-height: 650px; display: flex; align-items: center; color: white; overflow: hidden; }
.workshop__image, .workshop__shade { position: absolute; inset: 0; }
.workshop__image { background: url("../images/worklshop-1.jpg") center 56% / cover no-repeat; transition: transform 1s ease; }
.workshop:hover .workshop__image { transform: scale(1.025); }
.workshop__shade { background: linear-gradient(90deg, rgba(31,30,17,.9), rgba(38,35,20,.62) 45%, rgba(38,35,20,.04)); }
.workshop__content { position: relative; z-index: 1; }
.workshop h2 { color: white; font-size: clamp(46px, 5vw, 70px); }
.workshop__content > p:not(.eyebrow) { margin: 18px 0 25px; color: rgba(255,255,255,.72); }

.reservation {  background: #dfc59f url("../images/reservation-bg.jpg") center 56% / cover no-repeat; transition: transform 1s ease;  position: relative; overflow: hidden; }
.reservation::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 40%, rgba(255,255,255,.32), transparent 42%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E"); pointer-events: none; }
.reservation__grid { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 9vw, 140px); position: relative; z-index: 1; }
.reservation__still-life { position: relative; height: 100%; min-height: 450px; }
.ring { position: absolute; width: 330px; height: 330px; border: 9px solid rgba(255,255,255,.35); border-right-color: transparent; border-radius: 50%; left: 8%; top: 12%; transform: rotate(-20deg); }
.plate { position: absolute; width: 270px; height: 270px; border-radius: 50%; left: 22%; top: 19%; background: #efe6d5; border: 1px solid rgba(85,87,47,.25); box-shadow: 0 18px 35px rgba(82,56,34,.12), inset 0 0 0 20px #e6dbc7; }
.plate::after { content: ""; position: absolute; width: 110px; height: 240px; left: 80px; top: 15px; background: #f4eee1; box-shadow: 0 8px 12px rgba(70,52,37,.12); transform: rotate(-8deg); }
.plate i { position: absolute; z-index: 1; width: 3px; height: 165px; left: 135px; top: 44px; background: var(--olive); transform: rotate(-25deg); }
.plate i::before, .plate i::after { content: ""; position: absolute; width: 36px; height: 18px; border: 2px solid var(--olive); border-bottom: 0; border-radius: 100% 0; transform: rotate(35deg); }
.plate i::before { left: -34px; top: 42px; }
.plate i::after { right: -34px; top: 80px; transform: rotate(215deg); }
.leaf { position: absolute; left: 2%; bottom: 8%; color: var(--olive); font-family: var(--serif); font-size: 90px; transform: rotate(-35deg); opacity: .75; }
.reservation__copy { padding: 85px 0; }
.reservation__copy > p:not(.eyebrow) { max-width: 470px; color: #685944; }
.reservation__actions { margin-top: 27px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.reservation__actions > a { color: var(--olive-deep); font-weight: 500; }
.reservation__actions a span{ display:flex; gap:5px; }

.footer {background: var(--olive-deep) url("../images/footer-bg.jpg") bottom right / cover no-repeat;  color: rgba(255,255,255,.72); padding: 74px 0 25px; }
.footer__grid { display: grid; grid-template-columns: 1.15fr 1.15fr .9fr 1.3fr; gap: 42px; }
.footer__grid > div + div { border-left: 1px solid rgba(255,255,255,.16); padding-left: 40px; }
.footer h2 { margin: 0 0 18px; color: var(--ivory); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.footer__brand img { width: 200px;  object-fit: cover; object-position: center 52%; }
.footer__brand p, .footer__newsletter p { margin: 16px 0 0; font-size: 12px; }
.footer__contact address { margin: 0 0 12px; font-style: normal; }
.footer__contact p { margin: 0 0 8px; }
.footer__contact a { display: block; }
.footer__social a { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
.footer__social span { width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: Georgia, serif; }
.footer__newsletter form { display: flex; margin-top: 20px; border: 1px solid rgba(255,255,255,.25); }
.footer__newsletter input { width: 100%; padding: 12px 14px; border: 0; outline: 0; background: transparent; color: white; font-size: 12px; }
.footer__newsletter input::placeholder { color: rgba(255,255,255,.45); }
.footer__newsletter button { width: 44px; border: 0; background: transparent; color: var(--clay); cursor: pointer; font-size: 22px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }

.call-fab { position: fixed; right: 24px; bottom: 24px; z-index: 80; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; color: white; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 10px 25px rgba(36,35,19,.25); transition: transform .25s; }
.call-fab:hover { transform: translateY(-3px) rotate(-5deg); }

.booking-dialog { width: min(590px, calc(100vw - 28px)); max-height: calc(100vh - 32px); padding: clamp(28px, 5vw, 52px); border: 0; border-radius: 2px; background: var(--paper); color: var(--ink); box-shadow: 0 35px 120px rgba(21,20,12,.42); overflow-y: auto; }
.booking-dialog::backdrop { background: rgba(28,29,15,.72); backdrop-filter: blur(5px); }
.booking-dialog[open] { animation: dialog-in .35s ease both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(18px) scale(.98); } }
.dialog-close { position: absolute; right: 16px; top: 10px; border: 0; background: transparent; color: var(--olive); font-family: var(--serif); font-size: 34px; cursor: pointer; }
.dialog-heading h2 { margin: 0; color: var(--olive-deep); font-size: clamp(40px, 7vw, 56px); line-height: 1; }
.dialog-heading > p:last-child { margin-bottom: 26px; color: var(--muted); }
.booking-dialog form { display: grid; gap: 15px; }
.booking-dialog label { display: grid; gap: 6px; color: var(--olive-deep); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.booking-dialog input, .booking-dialog select, .booking-dialog textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.45); padding: 11px 12px; color: var(--ink); text-transform: none; letter-spacing: normal; outline: none; }
.booking-dialog input:focus, .booking-dialog select:focus, .booking-dialog textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 2px rgba(85,87,47,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 300; transform: translate(-50%, 30px); opacity: 0; visibility: hidden; background: var(--olive-dark); color: white; padding: 13px 22px; border: 1px solid rgba(255,255,255,.2); box-shadow: var(--shadow); transition: .3s ease; }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .menu-card:nth-child(2) { transition-delay: .1s; }
.js .menu-card:nth-child(3) { transition-delay: .2s; }

@media (max-width: 1050px) {
  .nav { grid-template-columns: 170px 1fr auto; gap: 18px; }
  .nav-links { gap: 20px; }
  .nav-actions .language { display: none; }
  .story__grid { grid-template-columns: 1fr 1.1fr; gap: 55px; }
  .story__images { min-height: 510px; }
  .menu-card__image { height: 340px; }
  .space { grid-template-columns: 1fr; }
  .space__image { min-height: 580px; }
  .space__content { padding: 80px max(24px, calc((100vw - 900px) / 2)); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 680px); }
  .topbar__inner { grid-template-columns: 1fr 1fr; min-height: 38px; }
  .topbar__inner > *:nth-child(2) { display: none; }
  .nav-wrap { top: 38px; }
  .nav { min-height: 80px; grid-template-columns: 1fr auto; }
  .brand { width: 130px; height: 64px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 0; background: var(--paper); display: flex; flex-direction: column; justify-content: center; gap: 4px; opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .35s ease; }
  .nav-links.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-links a { font-size: 36px; padding: 10px; }
  .nav-links a::after { bottom: 6px; }
  .nav-actions { display: none; }
  .hero { min-height: 800px; }
  .hero__content { padding-top: 80px; }
  .hero__image { background-position: 64% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(31,32,17,.94), rgba(37,39,20,.7) 70%, rgba(31,32,17,.35)); }
  .hero h1 { font-size: clamp(52px, 12vw, 76px); }
  .scroll-cue { display: none; }
  .story__grid { grid-template-columns: 1fr; }
  .story__copy { max-width: 590px; }
  .story__images { min-height: 600px; }
  .menu-grid { grid-template-columns: 1fr; max-width: 590px; margin-inline: auto; gap: 42px; }
  .menu-card__image { height: 480px; }
  .features { grid-template-columns: 1fr; }
  .features > div, .features > div + div { padding: 23px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .reservation__grid { grid-template-columns: 1fr; gap: 0; }
  .reservation__still-life { min-height: 390px; }
  .reservation__copy { padding: 0 0 80px; }
}

@media (max-width: 560px) {
  body { font-size: 14px; }
  .section { padding: 78px 0; }
  .topbar__inner { display: flex; justify-content: space-between; }
  .topbar__inner > *:first-child { display: none; }
  .hero { min-height: 735px; }
  .hero h1 { font-size: 52px; }
  .hero__lead { font-size: 14px; }
  .hero__actions { align-items: stretch; }
  .hero__actions .button { width: 100%; }
  .story h2, .section-heading h2, .space h2, .workshop h2, .reservation h2 { font-size: 45px; }
  .story__images { min-height: 430px; }
  .story__image--food { width: 72%; height: 78%; }
  .story__image--space { width: 49%; height: 54%; border-width: 7px; }
  .menu-card__image { height: 380px; }
  .space__image { min-height: 450px; }
  .space__content { padding: 72px 24px; }
  .workshop { min-height: 540px; }
  .workshop__image { background-position: 63% center; }
  .workshop__shade { background: linear-gradient(90deg, rgba(31,30,17,.9), rgba(38,35,20,.45)); }
  .reservation__still-life { min-height: 330px; transform: scale(.8); transform-origin: left center; }
  .reservation__actions { align-items: flex-start; flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__grid > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding: 26px 0 0; }
  .footer__bottom { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .call-fab { right: 16px; bottom: 16px; }
}

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