:root {
  color-scheme: light;
  --ink: #241712;
  --ink-soft: #695346;
  --paper: #fff8ed;
  --cream: #f1dec8;
  --sage: #7f8b67;
  --sage-dark: #344831;
  --terra: #075C5C;
  --gold: #d79d45;
  --walnut: #5a3829;
  --line: rgba(33, 25, 21, 0.14);
  --shadow: 0 22px 60px rgba(44, 31, 22, 0.14);
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: var(--paper);
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(36, 23, 18, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 23, 18, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 12% 4%, rgba(215, 157, 69, 0.18), transparent 24rem),
    linear-gradient(180deg, #fff8ed 0%, #f5e6d2 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  color: var(--ink);
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  margin: 0 auto;
  padding: 12px max(16px, calc((100vw - 1180px) / 2));
  background: rgba(255, 248, 237, 0.94);
  border-bottom: 2px solid rgba(90, 56, 41, 0.14);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 248, 237, 0.72);
  box-shadow: 0 0 0 1px rgba(90, 56, 41, 0.16);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-name {
  display: block;
}

.brand-name {
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  border-radius: 999px;
  padding: 10px 13px;
  transition: background-color 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(113, 129, 111, 0.16);
  color: var(--ink);
}

.site-nav .nav-cta {
  background: var(--terra);
  color: #fff8ed;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: #043f3f;
  color: #fff;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(760px, calc(100vh - 68px));
  overflow: clip;
  background: #211915;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  z-index: 3;
  height: 54px;
  background: var(--paper);
  clip-path: ellipse(58% 78% at 50% 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 18, 12, 0.83) 0%, rgba(30, 18, 12, 0.48) 44%, rgba(30, 18, 12, 0.08) 78%),
    linear-gradient(180deg, rgba(30, 18, 12, 0.08) 0%, rgba(30, 18, 12, 0.48) 100%);
}

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

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(58px, 8vh, 90px) 0 54px;
  color: #fff8ed;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--terra);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0bd68;
}

.section-dark .eyebrow,
.contact-section .eyebrow {
  color: #bfe9e6;
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.08;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.35vw, 2.5rem);
  line-height: 1.14;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.24;
}

.hero-text {
  max-width: 660px;
  color: rgba(255, 248, 237, 0.88);
  font-size: clamp(1rem, 1.55vw, 1.12rem);
}

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

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.btn-primary {
  background: var(--terra);
  color: #fff8ed;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #043f3f;
  color: #fff;
}

.btn-secondary {
  border-color: rgba(255, 248, 237, 0.72);
  background: rgba(255, 248, 237, 0.08);
  color: #fff8ed;
}

.section,
.contact-section,
.included-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(54px, 6.5vw, 84px) 0;
}

.intro-section {
  position: relative;
  padding-top: clamp(46px, 6vw, 72px);
  overflow: hidden;
}

.intro-grid {
  padding-top: 18px;
}

.intro-grid,
.details-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.intro-grid {
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
}

.intro-grid > *,
.details-section > *,
.contact-section > * {
  min-width: 0;
}

.details-section {
  position: relative;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  padding-bottom: clamp(54px, 6.5vw, 84px);
}

.details-section::before {
  content: "";
  position: absolute;
  inset: 26px auto auto 50%;
  width: min(42vw, 520px);
  height: 220px;
  border-top: 2px dashed rgba(7, 92, 92, 0.16);
  border-radius: 50%;
  transform: translateX(-28%) rotate(-7deg);
  pointer-events: none;
}

.text-stack p,
.details-copy p,
.contact-copy p {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.otis-slider {
  width: min(100%, 430px);
  margin-top: 28px;
}

.slider-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 16px solid #7a4c31;
  border-radius: 28px 10px 34px 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 32%),
    linear-gradient(135deg, #8f5b38, #4d2e20);
  box-shadow:
    inset 0 0 0 2px rgba(255, 248, 237, 0.34),
    inset 0 0 0 8px rgba(58, 35, 24, 0.22),
    0 28px 58px rgba(90, 56, 41, 0.22);
}

