:root {
  --cream: #f5eedf;
  --paper: #fffaf0;
  --ink: #28251f;
  --muted: #665f53;
  --red: #8f211b;
  --red-dark: #6f1814;
  --green: #244c3a;
  --green-dark: #173629;
  --gold: #d8b56c;
  --line: #d9cdb8;
  --shadow: 0 16px 45px rgba(47, 36, 24, .13);
  --radius: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid #1578d4;
  outline-offset: 4px;
  border-radius: 4px;
}

.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 12px 18px;
  color: #fff;
  background: #111;
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: #fff; background: var(--green-dark); font-size: .88rem; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-inner a { min-height: 38px; display: inline-flex; align-items: center; font-weight: 700; text-underline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 238, 223, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 218px; flex: 0 0 auto; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.3vw, 32px); }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: .93rem; font-weight: 800; }
.site-nav a:not(.nav-call):hover { color: var(--red); }
.site-nav .nav-call { padding: 0 20px; color: #fff; background: var(--red); border-radius: 999px; }
.site-nav .nav-call:hover { background: var(--red-dark); }

.menu-toggle {
  min-width: 94px;
  min-height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink);
  background: transparent;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font: inherit;
  font-size: .92rem;
  font-weight: 800;
  cursor: pointer;
}
.menu-icon { width: 18px; }
.menu-icon span { display: block; height: 2px; margin: 4px 0; background: currentColor; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 76px;
  background: radial-gradient(circle at 12% 18%, rgba(216, 181, 108, .26), transparent 25%), linear-gradient(118deg, var(--paper), var(--cream));
}
.hero::after { content: ""; position: absolute; right: -140px; bottom: -180px; width: 440px; aspect-ratio: 1; border: 70px solid rgba(36, 76, 58, .06); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(52px, 7vw, 100px); }

