:root {
  --forest: oklch(35% 0.07 148);
  --olive: oklch(66% 0.16 128);
  --sun: oklch(76% 0.16 65);
  --cream: oklch(97.5% 0.012 90);
  --white: #fff;
  --radius: 1.5rem;
  --shadow: 0 1.5rem 3.5rem rgba(21, 49, 29, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--forest); font-family: Inter, system-ui, sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(80rem, calc(100% - 3rem)); margin-inline: auto; }
.narrow { width: min(72rem, calc(100% - 3rem)); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; color: #fff; transition: background .4s ease, box-shadow .4s ease; }
.site-header.scrolled { background: rgba(23, 76, 43, .96); box-shadow: 0 1px 1rem rgba(0,0,0,.12); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 4.5rem; padding-block: .5rem; }
.brand img { width: 3rem; height: 3rem; padding: .25rem; object-fit: contain; border-radius: 50%; background: rgba(255,255,255,.95); box-shadow: 0 .25rem .75rem rgba(0,0,0,.2); }
.desktop-nav { display: flex; align-items: center; gap: 1.75rem; font-size: .875rem; font-weight: 500; }
.desktop-nav > a:not(.button) { text-shadow: 0 1px .4rem rgba(0,0,0,.45); transition: color .2s ease; }
.desktop-nav > a:not(.button):hover { color: var(--olive); }
.header-controls { display: flex; align-items: center; gap: .75rem; }
.language-switch { display: flex; align-items: center; gap: .35rem; padding: .4rem .65rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(0,0,0,.16); color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 600; letter-spacing: .08em; backdrop-filter: blur(.4rem); }
.language-switch a { transition: color .2s ease; }
.language-switch a:hover, .language-switch a:focus-visible, .language-switch a[aria-current="page"] { color: var(--sun); }
.language-switch a[aria-current="page"] { text-decoration: underline; text-underline-offset: .2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .85rem 2rem; border: 0; border-radius: 999px; font-weight: 600; transition: transform .2s ease, filter .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-small { min-height: 2.5rem; padding: .6rem 1.25rem; font-size: .875rem; }
.button-sun { background: var(--sun); color: var(--forest); box-shadow: 0 .75rem 1.5rem rgba(52, 36, 8, .17); }
.button-ghost { border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(.5rem); }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; padding: .6rem; border: 0; border-radius: 50%; background: rgba(0,0,0,.2); color: white; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-nav { display: none; }

.hero { position: relative; display: grid; min-height: 100svh; place-items: center; overflow: hidden; color: #fff; }
.hero-background, .hero-background > img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-background { transform: scale(1.05); will-change: transform; }
.hero-background img { object-fit: cover; transform: translateY(var(--parallax-offset, 0%)); scale: 1.04; }
.hero-overlay { background: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.1) 42%, var(--cream) 100%); }
.hero-content { position: relative; z-index: 1; width: min(60rem, calc(100% - 3rem)); padding-top: 4rem; text-align: center; }
.hero-logo { width: 7rem; height: 7rem; margin: 0 auto 1.5rem; padding: .5rem; border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 1rem 2rem rgba(0,0,0,.25); }
h1, h2, h3 { margin: 0; font-family: Fraunces, Georgia, serif; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 8vw, 6.5rem); line-height: 1.02; text-shadow: 0 .25rem 1rem rgba(0,0,0,.3); }
h1 em { font-weight: 600; }
.hero-lead { max-width: 40rem; margin: 1.5rem auto 0; color: rgba(255,255,255,.9); font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 400; line-height: 1.6; text-shadow: 0 1px .7rem rgba(0,0,0,.35); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 2.5rem; }

.section { padding: 8.5rem 0; }
.section.tinted { background: color-mix(in oklab, var(--forest) 4%, transparent); }
.section-heading { max-width: 58rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow { margin: 0 0 1rem; color: var(--olive); font-size: .75rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; }
h2 { font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.06; }
.wide-image { position: relative; margin: 4rem 0 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.wide-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transform: translateY(var(--parallax-offset, -5%)); scale: 1.1; }
.copy { max-width: 48rem; margin: 4rem auto 0; font-size: 1.125rem; line-height: 1.8; }
.copy p { margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 4rem; }
.feature-card { height: 100%; padding: 2rem; border: 1px solid color-mix(in oklab, var(--forest) 10%, transparent); border-radius: var(--radius); background: var(--white); box-shadow: 0 .25rem 1rem rgba(21,49,29,.03); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-.35rem); box-shadow: var(--shadow); }
.feature-icon { margin-bottom: 1.25rem; font-size: 3rem; }
.feature-card h3 { font-size: 1.75rem; letter-spacing: -.025em; }
.feature-card p { margin: .75rem 0 0; color: color-mix(in oklab, var(--forest) 75%, transparent); line-height: 1.7; }

.price-container { width: min(64rem, calc(100% - 3rem)); }
.price-table-wrap { margin-top: 4rem; }
.price-table { width: 100%; overflow: hidden; border-collapse: separate; border-spacing: 0; border: 1px solid color-mix(in oklab, var(--forest) 10%, transparent); border-radius: var(--radius); background: white; box-shadow: 0 .25rem 1rem rgba(21,49,29,.03); }
.price-table th { padding: 1rem 1.5rem; background: var(--forest); color: var(--cream); font-size: .75rem; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
.price-table th:last-child, .price-table td:last-child { text-align: right; }
.price-table td { padding: 1rem 1.5rem; border-bottom: 1px solid color-mix(in oklab, var(--forest) 10%, transparent); }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td:last-child { font-weight: 600; }
.price-table tbody tr:hover { background: color-mix(in oklab, var(--olive) 5%, transparent); }
.price-cards { display: none; }
.fine-print { margin: 1.5rem 0 0; color: color-mix(in oklab, var(--forest) 70%, transparent); font-size: .875rem; text-align: center; }

.gallery-grid { display: grid; grid-auto-rows: 13.75rem; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 4rem; }
.gallery-item { position: relative; min-height: 0; padding: 0; overflow: hidden; border: 0; border-radius: 1rem; background: none; box-shadow: 0 .25rem .75rem rgba(21,49,29,.12); }
.gallery-item::after { position: absolute; inset: 0; background: transparent; content: ''; transition: background .25s ease; }
.gallery-item:hover::after { background: rgba(23,76,43,.2); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-large { grid-column: span 2; grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.two-columns { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
.large-copy { max-width: none; margin-top: 2rem; font-size: 1.125rem; }
.large-copy p + p { margin-top: 1.25rem; }
.tags { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; padding: 0; margin: 2rem 0 0; list-style: none; font-size: .875rem; font-weight: 500; }
.tags a { display: block; padding: .65rem 1rem; border: 1px solid color-mix(in oklab, var(--olive) 40%, transparent); border-radius: 999px; background: color-mix(in oklab, var(--olive) 10%, transparent); text-align: center; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.tags a:hover, .tags a:focus-visible { border-color: var(--olive); background: color-mix(in oklab, var(--olive) 20%, transparent); transform: translateY(-2px); }
.portrait-image { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.portrait-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transform: translateY(var(--parallax-offset, -5%)); scale: 1.1; }

.faq-container { width: min(56rem, calc(100% - 3rem)); }
.faq-list { display: grid; gap: .75rem; margin-top: 4rem; }
.faq-list details { overflow: hidden; border: 1px solid color-mix(in oklab, var(--forest) 10%, transparent); border-radius: 1rem; background: white; box-shadow: 0 .25rem 1rem rgba(21,49,29,.03); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.5rem; cursor: pointer; font-family: Fraunces, Georgia, serif; font-size: 1.25rem; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--olive); content: '+'; font-family: Inter, sans-serif; font-size: 1.75rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 1.5rem 1.5rem; margin: 0; color: color-mix(in oklab, var(--forest) 80%, transparent); line-height: 1.7; }

.contact-section { padding: 8.5rem 0; background: var(--forest); color: var(--cream); }
.section-heading.light h2 { color: var(--cream); }
.section-heading.light > p:last-child { margin: 1.5rem 0 0; color: color-mix(in oklab, var(--cream) 80%, transparent); font-size: 1.125rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-top: 4rem; }
.contact-card, .contact-form { padding: 1.5rem; border: 1px solid rgba(255,255,255,.1); border-radius: 1rem; background: rgba(255,255,255,.05); backdrop-filter: blur(.5rem); }
.contact-card h3 { color: var(--cream); font-size: 1.75rem; letter-spacing: -.025em; }
.contact-card > p { margin: .25rem 0 0; color: color-mix(in oklab, var(--cream) 70%, transparent); font-size: .875rem; }
.contact-list { display: grid; gap: .85rem; padding: 0; margin: 1.5rem 0 0; list-style: none; color: color-mix(in oklab, var(--cream) 90%, transparent); }
.contact-list a { display: flex; align-items: center; gap: .7rem; transition: color .2s ease; }
.contact-list a:hover { color: var(--sun); }
.contact-list strong { color: var(--cream); }
.contact-list b { margin-left: auto; padding: .15rem .5rem; border: 1px solid color-mix(in oklab, var(--olive) 50%, transparent); border-radius: 999px; background: color-mix(in oklab, var(--olive) 15%, transparent); color: var(--cream); font-size: .7rem; }
.contact-icon { width: 1.25rem; color: var(--olive); font-weight: 600; text-align: center; }
.map-frame { height: 16rem; margin-top: 1rem; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 1rem; }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: saturate(.8); }
.contact-form { display: grid; gap: 1rem; align-content: start; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .4rem; color: color-mix(in oklab, var(--cream) 70%, transparent); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.15); border-radius: .5rem; outline: 0; background: rgba(255,255,255,.1); color: var(--cream); font-size: 1rem; letter-spacing: normal; text-transform: none; }
.contact-form option { color: var(--forest); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.5); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--sun); }
.contact-form .button { width: 100%; }
.contact-form .button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-note { min-height: 1.25rem; margin: 0; color: var(--sun); font-size: .875rem; text-align: center; }
.form-note.is-error { color: #ffd0c7; }

.footer { padding: 3.5rem 0; border-top: 1px solid rgba(255,255,255,.1); background: var(--forest); color: color-mix(in oklab, var(--cream) 80%, transparent); }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.footer-brand { display: flex; align-items: flex-start; gap: .75rem; }
.footer-brand img { width: 4rem; height: 4rem; padding: .25rem; border-radius: 50%; background: var(--cream); }
.footer-brand strong { display: block; color: var(--cream); font-family: Fraunces, Georgia, serif; font-size: 1.125rem; }
.footer-brand p { margin: .25rem 0 0; font-size: .875rem; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: .55rem; font-size: .875rem; }
.footer-label { margin: 0 0 .25rem; color: var(--olive); font-size: .7rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; }
.footer-grid a:hover { color: var(--sun); }
.footer-nav { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
.copyright { margin: 1.75rem 0 0; font-size: .75rem; }
.mobile-actions { display: none; }

.lightbox { position: fixed; inset: 0; z-index: 30; display: grid; grid-template-columns: 3rem minmax(0, 1fr) 3rem; align-items: center; justify-items: center; gap: 1rem; padding: 2rem; visibility: hidden; opacity: 0; background: rgba(8, 25, 14, .9); transition: opacity .2s ease, visibility .2s ease; }
.lightbox.open { visibility: visible; opacity: 1; }
.lightbox img { max-width: min(90vw, 72rem); max-height: 88vh; object-fit: contain; border-radius: .75rem; }
.lightbox button { border: 0; background: transparent; color: white; font-size: 3rem; line-height: 1; }
.lightbox-close { position: absolute; top: 1rem; right: 1.5rem; }
.lightbox-prev { grid-column: 1; }
.lightbox-next { grid-column: 3; }

.reveal { opacity: 0; transform: translateY(2.5rem); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { display: grid; gap: .25rem; max-height: 0; padding: 0 1.5rem; overflow: hidden; background: rgba(23,76,43,.98); transition: max-height .3s ease, padding .3s ease; }
  .mobile-nav.open { max-height: 30rem; padding: 1rem 1.5rem 1.5rem; }
  .mobile-nav a { padding: .7rem 0; }
  .mobile-nav .button { width: 100%; }
  .feature-grid, .two-columns, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .two-columns { gap: 3rem; }
  .area-copy { order: 1; }
  .portrait-image { order: 0; max-width: 36rem; width: 100%; margin-inline: auto; }
  .footer-grid { gap: 2rem; }
}

@media (max-width: 640px) {
  .container, .narrow, .price-container, .faq-container { width: min(100% - 2rem, 80rem); }
  .section, .contact-section { padding: 5.5rem 0; }
  .hero-content { width: calc(100% - 2rem); padding-top: 2rem; }
  .hero-logo { width: 5.5rem; height: 5.5rem; margin-bottom: 1.25rem; }
  .hero-actions { margin-top: 2rem; }
  .hero-actions .button { width: 100%; }
  .wide-image { margin-top: 2.5rem; border-radius: 1rem; }
  .copy { margin-top: 2.5rem; font-size: 1rem; }
  .feature-grid, .price-table-wrap, .gallery-grid, .faq-list { margin-top: 2.5rem; }
  .feature-card { padding: 1.5rem; }
  .price-table { display: none; }
  .price-cards { display: grid; gap: .75rem; }
  .price-cards > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; border: 1px solid color-mix(in oklab, var(--forest) 10%, transparent); border-radius: 1rem; background: #fff; font-size: .875rem; }
  .price-cards strong { white-space: nowrap; }
  .gallery-grid { grid-auto-rows: 12rem; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  .gallery-large, .gallery-wide { grid-column: span 2; grid-row: span 1; }
  .gallery-large { grid-row: span 2; }
  .form-row { grid-template-columns: 1fr; gap: 1rem; }
  .contact-card, .contact-form { padding: 1.25rem; }
  .mobile-actions { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 19; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
  .mobile-actions a { padding: .8rem 1rem; border-radius: 999px; background: var(--forest); box-shadow: 0 .5rem 1rem rgba(0,0,0,.2); color: var(--cream); font-size: .875rem; font-weight: 600; text-align: center; }
  .mobile-actions a:last-child { background: var(--sun); color: var(--forest); }
  .lightbox { grid-template-columns: 2rem minmax(0, 1fr) 2rem; gap: .25rem; padding: 1rem; }
  .lightbox button { font-size: 2.5rem; }
}

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