:root {
  --navy: #07152d;
  --blue: #12335f;
  --red: #d6252f;
  --cream: #f5eddf;
  --paper: #fffaf1;
  --ink: #101a2c;
  --muted: #5f6670;
  --line: rgba(7, 21, 45, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .8rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.site-header, .hero, .included, .details, .visit, footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; line-height: 1; }
.brand img { width: 54px; height: 54px; }
.brand span { display: grid; gap: .3rem; }
.brand strong { font-family: "Permanent Marker", cursive; font-size: 1.2rem; font-weight: 400; }
.brand small { color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; gap: 2rem; }
nav a { font-size: .85rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--red); }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  border: 2px solid var(--red);
  background: var(--red);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 5px 5px 0 var(--navy);
  transition: transform .15s, box-shadow .15s;
}
.button:hover, .button:focus-visible { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--navy); }
.button--small { min-height: 44px; padding-inline: 1.15rem; font-size: .85rem; }

.hero {
  min-height: 730px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
}
.hero__copy {
  align-self: center;
  padding: clamp(3rem, 6vw, 5.5rem);
  position: relative;
  z-index: 2;
}
.kicker, .eyebrow {
  margin: 0 0 1.4rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.kicker span { color: var(--red); }
.hero h1, h2 {
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .94;
  text-transform: uppercase;
}
.hero h1 { margin: 0; font-size: clamp(4.2rem, 8vw, 7.9rem); }
.hero h1 em { color: var(--red); font-family: "Permanent Marker", cursive; font-size: .68em; font-weight: 400; text-transform: none; }
.hero__intro { max-width: 35rem; margin: 1.8rem 0 1rem; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.price-row { display: flex; align-items: center; gap: 1.3rem; margin: 1.2rem 0; }
.price { color: var(--navy); font-family: "Anton", sans-serif; font-size: clamp(6rem, 10vw, 9rem); line-height: 1; }
.price sup { color: var(--red); font-size: .45em; vertical-align: top; }
.price-note { padding-left: 1rem; border-left: 3px solid var(--red); font-weight: 700; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.hero__actions, .visit__actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.text-button { font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--red); padding-block: .4rem; }
.walkin-note { margin: 1.6rem 0 0; font-size: .85rem; font-weight: 600; }
.walkin-note span { color: var(--red); }
.hero__visual { position: relative; min-height: 730px; background: var(--navy); overflow: hidden; }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,21,45,.25), transparent 35%); pointer-events: none; }
.hero__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 38%; }
.hero__stamp {
  position: absolute; z-index: 2; top: 2rem; right: 2rem; width: 112px; height: 112px;
  display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white;
  font-family: "Permanent Marker", cursive; font-size: 1.05rem; line-height: 1.05; text-align: center;
  transform: rotate(8deg); box-shadow: 0 0 0 5px var(--red), 0 0 0 7px var(--paper);
}
.date-card { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; padding: 1.2rem 1.4rem; background: rgba(255,250,241,.95); box-shadow: 7px 7px 0 var(--red); }
.date-card small, .date-card span { display: block; font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.date-card strong { display: block; margin: .2rem 0 .35rem; font-family: "Anton"; font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.date-card span { color: var(--red); }

.included { padding-block: 8rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3.5rem; }
.eyebrow { color: var(--red); }
.section-heading .eyebrow { writing-mode: vertical-rl; transform: rotate(180deg); margin: 0; }
.section-heading h2 { max-width: 900px; margin: 0; font-size: clamp(2.8rem, 6vw, 5.2rem); }
.section-heading h2 span { color: var(--red); }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; align-items: center; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.service-icon { font-family: "Anton"; font-size: 2.7rem; color: var(--red); }
.service-list h3 { margin: 0 0 .4rem; font-family: "Anton"; font-size: 2rem; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.service-list p { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.65; }

.details {
  position: relative;
  padding: clamp(3rem, 7vw, 6rem);
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}
.details::before {
  content: "70"; position: absolute; top: -4rem; right: -1rem; color: rgba(255,255,255,.035);
  font-family: "Anton"; font-size: 28rem; line-height: 1;
}
.details__lead { position: relative; max-width: 750px; }
.eyebrow--light { color: #ff5660; }
.details h2 { margin: 0 0 1.5rem; font-size: clamp(3rem, 6vw, 5.5rem); }
.details__lead > p:last-child { max-width: 650px; color: #c9d0db; line-height: 1.7; }
.detail-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: rgba(255,255,255,.18); }
.detail-grid article { padding: 2rem; background: var(--navy); }
.detail-grid span { color: #ff5660; font-family: "Anton"; font-size: 1.6rem; }
.detail-grid h3 { margin: 1.4rem 0 .7rem; text-transform: uppercase; }
.detail-grid p, .fine-print { color: #aeb8c6; line-height: 1.65; }
.fine-print { position: relative; margin: 2rem 0 0; font-size: .72rem; }

.visit { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; padding-block: 8rem; align-items: center; }
.visit h2 { margin: 0 0 2rem; font-size: clamp(3rem, 6vw, 5.5rem); }
.address { margin: 0; font-size: 1.3rem; font-weight: 700; line-height: 1.5; }
.location-note { color: var(--muted); }
.visit__actions { margin-top: 2rem; }
.text-button--dark { border-color: var(--navy); }
.hours { padding: 2.5rem; background: var(--paper); border: 1px solid var(--line); box-shadow: 10px 10px 0 var(--red); }
.hours h3 { margin: 0 0 1.5rem; font-family: "Anton"; font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.hours dl { margin: 0; }
.hours dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.hours dt { font-weight: 700; }
.hours dd { margin: 0; text-align: right; }
.hours p { margin: 1.5rem 0 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }

footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); font-size: .8rem; }
.brand--footer img { width: 48px; height: 48px; }
footer p { color: var(--muted); }
.mobile-call { display: none; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero__visual { min-height: 580px; grid-row: 1; }
  .hero__copy { grid-row: 2; }
  .detail-grid, .visit { grid-template-columns: 1fr; }
  .visit { gap: 3rem; }
}
@media (max-width: 600px) {
  body { padding-bottom: 64px; }
  .site-header, .hero, .included, .details, .visit, footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 76px; }
  .site-header .button { display: none; }
  .brand img { width: 45px; height: 45px; }
  .brand strong { font-size: 1rem; }
  .hero__visual { min-height: 480px; }
  .hero__visual > img { object-position: 58% 34%; }
  .hero__stamp { top: 1.4rem; right: 1.4rem; width: 88px; height: 88px; font-size: .82rem; }
  .date-card { left: 1.2rem; bottom: 1.2rem; }
  .hero__copy { padding: 2.4rem 1.4rem 3rem; }
  .hero h1 { font-size: clamp(3.8rem, 19vw, 5.3rem); }
  .hero__intro { font-size: .96rem; }
  .price { font-size: 6.3rem; }
  .included, .visit { padding-block: 5.5rem; }
  .section-heading { align-items: start; }
  .section-heading .eyebrow { display: none; }
  .section-heading h2 { font-size: 3.1rem; }
  .service-list article { grid-template-columns: 60px 1fr; gap: .8rem; align-items: start; }
  .service-icon { font-size: 1.7rem; }
  .service-list h3 { font-size: 1.6rem; }
  .details { padding: 3.5rem 1.5rem; }
  .details h2, .visit h2 { font-size: 3.2rem; }
  .detail-grid { grid-template-columns: 1fr; margin-top: 2.5rem; }
  .detail-grid article { padding: 1.5rem 0; }
  .hours { padding: 1.5rem; box-shadow: 6px 6px 0 var(--red); }
  footer { min-height: 160px; flex-direction: column; justify-content: center; text-align: center; gap: .7rem; }
  footer p { margin: 0; }
  .mobile-call {
    position: fixed; z-index: 10; bottom: 0; left: 0; right: 0; min-height: 64px;
    display: flex; align-items: center; justify-content: center; gap: .5rem;
    background: var(--red); color: white; font-weight: 700; text-decoration: none;
    box-shadow: 0 -8px 25px rgba(7,21,45,.2);
  }
  .mobile-call span { font-weight: 400; opacity: .85; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
