.landing-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem clamp(1.5rem, 4vw, 5rem);
    gap: 1rem;
}

.landing-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.landing-nav-link {
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.landing-nav-link:hover {
    color: var(--text-primary);
}

.landing {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2.25rem, 4vw, 4rem) clamp(1.5rem, 4vw, 5rem) clamp(4rem, 7vw, 6rem);
    display: grid;
    gap: clamp(1.5rem, 3vw, 2rem);
}

.landing-hero,
.landing-video,
.landing-gift,
.landing-band,
.landing-printing,
.landing-process,
.landing-collaboration,
.landing-photos,
.landing-pricing,
.landing-features,
.landing-final {
    position: relative;
    border: 1px solid var(--home-panel-edge);
    background: var(--home-panel-surface);
    box-shadow: 0 24px 60px var(--home-panel-shadow);
    border-radius: 30px;
    overflow: hidden;
}

.landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    padding: clamp(1.75rem, 4vw, 3rem);
    align-items: center;
    background:
        radial-gradient(circle at top right, var(--home-hero-orb), transparent 40%),
        linear-gradient(135deg, var(--home-hero-surface), var(--home-panel-surface));
    border-color: var(--home-hero-edge);
    box-shadow: 0 28px 70px var(--home-hero-shadow);
}

.landing-hero::before {
    content: "";
    position: absolute;
    inset: auto auto -12% -8%;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--home-hero-orb), transparent 68%);
    pointer-events: none;
}

.landing-hero-copy,
.landing-showcase {
    position: relative;
    z-index: 1;
}

.landing-hero-copy {
    display: grid;
    gap: 0.95rem;
}

.landing-eyebrow,
.landing-section-kicker,
.landing-final-kicker {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    font-weight: 700;
}

.landing-eyebrow,
.landing-section-kicker,
.landing-final-kicker {
    color: var(--copy-peak);
}

.landing-title {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(2.7rem, 6vw, 4.7rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.landing-tagline {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--text-primary);
}

.landing-lede,
.landing-section-heading p,
.landing-feature p,
.landing-band-card p,
.landing-step p,
.landing-role p,
.landing-final-copy {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.7;
}

.landing-lede {
    max-width: 60ch;
    font-size: 1.04rem;
}

.landing-cta {
    margin-top: 0.4rem;
    display: grid;
    gap: 0.75rem;
    align-items: start;
    justify-items: start;
}

.landing-secondary {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.landing-link {
    color: var(--copy-peak);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.landing-link:hover {
    color: var(--text-primary);
}

.landing-highlights {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.landing-highlights li {
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: var(--home-highlight-surface);
    border: 1px solid var(--home-panel-edge);
    font-size: 0.92rem;
    font-weight: 600;
}

.landing-showcase {
    min-height: 430px;
    display: grid;
    align-content: center;
    justify-items: center;
}

.landing-showcase-graphic,
.landing-section-graphic,
.landing-section-heading h2,
.landing-step h3,
.landing-band-card h3,
.landing-role h3,
.landing-feature h3,
.landing-final-line {
    margin: 0;
}

.landing-showcase-graphic {
    width: min(100%, 400px);
    height: auto;
    border-radius: 32px;
    border: 1px solid var(--home-panel-edge);
    box-shadow: 0 24px 50px var(--home-hero-shadow);
}

.landing-section-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1.4rem;
}

.landing-section-graphic {
    width: 100%;
    height: auto;
    border-radius: 24px;
    border: 1px solid var(--home-panel-edge);
    box-shadow: 0 18px 36px var(--home-panel-shadow);
    background: linear-gradient(180deg, var(--home-placeholder-start), var(--home-placeholder-end));
}

.landing-section-graphic--wide {
    max-width: 420px;
}

.landing-band,
.landing-video,
.landing-gift,
.landing-printing,
.landing-process,
.landing-collaboration,
.landing-photos,
.landing-pricing,
.landing-features,
.landing-final {
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.landing-video {
    display: grid;
    gap: 1.4rem;
}

.landing-gift {
    display: grid;
    position: relative;
    isolation: isolate;
    gap: 1.5rem;
    padding-top: clamp(4.75rem, 9vw, 6rem);
    background:
        radial-gradient(circle at 85% 18%, var(--home-hero-orb), transparent 28%),
        linear-gradient(135deg, var(--accent-wash-subtle), var(--home-panel-surface) 45%, var(--home-final-surface));
    border-color: var(--home-hero-edge);
    box-shadow: 0 28px 70px var(--accent-shadow);
}

.landing-gift::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 147, 64, 0.14), transparent 34%),
        linear-gradient(0deg, transparent, rgba(255, 147, 64, 0.18));
    pointer-events: none;
    z-index: 0;
}

.landing-gift-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.4rem;
}

.landing-gift-copy .landing-section-heading h2 {
    max-width: 16ch;
}

.landing-gift-ribbon {
    position: absolute;
    top: -1.1rem;
    right: -1.1rem;
    width: min(34vw, 180px);
    height: auto;
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(0 18px 30px rgba(33, 56, 134, 0.18));
}

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

.landing-gift-point {
    position: relative;
    padding: 1.25rem 1.35rem;
    border-radius: 22px;
    border: 1px solid var(--home-panel-edge);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 28px rgba(33, 56, 134, 0.08);
}

.landing-gift-point h3 {
    margin: 0 0 0.55rem;
    font-size: 1.04rem;
}

.landing-gift-point p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.7;
}

.landing-video-embed {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--home-panel-edge);
    box-shadow: 0 18px 36px var(--home-panel-shadow);
    background: linear-gradient(180deg, var(--home-placeholder-start), var(--home-placeholder-end));
}

.landing-video-embed iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.landing-section-heading {
    display: grid;
    gap: 0.55rem;
}

