:root {
  --black: #080808;
  --ink: #171717;
  --muted: #686868;
  --white: #ffffff;
  --paper: #f6f4ef;
  --line: rgba(8, 8, 8, 0.12);
  --mint: #c9f1df;
  --blush: #f8cfd5;
  --lemon: #f5edb6;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 12%, rgba(201, 241, 223, 0.48), transparent 28rem),
    radial-gradient(circle at 92% 35%, rgba(248, 207, 213, 0.44), transparent 26rem),
    var(--paper);
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(8, 8, 8, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
  transition:
    grid-template-columns 240ms ease,
    min-height 240ms ease,
    box-shadow 240ms ease;
}

.brand {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  width: 86px;
  height: 58px;
  padding: 0;
  text-decoration: none;
  transition:
    grid-column 240ms ease,
    justify-self 240ms ease,
    width 240ms ease,
    height 240ms ease;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-cta {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  background: var(--black);
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    background 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: #2c8066;
}

.site-header.is-past-hero-cta {
  grid-template-columns: auto 1fr auto;
  min-height: 70px;
}

.site-header.is-past-hero-cta .brand {
  grid-column: 1;
  justify-self: start;
  width: 74px;
  height: 50px;
}

.site-header.is-past-hero-cta .nav-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media picture {
  display: block;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.03);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.56) 44%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, transparent 42%);
}

.hero-content {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 160px 0 96px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mint);
}

.eyebrow.dark {
  color: #2c8066;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-family: Oswald, Montserrat, system-ui, sans-serif;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.06rem, 2vw, 1.24rem);
  line-height: 1.6;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  color: var(--black);
  font-weight: 800;
  text-decoration: none;
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.hero-cta:hover,
.hero-cta:focus-visible {
  transform: translateY(-2px);
  background: var(--mint);
}

.hero-reviews {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.hero-reviews p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.review-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 15px;
  color: var(--black);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.review-button:hover,
.review-button:focus-visible {
  transform: translateY(-2px);
  background: var(--lemon);
}

.review-button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.floating-panel {
  width: min(1120px, calc(100% - 36px));
  margin: -58px auto 82px;
  position: relative;
  z-index: 2;
}

.intro-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mini-card,
.location-card,
.faq-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.mini-card {
  min-height: 230px;
  padding: 28px;
  border-radius: 8px;
}

.mini-kicker,
.location-tag {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--black);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.accent-mint {
  border-top: 8px solid var(--mint);
}

.accent-blush {
  border-top: 8px solid var(--blush);
}

.accent-lemon {
  border-top: 8px solid var(--lemon);
}

.mini-card h2,
.section-heading h2,
.location-card h3 {
  font-family: Oswald, Montserrat, system-ui, sans-serif;
  letter-spacing: 0;
}

.mini-card h2 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.mini-card p,
.location-card p,
.section-heading p,
.faq-card p {
  color: var(--muted);
  line-height: 1.7;
}

.location-hours {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 16px;
  color: var(--black);
  background: rgba(201, 241, 223, 0.42);
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 8px;
}

.hours-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(8, 8, 8, 0.08);
}

.hours-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hours-row.break-time {
  margin-top: 2px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 8px;
}

.location-hours span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.location-hours strong {
  font-size: 1rem;
  line-height: 1.35;
}

.section-shell,
.faq-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto 92px;
}

.section-heading {
  max-width: 660px;
  margin-bottom: 30px;
}

.section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.location-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 8px;
}

.location-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.08;
}

.location-card a {
  width: fit-content;
  color: var(--black);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 32px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-card {
  border-radius: 8px;
  overflow: clip;
}

.faq-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 22px 24px;
  color: var(--black);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::after {
  content: "+";
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--black);
  background: var(--blush);
  border-radius: 50%;
}

.faq-card[open] summary::after {
  content: "-";
  background: var(--mint);
}

.faq-card p {
  margin: 0;
  padding: 0 24px 24px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 48px);
  color: rgba(255, 255, 255, 0.68);
  background: var(--black);
}

.site-footer span:first-child {
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 820px) {
  .site-header {
    min-height: 72px;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-media img {
    object-position: center top;
  }

  .hero-content {
    padding-bottom: 78px;
  }

  .intro-panel,
  .location-grid,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .floating-panel {
    margin-top: -36px;
    margin-bottom: 64px;
  }

  .mini-card,
  .location-card {
    min-height: auto;
  }
}

@media (max-width: 540px) {
  .brand {
    width: 76px;
    height: 52px;
  }

  .site-header.is-past-hero-cta .brand {
    width: 64px;
    height: 44px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .hours-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hero-content,
  .floating-panel,
  .section-shell,
  .faq-section {
    width: min(100% - 28px, 1120px);
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.04;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.45;
  }

  .review-actions {
    display: grid;
  }

  .review-button {
    justify-content: center;
    width: 100%;
  }

  .mini-card,
  .location-card {
    padding: 22px;
  }

  .faq-card summary {
    padding: 20px;
  }

  .faq-card p {
    padding: 0 20px 22px;
  }

  .site-footer {
    flex-direction: column;
  }
}
