/* ============================================================
   LE 26 — marketing site, kit-specific styles
   (Token system lives in ./colors_and_type.css)
   ============================================================ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---------- Section frame ---------- */
.le-section {
  padding: var(--space-3xl) var(--space-xl);
  background: var(--cloud-dancer);
  position: relative;
}
.le-section-cream { background: var(--cream); }
.le-section-noir  { background: var(--noir); color: var(--cream); }
.le-section-noir h1, .le-section-noir h2, .le-section-noir h3, .le-section-noir h4 { color: var(--cream); }

.le-section-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.le-section-head { margin-bottom: var(--space-2xl); }
.le-section-head .caption { display:block; margin-bottom: 14px; color: var(--peach-deep); }
.le-section-head-narrow { max-width: 720px; margin-left:auto; margin-right:auto; text-align:center; }
.le-section-head-narrow .caption { color: var(--peach-deep); }
.le-section-head-light .caption { color: var(--peach-dust); }
.le-cap-light { color: var(--peach-dust) !important; }
.le-section-head h2 { margin-bottom: 18px; }
.le-section-head .lead { color: var(--ink-muted); }
.le-section-noir .le-section-head .lead { color: rgba(248,244,232,0.72); }

@media (max-width: 720px) {
  .le-section { padding: var(--space-2xl) var(--space-md); scroll-margin-top: 72px; }
  section[id]   { scroll-margin-top: 72px; }
}

/* ---------- Nav ---------- */
.le-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  height: 72px;
  display: flex; align-items: center;
  transition: background-color var(--dur) var(--ease), backdrop-filter var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.le-nav.is-scrolled {
  background: rgba(239, 235, 221, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--linen-line);
}
.le-nav-inner {
  width: 100%; max-width: var(--content-max);
  margin: 0 auto; padding: 0 var(--space-xl);
  display: flex; align-items: center; gap: var(--space-xl);
}
.le-wordmark {
  display: inline-flex; align-items: center;
  height: 44px;
  color: var(--cocoa);
  text-decoration: none;
}
.le-wordmark-stack {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  line-height: 0.82;
}
.le-wordmark-le,
.le-wordmark-num {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cocoa);
}
.le-wordmark-num { color: var(--cocoa); }
.le-wordmark img { height: 44px; width: auto; display: block; }
.le-nav-links { display: flex; gap: var(--space-xl); flex: 1; }
.le-nav-links a {
  font-size: 15px; color: var(--ink); text-decoration: none;
  padding: 8px 0; transition: color var(--dur) var(--ease);
}
.le-nav-links a:hover { color: var(--cocoa); }
.le-nav-cta { padding: 12px 22px; font-size: 14px; }
.le-nav-burger { display: none; background: none; border: none; padding: 8px; color: var(--ink); cursor: pointer; }
.le-nav-burger svg { width: 24px; height: 24px; }
.le-nav-mobile {
  position: absolute; top: 72px; left: 0; right: 0;
  background: var(--cream); border-top: 1px solid var(--border);
  padding: var(--space-md) var(--space-xl);
  display: flex; flex-direction: column; gap: var(--space-md);
}
.le-nav-mobile a { color: var(--ink); text-decoration: none; padding: 8px 0; }

@media (max-width: 880px) {
  .le-nav-links, .le-nav-cta { display: none; }
  .le-nav-burger { display: inline-flex; margin-left: auto; }
  .le-nav-inner { padding: 0 var(--space-md); }
}

/* ---------- Hero ---------- */
.le-hero {
  padding: 144px var(--space-xl) var(--space-3xl);
  position: relative; overflow: hidden;
  background: var(--cloud-dancer);
}
.le-blob {
  position: absolute; pointer-events: none;
  border-radius: 50%; filter: blur(80px); opacity: 0.55;
}
.le-blob-a { background: var(--peach-dust); width: 520px; height: 520px; top: -120px; right: -100px; }
.le-blob-b { background: var(--peach-soft); width: 380px; height: 380px; bottom: -120px; left: -100px; opacity: 0.45; }

