:root {
    --ls-bg: #f7f9fc;
    --ls-surface: #ffffff;
    --ls-surface-alt: #edf3fb;
    --ls-text: #0b0f17;
    --ls-muted: #5d6877;
    --ls-accent: #0b63f6;
    --ls-accent-strong: #064bc2;
    --ls-accent-soft: #e8f1ff;
    --ls-line: rgba(11, 15, 23, 0.1);
    --ls-line-strong: rgba(11, 15, 23, 0.19);
    --ls-shadow: 0 24px 72px rgba(14, 45, 92, 0.12);
    --ls-radius-sm: 10px;
    --ls-radius-md: 18px;
    --ls-radius-lg: 28px;
    --ls-container: 1240px;
    --ls-content: 720px;
    --ls-gutter: clamp(20px, 1.7032rem + 1.9355vw, 48px);
    --ls-section: clamp(64px, 5.1vw + 40px, 104px);
    --ls-font: var(--gh-font-body, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Helvetica Neue", Arial, sans-serif);
    color-scheme: light;
}

html[data-color-scheme="Dark"] {
    --ls-bg: #080b11;
    --ls-surface: #111722;
    --ls-surface-alt: #172131;
    --ls-text: #f7f9fc;
    --ls-muted: #a6b2c2;
    --ls-accent: #5598ff;
    --ls-accent-strong: #85b5ff;
    --ls-accent-soft: #142b4c;
    --ls-line: rgba(255, 255, 255, 0.12);
    --ls-line-strong: rgba(255, 255, 255, 0.23);
    --ls-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
    color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
    html[data-color-scheme="System"] {
        --ls-bg: #080b11;
        --ls-surface: #111722;
        --ls-surface-alt: #172131;
        --ls-text: #f7f9fc;
        --ls-muted: #a6b2c2;
        --ls-accent: #5598ff;
        --ls-accent-strong: #85b5ff;
        --ls-accent-soft: #142b4c;
        --ls-line: rgba(255, 255, 255, 0.12);
        --ls-line-strong: rgba(255, 255, 255, 0.23);
        --ls-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
        color-scheme: dark;
    }
}

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

[hidden] {
    display: none !important;
}

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

::selection {
    background: var(--ls-accent);
    color: #ffffff;
}

body {
    background: var(--ls-bg);
    color: var(--ls-text);
    font-family: var(--ls-font);
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus-visible,
button:focus-visible {
    border-radius: 8px;
    outline: 3px solid color-mix(in srgb, var(--ls-accent) 34%, transparent);
    outline-offset: 4px;
}

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

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

button {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    padding: 0;
}

h1,
h2,
h3,
h4,
p,
figure,
ul,
ol {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-family: var(--gh-font-heading, var(--ls-font));
    font-weight: 680;
    letter-spacing: -0.04em;
    line-height: 1;
    overflow-wrap: break-word;
    text-wrap: wrap;
    word-break: normal;
}

p,
li {
    text-wrap: pretty;
}

.ls-site {
    min-height: 100vh;
}

.ls-main {
    overflow-x: clip;
}

.ls-container {
    margin-inline: auto;
    max-width: calc(var(--ls-container) + (2 * var(--ls-gutter)));
    padding-left: max(var(--ls-gutter), env(safe-area-inset-left, 0px));
    padding-right: max(var(--ls-gutter), env(safe-area-inset-right, 0px));
    width: 100%;
}

.ls-skip {
    background: var(--ls-text);
    border-radius: 999px;
    color: var(--ls-bg);
    left: 16px;
    padding: 10px 16px;
    position: fixed;
    top: 16px;
    transform: translateY(-160%);
    transition: transform 0.2s ease;
    z-index: 9999;
}

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

.ls-header {
    left: 0;
    padding-block: 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.ls-header.is-scrolled {
    backdrop-filter: blur(18px);
    background: color-mix(in srgb, var(--ls-surface) 90%, transparent);
    border-bottom: 1px solid var(--ls-line);
    padding-block: 12px;
    position: fixed;
}

.ls-header__inner {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.ls-brand {
    align-items: center;
    display: inline-flex;
    font-size: 20px;
    font-weight: 720;
    gap: 10px;
    letter-spacing: -0.03em;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

.ls-brand img {
    border-radius: 10px;
    height: 36px;
    object-fit: cover;
    width: 36px;
}

.ls-navigation .nav,
.ls-footer .nav {
    align-items: center;
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ls-navigation a,
.ls-footer nav a {
    align-items: center;
    color: var(--ls-muted);
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    min-height: 44px;
    transition: color 0.2s ease;
}

.ls-navigation a:hover,
.ls-navigation .nav-current a,
.ls-footer nav a:hover {
    color: var(--ls-text);
}

.ls-navigation .nav-current a {
    text-decoration: underline;
    text-decoration-color: var(--ls-accent);
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.ls-menu-button {
    display: none;
    height: 44px;
    position: relative;
    width: 44px;
}

.ls-menu-button span {
    background: currentColor;
    height: 2px;
    left: 11px;
    position: absolute;
    transition: transform 0.2s ease;
    width: 22px;
}

.ls-menu-button span:first-child {
    top: 15px;
}

.ls-menu-button span:last-child {
    top: 23px;
}

.ls-menu-button[aria-expanded="true"] span:first-child {
    top: 19px;
    transform: rotate(45deg);
}

.ls-menu-button[aria-expanded="true"] span:last-child {
    top: 19px;
    transform: rotate(-45deg);
}

.ls-home-hero {
    background:
        radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--ls-accent) 13%, transparent), transparent 24%),
        linear-gradient(180deg, var(--ls-surface), var(--ls-bg) 82%);
    border-bottom: 1px solid var(--ls-line);
    padding-block: clamp(120px, 9vw, 148px) clamp(68px, 7vw, 96px);
}

.ls-home-hero__grid {
    align-items: start;
    display: grid;
    gap: clamp(52px, 7vw, 92px);
    grid-template-columns: minmax(0, 1fr);
}

.ls-home-hero__copy {
    max-width: 900px;
}

.ls-badge,
.ls-product-hero__tags span,
.ls-product-card__tags span {
    align-items: center;
    background: var(--ls-accent-soft);
    border: 1px solid color-mix(in srgb, var(--ls-accent) 18%, transparent);
    border-radius: 999px;
    color: var(--ls-accent-strong);
    display: inline-flex;
    font-size: 13px;
    font-weight: 650;
    line-height: 1;
    padding: 9px 13px;
}

.ls-home-hero h1 {
    font-size: clamp(46px, 5.8vw, 78px);
    letter-spacing: -0.058em;
    line-height: 1.02;
    margin-top: 30px;
    max-width: 12.5em;
}

.ls-home-hero h2 {
    color: var(--ls-text);
    font-size: clamp(22px, 2.3vw, 32px);
    font-weight: 560;
    letter-spacing: -0.04em;
    line-height: 1.12;
    margin-top: 28px;
    max-width: 30ch;
}

.ls-home-hero__description {
    color: var(--ls-muted);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
    margin-top: 22px;
    max-width: 620px;
}

.ls-home-hero__actions,
.ls-product-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.ls-button,
.kg-btn {
    align-items: center;
    background: var(--ls-accent);
    border: 1px solid var(--ls-accent);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 680;
    gap: 10px;
    justify-content: center;
    line-height: 1;
    min-height: 52px;
    padding: 0 22px;
    box-shadow: 0 10px 26px color-mix(in srgb, var(--ls-accent) 22%, transparent);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ls-button:hover,
.kg-btn:hover {
    background: var(--ls-accent-strong);
    border-color: var(--ls-accent-strong);
    transform: translateY(-2px);
}

.ls-button--secondary,
.kg-btn:not(.kg-btn-accent) {
    background: transparent;
    border-color: var(--ls-line-strong);
    box-shadow: none;
    color: var(--ls-text);
}

.ls-button--secondary:hover,
.kg-btn:not(.kg-btn-accent):hover {
    background: var(--ls-surface);
    border-color: var(--ls-accent);
    color: var(--ls-accent-strong);
}

.ls-home-hero__facts {
    color: var(--ls-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px 24px;
    list-style: none;
    margin-top: 30px;
    padding: 0;
}

.ls-home-hero__facts li {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.ls-home-hero__facts li::before {
    background: var(--ls-accent);
    border-radius: 50%;
    content: "";
    height: 6px;
    width: 6px;
}

.ls-showcase,
.ls-product-hero__media {
    background: var(--ls-surface);
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius-lg);
    box-shadow: var(--ls-shadow);
    margin-top: 0;
    overflow: hidden;
    padding: clamp(10px, 1.5vw, 18px);
}

.ls-showcase {
    margin-inline: auto;
    width: 100%;
}

.ls-showcase__bar {
    align-items: center;
    display: flex;
    gap: 7px;
    min-height: 38px;
    padding-inline: 8px;
}

.ls-showcase__bar span {
    background: var(--ls-line-strong);
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.ls-showcase__bar strong {
    color: var(--ls-muted);
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
}

.ls-showcase__link {
    display: block;
}

.ls-showcase > img,
.ls-showcase__link > img,
.ls-showcase__placeholder,
.ls-product-hero__media > img {
    aspect-ratio: 16 / 10;
    background: var(--ls-surface-alt);
    border-radius: calc(var(--ls-radius-lg) - 12px);
    object-fit: contain;
    width: 100%;
}

.ls-showcase__meta {
    display: grid;
    gap: 7px;
    padding: 22px 12px 12px;
}

.ls-showcase__meta small {
    color: var(--ls-accent-strong);
    font-size: 12px;
    font-weight: 720;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ls-showcase__meta > strong {
    font-size: clamp(22px, 2.4vw, 30px);
    letter-spacing: -0.035em;
    line-height: 1.18;
}

.ls-showcase__meta > span {
    color: var(--ls-muted);
    font-size: 14px;
}

.ls-showcase__meta .ls-showcase__excerpt {
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.55;
    max-width: 760px;
}

.ls-showcase__placeholder {
    align-items: center;
    background:
        radial-gradient(circle at 25% 25%, color-mix(in srgb, var(--ls-accent) 38%, transparent), transparent 34%),
        radial-gradient(circle at 75% 76%, color-mix(in srgb, var(--ls-accent) 22%, transparent), transparent 34%),
        var(--ls-surface-alt);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.ls-showcase__placeholder img {
    border-radius: 24px;
    box-shadow: var(--ls-shadow);
}

.ls-showcase__placeholder strong {
    font-size: clamp(28px, 4vw, 58px);
    letter-spacing: -0.05em;
}

.ls-section {
    padding-block: var(--ls-section);
}

.ls-kicker {
    color: var(--ls-accent);
    font-size: 13px;
    font-weight: 720;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ls-section-heading {
    max-width: 920px;
}

.ls-section-heading h1,
.ls-section-heading h2,
.ls-page-header h1 {
    font-size: clamp(40px, 5.2vw, 64px);
    margin-top: 16px;
}

.ls-section-heading > p:last-child,
.ls-page-header > p:last-child {
    color: var(--ls-muted);
    font-size: clamp(17px, 2vw, 21px);
    margin-top: 22px;
}

.ls-products {
    background: var(--ls-bg);
}

.ls-features {
    background: var(--ls-surface);
    border-bottom: 1px solid var(--ls-line);
}

.ls-feature-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(42px, 6vw, 68px);
}

.ls-feature-card {
    background: var(--ls-bg);
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius-md);
    min-height: 260px;
    padding: clamp(26px, 3.2vw, 40px);
}

.ls-feature-card > span {
    color: var(--ls-accent);
    font-size: 13px;
    font-weight: 720;
    letter-spacing: 0.08em;
}

.ls-feature-card h3 {
    font-size: clamp(25px, 2.6vw, 34px);
    line-height: 1.08;
    margin-top: 44px;
}

.ls-feature-card p {
    color: var(--ls-muted);
    margin-top: 18px;
}

.ls-feature-link {
    margin-top: 36px;
}

.ls-product-grid {
    display: grid;
    gap: 30px;
    margin-top: clamp(42px, 6vw, 68px);
}

.ls-product-card {
    background: var(--ls-surface);
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius-lg);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ls-product-card:hover {
    border-color: color-mix(in srgb, var(--ls-accent) 36%, var(--ls-line));
    box-shadow: var(--ls-shadow);
    transform: translateY(-4px);
}

.ls-product-card__media {
    background: var(--ls-surface-alt);
    min-height: 400px;
    padding: clamp(14px, 2vw, 24px);
}

.ls-product-card__media img,
.ls-product-card__placeholder {
    border-radius: calc(var(--ls-radius-lg) - 12px);
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.ls-product-card__placeholder {
    align-items: center;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--ls-accent) 22%, var(--ls-surface)), var(--ls-surface-alt));
    display: flex;
    font-size: clamp(30px, 4vw, 58px);
    font-weight: 700;
    justify-content: center;
    letter-spacing: -0.05em;
    text-align: center;
}

.ls-product-card__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 6vw, 72px);
}

.ls-product-card__tags,
.ls-product-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ls-product-card__tags span,
.ls-product-hero__tags span {
    background: var(--ls-accent-soft);
    border-color: color-mix(in srgb, var(--ls-accent) 16%, transparent);
    color: var(--ls-accent-strong);
    padding: 7px 11px;
}

.ls-product-card h3 {
    font-size: clamp(31px, 3.6vw, 48px);
    line-height: 1.05;
    margin-top: 24px;
}

.ls-product-card__body > p {
    color: var(--ls-muted);
    margin-top: 22px;
}

.ls-text-link {
    align-items: center;
    color: var(--ls-accent);
    display: inline-flex;
    font-size: 15px;
    font-weight: 680;
    gap: 10px;
    margin-top: 34px;
}

.ls-text-link:hover {
    color: var(--ls-accent-strong);
}

.ls-text-link span {
    transition: transform 0.2s ease;
}

.ls-text-link:hover span {
    transform: translateX(4px);
}

.ls-empty {
    align-items: center;
    border: 1px dashed var(--ls-line-strong);
    border-radius: var(--ls-radius-lg);
    display: grid;
    gap: 28px;
    grid-template-columns: auto 1fr;
    margin-top: 56px;
    padding: clamp(32px, 6vw, 72px);
}

.ls-empty__index {
    color: var(--ls-accent);
    font-size: clamp(44px, 7vw, 78px);
    font-weight: 700;
    letter-spacing: -0.06em;
}

.ls-empty h3 {
    font-size: clamp(26px, 4vw, 42px);
}

.ls-empty p {
    color: var(--ls-muted);
    margin-top: 12px;
}

.ls-process {
    background: var(--ls-surface);
    border-top: 1px solid var(--ls-line);
}

.ls-process-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 64px;
}

.ls-process-card {
    background: var(--ls-bg);
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius-md);
    min-height: 280px;
    padding: clamp(28px, 4vw, 44px);
}

.ls-process-card > span {
    color: var(--ls-accent);
    font-size: 14px;
    font-weight: 720;
}

.ls-process-card h3 {
    font-size: clamp(27px, 3vw, 38px);
    margin-top: 52px;
}

.ls-process-card p {
    color: var(--ls-muted);
    margin-top: 18px;
}

.ls-final-cta {
    background: var(--ls-bg);
}

.ls-final-cta__inner {
    align-items: center;
    background:
        radial-gradient(circle at 92% 18%, color-mix(in srgb, var(--ls-accent) 20%, transparent), transparent 28%),
        var(--ls-surface);
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius-lg);
    display: flex;
    gap: clamp(32px, 6vw, 84px);
    justify-content: space-between;
    padding: clamp(34px, 6vw, 72px);
}

.ls-final-cta__inner > div {
    max-width: 800px;
}

.ls-final-cta h2 {
    font-size: clamp(36px, 4.7vw, 60px);
    margin-top: 16px;
}

.ls-final-cta__inner > div > p:last-child {
    color: var(--ls-muted);
    font-size: clamp(17px, 1.8vw, 21px);
    margin-top: 20px;
}

.ls-final-cta .ls-button {
    flex: 0 0 auto;
}

.ls-product-hero {
    background:
        radial-gradient(circle at 88% 7%, color-mix(in srgb, var(--ls-accent) 15%, transparent), transparent 23%),
        linear-gradient(180deg, var(--ls-surface), var(--ls-bg));
    border-bottom: 1px solid var(--ls-line);
    padding-block: clamp(120px, 9vw, 148px) clamp(64px, 6vw, 88px);
}

.ls-product-hero__copy {
    max-width: 980px;
}

.ls-product-hero h1 {
    font-size: clamp(46px, 5vw, 72px);
    letter-spacing: -0.058em;
    line-height: 1.01;
    margin-top: 26px;
    max-width: 18ch;
    text-wrap: balance;
}

.ls-product-hero__summary {
    color: var(--ls-muted);
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.45;
    margin-top: 26px;
    max-width: 760px;
}

.ls-product-hero__media figcaption {
    color: var(--ls-muted);
    font-size: 13px;
    padding: 12px 8px 2px;
    text-align: center;
}

.ls-product-hero__media {
    margin-top: clamp(40px, 5vw, 64px);
}

.ls-product-nav {
    backdrop-filter: blur(18px);
    background: color-mix(in srgb, var(--ls-surface) 92%, transparent);
    border-block: 1px solid var(--ls-line);
    position: sticky;
    top: 69px;
    z-index: 80;
}

.ls-product-nav__shell {
    margin-inline: auto;
    max-width: calc(var(--ls-container) + (2 * var(--ls-gutter)));
    padding-left: max(var(--ls-gutter), env(safe-area-inset-left, 0px));
    padding-right: max(var(--ls-gutter), env(safe-area-inset-right, 0px));
    position: relative;
    width: 100%;
}

.ls-product-nav__shell::before,
.ls-product-nav__shell::after {
    bottom: 0;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.18s ease;
    width: 72px;
    z-index: 1;
}

.ls-product-nav__shell::before {
    background: linear-gradient(90deg, var(--ls-surface) 60%, transparent);
    left: max(var(--ls-gutter), env(safe-area-inset-left, 0px));
}

.ls-product-nav__shell::after {
    background: linear-gradient(270deg, var(--ls-surface) 60%, transparent);
    right: max(var(--ls-gutter), env(safe-area-inset-right, 0px));
}

.ls-product-nav__shell.can-scroll-previous::before,
.ls-product-nav__shell.can-scroll-next::after {
    opacity: 1;
}

.ls-product-nav__inner,
.ls-product-nav__inner > div {
    align-items: center;
    display: flex;
    gap: 6px;
}

.ls-product-nav__inner {
    min-height: 62px;
    overscroll-behavior-inline: contain;
    overflow-x: auto;
    scroll-padding-inline: 48px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
}

.ls-product-nav__inner::-webkit-scrollbar {
    display: none;
}

.ls-product-nav__shell.has-overflow .ls-product-nav__inner {
    padding-inline: 44px;
}

.ls-product-nav a {
    align-items: center;
    border-radius: 999px;
    color: var(--ls-muted);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 650;
    min-height: 44px;
    padding-inline: 14px;
    scroll-snap-align: center;
    transition: background-color 0.18s ease, color 0.18s ease;
    white-space: nowrap;
}

.ls-product-nav a:hover,
.ls-product-nav a.is-active {
    color: var(--ls-accent-strong);
}

.ls-product-nav a.is-active {
    background: var(--ls-accent-soft);
}

.ls-product-nav__control {
    align-items: center;
    background: color-mix(in srgb, var(--ls-surface) 97%, transparent);
    border: 1px solid var(--ls-line-strong);
    border-radius: 50%;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--ls-text) 10%, transparent);
    color: var(--ls-text);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
    width: 34px;
    z-index: 2;
}