.slider-frame::before {
  content: "";
  position: absolute;
  inset: -16px;
  z-index: 2;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 248, 237, 0.12) 9%, transparent 10% 30%, rgba(36, 23, 18, 0.16) 31%, transparent 32% 58%, rgba(255, 248, 237, 0.1) 59%, transparent 60%),
    linear-gradient(0deg, transparent 0 18%, rgba(36, 23, 18, 0.16) 19%, transparent 20% 70%, rgba(255, 248, 237, 0.1) 71%, transparent 72%);
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.slider-track,
.slider-slide {
  position: absolute;
  inset: 0;
}

.slider-track {
  overflow: hidden;
  border: 6px solid #fff7ea;
  border-radius: 14px 4px 18px 6px;
  background: #fff7ea;
}

.slider-slide {
  margin: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 280ms ease, transform 420ms ease;
}

.slider-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff7ea;
}

.slider-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 248, 237, 0.62);
  border-radius: 50%;
  background: rgba(36, 23, 18, 0.66);
  color: #fff8ed;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 800;
  transform: translateY(-50%);
  transition: background-color 180ms ease, transform 180ms ease;
}

.slider-control:hover,
.slider-control:focus-visible {
  background: rgba(90, 56, 41, 0.9);
  transform: translateY(-50%) scale(1.04);
}

.slider-prev {
  left: 14px;
}

.slider-next {
  right: 14px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
}

.slider-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(90, 56, 41, 0.28);
  cursor: pointer;
}

.slider-dots button.is-active {
  background: var(--terra);
  box-shadow: 0 0 0 4px rgba(7, 92, 92, 0.18);
}

.text-stack {
  position: relative;
  margin-top: clamp(72px, 7vw, 96px);
  padding: 24px 0 6px;
}

.text-stack::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: rgba(7, 92, 92, 0.58);
}

@media (max-width: 1100px) {
  .intro-grid {
    max-width: 720px;
    grid-template-columns: 1fr;
    margin-inline: auto;
  }

  .intro-grid > div:first-child {
    display: grid;
  }

  .intro-grid h2 {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .otis-slider {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .text-stack {
    width: min(100%, 640px);
    margin: 18px auto 0;
  }
}

.section-dark {
  width: 100%;
  margin: 0;
  padding-inline: max(16px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(255, 248, 237, 0.1), transparent 44%),
    radial-gradient(circle at 85% 12%, rgba(191, 233, 230, 0.14), transparent 20rem),
    #075C5C;
  color: #fff8ed;
}

.section-dark::before {
  content: "";
  position: absolute;
  right: max(16px, calc((100vw - 1180px) / 2));
  top: 34px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(191, 233, 230, 0.24);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(191, 233, 230, 0.16) 49%, rgba(191, 233, 230, 0.16) 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(191, 233, 230, 0.16) 49%, rgba(191, 233, 230, 0.16) 51%, transparent 52%);
  opacity: 0.7;
}

#events {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 26px;
}

#events .section-heading {
  margin-bottom: 0;
}

.section-dark h2,
.section-dark h3 {
  color: #fff8ed;
}

.section-dark .section-heading h2 {
  max-width: 520px;
  font-size: clamp(1.6rem, 2.15vw, 2.05rem);
  line-height: 1.18;
}

.event-grid {
  display: grid;
  max-width: 1080px;
  gap: 0;
  padding-top: 8px;
}

.event-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 4px 22px;
  align-items: start;
  min-height: 0;
  max-width: none;
  margin: 0;
  padding: 18px 0 20px;
  border: 0;
  border-bottom: 1px solid rgba(255, 248, 237, 0.18);
  border-radius: 0;
  background: transparent;
}

.event-card:nth-child(2) {
  margin-top: 0;
}

.event-card:nth-child(3) {
  margin-top: 0;
}

.event-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin: 0;
  place-items: center;
  grid-row: span 2;
  border: 1px solid rgba(191, 233, 230, 0.5);
  border-radius: 50%;
  color: #bfe9e6;
  font-weight: 800;
  transform: none;
}

.event-card:nth-child(2) .event-icon {
  transform: none;
}

