:root {
  color-scheme: light;
  --bg: #f4f8ff;
  --bg-soft: #eaf2ff;
  --panel: rgba(255, 255, 255, 0.9);
  --panel-border: rgba(28, 78, 216, 0.14);
  --text: #123056;
  --text-soft: #365780;
  --accent: #1f62e0;
  --accent-strong: #0d4cc4;
  --shadow: 0 18px 50px rgba(23, 70, 160, 0.12);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(31, 98, 224, 0.16), transparent 36%),
    linear-gradient(180deg, #f9fcff 0%, #eef4ff 100%);
  min-height: 100vh;
  min-height: 100dvh;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-color: rgba(31, 98, 224, 0.45);
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--accent-strong);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
}

.skip-link:focus {
  left: 1rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #000;
}

.hero,
.featured,
.about,
.expectations,
.events,
.gallery,
.faq,
.contact {
  width: min(calc(100% - 2rem), var(--max-width));
  margin-inline: auto;
}

.site-header {
  width: 100%;
  max-width: none;
  margin: 0;
  --logo-slot: clamp(52px, 6.2vw, 84px);
  display: grid;
  grid-template-columns: var(--logo-slot) 1fr var(--logo-slot);
  align-items: center;
  gap: clamp(0.8rem, 2.4vw, 1.8rem);
  padding: 0.55rem clamp(0.8rem, 2.2vw, 1.6rem);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: none;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.96) 0%, rgba(238, 244, 255, 0.94) 100%);
  border-bottom: 1px solid rgba(31, 98, 224, 0.16);
}

.brand-lockup {
  display: flex;
  align-items: center;
  justify-self: start;
}

.brand-home {
  text-decoration: none;
}

.header-logo {
  width: var(--logo-slot);
  height: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: #274f7a;
  justify-content: center;
  grid-column: 2;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.15rem 0.35rem;
  text-decoration: none;
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.15rem 0.35rem;
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5f7ea6;
  opacity: 0.85;
  cursor: default;
}

.section {
  padding: 5rem 0;
}

.hero {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 2.8rem);
  min-height: calc(100svh - 2.8rem);
  min-height: calc(100dvh - 2.8rem);
  margin-top: 0;
  margin-inline: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(1.2rem, 2.8vw, 2.2rem);
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: var(--shadow);
}

#hero {
  scroll-margin-top: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  z-index: -3;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(11, 45, 102, 0.55) 0%, rgba(16, 50, 108, 0.48) 40%, rgba(15, 46, 101, 0.68) 100%),
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.08), rgba(10, 36, 82, 0.46));
}

.hero-content {
  width: min(calc(100% - 2rem), 1680px);
  margin-inline: auto;
  display: grid;
  gap: 1rem;
  max-width: 192ch;
  text-align: center;
  place-items: center;
  color: #f5f9ff;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--accent);
}

h1,
h2,
h3,
.event-title,
.card-date {
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 600;
}

.hero-title {
  margin: 0;
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  font-size: clamp(1.3rem, 3vw, 2.4rem);
  font-weight: 600;
  line-height: 1.28;
  max-width: 42ch;
  text-wrap: balance;
  text-transform: none;
  letter-spacing: 0.01em;
}

.hero-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.62rem;
  color: #c8dcff;
}

.hero-subtitle {
  margin: 0;
  color: #deebff;
  line-height: 1.45;
  font-size: 0.76rem;
  max-width: 62ch;
}

.hero-quote {
  margin: 0;
  color: #d9e9ff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.lede,
.about p,
.event-description,
.expectation-grid p,
.faq p,
.contact p,
.site-footer {
  color: var(--text-soft);
  line-height: 1.7;
  font-size: 1.02rem;
}

.about p,
.event-description,
.expectation-grid p,
.event-card p,
.contact p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.hero-buttons,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-buttons {
  justify-content: center;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  color: #e6f1ff;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-links a {
  text-decoration: none;
  border-bottom: 1px solid rgba(230, 241, 255, 0.5);
  padding-bottom: 0.12rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  touch-action: manipulation;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

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

.button-primary {
  background: var(--accent);
  color: #f6fbff;
  box-shadow: 0 12px 26px rgba(31, 98, 224, 0.25);
}

.button-primary:hover {
  background: var(--accent-strong);
  color: #f6fbff;
}

.button-secondary {
  border-color: rgba(31, 98, 224, 0.32);
  background: rgba(31, 98, 224, 0.08);
  color: #204f9b;
}

.hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.12);
  color: #f3f8ff;
}

