:root {
    color-scheme: light;
    --home-ink: #173b3d;
    --home-muted: #647776;
    --home-teal: #007f80;
    --home-paper: #f7f8f2;
    --home-line: #dfe5dc;
    --home-lime: #dce9a9;
    font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-synthesis: none;
    color: var(--home-ink);
    background: var(--home-paper);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 28px;
}

body {
    margin: 0;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

a,button,label {
    touch-action: manipulation;
}

a:focus-visible,input:focus+label {
    outline: 3px solid var(--home-teal);
    outline-offset: 6px;
}

svg {
    display: block;
}

img {
    display: block;
    max-width: 100%;
}

h1,h2,h3,p {
    margin: 0;
}

button,input {
    font: inherit;
}

.home-container {
    width: min(1280px,100%);
    margin-inline: auto;
    padding-inline: 48px;
}

.home-skip {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 20;
    transform: translateY(-200%);
    background: white;
    color: var(--home-ink);
    padding: 10px 18px;
    border-radius: 6px;
}

.home-skip:focus {
    transform: none;
}

.home-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
    min-height: 112px;
    border-bottom: 1px solid var(--home-line);
}

.home-brand {
    width: 180px;
    display: block;
}

.home-brand img {
    width: 180px;
    height: auto;
}

.home-nav {
    display: flex;
    gap: 32px;
    align-items: center;
    font-size: 12px;
    font-weight: 550;
}

.home-nav a {
    padding: 10px 0;
    color: #536967;
}

.home-nav a:hover,.home-text-link:hover {
    color: var(--home-teal);
}

.home-pro-link {
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 12px 17px;
    border: 1px solid #c9d7ce;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 650;
    background: #ffffff38;
}

.home-pro-link svg {
    width: 15px;
    height: 15px;
}

.home-pro-link:hover {
    background: #eaf0e4;
    border-color: #a3b5aa;
}

.home-hero {
    display: grid;
    grid-template-columns: 1.04fr 1fr;
    gap: 20px;
    align-items: center;
    padding-block: 50px 58px;
    min-height: 680px;
}

.home-hero-copy {
    min-width: 0;
    padding-bottom: 8px;
}

.home-eyebrow {
    font-size: 10px;
    line-height: 1.5;
    font-weight: 650;
    letter-spacing: 1.6px;
    color: var(--home-teal);
    display: flex;
    align-items: center;
    gap: 9px;
}

.home-dot {
    display: inline-block;
    flex: none;
    width: 6px;
    height: 6px;
    background: var(--home-teal);
    border-radius: 50%;
}

.home-hero h1 {
    position: relative;
    font-size: clamp(60px,6.5vw,88px);
    font-weight: 600;
    letter-spacing: -5px;
    line-height: 1.06;
    margin: 28px 0 30px;
}

.home-hero h1 em {
    font-family: Georgia,"Times New Roman",serif;
    font-weight: 400;
    color: var(--home-teal);
    letter-spacing: -4px;
    font-size: 1.08em;
}

.hero-underline {
    position: absolute;
    width: 290px;
    height: 18px;
    left: 0;
    bottom: -6px;
    color: #90b8a0;
    transform: rotate(-2deg);
}

.home-hero-copy>p {
    font-size: 15px;
    color: var(--home-muted);
    line-height: 1.85;
    max-width: 445px;
}

.home-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 29px;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 15px 22px;
    min-height: 50px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    transition: background .15s,transform .15s;
}

.home-button svg {
    width: 18px;
    height: 18px;
    flex: none;
}

.home-button:hover {
    transform: translateY(-2px);
}

.home-button-dark {
    background: var(--home-ink);
    color: #fff;
}

.home-button-dark:hover {
    background: #225356;
}

.home-button-light {
    background: var(--home-lime);
    color: #183c3c;
}

.home-button-light:hover {
    background: #e8f2c4;
}

.home-text-link {
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    line-height: 1.7;
}

.home-hero-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    font-size: 10px;
    line-height: 1.8;
    color: #7a8d87;
}

.home-hero-note strong {
    font-weight: 500;
    color: #4c6860;
}

.home-note-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d5ded2;
    border-radius: 50%;
    color: #5e8272;
}

.home-note-icon svg {
    width: 19px;
    height: 19px;
}

.home-hero-scene {
    position: relative;
    height: 568px;
    min-width: 0;
    isolation: isolate;
}

.home-scene-label {
    position: absolute;
    top: 22px;
    right: 29px;
    color: #758c7d;
    font-size: 8px;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
}

.home-orbit {
    position: absolute;
    inset: 16px -4px 0 -32px;
    z-index: -1;
}

.home-orbit svg {
    width: 100%;
    height: 100%;
}

.home-featured {
    position: absolute;
    top: 79px;
    left: 50%;
    width: min(338px,78%);
    transform: translateX(-50%) rotate(-7deg);
    border: 1px solid #e0e7db;
    border-radius: 18px;
    background: #fffdf7;
    box-shadow: 12px 22px 45px #203b3021;
    overflow: hidden;
}

.home-featured-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #e9eee4;
}

.home-featured-top>span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: 1.05px;
}

