:root {
  --red: #a81618;
  --deep-red: #741013;
  --yellow: #f5b51b;
  --gold: #d68a0d;
  --cream: #fff4d7;
  --popcorn: #fffaf0;
  --ink: #21150d;
  --muted: #6d5744;
  --green: #2f7a3d;
  --sky: #d9f0ff;
  --white: #ffffff;
  --shadow: 0 16px 38px rgba(33, 21, 13, 0.18);
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#top,
#book-us,
#photos,
#contact {
  scroll-margin-top: 18px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--popcorn);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  padding-bottom: 94px;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--white);
  background: var(--deep-red);
  border-radius: 6px;
  transform: translateY(-140%);
}

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

.site-header {
  position: relative;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 58px;
  padding: 4px 12px;
  color: var(--cream);
  background: rgba(116, 16, 19, 0.96);
  box-shadow: 0 10px 24px rgba(33, 21, 13, 0.18);
}

.brand-mark {
  display: flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand-mark img {
  width: min(76vw, 250px);
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: none;
}

.hero {
  display: grid;
  gap: 16px;
  align-items: center;
  min-height: auto;
  padding: 18px 18px 30px;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 18%, rgba(245, 181, 27, 0.34), transparent 32%),
    linear-gradient(180deg, #fff5d9 0%, #fffaf0 74%, #fff4d7 100%);
  border-bottom: 6px solid var(--yellow);
  overflow: hidden;
}

.hero-art {
  justify-self: center;
  width: min(100%, 680px);
  margin: 0;
}

.hero-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-content {
  max-width: 760px;
}

.hero .eyebrow {
  color: var(--deep-red);
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.intro h2,
.stand-copy h2,
.contact-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  line-height: 1.02;
}

.hero h1 {
  max-width: 680px;
  font-size: 34px;
}

.hero-copy {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 19px;
  font-weight: 700;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 10px 24px rgba(33, 21, 13, 0.28);
}

.button-primary:hover {
  background: #ffc83d;
}

.button-secondary {
  color: var(--deep-red);
  border-color: rgba(116, 16, 19, 0.68);
  background: rgba(255, 244, 215, 0.82);
}

.button-secondary:hover {
  background: var(--white);
}

.button-light {
  color: var(--deep-red);
  background: var(--cream);
}

.button-light:hover {
  background: var(--white);
}

.button:focus-visible,
.text-link:focus-visible,
.contact-phone:focus-visible,
.sticky-contact a:focus-visible,
.site-nav a:focus-visible,
.brand-mark:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 3px;
}

.section-inner {
  width: min(100% - 36px, var(--max-width));
  margin: 0 auto;
}

.section-band {
  background: var(--cream);
}

.intro,
.section-block,
.stand-section,
.contact-section {
  padding: 54px 0;
}

.intro-grid,
.stand-grid,
.contact-grid {
  display: grid;
  gap: 26px;
}

.intro h2,
.section-heading h2,
.stand-copy h2,
.contact-section h2 {
  max-width: 760px;
  font-size: 34px;
}

.intro p:last-child,
.stand-copy p,
.contact-section p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading .section-kicker,
.intro .section-kicker,
.stand-copy .section-kicker {
  color: var(--deep-red);
}

.booking-grid {
  display: grid;
  gap: 14px;
}

.booking-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 0;
  padding: 12px 14px;
  background: var(--white);
  border: 2px solid rgba(168, 22, 24, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(33, 21, 13, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.booking-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.booking-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(33, 21, 13, 0.12);
}

.booking-art {
  display: block;
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  margin: 0;
  object-fit: contain;
}

.booking-card h3 {
  margin: 0 0 6px;
  color: var(--deep-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.1;
}

.booking-card p {
  margin: 0;
  color: var(--muted);
}

.stand-section {
  border-top: 6px solid var(--yellow);
  border-bottom: 6px solid var(--yellow);
}

.stand-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.stand-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.stand-copy {
  align-self: center;
}

.stand-copy p {
  margin-top: 16px;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--deep-red);
  font-weight: 900;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.photo-grid {
  display: grid;
  gap: 14px;
}

.photo-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(33, 21, 13, 0.11);
}

.photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 220ms ease;
}

