:root {
  --ink: #171717;
  --ink-soft: #292827;
  --orange: #bf5700;
  --orange-bright: #fc6b29;
  --cream: #f4efe5;
  --paper: #ebe2d3;
  --yellow: #f1e767;
  --white: #fff;
  --muted: #68625a;
  --line: rgba(23, 23, 23, 0.17);
  --shadow: 0 22px 70px rgba(17, 14, 10, 0.18);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body.modal-open { overflow: hidden; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("https://assets.cdn.filesafe.space/jLkrdRKil4noGOzpNuIA/media/67081340b03c403931eea922.png");
  background-size: 1100px auto;
  mix-blend-mode: multiply;
  z-index: 20;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 900px; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 700;
}
.skip-link:focus {
  width: auto;
  height: auto;
  padding: 10px 16px;
  overflow: visible;
  clip-path: none;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-link img { width: 220px; height: auto; }
.header-contact { display: flex; align-items: center; gap: 22px; color: var(--white); font-weight: 700; }
.header-contact > a { text-decoration: none; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--orange-bright);
  border-radius: 2px;
  background: var(--orange-bright);
  color: #15110e;
  padding: 12px 22px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .045em;
  cursor: pointer;
  box-shadow: 5px 5px 0 rgba(241, 231, 103, .85);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--yellow); }
.button:disabled { opacity: .6; cursor: wait; transform: none; }
.button-small { min-height: 42px; padding: 8px 14px; font-size: .78rem; box-shadow: none; }
.text-link { color: var(--white); text-underline-offset: 6px; font-weight: 700; }
.dark-link { color: var(--ink); }

.hero { min-height: 780px; position: relative; display: grid; align-items: end; overflow: hidden; color: var(--white); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media {
  background: url("https://assets.cdn.filesafe.space/jLkrdRKil4noGOzpNuIA/media/67c5d703427d978846cf7313.jpeg") center 42% / cover no-repeat;
  transform: scale(1.015);
}
.hero-shade { background: linear-gradient(90deg, rgba(9,8,7,.94) 0%, rgba(9,8,7,.73) 44%, rgba(9,8,7,.12) 78%), linear-gradient(0deg, rgba(9,8,7,.7), transparent 45%); }
.hero-inner { position: relative; z-index: 1; padding-block: 180px 100px; }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 16px; color: var(--yellow); font-weight: 800; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--orange); }
h1, h2, h3 { line-height: 1.05; margin-top: 0; }
h1, h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .025em;
}
h1 { margin-bottom: 24px; font-size: clamp(4.2rem, 8vw, 7.8rem); }
h1 span { color: var(--orange-bright); }
h2 { margin-bottom: 22px; font-size: clamp(3rem, 5vw, 5rem); }
h3 { margin-bottom: 12px; font-size: 1.25rem; }
.hero-lede { max-width: 650px; margin: 0 0 34px; font-size: clamp(1.05rem, 1.8vw, 1.32rem); }
.hero-stamp {
  position: absolute;
  right: max(4vw, 30px);
  bottom: 54px;
  z-index: 2;
  width: 136px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 2px solid rgba(255,255,255,.62);
  border-radius: 50%;
  color: rgba(255,255,255,.75);
  font-size: .74rem;
  line-height: 1.35;
  letter-spacing: .16em;
  text-align: center;
  transform: rotate(8deg);
}
.hero-stamp strong { color: var(--orange-bright); font-size: 1rem; }

.proof-bar { background: var(--orange); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid p { margin: 0; padding: 22px 28px; border-left: 1px solid rgba(255,255,255,.25); display: grid; }
.proof-grid p:last-child { border-right: 1px solid rgba(255,255,255,.25); }
.proof-grid strong { text-transform: uppercase; letter-spacing: .07em; }
.proof-grid span { font-size: .78rem; opacity: .82; }

.section { padding-block: 110px; scroll-margin-top: 20px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); }
.section-heading.centered { display: block; text-align: center; max-width: 760px; margin-inline: auto; }
.section-heading.centered > p { max-width: 600px; margin: 12px auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 310px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); }
.service-card-featured { background: var(--ink); color: var(--white); }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-card-featured p { color: rgba(255,255,255,.72); }
.card-number { display: block; margin-bottom: 60px; color: var(--orange); font-size: .78rem; font-weight: 800; }
.service-card-featured .card-number { color: var(--yellow); }