.home-featured-top svg {
    width: 18px;
    height: 18px;
    color: #668877;
}

.home-featured-top .home-dot {
    width: 4px;
    height: 4px;
}

.home-record {
    position: relative;
    display: grid;
    place-items: center;
    height: 242px;
    background: #e2ebd6;
    overflow: hidden;
}

.home-record-rings {
    position: absolute;
    width: 214px;
    height: 214px;
    border-radius: 50%;
    background: repeating-radial-gradient(circle at 50% 50%,#1e4440 0,#1e4440 2px,#285047 3px,#21493f 4px);
    box-shadow: 7px 10px 20px #1e463332;
    transform: rotate(25deg);
}

.home-record-rings::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from 10deg,transparent,#d0deca20 28deg,transparent 78deg,transparent 150deg,#d0deca1c 196deg,transparent 254deg);
}

.home-record-label {
    position: relative;
    width: 103px;
    height: 103px;
    display: grid;
    place-items: center;
    background: #fffef9;
    border: 8px solid #f2f3e4;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #263a3226;
    overflow: hidden;
}

.home-record-label img {
    width: 87px;
    height: 87px;
    object-fit: contain;
    border-radius: 50%;
}

.home-record-label>span {
    font-size: 26px;
    letter-spacing: -2px;
    color: var(--home-teal);
    font-weight: 750;
}

.home-record-caption {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 5px;
    letter-spacing: 1.8px;
    font-weight: 600;
    color: #557563;
}

.home-featured-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 19px 20px 17px;
}

.home-featured-info>div {
    min-width: 0;
    flex: 1;
}

.home-featured-kicker {
    font-size: 5px;
    color: #6a8172;
    letter-spacing: 1.3px;
    font-weight: 650;
    display: block;
    margin-bottom: 6px;
}

.home-featured-info h2 {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-featured-info p {
    font-size: 8px;
    color: #718476;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-featured-play {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex: none;
    border-radius: 50%;
    background: var(--home-teal);
    color: white;
    transition: background .15s;
}

.home-featured-play:hover {
    background: #155e61;
}

.home-featured-play svg {
    width: 18px;
    height: 18px;
}

.home-featured-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e6ecdf;
    padding: 12px 20px;
    font-size: 8px;
    color: #6b8075;
}

.home-featured-bottom:hover {
    color: var(--home-teal);
}

.home-floating-note {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 17px;
    background: #fffef8;
    border: 1px solid #e4e9de;
    border-radius: 9px;
    box-shadow: 0 8px 24px #1e473c0d;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
}

.home-floating-note-top {
    top: 64px;
    right: 10px;
    transform: rotate(5deg);
}

.home-floating-note-top svg {
    width: 17px;
    height: 17px;
    color: var(--home-teal);
}

.home-floating-note-bottom {
    bottom: 69px;
    left: 5px;
    transform: rotate(4deg);
    background: var(--home-lime);
    border-color: #d4e19e;
}

.home-small-wave {
    height: 24px;
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--home-teal);
}

.home-small-wave i {
    width: 3px;
    height: 10px;
    background: currentColor;
    border-radius: 2px;
}

.home-small-wave i:nth-child(2) {
    height: 17px;
}

.home-small-wave i:nth-child(3) {
    height: 23px;
}

.home-small-wave i:nth-child(4) {
    height: 13px;
}

.home-small-wave i:nth-child(5) {
    height: 19px;
}

.home-small-wave i:nth-child(6) {
    height: 9px;
}

.home-small-wave i:nth-child(7) {
    height: 14px;
}

.home-scene-index {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 7px;
    letter-spacing: 1.6px;
    color: #849483;
}

.home-promise-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-block: 25px;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}

.home-promise-strip>span {
    font-size: 8px;
    letter-spacing: 1.6px;
    color: #869180;
    font-weight: 600;
}

.home-promise-strip>div {
    display: flex;
    align-items: center;
    gap: 60px;
}

.home-promise-strip>div>span {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 12px;
    color: #58736b;
    font-weight: 500;
}

.home-promise-strip svg {
    width: 20px;
    height: 20px;
    color: #628d7b;
}

.home-radios {
    padding-block: 78px 84px;
}

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 32px;
}

.home-section-heading h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    font-weight: 550;
    margin-top: 13px;
}

.home-section-heading em {
    font-family: Georgia,"Times New Roman",serif;
    font-weight: 400;
    color: var(--home-teal);
}

.home-section-heading>p {
    font-size: 12px;
    line-height: 1.85;
    color: var(--home-muted);
    max-width: 340px;
}

.home-radio-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 28px;
}

.home-radio-card {
    min-width: 0;
    display: block;
    border-radius: 12px;
    border: 1px solid #e1e7dc;
    background: #ffffff94;
    overflow: hidden;
    transition: box-shadow .2s,transform .2s;
}

.home-radio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px #2741370b;
}

.home-radio-art {
    height: 219px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 32px 35px;
    background: #e1eada;
    isolation: isolate;
}

.home-radio-art[data-tone="1"] {
    background: #e7e4f0;
    color: #8b80a8;
}

.home-radio-art[data-tone="2"] {
    background: #efe1d2;
    color: #b69673;
}

