/* ==========================================================================
   Stochumberg — landing page
   Editorial rebuild of the marketing home: split hero with a workspace map,
   a six-column model rail, numbered capability rows, and hairline-separated
   bands. Nav, footer, buttons and the reveal-on-scroll behaviour come from
   brand.css; every colour, radius and font here is a tokens.css variable.

   Replaces the old `#login-overlay .l-*` block that used to live in
   style.css — this page no longer loads style.css at all.
   ========================================================================== */

/* The nav wordmark and "Start free" hide while an on-page twin is on
   screen (landing.html toggles the classes). visibility keeps their space, so
   the links don't shift, and takes them out of the tab order while hidden. */
.br-nav .br-brand,
.br-nav .br-btn {
    transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
}

.br-nav--brand-hidden .br-brand,
.br-nav--cta-hidden .br-btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
}

/* At the very top (hero wordmark on screen) the nav drops its glass pill and
   floats as bare links/menu button over the hero; the pill returns once the
   page scrolls, including while the phone menu is open (the dropdown is
   positioned from the nav box, so it doesn't need the pill). */
.br-nav {
    transition: background-color 0.25s var(--ease), border-color 0.25s var(--ease),
                box-shadow 0.25s var(--ease);
}

.br-nav--brand-hidden {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.ld-wrap {
    max-width: var(--br-container);
    margin: 0 auto;
}

/* Bands are separated by a hairline, not by shadow or a tinted panel. */
.ld-band {
    position: relative;
    z-index: 1;
    padding: clamp(64px, 9vw, 104px) var(--br-gutter);
}

.ld-rule {
    position: relative;
    z-index: 1;
    height: 1px;
    border: 0;
    background: var(--border);
    max-width: var(--br-container);
    margin: 0 auto;
}

/* Readable blue for small text on the dark field: --chart-1 itself is only
   ~4:1 against the background, too dim at this size. */
:root { --kicker: color-mix(in srgb, var(--chart-1) 45%, #fff); }

.ld-kicker {
    display: block;
    font-family: var(--font-mono);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--kicker);
    margin-bottom: 14px;
}

.ld-head {
    max-width: 34rem;
    margin-bottom: clamp(32px, 5vw, 48px);
}

/* One display size for every section heading, closing panel included. */
.ld-head h2,
.ld-zen-intro h2,
.ld-about-lead h2,
.ld-closing h2 {
    font-size: clamp(30px, 4.6vw, 48px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.ld-head h2 { margin-bottom: 14px; }

.ld-head p {
    color: var(--muted-foreground);
    font-size: 16px;
    line-height: 1.6;
    max-width: 48ch;
}

/* ---------- Hero ---------- */

.ld-hero {
    position: relative;
    z-index: 1;
    max-width: var(--br-container);
    margin: 0 auto;
    padding: clamp(40px, 7vw, 72px) var(--br-gutter) 0;
}

/* The closing panel's corner light, behind the workspace map. */
.ld-hero::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -8%;
    right: 0;
    width: 75%;
    height: 110%;
    pointer-events: none;
    background:
        radial-gradient(closest-side at 60% 45%,
            color-mix(in srgb, var(--chart-4) 20%, transparent), transparent),
        radial-gradient(closest-side at 35% 80%,
            color-mix(in srgb, var(--chart-1) 16%, transparent), transparent);
}

/* The map needs the wider half: at an even split its middle column collapses
   to ~140px and every bubble wraps one word per line. */
.ld-stage {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: end;
}

.ld-copy {
    padding-bottom: clamp(8px, 2vw, 24px);
    max-width: 34rem;
}

/* The wordmark leads the hero in Syne, the one place that face is used at
   size; the headline below carries the pitch. */
.ld-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    font-family: var(--font-brand);
    font-size: clamp(34px, 4.2vw, 50px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--foreground);
}

.ld-brand .br-brand-mark {
    width: 0.8em;
    height: 0.8em;
    filter: drop-shadow(0 0 18px color-mix(in srgb, var(--chart-4) 60%, transparent));
}

.ld-title {
    font-size: clamp(30px, 4.2vw, 48px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
    text-wrap: balance;
}

/* "six minds": the model hues, drifting slowly. */
.ld-grad {
    background: linear-gradient(100deg,
        var(--chart-1), var(--chart-6), var(--chart-2), var(--chart-4), var(--chart-1));
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: ld-drift 12s linear infinite;
}

@keyframes ld-drift {
    to { background-position: 300% 0; }
}

.ld-sub {
    font-size: clamp(15px, 1.5vw, 17px);
    color: var(--muted-foreground);
    line-height: 1.6;
    max-width: 40ch;
    margin-bottom: 26px;
}

.ld-age-note {
    margin: 12px 0 0;
    color: var(--muted-foreground);
    font-size: 12px;
    line-height: 1.5;
}

.ld-age-note a {
    color: var(--foreground);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ld-cta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Google sign-in: the primary CTA, so it is the high-contrast neutral fill. */
.ld-google {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 46px;
    padding: 0 20px;
    border-radius: 9999px;
    border: 1px solid transparent;
    background: var(--primary);
    color: var(--primary-foreground);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none;
    box-shadow: var(--shadow-xs);
    transition: transform var(--duration) var(--ease),
                box-shadow var(--duration) var(--ease);
}

.ld-google:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
}

.ld-google svg { flex: none; }

.ld-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    padding: 0 20px;
    border-radius: 9999px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--foreground);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color var(--duration) var(--ease),
                border-color var(--duration) var(--ease);
}

.ld-ghost:hover {
    background: var(--accent);
    border-color: var(--ring);
}

.ld-note {
    width: 100%;
    font-size: 12.5px;
    color: var(--muted-foreground);
    margin-top: 12px;
}

/* Six overlapping model avatars: the "who's inside" line under the CTAs. */
.ld-roster {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    font-size: 13px;
    color: var(--muted-foreground);
    text-decoration: none;
}

.ld-roster strong { color: var(--foreground); font-weight: 500; }

.ld-faces { display: flex; }

.ld-faces i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    margin-left: -8px;
    border-radius: 50%;
    border: 2px solid var(--background);
    background: color-mix(in srgb, var(--c) 80%, #000);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    transition: transform 200ms var(--ease);
}

.ld-faces i:first-child { margin-left: 0; }

.ld-roster:hover .ld-faces i { transform: translateY(-2px); }
.ld-roster:hover .ld-faces i:nth-child(even) { transform: translateY(2px); }

.ld-trust {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.ld-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 11px;
    border-radius: 9999px;
    border: 1px solid color-mix(in srgb, var(--foreground) 10%, transparent);
    background: color-mix(in srgb, var(--foreground) 4%, transparent);
    font-size: 12px;
    color: var(--muted-foreground);
}

.ld-trust-item svg {
    width: 14px;
    height: 14px;
    flex: none;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}


/* ---------- App preview ----------
   A static copy of the real chat app (templates/main.html): app header with
   the conversation title and model badge, sidebar, chat, and the composer
   with its + / model picker / send row. Keep it in step when the app changes.
   It sits on the fold, so the bottom edge is open. */

.ld-map {
    display: flex;
    flex-direction: column;
    min-height: 420px;
    overflow: hidden;
    background: var(--background);
    border: 1px solid color-mix(in srgb, var(--foreground) 12%, transparent);
    border-bottom: none;
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    box-shadow: 0 30px 80px -30px color-mix(in srgb, var(--chart-1) 40%, transparent), var(--shadow-lg);
}

.ld-map-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: var(--card);
    border-bottom: 1px solid var(--border);
}

