/* ==========================================================================
   Lumen Hall Planner — bespoke event-venue app concept
   Only used by /concepts/events/app/. Shares no rules with local-concept.css
   or local-concept-app.css. Palette is the Lumen Hall website's, so the two
   views read as one product.

   Contrast (measured, sRGB, WCAG 2.x — see the note at the end of the file):
     ink   #351d26 on paper  #f8f1ed .................. 13.75:1
     ink   on card   #fffdfb .......................... 14.98:1
     muted #6d5560 on paper ........................... 6.00:1
     muted on card .................................... 6.53:1
     deep  #8f2f45 on paper ........................... 7.06:1
     deep  on blush-soft #fbe6e5 ...................... 6.71:1
     ok    #2f6b4a on paper ........................... 5.69:1
     warn  #9a5a1f on paper ........................... 4.87:1
     paper on ink ..................................... 13.75:1
     #e4d3d9 on ink ................................... 10.30:1
     #f2dfe4 on ink-2 #4d2f3a ......................... 9.60:1
     #fff  on deep .................................... 8.42:1
     #fff  on accent  #b53f58 ......................... 5.53: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 {
  --ink: #351d26;
  --ink-2: #4d2f3a;
  --muted: #6d5560;
  --paper: #f8f1ed;
  --paper-2: #f0e3dd;
  --card: #fffdfb;
  --accent: #b53f58;
  --deep: #8f2f45;
  --blush: #f5c4c5;
  --blush-soft: #fbe6e5;
  --ok: #2f6b4a;
  --warn: #9a5a1f;
  --on-ink: #e4d3d9;
  --on-ink-2: #f2dfe4;
  --line: rgba(53, 29, 38, 0.15);
  --line-2: rgba(53, 29, 38, 0.3);
  --focus: #7a2338;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --shadow: 0 22px 60px rgba(53, 29, 38, 0.14);
  --shadow-lg: 0 34px 90px rgba(53, 29, 38, 0.24);
}

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

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 0;
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(80rem 40rem at 82% -6%, rgba(245, 196, 197, 0.42), transparent 62%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

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

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

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

legend {
  padding: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

[hidden] {
  display: none !important;
}

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

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

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

.lhp-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;
}

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

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

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

.lhp-eyebrow {
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--deep);
}

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

/* ================================================================ stage == */

.lhp-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26rem;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  max-width: 78rem;
  margin-inline: auto;
  padding: clamp(1rem, 3vw, 3rem) clamp(1rem, 3vw, 3rem) 4rem;
}

/* ================================================================ pitch == */

.lhp-pitch {
  position: sticky;
  top: clamp(1rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: clamp(1.35rem, 2.6vw, 2.4rem);
  border-radius: 1.5rem;
  background: var(--ink);
  color: var(--on-ink);
  box-shadow: var(--shadow);
}

.lhp-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  align-self: start;
  padding: 0.5rem 0.9rem 0.5rem 0.65rem;
  border: 1px solid rgba(244, 226, 231, 0.32);
  border-radius: 999px;
  color: var(--on-ink);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}

.lhp-back:hover {
  border-color: var(--blush);
  color: #fff;
}

.lhp-pitch .lhp-eyebrow {
  color: var(--blush);
}

.lhp-pitch h1 {
  margin: 0.55rem 0 0.9rem;
  color: var(--paper);
  font-size: clamp(1.9rem, 3.1vw, 2.9rem);
  font-weight: 400;
}

.lhp-pitch__lede {
  font-size: 0.98rem;
  line-height: 1.62;
}

.lhp-pitch__points {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.35rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(244, 226, 231, 0.22);
}

.lhp-pitch__points li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.88rem;
}

.lhp-pitch__points .lhp-icon {
  margin-top: 0.28rem;
  color: var(--blush);
}

.lhp-pitch__foot {
  display: grid;
  gap: 0.9rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(244, 226, 231, 0.22);
}

.lhp-pitch__link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.lhp-pitch__link:hover {
  background: #fff;
}

.lhp-pitch .lhp-fine {
  color: rgba(228, 211, 217, 0.86);
}

