.site-body {
    --public-sand: #f2eee6;
    --public-ivory: #fbf9f4;
    --public-stone: #ddd4c7;
    --public-taupe: #b9a693;
    --public-cocoa: #35251f;
    --public-ink: #2a211d;
    --public-muted: #756c65;
    --public-accent: #e86642;
    --public-accent-soft: #efd8cb;
    --public-line: #35251f24;
    background: var(--public-sand);
    color: var(--public-ink);
    font-family:
        Segoe UI,
        Helvetica Neue,
        Arial,
        sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
.site-body h1,
.site-body h2 {
    letter-spacing: -0.035em;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-weight: 400;
    line-height: 1.02;
}
.site-body .eyebrow {
    color: var(--public-accent);
    letter-spacing: 0.2em;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 0.68rem;
    font-weight: 700;
}
.site-body .eyebrow:before {
    width: 28px;
    height: 1px;
}
.site-body .button {
    border: 1px solid var(--public-accent);
    background: var(--public-accent);
    color: #fff;
    letter-spacing: 0.08em;
    min-height: 49px;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0 23px;
    font-size: 0.75rem;
    font-weight: 700;
}
.site-body .button:hover {
    background: var(--public-cocoa);
    border-color: var(--public-cocoa);
    box-shadow: none;
}
.site-body .button--ghost {
    border-color: var(--public-line);
    color: var(--public-cocoa);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: 0 0;
}
.site-body .button--dark {
    border-color: var(--public-cocoa);
    background: var(--public-cocoa);
}
.site-body .section-heading {
    max-width: 650px;
    margin-bottom: 48px;
}
.site-body .section-heading h2 {
    font-size: clamp(2.7rem, 4.2vw, 4.4rem);
}
.site-body .section-heading--row {
    gap: 72px;
    max-width: none;
}
.site-body .section-heading--row > p {
    max-width: 320px;
    color: var(--public-muted);
    font-size: 0.94rem;
}
.site-body .site-header {
    border-bottom: 1px solid var(--public-line);
    color: var(--public-cocoa);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #f2eee6eb;
    position: fixed;
}
.site-body .site-header.is-scrolled {
    background: #fbf9f4f7;
    box-shadow: 0 10px 35px #35251f12;
}
.site-body .site-header__inner {
    gap: 30px;
    height: 78px;
}
.site-body .site-nav {
    color: var(--public-cocoa);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    gap: 23px;
    font-size: 0.67rem;
    font-weight: 700;
}
.site-body .site-nav a {
    opacity: 0.76;
}
.site-body .site-nav a:hover {
    color: var(--public-accent);
    opacity: 1;
}
.site-body .header-cta {
    min-height: 42px;
    padding-inline: 19px;
}
.site-body .menu-toggle span:not(.sr-only) {
    background: var(--public-cocoa);
}
.site-body .hero {
    border: 1px solid var(--public-line);
    background: var(--public-ivory);
    width: min(1280px, 100% - 48px);
    min-height: 0;
    color: var(--public-cocoa);
    border-radius: 28px;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    align-items: stretch;
    margin: 102px auto 0;
    display: grid;
    overflow: hidden;
}
.site-body .hero__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 51% center;
    object-position: 51% center;
    filter: saturate(0.78) contrast(0.94);
    grid-area: 1/2;
    width: 100%;
    height: 680px;
    position: relative;
    inset: auto;
}
.site-body .hero__veil,
.site-body .hero__glow,
.site-body .hero__marquee {
    display: none;
}
.site-body .hero__content.container {
    flex-direction: column;
    grid-area: 1/1;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 70px clamp(38px, 4.6vw, 72px) 48px;
    display: flex;
    position: relative;
}
.site-body .hero h1 {
    max-width: 540px;
    color: var(--public-cocoa);
    text-wrap: balance;
    margin-bottom: 24px;
    font-size: clamp(3.1rem, 4.1vw, 4.65rem);
    line-height: 0.98;
}
.site-body .hero__content > p {
    max-width: 470px;
    color: var(--public-muted);
    font-size: 0.98rem;
    line-height: 1.75;
}
.site-body .hero__actions {
    margin-top: 27px;
}
.site-body .hero__proof {
    border-top: 1px solid var(--public-line);
    width: 100%;
    max-width: 520px;
    margin: 45px 0 0;
}
.site-body .hero__proof li {
    color: var(--public-muted);
    padding: 18px 14px 0 0;
    font-size: 0.7rem;
    line-height: 1.4;
}
.site-body .hero__proof strong {
    color: var(--public-accent);
}
.site-body .about-section {
    background: var(--public-sand);
}
.site-body .split-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: clamp(60px, 8vw, 110px);
}
.site-body .image-stack:before {
    border: 1px solid var(--public-taupe);
    border-radius: 180px 180px 18px 18px;
    inset: 28px -24px -24px 30px;
}
.site-body .image-stack img {
    aspect-ratio: 1/1.08;
    box-shadow: none;
    filter: saturate(0.74) contrast(0.95);
    border-radius: 180px 180px 18px 18px;
}
.site-body .image-stack__badge {
    background: var(--public-accent);
    width: 104px;
    height: 104px;
    box-shadow: none;
    bottom: 34px;
    right: -24px;
}
.site-body .image-stack__badge strong {
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 2.25rem;
}
.site-body .content-block h2 {
    max-width: 560px;
    margin-bottom: 25px;
    font-size: clamp(2.8rem, 4.3vw, 4.55rem);
}
.site-body .content-block p {
    color: var(--public-muted);
    font-size: 0.95rem;
}
.site-body .content-block .lead {
    color: var(--public-ink);
    font-size: 1.05rem;
    font-weight: 600;
}
.site-body .mini-statement {
    background: var(--public-ivory);
    border: 0;
    border-radius: 14px;
    margin-top: 30px;
    padding: 22px 24px;
}
.site-body .values-section {
    background: var(--public-stone);
    color: var(--public-cocoa);
    padding: 98px 0;
}
.site-body .values-section:after {
    display: none;
}
.site-body .values-section .section-heading {
    max-width: 620px;
    margin-bottom: 46px;
}
.site-body .values-section .section-heading h2 {
    font-size: clamp(2.8rem, 4.2vw, 4.4rem);
}
.site-body .values-grid {
    border: 0;
    border-radius: 0;
    gap: 12px;
    overflow: visible;
}
.site-body .value-card {
    background: #fbf9f494;
    border: 1px solid #35251f1f;
    border-radius: 16px;
    min-width: 0;
    min-height: 238px;
    padding: 25px 21px;
}
.site-body .value-card:last-child {
    border: 1px solid #35251f1f;
}
.site-body .value-card:hover {
    background: var(--public-ivory);
    transform: translateY(-3px);
}
.site-body .value-card > span {
    color: var(--public-accent);
    font-size: 0.64rem;
}
.site-body .value-card h3 {
    color: var(--public-cocoa);
    overflow-wrap: anywhere;
    margin: 62px 0 13px;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(1.35rem, 1.5vw, 1.65rem);
    font-weight: 400;
    line-height: 1.05;
}
.site-body .value-card p {
    color: var(--public-muted);
    font-size: 0.76rem;
    line-height: 1.55;
}
.site-body .process-section {
    background: var(--public-ivory);
}
.site-body .process-grid {
    background: 0 0;
    border: 0;
    border-radius: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.site-body .process-grid li {
    border: 1px solid var(--public-line);
    background: 0 0;
    border-radius: 16px;
    min-height: 165px;
    padding: 28px;
}
.site-body .process-grid li > span {
    color: var(--public-accent);
    letter-spacing: 0.12em;
    font-family:
        Segoe UI,
        Arial,
        sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
}
.site-body .process-grid h3 {
    color: var(--public-cocoa);
    margin-top: 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.2rem;
    font-weight: 400;
}
.site-body .process-grid p,
.site-body .disclaimer {
    color: var(--public-muted);
}
.site-body .packages-section {
    background: var(--public-sand);
}
.site-body .package-grid {
    gap: 22px;
}
.site-body .package-card {
    border: 1px solid var(--public-line);
    background: var(--public-ivory);
    border-radius: 18px;
}
.site-body .package-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px #35251f14;
}
.site-body .package-card--featured {
    border-color: var(--public-taupe);
}
.site-body .package-card__media {
    height: 310px;
}
.site-body .package-card__media img {
    filter: saturate(0.75) contrast(0.96);
}
.site-body .package-card__tag,
.site-body .package-card__sessions {
    letter-spacing: 0.12em;
    font-size: 0.61rem;
}
.site-body .package-card__tag {
    background: var(--public-accent);
}
.site-body .package-card__sessions {
    background: #35251fb8;
}
.site-body .package-card__body {
    padding: 27px 29px 29px;
}
.site-body .package-card h3 {
    color: var(--public-cocoa);
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 2rem;
    font-weight: 400;
}
.site-body .package-card__body > p {
    color: var(--public-muted);
    font-size: 0.88rem;
}
.site-body .package-card li {
    border: 1px solid var(--public-line);
    color: var(--public-muted);
    background: 0 0;
}
.site-body .package-card li:before {
    color: var(--public-accent);
}
.site-body .package-card__footer {
    border-color: var(--public-line);
}
.site-body .round-link {
    background: var(--public-cocoa);
}
.site-body .round-link:hover {
    background: var(--public-accent);
}
.site-body .experience-section {
    background: var(--public-taupe);
    width: min(1180px, 100% - 48px);
    min-height: 610px;
    color: var(--public-cocoa);
    border-radius: 22px;
    grid-template-columns: 1.08fr 0.92fr;
    margin: 20px auto 104px;
    overflow: hidden;
}
.site-body .experience-section__image img {
    filter: saturate(0.7) contrast(0.92);
}
.site-body .experience-section__content {
    padding: 64px clamp(38px, 5vw, 72px);
}
.site-body .experience-section h2 {
    color: var(--public-cocoa);
    margin-bottom: 24px;
    font-size: clamp(2.9rem, 4.4vw, 4.55rem);
}
.site-body .experience-section__content > p {
    color: #35251fbf;
    font-size: 0.94rem;
}
.site-body .feature-list span {
    border-color: #35251f2e;
    font-size: 0.74rem;
}
.site-body .feature-list span:before {
    color: var(--public-accent);
}
.site-body .experience-section .consent-note {
    color: #35251f94;
}
.site-body .testimonials-section {
    background: var(--public-ivory);
}
.site-body .testimonial-grid blockquote {
    border-color: var(--public-line);
    border-radius: 16px;
}
.site-body .testimonial-grid blockquote > div {
    color: var(--public-accent);
}
.site-body .testimonial-grid blockquote p {
    color: var(--public-cocoa);
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.45rem;
}
.site-body .location-section {
    background: var(--public-cocoa);
    border-radius: 22px;
    grid-template-columns: 0.82fr 1.18fr;
    width: min(1180px, 100% - 48px);
    min-height: 580px;
    margin: 0 auto 104px;
    overflow: hidden;
}
.site-body .location-card {
    padding: 70px clamp(38px, 5vw, 68px);
}
.site-body .location-card .eyebrow,
.site-body .location-card h2,
.site-body .location-card > p {
    color: var(--public-ivory);
}
.site-body .location-card h2 {
    margin-bottom: 26px;
    font-size: clamp(2.9rem, 4.5vw, 4.7rem);
}
.site-body .location-card h2 em {
    color: var(--public-accent-soft);
}
.site-body .location-card > p {
    font-size: 0.93rem;
}
.site-body .hours {
    border-color: #ffffff29;
}
.site-body .location-card .button {
    background: var(--public-accent);
    border-color: var(--public-accent);
}
.site-body .location-section iframe {
    filter: grayscale(0.55) sepia(0.15) saturate(0.6);
    min-height: 580px;
}
.site-body .faq-section {
    background: var(--public-sand);
}
.site-body .faq-layout {
    gap: 100px;
}
.site-body .faq-list summary span {
    border-color: var(--public-line);
    color: var(--public-accent);
}
.site-body .faq-list details[open] summary span {
    background: var(--public-accent);
}
.site-body .faq-list details p {
    color: var(--public-muted);
}
.site-body .final-cta {
    background: var(--public-stone);
    color: var(--public-cocoa);
    padding: 105px 24px;
}
.site-body .final-cta > img {
    opacity: 0.06;
    width: 400px;
}
.site-body .final-cta h2 {
    margin-bottom: 34px;
    font-size: clamp(3rem, 5.2vw, 5.4rem);
}
.site-body .final-cta .eyebrow {
    color: var(--public-accent);
}
.site-body .site-footer h2 {
    color: var(--public-ivory);
}
.site-body .site-footer p,
.site-body .site-footer a {
    color: #ffffff9e;
}
.site-body .booking-hero {
    background: var(--public-stone);
    color: var(--public-cocoa);
    padding: 150px 0 72px;
}
.site-body .booking-hero h1 {
    max-width: 700px;
    margin-bottom: 18px;
    font-size: clamp(3rem, 5vw, 5rem);
}
.site-body .booking-hero .eyebrow,
.site-body .booking-hero p {
    color: var(--public-cocoa);
}
.site-body .booking-form,
.site-body .result-card {
    border: 1px solid var(--public-line);
    background: var(--public-ivory);
    box-shadow: none;
}
.site-body .booking-aside {
    background: var(--public-cocoa);
    box-shadow: none;
}
.site-body .booking-aside > p {
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.7rem;
}
.site-body .form-step legend span,
.site-body .slot-button[aria-pressed="true"] {
    background: var(--public-accent);
}
.site-body .select-card input:checked + span {
    border-color: var(--public-accent);
    background: #f8eee8;
}
.site-body .result-card h1 {
    color: var(--public-cocoa);
    font-size: clamp(2.8rem, 5vw, 4.8rem);
}
@media (width<=1024px) {
    .site-body .site-nav {
        background: var(--public-ivory);
        color: var(--public-cocoa);
        inset: 78px 0 auto;
    }
    .site-body .hero {
        grid-template-columns: 0.92fr 1.08fr;
    }
    .site-body .hero__content.container {
        padding-inline: 38px;
    }
    .site-body .hero h1 {
        font-size: clamp(2.9rem, 5.2vw, 3.8rem);
    }
    .site-body .values-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (width<=780px) {
    .site-body .container,
    .site-body .hero,
    .site-body .experience-section,
    .site-body .location-section {
        width: min(100% - 28px, 1180px);
    }
    .site-body .section {
        padding: 76px 0;
    }
    .site-body .site-header__inner {
        height: 70px;
    }
    .site-body .brand-link img {
        width: 76px;
        height: 50px;
    }
    .site-body .site-nav {
        border-bottom: 1px solid var(--public-line);
        padding: 25px 20px 30px;
        inset: 70px 0 auto;
    }
    .site-body .hero {
        border-radius: 20px;
        grid-template-columns: 1fr;
        margin-top: 84px;
    }
    .site-body .hero__image {
        -o-object-position: center 28%;
        object-position: center 28%;
        grid-area: 1/1;
        height: 410px;
    }
    .site-body .hero__content.container {
        grid-area: 2/1;
        padding: 42px 28px 34px;
    }
    .site-body .hero h1 {
        font-size: clamp(2.75rem, 12vw, 3.65rem);
    }
    .site-body .hero__actions {
        max-width: none;
    }
    .site-body .hero__proof {
        margin-top: 34px;
    }
    .site-body .split-layout {
        gap: 60px;
    }
    .site-body .image-stack:before {
        inset: 20px 0 -18px 18px;
    }
    .site-body .content-block h2,
    .site-body .values-section .section-heading h2,
    .site-body .section-heading h2,
    .site-body .experience-section h2,
    .site-body .location-card h2 {
        font-size: clamp(2.55rem, 11vw, 3.4rem);
    }
    .site-body .values-section {
        padding: 76px 0;
    }
    .site-body .values-grid {
        grid-template-columns: 1fr 1fr;
    }
    .site-body .value-card {
        min-height: 210px;
    }
    .site-body .value-card h3 {
        margin-top: 43px;
    }
    .site-body .process-grid,
    .site-body .package-grid {
        grid-template-columns: 1fr;
    }
    .site-body .experience-section {
        border-radius: 18px;
        grid-template-columns: 1fr;
        margin-bottom: 76px;
    }
    .site-body .experience-section__image {
        height: 390px;
    }
    .site-body .experience-section__content {
        padding: 48px 28px;
    }
    .site-body .location-section {
        border-radius: 18px;
        grid-template-columns: 1fr;
        margin-bottom: 76px;
    }
    .site-body .location-card {
        padding: 52px 28px;
    }
    .site-body .location-section iframe {
        min-height: 390px;
    }
    .site-body .faq-layout {
        gap: 30px;
    }
    .site-body .final-cta {
        padding: 82px 20px;
    }
    .site-body .final-cta h2 {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }
}
@media (width<=520px) {
    .site-body .hero__image {
        height: 345px;
    }
    .site-body .hero__actions {
        display: grid;
    }
    .site-body .hero__proof {
        grid-template-columns: 1fr;
        display: grid;
    }
    .site-body .values-grid {
        grid-template-columns: 1fr;
    }
    .site-body .value-card {
        min-height: 0;
    }
    .site-body .value-card h3 {
        margin-top: 35px;
    }
    .site-body .package-card__media {
        height: 250px;
    }
    .site-body .experience-section__image {
        height: 320px;
    }
}
.site-body {
    --v3-paper: #f4f0e8;
    --v3-cream: #ebe4d8;
    --v3-white: #fffdf9;
    --v3-ink: #2e241f;
    --v3-muted: #74685f;
    --v3-coral: #ed6342;
    --v3-pink: #f31278;
    --v3-cocoa: #43291f;
    --v3-line: #2e241f24;
    background: var(--v3-paper);
    color: var(--v3-ink);
    overflow-x: hidden;
}
.site-body main {
    overflow: hidden;
}
.site-body .container {
    width: min(100% - 32px, 1180px);
}
.site-body h1,
.site-body h2 {
    color: var(--v3-ink);
    letter-spacing: -0.045em;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-weight: 400;
    line-height: 0.98;
}
.site-body h1 em,
.site-body h2 em {
    color: var(--v3-coral);
    font-style: italic;
}
.site-body .eyebrow {
    color: var(--v3-coral);
    letter-spacing: 0.17em;
    margin-bottom: 16px;
    font-size: 0.65rem;
}
.site-body .eyebrow--light {
    color: var(--v3-white);
}
.site-body .button {
    border-color: var(--v3-coral);
    background: var(--v3-coral);
    color: #fff;
    letter-spacing: 0.1em;
    min-height: 48px;
    padding: 0 21px;
    font-size: 0.68rem;
}
.site-body .button:hover,
.site-body .button--dark {
    border-color: var(--v3-cocoa);
    background: var(--v3-cocoa);
}
.site-body .section {
    padding: 76px 0;
}
.site-body .paper-section {
    background-color: var(--v3-white);
}
.site-body .text-link,
.site-body .back-link {
    color: var(--v3-cocoa);
    letter-spacing: 0.04em;
    border-bottom: 1px solid;
    align-items: center;
    gap: 9px;
    padding-bottom: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
}
.site-body .text-link--light {
    color: #fff;
}
.site-body .site-header {
    border-color: var(--v3-line);
    background: #f4f0e8f0;
}
.site-body .site-header.is-scrolled {
    background: #fffdf9f7;
}
.site-body .site-header__inner {
    height: 70px;
}
.site-body .brand-link img {
    width: 74px;
    height: 85px;
}
.site-body .site-nav a {
    position: relative;
}
.site-body .site-nav a.is-current {
    color: var(--v3-coral);
    opacity: 1;
}
.site-body .header-cta {
    display: none;
}
.site-body .brand-hero {
    background: var(--v3-cocoa);
    color: #fff;
    border-radius: 22px;
    min-height: 620px;
    margin-top: 84px;
    position: relative;
    overflow: hidden;
}
.site-body .brand-hero__image,
.site-body .brand-hero__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}
.site-body .brand-hero__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 55% center;
    object-position: 55% center;
}
.site-body .brand-hero__overlay {
    background: linear-gradient(90deg, #231712e8 0%, #231712a3 56%, #23171229 100%),
        linear-gradient(#0000 55%, #23171259);
}
.site-body .brand-hero__content {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    min-height: 620px;
    padding: 78px 22px 54px;
    display: flex;
    position: relative;
}
.site-body .brand-hero h1 {
    color: #fff;
    max-width: 660px;
    margin: 0 0 22px;
    font-size: clamp(3.25rem, 15vw, 4.8rem);
}
.site-body .brand-hero h1 em {
    color: #f7b59d;
}
.site-body .brand-hero__content > p {
    color: #ffffffc7;
    max-width: 530px;
    margin-bottom: 0;
    font-size: 0.94rem;
}
.site-body .brand-hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 28px;
    display: flex;
}
.site-body .brand-intro {
    padding: 88px 0;
}
.site-body .brand-intro__inner {
    text-align: center;
    max-width: 790px;
    position: relative;
}
.site-body .brand-intro .eyebrow {
    justify-content: center;
}
.site-body .brand-intro h2 {
    margin-bottom: 24px;
    font-size: clamp(2.55rem, 11.5vw, 3.8rem);
}
.site-body .brand-intro p {
    max-width: 640px;
    color: var(--v3-muted);
    margin: 0 auto 25px;
    font-size: 0.95rem;
}
.site-body .brand-sun {
    -o-object-fit: contain;
    object-fit: contain;
    width: 74px;
    height: 74px;
    margin: 0 auto 24px;
}
.site-body .trust-strip {
    background: var(--v3-white);
    padding: 10px 0 56px;
}
.site-body .trust-strip__grid {
    border-block: 1px solid var(--v3-line);
    display: grid;
}
.site-body .trust-strip__grid div {
    border-bottom: 1px solid var(--v3-line);
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 12px;
    padding: 17px 4px;
    display: grid;
}
.site-body .trust-strip__grid div:last-child {
    border-bottom: 0;
}
.site-body .trust-strip strong {
    color: var(--v3-coral);
    font-size: 0.67rem;
}
.site-body .trust-strip span {
    color: var(--v3-cocoa);
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1rem;
}
.site-body .compact-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 38px;
    display: flex;
}
.site-body .compact-heading h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(2.55rem, 11vw, 3.8rem);
}
.site-body .brand-packages,
.site-body .packages-page {
    background: var(--v3-paper);
}
.site-body .brand-package-grid {
    gap: 20px;
    display: grid;
}
.site-body .brand-package-card {
    border: 1px solid var(--v3-line);
    background: var(--v3-white);
    border-radius: 18px;
    transition:
        transform 0.25s,
        box-shadow 0.25s;
    overflow: hidden;
}
.site-body .brand-package-card__media {
    height: 250px;
    display: block;
    position: relative;
    overflow: hidden;
}
.site-body .brand-package-card__media img {
    -o-object-fit: cover;
    object-fit: cover;
    filter: saturate(0.84) contrast(0.96);
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}
.site-body .brand-package-card__media span {
    background: var(--v3-coral);
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 7px 11px;
    font-size: 0.6rem;
    font-weight: 800;
    position: absolute;
    top: 14px;
    left: 14px;
}
.site-body .brand-package-card__body {
    padding: 23px;
}
.site-body .brand-package-card__meta {
    color: var(--v3-coral);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-size: 0.64rem;
    font-weight: 800;
}
.site-body .brand-package-card h3 {
    color: var(--v3-cocoa);
    letter-spacing: -0.03em;
    margin: 0 0 10px;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.75rem;
    font-weight: 400;
}
.site-body .brand-package-card__body > p {
    min-height: 0;
    color: var(--v3-muted);
    margin-bottom: 22px;
    font-size: 0.84rem;
}
.site-body .brand-package-card__footer {
    border-top: 1px solid var(--v3-line);
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    display: flex;
}
.site-body .brand-package-card__footer strong {
    font-size: 1.25rem;
}
.site-body .brand-package-card .round-link {
    background: var(--v3-cocoa);
    width: 43px;
    height: 43px;
    font-size: 1.05rem;
}
.site-body .page-disclaimer,
.site-body .gallery-consent {
    max-width: 720px;
    color: var(--v3-muted);
    text-align: center;
    margin: 30px auto 0;
    font-size: 0.72rem;
}
.site-body .experience-preview {
    background: var(--v3-cream);
    border-radius: 20px;
    margin-bottom: 76px;
    display: grid;
    overflow: hidden;
}
.site-body .experience-preview__media {
    min-height: 340px;
}
.site-body .experience-preview__media img {
    -o-object-fit: cover;
    object-fit: cover;
    filter: saturate(0.8);
    width: 100%;
    height: 100%;
}
.site-body .experience-preview__content {
    padding: 42px 24px 46px;
}
.site-body .experience-preview h2 {
    margin-bottom: 21px;
    font-size: clamp(2.55rem, 11vw, 3.7rem);
}
.site-body .experience-preview__content > p {
    color: var(--v3-muted);
    font-size: 0.9rem;
}
.site-body .feature-list-clean {
    border-top: 1px solid var(--v3-line);
    margin: 25px 0 30px;
    padding: 0;
    list-style: none;
    display: grid;
}
.site-body .feature-list-clean li {
    border-bottom: 1px solid var(--v3-line);
    color: var(--v3-cocoa);
    padding: 12px 0;
    font-size: 0.78rem;
    font-weight: 700;
}
.site-body .feature-list-clean li:before {
    content: "✦";
    color: var(--v3-coral);
    margin-right: 9px;
}
.site-body .testimonials-paper {
    position: relative;
}
.site-body .editorial-testimonials {
    gap: 16px;
    display: grid;
}
.site-body .editorial-testimonials blockquote {
    border: 1px solid var(--v3-line);
    background: #fffdf9cc;
    border-radius: 16px;
    margin: 0;
    padding: 26px;
}
.site-body .editorial-testimonials blockquote > span {
    color: var(--v3-coral);
    letter-spacing: 0.16em;
    font-size: 0.7rem;
}
.site-body .editorial-testimonials p {
    color: var(--v3-cocoa);
    margin: 21px 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.25rem;
    line-height: 1.35;
}
.site-body .editorial-testimonials cite {
    color: var(--v3-muted);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 700;
}
.site-body .feedback-section {
    border-block: 1px solid var(--v3-line);
}
.site-body .google-score {
    border: 1px solid var(--v3-line);
    background: #fffdf9d1;
    border-radius: 14px;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 8px 12px;
    padding: 15px 18px;
    display: grid;
}
.site-body .google-score img {
    grid-column: 1/-1;
    width: 76px;
    height: auto;
}
.site-body .google-score strong {
    color: var(--v3-cocoa);
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.65rem;
    font-weight: 400;
}
.site-body .google-score span {
    color: var(--v3-muted);
    font-size: 0.7rem;
}
.site-body .feedback-card__author {
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    display: flex;
}
.site-body .feedback-card__author img,
.site-body .feedback-card__author > span {
    border-radius: 50%;
    width: 42px;
    height: 42px;
}
.site-body .feedback-card__author img {
    -o-object-fit: cover;
    object-fit: cover;
}
.site-body .feedback-card__author > span {
    background: var(--v3-cream);
    color: var(--v3-coral);
    place-items: center;
    font-weight: 800;
    display: grid;
}
.site-body .feedback-card__author div {
    flex-direction: column;
    display: flex;
}
.site-body .feedback-card__author cite {
    color: var(--v3-cocoa);
}
.site-body .feedback-card__author small {
    color: var(--v3-muted);
    font-size: 0.65rem;
}
.site-body .feedback-card__stars {
    color: var(--v3-coral);
    letter-spacing: 0.16em;
    font-size: 0.7rem;
}
.site-body .editorial-testimonials .feedback-card p {
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.site-body .feedback-card footer {
    border-top: 1px solid var(--v3-line);
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
    display: flex;
}
.site-body .feedback-card footer img {
    width: 54px;
    height: auto;
}
.site-body .feedback-card footer a {
    color: var(--v3-coral);
    font-size: 0.68rem;
    font-weight: 700;
}
.site-body .google-review-notice {
    max-width: 780px;
    color: var(--v3-muted);
    text-align: center;
    margin: 24px auto 0;
    font-size: 0.66rem;
}
.site-body .google-review-notice a {
    text-decoration: underline;
}
.site-body .feedback-empty {
    border: 1px solid var(--v3-line);
    background: #fffdf9c2;
    border-radius: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 28px;
    display: flex;
}
.site-body .feedback-empty p {
    color: var(--v3-muted);
    margin: 0;
    font-size: 0.86rem;
}
.site-body .location-clean {
    background: var(--v3-cocoa);
    border-radius: 20px;
    margin-block: 76px;
    display: grid;
    overflow: hidden;
}
.site-body .location-clean__content {
    color: #fff;
    padding: 45px 25px;
}
.site-body .location-clean h2 {
    color: #fff;
    margin-bottom: 24px;
    font-size: clamp(2.8rem, 13vw, 4rem);
}
.site-body .location-clean h2 em {
    color: #f1b39d;
}
.site-body .location-clean__content > p {
    color: #ffffffba;
    font-size: 0.87rem;
}
.site-body .location-clean__hours {
    border-block: 1px solid #ffffff24;
    margin: 25px 0;
    padding: 20px 0;
}
.site-body .location-clean iframe {
    filter: grayscale(0.55) sepia(0.12) saturate(0.7);
    border: 0;
    width: 100%;
    min-height: 390px;
}
.site-body .faq-clean {
    background: var(--v3-paper);
}
.site-body .faq-clean__layout {
    gap: 35px;
    display: grid;
}
.site-body .faq-clean h2 {
    margin-bottom: 20px;
    font-size: clamp(2.7rem, 12vw, 3.9rem);
}
.site-body .faq-clean__layout > div:first-child > p {
    max-width: 380px;
    color: var(--v3-muted);
    font-size: 0.86rem;
}
.site-body .faq-list details {
    border-color: var(--v3-line);
}
.site-body .faq-list summary {
    color: var(--v3-cocoa);
    padding: 18px 0;
    font-size: 0.84rem;
}
.site-body .faq-list details p {
    color: var(--v3-muted);
    font-size: 0.83rem;
}
.site-body .brand-cta {
    background: var(--v3-coral);
    color: #fff;
    text-align: center;
    place-items: center;
    min-height: 500px;
    padding: 75px 20px;
    display: grid;
    position: relative;
    overflow: hidden;
}
.site-body .brand-cta > img {
    opacity: 0.1;
    width: 390px;
    max-width: none;
    position: absolute;
}
.site-body .brand-cta > div {
    z-index: 1;
    position: relative;
}
.site-body .brand-cta .eyebrow {
    justify-content: center;
}
.site-body .brand-cta h2 {
    color: #fff;
    margin-bottom: 31px;
    font-size: clamp(3rem, 14vw, 4.6rem);
}
.site-body .brand-cta h2 em {
    color: #4b281e;
}
.site-body .brand-cta .button {
    border-color: var(--v3-cocoa);
    background: var(--v3-cocoa);
}
.site-body .page-title {
    text-align: center;
    padding: 134px 0 75px;
}
.site-body .page-title .eyebrow {
    justify-content: center;
}
.site-body .page-title h1 {
    max-width: 850px;
    margin: 0 auto 25px;
    font-size: clamp(3rem, 13vw, 4.8rem);
}
.site-body .page-title p {
    max-width: 630px;
    color: var(--v3-muted);
    margin: 0 auto;
    font-size: 0.9rem;
}
.site-body .page-hero {
    align-items: center;
    gap: 34px;
    margin-top: 105px;
    padding-bottom: 72px;
    display: grid;
}
.site-body .page-hero__content h1 {
    margin: 0 0 25px;
    font-size: clamp(3rem, 13vw, 4.6rem);
}
.site-body .page-hero__content > p {
    max-width: 560px;
    color: var(--v3-muted);
    font-size: 0.93rem;
}
.site-body .page-hero__media {
    min-width: 0;
    position: relative;
}
.site-body .page-hero__media > img:first-child {
    aspect-ratio: 4/5;
    -o-object-fit: cover;
    object-fit: cover;
    filter: saturate(0.8);
    border-radius: 48% 48% 18px 18px;
    width: 100%;
}
.site-body .page-hero__media--sun > img:first-child {
    border-radius: 18px;
}
.site-body .page-hero__sun {
    -o-object-fit: contain;
    object-fit: contain;
    background: #fffdf9e0;
    border-radius: 50%;
    width: 84px;
    height: 84px;
    padding: 9px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.site-body .story-section__grid {
    align-items: center;
    gap: 45px;
    display: grid;
}
.site-body .story-section__image img {
    aspect-ratio: 1/1.08;
    -o-object-fit: cover;
    object-fit: cover;
    filter: saturate(0.82);
    border-radius: 18px;
    width: 100%;
}
.site-body .story-section__content h2 {
    margin-bottom: 25px;
    font-size: clamp(2.65rem, 11vw, 3.9rem);
}
.site-body .story-section__content p {
    color: var(--v3-muted);
    font-size: 0.9rem;
}
.site-body .story-section__content .lead {
    color: var(--v3-ink);
    font-size: 1rem;
    font-weight: 600;
}
.site-body .values-clean {
    background: var(--v3-cream);
}
.site-body .values-clean__grid {
    gap: 12px;
    display: grid;
}
.site-body .values-clean__grid article {
    border: 1px solid var(--v3-line);
    background: #fffdf973;
    border-radius: 15px;
    min-width: 0;
    padding: 24px;
}
.site-body .values-clean__grid article > span {
    color: var(--v3-coral);
    font-size: 0.65rem;
    font-weight: 800;
}
.site-body .values-clean__grid h3 {
    color: var(--v3-cocoa);
    margin: 35px 0 12px;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.55rem;
    font-weight: 400;
}
.site-body .values-clean__grid p {
    color: var(--v3-muted);
    margin: 0;
    font-size: 0.78rem;
}
.site-body .space-carousel-section {
    background: var(--v3-paper);
    padding: 78px 0 86px;
    overflow: hidden;
}
.site-body .space-carousel__heading {
    gap: 20px;
    margin-bottom: 32px;
    display: grid;
}
.site-body .space-carousel__heading h2 {
    color: var(--v3-cocoa);
    letter-spacing: -0.045em;
    margin: 13px 0 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2.55rem, 11vw, 3.9rem);
    font-weight: 400;
    line-height: 0.97;
}
.site-body .space-carousel__heading h2 em {
    color: var(--v3-coral);
    font-weight: 400;
}
.site-body .space-carousel__heading > p {
    max-width: 480px;
    color: var(--v3-muted);
    margin: 0;
    font-size: 0.88rem;
}
.site-body .space-carousel__viewport {
    overflow: visible;
}
.site-body .space-carousel__track {
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    gap: 12px;
    display: flex;
    overflow-x: auto;
}
.site-body .space-carousel__track::-webkit-scrollbar {
    display: none;
}
.site-body .space-carousel__slide {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: #dfd5c7;
    border-radius: 18px;
    flex: 0 0 100%;
    min-width: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.site-body .space-carousel__slide img {
    aspect-ratio: 4/5;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block;
}
.site-body .space-carousel__slide:after {
    content: "";
    pointer-events: none;
    background: linear-gradient(#0000, #2717129e);
    height: 42%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.site-body .space-carousel__slide figcaption {
    z-index: 1;
    color: #fff;
    max-width: 540px;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(1.2rem, 5vw, 1.65rem);
    line-height: 1.18;
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
}
.site-body .space-carousel__navigation {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    display: flex;
}
.site-body .space-carousel__arrow {
    border: 1px solid var(--v3-line);
    width: 44px;
    height: 44px;
    color: var(--v3-cocoa);
    cursor: pointer;
    background: 0 0;
    border-radius: 50%;
    flex: 0 0 44px;
    place-items: center;
    padding: 0;
    font-size: 1.15rem;
    transition:
        background-color 0.2s,
        color 0.2s,
        border-color 0.2s;
    display: inline-grid;
}
.site-body .space-carousel__arrow:hover,
.site-body .space-carousel__arrow:focus-visible {
    border-color: var(--v3-cocoa);
    background: var(--v3-cocoa);
    color: #fff;
}
.site-body .space-carousel__dots {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}
.site-body .space-carousel__dots button {
    cursor: pointer;
    background: #482c2240;
    border: 0;
    border-radius: 999px;
    width: 7px;
    height: 7px;
    padding: 0;
    transition:
        width 0.2s,
        background-color 0.2s;
}
.site-body .space-carousel__dots button.is-current {
    background: var(--v3-coral);
    width: 25px;
}
.site-body .package-detail {
    align-items: center;
    gap: 38px;
    padding-block: 106px 75px;
    display: grid;
}
.site-body .package-detail__media img {
    aspect-ratio: 4/5;
    -o-object-fit: cover;
    object-fit: cover;
    filter: saturate(0.84);
    border-radius: 18px;
    width: 100%;
    max-height: 660px;
}
.site-body .package-detail .back-link {
    margin-bottom: 28px;
}
.site-body .package-detail h1 {
    margin: 0 0 20px;
    font-size: clamp(3.1rem, 14vw, 4.7rem);
}
.site-body .package-detail .lead {
    color: var(--v3-muted);
    font-size: 0.94rem;
}
.site-body .package-detail__facts {
    border-block: 1px solid var(--v3-line);
    margin: 27px 0;
    display: grid;
}
.site-body .package-detail__facts div {
    border-bottom: 1px solid var(--v3-line);
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    display: flex;
}
.site-body .package-detail__facts div:last-child {
    border-bottom: 0;
}
.site-body .package-detail__facts span {
    color: var(--v3-muted);
    font-size: 0.73rem;
}
.site-body .package-detail__facts strong {
    color: var(--v3-cocoa);
    font-size: 0.88rem;
}
.site-body .package-detail__benefits {
    margin: 0 0 27px;
    padding: 0;
    list-style: none;
}
.site-body .package-detail__benefits li {
    color: var(--v3-cocoa);
    margin-bottom: 9px;
    font-size: 0.8rem;
}
.site-body .package-detail__benefits li:before {
    content: "✦";
    color: var(--v3-coral);
    margin-right: 9px;
}
.site-body .package-detail__rules {
    background: var(--v3-cream);
    border-radius: 13px;
    margin-bottom: 25px;
    padding: 18px;
    font-size: 0.76rem;
}
.site-body .package-detail__rules p {
    color: var(--v3-muted);
    margin: 6px 0 0;
}
.site-body .process-clean {
    padding: 76px 0;
}
.site-body .process-clean ol {
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
}
.site-body .process-clean li {
    border: 1px solid var(--v3-line);
    background: #fffdf9b3;
    border-radius: 14px;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 22px;
    display: grid;
}
.site-body .process-clean li > span,
.site-body .experience-steps article > span {
    color: var(--v3-coral);
    font-size: 0.65rem;
    font-weight: 800;
}
.site-body .process-clean h3,
.site-body .experience-steps h3 {
    color: var(--v3-cocoa);
    margin: 0 0 8px;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.3rem;
    font-weight: 400;
}
.site-body .process-clean p,
.site-body .experience-steps p {
    color: var(--v3-muted);
    margin: 0;
    font-size: 0.78rem;
}
.site-body .experience-steps__grid {
    gap: 12px;
    display: grid;
}
.site-body .experience-steps article {
    border: 1px solid var(--v3-line);
    background: #fffdf9b3;
    border-radius: 15px;
    padding: 24px;
}
.site-body .experience-steps h3 {
    margin-top: 34px;
}
.site-body .gallery-section {
    background: var(--v3-paper);
}
.site-body .gallery-albums {
    gap: 74px;
    display: grid;
}
.site-body .gallery-album {
    min-width: 0;
}
.site-body .gallery-album + .gallery-album {
    border-top: 1px solid var(--v3-line);
    padding-top: 62px;
}
.site-body .gallery-album__heading {
    gap: 12px;
    margin-bottom: 25px;
    display: grid;
}
.site-body .gallery-album__heading > div {
    align-items: baseline;
    gap: 13px;
    display: flex;
}
.site-body .gallery-album__heading span {
    color: var(--v3-coral);
    font-size: 0.65rem;
    font-weight: 800;
}
.site-body .gallery-album__heading h3 {
    color: var(--v3-cocoa);
    letter-spacing: -0.035em;
    margin: 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2rem, 9vw, 3rem);
    font-weight: 400;
    line-height: 1;
}
.site-body .gallery-album__heading p {
    max-width: 460px;
    color: var(--v3-muted);
    margin: 0;
    font-size: 0.82rem;
}
.site-body .gallery-clean {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    display: grid;
}
.site-body .gallery-clean figure {
    border-radius: 13px;
    min-width: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.site-body .gallery-clean figure:nth-child(3n + 1) {
    grid-column: 1/-1;
}
.site-body .gallery-clean img {
    aspect-ratio: 4/5;
    -o-object-fit: cover;
    object-fit: cover;
    filter: saturate(0.86);
    width: 100%;
    height: 100%;
    min-height: 220px;
}
.site-body .gallery-clean figure:nth-child(3n + 1) img {
    aspect-ratio: 16/10;
}
.site-body .gallery-clean figcaption {
    color: #fff;
    background: linear-gradient(#0000, #231712c7);
    flex-direction: column;
    padding: 34px 15px 14px;
    font-size: 0.7rem;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.site-body .gallery-clean figcaption span {
    color: #ffffffbd;
}
.site-body .site-footer {
    background: var(--v3-cocoa);
    padding-top: 58px;
}
.site-body .footer-grid {
    gap: 30px;
}
.site-body .footer-social {
    margin-top: 34px;
}
.site-body .footer-social a {
    color: #fff;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    display: inline-flex;
}
.site-body .booking-hero {
    background: var(--v3-cocoa);
}
.site-body .booking-section,
.site-body .booking-result {
    background: var(--v3-paper);
}
.site-body .booking-form,
.site-body .result-card {
    background: var(--v3-white);
}
.site-body .booking-aside {
    background: var(--v3-cocoa);
}
@media (width>=600px) {
    .site-body .brand-hero__content {
        padding-inline: 46px;
    }
    .site-body .brand-hero__actions {
        flex-direction: row;
        align-items: center;
        gap: 25px;
    }
    .site-body .trust-strip__grid,
    .site-body .values-clean__grid,
    .site-body .experience-steps__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-body .trust-strip__grid div {
        border-right: 1px solid var(--v3-line);
        padding: 20px 14px;
    }
    .site-body .trust-strip__grid div:nth-child(2n) {
        border-right: 0;
    }
    .site-body .brand-package-grid,
    .site-body .editorial-testimonials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-body .brand-package-card__media {
        height: 275px;
    }
    .site-body .feature-list-clean {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-body .feature-list-clean li:nth-child(odd) {
        border-right: 1px solid var(--v3-line);
        padding-right: 15px;
    }
    .site-body .feature-list-clean li:nth-child(2n) {
        padding-left: 15px;
    }
    .site-body .gallery-clean {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
    .site-body .gallery-clean figure:nth-child(3n + 1) {
        grid-column: auto;
    }
    .site-body .gallery-clean figure:nth-child(4n + 1) {
        grid-column: span 2;
    }
    .site-body .gallery-clean figure:nth-child(4n + 1) img {
        aspect-ratio: 8/5;
    }
}
@media (width>=781px) {
    .site-body .container {
        width: min(100% - 48px, 1180px);
    }
    .site-body .section {
        padding: 96px 0;
    }
    .site-body .paper-section {
        background-image: linear-gradient(#fffdf9c2, #fffdf9c2), url(/images/paper-texture.png);
        background-position: 50%;
        background-size: 850px;
    }
    .site-body .site-header__inner {
        height: 78px;
    }
    .site-body .brand-link img {
        width: 84px;
        height: 100px;
    }
    .site-body .header-cta {
        display: inline-flex;
    }
    .site-body .brand-hero {
        min-height: min(700px, 100svh - 112px);
        margin-top: 95px;
    }
    .site-body .brand-hero__content {
        min-height: min(700px, 100svh - 112px);
        padding: 90px 72px 62px;
    }
    .site-body .brand-hero h1 {
        font-size: clamp(4rem, 6.2vw, 6rem);
    }
    .site-body .brand-intro {
        padding: 112px 0;
    }
    .site-body .brand-intro h2,
    .site-body .compact-heading h2,
    .site-body .experience-preview h2 {
        font-size: clamp(3.25rem, 4.6vw, 4.45rem);
    }
    .site-body .trust-strip {
        padding-bottom: 80px;
    }
    .site-body .trust-strip__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .site-body .trust-strip__grid div {
        border-right: 1px solid var(--v3-line);
        border-bottom: 0;
    }
    .site-body .trust-strip__grid div:nth-child(2n) {
        border-right: 1px solid var(--v3-line);
    }
    .site-body .trust-strip__grid div:last-child {
        border-right: 0;
    }
    .site-body .compact-heading {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 52px;
    }
    .site-body .brand-package-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .site-body .packages-page .brand-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-body .brand-package-card__media {
        height: 300px;
    }
    .site-body .brand-package-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 45px #43291f14;
    }
    .site-body .brand-package-card:hover img {
        transform: scale(1.035);
    }
    .site-body .experience-preview {
        grid-template-columns: 1.05fr 0.95fr;
        margin-bottom: 96px;
    }
    .site-body .experience-preview__content {
        padding: 64px clamp(40px, 5vw, 72px);
    }
    .site-body .editorial-testimonials {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .site-body .location-clean {
        grid-template-columns: 0.85fr 1.15fr;
        margin-block: 96px;
    }
    .site-body .location-clean__content {
        padding: 30px 55px;
    }
    .site-body .location-clean h2 {
        font-size: clamp(3.5rem, 5vw, 4.8rem);
    }
    .site-body .location-clean iframe {
        min-height: 560px;
    }
    .site-body .faq-clean__layout {
        grid-template-columns: 0.75fr 1.25fr;
        gap: 90px;
    }
    .site-body .brand-cta {
        min-height: 580px;
    }
    .site-body .brand-cta h2 {
        font-size: clamp(4.2rem, 6.4vw, 6.4rem);
    }
    .site-body .page-title {
        padding: 165px 0 100px;
    }
    .site-body .page-title h1 {
        font-size: clamp(4.2rem, 6vw, 6rem);
    }
    .site-body .page-hero {
        grid-template-columns: 1fr 1fr;
        gap: 75px;
        margin-top: 124px;
        padding-bottom: 100px;
    }
    .site-body .page-hero--experience {
        grid-template-columns: 0.9fr 1.1fr;
    }
    .site-body .page-hero__content h1 {
        font-size: clamp(4rem, 5.6vw, 5.6rem);
    }
    .site-body .page-hero__sun {
        width: 112px;
        height: 112px;
        bottom: 28px;
        right: -18px;
    }
    .site-body .story-section__grid {
        grid-template-columns: 1fr 1fr;
        gap: 85px;
    }
    .site-body .story-section__content h2 {
        font-size: clamp(3.4rem, 4.6vw, 4.6rem);
    }
    .site-body .values-clean__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .site-body .values-clean__grid h3 {
        overflow-wrap: anywhere;
    }
    .site-body .space-carousel-section {
        padding: 104px 0 112px;
    }
    .site-body .space-carousel__heading {
        grid-template-columns: 1.25fr 0.75fr;
        align-items: end;
        gap: 70px;
        margin-bottom: 42px;
    }
    .site-body .space-carousel__heading h2 {
        font-size: clamp(3.4rem, 4.6vw, 4.6rem);
    }
    .site-body .space-carousel__heading > p {
        padding-bottom: 4px;
    }
    .site-body .space-carousel__track {
        gap: 16px;
    }
    .site-body .space-carousel__slide {
        flex-basis: 84%;
    }
    .site-body .space-carousel__slide img {
        aspect-ratio: 16/9;
        max-height: 620px;
    }
    .site-body .space-carousel__slide figcaption {
        bottom: 30px;
        left: 34px;
        right: 34px;
    }
    .site-body .space-carousel__navigation {
        justify-content: flex-end;
    }
    .site-body .package-detail {
        grid-template-columns: 0.92fr 1.08fr;
        gap: 80px;
        padding-block: 130px 100px;
    }
    .site-body .package-detail h1 {
        font-size: clamp(4.1rem, 5.7vw, 5.8rem);
    }
    .site-body .process-clean {
        padding: 100px 0;
    }
    .site-body .process-clean ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .site-body .experience-steps__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .site-body .gallery-clean {
        gap: 18px;
    }
    .site-body .gallery-album__heading {
        grid-template-columns: 1fr 0.8fr;
        align-items: end;
        gap: 60px;
        margin-bottom: 32px;
    }
    .site-body .gallery-album__heading h3 {
        font-size: clamp(2.6rem, 3.7vw, 3.7rem);
    }
}
@media (width<=1024px) {
    .site-body .site-nav {
        background: var(--v3-white);
        color: var(--v3-cocoa);
        inset: 70px 0 auto;
    }
}
@media (width<=520px) {
    .site-body .brand-hero,
    .site-body .brand-hero__content {
        min-height: 600px;
    }
    .site-body .brand-hero__image {
        -o-object-position: 62% center;
        object-position: 62% center;
    }
    .site-body .brand-hero__overlay {
        background: linear-gradient(90deg, #231712e6, #23171259), linear-gradient(#0000, #2317128c);
    }
    .site-body .page-hero,
    .site-body .story-section__grid,
    .site-body .package-detail {
        grid-template-columns: minmax(0, 1fr) !important;
    }
    .site-body .page-hero__content,
    .site-body .story-section__content,
    .site-body .package-detail__content {
        width: 100%;
        min-width: 0;
    }
    .site-body .page-hero__content h1,
    .site-body .story-section__content h2 {
        overflow-wrap: normal;
        word-break: normal;
        max-width: 100%;
    }
}
