﻿:root {
    --paper: #fff8f3;
    --paper-soft: #f5e7dc;
    --paper-mist: #e9ded5;
    --ink: #4e2f24;
    --ink-soft: #866456;
    --line: #e6c8b6;
    --forest: #5f3728;
    --clay: #c98d73;
    --plum: #8f5b46;
    --gold: #0c7c78;
    --berry: #f2c4b1;
}

html {
    scroll-behavior: smooth;
}

body.site-body {
    background: linear-gradient(180deg, #fffdfa 0%, #fbf1ea 55%, #fff8f3 100%);
    color: var(--ink);
}

body.admin-body {
    background: linear-gradient(180deg, #faf5ee 0%, #f2ebe2 100%);
    color: var(--ink);
}

.hero-surface {
    background:
        radial-gradient(circle at top right, rgba(201, 141, 115, 0.18), transparent 22%),
        radial-gradient(circle at left center, rgba(12, 124, 120, 0.08), transparent 24%),
        linear-gradient(180deg, #fffdfa 0%, #f8ede5 100%);
}

.hero-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(134, 100, 86, 0.16) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.28;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line);
    border-radius: 1.9rem;
}

.site-header {
    box-shadow: none;
}

.site-footer {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-feature-card {
    background: transparent;
}

.hero-feature-copy {
    margin: -2rem 1rem 0;
    border-radius: 2rem;
    background: #ffffff;
    padding: 1.8rem;
    box-shadow: 0 22px 42px rgba(95, 55, 40, 0.12);
    position: relative;
    z-index: 1;
}

.hero-trust-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: center;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.82);
    padding: 0.9rem 1rem;
    box-shadow: 0 14px 30px rgba(95, 55, 40, 0.08);
}

.hero-trust-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--paper-mist);
    padding: 0.55rem 0.75rem;
    font-size: 0.69rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--forest);
}

.footer-methods {
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.hero-gradient {
    background: linear-gradient(90deg, #a66d54 0%, #d8a287 56%, #0c7c78 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.hero-metric {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    border-top: 1px solid rgba(201, 223, 242, 0.95);
    padding-top: 1rem;
}

.hero-metric-dot {
    width: 1rem;
    height: 1rem;
    margin-top: 0.35rem;
    border-radius: 999px;
    background: rgba(201, 141, 115, 0.2);
    position: relative;
}

.hero-metric-dot::after {
    content: "";
    position: absolute;
    inset: 0.27rem;
    border-radius: 999px;
    background: var(--gold);
}

.hero-metric-title {
    font-size: 0.98rem;
    font-weight: 800;
    color: var(--ink);
}

.hero-metric-copy {
    font-size: 0.92rem;
    color: var(--ink-soft);
}

.review-card {
    border-radius: 2rem;
    box-shadow: 0 16px 30px rgba(95, 55, 40, 0.08);
}

.info-band {
    border-radius: 2rem;
    background: linear-gradient(135deg, #5e3627 0%, #a56d55 58%, #0c7c78 100%);
    color: #f7fdff;
    overflow: hidden;
    position: relative;
}

.info-band::before {
    content: "";
    position: absolute;
    inset: auto -10% -40% auto;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(242, 196, 177, 0.28), transparent 68%);
}

.info-grid-card {
    border-radius: 1.8rem;
    background: linear-gradient(180deg, #fffdfb 0%, #f7ece5 100%);
    border: 1px solid var(--line);
    box-shadow: 0 18px 32px rgba(95, 55, 40, 0.08);
}

.spotlight-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.spotlight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(242,196,177,0.24), transparent 38%);
    opacity: 0;
    transition: opacity 0.24s ease;
    z-index: 0;
}

.spotlight-card:hover::before {
    opacity: 1;
}

.spotlight-card > * {
    position: relative;
    z-index: 1;
}

.pattern-panel {
    position: relative;
    overflow: hidden;
}

.pattern-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(166, 109, 84, 0.08), transparent 45%),
        linear-gradient(45deg, rgba(12, 124, 120, 0.08), transparent 55%);
}

.roadmap-shell {
    border-radius: 2rem;
    background: linear-gradient(180deg, #fffdfb 0%, #f6ebe4 100%);
    border: 1px solid var(--line);
    box-shadow: 0 18px 32px rgba(95, 55, 40, 0.08);
}

.roadmap-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    position: relative;
}

.roadmap-track::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 1.35rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(201,141,115,0.28), rgba(12,124,120,0.22));
}

.roadmap-node {
    position: relative;
    text-align: left;
    padding: 0;
    background: transparent;
    border: none;
}

.roadmap-node-dot {
    display: inline-flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 2px solid rgba(201,141,115,0.26);
    background: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--plum);
    box-shadow: 0 10px 20px rgba(95,55,40,0.08);
}

