/* Theme: wellness */
.site-wellness {
    --wellness-bg: #f5efe4;
    --wellness-surface: #fbf7f0;
    --wellness-surface-strong: #efe4d3;
    --wellness-text: #2e241c;
    --wellness-muted: #6d6256;
    --wellness-accent: #8f6440;
    --wellness-accent-dark: #473427;
    --wellness-line: rgba(71, 52, 39, 0.14);
    --eyebrow-color: var(--wellness-accent-dark);
    --eyebrow-letter-spacing: 0.16em;
    --eyebrow-font-size: 0.76rem;
    --eyebrow-font-weight: 700;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at top left, rgba(168, 131, 93, 0.1), transparent 30%), linear-gradient(180deg, #f7f1e7 0%, #f1e7d7 100%) var(--wellness-bg);
    color: var(--wellness-text);
}

.site-wellness .site-main {
    flex: 1 0 auto;
}

.site-wellness .site-footer {
    flex-shrink: 0;
}

.site-wellness .content-page {
    padding-top: clamp(7.5rem, 12vw, 9.5rem);
    padding-bottom: clamp(3rem, 7vw, 5rem);
}

.site-wellness .content-page__shell {
    gap: clamp(1.25rem, 3vw, 2rem);
}

.site-wellness .content-page__card {
    border-color: rgba(71, 52, 39, 0.1);
    background: rgba(255, 253, 248, 0.88);
    box-shadow: 0 24px 80px rgba(71, 52, 39, 0.09);
}

.site-wellness .content-page__hero {
    position: relative;
    overflow: hidden;
    padding: clamp(1.6rem, 4vw, 2.4rem);
    border-radius: 28px;
}

.site-wellness .content-page__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(143, 100, 64, 0.1), transparent 54%);
    pointer-events: none;
}

.site-wellness .content-page__hero > * {
    position: relative;
    z-index: 1;
}

.site-wellness .content-page__title {
    max-width: 13ch;
    color: var(--wellness-text);
    font-size: clamp(2.8rem, 7vw, 4.25rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.site-wellness .content-page__description {
    max-width: 48rem;
    margin: 0;
    color: var(--wellness-muted);
    font-size: 1.02rem;
}

.site-wellness .content-page__panel {
    padding: clamp(1.35rem, 4vw, 2.25rem);
    border-radius: 28px;
}

.site-wellness .prose-panel__title {
    color: var(--wellness-text);
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    line-height: 1.1;
}

.site-wellness .prose-panel__text {
    max-width: 76rem;
}

.site-wellness .content-page__meta {
    color: var(--wellness-accent-dark);
    font-weight: 700;
}

.privacy-policy-layout {
    display: grid;
    grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
    gap: clamp(1.35rem, 3vw, 2rem);
    align-items: start;
}

.privacy-policy-index {
    position: sticky;
    top: calc(var(--sticky-nav-offset) + 1.25rem);
    padding: 1.25rem;
    border: 1px solid rgba(71, 52, 39, 0.14);
    background: rgba(255, 253, 248, 0.68);
    box-shadow: 0 18px 60px rgba(71, 52, 39, 0.08);
}

.privacy-policy-index .eyebrow {
    margin-bottom: 0.85rem;
}

.privacy-policy-index nav {
    display: flex;
    flex-direction: column;
}

.privacy-policy-index a {
    padding: 0.75rem 0;
    border-top: 1px solid rgba(71, 52, 39, 0.12);
    color: var(--wellness-muted);
    font-size: 0.93rem;
    line-height: 1.35;
}

.privacy-policy-index a:is(:hover, :focus-visible) {
    color: var(--wellness-accent-dark);
    outline: none;
}

.privacy-policy-sections {
    border: 1px solid rgba(71, 52, 39, 0.16);
    background: rgba(255, 253, 248, 0.62);
    box-shadow: 0 24px 80px rgba(71, 52, 39, 0.08);
}

.privacy-policy-section {
    display: grid;
    grid-template-columns: 4.3rem minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    padding: clamp(1.25rem, 3vw, 1.8rem);
    border-bottom: 1px solid rgba(71, 52, 39, 0.14);
    scroll-margin-top: 7.5rem;
}

.privacy-policy-section:last-child {
    border-bottom: 0;
}

.privacy-policy-section__number {
    color: rgba(71, 52, 39, 0.32);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1;
}

.privacy-policy-section__content {
    min-width: 0;
}

.privacy-policy-section__content h2 {
    margin: 0 0 0.65rem;
    color: var(--wellness-text);
    font-size: clamp(1.55rem, 3vw, 2rem);
    line-height: 1.08;
}

.privacy-policy-section__content p {
    margin: 0;
    color: var(--wellness-muted);
    line-height: 1.75;
}

.privacy-policy-section__content p + p {
    margin-top: 0.65rem;
}

.site-footer__link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    margin: 0;
    padding: 0.48rem 0.82rem;
    border: 1px solid rgba(71, 52, 39, 0.18);
    background: rgba(255, 253, 248, 0.26);
    color: var(--wellness-accent-dark);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.site-footer__link-button:is(:hover, :focus-visible) {
    border-color: rgba(71, 52, 39, 0.32);
    background: rgba(255, 253, 248, 0.58);
    color: var(--wellness-accent);
    outline: none;
}

.site-footer__legal,
.site-footer__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem 0.9rem;
}

.site-footer__legal {
    flex-direction: column;
    gap: 0.22rem;
    margin-bottom: 0.9rem;
}

.site-footer__legal p {
    margin: 0;
    max-width: 72ch;
    line-height: 1.45;
}

.site-footer__links {
    gap: 0.6rem;
    font-size: 0.95rem;
}

.privacy-cookie-table-wrap {
    margin: 1.2rem 0 1.6rem;
    overflow: hidden;
    border: 1px solid rgba(71, 52, 39, 0.12);
    background: rgba(255, 253, 248, 0.72);
}

.privacy-cookie-table {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    color: var(--wellness-text);
    font-size: 0.94rem;
    line-height: 1.45;
    table-layout: fixed;
}

.privacy-cookie-table th,
.privacy-cookie-table td {
    padding: 0.85rem 0.9rem;
    border-bottom: 1px solid rgba(71, 52, 39, 0.12);
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.privacy-cookie-table th {
    color: var(--wellness-accent-dark);
    font-weight: 800;
}

.privacy-cookie-table tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 1180px) {
    .privacy-cookie-table,
    .privacy-cookie-table tbody,
    .privacy-cookie-table tr,
    .privacy-cookie-table td {
        display: block;
        width: 100%;
    }

    .privacy-cookie-table thead {
        display: none;
    }

    .privacy-cookie-table tr {
        padding: 0.95rem 1rem;
        border-bottom: 1px solid rgba(71, 52, 39, 0.12);
    }

    .privacy-cookie-table tr:last-child {
        border-bottom: 0;
    }

    .privacy-cookie-table td {
        display: grid;
        grid-template-columns: minmax(8.5rem, 32%) minmax(0, 1fr);
        gap: 0.8rem;
        padding: 0.42rem 0;
        border-bottom: 0;
    }

    .privacy-cookie-table td::before {
        content: attr(data-label);
        color: var(--wellness-accent-dark);
        font-weight: 800;
    }
}

.site-wellness .brand {
    color: var(--wellness-accent-dark);
}

.site-wellness .brand__logo {
    height: 78px;
    filter: contrast(1.25) saturate(1.08) drop-shadow(0 1px 0 rgba(71, 52, 39, 0.22));
}

.site-wellness .site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 1301;
}

.site-wellness .navbar {
    position: fixed;
    inset: 0 0 auto;
    width: 100%;
    z-index: 1450;
    background: rgba(251, 247, 240, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--wellness-line);
    box-shadow: 0 0 24px rgba(48, 33, 23, 0.05);
}

.site-wellness .nav-inner {
    min-height: 86px;
    align-items: center;
    padding-block: 0.3rem;
}

.site-wellness :is(.nav__link, .nav__action) {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--wellness-text);
    line-height: 1;
}

.site-wellness .nav__form {
    margin: 0;
}

.site-wellness .nav__link.is-active {
    color: var(--wellness-accent-dark);
}

.site-wellness .button.button-primary {
    background: var(--wellness-accent-dark);
    border-color: var(--wellness-accent-dark);
    color: #fff;
}

.site-wellness .button.button-primary:is(:hover, :focus-visible) {
    background: var(--wellness-accent);
    border-color: var(--wellness-accent);
    color: #fff;
    box-shadow: 0 0 38px rgba(71, 52, 39, 0.18);
}

.site-wellness .button.button-secondary {
    background: transparent;
    border-color: rgba(71, 52, 39, 0.28);
    color: var(--wellness-accent-dark);
}

.site-wellness .button.button-secondary:is(:hover, :focus-visible) {
    background: rgba(177, 77, 41, 0.08);
    border-color: var(--wellness-accent);
    color: var(--wellness-accent-dark);
    box-shadow: 0 0 32px rgba(177, 77, 41, 0.14);
}

.site-wellness .button.button-whatsapp {
    background: #24543d;
    border-color: #24543d;
    color: #f5efe4;
}

.site-wellness .button.button-whatsapp:is(:hover, :focus-visible) {
    background: #1d4532;
    border-color: #1d4532;
    color: #f5efe4;
    box-shadow: 0 0 36px rgba(29, 69, 50, 0.22);
}

.wellness-shell {
    max-width: 1240px;
}

.wellness-screen {
    min-height: 100svh;
}

.wellness-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.wellness-grid-sm {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wellness-panel {
    background: rgba(251, 247, 240, 0.78);
    border: 1px solid var(--wellness-line);
    border-radius: 28px;
    box-shadow: 0 0 5px rgba(48, 33, 23, 0.12);
    padding: 0;
}

.wellness-hero__grid {
    align-items: center;
}

.wellness-catalog-layout,
.wellness-product-layout {
    align-items: start;
}

.wellness-metrics,
.wellness-product-grid,
.wellness-downloads {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 1.5rem;
}

.wellness-metrics {
    margin-top: 2rem;
}

.wellness-metrics > article {
    flex: 1 1 16rem;
    width: 100%;
    min-width: min(100%, 16rem);
    max-width: min(100%, 22rem);
}

.wellness-product-grid {
    --wellness-product-card-min: 18rem;
    --wellness-product-card-max: 24rem;
}

.wellness-product-grid > * {
    flex: 1 1 var(--wellness-product-card-min);
    width: 100%;
    min-width: min(100%, var(--wellness-product-card-min));
    max-width: min(100%, var(--wellness-product-card-max));
}

.wellness-product-grid > .wellness-empty-state {
    flex-basis: 100%;
    max-width: none;
}

.wellness-product-grid--related,
.wellness-downloads--product {
    justify-content: flex-start;
}

.wellness-product-grid--catalog {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--wellness-product-card-min)), 1fr));
    align-items: stretch;
}

.wellness-product-grid--catalog > * {
    width: auto;
    min-width: 0;
    max-width: none;
}

.wellness-product-grid--catalog > .wellness-empty-state {
    grid-column: 1 / -1;
}

.wellness-downloads > * {
    flex: 1 1 16rem;
    width: 100%;
    min-width: min(100%, 16rem);
    max-width: min(100%, 26rem);
}

.wellness-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.wellness-tags > * {
    flex: 0 1 auto;
}

.wellness-form-layout {
    gap: 1rem;
}

.wellness-hero__copy {
    background: rgba(255, 250, 244, 0.68);
    padding: 3rem;
}

.wellness-card {
    background: rgba(251, 247, 240, 0.92);
    display: block;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    transition: all 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-card:is(:hover, :focus-visible) {
    box-shadow: 0 0 14px rgb(48 33 23 / 56%);
}

.wellness-card:focus-visible {
    outline: none;
    box-shadow: 0 0 60px rgba(48, 33, 23, 0.12), 0 0 0 3px rgba(177, 77, 41, 0.16), 0 0 0 1px rgba(177, 77, 41, 0.22);
}

.wellness-filter-panel {
    padding: 1.25rem;
}

.wellness-filter-panel-slot,
.wellness-filter-panel-slot > .wellness-filter-panel {
    width: 100%;
}

.wellness-product-content {
    background: rgba(251, 247, 240, 0.84);
    border-radius: 24px;
    padding: 1.25rem;
}

.wellness-info-card {
    background: rgba(251, 247, 240, 0.84);
    padding: 1.25rem;
}

:is(
    .wellness-panel,
    .wellness-card,
    .wellness-card__body,
    .wellness-product-content,
    .wellness-info-card,
    .wellness-strip__content-wrap,
    .wellness-strip__content,
    .wellness-portfolio-content,
    .wellness-portfolio-detail__intro > div,
    .wellness-portfolio-detail__body,
    .wellness-richtext
) {
    min-width: 0;
}

:is(
    .wellness-panel,
    .wellness-card,
    .wellness-card__body,
    .wellness-product-content,
    .wellness-info-card,
    .wellness-strip__content-wrap,
    .wellness-strip__content,
    .wellness-portfolio-content,
    .wellness-portfolio-detail__intro > div,
    .wellness-portfolio-detail__body,
    .wellness-richtext
) > * {
    max-width: 100%;
}

:is(
    .wellness-panel,
    .wellness-card,
    .wellness-card__body,
    .wellness-product-content,
    .wellness-info-card,
    .wellness-strip__content-wrap,
    .wellness-strip__content,
    .wellness-portfolio-content,
    .wellness-portfolio-detail__intro > div,
    .wellness-portfolio-detail__body,
    .wellness-richtext
) :is(h1, h2, h3, h4, h5, h6, p, li, dt, dd, blockquote, figcaption, a, strong, span) {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.wellness-product-gallery-card {
    background: rgba(251, 247, 240, 0.88);
    border-radius: 26px;
    padding: 1rem;
}

.wellness-hero--concept {
    padding: 0;
}

.wellness-hero__stage {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100svh;
    padding: 0;
    background: radial-gradient(circle at 18% 18%, rgba(177, 77, 41, 0.24), transparent 24%), radial-gradient(circle at 76% 20%, rgba(244, 231, 214, 0.1), transparent 18%), linear-gradient(100deg, rgba(21, 14, 10, 0.94) 0%, rgba(31, 22, 16, 0.88) 34%, rgba(51, 37, 28, 0.56) 64%, rgba(46, 32, 24, 0.72) 100%), url("../img/home-hero-wellness-full.webp") center center / cover no-repeat;
    box-shadow: 0 0 60px rgba(48, 33, 23, 0.12);
}

.wellness-hero__stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 12, 8, 0.12), rgba(18, 12, 8, 0.34));
    pointer-events: none;
}