.photo-card-wide img {
  aspect-ratio: 4 / 3;
}

.photo-card-people img {
  object-position: center 34%;
}

.photo-card:hover img {
  transform: scale(1.035);
}

.photo-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 14px 12px;
  background: linear-gradient(180deg, rgba(33, 21, 13, 0), rgba(33, 21, 13, 0.82) 48%, rgba(116, 16, 19, 0.94));
  font-size: 14px;
  font-weight: 800;
}

.contact-section {
  color: var(--white);
  background: var(--red);
}

.contact-section .section-kicker {
  color: var(--yellow);
}

.contact-section p {
  color: var(--cream);
  margin-top: 14px;
}

.contact-actions {
  align-content: start;
  margin-top: 0;
}

.contact-phone {
  display: block;
  width: 100%;
  padding: 18px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(33, 21, 13, 0.18);
  transition: transform 160ms ease, background-color 160ms ease;
}

.contact-phone:hover {
  background: #ffc83d;
  transform: translateY(-2px);
}

.contact-phone span,
.contact-phone strong {
  display: block;
}

.contact-phone span {
  font-weight: 800;
}

.contact-phone strong {
  margin-top: 4px;
  font-size: 28px;
  line-height: 1.05;
}

.site-footer {
  padding: 22px 0 86px;
  color: var(--cream);
  background: var(--ink);
}

.footer-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--yellow);
  font-weight: 800;
}

.sticky-contact {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 8px;
  padding: 7px 12px calc(7px + env(safe-area-inset-bottom));
  background: rgba(33, 21, 13, 0.94);
  box-shadow: 0 -10px 24px rgba(33, 21, 13, 0.22);
}

.sticky-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.sticky-call {
  color: var(--ink);
  background: var(--yellow);
}

.sticky-facebook {
  color: var(--white);
  background: var(--green);
}

@media (min-width: 560px) {
  .booking-grid,
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  #top,
  #book-us,
  #photos,
  #contact {
    scroll-margin-top: 92px;
  }

  body {
    padding-bottom: 0;
    font-size: 17px;
  }

  .site-header {
    position: sticky;
    justify-content: space-between;
    min-height: 70px;
    padding: 6px 28px;
  }

  .brand-mark img {
    width: 320px;
  }

  .site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .site-nav a {
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--cream);
    font-weight: 800;
    text-decoration: none;
  }

  .site-nav a:hover {
    background: rgba(255, 244, 215, 0.14);
  }

  .hero {
    gap: 24px;
    padding: 36px 42px 48px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-copy {
    font-size: 21px;
  }

  .hero-content {
    justify-self: center;
    width: min(100%, 720px);
    text-align: center;
  }

  .hero-art {
    width: min(100%, 1080px);
  }

  .hero-art img {
    max-height: none;
  }

  .intro,
  .section-block,
  .stand-section,
  .contact-section {
    padding: 64px 0;
  }

  .intro-grid,
  .stand-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .intro h2,
  .section-heading h2,
  .stand-copy h2,
  .contact-section h2 {
    font-size: 44px;
  }

  .booking-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-card {
    display: block;
    text-align: center;
    padding: 16px 18px 18px;
  }

  .booking-art {
    width: 142px;
    height: 142px;
    margin: 0 auto 10px;
  }

  .stand-photo img {
    aspect-ratio: 5 / 4;
  }

  .photo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .photo-card-wide {
    grid-column: span 2;
  }

  .photo-card-wide img,
  .photo-card img {
    aspect-ratio: 4 / 3;
  }

  .contact-actions {
    justify-self: end;
    width: min(100%, 430px);
  }

  .sticky-contact {
    display: none;
  }

  .site-footer {
    padding-bottom: 34px;
  }

  .footer-grid {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1040px) {
  .hero {
    padding-left: max(54px, calc((100vw - var(--max-width)) / 2));
    padding-right: max(54px, calc((100vw - var(--max-width)) / 2));
  }
}