.lhp-reset {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.6rem 1.1rem;
  border: 1px solid rgba(244, 226, 231, 0.34);
  border-radius: 999px;
  color: var(--on-ink);
  font-size: 0.8rem;
  font-weight: 600;
}

.lhp-reset:hover {
  border-color: var(--blush);
  color: #fff;
}

/* =============================================================== device == */

.lhp-devicewrap {
  display: grid;
  gap: 0.9rem;
  justify-items: center;
  min-width: 0;
}

.lhp-device {
  position: relative;
  width: min(100%, 26rem);
  display: flex;
  flex-direction: column;
  border: 0.5rem solid var(--ink);
  border-radius: 2.4rem;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

/* The garland from the Lumen Hall hero, strung across the top of the app. */
.lhp-device__hang {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  display: flex;
  justify-content: space-around;
  height: 1.6rem;
  padding: 0 1.1rem;
  pointer-events: none;
  background:
    radial-gradient(60% 0.09rem at 50% 0.55rem, rgba(245, 196, 197, 0.75), transparent 100%);
}

.lhp-device__hang span {
  width: 0.32rem;
  height: 0.32rem;
  margin-top: 0.62rem;
  border-radius: 50%;
  background: var(--blush);
  box-shadow: 0 0 0 0.16rem rgba(245, 196, 197, 0.22);
}

.lhp-device__hang span:nth-child(2) {
  margin-top: 0.86rem;
}

.lhp-device__hang span:nth-child(3) {
  margin-top: 0.98rem;
}

.lhp-device__hang span:nth-child(4) {
  margin-top: 0.86rem;
}

.lhp-top {
  padding: 1.5rem 1.1rem 1.05rem;
  background: var(--ink);
  color: var(--paper);
}

.lhp-top__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.lhp-top__brand {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lhp-top__brand span {
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border: 1px solid var(--blush);
  border-radius: 50%;
  color: var(--blush);
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.lhp-notice-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(244, 226, 231, 0.3);
  border-radius: 50%;
  color: var(--paper);
}

.lhp-notice-btn:hover {
  border-color: var(--blush);
}

.lhp-notice-btn .lhp-icon {
  width: 1.15rem;
  height: 1.15rem;
}

.lhp-notice-btn b {
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
  min-width: 1.25rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
}

.lhp-top__event {
  margin-top: 0.9rem;
}

.lhp-top__names {
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.lhp-top__meta {
  margin-top: 0.25rem;
  color: var(--on-ink);
  font-size: 0.8rem;
}

.lhp-countdown {
  display: flex;
  gap: 0.4rem;
  align-items: baseline;
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(244, 226, 231, 0.2);
}

.lhp-countdown b {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--blush);
}

.lhp-countdown span {
  color: var(--on-ink);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lhp-demo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1.1rem;
  background: var(--blush-soft);
  color: var(--deep);
  font-size: 0.72rem;
  font-weight: 620;
  letter-spacing: 0.01em;
}

.lhp-demo__dot {
  width: 0.45rem;
  height: 0.45rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
}

/* ================================================================= rail == */

.lhp-rail {
  border-bottom: 1px solid var(--line);
  background: var(--card);
}

.lhp-rail__track {
  display: flex;
  gap: 0.15rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 0.35rem;
}

.lhp-rail__track::-webkit-scrollbar {
  display: none;
}

.lhp-rail__track button {
  position: relative;
  min-height: 2.9rem;
  flex: 1 1 auto;
  padding: 0.75rem 0.35rem 0.65rem;
  color: var(--muted);
  font-size: 0.79rem;
  font-weight: 620;
  white-space: nowrap;
}

.lhp-rail__track button::after {
  content: "";
  position: absolute;
  inset: auto 0.35rem 0;
  height: 0.18rem;
  border-radius: 999px 999px 0 0;
  background: transparent;
}

.lhp-rail__track button[aria-selected="true"] {
  color: var(--ink);
}

.lhp-rail__track button[aria-selected="true"]::after {
  background: var(--accent);
}

.lhp-rail__track button:hover {
  color: var(--ink);
}

/* =============================================================== screen == */

.lhp-screen {
  display: grid;
  gap: 1.05rem;
  align-content: start;
  height: clamp(30rem, calc(100svh - 20rem), 46rem);
  overflow-y: auto;
  padding: 1.15rem 1.1rem 1.6rem;
  background: var(--paper);
  scroll-behavior: auto;
}

.lhp-boot {
  color: var(--muted);
  font-size: 0.85rem;
}

.lhp-h2 {
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.lhp-lede {
  color: var(--ink-2);
  font-size: 0.87rem;
  line-height: 1.6;
}

/* ============================================================== ribbon === */

.lhp-ribbon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(244, 226, 231, 0.18);
  background: var(--ink-2);
}

.lhp-ribbon button {
  min-height: 3.6rem;
  display: grid;
  gap: 0.05rem;
  padding: 0.6rem 0.5rem;
  color: var(--on-ink-2);
  text-align: center;
}

.lhp-ribbon button + button {
  border-left: 1px solid rgba(244, 226, 231, 0.18);
}

.lhp-ribbon b {
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 500;
  color: #fff;
}

.lhp-ribbon span {
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.lhp-ribbon button:hover b {
  color: var(--blush);
}

.lhp-underdevice {
  max-width: 25rem;
  color: var(--muted);
  font-size: 0.74rem;
  text-align: center;
}

/* ================================================================ tiles == */

.lhp-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}

.lhp-tiles button {
  width: 100%;
  min-height: 4.1rem;
  display: grid;
  gap: 0.1rem;
  align-content: center;
  padding: 0.5rem 0.3rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--card);
  text-align: center;
}

.lhp-tiles button:hover {
  border-color: var(--accent);
}

.lhp-tiles b {
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 500;
}

.lhp-tiles span {
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.lhp-tiles__note {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

/* ================================================================ cards == */

.lhp-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--card);
}

.lhp-card--quiet {
  background: transparent;
  border-style: dashed;
}

.lhp-card__head {
  display: grid;
  gap: 0.3rem;
}

.lhp-card h3 {
  font-size: 1.08rem;
}

.lhp-card__meta {
  color: var(--muted);
  font-size: 0.76rem;
}

.lhp-card__body {
  color: var(--ink-2);
  font-size: 0.84rem;
}

.lhp-card__actions {
  display: grid;
  gap: 0.5rem;
}

.lhp-progress {
  height: 0.4rem;
  border-radius: 999px;
  background: var(--paper-2);
  overflow: hidden;
}

.lhp-progress i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--accent);
}

