/* ==========================================================================
   Altitude Auto Detail
   Palette and type are lifted from the existing altitudeautodetails.com so the
   new site reads as the same brand: near-black ground, cream text, gold accent,
   the logo's green as a secondary. Fraunces for display, Barlow for everything else.
   ========================================================================== */

:root {
  --ink:        #080a09;   /* page ground */
  --ink-2:      #101312;   /* raised surface */
  --ink-3:      #191d1b;   /* card, input */
  --line:       #262b29;
  --line-2:     #343a37;

  --cream:      #f0ede6;   /* primary text */
  --cream-dim:  #a9a49a;   /* secondary text */
  --cream-mute: #6f6b64;   /* tertiary / captions */

  --gold:       #e2ba3d;
  --gold-lo:    #c79f28;
  --gold-glow:  rgba(226, 186, 61, .14);

  --green:      #3eae78;
  --green-deep: #1a2e23;

  --radius:     14px;
  --radius-lg:  20px;
  --maxw:       1180px;
  --gutter:     20px;

  --shadow:     0 1px 2px rgba(0,0,0,.4), 0 8px 28px rgba(0,0,0,.35);

  --font-display: Fraunces, 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif;
  --font-body:    Barlow, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.015em;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.6rem, 8vw, 5rem); }
h2 { font-size: clamp(2rem, 5.2vw, 3.1rem); }
h3 { font-size: clamp(1.3rem, 3vw, 1.7rem); }
p  { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

/* Accessible focus that is visible on both the dark ground and the gold buttons. */
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--gold); color: #000; padding: 12px 20px; font-weight: 700;
}
.skip-link:focus { left: 0; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(56px, 9vw, 104px) 0; }
.section--tight { padding: clamp(40px, 6vw, 64px) 0; }
.section--alt { background: var(--ink-2); }

.eyebrow {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.lede { font-size: clamp(1.05rem, 2.2vw, 1.25rem); color: var(--cream-dim); max-width: 62ch; }

.section-head { max-width: 66ch; margin-bottom: clamp(32px, 5vw, 52px); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 1rem; font-weight: 700; letter-spacing: .01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease, color .16s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--gold   { background: var(--gold); color: #14100a; }
.btn--gold:hover { background: #efc958; }
.btn--ghost  { background: transparent; color: var(--cream); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--cream-dim); background: rgba(255,255,255,.03); }
.btn--green  { background: var(--green); color: #052014; }
.btn--green:hover { background: #48c489; }
.btn--lg { padding: 18px 34px; font-size: 1.06rem; }
.btn--block { width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; pointer-events: none; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- top bar + header ---------- */
.topbar {
  background: #000;
  border-bottom: 1px solid var(--line);
  font-size: .82rem;
  color: var(--cream-mute);
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 42px; }
.topbar a { color: var(--cream-dim); text-decoration: none; }
.topbar a:hover { color: var(--gold); }
.topbar__social { display: flex; gap: 16px; align-items: center; }
.topbar__addr { display: flex; align-items: center; gap: 8px; }
@media (max-width: 640px) { .topbar__addr span { display: none; } }

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(8,10,9,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 20px; min-height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand img { width: 52px; height: auto; }
.brand__name {
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  letter-spacing: .04em; text-transform: uppercase; line-height: 1.1;
}
.brand__name small { display: block; font-family: var(--font-body); font-size: .62rem; letter-spacing: .22em; color: var(--cream-mute); font-weight: 600; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a {
  text-decoration: none; font-weight: 600; font-size: .96rem; color: var(--cream);
  padding: 6px 0; position: relative;
}
.nav a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--gold); transition: right .2s ease;
}
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }

.nav-toggle {
  display: none; background: none; border: 1px solid var(--line-2); border-radius: 10px;
  color: var(--cream); padding: 9px 11px; cursor: pointer;
}
.nav-toggle svg { display: block; }

@media (max-width: 900px) {
  .nav-toggle { display: block; order: 3; }
  .site-header .wrap { flex-wrap: wrap; }
  .nav {
    order: 4; width: 100%; display: none; flex-direction: column; align-items: stretch;
    gap: 0; padding-bottom: 12px;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 2px; border-top: 1px solid var(--line); }
  .nav a::after { display: none; }
  .header-cta { display: none; }
}

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--ink); }
.hero__grid {
  display: grid; grid-template-columns: 1fr; align-items: center;
  gap: clamp(28px, 5vw, 56px);
}
@media (min-width: 900px) { .hero__grid { grid-template-columns: 1.05fr .95fr; } }

.hero__copy { padding: clamp(48px, 7vw, 96px) 0; position: relative; z-index: 2; }
.hero h1 { margin-bottom: .3em; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero__sub { font-size: clamp(1.08rem, 2.4vw, 1.3rem); color: var(--cream-dim); max-width: 46ch; margin-bottom: 30px; }

.hero__media { position: relative; min-height: 280px; }
.hero__media img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--radius-lg);
  min-height: 280px;
}
@media (min-width: 900px) {
  .hero__media { margin-right: calc((100vw - var(--maxw)) / -2 - var(--gutter)); }
  .hero__media img { border-radius: var(--radius-lg) 0 0 var(--radius-lg); min-height: 560px; }
}

.hero__badges { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; padding: 0; list-style: none; }
.hero__badges li { display: flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--cream-dim); font-weight: 600; }
.hero__badges svg { flex: none; color: var(--green); }

/* ---------- choice cards (shop vs mobile) ---------- */
.choice { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .choice { grid-template-columns: 1fr 1fr; } }

.choice__card {
  display: flex; flex-direction: column; gap: 10px;
  padding: 30px;
  background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius-lg);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}