.ls-product-nav__control span {
    font-size: 17px;
    line-height: 1;
    transform: translateY(-1px);
}

.ls-product-nav__control--previous {
    left: max(var(--ls-gutter), env(safe-area-inset-left, 0px));
}

.ls-product-nav__control--next {
    right: max(var(--ls-gutter), env(safe-area-inset-right, 0px));
}

.ls-product-nav__control:hover:not(:disabled) {
    background: var(--ls-accent-soft);
    border-color: color-mix(in srgb, var(--ls-accent) 42%, var(--ls-line));
}

.ls-product-nav__control:disabled {
    opacity: 0;
    pointer-events: none;
}

.kg-canvas {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-inline: auto;
    max-width: calc(var(--ls-container) + (2 * var(--ls-gutter)));
    padding-left: max(var(--ls-gutter), env(safe-area-inset-left, 0px));
    padding-right: max(var(--ls-gutter), env(safe-area-inset-right, 0px));
    width: 100%;
}

.kg-canvas > * {
    grid-column: 4 / span 6;
    min-width: 0;
}

.kg-canvas > .kg-width-wide {
    grid-column: 3 / span 8;
}

.kg-canvas > .kg-width-full {
    grid-column: 1 / span 12;
}

.ls-content {
    padding-block: var(--ls-section);
}