.lhp-bignum {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 450;
  line-height: 1.05;
}

.lhp-bignum span {
  display: block;
  margin-top: 0.3rem;
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* ================================================================ tasks == */

.lhp-tasks {
  display: grid;
  gap: 0.15rem;
}

.lhp-task label {
  position: relative;
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  min-height: 2.9rem;
  padding: 0.55rem 0.15rem;
  cursor: pointer;
}

.lhp-task__auto {
  display: grid;
  grid-template-columns: 1.4rem 1fr;
  gap: 0.3rem 0.7rem;
  align-items: start;
  min-height: 2.9rem;
  padding: 0.55rem 0.15rem;
  cursor: default;
}

.lhp-task input {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  opacity: 0;
}

.lhp-task__box {
  display: grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
  border: 1.5px solid var(--line-2);
  border-radius: 0.4rem;
  background: var(--card);
  color: transparent;
}

.lhp-task__box .lhp-icon {
  width: 0.85rem;
  height: 0.85rem;
  stroke-width: 2.6;
}

.lhp-task.is-done .lhp-task__box {
  border-color: var(--deep);
  background: var(--deep);
  color: #fff;
}

.lhp-task input:focus-visible + .lhp-task__box {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.lhp-task__text strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 620;
}

.lhp-task__text small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.lhp-task.is-done .lhp-task__text strong {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: var(--line-2);
}

.lhp-task__auto b {
  grid-column: 2;
  justify-self: start;
  padding: 0.05rem 0.4rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =============================================================== thread == */

.lhp-thread {
  display: grid;
  gap: 0.6rem;
}

.lhp-msg {
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem 0.85rem 0.85rem 0.25rem;
  background: var(--paper);
  font-size: 0.84rem;
  line-height: 1.5;
}

.lhp-msg--you {
  border-radius: 0.85rem 0.85rem 0.25rem;
  background: var(--blush-soft);
}

.lhp-msg__who {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: baseline;
  margin-bottom: 0.25rem;
}

.lhp-msg__who strong {
  font-size: 0.8rem;
}

.lhp-msg__who span {
  color: var(--muted);
  font-size: 0.7rem;
}

/* ================================================================= plan == */

.lhp-plan {
  display: grid;
  gap: 0.7rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--card);
}

.lhp-plan__canvas {
  padding: 0.35rem;
  border-radius: 0.7rem;
  background: var(--paper);
}

.lhp-plan__svg {
  width: 100%;
  height: auto;
  touch-action: manipulation;
}

.lhp-p-room {
  fill: var(--card);
  stroke: var(--ink);
  stroke-width: 1.6;
}

.lhp-p-terrace,
.lhp-p-link {
  fill: rgba(53, 29, 38, 0.06);
  stroke: var(--line-2);
  stroke-width: 1;
  stroke-dasharray: 5 4;
}

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

.lhp-p-bar,
.lhp-p-stage {
  fill: var(--ink);
}

.lhp-p-stage {
  /* 0.78 keeps the paper label on it at 7.3:1; 0.62 measured only 4.07 */
  fill: rgba(53, 29, 38, 0.78);
}

.lhp-p-table {
  fill: var(--blush);
  stroke: var(--deep);
  stroke-width: 1.2;
}

.lhp-p-seat {
  fill: none;
  stroke: var(--deep);
  stroke-width: 1.1;
}

.lhp-p-seat.is-taken {
  fill: var(--deep);
}

.lhp-p-chairs rect {
  fill: var(--deep);
  opacity: 0.85;
}

.lhp-p-top {
  fill: var(--blush);
  stroke: var(--deep);
  stroke-width: 1.1;
}

.lhp-p-label {
  fill: var(--muted);
  font-family: var(--body);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lhp-p-label--on {
  fill: var(--paper);
}

.lhp-p-num {
  fill: var(--deep);
  font-family: var(--body);
  font-weight: 800;
}

.lhp-p-scale path {
  fill: none;
  stroke: var(--line-2);
  stroke-width: 1.2;
}

.lhp-p-tablegroup {
  cursor: pointer;
}

.lhp-p-tablegroup:hover .lhp-p-table,
.lhp-p-tablegroup:focus-visible .lhp-p-table {
  fill: var(--accent);
  stroke: var(--ink);
}

.lhp-p-tablegroup:hover .lhp-p-num,
.lhp-p-tablegroup:focus-visible .lhp-p-num {
  fill: #fff;
}

.lhp-p-tablegroup:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.lhp-p-tablegroup.is-empty .lhp-p-table {
  fill: var(--card);
  stroke-dasharray: 4 3;
}

.lhp-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.8rem;
  color: var(--muted);
  font-size: 0.7rem;
}

.lhp-legend li {
  display: flex;
  gap: 0.32rem;
  align-items: center;
}

.lhp-sw {
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 auto;
  border-radius: 50%;
}

.lhp-sw--table {
  border: 1px solid var(--deep);
  background: var(--blush);
}

.lhp-sw--taken {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--deep);
}

