/* MS Studio homepage — faithful PHP/CSS port of the approved reference. */
.home-page {
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', Arial, sans-serif;
    --port-ivory: #fcfaf8;
    --port-charcoal: #2c2a28;
    --port-gold: #b7936b;
    --port-gold-hover: #a3815b;
    --port-beige: #f4f0ea;
    --port-beige-light: #f9f7f4;
    --port-footer: #1a1a1a;
    --port-border: rgba(229, 231, 235, 0.6);
    --port-container: 80rem;
    background: var(--port-ivory);
    color: var(--port-charcoal);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5;
}

.home-page h1,
.home-page h2,
.home-page h3 {
    color: var(--port-charcoal);
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
}

.home-page .container {
    width: 100%;
    max-width: var(--port-container);
    padding-inline: 2rem;
}

.home-page .port-container--narrow {
    max-width: 72rem;
}

.home-page .button,
.home-page button.button {
    min-height: 0;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    border: 1px solid var(--port-gold);
    border-radius: 0.375rem;
    background: var(--port-gold);
    box-shadow: 0 4px 6px -1px rgba(183, 147, 107, 0.2), 0 2px 4px -2px rgba(183, 147, 107, 0.2);
    color: #fff;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-page .button:hover {
    border-color: var(--port-gold-hover);
    background: var(--port-gold-hover);
    color: #fff;
    transform: none;
}

.home-page .button--secondary {
    border-color: rgba(44, 42, 40, 0.2);
    background: transparent;
    box-shadow: none;
    color: var(--port-charcoal);
}

.home-page .button--secondary:hover {
    border-color: var(--port-charcoal);
    background: rgba(44, 42, 40, 0.05);
    color: var(--port-charcoal);
}

.home-page .site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    padding-block: 1.5rem;
    border: 0;
    background: transparent;
    transition: padding 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
}

.home-page .site-header.is-scrolled {
    padding-block: 1rem;
    background: rgba(252, 250, 248, 0.95);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(12px);
}

.home-page .site-header__inner {
    min-height: 2.9921875rem;
    padding-block: 0;
    gap: 1rem;
}

.home-page .brand__wordmark,
.home-page .site-footer__wordmark {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    color: var(--port-charcoal);
    line-height: 1;
}