.gallery-item img {
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.card-date,
.event-meta {
  color: var(--accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero-scroll {
  display: inline-flex;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  color: #e7f2ff;
  border: 1px solid rgba(231, 242, 255, 0.5);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  background: rgba(15, 68, 150, 0.25);
}

.scroll-down {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  z-index: 2;
}

.section-heading {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.8rem;
}

.section-heading h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.featured .event-feature,
.contact-panel,
.faq-list details,
.event-card,
.expectation-grid article {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 1.35rem;
  box-shadow: var(--shadow);
}

.event-feature {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.event-title {
  margin: 0 0 0.3rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.event-meta {
  margin: 0;
}

.event-description {
  margin: 0;
  max-width: 68ch;
}

.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.expectation-grid,
.cards-grid,
.gallery-grid {
  display: grid;
  gap: 1rem;
}

.event-archive-list {
  display: grid;
  gap: 1.2rem;
}

.event-archive {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 1.2rem;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.event-archive-head {
  margin-bottom: 0.8rem;
}

.event-archive-head h3 {
  margin: 0;
  font-size: 1.25rem;
}

.event-archive-gallery {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
}

.event-archive-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 0.7rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 0.25rem;
  scrollbar-width: thin;
}

.event-archive-track img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  scroll-snap-align: center;
  border-radius: 0.9rem;
  border: 1px solid rgba(31, 98, 224, 0.16);
}

img:not(.header-logo) {
  cursor: zoom-in;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 21, 50, 0.88);
  z-index: 50;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lightbox-image {
  width: auto;
  max-width: min(94vw, 1280px);
  max-height: 88vh;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 220ms ease, transform 220ms ease;
}

.lightbox-image.is-swapping {
  opacity: 0.18;
  transform: scale(0.985);
}

.image-lightbox.is-open .lightbox-image {
  opacity: 1;
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: #0f2b58;
  background: #f4f8ff;
  touch-action: manipulation;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  color: #0f2b58;
  background: #f4f8ff;
  touch-action: manipulation;
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

.archive-nav {
  border: 1px solid rgba(31, 98, 224, 0.24);
  background: rgba(31, 98, 224, 0.08);
  color: #174488;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

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

.service-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.service-btn {
  min-height: 84px;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(31, 98, 224, 0.2);
  background: var(--panel);
  color: var(--text);
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.service-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(13, 76, 196, 0.75);
  background: rgba(31, 98, 224, 0.2);
  color: #0d3a8f;
}

.service-btn:focus-visible {
  outline: 2px solid rgba(13, 76, 196, 0.7);
  outline-offset: 2px;
}

.service-contact {
  margin: 1rem 0 0;
  color: var(--text-soft);
}

.service-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(7, 21, 50, 0.78);
  z-index: 45;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.service-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.service-modal-panel {
  width: min(680px, calc(100% - 1rem));
  background: #f8fbff;
  border: 1px solid rgba(31, 98, 224, 0.22);
  border-radius: 1rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  padding: 1.15rem 1.15rem 1rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.service-modal.is-open .service-modal-panel {
  opacity: 1;
  transform: translateY(0);
}

.service-modal-panel h3,
.service-modal-panel p {
  margin: 0;
}

.service-modal-panel h3 {
  margin-bottom: 0.6rem;
}

.service-modal-panel p {
  color: var(--text-soft);
  line-height: 1.65;
}

.service-modal-email {
  margin-top: 0.8rem !important;
}

.service-modal-close {
  position: absolute;
  margin-left: auto;
  right: 1.8rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: #0f2b58;
  background: #f4f8ff;
}


.expectation-grid article,
.event-card {
  padding: 1.25rem;
}

.expectation-grid h3,
.event-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.3rem;
}

.cards-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.team-card img {
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  border-radius: 0.95rem;
  border: 1px solid rgba(31, 98, 224, 0.18);
}

.team-card {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  gap: 1rem 1.15rem;
  align-items: start;
}

.team-card > img {
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 100%;
}

.team-card-content {
  display: grid;
  gap: 0.45rem;
  grid-column: 2;
  min-width: 0;
}

.team-card-content h3,
.team-card-content p {
  margin: 0;
}

.team-card-content p:last-child {
  line-height: 1.75;
}

#team .cards-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.event-card {
  min-height: 100%;
}

.gallery-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
}

.gallery-item {
  margin: 0;
}

.gallery-item.wide {
  grid-column: span 7;
}

.gallery-item.tall {
  grid-column: span 5;
  grid-row: span 2;
}

.gallery-item:nth-of-type(3) {
  grid-column: span 5;
}

.gallery-item:nth-of-type(4) {
  grid-column: span 7;
}

.gallery-item img {
  aspect-ratio: 1;
}

.gallery-item.wide img {
  aspect-ratio: 1.35;
}

.gallery-item.tall img {
  aspect-ratio: 0.86;
  height: 100%;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  padding: 1.1rem 1.2rem;
}

.faq-list summary {
  cursor: pointer;
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.15rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.contact-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.6rem;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.85rem;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 1.3rem 1rem 2.2rem;
  background: linear-gradient(180deg, #16489a 0%, #0d2d66 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin-top: 1.5rem;
}

.site-footer p {
  margin: 0;
  color: #f7fbff;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.15rem;
}

.footer-brand-logo {
  width: clamp(72px, 12vw, 112px);
  height: clamp(72px, 12vw, 112px);
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-policy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7fbff;
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.38rem 0.8rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.footer-policy-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.72);
}

.footer-policy-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.footer-policy-link {
  color: #f7fbff;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(7, 21, 50, 0.82);
  z-index: 46;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.privacy-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.privacy-modal-panel {
  position: relative;
  width: min(780px, calc(100% - 1rem));
  max-height: min(88vh, 780px);
  overflow-y: auto;
  background: #f8fbff;
  border: 1px solid rgba(31, 98, 224, 0.22);
  border-radius: 1rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  padding: 1.15rem 1.15rem 1rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.privacy-modal.is-open .privacy-modal-panel {
  opacity: 1;
  transform: translateY(0);
}

.privacy-modal-panel h3,
.privacy-modal-panel h4,
.privacy-modal-panel p {
  margin: 0;
}

.privacy-modal-panel h3 {
  margin-bottom: 0.4rem;
}

.privacy-modal-panel h4 {
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
}

.privacy-modal-panel p {
  color: var(--text-soft);
  line-height: 1.6;
}

.privacy-policy-updated {
  margin-bottom: 0.75rem !important;
}

.privacy-modal-close {
  position: sticky;
  top: 0;
  float: right;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: #0f2b58;
  background: #f4f8ff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (max-width: 960px) {
  .site-header {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.65rem;
  }

  .brand-lockup {
    position: static;
    transform: none;
  }

  .site-nav {
    width: 100%;
    justify-content: center;
    justify-self: auto;
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0.6rem;
    padding-bottom: 0.2rem;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    min-height: 38px;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    white-space: normal;
    padding: 0.1rem 0.2rem;
    justify-self: auto;
  }

  .site-nav-label {
    min-height: 38px;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    padding: 0.1rem 0.2rem;
    white-space: normal;
  }

  .two-column-grid,
  .expectation-grid,
  .cards-grid,
  .contact-panel {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero {
    min-height: 86vh;
    min-height: 86svh;
    min-height: 86dvh;
  }

  .hero-content {
    width: auto;
  }

  .hero-scroll {
    display: none;
  }

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

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

  .event-archive-track {
    grid-auto-columns: minmax(195px, 1fr);
  }

  #team .cards-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    display: block;
  }

  .team-card img {
    aspect-ratio: 1.05;
    margin-bottom: 0.95rem;
  }

  .team-card > img {
    grid-column: auto;
    grid-row: auto;
    height: auto;
  }

  .team-card-content {
    grid-column: auto;
  }

  .gallery-item,
  .gallery-item.wide,
  .gallery-item.tall,
  .gallery-item:nth-of-type(3),
  .gallery-item:nth-of-type(4) {
    grid-column: span 1;
    grid-row: auto;
  }

  .contact-panel {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .featured,
  .about,
  .expectations,
  .events,
  .gallery,
  .faq,
  .contact {
    width: min(calc(100% - 1.2rem), var(--max-width));
  }

  .site-header {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .header-logo {
    width: clamp(88px, 24vw, 124px);
  }

  .section {
    padding: 3.8rem 0;
  }

  .hero {
    width: 100%;
    min-height: 80vh;
    min-height: 80svh;
    min-height: 80dvh;
    border-radius: 0;
    margin-top: 0;
    padding: 1rem 0.8rem;
  }

  h1 {
    font-size: clamp(1.1rem, 5.2vw, 1.55rem);
  }

  .hero-buttons .button {
    width: 100%;
  }

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

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

  .event-archive-gallery {
    grid-template-columns: 1fr;
  }

  .event-archive-gallery .archive-nav {
    display: none;
  }

  .archive-nav {
    width: 100%;
    height: 2.75rem;
    border-radius: 0.75rem;
  }

  .event-archive-track {
    grid-auto-columns: 82%;
  }

  .lightbox-nav {
    top: auto;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    transform: none;
  }

  .lightbox-close {
    top: calc(1rem + env(safe-area-inset-top));
  }

  .lightbox-prev {
    left: calc(50% - 3rem);
  }

  .lightbox-next {
    right: calc(50% - 3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .button {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
