@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-600-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-italic-500-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "EB Garamond";
  src: url("assets/fonts/eb-garamond-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}

@font-face {
  font-family: "EB Garamond";
  src: url("assets/fonts/eb-garamond-italic-400-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("assets/fonts/jost-500-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

:root {
  --ink: #1c160e;
  --near-black: #15110b;
  --gold: #b69356;
  --paper: #f4ecd8;
  --light-cream: #f2e9d3;
  --card-cream: #ece1c8;
  --tan: #e6d9ba;
  --canvas: #e7e5df;
  --sepia: #5f5747;
  --faded: #8a7f6a;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "EB Garamond", Georgia, serif;
  --ui: "Jost", Arial, sans-serif;
  --border: rgba(182, 147, 86, 0.72);
  --shadow: 0 28px 80px rgba(28, 22, 14, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--near-black);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 28% 12%, rgba(255, 255, 255, 0.32), transparent 28rem),
    linear-gradient(180deg, var(--paper), var(--light-cream));
  font-family: var(--body);
  font-size: 1.125rem;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(28, 22, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 22, 14, 0.028) 1px, transparent 1px);
  background-size: 42px 42px, 42px 42px;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: var(--paper);
  background: var(--near-black);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 110px;
  content: "";
  background: linear-gradient(180deg, rgba(21, 17, 11, 0), var(--near-black));
  pointer-events: none;
}

.hero-image {
  position: absolute;
  top: 0;
  right: -16%;
  width: 66%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  opacity: 0.96;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 34%);
  mask-image: linear-gradient(90deg, transparent 0%, black 34%);
}

.hero-frame,
.contact-frame {
  position: absolute;
  inset: 20px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid var(--border);
  box-shadow: inset 0 0 0 3px rgba(182, 147, 86, 0.16);
}

.hero-frame::before,
.hero-frame::after,
.contact-frame::before,
.contact-frame::after {
  position: absolute;
  width: 42px;
  height: 42px;
  content: "";
  border-color: var(--gold);
  opacity: 0.82;
}

.hero-frame::before,
.contact-frame::before {
  top: 8px;
  left: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 18px;
}

.hero-frame::after,
.contact-frame::after {
  right: 8px;
  bottom: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-bottom-right-radius: 18px;
}

.site-nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  width: min(100% - 6rem, 1380px);
  margin: 0 auto;
  padding-top: 48px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 360px;
  color: var(--paper);
  text-decoration: none;
}

.brand-name {
  font-family: var(--display);
  font-size: 2.75rem;
  line-height: 0.94;
}

.brand-rule {
  position: relative;
  display: block;
  height: 1px;
  background: var(--gold);
}

.brand-rule::after {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid var(--gold);
  transform: translateX(-50%) rotate(45deg);
  background: var(--near-black);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4.4rem;
  padding-top: 13px;
  font-family: var(--ui);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

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

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

.nav-diamond {
  width: 10px;
  height: 10px;
  background: var(--gold);
  transform: rotate(45deg);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(182, 147, 86, 0.62);
  border-radius: 2px;
  cursor: pointer;
}

.menu-line {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(880px, calc(100% - 6rem));
  margin-right: 0;
  margin-left: max(3rem, calc((100vw - 1380px) / 2 + 6rem));
  padding-top: 120px;
}

.hero-content h1,
.about-copy h2,
.events-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0;
}

.hero-content h1 {
  max-width: 880px;
  font-size: 7rem;
  line-height: 0.9;
}

.ornament-rule {
  display: flex;
  align-items: center;
  width: 420px;
  max-width: 100%;
  margin: 42px 0 28px;
}

.ornament-rule::before,
.ornament-rule::after,
.center-diamond::before,
.center-diamond::after,
.top-rule::before,
.top-rule::after,
.next-section-rule::before,
.next-section-rule::after {
  flex: 1;
  height: 1px;
  content: "";
  background: var(--gold);
}

.ornament-rule span,
.center-diamond span,
.top-rule span,
.next-section-rule span {
  width: 13px;
  height: 13px;
  margin: 0 18px;
  border: 2px solid var(--gold);
  transform: rotate(45deg);
}