.home-page .brand__wordmark strong,
.home-page .site-footer__wordmark strong {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.home-page .brand__wordmark small,
.home-page .site-footer__wordmark em {
    margin-top: 0.25rem;
    color: #6b7280;
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.home-page .site-nav__list {
    gap: 2rem;
}

.home-page .site-nav a:not(.button) {
    padding-block: 0.5rem;
    color: rgba(44, 42, 40, 0.8);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .site-nav a:not(.button)::after {
    display: none;
}

.home-page .site-nav a:not(.button):hover,
.home-page .site-nav a[aria-current='page']:not(.button) {
    color: var(--port-gold);
}

.home-page .site-nav .button--small {
    padding: 0.625rem 1.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.home-page .site-nav .icon {
    width: 1rem;
    height: 1rem;
}

.port-hero {
    position: relative;
    overflow: hidden;
    padding-block: 10rem 6rem;
}

.port-hero__layout {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.port-hero__content {
    z-index: 1;
    display: flex;
    width: 55%;
    flex-direction: column;
    align-items: flex-start;
}

.port-eyebrow {
    color: var(--port-gold);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-transform: uppercase;
}

.port-eyebrow--line {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
}

.port-eyebrow--line::before {
    width: 2rem;
    height: 1px;
    margin-right: 0.75rem;
    background: currentColor;
    content: '';
}

.port-hero h1 {
    margin-bottom: 1.5rem;
    font-size: 3.75rem;
    line-height: 1.15;
    text-wrap: balance;
}

.port-hero h1 em {
    color: var(--port-gold);
    font-weight: 400;
}

.port-hero__copy {
    max-width: 32rem;
    margin-bottom: 2.5rem;
    color: rgba(44, 42, 40, 0.7);
    font-size: 1.125rem;
    line-height: 1.625;
}

.port-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.port-hero__media {
    position: relative;
    width: 45%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.port-hero__media::after {
    position: absolute;
    inset: 0;
    background: rgba(183, 147, 107, 0.05);
    content: '';
    mix-blend-mode: multiply;
    pointer-events: none;
}

.port-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
}

.port-benefits {
    padding-block: 3rem;
    border-block: 1px solid rgba(229, 231, 235, 0.5);
    background: rgba(252, 250, 248, 0.5);
}

.port-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.port-benefits__grid li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.port-benefits__grid li + li {
    padding-left: 2rem;
    border-left: 1px solid rgba(229, 231, 235, 0.6);
}

.port-benefits__grid > li > .icon {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    color: var(--port-gold);
}

.port-benefits__grid strong,
.port-benefits__grid small {
    display: block;
    font-family: var(--font-body);
}

.port-benefits__grid strong {
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 600;
}

.port-benefits__grid small {
    color: rgba(44, 42, 40, 0.7);
    font-size: 0.875rem;
    line-height: 1.625;
}

.port-treatments {
    min-height: 52.048828125rem;
    padding-block: 6rem;
}

.port-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.port-section-heading > div {
    max-width: 42rem;
}

.port-section-heading .port-eyebrow {
    margin-bottom: 1rem;
}

.port-section-heading h2,
.port-process h2 {
    font-size: 2.25rem;
    line-height: 1.25;
}

.port-section-heading h2 {
    margin-bottom: 1rem;
}

.port-section-heading > div > p:last-child {
    color: rgba(44, 42, 40, 0.7);
}

.port-outline-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    color: var(--port-charcoal);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 180ms ease, color 180ms ease;
}

.port-outline-link:hover {
    border-color: var(--port-gold);
    color: var(--port-gold);
}

.port-treatment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.port-treatment-grid > li {
    min-width: 0;
}

.port-treatment-card {
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(243, 244, 246, 0.6);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.05);
    color: var(--port-charcoal);
    text-decoration: none;
    transition: box-shadow 300ms ease;
}

.port-treatment-card:hover {
    color: var(--port-charcoal);
    box-shadow: 0 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.port-treatment-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.port-treatment-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease-in-out;
}

.port-treatment-card:hover .port-treatment-card__media img {
    transform: scale(1.05);
}

.port-treatment-card__number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.375rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    font-size: 0.75rem;
    font-weight: 700;
}

.port-treatment-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.5rem;
}

.port-treatment-card__body > strong {
    margin-bottom: 0.75rem;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.25;
}

.port-treatment-card__description {
    flex: 1 1 auto;
    margin-bottom: 1.5rem;
    color: rgba(44, 42, 40, 0.7);
    font-size: 0.875rem;
    line-height: 1.625;
}

.port-treatment-card__link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.5rem;
    color: var(--port-gold);
    font-size: 0.875rem;
    font-weight: 600;
}

.port-treatment-card__link .icon,
.port-outline-link .icon {
    width: 1rem;
    height: 1rem;
}

.port-consultation {
    padding-bottom: 6rem;
}