.lhp-sw--free {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--deep);
}

.lhp-sw--floor {
  border-radius: 0.15rem;
  border: 1px dashed var(--accent);
  background: rgba(181, 63, 88, 0.14);
}

.lhp-sw--bar {
  border-radius: 0.15rem;
  background: var(--ink);
}

.lhp-plan__read {
  padding-top: 0.6rem;
  border-top: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 0.8rem;
  line-height: 1.5;
}

.lhp-verdict {
  padding: 0.7rem 0.85rem;
  border-radius: 0.8rem;
  border-left: 0.28rem solid var(--ok);
  background: var(--card);
  color: var(--ink-2);
  font-size: 0.82rem;
}

.lhp-verdict.is-tight {
  border-left-color: var(--warn);
}

.lhp-verdict.is-over {
  border-left-color: var(--deep);
  background: var(--blush-soft);
  color: var(--deep);
  font-weight: 600;
}

/* ============================================================= controls == */

.lhp-controls {
  display: grid;
  gap: 1rem;
}

.lhp-group {
  display: grid;
  gap: 0.5rem;
}

.lhp-group legend {
  margin-bottom: 0.35rem;
  color: var(--deep);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lhp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.lhp-chips--stack {
  flex-direction: column;
}

.lhp-chip {
  position: relative;
  min-height: 3rem;
  flex: 1 1 8.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.1rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line-2);
  border-radius: 0.75rem;
  background: var(--card);
  cursor: pointer;
}

