.fp-page {
    --fp-ink: #fff8fb;
    --fp-muted: #e9c8d8;
    --fp-panel: rgba(42, 20, 33, 0.78);
    --fp-panel-strong: #57273e;
    --fp-border: rgba(255, 220, 235, 0.18);
    --fp-pink: #ff79ab;
    --fp-coral: #ff9765;
    --fp-cream: #fff1c7;
    max-width: 1240px;
    margin: 0 auto;
    padding: 26px 24px 72px;
    color: var(--fp-ink);
}

.fp-page a { text-underline-offset: 0.2em; }

.fp-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--fp-muted);
    font-size: 0.76rem;
    font-weight: 750;
}

.fp-breadcrumbs a { color: var(--fp-cream); }

.fp-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: clamp(28px, 5vw, 68px);
    align-items: center;
    min-height: 520px;
    padding: clamp(32px, 5vw, 68px);
    overflow: hidden;
    border: 1px solid var(--fp-border);
    border-radius: 30px;
    background:
        radial-gradient(circle at 16% 12%, rgba(255, 121, 171, 0.2), transparent 30rem),
        linear-gradient(145deg, rgba(66, 25, 48, 0.96), rgba(24, 15, 25, 0.96));
    box-shadow: 0 30px 80px rgba(17, 4, 12, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fp-hero::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -50%;
    width: 580px;
    height: 580px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.018), 0 0 0 108px rgba(255, 255, 255, 0.014);
    pointer-events: none;
}

.fp-hero-copy,
.fp-hero-art { position: relative; z-index: 1; min-width: 0; }

.fp-kicker {
    margin: 0 0 9px;
    color: var(--fp-cream);
    font-size: 0.73rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.fp-hero h1 {
    max-width: 690px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.4rem, 5.7vw, 5.2rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.fp-lead {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--fp-muted);
    font-size: clamp(0.98rem, 1.4vw, 1.14rem);
    line-height: 1.62;
}

.fp-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 23px 0 0;
    padding: 0;
    list-style: none;
}

.fp-assurances li {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 34px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 220, 235, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: #ffe9f2;
    font-size: 0.72rem;
    font-weight: 800;
}

.fp-assurances i { color: var(--fp-cream); }

