/* ==========================================================================
   Lumen Hall — bespoke event-venue concept
   Only used by /concepts/events/. Shares no rules with local-concept.css.

   Contrast notes (measured, sRGB, WCAG 2.x):
     ink   #351d26 on paper #f8f1ed .................. 13.8:1
     muted #6d5560 on paper ........................... 6.0:1
     accent#b53f58 on paper ........................... 4.9:1
     white #ffffff on accent .......................... 5.5:1
     ok    #2f6b4a on paper ........................... 5.7:1
     warn  #9a5a1f on paper ........................... 4.9:1
     no    #8f2f45 on paper ........................... 7.1:1
     paper on ink .................................... 13.8:1
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-var.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --lh-ink: #351d26;
  --lh-ink-2: #4d2f3a;
  --lh-muted: #6d5560;
  --lh-paper: #f8f1ed;
  --lh-paper-2: #f0e3dd;
  --lh-card: #fffdfb;
  --lh-accent: #b53f58;
  --lh-accent-deep: #8f2f45;
  --lh-blush: #f5c4c5;
  --lh-blush-soft: #fbe6e5;
  --lh-ok: #2f6b4a;
  --lh-warn: #9a5a1f;
  --lh-line: rgba(53, 29, 38, 0.15);
  --lh-line-strong: rgba(53, 29, 38, 0.3);
  --lh-shadow-sm: 0 6px 18px rgba(53, 29, 38, 0.06);
  --lh-shadow: 0 22px 60px rgba(53, 29, 38, 0.1);
  --lh-shadow-lg: 0 30px 80px rgba(53, 29, 38, 0.18);
  --lh-focus: #7a2338;
  --lh-display: "Fraunces", Georgia, "Times New Roman", serif;
  --lh-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --lh-radius: 1.15rem;
  --lh-pad: clamp(1.1rem, 4vw, 4.5rem);
}

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

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 0;
  min-height: 100svh;
  overflow-x: clip;
  background: var(--lh-paper);
  color: var(--lh-ink);
  font-family: var(--lh-body);
  font-size: 1rem;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: var(--lh-display);
  font-weight: 460;
  letter-spacing: -0.028em;
  line-height: 1.06;
  font-optical-sizing: auto;
}

h1 {
  font-size: clamp(2.6rem, 6.2vw, 5.1rem);
  font-weight: 400;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
  font-size: clamp(1.12rem, 1.6vw, 1.38rem);
  font-weight: 520;
}

table {
  border-collapse: collapse;
  width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

legend {
  padding: 0;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--lh-focus);
  outline-offset: 3px;
  border-radius: 0.3rem;
}

::selection {
  background: var(--lh-blush);
  color: var(--lh-ink);
}

.lh-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.lh-icon,
.lh-spec__icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lh-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.lh-skip {
  position: fixed;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 200;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  background: var(--lh-ink);
  color: var(--lh-paper);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-260%);
  transition: transform 160ms ease;
}

.lh-skip:focus {
  transform: translateY(0);
}

.lh-eyebrow {
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--lh-accent-deep);
}

.lh-eyebrow--light {
  color: var(--lh-blush);
}

.lh-fine {
  color: var(--lh-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.lh-fine--center {
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
}

.lh-fine--light {
  color: rgba(248, 241, 237, 0.72);
}

.lh-dot {
  width: 0.5rem;
  height: 0.5rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lh-blush);
  box-shadow: 0 0 0 0.22rem rgba(245, 196, 197, 0.22);
}

/* --------------------------------------------------------------- buttons -- */

.lh-btn {
  min-height: 3.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid var(--lh-accent-deep);
  border-radius: 999px;
  background: var(--lh-accent-deep);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition:
    transform 170ms ease,
    background-color 170ms ease,
    box-shadow 170ms ease;
}

.lh-btn:hover {
  background: #78243a;
  border-color: #78243a;
  box-shadow: 0 14px 30px rgba(122, 35, 56, 0.26);
  transform: translateY(-2px);
}

.lh-btn:active {
  transform: translateY(0) scale(0.985);
}

.lh-btn--sm {
  min-height: 2.8rem;
  padding: 0.6rem 1.05rem;
  font-size: 0.8rem;
}

.lh-btn--full {
  width: 100%;
}

.lh-btn--ghost {
  border-color: var(--lh-line-strong);
  background: transparent;
  color: var(--lh-ink);
}

.lh-btn--ghost:hover {
  border-color: var(--lh-ink);
  background: rgba(53, 29, 38, 0.06);
  box-shadow: none;
  color: var(--lh-ink);
}

.lh-btn--light {
  border-color: var(--lh-card);
  background: var(--lh-card);
  color: var(--lh-ink);
}

.lh-btn--light:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.lh-btn--ghost-light {
  border-color: rgba(248, 241, 237, 0.45);
  background: transparent;
  color: var(--lh-paper);
}

.lh-btn--ghost-light:hover {
  border-color: var(--lh-paper);
  background: rgba(248, 241, 237, 0.1);
  box-shadow: none;
  color: #fff;
}

.lh-iconbtn {
  width: 2.85rem;
  height: 2.85rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--lh-line-strong);
  border-radius: 50%;
  color: var(--lh-ink);
  transition: background-color 150ms ease, border-color 150ms ease;
}

.lh-iconbtn:hover {
  border-color: var(--lh-ink);
  background: rgba(53, 29, 38, 0.07);
}

.lh-iconbtn .lh-icon {
  width: 1.15rem;
  height: 1.15rem;
}

/* ----------------------------------------------------------- preview bar -- */

.lh-preview {
  position: relative;
  z-index: 90;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.15rem var(--lh-pad);
  background: var(--lh-ink);
  color: rgba(248, 241, 237, 0.84);
  font-size: 0.7rem;
  font-weight: 620;
}

.lh-preview a {
  min-height: 2.75rem;
  min-width: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--lh-paper);
  text-decoration: none;
}

.lh-preview a:hover {
  text-decoration: underline;
}

.lh-preview :focus-visible {
  outline-color: var(--lh-blush);
}

.lh-preview__note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
}

.lh-preview .lh-icon {
  width: 0.9rem;
  height: 0.9rem;
}

/* ---------------------------------------------------------------- header -- */