.home-radio-artwork {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    color: #9bb699;
    opacity: .7;
    z-index: -1;
}

.home-radio-art[data-tone="1"] .home-radio-artwork {
    color: #beb5d4;
}

.home-radio-art[data-tone="2"] .home-radio-artwork {
    color: #c6ad8c;
}

.home-radio-badge {
    position: absolute;
    top: 20px;
    left: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #406150;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .85px;
    border: 1px solid #b8cbb38c;
    background: #ffffff60;
    border-radius: 20px;
    padding: 4px 8px;
}

.home-radio-badge i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #44745a;
}

.home-radio-logo {
    position: relative;
    object-fit: contain;
    border-radius: 18px;
    background: #fffdf9;
    padding: 8px;
    box-shadow: 0 5px 20px #2349310e;
    margin-top: 6px;
}

.home-radio-number {
    position: absolute;
    left: 25px;
    bottom: 18px;
    color: #5d7760;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 1px;
}

.home-radio-number>span {
    padding-inline: 8px;
    opacity: .5;
}

.home-radio-art[data-tone="1"] .home-radio-number {
    color: #807290;
}

.home-radio-art-arrow {
    position: absolute;
    bottom: 27px;
    right: 28px;
    font-size: 26px;
    font-weight: 300;
    color: #456c52;
}

.home-radio-art[data-tone="1"] .home-radio-art-arrow {
    color: #8b80a8;
}

.home-radio-info {
    padding: 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: 175px;
}

.home-radio-info h3 {
    font-size: 21px;
    letter-spacing: -.6px;
    font-weight: 650;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.home-radio-info p {
    font-size: 12px;
    line-height: 1.75;
    color: var(--home-muted);
    margin-top: 5px;
    overflow-wrap: anywhere;
}

.home-radio-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #e4e9df;
    font-size: 11px;
    color: var(--home-teal);
    font-weight: 600;
    margin-top: auto;
}

.home-radio-link svg {
    width: 19px;
    height: 19px;
}

.home-empty {
    grid-column: 1/-1;
    border: 1px dashed #b7c9b6;
    border-radius: 14px;
    padding: 45px 30px;
    text-align: center;
}

.home-empty-symbol {
    font-size: 35px;
    color: var(--home-teal);
    display: block;
    margin-bottom: 12px;
}

.home-empty h3 {
    font-size: 24px;
    line-height: 1.35;
}

.home-empty p {
    margin: 12px auto 20px;
    font-size: 14px;
    color: var(--home-muted);
    max-width: 480px;
}

.home-professional {
    background: #173c3e;
    color: #f3f6e9;
    padding-block: 75px 78px;
    position: relative;
}

.home-pro-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 88px;
    align-items: center;
}

.home-pro-copy {
    min-width: 0;
}

.home-pro-copy .home-eyebrow {
    color: #a9cbbc;
    font-size: 8px;
    letter-spacing: 1.6px;
}

.home-pro-copy h2 {
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: -2px;
    font-weight: 500;
    margin: 25px 0;
}

.home-pro-copy h2 em {
    font-family: Georgia,"Times New Roman",serif;
    font-weight: 400;
    color: var(--home-lime);
    letter-spacing: -1.8px;
}

.home-pro-copy>p {
    font-size: 13px;
    line-height: 1.95;
    color: #b3cac3;
    max-width: 390px;
    margin-bottom: 28px;
}

.home-pro-note {
    display: block;
    margin-top: 16px;
    font-size: 9px;
    color: #95b8ad;
}

.home-formats {
    min-width: 0;
}

.home-format-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 17px;
}

.home-format-heading>span:first-child {
    font-size: 7px;
    letter-spacing: 1.3px;
    font-weight: 650;
    color: #a3c5b9;
}

.home-format-heading>span:last-child {
    font-size: 8px;
    color: #86a89f;
}

.home-format-switcher {
    display: flex;
    gap: 5px;
    background: #102f33;
    padding: 5px;
    border: 1px solid #33575a;
    border-radius: 9px;
    margin-bottom: 18px;
}

.home-format-switcher>span {
    position: relative;
    flex: 1;
    min-width: 0;
}

.home-format-switcher input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
}

.home-format-switcher label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    font-size: 10px;
    font-weight: 550;
    cursor: pointer;
    border-radius: 5px;
    color: #a9c4bd;
    padding: 8px;
    transition: background .15s,color .15s;
    text-align: center;
}

.home-format-switcher input:checked+label {
    background: #e5ebd6;
    color: #234840;
}

.home-format-switcher input:focus+label {
    outline-color: #dce9a9;
    outline-offset: 2px;
}

.home-format-stage {
    position: relative;
    min-height: 338px;
    background: #fcfcf5;
    border-radius: 9px;
    box-shadow: 0 20px 45px #07212733;
    color: #24463c;
    overflow: hidden;
}

.home-browser-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 13px;
    background: #f1f3e9;
    border-bottom: 1px solid #e4e8dc;
    font-size: 7px;
    color: #94a38e;
}

.home-browser-top>span:first-child {
    display: flex;
    align-items: center;
    gap: 4px;
}

