:root {
  --ink: #263238;
  --muted: #6f7c7d;
  --paper: #f4f1e8;
  --white: #ffffff;
  --blue: #315b71;
  --blue-dark: #203f52;
  --mustard: #d69a32;
  --apricot: #df785f;
  --line: #d9dedb;
}

html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: Tahoma, Geneva, sans-serif; }
h1, h2, h3 { font-family: Tahoma, Geneva, sans-serif; font-weight: 700; }
h1 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.03; letter-spacing: -1px; }
h1 em { color: var(--apricot); font-style: normal; }
h2 { font-size: 2.5rem; line-height: 1.1; }
h3 { font-size: 1.45rem; }
.site-nav { background: rgba(247, 244, 237, .94); border-bottom: 1px solid var(--line); padding: 1rem 0; }
.navbar-brand { color: var(--ink); font-family: Tahoma, Geneva, sans-serif; font-size: 1.55rem; font-weight: 700; }
.navbar-brand:hover { color: var(--blue); }
.brand-mark { align-items: center; background: var(--apricot); border-radius: 50%; color: var(--white); display: inline-flex; font-family: Tahoma, Geneva, sans-serif; font-size: 1.1rem; height: 31px; justify-content: center; margin-right: .35rem; width: 31px; }
.nav-link { color: var(--ink) !important; font-size: .9rem; margin-left: 1.1rem; }
.btn { border-radius: 3px; font-weight: 700; padding: .7rem 1.15rem; }
.btn-primary { background: var(--blue); border-color: var(--blue); }
.btn-primary:hover, .btn-primary:focus { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-secondary { background: var(--mustard); border-color: var(--mustard); color: var(--ink); }
.btn-secondary:hover { background: #b97e20; border-color: #b97e20; color: var(--white); }
.btn-outline-light { border-color: rgba(255,255,255,.6); color: var(--white); }
.btn-outline-light:hover { background: var(--white); color: var(--blue-dark); }
.hero-section { background: #e5edf0; min-height: 560px; overflow: hidden; padding: 7rem 0 6.5rem; position: relative; }
.hero-section:after { border: 1px solid rgba(49,91,113,.2); border-radius: 50%; content: ''; height: 520px; position: absolute; right: -130px; top: -180px; width: 520px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: 1.8px; margin-bottom: 1rem; text-transform: uppercase; }
.hero-lead { color: #536465; font-size: 1.15rem; line-height: 1.7; margin: 1.6rem 0 2rem; max-width: 520px; }
.text-link { color: var(--blue-dark); font-size: .9rem; font-weight: 700; }
.text-link span { color: var(--apricot); font-size: 1.2rem; margin-left: .35rem; }
.hero-note { background: var(--white); box-shadow: 20px 25px 0 rgba(49,91,113,.14); margin: 3rem 0 0 3rem; padding: 2.5rem; position: relative; transform: rotate(3deg); }
.note-icon { color: var(--mustard); font-size: 2rem; }
.hero-note p { color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.hero-note strong { display: block; font-family: Tahoma, Geneva, sans-serif; font-size: 1.8rem; line-height: 1.2; margin: 1rem 0 2rem; }
.hero-note small { color: var(--muted); }
.section-space { padding: 6rem 0; }
.section-heading { margin-bottom: 2.2rem; }
.section-heading h2, .section-heading .eyebrow { margin-bottom: .3rem; }
.story-card { background: var(--white); border: 1px solid var(--line); padding: 2rem; transition: box-shadow .2s ease, transform .2s ease; }
.story-card:hover { box-shadow: 8px 8px 0 rgba(49,91,113,.14); transform: translateY(-3px); }
.story-featured { background: var(--blue); border-color: var(--blue); color: var(--white); min-height: 330px; padding: 3rem; }
.story-featured h3 { font-size: 2.5rem; max-width: 500px; }
.story-featured p { color: #dce7eb; font-size: 1.05rem; line-height: 1.7; max-width: 530px; }
.story-label { color: var(--mustard); font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 1.4rem; text-transform: uppercase; }
.story-label.warm { color: var(--apricot); }
.story-label.green { color: var(--blue); }
.story-meta { border-top: 1px solid rgba(255,255,255,.25); display: flex; font-size: .75rem; justify-content: space-between; margin-top: 2.2rem; padding-top: 1rem; }
.story-small .story-meta { border-color: var(--line); color: var(--muted); margin-top: 1.3rem; }
.story-small p { color: var(--muted); margin-bottom: 0; }
.calendar-band { background: var(--blue-dark); color: var(--white); padding: 5rem 0; }
.calendar-band h2 { margin-bottom: 1rem; }
.muted-copy { color: #c0d0d5; line-height: 1.7; }
.event-list { border-top: 1px solid rgba(255,255,255,.25); }
.event-row { align-items: center; border-bottom: 1px solid rgba(255,255,255,.25); display: flex; gap: 1.5rem; padding: 1.1rem 0; }
.date-box { border: 1px solid rgba(255,255,255,.45); min-width: 58px; padding: .45rem; text-align: center; }
.date-box strong { display: block; font-family: Tahoma, Geneva, sans-serif; font-size: 1.65rem; line-height: 1; }
.date-box span { font-size: .6rem; font-weight: 700; letter-spacing: 1px; }
.event-row h3 { font-size: 1.2rem; margin: 0; }
.event-row p { color: #c0d0d5; font-size: .8rem; margin: .3rem 0 0; }
.event-tag { color: #f2c36e; font-size: .75rem; margin-left: auto; white-space: nowrap; }
.memories-section { background: #f2e3cd; }
.memories-section h2 { max-width: 540px; }
.memories-section .muted-copy { color: #687270; max-width: 620px; }
.site-footer { background: #26343b; color: #c0d0d5; padding: 2.5rem 0; }
.site-footer .navbar-brand { color: var(--white); }
.site-footer p { font-size: .8rem; }
.footer-note { font-size: .8rem; margin-top: 1rem; }
.footer-note span { color: var(--apricot); margin-left: .35rem; }
@media (max-width: 767.98px) {
  h2 { font-size: 2.1rem; }
  .hero-section { min-height: auto; padding: 5rem 0; }
  .hero-section:after { height: 300px; right: -170px; top: -120px; width: 300px; }
  .hero-copy .btn { margin-bottom: 1rem; }
  .section-space { padding: 4rem 0; }
  .story-featured { min-height: auto; padding: 2rem; }
  .story-featured h3 { font-size: 2rem; }
  .event-row { align-items: flex-start; gap: .9rem; }
  .event-tag { font-size: .65rem; }
}