.wellness-hero__stage::after {
    content: "";
    position: absolute;
    inset: auto auto 12% 9%;
    width: min(38vw, 26rem);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 180, 141, 0.14), rgba(216, 180, 141, 0));
    filter: blur(12px);
    pointer-events: none;
}

.wellness-hero--concept .container {
    max-width: none;
    width: 100%;
    padding-inline: 0;
}

.wellness-hero__inner {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    gap: 1.35rem;
    width: min(1240px, calc(100% - 3rem));
    min-height: 100svh;
    margin: 0 auto;
    padding: 7.5rem 0 2.75rem;
}

.wellness-hero--concept .wellness-hero__grid {
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 0;
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.wellness-hero__copy--concept {
    position: relative;
    z-index: 1;
    color: #f6efe5;
    max-width: 42rem;
    margin-left: 0;
    padding: 0 3rem 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.wellness-hero__copy--concept h1 {
    max-width: 8ch;
    margin: 0.65rem 0 1rem;
    font-size: clamp(4rem, 6.2vw, 5.6rem);
    line-height: 0.9;
    letter-spacing: -0.02em;
    color: #fff8f0;
    text-shadow: 0 10px 30px rgba(12, 8, 6, 0.34);
}

.wellness-hero-copy--light {
    color: rgba(252, 248, 242, 0.94);
    text-shadow: 0 4px 18px rgba(12, 8, 6, 0.18);
}

.wellness-hero-copy--concept {
    max-width: 28ch;
}

.wellness-hero-copy--lead {
    max-width: 34ch;
    font-size: 1.08rem;
    line-height: 1.72;
}

.wellness-hero__copy--concept::after {
    display: none;
}

.wellness-hero-copy,
.wellness-muted-copy {
    color: var(--wellness-muted);
    line-height: 1.7;
}

.wellness-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 28px 28px 0 0;
}

.wellness-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 1.5rem 0 0;
}

.wellness-admin-actions {
    margin-top: 1.1rem;
}

.wellness-portfolio-admin-actions {
    display: flex;
    justify-content: flex-end;
}

.wellness-metrics article {
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid var(--wellness-line);
}

.wellness-metrics strong {
    display: block;
    font-size: 1.4rem;
}

.wellness-section {
    padding: 2rem 0 2rem;
}

.wellness-section--alt .container {
    padding: 2rem;
    border-radius: 28px;
    background: rgba(255, 250, 244, 0.68);
    border: 1px solid var(--wellness-line);
    box-shadow: 0 0 60px rgba(48, 33, 23, 0.12);
}

:is(.wellness-catalog-hero .container, .wellness-catalog-layout) {
    width: min(1500px, calc(100% - 2rem));
}

.wellness-catalog-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(202, 171, 136, 0.16), transparent 24%), linear-gradient(90deg, rgba(39, 26, 18, 0.92) 0%, rgba(50, 34, 24, 0.84) 42%, rgba(72, 51, 37, 0.72) 100%), linear-gradient(180deg, rgba(24, 16, 11, 0.2), rgba(24, 16, 11, 0.34)), var(--catalog-cover-image, url("../img/home-hero-wellness-full.webp")) center center / cover no-repeat;
}

.wellness-catalog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 22%, rgba(244, 231, 214, 0.08), transparent 26%), linear-gradient(180deg, rgba(24, 16, 11, 0.08), rgba(24, 16, 11, 0.2));
    pointer-events: none;
}

.wellness-catalog-hero .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(100%, 58rem);
    min-height: 31rem;
    padding: 4.5rem 0 4rem;
    color: #fff8ef;
}

.wellness-catalog-hero h1 {
    margin: 0.6rem 0 1rem;
    color: #fff;
    font-size: 4.4rem;
    line-height: 0.94;
    letter-spacing: -0.02em;
    text-shadow: 0 10px 28px rgba(12, 8, 6, 0.28);
}

.wellness-catalog-hero p {
    color: rgba(252, 248, 242, 0.9);
}

.wellness-section__head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.wellness-catalog-results__head {
    gap: 0.55rem;
    margin-bottom: 1.7rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(143, 100, 64, 0.14);
}

.wellness-catalog-layout__head {
    width: 100%;
}

.wellness-catalog-results__copy {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 100%;
}

.wellness-catalog-results__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 1rem;
}

.wellness-catalog-results__copy h2 {
    margin: 0;
    font-size: 2.85rem;
    line-height: 1.04;
    letter-spacing: -0.02em;
}

.wellness-catalog-results__count {
    display: inline-flex;
    align-items: baseline;
    gap: 0.32rem;
    margin: 0;
    color: rgba(44, 34, 27, 0.72);
    font-size: 0.98rem;
    white-space: nowrap;
}

.wellness-catalog-results__count strong {
    font-size: 1.28rem;
    line-height: 1;
}

.wellness-catalog-results {
    scroll-margin-top: calc(var(--sticky-nav-offset, 4.75rem) + 1rem);
}

.wellness-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 28px 28px 0 0;
}

.wellness-card__body {
    padding: 1.25rem;
}

.wellness-card h3,
.wellness-product-content h2 {
    margin: 0.4rem 0 0.7rem;
    font-size: 2.55rem;
    line-height: 1.04;
    letter-spacing: -0.02em;
}

.wellness-strip {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100svh;
    width: 100%;
    background: #1f1611;
}

.wellness-strip__media {
    position: relative;
    min-width: 0;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.12), rgba(23, 16, 12, 0.32)), url("../img/home-hero-wellness-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--listen {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.12), rgba(23, 16, 12, 0.32)),
    url("../img/about-designer-full.webp") center top / cover no-repeat;
}

.wellness-strip__media--about-headquarters {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.08), rgba(23, 16, 12, 0.24)),
    url("../img/about-headquarters-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--about-workshop {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.1), rgba(23, 16, 12, 0.28)),
    url("../img/about-workshop-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--about-concept {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.08), rgba(23, 16, 12, 0.22)),
    url("../img/about-concept-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--home-moon {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.12), rgba(23, 16, 12, 0.32)),
    url("../img/home-moon-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--home-boscolo {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.12), rgba(23, 16, 12, 0.32)),
    url("../img/bagno-turco-01-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--home-outdoor {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.12), rgba(23, 16, 12, 0.32)),
    url("../img/home-outdoor-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--home-conifera {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.12), rgba(23, 16, 12, 0.32)),
    url("../img/home-conifera-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--home-fraxinus {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.12), rgba(23, 16, 12, 0.32)),
    url("../img/home-fraxinus-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--design {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.12), rgba(23, 16, 12, 0.32)),
    url("../img/benefici-sauna-full.webp") center center / cover no-repeat;
}

.wellness-strip__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(24, 16, 11, 0.18);
}

.wellness-strip__content-wrap,
.wellness-strip > .wellness-strip__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: 4.88rem 5rem 5rem;
    background: radial-gradient(circle at top left, rgba(173, 130, 91, 0.16), transparent 36%), linear-gradient(180deg, #f7f1e7 0%, #f1e6d6 100%);
}

.wellness-strip__content {
    width: min(820px, 100%);
    display: flex;
    flex-direction: column;
    gap: 1.45rem;
}

.wellness-strip > .wellness-strip__content {
    width: 100%;
    max-width: none;
}

.wellness-strip__content strong {
    display: block;
    margin: 0.55rem 0 0.8rem;
    font-size: 4.5rem;
    line-height: 0.92;
    color: rgba(71, 52, 39, 0.18);
}

.wellness-strip__content h2 {
    margin: 0;
    max-width: 12ch;
    font-size: 3.4rem;
    line-height: 0.96;
    letter-spacing: -0.02em;
    color: var(--wellness-accent-dark);
}

.wellness-strip__content > p {
    margin: 1rem 0 0;
    max-width: 30ch;
    font-size: 1.16rem;
    line-height: 1.7;
    color: var(--wellness-muted);
}

.wellness-strip__text {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    max-width: 72ch;
}

.wellness-strip__content h2 + .wellness-strip__text {
    margin-top: 0.6rem;
}

.wellness-strip__text p {
    margin: 0;
    max-width: none;
    color: var(--wellness-muted);
    line-height: 1.75;
    text-align: justify;
    text-align-last: left;
}

.wellness-strip__text--columns {
    max-width: 72ch;
}

.wellness-strip--reverse .wellness-strip__media {
    order: 2;
}

.wellness-strip--reverse .wellness-strip__content-wrap,
.wellness-strip--reverse > .wellness-strip__content {
    order: 1;
}

.wellness-product-slider {
    position: relative;
    min-height: 100svh;
    margin: 0;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(143, 100, 64, 0.14), transparent 30%), linear-gradient(135deg, #241812 0%, #3f2d21 48%, #f1e6d6 48%, #f7f1e7 100%);
}

.wellness-product-slider__top {
    position: absolute;
    top: 2.12rem;
    left: 50%;
    z-index: 4;
    width: min(1180px, calc(100% - 3rem));
    transform: translateX(-50%);
}

.wellness-product-slider__top h2 {
    max-width: 24ch;
    margin: 0.35rem 0 0;
    color: #fff8ee;
    font-size: 2.3rem;
    line-height: 1.04;
    letter-spacing: -0.02em;
}

.wellness-product-slider__viewport {
    position: relative;
    min-height: 100svh;
    touch-action: pan-y;
}

.wellness-product-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-product-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wellness-product-slide__image {
    position: relative;
    display: block;
    min-height: 100svh;
    overflow: hidden;
}

.wellness-product-slide__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(24, 16, 11, 0.18), rgba(24, 16, 11, 0.04));
}

.wellness-product-slide__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.035);
    transition: all 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-product-slide.is-active .wellness-product-slide__image img {
    transform: scale(1);
}

.wellness-product-slide__copy {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    justify-content: center;
    padding: 9.5rem 6rem 6rem;
}

.wellness-product-slide__copy h3 {
    max-width: 11ch;
    margin: 0.55rem 0 1rem;
    font-size: 6.6rem;
    line-height: 0.88;
    letter-spacing: -0.02em;
    color: var(--wellness-accent-dark);
}

.wellness-product-slide__copy p {
    max-width: 34ch;
    margin: 0;
    color: var(--wellness-muted);
    font-size: 1.18rem;
    line-height: 1.72;
}

.wellness-product-slide__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.wellness-product-slide__actions .button {
    min-height: var(--button-height);
    height: var(--button-height);
    padding-inline: 1.15rem;
}

.wellness-product-slide__actions .button.button-secondary {
    background: rgba(255, 248, 239, 0.76);
    border-color: rgba(255, 248, 239, 0.76);
    color: var(--wellness-accent-dark);
}

.wellness-product-slide__actions .button.button-secondary:hover,
.wellness-product-slide__actions .button.button-secondary:focus-visible {
    background: #fff8ef;
    border-color: #fff8ef;
    color: var(--wellness-accent-dark);
    box-shadow: 0 0 36px rgba(24, 16, 11, 0.18);
}

.wellness-product-slider__controls {
    position: absolute;
    left: 50%;
    bottom: 2.25rem;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    transform: translateX(-50%);
}

.wellness-product-slider__arrow,
.wellness-product-slider__dots button {
    appearance: none;
    border: 0;
    cursor: pointer;
}

.wellness-product-slider__arrow {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255, 248, 239, 0.34);
    background: rgba(32, 22, 16, 0.54);
    color: #fff8ee;
    box-shadow: 0 0 28px rgba(12, 8, 5, 0.2);
    backdrop-filter: blur(8px);
    font-size: 1.6rem;
    line-height: 1;
    transition: all 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-product-slider__arrow:hover,
.wellness-product-slider__arrow:focus-visible {
    background: rgba(255, 248, 239, 0.96);
    border-color: rgba(255, 248, 239, 0.96);
    color: var(--wellness-accent-dark);
    box-shadow: 0 0 34px rgba(12, 8, 5, 0.24);
    outline: none;
}

.wellness-product-slider__dots {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.wellness-product-slider__dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 248, 239, 0.2);
    background: rgba(255, 248, 239, 0.34);
    box-shadow: 0 0 18px rgba(12, 8, 5, 0.12);
    transition: all 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-product-slider__dots button.is-active {
    width: 28px;
    border-color: rgba(255, 248, 239, 0.9);
    background: #fff8ee;
}

.wellness-final {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(24, 16, 11, 0.82) 0%, rgba(24, 16, 11, 0.58) 48%, rgba(24, 16, 11, 0.76) 100%), url("../img/home-hero-wellness-full.webp") center center / cover no-repeat;
}

.wellness-final::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 52%, rgba(173, 130, 91, 0.22), transparent 28%), radial-gradient(circle at 82% 24%, rgba(246, 225, 198, 0.12), transparent 26%);
    pointer-events: none;
}

.wellness-final__content,
.wellness-portfolio-strip__head,
.wellness-portfolio-strip__controls {
    width: min(1180px, calc(100% - 3rem));
}

.wellness-final__content,
.wellness-portfolio-strip__head {
    margin: 0 auto;
}

.wellness-final__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    padding: 7.62rem 0 4.5rem;
}

.wellness-final__cta {
    width: min(100%, 36rem);
    min-width: 0;
    max-width: 100%;
    color: #fff8ee;
}

.wellness-final__cta h2 {
    max-width: 10ch;
    margin: 0.6rem 0 1rem;
    font-size: 6.4rem;
    line-height: 0.88;
    letter-spacing: -0.02em;
    color: #fff;
}

.wellness-final__cta p {
    max-width: 34ch;
    margin: 0;
    color: rgba(255, 248, 239, 0.86);
    font-size: 1.18rem;
    line-height: 1.7;
}

.wellness-final .button.button-primary {
    background: rgba(255, 248, 239, 0.92);
    border-color: rgba(255, 248, 239, 0.92);
    color: var(--wellness-accent-dark);
}

.wellness-final .button.button-secondary {
    background: rgba(255, 248, 239, 0.08);
    border-color: rgba(255, 248, 239, 0.22);
    color: #fff8ee;
}

.wellness-final .button.button-primary:hover,
.wellness-final .button.button-primary:focus-visible {
    background: #fff8ef;
    border-color: #fff8ef;
    color: var(--wellness-accent-dark);
    box-shadow: 0 0 38px rgba(12, 8, 5, 0.24);
}

.wellness-final .button.button-secondary:hover,
.wellness-final .button.button-secondary:focus-visible {
    background: rgba(255, 248, 239, 0.18);
    border-color: rgba(255, 248, 239, 0.38);
    color: #fff8ee;
    box-shadow: 0 0 38px rgba(12, 8, 5, 0.22);
}

.wellness-final .wellness-actions {
    justify-content: flex-start;
}

.wellness-final .wellness-actions .button {
    flex: 0 1 auto;
    min-width: 12.5rem;
}

