:root {
  --ink: #694e41;
  --paper: #fff8ee;
  --cream: #f6ead8;
  --gold: #cf9a28;
  --leaf: #326d55;
  --clay: #a64228;
  --plum: #54375f;
  --charcoal: #191512;
  --muted: #715f54;
  --line: rgba(33, 23, 18, 0.14);
  --shadow: 0 24px 80px rgba(25, 21, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(228, 212, 191, 0.92);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  color: var(--gold);
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  letter-spacing: 0;
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 3vw, 30px);
  font-size: 0.93rem;
}

.site-nav a {
  color: #777473;
  font-weight: 700;
}

.header-cta,
.button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  background: var(--clay);
  color: #c9b898;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--gold);
  color: var(--charcoal);
  box-shadow: 0 14px 34px rgba(207, 154, 40, 0.28);
}

.button.secondary {
  background: rgba(255, 248, 238, 0.1);
  border-color: rgba(255, 248, 238, 0.72);
  color: #fff8ee;
}

.hero {
  min-height: 92vh;
  overflow: hidden;
  padding: 120px clamp(18px, 5vw, 72px) 86px;
  position: relative;
  display: flex;
  align-items: end;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(25, 21, 18, 0.9), rgba(25, 21, 18, 0.45) 44%, rgba(25, 21, 18, 0.18)),
    url("OSM00204.jpg") center / cover;
  inset: 0;
  position: absolute;
  transform: scale(1.04);
}

.hero-overlay {
  background:
    radial-gradient(circle at 25% 85%, rgba(207, 154, 40, 0.32), transparent 26%),
    linear-gradient(0deg, rgba(25, 21, 18, 0.58), rgba(25, 21, 18, 0.02) 45%);
  inset: 0;
  position: absolute;
}

.hero-content {
  color: #fff8ee;
  max-width: 830px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 13vw, 11rem);
  letter-spacing: 0;
  line-height: 0.84;
  margin-bottom: 24px;
  max-width: 970px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.hero-copy {
  color: rgba(255, 248, 238, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.quick-info {
  background: var(--charcoal);
  color: #fff8ee;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.quick-info div {
  border-right: 1px solid rgba(255, 248, 238, 0.16);
  padding: clamp(24px, 4vw, 42px);
}

.quick-info div:last-child {
  border-right: 0;
}

.quick-info span {
  color: var(--gold);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1;
  margin-bottom: 10px;
}

.quick-info p {
  color: rgba(255, 248, 238, 0.76);
  margin: 0;
}

.section {
  padding: clamp(66px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.split {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 82px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
}

.section-copy p:not(.eyebrow),
.booking-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 720px;
}

.feature-image {
  box-shadow: var(--shadow);
  max-height: 680px;
  overflow: hidden;
}

.feature-image img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.section-heading > p {
  color: var(--muted);
  margin: 0;
  max-width: 470px;
}

.gallery-section {
  background: #d8d3bb;
  padding: clamp(66px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.gallery-grid {
  display: grid;
  gap: 14px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-card {
  background: var(--charcoal);
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gallery-card.wide {
  grid-column: span 2;
}

.gallery-card.tall {
  grid-row: span 2;
}

.gallery-card img {
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
  width: 100%;
}

.gallery-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.04);
}

.gallery-card figcaption {
  background: linear-gradient(0deg, rgba(25, 21, 18, 0.82), transparent);
  bottom: 0;
  color: #ecd3d3;
  font-weight: 900;
  left: 0;
  padding: 54px 18px 16px;
  position: absolute;
  right: 0;
}

.program-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-grid article {
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: 0 18px 46px rgba(33, 23, 18, 0.06);
  min-height: 260px;
  padding: 28px;
}

.program-grid time {
  color: var(--leaf);
  display: block;
  font-weight: 900;
  margin-bottom: 48px;
}

.program-grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.vendors {
  align-items: start;
  background: var(--cream);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
}

.vendor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vendor-list span {
  background: #fffaf2;
  border: 1px solid var(--line);
  color: #392a22;
  font-weight: 800;
  padding: 12px 14px;
}

.booking-section {
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  padding: clamp(66px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.contact-list {
  border-top: 1px solid var(--line);
  margin: 34px 0 0;
  max-width: 560px;
}

.contact-list div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 130px 1fr;
  padding: 18px 0;
}

.contact-list dt {
  color: var(--muted);
  font-weight: 800;
}

.contact-list dd {
  font-weight: 900;
  margin: 0;
}

.booking-form {
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 38px);
}

.form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

label,
.consent {
  color: #3b2d25;
  font-weight: 850;
}

input,
select,
textarea {
  background: var(--paper);
  border: 1px solid rgba(33, 23, 18, 0.18);
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  outline: none;
  padding: 12px 13px;
  width: 100%;
}

textarea {
  min-height: 134px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 4px rgba(50, 109, 85, 0.16);
}

.consent {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 20px 1fr;
  margin: 10px 0 20px;
}

.consent input {
  height: 18px;
  min-height: 18px;
  width: 18px;
}

.submit-button {
  width: 100%;
}

.form-status {
  color: var(--leaf);
  font-weight: 900;
  margin: 16px 0 0;
  min-height: 24px;
}

.site-footer {
  align-items: center;
  background: var(--charcoal);
  color: rgba(255, 248, 238, 0.76);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 72px);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    align-items: start;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    overflow-x: auto;
    padding-bottom: 4px;
    width: 100%;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 12px;
  }

  .hero {
    min-height: 88vh;
  }

  .quick-info,
  .gallery-grid,
  .program-grid,
  .split,
  .vendors,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .quick-info div {
    border-bottom: 1px solid rgba(255, 248, 238, 0.16);
    border-right: 0;
  }

  .quick-info div:last-child {
    border-bottom: 0;
  }

  .program-grid article {
    min-height: auto;
  }

  .gallery-card,
  .gallery-card.wide,
  .gallery-card.tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 250px;
  }

  .program-grid time {
    margin-bottom: 26px;
  }

  .site-footer {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  [id] {
    scroll-margin-top: 140px;
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand-mark {
    height: 38px;
    width: 38px;
  }

  .hero {
    min-height: 86vh;
    padding: 142px 18px 54px;
  }

  h1 {
    font-size: clamp(3.2rem, 19vw, 5.7rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .section,
  .gallery-section,
  .booking-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .form-grid,
  .contact-list div {
    grid-template-columns: 1fr;
  }
}