.home-browser-top i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b9c8b4;
}

.home-browser-content {
    padding: 20px 24px 25px;
}

.home-browser-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.home-browser-nav b {
    font-family: Georgia,serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -.3px;
}

.home-browser-nav>span {
    font-size: 5px;
    color: #8d9b88;
}

.home-browser-story {
    position: relative;
    height: 115px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #e5e9d4;
    color: #5b7456;
    padding: 19px 23px;
}

.home-browser-story>span {
    font: 25px/1.12 Georgia,serif;
    position: relative;
    z-index: 1;
}

.home-browser-story svg {
    width: 155px;
    height: 155px;
    position: absolute;
    bottom: -40px;
    right: -10px;
    color: #acbea0;
}

.home-browser-lines {
    display: grid;
    gap: 7px;
    margin-top: 19px;
}

.home-browser-lines i {
    height: 5px;
    background: #e7ecdf;
    border-radius: 2px;
    width: 90%;
}

.home-browser-lines i:nth-child(2) {
    width: 78%;
}

.home-browser-lines i:nth-child(3) {
    width: 58%;
}

.home-demo-sticky {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    background: #fffef8;
    border: 1px solid #d8e2ce;
    border-radius: 7px;
    box-shadow: 0 5px 18px #264c3312;
    padding: 11px 14px;
    left: 10px;
    right: 10px;
    bottom: 12px;
}

.home-demo-art {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: none;
    border-radius: 8px;
    background: #d5e3a7;
    color: #3f673b;
    font-family: Georgia,serif;
    font-size: 28px;
    font-style: italic;
    position: relative;
}

.home-demo-art>span {
    display: inline;
    position: absolute;
    bottom: 3px;
    right: 8px;
    font-size: 15px;
}

.home-demo-sticky>div {
    min-width: 0;
    flex: 1;
}

.home-demo-sticky strong,.home-demo-card strong,.home-demo-banner strong {
    display: block;
    font-size: 10px;
    font-weight: 650;
}

.home-demo-sticky small,.home-demo-card small,.home-demo-banner small {
    font-size: 6px;
    color: #7a8c72;
    display: block;
    margin-top: 3px;
}

.home-demo-sticky small i {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #4f906f;
    margin-right: 4px;
}

.home-demo-sticky .home-small-wave {
    transform: scale(.8);
    margin-right: 5px;
}

.home-demo-play {
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background: #176d63;
    color: #fff;
    font-size: 10px;
}

.home-demo-banner {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px;
    background: white;
    border: 1px solid #e1e7d7;
    border-radius: 7px;
    margin-top: 17px;
}

.home-demo-banner>div {
    min-width: 0;
    flex: 1;
}

.home-demo-banner>span:last-child {
    font-size: 7px;
    color: var(--home-teal);
    padding-left: 8px;
}

.home-demo-card {
    position: absolute;
    right: 20px;
    bottom: 17px;
    width: 178px;
    display: grid;
    grid-template-columns: 1fr 32px;
    background: #fffef7;
    border: 1px solid #dde5d2;
    border-radius: 9px;
    padding: 13px;
    gap: 10px;
    box-shadow: 0 6px 20px #27492814;
}

.home-demo-card>.home-demo-art {
    grid-column: 1/-1;
    width: 100%;
    height: 74px;
    font-size: 46px;
    background: #e1e7cc;
}

.home-demo-card>.home-demo-art>span {
    position: static;
    display: none;
}

.home-demo-card>.home-demo-play {
    align-self: center;
}

.home-demo-card>div {
    min-width: 0;
}

.home-format-stage [data-home-format] {
    display: none;
}

.home-format-switcher:has([value=sticky]:checked)+.home-format-stage [data-home-format=sticky] {
    display: flex;
}

.home-format-switcher:has([value=card]:checked)+.home-format-stage [data-home-format=card] {
    display: grid;
}

.home-format-switcher:has([value=banner]:checked)+.home-format-stage [data-home-format=banner] {
    display: flex;
}

.home-format-descriptions {
    min-height: 72px;
    margin-top: 19px;
}

.home-format-descriptions p {
    display: none;
    font-size: 11px;
    line-height: 1.85;
    color: #a5c1b7;
    max-width: 450px;
}

.home-format-descriptions strong {
    font-weight: 550;
    color: #e1ecd8;
    display: block;
    margin-bottom: 3px;
}

.home-formats:has([value=sticky]:checked) [data-format-copy=sticky],.home-formats:has([value=card]:checked) [data-format-copy=card],.home-formats:has([value=banner]:checked) [data-format-copy=banner] {
    display: block;
}

.home-benefits {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 52px;
    padding-block: 68px 70px;
    border-bottom: 1px solid var(--home-line);
}

.home-benefits>article+article {
    border-left: 1px solid var(--home-line);
    padding-left: 36px;
}

.home-benefit-number {
    font-size: 8px;
    letter-spacing: 1.3px;
    color: #71917b;
    font-weight: 650;
}

.home-benefits h2 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.65px;
    font-weight: 550;
    margin: 17px 0 14px;
}

