/* ========================================
   Responsive layout — fluid from desktop to 324px
   ======================================== */

@media (max-width: 1180px) {
    :root {
        --header-height: 78px;
        --section-space: clamp(4.8rem, 8vw, 7rem);
    }

    .nav-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
        flex: 0 0 auto;
    }

    .mobile-menu {
        position: fixed;
        inset: var(--header-height) 0 auto;
        display: grid;
        gap: 0;
        max-height: none;
        overflow: visible;
        padding: 1rem var(--page-gutter) 1.4rem;
        background: rgba(7, 7, 7, .98);
        border-bottom: 1px solid var(--line);
        backdrop-filter: blur(18px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-18px);
        transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
    }

    .mobile-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .mobile-menu .nav-link {
        padding: .9rem 0;
        border-bottom: 1px solid var(--line);
        font-size: .82rem;
    }

    .mobile-menu .nav-link::after {
        display: none;
    }

    .mobile-book-button {
        margin-top: 1rem;
        padding: .9rem 1rem;
        border-radius: 999px;
        background: var(--gold);
        color: var(--black);
        font-size: .76rem;
        font-weight: 900;
        text-transform: uppercase;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.5rem;
    }

    .footer-grid>div:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 980px) {

    .section-heading.split,
    .about-grid,
    .booking-grid,
    .faq-grid,
    .contact-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .section-heading.split {
        gap: 1.25rem;
        align-items: start;
    }

    .section-heading.split>p {
        max-width: 680px;
    }

    .about-grid,
    .booking-grid,
    .faq-grid {
        gap: 3.5rem;
    }

    .about-visual {
        min-height: clamp(430px, 72vw, 620px);
        width: min(100%, 680px);
        margin-inline: auto;
    }

    .faq-heading {
        position: static;
    }

    .contact-grid {
        gap: 1rem;
    }

    .map-wrap,
    .map-wrap iframe {
        min-height: 480px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 240px;
    }

    .gallery-large,
    .gallery-wide {
        grid-column: span 2;
    }

    .hero-title {
        max-width: 820px;
        font-size: clamp(4.25rem, 13vw, 8.25rem);
    }

    .hero-text {
        max-width: 600px;
    }

    .hero-scroll {
        display: none;
    }

    .signature-image {
        background-attachment: scroll;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid>div:last-child {
        grid-column: auto;
    }
}

@media (max-width: 760px) {
    :root {
        --header-height: 72px;
        --page-gutter: clamp(14px, 4vw, 18px);
        --section-space: clamp(4.25rem, 12vw, 6rem);
    }

    body {
        font-size: 15px;
    }

    .nav-container {
        gap: .75rem;
    }

    .brand {
        gap: .6rem;
        min-width: 0;
    }

    .brand-copy strong {
        font-size: 1.3rem;
    }

    .brand-copy span {
        font-size: .48rem;
        letter-spacing: .2em;
    }

    .logo-stage {
        width: 48px;
        height: 48px;
        flex: 0 0 auto;
    }

    .logo-disc {
        width: 40px;
    }

    .nav-actions {
        gap: .5rem;
        min-width: 0;
    }

    .nav-book-button {
        display: none;
    }

    .language-switch {
        margin-left: auto;
        flex: 0 0 auto;
    }

    .hero {
        min-height: max(720px, 100svh);
        align-items: center;
        padding-top: calc(var(--header-height) + 3.5rem);
        padding-bottom: 3.5rem;
    }

    .hero-content {
        width: 100%;
    }

    .hero-overlay {
        background:
            linear-gradient(0deg, rgba(5, 5, 5, .97) 0%, rgba(5, 5, 5, .72) 55%, rgba(5, 5, 5, .63) 100%),
            linear-gradient(90deg, rgba(5, 5, 5, .82), rgba(5, 5, 5, .2));
    }

    .hero-kicker {
        flex-wrap: wrap;
        gap: .65rem;
        margin-bottom: 1.15rem;
        font-size: .66rem;
    }

    .kicker-line {
        width: 36px;
    }

    .hero-title {
        width: 100%;
        font-size: clamp(3.85rem, 18vw, 6.7rem);
        line-height: .84;
    }

    .hero-text {
        margin-top: 1.4rem;
        font-size: clamp(.92rem, 3.2vw, 1.05rem);
        line-height: 1.65;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: .75rem;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-proof {
        display: grid;
        grid-template-columns: minmax(0, auto) minmax(0, 1fr);
        align-items: center;
        gap: .8rem 1rem;
        margin-top: 1.8rem;
    }

    .proof-divider {
        display: none;
    }

    .hero-proof>a {
        grid-column: 1 / -1;
        width: fit-content;
    }

    .review-tape {
        transform: none;
    }

    .tape-item {
        gap: .65rem;
        padding: .78rem 1.35rem;
    }

    .tape-item span,
    .tape-item q {
        font-size: .66rem;
    }

    .about-visual {
        min-height: clamp(390px, 105vw, 510px);
    }

    .image-frame-main {
        inset: 0 7% 9% 0;
    }

    .image-frame-float {
        width: 44%;
        height: 34%;
    }

    .experience-seal {
        width: 100px;
        right: 0;
    }

    .services-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-card {
        min-height: 0;
        padding: 1.5rem;
    }

    .service-icon {
        margin: 1.5rem 0 1.1rem;
    }

    .signature-section {
        min-height: 650px;
    }

    .signature-content h2 {
        font-size: clamp(2.8rem, 12vw, 4.8rem);
        line-height: .96;
    }

    .signature-steps {
        display: grid;
        gap: 1rem;
        margin: 2rem 0;
    }

    .signature-steps span {
        min-width: 0;
    }

    .gallery-grid {
        grid-auto-rows: 210px;
    }

    .lightbox {
        grid-template-columns: minmax(0, 1fr);
        padding: 4.5rem 1rem 4.5rem;
    }

    .lightbox-prev,
    .lightbox-next {
        position: absolute;
        bottom: 1rem;
        z-index: 2;
    }

    .lightbox-prev {
        left: calc(50% - 60px);
    }

    .lightbox-next {
        right: calc(50% - 60px);
    }

    .lightbox figure {
        align-self: center;
    }

    .lightbox-image {
        max-height: calc(100svh - 10rem);
    }

    .reviews-carousel {
        min-height: 470px;
    }

    .review-card {
        padding: 2rem 1.25rem;
    }

    .review-card blockquote {
        font-size: clamp(1.4rem, 5.5vw, 2rem);
    }

    .form-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .booking-form {
        border-radius: var(--radius-md);
    }

    .faq-item button {
        gap: 1rem;
    }

    .faq-item button span {
        min-width: 0;
    }

    .contact-card {
        padding: 1.35rem;
    }

    .contact-item {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: .8rem;
    }

    .contact-item>span {
        width: 42px;
        height: 42px;
    }

    .map-wrap,
    .map-wrap iframe {
        min-height: 430px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.2rem 1.5rem;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float {
        width: 54px;
        height: 54px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .back-to-top {
        right: 1.45rem;
        bottom: 5.25rem;
    }
}

@media (max-width: 560px) {
    :root {
        --page-gutter: 14px;
    }

    .navbar {
        min-height: var(--header-height);
    }

    .brand-copy strong {
        font-size: 1.15rem;
        letter-spacing: .05em;
    }

    .logo-stage {
        width: 43px;
        height: 43px;
    }

    .logo-disc {
        width: 36px;
    }

    .logo-monogram {
        font-size: 1.15rem;
    }

    .language-switch>span {
        display: none;
    }

    .language-button {
        border: 1px solid var(--line);
        border-radius: 999px;
        padding: .25rem .42rem;
    }

    .section-title {
        font-size: clamp(2.4rem, 12vw, 3.45rem);
        line-height: 1;
    }

    .section-heading {
        margin-bottom: 2.2rem;
    }

    .lead {
        font-size: clamp(1.3rem, 6vw, 1.65rem);
    }

    .hero {
        min-height: max(680px, 100svh);
    }

    .hero-title {
        font-size: clamp(3.45rem, 19vw, 5.4rem);
    }

    .hero-proof {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .hero-proof>a {
        grid-column: auto;
    }

    .proof-rating {
        flex-wrap: wrap;
    }

    .about-visual {
        min-height: clamp(330px, 104vw, 440px);
    }

    .image-frame-main {
        inset: 0 0 8% 0;
    }

    .image-frame-float {
        display: none;
    }

    .experience-seal {
        width: 84px;
        top: 4%;
        right: 2%;
    }

    .experience-seal strong {
        font-size: 1.45rem;
    }

    .experience-seal span {
        font-size: .4rem;
        letter-spacing: .16em;
    }

    .about-pillars article {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: .8rem;
    }

    .about-pillars i {
        width: 38px;
        height: 38px;
    }

    .service-card {
        padding: 1.25rem;
    }

    .featured-tag {
        top: .8rem;
        right: .8rem;
    }

    .signature-section {
        min-height: 600px;
    }

    .signature-content h2 {
        font-size: clamp(2.55rem, 13vw, 3.85rem);
    }

    .gallery-grid {
        grid-template-columns: minmax(0, 1fr);
        grid-auto-rows: clamp(220px, 78vw, 300px);
    }

    .gallery-large,
    .gallery-wide {
        grid-column: auto;
        grid-row: auto;
    }

    .reviews-carousel {
        min-height: 515px;
    }

    .review-card {
        padding: 1.5rem 1rem;
    }

    .quote-mark {
        height: 48px;
        font-size: 5rem;
    }

    .review-card footer {
        max-width: 100%;
    }

    .booking-form {
        padding: 1rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: .82rem .85rem;
    }

    .faq-item button {
        padding: 1.2rem 0;
    }

    .faq-item button span {
        font-size: 1.15rem;
        line-height: 1.25;
    }

    .faq-answer>p {
        padding-right: .5rem;
        font-size: .84rem;
    }

    .contact-item {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .contact-item>span {
        width: 36px;
        height: 36px;
    }

    .contact-item strong {
        font-size: 1.08rem;
    }

    .hours-block li {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: .35rem .65rem;
        font-size: .72rem;
    }

    .map-wrap,
    .map-wrap iframe {
        min-height: 360px;
    }

    .map-button {
        left: .7rem;
        right: .7rem;
        justify-content: center;
    }

    .footer {
        padding-top: 3.5rem;
    }

    .footer-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-grid .button {
        width: 100%;
    }
}

@media (max-width: 400px) {
    :root {
        --page-gutter: 11px;
        --section-space: 4rem;
    }

    .nav-container {
        gap: .35rem;
    }

    .brand {
        gap: .4rem;
    }

    .brand-copy strong {
        font-size: 1.02rem;
    }

    .logo-stage {
        width: 40px;
        height: 40px;
    }

    .logo-disc {
        width: 34px;
    }

    .nav-actions {
        gap: .3rem;
    }

    .mobile-menu-toggle {
        width: 39px;
        height: 39px;
        padding: 8px;
    }

    .language-button {
        font-size: .62rem;
        padding: .22rem .36rem;
    }

    .hero {
        min-height: max(650px, 100svh);
        padding-top: calc(var(--header-height) + 2.8rem);
        padding-bottom: 2.8rem;
    }

    .hero-kicker {
        font-size: .59rem;
        letter-spacing: .11em;
    }

    .kicker-line {
        width: 24px;
    }

    .hero-title {
        font-size: clamp(3.1rem, 18.5vw, 4.35rem);
        line-height: .88;
    }

    .hero-title em {
        -webkit-text-stroke-width: 1px;
    }

    .hero-text {
        font-size: .88rem;
    }

    .button {
        min-height: 48px;
        padding-inline: .85rem;
        font-size: .67rem;
        letter-spacing: .06em;
    }

    .rating-number {
        font-size: 1.7rem;
    }

    .rating-stars {
        font-size: .66rem;
    }

    .tape-item {
        padding-inline: 1rem;
    }

    .section-title {
        font-size: clamp(2.2rem, 12.5vw, 2.95rem);
    }

    .about-visual {
        min-height: 330px;
    }

    .experience-seal {
        width: 74px;
    }

    .service-card h3 {
        font-size: 1.4rem;
    }

    .service-card strong {
        font-size: 1.75rem;
    }

    .signature-section {
        min-height: 560px;
    }

    .signature-steps b {
        font-size: 1.75rem;
    }

    .signature-steps em {
        font-size: .69rem;
    }

    .reviews-carousel {
        min-height: 540px;
    }

    .review-card {
        padding: 1.35rem .8rem;
    }

    .review-card blockquote {
        font-size: 1.28rem;
    }

    .review-controls {
        gap: .65rem;
    }

    .contact-card {
        padding: 1rem;
    }

    .hours-block li {
        font-size: .68rem;
    }

    .social-row a {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 340px) {
    :root {
        --page-gutter: 10px;
    }

    .brand-copy strong {
        font-size: .94rem;
    }

    .logo-stage {
        width: 38px;
        height: 38px;
    }

    .logo-disc {
        width: 32px;
    }

    .language-button {
        padding-inline: .3rem;
    }

    .mobile-menu-toggle {
        width: 37px;
        height: 37px;
    }

    .hero-title {
        font-size: clamp(2.95rem, 18vw, 3.8rem);
    }

    .hero-actions {
        gap: .6rem;
    }

    .section-title {
        font-size: clamp(2.08rem, 12vw, 2.7rem);
    }

    .about-visual {
        min-height: 300px;
    }

    .gallery-grid {
        grid-auto-rows: 230px;
    }

    .reviews-carousel {
        min-height: 560px;
    }

    .review-card blockquote {
        font-size: 1.2rem;
    }

    .contact-item strong {
        font-size: 1rem;
    }
}

@media (max-height: 650px) and (orientation: landscape) {
    .hero {
        min-height: 700px;
        align-items: flex-start;
    }

    .mobile-menu {
        max-height: calc(100svh - var(--header-height));
    }
}

/* Real-logo and review-list responsive refinements */
@media (max-width: 1180px) {
    .hero-content {
        grid-template-columns: minmax(0, 1.15fr) minmax(260px, .65fr);
        gap: 2rem;
    }

    .hero-emblem-stage {
        --emblem-size: min(34vw, 430px);
    }

    .review-tape-card {
        flex-basis: clamp(210px, 24vw, 245px);
        min-height: 205px;
    }
}

@media (max-width: 980px) {
    .hero {
        padding-top: calc(var(--header-height) + 2.5rem);
    }

    .hero-content {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.6rem;
    }

    .hero-copy {
        max-width: 760px;
    }

    .hero-emblem-stage {
        --emblem-size: min(60vw, 320px);
        position: relative;
        top: auto;
        right: auto;
        order: -1;
        width: var(--emblem-size);
        margin: 0 auto .25rem;
        opacity: 1;
        justify-self: center;
        filter: drop-shadow(0 26px 34px rgba(0, 0, 0, .56));
    }

    .hero-emblem-card {
        animation-duration: 7.8s;
    }

    .reviews-marquee-track {
        gap: .9rem;
    }

    .review-tape-card {
        flex-basis: clamp(205px, 32vw, 235px);
        min-height: 200px;
    }
}

@media (max-width: 760px) {
    .hero-emblem-stage {
        --emblem-size: min(66vw, 280px);
        margin-bottom: .6rem;
    }

    .reviews-marquee-shell {
        gap: .85rem;
    }

    .reviews-marquee-track {
        gap: .8rem;
        animation-duration: 64s;
    }

    .review-tape-card {
        flex-basis: min(74vw, 225px);
        min-height: 195px;
    }
}

@media (max-width: 560px) {
    .logo-stage::before {
        inset: 0;
    }

    .brand-logo-image {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
    }

    .hero-emblem-stage {
        --emblem-size: min(72vw, 240px);
        margin-bottom: .75rem;
    }

    .hero-emblem-orbit {
        display: none;
    }

    .review-tape-card {
        flex-basis: min(72vw, 215px);
        min-height: 190px;
        padding: .95rem;
    }

    .review-tape-card blockquote {
        font-size: .92rem;
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 400px) {
    .reviews-marquee {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .review-tape-card {
        flex-basis: min(70vw, 205px);
    }
}

@media (max-width: 340px) {
    .hero-emblem-stage {
        --emblem-size: min(76vw, 220px);
    }

    .review-tape-card {
        flex-basis: min(69vw, 195px);
        min-height: 185px;
    }

    .review-tape-card blockquote {
        font-size: .88rem;
        -webkit-line-clamp: 5;
    }
}

/* =========================================================
   Final compact mobile layout — tested down to 324px
   ========================================================= */

@media (max-width: 760px) {
    :root {
        --section-space: clamp(3.2rem, 10vw, 4.4rem);
    }

    .hero {
        min-height: max(660px, 100svh);
        align-items: center;
        padding-top: calc(var(--header-height) + 2.1rem);
        padding-bottom: 2.25rem;
    }

    .hero-content {
        position: relative;
        display: block;
        min-height: 0;
    }

    .hero-copy {
        position: relative;
        z-index: 4;
        max-width: 100%;
    }

    .hero-emblem-stage {
        --emblem-size: clamp(148px, 48vw, 220px);
        position: absolute;
        z-index: 2;
        top: -1.2rem;
        right: -2.8rem;
        order: initial;
        width: var(--emblem-size);
        margin: 0;
        opacity: .58;
        pointer-events: auto;
        filter: drop-shadow(0 20px 28px rgba(0, 0, 0, .58));
    }

    .hero-emblem-card {
        width: 82%;
    }

    .hero-emblem-orbit {
        opacity: .46;
    }

    .hero-emblem-floor {
        bottom: -1%;
    }

    .hero-kicker {
        max-width: 68%;
        margin-bottom: .9rem;
        font-size: .62rem;
        line-height: 1.35;
    }

    .hero-title {
        position: relative;
        z-index: 3;
        width: min(78%, 430px);
        max-width: none;
        font-size: clamp(3.25rem, 16vw, 5rem);
        line-height: .82;
    }

    .hero-text {
        max-width: min(88%, 510px);
        margin-top: 1.05rem;
        font-size: clamp(.88rem, 3.2vw, 1rem);
        line-height: 1.55;
    }

    .hero-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .6rem;
        margin-top: 1.25rem;
    }

    .hero-actions .button {
        min-height: 46px;
        padding: .7rem .62rem;
        font-size: .61rem;
        letter-spacing: .055em;
    }

    .hero-proof {
        grid-template-columns: auto minmax(0, 1fr);
        gap: .55rem .7rem;
        margin-top: 1.25rem;
        font-size: .67rem;
        line-height: 1.35;
    }

    .hero-proof>a {
        grid-column: 1 / -1;
    }

    .rating-number {
        font-size: 1.55rem;
    }

    .review-tape {
        border-block-width: 1px;
        margin-top: 20px;
    }

    .review-track {
        animation-duration: 46s;
    }

    .tape-item {
        padding: .64rem .95rem;
    }

    .tape-item span,
    .tape-item q {
        font-size: .58rem;
    }

    .section-heading {
        margin-bottom: 1.9rem;
    }

    .section-title {
        max-width: 100%;
        font-size: clamp(2.22rem, 10.5vw, 3.2rem);
        line-height: .96;
    }

    .eyebrow {
        margin-bottom: .8rem;
        font-size: .62rem;
        letter-spacing: .17em;
    }

    .lead {
        font-size: clamp(1.2rem, 5.5vw, 1.55rem);
    }

    .about-grid,
    .booking-grid,
    .faq-grid {
        gap: 2.25rem;
    }

    .about-visual {
        min-height: clamp(260px, 82vw, 390px);
        width: 100%;
    }

    .image-frame-main {
        inset: 0 0 4% 0;
    }

    .image-frame-float {
        display: block;
        width: 39%;
        height: 34%;
        right: .6rem;
        bottom: -.7rem;
    }

    .experience-seal {
        width: 76px;
        top: 4%;
        right: 2%;
    }

    .about-copy>p:not(.eyebrow) {
        font-size: .9rem;
        line-height: 1.62;
    }

    .about-pillars {
        margin: 1.4rem 0;
        gap: .55rem;
    }

    .about-pillars article {
        padding: .75rem 0;
    }

    .about-pillars h3 {
        font-size: 1.12rem;
    }

    .about-pillars p {
        font-size: .76rem;
    }

    /* Horizontal service rail keeps the phone page visually wide and compact. */
    .services-grid {
        display: flex;
        grid-template-columns: none;
        gap: .8rem;
        overflow: visible;
        overscroll-behavior: auto;
        scroll-snap-type: none;
        scrollbar-width: none;
        margin-inline: calc(var(--page-gutter) * -1);
        padding: .35rem var(--page-gutter) 1rem;
    }

    .services-grid::-webkit-scrollbar {
        display: none;
    }

    .service-card {
        flex: 0 0 min(82vw, 300px);
        min-height: 285px;
        scroll-snap-align: none;
        padding: 1.25rem;
    }

    .service-card h3 {
        font-size: 1.35rem;
    }

    .service-card p {
        font-size: .79rem;
        line-height: 1.5;
    }

    .service-icon {
        margin: 1.25rem 0 .9rem;
    }

    .price-note {
        margin-top: .75rem;
        font-size: .68rem;
    }

    .signature-section {
        min-height: 500px;
    }

    .signature-content h2 {
        max-width: 92%;
        font-size: clamp(2.5rem, 11.4vw, 3.8rem);
        line-height: .93;
    }

    .signature-steps {
        gap: .6rem;
        margin: 1.45rem 0;
    }

    .signature-steps span {
        min-width: 0;
    }

    /* Two-column local gallery at phone sizes instead of one very long column. */
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: clamp(145px, 48vw, 210px);
        gap: .48rem;
    }

    .gallery-large {
        grid-column: span 2;
        grid-row: span 2;
    }

    .gallery-wide {
        grid-column: span 2;
        grid-row: auto;
    }

    .gallery-overlay {
        padding: .72rem;
    }

    .reviews-marquee-shell {
        margin-top: 1.8rem;
    }

    .review-tape-card {
        flex-basis: min(80vw, 270px);
        min-height: 218px;
        padding: 1.05rem;
    }

    .review-tape-card blockquote {
        margin: 1rem 0 1.25rem;
        font-size: 1.02rem;
        line-height: 1.32;
    }

    .review-tape-card footer {
        grid-template-columns: 36px minmax(0, 1fr) auto;
    }

    .review-avatar {
        width: 36px;
        height: 36px;
    }

    .reviews-score {
        margin-top: 1rem;
        gap: .55rem;
    }

    .reviews-score strong {
        font-size: 2rem;
    }

    .reviews-intro {
        margin-top: .8rem;
        font-size: .75rem;
        line-height: 1.5;
    }

    .reviews-cta {
        margin-top: 1.5rem;
    }

    .booking-form {
        padding: 1rem;
    }

    .form-group {
        margin-bottom: .75rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: .78rem .82rem;
    }

    .faq-item button {
        padding: 1rem 0;
    }

    .faq-item button span {
        font-size: 1.05rem;
    }

    .faq-answer>p {
        font-size: .8rem;
        line-height: 1.55;
    }

    .contact-grid {
        gap: 1rem;
    }

    .contact-card {
        padding: 1rem;
    }

    .map-wrap,
    .map-wrap iframe {
        min-height: 320px;
    }

    .footer {
        padding-top: 3rem;
    }

    .footer-grid {
        gap: 1.65rem;
    }
}

@media (max-width: 400px) {
    :root {
        --header-height: 66px;
        --page-gutter: 11px;
        --section-space: 3.05rem;
    }

    .logo-stage {
        width: 38px;
        height: 38px;
    }

    .brand-copy strong {
        font-size: .98rem;
    }

    .nav-actions {
        gap: .22rem;
    }

    .language-button {
        padding: .18rem .3rem;
    }

    .mobile-menu-toggle {
        width: 36px;
        height: 36px;
    }

    .hero {
        min-height: max(620px, 100svh);
        padding-top: calc(var(--header-height) + 1.65rem);
        padding-bottom: 1.8rem;
    }

    .hero-emblem-stage {
        --emblem-size: 156px;
        top: .2rem;
        right: -2.2rem;
        opacity: .5;
    }

    .hero-kicker {
        max-width: 72%;
        font-size: .56rem;
    }

    .hero-title {
        width: 79%;
        font-size: clamp(3.05rem, 16.6vw, 3.75rem);
    }

    .hero-text {
        max-width: 91%;
        font-size: .82rem;
    }

    .hero-actions .button {
        min-height: 43px;
        font-size: .57rem;
    }

    .hero-proof {
        font-size: .61rem;
    }

    .section-title {
        font-size: clamp(2.05rem, 10.8vw, 2.75rem);
    }

    .about-visual {
        min-height: 270px;
    }

    .image-frame-float {
        width: 37%;
        height: 31%;
    }

    .service-card {
        flex-basis: min(85vw, 276px);
    }

    .signature-section {
        min-height: 455px;
    }

    .gallery-grid {
        grid-auto-rows: 150px;
    }

    .review-tape-card {
        flex-basis: min(72vw, 215px);
        min-height: 190px;
    }

    .map-wrap,
    .map-wrap iframe {
        min-height: 285px;
    }
}

@media (max-width: 340px) {
    .hero-emblem-stage {
        --emblem-size: 144px;
        right: -2.4rem;
    }

    .hero-title {
        width: 82%;
        font-size: 2.95rem;
    }

    .hero-actions {
        grid-template-columns: 1fr;
    }

    .hero-actions .button {
        width: 100%;
    }

    .gallery-grid {
        grid-auto-rows: 142px;
    }

    .review-tape-card {
        flex-basis: 195px;
        min-height: 185px;
    }
}

/* Keep the complete interactive crest inside narrow phone viewports. */
@media (max-width: 760px) {
    .hero-emblem-stage {
        --emblem-size: clamp(124px, 38vw, 172px);
        top: -4.4rem;
        right: .25rem;
        opacity: .64;
    }

    .hero-title {
        width: min(84%, 430px);
    }
}

@media (max-width: 400px) {
    .hero-emblem-stage {
        --emblem-size: 132px;
        top: -4.8rem;
        right: .35rem;
        opacity: .62;
    }

    .hero-title {
        width: 86%;
    }
}

@media (max-width: 340px) {
    .hero-emblem-stage {
        --emblem-size: 122px;
        top: -4.55rem;
        right: .15rem;
    }

    .hero-title {
        width: 88%;
    }
}


/* =========================================================
   Single-scroll responsive layout + two review motion bars
   ========================================================= */

@media (max-width: 1180px) {

    /* The menu no longer creates a second vertical scrollbar. */
    .mobile-menu {
        max-height: none;
        overflow: visible;
        overscroll-behavior: auto;
    }
}

@media (max-width: 760px) {
    :root {
        --page-gutter: clamp(11px, 3vw, 16px);
        --section-space: clamp(2.8rem, 8vw, 4rem);
    }

    body {
        font-size: 13px;
        line-height: 1.58;
    }

    /* Wider visual composition: smaller type and more content per row. */
    .section-heading {
        margin-bottom: 1.45rem;
    }

    .section-title {
        font-size: clamp(1.8rem, 7.8vw, 2.65rem);
        line-height: .98;
        letter-spacing: -.035em;
    }

    .eyebrow {
        margin-bottom: .65rem;
        font-size: .54rem;
        letter-spacing: .15em;
    }

    .lead {
        font-size: clamp(1rem, 4.2vw, 1.3rem);
    }

    .hero {
        min-height: max(590px, 100svh);
        padding-top: calc(var(--header-height) + 1.5rem);
        padding-bottom: 1.55rem;
    }

    .hero-kicker {
        font-size: .53rem;
    }

    .hero-title {
        width: min(78%, 410px);
        font-size: clamp(2.75rem, 12.8vw, 4.2rem);
        line-height: .86;
    }

    .hero-text {
        max-width: min(82%, 500px);
        font-size: clamp(.72rem, 2.7vw, .88rem);
        line-height: 1.48;
    }

    .hero-actions {
        max-width: 430px;
    }

    .hero-actions .button {
        min-height: 41px;
        font-size: .55rem;
    }

    .hero-proof {
        font-size: .58rem;
    }

    /* No horizontal swipe rail: all services stay in the page flow. */
    .services-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .62rem;
        overflow: visible;
        overscroll-behavior: auto;
        scroll-snap-type: none;
        margin-inline: 0;
        padding: 0;
    }

    .service-card {
        min-width: 0;
        min-height: 238px;
        padding: .88rem;
        scroll-snap-align: none;
    }

    .service-number {
        font-size: .66rem;
    }

    .service-icon {
        margin: .9rem 0 .7rem;
        font-size: 1.25rem;
    }

    .service-card h3 {
        font-size: clamp(.98rem, 4.2vw, 1.18rem);
        line-height: 1.05;
    }

    .service-card p {
        font-size: .68rem;
        line-height: 1.43;
    }

    .service-card strong {
        font-size: 1.38rem;
    }

    .featured-tag {
        font-size: .48rem;
    }

    .price-note {
        font-size: .59rem;
    }

    .signature-content h2 {
        max-width: 86%;
        font-size: clamp(2rem, 8.8vw, 3rem);
    }

    .reviews-marquee-shell {
        gap: .65rem;
        margin-top: 1.45rem;
    }

    .reviews-marquee-track {
        gap: .65rem;
        animation-duration: 68s;
    }

    .reviews-marquee-reverse .reviews-marquee-track {
        animation-duration: 74s;
    }

    .review-tape-card {
        flex-basis: clamp(178px, 48vw, 215px);
        min-height: 176px;
        padding: .78rem;
        border-radius: 14px;
    }

    .review-list-stars {
        font-size: .58rem;
    }

    .review-tape-card blockquote {
        margin: .7rem 0 .9rem;
        font-size: .78rem;
        line-height: 1.34;
        -webkit-line-clamp: 5;
    }

    .review-tape-card footer {
        grid-template-columns: 30px minmax(0, 1fr) auto;
        gap: .55rem;
    }

    .review-avatar {
        width: 30px;
        height: 30px;
        font-size: .66rem;
    }

    .review-person strong {
        font-size: .62rem;
    }

    .review-person small {
        font-size: .49rem;
    }

    .verified-badge {
        font-size: .62rem;
    }

    .reviews-score strong {
        font-size: 1.7rem;
    }

    .reviews-score,
    .reviews-intro {
        font-size: .66rem;
    }
}

@media (max-width: 400px) {
    :root {
        --page-gutter: 10px;
    }

    .hero {
        min-height: max(560px, 100svh);
    }

    .hero-title {
        width: 82%;
        font-size: clamp(2.6rem, 13vw, 3.35rem);
    }

    .hero-text {
        max-width: 86%;
        font-size: .7rem;
    }

    .service-card {
        min-height: 225px;
        padding: .75rem;
    }

    .service-card h3 {
        font-size: .94rem;
    }

    .service-card p {
        font-size: .63rem;
    }

    .service-card strong {
        font-size: 1.25rem;
    }

    .review-tape-card {
        flex-basis: clamp(165px, 47vw, 188px);
        min-height: 168px;
    }
}


/* =========================================================
   Final scrollbar + compact hero-to-tape correction
   ========================================================= */

/* The document root is the only normal vertical scroll container. */
html {
    overflow-x: clip;
    overflow-y: auto;
}

body {
    overflow-x: clip;
    overflow-y: visible;
}

@media (max-width: 760px) {

    /* Keep the Google-review link directly above the moving gold review bar. */
    .hero {
        align-items: flex-end;
        padding-bottom: .7rem;
    }

    .hero-content {
        margin-top: auto;
        margin-bottom: 0;
    }

    .hero-proof {
        margin-bottom: 0;
    }

    .hero-scroll {
        display: none !important;
    }

    /* Remove the doubled heading + marquee margins in the reviews section. */
    .reviews-section .section-heading {
        margin-bottom: .45rem;
    }

    .reviews-section .reviews-marquee-shell {
        margin-top: .55rem;
    }
}

@media (max-width: 400px) {
    .hero {
        padding-bottom: .55rem;
    }
}


/* =========================================================
   Smooth mobile hero spacing — keep the video visible without a full-screen void
   ========================================================= */
@media (max-width: 760px) {
    .hero {
        min-height: clamp(650px, 82svh, 770px);
        align-items: flex-end;
        padding-top: calc(var(--header-height) + 1.15rem);
        padding-bottom: 1rem;
    }

    .hero-content {
        margin-top: 0;
        margin-bottom: 0;
    }

    .hero-video {
        object-position: center 43%;
    }
}

@media (max-width: 400px) {
    .hero {
        min-height: clamp(610px, 78svh, 720px);
        padding-bottom: .8rem;
    }
}

@media (max-height: 700px) and (max-width: 760px) {
    .hero {
        min-height: 640px;
    }
}

/* =========================================================
   Matay-inspired wide mobile layout + swipeable motion rails
   Keeps desktop untouched; only applies below 760px.
   ========================================================= */
@media (max-width: 760px) {
    :root {
        /* Smaller side gutters make the phone layout feel wider. */
        --page-gutter: clamp(9px, 2.7vw, 14px);
    }

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }
    .hero {
        height: auto !important;
        min-height: 0 !important;
        align-items: flex-end !important;

        /* This controls how much video is visible above the writing */
        padding-top: calc(
            var(--header-height) + clamp(130px, 28vw, 190px)
        ) !important;

        padding-bottom: .6rem !important;
    }
    
    .container {
        width: calc(100% - (var(--page-gutter) * 2));
        max-width: none;
    }

    /* Let headings and supporting copy use the full phone width. */
    .section-heading,
    .section-heading.split,
    .section-heading.centered {
        width: 100%;
        max-width: none;
    }

    .section-heading.centered {
        align-items: flex-start;
        text-align: left;
    }

    .section-heading.centered>p:last-child,
    .section-heading.split>p,
    .about-copy>p:not(.eyebrow),
    .hero-text,
    .lead {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .section-title {
        width: 100%;
        max-width: none;
        font-size: clamp(2.15rem, 10.2vw, 3.25rem);
        line-height: .95;
        letter-spacing: -.04em;
    }

    .lead {
        font-size: clamp(1.08rem, 4.9vw, 1.48rem);
        line-height: 1.42;
    }

    .hero-title {
        width: 100%;
        max-width: none;
        font-size: clamp(3.05rem, 15.4vw, 4.85rem);
        line-height: .84;
    }

    .hero-text {
        font-size: clamp(.82rem, 3.35vw, .98rem);
        line-height: 1.56;
    }

    .signature-content h2 {
        width: 100%;
        max-width: none;
    }

    /* Services becomes one contained horizontal rail.
       It can auto-move and remains fully swipeable/drag-scrollable. */
   .services-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .78rem;

    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: .25rem 0 .9rem;

    overflow: visible;
    box-sizing: border-box;
}

/* Replace .service-card with your actual card class if different */
.services-grid > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0;
    box-sizing: border-box;
}

/* Prevent text/content from forcing the cards wider */
.services-grid > * img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.services-grid > * h3,
.services-grid > * p {
    min-width: 0;
    overflow-wrap: anywhere;
}
    .service-card {
        flex: 0 0 min(82vw, 315px);
        width: min(82vw, 315px);
        min-width: min(82vw, 315px);
        min-height: 270px;
        scroll-snap-align: start;
    }

    /* Gallery uses the same wide, swipeable motion-rail behavior. */
    .gallery-grid {
        display: flex !important;
        grid-template-columns: none !important;
        grid-auto-rows: unset !important;
        gap: .72rem;
        width: calc(100% + (var(--page-gutter) * 2));
        max-width: none;
        margin-inline: calc(var(--page-gutter) * -1);
        padding: .2rem var(--page-gutter) .85rem;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        scroll-snap-type: none;
        scroll-padding-inline: var(--page-gutter);
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
        cursor: grab;
    }

    .gallery-grid:active {
        cursor: grabbing;
    }

    .gallery-grid::-webkit-scrollbar {
        display: none;
    }

    .gallery-item,
    .gallery-item.gallery-large,
    .gallery-item.gallery-wide {
        flex: 0 0 min(78vw, 300px);
        width: min(78vw, 300px);
        min-width: min(78vw, 300px);
        height: clamp(225px, 69vw, 310px);
        grid-column: auto !important;
        grid-row: auto !important;
        scroll-snap-align: start;
    }

    /* A visible slice of the next card makes horizontal swiping obvious. */
    .services-grid> :last-child,
    .gallery-grid> :last-child {
        margin-right: calc(var(--page-gutter) * .35);
    }
}

@media (max-width: 400px) {
    :root {
        --page-gutter: 9px;
    }

    .section-title {
        font-size: clamp(2rem, 10.8vw, 2.8rem);
    }

    .hero-title {
        font-size: clamp(2.9rem, 15.8vw, 3.75rem);
    }

    .service-card {
        flex-basis: min(84vw, 290px);
        width: min(84vw, 290px);
        min-width: min(84vw, 290px);
    }

    .gallery-item,
    .gallery-item.gallery-large,
    .gallery-item.gallery-wide {
        flex-basis: min(80vw, 278px);
        width: min(80vw, 278px);
        min-width: min(80vw, 278px);
        height: clamp(215px, 72vw, 285px);
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px) {

    .services-grid,
    .gallery-grid {
        scroll-behavior: auto;
    }
}
/* =========================================================
   Final requested mobile spacing + continuously moving 3D gallery
   These rules intentionally come last so they win the mobile cascade.
   ========================================================= */
@media (max-width: 760px) {
    /* The hero has no address/review proof now, so use the freed space to make
       the title, supporting copy and actions breathe instead of stacking tightly. */
    .hero {
        height: auto !important;
        min-height: 0 !important;
        align-items: flex-end !important;
        padding-top: calc(var(--header-height) + clamp(150px, 39vw, 215px)) !important;
        padding-bottom: 1.15rem !important;
    }

    .hero-content {
        margin: 0 !important;
    }

    .hero-title {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        font-size: clamp(3rem, 15.2vw, 4.8rem);
        line-height: .86;
    }

    .hero-title > span,
    .hero-title > em {
        display: block;
    }

    .hero-title > span {
        margin-bottom: .12em;
    }

    .hero-text {
        width: 100% !important;
        max-width: min(94%, 560px) !important;
        margin-top: 1.35rem !important;
        font-size: clamp(.84rem, 3.35vw, 1rem);
        line-height: 1.64;
    }

    .hero-actions {
        margin-top: 1.35rem !important;
        gap: .72rem;
    }

    .hero-actions .button {
        min-height: 46px;
    }

    .section-heading {
        margin-bottom: 1.9rem;
    }

    .section-heading.split {
        gap: 1.05rem;
    }

    .section-heading .section-title + p,
    .section-heading.split > p,
    .section-heading.centered > p:last-child {
        margin-top: 1rem;
        line-height: 1.62;
    }

    .section-title {
        line-height: 1.02;
    }

    /* The gold review tape remains directly after the hero and keeps moving. */
    .review-tape {
        margin-top: 0;
    }

    /* Mobile 3D gallery remains a true moving tape, not a static grid. */
    .gallery-section .section-heading {
        margin-bottom: 1rem;
    }

    .gallery-scene {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding-block: .8rem 2.6rem;
    }

    .gallery-viewport {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 1.35rem var(--page-gutter) 2.8rem;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 3.5%, #000 96.5%, transparent);
        mask-image: linear-gradient(90deg, transparent, #000 3.5%, #000 96.5%, transparent);
    }

    .gallery-grid {
        display: flex !important;
        width: max-content !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: .75rem !important;
        overflow: visible !important;
        transform-style: preserve-3d;
    }

    .gallery-item,
    .gallery-item.gallery-large,
    .gallery-item.gallery-wide {
        flex: 0 0 min(76vw, 305px) !important;
        width: min(76vw, 305px) !important;
        min-width: min(76vw, 305px) !important;
        height: clamp(315px, 104vw, 430px) !important;
        border-radius: 20px;
        scroll-snap-align: none;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        padding: .55rem;
        object-fit: contain !important;
        object-position: center !important;
        filter: none !important;
    }

    .gallery-overlay {
        inset: auto .65rem .65rem;
        min-height: 39px;
        padding: .58rem .72rem;
    }

    .gallery-orbit {
        display: block;
        width: 112vw;
        height: 45vw;
        opacity: .65;
    }

    .gallery-orbit-two {
        width: 86vw;
        opacity: .4;
    }

    .gallery-floor {
        width: 94vw;
        bottom: 1%;
    }
}

@media (max-width: 400px) {
    .hero {
        padding-top: calc(var(--header-height) + 138px) !important;
        padding-bottom: 1rem !important;
    }

    .hero-title {
        font-size: clamp(2.75rem, 15vw, 3.65rem);
    }

    .hero-text {
        margin-top: 1.15rem !important;
        font-size: .82rem;
    }

    .hero-actions {
        margin-top: 1.15rem !important;
    }

    .gallery-item,
    .gallery-item.gallery-large,
    .gallery-item.gallery-wide {
        flex-basis: min(78vw, 275px) !important;
        width: min(78vw, 275px) !important;
        min-width: min(78vw, 275px) !important;
        height: clamp(292px, 106vw, 390px) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gallery-orbit,
    .gallery-floor {
        animation: none !important;
    }

    .gallery-item {
        transform: none !important;
        opacity: 1 !important;
    }
}


/* =========================================================
   Mobile review spacing + smoother touch-driven 3D gallery
   ========================================================= */
@media (max-width: 760px) {
    /* Keep both full review rows visible and clearly separated on phones. */
    .reviews-section {
        padding-top: clamp(3.4rem, 11vw, 4.8rem);
        padding-bottom: clamp(3.6rem, 12vw, 5rem);
    }

    .reviews-section .section-heading {
        margin-bottom: clamp(1.55rem, 5vw, 2.15rem) !important;
    }

    .reviews-section .reviews-marquee-shell {
        display: grid !important;
        gap: clamp(.9rem, 3.4vw, 1.25rem) !important;
        margin-top: 0 !important;
        margin-bottom: clamp(1.7rem, 5vw, 2.25rem);
    }

    .reviews-section .reviews-marquee {
        display: block !important;
        min-height: 176px;
        padding-block: .25rem;
    }

    .reviews-section .reviews-marquee-track {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .reviews-section .reviews-marquee-forward .reviews-marquee-track {
        animation-name: tapeMove !important;
    }

    .reviews-section .reviews-marquee-reverse .reviews-marquee-track {
        animation-name: tapeMoveReverse !important;
    }

    /* More breathing room around the compact gold tape below the hero. */
    .hero {
        padding-bottom: clamp(1.65rem, 5vw, 2.2rem) !important;
    }

    .review-tape {
        margin-top: 0;
        margin-bottom: clamp(1.1rem, 4vw, 1.65rem);
    }

    /* Native momentum scrolling must win while the visitor swipes. */
    .gallery-viewport {
        scroll-behavior: auto !important;
        scroll-snap-type: none !important;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
        cursor: grab;
    }

    .gallery-viewport.is-dragging {
        cursor: grabbing;
    }

    .gallery-grid {
        scroll-snap-type: none !important;
        pointer-events: auto;
    }

    .gallery-item,
    .gallery-item.gallery-large,
    .gallery-item.gallery-wide {
        scroll-snap-align: none !important;
        scroll-snap-stop: normal !important;
        /* A shorter transition avoids the sticky feeling while cards move past
           the center during a finger swipe. */
        transition-duration: 180ms !important;
    }
}

@media (max-width: 400px) {
    .reviews-section .section-heading {
        margin-bottom: 1.35rem !important;
    }

    .reviews-section .reviews-marquee-shell {
        gap: .8rem !important;
        margin-bottom: 1.55rem;
    }

    .review-tape {
        margin-bottom: 1.15rem;
    }
}


/* =========================================================
   Final phone polish: two visible review tapes, breathing room,
   and friction-free native swiping for the 3D gallery.
   ========================================================= */
@media (max-width: 760px) {
    /* Keep both review rows visibly separate on every phone width. */
    .reviews-marquee-shell {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 1rem !important;
        margin-top: 1.35rem !important;
        margin-bottom: 1.65rem !important;
        padding-block: .2rem;
    }

    .reviews-marquee,
    .reviews-marquee-forward,
    .reviews-marquee-reverse {
        display: block !important;
        width: 100% !important;
        min-height: 176px;
        overflow: hidden !important;
    }

    .reviews-marquee-reverse {
        margin-top: .15rem;
    }

    .reviews-section .section-heading {
        margin-bottom: 1.05rem !important;
    }

    .reviews-section .reviews-intro {
        margin-top: .9rem !important;
        margin-bottom: 0 !important;
        line-height: 1.58;
    }

    .reviews-section .reviews-cta {
        margin-top: .35rem !important;
    }

    /* Space around the slim gold review tape directly below the hero. */
    .review-tape {
        margin-block: .75rem 1.1rem !important;
    }

    /* Let the browser perform the swipe; JS only resumes auto motion later. */
    .gallery-viewport {
        scroll-behavior: auto !important;
        touch-action: pan-x !important;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: none !important;
        cursor: grab;
    }

    .gallery-viewport:active {
        cursor: grabbing;
    }

    .gallery-grid {
        touch-action: pan-x !important;
        pointer-events: auto;
    }

    .gallery-item,
    .gallery-item.gallery-large,
    .gallery-item.gallery-wide {
        scroll-snap-align: none !important;
        transition-duration: .16s, .22s, .22s, .18s, .16s !important;
    }

    .gallery-section .section-heading {
        margin-bottom: 1.45rem !important;
    }

    .gallery-scene {
        margin-top: .5rem;
        margin-bottom: .75rem;
    }
}

@media (max-width: 400px) {
    .reviews-marquee-shell {
        gap: .85rem !important;
        margin-top: 1.15rem !important;
        margin-bottom: 1.4rem !important;
    }

    .reviews-marquee,
    .reviews-marquee-forward,
    .reviews-marquee-reverse {
        min-height: 168px;
    }

    .review-tape {
        margin-block: .65rem .95rem !important;
    }
}

/* =========================================================
   V3 PHONE EXPERIENCE
   A phone-only holographic logo monolith, calmer spacing,
   a slimmer gold review ticker and native-feeling gallery swipes.
   Desktop/tablet above 760px remains exactly as before.
   ========================================================= */
@keyframes mobileMonolithFloat {
    0%, 100% {
        translate: 0 0;
        rotate: -1deg;
    }
    50% {
        translate: 0 -7px;
        rotate: 1.2deg;
    }
}

@keyframes mobileMonolithBeam {
    0%, 100% {
        opacity: .22;
        transform: translate3d(-50%, 8px, -35px) scaleY(.88);
    }
    50% {
        opacity: .58;
        transform: translate3d(-50%, -3px, -35px) scaleY(1.06);
    }
}

@keyframes mobileOrbitDrift {
    from { transform: rotateX(72deg) rotateZ(-18deg); }
    to { transform: rotateX(72deg) rotateZ(342deg); }
}

@media (max-width: 760px) {
    /* ---------- Hero rhythm ---------- */
    .hero {
        padding-top: calc(var(--header-height) + clamp(158px, 43vw, 205px)) !important;
        padding-bottom: clamp(1.35rem, 4.6vw, 1.9rem) !important;
    }

    .hero-content {
        position: relative;
        overflow: visible;
    }

    .hero-copy {
        width: 100%;
    }

    .hero-title {
        width: 100% !important;
        margin: 0 0 clamp(1.25rem, 4.8vw, 1.65rem) !important;
    }

    .hero-title > span {
        margin-bottom: .16em !important;
    }

    .hero-text {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        line-height: 1.62;
    }

    .hero-actions {
        margin-top: clamp(1.3rem, 4.8vw, 1.65rem) !important;
        margin-bottom: 0 !important;
        gap: .72rem;
    }

    .hero-actions .button {
        min-height: 46px;
        padding-block: .72rem;
    }

    /* ---------- Phone-only exotic 3D logo monolith ---------- */
    .hero-emblem-stage {
        --emblem-size: clamp(132px, 37vw, 166px);
        position: absolute !important;
        z-index: 5;
        top: calc(clamp(132px, 37vw, 166px) * -1.08) !important;
        right: clamp(.2rem, 2vw, .85rem) !important;
        width: var(--emblem-size) !important;
        height: calc(var(--emblem-size) * 1.08) !important;
        aspect-ratio: auto !important;
        margin: 0 !important;
        opacity: 1 !important;
        pointer-events: none;
        perspective: 950px;
        filter: drop-shadow(0 24px 26px rgba(0, 0, 0, .72));
        animation: none !important;
    }

    .hero-emblem-stage::before {
        inset: 4% 2% 2%;
        z-index: -2;
        border-radius: 34px 34px 48px 48px;
        background:
            radial-gradient(circle at 50% 34%, rgba(255, 238, 174, .25), transparent 29%),
            linear-gradient(155deg, rgba(255,255,255,.08), rgba(212,175,55,.025) 42%, transparent 72%);
        border: 1px solid rgba(255, 226, 141, .12);
        box-shadow:
            inset 0 1px rgba(255,255,255,.12),
            inset 0 -22px 42px rgba(0,0,0,.48),
            0 0 28px rgba(212,175,55,.12);
        transform: rotateY(-12deg) rotateX(7deg) translateZ(-38px);
        filter: none;
    }

    .hero-emblem-stage::after {
        content: "";
        position: absolute;
        z-index: -3;
        left: 50%;
        top: 7%;
        width: 54%;
        height: 84%;
        clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%);
        background: linear-gradient(180deg, rgba(255,226,139,.22), rgba(212,175,55,.055) 48%, transparent 100%);
        filter: blur(7px);
        transform-origin: 50% 100%;
        animation: mobileMonolithBeam 5.6s ease-in-out infinite;
    }

    .hero-emblem-card {
        --tilt-x: 8deg;
        --tilt-y: -13deg;
        --shift-x: 0px;
        --shift-y: 0px;
        z-index: 4;
        width: 68% !important;
        height: 82% !important;
        aspect-ratio: auto !important;
        display: grid;
        place-items: center;
        padding: 7px;
        border-radius: 31px 31px 38px 38px;
        background:
            linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.015) 34%, rgba(0,0,0,.32)),
            #080808;
        box-shadow:
            inset 1px 1px rgba(255,255,255,.16),
            inset -10px -14px 26px rgba(0,0,0,.72),
            10px 18px 0 rgba(72,43,3,.72),
            14px 24px 34px rgba(0,0,0,.52),
            0 0 26px rgba(212,175,55,.13);
        transform:
            translate3d(var(--shift-x), var(--shift-y), 52px)
            rotateX(var(--tilt-x))
            rotateY(var(--tilt-y))
            rotateZ(4deg) !important;
        animation: mobileMonolithFloat 5.8s ease-in-out infinite !important;
        transition: none !important;
    }

    .hero-emblem-card::before {
        inset: -6px;
        border-radius: 35px 35px 42px 42px;
        background: linear-gradient(135deg, #fff0ad 0%, #d4af37 17%, #6f4305 42%, #f4d36f 67%, #7c4e08 100%);
        box-shadow:
            inset 0 0 0 1px rgba(255,255,255,.25),
            inset 0 0 18px rgba(0,0,0,.48),
            0 0 0 1px rgba(212,175,55,.13);
        transform: translateZ(-18px) !important;
    }

    .hero-emblem-card::after {
        inset: 2px;
        border-radius: 28px 28px 35px 35px;
        border-color: rgba(255, 234, 170, .36);
        box-shadow:
            inset 0 0 23px rgba(0,0,0,.64),
            inset 0 0 0 4px rgba(212,175,55,.055);
        transform: translateZ(18px) !important;
    }

    .hero-emblem-image {
        z-index: 3;
        width: 78% !important;
        height: auto !important;
        aspect-ratio: 1;
        object-fit: cover;
        border: 1px solid rgba(255, 231, 158, .55);
        border-radius: 50% !important;
        box-shadow:
            0 0 0 5px rgba(0,0,0,.52),
            0 0 0 6px rgba(212,175,55,.2),
            0 12px 20px rgba(0,0,0,.54),
            inset 0 0 20px rgba(0,0,0,.72);
        transform: translateZ(28px) !important;
    }

    .hero-emblem-edge {
        inset: 6%;
        border-radius: 27px 27px 35px 35px;
        background: linear-gradient(155deg, #6b4106, #241502 62%, #090909);
        box-shadow: 8px 10px 0 #2d1901, 10px 13px 0 rgba(244,211,111,.14);
        transform: translateZ(-30px) !important;
    }

    .hero-emblem-shine {
        inset: 7px;
        border-radius: 26px 26px 33px 33px;
        transform: translateZ(38px) !important;
    }

    .hero-emblem-orbit {
        display: block !important;
        z-index: 1;
        border-color: rgba(242,208,107,.3);
    }

    .hero-emblem-stage .orbit-one {
        inset: 18% -9% 11%;
        border-width: 1px;
        transform: rotateX(72deg) rotateZ(-18deg);
        animation: mobileOrbitDrift 15s linear infinite !important;
    }

    .hero-emblem-stage .orbit-two {
        inset: 6% 14% 0 -4%;
        border-style: dashed;
        opacity: .42;
        transform: rotateY(68deg) rotateZ(12deg);
        animation-duration: 20s !important;
    }

    .hero-emblem-depth {
        display: block;
        width: 76%;
        height: 88%;
        border-radius: 34px 34px 45px 45px;
        background:
            radial-gradient(circle at 38% 22%, rgba(255,228,151,.18), transparent 25%),
            linear-gradient(145deg, rgba(112,66,4,.62), rgba(0,0,0,.92) 72%);
        filter: blur(.5px);
        transform: translateZ(-66px) rotateY(-11deg) !important;
    }

    .hero-emblem-floor {
        bottom: -1% !important;
        width: 78% !important;
        height: 12% !important;
        background: radial-gradient(ellipse, rgba(255,222,126,.48), rgba(212,175,55,.13) 38%, transparent 72%);
        filter: blur(10px) !important;
        transform: rotateX(78deg) translateZ(-76px) !important;
        animation-duration: 5.8s !important;
    }

    /* ---------- Slim gold ticker and breathing room ---------- */
    .review-tape {
        margin: clamp(.85rem, 3.6vw, 1.15rem) 0 clamp(1.35rem, 5vw, 1.8rem) !important;
        border-block-width: 1px;
    }

    .review-track {
        gap: .3rem !important;
        padding: .04rem .45rem !important;
        animation-duration: 52s !important;
    }

    .tape-item {
        min-height: 31px;
        gap: .48rem !important;
        padding: .34rem .78rem !important;
        line-height: 1;
    }

    .tape-item span,
    .tape-item q {
        font-size: .49rem !important;
        line-height: 1.05;
        letter-spacing: .055em;
    }

    /* ---------- Both full review rows remain visible ---------- */
    .reviews-section .section-heading {
        margin-bottom: clamp(1.45rem, 5vw, 1.95rem) !important;
    }

    .reviews-section .reviews-intro {
        margin-top: 1rem !important;
    }

    .reviews-marquee-shell {
        display: grid !important;
        gap: clamp(.9rem, 3.6vw, 1.2rem) !important;
        margin-top: 1.25rem !important;
        margin-bottom: 1.75rem !important;
    }

    .reviews-marquee,
    .reviews-marquee-forward,
    .reviews-marquee-reverse {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    .reviews-marquee-reverse {
        margin-top: 0 !important;
    }

    /* ---------- Smooth, native mobile gallery ---------- */
    .gallery-section .section-heading {
        margin-bottom: clamp(1.65rem, 5.5vw, 2.15rem) !important;
    }

    .gallery-scene {
        margin-top: .35rem !important;
        margin-bottom: 1rem !important;
        padding-block: .55rem 2.25rem !important;
    }

    .gallery-viewport {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding-top: 1rem !important;
        padding-bottom: 2.15rem !important;
        scroll-behavior: auto !important;
        scroll-snap-type: none !important;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
        contain: layout paint;
    }

    .gallery-grid {
        touch-action: pan-x pan-y !important;
        gap: .8rem !important;
    }

    .gallery-item,
    .gallery-item.gallery-large,
    .gallery-item.gallery-wide {
        touch-action: pan-x pan-y !important;
        will-change: auto !important;
        backface-visibility: hidden;
        transform:
            translate3d(0, var(--gallery-lift), 0)
            rotateY(var(--gallery-rotate))
            scale(var(--gallery-scale)) !important;
        transition:
            border-color .24s ease,
            box-shadow .28s ease,
            filter .24s ease,
            opacity .2s ease,
            transform .18s ease !important;
    }

    .gallery-viewport.is-dragging .gallery-item,
    .gallery-viewport:active .gallery-item {
        transition: none !important;
    }

    .gallery-item::after {
        mix-blend-mode: normal;
        opacity: .34;
    }

    .gallery-item img {
        transform: translateZ(0) scale(.975) !important;
        transition: filter .25s ease, transform .25s ease !important;
    }

    .gallery-item:active {
        --hover-scale: 1;
        filter: brightness(1.04);
    }

    .gallery-orbit {
        filter: none !important;
        opacity: .42 !important;
    }

    .gallery-floor {
        filter: blur(14px) !important;
        opacity: .7;
    }
}

@media (max-width: 400px) {
    .hero {
        padding-top: calc(var(--header-height) + 145px) !important;
        padding-bottom: 1.35rem !important;
    }

    .hero-title {
        margin-bottom: 1.15rem !important;
    }

    .hero-actions {
        margin-top: 1.25rem !important;
    }

    .hero-emblem-stage {
        --emblem-size: 132px;
        top: -143px !important;
        right: .15rem !important;
    }

    .hero-emblem-card {
        border-radius: 27px 27px 34px 34px;
    }

    .review-tape {
        margin-block: .75rem 1.35rem !important;
    }

    .tape-item {
        min-height: 28px;
        padding: .3rem .68rem !important;
    }

    .tape-item span,
    .tape-item q {
        font-size: .45rem !important;
    }

    .reviews-marquee-shell {
        gap: .82rem !important;
        margin-top: 1.05rem !important;
        margin-bottom: 1.45rem !important;
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px) {
    .hero-emblem-card,
    .hero-emblem-stage::after,
    .hero-emblem-orbit {
        animation: none !important;
    }
}

/* Keep the hero aligned to the same phone gutter as every other section. */
@media (max-width: 760px) {
    .hero-content.container {
        margin-inline: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}


/* =========================================================
   Popup booking experience — site-owned responsive layout
   ========================================================= */
@media (max-width: 980px) {
    .booking-grid {
        align-items: start;
    }

    .booking-copy {
        max-width: 720px;
    }

    .booking-launch-card {
        width: min(100%, 760px);
        margin-inline: auto;
    }
}

@media (max-width: 760px) {
    .booking-section {
        padding-top: clamp(3.2rem, 11vw, 4.5rem);
        padding-bottom: clamp(3.35rem, 11vw, 4.7rem);
    }

    .booking-grid {
        gap: 2rem;
    }

    .booking-copy {
        margin-bottom: 0;
    }

    .booking-copy > p:not(.eyebrow) {
        margin-top: 1.15rem;
        line-height: 1.65;
    }

    .booking-benefits {
        gap: .7rem;
        margin-top: 1.45rem;
    }

    .booking-benefits span {
        gap: .68rem;
    }

    .booking-benefits i {
        width: 25px;
        height: 25px;
        font-size: .66rem;
    }

    .booking-benefits em {
        font-size: .76rem;
    }

    .booking-launch-card {
        padding: 1rem;
        border-radius: 22px;
    }

    .booking-launch-topbar {
        min-height: 32px;
        gap: .5rem;
        font-size: .54rem;
        letter-spacing: .1em;
    }

    .booking-secure {
        font-size: .48rem;
    }

    .booking-visual {
        height: 175px;
        margin: .05rem auto .2rem;
    }

    .booking-calendar-3d {
        width: 122px;
        height: 103px;
        border-radius: 18px;
        box-shadow:
            inset 0 1px rgba(255,255,255,.18),
            inset 0 -13px 28px rgba(0,0,0,.54),
            0 12px 0 #3b2807,
            0 21px 38px rgba(0,0,0,.58),
            0 0 28px rgba(212,175,55,.16);
    }

    .booking-calendar-line {
        top: 25px;
    }

    .booking-calendar-binding {
        top: -11px;
        width: 11px;
        height: 25px;
    }

    .booking-calendar-binding-left { left: 27px; }
    .booking-calendar-binding-right { right: 27px; }

    .booking-calendar-grid {
        inset: 39px 16px 14px;
        gap: 7px;
    }

    .booking-calendar-check {
        right: -17px;
        bottom: -10px;
        width: 40px;
        height: 40px;
    }

    .booking-orbit { width: 178px; }
    .booking-orbit-two { width: 145px; }
    .booking-floor-glow { bottom: 17px; width: 155px; height: 34px; }

    .booking-card-kicker {
        margin-bottom: .4rem;
        font-size: .54rem;
    }

    .booking-launch-copy h3 {
        font-size: clamp(1.75rem, 8.8vw, 2.35rem);
    }

    .booking-launch-copy > p:last-child {
        margin-top: .7rem;
        font-size: .73rem;
        line-height: 1.5;
    }

    .booking-steps {
        gap: .45rem;
        margin: 1.05rem 0 .9rem;
    }

    .booking-steps span {
        padding: .65rem .34rem;
        border-radius: 11px;
    }

    .booking-steps b {
        font-size: .98rem;
    }

    .booking-steps em {
        font-size: .5rem;
        letter-spacing: .04em;
    }

    .booking-launch-button {
        min-height: 47px;
    }

    .booking-whatsapp-link {
        margin-top: .8rem;
        font-size: .6rem;
    }

    .booking-launch-note {
        margin-top: .62rem;
        font-size: .52rem;
    }
}

@media (max-width: 400px) {
    .booking-grid {
        gap: 1.7rem;
    }

    .booking-launch-card {
        padding: .78rem;
        border-radius: 18px;
    }

    .booking-secure span {
        display: none;
    }

    .booking-visual {
        height: 155px;
    }

    .booking-calendar-3d {
        width: 110px;
        height: 93px;
    }

    .booking-orbit { width: 158px; }
    .booking-orbit-two { width: 132px; }

    .booking-steps {
        gap: .35rem;
    }

    .booking-steps span {
        padding: .56rem .24rem;
    }

    .booking-steps em {
        font-size: .45rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .salonized-live-dot,
    .booking-calendar-3d,
    .booking-orbit {
        animation: none !important;
    }
}

/* Open Salonized widget: full-width and phone friendly. */
@media (max-width: 760px) {
    .booking-grid-inline {
        gap: 1.55rem;
    }

    .booking-grid-inline .booking-copy {
        display: block;
    }

    .booking-grid-inline .booking-copy > p:not(.eyebrow) {
        margin-top: 1rem;
    }

    .booking-grid-inline .booking-benefits {
        margin-top: 1.25rem;
        padding: .9rem;
        gap: .6rem;
    }

    .salonized-booking-shell {
        padding: 6px;
        border-radius: 18px;
    }

    .salonized-booking-topbar {
        min-height: 40px;
        padding: 0 .45rem .45rem;
        font-size: .58rem;
        letter-spacing: .1em;
    }

    .salonized-booking-frame {
        border-radius: 13px;
    }

    .salonized-booking-note {
        margin: .65rem .45rem .2rem;
        font-size: .6rem;
        line-height: 1.45;
    }
}


/* =========================================================
   Salonized calendar: maximum usable width on every screen
   ========================================================= */
@media (max-width: 1180px) {
    .salonized-booking-shell {
        --salonized-height: 830px;
    }
}

@media (max-width: 760px) {
    .booking-section {
        overflow: hidden;
    }

    .booking-grid-inline {
        gap: 1.8rem;
    }

    .booking-grid-inline .booking-copy {
        padding-inline: .25rem;
    }

    .salonized-booking-shell {
        --salonized-height: 810px;
        width: 100vw;
        max-width: 100vw;
        margin-inline: calc(50% - 50vw);
        padding: 4px 0 7px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: 0 20px 48px rgba(0,0,0,.42);
    }

    .salonized-booking-shell.reveal-right,
    .salonized-booking-shell.revealed {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .salonized-booking-topbar {
        min-height: 38px;
        padding: 0 var(--page-gutter) .35rem;
        font-size: .57rem;
    }

    .salonized-booking-frame {
        width: 100%;
        min-height: var(--salonized-height);
        border-radius: 0;
        overflow: hidden;
    }

    .salonized-booking-frame .salonized-booking,
    .salonized-booking-frame iframe,
    .salonized-booking iframe {
        width: 100% !important;
        max-width: none !important;
        min-width: 100% !important;
        height: var(--salonized-height) !important;
        min-height: var(--salonized-height) !important;
        border-radius: 0 !important;
        transform: none !important;
    }

    .salonized-booking-note {
        margin: .7rem var(--page-gutter) .15rem;
        font-size: .61rem;
    }

    .salonized-loading {
        min-height: var(--salonized-height);
        font-size: .66rem;
    }
}

@media (max-width: 420px) {
    .salonized-booking-shell {
        --salonized-height: 780px;
    }
}

@media (max-width: 340px) {
    .salonized-booking-shell {
        --salonized-height: 750px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .salonized-loading-ring {
        animation: none !important;
    }
}

/* =========================================================
   V9 real-phone parity fixes
   - keep both review marquees visible on Safari/iOS
   - keep the desktop circular hero crest on phones
   - make Salonized wide but noticeably shorter
   ========================================================= */

@media (max-width: 760px) {
    /* Keep the navigation crest at its desktop size and shape. */
    .site-header .logo-stage {
        width: 58px !important;
        height: 58px !important;
        flex: 0 0 58px !important;
    }

    /* Restore the same circular 3D crest used on larger screens. Only its
       scale and position change so it fits beside the phone heading. */
    .hero {
        padding-top: calc(var(--header-height) + clamp(132px, 35vw, 172px)) !important;
    }

    .hero-emblem-stage {
        --emblem-size: clamp(132px, 36vw, 172px) !important;
        --glow-x: 50%;
        --glow-y: 42%;
        position: absolute !important;
        z-index: 5 !important;
        top: calc(var(--emblem-size) * -1.02) !important;
        right: clamp(.15rem, 2vw, .8rem) !important;
        width: var(--emblem-size) !important;
        height: auto !important;
        max-width: none !important;
        aspect-ratio: 1 !important;
        display: grid !important;
        place-items: center !important;
        margin: 0 !important;
        opacity: 1 !important;
        pointer-events: none !important;
        perspective: 1500px !important;
        transform-style: preserve-3d !important;
        filter: drop-shadow(0 25px 34px rgba(0,0,0,.7)) !important;
        animation: heroEmblemReveal 1.15s .3s both cubic-bezier(.18,.75,.25,1) !important;
    }

    .hero-emblem-stage::before {
        content: "" !important;
        position: absolute !important;
        inset: 5% !important;
        z-index: 0 !important;
        width: auto !important;
        height: auto !important;
        border: 0 !important;
        border-radius: 50% !important;
        clip-path: none !important;
        background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255,235,164,.27), rgba(212,175,55,.08) 34%, transparent 68%) !important;
        box-shadow: none !important;
        filter: blur(10px) !important;
        transform: none !important;
        animation: none !important;
    }

    .hero-emblem-stage::after {
        content: none !important;
        display: none !important;
    }

    .hero-emblem-card {
        --tilt-x: 0deg;
        --tilt-y: 0deg;
        --shift-x: 0px;
        --shift-y: 0px;
        position: relative !important;
        z-index: 4 !important;
        width: 78% !important;
        height: auto !important;
        aspect-ratio: 1 !important;
        display: block !important;
        padding: 10px !important;
        border-radius: 50% !important;
        background: transparent !important;
        box-shadow: none !important;
        transform-style: preserve-3d !important;
        transform: translate3d(var(--shift-x), var(--shift-y), 70px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(0deg) scale(1) !important;
        transition: transform 260ms cubic-bezier(.16,.84,.3,1.14), filter 260ms ease !important;
        animation: emblemFloat 6.8s ease-in-out infinite !important;
    }

    .hero-emblem-card::before,
    .hero-emblem-card::after {
        border-radius: 50% !important;
    }

    .hero-emblem-card::before {
        inset: -11px !important;
        z-index: -1 !important;
        background: conic-gradient(from 0deg, #5c3603, #d4af37 13%, #fff0af 20%, #91600d 34%, #f3cc60 52%, #674004 68%, #ffe39a 82%, #8b5a0a) !important;
        box-shadow: inset 0 0 0 2px rgba(255,255,255,.22), inset 0 0 24px rgba(0,0,0,.65), 0 0 0 2px rgba(212,175,55,.15), 0 0 55px rgba(212,175,55,.22) !important;
        transform: translateZ(-26px) !important;
    }

    .hero-emblem-card::after {
        inset: 1px !important;
        z-index: 3 !important;
        border: 1px solid rgba(255,229,153,.42) !important;
        box-shadow: inset 0 0 30px rgba(0,0,0,.72), inset 0 0 0 5px rgba(212,175,55,.06) !important;
        transform: translateZ(22px) !important;
    }

    .hero-emblem-image {
        position: relative !important;
        z-index: 2 !important;
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 1 !important;
        object-fit: cover !important;
        border: 0 !important;
        border-radius: 50% !important;
        background: #000 !important;
        box-shadow: none !important;
        transform: translateZ(18px) !important;
    }

    .hero-emblem-edge {
        position: absolute !important;
        inset: 3% !important;
        z-index: 1 !important;
        width: auto !important;
        height: auto !important;
        border-radius: 50% !important;
        background: #4d2e04 !important;
        box-shadow: 0 0 0 10px #2d1901, 0 0 0 12px rgba(244,211,111,.26) !important;
        transform: translateZ(-34px) !important;
    }

    .hero-emblem-shine {
        position: absolute !important;
        inset: 10px !important;
        z-index: 5 !important;
        border-radius: 50% !important;
        transform: translateZ(30px) !important;
    }

    .hero-emblem-orbit {
        display: block !important;
        position: absolute !important;
        border-radius: 50% !important;
        border: 1px solid rgba(242,208,107,.3) !important;
    }

    .hero-emblem-stage .orbit-one {
        inset: 4% !important;
        opacity: 1 !important;
        transform: rotateX(68deg) rotateZ(-12deg) !important;
        animation: orbitSpin 13s linear infinite !important;
    }

    .hero-emblem-stage .orbit-two {
        inset: 0 !important;
        border-style: dashed !important;
        opacity: .55 !important;
        transform: rotateY(72deg) rotateZ(18deg) !important;
        animation: orbitSpinReverse 18s linear infinite !important;
    }

    .hero-emblem-depth {
        display: block !important;
        position: absolute !important;
        width: 70% !important;
        height: auto !important;
        aspect-ratio: 1 !important;
        border-radius: 50% !important;
        background: radial-gradient(circle at 35% 25%, rgba(244,211,111,.24), rgba(69,40,3,.32) 46%, rgba(0,0,0,.9) 72%) !important;
        filter: blur(1px) !important;
        transform: translateZ(-80px) scale(.96) !important;
    }

    .hero-emblem-floor {
        display: block !important;
        position: absolute !important;
        bottom: 4% !important;
        width: 62% !important;
        height: 13% !important;
        border-radius: 50% !important;
        background: radial-gradient(ellipse, rgba(242,208,107,.4), rgba(212,175,55,.13) 38%, transparent 72%) !important;
        filter: blur(17px) !important;
        transform: rotateX(75deg) translateZ(-100px) !important;
        animation: emblemFloor 6.8s ease-in-out infinite !important;
    }

    /* Safari/iPhone fix: remove the mask that can erase the reverse row and
       keep two separately filled tracks in the normal document flow. */
    .reviews-marquee-shell {
        display: grid !important;
        grid-template-rows: repeat(2, minmax(168px, auto)) !important;
        gap: clamp(.82rem, 3.5vw, 1.1rem) !important;
        overflow: visible !important;
    }

    .reviews-marquee,
    .reviews-marquee-forward,
    .reviews-marquee-reverse {
        position: relative !important;
        display: block !important;
        min-height: 168px !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: hidden !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
        contain: none !important;
        transform: translateZ(0);
    }

    .reviews-marquee-track {
        position: relative !important;
        display: flex !important;
        width: max-content !important;
        min-width: max-content !important;
        min-height: 168px !important;
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-transform-style: flat !important;
        transform-style: flat !important;
        backface-visibility: visible !important;
        animation-fill-mode: both !important;
    }

    .reviews-marquee-reverse .reviews-marquee-track {
        animation-name: tapeMove !important;
        animation-direction: reverse !important;
    }

    /* Full viewport width on phones; shorter height, with internal scrolling. */
    .booking-section {
        overflow-x: clip !important;
    }

    .salonized-booking-shell {
        --salonized-height: 675px !important;
        width: 100vw !important;
        width: 100dvw !important;
        max-width: 100vw !important;
        max-width: 100dvw !important;
        margin-inline: calc(50% - 50vw) !important;
        margin-inline: calc(50% - 50dvw) !important;
    }

    .salonized-booking-frame,
    .salonized-booking-frame .salonized-booking,
    .salonized-booking-frame iframe,
    .salonized-booking iframe {
        width: 100% !important;
        max-width: none !important;
        min-width: 100% !important;
        height: var(--salonized-height) !important;
        min-height: var(--salonized-height) !important;
    }
}

@media (max-width: 420px) {
    .salonized-booking-shell {
        --salonized-height: 640px !important;
    }
}

@media (max-width: 340px) {
    .site-header .logo-stage {
        width: 54px !important;
        height: 54px !important;
        flex-basis: 54px !important;
    }

    .salonized-booking-shell {
        --salonized-height: 610px !important;
    }
}

@media (min-width: 761px) {
    /* Slightly calmer laptop footprint while preserving a wide booking view. */
    .booking-section .container {
        width: min(calc(100% - (var(--page-gutter) * 2)), 1240px) !important;
    }

    .salonized-booking-shell {
        --salonized-height: 750px !important;
    }
}

@media (min-width: 761px) and (max-width: 1180px) {
    .salonized-booking-shell {
        --salonized-height: 715px !important;
    }
}

/* =========================================================
   V10 final responsive booking footprint and mixed-media rail
   ========================================================= */
@media (min-width: 761px) {
    .booking-section .container {
        width: min(calc(100% - (var(--page-gutter) * 2)), 1180px) !important;
    }

    .salonized-booking-shell {
        --salonized-height: 690px !important;
        width: min(100%, 1120px) !important;
        margin-inline: auto !important;
        padding: 6px !important;
        border-radius: 24px !important;
    }

    .salonized-booking-frame {
        border-radius: 18px !important;
    }
}

@media (min-width: 761px) and (max-width: 1180px) {
    .salonized-booking-shell {
        --salonized-height: 650px !important;
        width: min(100%, 1040px) !important;
    }
}

@media (max-width: 760px) {
    .salonized-booking-shell {
        --salonized-height: 620px !important;
        width: calc(100% - 10px) !important;
        max-width: calc(100% - 10px) !important;
        margin-inline: auto !important;
        padding: 4px !important;
        border-radius: 17px !important;
    }

    .salonized-booking-frame {
        border-radius: 13px !important;
    }

    .salonized-booking-frame::before,
    .salonized-booking-frame::after {
        top: 7px;
        bottom: 7px;
        width: 2px;
    }

    .gallery-item img,
    .gallery-item video {
        padding: .48rem;
        transform: translateZ(18px) scale(.975);
    }

    .gallery-item:hover img,
    .gallery-item:focus-visible img,
    .gallery-item:hover video,
    .gallery-item:focus-visible video {
        transform: translateZ(28px) scale(1);
    }

    .lightbox-image,
    .lightbox-video {
        max-height: calc(100svh - 10rem);
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .salonized-booking-shell {
        --salonized-height: 590px !important;
        width: calc(100% - 8px) !important;
        max-width: calc(100% - 8px) !important;
    }
}

@media (max-width: 340px) {
    .salonized-booking-shell {
        --salonized-height: 565px !important;
        width: calc(100% - 6px) !important;
        max-width: calc(100% - 6px) !important;
    }
}


/* =========================================================
   V11 Salonized mobile completion fix
   - Widget configuration and iframe viewport use the same height.
   - Extra mobile height reveals the sticky final action without a huge laptop panel.
   ========================================================= */
@media (min-width: 1181px) {
    .salonized-booking-shell { --salonized-height: 660px !important; }
}

@media (min-width: 761px) and (max-width: 1180px) {
    .salonized-booking-shell { --salonized-height: 650px !important; }
}

@media (max-width: 760px) {
    .salonized-booking-shell { --salonized-height: 720px !important; }
    .salonized-booking-frame {
        contain: none !important;
        overflow: hidden !important;
    }
    .salonized-booking-frame iframe,
    .salonized-booking iframe {
        touch-action: auto !important;
        overscroll-behavior-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 420px) {
    .salonized-booking-shell { --salonized-height: 700px !important; }
}

@media (max-width: 340px) {
    .salonized-booking-shell { --salonized-height: 680px !important; }
}


/* V12 — refined bilingual story closing */
@media (max-width: 760px) {
    .about-highlight {
        margin-top: 1.25rem;
        padding-left: .9rem;
        font-size: clamp(1.25rem, 5.8vw, 1.6rem);
    }

    .about-closing {
        margin-top: .4rem;
        font-size: .78rem;
        line-height: 1.45;
    }
}

/* =========================================================
   V14 final responsive overrides for the new trust panel,
   three-language switch and mobile FAQ contact placement.
   ========================================================= */
@media (max-width: 760px) {
    .hero-status-card {
        min-height: 43px;
        flex-direction: column;
        gap: .18rem;
        padding-block: .42rem;
        white-space: normal;
    }

    .hero-status-mainline {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: clamp(.3rem, 1.45vw, .44rem);
        white-space: nowrap;
    }

    .hero-status-schedule {
        display: block;
        font-size: clamp(.43rem, 1.75vw, .5rem);
        line-height: 1.1;
        letter-spacing: .055em;
        white-space: nowrap;
    }

    .booking-trust-panel {
        grid-template-columns: minmax(0, 1fr);
        gap: .65rem;
        padding: .68rem;
        border-radius: 20px;
    }

    .booking-recognition-card {
        grid-template-columns: 68px minmax(0, 1fr);
        padding: .52rem;
        border-radius: 15px;
    }

    .booking-recognition-card img {
        width: 68px;
        border-radius: 12px;
    }

    .booking-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .5rem;
    }

    .booking-fact {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: .5rem;
        min-height: 58px;
        padding: .52rem .58rem;
        font-size: .62rem;
    }

    .booking-fact i {
        width: 28px;
        height: 28px;
        font-size: .65rem;
    }

    .faq-heading-contact {
        display: none !important;
    }

    .faq-mobile-contact {
        grid-column: 1 / -1;
        display: grid !important;
        gap: .75rem;
        margin-top: .35rem;
        padding: .95rem;
    }

    .faq-mobile-contact p {
        margin: 0;
    }

    .faq-mobile-contact .button {
        width: 100%;
    }

    .language-switch {
        gap: .16rem;
    }

    .language-button {
        min-width: 23px;
        padding-inline: .3rem;
    }
}

@media (max-width: 400px) {
    .hero-status-card {
        min-height: 40px;
        padding-block: .38rem;
    }

    .hero-status-schedule {
        font-size: .42rem;
    }

    .booking-facts {
        grid-template-columns: minmax(0, 1fr);
    }

    .booking-fact {
        min-height: 0;
        font-size: .61rem;
    }

    .language-button {
        min-width: 21px;
        padding: .15rem .23rem;
        font-size: .54rem;
    }
}


/* =========================================================
   V16 final responsive overrides
   ========================================================= */
@media (max-width: 980px) {
    .training-panel {
        grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr);
        gap: 2rem;
    }
    .training-badge-frame { width: min(100%, 190px); }
    .training-points { grid-template-columns: minmax(0,1fr); }

    .booking-grid-inline .booking-copy-focused {
        grid-template-columns: minmax(0,1fr);
        gap: 1.25rem;
    }
    .booking-grid-inline .booking-copy-focused .booking-lead,
    .booking-grid-inline .booking-benefits-priority {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 760px) {
    .training-section {
        padding-top: clamp(3rem, 10vw, 4.2rem);
        padding-bottom: clamp(3rem, 10vw, 4.2rem);
    }
    .training-panel {
        grid-template-columns: 92px minmax(0,1fr);
        align-items: start;
        gap: 1rem;
        padding: .95rem;
        border-radius: 20px;
    }
    .training-badge-wrap { align-self: start; }
    .training-badge-frame {
        width: 92px;
        padding: 5px;
        border-radius: 16px;
    }
    .training-badge-frame::before {
        inset: 3px;
        border-radius: 13px;
    }
    .training-badge-frame img { border-radius: 12px; }
    .training-copy .eyebrow {
        margin-bottom: .55rem;
        font-size: .5rem;
    }
    .training-copy .section-title {
        font-size: clamp(1.7rem, 7.7vw, 2.45rem);
        line-height: .98;
    }
    .training-text {
        grid-column: 1 / -1;
        margin-top: .8rem;
        font-size: .76rem;
        line-height: 1.58;
    }
    .training-points {
        grid-column: 1 / -1;
        gap: .48rem;
        margin-top: .9rem;
    }
    .training-points span {
        min-height: 48px;
        padding: .58rem .62rem;
        border-radius: 12px;
    }
    .training-points i {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: .62rem;
    }
    .training-points em { font-size: .66rem; }

    .booking-grid-inline .booking-copy-focused {
        display: grid !important;
        gap: 1.05rem;
        padding-inline: .15rem;
    }
    .booking-grid-inline .booking-copy-focused .booking-lead {
        margin: 0 !important;
        font-size: clamp(1.48rem, 6.7vw, 2.05rem);
        line-height: 1.1;
    }
    .booking-grid-inline .booking-benefits-priority {
        margin: 0 !important;
        padding: .75rem .78rem !important;
        gap: .2rem !important;
        border-radius: 18px;
    }
    .booking-benefits-priority span {
        min-height: 45px;
        gap: .62rem;
        padding: .48rem 0;
    }
    .booking-benefits-priority i {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: .65rem;
    }
    .booking-benefits-priority em {
        font-size: .7rem;
        line-height: 1.38;
    }

    /* Gallery heading remains clean after removing the supporting paragraph. */
    .gallery-section .section-heading.split {
        display: block;
        margin-bottom: 1.45rem !important;
    }
}

@media (max-width: 400px) {
    .training-panel {
        grid-template-columns: 76px minmax(0,1fr);
        gap: .8rem;
        padding: .78rem;
    }
    .training-badge-frame { width: 76px; }
    .training-copy .section-title { font-size: clamp(1.5rem, 7.8vw, 2rem); }
    .training-text { font-size: .7rem; }
    .training-points em { font-size: .61rem; }

    .booking-grid-inline .booking-copy-focused .booking-lead {
        font-size: clamp(1.35rem, 6.7vw, 1.75rem);
    }
    .booking-benefits-priority em { font-size: .65rem; }
}

/* V16 mobile training card: keep the badge and copy comfortably wide. */
@media (max-width: 760px) {
    .training-panel {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 1rem !important;
    }
    .training-badge-wrap {
        justify-content: start;
    }
    .training-badge-frame {
        width: 88px !important;
    }
    .training-copy {
        width: 100%;
    }
    .training-text,
    .training-points {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .training-badge-frame {
        width: 78px !important;
    }
}