.roadmap-node-label {
    display: block;
    margin-top: 1rem;
    font-size: 0.98rem;
    font-weight: 800;
    color: var(--ink);
}

.roadmap-node-copy {
    margin-top: 0.45rem;
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--ink-soft);
}

.roadmap-node.is-active .roadmap-node-dot {
    background: linear-gradient(135deg, #8c5942 0%, #0c7c78 100%);
    border-color: transparent;
    color: #fff;
}

.roadmap-panels {
    margin-top: 2rem;
}

.roadmap-panel {
    display: none;
}

.roadmap-panel.is-active {
    display: block;
}

.roadmap-panel-card {
    border-radius: 1.75rem;
    background: linear-gradient(180deg, #5e3627 0%, #9f6a52 100%);
    color: #f7fdff;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.roadmap-panel-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -60px;
    bottom: -60px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(12,124,120,0.22), transparent 68%);
}

.legal-shell {
    display: grid;
    gap: 2rem;
}

.legal-sidebar {
    border-radius: 1.8rem;
    background: linear-gradient(180deg, #fffdfb 0%, #f6ebe4 100%);
    border: 1px solid var(--line);
    box-shadow: 0 16px 30px rgba(95,55,40,0.08);
    padding: 1.75rem;
    height: fit-content;
}

.legal-content {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--line);
    box-shadow: 0 18px 32px rgba(95,55,40,0.08);
    padding: 2rem;
}

.legal-paragraph {
    border-top: 1px solid rgba(201,223,242,0.7);
    padding-top: 1.25rem;
    color: var(--ink);
}

.proof-stage,
.bundle-deck,
.momentum-shell,
.confidence-shell {
    border-radius: 2.15rem;
    border: 1px solid var(--line);
    box-shadow: 0 22px 40px rgba(21, 61, 113, 0.1);
}

.proof-stage {
    background: linear-gradient(135deg, #5f3728 0%, #a36a52 56%, #0c7c78 100%);
    padding: 1.5rem;
    color: #fff;
}

.proof-stage-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.proof-chip-row,
.audience-selector,
.confidence-switches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.switch-chip,
.audience-pill,
.confidence-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    padding: 0.8rem 1rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d9f7ff;
}

.switch-chip.is-active,
.audience-pill.is-active,
.confidence-chip.is-active {
    background: #f8e0d1;
    color: #573224;
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(201, 141, 115, 0.24);
}

.proof-score {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: #d6ecff;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.proof-score span {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.7rem 0.95rem;
}

.proof-panels {
    margin-top: 1.5rem;
}

.proof-panel {
    display: none;
    grid-template-columns: 0.16fr 0.84fr;
    gap: 1rem;
    align-items: start;
    border-radius: 1.85rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 1.8rem;
    min-height: 20rem;
}

.proof-panel.is-active {
    display: grid;
}

.proof-quote-mark {
    font-size: 8rem;
    line-height: 0.9;
    color: rgba(215, 251, 255, 0.52);
}

.proof-mini-pill,
.bundle-feature-pill {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    padding: 0.72rem 0.95rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bundle-deck {
    background: linear-gradient(135deg, #ffffff 0%, #edf8ff 100%);
    display: grid;
    gap: 1.2rem;
    padding: 1.2rem;
    grid-template-columns: minmax(17rem, 0.42fr) minmax(0, 0.58fr);
}

.bundle-deck-nav {
    display: grid;
    gap: 0.85rem;
}

.bundle-nav-item {
    display: grid;
    gap: 0.35rem;
    border-radius: 1.5rem;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 1.1rem;
    text-align: left;
    box-shadow: 0 10px 18px rgba(21, 61, 113, 0.06);
}

.bundle-nav-item.is-active {
    border-color: rgba(25, 200, 255, 0.34);
    background: linear-gradient(135deg, #14386b 0%, #1c4d98 100%);
    box-shadow: 0 18px 30px rgba(21, 61, 113, 0.14);
}

.bundle-nav-kicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6a84aa;
}

.bundle-nav-item.is-active .bundle-nav-kicker,
.bundle-nav-item.is-active .bundle-nav-title,
.bundle-nav-item.is-active .bundle-nav-copy {
    color: #f2fcff;
}

.bundle-nav-title {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--ink);
}

.bundle-nav-copy {
    font-size: 0.84rem;
    color: var(--ink-soft);
}

.bundle-panel {
    display: none;
    gap: 1.2rem;
    align-items: stretch;
    border-radius: 1.9rem;
    overflow: hidden;
    background: linear-gradient(135deg, #14386b 0%, #1f58a9 54%, #18bfe9 100%);
    min-height: 0;
}

.bundle-panel.is-active {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
}

.bundle-panel-media {
    min-height: 13.5rem;
    max-height: 15rem;
}

.bundle-panel-copy {
    padding: 1.2rem 1.25rem 1.3rem;
}

.bundle-panel-copy h3 {
    font-size: 2rem;
}

.bundle-panel-copy p {
    line-height: 1.7;
}

.bundle-carousel-shell {
    border-radius: 2.2rem;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, #fffdfa 0%, #f6ece5 100%);
    box-shadow: 0 24px 42px rgba(95, 55, 40, 0.1);
    padding: 1.2rem;
    overflow: hidden;
}

.bundle-carousel-nav {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.bundle-carousel-arrow {
    display: inline-flex;
    width: 3.1rem;
    height: 3.1rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(201, 141, 115, 0.28);
    background: rgba(255, 255, 255, 0.94);
    font-size: 1.35rem;
    font-weight: 800;
    color: #5b3729;
    box-shadow: 0 12px 22px rgba(95, 55, 40, 0.08);
}

.bundle-carousel-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(17.5rem, 22.5rem);
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.bundle-carousel-track::-webkit-scrollbar {
    display: none;
}

.bundle-carousel-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 1.9rem;
    border: 1px solid rgba(230, 200, 182, 0.92);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 30px rgba(95, 55, 40, 0.08);
    overflow: hidden;
    scroll-snap-align: start;
}

.bundle-card-media {
    display: block;
    min-height: 16rem;
    padding: 1rem;
    background:
        radial-gradient(circle at top, rgba(12, 124, 120, 0.1), transparent 30%),
        linear-gradient(180deg, #fffaf6 0%, #f2e3d8 100%);
}

.bundle-card-image {
    width: 100%;
    height: 100%;
    min-height: 14rem;
    object-fit: contain;
    object-position: center;
    border-radius: 1.45rem;
    background: #fff;
}

.bundle-card-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1.2rem 1.2rem 1.3rem;
}

.bundle-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.bundle-card-index {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0c7c78;
}

.bundle-card-price {
    font-size: 0.92rem;
    font-weight: 800;
    color: #8f5b46;
}

.bundle-card-title {
    color: #5b3729;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.08;
    text-decoration: none;
}

.bundle-card-feature {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0c7c78;
}

.bundle-card-description {
    color: #866456;
    font-size: 0.96rem;
    line-height: 1.75;
}

.bundle-card-actions {
    display: flex;
    gap: 0.75rem;
    margin-top: auto;
}

.bundle-card-button {
    flex: 1;
    border-radius: 999px;
    padding: 0.95rem 1rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bundle-card-button-muted {
    border: 1px solid rgba(201, 141, 115, 0.32);
    background: #fff;
    color: #5b3729;
}

.bundle-card-button-primary {
    border: 1px solid transparent;
    background: linear-gradient(135deg, #5f3728 0%, #0c7c78 100%);
    color: #fff;
    box-shadow: 0 16px 26px rgba(12, 124, 120, 0.16);
}

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

.constellation-node {
    min-height: 7rem;
    border-radius: 1.7rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #effcff;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.constellation-node.is-active {
    background: rgba(215, 251, 255, 0.18);
    box-shadow: 0 14px 26px rgba(135, 232, 255, 0.16);
}

.constellation-panels {
    position: relative;
}

.constellation-panel,
.audience-panel,
.momentum-panel,
.confidence-panel {
    display: none;
}

.constellation-panel.is-active,
.audience-panel.is-active,
.momentum-panel.is-active,
.confidence-panel.is-active {
    display: block;
}

.constellation-panel {
    border-radius: 1.65rem;
    background: rgba(255, 255, 255, 0.12);
    padding: 1.2rem 1.3rem;
}

.audience-pill {
    border-color: rgba(25, 200, 255, 0.18);
    background: #ffffff;
    color: var(--ink-soft);
    box-shadow: 0 10px 20px rgba(21, 61, 113, 0.06);
}

.audience-panel {
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.72);
    padding: 1.4rem;
    box-shadow: inset 0 0 0 1px rgba(201, 223, 242, 0.7);
}

.audience-stat {
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--ink);
}

.momentum-shell {
    background: linear-gradient(135deg, #eff8ff 0%, #dff8ff 100%);
    padding: 1.5rem;
}

.momentum-layout {
    margin-top: 1.5rem;
    display: grid;
    gap: 1rem;
}

.momentum-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.momentum-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.3rem;
    border: 1px solid rgba(25, 200, 255, 0.18);
    background: #ffffff;
    color: var(--ink-soft);
    padding: 0.95rem 1rem;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.momentum-tab.is-active {
    background: linear-gradient(135deg, #163766 0%, #1f56aa 100%);
    color: #f4fdff;
    border-color: transparent;
}

.momentum-panel {
    position: relative;
    overflow: hidden;
    border-radius: 1.9rem;
    background: linear-gradient(135deg, #163766 0%, #1f56aa 56%, #18bfe9 100%);
    padding: 1.7rem;
}

.momentum-panel::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -80px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(215, 251, 255, 0.22), transparent 62%);
}

.momentum-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    padding: 0.65rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d9f6ff;
}

.confidence-shell {
    background: linear-gradient(135deg, #ffffff 0%, #edf8ff 100%);
    padding: 1.5rem;
    display: grid;
    gap: 1.2rem;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
}

.confidence-chip {
    border-color: rgba(25, 200, 255, 0.18);
    background: #ffffff;
    color: var(--ink-soft);
    box-shadow: 0 10px 20px rgba(21, 61, 113, 0.06);
}

.confidence-panel {
    border-radius: 1.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%);
    border: 1px solid rgba(201, 223, 242, 0.8);
    padding: 1.45rem;
    box-shadow: 0 14px 26px rgba(21, 61, 113, 0.06);
}

.confidence-bars {
    display: grid;
    gap: 0.8rem;
}

.confidence-bars span {
    position: relative;
    display: block;
    height: 0.8rem;
    border-radius: 999px;
    background: rgba(201, 223, 242, 0.68);
    overflow: hidden;
}

.confidence-bars span::after {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--bar);
    border-radius: inherit;
    background: linear-gradient(90deg, #143c8a 0%, #18c4f5 100%);
    box-shadow: 0 0 18px rgba(25, 200, 255, 0.22);
}

.catalog-hero,
.story-hero,
.support-hero,
.support-flow {
    border-radius: 2.2rem;
    padding: 1.6rem;
    border: 1px solid rgba(135, 232, 255, 0.16);
    box-shadow: 0 24px 42px rgba(21, 61, 113, 0.12);
}

.catalog-hero {
    background: linear-gradient(135deg, #153a6e 0%, #1c4f9b 50%, #18c2f0 100%);
    display: grid;
    gap: 1.25rem;
}

.catalog-hero-stats {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-stat {
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    color: #fff;
}

.catalog-stat-value {
    display: block;
    font-size: 1.55rem;
    font-weight: 800;
}

.catalog-stat-label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d1e8ff;
}

.bundle-showroom,
.story-roadmap,
.method-shell,
.support-console {
    border-radius: 2.1rem;
    border: 1px solid var(--line);
    box-shadow: 0 20px 38px rgba(21, 61, 113, 0.1);
}

.bundle-showroom {
    display: grid;
    gap: 1rem;
    padding: 1.15rem;
    background: linear-gradient(135deg, #ffffff 0%, #edf8ff 100%);
    grid-template-columns: minmax(16rem, 0.34fr) minmax(0, 0.66fr);
}

.bundle-showroom-nav {
    display: grid;
    gap: 0.8rem;
}

.showroom-nav-item {
    display: grid;
    gap: 0.35rem;
    text-align: left;
    border-radius: 1.4rem;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    box-shadow: 0 10px 18px rgba(21, 61, 113, 0.06);
}

.showroom-nav-item.is-active {
    background: linear-gradient(135deg, #14386b 0%, #1c4f98 100%);
    border-color: rgba(25, 200, 255, 0.3);
}

.showroom-nav-index {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6a84aa;
}

.showroom-nav-title {
    font-size: 1.04rem;
    font-weight: 800;
    color: var(--ink);
}

.showroom-nav-copy {
    font-size: 0.84rem;
    line-height: 1.65;
    color: var(--ink-soft);
}

.showroom-nav-item.is-active .showroom-nav-index,
.showroom-nav-item.is-active .showroom-nav-title,
.showroom-nav-item.is-active .showroom-nav-copy {
    color: #f4fdff;
}

.showroom-panel {
    display: none;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    border-radius: 1.9rem;
    overflow: hidden;
    background: linear-gradient(135deg, #14386b 0%, #1f57a6 55%, #18c4f3 100%);
}

.showroom-panel.is-active {
    display: grid;
}

.showroom-media {
    min-height: 18rem;
}

.showroom-copy {
    padding: 1.35rem;
}

.showroom-pill {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    padding: 0.72rem 0.95rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #eefcff;
}

.selector-shell,
.method-shell {
    background: linear-gradient(135deg, #ffffff 0%, #eef8ff 100%);
    padding: 1.45rem;
}

.selector-layout,
.method-layout {
    margin-top: 1.5rem;
    display: grid;
    gap: 1rem;
}

.selector-nav,
.method-nav,
.story-roadmap-nav,
.support-console-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.selector-pill,
.method-pill,
.story-step,
.support-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.2rem;
    border: 1px solid rgba(25, 200, 255, 0.18);
    background: #ffffff;
    color: var(--ink-soft);
    padding: 0.95rem 1rem;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 10px 20px rgba(21, 61, 113, 0.06);
}

.selector-pill.is-active,
.method-pill.is-active,
.story-step.is-active,
.support-chip.is-active {
    background: linear-gradient(135deg, #163766 0%, #1f56aa 100%);
    border-color: transparent;
    color: #f4fdff;
}

.selector-panel,
.method-panel,
.support-console-panel {
    display: none;
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(201, 223, 242, 0.72);
    padding: 1.4rem;
}

.selector-panel.is-active,
.method-panel.is-active,
.support-console-panel.is-active {
    display: block;
}

.selector-kicker,
.method-panel-index,
.support-panel-kicker,
.story-panel-kicker {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #19c8ff;
}

.story-hero,
.support-hero {
    background: linear-gradient(135deg, #14386b 0%, #1d4f9a 52%, #19c4f0 100%);
    display: grid;
    gap: 1rem;
}

.story-hero-card,
.support-mail-card {
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.2rem;
}

.story-roadmap {
    background: linear-gradient(135deg, #ffffff 0%, #eaf7ff 100%);
    padding: 1.3rem;
}

.story-roadmap-panels {
    margin-top: 1rem;
}

.story-panel {
    display: none;
    border-radius: 1.85rem;
    background: linear-gradient(135deg, #14386b 0%, #1f57a6 55%, #18c4f3 100%);
    color: #fff;
    padding: 1.55rem;
}

.story-panel.is-active {
    display: block;
}

.support-console {
    background: linear-gradient(135deg, #ffffff 0%, #edf8ff 100%);
    padding: 1.3rem;
}

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

.support-card {
    border-radius: 1.85rem;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
    border: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(21, 61, 113, 0.08);
    padding: 1.6rem;
}

.support-flow {
    background: linear-gradient(135deg, #14386b 0%, #1c4f98 50%, #19c4f0 100%);
    display: grid;
    gap: 1.2rem;
}

.support-flow-steps {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-flow-step {
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.15rem;
    color: #eaf9ff;
}

.support-flow-step h3 {
    margin-top: 1rem;
    font-size: 1.18rem;
    font-weight: 800;
    color: #fff;
}

.support-flow-step p {
    margin-top: 0.65rem;
    font-size: 0.95rem;
    line-height: 1.75;
}

.support-flow-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 0.8rem;
    font-weight: 800;
    color: #d8fbff;
}

.delivery-lab {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
    border-radius: 2.2rem;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, #fffdfb 0%, #f7ece5 100%);
    box-shadow: 0 24px 42px rgba(95, 55, 40, 0.1);
    padding: 1.5rem;
}

.delivery-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(230, 200, 182, 0.92);
    padding: 0.72rem 0.95rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #866456;
}

.delivery-stage {
    position: relative;
    min-height: 29rem;
    overflow: hidden;
    border-radius: 2rem;
    background: radial-gradient(circle at top, rgba(242, 196, 177, 0.34), transparent 32%), linear-gradient(180deg, #fff 0%, #faefe8 100%);
    border: 1px solid rgba(230, 200, 182, 0.9);
}

.delivery-float {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(230, 200, 182, 0.92);
    padding: 0.8rem 1rem;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #866456;
    box-shadow: 0 12px 24px rgba(95, 55, 40, 0.08);
}

.delivery-float-a {
    left: 1.2rem;
    top: 2rem;
    animation: deliveryFloatA 5.2s ease-in-out infinite;
}

.delivery-float-b {
    right: 1.5rem;
    top: 4rem;
    animation: deliveryFloatB 4.8s ease-in-out infinite;
}

.delivery-float-c {
    left: 2.6rem;
    bottom: 3rem;
    animation: deliveryFloatC 5.6s ease-in-out infinite;
}

.delivery-packet {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8.7rem;
    height: 11.2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(230, 200, 182, 0.92);
    background: linear-gradient(180deg, #fff7f1 0%, #ebd3c3 100%);
    box-shadow: 0 24px 44px rgba(95, 55, 40, 0.12);
    z-index: 2;
}

.delivery-packet::before {
    content: "";
    position: absolute;
    inset: 1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(12, 124, 120, 0.14), rgba(255,255,255,0));
    border: 1px dashed rgba(12, 124, 120, 0.18);
}

.delivery-packet.is-complete {
    animation: deliveryPulse 0.9s ease;
}

.delivery-packet-label {
    position: relative;
    z-index: 1;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5b3729;
}

.delivery-gauge {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 15rem;
    height: 15rem;
    display: grid;
    place-items: center;
}

.delivery-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.delivery-spiral-base,
.delivery-spiral-fill {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 16;
}

.delivery-spiral-base {
    stroke: rgba(230, 200, 182, 0.7);
}

.delivery-spiral-fill {
    stroke: url(#deliveryGradient);
    filter: drop-shadow(0 0 12px rgba(12, 124, 120, 0.18));
}

.delivery-gauge-copy {
    position: absolute;
    display: grid;
    gap: 0.25rem;
    text-align: center;
}

.delivery-percent {
    font-size: 2rem;
    font-weight: 800;
    color: #5b3729;
}

.delivery-status {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0c7c78;
}

.gift-lab {
    border-radius: 2.2rem;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at top left, rgba(12, 124, 120, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(201, 141, 115, 0.14), transparent 28%),
        linear-gradient(135deg, #fffdfb 0%, #f8ede5 100%);
    box-shadow: 0 24px 42px rgba(95, 55, 40, 0.1);
    padding: 1.5rem;
}
.gift-box-row {
    margin-top: 1.5rem;
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gift-box {
    position: relative;
    min-height: 11rem;
    overflow: visible;
    border-radius: 2rem;
    border: 1px solid rgba(207, 152, 124, 0.85);
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.26), transparent 24%),
        linear-gradient(180deg, #e5ad91 0%, #c38366 100%);
    box-shadow: 0 18px 34px rgba(95, 55, 40, 0.14);
}
.gift-box::before {
    content: "";
    position: absolute;
    inset: 0.75rem;
    border-radius: 1.5rem;
    border: 1px dashed rgba(255, 245, 238, 0.34);
    opacity: 0.8;
}
.gift-box-lid {
    position: absolute;
    left: -0.15rem;
    right: -0.15rem;
    top: -0.05rem;
    height: 3.6rem;
    border-radius: 1.95rem 1.95rem 1.25rem 1.25rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0)),
        linear-gradient(180deg, #eab89f 0%, #d39174 100%);
    border: 1px solid rgba(207, 152, 124, 0.82);
    box-shadow: 0 10px 20px rgba(95, 55, 40, 0.08);
}
.gift-ribbon {
    position: absolute;
    background: linear-gradient(180deg, #0b8881 0%, #0d6f75 100%);
    box-shadow: 0 8px 16px rgba(12, 124, 120, 0.22);
}
.gift-ribbon-vertical {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1rem;
    transform: translateX(-50%);
}
.gift-ribbon-horizontal {
    left: 0;
    right: 0;
    top: 3.1rem;
    height: 0.9rem;
}
.gift-bow {
    position: absolute;
    top: 0.55rem;
    width: 2rem;
    height: 1.45rem;
    border: 0.28rem solid rgba(11, 136, 129, 0.95);
    border-radius: 1.2rem 1.2rem 0.5rem 1.2rem;
    background: rgba(255,255,255,0.12);
}
.gift-bow-left {
    left: calc(50% - 1.8rem);
    transform: rotate(-24deg);
}
.gift-bow-right {
    left: 50%;
    transform: rotate(24deg) scaleX(-1);
}
.gift-tag {
    position: absolute;
    right: 1rem;
    top: 0.95rem;
    border-radius: 999px;
    background: rgba(255, 248, 243, 0.78);
    padding: 0.38rem 0.7rem;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7b4d3b;
}
.gift-title {
    position: absolute;
    left: 50%;
    bottom: 1.35rem;
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}
.gift-box.is-active {
    transform: translateY(-6px) rotate(-1deg);
    box-shadow: 0 26px 42px rgba(12, 124, 120, 0.2);
}
.gift-box.is-active .gift-box-lid {
    transform: translateY(-0.25rem);
}
.gift-star {
    position: absolute;
    top: 2.8rem;
    left: 50%;
    font-size: 1.15rem;
    color: #fff2c2;
    text-shadow: 0 0 12px rgba(255, 238, 163, 0.72);
    opacity: 0;
    transform: translate(-50%, 0) scale(0.5);
    pointer-events: none;
}
.gift-star-a {
    margin-left: -2.9rem;
}
.gift-star-b {
    margin-left: 0;
}
.gift-star-c {
    margin-left: 2.9rem;
}
.gift-box.is-bursting .gift-star-a {
    animation: giftBurstA 0.85s ease-out;
}
.gift-box.is-bursting .gift-star-b {
    animation: giftBurstB 0.85s ease-out;
}
.gift-box.is-bursting .gift-star-c {
    animation: giftBurstC 0.85s ease-out;
}
.gift-panels {
    margin-top: 1.5rem;
}
.gift-panel {
    display: none;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, #fffefc 0%, #fff7f1 100%);
    border: 1px solid rgba(230, 200, 182, 0.92);
    padding: 1.4rem;
    box-shadow: 0 18px 32px rgba(95, 55, 40, 0.08);
}
.gift-panel.is-active {
    display: block;
}
.gift-panel-head {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1rem;
}
.gift-panel-kicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0c7c78;
}
.gift-panel-title {
    max-width: 48rem;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #5b3729;
    font-weight: 700;
}
.gift-icon-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gift-icon-card {
    display: grid;
    justify-items: center;
    gap: 0.8rem;
    border-radius: 1.4rem;
    background:
        radial-gradient(circle at top, rgba(12,124,120,0.12), transparent 34%),
        linear-gradient(180deg, #fffaf7 0%, #f4e4d8 100%);
    padding: 1.35rem 0.9rem;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(230, 200, 182, 0.75);
}
.gift-icon-card span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #866456;
}
.gift-logo {
    width: 2.8rem;
    height: 2.8rem;
    object-fit: contain;
    filter: drop-shadow(0 8px 12px rgba(12, 124, 120, 0.12));
}
.gift-emoji {
    font-size: 2.3rem;
    line-height: 1;
}
.gift-copy {
    margin-top: 1rem;
    font-size: 0.96rem;
    line-height: 1.8;
    color: #866456;
}
.story-game {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    border-radius: 2.2rem;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at top left, rgba(12, 124, 120, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(201, 141, 115, 0.18), transparent 32%),
        linear-gradient(135deg, #fffdfb 0%, #f8ede5 100%);
    box-shadow: 0 24px 42px rgba(95, 55, 40, 0.1);
    padding: 1.5rem;
}
.story-game-controls {
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}
.story-rune {
    display: inline-grid;
    gap: 0.3rem;
    min-width: 8.8rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(207, 152, 124, 0.45);
    background: rgba(255, 255, 255, 0.88);
    padding: 0.95rem 1rem;
    text-align: left;
    box-shadow: 0 12px 24px rgba(95, 55, 40, 0.08);
}
.story-rune.is-active {
    background: linear-gradient(135deg, #5f3728 0%, #a56d55 62%, #0c7c78 100%);
    border-color: transparent;
}
.story-rune-mark {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0c7c78;
}
.story-rune-copy {
    font-size: 1rem;
    font-weight: 800;
    color: #5b3729;
}
.story-rune.is-active .story-rune-mark,
.story-rune.is-active .story-rune-copy {
    color: #fff8f3;
}
.story-game-notes {
    margin-top: 1.25rem;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.story-note-card {
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(230, 200, 182, 0.92);
    padding: 1rem;
}
.story-note-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #866456;
}
.story-note-value {
    margin-top: 0.45rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: #5b3729;
}
.story-note-value-soft {
    font-size: 1rem;
    line-height: 1.6;
    color: #0c7c78;
}
.story-game-stage {
    --story-charge: 33%;
    position: relative;
    min-height: 29rem;
    border-radius: 2rem;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(255,255,255,0.78), rgba(255,255,255,0) 42%),
        linear-gradient(180deg, #fff 0%, #faefe8 100%);
    border: 1px solid rgba(230, 200, 182, 0.92);
}
.story-orbit {
    position: absolute;
    inset: 50% auto auto 50%;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    border: 1px dashed rgba(201, 141, 115, 0.32);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.28);
}
.story-orbit::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: conic-gradient(from -90deg, #0c7c78 var(--story-charge), rgba(12, 124, 120, 0.08) 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - 0.7rem), #000 calc(100% - 0.68rem));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 0.7rem), #000 calc(100% - 0.68rem));
    opacity: 0.8;
}
.story-orbit-outer {
    width: 18rem;
    height: 18rem;
}
.story-orbit-mid {
    width: 13rem;
    height: 13rem;
}
.story-orbit-mid::after {
    background: conic-gradient(from 40deg, #d89d7f var(--story-charge), rgba(216, 157, 127, 0.08) 0);
}
.story-orbit-core {
    width: 8rem;
    height: 8rem;
}
.story-orbit-core::after {
    background: conic-gradient(from 140deg, #5f3728 var(--story-charge), rgba(95, 55, 40, 0.08) 0);
}
.story-orb {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(230, 200, 182, 0.92);
    padding: 0.65rem 0.95rem;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #866456;
    box-shadow: 0 12px 24px rgba(95, 55, 40, 0.08);
}
.story-orb-a {
    left: 14%;
    top: 18%;
    animation: storyFloatA 5.2s ease-in-out infinite;
}
.story-orb-b {
    right: 12%;
    top: 28%;
    animation: storyFloatB 5s ease-in-out infinite;
}
.story-orb-c {
    left: 26%;
    bottom: 16%;
    animation: storyFloatC 5.6s ease-in-out infinite;
}
.story-seal {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-items: center;
    gap: 0.9rem;
}
.story-seal-core {
    display: block;
    width: 4.9rem;
    height: 4.9rem;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 30%, #f5d1c0, #b07056 64%, #5f3728 100%);
    box-shadow: 0 16px 34px rgba(95, 55, 40, 0.18);
}
.story-seal-core-label {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5b3729;
}
.story-game-stage.is-complete .story-seal-core {
    box-shadow: 0 0 0 12px rgba(12, 124, 120, 0.12), 0 16px 34px rgba(12, 124, 120, 0.22);
}

@keyframes deliveryFloatA {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-4deg); }
    50% { transform: translate3d(0, -12px, 0) rotate(4deg); }
}

@keyframes deliveryFloatB {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(5deg); }
    50% { transform: translate3d(0, 10px, 0) rotate(-3deg); }
}

@keyframes deliveryFloatC {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(3deg); }
    50% { transform: translate3d(0, -10px, 0) rotate(-5deg); }
}

@keyframes deliveryPulse {
    0% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.08); }
    100% { transform: translate(-50%, -50%) scale(1); }
}
@keyframes giftBurstA {
    0% { opacity: 0; transform: translate(-50%, 0) scale(0.5); }
    25% { opacity: 1; }
    100% { opacity: 0; transform: translate(-220%, -160%) scale(1.2) rotate(-16deg); }
}
@keyframes giftBurstB {
    0% { opacity: 0; transform: translate(-50%, 0) scale(0.5); }
    25% { opacity: 1; }
    100% { opacity: 0; transform: translate(-50%, -215%) scale(1.35); }
}
@keyframes giftBurstC {
    0% { opacity: 0; transform: translate(-50%, 0) scale(0.5); }
    25% { opacity: 1; }
    100% { opacity: 0; transform: translate(120%, -160%) scale(1.2) rotate(16deg); }
}
@keyframes storyFloatA {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -10px, 0); }
}
@keyframes storyFloatB {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, 12px, 0); }
}
@keyframes storyFloatC {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -8px, 0); }
}
    50% { transform: translate(-50%, -50%) scale(1.08); }
    100% { transform: translate(-50%, -50%) scale(1); }
}

.product-card-compact {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.product-card-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.hero-slide {
    display: none;
}

.hero-slide.is-active {
    display: grid;
}

.product-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumb-active {
    box-shadow: 0 0 0 3px rgba(25, 200, 255, 0.22);
}

.faq-answer[hidden] {
    display: none;
}

.review-track {
    animation: marquee 42s linear infinite;
}

.review-track.reverse {
    animation-direction: reverse;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.soft-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.soft-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 38px rgba(21, 61, 113, 0.12);
}

.parallax-orb {
    transition: transform 0.28s ease-out;
}

input,
textarea,
button,
a {
    transition: all 0.2s ease;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #bda998 !important;
    box-shadow: 0 0 0 4px rgba(201, 124, 82, 0.14);
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 1024px) {
    .hero-surface::before {
        background-size: 22px 22px;
    }

    .bundle-deck,
    .confidence-shell,
    .bundle-showroom,
    .delivery-lab,
    .story-game {
        grid-template-columns: 1fr;
    }

    .bundle-panel {
        grid-template-columns: 1fr;
    }

    .bundle-carousel-track {
        grid-auto-columns: minmax(16rem, 20rem);
    }

    .showroom-panel {
        grid-template-columns: 1fr;
    }

    .support-grid,
    .support-flow-steps,
    .catalog-hero-stats,
    .gift-box-row,
    .gift-icon-grid,
    .story-game-notes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hero-feature-copy {
        margin: -1.25rem 0.75rem 0;
        padding: 1.35rem;
        border-radius: 1.5rem;
    }

    .hero-trust-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .review-track {
        animation-duration: 58s;
    }

    .proof-panel {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .delivery-stage {
        min-height: 23rem;
    }

    .bundle-card-media {
        min-height: 13rem;
    }

    .bundle-card-image {
        min-height: 11rem;
    }

    .story-game-stage {
        min-height: 24rem;
    }

    .delivery-gauge {
        width: 12rem;
        height: 12rem;
    }

    .proof-quote-mark {
        font-size: 4.5rem;
    }

    .constellation-nav {
        grid-template-columns: 1fr;
    }

    .switch-chip,
    .audience-pill,
    .confidence-chip,
    .momentum-tab,
    .selector-pill,
    .method-pill,
    .story-step,
    .support-chip {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .roadmap-track {
        grid-template-columns: 1fr;
    }

    .roadmap-track::before {
        display: none;
    }

    .legal-content {
        padding: 1.4rem;
    }

    .bundle-deck,
    .proof-stage,
    .momentum-shell,
    .confidence-shell {
        padding: 1rem;
    }

    .bundle-carousel-shell {
        padding: 1rem;
    }

    .bundle-panel-copy {
        padding: 1.2rem;
    }

    .bundle-card-actions {
        flex-direction: column;
    }

    .momentum-layout,
    .confidence-shell {
        gap: 1rem;
    }

    .catalog-hero,
    .story-hero,
    .support-hero,
    .support-flow,
    .bundle-showroom,
    .story-roadmap,
    .method-shell,
    .support-console {
        padding: 1rem;
    }

    .showroom-copy,
    .story-panel,
    .support-console-panel,
    .selector-panel,
    .method-panel {
        padding: 1.1rem;
    }

    .delivery-lab {
        padding: 1rem;
    }

    .gift-lab {
        padding: 1rem;
    }

    .story-game {
        padding: 1rem;
    }
}

