/* Link Lab Premium Public 0.6.0 */
.premium-public-page {
    --pp-bg: #f5f5f7;
    --pp-white: #fff;
    --pp-black: #000;
    --pp-ink: #1d1d1f;
    --pp-muted: #6e6e73;
    --pp-line: rgba(0, 0, 0, .10);
    --pp-green: #00a95c;
    --pp-green-dark: #007a42;
    --pp-green-light: #dff7e9;
    background: var(--pp-bg);
    color: var(--pp-ink);
    font-family:
        -apple-system, BlinkMacSystemFont, "SF Pro Display",
        "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.premium-public-page main {
    overflow: hidden;
}

.premium-public-page a {
    text-underline-offset: 3px;
}

.premium-header {
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 48px;
    border-bottom: 0;
    background: rgba(250, 250, 252, .82);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.premium-header .nav-shell {
    width: min(1024px, calc(100% - 40px));
    min-height: 48px;
}

.premium-brand {
    gap: 10px;
}

.premium-brand img {
    width: auto;
    height: 28px;
    display: block;
}

.premium-brand-name {
    padding-left: 10px;
    border-left: 1px solid rgba(0,0,0,.16);
    color: #303033;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.01em;
}

.premium-nav {
    gap: 31px;
}

.premium-nav a {
    color: rgba(0,0,0,.78);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.premium-nav a:hover {
    color: #000;
}

.premium-nav .premium-nav-cta {
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--pp-green-dark);
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.premium-announcement {
    min-height: 44px;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #fff;
    color: #424245;
    font-size: 12px;
    text-align: center;
}

.premium-announcement a {
    color: #067844;
    text-decoration: none;
}

.premium-kicker,
.premium-product-name {
    margin: 0;
    color: var(--pp-green-dark);
    font-size: 20px;
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.premium-link-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 21px;
}

.premium-link-row a {
    color: #067844;
    font-size: 17px;
    font-weight: 450;
    text-decoration: none;
}

.premium-link-row a:hover {
    text-decoration: underline;
}

.premium-hero {
    min-height: 780px;
    padding: 70px 20px 0;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 85%, rgba(0,169,92,.18), transparent 35%),
        linear-gradient(180deg, #fff 0%, #f5f5f7 78%);
    text-align: center;
}

.premium-hero-copy {
    position: relative;
    z-index: 10;
    max-width: 1050px;
    margin: 0 auto;
}

.premium-hero h1 {
    margin: 8px 0 0;
    color: #101012;
    font-size: clamp(58px, 7.7vw, 100px);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.067em;
}

.premium-hero .premium-subhead {
    max-width: 760px;
    margin: 20px auto 0;
    color: #54545a;
    font-size: clamp(21px, 2vw, 28px);
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: -.028em;
}

.premium-hero-art {
    width: min(980px, 94vw);
    height: 380px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    perspective: 1200px;
}

.premium-orbit {
    position: absolute;
    left: 50%;
    top: 52%;
    border: 1px solid rgba(0,122,66,.16);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.premium-orbit-one { width: 680px; height: 240px; }
.premium-orbit-two { width: 520px; height: 184px; }
.premium-orbit-three { width: 360px; height: 128px; }

.premium-hero-screen {
    position: absolute;
    width: 255px;
    height: 310px;
    overflow: hidden;
    border: 7px solid #121214;
    border-radius: 30px;
    background: #111;
    box-shadow: 0 35px 70px rgba(0,0,0,.21);
}

.premium-hero-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-screen-one {
    left: 7%;
    top: 68px;
    transform: rotateY(17deg) rotateZ(-5deg);
}

.premium-screen-two {
    right: 7%;
    top: 68px;
    transform: rotateY(-17deg) rotateZ(5deg);
}

.premium-screen-three {
    left: 50%;
    top: 105px;
    width: 225px;
    height: 280px;
    transform: translateX(-50%) translateZ(-80px);
    opacity: .72;
}

.premium-core {
    width: 190px;
    height: 190px;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 60px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 35% 30%, #42e295, #008f4d 72%);
    box-shadow:
        0 0 0 22px rgba(0,169,92,.08),
        0 30px 60px rgba(0,122,66,.28);
}

.premium-core-ring {
    position: absolute;
    inset: -15px;
    border: 1px solid rgba(0,122,66,.32);
    border-radius: 50%;
}

.premium-core img {
    width: 112px;
    filter: drop-shadow(0 18px 18px rgba(0,0,0,.14));
}

.premium-product {
    min-height: 760px;
    margin-top: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 67px 20px 0;
    text-align: center;
}

.premium-product-copy {
    position: relative;
    z-index: 5;
    max-width: 940px;
    margin: 0 auto;
}

.premium-product h2,
.premium-tile h2,
.premium-method h2,
.premium-ecosystem h2,
.premium-final h2,
.premium-catalogue-hero h1,
.premium-catalogue-product h2 {
    margin: 6px 0 0;
    color: inherit;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.06em;
}

.premium-product-copy > p:not(.premium-product-name),
.premium-tile-copy > p:not(.premium-product-name) {
    max-width: 720px;
    margin: 17px auto 0;
    color: inherit;
    opacity: .72;
    font-size: 22px;
    line-height: 1.28;
    letter-spacing: -.025em;
}

.premium-product-green {
    background:
        radial-gradient(circle at 50% 100%, rgba(255,255,255,.36), transparent 42%),
        linear-gradient(180deg, #e6fff1 0%, #59d998 100%);
    color: #0d2419;
}

.premium-product-dark {
    min-height: 790px;
    background:
        radial-gradient(circle at 50% 100%, rgba(0,169,92,.27), transparent 35%),
        #000;
    color: #f5f5f7;
}

.premium-product-dark .premium-product-name,
.premium-product-dark .premium-link-row a {
    color: #5ee2a0;
}

.premium-product-visual {
    margin-top: 42px;
    display: block;
    text-decoration: none;
}

.premium-product-visual-wide {
    width: min(1050px, 88vw);
    height: 430px;
    overflow: hidden;
    border-radius: 36px 36px 0 0;
    box-shadow: 0 -8px 70px rgba(0,71,38,.17);
}

.premium-product-visual-wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
}

.premium-radio-visual {
    width: min(940px, 88vw);
    height: 465px;
    position: relative;
    overflow: hidden;
    border-radius: 42px 42px 0 0;
    box-shadow: 0 -10px 80px rgba(0,169,92,.18);
}

.premium-radio-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.86) contrast(1.05);
}

.premium-radio-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.45));
}

