:root {
  color-scheme: light;
  --ink: #171512;
  --muted: #665f55;
  --paper: #fbf7f0;
  --panel: #ffffff;
  --blue: #0055aa;
  --blue-dark: #073f7a;
  --gold: #d9a441;
  --green: #2f6f5e;
  --line: #e8dfd2;
  --shadow: 0 24px 70px rgba(25, 21, 15, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(0, 85, 170, 0.08), rgba(0, 85, 170, 0) 320px),
    var(--paper);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--blue-dark);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 14px 18px;
  background: linear-gradient(90deg, #0055aa 0, #0055aa 300px, #4f91cf 390px, rgba(255, 255, 255, 0.94) 590px, rgba(255, 255, 255, 0.9) 100%);
  border: 1px solid rgba(232, 223, 210, 0.9);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(28, 24, 19, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  flex: 0 0 auto;
  padding: 4px 18px 4px 8px;
  border-radius: 6px;
}

.brand img {
  width: 214px;
  height: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
  border-radius: 6px;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #fff;
  background: var(--blue);
}

main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 46px;
  align-items: center;
  min-height: calc(100vh - 110px);
  padding: 54px 0 44px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 8vw, 5.6rem);
  font-weight: 700;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.25rem;
}

.lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid transparent;
}

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 24px rgba(0, 85, 170, 0.2);
}

.button-primary:hover {
  background: var(--blue-dark);
}

.button-secondary {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.button-secondary:hover {
  border-color: var(--gold);
}

.hero-image {
  position: relative;
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 18px 50px rgba(31, 26, 18, 0.08);
}

.quick-info article {
  min-height: 220px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
}

.quick-info span {
  color: var(--gold);
  font-weight: 900;
}

.quick-info h2 {
  margin-top: 36px;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1.15;
}

.quick-info p,
.content-band p,
.recognition p,
.trade-callout p,
.location-section p,
.contact-card p {
  color: var(--muted);
}

.content-band,
.recognition,
.trade-callout,
.location-section {
  margin-top: 84px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 42px;
  align-items: center;
}

.align-start {
  align-items: start;
}

.content-band p {
  font-size: 1.05rem;
}

.feature-panel,
.policy-card,
.contact-card {
  padding: 30px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(31, 26, 18, 0.08);
}

.feature-panel h3,
.contact-card h2 {
  margin-bottom: 18px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
}

.no-list li::before {
  background: #b44635;
}

.recognition {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 34px;
  color: #fff;
  background: var(--blue-dark);
  border-radius: 8px;
}

.recognition .eyebrow,
.recognition p {
  color: rgba(255, 255, 255, 0.78);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.badge-row img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}

.visit-strip,
.trade-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.visit-strip h2,
.trade-callout h2 {
  font-family: inherit;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.page-hero {
  padding: 92px 0 36px;
}

.page-hero h1 {
  max-width: 920px;
}

.policy-stack {
  display: grid;
  gap: 24px;
}

.policy-card h2 {
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.alert-card {
  border-color: rgba(180, 70, 53, 0.3);
  background: #fff9f4;
}

.sticky-panel {
  position: sticky;
  top: 116px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 34px;
  align-items: end;
}

.contact-hero img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 24px;
  margin-top: 40px;
}

.contact-card p {
  margin: 0 0 16px;
}

.contact-card span {
  display: block;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-card a {
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: #f5efe5;
  border-radius: 8px;
}

.social-links img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.hours-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.hours-list dt {
  font-weight: 850;
}

.hours-list dd {
  margin: 0;
  color: var(--muted);
  text-align: right;
}

.notice {
  margin: 22px 0 0;
  padding: 14px;
  color: #7a2e23;
  background: #fff0e8;
  border: 1px solid rgba(180, 70, 53, 0.22);
  border-radius: 8px;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: 36px;
  align-items: stretch;
}

.location-section h2 {
  margin-bottom: 18px;
  font-family: inherit;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  line-height: 1.16;
}

.map-graphic {
  width: 100%;
  aspect-ratio: 1200 / 760;
  min-height: 320px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(1180px, calc(100% - 40px));
  margin: 84px auto 0;
  padding: 28px 0 40px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 880px) {
  .site-header,
  .hero,
  .two-column,
  .recognition,
  .contact-hero,
  .contact-grid,
  .location-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
    display: grid;
    justify-items: center;
    background: linear-gradient(180deg, #0055aa 0, #0055aa 128px, #5b9ad2 168px, rgba(255, 255, 255, 0.94) 230px, rgba(255, 255, 255, 0.9) 100%);
  }

  .site-nav {
    justify-content: center;
  }

  .site-nav a {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 8px rgba(0, 52, 104, 0.35);
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  .quick-info {
    grid-template-columns: 1fr;
  }

  .recognition,
  .visit-strip,
  .trade-callout {
    align-items: flex-start;
  }

  .badge-row {
    justify-content: flex-start;
  }

  .visit-strip,
  .trade-callout {
    flex-direction: column;
  }

  .sticky-panel {
    position: static;
  }
}

@media (max-width: 560px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .brand img {
    width: 190px;
  }

  .site-nav {
    width: 100%;
  }

  .site-nav a {
    flex: 1 1 auto;
    justify-content: center;
    padding-inline: 10px;
    font-size: 0.86rem;
  }

  .hero-image,
  .hero-image img {
    min-height: 300px;
  }

  .quick-info article,
  .feature-panel,
  .policy-card,
  .contact-card,
  .recognition {
    padding: 22px;
  }

  .hours-list div {
    display: grid;
    gap: 2px;
  }

  .hours-list dd {
    text-align: left;
  }
}