/* This header never floats over the photograph — it sits on paper and keeps
   its own translucent surface, so one ink colour is legible at every scroll
   position. The photographic band starts below it. */
.lh-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem var(--lh-pad);
  border-bottom: 1px solid transparent;
  background: color-mix(in srgb, var(--lh-paper) 92%, transparent);
}

@supports (backdrop-filter: blur(1px)) {
  .lh-header {
    background: color-mix(in srgb, var(--lh-paper) 90%, transparent);
    backdrop-filter: blur(18px) saturate(140%);
  }
}

.lh-header.is-stuck {
  border-bottom-color: var(--lh-line);
  box-shadow: 0 10px 30px rgba(53, 29, 38, 0.06);
}

.lh-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.75rem;
  color: var(--lh-ink);
  text-decoration: none;
}

.lh-brand__mark {
  width: 2.45rem;
  height: 2.45rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lh-ink);
  color: var(--lh-blush);
  font-family: var(--lh-display);
  font-size: 0.8rem;
  font-weight: 560;
  letter-spacing: 0.03em;
}

.lh-brand__text strong {
  display: block;
  font-family: var(--lh-display);
  font-size: 1.05rem;
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.lh-brand__text small {
  display: block;
  margin-top: 0.05rem;
  color: var(--lh-muted);
  font-size: 0.56rem;
  font-weight: 680;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lh-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 1.6vw, 1.35rem);
  font-size: 0.79rem;
  font-weight: 640;
}

.lh-nav > a:not(.lh-btn) {
  position: relative;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--lh-ink);
  text-decoration: none;
  white-space: nowrap;
}

.lh-nav > a:not(.lh-btn)::after {
  position: absolute;
  right: 0;
  bottom: 0.55rem;
  left: 0;
  height: 1.5px;
  border-radius: 2px;
  background: var(--lh-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.lh-nav > a:not(.lh-btn):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.lh-menu-toggle {
  min-height: 2.9rem;
  display: none;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--lh-line-strong);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

/* ------------------------------------------------------------------ hero -- */

.lh-hero {
  position: relative;
  padding: clamp(2.2rem, 5vw, 4.2rem) var(--lh-pad) clamp(2rem, 4vw, 3.4rem);
}

.lh-lights {
  position: absolute;
  top: 0.4rem;
  right: 0;
  left: 0;
  width: 100%;
  height: clamp(2.5rem, 6vw, 4.5rem);
  opacity: 0.9;
  pointer-events: none;
}

.lh-lights__wire {
  fill: none;
  stroke: var(--lh-line-strong);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.lh-lights__bulbs circle {
  fill: var(--lh-blush);
  stroke: var(--lh-accent);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  animation: lh-glow 5s ease-in-out infinite;
}

.lh-lights__bulbs circle:nth-child(2n) {
  animation-delay: -1.6s;
}

.lh-lights__bulbs circle:nth-child(3n) {
  animation-delay: -3.1s;
}

@keyframes lh-glow {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

.lh-hero__intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(1rem, 3vw, 3rem);
  max-width: 84rem;
  margin-inline: auto;
}

.lh-hero__intro .lh-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0.9rem;
}

.lh-hero h1 {
  max-width: 15ch;
  text-wrap: balance;
}

.lh-hero__lede {
  color: var(--lh-ink-2);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  padding-bottom: 0.4rem;
  border-left: 2px solid var(--lh-blush);
  padding-left: 1.1rem;
}

/* ------------------------------------------------------- the brief panel -- */

.lh-brief {
  position: relative;
  max-width: 84rem;
  margin: clamp(1.8rem, 4vw, 3rem) auto 0;
  padding: clamp(1.3rem, 3vw, 2.4rem);
  border-radius: var(--lh-radius);
  background: var(--lh-ink);
  box-shadow: var(--lh-shadow);
  color: var(--lh-paper);
}

.lh-brief::before {
  position: absolute;
  inset: auto 0 100% 0;
  height: 0.5rem;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--lh-blush), var(--lh-accent));
  content: "";
  transform: translateY(0.5rem);
}

.lh-brief :focus-visible {
  outline-color: var(--lh-blush);
}

.lh-brief__line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.7rem;
  font-family: var(--lh-display);
  font-size: clamp(1.3rem, 2.1vw, 1.82rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.lh-brief__word {
  white-space: nowrap;
}

.lh-brief__field select,
.lh-brief__field input {
  min-height: 3rem;
  max-width: 100%;
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(248, 241, 237, 0.4);
  border-radius: 0.8rem;
  background: rgba(248, 241, 237, 0.08);
  color: #fff;
  font-family: var(--lh-display);
  font-size: inherit;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.lh-brief__field select {
  padding-right: 2.4rem;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--lh-blush) 50%),
    linear-gradient(135deg, var(--lh-blush) 50%, transparent 50%);
  background-position: right 1.15rem center, right 0.75rem center;
  background-size: 0.4rem 0.4rem, 0.4rem 0.4rem;
  background-repeat: no-repeat;
}

.lh-brief__field select option {
  background: var(--lh-ink);
  color: #fff;
}

.lh-brief__field input[type="date"] {
  color-scheme: dark;
}

/* A date input hands focus to its own shadow segments, so :focus-visible never
   matches the host and the field would otherwise tab through unmarked. */
.lh-brief__field input[type="date"]:focus,
.lh-brief__field input[type="date"]:focus-within {
  outline: 3px solid var(--lh-blush);
  outline-offset: 3px;
}

.lh-brief__field input:hover,
.lh-brief__field select:hover {
  border-color: var(--lh-blush);
}

/* stepper ---------------------------------------------------------------- */

.lh-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem;
  border: 1px solid rgba(248, 241, 237, 0.4);
  border-radius: 0.9rem;
  background: rgba(248, 241, 237, 0.08);
}

.lh-stepper__btn {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border-radius: 0.7rem;
  color: var(--lh-blush);
  transition: background-color 150ms ease;
}

.lh-stepper__btn:hover {
  background: rgba(248, 241, 237, 0.16);
  color: #fff;
}

.lh-stepper__btn .lh-icon {
  width: 1.2rem;
  height: 1.2rem;
  stroke-width: 2.2;
}