.home-benefits p {
    font-size: 12px;
    line-height: 1.85;
    color: var(--home-muted);
    max-width: 310px;
}

.home-bottom-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-block: 64px 70px;
}

.home-bottom-cta h2 {
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: -1.3px;
    font-weight: 500;
    margin-top: 18px;
}

.home-bottom-cta h2 em {
    font-family: Georgia,serif;
    color: var(--home-teal);
    font-weight: 400;
}

.home-bottom-cta .home-eyebrow {
    font-size: 8px;
}

.home-footer {
    border-top: 1px solid var(--home-line);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px 80px;
    padding-block: 34px 23px;
}

.home-footer-brand img {
    width: 146px;
    height: auto;
}

.home-footer-brand>span {
    display: block;
    font-size: 10px;
    color: #7c8d80;
    margin-top: 4px;
}

.home-footer-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px 28px;
    font-size: 10px;
    color: #687f73;
}

.home-footer-links>span {
    overflow-wrap: anywhere;
}

.home-footer-links>a:hover {
    color: var(--home-teal);
    text-decoration: underline;
}

.home-footer-signature {
    grid-column: 1/-1;
    text-align: right;
    font-size: 6px;
    font-weight: 650;
    letter-spacing: 1.6px;
    color: #95a08d;
}

@media (min-width:1450px) {
    .home-hero {
        gap: 48px;
        padding-block: 66px 70px;
        min-height: 750px;
    }
    .home-hero-scene {
        height: 594px;
    }
    .home-featured {
        top: 85px;
        width: 352px;
    }
    .home-record {
        height: 256px;
    }
    .home-record-rings {
        width: 228px;
        height: 228px;
    }
    .home-floating-note-top {
        right: 0;
    }
    .home-floating-note-bottom {
        bottom: 69px;
    }
    .home-hero h1 {
        font-size: 91px;
    }
    .home-radios {
        padding-block: 86px 92px;
    }
}

@media (max-width:1100px) {
    .home-container {
        padding-inline: 36px;
    }
    .home-header {
        gap: 24px;
    }
    .home-nav {
        gap: 24px;
    }
    .home-hero {
        gap: 12px;
        min-height: 620px;
        padding-block: 40px 45px;
    }
    .home-hero h1 {
        font-size: 68px;
        letter-spacing: -4px;
    }
    .home-hero h1 em {
        letter-spacing: -3px;
    }
    .hero-underline {
        width: 240px;
    }
    .home-hero-copy>p {
        font-size: 13px;
    }
    .home-hero-actions {
        gap: 17px;
    }
    .home-hero-scene {
        height: 520px;
    }
    .home-featured {
        width: 300px;
        max-width: 80%;
        top: 73px;
    }
    .home-record {
        height: 214px;
    }
    .home-record-rings {
        width: 184px;
        height: 184px;
    }
    .home-record-label {
        width: 92px;
        height: 92px;
    }
    .home-record-label img {
        width: 76px;
        height: 76px;
    }
    .home-floating-note {
        padding: 11px 13px;
        font-size: 8px;
    }
    .home-floating-note-top {
        right: 0;
        top: 56px;
    }
    .home-floating-note-bottom {
        left: -5px;
        bottom: 52px;
    }
    .home-promise-strip>div {
        gap: 34px;
    }
    .home-pro-grid {
        gap: 55px;
        grid-template-columns: .95fr 1.05fr;
    }
    .home-pro-copy h2 {
        font-size: 43px;
    }
    .home-pro-copy>p {
        font-size: 12px;
    }
    .home-radio-grid {
        gap: 23px;
    }
    .home-radio-art {
        height: 203px;
    }
    .home-benefits {
        gap: 32px;
    }
    .home-benefits>article+article {
        padding-left: 27px;
    }
    .home-benefits h2 {
        font-size: 22px;
    }
}