.event-card:nth-child(3) .event-icon {
  transform: none;
}

.event-card h3 {
  margin: 0;
  font-size: clamp(1.08rem, 1.28vw, 1.22rem);
}

.event-card p,
.section-dark p {
  color: rgba(255, 248, 237, 0.76);
}

.event-card p {
  margin: 0;
  max-width: 520px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.arrival-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(90, 56, 41, 0.12);
  border-radius: 42px 12px 42px 18px;
  background: rgba(255, 253, 248, 0.58);
  box-shadow: 0 18px 48px rgba(90, 56, 41, 0.08);
}

.arrival-path::before {
  content: "";
  position: absolute;
  top: 42px;
  right: 9%;
  left: 9%;
  border-top: 2px dashed rgba(7, 92, 92, 0.28);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 28px;
  align-content: start;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid rgba(90, 56, 41, 0.1);
}

.timeline-item:last-child {
  border-right: 0;
}

.timeline-item span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 10px #fffdf8;
}

.timeline-item p {
  margin-bottom: 0;
  max-width: 24ch;
  color: var(--ink-soft);
}

.included-section {
  padding-top: 0;
  position: relative;
}

.included-section::before {
  content: "";
  position: absolute;
  inset: auto max(16px, calc((100vw - 1180px) / 2)) 18px auto;
  width: 170px;
  height: 170px;
  border-radius: 32% 68% 42% 58%;
  background: rgba(127, 139, 103, 0.1);
  transform: rotate(18deg);
  pointer-events: none;
}

.included-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.65fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  border: 0;
  border-radius: 46px 12px 54px 18px;
  padding: clamp(28px, 5vw, 56px);
  background:
    linear-gradient(120deg, rgba(127, 139, 103, 0.16), transparent),
    #fffdf8;
  box-shadow: 0 20px 42px rgba(90, 56, 41, 0.11);
}

.included-card .eyebrow,
.included-card h2,
.included-card .note {
  grid-column: 1;
}

.check-list {
  grid-column: 2;
  grid-row: 1 / span 4;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: var(--ink-soft);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--terra);
  box-shadow: inset 0 0 0 5px #fffdf8;
  outline: 1px solid rgba(7, 92, 92, 0.42);
}

.note {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-section {
  position: relative;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 70px;
  right: max(16px, calc((100vw - 1180px) / 2));
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(215, 157, 69, 0.12) 0 2px, transparent 3px);
  background-size: 18px 18px;
  opacity: 0.55;
  pointer-events: none;
}

details {
  border: 0;
  border-bottom: 1px dashed rgba(36, 23, 18, 0.22);
  border-radius: 0;
  background: transparent;
}

summary {
  cursor: pointer;
  padding: 20px 0;
  color: var(--ink);
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--ink-soft);
}

.contact-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: max(16px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(191, 233, 230, 0.12), transparent 38%),
    #075C5C;
  color: #fff8ed;
}

.contact-copy {
  position: sticky;
  top: 118px;
}

.contact-copy p {
  color: rgba(255, 248, 237, 0.8);
}

.contact-links,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-links a,
.social-links a {
  border-bottom: 1px solid rgba(255, 248, 237, 0.42);
  color: #fff8ed;
  font-weight: 800;
}

.social-links {
  margin-top: 14px;
}

.social-links a {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 248, 237, 0.36);
  border-radius: 50%;
  background: rgba(255, 248, 237, 0.08);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: rgba(255, 248, 237, 0.68);
  background: rgba(255, 248, 237, 0.14);
  transform: translateY(-1px);
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 248, 237, 0.16);
  border-radius: 34px 10px 42px 18px;
  padding: clamp(22px, 4vw, 36px);
  background: #fffaf2;
  box-shadow: 0 24px 70px rgba(14, 21, 14, 0.24);
  color: var(--ink);
}

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

.form-field {
  display: grid;
  gap: 8px;
}

label {
  font-weight: 800;
}

input,
select,
textarea {
  border: 1px solid rgba(33, 25, 21, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--terra);
  box-shadow: 0 0 0 4px rgba(7, 92, 92, 0.18);
}