.choice__card:hover { border-color: var(--gold); transform: translateY(-3px); }
.choice__card h3 { margin: 0; }
.choice__card p { color: var(--cream-dim); font-size: .97rem; }
.choice__icon {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--gold-glow); color: var(--gold); margin-bottom: 6px;
}
.choice__more { margin-top: auto; padding-top: 12px; color: var(--gold); font-weight: 700; font-size: .93rem; }

/* ---------- steps ---------- */
.steps { display: grid; gap: 28px; grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 780px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 36px; } }
.step { position: relative; padding-top: 54px; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: 0; left: 0;
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--gold-glow); border: 1px solid rgba(226,186,61,.4);
  color: var(--gold); font-family: var(--font-display); font-weight: 700; font-size: 1.1rem;
}
.step h3 { font-size: 1.24rem; margin-bottom: .35em; }
.step p { color: var(--cream-dim); font-size: .97rem; }

/* ---------- service cards ---------- */
.cards { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  display: flex; flex-direction: column;
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}
.card:hover { border-color: var(--line-2); transform: translateY(-3px); }
.card--feature { border-color: rgba(226,186,61,.35); }
.card--feature:hover { border-color: var(--gold); }

.card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-2); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__media img { transform: scale(1.04); }

.card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.card__title { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; line-height: 1.15; margin: 0; }
.card__desc { color: var(--cream-dim); font-size: .95rem; margin: 0; }
.card__foot { margin-top: auto; padding-top: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; }
.card__cta { color: var(--gold); font-weight: 700; font-size: .93rem; white-space: nowrap; }

.price { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; line-height: 1; }
.price small { display: block; font-family: var(--font-body); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-mute); margin-bottom: 5px; }

.tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
}
.tag--gold  { background: var(--gold-glow); color: var(--gold); }
.tag--green { background: rgba(62,174,120,.14); color: var(--green); }
.tag--plain { background: rgba(255,255,255,.06); color: var(--cream-dim); }

.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }

/* ---------- service detail page ---------- */
.crumbs { font-size: .87rem; color: var(--cream-mute); padding: 22px 0 0; }
.crumbs a { color: var(--cream-dim); text-decoration: none; }
.crumbs a:hover { color: var(--gold); }

