/* /Views/Home/Index.cshtml.rz.scp.css */
.home-page[b-655mlrx23b] {
    --home-ink: var(--tenant-secondary, #10282f);
    --home-muted: var(--tenant-muted, #62767a);
    --home-aqua: var(--tenant-primary, #27c7c2);
    --home-aqua-dark: var(--tenant-primary-dark, #159f9b);
    --home-mint: var(--tenant-primary-soft, #e6f8f5);
    --home-cream: var(--tenant-section-background, #f3faf8);
    --home-line: rgba(16, 40, 47, .11);
    color: var(--home-ink);
    overflow: hidden;
}

.home-shell[b-655mlrx23b] {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.home-hero[b-655mlrx23b] {
    position: relative;
    padding: 72px 0 80px;
    background:
        radial-gradient(circle at 8% 92%, rgba(255, 255, 255, .88), transparent 22%),
        radial-gradient(circle at 76% 18%, color-mix(in srgb, var(--home-aqua) 21%, transparent), transparent 27%),
        linear-gradient(
            145deg,
            var(--tenant-page-start, #f8fcfb) 0%,
            var(--tenant-page-end, #eef8f7) 100%);
}

.home-hero[b-655mlrx23b]::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .28;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
}

.home-hero-grid[b-655mlrx23b] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(48px, 8vw, 110px);
}

.home-eyebrow[b-655mlrx23b] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--home-aqua-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.home-eyebrow[b-655mlrx23b]::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.home-hero h1[b-655mlrx23b] {
    max-width: 560px;
    margin: 16px 0 22px;
    letter-spacing: -.045em;
    line-height: 1;
}

.home-hero-grid-none[b-655mlrx23b] {
    grid-template-columns: minmax(0, 760px);
}

.home-hero-grid-none .home-hero-copy[b-655mlrx23b] {
    max-width: 760px;
}

.home-hero h1 > span[b-655mlrx23b] {
    display: block;
    margin-bottom: 6px;
    color: var(--home-ink);
    font-size: clamp(25px, 2.6vw, 36px);
    font-weight: 550;
    letter-spacing: -.03em;
}

.home-hero h1 em[b-655mlrx23b] {
    display: block;
    color: var(--home-aqua-dark);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 400;
    line-height: .98;
}

.home-lead[b-655mlrx23b] {
    max-width: 590px;
    margin: 0;
    color: var(--home-muted);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.75;
}

.home-actions[b-655mlrx23b] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.home-actions form[b-655mlrx23b] {
    margin: 0;
}

.home-button[b-655mlrx23b] {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-button:hover[b-655mlrx23b] {
    transform: translateY(-2px);
}

.home-button-primary[b-655mlrx23b] {
    position: relative;
    overflow: hidden;
    background: var(--home-ink);
    color: #fff;
    box-shadow: 0 14px 30px rgba(16, 40, 47, .16);
}

.home-button-primary[b-655mlrx23b]::before {
    content: "";
    position: absolute;
    top: -80%;
    left: -35%;
    width: 35%;
    height: 260%;
    transform: rotate(20deg);
    background: rgba(255, 255, 255, .12);
    transition: left .45s ease;
}

.home-button-primary:hover[b-655mlrx23b]::before { left: 115%; }

.home-button-arrow[b-655mlrx23b] {
    position: relative;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin-right: -8px;
    border-radius: 50%;
    background: var(--home-aqua);
}

.home-button-arrow[b-655mlrx23b]::before,
.home-button-arrow[b-655mlrx23b]::after {
    content: "";
    position: absolute;
    display: block;
}

.home-button-arrow[b-655mlrx23b]::before {
    width: 9px;
    height: 9px;
    top: 8px;
    right: 8px;
    border-top: 2px solid var(--home-ink);
    border-right: 2px solid var(--home-ink);
}

.home-button-arrow[b-655mlrx23b]::after {
    width: 11px;
    height: 2px;
    top: 14px;
    left: 8px;
    transform: rotate(-45deg);
    transform-origin: left center;
    border-radius: 999px;
    background: var(--home-ink);
}

.home-button-primary:hover[b-655mlrx23b] {
    color: #fff;
    box-shadow: 0 18px 36px rgba(16, 40, 47, .24);
}

.home-button-ghost[b-655mlrx23b] {
    border-color: var(--home-line);
    background: rgba(255, 255, 255, .55);
    color: var(--home-ink);
}

.home-button-ghost:hover[b-655mlrx23b] {
    background: #fff;
    color: var(--home-ink);
}

.home-hero-visual[b-655mlrx23b] {
    position: relative;
    aspect-ratio: .95 / 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 48% 48% 30px 30px;
    background:
        radial-gradient(circle at 72% 18%, rgba(255,255,255,.95), transparent 25%),
        linear-gradient(155deg, color-mix(in srgb, var(--home-mint) 72%, #fff), #fff);
    box-shadow: 0 28px 65px rgba(16, 40, 47, .08);
    isolation: isolate;
}

.home-hero-visual[b-655mlrx23b]::before {
    content: "";
    position: absolute;
    width: 72%;
    height: 72%;
    top: -27%;
    right: -24%;
    border-radius: 50%;
    background: color-mix(in srgb, var(--home-aqua) 15%, transparent);
    filter: blur(2px);
}

.home-visual-arch[b-655mlrx23b] {
    position: absolute;
    bottom: 7%;
    border: 1px solid color-mix(in srgb, var(--home-aqua-dark) 14%, transparent);
    border-radius: 999px 999px 24px 24px;
}

.home-visual-arch-one[b-655mlrx23b] {
    width: 60%;
    height: 74%;
    left: 9%;
    background: linear-gradient(
        155deg,
        color-mix(in srgb, var(--home-aqua) 24%, rgba(255,255,255,.62)),
        color-mix(in srgb, var(--home-aqua) 8%, rgba(255,255,255,.8)));
}

.home-visual-arch-two[b-655mlrx23b] {
    width: 54%;
    height: 59%;
    right: 8%;
    background: rgba(255,255,255,.62);
    box-shadow: 0 22px 50px rgba(16,40,47,.06);
}

.home-visual-line[b-655mlrx23b] {
    position: absolute;
    width: 34%;
    height: 1px;
    z-index: 2;
    background: color-mix(in srgb, var(--home-aqua-dark) 34%, transparent);
}

.home-visual-line-one[b-655mlrx23b] {
    top: 35%;
    left: 7%;
    transform: rotate(-19deg);
}

.home-visual-line-two[b-655mlrx23b] {
    right: 5%;
    bottom: 25%;
    transform: rotate(16deg);
}

.home-visual-logo[b-655mlrx23b] {
    position: relative;
    z-index: 3;
    max-width: 52%;
    max-height: 42%;
    display: grid;
    place-items: center;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 26px;
    background: rgba(255,255,255,.74);
    box-shadow: 0 20px 48px rgba(16,40,47,.1);
    backdrop-filter: blur(12px);
}

.home-visual-logo img[b-655mlrx23b] {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.home-hero-visual-circles[b-655mlrx23b] {
    border-radius: 50%;
}

.home-hero-visual-circles .home-visual-arch[b-655mlrx23b] {
    top: auto;
    bottom: auto;
    border-radius: 50%;
    background: transparent;
}

.home-hero-visual-circles .home-visual-arch-one[b-655mlrx23b] {
    width: 68%;
    height: 68%;
    left: 8%;
    background: color-mix(in srgb, var(--home-aqua) 11%, rgba(255,255,255,.5));
}

.home-hero-visual-circles .home-visual-arch-two[b-655mlrx23b] {
    width: 47%;
    height: 47%;
    right: 8%;
    background: color-mix(in srgb, var(--home-aqua) 22%, rgba(255,255,255,.5));
}

.home-hero-visual-circles .home-visual-line-one[b-655mlrx23b] {
    width: 16%;
    height: 16%;
    top: 19%;
    left: 51%;
    border-radius: 50%;
    background: var(--home-aqua-dark);
    transform: none;
}

.home-hero-visual-circles .home-visual-line-two[b-655mlrx23b] {
    display: none;
}

.home-hero-visual-logo .home-visual-arch[b-655mlrx23b],
.home-hero-visual-logo .home-visual-line[b-655mlrx23b] {
    display: none;
}

.home-hero-visual-logo[b-655mlrx23b] {
    border-radius: 40px;
    background:
        radial-gradient(circle at 50% 50%,
            color-mix(in srgb, var(--home-aqua) 13%, transparent),
            transparent 48%),
        rgba(255,255,255,.7);
}

.home-section[b-655mlrx23b] {
    padding-block: clamp(80px, 10vw, 130px);
}

.home-section-heading[b-655mlrx23b] {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 48px;
}

.home-section-heading h2[b-655mlrx23b],
.home-experience-copy h2[b-655mlrx23b],
.home-cta h2[b-655mlrx23b] {
    margin: 14px 0 0;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.home-section-heading > p[b-655mlrx23b] {
    max-width: 440px;
    margin: 0;
    color: var(--home-muted);
    line-height: 1.75;
}

.home-services[b-655mlrx23b] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-hero-visual-image[b-655mlrx23b] {
    border-radius: 38px;
    background: var(--home-mint);
}

.home-hero-visual-image[b-655mlrx23b]::before {
    display: none;
}

.home-visual-hero-image[b-655mlrx23b] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-services-count-1[b-655mlrx23b] {
    grid-template-columns: minmax(280px, 520px);
    justify-content: center;
}

.home-services-count-2[b-655mlrx23b] {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
}

.home-services-count-4[b-655mlrx23b] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-service-card[b-655mlrx23b] {
    position: relative;
    min-height: 410px;
    display: flex;
    flex-direction: column;
    padding: 34px;
    border: 1px solid var(--home-line);
    border-radius: 28px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(145deg, color-mix(in srgb, var(--home-aqua) 35%, transparent), rgba(16,40,47,.04)) border-box;
    border-color: transparent;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-service-card:hover[b-655mlrx23b] {
    transform: translateY(-7px);
    border-color: color-mix(in srgb, var(--home-aqua) 42%, transparent);
    box-shadow: 0 24px 55px rgba(16, 40, 47, .1);
}

.home-service-featured[b-655mlrx23b] {
    background:
        radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--home-aqua) 19%, transparent), transparent 28%),
        var(--home-ink);
    color: #fff;
    transform: translateY(18px);
}

.home-service-featured:hover[b-655mlrx23b] { transform: translateY(11px); }

.home-service-icon[b-655mlrx23b] {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-inline: auto;
    border-radius: 18px;
    background: var(--home-mint);
}

.home-service-icon svg[b-655mlrx23b] {
    width: 28px;
    fill: none;
    stroke: var(--home-aqua-dark);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.home-service-card h3[b-655mlrx23b] {
    margin: 34px 0 14px;
    color: inherit;
    font-size: 26px;
}

.home-service-card p[b-655mlrx23b] {
    margin: 0 0 28px;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.75;
}

.home-service-featured p[b-655mlrx23b] { color: rgba(255,255,255,.63); }

.home-service-card form[b-655mlrx23b] {
    margin-top: auto;
}

.home-service-button[b-655mlrx23b] {
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 18px;
    border: 1px solid color-mix(in srgb, var(--home-aqua) 24%, transparent);
    border-radius: 999px;
    background: var(--home-mint);
    color: var(--home-aqua-dark);
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.home-service-button:hover[b-655mlrx23b] {
    transform: translateY(-2px);
    background: var(--home-aqua);
    color: var(--home-ink);
}

.home-service-featured .home-service-button[b-655mlrx23b] {
    border-color: color-mix(in srgb, var(--home-aqua) 22%, transparent);
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

.home-service-icon > svg[b-655mlrx23b] {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: var(--home-aqua-dark);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-service-featured .home-service-button:hover[b-655mlrx23b] {
    background: #fff;
    color: var(--home-ink);
}

.specialty-icon-symbols[b-655mlrx23b] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.home-experience[b-655mlrx23b] {
    padding-block: clamp(80px, 10vw, 120px);
    background: var(--home-cream);
}

.home-experience-grid[b-655mlrx23b] {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: clamp(55px, 9vw, 120px);
}

.home-experience-art[b-655mlrx23b] {
    aspect-ratio: 4 / 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 180px 180px 28px 28px;
    background:
        linear-gradient(120deg, transparent 46%, rgba(255,255,255,.28) 47%, transparent 48%),
        radial-gradient(circle at 50% 40%, rgba(255,255,255,.85), transparent 31%),
        linear-gradient(155deg, var(--home-mint), color-mix(in srgb, var(--home-aqua) 38%, white));
    color: var(--home-ink);
    font-family: Georgia, serif;
    font-size: clamp(40px, 6vw, 72px);
    font-style: italic;
    line-height: .85;
    box-shadow: inset 0 0 0 12px rgba(255,255,255,.28);
}

.home-experience-art strong[b-655mlrx23b] {
    margin-block: 16px;
    color: var(--home-aqua-dark);
    font-size: .6em;
}

.home-experience-copy > p[b-655mlrx23b] {
    max-width: 610px;
    margin: 25px 0 34px;
    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.8;
}

.home-benefits[b-655mlrx23b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
}

.home-benefits div[b-655mlrx23b] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid var(--home-line);
}

.home-benefits strong[b-655mlrx23b] {
    color: var(--home-aqua-dark);
    font-size: 12px;
}

.home-benefits span[b-655mlrx23b] { font-weight: 700; }

.home-reviews-heading[b-655mlrx23b] {
    grid-template-columns: 1fr auto;
}

.home-rating[b-655mlrx23b] {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 0 12px;
}

.home-rating strong[b-655mlrx23b] { font: 600 34px/1 Georgia, serif; }
.home-rating span[b-655mlrx23b] { color: #d8a94f; letter-spacing: 2px; }
.home-rating small[b-655mlrx23b] { grid-column: 2; color: var(--home-muted); }

.home-reviews[b-655mlrx23b] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-reviews blockquote[b-655mlrx23b] {
    position: relative;
    margin: 0;
    padding: 34px;
    border: 1px solid var(--home-line);
    border-radius: 24px;
    background: #fff;
}

.home-quote[b-655mlrx23b] {
    color: var(--home-aqua);
    font: 64px/.7 Georgia, serif;
}

.home-reviews blockquote > p[b-655mlrx23b] {
    min-height: 110px;
    margin: 18px 0 28px;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.65;
}

.home-reviews footer[b-655mlrx23b] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-reviews footer > span[b-655mlrx23b] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--home-mint);
    color: var(--home-aqua-dark);
    font-size: 11px;
    font-weight: 900;
}

.home-reviews footer strong[b-655mlrx23b],
.home-reviews footer small[b-655mlrx23b] { display: block; }
.home-reviews footer strong[b-655mlrx23b] { font-size: 13px; }
.home-reviews footer small[b-655mlrx23b] { color: var(--home-muted); font-size: 11px; }

.home-cta[b-655mlrx23b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: clamp(52px, 7vw, 82px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 88% 25%, color-mix(in srgb, var(--home-aqua) 23%, transparent), transparent 25%),
        var(--home-ink);
    color: #fff;
}

.home-cta .home-eyebrow[b-655mlrx23b] { color: var(--home-aqua); }
.home-cta h2[b-655mlrx23b] { color: #fff; }
.home-cta p[b-655mlrx23b] { margin: 16px 0 0; color: rgba(255,255,255,.65); }
.home-cta form[b-655mlrx23b] { flex-shrink: 0; }

.home-button-light[b-655mlrx23b] {
    background: #fff;
    color: var(--home-ink);
}

.home-button-light:hover[b-655mlrx23b] { color: var(--home-ink); box-shadow: 0 16px 32px rgba(0,0,0,.2); }

.home-details[b-655mlrx23b] {
    display: grid;
    grid-template-columns: 1.35fr 1fr .8fr;
    gap: 50px;
    padding-block: 80px 30px;
}

.home-detail-label[b-655mlrx23b] {
    display: block;
    margin-bottom: 14px;
    color: var(--home-aqua-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.home-details h3[b-655mlrx23b] { margin: 0 0 12px; font-size: 22px; }
.home-details p[b-655mlrx23b] { max-width: 430px; margin: 0; color: var(--home-muted); line-height: 1.7; }
.home-details dl[b-655mlrx23b] { margin: 0; }
.home-details dl div[b-655mlrx23b] { display: flex; justify-content: space-between; gap: 24px; padding: 5px 0; }
.home-details dt[b-655mlrx23b] { font-weight: 600; }
.home-details dd[b-655mlrx23b] { margin: 0; color: var(--home-muted); }

@media (max-width: 900px) {
    .home-hero-grid[b-655mlrx23b],
    .home-experience-grid[b-655mlrx23b] { grid-template-columns: 1fr; }
    .home-hero-copy[b-655mlrx23b] { max-width: 680px; }
    .home-hero-visual[b-655mlrx23b] { width: min(560px, 88%); margin-inline: auto; }
    .home-services[b-655mlrx23b],
    .home-reviews[b-655mlrx23b] { grid-template-columns: 1fr 1fr; }
    .home-services-count-1[b-655mlrx23b] { grid-template-columns: minmax(280px, 520px); }
    .home-service-featured[b-655mlrx23b] { transform: none; }
    .home-service-featured:hover[b-655mlrx23b] { transform: translateY(-7px); }
    .home-experience-art[b-655mlrx23b] { width: min(480px, 80%); margin-inline: auto; }
    .home-details[b-655mlrx23b] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .home-shell[b-655mlrx23b] { width: min(100% - 28px, 1180px); }
    .home-hero[b-655mlrx23b] { padding: 48px 0 60px; }
    .home-actions[b-655mlrx23b] { align-items: stretch; flex-direction: column; }
    .home-actions form[b-655mlrx23b] { width: 100%; }
    .home-button[b-655mlrx23b] { width: 100%; }
    .home-hero-visual[b-655mlrx23b] { width: 100%; border-radius: 42% 42% 30px 30px; }
    .home-section-heading[b-655mlrx23b],
    .home-reviews-heading[b-655mlrx23b] { grid-template-columns: 1fr; gap: 24px; }
    .home-services[b-655mlrx23b],
    .home-reviews[b-655mlrx23b],
    .home-details[b-655mlrx23b] { grid-template-columns: 1fr; }
    .home-service-card[b-655mlrx23b] { min-height: 360px; padding: 28px; }
    .home-experience-art[b-655mlrx23b] { width: 100%; }
    .home-benefits[b-655mlrx23b] { grid-template-columns: 1fr; }
    .home-reviews blockquote > p[b-655mlrx23b] { min-height: auto; }
    .home-cta[b-655mlrx23b] { align-items: stretch; flex-direction: column; padding: 42px 26px; }
    .home-details[b-655mlrx23b] { gap: 36px; padding-top: 60px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-page *[b-655mlrx23b] { scroll-behavior: auto !important; transition: none !important; }
}

/* Studio homepage design (stored as "editorial" for backwards compatibility) */
.home-page.home-design-editorial[b-655mlrx23b] {
    --editorial-line: color-mix(in srgb, var(--home-ink) 16%, transparent);
    background:
        linear-gradient(180deg,
            var(--tenant-page-start, #f8fcfb) 0,
            var(--tenant-page-end, #f7f3ee) 100%);
}

.home-page.home-design-editorial .home-shell[b-655mlrx23b] {
    width: min(1180px, calc(100% - 56px));
}

.home-page.home-design-editorial .home-hero[b-655mlrx23b] {
    padding: clamp(64px, 8vw, 104px) 0;
    border-bottom: 1px solid var(--editorial-line);
    background: transparent;
}

.home-page.home-design-editorial .home-hero[b-655mlrx23b]::after {
    display: none;
}

.home-page.home-design-editorial .home-hero-grid[b-655mlrx23b] {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    isolation: isolate;
}

.home-page.home-design-editorial .home-hero-copy[b-655mlrx23b] {
    width: min(820px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    z-index: 2;
    text-align: center;
}

.home-page.home-design-editorial .home-eyebrow[b-655mlrx23b] {
    letter-spacing: .18em;
}

.home-page.home-design-editorial .home-hero h1[b-655mlrx23b] {
    max-width: 780px;
    margin-block: 18px 22px;
    line-height: 1.08;
}

.home-page.home-design-editorial .home-hero h1 > span[b-655mlrx23b] {
    margin-bottom: 6px;
    font-family: var(--tenant-font-sans, inherit);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 650;
    letter-spacing: -.015em;
}

.home-page.home-design-editorial .home-hero h1 em[b-655mlrx23b] {
    font-family: var(--tenant-font-heading, inherit);
    font-size: clamp(36px, 4.2vw, 54px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.03;
}

.home-page.home-design-editorial .home-lead[b-655mlrx23b] {
    max-width: 760px;
    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 1.7;
}

.home-page.home-design-editorial .home-actions[b-655mlrx23b] {
    justify-content: center;
    margin-top: 28px;
}

.home-page.home-design-editorial .home-button[b-655mlrx23b] {
    border-radius: 6px;
}

.home-page.home-design-editorial .home-studio-visual[b-655mlrx23b] {
    width: 100%;
    z-index: 1;
}

.home-page.home-design-editorial .home-studio-image[b-655mlrx23b] {
    width: 100%;
    height: clamp(280px, 34vw, 420px);
    display: block;
    margin-top: clamp(44px, 6vw, 72px);
    border-radius: 4px;
    object-fit: cover;
    box-shadow: 16px 16px 0 color-mix(in srgb, var(--home-aqua) 12%, transparent);
}

.home-page.home-design-editorial .home-studio-visual-logo[b-655mlrx23b] {
    order: -1;
}

.home-page.home-design-editorial .home-studio-logo[b-655mlrx23b] {
    width: min(150px, 26vw);
    max-height: 110px;
    display: block;
    margin: 0 auto 28px;
    object-fit: contain;
}

.home-page.home-design-editorial .home-studio-visual-circles[b-655mlrx23b],
.home-page.home-design-editorial .home-studio-visual-arches[b-655mlrx23b] {
    position: absolute;
    inset: -44px 0 auto;
    height: 360px;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-page.home-design-editorial .home-studio-visual-circles span[b-655mlrx23b],
.home-page.home-design-editorial .home-studio-visual-arches span[b-655mlrx23b] {
    position: absolute;
    display: block;
    border: 1px solid color-mix(in srgb, var(--home-aqua) 20%, transparent);
    background: color-mix(in srgb, var(--home-aqua) 6%, transparent);
    opacity: .72;
}

.home-page.home-design-editorial .home-studio-visual-circles span[b-655mlrx23b] {
    border-radius: 50%;
}

.home-page.home-design-editorial .home-studio-visual-circles span:nth-child(1)[b-655mlrx23b] {
    width: 320px;
    height: 320px;
    top: -190px;
    left: -90px;
}

.home-page.home-design-editorial .home-studio-visual-circles span:nth-child(2)[b-655mlrx23b] {
    width: 220px;
    height: 220px;
    top: -120px;
    right: 2%;
}

.home-page.home-design-editorial .home-studio-visual-circles span:nth-child(3)[b-655mlrx23b] {
    width: 90px;
    height: 90px;
    top: 120px;
    right: 14%;
    background: color-mix(in srgb, var(--home-aqua) 12%, transparent);
}

.home-page.home-design-editorial .home-studio-visual-arches span[b-655mlrx23b] {
    width: 260px;
    height: 300px;
    top: -185px;
    border-radius: 140px 140px 0 0;
}

.home-page.home-design-editorial .home-studio-visual-arches span:nth-child(1)[b-655mlrx23b] {
    left: -40px;
}

.home-page.home-design-editorial .home-studio-visual-arches span:nth-child(2)[b-655mlrx23b] {
    left: 50%;
    transform: translateX(-50%);
}

.home-page.home-design-editorial .home-studio-visual-arches span:nth-child(3)[b-655mlrx23b] {
    right: -40px;
}

.home-page.home-design-editorial .home-section[b-655mlrx23b] {
    padding-block: clamp(64px, 7vw, 88px);
}

.home-page.home-design-editorial .home-section-heading[b-655mlrx23b] {
    grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
    align-items: start;
    gap: clamp(44px, 8vw, 120px);
    margin-bottom: 46px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--editorial-line);
}

.home-page.home-design-editorial .home-section-heading h2[b-655mlrx23b],
.home-page.home-design-editorial .home-experience-copy h2[b-655mlrx23b],
.home-page.home-design-editorial .home-cta h2[b-655mlrx23b] {
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.08;
}

.home-page.home-design-editorial .home-section-heading > p[b-655mlrx23b] {
    max-width: 640px;
    padding-top: 10px;
    font-size: 17px;
}

.home-page.home-design-editorial #behandelingen .home-section-heading[b-655mlrx23b] {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 14px;
    text-align: center;
}

.home-page.home-design-editorial #behandelingen .home-section-heading > div[b-655mlrx23b] {
    display: grid;
    justify-items: center;
}

.home-page.home-design-editorial #behandelingen .home-section-heading > p[b-655mlrx23b] {
    padding-top: 0;
    text-align: center;
}

.home-page.home-design-editorial .home-services[b-655mlrx23b] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--editorial-line);
    border-radius: 8px;
    background: var(--editorial-line);
}

.home-page.home-design-editorial .home-service-card[b-655mlrx23b] {
    min-height: 250px;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-areas:
        "icon title"
        "icon copy"
        "icon action";
    grid-template-rows: auto 1fr auto;
    align-items: start;
    gap: 0 26px;
    padding: clamp(30px, 4vw, 48px);
    border: 0;
    border-radius: 0;
    background: var(--tenant-surface, #fff);
    box-shadow: none;
    transform: none;
}

.home-page.home-design-editorial .home-service-card:hover[b-655mlrx23b],
.home-page.home-design-editorial .home-service-featured[b-655mlrx23b],
.home-page.home-design-editorial .home-service-featured:hover[b-655mlrx23b] {
    border: 0;
    background: var(--tenant-surface, #fff);
    color: var(--home-ink);
    box-shadow: inset 5px 0 0 var(--home-aqua);
    transform: none;
}

.home-page.home-design-editorial .home-service-icon[b-655mlrx23b] {
    grid-area: icon;
    width: 58px;
    height: 58px;
    margin: 0;
    border-radius: 50%;
}

.home-page.home-design-editorial .home-service-card h3[b-655mlrx23b] {
    grid-area: title;
    margin: 3px 0 14px;
    font-size: clamp(20px, 1.9vw, 26px);
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.home-page.home-design-editorial .home-service-card p[b-655mlrx23b],
.home-page.home-design-editorial .home-service-featured p[b-655mlrx23b] {
    grid-area: copy;
    margin-bottom: 26px;
    color: var(--home-muted);
    font-size: 15px;
}

.home-page.home-design-editorial .home-service-card form[b-655mlrx23b],
.home-page.home-design-editorial .home-service-card > .home-service-button[b-655mlrx23b] {
    grid-area: action;
    justify-self: start;
}

.home-page.home-design-editorial .home-service-button[b-655mlrx23b] {
    padding-inline: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.home-page.home-design-editorial .home-service-button:hover[b-655mlrx23b] {
    background: transparent;
    color: var(--home-ink);
    transform: translateX(4px);
}

.home-page.home-design-editorial .home-experience[b-655mlrx23b] {
    padding-block: clamp(72px, 8vw, 104px);
    background: var(--home-ink);
    color: #fff;
}

.home-page.home-design-editorial .home-experience-grid[b-655mlrx23b] {
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    gap: clamp(54px, 10vw, 150px);
}

.home-page.home-design-editorial .home-experience-art[b-655mlrx23b] {
    width: 100%;
    max-width: 430px;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 0;
    background:
        linear-gradient(145deg, transparent 0 48%, rgba(255,255,255,.08) 48% 52%, transparent 52%),
        color-mix(in srgb, var(--home-aqua) 25%, var(--home-ink));
    color: #fff;
    box-shadow: 24px 24px 0 color-mix(in srgb, var(--home-aqua) 72%, transparent);
}

.home-page.home-design-editorial .home-experience-copy h2[b-655mlrx23b] {
    max-width: 720px;
    color: #fff;
}

.home-page.home-design-editorial .home-experience-copy > p[b-655mlrx23b] {
    color: rgba(255, 255, 255, .7);
}

.home-page.home-design-editorial .home-benefits[b-655mlrx23b] {
    border-top-color: rgba(255, 255, 255, .18);
}

.home-page.home-design-editorial .home-benefits div[b-655mlrx23b] {
    border-bottom-color: rgba(255, 255, 255, .18);
}

.home-page.home-design-editorial .home-benefits strong[b-655mlrx23b] {
    color: var(--home-aqua);
}

.home-page.home-design-editorial .home-reviews blockquote[b-655mlrx23b] {
    border-radius: 4px;
    box-shadow: none;
}

.home-page.home-design-editorial .home-reviews blockquote > p[b-655mlrx23b] {
    font-size: 16px;
}

.home-page.home-design-editorial .home-cta[b-655mlrx23b] {
    border-radius: 6px;
}

.home-page.home-design-editorial .home-details[b-655mlrx23b] {
    margin-top: 70px;
    padding-top: 52px;
    border-top: 1px solid var(--editorial-line);
}

@media (max-width: 900px) {
    .home-page.home-design-editorial .home-shell[b-655mlrx23b] {
        width: min(100% - 40px, 1180px);
    }

    .home-page.home-design-editorial .home-hero[b-655mlrx23b] {
        background: var(--tenant-page-start, #f8fcfb);
    }

    .home-page.home-design-editorial .home-experience-grid[b-655mlrx23b] {
        grid-template-columns: 1fr;
    }

    .home-page.home-design-editorial .home-hero-copy[b-655mlrx23b] {
        min-height: 0;
        margin: 0;
        padding: 0;
    }

    .home-page.home-design-editorial .home-section-heading[b-655mlrx23b] {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-page.home-design-editorial .home-experience-art[b-655mlrx23b] {
        width: min(420px, 82%);
    }
}

@media (max-width: 640px) {
    .home-page.home-design-editorial .home-shell[b-655mlrx23b] {
        width: min(100% - 28px, 1180px);
    }

    .home-page.home-design-editorial .home-hero-copy[b-655mlrx23b] {
        min-height: auto;
        margin: 0;
        padding: 0;
    }

    .home-page.home-design-editorial .home-hero h1 em[b-655mlrx23b] {
        font-size: clamp(34px, 10vw, 46px);
    }

    .home-page.home-design-editorial .home-studio-image[b-655mlrx23b] {
        height: 250px;
    }

    .home-page.home-design-editorial .home-services[b-655mlrx23b] {
        grid-template-columns: 1fr;
    }

    .home-page.home-design-editorial .home-service-card[b-655mlrx23b] {
        min-height: 0;
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 0 18px;
        padding: 28px 24px;
    }

    .home-page.home-design-editorial .home-service-icon[b-655mlrx23b] {
        width: 50px;
        height: 50px;
    }

    .home-page.home-design-editorial .home-experience-art[b-655mlrx23b] {
        width: calc(100% - 24px);
    }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
.site-header[b-ywperv9y3m] {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(16, 40, 47, .08);
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(18px) saturate(150%);
}

.site-nav[b-ywperv9y3m] {
    min-height: 76px;
    padding: 0;
}

.site-nav-inner[b-ywperv9y3m] {
    min-height: 76px;
}

.site-nav .site-brand[b-ywperv9y3m] {
    display: inline-block !important;
    color: var(--tenant-secondary, #10282f);
    letter-spacing: -.01em;
    text-decoration: none;
}

.site-nav .site-brand:hover[b-ywperv9y3m] { color: var(--tenant-secondary, #10282f); }

.site-brand-inline[b-ywperv9y3m] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 11px;
}

.site-brand-mark[b-ywperv9y3m] {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 20%, #fff, transparent 32%),
        linear-gradient(145deg, #fff, var(--tenant-primary-soft, #b9e8e3));
    box-shadow:
        inset 0 0 0 1px color-mix(in srgb, var(--tenant-primary) 16%, transparent),
        0 8px 20px rgba(16,40,47,.08);
}

.site-brand-mark img[b-ywperv9y3m] {
    width: 31px;
    height: 31px;
}

.site-brand-mark .site-brand-custom-logo[b-ywperv9y3m] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 5px;
    object-fit: contain;
}

.site-brand-copy[b-ywperv9y3m] {
    display: grid;
    min-width: 0;
    line-height: 1;
}

.site-brand-copy strong[b-ywperv9y3m] {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    letter-spacing: -.035em;
}

.site-brand-copy small[b-ywperv9y3m] {
    margin-top: 5px;
    color: var(--tenant-primary-dark, #159f9b);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.site-nav-links[b-ywperv9y3m] {
    align-items: center;
    gap: 6px;
    margin-right: 20px;
}

.site-nav-links .nav-link[b-ywperv9y3m] {
    position: relative;
    padding: 11px 14px !important;
    color: var(--tenant-muted, #62767a);
    font-weight: 700;
}

.site-nav-links .nav-link[b-ywperv9y3m]::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 5px;
    left: 14px;
    height: 2px;
    transform: scaleX(0);
    border-radius: 2px;
    background: var(--tenant-primary, #27c7c2);
    transition: transform .2s ease;
}

.site-nav-links .nav-link:hover[b-ywperv9y3m] {
    color: var(--tenant-secondary, #10282f);
}

.site-nav-links .nav-link:hover[b-ywperv9y3m]::after { transform: scaleX(1); }

.site-account[b-ywperv9y3m] {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.site-account ul[b-ywperv9y3m] {
    align-items: center;
    margin: 0;
}

.site-account .nav-link[b-ywperv9y3m] {
    color: var(--tenant-muted, #62767a);
    font-size: 12px;
}

.site-nav-cta[b-ywperv9y3m] {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 17px;
    border: 0;
    border-radius: 999px;
    background: var(--tenant-secondary, #10282f);
    box-shadow: 0 9px 22px rgba(16,40,47,.14);
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.site-nav-booking[b-ywperv9y3m] { margin: 0; }

.site-nav-cta:hover[b-ywperv9y3m] {
    transform: translateY(-1px);
    box-shadow: 0 13px 26px rgba(16,40,47,.22);
    color: #fff;
}

.site-nav-cta-arrow[b-ywperv9y3m] {
    position: relative;
    width: 13px;
    height: 13px;
    display: inline-block;
    flex: 0 0 13px;
}

.site-nav-cta-arrow[b-ywperv9y3m]::before,
.site-nav-cta-arrow[b-ywperv9y3m]::after {
    content: "";
    position: absolute;
    display: block;
}

.site-nav-cta-arrow[b-ywperv9y3m]::before {
    width: 7px;
    height: 7px;
    top: 1px;
    right: 1px;
    border-top: 2px solid var(--tenant-primary, #54d8d2);
    border-right: 2px solid var(--tenant-primary, #54d8d2);
}

.site-nav-cta-arrow[b-ywperv9y3m]::after {
    width: 9px;
    height: 2px;
    left: 2px;
    bottom: 2px;
    transform: rotate(-45deg);
    transform-origin: left center;
    border-radius: 999px;
    background: var(--tenant-primary, #54d8d2);
}

.site-footer[b-ywperv9y3m] {
    margin-top: 80px;
    border-top: 1px solid rgba(16, 40, 47, .09);
    background: #fff;
    color: var(--tenant-muted, #62767a);
}

.site-footer-inner[b-ywperv9y3m] {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 12px;
}

.site-footer-brand[b-ywperv9y3m] {
    color: var(--tenant-secondary, #10282f);
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .site-nav-inner[b-ywperv9y3m] { padding-block: 12px; }

    .site-nav .navbar-collapse[b-ywperv9y3m] {
        margin-top: 12px;
        padding: 16px;
        border: 1px solid rgba(16,40,47,.08);
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 18px 45px rgba(16,40,47,.09);
    }

    .site-nav-links[b-ywperv9y3m] {
        align-items: stretch;
        margin: 0 0 12px;
    }

    .site-account[b-ywperv9y3m] {
        margin: 0 0 12px;
    }

    .site-nav-cta[b-ywperv9y3m] { justify-content: center; }

    .site-footer-inner[b-ywperv9y3m] {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-block: 24px;
    }
}