.le-hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: var(--space-2xl); align-items: center;
  position: relative; z-index: 1;
}
.le-hero-copy { display: flex; flex-direction: column; gap: var(--space-lg); }
.le-eyebrow { color: var(--peach-deep); }
.le-hero-copy h1 { font-size: clamp(2.75rem, 5vw + 1rem, 4.5rem); }
.le-hero-copy h1 em { font-style: italic; color: var(--cocoa); font-weight: 500; }

.le-hero-slogan {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.7vw + 0.9rem, 1.375rem);
  line-height: 1.35;
  color: var(--peach-deep);
  margin: calc(var(--space-sm) * -1) 0 0 0;
  padding: 0;
  border: 0;
  max-width: 36ch;
  text-wrap: pretty;
}
.le-hero-cta { display: flex; gap: var(--space-md); flex-wrap: wrap; margin-top: var(--space-sm); }
.le-hero-trust {
  display: flex; flex-wrap: wrap; gap: 22px;
  list-style: none; padding: 0; margin: var(--space-lg) 0 0;
  font-size: 14px; color: var(--ink-muted);
}
.le-hero-trust li { display: inline-flex; align-items: center; gap: 8px; }
.le-hero-trust svg { width: 16px; height: 16px; color: var(--cocoa); }

.le-hero-figure { position: relative; }
.le-hero-image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--cream);
  box-shadow: var(--shadow-lg);
}
.le-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.le-hero-card {
  position: absolute; bottom: -28px; left: -28px;
  background: var(--cream); border-radius: var(--radius-lg);
  padding: 18px 22px; display: flex; flex-direction: column;
  gap: 4px; box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}
.le-hero-card strong {
  font-family: var(--font-display); font-size: 36px;
  color: var(--cocoa); font-weight: 500; line-height: 1;
}
.le-hero-card span { font-size: 13px; color: var(--ink-muted); max-width: 160px; }

@media (max-width: 880px) {
  .le-hero { padding: 110px var(--space-md) var(--space-2xl); }
  .le-hero-grid { grid-template-columns: 1fr; gap: var(--space-2xl); }
  .le-hero-card { left: 16px; bottom: -24px; }
}

/* ---------- Pain points ---------- */
.le-pain-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg);
}
.le-pain-card {
  background: var(--shell); border-radius: var(--radius-lg);
  padding: var(--space-xl);
  display: flex; flex-direction: column; gap: 10px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.le-pain-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.le-pain-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--peach-soft); color: var(--cocoa);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 6px;
}
.le-pain-icon svg { width: 24px; height: 24px; }
.le-pain-card h4 { font-size: 22px; }
.le-pain-card p { color: var(--ink-muted); font-size: 15px; line-height: 1.55; }

@media (max-width: 880px) { .le-pain-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .le-pain-grid { grid-template-columns: 1fr; } }

/* ---------- Services ---------- */
.le-svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-xl); }
.le-svc-grid-3 { grid-template-columns: repeat(3, 1fr); }
.le-svc-card {
  background: var(--shell); border-radius: var(--radius-xl);
  overflow: hidden; box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
}
.le-svc-img { aspect-ratio: 16/10; background: var(--noir); margin: 0; overflow: hidden; }
.le-svc-img img { width: 100%; height: 100%; object-fit: cover; }

/* Brand-toned placeholder for service cards without a real photo yet. */
.le-svc-img.is-placeholder {
  background:
    radial-gradient(120% 80% at 30% 25%, rgba(248,244,232,0.55), transparent 55%),
    radial-gradient(90% 70% at 75% 80%, rgba(107,74,54,0.18), transparent 60%),
    linear-gradient(135deg, var(--peach-soft) 0%, var(--peach-dust) 55%, var(--peach-deep) 100%);
  position: relative;
  display: grid; place-items: center;
}
.le-svc-img.is-placeholder::after {
  content: attr(data-placeholder);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--cocoa-deep);
  opacity: 0.55;
  padding: 6px 14px;
  border: 1px solid rgba(74,50,37,0.25);
  border-radius: 999px;
  background: rgba(252,250,243,0.4);
  backdrop-filter: blur(2px);
}
.le-svc-body { padding: var(--space-xl); display: flex; flex-direction: column; gap: 14px; }
.le-svc-body .caption { color: var(--peach-deep); }
.le-svc-body h3 { font-size: 36px; }
.le-svc-body p { color: var(--ink-muted); }
.le-svc-bullets {
  list-style: none; padding: 0; margin: var(--space-sm) 0 0;
  display: flex; flex-direction: column; gap: 10px;
}
.le-svc-bullets li {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 15px; color: var(--ink);
}
.le-svc-bullets svg { width: 18px; height: 18px; color: var(--cocoa); flex: none; }