.ls-content > * + * {
    margin-top: 1.35em;
}

.ls-content > h2 {
    font-size: clamp(38px, 5vw, 58px);
    grid-column: 3 / span 8;
    margin-top: var(--ls-section);
    max-width: 15ch;
    scroll-margin-top: 148px;
}

.ls-content > h2:first-child {
    margin-top: 0;
}

.ls-content > h2 + p {
    color: var(--ls-muted);
    font-size: clamp(18px, 2.2vw, 23px);
    grid-column: 3 / span 8;
    line-height: 1.5;
    max-width: 820px;
}

.ls-content > h3 {
    font-size: clamp(28px, 4vw, 42px);
    margin-top: 2.2em;
}

.ls-content p,
.ls-content li {
    color: color-mix(in srgb, var(--ls-text) 86%, var(--ls-muted));
}

.ls-content a:not(.kg-btn) {
    color: var(--ls-accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.ls-content a:not(.kg-btn):hover {
    color: var(--ls-accent-strong);
}

.ls-content ul,
.ls-content ol {
    padding-left: 1.4em;
}

.ls-content blockquote {
    border-left: 3px solid var(--ls-accent);
    color: var(--ls-muted);
    font-size: 1.25em;
    padding-left: 24px;
}

.ls-content hr {
    border: 0;
    border-top: 1px solid var(--ls-line);
    margin-block: 72px;
}

.ls-content .kg-image-card,
.ls-content .kg-gallery-card,
.ls-content .kg-video-card,
.ls-content .kg-embed-card {
    margin-block: clamp(46px, 7vw, 84px);
}

.ls-content .kg-image-card img,
.ls-content .kg-gallery-image img,
.ls-content .kg-video-container,
.ls-content .kg-embed-card iframe {
    border-radius: var(--ls-radius-md);
}

.ls-content .kg-image-card.kg-width-wide,
.ls-content .kg-gallery-card,
.ls-content .kg-video-card.kg-width-wide {
    background: var(--ls-surface-alt);
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius-lg);
    padding: clamp(10px, 1.6vw, 18px);
}

.ls-content figcaption {
    color: var(--ls-muted);
    font-size: 13px;
    margin-top: 12px;
    text-align: center;
}

.ls-content .kg-button-card {
    display: flex;
}

.ls-content .kg-button-card.kg-align-center {
    justify-content: center;
}

.ls-content .kg-button-card.kg-align-left {
    justify-content: flex-start;
}

.ls-content .kg-callout-card,
.ls-content .kg-product-card-container,
.ls-content .kg-bookmark-card {
    background: var(--ls-surface);
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius-md);
    box-shadow: none;
}