.lh-stepper__field input {
  width: 4.1ch;
  min-height: 2.75rem;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-family: var(--lh-display);
  font-size: inherit;
  font-weight: 560;
  text-align: center;
  appearance: textfield;
}

.lh-stepper__field input::-webkit-outer-spin-button,
.lh-stepper__field input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* the answer ------------------------------------------------------------- */

.lh-brief__answer {
  margin-top: clamp(1.2rem, 2.5vw, 1.8rem);
  padding-top: clamp(1.1rem, 2.5vw, 1.6rem);
  border-top: 1px solid rgba(248, 241, 237, 0.18);
}

.lh-brief__verdict {
  max-width: 52rem;
  color: rgba(248, 241, 237, 0.9);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
}

.lh-fitchips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
  gap: 0.6rem;
  margin-top: 1.1rem;
  padding: 0;
  list-style: none;
}

.lh-fitchip {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(248, 241, 237, 0.2);
  border-left-width: 3px;
  border-radius: 0.7rem;
  background: rgba(248, 241, 237, 0.06);
}

.lh-fitchip__room {
  font-size: 0.85rem;
  font-weight: 680;
}

.lh-fitchip__state {
  color: rgba(248, 241, 237, 0.74);
  font-size: 0.73rem;
  font-weight: 620;
}

.lh-fitchip.is-ok {
  border-left-color: #8fd6ab;
}

.lh-fitchip.is-ok .lh-fitchip__state {
  color: #8fd6ab;
}

.lh-fitchip.is-tight {
  border-left-color: #f0c48a;
}

.lh-fitchip.is-tight .lh-fitchip__state {
  color: #f0c48a;
}

.lh-fitchip.is-over {
  border-left-color: var(--lh-blush);
  opacity: 0.75;
}

.lh-fitchip.is-over .lh-fitchip__state {
  color: var(--lh-blush);
}

.lh-brief__fine {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 1.2rem;
  color: rgba(248, 241, 237, 0.66);
  font-size: 0.76rem;
  line-height: 1.5;
}

.lh-brief__fine .lh-icon {
  margin-top: 0.22rem;
}

/* -------------------------------------------- to-scale strip + photo ----- */

/* The photograph is deliberately never rendered wider than about 640 CSS px,
   so the 102 KB `-640w` file is served at close to native resolution and the
   page never downloads the 178 KB variant. */
.lh-scale {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
  margin-top: clamp(2rem, 4vw, 3.4rem);
  background: var(--lh-ink);
  color: var(--lh-paper);
}

.lh-scale :focus-visible {
  outline-color: var(--lh-blush);
}

.lh-scale__photo {
  position: relative;
  min-height: clamp(15rem, 26vw, 24rem);
  overflow: hidden;
  background: var(--lh-ink-2);
}

/* Absolute so the portrait file's intrinsic height cannot drive the row —
   the panel and the min-height set the strip, the photo crops into it. */
.lh-scale__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

/* Two scrims, not one. The diagonal shapes the picture; the vertical one is
   the guarantee — the caption sits in the bottom band where the composite is
   at least 0.78 ink, so white type clears 6:1 even over the brightest chair. */
.lh-scale__photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(53, 29, 38, 0.94) 0%,
      rgba(53, 29, 38, 0.82) 26%,
      rgba(53, 29, 38, 0.34) 58%,
      rgba(53, 29, 38, 0.04) 86%
    ),
    linear-gradient(90deg, rgba(53, 29, 38, 0.4) 0%, rgba(53, 29, 38, 0) 55%);
  content: "";
}

.lh-scale__photo figcaption {
  position: absolute;
  right: clamp(1rem, 2.5vw, 2rem);
  bottom: clamp(1rem, 2.5vw, 1.8rem);
  left: clamp(1rem, 2.5vw, 2rem);
  z-index: 2;
}

.lh-scale__photo figcaption span {
  display: block;
  color: var(--lh-blush);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.lh-scale__photo figcaption strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-family: var(--lh-display);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 440;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.lh-scale__panel {
  padding: clamp(1.7rem, 3.4vw, 2.8rem) var(--lh-pad) clamp(1.7rem, 3.4vw, 2.8rem)
    clamp(1.4rem, 3.2vw, 2.8rem);
}

.lh-scale__panel h2 {
  margin: 0.6rem 0 0.7rem;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
}

.lh-scale__lede {
  max-width: 42rem;
  color: rgba(248, 241, 237, 0.8);
  font-size: 0.92rem;
}

.lh-scale__svg {
  width: 100%;
  height: auto;
  max-width: 39rem;
  margin: clamp(1rem, 2.2vw, 1.5rem) 0 0.8rem;
}

.lh-s-room rect {
  fill: rgba(245, 196, 197, 0.14);
  stroke: var(--lh-blush);
  stroke-width: 2;
}

.lh-s-room rect:first-child {
  fill: rgba(245, 196, 197, 0.26);
}

.lh-s-name text {
  fill: #fff;
  font-family: var(--lh-display);
  font-size: 17px;
  font-weight: 540;
  letter-spacing: -0.01em;
}

.lh-s-dim,
.lh-s-dim text {
  fill: rgba(248, 241, 237, 0.72);
  font-family: var(--lh-body);
  font-size: 12.5px;
  font-weight: 620;
}

.lh-s-bar path {
  fill: none;
  stroke: rgba(248, 241, 237, 0.55);
  stroke-width: 1.6;
  stroke-linecap: round;
}

/* -------------------------------------------------- shared section heads -- */

.lh-rooms,
.lh-dates,
.lh-quote,
.lh-day,
.lh-building,
.lh-send {
  padding: clamp(2.8rem, 6vw, 5.5rem) var(--lh-pad);
}

.lh-rooms__head,
.lh-dates__head,
.lh-quote__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(1rem, 3vw, 3rem);
  max-width: 84rem;
  margin: 0 auto clamp(1.6rem, 3.5vw, 2.6rem);
}

.lh-rooms__head .lh-eyebrow,
.lh-dates__head .lh-eyebrow,
.lh-quote__head .lh-eyebrow {
  margin-bottom: 0.55rem;
}

.lh-rooms__intro,
.lh-dates__intro,
.lh-quote__intro {
  color: var(--lh-ink-2);
  font-size: 0.94rem;
}

