:root {
  --lh-crimson: #c41e1e;
  --lh-gold: #e8a317;
  --lh-gold-bright: #f5c84c;
  --lh-amber: #f59e0b;
  --lh-sand: #c9a57a;
  --lh-ink: #100808;
  --lh-ink-soft: #1a0a0a;
  --lh-cream: #faf7f0;
  --lh-cream-dim: #f2ede0;
  --lh-text: #1c1410;
  --lh-muted: #6b5c4e;
  --lh-card: #fffaf3;
  --lh-radius: 18px;
  --lh-shadow: 0 22px 60px rgba(16, 8, 8, 0.18);
  --lh-font: "IBM Plex Sans", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--lh-font);
  color: var(--lh-text);
  background: var(--lh-cream-dim);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.lh-skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.lh-skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.5rem 0.9rem;
  background: var(--lh-gold);
  color: var(--lh-ink);
  font-weight: 800;
  border-radius: 8px;
}

/* —— Topbar —— */
.lh-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(16, 8, 8, 0.86);
  border-bottom: 1px solid rgba(232, 163, 23, 0.22);
}

.lh-topbar__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lh-backlink {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.lh-backlink:hover {
  color: var(--lh-gold-bright);
}

.lh-topbar__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lh-amber), #d97706);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(196, 30, 30, 0.28);
}

.lh-topbar__cta:hover {
  transform: translateY(-1px);
  color: #fff;
}

/* —— Hero / login arena —— */
.lh-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #1a0a0a 0%, var(--lh-ink) 48%, #1c120c 100%);
}

.lh-arena {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.lh-arena__sand {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, transparent 0%, rgba(201, 165, 122, 0.08) 35%, rgba(201, 165, 122, 0.18) 100%);
}

.lh-arena__cape {
  position: absolute;
  top: -20%;
  left: -40%;
  width: 70%;
  height: 140%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 38%,
    rgba(196, 30, 30, 0) 42%,
    rgba(196, 30, 30, 0.45) 50%,
    rgba(232, 163, 23, 0.22) 54%,
    rgba(196, 30, 30, 0.12) 60%,
    transparent 72%
  );
  filter: blur(2px);
  transform: skewX(-18deg);
  animation: lh-cape-flourish 7s ease-in-out infinite;
  will-change: transform, opacity;
}

.lh-arena__cape--gold {
  left: auto;
  right: -45%;
  background: linear-gradient(
    -105deg,
    transparent 0%,
    transparent 40%,
    rgba(232, 163, 23, 0) 45%,
    rgba(232, 163, 23, 0.28) 52%,
    rgba(196, 30, 30, 0.2) 56%,
    transparent 70%
  );
  animation-name: lh-cape-flourish-alt;
  animation-duration: 8.5s;
  animation-delay: -2.5s;
}

.lh-arena__streak {
  position: absolute;
  left: -30%;
  height: 2px;
  width: 55%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(232, 163, 23, 0.55), rgba(255, 230, 160, 0.85), rgba(196, 30, 30, 0.4), transparent);
  box-shadow: 0 0 18px rgba(232, 163, 23, 0.35);
  animation: lh-charge-streak 3.8s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
  will-change: transform, opacity;
}

.lh-arena__streak:nth-child(4) { top: 22%; width: 48%; animation-delay: 0s; opacity: 0.7; }
.lh-arena__streak:nth-child(5) { top: 48%; width: 62%; animation-delay: 1.2s; opacity: 0.9; }
.lh-arena__streak:nth-child(6) { top: 68%; width: 40%; animation-delay: 2.4s; opacity: 0.55; height: 1.5px; }

.lh-arena__band {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  width: 28%;
  background: repeating-linear-gradient(
    -28deg,
    transparent 0 18px,
    rgba(196, 30, 30, 0.05) 18px 20px,
    transparent 20px 34px,
    rgba(232, 163, 23, 0.04) 34px 36px
  );
  animation: lh-band-drift 14s linear infinite;
}

.lh-arena__band--right {
  left: auto;
  right: -20%;
  animation-direction: reverse;
  animation-duration: 18s;
}