.hero-promise {
  max-width: 560px;
  margin: 0 0 30px;
  color: var(--paper);
  font-size: 2rem;
  line-height: 1.28;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  padding: 0 2.45rem;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-family: var(--ui);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button span {
  color: inherit;
  font-size: 0.78em;
  letter-spacing: 0.16em;
  opacity: 0.78;
}

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

.button-light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.button-outline {
  color: var(--paper);
  background: rgba(21, 17, 11, 0.42);
  border-color: var(--gold);
}

.button-ink {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.event-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0;
  align-items: center;
  margin: 42px 0 0;
  color: var(--gold);
  font-family: var(--ui);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  line-height: 1.8;
  text-transform: uppercase;
}

.event-line span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.event-line span:not(:last-child)::after {
  margin: 0 1rem;
  color: var(--gold);
  content: "\00b7";
}

.next-section-rule {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  width: min(600px, calc(100% - 4rem));
  margin: auto;
  color: var(--gold);
}

.next-section-rule span {
  background: var(--gold);
  border: 0;
}

.paper-section,
.tan-section {
  position: relative;
  overflow: hidden;
}

.paper-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.5), transparent 22rem),
    linear-gradient(180deg, var(--paper), var(--light-cream));
}

.tan-section {
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.38), transparent 24rem),
    linear-gradient(180deg, var(--light-cream), var(--tan));
}

.section-shell {
  width: min(100% - 6rem, 1240px);
  margin: 0 auto;
}

.top-rule,
.center-diamond {
  display: flex;
  align-items: center;
  width: min(420px, 100%);
  margin-bottom: 30px;
  color: var(--gold);
}

.top-rule span {
  border: 0;
  background: var(--gold);
}

.about-copy h2,
.events-copy h2,
.contact-copy h2 {
  color: var(--ink);
  font-size: 4.9rem;
  line-height: 0.98;
}

.about-copy p,
.events-copy p,
.contact-copy p {
  color: var(--sepia);
  font-size: 1.42rem;
  line-height: 1.55;
}

.reveal-panel {
  display: grid;
  justify-items: center;
  gap: 1.6rem;
  padding: 1.15rem;
}

.construction-panel {
  display: grid;
  justify-items: center;
  gap: 1.25rem;
  padding: 3rem 2.2rem;
  border: 1px solid var(--gold);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 20%, rgba(182, 147, 86, 0.13), transparent 16rem),
    rgba(236, 225, 200, 0.68);
  box-shadow: var(--shadow);
  text-align: center;
}

.construction-spade {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 4.8rem;
  line-height: 0.8;
}

.construction-panel p {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 2.15rem;
  line-height: 1.1;
}

.reveal-card {
  position: relative;
  width: 260px;
  aspect-ratio: 5 / 7;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  perspective: 1200px;
}

.card-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(28, 22, 14, 0.24);
  border-radius: 18px;
  backface-visibility: hidden;
  box-shadow: var(--shadow);
  transition: transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.card-back {
  background:
    radial-gradient(circle at center, rgba(182, 147, 86, 0.2), transparent 46%),
    repeating-linear-gradient(45deg, rgba(28, 22, 14, 0.08) 0 1px, transparent 1px 9px),
    var(--ink);
  color: var(--gold);
}

.card-back::before {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid var(--gold);
  border-radius: 12px;
  box-shadow: inset 0 0 0 3px rgba(182, 147, 86, 0.18);
}

.back-spade,
.service-spade {
  position: relative;
  display: grid;
  width: 64px;
  height: 78px;
  place-items: center;
}

.back-spade::before,
.service-spade::before {
  content: "\2660";
  color: currentColor;
  font-family: Georgia, serif;
  font-size: 5.1rem;
  line-height: 1;
}

.card-front {
  color: var(--ink);
  background:
    radial-gradient(circle at 42% 34%, rgba(255, 255, 255, 0.45), transparent 22rem),
    var(--card-cream);
  transform: rotateY(180deg);
}

.reveal-card.is-revealed .card-back {
  transform: rotateY(180deg);
}

.reveal-card.is-revealed .card-front {
  transform: rotateY(360deg);
}

.card-corner {
  position: absolute;
  top: 18px;
  left: 18px;
  font-family: var(--display);
  font-size: 2.1rem;
  line-height: 0.78;
  text-align: center;
}

.card-corner-bottom {
  top: auto;
  right: 18px;
  bottom: 18px;
  left: auto;
  transform: rotate(180deg);
}

.card-center {
  font-size: 7.5rem;
  line-height: 1;
}

.reveal-action {
  min-height: 52px;
  padding: 0 1.6rem;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 4px;
  cursor: pointer;
  font-family: var(--ui);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.reveal-action:hover,
.reveal-action:focus-visible {
  background: rgba(182, 147, 86, 0.12);
}

.about-section {
  padding: 118px 0 112px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper) 34rem, var(--light-cream) 100%);
}

.about-grid,
.events-grid,
.contact-grid {
  display: grid;
  align-items: center;
}

.about-grid {
  position: relative;
  z-index: 2;
  max-width: 920px;
  grid-template-columns: 1fr;
  justify-items: start;
}