/* ---------------------------------------------------------- rooms + plan -- */

.lh-rooms {
  background: var(--lh-paper);
}

.lh-rooms__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  max-width: 84rem;
  margin-inline: auto;
}

.lh-plan {
  position: sticky;
  top: 6rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid var(--lh-line);
  border-radius: var(--lh-radius);
  background: var(--lh-card);
  box-shadow: var(--lh-shadow-sm);
}

.lh-plan__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--lh-line);
}

.lh-plan__room {
  font-family: var(--lh-display);
  font-size: 1.3rem;
  font-weight: 520;
  letter-spacing: -0.02em;
}

.lh-plan__layout {
  color: var(--lh-accent-deep);
  font-size: 0.74rem;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lh-plan__canvas {
  margin: 1rem 0 0.9rem;
  padding: 0.6rem;
  border-radius: 0.85rem;
  background: repeating-linear-gradient(
      0deg,
      transparent 0 1.24rem,
      rgba(53, 29, 38, 0.05) 1.24rem 1.25rem
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 1.24rem,
      rgba(53, 29, 38, 0.05) 1.24rem 1.25rem
    ),
    var(--lh-paper);
}

.lh-plan__svg {
  width: 100%;
  height: auto;
}

/* Plan primitives — one source of truth for the SVG the module draws. */
.lh-plan__svg .lh-p-wall {
  fill: rgba(255, 253, 251, 0.72);
  stroke: var(--lh-ink);
  stroke-width: 2.4;
  stroke-linejoin: round;
}

.lh-plan__svg .lh-p-terrace {
  fill: rgba(143, 178, 142, 0.16);
  stroke: rgba(53, 29, 38, 0.35);
  stroke-width: 1.2;
  stroke-dasharray: 5 4;
}

.lh-plan__svg .lh-p-link {
  fill: rgba(53, 29, 38, 0.07);
  stroke: var(--lh-ink);
  stroke-width: 1.6;
}

.lh-plan__svg .lh-p-floor {
  fill: rgba(181, 63, 88, 0.13);
  stroke: var(--lh-accent);
  stroke-width: 1.6;
  stroke-dasharray: 6 4;
}

.lh-plan__svg .lh-p-bar {
  fill: var(--lh-ink);
}

.lh-plan__svg .lh-p-stage {
  fill: rgba(53, 29, 38, 0.5);
}

.lh-plan__svg .lh-p-table {
  fill: var(--lh-blush);
  stroke: var(--lh-accent-deep);
  stroke-width: 1.3;
}

.lh-plan__svg .lh-p-seat {
  fill: var(--lh-accent-deep);
}

.lh-plan__svg .lh-p-chair {
  fill: var(--lh-accent-deep);
  opacity: 0.86;
}

/* No font-size here on purpose — the module sets it per label so text always
   fits the box it names, and a CSS declaration would beat that attribute. */
.lh-plan__svg .lh-p-label {
  fill: var(--lh-muted);
  font-family: var(--lh-body);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lh-plan__svg .lh-p-dim {
  stroke: var(--lh-muted);
  stroke-width: 1;
  fill: none;
}

.lh-plan__svg .lh-p-door {
  stroke: var(--lh-accent);
  stroke-width: 3;
  stroke-linecap: round;
  fill: none;
}

.lh-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.1rem;
  padding: 0;
  list-style: none;
  color: var(--lh-muted);
  font-size: 0.73rem;
  font-weight: 620;
}

.lh-legend li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.lh-swatch {
  width: 0.75rem;
  height: 0.75rem;
  flex: 0 0 auto;
  border-radius: 0.2rem;
}

.lh-swatch--table {
  border: 1px solid var(--lh-accent-deep);
  border-radius: 50%;
  background: var(--lh-blush);
}

.lh-swatch--seat {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--lh-accent-deep);
}

.lh-swatch--floor {
  border: 1px dashed var(--lh-accent);
  background: rgba(181, 63, 88, 0.14);
}

.lh-swatch--bar {
  background: var(--lh-ink);
}

.lh-swatch--stage {
  background: rgba(53, 29, 38, 0.5);
}

.lh-plan__read {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--lh-line);
  color: var(--lh-ink-2);
  font-size: 0.9rem;
}

.lh-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

.lh-facts > div {
  padding: 0.6rem 0.75rem;
  border-radius: 0.65rem;
  background: var(--lh-paper);
}