.port-consultation__panel {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    gap: 2rem;
    min-height: 12.3330078125rem;
    padding: 3rem;
    border-radius: 1.5rem;
    background: var(--port-beige);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.port-consultation__icon {
    display: grid;
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: var(--port-gold);
}

.port-consultation__icon .icon {
    width: 2rem;
    height: 2rem;
}

.port-consultation__copy {
    flex: 1 1 auto;
}

.port-consultation h2 {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
}

.port-consultation p {
    max-width: 42rem;
    color: rgba(44, 42, 40, 0.7);
    line-height: 1.625;
}

.port-consultation .button {
    flex: 0 0 auto;
    white-space: nowrap;
}

.port-process {
    padding-block: 6rem;
    background: #fff;
    text-align: center;
}

.port-process__heading .port-eyebrow {
    margin-bottom: 1rem;
}

.port-process__heading h2 {
    margin-bottom: 5rem;
}

.port-process__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    min-height: 15.2119140625rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.port-process__steps::before {
    position: absolute;
    top: 2.75rem;
    right: 12%;
    left: 12%;
    border-top: 1px dashed #d1d5db;
    content: '';
}

.port-process__steps li {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.port-process__marker {
    z-index: 1;
    display: flex;
    width: 5.5rem;
    height: 5.5rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1.5rem;
    border: 3px solid var(--port-beige);
    border-radius: 50%;
    background: var(--port-ivory);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.port-process__marker small {
    margin-bottom: 0.125rem;
    color: rgba(44, 42, 40, 0.5);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.port-process__marker .icon {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--port-gold);
}

.port-process__steps h3 {
    z-index: 1;
    margin-bottom: 0.75rem;
    padding-inline: 0.5rem;
    background: #fff;
    font-size: 1.35rem;
}

.port-process__steps p {
    z-index: 1;
    max-width: 16rem;
    padding-inline: 0.5rem;
    background: #fff;
    color: rgba(44, 42, 40, 0.7);
    font-size: 0.875rem;
    line-height: 1.625;
}

.port-reviews {
    overflow: hidden;
    padding-block: 6rem;
    border-top: 1px solid #f3f4f6;
    background: var(--port-beige-light);
}

.port-reviews__layout {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.port-reviews__summary {
    width: 25%;
    flex: 0 0 25%;
}

.port-reviews__summary .port-eyebrow {
    margin-bottom: 1rem;
    color: #6b7280;
}

.port-reviews__score {
    margin-bottom: 0.5rem;
    color: var(--port-gold);
    font-family: var(--font-display);
    font-size: 4.5rem;
    line-height: 1;
}

.port-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
    color: var(--port-gold);
}

.port-stars .icon {
    width: 1.5rem;
    height: 1.5rem;
}

.port-stars--small {
    margin-bottom: 1.5rem;
}

.port-stars--small .icon {
    width: 1rem;
    height: 1rem;
}

.port-reviews__count {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.port-reviews__trust {
    display: inline-block;
    margin-top: 0.5rem;
    color: #6b7280;
    font-size: 0.75rem;
    text-decoration: none;
}

.port-reviews__trust:hover {
    color: var(--port-gold-hover);
}

.port-reviews__cards {
    display: grid;
    width: 75%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    padding-bottom: 0.75rem;
}

.port-review-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid rgba(243, 244, 246, 0.5);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.02);
}

.port-review-card h3 {
    margin-bottom: 1rem;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
}

.port-review-card blockquote p {
    position: relative;
    color: rgba(44, 42, 40, 0.7);
    font-size: 0.875rem;
    line-height: 1.625;
}

.port-review-card blockquote p::before {
    position: absolute;
    top: -0.5rem;
    left: -0.75rem;
    color: var(--port-gold);
    content: '“';
    font-family: var(--font-display);
    font-size: 1.875rem;
    line-height: 1;
    opacity: 0.4;
}

.port-final {
    padding-block: 6rem;
}

.port-final__panel {
    display: flex;
    overflow: hidden;
    align-items: stretch;
    min-height: 17.125rem;
    border: 1px solid rgba(243, 244, 246, 0.5);
    border-radius: 2rem;
    background: var(--port-beige);
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.02);
}

.port-final__content {
    z-index: 1;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem;
}

.port-final h2 {
    max-width: 39rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.25;
}

.port-final__content p {
    max-width: 36rem;
    color: rgba(44, 42, 40, 0.7);
}

.port-final__action {
    position: relative;
    display: flex;
    width: 20rem;
    flex: 0 0 20rem;
    align-items: center;
    justify-content: center;
    padding: 4rem 4rem 4rem 2.5rem;
}

.port-final__action::after {
    position: absolute;
    inset: 0;
    background: rgba(244, 240, 234, 0.55);
    content: '';
}

.port-final__action img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.port-final__action .button {
    z-index: 1;
    width: max-content;
    padding-block: 1rem;
    white-space: nowrap;
}

.home-page .site-footer {
    margin-top: 0;
    padding-block: 5rem 2rem;
    border-top: 1px solid #1f2937;
    background: var(--port-footer);
    color: rgba(255, 255, 255, 0.8);
}

.home-page .site-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
}

.home-page .site-footer__wordmark {
    color: #fff;
}

.home-page .site-footer__wordmark strong {
    font-size: 1.875rem;
}

.home-page .site-footer__wordmark em {
    margin-top: 0.375rem;
    color: #9ca3af;
}

.home-page .site-footer__identity > p {
    max-width: 20rem;
    margin-top: 1.5rem;
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.625;
}

.home-page .site-footer__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    color: #fff;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.home-page .site-footer__phone .icon {
    width: 1rem;
    height: 1rem;
    color: var(--port-gold);
}