.landing-band .landing-section-heading {
    margin-bottom: 1.9rem;
}

.landing-section-heading h2 {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    max-width: 20ch;
}

.landing-band-grid,
.landing-collaboration-grid,
.landing-feature-grid,
.landing-steps {
    display: grid;
    gap: 1rem;
}

.landing-band-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-band-card,
.landing-step,
.landing-role,
.landing-feature {
    padding: 1.25rem 1.35rem;
    border-radius: 22px;
    border: 1px solid var(--home-panel-edge);
    background: var(--home-feature-surface);
}

.landing-band-card h3,
.landing-step h3,
.landing-role h3,
.landing-feature h3 {
    font-size: 1.04rem;
    margin-bottom: 0.55rem;
}

.landing-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-step {
    position: relative;
    padding-top: 4.1rem;
}

.landing-step-number {
    position: absolute;
    top: 1.15rem;
    left: 1.2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--home-step-number);
    color: var(--home-step-number-text);
    font-weight: 700;
}

.landing-collaboration-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-final {
    display: grid;
    gap: 0.9rem;
    justify-items: start;
    background:
        radial-gradient(circle at top right, var(--home-hero-orb), transparent 42%),
        var(--home-final-surface);
}

.landing-final-line {
    font-size: clamp(1.55rem, 3vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    max-width: 20ch;
}

.landing-final-action {
    margin: 0;
    font-weight: 600;
}

.landing-pricing {
    display: grid;
    gap: 1.4rem;
    background:
        radial-gradient(circle at top right, var(--home-hero-orb), transparent 32%),
        linear-gradient(180deg, var(--home-panel-surface), var(--home-final-surface));
}

.landing-pricing-heading h2 {
    max-width: 18ch;
}

.landing-pricing-table-wrap {
    overflow-x: auto;
}

.landing-pricing-table {
    width: 100%;
    min-width: 720px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--home-panel-edge);
    border-radius: 24px;
    overflow: hidden;
    background: var(--home-feature-surface);
}

.landing-pricing-table th,
.landing-pricing-table td {
    padding: 1.15rem 1rem;
    border-bottom: 1px solid var(--home-panel-edge);
    text-align: left;
    vertical-align: middle;
}

.landing-pricing-table thead th {
    background: var(--home-panel-surface);
    font-size: 0.95rem;
}

.landing-pricing-table tbody th {
    width: 28%;
    color: var(--text-primary);
    font-size: 0.96rem;
}

.landing-pricing-table tbody td {
    color: var(--text-muted);
    font-weight: 600;
}

.landing-pricing-table tr:last-child th,
.landing-pricing-table tr:last-child td {
    border-bottom: none;
}

.landing-pricing-tier,
.landing-pricing-note {
    display: block;
}

.landing-pricing-tier {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
}

.landing-pricing-note {
    margin-top: 0.2rem;
    color: var(--text-muted);
    font-size: 0.84rem;
    font-weight: 500;
}

.landing-pricing-table .is-featured {
    background: linear-gradient(180deg, var(--accent-wash-subtle), var(--glass-clear));
}

.landing-pricing-cards {
    display: none;
    gap: 1rem;
}

.landing-price-card {
    padding: 1.3rem 1.35rem;
    border-radius: 22px;
    border: 1px solid var(--home-panel-edge);
    background: var(--home-feature-surface);
}

.landing-price-card--featured {
    border-color: var(--home-hero-edge);
    box-shadow: 0 18px 36px var(--accent-shadow);
    background: linear-gradient(180deg, var(--accent-wash-subtle), var(--home-feature-surface));
}

.landing-price-card__eyebrow {
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--copy-peak);
}

.landing-price-card h3 {
    margin: 0 0 0.8rem;
    font-size: 1.2rem;
}

.landing-price-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
    color: var(--text-muted);
}

.landing-price-card li {
    padding-top: 0.7rem;
    border-top: 1px solid var(--home-panel-edge);
    font-weight: 600;
}

.landing-pricing-action {
    width: auto;
    justify-content: center;
}

.landing-pricing-table .landing-pricing-action {
    min-width: 96px;
}

.landing-price-card .landing-pricing-action {
    margin-top: 1rem;
    align-self: flex-start;
}

@media (max-width: 1024px) {
    .landing-hero {
        grid-template-columns: 1fr;
    }

    .landing-title {
        max-width: 14ch;
    }

    .landing-band-grid,
    .landing-steps,
    .landing-gift-points,
    .landing-collaboration-grid,
    .landing-section-hero {
        grid-template-columns: 1fr;
    }

    .landing-section-graphic,
    .landing-section-graphic--wide {
        max-width: 420px;
    }
}

@media (max-width: 900px) {
    .landing-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .landing-pricing-table-wrap {
        display: none;
    }

    .landing-pricing-cards {
        display: grid;
    }
}

@media (max-width: 640px) {
    .landing-gift {
        padding-top: 5.35rem;
    }

    .landing-gift-ribbon {
        width: min(46vw, 170px);
        top: -0.7rem;
        right: -0.9rem;
    }
}

@media (max-width: 680px) {
    .landing-showcase {
        min-height: 480px;
    }

    .landing-showcase-graphic {
        width: min(100%, 300px);
    }
}

@media (max-width: 520px) {
    .landing-nav {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-nav-actions {
        justify-content: flex-start;
    }

    .landing {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .landing-hero,
    .landing-video,
    .landing-band,
    .landing-printing,
    .landing-process,
    .landing-collaboration,
    .landing-photos,
    .landing-pricing,
    .landing-features,
    .landing-final {
        border-radius: 24px;
    }

    .landing-title {
        font-size: clamp(2.3rem, 12vw, 3.4rem);
    }

    .landing-highlights li {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
