:root {
    --lp-navy: #123244;
    --lp-ocean: #2d7899;
    --lp-sun: #ffb72b;
    --lp-coral: #e84636;
    --lp-sand: #f7f1e3;
    --lp-paper: #fffdf7;
}

.gsap-lp {
    background: var(--lp-sand);
    color: #18313e;
}

.gsap-header {
    background: rgba(255, 253, 247, 0.94);
    box-shadow: 0 10px 28px rgba(18, 50, 68, 0.08);
}

.lp-nav {
    display: flex;
    gap: 7px;
    padding: 6px;
    border: 1px solid rgba(18, 50, 68, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 24px rgba(18, 50, 68, 0.08);
}

.lp-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid transparent;
    color: #264554;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 900;
    padding: 0 16px;
    border-radius: 999px;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.lp-nav a:hover,
.lp-nav a:focus-visible {
    background: #fff4d7;
    border-color: #ffdda1;
    color: #8a4d00;
    outline: none;
}

.lp-nav a:last-child {
    background: #fff4d7;
    border-color: #ffdca0;
    color: #8a4d00;
    box-shadow: none;
}

.lp-nav a:last-child:hover,
.lp-nav a:last-child:focus-visible {
    background: #ffe9bd;
    border-color: #ffca74;
    color: #7a4200;
    box-shadow: 0 8px 18px rgba(255, 157, 37, 0.18);
}

.scroll-assist {
    position: fixed;
    top: auto;
    bottom: clamp(18px, 3vh, 30px);
    left: auto;
    right: 50%;
    z-index: 45;
    width: min(520px, calc(100% - 32px));
    opacity: 0;
    pointer-events: none;
    transform: translate(50%, 18px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.scroll-assist.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(50%, 0);
}

.scroll-assist-tabs {
    display: flex;
    gap: 7px;
    max-width: 100%;
    padding: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(18, 50, 68, 0.12);
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.92);
    box-shadow: 0 16px 38px rgba(18, 50, 68, 0.16);
    backdrop-filter: blur(12px);
    cursor: grab;
}

.scroll-assist-tabs::-webkit-scrollbar {
    display: none;
}

.scroll-assist-tabs.dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.scroll-assist-link {
    font: inherit;
    cursor: pointer;
    white-space: nowrap;
}

.scroll-assist-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 38px;
    padding: 0 15px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(38, 69, 84, 0.76);
    font-size: 0.78rem;
    font-weight: 900;
    white-space: nowrap;
    scroll-snap-align: center;
    user-select: none;
    touch-action: pan-x;
}

.scroll-assist-link:hover,
.scroll-assist-link.active {
    background: linear-gradient(135deg, #ff9d25, #e84636);
    color: #fff;
    box-shadow: 0 8px 20px rgba(232, 70, 54, 0.22);
}

.gsap-main {
    width: 100%;
    margin: 0;
    padding: 0;
}

.gsap-hero {
    min-height: calc(100vh - 68px);
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--lp-navy);
    display: grid;
    align-items: center;
}

.hero-bg-slot {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(18, 50, 68, 0.94) 0%, rgba(18, 50, 68, 0.72) 52%, rgba(18, 50, 68, 0.42) 100%),
        repeating-linear-gradient(135deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 20px),
        linear-gradient(135deg, #326f8a, #8ebfd0);
}

.hero-bg-slot::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, var(--lp-sand));
}

.hero-bg-slot span,
.hero-bg-slot small {
    position: absolute;
    right: 28px;
    bottom: 38px;
    z-index: 1;
    color: rgba(255,255,255,0.82);
    font-weight: 900;
}

.hero-bg-slot small {
    bottom: 18px;
    font-size: 0.78rem;
    font-weight: 800;
}

.gsap-hero-inner {
    position: relative;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 92px 0 116px;
}

.hero-kicker,
.section-marker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 183, 43, 0.16);
    color: #ffe6b1;
    border: 1px solid rgba(255, 230, 177, 0.48);
    font-size: 0.82rem;
    font-weight: 900;
}

.hero-title {
    max-width: 880px;
    margin: 18px 0 18px;
    font-size: clamp(2.75rem, 6.2vw, 5.4rem);
    line-height: 1.12;
    letter-spacing: 0;
    text-wrap: balance;
}