@media (max-width: 880px) { .le-svc-grid { grid-template-columns: 1fr; } }
@media (max-width: 1100px) { .le-svc-grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px)  { .le-svc-grid-3 { grid-template-columns: 1fr; } }

/* ---------- Problems (chips) ---------- */
.le-problems {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: var(--space-2xl); align-items: center;
}
.le-problems .caption { color: var(--peach-deep); display: block; margin-bottom: 14px; }
.le-problems h2 { margin-bottom: 18px; }
.le-problems p { color: var(--ink-muted); }
.le-chip-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.le-chip {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 10px 18px; font-size: 14px; color: var(--cocoa-deep);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.le-chip:hover { background: var(--peach-dust); border-color: var(--peach-dust); color: var(--cocoa-deep); }

@media (max-width: 880px) { .le-problems { grid-template-columns: 1fr; } }

/* ---------- Pricing ---------- */
.le-price-stack {
  max-width: 820px; margin: 0 auto;
  display: flex; flex-direction: column; gap: var(--space-lg);
}
.le-price-group {
  font-family: var(--font-body); font-size: 18px; font-weight: 600;
  color: var(--cream); background: var(--cocoa);
  padding: 14px 28px; letter-spacing: 0.04em;
}
.le-price-table {
  background: var(--shell); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); overflow: hidden;
}
.le-price-row {
  display: grid; grid-template-columns: 1fr auto auto;
  gap: var(--space-xl); align-items: baseline;
  padding: 22px 28px; border-top: 1px solid var(--border);
  transition: background var(--dur) var(--ease);
}
.le-price-row:first-child { border-top: none; }
.le-price-row:hover { background: var(--cream); }
.le-price-row.is-highlight { background: var(--linen); }
.le-price-row.is-highlight:hover { background: #DCD3BC; }
.le-price-name { font-family: var(--font-body); font-size: 17px; color: var(--ink); font-weight: 500; }
.le-price-dur  { font-size: 14px; color: var(--ink-muted); }
.le-price-cost {
  font-family: var(--font-body); font-size: 18px; color: var(--cocoa);
  font-variant-numeric: tabular-nums; font-weight: 600;
  white-space: nowrap;
}
.le-price-note { text-align: center; color: var(--ink-muted); font-size: 14px; margin-top: var(--space-lg); }

@media (max-width: 540px) {
  .le-price-row { grid-template-columns: 1fr auto; padding: 18px 20px; gap: 6px var(--space-md); }
  .le-price-dur { grid-column: 1; color: var(--ink-faint); }
}

/* ---------- Before / after ---------- */
.le-ba { display: flex; flex-direction: column; align-items: center; gap: var(--space-lg); margin: 0; }
.le-ba-frame {
  position: relative; width: 100%; max-width: 940px;
  aspect-ratio: 16/9; border-radius: var(--radius-xl);
  overflow: hidden; background: var(--noir);
  box-shadow: var(--shadow-lg);
}
.le-ba-frame img { width: 100%; height: 100%; object-fit: cover; transition: opacity var(--dur-slow) var(--ease); }
.le-ba-tag {
  position: absolute; left: 24px; bottom: 24px;
  background: rgba(26,20,16,0.6); color: var(--cream);
  padding: 10px 16px; border-radius: var(--radius-pill);
  font-size: 13px; backdrop-filter: blur(8px);
}
.le-ba figcaption { font-family: var(--font-display); font-size: 22px; color: var(--cream); }
.le-ba-controls { display: flex; align-items: center; gap: 18px; }
.le-ba-btn {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid rgba(248,244,232,0.32);
  background: transparent; color: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.le-ba-btn:hover { background: rgba(248,244,232,0.1); border-color: var(--cream); }
.le-ba-btn svg { width: 18px; height: 18px; }
.le-ba-dots { display: flex; gap: 8px; }
.le-ba-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(248,244,232,0.32); border: none; padding: 0; cursor: pointer;
  transition: background var(--dur) var(--ease), width var(--dur) var(--ease);
}
.le-ba-dot.is-active { background: var(--peach-dust); width: 24px; border-radius: var(--radius-pill); }
.le-ba-note { color: rgba(248,244,232,0.6); font-size: 13px; max-width: 720px; margin: var(--space-lg) auto 0; text-align: center; }

/* ---------- FAQ ---------- */
.le-faq {
  max-width: 820px; margin: 0 auto;
  background: var(--shell); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); overflow: hidden;
}
.le-faq-item { border-top: 1px solid var(--border); }
.le-faq-item:first-child { border-top: none; }
.le-faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 22px 28px; display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-body); font-size: 17px; font-weight: 500; color: var(--ink);
  text-align: left; gap: var(--space-md);
  transition: background var(--dur) var(--ease);
}
.le-faq-q:hover { background: var(--cream); }
.le-faq-chev {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%; background: var(--peach-soft); color: var(--cocoa);
  transition: transform var(--dur) var(--ease);
  flex: none;
}
.le-faq-chev svg { width: 18px; height: 18px; }
.le-faq-item.is-open .le-faq-chev { transform: rotate(180deg); }
.le-faq-a-wrap { overflow: hidden; height: 0; transition: height var(--dur) var(--ease); }
.le-faq-a { padding: 0 28px 22px; color: var(--ink-muted); font-size: 16px; line-height: 1.6; }

