/* SITEONE Hero module v1.0.0 */
.soh-hero {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    align-items: center;
    gap: clamp(54px, 7vw, 116px);
}

.soh-hero__copy {
    position: relative;
    z-index: 4;
    min-width: 0;
}

.soh-eyebrow {
    width: max-content;
    max-width: 100%;
    margin-bottom: 24px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--so-accent-strong);
    border: 1px solid rgba(117, 242, 229, .2);
    border-radius: 999px;
    background: rgba(57, 216, 200, .065);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1.2;
    text-transform: uppercase;
}

.soh-eyebrow__dot {
    position: relative;
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--so-accent-strong);
    box-shadow: 0 0 0 5px rgba(117, 242, 229, .09), 0 0 24px rgba(117, 242, 229, .55);
}

.soh-title {
    max-width: 780px;
    margin: 0;
    color: var(--so-text) !important;
    font-family: var(--so-font-display);
    font-size: clamp(46px, 5.25vw, 82px);
    font-weight: 500;
    letter-spacing: -.048em;
    line-height: .99;
}

.soh-title span {
    display: block;
    color: transparent;
    background: linear-gradient(105deg, #f0fffd 0%, var(--so-accent-strong) 55%, #39d8c8 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.soh-description {
    max-width: 660px;
    margin: 28px 0 0;
    color: var(--so-text-soft);
    font-size: clamp(17px, 1.45vw, 20px);
    font-weight: 400;
    line-height: 1.65;
}

.soh-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.soh-btn {
    min-height: 52px;
    padding-inline: 21px;
    border-radius: 14px;
}

.soh-btn--primary svg {
    transition: transform var(--so-transition);
}

.soh-btn--primary:hover svg {
    transform: translateX(3px);
}

.soh-note {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--so-muted);
    font-size: 12px;
}

.soh-note svg {
    flex: 0 0 auto;
    color: var(--so-accent-strong);
}

.soh-stats {
    margin-top: clamp(42px, 5vw, 64px);
    padding-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    border-top: 1px solid var(--so-line);
}

.soh-stat {
    min-width: 0;
    padding-right: 12px;
    display: grid;
    gap: 5px;
}

.soh-stat strong {
    color: var(--so-text);
    font-family: var(--so-font-display);
    font-size: clamp(17px, 1.5vw, 22px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.soh-stat span {
    color: var(--so-muted);
    font-size: 10px;
    line-height: 1.45;
}

.soh-showcase {
    position: relative;
    min-height: 580px;
    isolation: isolate;
    perspective: 1200px;
}

.soh-showcase::before {
    position: absolute;
    z-index: -3;
    inset: 7% 1% 4% 10%;
    content: "";
    border: 1px solid rgba(117, 242, 229, .09);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57, 216, 200, .075), transparent 67%);
    transform: rotate(-8deg);
}

.soh-showcase::after {
    position: absolute;
    z-index: -2;
    top: 18%;
    right: 4%;
    width: 70%;
    height: 62%;
    content: "";
    border-radius: 50%;
    background: rgba(57, 216, 200, .08);
    filter: blur(70px);
}

.soh-orbit {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border: 1px solid rgba(117, 242, 229, .11);
    border-radius: 50%;
}

.soh-orbit--one {
    inset: 13% 4% 8% 13%;
    transform: rotate(18deg);
}

.soh-orbit--two {
    inset: 25% 17% 22% 0;
    transform: rotate(-24deg);
}

.soh-showcase__label {
    position: absolute;
    z-index: 8;
    top: 1%;
    right: 4%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--so-muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .16em;
}

.soh-showcase__label span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--so-accent-strong);
    box-shadow: 0 0 14px rgba(117, 242, 229, .65);
}

.soh-browser {
    overflow: hidden;
    color: var(--so-text);
    border: 1px solid rgba(170, 231, 225, .18);
    border-radius: 20px;
    background: rgba(6, 18, 20, .86);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
    backdrop-filter: blur(14px);
}

.soh-browser--main {
    position: absolute;
    z-index: 4;
    top: 10%;
    left: 3%;
    width: 76%;
    transform: rotateY(-5deg) rotateZ(-1.4deg);
}

.soh-browser__chrome {
    min-height: 35px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid rgba(170, 231, 225, .1);
    background: rgba(255, 255, 255, .025);
}

.soh-browser__chrome > span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(209, 223, 221, .28);
}

.soh-browser__chrome > span:first-child {
    background: var(--so-accent);
}

.soh-browser__url {
    margin-left: 8px;
    color: rgba(209, 223, 221, .45);
    font-size: 8px;
    letter-spacing: .04em;
}

.soh-browser__screen {
    position: relative;
    min-height: 310px;
    overflow: hidden;
}

