* { box-sizing: border-box; }
:root {
  --ink: #2b2925;
  --leaf: #315343;
  --sage: #e7eee6;
  --petal: #f6d8dc;
  --rose: #b84d63;
  --gold: #b69755;
  --cream: #fffaf5;
  --line: #e4dbcf;
}
html { scroll-padding-top: calc(var(--header-height, 96px) + 18px); }
body { margin: 0; padding-top: var(--header-height, 96px); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.66; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 13px 5vw; background: rgba(255, 250, 245, .94); border-bottom: 1px solid var(--line); box-shadow: 0 12px 34px rgba(66, 48, 38, .08); backdrop-filter: blur(12px); }
.brand img { width: clamp(210px, 20vw, 320px); max-height: 112px; object-fit: contain; object-position: center; border-radius: 6px; }
.site-nav { display: flex; gap: 18px; font-size: 14px; font-weight: 850; }
.site-nav a { text-decoration: none; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.social-icons { display: flex; align-items: center; gap: 8px; }
.social-icon-link { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; box-shadow: 0 10px 24px rgba(49, 83, 67, .12); }
.social-icon-link img { width: 23px; height: 23px; object-fit: contain; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border: 1px solid var(--leaf); border-radius: 6px; text-decoration: none; font-weight: 850; background: #fff; color: var(--leaf); }
.btn.primary, .primary { background: var(--leaf); border-color: var(--leaf); color: #fff; box-shadow: 0 14px 30px rgba(49, 83, 67, .2); }
.hero { display: grid; grid-template-columns: minmax(0, .86fr) minmax(320px, 52vw); gap: 5vw; align-items: center; min-height: 82vh; padding: 7vw 5vw; background: linear-gradient(135deg, #fffaf5 0%, #f7e7e9 45%, #eef4ed 100%); }
.hero-copy { max-width: 720px; }
.hero h1 { margin: 0; max-width: 780px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 7vw, 104px); font-weight: 500; line-height: .96; color: var(--leaf); }
.hero p { max-width: 620px; font-size: 18px; }
.hero-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 8px; box-shadow: 0 26px 78px rgba(49, 83, 67, .2); }
.eyebrow { margin: 0 0 10px; color: var(--rose); font-weight: 900; text-transform: uppercase; letter-spacing: 0; font-size: 13px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.section, .split-section { padding: 84px 5vw; }
.split-section { display: grid; grid-template-columns: minmax(280px, 42vw) minmax(0, 1fr); gap: 5vw; align-items: center; }
.split-section > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: 0 18px 54px rgba(49, 83, 67, .13); cursor: zoom-in; }
h1, h2, h3 { line-height: 1.12; }
h2 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 4.5vw, 62px); font-weight: 500; color: var(--leaf); }
.menu-source { max-width: 840px; margin: 8px 0 26px; color: #655f55; font-weight: 750; }
.services-band { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid, .gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-grid article { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, #fff 0%, #fffaf7 100%); box-shadow: 0 14px 34px rgba(49, 83, 67, .08); }
.service-grid h3 { margin-top: 8px; color: var(--leaf); }
.price-from { display: inline-flex; margin-bottom: 16px; padding: 6px 11px; border-radius: 999px; background: #faedf0; color: var(--rose); font-weight: 900; }
.gallery-section { background: var(--sage); }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; cursor: zoom-in; box-shadow: 0 16px 36px rgba(49, 83, 67, .1); }
.info-list { display: grid; grid-template-columns: 92px 1fr; gap: 12px 18px; }
.info-list dt { font-weight: 900; color: var(--rose); }
.info-list dd { margin: 0; }
.menu-page { min-height: 80vh; }
.menu-hero { background: linear-gradient(135deg, var(--leaf) 0%, #5b765f 100%); color: #fff; }
.menu-hero h1 { max-width: 980px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6vw, 86px); font-weight: 500; line-height: .98; }
.menu-hero .eyebrow { color: var(--petal); }
.menu-hero .menu-source { color: #f4eee6; }
.menu-hero .btn { border-color: #fff; }
.price-section { background: #fff; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.price-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.price-card h2 { margin: 0 0 18px; color: var(--leaf); font-size: clamp(26px, 3vw, 42px); }
.price-list { display: grid; gap: 10px; margin: 0; }
.price-list div { display: grid; grid-template-columns: minmax(170px, 1fr) minmax(160px, auto); gap: 16px; padding-bottom: 10px; border-bottom: 1px solid #eee7df; }
.price-list dt { font-weight: 850; }
.price-list dd { margin: 0; text-align: right; font-weight: 900; color: var(--rose); }
.site-footer { padding: 34px 5vw; border-top: 1px solid var(--line); color: #6d6258; }
.compact { margin-top: 22px; }
.visit-social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.visit-social-link { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; text-decoration: none; font-weight: 850; }
.visit-social-link img { width: 22px; height: 22px; object-fit: contain; }
.reveal-on-scroll { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.lightbox-backdrop { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(15,15,15,.78); opacity: 0; pointer-events: none; transition: opacity .24s ease; }
.lightbox-backdrop.is-open { opacity: 1; pointer-events: auto; }
.lightbox-backdrop img { max-width: min(1120px, 92vw); max-height: 86vh; object-fit: contain; border-radius: 8px; box-shadow: 0 26px 90px rgba(0,0,0,.45); transform: scale(.96); transition: transform .24s ease; }
.lightbox-backdrop.is-open img { transform: scale(1); }
.lightbox-close { position: fixed; top: 18px; right: 18px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.menu-toggle { display: none; position: relative; width: 46px; height: 42px; border: 1px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; }
.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; border-radius: 999px; background: var(--leaf); transition: transform .22s ease, opacity .22s ease, top .22s ease; }
.menu-toggle span:nth-child(1) { top: 12px; }
.menu-toggle span:nth-child(2) { top: 20px; }
.menu-toggle span:nth-child(3) { top: 28px; }
.menu-toggle.is-open span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
@media (max-width: 860px) {
  .site-header { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .menu-toggle { display: inline-flex; grid-column: 2; grid-row: 1; }
  .site-nav { display: none; width: 100%; grid-column: 1 / -1; flex-direction: column; gap: 0; padding: 10px 0 4px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; border-top: 1px solid var(--line); }
  .header-actions { grid-column: 1 / -1; width: 100%; justify-content: space-between; }
  .hero, .split-section, .price-grid { grid-template-columns: 1fr; }
  .service-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .price-list div { grid-template-columns: 1fr; gap: 4px; }
  .price-list dd { text-align: left; }
}
@media (max-width: 560px) {
  .service-grid, .gallery-grid { grid-template-columns: 1fr; }
  .brand img { width: min(74vw, 260px); }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll, .lightbox-backdrop, .lightbox-backdrop img { transition: none; }
}