.premium-radio-wave {
    width: 9px;
    position: absolute;
    z-index: 3;
    bottom: 40px;
    border-radius: 999px;
    background: #50e69d;
    box-shadow: 0 0 26px rgba(80,230,157,.7);
}

.wave-one { height: 96px; left: calc(50% - 33px); }
.wave-two { height: 145px; left: 50%; }
.wave-three { height: 72px; left: calc(50% + 33px); }

.premium-tile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-top: 12px;
    background: var(--pp-bg);
}

.premium-tile {
    min-height: 720px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 24px 0;
    text-align: center;
}

.premium-tile-light {
    background: #fff;
}

.premium-tile-ai {
    background:
        radial-gradient(circle at 50% 80%, rgba(0,169,92,.27), transparent 38%),
        linear-gradient(180deg, #111 0%, #020604 100%);
    color: #f5f5f7;
}

.premium-tile-ai .premium-product-name,
.premium-tile-ai .premium-link-row a {
    color: #54df99;
}

.premium-tile h2 {
    font-size: clamp(42px, 4.7vw, 66px);
}

.premium-tile-copy > p:not(.premium-product-name) {
    font-size: 19px;
}

.premium-tile-image {
    width: min(570px, 93%);
    height: 400px;
    margin-top: auto;
    overflow: hidden;
    border-radius: 34px 34px 0 0;
    display: block;
    box-shadow: 0 -8px 55px rgba(0,0,0,.13);
}

.premium-tile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-method {
    padding: 125px max(24px, calc((100vw - 1120px) / 2));
    background: #fff;
}

.premium-method-heading {
    max-width: 900px;
}

.premium-method-steps {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--pp-line);
}

.premium-method-steps article {
    min-height: 255px;
    padding: 32px 35px;
    border-right: 1px solid var(--pp-line);
}

.premium-method-steps article:last-child {
    border-right: 0;
}

.premium-method-steps span {
    color: var(--pp-green-dark);
    font-size: 12px;
    font-weight: 700;
}

.premium-method-steps h3 {
    margin: 48px 0 10px;
    font-size: 29px;
    line-height: 1;
    letter-spacing: -.04em;
}

.premium-method-steps p {
    max-width: 290px;
    margin: 0;
    color: var(--pp-muted);
    font-size: 15px;
    line-height: 1.55;
}

.premium-ecosystem {
    min-height: 760px;
    padding: 92px 24px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 100%, rgba(0,169,92,.32), transparent 36%),
        #000;
    color: #f5f5f7;
    text-align: center;
}

.premium-ecosystem-copy {
    max-width: 900px;
    margin: 0 auto;
}

.premium-ecosystem .premium-kicker,
.premium-ecosystem .premium-link-row a {
    color: #5ce1a0;
}

.premium-ecosystem-copy > p:not(.premium-kicker) {
    max-width: 720px;
    margin: 20px auto 0;
    color: rgba(255,255,255,.66);
    font-size: 21px;
    line-height: 1.4;
}

.premium-ecosystem-art {
    height: 410px;
    margin: 55px auto 0;
    position: relative;
    max-width: 1000px;
    perspective: 1000px;
}

