:root {
  color-scheme: light;
  --chalk: #f8f3ea;
  --foam: #fffdf8;
  --sand: #ded0b8;
  --sand-deep: #c5ad8b;
  --sea: #134d55;
  --reef: #2f706b;
  --dusk: #303349;
  --driftwood: #6a5d4b;
  --clay: #a7654d;
  --ink: #1f2b32;
  --line: rgba(31, 43, 50, 0.14);
  --shadow: 0 24px 80px rgba(31, 43, 50, 0.12);
  --font-display: Georgia, "Times New Roman", Times, serif;
  --font-body: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--chalk);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(19, 77, 85, 0.09), rgba(248, 243, 234, 0) 34rem),
    var(--chalk);
  font-family: var(--font-body);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(110deg, rgba(19, 77, 85, 0.05) 0 1px, transparent 1px 72px),
    linear-gradient(180deg, rgba(255, 253, 248, 0.6), rgba(255, 253, 248, 0));
  pointer-events: none;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  color: var(--foam);
  background: var(--dusk);
  border-radius: 6px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: 33rem;
  overflow: hidden;
  padding: 6.2rem 1.25rem 5.5rem;
  color: var(--dusk);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.78), rgba(255, 253, 248, 0.72) 54%, rgba(255, 253, 248, 0.88)),
    url("/hero-coast.svg") center / cover no-repeat,
    var(--chalk);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.2) 0 1px, transparent 1px 96px),
    linear-gradient(180deg, rgba(255, 253, 248, 0.2), transparent 45%);
}

.hero::after {
  right: -6rem;
  bottom: -6.8rem;
  left: -6rem;
  z-index: -1;
  height: 13rem;
  background:
    radial-gradient(8rem 4rem at 6rem 4.5rem, transparent 54%, rgba(19, 77, 85, 0.11) 56%, transparent 60%) repeat-x,
    linear-gradient(180deg, transparent, rgba(248, 243, 234, 0.76) 55%, var(--chalk));
  background-size: 14rem 7rem, auto;
}

.hero-panel {
  width: min(100%, 57rem);
  margin: 0 auto;
  text-align: center;
}

.hero-kicker,
.section-kicker,
.ownership {
  margin: 0;
  font-size: 2.86rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero-kicker {
  color: var(--reef);
}

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

h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
}

h1,
h2 {
  font-family: var(--font-display);
}

h1 {
  max-width: 13ch;
  margin: 1rem auto 0;
  font-size: 3rem;
  line-height: 0.98;
  color: var(--sea);
}

.hero-copy {
  max-width: 43rem;
  margin: 1.35rem auto 0;
  color: rgba(31, 43, 50, 0.74);
  font-size: 1.08rem;
}

.ownership {
  display: block;
  max-width: 100%;
  margin: 1.15rem auto 0;
  color: rgba(106, 93, 75, 0.72);
  font-size: 0.95rem;
  font-weight: 700;
}

.venues {
  position: relative;
  padding: 4.5rem 1.25rem 5rem;
  background:
    linear-gradient(180deg, var(--chalk), rgba(255, 253, 248, 0.85)),
    var(--chalk);
}

.venues::before {
  position: absolute;
  top: 1rem;
  left: max(1.25rem, calc((100% - 72rem) / 2));
  right: max(1.25rem, calc((100% - 72rem) / 2));
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(106, 93, 75, 0.38), transparent);
}

.section-heading,
.venue-grid,
.site-footer {
  width: min(100%, 72rem);
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  display: grid;
  gap: 0.7rem;
  max-width: 47rem;
  margin-bottom: 2rem;
  text-align: center;
}

.section-kicker {
  color: var(--clay);
}

h2 {
  color: var(--dusk);
  font-size: 2.05rem;
  line-height: 1.12;
}

.venue-grid {
  display: grid;
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.venue-card {
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(255, 253, 248, 0.72)),
    var(--foam);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.venue-card h3 {
  color: var(--sea);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.44rem;
  line-height: 1.18;
}

.venue-card p {
  margin: 0.9rem 0 0;
  color: var(--driftwood);
}

.venue-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: fit-content;
  max-width: 100%;
  min-height: 2.8rem;
  padding: 0.72rem 0.95rem;
  color: var(--foam);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background: var(--sea);
  border-radius: 8px;
}

.venue-card a:focus-visible,
.venue-card a:hover {
  background: var(--dusk);
}

.link-arrow {
  position: relative;
  flex: 0 0 auto;
  width: 1.2rem;
  height: 0.75rem;
}

.link-arrow::before,
.link-arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
}

.link-arrow::before {
  width: 1.1rem;
  height: 2px;
  background: currentColor;
}

.link-arrow::after {
  width: 0.45rem;
  height: 0.45rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.8rem 1.25rem 2.25rem;
  color: rgba(31, 43, 50, 0.7);
  text-align: center;
}

.site-footer address,
.site-footer p {
  margin: 0;
  font-style: normal;
}

@media (min-width: 48rem) {
  .hero {
    min-height: 38rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  h1 {
    font-size: 4.45rem;
  }

  .hero-copy {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .venues {
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  .site-footer {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 2rem;
    padding-left: 2rem;
    text-align: left;
  }
}

@media (min-width: 72rem) {
  .hero {
    min-height: 41rem;
  }

  h1 {
    font-size: 5.6rem;
  }

  .venue-card {
    padding: 1.6rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .venue-card a {
    transition: background-color 180ms ease, transform 180ms ease;
  }

  .venue-card a:hover {
    transform: translateY(-1px);
  }
}