.svc-hero { display: grid; gap: clamp(28px, 4vw, 48px); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 940px) { .svc-hero { grid-template-columns: 1.15fr .85fr; } }
.svc-hero__media img { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.pricebox {
  background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px; position: sticky; top: 96px;
}
.pricebox h3 { font-size: 1.02rem; font-family: var(--font-body); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--cream-mute); margin-bottom: 18px; }
.tier { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 13px 0; border-top: 1px solid var(--line); }
.tier:first-of-type { border-top: 0; padding-top: 0; }
.tier__label { font-weight: 600; color: var(--cream-dim); font-size: .95rem; }
.tier__price { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; }
.pricebox__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.pricebox .btn { margin-top: 6px; }
.pricebox__note { font-size: .84rem; color: var(--cream-mute); margin-top: 14px; line-height: 1.5; }

.includes { display: grid; gap: 30px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .includes { grid-template-columns: 1fr 1fr; } }
.includes__group h4 {
  font-family: var(--font-body); font-size: .8rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px;
}
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.ticks li { position: relative; padding-left: 28px; color: var(--cream-dim); font-size: .96rem; }
.ticks li::before {
  content: ''; position: absolute; left: 0; top: .45em;
  width: 15px; height: 8px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.benefits { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.benefits li {
  position: relative; padding: 14px 18px 14px 46px;
  background: rgba(62,174,120,.06); border: 1px solid rgba(62,174,120,.18); border-radius: 12px;
  font-size: .97rem;
}
.benefits li::before {
  content: ''; position: absolute; left: 18px; top: 1.25em;
  width: 13px; height: 7px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.notes { font-size: .88rem; color: var(--cream-mute); line-height: 1.6; }
.notes p { margin-bottom: .6em; }

/* ---------- addon list ---------- */
.addons { display: grid; gap: 12px; }
.addon {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 18px 22px;
  background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius);
}
.addon__name { font-weight: 700; font-size: 1.02rem; }
.addon__desc { color: var(--cream-dim); font-size: .9rem; width: 100%; margin: 0; }
.addon__price { margin-left: auto; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; white-space: nowrap; }

/* ---------- plans ---------- */
.plans { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 820px) { .plans { grid-template-columns: 1fr 1fr; } }
.plan {
  background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px;
  display: flex; flex-direction: column;
}
.plan--feature { border-color: rgba(226,186,61,.4); background: linear-gradient(180deg, rgba(226,186,61,.05), transparent 46%), var(--ink-3); }
.plan__price { font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; line-height: 1; margin: 6px 0 2px; }
.plan__price span { font-family: var(--font-body); font-size: .92rem; font-weight: 600; color: var(--cream-mute); }
.freq { display: grid; gap: 10px; margin: 22px 0; }
.freq__row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 11px 0; border-top: 1px solid var(--line); font-size: .96rem; }
.freq__row b { font-family: var(--font-display); font-size: 1.15rem; }
.plan .btn { margin-top: auto; }

/* ---------- band / callout ---------- */
.band {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(115deg, var(--green-deep), var(--ink-2) 62%);
}
.band__inner { display: grid; gap: 32px; grid-template-columns: 1fr; padding: clamp(32px, 5vw, 56px); align-items: center; }
@media (min-width: 880px) { .band__inner { grid-template-columns: 1.15fr .85fr; } }
.band img { border-radius: var(--radius); aspect-ratio: 3/2; object-fit: cover; width: 100%; }

/* ---------- stat ---------- */
.stats { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 780px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat__n { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 4.6vw, 2.9rem); line-height: 1; color: var(--gold); }
.stat__l { font-size: .88rem; color: var(--cream-dim); margin-top: 8px; }

/* ---------- faq ---------- */
.faq { display: grid; gap: 0; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 22px 44px 22px 0; position: relative;
  font-weight: 700; font-size: 1.06rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ''; position: absolute; right: 8px; top: 30px;
  width: 11px; height: 11px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); top: 34px; }
.faq .faq__a { padding: 0 0 22px; color: var(--cream-dim); max-width: 72ch; }