.ld-map-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ld-map-url {
    margin: 0 auto;
    padding: 3px 14px;
    border-radius: 9999px;
    background: var(--background);
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: var(--muted-foreground);
}

.ld-app-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 9px 14px;
    border-bottom: 1px solid var(--border);
    font-size: 12px;
}

.ld-app-brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-brand);
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
}

.ld-app-brand .br-brand-mark { width: 16px; height: 16px; }
.ld-app-brand em { font-style: normal; color: var(--muted-foreground); }

.ld-app-context {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 auto;
    color: var(--muted-foreground);
    white-space: nowrap;
}

.ld-app-context svg,
.ld-app-search svg,
.ld-app-picker svg,
.ld-map-send svg {
    width: 13px;
    height: 13px;
    flex: none;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
}

.ld-app-badge {
    padding: 2px 8px;
    border-radius: 9999px;
    border: 1px solid var(--border);
    background: var(--card);
    font-size: 11px;
    color: var(--foreground);
}

.ld-map-body {
    flex: 1;
    display: grid;
    grid-template-columns: 184px minmax(0, 1fr);
    min-height: 0;
}

.ld-map-side {
    padding: 12px 10px;
    border-right: 1px solid var(--border);
    background: color-mix(in srgb, var(--card) 55%, transparent);
    font-size: 12px;
}

