:root {
  --site-ink: #17201b;
  --site-muted: #536158;
  --site-red: #a63c32;
  --site-red-dark: #7d2f28;
  --site-green: #245b3b;
  --site-gold: #d77b24;
  --site-cream: #f5f7f5;
  --site-paper: #ffffff;
  --site-line: #d9e0db;
  --site-shadow: 0 12px 28px rgba(23, 32, 27, 0.07);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  background: var(--site-cream) !important;
  color: var(--site-ink) !important;
  font-family: "Segoe UI", Aptos, system-ui, -apple-system, sans-serif !important;
  line-height: 1.65;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
}

.page,
body > main {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px !important;
  margin-inline: auto !important;
}

.global-header {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 28px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--site-line);
  background: #fff;
}

.global-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--site-ink) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.global-brand img {
  width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  object-fit: cover;
  border: 1px solid var(--site-line);
  border-radius: 12px !important;
}

.global-brand span {
  font-family: "Segoe UI", Aptos, system-ui, sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.global-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
}

.global-nav a {
  min-height: 44px;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  color: var(--site-ink) !important;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.global-nav a:hover,
.global-nav a:focus-visible,
.global-nav a[aria-current="page"] {
  color: var(--site-red-dark) !important;
  border-bottom-color: var(--site-red);
}

h1,
h2,
h3 {
  text-wrap: balance;
}

main > .hero,
.hero {
  position: relative;
}

.hero p,
.lead {
  max-width: 720px;
}

section {
  margin-block: 52px;
}

section > h2,
.section > h2,
.section-heading,
.resources-title {
  color: var(--site-ink) !important;
  font-family: "Segoe UI", Aptos, system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
}

.grid,
.resource-groups,
.season-grid {
  gap: 18px !important;
}

article,
.card,
.resource-group,
.season-card {
  background: var(--site-paper) !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

article,
.card,
.resource-group {
  padding: 24px !important;
}

article:hover,
.card:hover,
.resource-group:hover {
  border-color: #c7b6a0 !important;
}

article h3,
.card h3,
.resource-group h2 {
  color: var(--site-ink) !important;
  font-family: "Segoe UI", Aptos, system-ui, sans-serif !important;
  font-weight: 800 !important;
  line-height: 1.25;
}

article p,
.card p,
.resource-group > p {
  color: var(--site-muted) !important;
}

article a,
.card a,
.resource-group a,
main p a {
  color: var(--site-red-dark) !important;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pill,
.meta,
article > span {
  color: var(--site-green) !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.watch {
  color: #8a5a14 !important;
}

aside,
.note {
  background: #eef4f0 !important;
  border: 0 !important;
  border-left: 4px solid var(--site-gold) !important;
  border-radius: 4px !important;
  color: var(--site-muted) !important;
  box-shadow: none !important;
}

.resource-links a,
.resource-links button {
  background: transparent !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 8px !important;
}

.resource-links a:hover,
.resource-links button:hover {
  background: #edf3ef !important;
}

.season-card {
  min-height: 132px !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  text-align: left !important;
  border-top: 4px solid var(--site-green) !important;
}

.season-card.summer {
  border-top-color: var(--site-gold) !important;
}

.season-card.fall {
  border-top-color: var(--site-red) !important;
}

.season-card.winter {
  border-top-color: #30749a !important;
}

.season-card .season-icon {
  display: none !important;
}

.site-header {
  background: #fff !important;
  border-bottom: 1px solid var(--site-line) !important;
}

.site-nav a,
.global-nav a {
  border-radius: 7px !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-weight: 700 !important;
}

main h1,
.hero h1,
.page-title h1 {
  color: var(--site-ink) !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-weight: 850 !important;
  letter-spacing: -0.045em !important;
}

.section-heading,
.season-card h2,
.resource-group h2 {
  font-family: "Segoe UI", Arial, sans-serif !important;
}

.cta-block {
  background: #173f2a !important;
  border-radius: 10px !important;
}

.fb-btn,
.btn,
button {
  border-radius: 7px !important;
}

.strip img,
.trio img,
.two-col img,
.hero-image,
.feature-image {
  border-radius: 8px !important;
}

.resource-photo {
  display: block;
  width: calc(100% + 44px);
  height: 175px;
  margin: -22px -22px 20px;
  border-bottom: 1px solid var(--site-line);
  object-fit: cover;
}

@media (max-width: 640px) {
  .resource-photo {
    height: 150px;
  }
}

.back-to-school-feature {
  margin: 34px 0 48px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid #c9d8ce;
  border-left: 6px solid var(--site-green);
  border-radius: 10px;
  background: #eef4f0;
}

.back-to-school-feature > h2 {
  margin-top: 0;
  color: var(--site-green) !important;
}

.calendar-contact {
  margin: 22px 0;
  padding: 18px 20px !important;
  border: 1px solid #d6dfd9 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--site-ink) !important;
}

.calendar-contact strong {
  color: var(--site-green);
}

.week-group {
  margin: 34px 0 42px;
  padding-top: 18px;
  border-top: 2px solid var(--site-line);
}

.week-group > h3 {
  margin: 0 0 18px;
  color: var(--site-green);
  font: 800 clamp(1.25rem, 3vw, 1.55rem)/1.2 "Segoe UI", Arial, sans-serif;
}

.calendar-contact-bottom {
  margin-top: 34px;
}

.clothing-resources {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #c9d8ce;
}

.clothing-resources > h3 {
  margin: 0 0 4px;
  color: var(--site-green);
  font: 800 clamp(1.25rem, 3vw, 1.55rem)/1.2 "Segoe UI", Arial, sans-serif;
}

.season-card h2 {
  color: var(--site-ink) !important;
  font-family: "Segoe UI", Aptos, system-ui, sans-serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
}

.season-card p {
  color: var(--site-muted) !important;
  text-align: left !important;
}

.guide-feature-image {
  margin: 28px 0 10px;
}

.guide-feature-image img {
  display: block;
  width: 100%;
  height: clamp(220px, 38vw, 430px);
  object-fit: cover;
  border-radius: 12px;
}

.guide-feature-image figcaption,
.hero-location figcaption {
  margin-top: 8px;
  color: var(--site-muted);
  font-size: 12px;
}

.guide-feature-image a,
.hero-location a {
  color: var(--site-red-dark);
}

footer,
.footer,
.footer-note {
  width: min(1120px, calc(100% - 40px));
  margin: 56px auto 0 !important;
  padding: 24px 0 !important;
  border-top: 1px solid var(--site-line);
  color: var(--site-muted) !important;
  text-align: center;
  font-size: 13px !important;
}

footer a,
.footer a,
.footer-note a {
  color: var(--site-red-dark) !important;
}

:focus-visible {
  outline: 3px solid rgba(69, 111, 80, 0.35) !important;
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .page,
  body > main,
  .global-header,
  footer,
  .footer,
  .footer-note {
    width: min(100% - 28px, 1120px);
  }

  .global-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .global-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .global-nav a {
    justify-content: center;
    padding-inline: 8px;
    border: 1px solid var(--site-line);
    border-radius: 8px;
    text-align: center;
  }

  .global-nav a:hover,
  .global-nav a:focus-visible,
  .global-nav a[aria-current="page"] {
    border-color: var(--site-red);
  }

  section {
    margin-block: 38px;
  }

  article,
  .card,
  .resource-group {
    padding: 20px !important;
  }
}