.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .8rem; font-weight: 900; letter-spacing: .15em; line-height: 1.35; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.06; text-wrap: balance; }
h1 { max-width: 760px; color: var(--green-dark); font-size: clamp(3.3rem, 7.2vw, 6.7rem); letter-spacing: -.055em; }
h2 { color: var(--green-dark); font-size: clamp(2.25rem, 4.4vw, 4rem); letter-spacing: -.035em; }
h3 { color: var(--green-dark); font-size: clamp(1.45rem, 2.5vw, 2rem); }
.hero-lede { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 23px; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 900; line-height: 1.15; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { color: var(--green-dark); border-color: var(--green-dark); }
.button-secondary:hover { background: rgba(36, 76, 58, .09); }
.button-light { color: var(--green-dark); background: var(--paper); }
.hand-note { margin: 24px 0 0 12px; color: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-style: italic; font-weight: 700; transform: rotate(-2deg); }

.hero-photo { position: relative; width: min(100%, 450px); margin: 0 auto; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-photo img { width: 100%; max-height: 570px; object-fit: cover; object-position: center 35%; border-radius: 8px; }
.hero-photo figcaption { padding: 10px 6px 1px; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: .92rem; font-style: italic; text-align: center; }

.quick-facts { position: relative; z-index: 3; color: #fff; background: var(--green); }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fact { min-height: 118px; display: flex; align-items: center; gap: 17px; padding: 24px 28px; border-right: 1px solid rgba(255, 255, 255, .19); text-decoration: none; }
.fact:last-child { border-right: 0; }
a.fact:hover { background: rgba(0, 0, 0, .12); }
.fact-icon { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; color: var(--green-dark); background: var(--gold); border-radius: 50%; font-size: 1.35rem; font-weight: 800; }
.fact small, .fact strong { display: block; }
.fact small { color: rgba(255, 255, 255, .75); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fact strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1rem, 1.7vw, 1.22rem); line-height: 1.25; }

.section { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 42px; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 1.06rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { overflow: hidden; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(45, 34, 20, .07); }
.feature-card img { width: 100%; height: 245px; object-fit: cover; }
.feature-card:nth-child(3) img { object-position: left center; }
.card-body { flex: 1; display: flex; flex-direction: column; padding: 26px; }
.card-kicker { margin: 0 0 8px; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.card-body p:not(.card-kicker) { margin: 17px 0 22px; color: var(--muted); }
.card-body a, .text-link { margin-top: auto; color: var(--red); font-weight: 900; text-underline-offset: 4px; }
.department-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 34px; }
.department-list span { padding: 9px 15px; color: var(--green-dark); background: rgba(36, 76, 58, .08); border: 1px solid rgba(36, 76, 58, .22); border-radius: 999px; font-size: .9rem; font-weight: 800; }

.story { background: #ebe0cc; }
.story-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: clamp(46px, 7vw, 90px); }
.story-photo { position: relative; margin: 0; }
.story-photo::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; border: 3px solid var(--red); border-radius: var(--radius); }
.story-photo img { position: relative; width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-copy p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.story-copy .text-link { display: inline-block; margin-top: 10px; }

.visit { color: #fff; background: linear-gradient(rgba(23, 54, 41, .96), rgba(23, 54, 41, .96)), repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(255,255,255,.05) 14px, rgba(255,255,255,.05) 15px); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.visit .eyebrow { color: #f4c96f; }
.visit h2 { color: #fff; }
.visit-intro > p:not(.eyebrow) { max-width: 600px; color: rgba(255, 255, 255, .8); }
.visit-intro .button { margin-top: 18px; }
.hours-card { padding: 34px; color: var(--ink); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.hours-card section + section { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.hours-card h3 { font-size: 1.55rem; }
.phone { display: inline-block; margin-top: 7px; color: var(--red); font-weight: 900; text-underline-offset: 3px; }
.hours-list { margin: 13px 0 0; }
.hours-list div { display: flex; justify-content: space-between; gap: 30px; padding: 4px 0; }
.hours-list dt { font-weight: 700; }
.hours-list dd { margin: 0; text-align: right; }
.hours-card address { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-style: normal; font-weight: 700; }

.site-footer { padding: 64px 0 24px; color: rgba(255, 255, 255, .8); background: #242720; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr .7fr; gap: 55px; }
.footer-brand img { width: 235px; filter: invert(1) brightness(2); }
.site-footer h2 { color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { color: #fff; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .84rem; }
.footer-bottom p { margin: 0; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 56px 0; background: radial-gradient(circle at 70% 20%, rgba(216, 181, 108, .3), transparent 30%), var(--cream); }
.error-card { max-width: 760px; padding: clamp(30px, 7vw, 70px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.error-card .brand { display: block; width: 230px; margin-bottom: 42px; }
.error-card h1 { font-size: clamp(3rem, 8vw, 5.5rem); }
.error-card > p:not(.eyebrow) { color: var(--muted); font-size: 1.12rem; }

@media (max-width: 980px) {
  .header-inner { min-height: 78px; }
  .brand { width: 178px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 25px rgba(0,0,0,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 50px; justify-content: center; border-bottom: 1px solid var(--line); }
  .site-nav .nav-call { margin-top: 12px; border-bottom: 0; }
  .hero-grid, .story-grid, .visit-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .button-row { justify-content: center; }
  .hand-note { margin-left: 0; }
  .hero-photo { width: min(100%, 530px); }
  .facts-grid { grid-template-columns: 1fr; }
  .fact { min-height: 90px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .fact:last-child { border-bottom: 0; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1 / -1; }
  .feature-card:last-child img { height: 300px; }
  .story-photo { max-width: 720px; }
  .visit-intro { text-align: center; }
  .visit-intro > p { margin-inline: auto; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 32px, var(--shell)); }
  .utility-inner { min-height: 44px; justify-content: center; text-align: center; }
  .utility-inner a { display: none; }
  .header-inner { min-height: 72px; }
  .brand { width: 145px; }
  .menu-toggle { min-width: 88px; min-height: 44px; }
  .hero { padding: 54px 0 58px; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .button-row { flex-direction: column; }
  .button { width: 100%; }
  .hero-photo { margin-top: 8px; transform: rotate(.5deg); }
  .hero-photo img { max-height: 500px; }
  .fact { padding: 20px 12px; }
  .fact-icon { width: 42px; height: 42px; }
  .section { padding: 72px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 30px; }
  .card-grid { grid-template-columns: 1fr; }
  .feature-card:last-child { grid-column: auto; }
  .feature-card img, .feature-card:last-child img { height: 230px; }
  .card-body { padding: 23px; }
  .story-photo::before { inset: -9px 9px 9px -9px; }
  .hours-card { padding: 24px 20px; }
  .hours-list div { gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