.ld-app-new {
    padding: 7px 10px;
    border-radius: var(--radius-lg);
    background: var(--primary);
    color: var(--primary-foreground);
    font-weight: 600;
    text-align: center;
}

.ld-app-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin: 8px 0;
}

.ld-app-tabs span {
    padding: 6px 4px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    color: var(--muted-foreground);
}

.ld-app-search {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: var(--radius-lg);
    background: var(--secondary);
    font-size: 11px;
    color: var(--muted-foreground);
}

.ld-map-grp {
    margin: 12px 0 4px;
    padding: 0 6px;
    font-family: var(--font-mono);
    font-size: 9.5px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--muted-foreground);
}

.ld-map-thread {
    padding: 6px;
    border-radius: var(--radius-md);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--muted-foreground);
}

.ld-map-thread.is-on {
    background: var(--secondary);
    color: var(--foreground);
}

.ld-map-main {
    display: flex;
    flex-direction: column;
    padding: 18px 20px 16px;
    min-height: 330px;
}

.ld-map-feed {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
}

.ld-msg {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ld-msg-user { justify-content: flex-end; }

.ld-bubble-user {
    max-width: 78%;
    padding: 10px 14px;
    border-radius: var(--radius-xl) var(--radius-xl) var(--radius-sm) var(--radius-xl);
    background: var(--bubble-user);
    border: 1px solid var(--bubble-user-border);
    font-size: 13px;
    line-height: 1.5;
}

/* The app frames each reply with the active model's emoji. */
.ld-avatar {
    width: 28px;
    height: 28px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--card);
    font-size: 14px;
}

.ld-bubble-ai {
    max-width: 86%;
    padding: 2px 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted-foreground);
}

.ld-bubble-ai strong {
    color: var(--foreground);
    font-weight: 600;
}

.ld-map-composer {
    margin-top: 16px;
    padding: 10px 10px 8px 14px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border);
    background: var(--card);
}

.ld-app-placeholder {
    display: block;
    margin-bottom: 10px;
    font-size: 12.5px;
    color: var(--muted-foreground);
}

.ld-app-tools {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ld-app-attach {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--border);
    font-size: 15px;
    color: var(--muted-foreground);
}

.ld-app-picker {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 9px;
    border-radius: 9999px;
    background: var(--secondary);
    font-size: 11.5px;
    font-weight: 500;
}

.ld-map-send {
    width: 28px;
    height: 28px;
    margin-left: auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: var(--primary-foreground);
}

/* ---------- Models ---------- */

.ld-models {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.ld-model {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    padding: 26px 18px;
    border-right: 1px solid var(--border);
    transition: background-color var(--duration) var(--ease);
}

.ld-model:hover {
    background: linear-gradient(180deg,
        color-mix(in srgb, var(--c) 12%, transparent), transparent 75%);
}

.ld-model:nth-child(4n) { border-right: none; }
.ld-model:nth-child(n + 5) { border-top: 1px solid var(--border); }

.ld-model .ld-model-bar {
    width: 22px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 18px;
    background: var(--c);
    transition: width 250ms var(--ease);
}

.ld-model:hover .ld-model-bar { width: 44px; }

.ld-model h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.015em;
    margin-bottom: 4px;
}

.ld-model .ld-engine {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--muted-foreground);
    margin-bottom: 12px;
}