.lh-facts dt {
  color: var(--lh-muted);
  font-size: 0.64rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lh-facts dd {
  margin: 0.15rem 0 0;
  font-family: var(--lh-display);
  font-size: 1.02rem;
  font-weight: 540;
  letter-spacing: -0.015em;
}

/* --------------------------------------------------- controls (shared) --- */

.lh-controls {
  display: grid;
  gap: clamp(1.1rem, 2.4vw, 1.7rem);
}

.lh-group legend {
  margin-bottom: 0.6rem;
  color: var(--lh-ink);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lh-group__note {
  margin-top: 0.6rem;
  color: var(--lh-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.lh-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lh-chips--stack {
  flex-direction: column;
  flex-wrap: nowrap;
}

.lh-chip {
  position: relative;
  min-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.05rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid var(--lh-line-strong);
  border-radius: 0.75rem;
  background: var(--lh-card);
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.lh-chip--wide {
  width: 100%;
}

.lh-chip input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.lh-chip__name {
  font-size: 0.86rem;
  font-weight: 680;
}

.lh-chip__meta {
  color: var(--lh-muted);
  font-size: 0.74rem;
  line-height: 1.4;
}

.lh-chip:hover {
  border-color: var(--lh-ink);
}

.lh-chip:has(input:checked) {
  border-color: var(--lh-accent-deep);
  background: var(--lh-blush-soft);
  box-shadow: inset 0 0 0 1px var(--lh-accent-deep);
}

.lh-chip:has(input:checked) .lh-chip__meta {
  color: var(--lh-ink-2);
}

.lh-chip:has(input:focus-visible) {
  outline: 3px solid var(--lh-focus);
  outline-offset: 3px;
}

/* switch + checkbox rows -------------------------------------------------- */

.lh-switch,
.lh-add {
  position: relative;
  min-height: 3.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--lh-line-strong);
  border-radius: 0.75rem;
  background: var(--lh-card);
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.lh-add {
  align-items: center;
}

.lh-switch input,
.lh-add input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.lh-switch__box,
.lh-add__box {
  width: 1.4rem;
  height: 1.4rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin-top: 0.12rem;
  border: 1.5px solid var(--lh-line-strong);
  border-radius: 0.4rem;
  background: var(--lh-paper);
  color: transparent;
}

.lh-add__box {
  margin-top: 0;
}

.lh-switch__box .lh-icon,
.lh-add__box .lh-icon {
  width: 0.9rem;
  height: 0.9rem;
  stroke-width: 2.6;
}

.lh-switch:has(input:checked),
.lh-add:has(input:checked) {
  border-color: var(--lh-accent-deep);
  background: var(--lh-blush-soft);
}

.lh-switch:has(input:checked) .lh-switch__box,
.lh-add:has(input:checked) .lh-add__box {
  border-color: var(--lh-accent-deep);
  background: var(--lh-accent-deep);
  color: #fff;
}

.lh-switch:has(input:focus-visible),
.lh-add:has(input:focus-visible) {
  outline: 3px solid var(--lh-focus);
  outline-offset: 3px;
}

.lh-switch__text,
.lh-add__text {
  display: block;
  min-width: 0;
}

.lh-switch__text strong,
.lh-add__text strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 680;
}

.lh-switch__text small,
.lh-add__text small {
  display: block;
  color: var(--lh-muted);
  font-size: 0.75rem;
  line-height: 1.45;
}

.lh-add__price {
  margin-left: auto;
  padding-left: 0.6rem;
  font-family: var(--lh-display);
  font-size: 1rem;
  font-weight: 560;
  white-space: nowrap;
}

.lh-adds {
  display: grid;
  gap: 0.5rem;
}

/* room list -------------------------------------------------------------- */

.lh-roomlist {
  display: grid;
  gap: 0.6rem;
  padding: 0;
  list-style: none;
}

.lh-room__label {
  position: relative;
  display: grid;
  gap: 0.3rem;
  padding: 0.95rem 1.05rem;
  border: 1px solid var(--lh-line-strong);
  border-radius: 0.85rem;
  background: var(--lh-card);
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.lh-room__label input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.lh-room__label:hover {
  border-color: var(--lh-ink);
}

.lh-room__label:has(input:checked) {
  border-color: var(--lh-accent-deep);
  background: var(--lh-blush-soft);
  box-shadow: inset 0 0 0 1px var(--lh-accent-deep);
}

.lh-room__label:has(input:focus-visible) {
  outline: 3px solid var(--lh-focus);
  outline-offset: 3px;
}

.lh-room__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.3rem 0.8rem;
}

.lh-room__name {
  font-family: var(--lh-display);
  font-size: 1.15rem;
  font-weight: 540;
  letter-spacing: -0.02em;
}

.lh-room__price {
  color: var(--lh-accent-deep);
  font-size: 0.8rem;
  font-weight: 720;
}

.lh-room__meta {
  color: var(--lh-muted);
  font-size: 0.73rem;
  font-weight: 620;
}

.lh-room__desc {
  color: var(--lh-ink-2);
  font-size: 0.82rem;
  line-height: 1.5;
}

.lh-room__bar {
  height: 0.4rem;
  margin-top: 0.35rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(53, 29, 38, 0.12);
}

.lh-room__bar i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--lh-ok);
  transition: width 320ms cubic-bezier(0.22, 1, 0.36, 1), background-color 200ms ease;
}

.lh-room__state {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--lh-ok);
}

.lh-room.is-tight .lh-room__bar i,
.lh-room.is-sparse .lh-room__bar i {
  background: var(--lh-warn);
}

.lh-room.is-tight .lh-room__state,
.lh-room.is-sparse .lh-room__state {
  color: var(--lh-warn);
}

.lh-room.is-over .lh-room__bar i {
  background: var(--lh-accent-deep);
}

.lh-room.is-over .lh-room__state {
  color: var(--lh-accent-deep);
}

.lh-room.is-over .lh-room__label {
  background: repeating-linear-gradient(
    -45deg,
    var(--lh-card) 0 10px,
    rgba(143, 47, 69, 0.035) 10px 20px
  );
}

/* ---------------------------------------------------------------- dates -- */

.lh-dates {
  background: var(--lh-paper-2);
}

.lh-dates__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  max-width: 84rem;
  margin-inline: auto;
}

.lh-cal {
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid var(--lh-line);
  border-radius: var(--lh-radius);
  background: var(--lh-card);
  box-shadow: var(--lh-shadow-sm);
}

.lh-cal__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.lh-cal__month {
  flex: 1;
  font-family: var(--lh-display);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 520;
  text-align: center;
}

