:root {
  --forest: #687255;
  --forest-dark: #4f5940;
  --pistachio: #b8c2a3;
  --pistachio-light: #edf0e6;
  --cream: #f7f2e8;
  --white: #fff;
  --ink: #3c3831;
  --muted: #6b685f;
  --line: #ded8ca;
  --accent: #b89a5d;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", system-ui, sans-serif;
  --shadow: 0 18px 55px rgba(60, 56, 49, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 100;
  padding: .75rem 1rem; background: var(--white); border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  height: 82px; padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  background: rgba(247, 245, 239, .94); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(54, 90, 65, .12);
  position: sticky; top: 0; z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.brand-logo-crop {
  width: 42px; height: 42px; display: block; overflow: hidden;
  border-radius: 50%; position: relative; background: var(--cream);
}
.brand-logo-crop img {
  position: absolute; width: 83px; max-width: none; left: -20px; top: -8px;
  mix-blend-mode: darken;
}
.brand-name {
  color: var(--forest-dark); font-family: var(--serif); font-size: 1.2rem;
  font-weight: 600; letter-spacing: .11em;
}
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2.5vw, 2.25rem); }
.desktop-nav a { color: #55554f; font-size: .83rem; font-weight: 500; letter-spacing: .02em; }
.desktop-nav a:hover { color: var(--forest); }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.language-switch { display: flex; padding: .18rem; border: 1px solid var(--line); border-radius: 99px; }
.lang-btn {
  border: 0; background: transparent; padding: .34rem .48rem; color: var(--muted);
  border-radius: 99px; font: 600 .68rem var(--sans); cursor: pointer;
}
.lang-btn.active { background: var(--forest); color: var(--white); }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: .8rem 1.45rem; border-radius: 4px;
  background: var(--forest); color: var(--white); font-weight: 600; letter-spacing: .025em;
  transition: transform .2s, background .2s;
}
.button:hover { background: var(--forest-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .55rem 1rem; font-size: .9rem; }
.button-light { background: var(--white); color: var(--forest-dark); }
.button-light:hover { background: var(--pistachio-light); }
.button.full { width: 100%; }
.text-link { color: var(--forest); font-weight: 700; padding: .75rem 0; }

.hero {
  min-height: calc(100vh - 82px); display: grid; grid-template-columns: .9fr 1.1fr;
  padding-left: clamp(1.4rem, 6vw, 7.5rem); background: var(--pistachio-light);
}
.hero-copy {
  align-self: center; max-width: 620px; padding: 5rem clamp(2rem, 5vw, 5.5rem) 5rem 0;
}
.hero-logo {
  width: 156px; margin: 0 0 1.4rem; mix-blend-mode: darken;
}
.eyebrow {
  margin: 0 0 1rem; color: var(--forest); font-size: .75rem; font-weight: 700;
  letter-spacing: .16em; line-height: 1.4;
}
.eyebrow.light { color: var(--pistachio); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 {
  margin-bottom: 1.5rem; font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.3rem); font-weight: 500; letter-spacing: -.025em;
}
h1 em { color: var(--forest); font-weight: 600; }
.hero-lead { max-width: 540px; color: #4d594f; font-size: clamp(1.05rem, 1.3vw, 1.22rem); }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2rem; }
.hero-notes {
  display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; list-style: none; padding: 0;
  margin: 3rem 0 0; color: var(--forest-dark); font-size: .83rem; font-weight: 600;
}
.hero-notes li::before { content: "•"; color: var(--accent); margin-right: .5rem; }
.hero-image { min-height: 680px; position: relative; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-note {
  position: absolute; right: 2rem; bottom: 2rem; padding: 1rem 1.25rem;
  display: flex; flex-direction: column; background: rgba(255,255,255,.94);
  box-shadow: var(--shadow); border-left: 4px solid var(--pistachio);
}
.image-note strong { font-family: var(--serif); font-size: 1.1rem; }
.image-note span { color: var(--muted); font-size: .86rem; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 6vw, 7.5rem); }
.section-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 4rem; margin-bottom: 4rem; }
.section-heading.narrow { display: block; max-width: 720px; }
h2 {
  font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.35rem);
  font-weight: 500; letter-spacing: -.02em;
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.step { padding: 2rem clamp(1.2rem, 3vw, 3.3rem) 0 0; }
.step + .step { padding-left: clamp(1.2rem, 3vw, 3.3rem); border-left: 1px solid var(--line); }
.step span { color: var(--accent); font: 600 1.1rem var(--serif); }
.step h3 { margin: 2rem 0 .8rem; font: 600 1.65rem var(--serif); }
.step p { max-width: 360px; margin: 0; color: var(--muted); }

.menu-section { background: var(--white); }
.menu-intro { display: grid; grid-template-columns: 1fr .75fr; gap: 6rem; align-items: end; }
.menu-intro h2 { max-width: 780px; margin-bottom: 0; }
.menu-intro > p { color: var(--muted); font-size: 1.05rem; }
.choice-summary {
  margin: 4rem 0 2rem; display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--forest); color: var(--white);
}
.choice-summary div { min-height: 115px; padding: 1.6rem; display: flex; align-items: center; gap: 1rem; }
.choice-summary div + div { border-left: 1px solid rgba(255,255,255,.18); }
.choice-summary strong { color: var(--pistachio); font: 600 2.8rem var(--serif); }
.choice-summary span { font-weight: 600; line-height: 1.25; }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.menu-card { padding: clamp(2rem, 4vw, 4rem); }
.menu-card:nth-child(odd) { border-right: 1px solid var(--line); }
.menu-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.menu-card-heading { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.menu-number {
  flex: 0 0 49px; width: 49px; height: 49px; display: grid; place-items: center;
  border-radius: 50%; background: var(--pistachio-light); color: var(--forest); font: 600 .9rem var(--sans);
}
.menu-card-heading p { margin: 0; color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.menu-card h3 { margin: .1rem 0 0; font: 600 1.9rem var(--serif); }
.menu-card ul, .combination-card ul, .price-card ul { list-style: none; padding: 0; margin: 0; }
.menu-card li { padding: .52rem 0 .52rem 1.25rem; border-bottom: 1px solid #edf0ea; position: relative; }
.menu-card li::before { content: "—"; position: absolute; left: 0; color: var(--pistachio); }
.menu-rule {
  margin-top: 2rem; padding: 2rem; display: flex; gap: 1.2rem; align-items: center;
  background: var(--pistachio-light);
}
.rule-icon { flex: 0 0 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--forest); border-radius: 50%; color: var(--forest); font-size: 1.5rem; }
.menu-rule h3 { margin-bottom: .3rem; font: 600 1.4rem var(--serif); }
.menu-rule p { margin: 0; color: var(--muted); }

.combinations { background: #eef2e7; }
.section-heading.narrow p:last-child { color: var(--muted); font-size: 1.05rem; }
.combination-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.combination-card { padding: clamp(2rem, 3vw, 3rem); background: var(--white); border-top: 4px solid var(--pistachio); }
.combination-card.featured { background: var(--forest-dark); color: var(--white); border-top-color: var(--accent); }
.card-tag { margin: 0 0 1rem; color: var(--forest); font-size: .7rem; letter-spacing: .14em; font-weight: 700; }
.featured .card-tag { color: var(--pistachio); }
.combination-card h3 { margin-bottom: 1.5rem; font: 600 1.8rem var(--serif); }
.combination-card li { padding: .55rem 0; border-bottom: 1px solid rgba(101,112,102,.18); }
.featured li { border-color: rgba(255,255,255,.13); }
.combination-card li:last-child { color: var(--forest); font-weight: 700; border-bottom: 0; }
.featured li:last-child { color: var(--pistachio); }

.special {
  display: grid; grid-template-columns: 1fr 1fr; gap: 7rem;
  background: var(--forest-dark); color: var(--white);
}
.special-copy p:last-child { color: #c8d2c8; max-width: 640px; }
.special-list { display: grid; grid-template-columns: 1fr 1fr; align-content: center; }
.special-list span { padding: 1.2rem .5rem; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--serif); font-size: 1.2rem; }
.special-list span:nth-child(odd) { padding-right: 1.5rem; }
.special-list span:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.18); }

.investment { display: grid; grid-template-columns: 1fr minmax(340px, 490px); gap: clamp(4rem, 10vw, 10rem); align-items: center; }
.investment-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.investment-copy .fine-print { margin-top: 2rem; font-size: .85rem !important; }
.price-card { padding: clamp(2rem, 4vw, 3.5rem); background: var(--white); box-shadow: var(--shadow); border-top: 6px solid var(--pistachio); }
.price-card > p:first-child { margin: 0; font-weight: 700; }
.price { margin: 1rem 0 -.5rem; color: var(--forest-dark); font: 600 clamp(4rem, 7vw, 6rem) var(--serif); }
.price span { font-size: 2rem; vertical-align: top; position: relative; top: .9rem; }
.price small { font: 500 1rem var(--sans); margin-left: .4rem; color: var(--muted); letter-spacing: 0; }
.price + p { margin-top: 0; color: var(--muted); }
.price-card ul { margin: 2rem 0; padding: 1.5rem 0; border-block: 1px solid var(--line); }
.price-card li { padding: .35rem 0 .35rem 1.45rem; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 700; }
.travel-note { color: var(--muted); font-size: .82rem; }
.service-cards { display: grid; gap: 1rem; }
.shopping-card {
  padding: 1.8rem; display: grid; grid-template-columns: auto 1fr; gap: 1.25rem;
  align-items: start; background: var(--pistachio-light); border: 1px solid #d8dfcc;
  border-radius: 14px;
}
.shopping-icon {
  width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid var(--accent); color: var(--accent); font: 600 .8rem var(--sans);
}
.shopping-card .eyebrow { margin-bottom: .55rem; }
.shopping-card h3 { margin-bottom: .55rem; font: 600 1.65rem var(--serif); }
.shopping-card p:not(.eyebrow) { margin: 0 0 .8rem; color: var(--muted); font-size: .9rem; }
.shopping-card strong { color: var(--forest-dark); font-size: .85rem; }

.final-cta { padding: clamp(5rem, 9vw, 8rem) 1.5rem; background: var(--forest); color: var(--white); text-align: center; }
.final-cta h2 { max-width: 850px; margin: 0 auto 2.5rem; }
.service-area { margin: 1.5rem 0 0; color: #d5dfd3; font-size: .88rem; }
footer {
  padding: 2.2rem clamp(1.4rem, 6vw, 7.5rem); display: grid; grid-template-columns: 1fr repeat(5, auto);
  align-items: center; gap: 2rem; background: var(--cream); color: var(--muted); font-size: .82rem;
}
.footer-logo { width: 118px; mix-blend-mode: darken; }
footer a:not(.brand) { color: var(--forest); font-weight: 700; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-left: 0; }
  .hero-copy { padding: 5rem clamp(1.4rem, 7vw, 5rem); max-width: 850px; }
  .hero-image { min-height: 500px; }
  .menu-intro { grid-template-columns: 1fr; gap: 1rem; }
  .special { gap: 4rem; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; padding-inline: 1rem; }
  .brand-name { font-size: 1rem; }
  .brand-logo-crop { width: 36px; height: 36px; }
  .brand-logo-crop img { width: 72px; left: -18px; top: -7px; }
  .header-actions { gap: .5rem; }
  .button-small { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding-block: 4rem; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .hero-notes { display: block; margin-top: 2rem; }
  .hero-notes li { margin-top: .4rem; }
  .hero-image { min-height: 390px; }
  .hero-image img { object-position: 66% center; }
  .image-note { left: 1rem; right: 1rem; bottom: 1rem; }
  .section { padding-inline: 1.25rem; }
  .section-heading { display: block; margin-bottom: 3rem; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 2rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .step h3 { margin-top: 1rem; }
  .choice-summary { grid-template-columns: 1fr 1fr; }
  .choice-summary div { min-height: 95px; padding: 1rem; }
  .choice-summary div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .choice-summary div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .choice-summary strong { font-size: 2.25rem; }
  .menu-grid, .combination-grid, .special, .investment { grid-template-columns: 1fr; }
  .menu-card { padding: 2rem 1.4rem; border-bottom: 1px solid var(--line) !important; border-right: 0 !important; }
  .menu-rule { align-items: flex-start; }
  .special { gap: 2.5rem; }
  .special-list span { font-size: 1rem; }
  .investment { gap: 3rem; }
  footer { grid-template-columns: 1fr; gap: .8rem; text-align: center; }
  .footer-brand { margin: auto; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
