:root {
  --green: #163f22;
  --green-2: #285b31;
  --cream: #f7f3e8;
  --paper: #fffdf7;
  --gold: #d6aa20;
  --ink: #182018;
  --muted: #697066;
  --line: rgba(22,63,34,.16);
  --shadow: 0 22px 60px rgba(22,63,34,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 105px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--green-2);
  font-size: .78rem;
  letter-spacing: .22em;
  font-weight: 700;
}
.script {
  font-family: "Great Vibes", cursive;
  color: var(--gold);
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 18px 0;
}
h1, h2, h3 { font-family: "Cormorant Garamond", serif; color: var(--green); }
h1 { font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .92; margin: 0; font-weight: 600; }
h1 span { color: var(--gold); font-style: italic; }
h2 { font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: .98; margin: 0 0 22px; }
h2 em { color: var(--gold); font-style: italic; }
h3 { margin: 0; font-size: 1.8rem; }
p { color: var(--muted); }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,253,247,.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; }
.brand strong { display: block; font-family: "Cormorant Garamond", serif; color: var(--green); font-size: 1.55rem; line-height: 1; }
.brand small { display: block; color: var(--muted); font-size: .65rem; letter-spacing: .08em; margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { text-decoration: none; color: var(--green); font-size: .9rem; font-weight: 600; }
.nav a:hover { color: var(--gold); }
.nav-order { padding: 11px 17px; border: 1px solid var(--green); border-radius: 99px; }
.menu-toggle { display: none; background: none; border: 0; font-size: 1.7rem; color: var(--green); }

.hero {
  min-height: 780px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 25%, rgba(214,170,32,.12), transparent 25%),
    linear-gradient(120deg, #fffdf7 0%, var(--cream) 100%);
  position: relative;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.hero-copy { padding: 80px 0; max-width: 690px; }
.hero-text { font-size: 1.08rem; max-width: 610px; margin: 28px 0 0; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin: 30px 0 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; padding: 14px 23px; border-radius: 99px; font-weight: 700; transition: .2s ease; }
.btn-primary { background: var(--green); color: white; box-shadow: 0 12px 25px rgba(22,63,34,.2); }
.btn-primary:hover { transform: translateY(-2px); background: #0e2d17; }
.btn-outline { color: var(--green); border: 1px solid var(--green); }
.btn-outline:hover { background: var(--green); color: white; }
.btn-light { background: #fffdf7; color: var(--green); }
.hero-meta { display: flex; gap: 25px; flex-wrap: wrap; color: var(--green); font-size: .82rem; font-weight: 600; }

.hero-art { position: relative; min-height: 590px; display: grid; place-items: center; }
.hero-art img { width: min(480px, 85%); border-radius: 50%; position: relative; z-index: 2; box-shadow: 0 35px 80px rgba(22,63,34,.20); }
.art-ring { position: absolute; width: 530px; height: 530px; border: 1px solid rgba(22,63,34,.25); border-radius: 50%; }
.art-card { position: absolute; z-index: 4; right: 0; bottom: 55px; background: rgba(255,253,247,.94); border: 1px solid var(--line); padding: 18px 22px; box-shadow: var(--shadow); color: var(--green); font-weight: 700; font-size: .8rem; letter-spacing: .06em; }
.hero-leaf { position: absolute; color: rgba(40,91,49,.1); font-size: 13rem; line-height: 1; }
.leaf-one { left: -30px; bottom: -20px; transform: rotate(30deg); }
.leaf-two { right: -30px; top: 30px; transform: rotate(-20deg); }

.two-col { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.intro { background: var(--paper); }
.intro p { max-width: 760px; }
.feature-row { display: flex; gap: 16px; margin-top: 35px; flex-wrap: wrap; }
.feature-row > div { min-width: 145px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.feature-row b { display: block; color: var(--green); font-family: "Cormorant Garamond", serif; font-size: 1.4rem; }
.feature-row span { color: var(--muted); font-size: .78rem; }
.quote-card { min-height: 420px; display: grid; place-items: center; text-align: center; padding: 55px 35px; background: var(--cream); border: 1px solid var(--line); position: relative; overflow: hidden; }
.quote-card:before { content:""; position:absolute; inset:18px; border:1px solid rgba(22,63,34,.2); pointer-events:none; }
.quote-leaf { font-size: 4rem; }
.quote-card .script { font-size: 3.1rem; }
.divider { width: 90px; border-top: 1px solid var(--green); }

.menu-section { background: #f2eee2; }
.section-heading { text-align: center; max-width: 730px; margin: 0 auto 45px; }
.section-heading p { margin-bottom: 0; }
.menu-tabs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 35px; }
.menu-tabs button { border: 1px solid var(--line); background: #fffdf7; color: var(--green); border-radius: 99px; padding: 10px 17px; font: inherit; font-weight: 700; cursor: pointer; }
.menu-tabs button.active, .menu-tabs button:hover { background: var(--green); color: #fff; }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.menu-item { background: #fffdf8; padding: 19px 22px; border: 1px solid rgba(22,63,34,.09); display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.menu-item-name { color: var(--ink); font-weight: 600; }
.menu-item-price { color: var(--green); font-weight: 800; white-space: nowrap; }
.menu-note { display: flex; gap: 14px; align-items: center; margin-top: 28px; padding: 18px 20px; border: 1px dashed rgba(22,63,34,.28); color: var(--muted); font-size: .82rem; }
.menu-note span { font-size: 1.5rem; }

.special { background: var(--green); color: white; padding: 70px 0; }
.special h2, .special p, .special .eyebrow { color: white; }
.special .eyebrow { opacity: .7; }
.special-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.special h2 { max-width: 750px; }

.gallery-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 250px 250px; gap: 14px; }
.gallery-card { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); position: relative; background: var(--cream); }
.gallery-card.large { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.gallery-card:not(.large) { padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.gallery-card span { font-size: 3.3rem; }
.gallery-card h3 { margin: 12px 0 3px; }
.gallery-card p { margin: 0; font-size: .85rem; }

.visit { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.info-list { display: grid; gap: 18px; margin: 30px 0; }
.info-list > div { display: flex; gap: 15px; align-items: flex-start; }
.info-list > div > span { font-size: 1.35rem; }
.info-list strong { color: var(--green); }
.info-list p { margin: 2px 0 0; }
.info-list a { color: var(--green); font-weight: 700; }
.visit-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.map-card { min-height: 430px; background: var(--green); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 45px; border-radius: 20px; box-shadow: var(--shadow); }
.map-card h3 { color: white; font-size: 3rem; margin-top: 15px; }
.map-card p { color: rgba(255,255,255,.75); }
.map-card a { color: #fff; font-weight: 700; margin-top: 20px; }
.map-pin { font-size: 3rem; }

footer { background: #0e2a16; color: white; padding: 45px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-brand { font: 600 2.3rem "Cormorant Garamond", serif; }
footer p { color: rgba(255,255,255,.7); margin: 5px 0; }
.footer-small { font-size: .8rem; }

.mobile-order { display: none; }

@media (max-width: 900px) {
  .nav { gap: 14px; }
  .nav a:not(.nav-order) { display: none; }
  .hero-grid, .two-col, .visit-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { padding: 75px 0 20px; }
  .hero-art { min-height: 500px; }
  .hero-art img { width: 390px; }
  .art-ring { width: 430px; height: 430px; }
  .two-col { gap: 50px; }
  .special-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 75px 0; }
  .brand small { display: none; }
  .brand img { width: 45px; height: 45px; }
  .brand strong { font-size: 1.35rem; }
  .nav-order { padding: 8px 12px; font-size: .78rem !important; }
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.7rem; }
  .hero-art { min-height: 390px; }
  .hero-art img { width: 300px; }
  .art-ring { width: 330px; height: 330px; }
  .art-card { right: 5px; bottom: 15px; font-size: .68rem; }
  .hero-meta { gap: 10px; font-size: .74rem; }
  .menu-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 180px 180px; }
  .gallery-card.large { grid-column: span 2; grid-row: auto; }
  .gallery-card:not(.large) { padding: 20px; }
  .gallery-card span { font-size: 2.4rem; }
  .gallery-card h3 { font-size: 1.45rem; }
  .gallery-card p { font-size: .75rem; }
  .footer-grid { flex-direction: column; }
  .mobile-order { position: fixed; z-index: 30; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; background: white; border-top: 1px solid var(--line); box-shadow: 0 -8px 25px rgba(0,0,0,.08); }
  .mobile-order a { padding: 13px; text-align: center; text-decoration: none; color: var(--green); font-weight: 800; }
  .mobile-order a:first-child { background: var(--green); color: white; }
  body { padding-bottom: 51px; }
}