.ld-model p {
    margin-top: auto;
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--muted-foreground);
}

/* ---------- Capabilities ---------- */

.ld-caps-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(32px, 6vw, 88px);
    align-items: start;
}

.ld-caps-head {
    position: sticky;
    top: 104px;
    margin-bottom: 0;
}

.ld-caps {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border);
}

.ld-cap {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px 16px;
    align-items: baseline;
    padding: 24px 0;
    border-bottom: 1px solid var(--border);
}

.ld-cap p { grid-column: 2; }

.ld-cap h3 { transition: transform var(--duration) var(--ease); }
.ld-cap:hover h3 { transform: translateX(4px); }
.ld-cap:hover .ld-cap-num { color: var(--kicker); }

.ld-cap-num {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.06em;
    color: var(--muted-foreground);
    transition: color var(--duration) var(--ease);
}

.ld-cap h3 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.ld-cap p {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--muted-foreground);
    max-width: 46ch;
}

/* ---------- Zen ---------- */

.ld-zen {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background:
        radial-gradient(80% 70% at 12% 80%,
            color-mix(in srgb, var(--success) 9%, transparent), transparent 60%);
}

.ld-zen .ld-kicker { color: var(--success); }

.ld-zen-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}

.ld-zen-intro h2 { margin-bottom: 16px; }

.ld-zen-intro p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--muted-foreground);
    max-width: 40ch;
}

.ld-zen-point {
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
}

.ld-zen-point:first-child { border-top: 1px solid var(--border); }

.ld-zen-point h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.015em;
    margin-bottom: 6px;
}

.ld-zen-point p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--muted-foreground);
    max-width: 42ch;
}

/* ---------- About ----------
   Same editorial split as the Zen band: a statement on the left, hairline
   rows on the right. No boxed cells. */

.ld-about {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(32px, 6vw, 88px);
    align-items: start;
}

.ld-about-lead h2 { margin-bottom: 20px; }

.ld-about-lead p {
    font-size: 16.5px;
    line-height: 1.7;
    color: var(--muted-foreground);
    max-width: 46ch;
}

.ld-principles { margin: 0; }

.ld-principle {
    padding: 22px 0;
    border-bottom: 1px solid var(--border);
}

.ld-principle:first-child { border-top: 1px solid var(--border); }

.ld-principle dt {
    display: flex;
    align-items: baseline;
    gap: 14px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.015em;
    margin-bottom: 6px;
}

.ld-principle .ld-n {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: var(--kicker);
}

.ld-principle dd {
    margin: 0;
    padding-left: 27px;   /* "01" at 11px mono + the 14px gap in dt */
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted-foreground);
    max-width: 46ch;
}

/* ---------- Closing ----------
   A full-width panel, copy left and action right, lit from the corner by the
   brand hues. The six dots are the six models. */

.ld-final { padding-top: 0; }

.ld-closing {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px 48px;
    align-items: end;
    overflow: hidden;
    padding: clamp(36px, 6vw, 64px);
    border: 1px solid var(--border);
    border-radius: var(--radius-2xl);
    background:
        radial-gradient(55% 90% at 100% 0%,
            color-mix(in srgb, var(--chart-4) 18%, transparent), transparent 70%),
        radial-gradient(45% 80% at 70% 110%,
            color-mix(in srgb, var(--chart-1) 14%, transparent), transparent 70%),
        var(--card);
}

/* Faint dot grid, faded toward the copy so it never sits under text. */
.ld-closing::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(color-mix(in srgb, var(--foreground) 14%, transparent) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: linear-gradient(90deg, transparent 30%, #000 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 30%, #000 100%);
}

.ld-closing > * { position: relative; }

.ld-closing-dots {
    display: flex;
    gap: 6px;
    margin-bottom: 22px;
}

.ld-closing-dots i {
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.ld-closing h2 { margin-bottom: 14px; }

.ld-closing-copy p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--muted-foreground);
    max-width: 44ch;
}