.about-copy {
  max-width: 820px;
}

.about-copy .lead-copy {
  color: var(--ink);
  font-size: 1.72rem;
  line-height: 1.42;
}

blockquote {
  position: relative;
  margin: 2.3rem 0 0;
  padding: 1.5rem 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 2.1rem;
  font-style: italic;
  line-height: 1.2;
}

blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.events-section {
  z-index: 1;
  overflow: visible;
  margin-bottom: -58px;
  padding: 112px 0 150px;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.34), transparent 24rem),
    radial-gradient(circle at 8% 72%, rgba(182, 147, 86, 0.12), transparent 20rem),
    linear-gradient(180deg, var(--light-cream) 0%, var(--tan) 34%, #eadfc3 58%, var(--paper) 84%, var(--paper) 100%);
}

.events-section::after {
  position: absolute;
  right: 0;
  bottom: -58px;
  left: 0;
  z-index: 1;
  height: 180px;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(244, 236, 216, 0) 0%,
    rgba(244, 236, 216, 0.88) 28%,
    var(--paper) 60%,
    var(--paper) 100%
  );
}

.events-grid {
  position: relative;
  z-index: 2;
  max-width: 980px;
  grid-template-columns: 1fr;
  justify-items: start;
}

.events-copy h2 {
  max-width: 780px;
}

.events-copy > p {
  max-width: 720px;
  margin: 30px 0 42px;
}

.service-rows {
  width: min(900px, 100%);
  margin-bottom: 42px;
  border-top: 1px solid var(--gold);
}

.service-row {
  display: grid;
  grid-template-columns: 72px 220px minmax(0, 1fr);
  gap: 1.7rem;
  align-items: center;
  min-height: 112px;
  border-bottom: 1px solid var(--gold);
}

.service-row h3 {
  margin: 0;
  font-family: var(--ui);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  line-height: 1.35;
  text-transform: uppercase;
}

.service-row p {
  margin: 0;
  color: var(--ink);
  font-size: 1.36rem;
  line-height: 1.34;
}

.service-spade {
  width: 30px;
  height: 40px;
  color: var(--gold);
}

.service-spade::before {
  font-size: 2.7rem;
}

.calendar-section {
  padding: 112px 0 120px;
}

.calendar-grid {
  display: grid;
  gap: 3.4rem;
}

.calendar-copy {
  max-width: 760px;
}

.calendar-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 4.9rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}

.calendar-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gold);
  border-radius: 18px;
  background: rgba(236, 225, 200, 0.86);
  box-shadow: var(--shadow);
}

.calendar-card::after {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid rgba(182, 147, 86, 0.36);
  border-radius: 12px;
  pointer-events: none;
}

.calendar-card iframe {
  display: block;
  width: 100%;
  height: 640px;
  border: 0;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 132px 0 116px;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(21, 17, 11, 0.88), rgba(21, 17, 11, 0.97)),
    url("assets/images/hero-cards.png") right center / cover no-repeat,
    var(--near-black);
}

.contact-grid {
  position: relative;
  z-index: 3;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  gap: 4rem;
}

.contact-copy h2 {
  max-width: 640px;
  color: var(--paper);
}

.contact-copy p {
  max-width: 480px;
  color: rgba(244, 236, 216, 0.78);
}