@media (max-width:850px) {
    .home-header {
        grid-template-columns: 1fr auto;
        gap: 0 24px;
        min-height: 100px;
    }
    .home-brand {
        width: 161px;
    }
    .home-brand img {
        width: 161px;
    }
    .home-nav {
        grid-column: 1/-1;
        grid-row: 2;
        justify-content: center;
        padding: 0 0 15px;
        gap: 32px;
        font-size: 11px;
    }
    .home-pro-link {
        grid-column: 2;
        grid-row: 1;
        font-size: 11px;
    }
    .home-hero {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        padding-block: 48px 35px;
        min-height: 560px;
    }
    .home-hero h1 {
        font-size: 54px;
        letter-spacing: -3px;
        margin-top: 24px;
    }
    .hero-underline {
        width: 201px;
        bottom: -10px;
    }
    .home-hero .home-eyebrow {
        font-size: 8px;
        letter-spacing: 1px;
    }
    .home-hero-actions {
        gap: 16px;
        align-items: flex-start;
        flex-direction: column;
    }
    .home-hero .home-button {
        padding: 13px 18px;
        font-size: 11px;
    }
    .home-hero-copy>p {
        font-size: 12px;
    }
    .desktop-break {
        display: none;
    }
    .home-hero-note {
        margin-top: 26px;
        font-size: 8px;
    }
    .home-hero-scene {
        height: 450px;
    }
    .home-featured {
        width: 259px;
        max-width: 85%;
        top: 56px;
    }
    .home-featured-top {
        padding: 13px;
    }
    .home-featured-top>span {
        font-size: 5px;
        letter-spacing: .7px;
    }
    .home-record {
        height: 183px;
    }
    .home-record-rings {
        width: 158px;
        height: 158px;
    }
    .home-record-label {
        width: 80px;
        height: 80px;
        border-width: 7px;
    }
    .home-record-label img {
        width: 66px;
        height: 66px;
    }
    .home-featured-info {
        padding: 15px 13px;
        gap: 8px;
    }
    .home-featured-info h2 {
        font-size: 15px;
    }
    .home-featured-info p {
        font-size: 7px;
    }
    .home-featured-play {
        width: 35px;
        height: 35px;
    }
    .home-featured-bottom {
        padding: 10px 13px;
        font-size: 7px;
    }
    .home-floating-note-top {
        right: 0;
        top: 34px;
        font-size: 7px;
        padding: 10px;
    }
    .home-floating-note-top svg {
        width: 12px;
        height: 12px;
    }
    .home-floating-note-bottom {
        left: 0;
        bottom: 54px;
        font-size: 7px;
        padding: 8px 10px;
    }
    .home-floating-note-bottom .home-small-wave {
        transform: scale(.75);
        margin-right: -4px;
    }
    .home-scene-label {
        right: 4px;
        font-size: 6px;
    }
    .home-orbit {
        inset: 0 -10px 15px -20px;
    }
    .home-scene-index {
        font-size: 6px;
        bottom: 20px;
    }
    .home-promise-strip {
        flex-direction: column;
        align-items: center;
        gap: 19px;
        padding-block: 23px;
    }
    .home-promise-strip>div {
        gap: 46px;
    }
    .home-promise-strip>div>span {
        font-size: 11px;
    }
    .home-radios {
        padding-block: 60px;
    }
    .home-section-heading h2 {
        font-size: 31px;
    }
    .home-section-heading>p {
        font-size: 10px;
        max-width: 250px;
    }
    .home-section-heading .home-eyebrow {
        font-size: 8px;
    }
    .home-radio-art {
        height: 184px;
        padding: 25px;
    }
    .home-radio-logo {
        width: 83px;
        height: 83px;
    }
    .home-radio-info {
        padding: 20px;
        min-height: 164px;
    }
    .home-radio-info h3 {
        font-size: 18px;
    }
    .home-radio-info p {
        font-size: 11px;
    }
    .home-professional {
        padding-block: 60px;
    }
    .home-pro-grid {
        gap: 35px;
    }
    .home-pro-copy h2 {
        font-size: 36px;
        letter-spacing: -1.3px;
    }
    .home-pro-copy>p {
        font-size: 11px;
        line-height: 1.9;
    }
    .home-pro-copy .home-eyebrow {
        font-size: 7px;
    }
    .home-pro-copy .home-button {
        font-size: 10px;
        padding: 13px 16px;
    }
    .home-pro-note {
        font-size: 8px;
    }
    .home-format-heading {
        gap: 8px;
    }
    .home-format-heading>span:first-child {
        font-size: 6px;
        letter-spacing: .7px;
    }
    .home-format-heading>span:last-child {
        font-size: 6px;
    }
    .home-format-switcher label {
        font-size: 9px;
        min-height: 35px;
    }
    .home-format-stage {
        min-height: 304px;
    }
    .home-browser-content {
        padding: 16px;
    }
    .home-browser-nav>span {
        display: none;
    }
    .home-browser-story {
        height: 104px;
        padding: 16px;
    }
    .home-browser-story>span {
        font-size: 23px;
    }
    .home-demo-sticky {
        gap: 8px;
        padding: 10px;
        left: 8px;
        right: 8px;
    }
    .home-demo-sticky .home-small-wave {
        display: none;
    }
    .home-demo-sticky strong {
        font-size: 9px;
    }
    .home-demo-sticky small {
        font-size: 5px;
    }
    .home-demo-card {
        right: 15px;
        width: 157px;
    }
    .home-demo-banner {
        padding: 10px;
        gap: 8px;
    }
    .home-demo-banner>span:last-child {
        display: none;
    }
    .home-format-descriptions p {
        font-size: 10px;
    }
    .home-benefits {
        gap: 25px;
        padding-block: 50px;
    }
    .home-benefits>article+article {
        padding-left: 23px;
    }
    .home-benefit-number {
        font-size: 6px;
        letter-spacing: .9px;
    }
    .home-benefits h2 {
        font-size: 19px;
    }
    .home-benefits p {
        font-size: 11px;
    }
    .home-bottom-cta {
        padding-block: 48px;
    }
    .home-bottom-cta h2 {
        font-size: 36px;
    }
    .home-footer {
        gap: 25px 45px;
    }
    .home-footer-links {
        gap: 12px 22px;
        font-size: 9px;
    }
}