.lh-cal__grid th {
  padding-bottom: 0.5rem;
  color: var(--lh-muted);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lh-cal__grid th abbr {
  text-decoration: none;
}

.lh-cal__grid td {
  padding: 0.11rem;
  text-align: center;
}

.lh-cal__loading {
  padding: 1.5rem 0.5rem;
  color: var(--lh-muted);
  font-size: 0.82rem;
}

.lh-day-btn {
  position: relative;
  width: 100%;
  min-height: 2.9rem;
  display: grid;
  place-items: center;
  gap: 0.1rem;
  padding: 0.3rem 0.1rem;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  background: var(--lh-paper);
  font-size: 0.86rem;
  font-weight: 620;
  line-height: 1;
  transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.lh-day-btn::after {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: var(--lh-ok);
  content: "";
}

.lh-day-btn:hover:not([aria-disabled="true"]) {
  border-color: var(--lh-ink);
  transform: translateY(-1px);
}

.lh-day-btn.is-few::after {
  background: var(--lh-warn);
}

.lh-day-btn.is-held::after {
  background: var(--lh-muted);
}

.lh-day-btn.is-gone {
  color: var(--lh-muted);
  background: repeating-linear-gradient(
    -45deg,
    var(--lh-paper) 0 6px,
    rgba(53, 29, 38, 0.07) 6px 12px
  );
  cursor: not-allowed;
}

.lh-day-btn.is-gone::after {
  background: var(--lh-accent-deep);
}

.lh-day-btn.is-past {
  color: rgba(109, 85, 96, 0.62);
  background: transparent;
  cursor: not-allowed;
}

.lh-day-btn.is-past::after {
  background: transparent;
}

.lh-day-btn.is-chosen {
  border-color: var(--lh-accent-deep);
  background: var(--lh-accent-deep);
  color: #fff;
  font-weight: 760;
}

.lh-day-btn.is-chosen::after {
  background: var(--lh-blush);
}

.lh-cal__key {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.1rem;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--lh-line);
  list-style: none;
  color: var(--lh-muted);
  font-size: 0.73rem;
  font-weight: 620;
}

.lh-cal__key li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.lh-key {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
}

.lh-key--free {
  background: var(--lh-ok);
}

.lh-key--few {
  background: var(--lh-warn);
}

.lh-key--held {
  background: var(--lh-muted);
}

.lh-key--gone {
  background: var(--lh-accent-deep);
}

.lh-datecard {
  padding: clamp(1.1rem, 2.2vw, 1.6rem);
  border: 1px solid var(--lh-line);
  border-radius: var(--lh-radius);
  background: var(--lh-card);
  box-shadow: var(--lh-shadow-sm);
}

.lh-datecard h3 {
  margin: 0.5rem 0 0.35rem;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.lh-datecard__state {
  color: var(--lh-ok);
  font-size: 0.84rem;
  font-weight: 700;
}

.lh-datecard__state.is-few {
  color: var(--lh-warn);
}

.lh-datecard__state.is-gone,
.lh-datecard__state.is-held {
  color: var(--lh-accent-deep);
}

.lh-datecard__facts {
  margin: 1.1rem 0;
  border-top: 1px solid var(--lh-line);
}

.lh-datecard__facts > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--lh-line);
}

.lh-datecard__facts dt {
  color: var(--lh-muted);
  font-size: 0.78rem;
  font-weight: 640;
}

.lh-datecard__facts dd {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 680;
  text-align: right;
}

.lh-datecard__hint {
  margin-bottom: 1rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.6rem;
  background: var(--lh-blush-soft);
  color: var(--lh-ink-2);
  font-size: 0.82rem;
}

/* -------------------------------------------------------------- estimate -- */

.lh-quote__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  max-width: 84rem;
  margin-inline: auto;
}

.lh-receipt {
  position: sticky;
  top: 6rem;
  padding: clamp(1.1rem, 2.2vw, 1.7rem);
  border: 1px solid var(--lh-line);
  border-radius: var(--lh-radius);
  background: var(--lh-card);
  box-shadow: var(--lh-shadow);
}

.lh-receipt__head {
  padding-bottom: 0.85rem;
  border-bottom: 2px solid var(--lh-ink);
}

.lh-receipt__for {
  margin-top: 0.15rem;
  color: var(--lh-muted);
  font-size: 0.78rem;
  font-weight: 640;
}

.lh-lines {
  margin: 0.9rem 0;
  padding: 0;
  list-style: none;
}

.lh-lines li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.42rem 0;
  font-size: 0.84rem;
}

.lh-lines li span {
  color: var(--lh-ink-2);
}

.lh-lines li b {
  font-weight: 700;
  white-space: nowrap;
}

.lh-lines li.is-note span,
.lh-lines li.is-note b {
  color: var(--lh-muted);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 620;
}

.lh-totals {
  padding-top: 0.7rem;
  border-top: 1px solid var(--lh-line);
}

.lh-totals > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.28rem 0;
  font-size: 0.84rem;
}

.lh-totals dt {
  color: var(--lh-muted);
  font-weight: 640;
}

.lh-totals dd {
  margin: 0;
  font-weight: 700;
}

.lh-totals__grand {
  margin-top: 0.5rem;
  padding-top: 0.7rem !important;
  border-top: 1px solid var(--lh-line);
}

.lh-totals__grand dt {
  color: var(--lh-ink) !important;
  font-family: var(--lh-display);
  font-size: 1.15rem;
  font-weight: 540;
}

.lh-totals__grand dd {
  font-family: var(--lh-display);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 560;
  letter-spacing: -0.025em;
}

.lh-totals__per dt,
.lh-totals__per dd {
  color: var(--lh-accent-deep);
  font-weight: 700;
}

.lh-receipt__deposit {
  margin: 0.9rem 0 1.1rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.6rem;
  background: var(--lh-paper);
  color: var(--lh-ink-2);
  font-size: 0.8rem;
  line-height: 1.5;
}

.lh-receipt .lh-fine {
  margin-top: 0.9rem;
}

/* range ------------------------------------------------------------------ */

.lh-range {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lh-range input[type="range"] {
  flex: 1;
  min-width: 0;
  height: 2.75rem;
  margin: 0;
  background: none;
  appearance: none;
  cursor: pointer;
}

.lh-range input[type="range"]::-webkit-slider-runnable-track {
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(53, 29, 38, 0.16);
}

.lh-range input[type="range"]::-moz-range-track {
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(53, 29, 38, 0.16);
}

.lh-range input[type="range"]::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.55rem;
  border: 3px solid var(--lh-card);
  border-radius: 50%;
  background: var(--lh-accent-deep);
  box-shadow: 0 2px 8px rgba(53, 29, 38, 0.3);
  appearance: none;
}

.lh-range input[type="range"]::-moz-range-thumb {
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid var(--lh-card);
  border-radius: 50%;
  background: var(--lh-accent-deep);
  box-shadow: 0 2px 8px rgba(53, 29, 38, 0.3);
}

.lh-range__out {
  min-width: 6.2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 0.55rem;
  background: var(--lh-ink);
  color: var(--lh-paper);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

/* ------------------------------------------------------- run of the day -- */

.lh-day {
  background: var(--lh-ink);
  color: var(--lh-paper);
}

.lh-day :focus-visible {
  outline-color: var(--lh-blush);
}

.lh-day .lh-eyebrow {
  color: var(--lh-blush);
}

.lh-day__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  align-items: end;
  gap: clamp(1rem, 3vw, 3rem);
  max-width: 84rem;
  margin: 0 auto clamp(1.8rem, 4vw, 3rem);
}

.lh-day__head h2 {
  margin-top: 0.55rem;
}

