.kuehn-start-here {
    --start-here-bg: linear-gradient(180deg, color-mix(in srgb, var(--kuehn-site-bg, #f6f1ea) 94%, #ffffff) 0%, color-mix(in srgb, var(--kuehn-site-bg, #f6f1ea) 82%, #efe4d6) 100%);
    --start-here-surface: color-mix(in srgb, var(--kuehn-site-surface, #ffffff) 88%, #f5ede3);
    --start-here-surface-strong: color-mix(in srgb, var(--kuehn-site-surface, #ffffff) 78%, #ead8c6);
    --start-here-text: var(--kuehn-site-text, #221a14);
    --start-here-muted: color-mix(in srgb, var(--kuehn-site-text-muted, #6f645d) 92%, #8c7569);
    --start-here-border: color-mix(in srgb, var(--kuehn-site-border, #d9cabd) 78%, #d8b898);
    --start-here-accent: #b86d31;
    --start-here-accent-soft: #f3d8bc;
    --start-here-accent-2: #234d77;
    --start-here-shadow: 0 24px 60px rgba(74, 45, 24, 0.12);
    color: var(--start-here-text);
    display: grid;
    gap: clamp(1.5rem, 2vw, 2.3rem);
}

.kuehn-start-here img {
    display: block;
    max-width: 100%;
}

.kuehn-start-here a {
    color: inherit;
    text-decoration: none;
}

.kuehn-start-here__hero,
.kuehn-start-here__guide,
.kuehn-start-here__picks,
.kuehn-start-here__paths,
.kuehn-start-here__closing {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--start-here-border);
    border-radius: 32px;
    background: var(--start-here-surface);
    box-shadow: var(--start-here-shadow);
}

.kuehn-start-here__hero {
    background:
        radial-gradient(circle at top left, rgba(243, 216, 188, 0.82) 0%, transparent 42%),
        radial-gradient(circle at 86% 18%, rgba(170, 197, 226, 0.42) 0%, transparent 28%),
        var(--start-here-bg);
}

.kuehn-start-here__hero-backdrop {
    position: absolute;
    inset: auto;
    border-radius: 999px;
    filter: blur(22px);
    opacity: 0.8;
    pointer-events: none;
}

.kuehn-start-here__hero-backdrop--warm {
    width: 18rem;
    height: 18rem;
    right: -4rem;
    top: -3rem;
    background: rgba(232, 170, 111, 0.22);
}

.kuehn-start-here__hero-backdrop--cool {
    width: 16rem;
    height: 16rem;
    left: -4rem;
    bottom: -5rem;
    background: rgba(84, 124, 182, 0.14);
}

.kuehn-start-here__hero-inner,
.kuehn-start-here__closing-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.kuehn-start-here__hero-copy,
.kuehn-start-here__spotlight-copy,
.kuehn-start-here__closing-inner > div {
    display: grid;
    gap: 1rem;
}

.kuehn-start-here__eyebrow,
.kuehn-start-here__section-kicker,
.kuehn-start-here__pick-kicker,
.kuehn-start-here__spotlight-tag,
.kuehn-start-here__hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--start-here-accent) 35%, #ffffff);
    background: color-mix(in srgb, var(--start-here-accent-soft) 68%, #ffffff);
    color: color-mix(in srgb, var(--start-here-accent) 82%, #5e3513);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kuehn-start-here__hero-heading {
    margin: 0;
    font-size: clamp(2.4rem, 4.4vw, 4.6rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
    font-weight: 800;
    max-width: 11ch;
}

.kuehn-start-here__hero-intro,
.kuehn-start-here__hero-pitch,
.kuehn-start-here__closing-text,
.kuehn-start-here__guide-card p,
.kuehn-start-here__path-desc,
.kuehn-start-here__spotlight-copy p {
    margin: 0;
    color: var(--start-here-muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.kuehn-start-here__hero-title,
.kuehn-start-here__section-heading,
.kuehn-start-here__spotlight-copy h3,
.kuehn-start-here__guide-card h3,
.kuehn-start-here__path-title {
    margin: 0;
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.kuehn-start-here__hero-meta,
.kuehn-start-here__hero-actions,
.kuehn-start-here__closing-actions,
.kuehn-start-here__spotlight-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
}

.kuehn-start-here__hero-pill,
.kuehn-start-here__spotlight-meta span,
.kuehn-start-here__path-count {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.52rem 0.86rem;
    border-radius: 999px;
    border: 1px solid var(--start-here-border);
    background: rgba(255, 255, 255, 0.55);
    color: var(--start-here-muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.kuehn-start-here__hero-pill--status {
    color: color-mix(in srgb, var(--start-here-accent) 75%, #51311c);
    border-color: color-mix(in srgb, var(--start-here-accent) 30%, var(--start-here-border));
    background: color-mix(in srgb, var(--start-here-accent-soft) 64%, #ffffff);
}

.kuehn-start-here__cta,
.kuehn-start-here__text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.kuehn-start-here__cta:hover,
.kuehn-start-here__text-link:hover {
    transform: translateY(-1px);
}

.kuehn-start-here__cta--primary {
    background: linear-gradient(135deg, color-mix(in srgb, var(--start-here-accent) 82%, #d38f52) 0%, color-mix(in srgb, var(--start-here-accent) 78%, #8d4b1d) 100%);
    color: #fffaf5;
    box-shadow: 0 14px 26px rgba(184, 109, 49, 0.22);
}

.kuehn-start-here__cta--secondary,
.kuehn-start-here__text-link {
    border-color: var(--start-here-border);
    background: rgba(255, 255, 255, 0.62);
    color: var(--start-here-text);
}

.kuehn-start-here__hero-visual {
    position: relative;
    min-height: 24rem;
    display: grid;
    place-items: center;
}

.kuehn-start-here__hero-cover {
    position: relative;
    z-index: 2;
    width: min(100%, 22rem);
    transform: rotate(-5deg);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(37, 27, 18, 0.24);
}

.kuehn-start-here__hero-cover img,
.kuehn-start-here__spotlight-cover img,
.kuehn-start-here__pick-cover,
.kuehn-start-here__path-book img,
.kuehn-start-here__hero-stack-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kuehn-start-here__hero-stack {
    position: absolute;
    inset: auto 0 0 auto;
    display: grid;
    gap: 0.85rem;
    width: 8rem;
}

.kuehn-start-here__hero-stack-card {
    height: 9.5rem;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 14px 30px rgba(31, 24, 17, 0.15);
}

.kuehn-start-here__hero-stack-card:nth-child(1) {
    transform: translate(-1rem, 0.6rem) rotate(8deg);
}

.kuehn-start-here__hero-stack-card:nth-child(2) {
    transform: translate(-3.3rem, 0.2rem) rotate(-8deg);
}

.kuehn-start-here__hero-stack-card:nth-child(3) {
    transform: translate(-1.8rem, -0.2rem) rotate(4deg);
}

.kuehn-start-here__moods {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 0 clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 3.3vw, 2.2rem);
}

.kuehn-start-here__mood-card,
.kuehn-start-here__guide-card,
.kuehn-start-here__pick-card,
.kuehn-start-here__path,
.kuehn-start-here__spotlight {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--start-here-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.64);
}

.kuehn-start-here__mood-card {
    display: grid;
    gap: 0.55rem;
    padding: 1.2rem;
    min-height: 10rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kuehn-start-here__mood-card:hover,
.kuehn-start-here__pick-card:hover,
.kuehn-start-here__path-book:hover,
.kuehn-start-here__spotlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 34px rgba(60, 36, 21, 0.11);
}

.kuehn-start-here__mood-index {
    color: color-mix(in srgb, var(--start-here-accent) 72%, #ffffff);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.kuehn-start-here__mood-card strong {
    font-size: 1.15rem;
    line-height: 1.15;
}

.kuehn-start-here__mood-card span:last-child {
    color: var(--start-here-muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

.kuehn-start-here__guide,
.kuehn-start-here__picks,
.kuehn-start-here__paths,
.kuehn-start-here__closing {
    padding: clamp(1.5rem, 4vw, 3rem);
}

.kuehn-start-here__section-head {
    display: grid;
    gap: 0.85rem;
    max-width: 52rem;
    margin-bottom: 1.4rem;
}

.kuehn-start-here__guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.kuehn-start-here__guide-card {
    display: grid;
    gap: 0.85rem;
    padding: 1.4rem;
}

.kuehn-start-here__guide-step {
    color: color-mix(in srgb, var(--start-here-accent) 76%, #ffffff);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.kuehn-start-here__picks-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 1.15rem;
    align-items: start;
}

.kuehn-start-here__spotlight {
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
    min-height: 100%;
}

.kuehn-start-here__spotlight-cover {
    min-height: 100%;
}

.kuehn-start-here__spotlight-copy {
    padding: 1.35rem;
}

.kuehn-start-here__spotlight-tag {
    background: color-mix(in srgb, var(--start-here-accent-soft) 60%, #ffffff);
}

.kuehn-start-here__picks-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.kuehn-start-here__pick-card {
    display: grid;
    gap: 0.72rem;
    padding: 1rem;
}

.kuehn-start-here__pick-cover {
    aspect-ratio: 5 / 6.4;
    border-radius: 18px;
}

.kuehn-start-here__pick-title {
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.2;
}

.kuehn-start-here__pick-genres {
    color: var(--start-here-muted);
    font-size: 0.92rem;
}

.kuehn-start-here__path-grid {
    display: grid;
    gap: 1rem;
}

.kuehn-start-here__path {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.kuehn-start-here__path-header {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
}

.kuehn-start-here__path-books {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
}

.kuehn-start-here__path-book {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    padding: 0.75rem;
    border-radius: 18px;
    border: 1px solid var(--start-here-border);
    background: rgba(255, 255, 255, 0.7);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kuehn-start-here__path-book img {
    aspect-ratio: 4 / 5.2;
    border-radius: 14px;
}

.kuehn-start-here__path-book-copy {
    display: grid;
    gap: 0.25rem;
}

.kuehn-start-here__path-book-copy strong {
    font-size: 1rem;
    line-height: 1.2;
}

.kuehn-start-here__path-book-copy small {
    color: var(--start-here-muted);
    font-size: 0.88rem;
}

.kuehn-start-here__closing {
    background:
        radial-gradient(circle at 12% 15%, rgba(231, 191, 148, 0.22) 0%, transparent 28%),
        linear-gradient(145deg, color-mix(in srgb, var(--start-here-surface) 92%, #f3e0cf) 0%, color-mix(in srgb, var(--start-here-surface-strong) 90%, #faf6ef) 100%);
}

.kuehn-start-here__closing-inner {
    grid-template-columns: minmax(0, 1fr) auto;
}

.kuehn-start-here__closing-actions {
    justify-content: flex-end;
}

.kuehn-start-here__cta:focus-visible,
.kuehn-start-here__text-link:focus-visible,
.kuehn-start-here__mood-card:focus-visible,
.kuehn-start-here__pick-card:focus-visible,
.kuehn-start-here__path-book:focus-visible,
.kuehn-start-here__hero-cover:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--start-here-accent-2) 72%, #ffffff);
    outline-offset: 3px;
}

[data-site-theme-resolved="dark"] .kuehn-start-here {
    --start-here-bg: linear-gradient(180deg, #17161a 0%, #101116 100%);
    --start-here-surface: #171920;
    --start-here-surface-strong: #1d2028;
    --start-here-text: #f2ece6;
    --start-here-muted: #c0b5ab;
    --start-here-border: #332b27;
    --start-here-accent: #f1aa62;
    --start-here-accent-soft: rgba(158, 102, 48, 0.26);
    --start-here-accent-2: #8ab7e5;
    --start-here-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

[data-site-theme-resolved="dark"] .kuehn-start-here__hero,
[data-site-theme-resolved="dark"] .kuehn-start-here__closing {
    background:
        radial-gradient(circle at top left, rgba(174, 111, 57, 0.15) 0%, transparent 42%),
        radial-gradient(circle at 86% 18%, rgba(95, 136, 191, 0.16) 0%, transparent 28%),
        var(--start-here-bg);
}

[data-site-theme-resolved="dark"] .kuehn-start-here__mood-card,
[data-site-theme-resolved="dark"] .kuehn-start-here__guide-card,
[data-site-theme-resolved="dark"] .kuehn-start-here__pick-card,
[data-site-theme-resolved="dark"] .kuehn-start-here__path,
[data-site-theme-resolved="dark"] .kuehn-start-here__spotlight,
[data-site-theme-resolved="dark"] .kuehn-start-here__path-book,
[data-site-theme-resolved="dark"] .kuehn-start-here__hero-pill,
[data-site-theme-resolved="dark"] .kuehn-start-here__spotlight-meta span,
[data-site-theme-resolved="dark"] .kuehn-start-here__path-count,
[data-site-theme-resolved="dark"] .kuehn-start-here__cta--secondary,
[data-site-theme-resolved="dark"] .kuehn-start-here__text-link {
    background: rgba(255, 255, 255, 0.03);
    border-color: color-mix(in srgb, var(--start-here-border) 82%, #5a4d45);
}

[data-site-theme-resolved="dark"] .kuehn-start-here__hero-cover,
[data-site-theme-resolved="dark"] .kuehn-start-here__hero-stack-card {
    border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 980px) {
    .kuehn-start-here__hero-inner,
    .kuehn-start-here__closing-inner,
    .kuehn-start-here__picks-layout,
    .kuehn-start-here__spotlight,
    .kuehn-start-here__guide-grid,
    .kuehn-start-here__moods {
        grid-template-columns: 1fr;
    }

    .kuehn-start-here__hero-visual {
        order: -1;
        min-height: 18rem;
    }

    .kuehn-start-here__hero-cover {
        width: min(100%, 18rem);
    }

    .kuehn-start-here__hero-stack {
        right: 50%;
        bottom: -0.5rem;
        transform: translateX(58%);
    }

    .kuehn-start-here__closing-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .kuehn-start-here {
        gap: 1rem;
    }

    .kuehn-start-here__hero,
    .kuehn-start-here__guide,
    .kuehn-start-here__picks,
    .kuehn-start-here__paths,
    .kuehn-start-here__closing {
        border-radius: 24px;
    }

    .kuehn-start-here__hero-inner,
    .kuehn-start-here__guide,
    .kuehn-start-here__picks,
    .kuehn-start-here__paths,
    .kuehn-start-here__closing {
        padding: 1.15rem;
    }

    .kuehn-start-here__hero-heading {
        max-width: none;
        font-size: 2.3rem;
    }

    .kuehn-start-here__hero-title,
    .kuehn-start-here__section-heading,
    .kuehn-start-here__spotlight-copy h3,
    .kuehn-start-here__guide-card h3,
    .kuehn-start-here__path-title {
        font-size: 1.45rem;
    }

    .kuehn-start-here__hero-stack {
        display: none;
    }

    .kuehn-start-here__picks-grid,
    .kuehn-start-here__path-books {
        grid-template-columns: 1fr;
    }

    .kuehn-start-here__path-book {
        grid-template-columns: 4rem minmax(0, 1fr);
    }
}