.lh-arena__dust {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 78%, rgba(201, 165, 122, 0.5), transparent),
    radial-gradient(1.5px 1.5px at 28% 62%, rgba(232, 163, 23, 0.35), transparent),
    radial-gradient(1px 1px at 55% 84%, rgba(255, 255, 255, 0.18), transparent),
    radial-gradient(1.5px 1.5px at 72% 70%, rgba(196, 30, 30, 0.35), transparent),
    radial-gradient(1px 1px at 88% 88%, rgba(232, 163, 23, 0.3), transparent),
    radial-gradient(1.5px 1.5px at 40% 90%, rgba(201, 165, 122, 0.4), transparent);
  animation: lh-dust-drift 9s ease-in-out infinite alternate;
  opacity: 0.65;
}

@keyframes lh-cape-flourish {
  0%   { transform: skewX(-18deg) translateX(-18%) rotate(-2deg); opacity: 0.35; }
  40%  { transform: skewX(-12deg) translateX(55%) rotate(1deg); opacity: 0.95; }
  70%  { transform: skewX(-20deg) translateX(110%) rotate(-1deg); opacity: 0.45; }
  100% { transform: skewX(-18deg) translateX(140%) rotate(0deg); opacity: 0; }
}

@keyframes lh-cape-flourish-alt {
  0%   { transform: skewX(16deg) translateX(20%) rotate(2deg); opacity: 0.25; }
  45%  { transform: skewX(10deg) translateX(-50%) rotate(-1deg); opacity: 0.85; }
  100% { transform: skewX(16deg) translateX(-130%) rotate(1deg); opacity: 0; }
}

@keyframes lh-charge-streak {
  0%   { transform: translateX(0) scaleX(0.4); opacity: 0; }
  12%  { opacity: 1; }
  55%  { transform: translateX(160%) scaleX(1.1); opacity: 0.85; }
  100% { transform: translateX(240%) scaleX(0.6); opacity: 0; }
}

@keyframes lh-band-drift {
  from { transform: translateX(0); }
  to   { transform: translateX(12%); }
}

@keyframes lh-dust-drift {
  from { transform: translate(0, 0); }
  to   { transform: translate(3%, -1.5%); }
}

@keyframes lh-light-sweep {
  0%   { transform: translateX(-120%) skewX(-20deg); opacity: 0; }
  12%  { opacity: 0.7; }
  45%  { opacity: 0.7; }
  60%  { transform: translateX(220%) skewX(-20deg); opacity: 0; }
  100% { transform: translateX(220%) skewX(-20deg); opacity: 0; }
}

.lh-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 4.25rem 1.25rem 4.75rem;
  text-align: center;
}

.lh-hero__logo {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  border: 4px solid var(--lh-crimson);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  background: var(--lh-cream);
  object-fit: cover;
}

.lh-hero__kicker {
  margin: 1.15rem 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lh-gold-bright);
}

.lh-hero h1 {
  margin: 0 auto 1rem;
  max-width: 18em;
  font-size: clamp(2rem, 4.6vw, 3.35rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.lh-hero__accent {
  display: block;
  color: var(--lh-gold-bright);
}

.lh-hero__lead {
  margin: 0 auto 1.5rem;
  max-width: 42rem;
  font-size: 1.05rem;
  color: rgba(255, 248, 235, 0.82);
}

.lh-hero__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}

.lh-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(250, 247, 240, 0.08);
  border: 1px solid rgba(232, 163, 23, 0.28);
  color: rgba(255, 248, 235, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
}

.lh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.lh-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.55rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.lh-btn:hover {
  transform: translateY(-2px);
}

.lh-btn--primary {
  background: linear-gradient(180deg, var(--lh-amber), #d97706);
  color: #fff;
  border: 0;
  box-shadow: 0 12px 28px rgba(217, 119, 6, 0.35);
}

.lh-btn--primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: lh-light-sweep 3.5s ease-in-out infinite;
  pointer-events: none;
}

.lh-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.lh-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.lh-btn--ink {
  background: #374151;
  color: #fff;
  border: 0;
}

/* —— Sections —— */
.lh-section {
  padding: 4.25rem 1.25rem;
}

.lh-section__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.lh-section--cream {
  background: var(--lh-cream);
}

.lh-section--dim {
  background: var(--lh-cream-dim);
}

.lh-section--ink {
  background: linear-gradient(180deg, #1a0a0a 0%, var(--lh-ink) 100%);
  color: #fff;
}

.lh-eyebrow {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b45309;
}

.lh-section--ink .lh-eyebrow {
  color: var(--lh-gold-bright);
}

.lh-section h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.lh-lead {
  margin: 0 0 2rem;
  max-width: 46rem;
  color: var(--lh-muted);
  font-size: 1.02rem;
}

.lh-section--ink .lh-lead {
  color: rgba(255, 248, 235, 0.72);
}

.lh-center {
  text-align: center;
}

.lh-center .lh-lead {
  margin-left: auto;
  margin-right: auto;
}

.lh-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.lh-card {
  background: var(--lh-card);
  border-radius: var(--lh-radius);
  padding: 1.45rem 1.35rem;
  box-shadow: var(--lh-shadow);
  border: 1px solid rgba(28, 20, 16, 0.06);
}

.lh-section--ink .lh-card {
  background: rgba(250, 247, 240, 0.06);
  border: 1px solid rgba(232, 163, 23, 0.18);
  box-shadow: none;
}

.lh-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.lh-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--lh-muted);
  line-height: 1.75;
}