.ls-content .kg-product-card {
    grid-column: 3 / span 8;
}

.ls-content .kg-product-card-container {
    max-width: none;
}

.ls-content .kg-toggle-card,
.ls-content details {
    background: var(--ls-surface);
    border: 1px solid var(--ls-line);
    border-radius: var(--ls-radius-sm);
    padding: 0;
}

.ls-content .kg-toggle-card + .kg-toggle-card,
.ls-content details + details {
    margin-top: 12px;
}

.ls-content .kg-toggle-heading,
.ls-content summary {
    color: var(--ls-text);
    cursor: pointer;
    font-size: 18px;
    font-weight: 650;
    padding: 22px 24px;
}

.ls-content .kg-toggle-content,
.ls-content details > *:not(summary) {
    color: var(--ls-muted);
    padding-inline: 24px;
}

.ls-content .kg-toggle-content > :last-child,
.ls-content details > :last-child {
    margin-bottom: 24px;
}

.ls-page-header {
    padding-block: clamp(150px, 18vw, 220px) 40px;
}

.ls-page-header > p:last-child {
    max-width: 720px;
}

.ls-product-footer {
    border-top: 1px solid var(--ls-line);
    padding-block: 48px var(--ls-section);
}

.ls-archive {
    padding-top: clamp(150px, 18vw, 220px);
}

.ls-pagination {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 64px;
}

.ls-pagination a {
    color: var(--ls-accent);
    font-weight: 650;
}

.ls-pagination span {
    color: var(--ls-muted);
    font-size: 14px;
}

.ls-error {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    padding-block: clamp(180px, 22vw, 260px) var(--ls-section);
}

.ls-error h1 {
    font-size: clamp(54px, 9vw, 112px);
    margin-top: 20px;
}

.ls-error .ls-button {
    margin-top: 42px;
}

.ls-footer {
    background: #070a0f;
    border-radius: var(--ls-radius-lg) var(--ls-radius-lg) 0 0;
    color: #f7f9fc;
    padding-block: 72px;
}

