:root {
  --green: #4f7f36;
  --green-dark: #315c24;
  --blue: #1f5f86;
  --blue-dark: #173f5a;
  --gold: #d6a73a;
  --ink: #24313b;
  --muted: #62717d;
  --paper: #fbfaf6;
  --white: #ffffff;
  --line: #d8e2d0;
  --shadow: 0 0.5rem 1.8rem rgba(36, 49, 59, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.topbar {
  background: var(--green);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.65rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  color: var(--blue);
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  height: 3.1rem;
  object-fit: contain;
  width: 6.6rem;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.85rem;
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  justify-content: flex-end;
}

.site-nav a {
  color: var(--blue-dark);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

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

.menu-button {
  background: var(--blue);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: none;
  font: inherit;
  font-weight: 700;
  padding: 0.7rem 0.9rem;
}

.hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(23, 63, 90, 0.86), rgba(79, 127, 54, 0.68)),
    url("/wp-content/uploads/2021/08/image12.png") center / cover,
    linear-gradient(135deg, #88a86f, #69a5c8 52%, #ead58f);
  color: var(--white);
  display: flex;
  min-height: clamp(25rem, 62vw, 39rem);
  padding: clamp(2rem, 7vw, 5rem) clamp(1rem, 6vw, 5rem);
}

.hero-copy {
  max-width: 44rem;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.75rem, 8vw, 6rem);
  line-height: 0.95;
  margin: 0 0 1rem;
}

.hero p {
  font-size: clamp(1.05rem, 2.1vw, 1.3rem);
  margin: 0;
  max-width: 39rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.button {
  font-weight: 800;
  padding: 0.85rem 1rem;
  text-decoration: none;
}

.button.primary {
  background: var(--gold);
  color: #251b06;
}

.button.secondary {
  background: var(--white);
  color: var(--blue-dark);
}

.quick-links {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -3rem auto 0;
  max-width: 72rem;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}

.quick-card {
  background: var(--white);
  border-top: 0.35rem solid var(--green);
  box-shadow: var(--shadow);
  display: block;
  min-height: 9rem;
  padding: 1.2rem;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.quick-card:hover,
.quick-card:focus {
  box-shadow: 0 0.8rem 2rem rgba(36, 49, 59, 0.16);
  transform: translateY(-0.15rem);
}

.quick-card strong,
.quick-card span {
  display: block;
}

.quick-card strong {
  color: var(--blue);
  font-size: 1.2rem;
  margin-bottom: 0.45rem;
}

.quick-card span {
  color: var(--muted);
}

.content-band {
  margin: 0 auto;
  max-width: 72rem;
  padding: clamp(2.5rem, 7vw, 4.5rem) 1rem 0;
}

.two-column,
.calendar-preview,
.site-footer {
  display: grid;
  gap: clamp(1.2rem, 4vw, 2rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
}

.content-band h2,
.site-footer h2 {
  color: var(--blue);
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1.08;
  margin: 0 0 0.75rem;
}

.content-band p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0;
}

.notice {
  background: var(--white);
  border-left: 0.35rem solid var(--gold);
  box-shadow: var(--shadow);
  padding: 1.4rem;
}

.notice h2 {
  font-size: 1.35rem;
}

.feature-strip {
  align-items: center;
  display: grid;
  gap: clamp(1.2rem, 4vw, 2.5rem);
  grid-template-columns: minmax(12rem, 0.45fr) minmax(0, 1fr);
}

.feature-strip img {
  display: block;
  height: auto;
  max-width: min(17rem, 100%);
}

.link-columns {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.link-columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-columns li + li {
  margin-top: 0.55rem;
}

.link-columns a,
.migrated-content a,
.site-footer a {
  color: var(--blue);
  font-weight: 800;
}

.site-footer a {
  color: #eef6ff;
}

.embed-block {
  min-width: 0;
}

.embed-frame {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  height: min(68vh, 38rem);
  margin-top: 1.25rem;
  overflow: hidden;
}

.embed-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.embed-frame-document {
  height: min(78vh, 54rem);
}

.embed-action {
  margin-top: 0.25rem;
}

.subpage-hero {
  background:
    linear-gradient(90deg, rgba(32, 49, 65, 0.91), rgba(49, 92, 36, 0.72)),
    url("/wp-content/uploads/2019/08/cropped-LiveLaugh-and-Love-4.png") right 12% center / auto 82% no-repeat,
    linear-gradient(135deg, #4f7f36, #1f5f86 60%, #d6a73a);
  color: var(--white);
  min-height: clamp(13rem, 32vw, 20rem);
  padding: clamp(2.5rem, 7vw, 5rem) clamp(1rem, 6vw, 5rem);
}

.subpage-hero h1 {
  font-size: clamp(2.25rem, 6vw, 4.6rem);
  line-height: 1;
  margin: 0;
  max-width: 48rem;
}

.page-shell {
  align-items: start;
  display: grid;
  gap: clamp(1.2rem, 4vw, 2rem);
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 20rem);
  margin: 0 auto;
  max-width: 76rem;
  padding: clamp(2rem, 6vw, 4rem) 1rem 0;
}

.migrated-content {
  display: grid;
  gap: 1rem;
}

.content-section,
.page-aside {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 0.35rem 1.2rem rgba(36, 49, 59, 0.08);
  padding: clamp(1rem, 3vw, 1.5rem);
}

.content-section h2,
.page-aside h2 {
  color: var(--blue);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.12;
  margin: 0 0 0.75rem;
}

.content-section p,
.page-aside p {
  color: var(--ink);
  margin: 0;
}

.content-section p + p {
  margin-top: 0.8rem;
}

.content-section p:empty {
  display: none;
}

.page-aside {
  border-top: 0.35rem solid var(--gold);
  position: sticky;
  top: 6rem;
}

.page-aside h2 {
  font-size: 1.1rem;
}

.page-aside p {
  color: var(--muted);
  font-size: 0.95rem;
}

.text-link {
  color: var(--blue);
  display: inline-block;
  font-weight: 800;
  margin-top: 1rem;
}

.site-footer {
  background: #203141;
  color: var(--white);
  margin-top: clamp(3rem, 8vw, 5rem);
  max-width: none;
  padding: 2rem clamp(1rem, 6vw, 5rem);
}

.site-footer h2 {
  color: var(--white);
  font-size: 1rem;
}

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

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-button {
    display: inline-block;
  }

  .site-nav {
    display: none;
    flex-basis: 100%;
    justify-content: flex-start;
  }

  .site-nav.is-open {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-nav a {
    border-top: 1px solid var(--line);
    padding: 0.8rem 0;
  }

  .quick-links,
  .two-column,
  .calendar-preview,
  .feature-strip,
  .link-columns,
  .page-shell,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .quick-links {
    margin-top: 1rem;
  }

  .subpage-hero {
    background:
      linear-gradient(90deg, rgba(32, 49, 65, 0.92), rgba(49, 92, 36, 0.78)),
      linear-gradient(135deg, #4f7f36, #1f5f86 60%, #d6a73a);
  }

  .page-aside {
    position: static;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 0.8rem 1rem;
  }

  .brand-logo {
    height: 2.6rem;
    width: 5.6rem;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  .brand small {
    font-size: 0.78rem;
  }

  .hero {
    min-height: 30rem;
  }

  .hero h1 {
    font-size: 3.2rem;
  }
}