.lh-section--ink .lh-card p {
  color: rgba(255, 248, 235, 0.72);
}

.lh-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(196, 30, 30, 0.12), rgba(232, 163, 23, 0.18));
  color: #b45309;
  font-size: 1.05rem;
}

.lh-section--ink .lh-icon {
  background: rgba(232, 163, 23, 0.14);
  color: var(--lh-gold-bright);
}

/* —— Formula —— */
.lh-formula {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
  margin-top: 0.5rem;
}

.lh-formula__cell {
  min-width: 8.5rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: linear-gradient(160deg, #1a0a0a, #2a1410);
  color: #fff;
  text-align: center;
  box-shadow: 0 14px 32px rgba(16, 8, 8, 0.22);
}

.lh-formula__cell strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
}

.lh-formula__cell span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lh-gold-bright);
}

.lh-formula__op {
  font-size: 1.4rem;
  font-weight: 900;
  color: #b45309;
}

.lh-formula__eq {
  min-width: 8.5rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--lh-amber), #d97706);
  color: #fff;
  text-align: center;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(217, 119, 6, 0.28);
}

.lh-formula__eq strong {
  display: block;
  font-size: 1.35rem;
}

.lh-formula__eq span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

/* —— Shot / set —— */
.lh-modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.lh-mode {
  padding: 1.6rem 1.45rem;
  border-radius: var(--lh-radius);
  background: var(--lh-card);
  border: 1px solid rgba(28, 20, 16, 0.06);
  box-shadow: var(--lh-shadow);
}

.lh-mode__label {
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(196, 30, 30, 0.1);
  color: var(--lh-crimson);
}

.lh-mode--set .lh-mode__label {
  background: rgba(232, 163, 23, 0.18);
  color: #92400e;
}

.lh-mode h3 {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
  font-weight: 900;
}

.lh-mode p {
  margin: 0;
  color: var(--lh-muted);
  font-size: 0.94rem;
}

/* —— Screenshot / code —— */
.lh-shot {
  margin: 0;
}

.lh-shot img {
  display: block;
  width: 100%;
  border-radius: 16px;
  box-shadow: var(--lh-shadow);
  border: 1px solid rgba(28, 20, 16, 0.08);
  background: #fff;
}

.lh-shot figcaption {
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--lh-muted);
}

.lh-code {
  margin: 0;
  padding: 1.15rem 1.25rem;
  border-radius: 16px;
  background: #111827;
  color: #e5e7eb;
  overflow-x: auto;
  font-size: 0.82rem;
  line-height: 1.55;
  box-shadow: var(--lh-shadow);
}

.lh-code code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* —— Pricing plates (match Studio Current Plan) —— */
.lh-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  align-items: stretch;
}

.lh-plan {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.15rem 1.35rem;
  border-radius: 20px;
  background: var(--lh-card);
  border: 1px solid rgba(28, 20, 16, 0.06);
  box-shadow: var(--lh-shadow);
}

.lh-plan--featured {
  box-shadow: 0 0 0 2px #3b82f6, var(--lh-shadow);
}