.ls-footer__inner {
    align-items: flex-end;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.ls-footer .ls-brand img {
    background: var(--ls-bg);
}

.ls-footer__inner > div > p,
.ls-footer__meta > p {
    color: rgba(247, 249, 252, 0.66);
    font-size: 13px;
    margin-top: 16px;
}

.ls-footer__meta {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.ls-footer nav a {
    color: rgba(247, 249, 252, 0.7);
}

.ls-footer .ls-brand {
    color: #f7f9fc;
}

.ls-content pre,
.ls-content table,
.ls-content iframe {
    max-width: 100%;
}

.ls-content pre,
.ls-content table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ls-content table {
    border-collapse: collapse;
    display: block;
    white-space: nowrap;
}

.ls-content th,
.ls-content td {
    border-bottom: 1px solid var(--ls-line);
    padding: 12px 16px;
    text-align: left;
}

.ls-content iframe {
    border: 0;
    width: 100%;
}

[data-reveal] {
    opacity: 1;
    transform: none;
}

.js [data-reveal] {
    opacity: 1;
    transform: none;
}

/* v1.3: fluid layout with three meaningful device breakpoints. */
@media (min-width: 1600px) {
    :root {
        --ls-container: 1320px;
    }
}

@media (max-width: 1023px) {
    .ls-home-hero__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ls-home-hero__copy,
    .ls-showcase {
        max-width: none;
        text-wrap: balance;
    }

    .ls-home-hero h1 {
        max-width: 14em;
    }

    .ls-product-nav {
        backdrop-filter: none;
    }

    .kg-canvas > * {
        grid-column: 3 / span 8;
    }

    .kg-canvas > .kg-width-wide,
    .ls-content > h2,
    .ls-content > h2 + p,
    .ls-content .kg-product-card {
        grid-column: 2 / span 10;
    }

    .kg-canvas > .kg-width-full {
        grid-column: 1 / span 12;
    }

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

@media (max-width: 840px) {
    .ls-product-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .ls-product-card__media {
        min-height: auto;
    }

    .ls-product-card__media img,
    .ls-product-card__placeholder {
        aspect-ratio: 16 / 10;
        height: auto;
    }

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

    .ls-process-card {
        min-height: 0;
    }
}

@media (max-width: 680px) {
    :root {
        --ls-gutter: clamp(18px, 5.5vw, 28px);
        --ls-section: clamp(60px, 14vw, 80px);
    }

    body {
        font-size: 16px;
    }

    .ls-header {
        padding-block: 10px;
    }

    .ls-header.is-scrolled {
        padding-block: 8px;
    }

    .ls-brand {
        font-size: 18px;
    }

    .ls-brand img {
        height: 32px;
        width: 32px;
    }

    .ls-navigation {
        align-items: center;
        background: color-mix(in srgb, var(--ls-surface) 97%, transparent);
        display: flex;
        inset: 0;
        justify-content: center;
        min-height: 100dvh;
        opacity: 0;
        overflow-y: auto;
        padding: max(76px, env(safe-area-inset-top, 0px)) var(--ls-gutter) max(32px, env(safe-area-inset-bottom, 0px));
        pointer-events: none;
        position: fixed;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        visibility: hidden;
        width: 100%;
    }

    .ls-navigation.is-open {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .ls-navigation .nav {
        align-items: center;
        flex-direction: column;
        gap: 18px;
    }

    .ls-navigation a {
        color: var(--ls-text);
        font-size: 28px;
    }

    .ls-menu-button {
        display: block;
        z-index: 2;
    }

    .ls-home-hero,
    .ls-product-hero {
        padding-block: 96px 60px;
    }

    .ls-home-hero__grid {
        gap: 44px;
    }

    .ls-home-hero h1 {
        font-size: clamp(34px, 9.2vw, 48px);
        line-height: 1.04;
        margin-top: 22px;
        max-width: none;
    }

    .ls-home-hero h2 {
        font-size: clamp(20px, 5.4vw, 25px);
        line-height: 1.22;
        margin-top: 22px;
        max-width: none;
    }

    .ls-home-hero__description,
    .ls-product-hero__summary {
        font-size: 16px;
        line-height: 1.55;
        margin-top: 18px;
    }

    .ls-home-hero__actions,
    .ls-product-hero__actions {
        display: flex;
        margin-top: 26px;
    }

    .ls-button,
    .kg-btn {
        min-height: 48px;
        padding-inline: 16px;
    }

    .ls-home-hero__facts {
        gap: 6px 14px;
        margin-top: 24px;
    }

    .ls-home-hero__facts li {
        min-height: 28px;
    }

    .ls-showcase,
    .ls-product-hero__media,
    .ls-product-card,
    .ls-footer {
        border-radius: var(--ls-radius-md);
    }

    .ls-showcase > img,
    .ls-showcase__link > img,
    .ls-showcase__placeholder,
    .ls-product-hero__media > img,
    .ls-product-card__media img,
    .ls-product-card__placeholder {
        border-radius: var(--ls-radius-sm);
    }

    .ls-showcase__meta {
        padding: 18px 8px 8px;
    }

    .ls-product-card__body {
        padding: 28px 24px 34px;
    }

    .ls-product-card h3 {
        font-size: clamp(28px, 7.5vw, 36px);
    }

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

    .ls-feature-card {
        min-height: 0;
    }

    .ls-feature-card h3 {
        margin-top: 34px;
    }

    .ls-product-hero h1 {
        font-size: clamp(34px, 8.8vw, 46px);
        line-height: 1.04;
        margin-top: 20px;
        max-width: none;
    }

    .ls-product-hero__media {
        margin-top: 36px;
    }

    .ls-product-nav__inner,
    .ls-product-nav__inner > div {
        gap: 4px;
    }

    .ls-product-nav {
        top: 61px;
    }

    .ls-product-nav__inner {
        min-height: 58px;
    }

    .ls-product-nav a {
        font-size: 12.5px;
        min-height: 42px;
        padding-inline: 12px;
    }

    .ls-product-nav__shell.has-overflow .ls-product-nav__inner {
        padding-inline: 40px;
    }

    .ls-product-nav__control {
        height: 32px;
        width: 32px;
    }

    .kg-canvas > * {
        grid-column: 2 / span 10;
    }

    .kg-canvas > .kg-width-wide,
    .kg-canvas > .kg-width-full,
    .ls-content > h2,
    .ls-content > h2 + p,
    .ls-content .kg-product-card {
        grid-column: 1 / span 12;
    }

    .ls-content > h2 {
        font-size: clamp(31px, 8vw, 40px);
        line-height: 1.08;
        scroll-margin-top: 132px;
    }

    .ls-content > h2 + p {
        font-size: 18px;
    }

    .ls-content blockquote {
        font-size: 1.12em;
        padding-left: 18px;
    }

    .ls-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .ls-footer__meta {
        align-items: flex-start;
    }

    .ls-footer .nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .ls-final-cta__inner {
        align-items: flex-start;
        border-radius: var(--ls-radius-md);
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .kg-canvas > *,
    .kg-canvas > .kg-width-wide,
    .kg-canvas > .kg-width-full,
    .ls-content > h2,
    .ls-content > h2 + p,
    .ls-content .kg-product-card {
        grid-column: 1 / span 12;
    }

    .ls-section-heading h1,
    .ls-section-heading h2,
    .ls-page-header h1 {
        font-size: clamp(36px, 10vw, 44px);
    }

    .ls-content .kg-toggle-heading,
    .ls-content summary {
        padding: 18px;
    }

    .ls-footer {
        padding-block: 52px;
    }

    .ls-home-hero__actions,
    .ls-product-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ls-button,
    .kg-btn {
        width: 100%;
    }
}

@media (max-width: 359px) {
    :root {
        --ls-gutter: 16px;
    }

    .ls-badge,
    .ls-product-hero__tags span,
    .ls-product-card__tags span {
        font-size: 12px;
        padding: 8px 10px;
    }

    .ls-home-hero h1 {
        font-size: 33px;
    }

    .ls-product-hero h1 {
        font-size: 34px;
    }
}

@media (min-width: 700px) and (max-width: 1023px) and (max-height: 520px) and (orientation: landscape) {
    .ls-header {
        padding-block: 10px;
    }

    .ls-home-hero,
    .ls-product-hero {
        padding-block: 60px 28px;
    }

    .ls-home-hero__grid {
        gap: 32px;
        grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.8fr);
    }

    .ls-home-hero h1 {
        font-size: 36px;
        margin-top: 16px;
    }

    .ls-home-hero h2 {
        font-size: 19px;
        margin-top: 16px;
    }

    .ls-home-hero__description,
    .ls-home-hero__facts,
    .ls-showcase__meta {
        display: none;
    }

    .ls-home-hero__actions {
        margin-top: 20px;
    }

    .ls-showcase {
        align-self: start;
    }

}

@media (hover: none) {
    .ls-button:hover,
    .kg-btn:hover,
    .ls-product-card:hover {
        transform: none;
    }

    .ls-product-card:hover {
        border-color: var(--ls-line);
        box-shadow: none;
    }

    .ls-text-link:hover span {
        transform: none;
    }
}

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

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }

    .js [data-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* v1.5: product-first landing page with LaunchOS-like proportions and rhythm. */
:root {
    --ls-bg: #f5f6fa;
    --ls-surface: #ffffff;
    --ls-surface-alt: #eceef4;
    --ls-text: #08090c;
    --ls-muted: #626774;
    --ls-accent: #3478f6;
    --ls-accent-strong: #1559d6;
    --ls-accent-soft: #eaf2ff;
    --ls-line: rgba(8, 9, 12, 0.09);
    --ls-line-strong: rgba(8, 9, 12, 0.18);
    --ls-shadow: 0 24px 72px rgba(24, 35, 64, 0.1);
    --ls-container: 960px;
    --ls-gutter: clamp(20px, 4vw, 40px);
    --ls-section: clamp(76px, 7vw, 112px);
}

.ls-header {
    padding-block: 40px 16px;
}

.ls-header.is-scrolled {
    padding-block: 12px;
}

.ls-home .ls-header.is-scrolled {
    backdrop-filter: none;
    background: transparent;
    border-bottom: 0;
    padding-block: 40px 16px;
    position: absolute;
}

.ls-brand {
    font-size: 22px;
    font-weight: 680;
    gap: 12px;
}

.ls-brand__mark {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 42px;
}

.ls-brand__mark::after {
    display: none;
}

.ls-brand__mark img {
    border-radius: inherit;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.ls-brand__wordmark {
    align-items: baseline;
    display: inline-flex;
    gap: 0.3em;
    line-height: 1;
}

.ls-brand__name {
    font-weight: 720;
    letter-spacing: -0.04em;
}

.ls-brand__studio {
    color: var(--ls-muted);
    font-weight: 500;
    letter-spacing: -0.025em;
}

html[data-color-scheme="Dark"] .ls-brand__mark img {
    content: url("../images/lancet-studio-mark-reverse.svg");
}

@media (prefers-color-scheme: dark) {
    html[data-color-scheme="System"] .ls-brand__mark img {
        content: url("../images/lancet-studio-mark-reverse.svg");
    }
}

.ls-navigation .nav {
    background: color-mix(in srgb, var(--ls-surface) 64%, transparent);
    border: 1px solid color-mix(in srgb, var(--ls-line) 70%, transparent);
    border-radius: 999px;
    gap: 0;
    padding: 4px 6px;
}

.ls-navigation .nav li {
    align-items: center;
    display: flex;
}

.ls-navigation .nav li + li::before {
    display: none;
}

.ls-navigation a {
    font-size: 15px;
    font-weight: 560;
    min-height: 36px;
    padding-inline: 13px;
}

.ls-navigation .nav-current a {
    text-decoration: none;
}

.ls-home .ls-home-hero {
    background: transparent;
    border: 0;
    padding-block: 140px 60px;
}

.ls-home .ls-home-hero__grid {
    display: block;
}

.ls-home-status {
    align-items: center;
    background: var(--ls-surface);
    border: 1px solid var(--ls-line);
    border-radius: 999px;
    box-shadow: 0 8px 28px rgba(18, 25, 44, 0.06);
    color: var(--ls-text);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 9px;
    margin-inline: auto;
    padding: 8px 14px;
    width: max-content;
}

.ls-home-status__dot {
    background: var(--ls-accent);
    border-radius: 50%;
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--ls-accent) 12%, transparent);
    height: 7px;
    width: 7px;
}

.ls-home .ls-home-hero__copy {
    margin-top: 32px;
    max-width: none;
}

.ls-home .ls-home-hero h1 {
    font-size: clamp(68px, 7.5vw, 96px);
    font-weight: 620;
    letter-spacing: -0.065em;
    line-height: 1.04;
    margin-top: 0;
    max-width: 10.5em;
    text-wrap: balance;
}

.ls-home .ls-home-hero h1 .ls-home-title__chunk {
    display: inline;
    white-space: nowrap;
}

.ls-home .ls-home-hero h1 .ls-home-title__last {
    display: block;
    white-space: nowrap;
}

.ls-home .ls-home-hero h2 {
    font-size: clamp(26px, 2.5vw, 32px);
    font-weight: 520;
    letter-spacing: -0.035em;
    line-height: 1.25;
    margin-top: 28px;
    max-width: none;
}

.ls-home .ls-home-hero__description {
    color: var(--ls-muted);
    font-size: 20px;
    line-height: 1.65;
    margin-top: 30px;
    max-width: 800px;
}

.ls-home .ls-home-hero__actions {
    gap: 20px;
    margin-top: 34px;
}

.ls-home .ls-button,
.ls-home .kg-btn {
    background: var(--ls-text);
    border-color: var(--ls-text);
    border-radius: 14px;
    box-shadow: none;
    color: var(--ls-bg);
    font-size: 17px;
    min-height: 58px;
    padding-inline: 22px 12px;
}

.ls-home .ls-button:hover,
.ls-home .kg-btn:hover {
    background: color-mix(in srgb, var(--ls-text) 88%, var(--ls-bg));
    border-color: color-mix(in srgb, var(--ls-text) 88%, var(--ls-bg));
}

.ls-home .ls-button--secondary {
    background: transparent;
    border: 2px solid color-mix(in srgb, var(--ls-accent) 42%, transparent);
    color: var(--ls-accent-strong);
    padding-inline: 24px;
}

.ls-home .ls-button--secondary:hover {
    background: var(--ls-surface);
    border-color: var(--ls-accent);
    color: var(--ls-accent-strong);
}

.ls-button__icon {
    align-items: center;
    background: var(--ls-accent);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 19px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.ls-home-hero__meta {
    color: var(--ls-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 10px 24px;
    margin-top: 24px;
}

.ls-home-hero__meta span + span::before {
    color: var(--ls-line-strong);
    content: "·";
    margin-right: 24px;
}

.ls-home .ls-showcase {
    background: transparent;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    margin-top: 72px;
    padding: 0;
    scroll-margin-top: 96px;
}

.ls-home .ls-showcase__link {
    border-radius: inherit;
    display: block;
    overflow: hidden;
}

.ls-home .ls-showcase__link > img,
.ls-home .ls-showcase__placeholder {
    aspect-ratio: 16 / 10;
    border-radius: inherit;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.3, 1);
}

.ls-home .ls-showcase__link:hover > img {
    transform: scale(1.012);
}

.ls-home .ls-section {
    padding-block: 60px;
}

.ls-home .ls-products {
    background: transparent;
    padding-block: 54px 72px;
}

.ls-home .ls-products .ls-section-heading {
    max-width: 760px;
}

.ls-home .ls-products .ls-section-heading h2 {
    font-size: clamp(38px, 4.6vw, 52px);
    font-weight: 560;
    line-height: 1.12;
}

.ls-home .ls-products .ls-section-heading > p:last-child {
    font-size: 18px;
    line-height: 1.6;
    max-width: 680px;
}

.ls-home .ls-product-grid {
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 48px;
}

.ls-home .ls-product-card {
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ls-home .ls-product-card__media {
    min-height: 0;
    padding: 14px;
}

.ls-home .ls-product-card__media img,
.ls-home .ls-product-card__placeholder {
    aspect-ratio: 16 / 10;
    height: auto;
}

.ls-home .ls-product-card__body {
    flex: 1 1 auto;
    justify-content: flex-start;
    min-height: 292px;
    padding: 30px;
}

.ls-home .ls-product-card h3 {
    font-size: clamp(29px, 3vw, 38px);
    margin-top: 20px;
}

.ls-home .ls-product-card__body > p {
    font-size: 15px;
    line-height: 1.65;
    margin-top: 16px;
}

.ls-home .ls-product-card .ls-text-link {
    margin-top: auto;
    padding-top: 26px;
}

@media (min-width: 681px) {
    .ls-home .ls-product-card:only-child {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    }

    .ls-home .ls-product-card:only-child .ls-product-card__media {
        min-height: clamp(340px, 39vw, 380px);
    }

    .ls-home .ls-product-card:only-child .ls-product-card__media img,
    .ls-home .ls-product-card:only-child .ls-product-card__placeholder {
        aspect-ratio: auto;
        height: 100%;
    }

    .ls-home .ls-product-card:only-child .ls-product-card__body {
        min-height: clamp(340px, 39vw, 380px);
        padding: clamp(30px, 4vw, 42px);
    }
}

.ls-features {
    background: transparent;
    border: 0;
}

.ls-feature-heading {
    text-align: center;
}

.ls-feature-heading h2,
.ls-process-heading h2 {
    font-size: clamp(36px, 4vw, 42px);
    font-weight: 560;
    letter-spacing: -0.045em;
    line-height: 1.18;
}

.ls-feature-grid {
    gap: 58px 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 66px;
}

.ls-feature-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    min-height: 0;
    padding: 0;
}

.ls-feature-icon {
    align-items: center;
    border: 3px solid var(--ls-text);
    border-radius: 50%;
    color: var(--ls-accent);
    display: inline-flex;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    height: 62px;
    justify-content: center;
    letter-spacing: -0.05em;
    line-height: 1;
    position: relative;
    width: 62px;
}

.ls-feature-icon--formula,
.ls-feature-icon--regimen,
.ls-feature-icon--dose,
.ls-feature-icon--review {
    border-radius: 15px;
}

.ls-feature-icon::after {
    background: var(--ls-accent);
    border-radius: 99px;
    bottom: 8px;
    content: "";
    height: 3px;
    position: absolute;
    width: 18px;
}

.ls-feature-icon--input::after {
    height: 18px;
    right: 8px;
    width: 3px;
}

.ls-feature-icon--local::after,
.ls-feature-icon--boundary::after {
    background: transparent;
    border: 2px solid var(--ls-accent);
    height: 9px;
    width: 16px;
}

.ls-feature-card h3 {
    font-size: 21px;
    font-weight: 560;
    letter-spacing: -0.025em;
    line-height: 1.35;
    margin-top: 26px;
    max-width: 9em;
}

.ls-feature-card p {
    color: var(--ls-muted);
    font-size: 13px;
    line-height: 1.6;
    margin-top: 12px;
    max-width: 17em;
}

.ls-feature-detail-card {
    align-items: center;
    background: transparent;
    border-block: 1px solid var(--ls-line);
    border-radius: 0;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: 68px;
    min-height: 136px;
    padding: 28px 4px;
    transition: border-color 0.2s ease;
}

.ls-feature-detail-card:hover {
    border-color: var(--ls-line-strong);
}

.ls-feature-detail-card > span:first-child {
    display: grid;
    gap: 12px;
}

.ls-feature-detail-card strong {
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 560;
    letter-spacing: -0.045em;
}

.ls-feature-detail-card small {
    color: var(--ls-muted);
    font-size: 16px;
}

.ls-feature-detail-card__arrow {
    align-items: center;
    background: var(--ls-accent);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 26px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.ls-process {
    background: transparent;
    border: 0;
}

.ls-process-heading {
    margin-inline: auto;
    max-width: 720px;
    text-align: center;
}

.ls-process-heading p {
    color: var(--ls-muted);
    font-size: 16px;
    margin-top: 14px;
}

.ls-process-grid {
    gap: 16px;
    margin-top: 58px;
}

.ls-process-card {
    background: var(--ls-surface);
    border: 1px solid var(--ls-line);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    padding: 30px;
}

.ls-process-card__number {
    color: var(--ls-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.ls-process-card h3 {
    font-size: 27px;
    font-weight: 560;
    line-height: 1.15;
    margin-top: 32px;
}

.ls-process-card p {
    color: var(--ls-muted);
    font-size: 14px;
    line-height: 1.6;
    margin-top: 14px;
}

.ls-process-card ul {
    display: grid;
    gap: 11px;
    list-style: none;
    margin-top: 28px;
    padding: 0;
}

.ls-process-card li {
    color: var(--ls-muted);
    font-size: 14px;
    padding-left: 22px;
    position: relative;
}

.ls-process-card li::before {
    color: var(--ls-accent);
    content: "✓";
    font-weight: 700;
    left: 0;
    position: absolute;
}

.ls-process-card > strong {
    align-items: center;
    background: var(--ls-text);
    border-radius: 12px;
    color: var(--ls-bg);
    display: flex;
    font-size: 14px;
    justify-content: center;
    margin-top: auto;
    min-height: 48px;
}

.ls-process-card--accent {
    background:
        radial-gradient(circle at 100% 0, rgba(52, 120, 246, 0.42), transparent 36%),
        linear-gradient(145deg, #13151c, #08090c);
    color: #ffffff;
}

.ls-process-card--accent .ls-process-card__number,
.ls-process-card--accent p,
.ls-process-card--accent li {
    color: rgba(255, 255, 255, 0.7);
}

.ls-process-card--accent > strong {
    background: var(--ls-accent);
    color: #ffffff;
}

.ls-faq {
    background: transparent;
}

.ls-faq__grid {
    align-items: start;
    display: grid;
    gap: 64px;
    grid-template-columns: 210px minmax(0, 1fr);
}

.ls-faq h2 {
    font-size: clamp(40px, 4vw, 48px);
    font-weight: 560;
    letter-spacing: -0.055em;
    line-height: 1.05;
}

.ls-faq__list {
    border-top: 1px solid var(--ls-line);
}

.ls-faq details {
    border-bottom: 1px solid var(--ls-line);
}

.ls-faq summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 560;
    gap: 20px;
    justify-content: space-between;
    list-style: none;
    min-height: 78px;
    padding-block: 20px;
}

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

.ls-faq summary span {
    flex: 0 0 18px;
    height: 18px;
    position: relative;
    width: 18px;
}

.ls-faq summary span::before,
.ls-faq summary span::after {
    background: var(--ls-accent);
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    top: 8px;
    transition: transform 0.2s ease;
    width: 14px;
}

.ls-faq summary span::after {
    transform: rotate(90deg);
}

.ls-faq details[open] summary span::after {
    transform: rotate(0deg);
}

.ls-faq details p {
    color: var(--ls-muted);
    font-size: 15px;
    line-height: 1.7;
    max-width: 650px;
    padding: 0 40px 26px 0;
}

.ls-faq details a {
    color: var(--ls-accent-strong);
    font-weight: 600;
}

.ls-home .ls-final-cta {
    padding-bottom: 0;
}

.ls-home .ls-final-cta__inner {
    align-items: center;
    background: var(--ls-surface);
    border: 0;
    border-radius: 28px;
    flex-direction: column;
    gap: 32px;
    min-height: 330px;
    padding: 54px;
    text-align: center;
}

.ls-home .ls-final-cta__inner > div {
    max-width: 760px;
}

.ls-home .ls-final-cta h2 {
    font-size: clamp(28px, 3.2vw, 38px);
    font-weight: 560;
    letter-spacing: -0.045em;
    line-height: 1.2;
    margin-top: 0;
}

.ls-home .ls-final-cta__inner > div > p:last-child {
    font-size: 15px;
    margin-top: 16px;
}

.ls-home .ls-final-cta .ls-button {
    min-height: 54px;
}

.ls-footer {
    background: #eceef3;
    border-radius: 28px 28px 0 0;
    color: var(--ls-text);
    margin-top: -28px;
    padding-block: 118px 64px;
}

.ls-footer .ls-brand,
.ls-footer .ls-brand__mark {
    color: var(--ls-text);
}

.ls-footer .ls-brand__mark {
    background: transparent;
}

.ls-footer__inner > div > p,
.ls-footer__meta > p,
.ls-footer nav a {
    color: var(--ls-muted);
}

@media (max-width: 840px) {
    .ls-home .ls-home-hero h1 {
        font-size: clamp(60px, 9vw, 76px);
    }

    .ls-feature-grid {
        gap: 52px 32px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ls-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ls-process-card {
        min-height: 380px;
        padding: 22px;
    }

    .ls-process-card h3 {
        font-size: 23px;
    }

}

@media (max-width: 680px) {
    .ls-header {
        padding-block: 20px 10px;
    }

    .ls-home .ls-header.is-scrolled {
        padding-block: 20px 10px;
    }

    .ls-brand {
        font-size: 19px;
    }

    .ls-brand__mark {
        border-radius: 10px;
        font-size: 16px;
        height: 36px;
        width: 36px;
    }

    .ls-navigation .nav li + li::before {
        display: none;
    }

    .ls-navigation .nav {
        background: transparent;
        border: 0;
        border-radius: 0;
        gap: 18px;
        padding: 0;
    }

    .ls-navigation a {
        font-size: 28px;
        font-weight: 600;
        min-height: 52px;
        padding-inline: 8px;
    }

    .ls-home .ls-home-hero {
        padding-block: 100px 52px;
    }

    .ls-home-status {
        font-size: 12px;
        margin-inline: auto;
        padding: 7px 11px;
    }

    .ls-home .ls-home-hero__copy {
        margin-top: 26px;
    }

    .ls-home .ls-home-hero h1 {
        font-size: clamp(36px, 10vw, 44px);
        letter-spacing: -0.06em;
        line-height: 1.06;
    }

    .ls-home .ls-home-hero h2 {
        font-size: clamp(21px, 6vw, 26px);
        line-height: 1.28;
        margin-top: 24px;
    }

    .ls-home .ls-home-hero__description {
        font-size: 16px;
        line-height: 1.65;
        margin-top: 22px;
    }

    .ls-home .ls-home-hero__actions {
        gap: 10px;
        margin-top: 28px;
    }

    .ls-home .ls-button,
    .ls-home .kg-btn {
        border-radius: 12px;
        font-size: 15px;
        min-height: 52px;
    }

    .ls-button__icon {
        font-size: 16px;
        height: 30px;
        width: 30px;
    }

    .ls-home-hero__meta {
        gap: 8px 16px;
        line-height: 1.5;
        margin-top: 20px;
    }

    .ls-home-hero__meta span + span::before {
        margin-right: 16px;
    }

    .ls-home .ls-showcase {
        border-radius: 20px;
        margin-top: 68px;
    }

    .ls-home .ls-section {
        padding-block: 54px;
    }

    .ls-home .ls-products {
        padding-block: 44px 58px;
    }

    .ls-home .ls-products .ls-section-heading h2 {
        font-size: clamp(32px, 9vw, 40px);
    }

    .ls-home .ls-products .ls-section-heading > p:last-child {
        font-size: 16px;
        margin-top: 16px;
    }

    .ls-home .ls-product-grid {
        gap: 18px;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 34px;
    }

    .ls-home .ls-product-card {
        border-radius: 20px;
    }

    .ls-home .ls-product-card__body {
        min-height: 0;
        padding: 26px 24px 30px;
    }

    .ls-home .ls-product-card .ls-text-link {
        margin-top: 0;
        padding-top: 0;
    }

    .ls-feature-heading h2,
    .ls-process-heading h2 {
        font-size: clamp(31px, 8.5vw, 38px);
    }

    .ls-feature-grid {
        gap: 46px 22px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 50px;
    }

    .ls-feature-icon {
        border-width: 2.5px;
        font-size: 20px;
        height: 56px;
        width: 56px;
    }

    .ls-feature-card h3 {
        font-size: 18px;
        margin-top: 20px;
    }

    .ls-feature-card p {
        font-size: 12px;
        line-height: 1.55;
        margin-top: 9px;
    }

    .ls-feature-detail-card {
        margin-top: 54px;
        min-height: 0;
        padding: 24px 0;
    }

    .ls-feature-detail-card strong {
        font-size: 25px;
        line-height: 1.2;
    }

    .ls-feature-detail-card small {
        font-size: 14px;
        line-height: 1.55;
    }

    .ls-feature-detail-card__arrow {
        height: 42px;
        width: 42px;
    }

    .ls-process-grid {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 44px;
    }

    .ls-process-card {
        min-height: 0;
        padding: 26px;
    }

    .ls-process-card > strong {
        margin-top: 28px;
    }

    .ls-faq__grid {
        gap: 36px;
        grid-template-columns: minmax(0, 1fr);
    }

    .ls-faq h2 {
        font-size: 42px;
    }

    .ls-faq summary {
        font-size: 17px;
        line-height: 1.4;
        min-height: 74px;
    }

    .ls-faq details p {
        padding-right: 0;
    }

    .ls-home .ls-final-cta__inner {
        align-items: center;
        border-radius: 20px;
        min-height: 300px;
        padding: 38px 24px;
        text-align: center;
    }

    .ls-home .ls-final-cta .ls-button {
        width: auto;
    }

    .ls-footer {
        border-radius: 20px 20px 0 0;
        padding-block: 94px 52px;
    }
}

html[data-color-scheme="Dark"] .ls-footer {
    background: #111722;
}

html[data-color-scheme="Dark"] .ls-footer .ls-brand,
html[data-color-scheme="Dark"] .ls-footer .ls-brand__mark {
    color: #f7f9fc;
}

html[data-color-scheme="Dark"] .ls-footer .ls-brand__mark {
    background: transparent;
}

@media (max-width: 480px) {
    .ls-home .ls-home-hero__actions {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ls-home .ls-button,
    .ls-home .kg-btn {
        width: auto;
    }

    .ls-home .ls-button:first-child {
        justify-content: space-between;
    }

    .ls-home .ls-final-cta .ls-button {
        width: 100%;
    }

    .ls-feature-detail-card__arrow {
        height: 38px;
        width: 38px;
    }
}

@media (max-width: 359px) {
    .ls-home .ls-home-hero h1 {
        font-size: 35px;
    }

    .ls-home .ls-home-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ls-home .ls-button,
    .ls-home .kg-btn {
        width: 100%;
    }

    .ls-home-hero__meta span + span::before {
        display: none;
    }

    .ls-feature-grid {
        gap: 40px 16px;
    }

}