/* ---------- Areas ---------- */
.le-areas {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl); align-items: center;
}
.le-areas-copy .caption { color: var(--peach-deep); display:block; margin-bottom: 12px; }
.le-areas-copy h3 { margin-bottom: 14px; }
.le-areas-copy p { color: var(--ink-muted); }
.le-areas-park { margin-top: var(--space-md); display: inline-flex; align-items: center; gap: 8px; color: var(--cocoa) !important; font-weight: 500; }
.le-areas-park svg { width: 16px; height: 16px; }
.le-areas-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px;
}
.le-areas-list li {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--cream); border: 1px solid var(--border);
  border-radius: var(--radius-pill); padding: 12px 18px;
  font-size: 14px; color: var(--ink);
}
.le-areas-list svg { width: 14px; height: 14px; color: var(--cocoa); flex: none; }

@media (max-width: 880px) { .le-areas { grid-template-columns: 1fr; } .le-areas-list { grid-template-columns: 1fr 1fr; } }

/* ---------- Footer ---------- */
.le-footer {
  background: var(--cocoa-deep); color: var(--cream);
  padding: var(--space-3xl) var(--space-xl) var(--space-2xl);
  border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
}
.le-footer h2, .le-footer h3 { color: var(--cream); }
.le-footer-cta { max-width: 720px; }
.le-footer-cta .lead { color: rgba(248,244,232,0.72); }
.le-footer-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2xl); margin-top: var(--space-3xl);
}
.le-footer-line { color: rgba(248,244,232,0.78); line-height: 1.7; margin-top: 8px; }
.le-footer-social { display: flex; flex-direction: column; gap: 8px; }
.le-footer-social a { color: rgba(248,244,232,0.78); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: color var(--dur) var(--ease); }
.le-footer-social a:hover { color: var(--peach-dust); }
.le-footer-social svg { width: 16px; height: 16px; }
.le-footer-base {
  margin-top: var(--space-2xl); padding-top: var(--space-lg);
  border-top: 1px solid rgba(248,244,232,0.15);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--space-md);
  font-size: 13px; color: rgba(248,244,232,0.5);
}
.le-btn-ghost-light { color: var(--cream); border-color: rgba(248,244,232,0.4); }
.le-btn-ghost-light:hover { background: var(--cream); color: var(--cocoa-deep); }

@media (max-width: 880px) {
  .le-footer { padding: var(--space-2xl) var(--space-md); border-radius: 40px 40px 0 0; }
  .le-footer-grid { grid-template-columns: 1fr; gap: var(--space-xl); }
}

/* ============================================================
   Booking — single-form modal
   ============================================================ */