.booking-inline { display: none; background: var(--paper); }
.scheduler-host:empty { display: none; }
.scheduler-panel { background: var(--white); color: var(--ink); }
.booking-inline .scheduler-panel { box-shadow: var(--shadow); }
.scheduler-interest { padding: 24px 26px 0; }
.scheduler-frame { min-height: 410px; display: grid; }
.scheduler-frame iframe { width: 100%; height: 680px; border: 0; }
.scheduler-fallback { align-self: center; padding: 54px 32px; text-align: center; }
.scheduler-fallback p { max-width: 580px; margin: 0 auto 10px; }
.fallback-actions { margin-top: 26px; display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }

.inquiry { background: var(--orange); color: var(--white); }
.inquiry-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.inquiry-intro { position: sticky; top: 30px; }
.inquiry-intro > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.direct-contact { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.3); }
.direct-contact a { display: grid; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.3); text-decoration: none; }
.direct-contact span { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; opacity: .72; }
.lead-form { padding: 42px; background: var(--cream); color: var(--ink); box-shadow: 12px 12px 0 var(--yellow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 20px; }
.field label, .contact-choice legend { display: block; margin-bottom: 7px; font-weight: 700; font-size: .84rem; }
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%;
  border: 1px solid #aaa196;
  border-radius: 0;
  background: var(--white);
  padding: 12px 13px;
  color: var(--ink);
}
textarea { resize: vertical; }
.optional { color: var(--muted); font-weight: 400; }
.field-hint { margin: -12px 0 20px; color: var(--muted); font-size: .78rem; }
.contact-choice { margin: 0 0 22px; padding: 0; border: 0; display: flex; flex-wrap: wrap; gap: 12px 24px; }
.contact-choice legend { width: 100%; }
.contact-choice label { display: flex; gap: 8px; align-items: center; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin: 4px 0 24px; font-size: .76rem; color: var(--muted); }
.consent input { margin-top: 4px; }
.honeypot { position: absolute; left: -9999px; }
.submit-button { width: 100%; }
.form-status { min-height: 1.5em; margin: 18px 0 0; font-size: .86rem; font-weight: 600; }
.form-status.is-success { color: #236b33; }
.form-status.is-error { color: #9e261c; }
.form-status.is-notice { color: #76500d; }

.visit { padding-block: 74px; background: var(--yellow); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.visit h2 { margin-bottom: 12px; }
.address { font-weight: 600; text-underline-offset: 4px; }
.hours { border-top: 2px solid var(--ink); }
.hours p { margin: 0; padding: 12px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(23,23,23,.35); }

.site-footer { padding-block: 60px 120px; background: var(--ink); color: var(--white); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.2); }
.footer-grid img { width: 220px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px 34px; font-size: .86rem; font-weight: 600; }
.fine-print { padding-top: 24px; display: grid; grid-template-columns: 1fr auto; gap: 40px; color: rgba(255,255,255,.56); font-size: .72rem; }
.fine-print p { margin: 0; }
.fine-print p:first-child { max-width: 780px; }

.pass-dialog {
  width: min(900px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  overflow: auto;
  box-shadow: var(--shadow);
}
.pass-dialog::backdrop { background: rgba(10, 9, 8, .82); backdrop-filter: blur(5px); }
.pass-card {
  position: relative;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  min-height: 540px;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid rgba(241, 231, 103, .34);
}
.pass-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background-image: url("https://assets.cdn.filesafe.space/jLkrdRKil4noGOzpNuIA/media/67081340b03c403931eea922.png");
  background-size: 900px auto;
  mix-blend-mode: screen;
}
.pass-brand {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 42px;
  background: var(--orange);
}
.pass-brand::before {
  content: "5";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: rgba(23, 23, 23, .16);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 24rem;
  line-height: 1;
}
.pass-brand img { position: relative; z-index: 1; width: 250px; }
.pass-copy { position: relative; z-index: 1; padding: 64px 62px 50px; }
.pass-kicker {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.pass-copy h2 { margin-bottom: 18px; font-size: clamp(3.5rem, 7vw, 6.2rem); }
.pass-copy h2 span { color: var(--orange-bright); }
.pass-copy > p:not(.pass-kicker):not(.pass-eligibility) { max-width: 520px; margin: 0 0 24px; color: rgba(255,255,255,.78); font-size: 1.02rem; }
.pass-benefits { margin: 0 0 25px; padding: 0; display: grid; gap: 9px; list-style: none; font-weight: 700; }
.pass-benefits span { color: var(--orange-bright); margin-right: 8px; }
.pass-eligibility { margin: 0 0 26px; color: var(--yellow); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pass-cta { width: min(100%, 330px); }
.pass-later { display: block; margin-top: 18px; padding: 4px 0; border: 0; background: transparent; color: rgba(255,255,255,.7); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.pass-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(23,23,23,.85);
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.booking-dialog { width: min(900px, calc(100% - 48px)); max-height: calc(100vh - 48px); padding: 0; border: 0; background: var(--cream); box-shadow: var(--shadow); overflow: auto; }
.booking-dialog::backdrop { background: rgba(10,9,8,.78); backdrop-filter: blur(4px); }
.dialog-head { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: start; gap: 30px; padding: 22px 26px; background: var(--cream); border-bottom: 1px solid var(--line); }
.dialog-head h2 { margin: 0; font-size: 2.3rem; }
.dialog-head .eyebrow { margin-bottom: 4px; }
.dialog-close { width: 44px; height: 44px; border: 0; background: var(--ink); color: var(--white); font-size: 2rem; line-height: 1; cursor: pointer; }
.focus-sentinel { position: absolute; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 900px) {
  .hero { min-height: 700px; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,8,7,.94), rgba(9,8,7,.48)), linear-gradient(0deg, rgba(9,8,7,.75), transparent); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .inquiry-grid { grid-template-columns: 1fr; gap: 28px; }
  .inquiry-intro { position: static; }
}

@media (max-width: 767px) {
  :root { --shell: min(100% - 28px, 620px); }
  body { font-size: 15px; }
  .site-header { position: absolute; }
  .header-inner { min-height: 76px; }
  .brand-link img { width: 170px; }
  .header-contact { display: none; }
  .hero { min-height: 690px; align-items: end; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,8,7,.92) 0%, rgba(9,8,7,.58) 72%, rgba(9,8,7,.28)), linear-gradient(0deg, rgba(9,8,7,.85) 0%, transparent 65%); }
  .hero-inner { padding-block: 120px 68px; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.2rem); }
  h2 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero-lede { max-width: 90%; }
  .hero-stamp { display: none; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .proof-grid p { padding: 13px 6px; grid-template-columns: 1fr 1fr; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .proof-grid p:last-child { border: 0; }
  .proof-grid span { text-align: right; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 28px; }
  .card-number { margin-bottom: 34px; }
  .booking-inline { display: block; }
  .scheduler-interest { padding: 20px 18px 0; }
  .scheduler-frame { min-height: 360px; }
  .scheduler-frame iframe { height: 650px; }
  .scheduler-fallback { padding: 42px 20px; }
  .lead-form { padding: 26px 20px; box-shadow: 7px 7px 0 var(--yellow); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .visit-grid { grid-template-columns: 1fr; gap: 38px; }
  .hours p { align-items: flex-end; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-direction: column; gap: 12px; }
  .fine-print { grid-template-columns: 1fr; gap: 18px; }
  .pass-dialog { width: min(100% - 20px, 500px); max-height: calc(100vh - 20px); }
  .pass-card { grid-template-columns: 1fr; min-height: 0; }
  .pass-brand { min-height: 125px; padding: 22px 70px; }
  .pass-brand::before { font-size: 11rem; }
  .pass-brand img { width: 170px; }
  .pass-copy { padding: 32px 24px 28px; }
  .pass-copy h2 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .pass-copy > p:not(.pass-kicker):not(.pass-eligibility) { margin-bottom: 18px; }
  .pass-benefits { gap: 6px; margin-bottom: 18px; }
  .pass-eligibility { margin-bottom: 20px; }
  .pass-cta { width: 100%; }
  .pass-close { top: 10px; right: 10px; }
  .booking-dialog { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header .button, .booking-dialog, .pass-dialog { display: none !important; }
  body { padding-bottom: 0; }
}