.wellness-portfolio-strip {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3rem;
    overflow: hidden;
    padding: 5rem 0;
    background: radial-gradient(circle at 18% 18%, rgba(173, 130, 91, 0.18), transparent 26%), linear-gradient(135deg, #1f1510 0%, #3c2a1f 100%);
    color: #fff8ee;
}

.wellness-portfolio-strip__head {
    order: 1;
    min-width: 0;
    max-width: 100%;
}

.wellness-portfolio-strip__head h2 {
    max-width: 100%;
    margin: 0.55rem 0 0.9rem;
    font-size: 5.4rem;
    line-height: 0.88;
    letter-spacing: -0.02em;
    color: #fff;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.wellness-portfolio-strip__head p {
    max-width: 42ch;
    margin: 0;
    color: rgba(255, 248, 239, 0.82);
    font-size: 1.14rem;
    line-height: 1.7;
}

.wellness-portfolio-strip__controls {
    order: 2;
    display: flex;
    gap: 0.8rem;
    margin: -2.2rem auto 0;
}

.wellness-portfolio-strip__controls .wellness-product-slider__arrow {
    background: rgba(34, 24, 18, 0.56);
    color: #fff8ee;
    border: 1px solid rgba(255, 248, 239, 0.34);
}

.wellness-portfolio-strip__controls .wellness-product-slider__arrow:hover,
.wellness-portfolio-strip__controls .wellness-product-slider__arrow:focus-visible {
    background: rgba(255, 248, 239, 0.9);
    color: var(--wellness-accent-dark);
}

.wellness-portfolio-strip__track {
    order: 3;
    display: flex;
    gap: 1.3rem;
    overflow: visible;
    padding: 0 max(1.5rem, calc((100% - 1180px) / 2)) 3.25rem;
    touch-action: pan-y;
    transform: translate3d(0, 0, 0);
}

.wellness-portfolio-strip__item {
    position: relative;
    flex: 0 0 375px;
    height: 460px;
    display: block;
    overflow: hidden;
    border-radius: 34px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.24);
    user-select: none;
}

.wellness-portfolio-strip__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24, 16, 11, 0) 42%, rgba(24, 16, 11, 0.82) 100%);
}

.wellness-portfolio-strip__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    backface-visibility: hidden;
    transition: transform 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95), filter 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-portfolio-strip__item:is(:hover, :focus-visible) img {
    transform: scale(1.04);
    filter: saturate(1.04);
}

.wellness-portfolio-strip__item span {
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 1.1rem;
    z-index: 1;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
}

.wellness-tags span,
.wellness-tags a {
    padding: 0.78rem 1rem;
    border-radius: 999px;
    background: rgba(143, 100, 64, 0.1);
    color: var(--wellness-accent-dark);
    text-align: center;
    border: 1px solid rgba(143, 100, 64, 0.16);
    text-decoration: none;
    transition: all 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-tags a:is(:hover, :focus-visible) {
    background: rgba(143, 100, 64, 0.16);
    border-color: rgba(143, 100, 64, 0.26);
    box-shadow: 0 0 22px rgba(48, 33, 23, 0.08);
    outline: none;
}

:is(.wellness-filter-link, .wellness-download) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    color: var(--wellness-text);
    border: 1px solid var(--wellness-line);
    background: rgba(255, 255, 255, 0.46);
}

.wellness-filter-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.wellness-filter-link.is-active {
    background: rgba(143, 100, 64, 0.12);
    border-color: rgba(143, 100, 64, 0.26);
}

.wellness-filter-panel__cta {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--wellness-line);
}

.wellness-product-meta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.wellness-product-meta > .button.button-primary {
    width: 100%;
    justify-content: center;
}

.wellness-product-content .wellness-tags {
    margin-top: 1.5rem;
}

.wellness-about-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: url("../img/saune-indoor-full.webp") center center / cover no-repeat;
}

.wellness-about-hero--story {
    background-image: url("../img/saune-indoor-full.webp");
    background-position: center center;
}

.wellness-about-hero--about {
    background-image: url("../img/about-hero-abagnale-full.webp");
    background-position: center center;
}

.wellness-about-hero--benefits {
    background-image: url("../img/benefits-hero-full.webp");
    background-position: center center;
}

.wellness-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(39, 26, 18, 0.94) 0%, rgba(79, 52, 36, 0.78) 52%, rgba(143, 100, 64, 0.56) 100%), linear-gradient(180deg, rgba(24, 16, 11, 0.26), rgba(24, 16, 11, 0.42));
}

.wellness-about-hero__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(1240px, calc(100% - 3rem));
    margin: 0 auto;
    min-height: 100svh;
    padding: 5.5rem 0 3rem;
    text-align: center;
}

.wellness-about-hero h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 0.42em;
    color: #fff8ef;
    font-size: 6.4rem;
    line-height: 0.92;
    letter-spacing: -0.02em;
    text-shadow: 0 12px 34px rgba(12, 8, 6, 0.35);
}

.wellness-about-hero h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% + 2.8rem);
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 248, 239, 0), rgba(255, 248, 239, 0.9) 18%, rgba(255, 248, 239, 0.9) 82%, rgba(255, 248, 239, 0));
    transform: translateX(-50%);
    filter: blur(0.6px);
}

.wellness-strip__media--craft {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.08), rgba(23, 16, 12, 0.32)),
    url("../img/saune-outdoor-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--install {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.08), rgba(23, 16, 12, 0.32)),
    url("../img/bagno-turco-01-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--sauna-benefits {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.08), rgba(23, 16, 12, 0.32)),
    url("../img/benefici-sauna-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--infrared-benefits {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.08), rgba(23, 16, 12, 0.32)),
    url("../img/benefici-infrarossi-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--steam-benefits {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.08), rgba(23, 16, 12, 0.32)),
    url("../img/bagno-turco-01-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--materials {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.08), rgba(23, 16, 12, 0.32)),
    url("../img/about-materials-full.webp") center center / cover no-repeat;
}

.wellness-strip__media--about-materials-moodboard {
    background: linear-gradient(180deg, rgba(23, 16, 12, 0.08), rgba(23, 16, 12, 0.2)),
    url("../img/about-materials-moodboard-full.webp") center center / cover no-repeat;
}

.wellness-gallery-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.wellness-gallery-head h2 {
    margin: 0.2rem 0 0;
    font-size: 2.8rem;
    letter-spacing: -0.02em;
}

.wellness-gallery-head p {
    max-width: 34ch;
    margin: 0;
    color: var(--wellness-muted);
}

.wellness-product-gallery-card .wellness-gallery-head p {
    max-width: none;
}

.wellness-gallery-mosaic {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wellness-gallery-tile {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background: linear-gradient(135deg, #d8c7b2, #f2e8db);
    box-shadow: 0 0 60px rgba(48, 33, 23, 0.12);
    cursor: pointer;
    appearance: none;
    text-align: left;
}

.wellness-gallery-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 20, 15, 0) 35%, rgba(28, 20, 15, 0.82) 100%);
    z-index: 1;
    pointer-events: none;
}

.wellness-gallery-tile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-gallery-tile:is(:hover, :focus-within) img {
    transform: scale(1.04);
    filter: saturate(1.04);
}

.wellness-gallery-tile:focus-within {
    box-shadow: var(--focus-ring), 0 0 60px rgba(48, 33, 23, 0.12);
}


.wellness-gallery-tile--hidden {
    display: none;
}

.wellness-gallery-tile__overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: end;
    gap: 0.8rem;
}

.wellness-portfolio-carousel__trigger {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    cursor: pointer;
    appearance: none;
}

.wellness-portfolio-carousel__trigger:focus-visible {
    outline: none;
}

.wellness-gallery-tile__copy {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.wellness-gallery-tile__copy strong {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.08;
}

.wellness-gallery-tile__copy small {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.9rem;
}

.wellness-gallery-tile__count {
    min-width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.modal--gallery.modal--dark .modal__backdrop {
    background: #100d0b;
    backdrop-filter: none;
}

.modal--gallery .modal__dialog--gallery {
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    margin: 0;
    display: grid;
    grid-template-rows: minmax(3.25rem, auto) minmax(0, 1fr) minmax(2.4rem, auto);
    gap: 0;
    padding: clamp(0.8rem, 1.5vw, 1.25rem);
    overflow: hidden;
    background: #100d0b;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.modal--dark .modal__dialog--gallery .modal__close {
    position: relative;
    z-index: 4;
    justify-self: end;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.45rem;
    min-height: 2.75rem;
    padding: 0.6rem 1.1rem;
    border: 1px solid rgba(255, 248, 239, 0.82);
    border-radius: 999px;
    background: rgba(255, 248, 239, 0.98);
    color: #2f2218;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.modal--dark .modal__dialog--gallery .modal__close:hover,
.modal--dark .modal__dialog--gallery .modal__close:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #241912;
}

.modal--gallery .modal__stage {
    min-height: 0;
    padding: clamp(0.5rem, 2svh, 1.5rem) clamp(4.5rem, 8vw, 8rem) clamp(0.65rem, 2svh, 1.35rem);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.modal--gallery .modal__image {
    max-width: 100%;
    max-height: calc(100svh - 7.5rem);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 24px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.28);
}

.modal--gallery .modal__meta {
    justify-self: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    max-width: min(100%, 42rem);
    min-height: 2.1rem;
    padding: 0 0.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
}

.modal--gallery .modal__meta strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.modal--gallery .modal__nav {
    width: 56px;
    height: 56px;
    top: 50%;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    box-shadow: none;
}

.modal--gallery .modal__nav--prev {
    left: clamp(1rem, 2vw, 2rem);
}

.modal--gallery .modal__nav--next {
    right: clamp(1rem, 2vw, 2rem);
}

.modal--gallery .modal__nav:is(:hover, :focus-visible) {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
}

.wellness-richtext {
    white-space: pre-line;
}

.wellness-download strong {
    color: var(--wellness-accent-dark);
}

.wellness-download--product {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.65rem;
    padding: 0.9rem 1rem 1rem;
    max-width: min(100%, 18rem);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 10px 24px rgba(48, 33, 23, 0.06);
}

.wellness-download__icon {
    align-self: flex-end;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(143, 100, 64, 0.1);
    color: var(--wellness-accent-dark);
    border: 1px solid rgba(143, 100, 64, 0.16);
    font-size: 0.8rem;
}

.wellness-download__body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.wellness-download__meta {
    color: var(--wellness-muted);
    font-size: 0.96rem;
}

.wellness-download--product:is(:hover, :focus-visible) {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(143, 100, 64, 0.22);
    box-shadow: 0 14px 30px rgba(48, 33, 23, 0.1);
    outline: none;
}

.wellness-empty-state {
    padding: 2rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.48);
    border: 1px dashed var(--wellness-line);
}

.contact-page-section {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

.wellness-contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: min(1420px, calc(100% - 1rem));
    margin: 0 auto;
    gap: 1.6rem;
    padding: 1.5rem 1.2rem 1.2rem;
    background: linear-gradient(180deg, rgba(251, 247, 240, 0.98), rgba(247, 239, 227, 0.96));
    border: 1px solid rgba(143, 100, 64, 0.12);
    border-radius: 30px;
    box-shadow: 0 24px 56px rgba(48, 33, 23, 0.1);
    overflow: hidden;
    position: relative;
}

.wellness-contact-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(177, 77, 41, 0.35), rgba(177, 77, 41, 0));
}

.wellness-contact-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.9rem;
    max-width: none;
    padding-top: 0.2rem;
    color: var(--wellness-text);
}

.wellness-contact-copy h1 {
    margin: 0;
    font-size: 3.5rem;
    line-height: 0.94;
    letter-spacing: -0.02em;
    color: var(--wellness-accent-dark);
}

.wellness-contact-copy__lead {
    margin: 0;
    font-size: 1.05rem;
    color: var(--wellness-text);
}

.wellness-contact-copy > p:last-of-type {
    max-width: none;
    margin: 0;
    color: var(--wellness-muted);
    line-height: 1.8;
}

.wellness-contact-meta {
    display: grid;
    gap: 0.85rem;
    margin-top: auto;
    padding-top: 1.5rem;
}

.wellness-contact-meta__item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(143, 100, 64, 0.12);
    background: rgba(255, 255, 255, 0.46);
    color: var(--wellness-text);
    text-decoration: none;
    transition: border-color 180ms ease, background 180ms ease;
}

.wellness-contact-meta__item:hover,
.wellness-contact-meta__item:focus-visible {
    border-color: rgba(143, 100, 64, 0.32);
    background: rgba(255, 255, 255, 0.72);
}

.wellness-contact-meta__item:focus-visible {
    outline: 3px solid rgba(143, 100, 64, 0.22);
    outline-offset: 3px;
}

.wellness-contact-meta__item span {
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(143, 100, 64, 0.64);
}

.wellness-contact-meta__item a,
.wellness-contact-meta__item p {
    margin: 0;
    color: var(--wellness-text);
    text-decoration: none;
    line-height: 1.7;
}

.wellness-contact-form.wellness-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    position: relative;
    isolation: isolate;
}

.wellness-form {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.wellness-field span,
.wellness-checkbox {
    color: var(--wellness-accent-dark);
    font-size: 0.77rem;
    letter-spacing: 0.04em;
}

.wellness-contact-form .wellness-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
}

.wellness-contact-form :is(.wellness-field--full, .wellness-checkbox, .wellness-contact-actions) {
    grid-column: 1 / -1;
}

.wellness-contact-panel__overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(247, 239, 227, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 300ms ease, visibility 300ms ease;
}

.wellness-contact-panel__overlay.is-visible,
.wellness-contact-panel.is-submitting .wellness-contact-panel__overlay--loading {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wellness-contact-panel__overlay-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    width: min(100%, 22rem);
    padding: 1.5rem 1.35rem;
    border-radius: 24px;
    border: 1px solid rgba(143, 100, 64, 0.16);
    background: linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(248, 241, 231, 0.96));
    box-shadow: 0 26px 52px rgba(48, 33, 23, 0.12);
    text-align: center;
    transition: opacity 360ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.wellness-contact-panel__overlay-card strong {
    color: var(--wellness-accent-dark);
    font-size: 1rem;
    letter-spacing: -0.01em;
}

.wellness-contact-panel__overlay-card p {
    margin: 0;
    color: var(--wellness-muted);
    line-height: 1.6;
}

.wellness-contact-panel__spinner {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 3px solid rgba(143, 100, 64, 0.16);
    border-top-color: var(--wellness-accent-dark);
    animation: wellnessContactSpin 900ms linear infinite;
}

.wellness-contact-panel__overlay--status .wellness-contact-panel__overlay-card {
    gap: 0.8rem;
}