.lhp-chip--wide {
  width: 100%;
  flex: 1 1 auto;
}

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

.lhp-chip__name {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.84rem;
  font-weight: 640;
}

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

.lhp-chip:hover {
  border-color: var(--accent);
}

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

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

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

.lhp-tag {
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: var(--paper-2);
  color: var(--ink-2);
  font-size: 0.68rem;
  font-weight: 700;
}

.lhp-tag.is-ok {
  background: rgba(47, 107, 74, 0.14);
  color: var(--ok);
}

.lhp-tag.is-no {
  background: rgba(143, 47, 69, 0.14);
  color: var(--deep);
}

.lhp-switch {
  position: relative;
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--card);
  cursor: pointer;
}

.lhp-switch.is-off {
  opacity: 0.72;
  cursor: default;
}

.lhp-switch input {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  opacity: 0;
}

.lhp-switch__box {
  display: grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
  border: 1.5px solid var(--line-2);
  border-radius: 0.4rem;
  color: transparent;
}

.lhp-switch__box .lhp-icon {
  width: 0.85rem;
  height: 0.85rem;
  stroke-width: 2.6;
}

.lhp-switch:has(input:checked) .lhp-switch__box {
  border-color: var(--deep);
  background: var(--deep);
  color: #fff;
}

.lhp-switch:has(input:focus-visible) {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.lhp-switch__text strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 620;
}

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

/* ================================================================ table == */

.lhp-tbl {
  display: grid;
  gap: 0.35rem;
}

.lhp-tbl button {
  position: relative;
  width: 100%;
  min-height: 3.1rem;
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.15rem 0.7rem;
  align-items: center;
  padding: 0.5rem 0.6rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--paper);
  text-align: left;
}

.lhp-tbl button:hover {
  border-color: var(--accent);
  background: var(--card);
}

.lhp-tbl__id {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid var(--deep);
  border-radius: 50%;
  background: var(--blush);
  color: var(--deep);
  font-size: 0.85rem;
  font-weight: 700;
}

.lhp-tbl__text strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 620;
}

.lhp-tbl__text small {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
}

.lhp-tbl__bar {
  grid-column: 2;
  height: 0.25rem;
  border-radius: 999px;
  background: var(--paper-2);
  overflow: hidden;
}

.lhp-tbl__bar i {
  display: block;
  height: 100%;
  background: var(--accent);
}

/* =============================================================== guests == */

.lhp-search {
  display: flex;
  gap: 0.4rem;
}

.lhp-search__field {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  min-height: 2.9rem;
  padding: 0 0.8rem;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--card);
  color: var(--muted);
}

.lhp-search__field input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: none;
  color: var(--ink);
  font-size: 0.85rem;
  outline-offset: 6px;
}

.lhp-iconbtn {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  flex: 0 0 auto;
  border: 1px solid var(--deep);
  border-radius: 50%;
  background: var(--deep);
  color: #fff;
}

.lhp-iconbtn:hover {
  background: #78243a;
}

.lhp-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.lhp-filter {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--card);
  font-size: 0.78rem;
  font-weight: 600;
}