/* ---------- forms ---------- */
.field { display: grid; gap: 7px; margin-bottom: 18px; }
.field label { font-size: .88rem; font-weight: 700; letter-spacing: .04em; color: var(--cream-dim); }
.field input, .field textarea, .field select {
  width: 100%;
  background: var(--ink-3); border: 1px solid var(--line-2); border-radius: 11px;
  color: var(--cream); font-family: var(--font-body); font-size: 1rem;
  padding: 14px 16px;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); outline: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field__hint { font-size: .82rem; color: var(--cream-mute); }
.field__err { font-size: .84rem; color: #ff8f6b; }
.grid-2 { display: grid; gap: 0 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
/* A .field is a grid, so its input stretches to whatever the row height is. Side by side, a field
   carrying a hint made the row taller and the field WITHOUT one grew a visibly taller input. Pin
   the rows to their content so neighbouring inputs match. */
.grid-2 > .field { align-content: start; }

/* ---------- footer ---------- */
.site-footer { background: #000; border-top: 1px solid var(--line); padding: clamp(48px, 6vw, 72px) 0 28px; margin-top: 0; }
.footer__grid { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 780px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1.1fr; } }
.footer__grid h4 { font-family: var(--font-body); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--cream-mute); margin-bottom: 16px; }
.footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer__links a { text-decoration: none; color: var(--cream-dim); font-size: .95rem; }
.footer__links a:hover { color: var(--gold); }
.footer__bottom {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between;
  font-size: .84rem; color: var(--cream-mute);
}
.footer__bottom a { color: var(--cream-mute); text-decoration: none; }
.footer__bottom a:hover { color: var(--cream-dim); }

/* ---------- sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(8,10,9,.94);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
.sticky-cta .btn { flex: 1; padding: 14px 16px; font-size: .98rem; }
@media (max-width: 760px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 78px; }
}

/* ---------- booking flow ---------- */
.bk { max-width: 780px; }

.bk-steps {
  display: flex; flex-wrap: wrap; gap: 6px 4px; list-style: none; margin: 0 0 22px; padding: 0;
  font-size: .78rem; color: var(--cream-mute);
}
.bk-steps li { display: flex; align-items: center; gap: 7px; padding-right: 10px; }
.bk-steps li span {
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  background: var(--ink-3); border: 1px solid var(--line-2); font-size: .72rem; font-weight: 700;
}
.bk-steps li.is-done { color: var(--cream-dim); }
.bk-steps li.is-done span { background: rgba(62,174,120,.16); border-color: rgba(62,174,120,.5); color: var(--green); }
.bk-steps li.is-now { color: var(--gold); font-weight: 700; }
.bk-steps li.is-now span { background: var(--gold); border-color: var(--gold); color: #14100a; }
@media (max-width: 620px) {
  .bk-steps li { font-size: 0; padding-right: 4px; }
  .bk-steps li.is-now { font-size: .78rem; }
  .bk-steps li span { font-size: .72rem; }
}

.bk-summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: 14px 18px; margin-bottom: 14px;
  background: rgba(226,186,61,.06); border: 1px solid rgba(226,186,61,.24); border-radius: 12px;
  font-size: .92rem; color: var(--cream-dim);
}
.bk-summary b { color: var(--cream); }
.bk-summary__price { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: var(--cream); white-space: nowrap; }
.bk-summary__price small { font-family: var(--font-body); font-size: .72rem; font-weight: 600; color: var(--cream-mute); }

.bk-panel {
  background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 36px);
}
.bk-h { font-size: clamp(1.5rem, 3.4vw, 2rem); margin-bottom: .5em; }
.bk-panel > .muted { margin-bottom: 22px; }
.bk-panel .btn--lg { margin-top: 24px; }

.bk-nav { margin-top: 16px; }
.bk-nav .btn { padding: 11px 20px; font-size: .93rem; }

.bk-choices { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 620px) { .bk-choices { grid-template-columns: 1fr 1fr; } }
.bk-choice {
  display: flex; flex-direction: column; gap: 6px; text-align: left;
  padding: 22px; cursor: pointer;
  background: var(--ink-2); border: 1px solid var(--line-2); border-radius: var(--radius);
  color: var(--cream); font-family: var(--font-body); font-size: 1rem;
  transition: border-color .16s ease, background-color .16s ease;
}
.bk-choice:hover { border-color: var(--gold); }
.bk-choice.is-on { border-color: var(--gold); background: rgba(226,186,61,.08); }
.bk-choice b { font-size: 1.1rem; }
.bk-choice span { color: var(--cream-dim); font-size: .92rem; }
.bk-choice__price { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--cream) !important; }