.ld-closing-act {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ld-closing .ld-google {
    height: 52px;
    padding: 0 26px;
    font-size: 15px;
}

.ld-closing .ld-note {
    width: auto;
    margin-top: 12px;
    font-size: 12.5px;
}

/* ---------- Pricing ----------
   /pricing reuses this sheet: same backdrop, heading scale and closing panel.
   Plan cards take the closing panel's surface; Pro gets its corner light. */

.pr-top { padding-top: clamp(48px, 7vw, 80px); }

.pr-head {
    max-width: 40rem;
    margin-inline: auto;
    text-align: center;
}

.pr-head p { margin-inline: auto; }

.pr-head h1 {
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.035em;
    margin-bottom: 16px;
    text-wrap: balance;
}

.pr-plans {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 920px;
    margin-inline: auto;
}

.pr-plan {
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid var(--border);
    border-radius: var(--radius-2xl);
    background: color-mix(in srgb, var(--card) 80%, transparent);
}

.pr-plan-pro {
    border-color: color-mix(in srgb, var(--chart-1) 45%, var(--border));
    background:
        radial-gradient(70% 60% at 100% 0%,
            color-mix(in srgb, var(--chart-4) 18%, transparent), transparent 70%),
        radial-gradient(60% 50% at 0% 100%,
            color-mix(in srgb, var(--chart-1) 12%, transparent), transparent 70%),
        var(--card);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--chart-1) 12%, transparent),
                0 24px 60px -24px color-mix(in srgb, var(--chart-1) 35%, transparent);
}

.pr-plan-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pr-plan h2 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--muted-foreground);
}

.pr-tag {
    padding: 3px 10px;
    border-radius: 9999px;
    border: 1px solid color-mix(in srgb, var(--chart-1) 45%, transparent);
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--kicker);
}

.pr-price {
    margin: 14px 0 6px;
    font-size: clamp(30px, 3.6vw, 40px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.pr-blurb {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--muted-foreground);
    margin-bottom: 24px;
}

.pr-cta { justify-content: center; }

.pr-list {
    list-style: none;
    margin-top: 26px;
    border-top: 1px solid var(--border);
}

.pr-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}

.pr-list li span:last-child {
    font-family: var(--font-mono);
    font-size: 12.5px;
    color: var(--muted-foreground);
}

.pr-list li.is-off { color: var(--muted-foreground); opacity: 0.55; }

/* Column header for the model rows: says what the numbers count. */
.pr-list li.pr-list-head {
    padding: 10px 0 8px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted-foreground);
}

.pr-list li.pr-list-head span:last-child { font-size: 10.5px; }

.pr-foot {
    max-width: 60ch;
    margin: 24px auto 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted-foreground);
}

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
    .ld-stage {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .ld-copy {
        max-width: 40rem;
        padding-bottom: 8px;
    }

    .ld-map-body { grid-template-columns: 1fr; }
    .ld-map-side,
    .ld-app-brand { display: none; }

    .ld-models { grid-template-columns: repeat(3, 1fr); }
    .ld-model:nth-child(3) { border-right: none; }
    .ld-model:nth-child(n + 4) { border-top: 1px solid var(--border); }

    .ld-caps-grid { grid-template-columns: 1fr; }
    .ld-caps-head { position: static; }

    .ld-zen-grid { grid-template-columns: 1fr; }

    .ld-about { grid-template-columns: 1fr; }

    .ld-closing { grid-template-columns: 1fr; }
    .ld-closing-act { align-items: flex-start; }
}

@media (max-width: 720px) {
    .pr-plans { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .ld-models { grid-template-columns: repeat(2, 1fr); }
    .ld-model:nth-child(2n) { border-right: none; }
    .ld-model:nth-child(3) { border-right: 1px solid var(--border); }
    .ld-model:nth-child(n + 3) { border-top: 1px solid var(--border); }

    .ld-closing-act { align-items: stretch; }
    .ld-closing .ld-google { justify-content: center; }

    .ld-cta-row .ld-google,
    .ld-cta-row .ld-ghost { flex: 1 0 auto; justify-content: center; }
}

.ld-closing-copy p a,
.ld-principle dd a {
    color: var(--foreground);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}