.contact-card {
  display: grid;
  gap: 1.15rem;
  padding: 2.4rem;
  border: 1px solid var(--gold);
  border-radius: 18px;
  background: rgba(244, 236, 216, 0.95);
  color: var(--ink);
  font-style: normal;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.contact-card a:not(.button) {
  color: var(--ink);
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1.1;
  text-decoration: none;
}

.contact-card a:not(.button):hover,
.contact-card a:not(.button):focus-visible {
  color: var(--gold);
}

.contact-card .button-outline {
  color: var(--ink);
  background: transparent;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 34px 3rem;
  color: var(--paper);
  background: var(--near-black);
  border-top: 1px solid rgba(182, 147, 86, 0.34);
}

.footer-brand {
  font-family: var(--display);
  font-size: 1.65rem;
  line-height: 1;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 2.2rem;
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-brand:hover,
.footer-brand:focus-visible {
  color: var(--gold);
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

@media (max-width: 1180px) {
  .site-nav,
  .section-shell {
    width: min(100% - 4rem, 1060px);
  }

  .hero-content {
    width: min(690px, calc(100% - 4rem));
    margin-left: 2rem;
    padding-top: 106px;
  }

  .hero-content h1 {
    font-size: 6rem;
  }

  .nav-links {
    gap: 2.6rem;
  }

  .about-copy h2,
  .events-copy h2,
  .contact-copy h2 {
    font-size: 4.15rem;
  }

  .about-grid,
  .events-grid {
    gap: 3.8rem;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: 760px;
  }

  .hero-image {
    right: 0;
    width: 100%;
    opacity: 0.5;
    object-position: 66% center;
    -webkit-mask-image: linear-gradient(180deg, black 0%, transparent 95%);
    mask-image: linear-gradient(180deg, black 0%, transparent 95%);
  }

  .site-nav {
    align-items: center;
    padding-top: 34px;
  }

  .brand {
    width: 270px;
  }

  .brand-name {
    font-size: 2rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 94px;
    right: 0;
    display: none;
    width: min(320px, calc(100vw - 4rem));
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.8rem;
    background: rgba(21, 17, 11, 0.96);
    border: 1px solid var(--gold);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  }

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

  .nav-links a {
    padding: 1rem;
  }

  .nav-diamond {
    display: none;
  }

  .hero-content {
    margin-left: 2rem;
    padding-top: 130px;
  }

  .hero-content h1 {
    font-size: 5rem;
  }

  .hero-promise {
    font-size: 1.72rem;
  }

  .about-grid,
  .events-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 1.04rem;
  }

  .hero-frame,
  .contact-frame {
    inset: 12px;
  }

  .hero-frame::before,
  .hero-frame::after,
  .contact-frame::before,
  .contact-frame::after {
    display: none;
  }

  .site-nav,
  .section-shell {
    width: min(100% - 2rem, 560px);
  }

  .site-nav {
    padding-top: 26px;
  }

  .brand {
    width: 220px;
  }

  .brand-name {
    font-size: 1.72rem;
  }

  .hero {
    min-height: 720px;
  }

  .hero-image {
    opacity: 0.38;
    object-position: 72% center;
  }

  .hero-content {
    width: min(100% - 2rem, 560px);
    margin-left: 1rem;
    padding-top: 98px;
  }

  .hero-content h1 {
    font-size: 3.32rem;
    line-height: 0.96;
  }

  .ornament-rule {
    margin: 24px 0 18px;
  }

  .hero-promise {
    max-width: 19rem;
    margin-bottom: 24px;
    font-size: 1.28rem;
  }

  .button {
    width: 100%;
    min-height: 54px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
  }

  .event-line {
    max-width: 20rem;
    gap: 0.45rem 0;
    margin-top: 30px;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    line-height: 1.55;
  }

  .event-line span:not(:last-child)::after {
    margin: 0 0.72rem;
  }

  .about-section,
  .events-section,
  .calendar-section {
    padding: 58px 0 64px;
  }

  .events-section {
    margin-bottom: -20px;
    padding-top: 64px;
    padding-bottom: 78px;
  }

  .events-section::after {
    bottom: -20px;
    height: 88px;
  }

  .about-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .calendar-section {
    padding-top: 56px;
  }

  .about-copy h2,
  .events-copy h2,
  .calendar-copy h2,
  .contact-copy h2 {
    font-size: 2.8rem;
    line-height: 1;
  }

  .about-copy p,
  .events-copy p,
  .contact-copy p,
  .about-copy .lead-copy {
    font-size: 1.13rem;
    line-height: 1.5;
  }

  .events-copy > p {
    margin: 22px 0 30px;
  }

  .service-rows {
    margin-bottom: 30px;
  }

  .calendar-card iframe {
    height: 500px;
  }

  .reveal-card {
    width: min(230px, 75vw);
  }

  .service-row {
    grid-template-columns: 30px 1fr;
    gap: 0.55rem 0.9rem;
    min-height: auto;
    padding: 1rem 0;
  }

  .service-spade {
    width: 24px;
    height: 30px;
  }

  .service-spade::before {
    font-size: 2.15rem;
  }

  .service-row h3 {
    font-size: 0.72rem;
    letter-spacing: 0.24em;
  }

  .service-row p {
    grid-column: 2;
    font-size: 1.06rem;
    line-height: 1.32;
  }

  .events-copy .button {
    width: min(100%, 260px);
  }

  .contact-section {
    padding: 76px 0 72px;
  }

  .contact-copy h2 {
    max-width: 320px;
    font-size: 2.5rem;
  }

  .contact-card {
    gap: 0.9rem;
    padding: 1.3rem;
    border-radius: 14px;
  }

  .contact-card a:not(.button) {
    overflow-wrap: anywhere;
    font-size: 1.24rem;
  }

  .contact-actions {
    gap: 0.85rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 1rem;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
  }
}

@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;
  }
}