.lhp-filter b {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.lhp-filter:hover {
  border-color: var(--accent);
}

.lhp-filter.is-on {
  border-color: var(--deep);
  background: var(--deep);
  color: #fff;
}

.lhp-filter.is-on b {
  color: var(--blush);
}

.lhp-count {
  color: var(--muted);
  font-size: 0.76rem;
}

.lhp-empty {
  padding: 1rem;
  border: 1px dashed var(--line-2);
  border-radius: 0.8rem;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.lhp-link {
  color: var(--deep);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.lhp-house {
  display: grid;
  gap: 0.3rem;
}

.lhp-house__name {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: baseline;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lhp-house__name span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.lhp-people {
  display: grid;
  gap: 0.2rem;
}

.lhp-people button {
  width: 100%;
  min-height: 2.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.6rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0.6rem;
  border: 1px solid transparent;
  border-radius: 0.7rem;
  background: var(--card);
  text-align: left;
}

.lhp-people button:hover {
  border-color: var(--accent);
}

.lhp-person__name {
  font-size: 0.85rem;
  font-weight: 560;
}

.lhp-person__tags {
  display: flex;
  gap: 0.25rem;
}

.lhp-person__note {
  width: 100%;
  color: var(--muted);
  font-size: 0.72rem;
}

.lhp-pill {
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.lhp-pill--y {
  background: rgba(47, 107, 74, 0.15);
  color: var(--ok);
}

.lhp-pill--w {
  background: rgba(154, 90, 31, 0.15);
  color: #7f4a16; /* 5.85:1 on that tint — plain --warn is only 4.39 */
}

.lhp-pill--n {
  background: rgba(53, 29, 38, 0.1);
  color: var(--muted);
}

.lhp-pill--meal {
  background: var(--paper-2);
  color: var(--ink-2);
}

.lhp-pill--seat {
  background: var(--blush-soft);
  color: var(--deep);
}

.lhp-pill--none {
  border: 1px dashed var(--line-2);
  color: var(--muted);
}

/* ================================================================== day == */

.lhp-doors {
  display: grid;
  gap: 0.5rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: var(--card);
}

.lhp-field {
  display: grid;
  gap: 0.3rem;
}

.lhp-field > span {
  color: var(--ink-2);
  font-size: 0.78rem;
  font-weight: 620;
}

.lhp-field > span small {
  color: var(--muted);
  font-weight: 500;
}

.lhp-field input,
.lhp-field select,
.lhp-field textarea,
.lhp-seated select,
.lhp-addseat select {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line-2);
  border-radius: 0.6rem;
  background: var(--card);
  color: var(--ink);
  font-size: 0.85rem;
}

.lhp-field textarea {
  min-height: 5.5rem;
  resize: vertical;
}

.lhp-field--inline {
  grid-template-columns: auto minmax(6rem, 12rem);
  gap: 0.6rem;
  align-items: center;
}

.lhp-doors__note {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.lhp-run {
  display: grid;
  gap: 0.15rem;
}

.lhp-run__item {
  position: relative;
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  gap: 0.15rem 0.7rem;
  padding: 0.15rem 0 1rem 1.2rem;
}

/* The connector line runs behind the dots, so the sheet reads as one thread. */
.lhp-run__item::after {
  content: "";
  position: absolute;
  top: 0.55rem;
  bottom: -0.2rem;
  left: 0.29rem;
  width: 1.5px;
  background: var(--line);
}

.lhp-run__item:last-child::after {
  display: none;
}

.lhp-run__item::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  z-index: 1;
  width: 0.62rem;
  height: 0.62rem;
  border: 1.5px solid var(--deep);
  border-radius: 50%;
  background: var(--paper);
}

.lhp-run__item.is-anchor::before {
  background: var(--deep);
}

.lhp-run__item.is-pre .lhp-run__time,
.lhp-run__item.is-pre h3 {
  color: var(--muted);
}

.lhp-run__time {
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 520;
}

.lhp-run__body h3 {
  font-family: var(--body);
  font-size: 0.86rem;
  font-weight: 660;
  letter-spacing: 0;
}

.lhp-run__body p {
  color: var(--ink-2);
  font-size: 0.8rem;
  line-height: 1.5;
}

.lhp-run__who {
  margin-top: 0.15rem;
  color: var(--muted) !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lhp-confirm {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  min-height: 2.75rem;
  margin-top: 0.35rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--card);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 640;
}

.lhp-confirm .lhp-icon {
  width: 0.9rem;
  height: 0.9rem;
}

.lhp-confirm:hover {
  border-color: var(--accent);
  color: var(--ink);
}

.lhp-confirm.is-on {
  border-color: var(--ok);
  background: rgba(47, 107, 74, 0.12);
  color: var(--ok);
}

/* ================================================================= bill == */

.lhp-receipt {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--line-2);
  border-radius: 1rem;
  background: var(--card);
  box-shadow: 0 8px 24px rgba(53, 29, 38, 0.06);
}

.lhp-receipt__head p {
  color: var(--muted);
  font-size: 0.78rem;
}

.lhp-lines {
  display: grid;
  gap: 0.4rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--line);
}

.lhp-lines li {
  display: flex;
  gap: 0.8rem;
  align-items: baseline;
  justify-content: space-between;
  font-size: 0.8rem;
}

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

.lhp-lines b {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.lhp-totals {
  display: grid;
  gap: 0.3rem;
}

.lhp-totals div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 0.8rem;
}

.lhp-totals dt {
  color: var(--muted);
}

.lhp-totals dd {
  font-variant-numeric: tabular-nums;
  font-weight: 620;
}

.lhp-totals__grand {
  padding-top: 0.4rem;
  border-top: 1px solid var(--line);
}

.lhp-totals__grand dt {
  color: var(--ink) !important;
  font-family: var(--display);
  font-size: 1.1rem;
}

.lhp-totals__grand dd {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 520;
}

.lhp-receipt__delta {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.lhp-sched {
  display: grid;
  gap: 0.35rem;
}

.lhp-sched li {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: var(--paper);
}

.lhp-sched strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 620;
}

.lhp-sched span {
  color: var(--muted);
  font-size: 0.73rem;
}

.lhp-sched b {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  white-space: nowrap;
}

.lhp-sched .is-paid {
  border-color: rgba(47, 107, 74, 0.4);
  background: rgba(47, 107, 74, 0.08);
}

.lhp-sched .is-final {
  border-color: var(--deep);
  background: var(--blush-soft);
}

.lhp-adds {
  display: grid;
  gap: 0.35rem;
}

.lhp-add {
  position: relative;
  display: grid;
  grid-template-columns: 1.4rem 1fr auto;
  gap: 0.15rem 0.7rem;
  align-items: start;
  min-height: 3rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--card);
  cursor: pointer;
}

.lhp-add input {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  opacity: 0;
}

.lhp-add__box {
  display: grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.05rem;
  border: 1.5px solid var(--line-2);
  border-radius: 0.4rem;
  color: transparent;
}

.lhp-add__box .lhp-icon {
  width: 0.85rem;
  height: 0.85rem;
  stroke-width: 2.6;
}

.lhp-add:has(input:checked) {
  border-color: var(--deep);
  background: var(--blush-soft);
}

.lhp-add:has(input:checked) .lhp-add__box {
  border-color: var(--deep);
  background: var(--deep);
  color: #fff;
}

.lhp-add:has(input:focus-visible) {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.lhp-add__text strong {
  display: block;
  font-size: 0.83rem;
  font-weight: 620;
}

.lhp-add__text small {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.4;
}

.lhp-add__price {
  font-size: 0.82rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* ============================================================== buttons == */

.lhp-btn {
  min-height: 3rem;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.2rem;
  border: 1px solid var(--deep);
  border-radius: 999px;
  background: var(--deep);
  color: #fff;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.lhp-btn:hover {
  background: #78243a;
  border-color: #78243a;
  transform: translateY(-1px);
}

.lhp-btn:disabled {
  border-color: var(--line-2);
  background: var(--paper-2);
  color: var(--muted);
  cursor: not-allowed;
  transform: none;
}

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

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

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

.lhp-mini {
  min-height: 2.75rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--card);
  font-size: 0.74rem;
  font-weight: 640;
}

.lhp-mini:hover {
  border-color: var(--deep);
  color: var(--deep);
}

/* ============================================================== dialogs == */

.lhp-dialog {
  width: min(28rem, calc(100vw - 1.6rem));
  max-height: min(86svh, 46rem);
  padding: 0;
  border: 1px solid var(--line-2);
  border-radius: 1.2rem;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow-lg);
  overflow: visible;
}

.lhp-dialog::backdrop {
  background: rgba(53, 29, 38, 0.55);
  backdrop-filter: blur(2px);
}

.lhp-dialog__x {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  height: 0;
}

.lhp-dialog__x button {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0.45rem 0.45rem 0 0;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  background: var(--card);
  color: var(--ink);
}

.lhp-dialog__x button:hover {
  border-color: var(--deep);
  color: var(--deep);
}

.lhp-dialog__body {
  display: grid;
  gap: 0.8rem;
  max-height: min(86svh, 46rem);
  overflow-y: auto;
  padding: 1.15rem;
}

.lhp-dialog__body h2 {
  padding-right: 2.4rem;
  font-size: 1.4rem;
}

.lhp-dialog__lede {
  color: var(--ink-2);
  font-size: 0.85rem;
  line-height: 1.55;
}

.lhp-dialog__actions {
  display: grid;
  gap: 0.5rem;
}

.lhp-dialog--say {
  width: min(24rem, calc(100vw - 1.6rem));
}

.lhp-form {
  display: grid;
  gap: 0.75rem;
}

.lhp-seg {
  display: grid;
  gap: 0.3rem;
}

.lhp-seg legend {
  margin-bottom: 0.35rem;
  color: var(--ink-2);
  font-size: 0.78rem;
  font-weight: 620;
}

.lhp-seg label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--line-2);
  border-radius: 0.6rem;
  background: var(--card);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

