/* Isolated lighter-homepage prototype. Shared navigation and theme controls stay established. */
.lighter-home {
  --lighter-bg: #f5f7f1;
  --lighter-panel: #fbfcf8;
  --lighter-ink: #17342b;
  --lighter-muted: #5c6e66;
  --lighter-line: rgba(36, 73, 57, 0.18);
  --lighter-faint-line: rgba(36, 73, 57, 0.1);
  --lighter-mint: #b8ddc3;
  --lighter-green: #296747;
  --lighter-gold: #80601f;
  min-width: 320px;
  margin: 0;
  color: var(--lighter-ink);
  background: var(--lighter-bg);
  font-family: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.lighter-home.dark {
  --lighter-bg: #0d171b;
  --lighter-panel: #111e21;
  --lighter-ink: #eef3ee;
  --lighter-muted: #aabbb9;
  --lighter-line: rgba(183, 218, 202, 0.19);
  --lighter-faint-line: rgba(183, 218, 202, 0.1);
  --lighter-mint: #b5d9c0;
  --lighter-green: #b5d9c0;
  --lighter-gold: #d9bf87;
}

.lighter-home main { overflow: clip; }
.lighter-home :where(h1, h2, p, figure, blockquote) { margin: 0; }
.lighter-home :where(a, button):focus-visible { outline: 2px solid var(--lighter-gold); outline-offset: 4px; }
.lighter-home .home-mobile-links a { font-family: inherit; }

.lighter-shell {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 80px);
}

.prototype-bar {
  border-bottom: 1px solid var(--lighter-line);
  color: var(--lighter-muted);
  background: var(--lighter-panel);
  font: 700 0.68rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.prototype-bar .lighter-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 40px;
}

.prototype-bar span { display: inline-flex; align-items: center; gap: 9px; }
.prototype-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lighter-gold);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--lighter-gold) 12%, transparent);
}
.prototype-bar a { min-height: 40px; display: inline-flex; align-items: center; color: var(--lighter-green); }
.prototype-bar a:hover { text-decoration: underline; text-underline-offset: 4px; }

.lighter-kicker {
  color: var(--lighter-muted);
  font: 700 0.7rem/1.5 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.lighter-kicker > span { margin-right: 8px; color: var(--lighter-gold); font-size: 1rem; }

.lighter-hero { position: relative; isolation: isolate; }
.lighter-hero > .lighter-shell { position: relative; z-index: 1; }
.lighter-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(470px, 0.96fr);
  align-items: center;
  gap: clamp(32px, 4vw, 68px);
  min-height: clamp(610px, 76vh, 790px);
  padding-block: clamp(60px, 7vw, 100px);
}

.lighter-hero-copy { position: relative; z-index: 1; }
.lighter-hero h1 {
  margin-top: 24px;
  max-width: none;
  color: var(--lighter-ink);
  font-size: clamp(3.25rem, 4.7vw, 4.25rem);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.065em;
  text-wrap: balance;
}
.lighter-headline-line { display: block; white-space: nowrap; }
.lighter-hero h1 .lighter-headline-accent { color: var(--lighter-green); }
.lighter-lede {
  max-width: 49ch;
  margin-top: 28px;
  color: var(--lighter-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.75;
  text-wrap: pretty;
}
.lighter-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; margin-top: 30px; }
.lighter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 52px;
  padding: 12px 19px;
  border: 1px solid var(--lighter-green);
  border-radius: 6px;
  color: #fff;
  background: #296747;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}