.lh-plate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0.7rem 0.85rem;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.lh-plate--starter {
  background: linear-gradient(135deg, #0f172a 0%, #082f49 52%, #155e75 100%);
  box-shadow: 0 10px 24px rgba(8, 47, 73, 0.35), 0 0 0 1px rgba(34, 211, 238, 0.4);
}

.lh-plate--pro {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 48%, #78350f 100%);
  box-shadow: 0 10px 24px rgba(120, 53, 15, 0.35), 0 0 0 1px rgba(251, 191, 36, 0.4);
}

.lh-plate--enterprise {
  background: linear-gradient(135deg, #09090b 0%, #2e1065 50%, #701a75 100%);
  box-shadow: 0 10px 24px rgba(46, 16, 101, 0.4), 0 0 0 1px rgba(232, 121, 249, 0.45);
}

.lh-plate__kicker {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lh-plate--starter .lh-plate__kicker { color: rgba(165, 243, 252, 0.9); }
.lh-plate--pro .lh-plate__kicker { color: rgba(253, 230, 138, 0.9); }
.lh-plate--enterprise .lh-plate__kicker { color: rgba(245, 208, 254, 0.9); }

.lh-plate__name {
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.lh-plate__chip {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  white-space: nowrap;
}

.lh-plate--starter .lh-plate__chip { background: rgba(34, 211, 238, 0.2); color: #ecfeff; }
.lh-plate--pro .lh-plate__chip { background: rgba(251, 191, 36, 0.2); color: #fef3c7; }
.lh-plate--enterprise .lh-plate__chip { background: rgba(232, 121, 249, 0.2); color: #fae8ff; }

.lh-plan__calls {
  margin: 0 0 0.35rem;
  font-weight: 700;
  color: var(--lh-text);
}

.lh-plan__desc {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.88rem;
  color: var(--lh-muted);
}

.lh-plan__price {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 900;
  color: #2563eb;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}

.lh-plan__price span {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--lh-muted);
}

.lh-plan__tax {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--lh-muted);
}

.lh-notes {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  color: var(--lh-muted);
}

.lh-notes li + li {
  margin-top: 0.35rem;
}

.lh-contact {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.2rem 1.3rem;
  border-radius: var(--lh-radius);
  background: rgba(232, 163, 23, 0.08);
  border: 1px dashed rgba(180, 83, 9, 0.28);
}

.lh-contact h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.lh-contact p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--lh-muted);
}

.lh-contact a {
  color: #92400e;
  font-weight: 800;
}

/* —— Audience —— */
.lh-who__item {
  text-align: left;
}

.lh-who__role {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b45309;
}

/* —— FAQ —— */
.lh-faq {
  max-width: 720px;
  margin: 0 auto;
}

.lh-faq details {
  background: var(--lh-card);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  box-shadow: 0 8px 24px rgba(16, 8, 8, 0.06);
  border: 1px solid rgba(28, 20, 16, 0.06);
}

.lh-faq details + details {
  margin-top: 0.7rem;
}

.lh-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

.lh-faq summary::-webkit-details-marker {
  display: none;
}

.lh-faq p {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
  color: var(--lh-muted);
}

.lh-faq a {
  color: #92400e;
  font-weight: 700;
}

/* —— CTA band —— */
.lh-cta {
  padding: 4rem 1.25rem 4.5rem;
  background: linear-gradient(180deg, #1a0a0a 0%, var(--lh-ink) 100%);
  color: #fff;
  text-align: center;
}

.lh-cta h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 900;
}

.lh-cta p {
  margin: 0 auto 1.5rem;
  max-width: 36rem;
  color: rgba(255, 248, 235, 0.75);
}

/* —— Footer —— */
.lh-footer {
  padding: 2.25rem 1.25rem;
  background: var(--lh-cream-dim);
  border-top: 1px solid rgba(28, 20, 16, 0.08);
  text-align: center;
  color: var(--lh-muted);
  font-size: 0.85rem;
}

.lh-footer img {
  width: 56px;
  opacity: 0.55;
  margin-bottom: 0.55rem;
}

.lh-footer a {
  color: var(--lh-muted);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@media (max-width: 860px) {
  .lh-grid-3,
  .lh-plans,
  .lh-modes {
    grid-template-columns: 1fr;
  }

  .lh-hero {
    min-height: auto;
  }

  .lh-contact {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lh-arena__cape,
  .lh-arena__streak,
  .lh-arena__band,
  .lh-arena__dust,
  .lh-btn--primary::after {
    animation: none;
  }

  .lh-arena__cape {
    opacity: 0.25;
    transform: skewX(-14deg) translateX(20%);
  }

  html {
    scroll-behavior: auto;
  }
}