.bk-list { display: grid; gap: 10px; }
.bk-item {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left;
  width: 100%; padding: 18px 20px; cursor: pointer;
  background: var(--ink-2); border: 1px solid var(--line-2); border-radius: var(--radius);
  color: var(--cream); font-family: var(--font-body); font-size: 1rem;
  transition: border-color .16s ease, background-color .16s ease;
}
.bk-item:hover { border-color: var(--gold); }
.bk-item.is-on { border-color: var(--green); background: rgba(62,174,120,.09); }
.bk-item__main { display: grid; gap: 3px; }
.bk-item__main b { font-size: 1.05rem; }
.bk-item__main small { color: var(--cream-dim); font-size: .88rem; }
.bk-item__main em { font-style: normal; color: var(--cream-mute); font-size: .8rem; }
.bk-item__price { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; white-space: nowrap; }
.bk-item--check { padding-left: 54px; position: relative; }
.bk-item--check::before {
  content: ''; position: absolute; left: 20px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 20px; border: 2px solid var(--line-2); border-radius: 6px;
}
.bk-item--check.is-on::before { border-color: var(--green); background: var(--green); }
.bk-item--check.is-on::after {
  content: ''; position: absolute; left: 26px; top: 50%; margin-top: -3px;
  width: 9px; height: 5px; border-left: 2px solid #052014; border-bottom: 2px solid #052014;
  transform: rotate(-45deg);
}

.bk-slots { display: grid; gap: 10px; grid-template-columns: 1fr; }
@media (min-width: 560px) { .bk-slots { grid-template-columns: 1fr 1fr; } }
.bk-slot {
  padding: 18px; cursor: pointer;
  background: var(--ink-2); border: 1px solid var(--line-2); border-radius: var(--radius);
  color: var(--cream); font-family: var(--font-body); font-size: 1rem; font-weight: 600;
  transition: border-color .16s ease, background-color .16s ease;
}
.bk-slot:hover { border-color: var(--gold); background: rgba(226,186,61,.07); }

.bk-review { display: grid; grid-template-columns: auto 1fr; gap: 0; margin: 0 0 22px; }
.bk-review dt {
  padding: 12px 20px 12px 0; border-top: 1px solid var(--line);
  font-size: .84rem; font-weight: 700; letter-spacing: .04em; color: var(--cream-mute);
  text-transform: uppercase; white-space: nowrap;
}
.bk-review dd { padding: 12px 0; border-top: 1px solid var(--line); margin: 0; }
.bk-review dt:first-of-type, .bk-review dd:first-of-type { border-top: 0; }

.bk-total {
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; display: grid; gap: 8px;
}
.bk-total > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.bk-total b { font-family: var(--font-display); font-size: 1.35rem; }
.bk-total .small { display: block; }

.bk-loading { color: var(--cream-dim); padding: 26px 0; }
.bk-note { font-size: .86rem; color: var(--cream-mute); margin-top: 16px; line-height: 1.55; }
.bk-err { color: #ff8f6b; font-size: .92rem; margin: 14px 0 0; min-height: 1em; }
.bk-link {
  background: none; border: 0; padding: 0; cursor: pointer;
  color: var(--gold); font: inherit; text-decoration: underline;
}
.bk-tick {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(62,174,120,.16); color: var(--green); font-size: 1.7rem; margin-bottom: 18px;
}
.bk--done .btn--block { margin-top: 20px; }

/* ---------- utility ---------- */
.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: 10px; }  .mt-2 { margin-top: 20px; }  .mt-3 { margin-top: 32px; } .mt-4 { margin-top: 48px; }
.mb-0 { margin-bottom: 0; }
.muted { color: var(--cream-dim); }
.small { font-size: .88rem; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }
