:root {
  --evergreen: #182a22;
  --deep-green: #102019;
  --gold: #c4a367;
  --ivory: #f6f1e8;
  --warm-white: #fbf9f4;
  --charcoal: #262521;
  --stone: #c9c0b3;
  --blue: #1b4f7c;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--warm-white);
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.65;
}
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4vw;
  transition: background .35s ease, padding .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  background: rgba(16,32,25,.96);
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,.16);
}
.brand img { width: 145px; max-height: 78px; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)); }
.site-nav { display: flex; align-items: center; gap: 28px; color: white; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.site-nav a { opacity: .9; transition: opacity .2s ease; }
.site-nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(196,163,103,.9); padding: 13px 18px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 7px auto; background: white; }

.hero {
  min-height: 100svh;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-media {
  position: absolute; inset: 0;
  background: url("assets/gallery-lake-fireworks.jpeg") center 45% / cover no-repeat;
  transform: scale(1.03);
  animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1.1); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,12,9,.78) 0%, rgba(5,12,9,.42) 50%, rgba(5,12,9,.18) 100%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 88vw); margin-left: 7vw; padding-top: 80px; }
.eyebrow { margin: 0 0 18px; font-size: 12px; text-transform: uppercase; letter-spacing: .28em; font-weight: 600; }
.eyebrow.dark { color: #7c6747; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; margin: 0; line-height: 1.02; }
h1 { font-size: clamp(56px, 7.6vw, 116px); letter-spacing: -.03em; }
h1 em { color: #e3c990; font-weight: 500; }
.hero-copy { max-width: 650px; font-size: clamp(16px, 1.4vw, 20px); margin: 26px 0 34px; color: rgba(255,255,255,.88); }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border: 1px solid transparent;
  font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .17em;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #17211b; }
.button-dark { background: var(--evergreen); color: white; }
.button-outline { border-color: var(--evergreen); color: var(--evergreen); }
.scroll-cue { position: absolute; left: 7vw; bottom: 32px; z-index: 2; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
.scroll-cue span { margin-left: 12px; color: var(--gold); }

.section { padding: 120px 7vw; }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; }
.intro-copy h2, .section-heading h2, .details-copy h2, .contact h2 { font-size: clamp(46px, 5vw, 76px); }
.intro-copy p { max-width: 620px; }
.intro-image img { aspect-ratio: 4/5; object-fit: cover; }
.text-link { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; }

.section-dark { background: var(--evergreen); color: white; }
.statement { padding: 90px 7vw; text-align: center; }
.statement p { font-family: var(--serif); font-size: 26px; font-style: italic; margin: 0 0 8px; color: #d6cbb8; }
.statement h2 { font-size: clamp(46px, 6vw, 86px); }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.experience-card { background: white; box-shadow: 0 18px 50px rgba(43,37,28,.08); }
.experience-card img { aspect-ratio: 4/5; object-fit: cover; }
.card-copy { padding: 28px 28px 32px; }
.card-copy span { color: var(--gold); font-size: 12px; letter-spacing: .2em; }
.card-copy h3 { font-size: 36px; margin: 8px 0 12px; }

.feature-image { position: relative; min-height: 82vh; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.feature-image > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.feature-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,12,9,.82), rgba(7,12,9,.08) 70%); }
.feature-copy { position: relative; z-index: 2; width: min(720px, 86vw); margin: 0 0 8vh 7vw; }
.feature-copy h2 { font-size: clamp(50px, 6vw, 88px); }
.feature-copy p:last-child { max-width: 660px; color: rgba(255,255,255,.84); }

.details { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; }
.details-image img { aspect-ratio: 4/5; object-fit: cover; }
.detail-list { margin-top: 36px; border-top: 1px solid #ddd3c5; }
.detail-list div { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid #ddd3c5; }
.detail-list strong { font-family: var(--serif); font-size: 24px; font-weight: 600; }
.detail-list span { color: #66625b; }

.editorial { padding: 0; display: grid; grid-template-columns: 1.25fr .75fr; min-height: 720px; }
.editorial-image img { height: 100%; object-fit: cover; }
.editorial-copy { padding: 9vw 7vw; align-self: center; }
.editorial-copy h2 { font-size: clamp(52px, 6vw, 88px); margin-bottom: 24px; }
.editorial-copy p:last-child { color: #d5cec2; max-width: 500px; }

.contact { background: var(--ivory); }
.contact-card { max-width: 1000px; margin: 0 auto; text-align: center; background: white; padding: 70px 7vw; box-shadow: 0 22px 70px rgba(42,35,24,.08); }
.contact-logo { width: 180px; margin: 0 auto 20px; }
.contact-card > p { max-width: 660px; margin-left: auto; margin-right: auto; }
.contact-actions { display: flex; justify-content: center; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.contact-meta { margin-top: 28px; font-size: 14px; }
.contact-meta span { margin: 0 9px; color: var(--gold); }

footer { background: var(--deep-green); color: white; display: flex; justify-content: space-between; gap: 30px; padding: 34px 7vw; font-size: 13px; }
footer div { display: flex; flex-direction: column; }
footer span { color: #b7bcb8; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; z-index: 60; }
  .site-nav {
    position: fixed; inset: 0; background: var(--deep-green);
    flex-direction: column; justify-content: center; gap: 24px;
    transform: translateX(100%); transition: transform .35s ease;
    font-size: 14px;
  }
  .site-nav.open { transform: translateX(0); }
  .intro, .details, .editorial { grid-template-columns: 1fr; }
  .editorial-image { min-height: 520px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { display: grid; grid-template-columns: 1fr 1fr; }
  .experience-card img { height: 100%; }
}

@media (max-width: 680px) {
  .site-header { padding: 12px 20px; }
  .brand img { width: 110px; }
  .hero-content { margin-left: 22px; width: calc(100vw - 44px); }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,12,9,.8), rgba(5,12,9,.32)); }
  .scroll-cue { left: 22px; }
  .section { padding: 82px 22px; }
  .statement { padding: 70px 22px; }
  .experience-card { grid-template-columns: 1fr; }
  .feature-copy { margin: 0 22px 50px; }
  .detail-list div { grid-template-columns: 1fr; gap: 4px; }
  .editorial-copy { padding: 80px 22px; }
  .contact-card { padding: 56px 22px; }
  footer { padding: 30px 22px; flex-direction: column; }
}


/* Gallery teaser */
.teaser-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 18px;
}
.teaser-image { overflow: hidden; }
.teaser-image img {
  height: 520px;
  object-fit: cover;
  transition: transform .5s ease;
}
.teaser-image:nth-child(2) img,
.teaser-image:nth-child(3) img { height: 420px; margin-top: 50px; }
.teaser-image:hover img { transform: scale(1.035); }
.teaser-action { text-align: center; margin-top: 36px; }

/* Gallery page */
.gallery-page { background: var(--warm-white); }
.gallery-hero {
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  padding: 160px 7vw 80px;
  color: white;
  background:
    linear-gradient(0deg, rgba(8,17,13,.83), rgba(8,17,13,.20)),
    url("assets/gallery-lake-fireworks.jpeg") center 45% / cover no-repeat;
}
.gallery-hero-inner { max-width: 900px; }
.gallery-hero h1 { font-size: clamp(58px, 8vw, 112px); }
.gallery-hero p:last-child { max-width: 660px; color: rgba(255,255,255,.84); }
.gallery-section { padding: 34px 3vw 100px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 28px;
  gap: 14px;
}
.gallery-item {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
  grid-column: span 4;
  grid-row: span 14;
}
.gallery-item.wide { grid-column: span 8; }
.gallery-item.tall { grid-row: span 20; }
.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.gallery-item:hover img { transform: scale(1.025); filter: brightness(.92); }
.gallery-cta { padding: 100px 7vw; text-align: center; }
.gallery-cta-inner { max-width: 800px; margin: 0 auto; }
.gallery-cta h2 { font-size: clamp(48px, 6vw, 82px); margin-bottom: 30px; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(4,8,6,.94);
  display: grid;
  place-items: center;
  padding: 4vw;
}
.lightbox[hidden] { display: none; }
.lightbox img {
  max-width: 94vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
.lightbox-close {
  position: fixed;
  top: 18px;
  right: 26px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 48px;
  font-weight: 200;
  cursor: pointer;
}

@media (max-width: 980px) {
  .teaser-grid { grid-template-columns: 1fr 1fr; }
  .teaser-image:first-child { grid-column: 1 / -1; }
  .teaser-image img,
  .teaser-image:nth-child(2) img,
  .teaser-image:nth-child(3) img { height: 420px; margin-top: 0; }
  .gallery-item { grid-column: span 6; }
  .gallery-item.wide { grid-column: span 12; }
}

@media (max-width: 680px) {
  .teaser-grid { grid-template-columns: 1fr; }
  .teaser-image:first-child { grid-column: auto; }
  .teaser-image img,
  .teaser-image:nth-child(2) img,
  .teaser-image:nth-child(3) img { height: 360px; }
  .gallery-hero { min-height: 68vh; padding: 140px 22px 58px; }
  .gallery-section { padding: 18px 12px 70px; }
  .gallery-grid { display: block; }
  .gallery-item { width: 100%; margin-bottom: 12px; }
  .gallery-item img { height: auto; max-height: 560px; }
}


/* Version 3 editorial stories and inquiry form */
.section-intro { max-width: 690px; color: #66625b; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.story-card { background: #fff; box-shadow: 0 18px 50px rgba(43,37,28,.08); }
.story-card img { aspect-ratio: 4/5; object-fit: cover; }
.story-card div { padding: 28px; }
.story-card span { color: var(--gold); font-size: 12px; letter-spacing: .2em; }
.story-card h3 { font-size: 36px; margin: 8px 0 10px; }
.story-card p { margin: 0; color: #66625b; }
.contact-layout { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: start; }
.contact-intro { position: sticky; top: 130px; }
.contact-intro .contact-logo { margin: 0 0 20px; }
.contact-intro h2 { margin-bottom: 22px; }
.contact-intro .contact-meta { margin-top: 28px; line-height: 2; }
.inquiry-form { background: #fff; padding: 44px; box-shadow: 0 22px 70px rgba(42,35,24,.08); }
.inquiry-form label { display: grid; gap: 8px; margin-bottom: 20px; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid #cfc5b6; border-radius: 0; background: transparent; padding: 12px 2px; color: var(--charcoal); font: 400 16px/1.4 var(--sans); text-transform: none; letter-spacing: 0; }
.inquiry-form textarea { border: 1px solid #cfc5b6; padding: 14px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 2px solid rgba(196,163,103,.35); outline-offset: 3px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.inquiry-form button { width: 100%; cursor: pointer; }
.form-note { margin: 14px 0 0; text-align: center; color: #777; font-size: 12px; }
.honeypot { position: absolute !important; left: -9999px !important; }
@media (max-width: 980px) { .story-grid { grid-template-columns: 1fr; } .story-card { display: grid; grid-template-columns: 1fr 1fr; } .story-card img { height: 100%; } .contact-layout { grid-template-columns: 1fr; } .contact-intro { position: static; } }
@media (max-width: 680px) { .story-card { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; gap: 0; } .inquiry-form { padding: 30px 20px; } }
