.demo-danza-byo {
    --byo-ink: #102d33;
    --byo-deep: #061f25;
    --byo-cream: #fff9ee;
    --byo-paper: #ffffff;
    --byo-mint: #d8fff2;
    --byo-rose: #d91f6b;
    --byo-coral: #e84f3f;
    --byo-aqua: #007f8a;
    --byo-sun: #ffc928;
    --byo-lilac: #8b6cff;
    --byo-line: rgba(21, 50, 56, .14);
    --byo-shadow: 0 22px 64px rgba(21, 50, 56, .16);
    overflow-x: hidden;
    background: var(--byo-cream);
}

.demo-danza-byo .site-header {
    border-color: rgba(21, 50, 56, .12);
    background: rgba(255, 249, 238, .88);
    box-shadow: none;
}

.demo-danza-byo .brand,
.demo-danza-byo .nav-links,
.demo-danza-byo .nav-links a {
    color: var(--byo-ink);
}

.demo-danza-byo .brand-mark {
    background: conic-gradient(from 140deg, var(--byo-rose), var(--byo-sun), var(--byo-aqua), var(--byo-lilac), var(--byo-rose));
    color: #fff;
}

.demo-danza-byo .nav-links a:hover,
.demo-danza-byo .nav-links a[aria-current="page"] {
    background: rgba(0, 174, 183, .12);
    color: var(--byo-deep);
}

.demo-danza-byo .site-footer {
    border-color: rgba(21, 50, 56, .12);
    background: var(--byo-cream);
    color: rgba(21, 50, 56, .68);
}

.danza-byo-wrap,
.byo-page {
    background:
        radial-gradient(circle at 85% 8%, rgba(255, 216, 77, .34), transparent 28%),
        radial-gradient(circle at 12% 28%, rgba(0, 174, 183, .16), transparent 30%),
        linear-gradient(180deg, var(--byo-cream), #fff 46%, #effff9);
    color: var(--byo-ink);
}

.byo-page {
    overflow: hidden;
}

.byo-shell {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
}

.byo-stage {
    position: relative;
    min-height: min(680px, calc(100svh - 72px));
    display: grid;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    padding: 56px 0;
    background: var(--byo-cream);
}

.byo-stage__media,
.byo-stage__wash,
.byo-score {
    position: absolute;
    inset: 0;
}

.byo-stage__media {
    z-index: -4;
}

.byo-stage__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    filter: saturate(1.12) contrast(1.03);
    transform: scale(1.025) translate3d(calc(var(--byo-pointer-x, 0) * 6px), calc(var(--byo-pointer-y, 0) * 6px), 0);
    animation: byoPhotoBreath 18s ease-in-out infinite alternate;
}

.byo-stage__wash {
    z-index: -3;
    background:
        linear-gradient(90deg, rgba(255, 249, 238, .96) 0 34%, rgba(255, 249, 238, .76) 52%, rgba(255, 249, 238, .16) 100%),
        linear-gradient(180deg, rgba(255, 249, 238, .06), rgba(255, 249, 238, .88)),
        radial-gradient(circle at 80% 24%, rgba(239, 63, 134, .22), transparent 32%);
}

.byo-score {
    z-index: -2;
    pointer-events: none;
    opacity: .75;
}

.byo-score span {
    position: absolute;
    left: -8%;
    width: 54%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(21, 50, 56, .16), transparent);
    transform: rotate(-8deg);
}

.byo-score span:nth-child(1) {
    top: 18%;
}

.byo-score span:nth-child(2) {
    top: 24%;
}

.byo-score span:nth-child(3) {
    top: 30%;
}

.byo-score span:nth-child(4) {
    top: 36%;
}

.byo-score span:nth-child(5) {
    top: 42%;
}

.byo-stage__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, 360px);
    gap: clamp(28px, 6vw, 74px);
    align-items: center;
}

.byo-stage__copy {
    max-width: 760px;
}

.byo-eyebrow {
    margin: 0 0 13px;
    color: var(--byo-aqua);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    line-height: 1.35;
    text-transform: uppercase;
}

.byo-stage h1,
.byo-heading h2,
.byo-style-copy h2,
.byo-trust h2,
.byo-location h2,
.byo-coda h2 {
    letter-spacing: 0;
}

.byo-stage h1 {
    max-width: 840px;
    margin: 0 0 18px;
    color: var(--byo-deep);
    font-size: clamp(66px, 11vw, 142px);
    font-weight: 950;
    line-height: .78;
}