.premium-device {
    position: absolute;
    bottom: -50px;
    width: 300px;
    height: 380px;
    overflow: hidden;
    padding: 28px;
    border: 5px solid #242426;
    border-radius: 40px;
    background: linear-gradient(160deg, #242426, #0e0e10);
    box-shadow: 0 30px 75px rgba(0,0,0,.55);
    text-align: left;
}

.premium-device span {
    color: #62e3a5;
    font-size: 13px;
    font-weight: 650;
}

.premium-device strong {
    display: block;
    margin-top: 95px;
    color: #fff;
    font-size: 33px;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.premium-device-left {
    left: 4%;
    transform: rotateY(13deg) rotateZ(-4deg);
}

.premium-device-right {
    right: 4%;
    transform: rotateY(-13deg) rotateZ(4deg);
}

.premium-device-center {
    z-index: 4;
    left: 50%;
    width: 320px;
    height: 410px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(160deg, #1aa966, #006c3b);
}

.premium-device-center img {
    width: 130px;
    margin-top: 25px;
}

.premium-device-center strong {
    margin-top: 36px;
}

.premium-newsroom {
    padding: 115px max(24px, calc((100vw - 1120px) / 2));
    background: #f5f5f7;
}

.premium-newsroom-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 34px;
}

.premium-newsroom-head h2 {
    margin: 0;
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -.055em;
}

.premium-newsroom-head a {
    color: #067844;
    font-size: 16px;
    text-decoration: none;
}

.premium-newsroom-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.premium-story {
    min-height: 430px;
    padding: 33px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: transform .25s ease;
}

.premium-story:hover {
    transform: scale(1.012);
}

.premium-story span {
    font-size: 12px;
    font-weight: 650;
}

.premium-story h3 {
    margin: auto 0 13px;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.premium-story p {
    margin: 0;
    opacity: .68;
    font-size: 14px;
    line-height: 1.5;
}

.premium-story-green {
    background: linear-gradient(160deg, #b6f5d4, #45d08c);
    color: #0d2b1d;
}

.premium-story-dark {
    background:
        radial-gradient(circle at 80% 10%, rgba(0,169,92,.35), transparent 35%),
        #0a0a0b;
    color: #fff;
}

.premium-story-light {
    background: #fff;
}

.premium-final {
    padding: 125px 24px;
    background: #fff;
    text-align: center;
}

.premium-final h2 {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

/* Catalogue */
.premium-catalogue-hero {
    padding: 105px 24px 90px;
    background: #fff;
    text-align: center;
}

.premium-catalogue-hero h1 {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.premium-catalogue-hero > p:last-child {
    max-width: 720px;
    margin: 25px auto 0;
    color: var(--pp-muted);
    font-size: 21px;
    line-height: 1.4;
}

.premium-catalogue-list {
    display: grid;
    gap: 12px;
}

.premium-catalogue-product {
    min-height: 720px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    align-items: center;
    padding: 70px max(30px, calc((100vw - 1160px) / 2));
}

.premium-catalogue-product.is-light {
    background: #fff;
    color: #1d1d1f;
}

.premium-catalogue-product.is-dark {
    background:
        radial-gradient(circle at 80% 75%, rgba(0,169,92,.28), transparent 36%),
        #000;
    color: #f5f5f7;
}

.premium-catalogue-product.is-dark .premium-product-name,
.premium-catalogue-product.is-dark .premium-link-row a {
    color: #5ce1a0;
}

.premium-catalogue-copy {
    position: relative;
    z-index: 3;
    padding-right: 55px;
}

.premium-catalogue-copy > p:not(.premium-product-name) {
    max-width: 550px;
    margin: 22px 0 0;
    color: inherit;
    opacity: .67;
    font-size: 18px;
    line-height: 1.55;
}

.premium-catalogue-copy .premium-link-row {
    justify-content: flex-start;
}

.premium-catalogue-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.premium-catalogue-meta span {
    padding: 7px 11px;
    border: 1px solid currentColor;
    border-radius: 999px;
    opacity: .6;
    font-size: 11px;
    font-weight: 600;
}

.premium-catalogue-image {
    height: 510px;
    overflow: hidden;
    display: block;
    border-radius: 36px;
    box-shadow: 0 35px 80px rgba(0,0,0,.18);
}

.premium-catalogue-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Existing course detail, refined */
.premium-public-page .public-course-hero {
    background: #fff;
}

.premium-public-page .public-course-hero h1 {
    font-weight: 700;
}

.premium-public-page .public-course-main-cover,
.premium-public-page .public-course-side-card,
.premium-public-page .public-requirements-card {
    border-color: var(--pp-line);
    box-shadow: 0 25px 70px rgba(0,0,0,.09);
}

.premium-public-page .public-button.primary {
    background: var(--pp-green-dark);
}

.premium-footer {
    padding: 0 max(24px, calc((100vw - 1024px) / 2));
    background: #f5f5f7;
    color: #6e6e73;
    font-size: 11px;
}

.premium-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(120px, .55fr));
    gap: 45px;
    padding: 48px 0 35px;
    border-top: 1px solid rgba(0,0,0,.10);
}

.premium-footer-intro img {
    width: 160px;
}

.premium-footer-intro p {
    max-width: 360px;
    margin: 16px 0 0;
    line-height: 1.55;
}

.premium-footer-column {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.premium-footer-column strong {
    margin-bottom: 4px;
    color: #1d1d1f;
    font-size: 11px;
}

.premium-footer-column a {
    color: #6e6e73;
    text-decoration: none;
}

.premium-footer-column a:hover {
    text-decoration: underline;
}

.premium-footer-bottom {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0,0,0,.10);
}

@media (max-width: 980px) {
    .premium-nav {
        gap: 20px;
    }

    .premium-tile-grid {
        grid-template-columns: 1fr;
    }

    .premium-method-steps {
        grid-template-columns: 1fr;
    }

    .premium-method-steps article {
        min-height: 190px;
        border-right: 0;
        border-bottom: 1px solid var(--pp-line);
    }

    .premium-method-steps article:last-child {
        border-bottom: 0;
    }

    .premium-method-steps h3 {
        margin-top: 28px;
    }

    .premium-newsroom-track {
        grid-template-columns: 1fr;
    }

    .premium-story {
        min-height: 330px;
    }

    .premium-catalogue-product {
        grid-template-columns: 1fr;
        gap: 45px;
        text-align: center;
    }

    .premium-catalogue-copy {
        padding-right: 0;
    }

    .premium-catalogue-copy > p:not(.premium-product-name) {
        margin-left: auto;
        margin-right: auto;
    }

    .premium-catalogue-copy .premium-link-row,
    .premium-catalogue-meta {
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .premium-header .nav-shell {
        width: calc(100% - 28px);
    }

    .premium-brand img {
        height: 25px;
    }

    .premium-brand-name {
        font-size: 13px;
    }

    .premium-nav-toggle {
        width: 36px;
        height: 36px;
        display: block;
        padding: 8px;
        border: 0;
        background: transparent;
    }

    .premium-nav-toggle span {
        display: block;
        height: 1px;
        margin: 5px 0;
        background: #1d1d1f;
    }

    .premium-header .premium-nav {
        top: 48px;
        left: 0;
        right: 0;
        padding: 25px 28px 32px;
        border: 0;
        border-radius: 0;
        background: rgba(250,250,252,.98);
        box-shadow: 0 18px 35px rgba(0,0,0,.08);
    }

    .premium-header .premium-nav a {
        font-size: 22px;
        font-weight: 650;
    }

    .premium-header .premium-nav .premium-nav-cta {
        width: fit-content;
        min-height: 38px;
        padding: 0 18px;
        font-size: 14px;
    }

    .premium-announcement {
        font-size: 11px;
    }

    .premium-hero {
        min-height: 690px;
        padding-top: 55px;
    }

    .premium-hero h1 {
        font-size: clamp(48px, 13vw, 70px);
    }

    .premium-hero .premium-subhead {
        font-size: 20px;
    }

    .premium-hero-art {
        height: 330px;
    }

    .premium-hero-screen {
        width: 175px;
        height: 230px;
        border-width: 5px;
        border-radius: 22px;
    }

    .premium-screen-one { left: 0; }
    .premium-screen-two { right: 0; }

    .premium-screen-three {
        width: 150px;
        height: 205px;
    }

    .premium-core {
        width: 145px;
        height: 145px;
    }

    .premium-core img {
        width: 83px;
    }

    .premium-product {
        min-height: 680px;
        padding-top: 55px;
    }

    .premium-product h2,
    .premium-tile h2,
    .premium-method h2,
    .premium-ecosystem h2,
    .premium-final h2,
    .premium-catalogue-hero h1,
    .premium-catalogue-product h2 {
        font-size: clamp(40px, 11vw, 59px);
    }

    .premium-product-copy > p:not(.premium-product-name),
    .premium-tile-copy > p:not(.premium-product-name) {
        font-size: 18px;
    }

    .premium-product-visual-wide,
    .premium-radio-visual {
        width: 96vw;
        height: 390px;
        border-radius: 28px 28px 0 0;
    }

    .premium-tile {
        min-height: 650px;
    }

    .premium-tile-image {
        height: 350px;
    }

    .premium-method {
        padding: 90px 22px;
    }

    .premium-ecosystem {
        min-height: 710px;
        padding-top: 75px;
    }

    .premium-ecosystem-art {
        height: 370px;
        transform: scale(.86);
        transform-origin: center top;
    }

    .premium-device-left {
        left: -22%;
    }

    .premium-device-right {
        right: -22%;
    }

    .premium-newsroom {
        padding: 90px 18px;
    }

    .premium-newsroom-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .premium-newsroom-track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 12px;
    }

    .premium-story {
        min-width: min(84vw, 370px);
        scroll-snap-align: start;
    }

    .premium-catalogue-hero {
        padding: 80px 22px 65px;
    }

    .premium-catalogue-product {
        min-height: 0;
        padding: 65px 20px;
    }

    .premium-catalogue-image {
        height: 380px;
        border-radius: 28px;
    }

    .premium-footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .premium-footer-intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .premium-announcement {
        display: block;
        line-height: 1.45;
    }

    .premium-announcement a {
        display: block;
    }

    .premium-link-row {
        gap: 15px;
    }

    .premium-link-row a {
        font-size: 15px;
    }

    .premium-hero {
        min-height: 650px;
    }

    .premium-hero-art {
        width: 110vw;
        bottom: -20px;
    }

    .premium-screen-one {
        left: 1%;
    }

    .premium-screen-two {
        right: 1%;
    }

    .premium-product-visual-wide,
    .premium-radio-visual {
        height: 330px;
    }

    .premium-tile-image {
        width: 100%;
        height: 320px;
    }

    .premium-device {
        width: 250px;
        height: 340px;
    }

    .premium-device-center {
        width: 280px;
    }

    .premium-device-left {
        left: -39%;
    }

    .premium-device-right {
        right: -39%;
    }

    .premium-footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .premium-footer-intro {
        grid-column: auto;
    }

    .premium-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding: 14px 0;
    }
}


/* ================================================================
   LINK LAB 0.7.0 — CINEMATIC MOTION LAYER
   CSS and JavaScript only. No generated imagery.
   ================================================================ */

.premium-public-page {
    --motion-ease: cubic-bezier(.22, 1, .36, 1);
}

.premium-header {
    transition:
        background-color .35s ease,
        box-shadow .35s ease,
        transform .35s var(--motion-ease);
}

.is-scrolled .premium-header {
    background: rgba(250, 250, 252, .92);
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
}

.premium-link-row a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.premium-link-row a span,
.premium-newsroom-head a span {
    display: inline-block;
    transition: transform .24s var(--motion-ease);
}

.premium-link-row a:hover span,
.premium-newsroom-head a:hover span {
    transform: translateX(4px);
}

/* Hero */
.premium-hero-cinematic {
    min-height: 900px;
    padding-top: 62px;
    isolation: isolate;
    background:
        radial-gradient(
            ellipse 58% 34% at 50% 92%,
            rgba(0, 169, 92, .19),
            transparent 72%
        ),
        linear-gradient(180deg, #fff 0%, #f7f7f9 82%, #effdf5 100%);
}

.premium-hero-cinematic::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .33;
    background-image:
        linear-gradient(rgba(0,0,0,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,.025) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, transparent, #000 54%, transparent);
}

.premium-hero-cinematic .premium-hero-copy {
    transform: translate3d(0, var(--hero-copy-y, 0), 0);
    opacity: var(--hero-copy-opacity, 1);
    transition: opacity .12s linear;
    will-change: transform, opacity;
}

.premium-hero-cinematic h1 {
    overflow: visible;
}

.premium-hero-line {
    display: block;
    overflow: hidden;
    padding: 0 .05em .07em;
    margin: 0 -.05em -.07em;
}

.premium-hero-line > span {
    display: block;
}

.motion-ready .premium-hero-line > span {
    transform: translateY(112%);
    filter: blur(9px);
    transition:
        transform 1.05s var(--motion-ease),
        filter 1.05s var(--motion-ease);
}

.motion-ready .premium-hero-line:nth-child(2) > span {
    transition-delay: 100ms;
}

.motion-ready .premium-hero-kicker,
.motion-ready .premium-hero-cinematic [data-hero-fade],
.motion-ready .premium-scroll-cue {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity .8s ease,
        transform .9s var(--motion-ease);
}

.motion-ready .premium-hero-cinematic [data-hero-fade] {
    transition-delay: 260ms;
}

.motion-ready .premium-scroll-cue {
    transition-delay: 760ms;
}

.is-page-ready .premium-hero-line > span {
    transform: translateY(0);
    filter: blur(0);
}

.is-page-ready .premium-hero-kicker,
.is-page-ready .premium-hero-cinematic [data-hero-fade],
.is-page-ready .premium-scroll-cue {
    opacity: 1;
    transform: translateY(0);
}

.premium-hero-stage {
    width: min(1180px, 96vw);
    height: 445px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    z-index: 2;
    transform:
        translate3d(-50%, var(--hero-stage-y, 0), 0)
        scale(var(--hero-stage-scale, 1));
    transform-origin: 50% 72%;
    opacity: var(--hero-stage-opacity, 1);
    perspective: 1400px;
    will-change: transform, opacity;
}

.motion-ready .premium-hero-stage {
    opacity: 0;
    transform: translate3d(-50%, 90px, 0) scale(.94);
    filter: blur(12px);
    transition:
        opacity 1.15s ease 330ms,
        transform 1.35s var(--motion-ease) 260ms,
        filter 1.1s ease 260ms;
}

.is-page-ready .premium-hero-stage {
    opacity: var(--hero-stage-opacity, 1);
    transform:
        translate3d(-50%, var(--hero-stage-y, 0), 0)
        scale(var(--hero-stage-scale, 1));
    filter: blur(0);
}

.premium-hero-ambient {
    position: absolute;
    border-radius: 50%;
    filter: blur(28px);
    pointer-events: none;
}

.ambient-one {
    width: 440px;
    height: 260px;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background: rgba(0, 188, 101, .20);
}

.ambient-two {
    width: 760px;
    height: 180px;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    background: rgba(109, 232, 170, .22);
}

.premium-hero-orbit {
    position: absolute;
    left: 50%;
    top: 55%;
    border: 1px solid rgba(0, 122, 66, .18);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotateX(67deg);
    box-shadow: 0 0 30px rgba(0,169,92,.035);
}

.orbit-one {
    width: 1040px;
    height: 390px;
    animation: premium-orbit-spin 26s linear infinite;
}

.orbit-two {
    width: 790px;
    height: 295px;
    animation: premium-orbit-spin-reverse 21s linear infinite;
}

.orbit-three {
    width: 520px;
    height: 195px;
    animation: premium-orbit-spin 17s linear infinite;
}

.premium-hero-orbit::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -4px;
    border-radius: 50%;
    background: #00a95c;
    box-shadow: 0 0 18px rgba(0,169,92,.7);
}

@keyframes premium-orbit-spin {
    to {
        transform: translate(-50%, -50%) rotateX(67deg) rotateZ(360deg);
    }
}

@keyframes premium-orbit-spin-reverse {
    to {
        transform: translate(-50%, -50%) rotateX(67deg) rotateZ(-360deg);
    }
}

.premium-hero-device {
    --pointer-x: 0px;
    --pointer-y: 0px;
    --pointer-rx: 0deg;
    --pointer-ry: 0deg;
    --scroll-x: 0px;
    --scroll-y: 0px;
    --base-rz: 0deg;
    width: 280px;
    height: 338px;
    position: absolute;
    z-index: 4;
    transform:
        translate3d(
            calc(var(--pointer-x) + var(--scroll-x)),
            calc(var(--pointer-y) + var(--scroll-y)),
            0
        )
        rotateX(var(--pointer-rx))
        rotateY(var(--pointer-ry))
        rotateZ(var(--base-rz));
    transform-style: preserve-3d;
    transition: transform .18s ease-out;
    will-change: transform;
}

.premium-hero-device-small {
    width: 208px;
    height: 252px;
    z-index: 2;
}

.hero-device-journalism {
    left: 7%;
    top: 78px;
    --base-rz: -5.5deg;
}

.hero-device-radio {
    right: 7%;
    top: 78px;
    --base-rz: 5.5deg;
}

.hero-device-media {
    left: 25%;
    top: 175px;
    --base-rz: -2.5deg;
}

.hero-device-ai {
    right: 25%;
    top: 175px;
    --base-rz: 2.5deg;
}

.premium-device-shell {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 7px solid #141416;
    border-radius: 33px;
    background: #111;
    box-shadow:
        0 42px 80px rgba(0,0,0,.23),
        0 8px 20px rgba(0,0,0,.10);
    animation: premium-device-breathe 6.5s ease-in-out infinite;
}

.hero-device-radio .premium-device-shell {
    animation-delay: -1.4s;
}

.hero-device-media .premium-device-shell {
    animation-delay: -2.7s;
}

.hero-device-ai .premium-device-shell {
    animation-delay: -4.1s;
}

@keyframes premium-device-breathe {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

.premium-device-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            128deg,
            rgba(255,255,255,.28),
            transparent 20%,
            transparent 72%,
            rgba(255,255,255,.08)
        );
    pointer-events: none;
}

.premium-device-shell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-device-caption {
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 13px;
    z-index: 4;
    padding: 12px 13px;
    border: 1px solid rgba(255,255,255,.23);
    border-radius: 14px;
    background: rgba(12, 16, 14, .64);
    color: #fff;
    text-align: left;
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.premium-device-caption small,
.premium-device-caption strong {
    display: block;
}

.premium-device-caption small {
    margin-bottom: 3px;
    color: #73e4aa;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.premium-device-caption strong {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -.015em;
}

.premium-hero-device-small .premium-device-caption {
    padding: 9px 10px;
}

.premium-hero-device-small .premium-device-caption strong {
    font-size: 10px;
}

.premium-hero-core {
    --core-pointer-x: 0px;
    --core-pointer-y: 0px;
    width: 226px;
    height: 226px;
    position: absolute;
    z-index: 8;
    left: 50%;
    top: 77px;
    display: grid;
    place-items: center;
    transform:
        translate3d(
            calc(-50% + var(--core-pointer-x)),
            var(--core-pointer-y),
            80px
        );
    transition: transform .2s ease-out;
    will-change: transform;
}

.premium-core-sphere {
    width: 190px;
    height: 190px;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.46);
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 24%, #62f0ac 0%, #08b96a 35%, #00753f 100%);
    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.42),
        inset 0 -24px 45px rgba(0,58,31,.28),
        0 0 0 23px rgba(0,169,92,.075),
        0 35px 70px rgba(0,110,59,.30);
    animation: premium-core-float 5.2s ease-in-out infinite;
}

@keyframes premium-core-float {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-7px) scale(1.015); }
}