/* Backdrop + sheet */
.le-bk-modal {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(26, 20, 16, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 6vh var(--space-md) var(--space-md);
  overflow-y: auto;
  animation: bkFade var(--dur) var(--ease);
}
@keyframes bkFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes bkRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.le-bk-sheet {
  position: relative;
  width: 100%; max-width: 720px;
  background: var(--shell);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: var(--space-2xl) var(--space-2xl);
  animation: bkRise 480ms var(--ease);
}
.le-bk-close {
  position: absolute; top: 18px; right: 18px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--cream); border: 1px solid var(--border); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-muted);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
  z-index: 2;
}
.le-bk-close:hover { background: var(--peach-soft); color: var(--cocoa); }
.le-bk-close svg { width: 18px; height: 18px; }

/* Form layout */
.le-bk-form { display: flex; flex-direction: column; gap: var(--space-xl); }
.le-bk-head { text-align: left; }
.le-bk-head .caption { color: var(--peach-deep); display: block; margin-bottom: 10px; }
.le-bk-head h2 { font-size: clamp(2rem, 3vw + 1rem, 2.75rem); margin-bottom: 10px; }
.le-bk-sub { color: var(--ink-muted); max-width: 540px; }

.le-bk-block { display: flex; flex-direction: column; gap: 14px; }
.le-bk-blockhead { display: flex; align-items: center; gap: 12px; }
.le-bk-blockhead h3 {
  font-family: var(--font-display); font-size: 24px; font-weight: 500;
  color: var(--ink); margin: 0;
}
.le-bk-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--peach-dust); color: var(--cocoa-deep);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 15px; font-weight: 500;
}

/* Days — horizontal scroll of next 14 days */
.le-bk-days {
  display: grid; grid-auto-flow: column; grid-auto-columns: 86px; gap: 10px;
  overflow-x: auto; padding-bottom: 6px;
  scroll-snap-type: x proximity;
}
.le-bk-days > * { scroll-snap-align: start; }
.le-bk-day {
  background: var(--cream); border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 12px 8px; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  font-family: var(--font-body); color: var(--ink);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.le-bk-day:hover { border-color: var(--peach-deep); }
.le-bk-day.is-on {
  background: var(--cocoa); border-color: var(--cocoa); color: var(--cream);
}
.le-bk-day-dow {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-muted); font-weight: 600;
}
.le-bk-day.is-on .le-bk-day-dow { color: var(--peach-dust); }
.le-bk-day-num {
  font-family: var(--font-display); font-size: 24px; line-height: 1.1;
  font-weight: 500;
}
.le-bk-day-mon { font-size: 12px; color: var(--ink-muted); text-transform: lowercase; }
.le-bk-day.is-on .le-bk-day-mon { color: rgba(248,244,232,0.7); }

/* Slot list */
.le-bk-slotwrap {
  background: var(--cream); border-radius: var(--radius-lg);
  padding: 18px 20px; display: flex; flex-direction: column; gap: 12px;
}
.le-bk-slotlabel {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--ink-muted);
}
.le-bk-slotlabel svg { width: 14px; height: 14px; color: var(--cocoa); }
.le-bk-slotlabel strong { color: var(--ink); font-weight: 500; }
.le-bk-slots {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px;
}
.le-bk-slot {
  background: var(--shell); border: 1.5px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 10px 6px; font-family: var(--font-body); font-size: 13px;
  color: var(--ink); cursor: pointer; font-variant-numeric: tabular-nums;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.le-bk-slot:hover:not(:disabled) { border-color: var(--peach-deep); }
.le-bk-slot.is-on { background: var(--cocoa); border-color: var(--cocoa); color: var(--cream); }
.le-bk-slot.is-taken { opacity: 0.35; cursor: not-allowed; text-decoration: line-through; }

.le-bk-hint { color: var(--ink-muted); font-size: 14px; padding: 4px 0 0; }

/* Fields */
.le-bk-fields {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md);
}
.le-bk-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; border: none; padding: 0; margin: 0; }
.le-bk-field-wide { grid-column: 1 / -1; }
.le-bk-field > span, .le-bk-field > legend {
  font-size: 13px; font-weight: 500; color: var(--ink); padding: 0;
}
.le-bk-field em { color: var(--peach-deep); font-style: normal; }
.le-bk-field input {
  font-family: var(--font-body); font-size: 16px; color: var(--ink);
  background: var(--cream); border: 1.5px solid var(--border);
  border-radius: var(--radius-md); padding: 14px 16px;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
  width: 100%;
}
.le-bk-field input:focus {
  outline: none; border-color: var(--cocoa); background: var(--shell);
}