.lh-day__control {
  display: grid;
  gap: 0.7rem;
}

.lh-day__note {
  color: rgba(248, 241, 237, 0.76);
  font-size: 0.86rem;
}

.lh-field {
  display: grid;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lh-field select,
.lh-field input,
.lh-field textarea {
  min-height: 3rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--lh-line-strong);
  border-radius: 0.6rem;
  background: var(--lh-card);
  color: var(--lh-ink);
  font-family: var(--lh-body);
  font-size: 0.92rem;
  font-weight: 560;
  letter-spacing: 0;
  text-transform: none;
}

.lh-field textarea {
  line-height: 1.55;
  resize: vertical;
}

.lh-day .lh-field {
  color: var(--lh-blush);
}

.lh-runsheet {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 84rem;
  margin: 0 auto clamp(1.6rem, 3vw, 2.4rem);
  padding: 0;
  list-style: none;
  counter-reset: run;
}

.lh-run {
  position: relative;
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: clamp(0.9rem, 2.5vw, 2rem);
  padding: 1.05rem 0 1.05rem 0;
  border-top: 1px solid rgba(248, 241, 237, 0.16);
}

.lh-run:last-child {
  border-bottom: 1px solid rgba(248, 241, 237, 0.16);
}

.lh-run__time {
  position: relative;
  padding-left: 1.35rem;
  color: var(--lh-blush);
  font-family: var(--lh-display);
  font-size: 1.05rem;
  font-weight: 560;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.lh-run__time::before {
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--lh-blush);
  content: "";
}

.lh-run__time::after {
  position: absolute;
  top: 1.25rem;
  bottom: -1.6rem;
  left: 0.25rem;
  width: 1px;
  background: rgba(248, 241, 237, 0.22);
  content: "";
}

.lh-run:last-child .lh-run__time::after {
  display: none;
}

.lh-run__body h3 {
  font-size: 1.15rem;
  font-weight: 520;
}

.lh-run__body p {
  margin-top: 0.2rem;
  color: rgba(248, 241, 237, 0.72);
  font-size: 0.87rem;
}

.lh-run.is-pre .lh-run__time,
.lh-run.is-pre .lh-run__body h3 {
  color: rgba(248, 241, 237, 0.62);
}

.lh-run.is-pre .lh-run__time::before {
  background: rgba(248, 241, 237, 0.42);
}

.lh-run.is-end .lh-run__time::before {
  background: var(--lh-card);
  box-shadow: 0 0 0 0.22rem rgba(245, 196, 197, 0.24);
}

.lh-day .lh-fine {
  color: rgba(248, 241, 237, 0.6);
}

/* -------------------------------------------------------- the building --- */

.lh-building__head {
  max-width: 46rem;
  margin: 0 auto clamp(1.8rem, 4vw, 2.8rem);
  text-align: center;
}

.lh-building__head h2 {
  margin: 0.55rem 0 0.7rem;
}

.lh-building__head p {
  color: var(--lh-ink-2);
  font-size: 0.94rem;
}

/* The hairline grid is the gap showing through, so the column count is fixed
   at factors of eight — auto-fit would leave a grey hole in a short last row. */
.lh-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 84rem;
  margin-inline: auto;
  padding: 1px;
  overflow: hidden;
  border-radius: var(--lh-radius);
  background: var(--lh-line);
  list-style: none;
}

.lh-spec {
  padding: clamp(1.1rem, 2.2vw, 1.6rem);
  background: var(--lh-card);
}

.lh-spec__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--lh-accent-deep);
  stroke-width: 1.6;
}

.lh-spec h3 {
  font-size: 1.05rem;
  font-weight: 540;
}

.lh-spec p {
  margin-top: 0.35rem;
  color: var(--lh-ink-2);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* ------------------------------------------------------------ the brief -- */

.lh-send {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: start;
  gap: clamp(1.4rem, 3.5vw, 3rem);
  background: var(--lh-paper-2);
}

.lh-send__intro {
  max-width: 40rem;
}

.lh-send__intro h2 {
  margin: 0.55rem 0 0.7rem;
}

.lh-send__intro > p {
  color: var(--lh-ink-2);
  font-size: 0.94rem;
}

.lh-summary {
  margin-top: 1.5rem;
  border-top: 2px solid var(--lh-ink);
}

.lh-summary > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--lh-line);
}

.lh-summary dt {
  color: var(--lh-muted);
  font-size: 0.7rem;
  font-weight: 740;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lh-summary dd {
  margin: 0;
  font-family: var(--lh-display);
  font-size: 1.05rem;
  font-weight: 520;
  letter-spacing: -0.015em;
  text-align: right;
}

.lh-summary > div:last-child dd {
  color: var(--lh-accent-deep);
  font-size: 1.35rem;
  font-weight: 580;
}

.lh-form {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border-radius: var(--lh-radius);
  background: var(--lh-ink);
  box-shadow: var(--lh-shadow);
  color: var(--lh-paper);
}

.lh-form :focus-visible {
  outline-color: var(--lh-blush);
}

.lh-form h3 {
  font-size: 1.3rem;
  font-weight: 520;
}

.lh-form__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 1rem;
}

.lh-form .lh-field {
  color: var(--lh-blush);
}

.lh-form .lh-field small {
  color: rgba(248, 241, 237, 0.6);
  font-weight: 620;
  text-transform: none;
  letter-spacing: 0;
}

.lh-field__error {
  color: #ffc7c7;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 640;
  letter-spacing: 0;
  text-transform: none;
}

.lh-field input[aria-invalid="true"],
.lh-field textarea[aria-invalid="true"] {
  border-color: #ffc7c7;
  box-shadow: 0 0 0 2px rgba(255, 199, 199, 0.5);
}

.lh-sent {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0.6rem;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border-radius: var(--lh-radius);
  background: var(--lh-ink);
}

.lh-sent__mark {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lh-blush);
  color: var(--lh-ink);
}

.lh-sent__mark .lh-icon {
  width: 1.3rem;
  height: 1.3rem;
  stroke-width: 2.6;
}

.lh-sent h4 {
  font-size: 1.5rem;
  font-weight: 520;
}

.lh-sent > p:not(.lh-eyebrow) {
  color: rgba(248, 241, 237, 0.78);
  font-size: 0.9rem;
}