.lighter-home.dark .lighter-button { border-color: var(--lighter-mint); color: #12271c; background: var(--lighter-mint); }
.lighter-button:hover { background: #397a57; transform: translateY(-1px); }
.lighter-home.dark .lighter-button:hover { background: #cae8d1; }
.lighter-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  color: var(--lighter-green);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.lighter-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.lighter-hero-proof {
  max-width: 49ch;
  margin-top: clamp(34px, 4vw, 48px);
  padding-top: 22px;
  border-top: 1px solid var(--lighter-line);
}
.lighter-stars { color: var(--lighter-gold); font-size: 0.82rem; letter-spacing: 0.15em; }
.lighter-hero-proof blockquote { margin-top: 9px; color: var(--lighter-muted); font-size: 0.88rem; line-height: 1.65; text-wrap: pretty; }
.lighter-hero-proof figcaption { margin-top: 8px; color: var(--lighter-ink); font: 700 0.68rem/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 0.1em; text-transform: uppercase; }

.lighter-growth-figure { position: relative; min-width: 0; }
.lighter-growth-figure::before {
  position: absolute;
  inset: 3% -3% 4% 6%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 78% 27%, color-mix(in srgb, var(--lighter-gold) 12%, transparent), transparent 30%),
    radial-gradient(circle at 48% 54%, color-mix(in srgb, var(--lighter-mint) 20%, transparent), transparent 68%);
  content: "";
  filter: blur(8px);
}
.lighter-growth { position: relative; display: block; width: 100%; height: auto; overflow: visible; color: var(--lighter-green); }
.lighter-growth-atmosphere { stroke: currentColor; stroke-width: 0.7; opacity: 0.13; translate: 0 var(--nature-offset-y, 0); }
.lighter-growth-glow { opacity: 0.7; }
.lighter-growth-tangle { stroke-width: 1.1; opacity: 0.34; }
.lighter-growth-tangle path:nth-child(3n + 2) { opacity: 0.58; }
.lighter-growth-tangle path:nth-child(3n) { opacity: 0.72; }
.lighter-growth-echo { stroke: var(--lighter-mint); stroke-width: 1.15; opacity: 0.5; }
.lighter-growth-route { stroke-width: 3.2; filter: drop-shadow(0 5px 8px color-mix(in srgb, var(--lighter-green) 18%, transparent)); }
.lighter-growth-arrow { stroke: var(--lighter-gold); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.lighter-growth-nodes { fill: var(--lighter-bg); stroke: var(--lighter-green); stroke-width: 1.7; }
.lighter-growth-nodes circle:nth-child(3) { fill: var(--lighter-mint); stroke: var(--lighter-green); }
.lighter-growth-nodes circle:last-child { fill: var(--lighter-gold); stroke: var(--lighter-gold); }
.lighter-growth-labels { fill: var(--lighter-muted); font: 700 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 1.5px; }
.lighter-growth-figure figcaption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: -2px;
  color: var(--lighter-muted);
  font: 700 0.67rem/1.5 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lighter-growth-figure figcaption span { width: 26px; height: 1px; background: var(--lighter-gold); }

.lighter-shortcut-nav { border-block: 1px solid var(--lighter-line); background: var(--lighter-panel); }
.lighter-shortcuts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lighter-shortcuts a {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 13px;
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid var(--lighter-line);
  color: var(--lighter-ink);
  text-decoration: none;
  transition: background-color 160ms ease;
}
.lighter-shortcuts a:first-child { padding-left: 0; }
.lighter-shortcuts a:last-child { border-right: 0; }
.lighter-shortcuts a:hover { background: color-mix(in srgb, var(--lighter-mint) 11%, transparent); }
.lighter-shortcuts .shortcut-number { color: var(--lighter-gold); font: 700 0.63rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.lighter-shortcuts strong { font-size: 0.9rem; font-weight: 700; }
.lighter-shortcuts b { color: var(--lighter-green); font-size: 0.9rem; font-weight: 400; transition: transform 160ms ease; }
.lighter-shortcuts a:hover b { transform: translate(2px, -2px); }

.lighter-recognition { padding-block: clamp(82px, 9vw, 132px); background: var(--lighter-bg); }
.lighter-recognition-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 100px); }
.lighter-recognition h2 {
  max-width: 18ch;
  margin-top: 18px;
  color: var(--lighter-ink);
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.052em;
  text-wrap: balance;
}
.lighter-recognition-copy { max-width: 47ch; margin-top: 22px; color: var(--lighter-muted); font-size: 1rem; line-height: 1.78; }
.lighter-tangle-art { position: relative; width: 100%; max-width: 460px; margin-top: 35px; }
.lighter-tangle { display: block; width: 100%; height: auto; color: var(--lighter-green); }
.lighter-tangle-label {
  position: absolute;
  left: 50.53%;
  top: 52.86%;
  transform: translate(-50%, calc(-100% - 12px));
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--lighter-muted);
  background: var(--lighter-bg);
  box-shadow: 0 0 0 1px var(--lighter-line);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}
.lighter-tangle-label::after { position: absolute; left: 50%; top: 100%; height: 11px; border-left: 1px solid currentColor; content: ""; opacity: 0.5; }
.lighter-scenes { margin: 0; padding: 0; list-style: none; }
.lighter-scenes li { padding-block: 26px; border-top: 1px solid var(--lighter-line); }
.lighter-scenes li:first-child { padding-top: 0; border-top: 0; }
.lighter-scenes li:last-child { padding-bottom: 0; }
.lighter-scenes .lighter-kicker { display: block; margin-bottom: 10px; color: var(--lighter-muted); }
.lighter-scenes h3 { max-width: 33ch; margin: 0; color: var(--lighter-ink); font-size: 1.375rem; font-weight: 700; line-height: 1.4; letter-spacing: -0.035em; }
.lighter-scenes li > p { max-width: 51ch; margin-top: 12px; color: var(--lighter-muted); font-size: 1rem; line-height: 1.8; }

.lighter-route-copy h2,
.lighter-faq-heading h2,
.lighter-final-step h2 {
  max-width: 17ch;
  color: var(--lighter-ink);
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.lighter-route { position: relative; isolation: isolate; padding-block: clamp(82px, 9vw, 132px); border-top: 1px solid var(--lighter-faint-line); }
.lighter-route > .lighter-shell { position: relative; z-index: 1; }
.lighter-route-grid { display: grid; grid-template-columns: minmax(270px, 0.68fr) minmax(480px, 1.32fr); align-items: center; gap: clamp(40px, 7vw, 105px); }
.lighter-route-copy h2 { margin-top: 18px; }
.lighter-route-copy > p:not(.lighter-kicker) { max-width: 47ch; margin-top: 22px; color: var(--lighter-muted); font-size: 1rem; line-height: 1.78; }
.lighter-route-copy .lighter-text-link { margin-top: 22px; }
.lighter-route-figure { min-width: 0; }
.lighter-route-visual { position: relative; }
.lighter-route-graphic { display: block; width: 100%; height: auto; overflow: visible; color: var(--lighter-green); }
.lighter-route-atmosphere { stroke: var(--lighter-green); stroke-width: 0.75; opacity: 0.18; translate: 0 var(--nature-offset-y, 0); }
.lighter-route-threads { stroke-width: 1.25; }
.lighter-route-target circle { stroke: var(--lighter-gold); opacity: 0.32; }
.lighter-route-target circle:first-child { opacity: 0.14; }
.lighter-route-target path { stroke: var(--lighter-gold); stroke-width: 0.8; opacity: 0.4; }
.lighter-route-lift { stroke-width: 2.4; stroke-linecap: round; }
.lighter-route-dots { fill: var(--lighter-bg); stroke: var(--lighter-green); stroke-width: 1.8; }
.lighter-route-dots circle:nth-child(3) { fill: var(--lighter-gold); stroke: var(--lighter-gold); }
.lighter-route-dots circle:last-child { fill: var(--lighter-green); }
.lighter-route-labels { position: absolute; inset: 0; pointer-events: none; }
.lighter-route-labels span {
  position: absolute;
  padding: 2px 5px;
  color: var(--lighter-muted);
  background: color-mix(in srgb, var(--lighter-bg) 90%, transparent);
  font: 700 0.62rem/1.35 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.lighter-label-first { left: 10.5%; top: 12%; }
.lighter-label-plan { left: 31.5%; top: 23%; }
.lighter-label-unified { left: 51%; top: 65%; }
.lighter-label-growth { left: 78%; top: 37%; }
.lighter-route-figure figcaption { margin-top: -8px; color: var(--lighter-muted); font-size: 0.82rem; text-align: right; }
[data-nature-flow-overlay] { stroke: var(--lighter-gold) !important; }

.lighter-proof { padding-block: clamp(78px, 8vw, 116px); border-top: 1px solid var(--lighter-line); background: var(--lighter-panel); }
.lighter-proof-heading { display: grid; grid-template-columns: 0.58fr 1.15fr 1fr; align-items: start; gap: clamp(24px, 5vw, 72px); }
.lighter-proof-heading h2 { max-width: 17ch; color: var(--lighter-ink); font-size: clamp(2rem, 3.2vw, 3.1rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.052em; text-wrap: balance; }
.lighter-proof-heading > p:last-child { max-width: 43ch; color: var(--lighter-muted); line-height: 1.75; }
.lighter-testimonials { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: clamp(42px, 6vw, 70px); border: 1px solid var(--lighter-line); background: var(--lighter-line); }
.lighter-testimonial { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: clamp(26px, 3.4vw, 46px); background: var(--lighter-panel); }
.lighter-testimonial-featured { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr); gap: clamp(36px, 8vw, 112px); align-items: end; background: color-mix(in srgb, var(--lighter-mint) 10%, var(--lighter-panel)); }
.lighter-testimonial blockquote { max-width: 54ch; color: var(--lighter-ink); font-size: clamp(1rem, 1.3vw, 1.13rem); line-height: 1.72; text-wrap: pretty; }
.lighter-testimonial-featured blockquote { max-width: 49ch; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.58; letter-spacing: -0.02em; }
.lighter-testimonial figcaption { margin-top: 32px; color: var(--lighter-muted); font-size: 0.75rem; line-height: 1.6; }
.lighter-testimonial cite { display: block; color: var(--lighter-ink); font-style: normal; font-weight: 700; }
.lighter-testimonial figcaption a { display: inline-flex; gap: 8px; margin-top: 12px; color: var(--lighter-green); font-weight: 700; text-decoration: none; }
.lighter-testimonial figcaption a:hover { text-decoration: underline; text-underline-offset: 4px; }

.lighter-faq {
  padding-block: clamp(82px, 9vw, 132px);
  border-top: 1px solid var(--lighter-line);
  background: var(--lighter-bg);
}
.lighter-faq-grid { display: grid; grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr); align-items: start; gap: clamp(40px, 7vw, 100px); }
.lighter-faq-heading { position: sticky; top: 110px; }
.lighter-faq-heading h2 { max-width: 15ch; margin-top: 18px; }
.lighter-faq-heading > p:last-child { max-width: 36ch; margin-top: 22px; color: var(--lighter-muted); line-height: 1.78; }
.lighter-faq-list { min-width: 0; }
.lighter-faq-list details { border-top: 1px solid var(--lighter-line); }
.lighter-faq-list details:last-child { border-bottom: 1px solid var(--lighter-line); }
.lighter-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding-block: 22px;
  color: var(--lighter-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
  cursor: pointer;
}
.lighter-faq-list summary::-webkit-details-marker { display: none; }
.lighter-faq-list summary::after { content: "+"; flex: 0 0 18px; color: var(--lighter-green); font-size: 1.45rem; font-weight: 400; line-height: 1; text-align: center; }
.lighter-faq-list details[open] > summary::after { content: "−"; }
.lighter-faq-list details > p { max-width: 67ch; padding: 0 42px 28px 0; color: var(--lighter-muted); font-size: 0.96rem; line-height: 1.8; }
.lighter-faq-list details a { color: var(--lighter-green); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.lighter-closing { padding-block: clamp(78px, 8vw, 116px); border-top: 1px solid var(--lighter-line); background: var(--lighter-panel); }
.lighter-final-step { display: grid; grid-template-columns: 0.58fr 1.15fr 1fr; align-items: start; gap: clamp(24px, 5vw, 72px); }
.lighter-final-step h2 { margin: 0; }
.lighter-final-step > p:not(.lighter-kicker, .lighter-supporting) { max-width: 49ch; color: var(--lighter-muted); line-height: 1.78; }
.lighter-final-step .lighter-button { grid-column: 2; width: max-content; margin-top: -22px; }
.lighter-supporting { margin-top: 18px; color: var(--lighter-muted); font-size: 0.85rem; }
.lighter-final-step .lighter-supporting { grid-column: 3; grid-row: 2; margin-top: -19px; }
.lighter-supporting a { color: var(--lighter-green); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.lighter-footer .home-footer-main { padding-block: clamp(56px, 6vw, 82px); }
.lighter-footer .home-footer-intro h2 { margin-top: 16px; font-family: Manrope, sans-serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 700; letter-spacing: -0.045em; }
.lighter-footer .home-footer-intro > p:last-child { margin-top: 18px; }
.lighter-footer .home-footer-legal { padding-block: 20px; }

@media (max-width: 1100px) {
  .lighter-hero h1 { font-size: clamp(3.25rem, 5.5vw, 4.3rem); }
  .lighter-route-grid { grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); gap: 35px; }
}

@media (max-width: 1050px) {
  .lighter-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 38px; min-height: 0; }
  .lighter-growth-figure { width: min(100%, 720px); margin-inline: auto; }
}

@media (max-width: 767px) {
  .lighter-shell { padding-inline: 24px; }
  .prototype-bar .lighter-shell { align-items: flex-start; flex-direction: column; gap: 2px; padding-block: 9px; }
  .prototype-bar span, .prototype-bar a { min-height: 24px; }
  .lighter-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; min-height: 0; padding-block: 58px 48px; }
  .lighter-hero h1 { font-size: clamp(1.8rem, 8.8vw, 4.25rem); }
  .lighter-lede { margin-top: 23px; }
  .lighter-actions { align-items: stretch; flex-direction: column; margin-top: 26px; }
  .lighter-actions .lighter-button { width: 100%; }
  .lighter-actions .lighter-text-link { align-self: center; }
  .lighter-hero-proof { margin-top: 32px; }
  .lighter-growth-figure { width: calc(100% + 20px); margin-left: -10px; }
  .lighter-growth-figure figcaption { justify-content: flex-start; margin: 2px 10px 0; }
  .lighter-growth-labels { font-size: 8px; letter-spacing: 1px; }
  .lighter-recognition-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .lighter-recognition h2 { max-width: 16ch; }
  .lighter-tangle-art { margin-top: 18px; }
  .lighter-scenes li { padding-block: 25px; }
  .lighter-scenes h3 { font-size: 1.25rem; }
  .lighter-shortcuts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lighter-shortcuts a { padding: 18px 12px; }
  .lighter-shortcuts a:first-child { padding-left: 12px; }
  .lighter-shortcuts a:nth-child(2) { border-right: 0; }
  .lighter-shortcuts a:nth-child(-n + 2) { border-bottom: 1px solid var(--lighter-line); }
  .lighter-route-grid { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .lighter-route-figure { width: calc(100% + 24px); margin-left: -12px; }
  .lighter-route-figure figcaption { margin: -3px 12px 0; text-align: left; }
  .lighter-route-labels span { font-size: 0.55rem; letter-spacing: 0.07em; }
  .lighter-label-first { left: 7%; }
  .lighter-label-plan { left: 29%; }
  .lighter-label-unified { left: 47%; }
  .lighter-label-growth { left: 77%; }
  .lighter-proof-heading { grid-template-columns: minmax(0, 1fr); gap: 17px; }
  .lighter-testimonials { grid-template-columns: minmax(0, 1fr); }
  .lighter-testimonial-featured { grid-column: auto; grid-template-columns: minmax(0, 1fr); gap: 0; }
  .lighter-faq-grid { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .lighter-faq-heading { position: static; }
  .lighter-faq-list summary { min-height: 68px; padding-block: 19px; }
  .lighter-faq-list details > p { padding-right: 28px; }
  .lighter-final-step { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .lighter-final-step .lighter-button,
  .lighter-final-step .lighter-supporting { grid-column: auto; grid-row: auto; margin-top: 4px; }
  .lighter-final-step .lighter-button { width: 100%; }
}

@media (max-width: 359px) {
  .lighter-shell { padding-inline: 20px; }
  .lighter-kicker { letter-spacing: 0.11em; }
  .lighter-shortcuts { grid-template-columns: minmax(0, 1fr); }
  .lighter-shortcuts a, .lighter-shortcuts a:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--lighter-line); }
  .lighter-shortcuts a:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lighter-home, .lighter-home *, .lighter-home *::before, .lighter-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .lighter-growth-atmosphere, .lighter-route-atmosphere { translate: none; }
}