/* Yes/no pill radio */
.le-bk-pills legend { margin-bottom: 8px; }
.le-bk-pill-row { display: flex; gap: 10px; flex-wrap: wrap; }
.le-bk-pill { position: relative; cursor: pointer; }
.le-bk-pill input { position: absolute; opacity: 0; pointer-events: none; }
.le-bk-pill span {
  display: inline-block;
  background: var(--cream); border: 1.5px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 10px 22px; font-size: 14px; color: var(--ink);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.le-bk-pill:hover span { border-color: var(--peach-deep); }
.le-bk-pill.is-on span { background: var(--cocoa); border-color: var(--cocoa); color: var(--cream); }

/* Summary block + submit foot */
.le-bk-foot {
  display: flex; flex-direction: column; gap: var(--space-md);
  padding-top: var(--space-md);
  border-top: 1px solid var(--border);
}
.le-bk-summary {
  background: var(--linen); border-radius: var(--radius-lg);
  padding: 16px 20px;
  transition: background var(--dur) var(--ease);
}
.le-bk-summary .caption { color: var(--peach-deep); display: block; margin-bottom: 10px; }
.le-bk-summary.is-ready { background: var(--peach-soft); }
.le-bk-summary-rows { display: flex; flex-direction: column; gap: 8px; }
.le-bk-summary-rows > div { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink); }
.le-bk-summary-rows svg { width: 16px; height: 16px; color: var(--cocoa); flex: none; }
.le-bk-summary-empty { color: var(--ink-muted); font-size: 14px; margin: 0; }

.le-bk-check {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 14px; color: var(--ink-muted); cursor: pointer;
  line-height: 1.55;
}
.le-bk-check input {
  margin-top: 3px; accent-color: var(--cocoa);
  width: 18px; height: 18px; flex: none;
}
.le-bk-check a { color: var(--cocoa); text-decoration: underline; text-underline-offset: 3px; }

.le-bk-submit {
  width: 100%; padding: 16px 28px; font-size: 16px;
}
.le-bk-submit:disabled { opacity: 0.4; cursor: not-allowed; }
.le-bk-finehint { text-align: center; color: var(--ink-faint); font-size: 13px; margin: 0; }

/* Done */
.le-bk-done {
  display: flex; flex-direction: column; align-items: center; gap: var(--space-md);
  text-align: center; padding: var(--space-md) 0;
}
.le-bk-done .caption { color: var(--peach-deep); }
.le-bk-done h2 { font-size: clamp(2rem, 3vw + 1rem, 2.5rem); margin: 0; }
.le-bk-done-mark {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--peach-dust); color: var(--cocoa-deep);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 4px;
}
.le-bk-done-mark svg { width: 32px; height: 32px; }
.le-bk-done-lead { color: var(--ink-muted); max-width: 480px; line-height: 1.6; }
.le-bk-done-card {
  width: 100%; background: var(--cream); border-radius: var(--radius-lg);
  padding: 18px 22px; display: flex; flex-direction: column; gap: 10px;
  text-align: left; margin-top: 4px;
}
.le-bk-done-card > div { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink); }
.le-bk-done-card svg { width: 16px; height: 16px; color: var(--cocoa); flex: none; }
.le-bk-done-hint { color: var(--ink-muted); font-size: 14px; margin-top: 4px; }
.le-bk-done-hint a { color: var(--cocoa); font-weight: 500; }
.le-bk-done .btn { margin-top: 4px; }

@media (max-width: 720px) {
  .le-bk-modal { padding: 2vh var(--space-sm) var(--space-sm); }
  .le-bk-sheet { padding: var(--space-2xl) var(--space-lg); border-radius: var(--radius-lg); }
  .le-bk-days { grid-auto-columns: 72px; }
  .le-bk-slots { grid-template-columns: repeat(4, 1fr); }
  .le-bk-fields { grid-template-columns: 1fr; }
  .le-bk-close { top: 12px; right: 12px; width: 36px; height: 36px; }
}