[aria-invalid="true"] {
  border-color: #b33b28;
  background: #fff7f4;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-submit {
  width: 100%;
  margin-top: 6px;
}

.form-status {
  min-height: 24px;
  color: var(--walnut);
  font-weight: 800;
}

.form-success {
  display: grid;
  gap: 8px;
}

.form-success h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  padding: 26px max(16px, calc((100vw - 1180px) / 2));
  background: #17110f;
  color: rgba(255, 248, 237, 0.7);
  font-size: 0.9rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #fff8ed;
  text-decoration: underline;
  text-underline-offset: 3px;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.event-card[data-reveal],
.timeline-item[data-reveal] {
  transition-delay: 80ms;
}

.event-card[data-reveal]:nth-child(2),
.timeline-item[data-reveal]:nth-child(2) {
  transition-delay: 160ms;
}

.event-card[data-reveal]:nth-child(3),
.timeline-item[data-reveal]:nth-child(3) {
  transition-delay: 240ms;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 8px;
    background: rgba(90, 56, 41, 0.035);
    cursor: pointer;
  }

  .nav-toggle-line {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: var(--ink);
  }

  .site-nav {
    position: fixed;
    top: 76px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    background: #fffaf2;
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 13px 14px;
  }

  .hero {
    min-height: auto;
  }

  .hero::after {
    display: none;
  }

  .hero-media {
    position: relative;
    height: clamp(300px, 58vw, 390px);
  }

  .hero-media img {
    object-position: 50% 42%;
  }

  .hero-media::after {
    background: linear-gradient(180deg, transparent 28%, rgba(24, 17, 12, 0.64) 100%);
  }

  .hero-content {
    width: 100%;
    overflow: hidden;
    padding: 24px 20px 28px;
    background: #211915;
  }

  .hero-actions {
    width: 100%;
    margin-top: 24px;
    justify-content: center;
  }

  .intro-grid,
  .details-section,
  .contact-section,
  .included-card,
  .event-grid {
    grid-template-columns: 1fr;
  }

  .details-section::before,
  .section-dark::before,
  .included-section::before,
  .faq-section::before {
    display: none;
  }

  .check-list,
  .included-card .eyebrow,
  .included-card h2,
  .included-card .note {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-copy {
    position: static;
  }

  #events {
    display: block;
  }

  #events .section-heading {
    margin-bottom: 24px;
  }

  .otis-slider {
    width: min(100%, 480px);
  }

  .text-stack {
    margin-top: 8px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 12px;
  }

  .section,
  .contact-section,
  .included-section {
    padding: 42px 0;
  }

  .section-dark,
  .contact-section {
    padding: 52px 20px;
  }

  #events .section-heading {
    margin-bottom: 28px;
  }

  .section-dark .section-heading h2,
  .contact-section h2 {
    max-width: 100%;
  }

  .event-card {
    padding: 22px 0 24px;
  }

  .contact-copy {
    margin-bottom: 30px;
  }

  .intro-section {
    padding-top: 32px;
  }

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

  h1 {
    max-width: 100%;
    font-size: clamp(1.78rem, 7.5vw, 2.12rem);
    line-height: 1.12;
    overflow-wrap: normal;
  }

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

  h2 {
    max-width: 100%;
    font-size: clamp(1.35rem, 5.3vw, 1.62rem);
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .event-card {
    grid-template-columns: 64px 1fr;
    gap: 6px 12px;
    min-height: auto;
  }

  .event-icon {
    width: 44px;
    height: 44px;
    grid-row: span 2;
  }

  .event-card p {
    grid-column: 2;
  }

  .slider-frame {
    border-width: 12px;
  }

  .slider-control {
    width: 38px;
    height: 38px;
  }

  .arrival-path {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .arrival-path::before {
    top: 22px;
    bottom: 22px;
    left: 23px;
    right: auto;
    border-top: 0;
    border-left: 2px dashed rgba(7, 92, 92, 0.28);
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-item span {
    grid-row: auto;
    margin-bottom: 12px;
  }

  .included-card {
    padding: 24px;
  }

  .site-footer {
    display: grid;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