.keep-line {
    white-space: nowrap;
}

.hero-title::after {
    content: "";
    display: block;
    width: min(360px, 64vw);
    height: 9px;
    margin-top: 22px;
    background: repeating-linear-gradient(90deg, var(--lp-sun) 0 34px, var(--lp-coral) 34px 68px);
}

.hero-lead {
    max-width: 760px;
    margin: 0 0 20px;
    color: rgba(255,255,255,0.92);
    font-size: clamp(1.05rem, 2.1vw, 1.28rem);
    line-height: 1.9;
}

.hero-note {
    max-width: 760px;
    margin: -6px 0 20px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 5px solid var(--lp-sun);
    border-radius: 8px;
    background: rgba(255, 253, 247, 0.12);
    color: rgba(255,255,255,0.88);
    font-size: 0.92rem;
    line-height: 1.7;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 26px;
}

.hero-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
    font-weight: 900;
}

.problem-section {
    padding: 96px 0 74px;
    background: #fffdf7;
}

.section-lead {
    max-width: 760px;
    margin: 18px 0 0;
    color: #425866;
    font-size: 1.04rem;
    line-height: 1.9;
}

.problem-grid {
    width: min(1120px, calc(100% - 32px));
    margin: 34px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.problem-card {
    border: 1px solid rgba(18, 50, 68, 0.12);
    border-radius: 8px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 18px 44px rgba(18, 50, 68, 0.08);
}

.problem-card strong {
    color: var(--lp-coral);
    font-size: 0.88rem;
}

.problem-card h3 {
    margin: 10px 0 8px;
    font-size: 1.15rem;
}

.problem-card p {
    margin: 0;
    color: #425866;
}

.about-section {
    padding: 88px 0;
    background: var(--lp-sand);
}

.about-grid {
    width: min(1120px, calc(100% - 32px));
    margin: 34px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.about-card {
    border: 1px solid rgba(18, 50, 68, 0.12);
    border-radius: 8px;
    background: #fffdf7;
    padding: 22px;
    box-shadow: 0 18px 44px rgba(18, 50, 68, 0.06);
}

.about-card strong {
    color: var(--lp-coral);
    font-size: 0.88rem;
}

.about-card h3 {
    margin: 10px 0 8px;
    font-size: 1.15rem;
}

.about-card p {
    margin: 0;
    color: #425866;
}

.scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.78);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    display: grid;
    justify-items: center;
    gap: 7px;
}

.scroll-cue span {
    width: 2px;
    height: 42px;
    background: linear-gradient(180deg, transparent, #fff);
}

.story-section {
    min-height: auto;
    padding: 88px 0;
    scroll-margin-top: 68px;
    background: var(--lp-sand);
}

.story-layout {
    position: static;
    width: min(1120px, calc(100% - 32px));
    min-height: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(24px, 4vw, 52px);
    padding: 0;
}

.story-sticky {
    position: relative;
    top: auto;
    align-self: center;
}

.story-label {
    display: none;
}

.story-preview {
    position: relative;
    width: min(330px, 100%);
    display: grid;
    justify-items: center;
}

.lp-phone {
    margin: 0;
    width: min(300px, 100%);
    height: auto;
    min-height: 0;
    aspect-ratio: 9 / 15.8;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    overflow: hidden;
}

.phone-screen-switch {
    width: min(330px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.48fr) minmax(0, 0.86fr);
    gap: 7px;
    margin: 12px auto 0;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid rgba(18, 50, 68, 0.12);
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.94);
    box-shadow: 0 14px 34px rgba(18, 50, 68, 0.1);
    backdrop-filter: blur(10px);
}

