:root {
  --cream: #fbf4ee;
  --shell: #f4e3d8;
  --sage: #6f8b75;
  --forest: #164c35;
  --copper: #b75636;
  --gold: #c88924;
  --ink: #1f2a24;
  --muted: #68736b;
  --white: #fffdf9;
  --line: rgba(31, 42, 36, 0.14);
  --shadow: 0 22px 60px rgba(77, 48, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(251, 244, 238, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  color: var(--forest);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--copper);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--forest);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: calc(88vh - 78px);
  background: linear-gradient(90deg, rgba(22, 76, 53, 0.04), rgba(183, 86, 54, 0.08));
}

.hero-media {
  min-height: 560px;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  align-self: center;
  padding: clamp(34px, 6vw, 86px);
}

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

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2 {
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(3.2rem, 6.5vw, 6.2rem);
}

h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  max-width: 14ch;
  font-size: clamp(2.2rem, 4.5vw, 4.4rem);
}

h3 {
  margin: 0;
  color: var(--forest);
  font-size: 1.15rem;
  line-height: 1.25;
}

.hero-copy,
.large-text {
  max-width: 660px;
  color: var(--ink);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--forest);
}

.button.secondary {
  color: var(--forest);
  background: rgba(255, 253, 249, 0.72);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.quick-facts div,
.schedule-card,
.feature-grid article {
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-facts div {
  padding: 16px;
}

.quick-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-facts dd {
  margin: 3px 0 0;
  color: var(--forest);
  font-weight: 800;
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 4vw, 54px);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.intro-band {
  padding-block: clamp(30px, 5vw, 56px);
  color: var(--white);
  background: var(--forest);
}

.intro-band p {
  max-width: 900px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.25;
  text-align: center;
}

.split,
.guide-layout,
.brochure-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.split p,
.guide-layout p,
.brochure-layout p,
.contact-layout p {
  max-width: 620px;
  color: var(--muted);
}

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

.schedule-card {
  min-height: 245px;
  padding: clamp(24px, 4vw, 38px);
}

.schedule-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--gold), var(--copper));
  border-radius: 50%;
}

.schedule-icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--white);
}

.schedule-icon-day::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background: rgba(255, 253, 249, 0.7);
}

.schedule-icon-night::after {
  box-shadow: 10px -7px 0 0 var(--copper);
}

.schedule-card p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.schedule-card time,
.schedule-card {
  font-size: 1.08rem;
}

.guide-section {
  background: var(--shell);
}

.portrait-wrap {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.section-heading {
  margin-bottom: 34px;
}

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

.feature-grid article {
  min-height: 230px;
  padding: 24px;
}

.feature-grid span {
  display: inline-flex;
  width: 42px;
  height: 4px;
  margin-bottom: 24px;
  background: var(--copper);
  border-radius: 999px;
}

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

.brochure-section {
  background: linear-gradient(180deg, var(--cream), #f0d7ca);
}

.brochure-preview {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(183, 86, 54, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.brochure-preview img {
  width: 100%;
}

.contact-section {
  color: var(--white);
  background: var(--forest);
}

.contact-section h2,
.contact-section .eyebrow {
  color: var(--white);
}

.contact-section p {
  color: rgba(255, 253, 249, 0.78);
}

.contact-panel {
  display: grid;
  gap: 12px;
  font-style: normal;
}

.contact-panel a {
  display: grid;
  gap: 3px;
  padding: 18px 20px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  text-decoration: none;
}

.contact-panel a:hover,
.contact-panel a:focus-visible {
  background: #f5e6dc;
}

.contact-panel span {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px clamp(18px, 4vw, 54px);
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.site-footer img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 920px) {
  .hero,
  .split,
  .guide-layout,
  .brochure-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 48vh;
  }

  .hero-content {
    padding-block: 44px 58px;
  }

  h1 {
    max-width: 12ch;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 15px 18px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .hero-media {
    min-height: 54vh;
  }

  .hero-content {
    padding-inline: 20px;
  }

  .quick-facts,
  .schedule-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-inline: 20px;
  }

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

@media (max-width: 460px) {
  .brand span {
    font-size: 1.1rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }
}