.premium-core-sphere img {
    width: 99px;
    position: relative;
    z-index: 3;
    margin-top: -14px;
    filter: drop-shadow(0 15px 17px rgba(0,0,0,.18));
}

.premium-core-shine {
    width: 100px;
    height: 54px;
    position: absolute;
    top: 17px;
    left: 29px;
    border-radius: 50%;
    transform: rotate(-25deg);
    background: rgba(255,255,255,.26);
    filter: blur(5px);
}

.premium-core-wordmark {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    color: rgba(255,255,255,.94);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.premium-core-halo {
    position: absolute;
    border: 1px solid rgba(0,145,78,.28);
    border-radius: 50%;
    animation: premium-halo-pulse 4.5s ease-out infinite;
}

.halo-one { inset: 0; }
.halo-two { inset: -24px; animation-delay: -1.5s; }
.halo-three { inset: -48px; animation-delay: -3s; }

@keyframes premium-halo-pulse {
    0% { opacity: .65; transform: scale(.84); }
    70%, 100% { opacity: 0; transform: scale(1.12); }
}

.premium-hero-floor {
    width: 710px;
    height: 75px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(0,122,66,.18);
    filter: blur(28px);
}

.premium-scroll-cue {
    position: absolute;
    z-index: 12;
    left: 50%;
    bottom: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    transform: translateX(-50%);
    color: rgba(29,29,31,.55);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.premium-scroll-cue i {
    width: 1px;
    height: 27px;
    overflow: hidden;
    position: relative;
    display: block;
    background: rgba(0,0,0,.13);
}

.premium-scroll-cue i::after {
    content: "";
    width: 1px;
    height: 11px;
    position: absolute;
    left: 0;
    top: -11px;
    background: #008b4b;
    animation: premium-scroll-line 1.7s ease-in-out infinite;
}

@keyframes premium-scroll-line {
    0% { transform: translateY(0); }
    100% { transform: translateY(39px); }
}

/* Scroll composition */
[data-motion-copy] {
    transform: translate3d(0, var(--motion-copy-y, 0), 0);
    opacity: var(--motion-copy-opacity, 1);
    will-change: transform, opacity;
}

[data-motion-media] {
    transform:
        translate3d(0, var(--motion-media-y, 0), 0)
        rotateX(var(--tilt-x, 0deg))
        rotateY(var(--tilt-y, 0deg))
        translateY(var(--tilt-lift, 0px))
        scale(var(--motion-media-scale, 1));
    transform-origin: center;
    will-change: transform;
    transition:
        transform .16s ease-out,
        box-shadow .3s ease;
}

[data-tilt] {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --tilt-lift: 0px;
    --glare-x: 50%;
    --glare-y: 50%;
    transform-style: preserve-3d;
}

.premium-media-glass {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: .55;
    background:
        radial-gradient(
            circle at var(--glare-x, 50%) var(--glare-y, 50%),
            rgba(255,255,255,.30),
            transparent 30%
        );
    pointer-events: none;
    transition: opacity .25s ease;
}

[data-tilt]:hover .premium-media-glass {
    opacity: .82;
}

.premium-product,
.premium-tile,
.premium-ecosystem {
    perspective: 1300px;
}

.premium-product-visual,
.premium-tile-image {
    position: relative;
}

.premium-product-visual img,
.premium-tile-image img {
    transform: scale(1.035);
    transition: transform 1.1s var(--motion-ease);
}

.premium-product-visual:hover img,
.premium-tile-image:hover img {
    transform: scale(1.075);
}

.premium-radio-equalizer {
    height: 112px;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 30px;
    display: flex;
    align-items: end;
    gap: 8px;
    transform: translateX(-50%);
}

.premium-radio-equalizer i {
    width: 8px;
    min-height: 22px;
    border-radius: 999px;
    background: #58e5a0;
    box-shadow: 0 0 21px rgba(88,229,160,.65);
    animation: premium-equalizer 1.15s ease-in-out infinite alternate;
}

.premium-radio-equalizer i:nth-child(1) { height: 35%; animation-delay: -.7s; }
.premium-radio-equalizer i:nth-child(2) { height: 65%; animation-delay: -.2s; }
.premium-radio-equalizer i:nth-child(3) { height: 88%; animation-delay: -.9s; }
.premium-radio-equalizer i:nth-child(4) { height: 100%; animation-delay: -.4s; }
.premium-radio-equalizer i:nth-child(5) { height: 78%; animation-delay: -.8s; }
.premium-radio-equalizer i:nth-child(6) { height: 55%; animation-delay: -.1s; }
.premium-radio-equalizer i:nth-child(7) { height: 31%; animation-delay: -.6s; }

@keyframes premium-equalizer {
    from { transform: scaleY(.42); opacity: .62; }
    to { transform: scaleY(1); opacity: 1; }
}

/* Reveals */
.motion-reveal {
    opacity: 0;
    transform: translateY(34px) scale(.985);
    filter: blur(7px);
    transition:
        opacity .8s ease var(--reveal-delay, 0ms),
        transform .95s var(--motion-ease) var(--reveal-delay, 0ms),
        filter .8s ease var(--reveal-delay, 0ms);
}

.motion-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.premium-method-steps article {
    transition:
        background .35s ease,
        transform .45s var(--motion-ease);
}

.premium-method-steps article:hover {
    transform: translateY(-7px);
    background: #f7faf8;
}

.premium-story {
    transform:
        rotateX(var(--tilt-x, 0deg))
        rotateY(var(--tilt-y, 0deg))
        translateY(var(--tilt-lift, 0px));
    transition:
        transform .18s ease-out,
        box-shadow .35s ease;
}

.premium-story:hover {
    box-shadow: 0 28px 70px rgba(0,0,0,.14);
}

.premium-newsroom-track.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.premium-newsroom-track.is-dragging a {
    pointer-events: none;
}

/* Desktop refinements */
@media (min-width: 1100px) {
    .premium-product {
        min-height: 830px;
    }

    .premium-product-visual-wide {
        height: 495px;
    }

    .premium-radio-visual {
        height: 520px;
    }

    .premium-tile {
        min-height: 760px;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .premium-hero-cinematic {
        min-height: 840px;
    }

    .premium-hero-stage {
        width: 880px;
        left: 50%;
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .88));
    }

    .is-page-ready .premium-hero-stage {
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .88));
    }

    .hero-device-journalism { left: 7%; }
    .hero-device-radio { right: 7%; }
    .hero-device-media { left: 26%; }
    .hero-device-ai { right: 26%; }
}