.wellness-contact-panel__overlay--success .wellness-contact-panel__overlay-card {
    border-color: rgba(58, 130, 88, 0.2);
    background: linear-gradient(180deg, rgba(236, 248, 239, 0.98), rgba(227, 243, 232, 0.96));
}

.wellness-contact-panel__overlay--error .wellness-contact-panel__overlay-card {
    border-color: rgba(161, 82, 52, 0.22);
    background: linear-gradient(180deg, rgba(252, 238, 232, 0.98), rgba(248, 229, 221, 0.96));
}

.wellness-contact-panel__status-icon {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    flex: 0 0 54px;
    background: linear-gradient(180deg, #3b8b5c, #2e6f49);
    box-shadow: 0 14px 28px rgba(43, 95, 63, 0.2);
}

.wellness-contact-panel__overlay--error .wellness-contact-panel__status-icon {
    background: linear-gradient(180deg, #b35a39, #8d4126);
    box-shadow: 0 14px 28px rgba(122, 55, 31, 0.18);
}

.wellness-contact-panel__status-icon::before,
.wellness-contact-panel__status-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
}

.wellness-contact-panel__overlay--success .wellness-contact-panel__status-icon::before {
    width: 18px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translate(-50%, -58%) rotate(-45deg);
}

.wellness-contact-panel__overlay--success .wellness-contact-panel__status-icon::after {
    display: none;
}

.wellness-contact-panel__overlay--error .wellness-contact-panel__status-icon::before,
.wellness-contact-panel__overlay--error .wellness-contact-panel__status-icon::after {
    width: 22px;
    height: 3px;
    background: #fff;
    border-radius: 999px;
}

.wellness-contact-panel__overlay--error .wellness-contact-panel__status-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.wellness-contact-panel__overlay--error .wellness-contact-panel__status-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.wellness-contact-panel__status-copy {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
}

.wellness-contact-panel__overlay--success .wellness-contact-panel__overlay-card strong {
    color: #25523a;
}

.wellness-contact-panel__overlay--error .wellness-contact-panel__overlay-card strong {
    color: #7d3820;
}

.wellness-contact-panel__overlay--success .wellness-contact-panel__status-copy p {
    color: rgba(37, 82, 58, 0.82);
}

.wellness-contact-panel__overlay--error .wellness-contact-panel__status-copy p {
    color: rgba(104, 47, 28, 0.88);
}

@keyframes wellnessContactSpin {
    to {
        transform: rotate(360deg);
    }
}

.wellness-field textarea {
    min-height: 196px;
    resize: vertical;
}

.wellness-checkbox {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    align-items: flex-start;
    padding: 0.2rem 0;
    border: 0;
    background: transparent;
    font-size: 0.82rem;
    line-height: 1.6;
}

.wellness-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 20px;
    height: 20px;
    margin: 0;
}

.wellness-checkbox__box {
    width: 20px;
    height: 20px;
    margin-top: 0.15rem;
    flex: 0 0 20px;
    border-radius: 2px;
    border: 1px solid rgba(71, 52, 39, 0.28);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: none;
    transition: all 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-checkbox:hover .wellness-checkbox__box {
    border-color: rgba(143, 100, 64, 0.34);
}

.wellness-checkbox input:focus-visible + .wellness-checkbox__box {
    box-shadow: 0 0 0 3px rgba(143, 100, 64, 0.14);
}

.wellness-checkbox input:checked + .wellness-checkbox__box {
    border-color: var(--wellness-accent-dark);
    background-color: var(--wellness-accent-dark);
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23f8efe2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
}

.wellness-checkbox__label {
    color: var(--wellness-text);
}

.wellness-checkbox__label a {
    color: var(--wellness-accent-dark);
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.wellness-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    justify-content: flex-start;
}

.wellness-footer__bottom {
    width: auto;
    padding: 1rem 0 0;
    border-top: 0;
    color: var(--wellness-muted);
    text-align: center;
}

.wellness-file-portfolio-grid {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.wellness-portfolio-page .container {
    width: min(1340px, calc(100% - 1rem));
}

.wellness-file-work-card {
    min-width: 0;
}

.wellness-file-work-card__link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    text-decoration: none;
    padding: 0 0 0.65rem;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(252, 248, 242, 0.98), rgba(246, 238, 226, 0.96));
    border: 1px solid rgba(143, 100, 64, 0.12);
    box-shadow: 0 24px 56px rgba(46, 31, 22, 0.1);
    overflow: hidden;
    transition: transform 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95),
    box-shadow 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95),
    border-color 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-file-work-card__image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 6 / 5;
    min-height: 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(80, 56, 40, 0.16), rgba(80, 56, 40, 0.04));
}

.wellness-file-work-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24, 16, 11, 0.02), rgba(24, 16, 11, 0.26));
    pointer-events: none;
    transition: opacity 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-file-work-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95),
    filter 360ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-file-work-card__body {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin: -0.7rem 0.7rem 0;
    padding: 0.85rem 0.9rem 0.95rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(247, 239, 227, 0.98));
    border: 1px solid rgba(143, 100, 64, 0.12);
    box-shadow: 0 18px 36px rgba(46, 31, 22, 0.08);
}

.wellness-file-work-card__title {
    max-width: 720px;
    font-size: 1.62rem;
    line-height: 1;
    letter-spacing: -0.02em;
}

.wellness-file-work-card__summary {
    max-width: 520px;
    color: var(--wellness-muted);
    line-height: 1.55;
}

.wellness-file-work-card__eyebrow {
    width: fit-content;
    padding: 0;
    color: rgba(75, 54, 39, 0.92);
    text-shadow: none;
}

.wellness-file-work-card__link:is(:hover, :focus-visible) {
    border-color: rgba(143, 100, 64, 0.22);
    box-shadow: 0 30px 64px rgba(46, 31, 22, 0.18);
}

.wellness-file-work-card__link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(177, 77, 41, 0.16), 0 20px 52px rgba(46, 31, 22, 0.16);
}

.wellness-file-work-card__link:is(:hover, :focus-visible) img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.055);
}

.wellness-file-work-card__link:is(:hover, :focus-visible) .wellness-file-work-card__image::after {
    opacity: 0.62;
}

.wellness-portfolio-empty {
    max-width: 760px;
    padding-block: 4.5rem;
}

.wellness-portfolio-empty h2 {
    margin: 0.5rem 0 1rem;
    font-size: 3.8rem;
    line-height: 0.98;
    letter-spacing: -0.02em;
}

.wellness-portfolio-hero {
    padding: 3.25rem 0 2.5rem;
    background: radial-gradient(circle at top right, rgba(202, 171, 136, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(39, 26, 18, 0.92) 0%, rgba(50, 34, 24, 0.84) 42%, rgba(72, 51, 37, 0.72) 100%),
    linear-gradient(180deg, rgba(24, 16, 11, 0.2), rgba(24, 16, 11, 0.34)),
    var(--portfolio-cover-image, url("../img/home-hero-wellness-full.webp")) center center / cover no-repeat;
}

.wellness-portfolio-hero .wellness-shell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    max-width: 780px;
    min-height: 530px;
    margin: 0 auto;
    padding-block: 3rem;
    text-align: center;
    align-items: center;
}

.wellness-portfolio-hero .wellness-shell p {
    max-width: 56ch;
    margin-bottom: 0;
}

.wellness-portfolio-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.wellness-portfolio-hero__meta li {
    min-width: 132px;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(114, 77, 48, 0.1);
}

