:root {
    color-scheme: dark;
    --font: "Inter", Arial, sans-serif;
    --mono: "JetBrains Mono", monospace;
    --paper: #f0f5f6;
    --muted: #93a4aa;
    --cyan: #80edf0;
    --line: #1b2b30;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: #020507; color: var(--paper); font: 16px/1.6 var(--font); }
h1,h2,h3,p { margin: 0; }
h1,h2,h3 { text-wrap: balance; }
a { color: inherit; text-decoration: none; }
a,button,summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; border: 0; }
button:not(:disabled),summary { cursor: pointer; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
::selection { background: #80edf0; color: #020507; }
.wb-container { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: -80px; left: 20px; padding: 12px; z-index: 100; background: var(--cyan); color: #020507; }
.skip-link:focus { top: 12px; }
.wb-header { position: sticky; top: 0; z-index: 20; background: rgba(2,5,7,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.wb-nav { min-height: 84px; display: flex; align-items: center; gap: 32px; justify-content: space-between; }
.wb-brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.wb-brand img { width: 56px; height: 40px; object-fit: contain; }
.wb-brand-name { font-family: "Michroma", var(--font); font-size: 16px; line-height: 1; white-space: nowrap; }
.wb-brand-name > span { color: var(--cyan); }
.wb-nav-panel { display: flex; align-items: center; gap: 48px; }
.wb-links { display: flex; position: relative; padding: 5px; border: 1px solid var(--line); border-radius: 8px; gap: 2px; }
.wb-links a { position: relative; z-index: 1; padding: 9px 16px; font-size: 13px; font-weight: 500; color: var(--muted); transition: color .2s; }
.wb-links a:hover,.wb-links a.is-active { color: var(--paper); }
.wb-links a.is-active { background: #142125; border-radius: 5px; }
.wb-links.has-glass a.is-active { background: none; }
.nav-glass { position: absolute; top: 5px; bottom: 5px; left: 0; width: var(--glass-width,0); transform: translateX(var(--glass-x,0)); border: 1px solid #9fe4e42b; border-radius: 5px; background: #86dae51a; box-shadow: inset 0 1px 0 #c0eeef20; transition: transform .45s cubic-bezier(.22,.85,.24,1),width .45s; pointer-events: none; opacity: 0; }
.has-glass .nav-glass { opacity: 1; }
.wb-btn { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 46px; padding: 10px 20px; border: 1px solid transparent; border-radius: 6px; font-weight: 600; font-size: 14px; text-align: center; transition: background .2s,border-color .2s; }
.wb-btn--primary { background: #7fe9ec; color: #061215; }
.wb-btn--primary:hover { background: #b6f6f6; }
.wb-btn--outline { background: transparent; border-color: #30484e; }
.wb-btn--outline:hover { background: #132329; border-color: #72c6ce; }
.wb-burger { display: none; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line); border-radius: 6px; padding: 12px; }
.wb-burger span { display: block; height: 1px; background: var(--paper); margin: 5px 0; }
.site-footer { background: #010304; border-top: 1px solid var(--line); }
.footer-top,.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-top { padding-block: 48px; }
.footer-top p { color: var(--muted); font-size: 13px; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 26px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px 30px; font-size: 13px; }
.footer-bottom a:hover { color: var(--cyan); }
.footer-bottom small { color: #76898f; font-size: 11px; white-space: nowrap; }
.site-section { padding: 100px 0; border-bottom: 1px solid var(--line); }
.site-section h2,.site-cta h2 { font-family: "Fraunces", Georgia, serif; font-size: 52px; font-weight: 440; line-height: 1.12; }
.site-section h2 em,.site-cta h2 em { font-weight: inherit; color: var(--cyan); }
.section-heading { margin-bottom: 56px; }
.section-heading h2,.product-layout h2,.steps-layout h2 { margin-top: 24px; }
.section-number { font: 11px/1.6 var(--mono); color: #81a1a7; }
.section-copy { color: var(--muted); max-width: 480px; margin-top: 24px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; padding-block: 10px; border-bottom: 1px solid #3c656b; color: #d4f3f3; font-size: 14px; }
.text-link:hover { color: var(--cyan); border-color: var(--cyan); }
.choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px; }
.choice-grid article { border-top: 1px solid #355057; padding-top: 24px; }
.choice-grid h3 { font-size: 24px; font-weight: 500; margin-top: 40px; }
.choice-grid p { margin-top: 16px; color: var(--muted); max-width: 450px; line-height: 1.8; }
.product-band { background: #060c0e; }
.product-layout { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 64px; }
.product-globe { min-height: 340px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 40px; }
.product-globe .download-core-ring { width: 210px; height: 210px; }
.product-globe .download-core-ring::before { inset: 10px 62px; }
.product-globe .download-core-ring::after { inset: 62px 10px; }
.product-globe .download-globe-meridian { inset: 11px 50px; }
.product-globe .download-globe-latitude { inset: 38px 11px; }
.product-globe .download-core-ring img { width: 95px; }
.faq-layout,.steps-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { padding: 24px 36px 24px 0; position: relative; list-style: none; font-size: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 20px; font-size: 22px; font-weight: 300; color: var(--cyan); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0 30px 24px 0; color: var(--muted); line-height: 1.8; font-size: 14px; }
.faq-list p a { text-decoration: underline; text-underline-offset: 3px; color: var(--paper); }
.plan-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,280px),1fr)); gap: 24px; }
.plan { padding: 30px; border: 1px solid #283b40; border-radius: 8px; background: #060d10; display: flex; flex-direction: column; min-width: 0; }
.plan h2 { font: 500 27px/1.3 var(--font); margin: 32px 0 24px; overflow-wrap: anywhere; }
.plan-price { font-family: "Fraunces",Georgia,serif; font-size: 46px; line-height: 1.2; overflow-wrap: anywhere; }
.plan-price span { font: 22px var(--font); color: var(--cyan); }
.plan-period { font-size: 13px; color: var(--muted); margin-top: 8px; }
.plan dl { margin: 30px 0; }
.plan dl div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 14px; font-size: 13px; }
.plan dt { color: var(--muted); }
.plan dd { margin: 0; text-align: right; }
.plan .wb-btn { margin-top: auto; }
.price-note { font-size: 13px; color: var(--muted); margin-top: 24px; }
.plans-unavailable { padding-block: 20px; }
.plans-unavailable h2 { margin-top: 20px; }
.plans-unavailable p { max-width: 530px; color: var(--muted); margin-top: 22px; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: flex; gap: 28px; padding: 28px 0; border-top: 1px solid var(--line); }
.steps li > span { color: var(--cyan); font: 12px var(--mono); padding-top: 6px; }
.steps h3 { font-size: 20px; font-weight: 500; }
.steps p { color: var(--muted); margin-top: 10px; font-size: 14px; }
.site-cta { padding: 90px 0; background: #050b0e; }
.site-cta .wb-container { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.site-cta .download-discover { flex-shrink: 0; }
[data-reveal] { transition: opacity .65s ease,transform .65s ease; }
.js [data-reveal]:not(.is-visible) { opacity: 0; transform: translateY(16px); }
@media (max-width: 980px) {
    .wb-container { width: calc(100% - 64px); }
    .wb-nav-panel { gap: 20px; }
    .wb-brand-name { font-size: 13px; }
    .wb-links a { padding-inline: 12px; }
    .choice-grid,.faq-layout,.steps-layout,.product-layout { gap: 40px; }
}
@media (max-width: 760px) {
    .wb-container { width: calc(100% - 40px); }
    .wb-nav { min-height: 72px; }
    .wb-brand img { width: 48px; height: 36px; }
    .wb-brand-name { font-size: 13px; }
    .wb-burger { display: block; }
    .wb-nav-panel { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px; background: #050b0e; border-bottom: 1px solid var(--line); }
    .wb-nav-panel.open { display: grid; }
    .wb-links { justify-content: space-between; }
    .wb-links a { padding-inline: 10px; text-align: center; flex: 1; }
    .wb-nav-panel > .wb-btn { justify-self: stretch; }
    .site-section { padding: 64px 0; }
    .site-section h2,.site-cta h2 { font-size: 36px; }
    .section-heading { margin-bottom: 36px; }
    .choice-grid,.faq-layout,.steps-layout,.product-layout { grid-template-columns: 1fr; gap: 36px; }
    .choice-grid h3 { margin-top: 24px; font-size: 22px; }
    .product-globe { min-height: 300px; }
    .plan h2 { font-size: 26px; }
    .plan { padding: 26px; }
    .footer-top,.footer-bottom { flex-direction: column; align-items: flex-start; gap: 22px; }
    .footer-top { padding-block: 36px; }
    .footer-bottom nav { gap: 15px 22px; }
    .site-cta { padding: 64px 0; }
    .site-cta .wb-container { display: block; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,*::before,*::after { animation: none !important; transition: none !important; }
    .js [data-reveal] { opacity: 1; transform: none; }
}
/* Native application download experience */
.wb-download-page {
    background: #020507;
}

.wb-download-page #wb-breakwater {
    opacity: .26;
}

.download-site {
    position: relative;
    overflow: hidden;
    color: #f3f8fa;
    background: #020507;
}

.download-hero {
    position: relative;
    min-height: clamp(660px, 88svh, 900px);
    isolation: isolate;
    border-bottom: 1px solid rgba(125, 220, 228, .16);
    background: #03080c;
    overflow: hidden;
}

#download-tide,
.download-grid,
.download-wordmark {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#download-tide {
    z-index: -1;
    width: 100%;
    height: 100%;
}

.download-grid {
    z-index: -2;
    opacity: .38;
    background-image:
        linear-gradient(rgba(141, 212, 220, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(141, 212, 220, .07) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 84%, transparent);
}

.download-wordmark {
    z-index: -1;
    height: auto;
    color: transparent;
    font-family: "Michroma", sans-serif;
    font-size: 220px;
    line-height: .82;
    letter-spacing: 0;
    white-space: nowrap;
    -webkit-text-stroke: 1px rgba(181, 241, 244, .085);
    opacity: .82;
}

.download-wordmark--wave {
    top: 36px;
    left: -28px;
}

.download-wordmark--break {
    inset: auto -24px 12px auto;
}

.download-hero-inner {
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 32px 48px;
    padding-top: 72px;
    padding-bottom: 34px;
}

.download-intro {
    max-width: 760px;
    padding: 42px 0 54px;
}

.download-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #7cecf1;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.download-kicker span {
    width: 38px;
    height: 1px;
    background: #56e7ee;
    box-shadow: 16px 5px 0 -0.25px #805cff;
}

.download-intro h1 {
    max-width: 760px;
    margin-top: 24px;
    color: #f7fbfc;
    font-family: "Fraunces", Georgia, serif;
    font-size: 78px;
    font-weight: 440;
    line-height: .96;
    letter-spacing: 0;
}

.download-intro h1 em {
    color: #81edf0;
    font-style: italic;
    font-weight: 440;
}

.download-intro > p:not(.download-kicker) {
    max-width: 610px;
    margin-top: 28px;
    color: #a8b7bd;
    font-size: 18px;
    line-height: 1.65;
}

.download-discover {
    width: min(290px, 100%);
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 34px;
    padding: 0 5px 0 0;
    border-bottom: 1px solid rgba(124, 236, 241, .42);
    color: #effcfd;
    font-size: 14px;
    font-weight: 700;
}

.download-discover span:last-child {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(124, 236, 241, .28);
    border-radius: 50%;
    color: #7cecf1;
    transition: transform .25s ease, border-color .25s ease;
}

.download-discover:hover span:last-child {
    transform: translateY(4px);
    border-color: #7cecf1;
}

.download-signal {
    align-self: start;
    min-width: 210px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    margin-top: 58px;
    padding: 12px 0;
    border-top: 1px solid rgba(177, 231, 234, .18);
    border-bottom: 1px solid rgba(177, 231, 234, .18);
    color: #96a8ae;
    font-family: var(--mono);
    font-size: 11px;
    text-transform: uppercase;
}

.download-signal b {
    color: #56676d;
    font-weight: 500;
}

.download-signal-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #55f2bc;
    box-shadow: 0 0 14px rgba(85, 242, 188, .72);
    animation: download-signal 2.2s ease-in-out infinite;
}

.download-platform-switch {
    --platform-index: 0;
    position: relative;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 7px;
    border: 1px solid rgba(149, 218, 224, .2);
    border-radius: 8px;
    background: rgba(3, 10, 14, .72);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.download-platform-glass {
    position: absolute;
    z-index: 0;
    top: 7px;
    bottom: 7px;
    left: 7px;
    width: calc((100% - 14px) / 3);
    border: 1px solid rgba(177, 248, 248, .34);
    border-radius: 6px;
    background: rgba(113, 225, 230, .12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        0 8px 28px rgba(19, 190, 206, .12);
    transform: translateX(calc(var(--platform-index) * 100%));
    transition: transform .72s cubic-bezier(.22, .85, .24, 1), background .3s ease;
}

.download-platform-switch .download-platform-btn {
    position: relative;
    z-index: 1;
    min-width: 0;
    min-height: 82px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 14px 20px;
    border-left: 1px solid rgba(149, 218, 224, .12);
    background: transparent;
    text-align: left;
    opacity: 1;
}

.download-platform-switch .download-platform-btn:first-child {
    border-left: 0;
}

.download-platform-index,
.download-platform-switch em {
    color: #648087;
    font-family: var(--mono);
    font-size: 11px;
    font-style: normal;
}

.download-platform-switch b,
.download-platform-switch small {
    display: block;
}

.download-platform-switch b {
    color: #edf8fa;
    font-size: 16px;
    letter-spacing: 0;
}

.download-platform-switch small {
    margin-top: 2px;
    color: #71848a;
    font-size: 11px;
}

.download-platform-switch em {
    padding: 5px 8px;
    border: 1px solid rgba(124, 236, 241, .2);
    border-radius: 999px;
    color: #8deaf0;
    text-transform: uppercase;
}

.download-continuity {
    position: relative;
    padding: 140px 0 160px;
    background: #020507;
}

.download-continuity::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    width: 1px;
    background: rgba(108, 213, 221, .11);
}

.download-continuity-head {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 28px 80px;
    align-items: end;
}

.download-continuity-head .download-kicker {
    grid-column: 1 / -1;
}

.download-continuity h2,
.download-release h2 {
    color: #f2f7f8;
    font-family: "Fraunces", Georgia, serif;
    font-size: 58px;
    font-weight: 440;
    line-height: 1.02;
    letter-spacing: 0;
}

.download-continuity-head > p:last-child,
.download-release .wb-container > p:last-child {
    max-width: 470px;
    color: #8fa1a7;
    font-size: 17px;
    line-height: 1.7;
}

.download-device-scene {
    position: relative;
    min-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px 238px;
    align-items: center;
    margin-top: 90px;
}

.download-device {
    position: relative;
    border: 1px solid rgba(141, 225, 231, .24);
    background: #061015;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .46);
    overflow: hidden;
}

.download-device::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(138, 225, 231, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(138, 225, 231, .055) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
}

.download-device--desktop {
    height: 390px;
    border-radius: 8px;
}

.download-device-bar {
    height: 54px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(141, 225, 231, .16);
    color: #73888e;
    font-family: var(--mono);
    font-size: 10px;
}

.download-device-bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #55f2bc;
    box-shadow: 0 0 12px rgba(85, 242, 188, .6);
}

.download-device-bar b {
    color: #55f2bc;
    font-weight: 600;
}

.download-device-core {
    position: absolute;
    z-index: 1;
    inset: 54px 0 0;
    display: grid;
    place-content: center;
    justify-items: center;
    text-align: center;
}

.download-device-mode {
    color: #7f9298;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0;
}

.download-device-location {
    display: block;
    margin: 5px 0 18px;
    color: #eaf7f8;
    font-size: 19px;
    letter-spacing: 0;
}

.download-core-ring {
    position: relative;
    width: 132px;
    height: 132px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border: 1px solid rgba(55, 219, 232, .58);
    border-radius: 50%;
    background: rgba(3, 122, 151, .2);
    box-shadow:
        inset 0 0 34px rgba(35, 218, 230, .12),
        0 0 62px rgba(31, 211, 220, .18);
    animation: download-core 4.6s ease-in-out infinite;
}

.download-core-ring::before,
.download-core-ring::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(74, 220, 232, .36);
    border-radius: 50%;
}

.download-core-ring::before {
    inset: 6px 39px;
}

.download-core-ring::after {
    inset: 39px 6px;
}

.download-globe-meridian,
.download-globe-latitude {
    position: absolute;
    inset: 7px 31px;
    border: 1px solid rgba(71, 213, 229, .3);
    border-radius: 50%;
    animation: download-globe-meridian 7s ease-in-out infinite alternate;
}

.download-globe-latitude {
    inset: 24px 7px;
    animation: download-globe-latitude 5.2s ease-in-out infinite alternate;
}

.download-core-ring img {
    position: relative;
    z-index: 2;
    width: 60px;
    filter: drop-shadow(0 0 12px rgba(30, 221, 239, .48));
}

.download-device-core strong,
.download-device-core small {
    display: block;
}

.download-device-core strong {
    color: #eefafb;
    font-size: 18px;
}

.download-device-core small {
    margin-top: 5px;
    color: #71868c;
}

.download-flow {
    position: relative;
    height: 2px;
    background: rgba(110, 229, 235, .18);
}

.download-flow::before {
    content: "";
    position: absolute;
    inset: -28px 0;
    border-top: 1px solid rgba(126, 93, 255, .2);
    border-bottom: 1px solid rgba(91, 229, 235, .14);
    transform: skewY(-8deg);
}

.download-flow span {
    position: absolute;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #76edf0;
    box-shadow: 0 0 18px rgba(118, 237, 240, .8);
    animation: download-flow 3.6s linear infinite;
}

.download-flow span:nth-child(2) { animation-delay: -1.2s; }
.download-flow span:nth-child(3) { animation-delay: -2.4s; }

.download-device--phone {
    width: 218px;
    height: 456px;
    justify-self: end;
    border-radius: 28px;
}

.download-phone-island {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 50%;
    width: 68px;
    height: 18px;
    border-radius: 999px;
    background: #010305;
    transform: translateX(-50%);
}

.download-device--phone .download-device-core {
    inset: 0;
}

.download-device--phone .download-core-ring {
    width: 104px;
    height: 104px;
    margin-bottom: 17px;
}

.download-device--phone .download-core-ring::before {
    inset: 5px 30px;
}

.download-device--phone .download-core-ring::after {
    inset: 30px 5px;
}

.download-device--phone .download-globe-meridian {
    inset: 6px 24px;
}

.download-device--phone .download-globe-latitude {
    inset: 19px 6px;
}

.download-device--phone .download-core-ring img {
    width: 48px;
}

.download-device--phone .download-device-location {
    margin-bottom: 15px;
    font-size: 15px;
}

.download-manifest {
    border-top: 1px solid rgba(125, 220, 228, .13);
    border-bottom: 1px solid rgba(125, 220, 228, .13);
    background: #050a0e;
}

.download-manifest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.download-manifest-grid > div {
    min-height: 280px;
    padding: 52px 40px;
    border-left: 1px solid rgba(125, 220, 228, .13);
}

.download-manifest-grid > div:last-child {
    border-right: 1px solid rgba(125, 220, 228, .13);
}

.download-manifest-grid span {
    color: #557279;
    font-family: var(--mono);
    font-size: 11px;
}

.download-manifest-grid h3 {
    margin-top: 74px;
    color: #eaf5f6;
    font-family: "Fraunces", Georgia, serif;
    font-size: 30px;
    font-weight: 440;
}

.download-manifest-grid p {
    max-width: 310px;
    margin-top: 12px;
    color: #84969c;
    line-height: 1.65;
}

.download-release {
    position: relative;
    min-height: 620px;
    display: grid;
    align-items: center;
    background: #020507;
}

.download-release::after {
    content: "W";
    position: absolute;
    right: 6%;
    bottom: -42px;
    color: transparent;
    font-family: "Michroma", sans-serif;
    font-size: 320px;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(112, 229, 235, .1);
    pointer-events: none;
}

.download-release .wb-container {
    position: relative;
    z-index: 1;
}

.download-release h2 {
    max-width: 850px;
    margin-top: 28px;
}

.download-release .wb-container > p:last-child {
    margin-top: 28px;
}

.download-footer {
    background: #010304;
}

@keyframes download-signal {
    0%, 100% { opacity: .42; }
    50% { opacity: 1; }
}

@keyframes download-flow {
    from { left: 0; opacity: 0; }
    12%, 88% { opacity: 1; }
    to { left: calc(100% - 8px); opacity: 0; }
}

@keyframes download-core {
    0%, 100% { transform: scale(.96); box-shadow: 0 0 38px rgba(31, 211, 220, .08); }
    50% { transform: scale(1); box-shadow: 0 0 72px rgba(31, 211, 220, .2); }
}

@keyframes download-globe-meridian {
    from { transform: rotate(-18deg) scaleX(.88); }
    to { transform: rotate(18deg) scaleX(1.08); }
}

@keyframes download-globe-latitude {
    from { transform: scaleY(.82); opacity: .55; }
    to { transform: scaleY(1.08); opacity: 1; }
}

@media (max-width: 980px) {
    .download-wordmark { font-size: 160px; }
    .download-intro h1 { font-size: 62px; }
    .download-continuity h2,
    .download-release h2 { font-size: 48px; }
    .download-device-scene { grid-template-columns: minmax(0, 1fr) 90px 200px; }
    .download-device--phone { width: 190px; height: 410px; }
    .download-platform-switch .download-platform-btn { gap: 10px; padding-inline: 14px; }
}

@media (max-width: 760px) {
    .download-hero { min-height: auto; }
    .download-wordmark { font-size: 104px; }
    .download-wordmark--wave { top: 72px; }
    .download-wordmark--break { bottom: 142px; }
    .download-hero-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding-top: 54px;
        padding-bottom: 20px;
    }
    .download-intro { padding: 38px 0 10px; }
    .download-intro h1 { font-size: 48px; }
    .download-intro > p:not(.download-kicker) { font-size: 16px; }
    .download-signal {
        z-index: 1;
        justify-self: stretch;
        margin-top: 0;
        padding-inline: 8px;
        background: #03080c;
    }
    .download-platform-switch {
        grid-column: 1;
        grid-template-columns: 1fr;
        margin-top: 12px;
    }
    .download-platform-glass {
        width: auto;
        height: calc((100% - 14px) / 3);
        right: 7px;
        bottom: auto;
        transform: translateY(calc(var(--platform-index) * 100%));
    }
    .download-platform-switch .download-platform-btn {
        min-height: 70px;
        border-top: 1px solid rgba(149, 218, 224, .12);
        border-left: 0;
    }
    .download-platform-switch .download-platform-btn:first-child { border-top: 0; }
    .download-continuity { padding: 100px 0 110px; }
    .download-continuity::before { left: 20px; }
    .download-continuity-head { grid-template-columns: 1fr; gap: 28px; }
    .download-continuity h2,
    .download-release h2 { font-size: 42px; }
    .download-device-scene {
        min-height: 700px;
        grid-template-columns: 1fr;
        grid-template-rows: 350px 90px 370px;
        margin-top: 64px;
    }
    .download-device--desktop { height: 350px; }
    .download-flow {
        width: 2px;
        height: 90px;
        justify-self: center;
    }
    .download-flow::before {
        inset: 0 -42px;
        border: 0;
        border-left: 1px solid rgba(126, 93, 255, .2);
        border-right: 1px solid rgba(91, 229, 235, .14);
        transform: skewX(-8deg);
    }
    .download-flow span {
        top: auto;
        left: -3px;
        animation-name: download-flow-mobile;
    }
    .download-device--phone {
        width: 170px;
        height: 370px;
        justify-self: center;
    }
    .download-manifest-grid { grid-template-columns: 1fr; }
    .download-manifest-grid > div,
    .download-manifest-grid > div:last-child {
        min-height: 0;
        padding: 38px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(125, 220, 228, .13);
        border-left: 0;
    }
    .download-manifest-grid h3 { margin-top: 34px; }
    .download-release { min-height: 540px; }
    .download-release::after { right: -60px; font-size: 220px; }
}

@media (max-width: 430px) {
    .download-intro h1 { font-size: 41px; }
    .download-continuity h2,
    .download-release h2 { font-size: 36px; }
    .download-platform-switch .download-platform-btn { grid-template-columns: auto 1fr auto; }
    .download-platform-switch em { font-size: 9px; }
}

@keyframes download-flow-mobile {
    from { top: 0; opacity: 0; }
    12%, 88% { opacity: 1; }
    to { top: calc(100% - 8px); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .download-signal-dot,
    .download-flow span,
    .download-core-ring,
    .download-globe-meridian,
    .download-globe-latitude { animation: none; }
    .download-platform-glass { transition: none; }
}

/* Shared public page composition, using the application's tide and globe. */
.site-hero { min-height: min(720px, calc(100svh - 150px)); }
.site-hero-inner { min-height: inherit; display: flex; flex-direction: column; justify-content: space-between; padding-top: 88px; padding-bottom: 24px; gap: 70px; }
.hero-copy { max-width: 820px; }
.hero-copy h1 { font-family: "Fraunces",Georgia,serif; font-size: 70px; font-weight: 440; line-height: 1.02; margin-top: 24px; }
.hero-copy h1.brand-heading { font-family: "Michroma",var(--font); font-size: 64px; line-height: 1.3; }
.hero-copy h1 em,.hero-statement em { color: var(--cyan); font-weight: inherit; }
.hero-statement { font-family: "Fraunces",Georgia,serif; font-size: 56px; line-height: 1.15; margin-top: 12px; }
.hero-description { font-size: 17px; color: #a8b7bd; line-height: 1.8; max-width: 510px; margin-top: 24px; }
.hero-bottom { display: flex; justify-content: space-between; gap: 24px; font: 11px/1.6 var(--mono); color: #8fa3aa; border-top: 1px solid #83dae324; padding-top: 20px; }
.hero-bottom a { color: #cdf1f1; }
.hero-bottom a span { margin-left: 20px; }
.site-hero--compact { min-height: 540px; }
.site-hero--compact .site-hero-inner { padding-top: 64px; gap: 56px; }
.site-hero--compact .download-wordmark { opacity: .45; }
.download-kicker { letter-spacing: 0; }
.download-kicker span { box-shadow: 16px 5px 0 -.25px #26748b; flex-shrink: 0; }
.download-device-mode { letter-spacing: 0; }
.download-flow::before { border-top-color: #27727a; }
.wb-download-page .download-hero { min-height: min(690px,calc(100svh - 150px)); }
.download-hero-inner { padding-top: 28px; gap: 28px; }
.download-intro { padding: 30px 0; }
.download-intro h1 { font-size: 64px; }
.download-signal { min-width: 190px; font-size: 10px; }
.download-device--phone { border-radius: 28px; }
@media (min-width: 761px) and (max-height: 760px) {
    .site-hero-inner { padding-top: 42px; gap: 40px; }
    .hero-copy h1.brand-heading { font-size: 56px; }
    .hero-statement { font-size: 44px; }
    .site-hero { min-height: 540px; }
    .download-intro h1 { font-size: 54px; }
}
@media (max-width: 980px) {
    .hero-copy h1.brand-heading { font-size: 52px; }
    .hero-copy h1 { font-size: 60px; }
    .hero-statement { font-size: 48px; }
    .download-intro h1 { font-size: 52px; }
    .download-hero-inner { grid-template-columns: minmax(0,1fr); }
    .download-signal { display: none; }
}
@media (max-width: 760px) {
    .site-hero { min-height: 590px; }
    .site-hero-inner { padding-top: 65px; gap: 60px; padding-bottom: 22px; }
    .site-hero--compact { min-height: 520px; }
    .hero-copy h1.brand-heading { font-size: 32px; }
    .hero-copy h1 { font-size: 48px; }
    .hero-statement { font-size: 40px; }
    .hero-description { font-size: 16px; max-width: 390px; }
    .download-kicker { font-size: 10px; gap: 10px; }
    .download-kicker span { width: 24px; }
    .hero-bottom { font-size: 10px; flex-wrap: wrap; gap: 16px; }
    .hero-bottom a span { margin-left: 8px; }
    .wb-download-page .download-hero { min-height: auto; }
    .download-hero-inner { gap: 20px; padding-top: 38px; }
    .download-intro { padding: 16px 0; }
    .download-intro h1 { font-size: 46px; }
    .download-signal { display: grid; margin: 0; }
    .download-platform-switch { margin-top: 0; }
    .download-continuity { padding-block: 64px; }
    .download-release { min-height: 440px; }
}
@media (max-width: 380px) {
    .hero-copy h1.brand-heading { font-size: 27px; }
    .hero-copy h1 { font-size: 42px; }
    .hero-statement { font-size: 34px; }
    .download-intro h1 { font-size: 38px; }
    .wb-brand-name { font-size: 11px; }
}