.phone-screen-tab {
    min-height: 36px;
    padding: 0 8px;
    border: 1px solid rgba(18, 50, 68, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #123244;
    font: inherit;
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-tap-highlight-color: transparent;
}

.phone-screen-tab:hover,
.phone-screen-tab:focus-visible {
    border-color: rgba(232, 70, 54, 0.34);
    outline: none;
}

.phone-screen-tab.active {
    background: linear-gradient(135deg, #ff9d25, #e84636);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 18px rgba(232, 70, 54, 0.22);
}

@media (min-width: 1081px) {
    .scroll-assist {
        display: none !important;
    }

    .phone-screen-switch {
        width: min(300px, 100%);
        margin-top: 12px;
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.42fr) minmax(0, 0.92fr);
    }

    .story-tabs {
        display: none;
    }
}

.lp-phone .phone-screen {
    position: relative;
    flex: 1 1 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.lp-phone .phone-screen.is-changing {
    opacity: 1;
}


.lp-phone.scene-slide-down {
    animation: phoneModelSlideDown 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.lp-phone .phone-screen.scene-slide-down .screen-shot {
    animation: phoneScreenSlideDown 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes phoneModelSlideDown {
    0% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

@keyframes phoneScreenSlideDown {
    0% { transform: translateY(-22px); opacity: 0.35; }
    100% { transform: translateY(0); opacity: 1; }
}

.lp-phone .screen-shot {
    position: relative;
    height: 100%;
    min-height: 0;
    display: grid;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    text-align: initial;
    place-items: initial;
    overflow: hidden;
}

.lp-phone .screen-shot-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    opacity: 0;
    transition: opacity 180ms ease;
}

.lp-phone .screen-shot.has-image .screen-shot-image {
    opacity: 1;
}

.lp-phone .screen-shot.has-image .screen-shot-fallback {
    display: none;
}

.lp-phone .screen-shot-fallback {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}

.lp-phone .screen-shot-note {
    margin-top: 10px;
    padding: 8px 9px;
    border-radius: 8px;
    background: rgba(23, 120, 184, 0.08);
    color: #53657a;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.45;
}

.story-scroll-caption {
    display: none;
}

.story-tabs {
    display: none !important;
}

.story-tab {
    border: 1px solid rgba(18, 50, 68, 0.16);
    background: var(--lp-paper);
    color: #264554;
    border-radius: 8px;
    min-height: 42px;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.story-tab.active {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.story-copy {
    position: relative;
    display: grid;
    gap: 16px;
    min-height: 0;
    padding: 0;
}

.story-step {
    position: relative;
    min-height: 0;
    border-left: 8px solid rgba(255, 140, 0, 0.28);
    padding: 20px 22px 22px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: opacity 260ms ease, border-color 260ms ease, transform 260ms ease;
    display: block;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 50, 68, 0.08);
}

.story-step.active {
    opacity: 1;
    border-color: var(--orange);
    pointer-events: auto;
    transform: translateY(0);
}

.step-index {
    color: var(--lp-coral);
    font-weight: 900;
    font-size: 0.92rem;
}

.story-step h2 {
    margin: 8px 0 14px;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    line-height: 1.28;
    text-wrap: balance;
}

.story-step p {
    max-width: 620px;
    margin: 0;
    color: #425866;
    font-size: 1rem;
}

.field-section-gsap {
    overflow: hidden;
    padding: 88px 0;
    background: #fffdf7;
}

.section-title-block,
.field-cards,
.target-grid,
.value-scroll,
.flow-list,
.safety-band,
.contact-section {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.section-title-block h2,
.value-pin h2,
.flow-section .section-title-block h2,
.safety-band h2,
.contact-card h2 {
    margin: 16px 0 0;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.14;
    text-wrap: balance;
}

.problem-section .section-marker,
.about-section .section-marker,
.field-section-gsap .section-marker,
.target-section .section-marker,
.value-scroll .section-marker,
.flow-section .section-marker,
.safety-band .section-marker,
.contact-card .section-marker {
    color: #8a4d00;
    background: #fff2cf;
    border-color: #ffdda1;
}

.field-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
    justify-content: center;
}

.field-card,
.target-card,
.value-item,
.contact-card {
    border: 1px solid rgba(18, 50, 68, 0.12);
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 18px 44px rgba(18, 50, 68, 0.08);
}

.field-card h3,
.target-card h3,
.value-item h3 {
    margin: 16px 0 8px;
}

.field-card p,
.target-card p,
.value-item p,
.contact-card p,
.safety-band p {
    color: #425866;
}

.image-note {
    margin: 10px 0 0;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 800;
}

.visual-slot {
    min-height: 240px;
    border: 2px dashed #b8c7d8;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 183, 43, 0.18), rgba(232, 70, 54, 0.08)),
        repeating-linear-gradient(135deg, rgba(45, 120, 153, 0.12) 0 1px, transparent 1px 18px),
        #fff;
    display: grid;
    place-items: center;
    text-align: center;
    color: #53657a;
    font-weight: 900;
    padding: 18px;
}



.visual-slot.image-slot {
    min-height: 240px;
    padding: 10px;
    border-style: solid;
    border-color: rgba(18, 50, 68, 0.12);
    background: #f6f9fb;
    overflow: hidden;
}

.visual-slot.image-slot img {
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: contain;
    object-position: center;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(18, 50, 68, 0.12);
}

.visual-slot.dashboard-slot {
    align-items: center;
}

.visual-slot small {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-weight: 800;
}

.visual-slot.compact {
    min-height: 132px;
    margin-bottom: 10px;
}

.target-section {
    padding: 88px 0;
    background: var(--lp-sand);
}

.target-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.target-card {
    min-height: 100%;
    padding: 18px;
}

.target-card h3 {
    font-size: 1.04rem;
}

.flow-section {
    padding: 86px 0;
    background: #fffdf7;
}

.flow-list {
    counter-reset: flow-step;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
    padding: 0;
    list-style: none;
}

.flow-list li {
    counter-increment: flow-step;
    position: relative;
    min-height: 100%;
    padding: 52px 18px 18px;
    border: 1px solid rgba(18, 50, 68, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(18, 50, 68, 0.06);
}

.flow-list li::before {
    content: counter(flow-step, decimal-leading-zero);
    position: absolute;
    left: 18px;
    top: 16px;
    color: var(--lp-coral);
    font-weight: 900;
    font-size: 0.9rem;
}

.flow-list strong {
    display: block;
    color: #18313e;
    line-height: 1.45;
}

.flow-list span {
    display: block;
    margin-top: 8px;
    color: #425866;
    font-size: 0.9rem;
    line-height: 1.7;
}

.value-scroll {
    display: grid;
    grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(24px, 4vw, 44px);
    padding: 110px 0;
}

.value-pin {
    position: static;
    align-self: start;
}

.value-list {
    display: grid;
    gap: 18px;
}

.value-item strong {
    color: var(--lp-coral);
    font-size: 0.9rem;
}

.safety-band {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 34px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 183, 43, 0.18), rgba(45, 120, 153, 0.08)),
        #fff;
    border-left: 9px solid var(--orange);
}

.safety-list {
    display: grid;
    gap: 9px;
    margin: 18px 0 0;
    padding-left: 1.2em;
    color: #425866;
}

.safety-list li {
    padding-left: 2px;
}

.contact-section {
    padding: 90px 0 120px;
}

.contact-card {
    background:
        linear-gradient(135deg, rgba(255, 140, 0, 0.14), rgba(45, 120, 153, 0.08)),
        #fff;
    padding: 34px;
}

.operator {
    margin-top: 18px;
    font-size: 0.9rem;
}

.gsap-footer {
    background: var(--lp-paper);
}

.no-gsap .field-card,
.no-gsap .value-item,
.no-gsap .safety-band,
.no-gsap .contact-card {
    opacity: 1;
    transform: none;
}

@media (max-height: 760px) and (min-width: 1081px) {
    .gsap-hero-inner {
        padding-top: 72px;
        padding-bottom: 90px;
    }

    .hero-title {
        font-size: clamp(2.45rem, 5.4vw, 4.7rem);
        line-height: 1.14;
    }

    .story-layout {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .lp-phone {
        width: min(260px, 100%);
        min-height: 0;
    }

    .lp-phone .phone-screen {
        height: 100%;
        min-height: 0;
    }

    .phone-screen-switch {
        margin-top: 9px;
        padding: 6px;
    }

    .phone-screen-tab {
        min-height: 34px;
        font-size: 0.61rem;
    }
}

@media (max-height: 860px) and (min-width: 1081px) {
    .story-layout {
        padding-top: clamp(16px, 3vh, 28px);
        padding-bottom: clamp(16px, 3vh, 28px);
    }

    .scroll-assist {
        bottom: 10px;
    }

    .lp-phone {
        width: min(286px, 100%);
    }

    .phone-screen-switch {
        width: min(318px, 100%);
        margin-top: 9px;
    }
}

@media (max-height: 680px) and (min-width: 1081px) {
    .scroll-assist {
        bottom: 10px;
        width: min(430px, calc(100% - 32px));
    }

    .scroll-assist-tabs {
        padding: 6px;
        gap: 5px;
    }

    .scroll-assist-link {
        min-width: 66px;
        min-height: 32px;
        padding: 0 10px;
        font-size: 0.7rem;
    }

    .lp-phone {
        width: min(238px, 100%);
    }

    .phone-screen-switch {
        width: min(284px, 100%);
        margin-top: 7px;
    }

    .phone-screen-tab {
        min-height: 31px;
        font-size: 0.58rem;
    }
}

@media (max-width: 1040px) {
    .problem-grid,
    .about-grid,
    .field-cards,
    .target-grid,
    .flow-list {
        grid-template-columns: 1fr;
    }

    .problem-section {
        padding: 72px 0 54px;
    }

    .about-section,
    .target-section,
    .flow-section {
        padding: 72px 0 54px;
    }
}

@media (max-width: 1080px) {
    .lp-nav {
        display: none;
    }

    .scroll-assist {
        position: fixed;
        top: auto;
        right: 50%;
        bottom: max(14px, env(safe-area-inset-bottom));
        left: auto;
        width: min(390px, calc(100% - 24px));
        transform: translate(50%, 16px);
    }

    .scroll-assist.visible {
        transform: translate(50%, 0);
    }

    .scroll-assist-tabs {
        padding: 7px;
        gap: 6px;
    }

    .scroll-assist-link {
        min-width: 72px;
        min-height: 36px;
        padding: 0 13px;
        font-size: 0.74rem;
    }

    .story-section {
        min-height: auto;
        padding: 64px 0 74px;
        scroll-margin-top: 74px;
    }

    .story-layout,
    .value-scroll {
        grid-template-columns: 1fr;
    }

    .story-layout {
        position: static;
        min-height: 0;
        padding: 0;
        align-items: stretch;
    }

    .story-sticky {
        position: static !important;
        inset: auto !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        min-height: 0 !important;
        transform: none !important;
        z-index: auto;
        padding: 0;
        background: transparent;
        border-bottom: 0;
        backdrop-filter: none;
    }

    .story-section .pin-spacer {
        position: static !important;
        width: auto !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        transform: none !important;
    }

    .value-pin {
        position: static;
    }

    .story-label {
        width: min(620px, calc(100% - 32px));
        margin: 0 auto 16px;
        text-align: left;
        font-size: 0.92rem;
    }

    .story-preview {
        width: min(340px, calc(100% - 32px));
        margin: 0 auto 22px;
        display: grid;
        justify-items: center;
    }

    .story-tabs {
        display: none !important;
    }

    .story-tab {
        min-height: 40px;
        font-size: 0.74rem;
        line-height: 1.2;
    }

    .story-copy {
        width: min(620px, calc(100% - 32px));
        gap: 14px;
        min-height: 0;
        padding: 0;
        margin: 0 auto;
    }

    .story-step {
        position: relative;
        min-height: 0;
        border-left: 6px solid rgba(255, 140, 0, 0.36);
        padding: 18px;
        opacity: 1;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 14px 34px rgba(18, 50, 68, 0.08);
        scroll-margin-top: 76px;
    }

    .story-step.active {
        transform: none;
        border-color: var(--orange);
    }

    .story-step-text {
        display: block;
    }

    .story-step h2 {
        margin: 6px 0 8px;
        font-size: clamp(1.32rem, 5vw, 1.78rem);
        line-height: 1.28;
    }

    .story-step p {
        font-size: 0.94rem;
        line-height: 1.75;
    }

    .lp-phone {
        width: min(292px, 74vw);
        height: auto;
        min-height: 0;
        aspect-ratio: 9 / 15.8;
        margin: 0 auto;
        padding: 12px;
        box-sizing: border-box;
    }

    .lp-phone .phone-screen {
        height: 100%;
        min-height: 0;
        box-sizing: border-box;
        border-radius: 20px;
    }

    .phone-screen-switch {
        width: min(340px, 100%);
        gap: 6px;
        margin-top: 10px;
        padding: 6px;
    }

    .phone-screen-tab {
        min-height: 34px;
        padding: 0 6px;
        font-size: 0.62rem;
    }

    .screen-shot-note {
        font-size: 0.64rem;
    }

    .story-scroll-caption {
        display: none;
        position: absolute;
        left: 50%;
        top: 52%;
        width: min(236px, calc(100% - 52px), calc(100vw - 78px));
        z-index: 2;
        padding: 13px 14px 14px;
        border-radius: 8px;
        background:
            linear-gradient(135deg, rgba(78, 221, 229, 0.96), rgba(42, 176, 212, 0.95));
        border: 1px solid rgba(255, 255, 255, 0.52);
        border-left: 6px solid var(--orange);
        box-shadow: 0 18px 38px rgba(23, 120, 184, 0.22);
        color: #123244;
        backdrop-filter: blur(14px);
        opacity: 0;
        transform: translate(-50%, -50%);
        transition: opacity 180ms ease;
        pointer-events: none;
    }

    .story-scroll-caption.visible {
        opacity: 0;
    }

    .mobile-step-index {
        display: inline-block;
        color: #b64b00;
        font-size: 0.72rem;
        font-weight: 900;
        margin-bottom: 2px;
    }

    .story-scroll-caption h2 {
        margin: 0 0 5px;
        color: #102a36;
        font-size: clamp(1.04rem, 3.8vw, 1.28rem);
        line-height: 1.32;
    }

    .lp-phone .phone-screen > * {
        animation: none;
    }

    @keyframes screenContentFade {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .story-scroll-caption p {
        margin: 0;
        color: rgba(18, 50, 68, 0.84);
        font-size: clamp(0.75rem, 2.45vw, 0.88rem);
        line-height: 1.52;
    }

    .field-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .keep-line {
        white-space: normal;
    }
}

@media (max-width: 560px) {
    .gsap-hero {
        min-height: calc(100vh - 64px);
    }

    .gsap-hero-inner {
        padding: 58px 0 96px;
    }

    .hero-title {
        font-size: clamp(2.25rem, 11vw, 3.4rem);
        line-height: 1.14;
    }

    .keep-line {
        white-space: normal;
    }

    .hero-title::after {
        width: min(270px, 74vw);
    }

    .scroll-assist {
        bottom: max(12px, env(safe-area-inset-bottom));
        width: calc(100% - 20px);
    }

    .scroll-assist-link {
        min-width: 68px;
        padding: 0 12px;
        font-size: 0.72rem;
    }

    .story-sticky {
        top: auto;
        padding-top: 0;
    }

    .story-tabs {
        display: none !important;
    }

    .story-tab {
        min-height: 40px;
        padding: 0 4px;
        font-size: 0.66rem;
        line-height: 1.18;
    }

    .story-copy {
        min-height: 0;
    }

    .story-preview {
        width: min(330px, calc(100% - 28px));
    }

    .lp-phone {
        width: min(270px, 76vw);
    }

    .lp-phone .phone-screen {
        border-radius: 18px;
        padding: 12px;
    }

    .phone-screen-switch {
        width: min(330px, 100%);
        gap: 5px;
        margin-top: 9px;
        padding: 5px;
    }

    .phone-screen-tab {
        min-height: 32px;
        padding: 0 5px;
        font-size: 0.58rem;
    }

    .story-scroll-caption {
        display: none;
    }

    .story-scroll-caption h2 {
        font-size: 0.98rem;
        line-height: 1.28;
    }

    .story-scroll-caption p {
        font-size: 0.72rem;
        line-height: 1.44;
    }

    .section-title-block h2,
    .value-pin h2,
    .safety-band h2,
    .contact-card h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .safety-band,
    .contact-card {
        padding: 22px;
    }
}