.home-page .site-footer__heading {
    margin-bottom: 1.5rem;
    color: var(--port-gold);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.home-page .footer-links {
    gap: 1rem;
}

.home-page .footer-links a,
.home-page .site-footer__visit,
.home-page .site-footer__booking {
    color: #d1d5db;
    font-size: 0.875rem;
    line-height: 1.625;
}

.home-page .site-footer__visit address + p,
.home-page .site-footer__booking p + .button {
    margin-top: 1.5rem;
}

.home-page .site-footer__booking > p {
    color: #9ca3af;
}

.home-page .site-footer__booking .button {
    width: 100%;
    padding: 0.75rem 1.5rem;
    border-color: var(--port-gold);
    background: transparent;
    box-shadow: none;
    color: var(--port-gold);
}

.home-page .site-footer__booking .button:hover {
    background: var(--port-gold);
    color: #fff;
}

.home-page .site-footer__bottom {
    margin-top: 4rem;
    padding-top: 2rem;
    border-color: rgba(31, 41, 55, 0.8);
    color: #6b7280;
    font-size: 0.75rem;
}

@media (min-width: 48rem) {
    .home-page .site-header__inner {
        flex-wrap: nowrap;
        padding-block: 0;
    }

    .home-page .nav-toggle {
        display: none;
    }

    .home-page .site-nav {
        position: static;
        display: block;
        width: auto;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .home-page .site-nav__list {
        align-items: center;
        flex-direction: row;
        padding-block: 0;
        border: 0;
    }

    .home-page .site-nav li + li {
        border: 0;
    }

    .home-page .site-nav .button {
        width: auto;
        margin-top: 0;
    }
}

@media (max-width: 63.99rem) {
    .home-page .container {
        padding-inline: 1.5rem;
    }

    .port-hero__layout {
        align-items: stretch;
        flex-direction: column;
        gap: 3rem;
    }

    .port-hero__content,
    .port-hero__media {
        width: 100%;
    }

    .port-hero h1 {
        font-size: 3rem;
    }

    .port-hero__media {
        aspect-ratio: 3 / 2;
    }

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

    .port-benefits__grid {
        gap: 2rem;
    }

    .port-benefits__grid li + li {
        padding-left: 0;
        border-left: 0;
    }

    .port-benefits__grid li:nth-child(n + 3) {
        padding-top: 2rem;
        border-top: 1px solid rgba(229, 231, 235, 0.6);
    }

    .port-reviews__layout {
        align-items: stretch;
        flex-direction: column;
    }

    .port-reviews__summary,
    .port-reviews__cards {
        width: 100%;
    }

    .port-reviews__summary {
        text-align: center;
    }

    .port-reviews__summary .port-stars {
        justify-content: center;
    }

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

    .home-page .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3rem;
    }
}

@media (max-width: 48rem) {
    .home-page .container {
        padding-inline: 1.5rem;
    }

    .home-page .site-header {
        padding-block: 1.5rem;
    }

    .home-page .site-header.is-scrolled {
        padding-block: 1rem;
    }

    .home-page .site-header__inner {
        min-height: 2.9921875rem;
        flex-wrap: nowrap;
    }

    .home-page .nav-toggle {
        display: inline-grid;
        width: 2.5rem;
        min-width: 2.5rem;
        height: 2.5rem;
        min-height: 2.5rem;
        padding: 0.5rem;
        place-items: center;
        border: 0;
    }

    .home-page .nav-toggle .icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .home-page .site-nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        left: 0;
        display: none;
        width: 100%;
        padding: 1.5rem;
        border: 0;
        border-top: 1px solid rgba(229, 231, 235, 0.5);
        background: var(--port-ivory);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
    }

    .home-page .site-nav[data-open] {
        display: block;
    }

    .home-page .site-nav__list {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 0;
        border: 0;
    }

    .home-page .site-nav li + li {
        border: 0;
    }

    .home-page .site-nav a:not(.button) {
        min-height: 3rem;
        justify-content: flex-start;
        padding-block: 0.75rem;
        font-size: 1rem;
    }

    .home-page .site-nav .button {
        width: 100%;
        margin-top: 1rem;
        padding-block: 0.875rem;
    }

    .port-hero {
        padding-block: 8rem 4rem;
    }

    .port-hero h1 {
        font-size: 3rem;
    }

    .port-hero__desktop-break {
        display: none;
    }

    .port-hero__copy {
        font-size: 1.125rem;
    }

    .port-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .port-section-heading h2,
    .port-process h2 {
        font-size: 2.25rem;
    }

    .port-treatment-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .port-consultation__panel {
        align-items: center;
        flex-direction: column;
        padding: 2rem;
        text-align: center;
    }

    .port-consultation .button {
        width: 100%;
    }

    .port-process__heading h2 {
        margin-bottom: 5rem;
    }

    .port-process__steps {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .port-process__steps::before {
        top: 4.5rem;
        right: auto;
        bottom: 4.5rem;
        left: 50%;
        border-top: 0;
        border-left: 1px dashed #d1d5db;
    }

    .port-final__panel {
        flex-direction: column;
    }

    .port-final__content {
        padding: 2.5rem;
        text-align: center;
    }

    .port-final__action {
        width: 100%;
        min-height: 11rem;
        flex: 0 0 auto;
        padding: 2.5rem;
    }

    .home-page .site-footer__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 39.99rem) {
    .home-page .container {
        padding-inline: 1rem;
    }

    .port-hero {
        padding-bottom: 4rem;
    }

    .port-hero__layout {
        gap: 3rem;
    }

    .port-eyebrow--line {
        font-size: 0.75rem;
    }

    .port-hero h1 {
        font-size: 2.25rem;
    }

    .port-hero__copy {
        margin-bottom: 2.5rem;
        font-size: 1rem;
    }

    .port-actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

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

    .port-hero__media {
        aspect-ratio: 4 / 5;
    }

    .port-benefits__grid,
    .port-treatment-grid {
        grid-template-columns: 1fr;
    }

    .port-benefits__grid {
        gap: 0;
    }

    .port-benefits__grid li + li,
    .port-benefits__grid li:nth-child(n + 3) {
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 1px solid rgba(229, 231, 235, 0.6);
    }

    .port-treatments,
    .port-process,
    .port-reviews,
    .port-final {
        padding-block: 6rem;
    }

    .port-section-heading h2,
    .port-process h2 {
        font-size: 1.875rem;
    }

    .port-outline-link {
        width: 100%;
        justify-content: center;
    }

    .port-treatment-card__body {
        padding: 1.5rem;
    }

    .port-consultation__panel {
        padding: 2rem;
    }

    .port-reviews__score {
        font-size: 3.75rem;
    }

    .port-reviews__cards {
        display: flex;
        width: calc(100% + 2rem);
        margin-inline: -1rem;
        padding: 0 1rem 2rem;
        overflow-x: auto;
        gap: 1.5rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .port-reviews__cards::-webkit-scrollbar {
        display: none;
    }

    .port-review-card {
        width: 85vw;
        min-width: 85vw;
        scroll-snap-align: center;
    }

    .port-final__content {
        padding: 2.5rem 2rem;
    }

    .port-final h2 {
        font-size: 1.5rem;
    }

    .home-page .site-footer {
        padding-top: 5rem;
    }

    .home-page .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page *,
    .home-page *::before,
    .home-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Homepage hero and image-led categories — approved v23 visual refinement. */
@media (min-width: 64rem) {
    .home-page .site-header:not(.is-scrolled) {
        background: linear-gradient(90deg, rgba(252, 250, 248, 0.97) 0%, rgba(252, 250, 248, 0.9) 56%, rgba(252, 250, 248, 0.62) 78%, rgba(252, 250, 248, 0.18) 100%);
    }

    .port-hero {
        min-height: 43.5rem;
        padding-block: 8rem 2rem;
        background: var(--port-ivory);
    }

    .port-hero__layout {
        position: relative;
        display: grid;
        min-height: 33.5rem;
        grid-template-columns: minmax(0, 54%) minmax(0, 46%);
        align-items: center;
        gap: 0;
    }

    .port-hero__content {
        position: relative;
        width: auto;
        max-width: 43rem;
        padding-right: 1.5rem;
        z-index: 2;
    }

    .port-hero h1 {
        max-width: 43rem;
        font-size: clamp(3rem, 3.6vw, 3.25rem);
        line-height: 1.08;
    }

    .port-hero__copy {
        max-width: 35rem;
        margin-bottom: 1.75rem;
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .port-hero__media {
        position: absolute;
        z-index: 0;
        top: -8rem;
        right: calc(-1 * max(2rem, (100vw - var(--port-container)) / 2));
        bottom: -2rem;
        width: calc(52% + max(2rem, (100vw - var(--port-container)) / 2));
        aspect-ratio: auto;
        border-radius: 0;
        box-shadow: none;
    }

    .port-hero__media::before {
        position: absolute;
        z-index: 1;
        inset: 0 auto 0 0;
        width: 30%;
        background: linear-gradient(90deg, var(--port-ivory) 0%, rgba(252, 250, 248, 0.8) 28%, rgba(252, 250, 248, 0) 100%);
        content: '';
        pointer-events: none;
    }

    .port-hero__media::after {
        background: rgba(183, 147, 107, 0.025);
    }

    .port-hero__media img {
        object-position: 54% center;
    }
}

.port-benefits {
    position: relative;
    z-index: 2;
    padding-block: 2rem;
    background: rgba(252, 250, 248, 0.94);
    backdrop-filter: blur(8px);
}

.port-treatments {
    min-height: 0;
    padding-block: clamp(4.5rem, 6vw, 6rem);
}

.port-section-heading {
    display: block;
    max-width: 54rem;
    margin: 0 auto 3rem;
    text-align: center;
}

.port-section-heading > div {
    max-width: none;
}

.port-section-heading h2 {
    font-size: clamp(2.25rem, 3vw, 2.8rem);
}

.port-section-heading > div > p:last-child {
    max-width: 43rem;
    margin-inline: auto;
}

.port-section-heading .port-outline-link {
    margin-top: 1.25rem;
}

.port-treatment-grid {
    gap: 1rem;
}

.port-treatment-card {
    position: relative;
    min-height: 0;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border: 0;
    border-radius: 0.6rem;
    background: #3b332d;
    box-shadow: 0 12px 30px -22px rgba(26, 22, 19, 0.65);
    color: #fff;
    isolation: isolate;
}

.port-treatment-card:hover {
    color: #fff;
    box-shadow: 0 16px 34px -20px rgba(26, 22, 19, 0.72);
}

.port-treatment-card__media {
    position: absolute;
    z-index: -2;
    inset: 0;
    aspect-ratio: auto;
}

.port-treatment-card__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(25, 20, 17, 0.03) 22%, rgba(25, 20, 17, 0.28) 54%, rgba(25, 20, 17, 0.88) 100%);
    content: '';
    pointer-events: none;
}

.port-treatment-card__media img {
    object-position: center center;
    filter: saturate(0.88) contrast(0.98);
}

.port-treatment-card:hover .port-treatment-card__media img {
    transform: scale(1.035);
}

.port-treatment-card__body {
    position: absolute;
    z-index: 1;
    inset: 0;
    justify-content: flex-end;
    padding: clamp(1.25rem, 2vw, 1.75rem);
}

.port-treatment-card__number {
    position: static;
    align-self: flex-start;
    margin-bottom: 0.55rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
    font-family: var(--font-body);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
}

.port-treatment-card__body > strong {
    max-width: 13rem;
    margin-bottom: 0.75rem;
    color: #fff;
    font-family: var(--font-body);
    font-size: clamp(1.25rem, 1.7vw, 1.55rem);
    font-weight: 600;
    line-height: 1.28;
}

.port-treatment-card__description {
    flex: 0 0 auto;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.82rem;
    line-height: 1.55;
}

.port-treatment-card__link {
    color: #fff;
    font-size: 0.82rem;
}

@media (max-width: 63.99rem) {
    .port-hero__media {
        aspect-ratio: 16 / 10;
        border-radius: 1.25rem;
        box-shadow: 0 18px 38px -28px rgba(44, 42, 40, 0.42);
    }

    .port-hero__media img {
        object-position: 54% center;
    }

    .port-treatment-card {
        aspect-ratio: 4 / 5;
    }
}

@media (max-width: 47.99rem) {
    .port-section-heading {
        align-items: center;
        text-align: center;
    }

    .port-treatment-card {
        aspect-ratio: 4 / 5;
    }
}

@media (max-width: 39.99rem) {
    .port-hero__layout {
        gap: 2.25rem;
    }

    .port-hero__media {
        aspect-ratio: 4 / 3;
        border-radius: 1rem;
    }

    .port-hero__media img {
        object-position: 55% center;
    }

    .port-section-heading .port-outline-link {
        margin-top: 1rem;
    }

    .port-treatment-card {
        aspect-ratio: 4 / 5;
    }

    .port-treatment-card__body {
        padding: 1.5rem;
    }

    .port-treatment-card__body > strong {
        max-width: 15rem;
        font-size: 1.55rem;
    }

    .port-treatment-card__description,
    .port-treatment-card__link {
        font-size: 0.875rem;
    }
}
