:root {
  --color-red: #dc2f2a;
  --color-red-dark: #b92521;
  --color-charcoal: #292929;
  --color-graphite: #333333;
  --color-secondary: #666666;
  --color-tertiary: #757575;
  --color-rice: #f8f5ef;
  --color-cedar: #8a4b2d;
  --color-white: #ffffff;
  --border: rgba(51, 51, 51, 0.14);
  --shadow-soft: 0 16px 40px rgba(41, 41, 41, 0.12);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-graphite);
  background: var(--color-rice);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.625;
}

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

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--color-red);
}

:focus-visible {
  outline: 3px solid var(--color-red);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--color-white);
  color: var(--color-charcoal);
  padding: 8px 12px;
  border-radius: 4px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(41, 41, 41, 0.96);
  color: var(--color-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-inner {
  width: min(100% - 32px, var(--container));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark {
  color: var(--color-red);
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.brand-name {
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex: 1;
}

.nav-links a,
.header-phone {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-phone {
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 10px 14px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: calc(100vh - 72px);
  background: var(--color-charcoal);
  color: var(--color-white);
}

.hero-media {
  min-height: 620px;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 50%;
}

.hero-panel {
  align-self: center;
  padding: clamp(40px, 6vw, 88px);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--color-red);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 10px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}

h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
}

.tagline {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.hero-copy {
  max-width: 46ch;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 27px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.button-primary {
  color: var(--color-white);
  background: var(--color-red);
}

.button-primary:hover {
  color: var(--color-white);
  background: var(--color-red-dark);
}

.button-secondary {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

.section .button-secondary,
.contact-panel .button-secondary {
  color: var(--color-graphite);
  border-color: var(--border);
  background: var(--color-white);
}

.hero-actions,
.contact-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.quick-links a {
  color: rgba(255, 255, 255, 0.86);
}

.award-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.award-summary img {
  width: 58px;
  height: 58px;
  border-radius: 4px;
  background: var(--color-white);
}

.award-summary p {
  max-width: 26ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 22px;
}

.visit-strip {
  width: min(100% - 32px, var(--container));
  margin: -36px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  background: var(--border);
}

.visit-strip > div {
  padding: 24px;
  background: var(--color-white);
}

.visit-strip strong,
.visit-strip span {
  display: block;
}

.strip-label {
  margin-bottom: 8px;
  color: var(--color-tertiary);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.visit-strip strong {
  margin-bottom: 2px;
  font-size: 17px;
  line-height: 24px;
}

.visit-strip span:not(.strip-label) {
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 22px;
}

.section {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 104px) 0;
}

.section-light {
  width: 100%;
  margin-top: -38px;
  padding-top: clamp(104px, 12vw, 136px);
  background: var(--color-rice);
}

.section-light > * {
  width: min(100% - 32px, var(--container));
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 32px;
}

.section-heading p:not(.eyebrow) {
  color: var(--color-secondary);
  font-size: 17px;
  line-height: 27px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.path-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 24px;
  color: var(--color-graphite);
  background: var(--color-white);
  border: 1px solid var(--border);
  border-radius: 8px;
  text-decoration: none;
}

.path-card:hover {
  border-color: rgba(220, 47, 42, 0.55);
  color: var(--color-graphite);
  transform: translateY(-2px);
}

.path-card span {
  color: var(--color-red);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.path-card strong {
  font-size: 20px;
  line-height: 28px;
}

.path-card p {
  margin-bottom: 0;
  color: var(--color-secondary);
  font-size: 15px;
  line-height: 24px;
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: clamp(48px, 7vw, 72px) max(16px, calc((100vw - var(--container)) / 2));
  color: var(--color-white);
  background: var(--color-red);
}

.proof-band .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.proof-band p {
  max-width: 62ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}

.proof-badges {
  display: flex;
  gap: 16px;
}

.proof-badges img {
  width: 96px;
  height: 96px;
  border: 6px solid var(--color-white);
  border-radius: 8px;
  background: var(--color-white);
}

.visit-section {
  background: var(--color-rice);
}

.visit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 24px;
}

.hours-panel,
.contact-panel {
  padding: 32px;
  background: var(--color-white);
  border: 1px solid var(--border);
  border-radius: 8px;
}

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

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  color: var(--color-secondary);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.hours-list li span {
  color: var(--color-graphite);
  font-weight: 700;
}

.hours-list li.is-today {
  color: var(--color-red);
}

.hours-list li.is-today span {
  color: var(--color-red);
}

address {
  margin-bottom: 18px;
  color: var(--color-secondary);
  font-style: normal;
}

.contact-panel p {
  margin-bottom: 8px;
  font-weight: 700;
}

.contact-actions {
  margin-top: 24px;
}

.atmosphere {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  align-items: center;
  gap: 40px;
}

.atmosphere-copy p:not(.eyebrow) {
  color: var(--color-secondary);
  font-size: 17px;
  line-height: 27px;
}

.inline-actions {
  margin-top: 24px;
}

.inline-actions a {
  font-weight: 700;
}

.image-card {
  margin: 0;
}

.image-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 48% 56%;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.image-card figcaption {
  margin-top: 10px;
  color: var(--color-tertiary);
  font-size: 12px;
  line-height: 18px;
}

.site-footer {
  padding: 48px 0 88px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--color-charcoal);
}

.footer-grid {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
}

.footer-brand {
  margin-bottom: 16px;
}

.site-footer h2 {
  margin: 0 0 10px;
  color: var(--color-white);
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer p {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
}

.mobile-action-bar {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .button,
  .path-card,
  a {
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
  }
}

@media (max-width: 980px) {
  .header-inner {
    min-height: auto;
    padding: 14px 0;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-phone {
    margin-left: auto;
  }

  .hero,
  .atmosphere,
  .visit-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media {
    min-height: 420px;
  }

  .hero-panel {
    padding: 40px 24px 64px;
  }

  .visit-strip,
  .path-grid,
  .proof-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .proof-band {
    justify-items: start;
  }

  .path-grid {
    display: grid;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 64px;
  }

  .header-inner {
    width: min(100% - 24px, var(--container));
  }

  .brand-mark {
    font-size: 24px;
  }

  .brand-name {
    font-size: 17px;
  }

  .header-phone {
    padding: 8px 10px;
    font-size: 11px;
  }

  .nav-links {
    padding-top: 8px;
    gap: 16px;
  }

  .hero-media {
    min-height: 340px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .award-summary {
    align-items: flex-start;
  }

  .visit-strip {
    width: calc(100% - 24px);
    margin-top: -28px;
  }

  .visit-strip > div,
  .hours-panel,
  .contact-panel,
  .path-card {
    padding: 20px;
  }

  .section {
    width: calc(100% - 24px);
    padding: 56px 0;
  }

  .section-light {
    width: 100%;
    padding-top: 96px;
  }

  .section-light > * {
    width: calc(100% - 24px);
  }

  .proof-band {
    padding: 48px 16px;
  }

  .proof-badges img {
    width: 82px;
    height: 82px;
  }

  .hours-list li {
    display: block;
  }

  .hours-list li span {
    display: block;
  }

  .footer-grid {
    width: calc(100% - 24px);
  }

  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--color-white);
    border-top: 1px solid var(--border);
    box-shadow: 0 -10px 24px rgba(41, 41, 41, 0.12);
  }

  .mobile-action-bar a {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-charcoal);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .mobile-action-bar a:first-child {
    color: var(--color-white);
    background: var(--color-red);
  }
}