@media (max-width:600px) {
    .home-container {
        padding-inline: 24px;
    }
    .home-header {
        min-height: 88px;
        padding-top: 7px;
    }
    .home-brand,.home-brand img {
        width: 143px;
    }
    .home-nav {
        font-size: 10px;
        gap: 34px;
        padding-bottom: 14px;
        margin-top: 6px;
    }
    .home-pro-link {
        font-size: 10px;
        gap: 12px;
        padding: 10px 12px;
        min-height: 40px;
    }
    .home-pro-link svg {
        width: 13px;
        height: 13px;
    }
    .home-hero {
        grid-template-columns: 1fr;
        gap: 5px;
        padding-top: 36px;
        padding-bottom: 22px;
        min-height: 0;
    }
    .home-hero h1 {
        font-size: clamp(56px,13vw,76px);
        letter-spacing: -3.7px;
        margin: 24px 0 32px;
        line-height: 1.04;
    }
    .home-hero h1 em {
        letter-spacing: -3px;
    }
    .hero-underline {
        width: 225px;
        bottom: -12px;
    }
    .home-hero .home-eyebrow {
        font-size: 8px;
        letter-spacing: 1.4px;
    }
    .home-hero-copy>p {
        font-size: 13px;
        max-width: 360px;
        line-height: 1.85;
    }
    .home-hero-actions {
        flex-direction: row;
        align-items: center;
        gap: 18px;
        margin-top: 24px;
    }
    .home-hero .home-button {
        min-height: 46px;
        padding: 13px 16px;
        font-size: 11px;
        gap: 17px;
    }
    .home-hero-actions .home-text-link {
        font-size: 9px;
    }
    .home-hero-note {
        font-size: 9px;
        margin-top: 24px;
    }
    .home-hero-scene {
        height: 433px;
        margin-top: 8px;
        max-width: 420px;
        width: 100%;
        margin-inline: auto;
    }
    .home-featured {
        width: 277px;
        max-width: 77%;
        top: 51px;
    }
    .home-record {
        height: 190px;
    }
    .home-record-rings {
        width: 165px;
        height: 165px;
    }
    .home-record-label {
        width: 83px;
        height: 83px;
    }
    .home-record-label img {
        width: 69px;
        height: 69px;
    }
    .home-featured-info {
        padding: 16px;
    }
    .home-featured-info h2 {
        font-size: 17px;
    }
    .home-featured-info p {
        font-size: 8px;
    }
    .home-featured-top {
        padding: 14px 16px;
    }
    .home-featured-top>span {
        font-size: 5px;
        letter-spacing: .9px;
    }
    .home-featured-bottom {
        padding: 10px 16px;
        font-size: 8px;
    }
    .home-floating-note-top {
        top: 31px;
        right: 0;
        font-size: 8px;
        padding: 11px 12px;
    }
    .home-floating-note-bottom {
        bottom: 24px;
        left: 0;
        padding: 9px 13px;
        font-size: 9px;
    }
    .home-orbit {
        inset: -13px -8px -2px -8px;
    }
    .home-scene-index {
        bottom: 1px;
        font-size: 6px;
    }
    .home-scene-label {
        top: 73px;
        right: 5px;
    }
    .home-promise-strip {
        padding-block: 24px;
        gap: 18px;
    }
    .home-promise-strip>span {
        font-size: 6px;
        letter-spacing: 1.5px;
    }
    .home-promise-strip>div {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }
    .home-promise-strip>div>span {
        font-size: 9px;
        gap: 7px;
    }
    .home-promise-strip svg {
        width: 16px;
        height: 16px;
    }
    .home-radios {
        padding-block: 43px 48px;
    }
    .home-section-heading {
        display: block;
        margin-bottom: 25px;
    }
    .home-section-heading h2 {
        font-size: 31px;
        letter-spacing: -1.1px;
        margin-top: 12px;
    }
    .home-section-heading>p {
        font-size: 11px;
        margin-top: 16px;
        max-width: none;
    }
    .home-radio-grid {
        grid-template-columns: minmax(0,1fr);
        gap: 21px;
    }
    .home-radio-art {
        height: 196px;
        padding: 30px;
    }
    .home-radio-badge {
        font-size: 7px;
        left: 22px;
        top: 18px;
    }
    .home-radio-logo {
        width: 88px;
        height: 88px;
    }
    .home-radio-number {
        left: 22px;
        font-size: 6px;
    }
    .home-radio-info {
        padding: 22px;
        gap: 18px;
        min-height: 0;
    }
    .home-radio-info h3 {
        font-size: 22px;
    }
    .home-radio-info p {
        font-size: 12px;
    }
    .home-radio-link {
        font-size: 11px;
        padding-top: 16px;
    }
    .home-radio-art-arrow {
        right: 25px;
    }
    .home-professional {
        padding-block: 44px 45px;
    }
    .home-pro-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .home-pro-copy h2 {
        font-size: 46px;
        line-height: 1.13;
        letter-spacing: -1.7px;
        margin: 22px 0;
    }
    .home-pro-copy>p {
        font-size: 12px;
        max-width: 380px;
        line-height: 1.9;
        margin-bottom: 24px;
    }
    .home-pro-copy .home-eyebrow {
        font-size: 8px;
    }
    .home-pro-copy .home-button {
        font-size: 11px;
        padding: 14px 18px;
    }
    .home-pro-note {
        font-size: 9px;
        margin-top: 14px;
    }
    .home-format-heading {
        margin-bottom: 14px;
    }
    .home-format-heading>span:first-child {
        font-size: 7px;
        letter-spacing: 1px;
    }
    .home-format-heading>span:last-child {
        font-size: 7px;
    }
    .home-format-switcher label {
        font-size: 10px;
        min-height: 40px;
    }
    .home-format-stage {
        min-height: 319px;
    }
    .home-browser-content {
        padding: 19px;
    }
    .home-browser-nav b {
        font-size: 16px;
    }
    .home-browser-story {
        height: 110px;
    }
    .home-demo-sticky strong {
        font-size: 10px;
    }
    .home-demo-sticky small {
        font-size: 6px;
    }
    .home-demo-sticky {
        padding: 12px;
    }
    .home-format-descriptions {
        min-height: 0;
        margin-top: 17px;
    }
    .home-format-descriptions p {
        font-size: 11px;
        line-height: 1.85;
    }
    .home-demo-card {
        width: 172px;
    }
    .home-demo-banner {
        padding: 12px;
    }
    .home-benefits {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-block: 42px;
    }
    .home-benefits>article+article {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid var(--home-line);
        padding-top: 27px;
    }
    .home-benefit-number {
        font-size: 8px;
        letter-spacing: 1.1px;
    }
    .home-benefits h2 {
        font-size: 25px;
        margin: 13px 0 11px;
    }
    .home-benefits h2 br {
        display: none;
    }
    .home-benefits p {
        font-size: 12px;
        max-width: none;
    }
    .home-bottom-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 26px;
        padding-block: 41px 44px;
    }
    .home-bottom-cta h2 {
        font-size: 39px;
        line-height: 1.2;
        margin-top: 15px;
    }
    .home-bottom-cta .home-button {
        font-size: 11px;
        padding: 14px 18px;
    }
    .home-footer {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-block: 26px 20px;
    }
    .home-footer-brand {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .home-footer-brand img {
        width: 129px;
    }
    .home-footer-brand>span {
        font-size: 9px;
        margin: 0;
    }
    .home-footer-links {
        justify-content: flex-start;
        font-size: 9px;
        gap: 12px 21px;
    }
    .home-footer-signature {
        text-align: left;
        font-size: 6px;
        margin-top: 1px;
    }
    .home-empty {
        padding: 30px 20px;
    }
    .home-empty h3 {
        font-size: 23px;
    }
    .home-empty p {
        font-size: 12px;
    }
}