.lhp-seg {
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 0.3rem;
}

.lhp-seg legend {
  grid-column: 1 / -1;
}

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

.lhp-seg label:has(input:checked) {
  border-color: var(--deep);
  background: var(--deep);
  color: #fff;
}

.lhp-seg label:has(input:focus-visible) {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.lhp-seated {
  display: grid;
  gap: 0.4rem;
}

.lhp-seated li {
  display: grid;
  gap: 0.4rem;
  padding: 0.6rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: var(--card);
}

.lhp-seated strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 620;
}

.lhp-seated small {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
}

.lhp-seated__do {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.lhp-seated select {
  min-height: 2.75rem;
  flex: 1 1 auto;
  font-size: 0.78rem;
}

.lhp-notices {
  display: grid;
  gap: 0.55rem;
}

.lhp-notice {
  display: grid;
  gap: 0.35rem;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-left: 0.28rem solid var(--accent);
  border-radius: 0.7rem;
  background: var(--card);
}

.lhp-notice.is-warn {
  border-left-color: var(--warn);
}

.lhp-notice.is-read {
  border-left-color: var(--line-2);
  background: transparent;
}

.lhp-notice h3 {
  font-family: var(--body);
  font-size: 0.88rem;
  font-weight: 660;
  letter-spacing: 0;
}

.lhp-notice p {
  color: var(--ink-2);
  font-size: 0.8rem;
  line-height: 1.5;
}

.lhp-notice .lhp-mini {
  justify-self: start;
}

.lhp-notice.is-read h3,
.lhp-notice.is-read p {
  color: var(--muted);
}

/* ================================================================ toast == */

.lhp-toast {
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  z-index: 400;
  max-width: min(24rem, calc(100vw - 2rem));
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 1rem);
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease;
}

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

/* =========================================================== responsive == */

@media (max-width: 63.99em) {
  .lhp-stage {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }

  .lhp-pitch {
    position: static;
    width: 100%;
    max-width: 34rem;
  }

  .lhp-device {
    width: min(100%, 27rem);
  }

  /* On a phone the page scrolls, not a box inside it. */
  .lhp-screen {
    height: auto;
    overflow: visible;
  }
}

@media (max-width: 26em) {
  .lhp-tiles {
    grid-template-columns: repeat(2, 1fr);
  }

  .lhp-device {
    border-width: 0.35rem;
    border-radius: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .lhp-btn:hover {
    transform: none;
  }
}