/* ---------------------------------------------------------------- footer -- */

.lh-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(2.5rem, 5vw, 4rem) var(--lh-pad);
  background: var(--lh-ink);
  color: rgba(248, 241, 237, 0.82);
  font-size: 0.83rem;
}

.lh-footer :focus-visible {
  outline-color: var(--lh-blush);
}

.lh-brand--footer {
  color: var(--lh-paper);
}

.lh-brand--footer .lh-brand__mark {
  background: var(--lh-blush);
  color: var(--lh-ink);
}

.lh-brand--footer .lh-brand__text small {
  color: rgba(248, 241, 237, 0.66);
}

.lh-footer__line {
  margin-top: 0.9rem;
  font-family: var(--lh-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.lh-footer__contact {
  display: grid;
  gap: 0.4rem;
  margin-top: 1.1rem;
  font-style: normal;
}

.lh-footer__contact p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(248, 241, 237, 0.76);
  font-size: 0.82rem;
}

.lh-footer__contact a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--lh-paper);
}

.lh-footer__label {
  max-width: 46rem;
  color: rgba(248, 241, 237, 0.74);
}

.lh-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 1.1rem 0;
  font-weight: 680;
}

.lh-footer__links a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--lh-paper);
}

.lh-footer__credit {
  color: rgba(248, 241, 237, 0.58);
  font-size: 0.74rem;
}

/* ------------------------------------------------------------ dock/toast -- */

.lh-dock {
  position: fixed;
  right: 0.7rem;
  bottom: 0.7rem;
  left: 0.7rem;
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 0.6rem 0.6rem 0.6rem 1.1rem;
  border: 1px solid var(--lh-line-strong);
  border-radius: 999px;
  background: var(--lh-card);
  box-shadow: var(--lh-shadow-lg);
}

.lh-dock p {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.82rem;
}

.lh-dock strong {
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lh-dock span {
  color: var(--lh-accent-deep);
  font-weight: 700;
  white-space: nowrap;
}

.lh-toast {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  z-index: 120;
  max-width: min(23rem, calc(100vw - 2rem));
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  background: var(--lh-ink);
  color: var(--lh-paper);
  box-shadow: var(--lh-shadow-lg);
  font-size: 0.82rem;
  font-weight: 620;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 1.2rem);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.lh-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.lh-noscript {
  padding: 1rem var(--lh-pad);
  background: var(--lh-blush);
  color: var(--lh-ink);
  font-size: 0.85rem;
  font-weight: 620;
}

/* ------------------------------------------------------------ responsive -- */

@media (max-width: 1180px) {
  .lh-rooms__stage,
  .lh-quote__grid,
  .lh-dates__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-plan,
  .lh-receipt {
    position: static;
  }
}

@media (max-width: 1040px) {
  .lh-menu-toggle {
    display: inline-flex;
  }

  /* The panel is a child of the header, so raising the header's z-index cannot
     lift the brand and toggle above it — they have to be positioned above the
     panel themselves, and the panel's 5.5rem of top padding leaves room. */
  .lh-brand,
  .lh-menu-toggle {
    position: relative;
    z-index: 61;
  }

  .lh-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 60;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 5.5rem var(--lh-pad) 2rem;
    background: var(--lh-paper);
    box-shadow: var(--lh-shadow-lg);
    font-size: 1.05rem;
    transform: translateY(-104%);
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
  }

  .lh-nav.is-open {
    transform: translateY(0);
    visibility: visible;
  }

  .lh-nav > a:not(.lh-btn) {
    min-height: 3.2rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid var(--lh-line);
  }

  .lh-nav > a:not(.lh-btn)::after {
    display: none;
  }

  .lh-nav .lh-btn {
    margin-top: 1rem;
  }

  .lh-hero__intro,
  .lh-rooms__head,
  .lh-dates__head,
  .lh-quote__head,
  .lh-day__head,
  .lh-send,
  .lh-footer {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .lh-hero h1 {
    max-width: 18ch;
  }

  .lh-hero__lede {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--lh-blush);
    padding-top: 0.9rem;
  }

  .lh-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lh-scale {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-scale__photo {
    min-height: clamp(13rem, 42vw, 20rem);
  }

  .lh-scale__panel {
    padding: clamp(1.8rem, 5vw, 3rem) var(--lh-pad);
  }
}

@media (max-width: 760px) {
  .lh-preview {
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 0.35rem;
    text-align: center;
  }

  .lh-preview__note {
    order: 3;
    width: 100%;
  }

  .lh-brief__line {
    font-size: 1.2rem;
  }

  .lh-brief__field select,
  .lh-brief__field input {
    font-size: 1.05rem;
  }

  .lh-run {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.3rem;
  }

  .lh-run__time::after {
    display: none;
  }

  .lh-dock {
    display: flex;
  }

  .lh-dock[hidden],
  body.is-menu-open .lh-dock {
    display: none !important;
  }

  body.has-dock {
    padding-bottom: 4.6rem;
  }

  .lh-day-btn {
    min-height: 2.75rem;
    font-size: 0.8rem;
  }

  .lh-specs {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 480px) {
  .lh-brand__text small {
    display: none;
  }

  .lh-plan__canvas {
    padding: 0.3rem;
  }

  .lh-add {
    flex-wrap: wrap;
  }

  .lh-add__price {
    width: 100%;
    margin-left: 2.15rem;
    padding-left: 0;
    font-size: 0.9rem;
  }

  .lh-range {
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
  }

  .lh-summary dd,
  .lh-datecard__facts dd {
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .lh-btn:hover,
  .lh-day-btn:hover {
    transform: none;
  }

  .lh-lights__bulbs circle {
    opacity: 0.85;
  }
}

@media (prefers-contrast: more) {
  :root {
    --lh-line: rgba(53, 29, 38, 0.42);
    --lh-line-strong: rgba(53, 29, 38, 0.66);
    --lh-muted: #563f49;
  }
}

@media print {
  .lh-header,
  .lh-preview,
  .lh-dock,
  .lh-toast,
  .lh-lights {
    display: none;
  }

  .lh-brief,
  .lh-day,
  .lh-form,
  .lh-footer {
    background: #fff;
    color: #000;
  }
}