.fp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.fp-button {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 17px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

.fp-button:hover { color: #fff; text-decoration: none; transform: translateY(-2px); }
.fp-button-primary { background: linear-gradient(135deg, var(--fp-pink), var(--fp-coral)); box-shadow: 0 14px 28px rgba(235, 78, 135, 0.22); }
.fp-button-secondary { border-color: var(--fp-border); background: rgba(255, 255, 255, 0.07); }

.fp-hero-art {
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: #22131c;
    box-shadow: 0 24px 54px rgba(11, 3, 8, 0.42);
    transform: rotate(1.5deg);
}

.fp-hero-art img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: center; }

.fp-hero-badge,
.fp-card-status {
    position: absolute;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    min-height: 34px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(26, 11, 20, 0.86);
    color: #fff;
    font-size: 0.69rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    backdrop-filter: blur(10px);
}

.fp-hero-badge { right: 15px; bottom: 15px; }

.fp-meaning,
.fp-gallery-section,
.fp-next { margin-top: clamp(54px, 8vw, 90px); }

.fp-section-heading { max-width: 760px; }
.fp-section-heading h2 { margin: 0; color: #fff; font-size: clamp(1.65rem, 3.4vw, 2.8rem); line-height: 1.08; letter-spacing: -0.035em; }
.fp-section-heading-split { display: flex; justify-content: space-between; gap: 32px; align-items: end; max-width: none; }
.fp-section-heading-split > p { max-width: 470px; margin: 0; color: var(--fp-muted); font-size: 0.88rem; line-height: 1.55; }

.fp-meaning-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.fp-meaning-grid article {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--fp-border);
    border-radius: 18px;
    background: linear-gradient(155deg, var(--fp-panel), rgba(27, 16, 26, 0.72));
}

.fp-meaning-grid article > i { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 12px; background: rgba(255, 121, 171, 0.14); color: var(--fp-cream); font-size: 1.15rem; }
.fp-meaning-grid h3 { margin: 0; color: #fff; font-size: 1rem; line-height: 1.22; }
.fp-meaning-grid p { margin: 10px 0 0; color: var(--fp-muted); font-size: 0.82rem; line-height: 1.56; }

.fp-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.fp-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--fp-border);
    border-radius: 20px;
    background: linear-gradient(160deg, var(--fp-panel-strong), #281823 74%);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(13, 4, 9, 0.22);
}

.fp-card:hover { color: #fff; text-decoration: none; transform: translateY(-4px); border-color: rgba(255, 213, 232, 0.46); box-shadow: 0 26px 48px rgba(13, 4, 9, 0.34); }
.fp-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 0.88; background: #24141e; }
.fp-card-image::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(21, 9, 16, 0.6)); pointer-events: none; }
.fp-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 300ms ease; }
.fp-card:hover .fp-card-image img { transform: scale(1.025); }
.fp-card-status { z-index: 1; right: 10px; bottom: 10px; min-height: 30px; font-size: 0.64rem; }
.fp-card-copy { display: grid; gap: 7px; padding: 18px; }
.fp-card-series { color: var(--fp-cream); font-size: 0.67rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.fp-card-copy strong { color: #fff; font-size: 1.18rem; line-height: 1.1; }
.fp-card-description { min-height: 3.1em; color: var(--fp-muted); font-size: 0.77rem; line-height: 1.48; }
.fp-card-link { display: inline-flex; gap: 7px; align-items: center; margin-top: 5px; color: #fff; font-size: 0.73rem; font-weight: 900; }

.fp-next {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--fp-border);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(70, 27, 50, 0.74), rgba(27, 16, 26, 0.76));
}

.fp-next-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.fp-next-grid a { display: flex; gap: 12px; align-items: center; min-height: 86px; padding: 14px; border: 1px solid var(--fp-border); border-radius: 14px; background: rgba(255, 255, 255, 0.045); color: #fff; text-decoration: none; }
.fp-next-grid a:hover { color: #fff; text-decoration: none; border-color: rgba(255, 213, 232, 0.42); background: rgba(255, 255, 255, 0.075); transform: translateY(-2px); }
.fp-next-grid a > i { display: grid; flex: 0 0 auto; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: rgba(255, 121, 171, 0.14); color: var(--fp-cream); }
.fp-next-grid span { display: grid; gap: 2px; min-width: 0; }
.fp-next-grid strong { font-size: 0.8rem; line-height: 1.2; }
.fp-next-grid small { color: var(--fp-muted); font-size: 0.68rem; line-height: 1.35; }

.fp-page :where(a, button):focus-visible { outline: 3px solid var(--fp-cream); outline-offset: 4px; }

[data-theme="light"] .fp-page { --fp-ink: #3d1b2b; --fp-muted: #6e4b5b; --fp-panel: rgba(255, 246, 250, 0.96); --fp-panel-strong: #fff1f6; --fp-border: rgba(126, 53, 83, 0.19); }
[data-theme="light"] .fp-hero { background: radial-gradient(circle at 16% 12%, rgba(255, 121, 171, 0.24), transparent 30rem), linear-gradient(145deg, #7d3552, #4a2537); }
[data-theme="light"] .fp-meaning-grid article,
[data-theme="light"] .fp-card,
[data-theme="light"] .fp-next { box-shadow: 0 18px 42px rgba(86, 37, 59, 0.12); }
[data-theme="light"] .fp-meaning-grid h3,
[data-theme="light"] .fp-section-heading h2 { color: #3d1b2b; }
[data-theme="light"] .fp-card-copy strong,
[data-theme="light"] .fp-card-link { color: #4c2135; }
[data-theme="light"] .fp-next-grid a { background: rgba(255, 255, 255, 0.64); color: #4c2135; }
[data-theme="light"] .fp-next-grid a:hover { color: #4c2135; }

[data-theme="light"] body.zb-route-free-art-previews .fp-hero h1,
[data-theme="light"] body.zb-route-free-art-previews .fp-hero .fp-kicker,
[data-theme="light"] body.zb-route-free-art-previews .fp-hero .fp-lead,
[data-theme="light"] body.zb-route-free-art-previews .fp-hero .fp-button,
[data-theme="light"] body.zb-route-free-art-previews .fp-hero .fp-button:hover {
    color: #fff;
}

[data-theme="light"] body.zb-route-free-art-previews .fp-hero .fp-lead { color: #f5d9e6; }
[data-theme="light"] body.zb-route-free-art-previews .fp-hero .fp-kicker { color: #fff1c7; }
[data-theme="light"] body.zb-route-free-art-previews .fp-hero .fp-assurances li { color: #fff; background: rgba(42, 20, 33, 0.34); }
[data-theme="light"] body.zb-route-free-art-previews .fp-kicker { color: #873250; }
[data-theme="light"] body.zb-route-free-art-previews .fp-meaning-grid article { background: linear-gradient(155deg, #fff9fc, #f3e5eb); }
[data-theme="light"] body.zb-route-free-art-previews .fp-meaning-grid p,
[data-theme="light"] body.zb-route-free-art-previews .fp-section-heading-split > p,
[data-theme="light"] body.zb-route-free-art-previews .fp-card-description,
[data-theme="light"] body.zb-route-free-art-previews .fp-next-grid small { color: #674253; }
[data-theme="light"] body.zb-route-free-art-previews .fp-card { background: linear-gradient(160deg, #fff9fc, #f3e5eb 74%); color: #3d1b2b; }
[data-theme="light"] body.zb-route-free-art-previews .fp-card-series { color: #873250; }
[data-theme="light"] body.zb-route-free-art-previews .fp-card-copy strong,
[data-theme="light"] body.zb-route-free-art-previews .fp-card-link { color: #3d1b2b; }
[data-theme="light"] body.zb-route-free-art-previews .fp-next { background: linear-gradient(145deg, #faeef3, #f1dfe7); }
[data-theme="light"] body.zb-route-free-art-previews .fp-next-grid a,
[data-theme="light"] body.zb-route-free-art-previews .fp-next-grid a:hover { color: #3d1b2b; background: rgba(255, 255, 255, 0.76); }

@media (max-width: 1000px) {
    .fp-hero { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr); min-height: 0; padding: 42px; }
    .fp-hero h1 { font-size: clamp(2.3rem, 6.2vw, 4.2rem); }
    .fp-hero-art,
    .fp-hero-art img { min-height: 320px; }
    .fp-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fp-card-image { aspect-ratio: 1; }
    .fp-next-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .fp-page { padding: 18px 14px 44px; }
    .fp-hero { grid-template-columns: 1fr; gap: 28px; padding: 30px 22px 22px; border-radius: 22px; }
    .fp-hero h1 { font-size: clamp(2.15rem, 12vw, 3.7rem); }
    .fp-lead { margin-top: 17px; font-size: 0.92rem; }
    .fp-actions > * { flex: 1 1 190px; }
    .fp-hero-art { transform: none; }
    .fp-meaning-grid { grid-template-columns: 1fr; }
    .fp-section-heading-split { display: grid; gap: 12px; align-items: start; }
    .fp-meaning,
    .fp-gallery-section,
    .fp-next { margin-top: 52px; }
}

@media (max-width: 480px) {
    .fp-page { padding-inline: 10px; }
    .fp-breadcrumbs { margin-inline: 4px; }
    .fp-hero { padding: 26px 17px 17px; }
    .fp-hero h1 { font-size: clamp(2rem, 12.5vw, 3rem); }
    .fp-assurances { gap: 6px; }
    .fp-assurances li { flex: 1 1 145px; justify-content: center; }
    .fp-button { width: 100%; }
    .fp-hero-art,
    .fp-hero-art img { min-height: 240px; }
    .fp-gallery { grid-template-columns: 1fr; gap: 12px; }
    .fp-card-image { aspect-ratio: 1.06; }
    .fp-card-description { min-height: 0; }
    .fp-next { padding: 22px 16px; }
    .fp-next-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .fp-page *,
    .fp-page *::before,
    .fp-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