/* Mobile scene: still cinematic, but never overlaps the mascot */
@media (max-width: 620px) {
    .premium-hero-cinematic {
        min-height: 790px;
        padding-top: 45px;
    }

    .premium-hero-cinematic h1 {
        font-size: clamp(45px, 13.5vw, 61px);
    }

    .premium-hero-cinematic .premium-subhead {
        max-width: 360px;
        font-size: 18px;
    }

    .premium-hero-stage {
        width: 560px;
        height: 375px;
        bottom: 4px;
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .74));
        transform-origin: 50% 72%;
    }

    .is-page-ready .premium-hero-stage {
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .74));
    }

    .premium-hero-device {
        width: 225px;
        height: 285px;
    }

    .premium-hero-device-small {
        width: 157px;
        height: 199px;
    }

    .hero-device-journalism {
        left: -2%;
        top: 73px;
    }

    .hero-device-radio {
        right: -2%;
        top: 73px;
    }

    .hero-device-media {
        left: 20%;
        top: 191px;
    }

    .hero-device-ai {
        right: 20%;
        top: 191px;
    }

    .premium-hero-core {
        width: 190px;
        height: 190px;
        top: 90px;
    }

    .premium-core-sphere {
        width: 155px;
        height: 155px;
    }

    .premium-core-sphere img {
        width: 78px;
    }

    .premium-core-wordmark {
        bottom: 18px;
        font-size: 10px;
    }

    .premium-device-caption {
        display: none;
    }

    .premium-scroll-cue {
        bottom: 10px;
    }

    .premium-product-visual,
    .premium-tile-image,
    .premium-story,
    [data-tilt] {
        transform:
            translate3d(0, var(--motion-media-y, 0), 0)
            scale(var(--motion-media-scale, 1));
    }
}

@media (max-width: 420px) {
    .premium-hero-cinematic {
        min-height: 755px;
    }

    .premium-hero-stage {
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .66));
    }

    .is-page-ready .premium-hero-stage {
        transform:
            translate3d(-50%, var(--hero-stage-y, 0), 0)
            scale(calc(var(--hero-stage-scale, 1) * .66));
    }
}

@media (prefers-reduced-motion: reduce) {
    .motion-ready .premium-hero-line > span,
    .motion-ready .premium-hero-kicker,
    .motion-ready .premium-hero-cinematic [data-hero-fade],
    .motion-ready .premium-scroll-cue,
    .motion-ready .premium-hero-stage,
    .motion-reveal {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }

    .premium-hero-orbit,
    .premium-device-shell,
    .premium-core-sphere,
    .premium-core-halo,
    .premium-scroll-cue i::after,
    .premium-radio-equalizer i {
        animation: none;
    }

    [data-motion-copy],
    [data-motion-media],
    [data-tilt],
    .premium-story {
        transform: none;
        opacity: 1;
    }
}