.soh-screen--aeris {
    padding: 21px 24px 24px;
    color: #eaf3ec;
    background:
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(145deg, #15231f, #384b3d 58%, #15221f);
    background-size: 42px 42px, 42px 42px, auto;
}

.soh-screen--aeris::before {
    position: absolute;
    right: -4%;
    bottom: -22%;
    width: 68%;
    height: 90%;
    content: "";
    border: 1px solid rgba(231, 241, 229, .16);
    background:
        linear-gradient(115deg, transparent 28%, rgba(221, 233, 217, .16) 29%, transparent 30%),
        linear-gradient(65deg, transparent 45%, rgba(221, 233, 217, .12) 46%, transparent 47%);
    transform: skewY(-10deg) rotate(-7deg);
}

.soh-screen__nav {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(234, 243, 236, .55);
    font-size: 6px;
    letter-spacing: .12em;
}

.soh-screen__nav b {
    margin-right: auto;
    color: #f5faf5;
    font-family: Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .18em;
}

.soh-screen__nav i {
    width: 19px;
    height: 1px;
    display: block;
    background: rgba(234, 243, 236, .44);
}

.soh-screen__hero {
    position: relative;
    z-index: 2;
    margin-top: 53px;
    display: grid;
    gap: 13px;
}

.soh-screen__hero small {
    color: #b7c7b9;
    font-size: 6px;
    letter-spacing: .22em;
}

.soh-screen__hero strong {
    max-width: 310px;
    color: #f0f6ef;
    font-family: Georgia, serif;
    font-size: clamp(24px, 2.3vw, 38px);
    font-weight: 400;
    line-height: 1.02;
}

.soh-screen__hero span {
    width: 62px;
    height: 20px;
    border: 1px solid rgba(237, 245, 236, .28);
    border-radius: 999px;
}

.soh-screen__grid {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 18px;
    display: flex;
    gap: 4px;
}

.soh-screen__grid i {
    width: 28px;
    height: 36px;
    display: block;
    border: 1px solid rgba(234, 243, 236, .14);
    background: rgba(234, 243, 236, .035);
}

.soh-project-meta {
    min-height: 67px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid rgba(170, 231, 225, .1);
}

.soh-project-meta > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.soh-project-meta strong {
    overflow: hidden;
    color: var(--so-text);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .035em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.soh-project-meta span {
    color: var(--so-muted);
    font-size: 8px;
}

.soh-project-meta > b {
    flex: 0 0 auto;
    color: var(--so-accent-strong);
    font-size: 10px;
    font-weight: 600;
}

.soh-browser--side {
    position: absolute;
    z-index: 6;
    width: 37%;
    border-radius: 16px;
}

.soh-browser--coffee {
    top: 5%;
    right: -2%;
    transform: rotate(4.5deg);
}

.soh-browser--clinic {
    right: 1%;
    bottom: 5%;
    transform: rotate(-3.5deg);
}

.soh-browser--side .soh-browser__screen {
    min-height: 190px;
}

.soh-screen--coffee {
    padding: 22px 18px;
    color: #2c1b13;
    background: #e7cfad;
}

.soh-screen__coffee-mark {
    width: 29px;
    height: 29px;
    margin-bottom: 34px;
    display: grid;
    place-items: center;
    color: #e7cfad;
    border-radius: 50%;
    background: #2c1b13;
    font-family: Georgia, serif;
    font-size: 14px;
}

.soh-screen--coffee small {
    display: block;
    color: rgba(44, 27, 19, .58);
    font-size: 5px;
    font-weight: 600;
    letter-spacing: .16em;
}

.soh-screen--coffee strong {
    margin-top: 8px;
    display: block;
    color: #2c1b13;
    font-family: Georgia, serif;
    font-size: clamp(15px, 1.35vw, 22px);
    font-weight: 400;
    line-height: 1.04;
}

.soh-screen__coffee-line {
    position: absolute;
    right: 15px;
    bottom: 14px;
    width: 36%;
    height: 1px;
    background: rgba(44, 27, 19, .48);
}

.soh-screen--clinic {
    padding: 18px;
    color: #112a33;
    background:
        radial-gradient(circle at 85% 20%, #dce9e6, transparent 38%),
        linear-gradient(140deg, #f5f1eb, #d9e8e6);
}

.soh-screen__clinic-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #143641;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .12em;
}

.soh-screen__clinic-top i {
    color: #2c9b91;
    font-style: normal;
    font-size: 8px;
}

.soh-screen--clinic > strong {
    margin-top: 34px;
    display: block;
    color: #12333d;
    font-family: var(--so-font-display);
    font-size: clamp(14px, 1.2vw, 20px);
    font-weight: 500;
    line-height: 1.05;
}

.soh-screen__clinic-card {
    position: absolute;
    right: 15px;
    bottom: -14px;
    width: 46%;
    height: 55%;
    border-radius: 60px 60px 0 0;
    background:
        radial-gradient(circle at 50% 31%, #ebd6c8 0 12%, transparent 13%),
        radial-gradient(ellipse at 50% 82%, #a6c6c3 0 36%, transparent 37%),
        linear-gradient(#c5d8d5, #c5d8d5);
}

.soh-project-chip {
    min-height: 47px;
    padding: 9px 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-top: 1px solid rgba(170, 231, 225, .1);
    background: rgba(6, 18, 20, .94);
}

.soh-project-chip span {
    color: var(--so-accent-strong);
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.soh-project-chip strong {
    overflow: hidden;
    color: var(--so-text-soft);
    font-size: 8px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.soh-project-chip--sold span {
    color: #aab7b5;
}

.soh-unique-card {
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: 1%;
    width: min(360px, 53%);
    padding: 13px 15px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--so-text);
    border: 1px solid rgba(117, 242, 229, .18);
    border-radius: 15px;
    background: rgba(5, 17, 19, .82);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
    backdrop-filter: blur(16px);
}

.soh-unique-card__icon {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: var(--so-accent-strong);
    border: 1px solid rgba(117, 242, 229, .22);
    border-radius: 12px;
    background: rgba(57, 216, 200, .075);
    font-family: var(--so-font-display);
    font-size: 11px;
    font-weight: 600;
}

.soh-unique-card > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.soh-unique-card strong {
    color: var(--so-text);
    font-size: 10px;
    font-weight: 600;
}

.soh-unique-card small {
    color: var(--so-muted);
    font-size: 8px;
    line-height: 1.45;
}

@media (prefers-reduced-motion: no-preference) {
    .soh-browser--main {
        animation: soh-float-main 8s ease-in-out infinite;
    }

    .soh-browser--coffee {
        animation: soh-float-coffee 7s ease-in-out infinite;
    }

    .soh-browser--clinic {
        animation: soh-float-clinic 9s ease-in-out infinite;
    }

    @keyframes soh-float-main {
        0%, 100% { transform: rotateY(-5deg) rotateZ(-1.4deg) translateY(0); }
        50% { transform: rotateY(-5deg) rotateZ(-1.4deg) translateY(-8px); }
    }

    @keyframes soh-float-coffee {
        0%, 100% { transform: rotate(4.5deg) translateY(0); }
        50% { transform: rotate(4.5deg) translateY(7px); }
    }

    @keyframes soh-float-clinic {
        0%, 100% { transform: rotate(-3.5deg) translateY(0); }
        50% { transform: rotate(-3.5deg) translateY(-6px); }
    }
}

@media (max-width: 1180px) {
    .soh-hero {
        grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr);
        gap: 42px;
    }

    .soh-showcase {
        min-height: 520px;
    }
}

@media (max-width: 980px) {
    .soh-hero {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .soh-hero__copy {
        max-width: 780px;
    }

    .soh-title {
        max-width: 850px;
    }

    .soh-showcase {
        width: min(760px, 100%);
        min-height: 550px;
        margin-inline: auto;
    }
}

@media (max-width: 680px) {
    .soh-eyebrow {
        margin-bottom: 18px;
        white-space: normal;
    }

    .soh-title {
        font-size: clamp(38px, 12vw, 60px);
    }

    .soh-description {
        margin-top: 22px;
        font-size: 16px;
    }

    .soh-actions {
        margin-top: 28px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .soh-btn {
        width: 100%;
    }

    .soh-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
    }

    .soh-showcase {
        min-height: 430px;
    }

    .soh-browser--main {
        top: 11%;
        left: 0;
        width: 88%;
    }

    .soh-browser__screen {
        min-height: 220px;
    }

    .soh-screen--aeris {
        padding: 16px;
    }

    .soh-screen__hero {
        margin-top: 34px;
    }

    .soh-screen__grid {
        display: none;
    }

    .soh-browser--side {
        width: 41%;
    }

    .soh-browser--coffee {
        top: 3%;
        right: 0;
    }

    .soh-browser--clinic {
        right: 2%;
        bottom: 2%;
    }

    .soh-browser--side .soh-browser__screen {
        min-height: 138px;
    }

    .soh-screen__coffee-mark {
        margin-bottom: 18px;
    }

    .soh-screen--clinic > strong {
        margin-top: 18px;
    }

    .soh-project-meta {
        min-height: 56px;
    }

    .soh-project-meta > b {
        display: none;
    }

    .soh-unique-card {
        width: 72%;
        left: 2%;
    }
}

@media (max-width: 440px) {
    .soh-note {
        align-items: flex-start;
    }

    .soh-showcase {
        min-height: 360px;
    }

    .soh-browser--main {
        width: 91%;
    }

    .soh-browser--side {
        width: 43%;
    }

    .soh-browser--side .soh-browser__screen {
        min-height: 112px;
        padding: 13px;
    }

    .soh-screen__coffee-mark {
        width: 21px;
        height: 21px;
        margin-bottom: 10px;
        font-size: 10px;
    }

    .soh-screen--coffee small,
    .soh-screen__clinic-top {
        display: none;
    }

    .soh-screen--coffee strong,
    .soh-screen--clinic > strong {
        font-size: 11px;
    }

    .soh-project-chip {
        min-height: 36px;
        padding: 7px 8px;
    }

    .soh-project-chip strong {
        display: none;
    }

    .soh-unique-card {
        width: 82%;
        padding: 10px 11px;
    }

    .soh-unique-card__icon {
        width: 32px;
        height: 32px;
    }
}