.byo-stage h1 span {
    display: block;
    color: var(--byo-rose);
    text-shadow: 4px 4px 0 #ffd84d;
}

.byo-stage__claim {
    max-width: 650px;
    margin: 0;
    color: rgba(16, 45, 51, .94);
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 850;
    line-height: 1.08;
}

.byo-stage__actions,
.byo-location__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.byo-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 13px 17px;
    color: var(--byo-ink);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .05em;
    line-height: 1.15;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.byo-button--whatsapp {
    background: #128c4f;
    color: #fff;
    box-shadow: 0 16px 34px rgba(18, 140, 79, .22);
}

.byo-button--ink {
    background: var(--byo-deep);
    color: #fff;
    box-shadow: 0 16px 34px rgba(9, 35, 41, .2);
}

.byo-button--rose {
    background: var(--byo-rose);
    color: #fff;
    box-shadow: 0 16px 34px rgba(239, 63, 134, .24);
}

.byo-button--line {
    border-color: rgba(21, 50, 56, .22);
    background: rgba(255, 255, 255, .78);
}

.byo-pass {
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(21, 50, 56, .16);
    border-radius: 8px;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .72)),
        var(--byo-mint);
    box-shadow: var(--byo-shadow);
}

.byo-pass::before,
.byo-pass::after {
    content: "";
    position: absolute;
    top: 82px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--byo-cream);
    border: 2px solid rgba(21, 50, 56, .12);
}

.byo-pass::before {
    left: -15px;
}

.byo-pass::after {
    right: -15px;
}

.byo-pass__tag,
.byo-pass a {
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.byo-pass__tag {
    color: var(--byo-rose);
}

.byo-pass strong {
    display: block;
    margin: 10px 0;
    color: var(--byo-deep);
    font-size: 32px;
    line-height: 1;
}

.byo-pass p {
    margin: 0 0 20px;
    color: rgba(16, 45, 51, .82);
}

.byo-pass__meter {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    height: 72px;
    align-items: end;
    margin: 24px 0;
}

.byo-pass__meter span {
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(180deg, var(--byo-sun), var(--byo-rose));
    animation: byoMeter 1.6s ease-in-out infinite;
}

.byo-pass__meter span:nth-child(1) {
    height: 42%;
}

.byo-pass__meter span:nth-child(2) {
    height: 78%;
    animation-delay: -.15s;
}

.byo-pass__meter span:nth-child(3) {
    height: 56%;
    animation-delay: -.3s;
}

.byo-pass__meter span:nth-child(4) {
    height: 92%;
    animation-delay: -.45s;
}

.byo-pass__meter span:nth-child(5) {
    height: 68%;
    animation-delay: -.6s;
}

.byo-pass a {
    color: var(--byo-deep);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--byo-rose);
    text-underline-offset: 5px;
}

.byo-contact-zone {
    background: #fff;
    padding: 18px 0 0;
}

.byo-contact-strip {
    width: min(1160px, calc(100% - 32px));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid var(--byo-line);
    border-radius: 8px;
    background: var(--byo-line);
    box-shadow: 0 14px 38px rgba(21, 50, 56, .1);
    position: relative;
    z-index: 5;
}

.byo-contact-strip a {
    display: grid;
    gap: 4px;
    min-height: 78px;
    align-content: center;
    padding: 18px;
    background: #fff;
    color: var(--byo-ink);
}