@media (max-width:360px) {
    .home-container {
        padding-inline: 20px;
    }
    .home-hero h1 {
        font-size: 54px;
        letter-spacing: -3.5px;
    }
    .home-hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .home-hero-actions .home-text-link {
        font-size: 10px;
    }
    .home-hero-scene {
        height: 411px;
    }
    .home-featured {
        width: 240px;
        max-width: 82%;
        top: 48px;
    }
    .home-record {
        height: 178px;
    }
    .home-record-rings {
        width: 153px;
        height: 153px;
    }
    .home-record-label {
        width: 77px;
        height: 77px;
    }
    .home-record-label img {
        width: 63px;
        height: 63px;
    }
    .home-featured-info {
        padding: 14px;
    }
    .home-featured-info h2 {
        font-size: 15px;
    }
    .home-floating-note-top {
        font-size: 7px;
        padding: 9px;
        right: -2px;
        top: 25px;
    }
    .home-floating-note-bottom {
        bottom: 22px;
        font-size: 8px;
        left: -1px;
        padding: 8px 10px;
    }
    .home-featured-top {
        padding: 12px;
    }
    .home-featured-top>span {
        font-size: 4.8px;
        letter-spacing: .65px;
    }
    .home-scene-label {
        right: -3px;
    }
    .home-promise-strip>div>span {
        font-size: 8px;
        gap: 5px;
    }
    .home-promise-strip svg {
        width: 15px;
        height: 15px;
    }
    .home-section-heading h2 {
        font-size: 28px;
    }
    .home-pro-copy h2 {
        font-size: 41px;
    }
    .home-format-heading>span:first-child {
        font-size: 6px;
        letter-spacing: .7px;
    }
    .home-format-heading>span:last-child {
        font-size: 6px;
    }
    .home-format-stage {
        min-height: 308px;
    }
    .home-browser-content {
        padding: 16px;
    }
    .home-demo-sticky {
        padding: 10px;
        gap: 7px;
    }
    .home-demo-art {
        width: 31px;
        height: 31px;
    }
    .home-demo-play {
        width: 29px;
        height: 29px;
    }
    .home-demo-sticky strong {
        font-size: 9px;
    }
    .home-demo-sticky small {
        font-size: 5px;
    }
    .home-bottom-cta h2 {
        font-size: 35px;
    }
    .home-pro-link {
        padding: 9px 11px;
    }
    .home-brand,.home-brand img {
        width: 133px;
    }
    .home-nav {
        gap: 27px;
    }
    .home-footer-brand>span {
        font-size: 8px;
    }
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto;
    }
    *,*::before,*::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