.wellness-portfolio-hero__meta span {
    color: var(--wellness-muted);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wellness-portfolio-hero__meta strong {
    color: var(--wellness-accent-dark);
    font-size: 1rem;
    line-height: 1.2;
}

.wellness-portfolio-detail {
    padding-top: 1.62rem;
}

.wellness-portfolio-story {
    padding-top: 0;
}

:is(.wellness-portfolio-gallery, .wellness-portfolio-content) {
    border: 1px solid rgba(114, 77, 48, 0.12);
    border-radius: 24px;
}

.wellness-portfolio-gallery-card {
    background: linear-gradient(180deg, rgba(251, 247, 240, 0.94), rgba(246, 238, 228, 0.9));
    padding: 1rem;
    box-shadow: 0 0 80px rgba(45, 28, 15, 0.1);
}

.wellness-portfolio-gallery__head {
    margin-bottom: 1.5rem;
}

.wellness-portfolio-gallery__intro {
    max-width: 44rem;
}

.wellness-portfolio-gallery__summary {
    max-width: 32rem;
}

.wellness-portfolio-carousel {
    position: relative;
}

.wellness-portfolio-carousel__viewport {
    position: relative;
    min-width: 0;
}

.wellness-portfolio-carousel__main,
.wellness-portfolio-carousel__main-track {
    position: relative;
}

.wellness-portfolio-carousel__sidebar {
    display: none;
}

.wellness-portfolio-carousel__slide {
    height: auto;
    aspect-ratio: 16 / 10;
    min-height: clamp(300px, 54vw, 620px);
    border-radius: 24px;
    box-shadow: 0 20px 44px rgba(48, 33, 23, 0.1);
}

.wellness-portfolio-carousel__slide.is-active {
    display: block;
    animation: wellnessPortfolioCarouselReveal 320ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.wellness-portfolio-carousel__overlay {
    padding: clamp(1rem, 2vw, 1.25rem);
}

.wellness-portfolio-carousel__caption {
    gap: 0.2rem;
}

.wellness-portfolio-carousel__caption-title {
    max-width: 24ch;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.wellness-portfolio-carousel__caption-subtitle {
    font-size: 0.92rem;
}

.wellness-portfolio-carousel__arrow {
    --portfolio-carousel-arrow-offset: 0.85rem;
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    background: rgba(34, 24, 18, 0.56);
    border-color: rgba(255, 248, 239, 0.36);
}

.wellness-portfolio-carousel__arrow--prev {
    left: var(--portfolio-carousel-arrow-offset);
}

.wellness-portfolio-carousel__arrow--next {
    right: var(--portfolio-carousel-arrow-offset);
}

.wellness-portfolio-carousel__arrow:is(:hover, :focus-visible) {
    background: rgba(255, 248, 239, 0.92);
    border-color: rgba(255, 248, 239, 0.92);
}

@keyframes wellnessPortfolioCarouselReveal {
    from {
        opacity: 0;
        transform: scale(0.985);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.wellness-portfolio-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

:is(.wellness-portfolio-gallery, .wellness-portfolio-content, .wellness-portfolio-meta) {
    min-width: 0;
}

.wellness-portfolio-content {
    background: linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(247, 239, 228, 0.96));
    padding: 2.25rem;
    border: 1px solid rgba(114, 77, 48, 0.1);
    border-radius: 36px;
    box-shadow: 0 28px 64px rgba(45, 28, 15, 0.08);
}

.wellness-portfolio-detail__intro {
    display: flex;
    flex-direction: column;
    gap: 1.42rem;
    align-items: start;
    padding: 0 0 1.85rem;
    border-bottom: 1px solid rgba(143, 100, 64, 0.16);
}

.wellness-portfolio-detail__intro > div {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.wellness-portfolio-detail__intro h2 {
    max-width: 11.5ch;
    margin: 0.35rem 0 0;
    font-size: 4.15rem;
    line-height: 0.95;
    letter-spacing: -0.02em;
}

.wellness-portfolio-copy {
    color: var(--wellness-muted);
    line-height: 1.72;
}

.wellness-portfolio-copy--compact {
    max-width: 36ch;
    margin: 0;
}

.wellness-portfolio-copy--large {
    font-size: 1.16rem;
    line-height: 1.8;
}

.wellness-portfolio-detail__body {
    max-width: 70ch;
    padding: 1.9rem 0 0;
}

.wellness-portfolio-detail__body > :first-child {
    margin-top: 0;
}

.wellness-portfolio-detail__body p {
    margin: 0 0 1.35rem;
}

.wellness-portfolio-detail__body h3,
.wellness-portfolio-detail__body h4 {
    margin: 1.6rem 0 0.8rem;
    color: var(--wellness-accent-dark);
    letter-spacing: -0.02em;
}

.wellness-portfolio-detail__body :is(ul, ol) {
    padding-left: 1.2rem;
}

.wellness-portfolio-detail__body .wellness-tags {
    margin-top: 1.5rem;
}

.wellness-portfolio-meta {
    position: relative;
    align-self: start;
    width: 100%;
    align-content: start;
}

.wellness-portfolio-meta .wellness-info-card strong {
    display: block;
    color: var(--wellness-accent-dark);
    font-size: 1.45rem;
    line-height: 1.15;
}

.wellness-portfolio-meta__cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    padding: 1.45rem;
    border: 1px solid rgba(114, 77, 48, 0.1);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(247, 239, 228, 0.96));
    box-shadow: 0 24px 54px rgba(45, 28, 15, 0.08);
}

.wellness-portfolio-meta__cta p {
    margin: 0;
}

.wellness-offer-pricing {
    display: grid;
    gap: 0.7rem;
    margin-top: 0.15rem;
}

.wellness-offer-pricing__item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(114, 77, 48, 0.1);
}

.wellness-offer-pricing__item span {
    color: var(--wellness-muted);
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wellness-offer-pricing__item strong {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1;
}

.wellness-offer-pricing__item--list strong {
    color: var(--wellness-muted);
    text-decoration: line-through;
}

.wellness-offer-pricing__item--offer {
    background: rgba(143, 100, 64, 0.08);
    border-color: rgba(143, 100, 64, 0.18);
}

.wellness-portfolio-meta__downloads {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 0.25rem;
}

.wellness-portfolio-meta__download {
    max-width: none;
}

.wellness-portfolio-meta__download-button {
    margin-top: 0;
}

.wellness-portfolio-meta__cta .button {
    margin-top: 0.65rem;
    width: 100%;
    justify-content: center;
}

.wellness-portfolio-related .container {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.wellness-portfolio-related .wellness-section__head h2 {
    margin-top: 0.4rem;
    letter-spacing: -0.02em;
}

.wellness-file-portfolio-grid--related {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.wellness-file-work-card--related {
    min-width: 0;
}

.wellness-file-work-card--related .wellness-file-work-card__link {
    padding: 0;
    border-radius: 30px;
    background: rgba(252, 248, 241, 0.98);
    box-shadow: 0 18px 40px rgba(45, 28, 15, 0.1);
}

.wellness-file-work-card__image--related {
    aspect-ratio: 4 / 3;
    border-radius: 30px 30px 0 0;
}

.wellness-file-work-card--related .wellness-file-work-card__body {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    margin: 0;
    padding: 1rem 1rem 1.1rem;
    border: 0;
    border-radius: 0 0 30px 30px;
    background: rgba(252, 248, 241, 0.98);
    box-shadow: none;
}

.wellness-file-work-card--related .wellness-file-work-card__title {
    max-width: none;
    font-size: 1.65rem;
    line-height: 0.98;
}

/* Utilities */

.u-shell {
    width: min(1380px, calc(100% - 2rem));
    margin-inline: auto;
}

.u-cluster {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.75rem;
}

.u-split {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

:is(.u-visually-hidden, .sr-only) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Mobile Defaults */
.contact-page-main {
    margin: 0;
    min-height: auto;
    padding-top: calc(68px + 0.9rem);
}

section.contact-page-section {
    padding-top: 0;
    padding-bottom: 0;
    padding-inline: 0;
}

.contact-page-footer {
    margin-top: 0;
}

.contact-page-panel {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    scroll-margin-top: 6.5rem;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
}

.wellness-catalog-results__head,
.wellness-catalog-results__copy {
    align-items: center;
    text-align: center;
}

.wellness-catalog-results__meta {
    justify-content: center;
}

.nav-inner {
    position: relative;
    min-width: 0;
}

.brand,
.nav-toggle {
    position: relative;
    z-index: 21;
}

.nav__panel {
    position: fixed;
    inset: 0;
    z-index: 20;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    padding: 6.25rem 1.5rem 2rem;
    flex-basis: auto;
    background: rgba(245, 239, 228, 0.98);
    overflow-y: auto;
    transform: none;
}

.nav__list {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.nav__panel.is-open .nav__list {
    padding: 0;
}

.nav__item {
    width: auto;
    max-width: 100%;
}

:is(.nav__link, .nav__action) {
    justify-content: center;
    text-align: center;
    font-size: 1.12rem;
}

.wellness-catalog-layout > .wellness-filter-panel-slot {
    position: static;
    align-self: start;
}

.wellness-catalog-layout > .wellness-filter-panel-slot > .wellness-filter-panel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: none;
    overflow: visible;
}

/* Flexbox layout normalization */

.surface--panel dl {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nav__panel {
    max-height: 0;
}

.nav__panel.is-open {
    max-height: var(--nav-overlay-max-height);
}

.stats-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.stats-list > .wellness-empty-state {
    flex-basis: 100%;
    max-width: none;
}

.wellness-hero__grid,
.wellness-product-hero__grid,
.wellness-catalog-layout,
.wellness-product-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.wellness-hero__grid > *,
.wellness-product-hero__grid > *,
.wellness-catalog-layout > *,
.wellness-product-layout > * {
    flex: 1 1 100%;
    min-width: 0;
}

.archive-post-card__footer {
    margin-top: auto;
}

.wellness-contact-form {
    align-items: stretch;
}

.wellness-checkbox {
    flex-direction: row;
}

.wellness-checkbox__label {
    flex: 1 1 0;
    min-width: 0;
}

.wellness-actions .button {
    flex: 1 1 12.5rem;
}

.wellness-final__content {
    align-items: stretch;
}

.wellness-file-portfolio-grid {
    flex-wrap: wrap;
}

.wellness-file-work-card {
    flex: 1 1 100%;
    min-width: 0;
}

.wellness-file-work-card__body {
    flex: 1 1 auto;
}

/* Mobile-first responsive defaults */
.modal--dark .modal__dialog--gallery {
    width: 100%;
    max-width: none;
    height: 100svh;
    min-height: 100svh;
    margin: 0;
    border: 0;
    border-radius: 0;
}

html.has-overlay-open {
    overflow: hidden;
    scrollbar-gutter: auto;
}

html.has-overlay-open body {
    overflow: hidden;
}

:is(
    .wellness-about-hero h1,
    .wellness-catalog-hero h1,
    .wellness-contact-copy h1,
    .wellness-hero__copy--concept h1,
    .wellness-final__cta h2,
    .wellness-portfolio-strip__head h2,
    .wellness-strip__content h2,
    .wellness-gallery-head h2,
    .wellness-portfolio-detail__intro h2,
    .wellness-product-slide__copy h3
) {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.wellness-portfolio-hero {
    padding: 1.75rem 0 1.5rem;
}

.wellness-portfolio-hero .wellness-shell {
    min-height: 0;
    padding-block: 2.2rem 1.6rem;
    gap: 1rem;
}

.wellness-catalog-hero h1 {
    margin: 0;
    max-width: 100%;
    font-size: clamp(2.9rem, 12vw, 4rem);
    line-height: 0.92;
}

.wellness-portfolio-hero .wellness-shell p {
    max-width: 24ch;
}

.wellness-portfolio-hero__meta {
    justify-content: center;
    margin-top: 1rem;
}

.wellness-portfolio-gallery__intro {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.wellness-gallery-head h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3rem);
    line-height: 0.94;
}

.wellness-about-hero__overlay {
    width: min(100%, calc(100% - 1.25rem));
    padding: 6rem 0 2.25rem;
}

.wellness-about-hero h1 {
    display: block;
    padding-bottom: 0.34em;
    font-size: clamp(3rem, 15vw, 4.2rem);
    line-height: 0.9;
}

.wellness-about-hero h1::after {
    width: 100%;
}

.wellness-final__cta h2 {
    max-width: min(100%, 8ch);
    font-size: clamp(3.35rem, 20vw, 5rem);
    line-height: 0.9;
}

.wellness-portfolio-strip__head h2 {
    max-width: min(100%, 8.5ch);
    font-size: clamp(3.15rem, 16vw, 4.6rem);
    line-height: 0.9;
    white-space: normal;
}

.wellness-about-hero ~ .wellness-strip {
    min-height: auto;
    background: transparent;
}

.wellness-about-hero ~ .wellness-strip .wellness-strip__media {
    display: none;
}

.wellness-strip__content-wrap {
    padding: 2.35rem 1rem 2.6rem;
}

.wellness-strip__content {
    width: min(100%, 36rem);
    gap: 1rem;
}

.wellness-strip__content h2 {
    max-width: 9ch;
    font-size: clamp(2.45rem, 12vw, 3rem);
    line-height: 0.94;
}

.wellness-strip__text {
    gap: 0.7rem;
}

.wellness-strip__text p {
    text-align: left;
    text-align-last: auto;
    line-height: 1.68;
}

.wellness-about-hero ~ .wellness-strip .wellness-strip__text p {
    text-align: justify;
    text-align-last: left;
}

.wellness-portfolio-content {
    padding: 1.6rem;
    border-radius: 30px;
}

.wellness-portfolio-detail__intro {
    gap: 1rem;
    padding-bottom: 1.45rem;
}

.wellness-portfolio-detail__intro h2 {
    max-width: 8.6ch;
    font-size: clamp(2.75rem, 13vw, 3.35rem);
    line-height: 0.93;
}

.wellness-portfolio-copy--large {
    font-size: 1.02rem;
    line-height: 1.72;
}

.wellness-hero-copy--lead,
.wellness-hero-copy--concept {
    margin: 0;
}

.wellness-method .wellness-strip {
    min-height: auto;
    background: transparent;
}

.wellness-method .wellness-strip__media {
    display: none;
}

.wellness-method .wellness-strip__content-wrap,
.wellness-method .wellness-strip > .wellness-strip__content {
    padding: 2.5rem 1.25rem 2.75rem;
}

.wellness-method .wellness-strip__content {
    width: min(100%, 20rem);
    gap: 0.95rem;
}

.wellness-method .wellness-strip > .wellness-strip__content {
    width: 100%;
    max-width: none;
    align-items: center;
}

.wellness-method .wellness-strip__content strong {
    margin: 0;
    font-size: clamp(3.3rem, 18vw, 4.2rem);
}

.wellness-method .wellness-strip__content h2 {
    max-width: none;
    font-size: clamp(2.6rem, 13vw, 3.2rem);
}

.wellness-method .wellness-strip__content > p {
    margin-top: 0.15rem;
    max-width: 24ch;
    font-size: 1rem;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .modal--gallery .modal__dialog--gallery {
        grid-template-rows: minmax(3rem, auto) minmax(0, 1fr) minmax(3rem, auto);
        padding: 0.85rem 0.85rem 1rem;
    }

    .modal--gallery .modal__stage {
        padding: 0.75rem 0.25rem 1rem;
    }

    .modal--gallery .modal__image {
        max-width: 100%;
        max-height: calc(100svh - 11rem);
        border-radius: 18px;
    }

    .modal--gallery .modal__nav {
        width: 46px;
        height: 46px;
        top: auto;
        bottom: 4.35rem;
        transform: none;
    }

    .modal--gallery .modal__nav--prev {
        left: 1rem;
    }

    .modal--gallery .modal__nav--next {
        right: 1rem;
    }

    .modal--gallery .modal__meta {
        flex-wrap: wrap;
        gap: 0.35rem 0.75rem;
        font-size: 0.92rem;
    }

    .wellness-catalog-hero {
        min-height: 28rem;
        padding-block: 1.5rem 2rem;
    }

    .wellness-catalog-hero .container {
        padding: 4.2rem 1.15rem 2rem;
    }

    .wellness-catalog-hero p {
        max-width: 28rem;
        line-height: 1.6;
    }

    .wellness-hero + .wellness-method {
        margin-top: 1rem;
    }

    .wellness-method {
        padding-bottom: 1.5rem;
    }

    .wellness-strip {
        min-height: auto;
        width: calc(100% - 1rem);
        margin: 0 auto 1.75rem;
        overflow: hidden;
        border: 1px solid rgba(143, 100, 64, 0.12);
        border-radius: 2rem;
        background: linear-gradient(180deg, rgba(251, 247, 240, 0.98), rgba(247, 239, 227, 0.96));
        box-shadow: 0 24px 56px rgba(48, 33, 23, 0.1);
    }

    .wellness-strip:last-child {
        margin-bottom: 0;
    }

    .wellness-strip__media,
    .wellness-about-hero ~ .wellness-strip .wellness-strip__media,
    .wellness-method .wellness-strip__media {
        display: block;
        min-height: 0;
        aspect-ratio: 5 / 4;
        border-radius: 0;
        overflow: hidden;
        box-shadow: none;
    }

    .wellness-strip__media::after {
        background: linear-gradient(180deg, rgba(24, 16, 11, 0.06), rgba(24, 16, 11, 0.22));
    }

    .wellness-strip--reverse .wellness-strip__media,
    .wellness-strip--reverse .wellness-strip__content-wrap,
    .wellness-strip--reverse > .wellness-strip__content {
        order: 0;
    }

    .wellness-strip__content-wrap,
    .wellness-strip > .wellness-strip__content,
    .wellness-method .wellness-strip__content-wrap,
    .wellness-method .wellness-strip > .wellness-strip__content {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 1.35rem 1.35rem 1.5rem;
        border-top: 1px solid rgba(143, 100, 64, 0.08);
        background: radial-gradient(circle at top left, rgba(173, 130, 91, 0.12), transparent 42%), linear-gradient(180deg, rgba(251, 247, 240, 0.98) 0%, rgba(247, 239, 227, 0.96) 100%);
    }

    .wellness-strip__content,
    .wellness-method .wellness-strip__content {
        width: 100%;
        gap: 0.9rem;
    }

    .wellness-strip > .wellness-strip__content,
    .wellness-method .wellness-strip > .wellness-strip__content {
        width: 100%;
        max-width: none;
        align-items: flex-start;
    }

    .wellness-strip__content strong,
    .wellness-method .wellness-strip__content strong {
        margin: 0;
        font-size: clamp(3rem, 16vw, 4rem);
    }

    .wellness-strip__content h2,
    .wellness-method .wellness-strip__content h2 {
        max-width: none;
        font-size: clamp(2.25rem, 10.8vw, 3.1rem);
        line-height: 0.94;
    }

    .wellness-strip__content > p,
    .wellness-method .wellness-strip__content > p {
        margin-top: 0.2rem;
        max-width: none;
        font-size: 1rem;
        line-height: 1.68;
    }

    .wellness-strip__text {
        gap: 0.75rem;
    }
}

/* Media Queries */
@media (min-width: 480px) and (max-width: 767px) {
    .wellness-strip__media,
    .wellness-about-hero ~ .wellness-strip .wellness-strip__media,
    .wellness-method .wellness-strip__media {
        aspect-ratio: 16 / 10;
    }
}

@media (min-width: 480px) {
    :is(.header-strip, .nav-inner) {
        gap: 1rem;
        padding: 0.85rem 0;
    }

    .header-strip__lead {
        width: auto;
        flex-basis: auto;
    }

    .password-field input {
        padding-right: 3.35rem;
    }

    .password-toggle {
        right: 0.55rem;
        width: 2.15rem;
        height: 2.15rem;
    }

    .results-meta {
        width: fit-content;
        max-width: min(100%, 42rem);
        gap: 0.5rem 0.85rem;
        margin: 0 0 1.15rem auto;
        text-align: right;
    }

    .results-meta__value {
        font-size: 1.2rem;
    }

    .results-meta__divider {
        width: 1.7rem;
    }

    .results-meta__label {
        font-size: 0.72rem;
    }

}

@media (min-width: 768px) {
    .contact-page-section {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }

    .wellness-contact-panel {
        width: min(1420px, calc(100% - 2rem));
        gap: 1.9rem;
        padding: 1.5rem;
    }

    .contact-page-panel {
        margin-inline: auto;
    }

    .wellness-contact-copy {
        gap: 1rem;
    }

    .wellness-contact-copy h1 {
        font-size: 3.9rem;
    }

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

    .container {
        width: min(1180px, calc(100% - 4rem));
    }

    .wellness-hero__inner,
    .wellness-product-slider__top,
    .wellness-final__content,
    .wellness-portfolio-strip__head,
    .wellness-portfolio-strip__controls,
    .wellness-about-hero__overlay,
    .wellness-catalog-hero .container {
        width: min(100%, calc(100% - 4rem));
    }

    .modal--dark .modal__dialog--gallery {
        width: 100vw;
        max-width: none;
        height: 100vh;
        height: 100svh;
        min-height: 100vh;
        min-height: 100svh;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    :is(
        .wellness-about-hero h1,
        .wellness-catalog-hero h1,
        .wellness-contact-copy h1,
        .wellness-hero__copy--concept h1,
        .wellness-final__cta h2,
        .wellness-strip__content h2,
        .wellness-gallery-head h2,
        .wellness-portfolio-detail__intro h2,
        .wellness-product-slide__copy h3
    ) {
        max-width: none;
        overflow-wrap: normal;
        word-break: normal;
    }

    .wellness-catalog-hero h1 {
        margin: 0.6rem 0 1rem;
        font-size: 4.4rem;
        line-height: 0.94;
    }

    .wellness-gallery-head h2 {
        margin: 0.2rem 0 0;
        font-size: 2.8rem;
        line-height: normal;
    }

    .wellness-about-hero__overlay {
        padding: 5.5rem 0 3rem;
    }

    .wellness-about-hero h1 {
        display: inline-block;
        padding-bottom: 0.42em;
        font-size: 6.4rem;
        line-height: 0.92;
    }

    .wellness-about-hero h1::after {
        width: calc(100% + 2.8rem);
    }

    .wellness-final__cta h2 {
        max-width: 10ch;
        font-size: 6.4rem;
        line-height: 0.88;
    }

    .wellness-about-hero ~ .wellness-strip {
        min-height: 100svh;
        background: #1f1611;
    }

    .wellness-about-hero ~ .wellness-strip .wellness-strip__media {
        display: block;
    }

    .wellness-strip__content-wrap {
        padding: 4.88rem 5rem 5rem;
    }

    .wellness-strip__content {
        width: min(820px, 100%);
        gap: 1.45rem;
    }

    .wellness-strip__content h2 {
        max-width: 12ch;
        font-size: 3.4rem;
        line-height: 0.96;
    }

    .wellness-strip__text {
        gap: 0.8rem;
    }

    .wellness-strip__text p {
        text-align: justify;
        text-align-last: left;
        line-height: 1.75;
    }

    .wellness-portfolio-hero {
        padding: 3.25rem 0 2.5rem;
    }

    .wellness-portfolio-hero .wellness-shell {
        min-height: 530px;
        padding-block: 3rem;
        gap: 0.75rem;
    }

    .wellness-portfolio-hero .wellness-shell p {
        max-width: 56ch;
    }

    .wellness-portfolio-hero__meta {
        justify-content: flex-start;
        margin-top: 1.4rem;
    }

    .wellness-portfolio-gallery__intro {
        width: auto;
        max-width: 44rem;
    }

    .wellness-portfolio-detail__intro {
        gap: 1.42rem;
        padding-bottom: 1.85rem;
    }

    .wellness-portfolio-detail__intro h2 {
        max-width: 11.5ch;
        font-size: 4.15rem;
        line-height: 0.95;
    }

    .wellness-product-slide__copy h3 {
        max-width: 11ch;
        font-size: 6.6rem;
        line-height: 0.88;
    }

    .wellness-file-portfolio-grid--related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem;
    }

    .search-bar-form {
        flex-direction: row;
        align-items: center;
    }

    :is(.content-page__hero, .content-page__panel) {
        padding: 2rem;
    }

    .place-breadcrumbs,
    .place-breadcrumbs__list {
        justify-content: flex-end;
        margin-left: auto;
    }

    .place-intro-line {
        gap: 0.85rem;
    }

    .search-map-canvas {
        min-height: 380px;
    }

    .wellness-filter-panel {
        padding: 1.5rem;
    }

    .wellness-product-content {
        border-radius: 32px;
        padding: 2rem;
    }

    .wellness-info-card {
        padding: 1.4rem;
    }

    .wellness-product-gallery-card {
        border-radius: 32px;
        padding: 1.5rem;
    }

    .wellness-portfolio-gallery-card {
        border-radius: 36px;
        padding: 1.4rem;
    }

    .wellness-portfolio-content {
        border-radius: 34px;
        padding: 1.95rem;
    }

    .wellness-catalog-hero {
        min-height: 52svh;
        padding-block: 2rem;
    }

    .wellness-catalog-results {
        padding: 0 1.5rem 1.5rem;
    }

    .wellness-file-work-card {
        min-height: 310px;
    }

    .wellness-file-work-card--layout-lg {
        min-height: 0;
    }

    .wellness-portfolio-page .container {
        width: min(1340px, calc(100% - 1.5rem));
    }

    .wellness-file-portfolio-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.95rem;
    }

    .wellness-file-work-card {
        grid-column: span 1;
    }

    .wellness-file-work-card__image {
        aspect-ratio: 5 / 4;
    }

    .wellness-method .wellness-strip {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(16rem, 0.92fr);
        grid-template-areas: "content media";
        align-items: stretch;
        gap: 1.4rem;
        padding: 1.25rem 1.5rem;
        background: transparent;
    }

    .wellness-method .wellness-strip--reverse {
        grid-template-areas: "media content";
    }

    .wellness-method .wellness-strip__content-wrap,
    .wellness-method .wellness-strip > .wellness-strip__content {
        grid-area: content;
        align-items: center;
        padding: 3.4rem 3.1rem;
        border: 1px solid rgba(143, 100, 64, 0.12);
        border-radius: 2rem;
        box-shadow: 0 20px 44px rgba(48, 33, 23, 0.08);
    }

    .wellness-method .wellness-strip__content {
        width: min(28rem, 100%);
        gap: 1rem;
    }

    .wellness-method .wellness-strip > .wellness-strip__content {
        width: 100%;
        max-width: none;
    }

    .wellness-method .wellness-strip__content strong {
        margin: 0;
        font-size: clamp(3.75rem, 8vw, 4.75rem);
    }

    .wellness-method .wellness-strip__content h2 {
        max-width: 8.6ch;
        font-size: clamp(3rem, 5.8vw, 3.75rem);
    }

    .wellness-method .wellness-strip__content > p {
        margin-top: 0.2rem;
        max-width: 27ch;
        font-size: 1.03rem;
        line-height: 1.65;
    }

    .wellness-method .wellness-strip__media {
        display: block;
        grid-area: media;
        min-height: 0;
        border-radius: 2rem;
        overflow: hidden;
        box-shadow: 0 24px 48px rgba(48, 33, 23, 0.12);
    }

    .wellness-method .wellness-strip__media::after {
        background: linear-gradient(180deg, rgba(24, 16, 11, 0.08), rgba(24, 16, 11, 0.24));
    }
}

@media (min-width: 1024px) {
    .container {
        width: min(1180px, calc(100% - 2rem));
    }

    .contact-page-main {
        margin: 0;
        min-height: calc(100vh - 220px);
        padding-top: calc(86px + 1.5rem);
    }

    section.contact-page-section {
        padding-top: 0;
        padding-bottom: 1.75rem;
    }

    .contact-page-footer {
        margin-top: 1.5rem;
    }

    .contact-page-panel {
        margin: 0 auto;
        scroll-margin-top: 0;
        border-left: 1px solid rgba(143, 100, 64, 0.12);
        border-right: 1px solid rgba(143, 100, 64, 0.12);
        border-radius: 30px;
        box-shadow: 0 24px 56px rgba(48, 33, 23, 0.1);
    }

    .wellness-catalog-results__head,
    .wellness-catalog-results__copy {
        align-items: flex-start;
        text-align: left;
    }

    .wellness-catalog-results__meta {
        justify-content: flex-start;
    }

    .wellness-portfolio-strip__head h2 {
        max-width: min(100%, 13ch);
        font-size: clamp(4.4rem, 6vw, 6.2rem);
    }

    .wellness-portfolio-strip__head p {
        max-width: 52ch;
        font-size: 1.2rem;
    }

    .wellness-about-hero__overlay {
        width: min(1240px, calc(100% - 3rem));
    }

    .wellness-catalog-hero .container {
        width: min(100%, 58rem);
    }

    .content-page {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .wellness-strip {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas: "media content";
        align-items: stretch;
    }

    .wellness-strip__media {
        grid-area: media;
        min-height: 100svh;
    }

    .wellness-strip__content-wrap {
        grid-area: content;
        align-items: center;
        padding: 5.25rem;
    }

    .wellness-strip--reverse {
        grid-template-areas: "content media";
    }

    .wellness-strip__content {
        width: min(32rem, 100%);
        gap: 1.2rem;
    }

    .wellness-strip__content strong {
        margin: 0.25rem 0 0.35rem;
        font-size: 5.3rem;
    }

    .wellness-strip__content h2 {
        max-width: 10ch;
        font-size: 3.7rem;
    }

    .wellness-strip__content > p {
        margin-top: 0.35rem;
        max-width: 32ch;
        font-size: 1.05rem;
    }

    .wellness-method .wellness-strip {
        min-height: 100svh;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas: "media content";
        align-items: stretch;
        gap: 0;
        padding: 0;
        background: #1f1611;
    }

    .wellness-method .wellness-strip--reverse {
        grid-template-areas: "content media";
    }

    .wellness-method .wellness-strip__content-wrap,
    .wellness-method .wellness-strip > .wellness-strip__content {
        grid-area: content;
        align-items: center;
        padding: 5.25rem;
        border: 0;
        border-radius: 0;
        background: radial-gradient(circle at top left, rgba(173, 130, 91, 0.16), transparent 36%), linear-gradient(180deg, #f7f1e7 0%, #f1e6d6 100%);
        box-shadow: none;
    }

    .wellness-method .wellness-strip__content {
        width: min(32rem, 100%);
        gap: 1.2rem;
    }

    .wellness-method .wellness-strip__content strong {
        margin: 0.25rem 0 0.35rem;
        font-size: 5.3rem;
    }

    .wellness-method .wellness-strip__content h2 {
        max-width: 10ch;
        font-size: 3.7rem;
    }

    .wellness-method .wellness-strip__content > p {
        margin-top: 0.35rem;
        max-width: 32ch;
        font-size: 1.05rem;
    }

    .wellness-method .wellness-strip__media {
        display: block;
        grid-area: media;
        min-height: 100svh;
        border-radius: 0;
        overflow: visible;
        box-shadow: none;
    }

    .wellness-method .wellness-strip__media::after {
        background: rgba(24, 16, 11, 0.18);
    }

    .wellness-product-slider {
        background: #241812;
    }

    .wellness-product-slider__top {
        top: 2.38rem;
        left: 7rem;
        width: min(30rem, calc(50% - 4rem));
        transform: none;
    }

    .wellness-product-slider__top .eyebrow {
        display: none;
    }

    .wellness-product-slider__top h2 {
        max-width: 11ch;
        margin: 0;
        font-size: 3.6rem;
        line-height: 0.94;
        color: #fff8ef;
        text-shadow: 0 10px 28px rgba(12, 8, 6, 0.24);
    }

    .wellness-product-slide {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .wellness-product-slide__image,
    .wellness-product-slide__copy {
        min-height: 100svh;
    }

    .wellness-product-slide__image::after {
        background: linear-gradient(90deg, rgba(24, 16, 11, 0.08), rgba(24, 16, 11, 0.02));
    }

    .wellness-product-slide__copy {
        position: relative;
        align-items: flex-start;
        padding: 9rem 6rem 5.75rem;
        background: radial-gradient(circle at 78% 12%, rgba(215, 182, 143, 0.22), transparent 28%),
        linear-gradient(180deg, #fbf4e8 0%, #f4ead8 100%);
        overflow: hidden;
    }

    .wellness-product-slide__copy::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 14rem;
        aspect-ratio: 1;
        background: #4b3324;
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    .wellness-product-slide__copy > * {
        position: relative;
        z-index: 1;
    }

    .wellness-product-slide__copy .eyebrow {
        background: rgba(95, 71, 52, 0.18);
        border-color: transparent;
        color: #fff;
        box-shadow: 0 10px 24px rgba(54, 35, 24, 0.08);
    }

    .wellness-product-slide__copy h3 {
        max-width: 9ch;
        margin: 1rem 0 1.15rem;
        font-size: 5.65rem;
        line-height: 0.9;
    }

    .wellness-product-slide__copy p {
        max-width: 21ch;
        font-size: 1.05rem;
        line-height: 1.62;
        color: rgba(78, 58, 43, 0.9);
    }

    .wellness-product-slide__actions {
        gap: 0.9rem;
        margin-top: 1.9rem;
    }

    .wellness-product-slide__actions .button {
        height: 3.25rem;
        min-height: 3.25rem;
        padding-inline: 1.25rem;
        box-shadow: 0 14px 28px rgba(63, 41, 28, 0.08);
    }

    .wellness-product-slide__actions .button.button-primary {
        background: #5a3c29;
        border-color: #5a3c29;
        color: #fff8ef;
    }

    .wellness-product-slide__actions .button.button-primary:hover,
    .wellness-product-slide__actions .button.button-primary:focus-visible {
        background: #4c321f;
        border-color: #4c321f;
        color: #fff8ef;
    }

    .wellness-product-slide__actions .button.button-secondary {
        background: rgba(255, 248, 239, 0.9);
        border-color: rgba(219, 201, 180, 0.8);
    }

    .wellness-product-slider__controls {
        left: 50%;
        bottom: 2.5rem;
        gap: 0.7rem;
        transform: translateX(-50%);
    }

    .wellness-product-slider__arrow {
        width: 56px;
        height: 56px;
        border-color: rgba(93, 71, 52, 0.16);
        background: rgba(92, 73, 58, 0.72);
        color: #fff8ee;
        box-shadow: 0 16px 28px rgba(63, 41, 28, 0.16);
        backdrop-filter: blur(6px);
    }

    .wellness-product-slider__dots button {
        border-color: rgba(119, 93, 71, 0.18);
        background: rgba(255, 248, 239, 0.38);
        box-shadow: none;
    }

    .wellness-product-slider__dots button.is-active {
        border-color: rgba(255, 248, 239, 0.92);
        background: #fff8ee;
    }

    .wellness-contact-panel {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        align-items: stretch;
        gap: 3.25rem;
        padding: 3rem;
    }

    .wellness-contact-copy {
        height: 100%;
        max-width: 28rem;
        gap: 1rem;
        padding-top: 4rem;
    }

    .wellness-contact-copy h1 {
        font-size: 4.6rem;
    }

    .wellness-contact-copy > p:last-of-type {
        max-width: 30ch;
    }

    .wellness-contact-meta {
        grid-template-columns: minmax(0, 1fr);
        margin-top: auto;
    }

    .wellness-contact-form {
        padding-top: 0.25rem;
    }

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

    .wellness-contact-form .wellness-field--full {
        grid-column: 1 / -1;
    }

    .wellness-contact-actions {
        justify-content: flex-end;
    }

    .wellness-hero__grid > *,
    .wellness-product-hero__grid > * {
        flex-basis: calc(50% - 0.5rem);
    }

    .wellness-file-portfolio-grid {
        flex-direction: row;
    }

    .wellness-file-work-card {
        flex-basis: calc(50% - 0.8rem);
    }

    .nav-toggle {
        display: none;
    }

    .nav__panel {
        display: flex;
        align-items: center;
        position: static;
        inset: auto;
        z-index: auto;
        height: auto;
        padding: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        background: transparent;
        overflow: visible;
        max-height: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .nav__list {
        min-height: auto;
        width: auto;
        overflow: visible;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 1rem;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    :is(.nav__link, .nav__action) {
        justify-content: flex-start;
        text-align: left;
    }

    .nav__panel.is-open .nav__list {
        padding-top: 0;
    }

    .nav-inner {
        flex-wrap: nowrap;
        row-gap: 0;
    }

    .wellness-catalog-layout {
        display: grid;
        grid-template-columns: 320px minmax(0, 1fr);
        grid-template-areas:
            ". head"
            "filters results";
        column-gap: 1rem;
        row-gap: 1rem;
        align-items: flex-start;
    }

    .wellness-catalog-layout > .wellness-catalog-layout__head {
        grid-area: head;
    }

    .wellness-catalog-layout > .wellness-filter-panel-slot {
        grid-area: filters;
        position: sticky;
        top: calc(var(--sticky-nav-offset, 4.75rem) + 1rem);
        align-self: start;
        width: 100%;
        max-width: 320px;
    }

    .wellness-catalog-layout > .wellness-catalog-results {
        grid-area: results;
    }

    .wellness-catalog-layout > :not(.wellness-filter-panel-slot) {
        min-width: 0;
    }

    .wellness-product-content {
        flex: 1 1 0;
        min-width: 0;
    }

    .wellness-product-meta {
        flex: 0 0 320px;
        max-width: 320px;
    }

    .wellness-portfolio-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 2rem;
    }

    .wellness-portfolio-meta {
        position: sticky;
        top: calc(var(--sticky-nav-offset, 4.75rem) + 1rem);
    }

    .archive-hero {
        flex-direction: row;
    }

    .archive-breadcrumbs {
        width: auto;
        margin-left: auto;
    }

    .archive-breadcrumbs__list {
        justify-content: flex-end;
    }

    .archive-post-card {
        flex-direction: row;
        align-items: stretch;
        min-height: 258px;
        height: 258px;
    }

    .archive-post-card__media {
        flex: 0 0 280px;
    }

    .archive-post-card__content {
        flex: 1 1 0;
        min-width: 0;
        height: 100%;
        padding: 0.25rem 0.2rem 0.25rem 0;
    }

    .wellness-file-portfolio-grid {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        grid-auto-flow: dense;
        align-items: start;
    }

    .wellness-file-work-card {
        grid-column: span 4;
        min-height: 0;
    }

    .wellness-file-work-card--layout-lg {
        grid-column: span 5;
    }

    .wellness-file-work-card--layout-md {
        grid-column: span 4;
    }

    .wellness-file-work-card--layout-sm {
        grid-column: span 3;
    }

    .wellness-file-work-card__image {
        aspect-ratio: 4 / 3;
    }

    .wellness-file-work-card__image--layout-lg {
        aspect-ratio: 5 / 4;
    }

    .wellness-file-work-card__image--layout-md {
        aspect-ratio: 6 / 5;
    }

    .wellness-file-portfolio-grid--related {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .wellness-file-work-card--related {
        grid-column: span 1;
    }

    .wellness-file-work-card__image--related {
        aspect-ratio: 4 / 3;
    }

    .wellness-file-work-card--related .wellness-file-work-card__body {
        min-height: 102px;
    }

    .modal--gallery .modal__stage {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal--gallery .modal__meta {
        margin-top: auto;
    }
}

.wellness-portfolio-carousel__meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(20, 29, 45, 0.84);
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.wellness-portfolio-carousel__meta--progress {
    min-width: 60px;
    padding: 0.45rem 0.7rem;
    font-size: 0.98rem;
    background: rgba(28, 42, 66, 0.92);
    box-shadow: 0 12px 24px rgba(16, 25, 39, 0.18);
}

.wellness-portfolio-carousel__meta--more {
    padding: 0.7rem 1rem;
    font-size: clamp(1.2rem, 2vw, 1.9rem);
    background: transparent;
    box-shadow: none;
}

@media (min-width: 1024px) {
    .wellness-portfolio-gallery__head {
        display: none;
    }

    .wellness-portfolio-carousel__viewport--split {
        --portfolio-preview-width: 240px;
        --portfolio-carousel-gap: 0.18rem;
        display: grid;
        grid-template-columns: minmax(0, 1fr) var(--portfolio-preview-width);
        gap: var(--portfolio-carousel-gap);
    }

    .wellness-portfolio-carousel__main--split {
        height: 460px;
        overflow: hidden;
        border-radius: 24px;
    }

    .wellness-portfolio-carousel__main-track--split {
        height: 100%;
        min-height: 0;
    }

    .wellness-portfolio-carousel__main-arrow {
        --portfolio-carousel-arrow-offset: 0.9rem;
        z-index: 4;
        width: 42px;
        height: 42px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(35, 112, 196, 0.14);
        color: #2a84d8;
        box-shadow: 0 12px 26px rgba(22, 36, 54, 0.16);
    }

    .wellness-portfolio-carousel__main-arrow:is(:hover, :focus-visible) {
        background: #fff;
        border-color: rgba(35, 112, 196, 0.22);
        color: #1d6fbf;
    }

    .wellness-portfolio-carousel__slide--split {
        position: absolute;
        inset: 0;
        height: 100%;
        min-height: 0;
        aspect-ratio: auto;
    }

    .wellness-portfolio-carousel__slide--split.is-active::before {
        background: linear-gradient(180deg, rgba(18, 22, 30, 0) 62%, rgba(18, 22, 30, 0.18) 100%);
    }

    .wellness-portfolio-carousel__caption--split {
        display: none;
    }

    .wellness-portfolio-carousel__overlay--split {
        padding: 1rem;
    }

    .wellness-portfolio-carousel__meta--split-progress {
        margin-left: auto;
    }

    .wellness-portfolio-carousel__sidebar--split {
        display: flex;
        flex-direction: column;
        gap: var(--portfolio-carousel-gap);
    }

    .wellness-portfolio-carousel__sidebar-card {
        flex: 1 1 0;
        height: 100%;
        min-height: 0;
        border-radius: 24px;
    }

    .wellness-portfolio-carousel__sidebar-card--single {
        flex: 1 1 100%;
    }

    .wellness-portfolio-carousel__sidebar-card::before {
        background: linear-gradient(180deg, rgba(18, 22, 30, 0.02) 42%, rgba(18, 22, 30, 0.82) 100%);
    }

    .wellness-portfolio-carousel__caption-title--sidebar {
        display: inline-flex;
        align-items: center;
        max-width: min(100%, 18ch);
        font-weight: 600;
        font-size: 0.98rem;
        padding: 0.55rem 0.85rem;
        border-radius: 1rem;
        background: rgba(43, 36, 32, 0.68);
        line-height: 1.25;
        box-shadow: 0 12px 28px rgba(18, 14, 12, 0.18);
        backdrop-filter: blur(10px);
    }

    .wellness-portfolio-carousel__sidebar-card--more::before {
        background: linear-gradient(180deg, rgba(10, 16, 24, 0.42) 0%, rgba(10, 16, 24, 0.9) 100%);
    }

    .wellness-portfolio-carousel__overlay--more {
        justify-content: center;
        align-items: center;
        padding: 1.2rem;
    }

    .wellness-portfolio-carousel__image--more {
        filter: saturate(0.72) brightness(0.48);
    }
}

.wellness-hero--concept .wellness-hero__stage {
    background:
        radial-gradient(circle at 73% 22%, rgba(214, 156, 91, 0.18), transparent 17%),
        linear-gradient(90deg, rgba(17, 11, 7, 0.88) 0%, rgba(28, 18, 12, 0.72) 34%, rgba(31, 21, 14, 0.3) 66%, rgba(20, 13, 9, 0.38) 100%),
        linear-gradient(180deg, rgba(13, 8, 5, 0.06), rgba(13, 8, 5, 0.22)),
        url("../img/home-hero-wellness-full.webp") center center / cover no-repeat;
    box-shadow: inset 0 -120px 140px rgba(8, 5, 3, 0.18);
}

.wellness-hero--concept .wellness-hero__stage::before {
    background:
        radial-gradient(circle at 18% 20%, rgba(220, 171, 104, 0.12), transparent 22%),
        linear-gradient(180deg, rgba(10, 6, 4, 0.08), rgba(10, 6, 4, 0.32));
}

.wellness-hero--concept .wellness-hero__stage::after,
.wellness-hero--concept .wellness-hero__copy--concept::after,
.wellness-hero--concept .wellness-metrics article::before {
    display: none;
}

.wellness-hero--concept .wellness-hero__inner {
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: end;
    gap: 1.15rem;
    width: min(1280px, calc(100% - 1.25rem));
    min-height: 100svh;
    padding: 6.75rem 0 1.25rem;
}

.wellness-hero--concept .wellness-hero__grid {
    display: grid;
    align-items: center;
    width: 100%;
    min-height: 0;
}

.wellness-hero--concept .wellness-hero__copy--concept {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: min(100%, 36rem);
    padding: 0;
    color: #fff7ee;
}

.wellness-hero--concept .wellness-hero__eyebrow {
    margin: 0;
    color: rgba(255, 242, 228, 0.98);
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    font-weight: 500;
}

.wellness-hero--concept .wellness-hero__eyebrow::after {
    content: "";
    display: block;
    width: 6.75rem;
    height: 1px;
    margin-top: 0.95rem;
    background: linear-gradient(90deg, rgba(224, 173, 104, 0.9), rgba(255, 246, 236, 0.22));
}

.wellness-hero--concept .wellness-hero__copy--concept h1 {
    max-width: none;
    margin: 1rem 0 0;
    color: #fff8f0;
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: clamp(3.8rem, 8vw, 5.6rem);
    line-height: 0.92;
    letter-spacing: -0.045em;
    text-wrap: initial;
    text-shadow: 0 16px 34px rgba(8, 5, 3, 0.28);
}

.wellness-hero--concept .wellness-hero__line {
    display: block;
}

.wellness-hero--concept .wellness-hero__accent {
    color: #d8a25e;
}

.wellness-hero--concept .wellness-hero-copy--lead {
    max-width: 28ch;
    margin-top: 1.5rem;
    color: rgba(255, 243, 229, 0.92);
    font-size: 1.08rem;
    line-height: 1.58;
    text-shadow: 0 10px 24px rgba(8, 5, 3, 0.14);
}

.wellness-hero--concept .wellness-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

.wellness-hero--concept .wellness-actions .button {
    min-height: 3.25rem;
    height: 3.25rem;
    padding-inline: 1.5rem;
    border-radius: 0.95rem;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(10, 6, 4, 0.14);
}

.wellness-hero--concept .button.button-primary {
    background: #b47a43;
    border-color: transparent;
    color: #fff8ef;
}

.wellness-hero--concept .button.button-primary:is(:hover, :focus-visible) {
    background: #8f5f35;
    border-color: transparent;
    color: #fff8ef;
}

.wellness-hero--concept .button.button-secondary {
    background: rgba(24, 16, 11, 0.14);
    border: 1px solid rgba(255, 243, 229, 0.46);
    color: #fff8ef;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.wellness-hero--concept .button.button-secondary:is(:hover, :focus-visible) {
    background: rgba(22, 15, 10, 0.24);
    border-color: rgba(255, 246, 236, 0.72);
    color: #fff8ef;
}

.wellness-hero--concept .wellness-metrics {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
    width: 100%;
    margin: 0;
}

.wellness-hero--concept .wellness-metrics article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.95rem;
    width: 100%;
    min-width: 0;
    padding: 1.1rem 1.15rem;
    border: 1px solid rgba(255, 242, 227, 0.22);
    border-radius: 1.35rem;
    background: linear-gradient(135deg, rgba(166, 121, 76, 0.42), rgba(98, 67, 42, 0.34));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 34px rgba(10, 6, 4, 0.14);
    color: #fff8ef;
}

.wellness-hero--concept .wellness-metric-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(241, 205, 148, 0.95), rgba(214, 167, 104, 0.92));
    color: #fffdf8;
    box-shadow: 0 12px 24px rgba(10, 6, 4, 0.12);
}

.wellness-hero--concept .wellness-metric-card__icon svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wellness-hero--concept .wellness-metric-card__icon--leaf svg,
.wellness-hero--concept .wellness-metric-card__icon--shield svg {
    fill: none;
}

.wellness-hero--concept .wellness-metric-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.wellness-hero--concept .wellness-metrics strong {
    display: block;
    margin: 0;
    color: #fffaf4;
    font-size: 1.14rem;
    line-height: 1.22;
    font-weight: 700;
}

.wellness-hero--concept .wellness-metrics strong span {
    display: inline;
}

.wellness-hero--concept .wellness-metrics span {
    color: rgba(255, 244, 232, 0.88);
    font-size: 0.95rem;
    line-height: 1.42;
}

@media (min-width: 768px) {
    .wellness-hero--concept .wellness-hero__inner {
        width: min(1280px, calc(100% - 4rem));
        grid-template-rows: minmax(0, 1fr) auto;
        align-items: center;
        gap: 2.2rem;
        padding: 7.6rem 0 2.35rem;
    }

    .wellness-hero--concept .wellness-hero__grid {
        align-items: center;
    }

    .wellness-hero--concept .wellness-hero__copy--concept {
        max-width: 34rem;
    }

    .wellness-hero--concept .wellness-hero__copy--concept h1 {
        font-size: clamp(4.65rem, 8vw, 5.9rem);
        line-height: 0.91;
    }

    .wellness-hero--concept .wellness-hero-copy--lead {
        max-width: 31ch;
        margin-top: 1.35rem;
        font-size: 1.04rem;
        line-height: 1.6;
    }

    .wellness-hero--concept .wellness-actions {
        flex-wrap: nowrap;
        gap: 0.85rem;
        margin-top: 1.65rem;
    }

    .wellness-hero--concept .wellness-actions .button {
        flex: 0 0 auto;
        min-width: 11.5rem;
        min-height: 3.25rem;
        height: 3.25rem;
    }

    .wellness-hero--concept .wellness-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .wellness-hero--concept .wellness-metrics article {
        min-height: 6.25rem;
        padding: 1.15rem 1.05rem;
        border-radius: 1.35rem;
        gap: 0.85rem;
    }

    .wellness-hero--concept .wellness-metric-card__icon {
        width: 3rem;
        height: 3rem;
    }

    .wellness-hero--concept .wellness-metrics strong {
        font-size: 1rem;
    }

    .wellness-hero--concept .wellness-metrics span {
        font-size: 0.84rem;
        line-height: 1.34;
    }
}

@media (min-width: 1024px) {
    .wellness-hero--concept .wellness-hero__stage {
        background-position: center center;
    }

    .wellness-hero--concept .wellness-hero__inner {
        width: min(1280px, calc(100% - 4rem));
        grid-template-rows: minmax(0, 1fr) auto;
        align-items: center;
        gap: clamp(2.4rem, 4.2vw, 4.6rem);
        padding: 7.4rem 0 clamp(2.4rem, 4vw, 4rem);
    }

    .wellness-hero--concept .wellness-hero__copy--concept {
        max-width: 41rem;
    }

    .wellness-hero--concept .wellness-hero__copy--concept h1 {
        font-size: clamp(5.15rem, 6vw, 7rem);
        line-height: 0.92;
    }

    .wellness-hero--concept .wellness-hero-copy--lead {
        max-width: 33ch;
        margin-top: 1.7rem;
        font-size: 1.08rem;
        line-height: 1.65;
    }

    .wellness-hero--concept .wellness-actions {
        margin-top: 2rem;
        gap: 0.95rem;
    }

    .wellness-hero--concept .wellness-actions .button {
        min-height: 3.35rem;
        height: 3.35rem;
        padding-inline: 1.8rem;
    }

    .wellness-hero--concept .wellness-metrics {
        gap: 1.25rem;
    }

    .wellness-hero--concept .wellness-metrics article {
        min-height: 6.5rem;
        padding: 1.35rem 1.45rem;
        border-radius: 1.45rem;
    }

    .wellness-hero--concept .wellness-metric-card__icon {
        width: 3.3rem;
        height: 3.3rem;
    }

    .wellness-hero--concept .wellness-metrics strong {
        font-size: 1.08rem;
    }

    .wellness-hero--concept .wellness-metrics span {
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
    .site-wellness .navbar {
        background: rgba(251, 247, 240, 0.96);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .site-wellness .nav-inner {
        min-height: 68px;
        padding: 1.15rem 0;
    }

    .site-wellness .brand {
        max-width: 72px;
        margin-left: 0.45rem;
    }

    .site-wellness .brand__logo {
        height: 56px;
    }

    .site-wellness .nav-toggle {
        width: 2.5rem;
        height: 2.5rem;
        color: #6b4f39;
    }

    .site-wellness .nav-toggle svg {
        width: 1.8rem;
        height: 1.8rem;
        stroke-width: 2.1;
    }

    .wellness-hero--concept {
        position: relative;
        z-index: 0;
    }

    .wellness-hero--concept .container {
        width: 100%;
    }

    .wellness-hero--concept .wellness-hero__stage {
        min-height: 100svh;
        background:
            linear-gradient(180deg, rgba(15, 10, 7, 0.72) 0%, rgba(26, 17, 11, 0.52) 38%, rgba(18, 12, 8, 0.78) 100%),
            linear-gradient(90deg, rgba(20, 13, 9, 0.42), rgba(20, 13, 9, 0.18)),
            url("../img/home-hero-wellness-full.webp") 59% center / cover no-repeat;
        clip-path: polygon(0 0, 100% 0, 100% 96.5%, 50% 99%, 0 96.5%);
    }

    .wellness-hero--concept .wellness-hero__inner {
        grid-template-rows: auto auto;
        align-content: center;
        justify-items: center;
        gap: 1.55rem;
        width: min(100%, calc(100% - 2.1rem));
        min-height: 100svh;
        margin-inline: auto;
        padding: 6.15rem 0 2.15rem;
    }

    .wellness-hero--concept .wellness-hero__grid {
        justify-items: center;
        margin-inline: auto;
    }

    .wellness-hero--concept .wellness-hero__copy--concept {
        align-items: center;
        width: 100%;
        max-width: min(100%, 21rem);
        margin-inline: auto;
        text-align: center;
    }

    .wellness-hero--concept .wellness-hero__eyebrow {
        font-size: 0.72rem;
        letter-spacing: 0.16em;
    }

    .wellness-hero--concept .wellness-hero__eyebrow::after {
        width: 4.8rem;
        margin: 0.72rem auto 0;
        background: linear-gradient(90deg, rgba(224, 171, 97, 0.1), rgba(224, 171, 97, 0.95), rgba(224, 171, 97, 0.1));
    }

    .wellness-hero--concept .wellness-hero__copy--concept h1 {
        max-width: none;
        margin-top: 1.05rem;
        font-size: clamp(2.72rem, 11.2vw, 3.7rem);
        line-height: 0.96;
        letter-spacing: -0.035em;
        text-wrap: initial;
    }

    .wellness-hero--concept .wellness-hero__line {
        display: block;
        white-space: nowrap;
    }

    .wellness-hero--concept .wellness-hero-copy--lead {
        max-width: 31ch;
        margin-top: 1.35rem;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .wellness-hero--concept .wellness-actions {
        width: min(100%, 17rem);
        flex-direction: column;
        align-items: center;
        gap: 0.52rem;
        margin: 1.45rem auto 0;
    }

    .wellness-hero--concept .wellness-actions .button {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        min-height: 3.05rem;
        height: 3.05rem;
        max-height: 3.05rem;
        border-radius: 0.82rem;
        font-size: 0.92rem;
    }

    .wellness-hero--concept .wellness-metrics {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        gap: 0.5rem;
        width: min(100%, 18rem);
        margin: 0.2rem auto 0;
        align-items: stretch;
    }

    .wellness-hero--concept .wellness-metrics article {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        justify-content: stretch;
        gap: 0.7rem;
        width: 100%;
        min-width: 0;
        max-width: 18rem;
        min-height: 0;
        padding: 0.66rem 0.78rem;
        border-radius: 0.9rem;
        background: linear-gradient(180deg, rgba(92, 61, 39, 0.56), rgba(138, 94, 56, 0.36));
        box-shadow: 0 18px 30px rgba(8, 5, 3, 0.14);
    }

    .wellness-hero--concept .wellness-metric-card__icon {
        width: 2.25rem;
        height: 2.25rem;
        flex: 0 0 auto;
    }

    .wellness-hero--concept .wellness-metric-card__icon svg {
        width: 0.88rem;
        height: 0.88rem;
    }

    .wellness-hero--concept .wellness-metric-card__body {
        gap: 0.15rem;
        width: 100%;
    }

    .wellness-hero--concept .wellness-metrics strong {
        font-size: 0.78rem;
        line-height: 1.16;
    }

    .wellness-hero--concept .wellness-metrics strong span {
        display: block;
    }

    .wellness-hero--concept .wellness-metrics span {
        font-size: 0.66rem;
        line-height: 1.3;
    }

    .wellness-hero + .wellness-method {
        margin-top: 0;
    }

    .wellness-method {
        position: relative;
        z-index: 1;
        padding-top: 1.6rem;
    }
}

@media (max-width: 389px) {
    .wellness-hero--concept .wellness-hero__copy--concept {
        max-width: min(100%, 19rem);
    }

    .wellness-hero--concept .wellness-hero__copy--concept h1 {
        font-size: clamp(2.45rem, 12.8vw, 3.35rem);
    }

    .wellness-hero--concept .wellness-hero-copy--lead {
        max-width: 25ch;
        margin-top: 1.05rem;
        font-size: 0.82rem;
    }

    .wellness-hero--concept .wellness-actions {
        width: min(100%, 16rem);
    }

    .wellness-hero--concept .wellness-metrics {
        display: grid;
        gap: 0.5rem;
        width: min(100%, 16.75rem);
        overflow: visible;
        padding-bottom: 0;
    }

    .wellness-hero--concept .wellness-metrics article {
        max-width: 16.75rem;
        padding: 0.68rem 0.78rem;
    }

    .wellness-hero--concept .wellness-metrics strong {
        font-size: 0.76rem;
    }

    .wellness-hero--concept .wellness-metrics span {
        font-size: 0.64rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wellness-portfolio-carousel__slide.is-active {
        animation: none;
    }
}

.site-wellness {
    --wellness-viewport-section-min-height: 100svh;
}

@media (max-aspect-ratio: 1 / 1) {
    .site-wellness {
        --wellness-viewport-section-min-height: clamp(32rem, calc((100svh + 100vw) / 2), 100svh);
    }

    .site-wellness :is(
        .wellness-screen,
        .wellness-hero__stage,
        .wellness-hero__inner,
        .wellness-product-slider,
        .wellness-product-slider__viewport,
        .wellness-product-slide__image,
        .wellness-product-slide__copy,
        .wellness-final,
        .wellness-about-hero,
        .wellness-about-hero__overlay
    ) {
        min-height: var(--wellness-viewport-section-min-height);
    }

    .site-wellness :is(.wellness-strip, .wellness-strip__media) {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .site-wellness .content-page {
        padding-top: 6.75rem;
    }

    .site-wellness .content-page__hero,
    .site-wellness .content-page__panel {
        border-radius: 22px;
    }

    .privacy-policy-layout {
        display: flex;
        flex-direction: column;
    }

    .privacy-policy-index {
        position: static;
        width: 100%;
    }

    .privacy-policy-index nav {
        display: grid;
        grid-template-columns: 1fr;
    }

    .privacy-policy-section {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 1.2rem;
    }

    .privacy-policy-section__number {
        font-size: 1.85rem;
    }

    .privacy-policy-section__content h2 {
        font-size: 1.45rem;
    }

    .privacy-cookie-table td {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}

/* Cookie notice */
.cookie-consent[hidden],
.cookie-preferences[hidden] {
    display: none !important;
}

.cookie-consent {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2600;
    padding: 0.85rem;
    opacity: 0;
    transform: translateY(0.75rem);
    transition: opacity 240ms ease, transform 240ms ease;
    pointer-events: none;
}

.cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.cookie-consent__bar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: min(1380px, 100%);
    margin: 0 auto;
    padding: 1rem;
    background: #2c2018;
    border: 1px solid rgba(245, 239, 228, 0.14);
    color: #f9f1e5;
    box-shadow: 0 22px 70px rgba(15, 11, 8, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.cookie-consent__copy {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    color: rgba(249, 241, 229, 0.92);
    font-size: 0.98rem;
    line-height: 1.55;
}

.cookie-consent__copy a {
    color: #e7bc80;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
    justify-content: flex-start;
}

.site-wellness .cookie-consent__button {
    min-width: 9rem;
    border-radius: 0;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.site-wellness .cookie-consent__button.button-secondary {
    background: transparent;
    border-color: rgba(245, 239, 228, 0.34);
    color: #fff8ee;
}

.site-wellness .cookie-consent__button.button-secondary:is(:hover, :focus-visible) {
    background: rgba(245, 239, 228, 0.08);
    border-color: rgba(231, 188, 128, 0.76);
    color: #fff8ee;
}

.site-wellness .cookie-consent__button.button-primary {
    background: #e7bc80;
    border-color: #e7bc80;
    color: #201812;
}

.site-wellness .cookie-consent__button.button-primary:is(:hover, :focus-visible) {
    background: #f0c98e;
    border-color: #f0c98e;
    color: #201812;
}

.cookie-preferences {
    position: fixed;
    inset: 0;
    z-index: 2700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.cookie-preferences__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 23, 28, 0.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cookie-preferences__dialog {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(760px, 100%);
    max-height: min(760px, calc(100dvh - 2rem));
    background: rgba(255, 250, 242, 0.98);
    border: 1px solid rgba(71, 52, 39, 0.16);
    color: var(--wellness-text);
    box-shadow: 0 28px 86px rgba(18, 13, 9, 0.32);
    outline: none;
    overflow: hidden;
}

.cookie-preferences__header,
.cookie-preferences__footer {
    flex: 0 0 auto;
    display: flex;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    background: rgba(255, 250, 242, 0.96);
}

.cookie-preferences__header {
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(71, 52, 39, 0.12);
}

.cookie-preferences__header h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 0.98;
}

.cookie-preferences__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid rgba(71, 52, 39, 0.16);
    background: transparent;
    color: var(--wellness-accent-dark);
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
}

.cookie-preferences__close:is(:hover, :focus-visible) {
    background: rgba(143, 100, 64, 0.1);
    outline: none;
    box-shadow: var(--focus-ring);
}

.cookie-preferences__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 1.35rem;
}

.cookie-preferences__intro {
    margin: 0 0 1.15rem;
    color: var(--wellness-muted);
    line-height: 1.65;
}

.cookie-preferences__list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.cookie-preferences__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 108px;
    padding: 1rem;
    border: 1px solid rgba(71, 52, 39, 0.14);
    background: rgba(245, 239, 228, 0.48);
}

.cookie-preferences__item h3 {
    margin: 0 0 0.38rem;
    color: var(--wellness-accent-dark);
    font-size: 1rem;
}

.cookie-preferences__item p {
    margin: 0;
    color: var(--wellness-muted);
    line-height: 1.5;
}

.cookie-preferences__locked {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(143, 100, 64, 0.24);
    color: var(--wellness-accent-dark);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cookie-switch {
    flex: 0 0 auto;
    display: inline-flex;
    cursor: pointer;
}

.cookie-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cookie-switch__visual {
    position: relative;
    width: 58px;
    height: 34px;
    border: 1px solid rgba(143, 100, 64, 0.24);
    background: rgba(255, 253, 248, 0.92);
}

.cookie-switch__visual::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px;
    height: 22px;
    background: rgba(143, 100, 64, 0.72);
    transition: transform 220ms ease, background 220ms ease;
}

.cookie-switch input:checked + .cookie-switch__visual::before {
    transform: translateX(24px);
    background: var(--wellness-accent-dark);
}

.cookie-switch input:focus-visible + .cookie-switch__visual {
    box-shadow: var(--focus-ring);
}

.cookie-preferences__footer {
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid rgba(71, 52, 39, 0.12);
}

.site-wellness .cookie-preferences__footer .button {
    border-radius: 0;
    font-weight: 800;
}

@media (min-width: 900px) {
    .cookie-consent {
        padding: 1.1rem 2rem;
    }

    .cookie-consent__bar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 1.35rem 1.6rem;
    }

    .cookie-consent__copy {
        max-width: none;
        font-size: 1rem;
    }

    .cookie-consent__actions {
        flex: 0 0 auto;
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .cookie-consent {
        padding: 0.65rem;
    }

    .cookie-consent__bar {
        gap: 0.85rem;
        padding: 0.9rem;
    }

    .cookie-consent__copy {
        font-size: 0.92rem;
    }

    .cookie-consent__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 0.55rem;
    }

    .site-wellness .cookie-consent__button {
        width: 100%;
        min-width: 0;
        padding-inline: 0.75rem;
    }

    .site-wellness .cookie-consent__button.button-primary {
        grid-column: 1 / -1;
    }

    .cookie-preferences {
        align-items: stretch;
        padding: 0;
    }

    .cookie-preferences__dialog {
        width: 100%;
        max-height: 100dvh;
    }

    .cookie-preferences__header,
    .cookie-preferences__footer,
    .cookie-preferences__body {
        padding-inline: 1rem;
    }

    .cookie-preferences__header h2 {
        font-size: 2.15rem;
    }

    .cookie-preferences__item {
        align-items: flex-start;
        min-height: 0;
        padding: 0.9rem;
    }

    .cookie-preferences__locked,
    .cookie-switch {
        margin-top: 0.15rem;
    }

    .cookie-preferences__footer {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cookie-preferences__footer .button {
        width: 100%;
    }
}