.byo-contact-strip span {
    color: var(--byo-rose);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.byo-contact-strip strong {
    font-size: 20px;
    line-height: 1.05;
}

.byo-section {
    position: relative;
    padding: 64px 0;
}

.byo-section--movement {
    background:
        radial-gradient(circle at 84% 10%, rgba(255, 216, 77, .24), transparent 28%),
        linear-gradient(180deg, #fff, #fff9ee);
}

.byo-section--movement .byo-shell {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: clamp(28px, 6vw, 68px);
    align-items: start;
}

.byo-section--styles {
    background: var(--byo-deep);
    color: #fff;
}

.byo-section--groups {
    background:
        linear-gradient(180deg, #fff9ee, #fff),
        radial-gradient(circle at 12% 20%, rgba(0, 174, 183, .14), transparent 30%);
}

.byo-section--trust {
    background: #fff;
}

.byo-section--social {
    background: linear-gradient(135deg, #ffe7f0, #fff9ee 46%, #d8fff2);
}

.byo-section--location {
    background:
        radial-gradient(circle at 10% 10%, rgba(239, 63, 134, .14), transparent 28%),
        linear-gradient(180deg, #fff, #effff9);
}

.byo-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.byo-heading--center {
    margin-inline: auto;
    text-align: center;
}

.byo-heading h2,
.byo-style-copy h2,
.byo-trust h2,
.byo-location h2,
.byo-coda h2 {
    margin: 0 0 16px;
    color: var(--byo-deep);
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 950;
    line-height: .96;
    overflow-wrap: break-word;
}

.byo-heading p,
.byo-style-copy p,
.byo-trust p,
.byo-location p {
    max-width: 720px;
    margin: 0;
    color: rgba(16, 45, 51, .82);
    font-size: 18px;
}

.byo-movement-path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.byo-movement-path::before {
    content: none;
}

.byo-move {
    position: relative;
    min-height: 176px;
    border: 1px solid var(--byo-line);
    border-radius: 8px;
    padding: 24px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 16px 38px rgba(21, 50, 56, .08);
}

.byo-move span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: var(--byo-deep);
    color: var(--byo-sun);
    font-size: 13px;
    font-weight: 950;
}

.byo-move h3 {
    margin: 18px 0 10px;
    color: var(--byo-deep);
    font-size: 28px;
    line-height: 1;
}

.byo-move p {
    margin: 0;
    color: rgba(16, 45, 51, .78);
}

.byo-style-layout {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.12fr);
    gap: clamp(28px, 7vw, 76px);
    align-items: start;
}

.byo-style-copy {
    position: sticky;
    top: 100px;
}

.byo-style-copy h2,
.byo-style-copy p {
    color: #fff;
}

.byo-style-copy .byo-eyebrow {
    color: var(--byo-sun);
}

.byo-style-copy .byo-button {
    margin-top: 28px;
}

.byo-style-board {
    display: grid;
    gap: 12px;
}

.byo-style-row {
    display: grid;
    grid-template-columns: 148px 1fr;
    gap: 18px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 20px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.byo-style-row span {
    color: var(--byo-sun);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.byo-style-row h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: clamp(25px, 4vw, 38px);
    line-height: 1;
}

.byo-style-row p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
}

.byo-group-table {
    display: grid;
    gap: 12px;
}

.byo-group-row {
    display: grid;
    grid-template-columns: 110px 1fr 150px;
    gap: 18px;
    align-items: center;
    border: 1px solid var(--byo-line);
    border-radius: 8px;
    padding: 18px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 14px 34px rgba(21, 50, 56, .07);
}

.byo-group-row > span {
    display: grid;
    min-height: 78px;
    place-items: center;
    border-radius: 8px;
    background: var(--byo-sun);
    color: var(--byo-deep);
    font-size: 28px;
    font-weight: 950;
}

.byo-group-row h3 {
    margin: 0 0 6px;
    color: var(--byo-deep);
    font-size: 26px;
    line-height: 1;
}

.byo-group-row p {
    margin: 0;
    color: rgba(16, 45, 51, .78);
}

.byo-group-row strong {
    color: var(--byo-rose);
    font-size: 15px;
    text-align: right;
    text-transform: uppercase;
}

.byo-trust {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: clamp(28px, 7vw, 76px);
    align-items: center;
}

.byo-trust__score {
    display: grid;
    min-height: 260px;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(from 140deg, var(--byo-rose), var(--byo-sun), var(--byo-aqua), var(--byo-rose));
    color: #fff;
    box-shadow: var(--byo-shadow);
}

.byo-trust__score span,
.byo-trust__score strong {
    display: block;
    text-align: center;
}

.byo-trust__score span {
    align-self: end;
    font-size: 70px;
    font-weight: 950;
    line-height: .85;
}

.byo-trust__score strong {
    align-self: start;
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.byo-trust .byo-button {
    margin-top: 28px;
}

.byo-social {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
    gap: clamp(28px, 6vw, 70px);
    align-items: end;
}

.byo-social-links {
    display: grid;
    gap: 14px;
}

.byo-social-link {
    display: grid;
    gap: 8px;
    min-height: 156px;
    align-content: center;
    border: 1px solid rgba(21, 50, 56, .13);
    border-radius: 8px;
    padding: 24px;
    background: rgba(255, 255, 255, .72);
    color: var(--byo-ink);
    box-shadow: 0 16px 38px rgba(21, 50, 56, .08);
}

.byo-social-link span,
.byo-social-link em {
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.byo-social-link span {
    color: var(--byo-rose);
}

.byo-social-link strong {
    color: var(--byo-deep);
    font-size: clamp(24px, 4vw, 38px);
    line-height: 1;
}

.byo-social-link em {
    color: rgba(16, 45, 51, .72);
}

.byo-location {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: clamp(28px, 6vw, 70px);
    align-items: center;
}

.byo-map {
    overflow: hidden;
    border: 10px solid #fff;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--byo-shadow);
}

.byo-map iframe {
    display: block;
    width: 100%;
    min-height: 460px;
    border: 0;
    filter: saturate(1.04) contrast(1.02);
}

.byo-coda {
    padding: 70px 0;
    background: linear-gradient(90deg, var(--byo-rose), var(--byo-coral), var(--byo-sun));
    color: var(--byo-deep);
}

.byo-coda__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.byo-coda h2 {
    margin: 0;
}

.byo-reveal {
    opacity: 1;
    transform: none;
}

.demo-danza-byo.reveal-ready .byo-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .7s ease, transform .7s ease;
}

.demo-danza-byo.reveal-ready .byo-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes byoPhotoBreath {
    from {
        transform: scale(1.025) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.06) translate3d(10px, -8px, 0);
    }
}

@keyframes byoMeter {
    0%,
    100% {
        transform: scaleY(.72);
    }

    50% {
        transform: scaleY(1);
    }
}

@media (max-width: 980px) {
    .byo-stage__grid,
    .byo-section--movement .byo-shell,
    .byo-style-layout,
    .byo-trust,
    .byo-social,
    .byo-location {
        grid-template-columns: 1fr;
    }

    .byo-stage__wash {
        background:
            linear-gradient(90deg, rgba(255, 249, 238, .96), rgba(255, 249, 238, .68)),
            linear-gradient(180deg, rgba(255, 249, 238, .1), rgba(255, 249, 238, .88));
    }

    .byo-pass,
    .byo-style-copy {
        position: relative;
        top: auto;
    }

    .byo-move,
    .byo-move:nth-child(2),
    .byo-move:nth-child(3),
    .byo-move:nth-child(4) {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .byo-shell,
    .byo-contact-strip {
        width: calc(100% - 24px);
    }

    .byo-stage {
        min-height: auto;
        padding: 46px 0 48px;
    }

    .byo-stage__media img {
        object-position: 62% center;
    }

    .byo-stage h1 {
        max-width: 350px;
        font-size: 58px;
        line-height: .82;
    }

    .byo-stage__claim {
        max-width: 350px;
        font-size: 23px;
    }

    .byo-stage__actions,
    .byo-location__actions {
        align-items: stretch;
        flex-direction: column;
        max-width: 350px;
    }

    .byo-button {
        width: 100%;
    }

    .byo-pass {
        display: none;
    }

    .byo-contact-strip {
        grid-template-columns: 1fr;
        margin-top: 12px;
    }

    .byo-section {
        padding: 48px 0;
    }

    .byo-section--movement .byo-heading {
        max-width: 340px;
        margin-bottom: 24px;
    }

    .byo-heading h2,
    .byo-style-copy h2,
    .byo-trust h2,
    .byo-location h2,
    .byo-coda h2 {
        font-size: 30px;
        line-height: 1.02;
    }

    .byo-heading p,
    .byo-style-copy p,
    .byo-trust p,
    .byo-location p {
        max-width: 340px;
    }

    .byo-movement-path,
    .byo-style-row,
    .byo-group-row {
        grid-template-columns: 1fr;
    }

    .byo-style-row {
        gap: 10px;
    }

    .byo-group-row strong {
        text-align: left;
    }

    .byo-trust__score {
        width: 210px;
        min-height: 210px;
        margin: 0 auto;
    }

    .byo-trust__score span {
        font-size: 58px;
    }

    .byo-map iframe {
        min-height: 340px;
    }

    .byo-coda__inner {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .byo-stage__media img,
    .byo-pass__meter span,
    .demo-danza-byo.reveal-ready .byo-reveal,
    .byo-reveal {
        animation: none;
        transition: none;
    }

    .demo-danza-byo.reveal-ready .byo-reveal,
    .byo-reveal {
        opacity: 1;
        transform: none;
    }
}
