/** Shopify CDN: Minification failed

Line 64:17 Expected identifier but found bad string token
Line 64:19 Unterminated string token
Line 1533:21 Expected identifier but found bad string token
Line 1533:23 Unterminated string token
Line 2076:21 Expected identifier but found bad string token
Line 2076:23 Unterminated string token

**/
:root {
    /* Font Families */
    --font-primary: "Inter", sans-serif;
    --font-secondary: "DM Sans", sans-serif;
    --font-heading: "Cormorant Garamond", serif;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

body {
    font-family: var(--font-secondary);
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--font-heading);
}

btn{
    font-family: var(--font-primary);
}
a.navbar-brand img {
    width: 80px;
    height: auto;
}

ul {
    padding: 0;
    list-style: none;
}

.home-banner{
    background-image: var(--banner-bg-image);
    height: 100vh;
    min-height: 800px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    align-items : flex-start;
    align-self: stretch;
    column-gap: 36px;
    display: flex;
    flex-basis: 200px;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    padding: 120px 0 80px;;;;
    position: relative;
    row-gap: 36px;
    ;z-index: 0;;';
}

header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

a.nav-link {
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-primary);
    padding-right: 10px !important;
    padding-left: 10px !important;
}

section.home-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#0f0c0aa6,#0f0c0a00 40%);
    left: 0;
    top: 0;
}

section.home-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0f0c0ad9, #0f0c0a99 30%, #0f0c0a40 60%, #0f0c0a0d);
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.banner-content .tag{
    color: #c9a882;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .18em;
    line-height: 1.2;
    margin-bottom: 24px;
    display: inline-block;
}

.banner-content {
    position: relative;
    z-index: 1;
    padding-left: 88px;
}

.banner-content h1 {
    color: #f5f0e8;
    font-size: 104px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.05;
    margin-bottom: 24px;
}

.banner-content p {
    color: #f6f1eaa6;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    max-width: 480px;
    position: relative;
    text-align: start;
    margin-bottom: 30px;
}

.btn-white {
    align-items: center;
    background: #fffaf0;
    border-radius: 100px;
    padding: 15px 36px;
    position: relative;
    transition-duration: .2s;
    transition-property: color, background-color, fill, opacity, transform, border, box-shadow, left, backdrop-filter, filter;
    transition-timing-function: ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    color: #1c1612;
    line-height: 16.1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-white-border{
    align-items: center;
    background: transparent;
    border-radius: 100px;
    padding: 15px 36px;
    position: relative;
    transition-duration: .2s;
    transition-property: color, background-color, fill, opacity, transform, border, box-shadow, left, backdrop-filter, filter;
    transition-timing-function: ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    border: 1px solid rgba(255,250,240,.7);
    line-height: 16.1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-wrapper {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.lower-banner {
    align-content: center;
    align-items: center;
    border: solid hsla(37, 39%, 94%, .15);
    border-width: 1px 0 0;
    bottom: 0;
    column-gap: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    left: 0;
    padding: 20px 88px;
    position: absolute;
    right: 0;
    row-gap: 0;
    z-index: 2;
}

.lower-banner ul {
    display: flex;
    margin: 0;
}

.lower-banner ul li {
    color: #fffaf0b3;
    font-size: 12px;
    letter-spacing: .12em;
    padding: 6px 20px 6px 0;
    text-transform: uppercase;
    position: relative;
    margin-right: 16px;
}

.lower-banner ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #c9a882b3;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: 14px;
}

span.svg-wrapper {
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
}

.top-right ul li a {
    display: block;
    text-decoration: none;
    position: relative;
}

span.svg-wrapper svg {
    width: 1.375rem;
    height: 1.375rem;
}

.top-right ul {
    margin: 0;
}

ul.navbar-nav li {
    margin: 0px 4px;
}

.top-right ul {
    display: flex;
}

header:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: -100px;
    z-index: 0;
    transition: all 0.4s ease;
}

header:hover:before, header.site-header.sticky:before {
    top: 0;
}

header:hover a, header.site-header.sticky a, .dark-heading header a {
    color: black !important;
}

header:hover a span.svg-wrapper, header.site-header.sticky span.svg-wrapper, .dark-heading span.svg-wrapper{
    color: black;
}

img.logo-dark {
    position: absolute;
    left: 0;
    opacity: 0;
}

header:hover img.logo-dark, header.site-header.sticky img.logo-dark, .dark-heading img.logo-dark{
    opacity: 1;
}

header:hover img.logo{
    opacity: 0;
}

.btn-white:hover {
    background: #d4b987;
    transform: scale(1.02);
}

.btn-white-border:hover {
    border: 1px solid #fffaf0;
    background: #fffaf01a;
    transform: scale(1.02);
    color: white;
}

.trust-bar {
    background: #fcf9f5;
    border-top: 1px solid hsla(32, 40%, 65%, .18);
    border-bottom: 1px solid hsla(32, 40%, 65%, .18);
    padding: 26px 0;
}

.trust-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    gap: 0;
}

.trust-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    position: relative;
}

/* divider line between items */
.trust-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: hsla(32, 40%, 65%, .35);
}

.trust-icon {
    color: hsla(32, 40%, 65%, .9);
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

.trust-text {
    color: rgba(60, 52, 46, .75);
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Tablet */
@media (max-width: 768px) {
    .trust-item {
        padding: 0 20px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .trust-bar {
        padding: 20px 24px;
    }

    .trust-list {
        justify-content: center;
    }

    .trust-item {
        width: 50%;
        justify-content: center;
        padding: 8px 0;
    }

    /* remove vertical dividers on mobile since items wrap */
    .trust-item:not(:last-child)::after {
        display: none;
    }

    .trust-text {
        font-size: 10px;
    }
}

.ticker-bar {
    background: #c9a882;
    height: 52px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ticker-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: ticker-scroll 50s linear infinite;
}

/* pause on hover */
.ticker-bar:hover .ticker-track {
    animation-play-state: paused;
}

.ticker-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 0;
    column-gap: 32px;
}

/* gap between the two copies so it reads continuously */
.ticker-list + .ticker-list {
    margin-left: 32px;
}

.ticker-item {
    color: #f5f0e8;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ticker-diamond {
    color: #e8ddd0;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .ticker-bar {
        height: 44px;
    }

    .ticker-list {
        column-gap: 24px;
    }

    .ticker-list + .ticker-list {
        margin-left: 24px;
    }

    .ticker-item {
        font-size: 11px;
    }

    .ticker-diamond {
        font-size: 8px;
    }
}

/* ===== Global Section Heading ===== */
.section-heading h6 {
    color: #c9a882;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.section-heading h2 {
    color: #0f0c0b;
    font-family: var(--font-heading);
    font-size: 76px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.05;
    margin: 0;
}

.inner-pathways .section-heading h2 em {
    font-style: italic;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .section-heading h2 { font-size: 60px; }
}
@media (max-width: 768px) {
    .section-heading h2 { font-size: 48px; }
}
@media (max-width: 575px) {
    .section-heading h6 { font-size: 11px; }
    .section-heading h2 { font-size: 40px; }
}

/* ===== Wellness Pathways ===== */
.pathways {
    background: #f9f5f0;
    padding: 120px 0;
}

.pathways-head {
    margin-bottom: 64px;
}

.pathways-intro {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.6;
    max-width: 480px;
    margin: 0;
}

/* Grid wrappers */
.pathways-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pathways-top {
    display: flex;
    gap: 16px;
    height: 620px;
}

.path-card--tall {
    width: 55%;
}

.pathways-top-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pathways-top-right .path-card {
    flex: 1;
}

.pathways-bottom {
    display: flex;
    gap: 16px;
}

.path-card--sm {
    flex: 1;
    height: 380px;
}

/* Card base */
.path-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
}

.path-card:hover {
    transform: scale(1.02);
    box-shadow: 0 16px 40px -8px rgba(28, 22, 18, .25);
}

.path-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(15,12,8,.88), rgba(15,12,8,.4) 40%, rgba(15,12,8,0) 70%);
    z-index: 0;
}

.path-content {
    position: relative;
    z-index: 1;
    padding: 24px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.path-eyebrow {
    color: hsla(37, 39%, 94%, .75);
    font-family: var(--font-secondary);
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

.path-eyebrow em { font-style: italic; }

.path-content h3 {
    color: #f5f0e8;
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.path-card--sm .path-content h3,
.pathways-top-right .path-content h3 {
    font-size: 30px;
}

.path-tag {
    color: hsla(37, 39%, 94%, .65);
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .08em;
    line-height: 1.3;
    margin: 0;
}

.path-link {
    color: hsla(37, 39%, 94%, .8);
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.4;
    margin-top: 4px;
}

.path-card:hover .path-link {
    text-decoration: underline;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .pathways { padding: 100px 0; }
    .pathways-head { margin-bottom: 56px; }
    .pathways-top { height: 560px; }
    .path-card--sm { height: 340px; }
}

@media (max-width: 768px) {
    .pathways { padding: 80px 0; }
    .pathways-intro { max-width: 100%; }

    /* stack tall + right column */
    .pathways-top { flex-direction: column; height: auto; }
    .path-card--tall { width: 100%; height: 420px; }
    .pathways-top-right { width: 100%; flex-direction: row; }
    .pathways-top-right .path-card { height: 320px; }

    /* bottom three stack */
    .pathways-bottom { flex-direction: column; }
    .path-card--sm { height: 320px; }
}

@media (max-width: 575px) {
    .pathways { padding: 60px 0; }
    .path-card--tall { height: 400px; }
    .pathways-top-right { flex-direction: column; }
    .pathways-top-right .path-card { height: 320px; }
    .path-card--sm { height: 360px; }
}

section.pathways .container {
    padding: 0 60px;
}

/* ===== Wellness Path ===== */
.wellness-path {
    background: #f5ece2;
    padding: 120px 0;
}

/* centered heading modifier */
.section-heading--center {
    text-align: center;
}
.section-heading--center .wp-sub {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 17px;
    line-height: 1.6;
    margin: 20px auto 0;
    max-width: 560px;
}
.wp-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: #c9a882;
    margin: 28px auto 0;
}

/* Tabs */
.wp-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
    list-style: none;
    margin: 56px 0 40px;
    padding: 0;
}
.wp-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0 0 14px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border-color .25s ease, opacity .25s ease;
    opacity: .55;
}
.wp-tab:hover { opacity: .85; }
.wp-tab.active {
    opacity: 1;
    border-bottom-color: #c9a882;
}
.wp-tab-title {
    color: #2a2320;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.wp-tab.active .wp-tab-title { color: #1a1614; }
.wp-tab-sub {
    color: #a89684;
    font-family: var(--font-secondary);
    font-size: 12px;
    letter-spacing: .04em;
    line-height: 1.2;
}

/* Panels */
.wp-panel { display: none; }
.wp-panel.active { display: block; animation: wp-fade .4s ease; }
@keyframes wp-fade {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.wp-tagline {
    text-align: center;
    color: #6b5d52;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 48px;
}

/* Product cards */
.wp-products {margin-bottom: 8px;justify-content: center;}
.wp-card {
    display: block;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
    border-radius: 12px;
    box-shadow: 0 4px 16px #0000000a;
}
.wp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -12px rgba(40, 30, 22, .18);
}
.wp-card-img {
    height: 420px;
    background: #f7f2ec;
    border-radius: 12px;
    overflow: hidden;
}
.wp-card-body {
    padding: 24px 26px 30px;
}
.wp-card-cat {
    color: #c9a882;
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.wp-card-body h4 {
    color: #1a1614;
    font-family: var(--font-heading);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 8px;
    /* min-height: 55px; */
}
.wp-card-price {
    font-family: var(--font-secondary);
    margin: 0 0 8px;
    color: #8a7a6e;
    font-size: 14px;
    font-weight: 400;
}
.wp-card-link {
    font-family: var(--font-secondary);
    color: #3c342eb3;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
}
.wp-card:hover .wp-card-link { text-decoration: underline; }

.wp-viewall {
    text-align: center;
    margin-top: 40px;
}
.wp-viewall a {
    color: #8a7358;
    font-family: var(--font-secondary);
    font-size: 14px;
    text-decoration: none;
}
.wp-viewall a:hover { text-decoration: underline; }

/* Closing CTA */
.wp-cta {
    text-align: center;
    margin-top: 88px;
}
.wp-cta-text {
    color: #4a4038;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 22px;
    line-height: 1.5;
    margin: 28px 0 32px;
}
.wp-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.btn-primary-dark {
    background: #1a1614;
    color: #f5f0e8;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 500;
    padding: 16px 32px;
    border-radius: 2px;
    text-decoration: none;
    transition: background .25s ease;
}
.btn-primary-dark:hover {background: #2f2723;color: white;}
.btn-outline-dark {
    background: transparent;
    color: #1a1614;
    border: 1px solid #b8a48c;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 500;
    padding: 16px 32px;
    border-radius: 2px;
    text-decoration: none;
    transition: background .25s ease, border-color .25s ease;
}
.btn-outline-dark:hover {
    background: rgba(26,22,20,.04);
    border-color: #1a1614;
    color: black;
}

/* Responsive */
@media (max-width: 1024px) {
    .wellness-path { padding: 100px 0; }
    .wp-tab { padding: 0 18px 14px; }
    .wp-card-img { height: 360px; }
}
@media (max-width: 768px) {
    .wellness-path { padding: 80px 0; }
    .wp-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 0;
        -webkit-overflow-scrolling: touch;
    }
    .wp-tab { flex: 0 0 auto; padding: 0 16px 12px; }
    .wp-card-body h4 { min-height: auto; }
    .wp-card { margin-bottom: 20px; }
}
@media (max-width: 575px) {
    .wellness-path { padding: 60px 0; }
    .wp-card-img { height: 340px; }
    .wp-cta-buttons { flex-direction: column; }
    .btn-primary-dark, .btn-outline-dark { width: 100%; text-align: center; }
}

section.wellness-path .container {
    padding: 0 60px;
    max-width: 1300px;
}

.wp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Transformation (split) ===== */
.transform {
    background: #f7f2ec;
}

.transform-inner {
    display: flex;
    align-items: stretch;
    min-height: 680px;
}

/* Left image */
.transform-media {
    width: 55%;
    overflow: hidden;
    min-height: 680px;
    max-height: 680px;
}
.transform-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right content */
.transform-content {
    width: 45%;
    display: flex;
    align-items: center;
    padding: 80px 80px;
    padding-right: 0;
}
.transform-content-inner {
    max-width: 100%;
}

.transform-eyebrow {
    color: #c9a882;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin: 0 0 28px;
}

.transform-heading h2 {
    font-family: var(--font-heading);
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: -.01em;
    margin: 0;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 58px;
    letter-spacing: -.02em;
    line-height: 1.15;
}
.transform-heading h2 em {
    font-style: italic;
    font-weight: 500;
    color: #2a2320;
}

.transform-body {
    font-family: var(--font-secondary);
    font-size: 17px;
    line-height: 1.7;
    margin: 32px 0 36px;
    max-width: 420px;
    color: #645848d9;
}

.transform-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-heading);
    text-decoration: none;
    border-bottom: 1px solid #1a1614;
    padding-bottom: 3px;
    transition: gap .25s ease, opacity .25s ease;
    color: #2a241c;
    font-size: 18px;
    font-weight: 600;
}
.transform-link svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.transform-link:hover {
    gap: 18px;
    opacity: .75;
}

/* Responsive */
@media (max-width: 1024px) {
    .transform-inner { min-height: 560px; }
    .transform-content { padding: 64px 56px; }
    .transform-heading h2 { font-size: 42px; }
}

@media (max-width: 768px) {
    .transform-inner {
        flex-direction: column;
        min-height: 0;
    }
    .transform-media {
        width: 100%;
        height: 380px;
    }
    .transform-content {
        width: 100%;
        padding: 48px 32px 56px;
    }
    .transform-content-inner { max-width: 100%; }
    .transform-heading h2 { font-size: 38px; }
}

@media (max-width: 575px) {
    .transform-media { height: 300px; }
    .transform-content { padding: 40px 24px 48px; }
    .transform-heading h2 { font-size: 32px; }
    .transform-body { font-size: 15px; }
}

/* ===== The Hello Foxi Difference ===== */
.difference {
    position: relative;
    background: #12100d;
    overflow: hidden;
    padding: 120px 0 90px;
}

.difference-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    mix-blend-mode: luminosity;
    opacity: .22;
}
.difference-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(circle,#12100d2e 0,#12100de0);
}
.difference-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.difference-eyebrow {
    color: #c9a26a;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .24em;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.difference-heading h2 {
    color: #f5f0e8;
    font-family: var(--font-heading);
    font-weight: 600;
    margin: 0;
    font-size: 72px;
    letter-spacing: -.02em;
    line-height: 1.25;
}
.difference-gold em {
    color: #c9a26a;
    font-style: italic;
    font-weight: 500;
}

.difference-divider {
    display: block;
    width: 80px;
    height: 1px;
    background: #c9a96e99;
    margin: 48px auto;
}

.difference-body {
    font-family: var(--font-secondary);
    line-height: 1.75;
    max-width: 540px;
    margin: 0 auto 80px;
    color: #f6f1eabf;
    font-size: 18px;
    font-weight: 300;
}

/* Feature row */
.difference-features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}
.diff-feature {
    flex: 1;
    max-width: 220px;
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.diff-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 35px;
    width: 1px;
    height: 40px;
    background: #f6f1ea26;
}
.diff-icon {
    color: #c9a26a;
    display: inline-flex;
    margin-bottom: 16px;
}
.diff-icon svg {
    width: 26px;
    height: 26px;
}
.diff-feature h5 {
    font-family: var(--font-secondary);
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 8px;
    color: #f6f1ead9;
    font-weight: 600;
    letter-spacing: .15em;
    font-size: 12px;
}
.diff-feature p {
    color: rgba(180, 168, 156, .7);
    font-family: var(--font-secondary);
    font-style: italic;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .difference { padding: 100px 0 80px; }
    .difference-heading h2 { font-size: 48px; }
}

@media (max-width: 768px) {
    .difference { padding: 80px 0 64px; }
    .difference-heading h2 { font-size: 38px; }
    .difference-body { font-size: 16px; margin-bottom: 56px; }

    .difference-features { gap: 32px 0; }
    .diff-feature {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* remove dividers, use every-2nd-item logic off */
    .diff-feature::after { display: none; }
}

@media (max-width: 575px) {
    .difference-heading h2 { font-size: 30px; }
    .difference-eyebrow { font-size: 11px; letter-spacing: .18em; }
    .diff-feature {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.difference-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Journey CTA Hero ===== */
.journey {
    position: relative;
    background: #1a120c;
    overflow: hidden;
    min-height: 780px;
    display: flex;
    align-items: center;
    border-bottom: 124px solid #16120e;
}

.journey-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.journey-overlay {
    position: absolute;
    inset: 0;
    background: #0f0c0bad;
    z-index: 1;
}
.journey-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 140px 40px 140px 80px;
}
.journey-content {
    max-width: 560px;
}

.journey-eyebrow {
    color: #c9a26a;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .24em;
    text-transform: uppercase;
    margin: 0 0 36px;
}

.journey-heading h2 {
    color: #f5f0e8;
    font-family: var(--font-heading);
    font-size: 68px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.01em;
    margin: 0;
}
.journey-gold em {
    color: #cbÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨;
    color: #cbaa74;
    font-style: italic;
    font-weight: 500;
}

.journey-divider {
    display: block;
    width: 72px;
    height: 1px;
    background: rgba(201, 162, 106, .7);
    margin: 36px 0;
}

.journey-sub {
    font-family: var(--font-secondary);
    font-style: italic;
    line-height: 1.7;
    max-width: 480px;
    margin: 0 0 40px;
    color: #f6f1eaa6;
    font-size: 18px;
    font-weight: 300;
}

.journey-btn {
    display: inline-block;
    background: #f5f0e8;
    color: #1a1614;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.45px;
    padding: 17px 40px;
    border-radius: 40px;
    text-decoration: none;
    transition: background .25s ease, transform .25s ease;
}
.journey-btn:hover {
    background: #c9a96e;
    transform: translateY(-2px);
    color: #1a1614;
}

.journey-note {
    font-family: var(--font-secondary);
    margin: 22px 0 0;
    color: #f6f1ea73;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 1024px) {
    .journey { min-height: 680px; }
    .journey-heading h2 { font-size: 56px; }
}

@media (max-width: 768px) {
    .journey {
        min-height: 0;
        padding: 100px 0;
    }
    .journey-heading h2 { font-size: 46px; }
    .journey-overlay {
        background: linear-gradient(180deg, rgba(20,14,8,.55), rgba(20,14,8,.75));
    }
}

@media (max-width: 575px) {
    .journey { padding: 80px 0; }
    .journey-heading h2 { font-size: 36px; }
    .journey-sub { font-size: 16px; }
    .journey-btn { width: 100%; text-align: center; }
}

.journey-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.brown-bg {
    background: #16120e;
    height: 124px;
}

/* ===== Newsletter ===== */
.newsletter {
    background: #fff;
    padding: 30px 0;
    border-top: 1px solid #efe9e1;
}

.newsletter-text h3 {
    color: rgb(0 0 0 / 0.81);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 6px;
}
.newsletter-text p {
    color: #000000cf;
    font-family: var(--font-secondary);
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
}

.newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
}
.newsletter-input {
    width: 100%;
    background: #fff;
    border: 1px solid #d8d2c9;
    border-radius: 40px;
    padding: 20px 60px 20px 28px;
    font-family: var(--font-secondary);
    font-size: 15px;
    color: #1a1614;
    outline: none;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.newsletter-input::placeholder {
    color: #9a9views;
    color: #9a938a;
}
.newsletter-input:focus {
    border-color: #b8a48c;
    box-shadow: 0 0 0 3px rgba(201, 168, 130, .12);
}
.newsletter-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #1a1614;
    cursor: pointer;
    border-radius: 50%;
    transition: background .25s ease, transform .25s ease;
}
.newsletter-submit svg {
    width: 20px;
    height: 20px;
}
.newsletter-submit:hover {
    background: #f2ede5;
    transform: translateY(-50%) translateX(2px);
}

/* Responsive */
@media (max-width: 991px) {
    .newsletter-form {
        margin-left: 0;
        margin-top: 24px;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .newsletter { padding: 44px 0; }
    .newsletter-text h3 { font-size: 22px; }
    .newsletter-input { padding: 17px 56px 17px 22px; }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: transform .4s ease, background-color .3s ease, box-shadow .3s ease;
    will-change: transform;
}

.site-header.header-hidden {
    transform: translateY(-100%);
}

.site-header.header-scrolled {
    background: #fff;
    box-shadow: 0 2px 20px rgba(26, 22, 20, .08);
}

/* ===== Collection Banner ===== */
.collection-banner {
    position: relative;
    background: #1a120c;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    max-height: 800px;
}

.cb-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.cb-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cb-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg,#140f0ae0,#19140fc7 50%,#1e191294);
}

/* top-right eyebrow */
.cb-eyebrow {
    position: absolute;
    top: 100px;
    right: 80px;
    z-index: 3;
    font-family: var(--font-heading);
    text-transform: uppercase;
    font-size : 10px;
    font-weight: 300;';
    letter-spacing: .18em;
    letter-spacing: .18em;
    line-height: 1.6;
    color: #f0e5d6d9;
    font-size: 10px;
    font-weight: 300;
}

/* content wrapper */
.cb-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    padding: 0 80px 130px;
}

.cb-content {
    max-width: 800px;
}

.cb-content h1 {
    margin: 0 0 28px;
    font-family: var(--font-heading);
    line-height: 1.05;
    letter-spacing: -.01em;
    color: #f5f0e8;
    font-size: 110px;
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.05;
}
.cb-line {
    display: block;
}
.cb-gold em {
    color: #c9a882;
    font-style: italic;
    font-weight: 400;
}

.cb-text {
    color: #f6f1eab3;
    margin: 0 0 28px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    max-width: 400px;
}

.cb-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #c9a882;
    color: #1c1612;
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 18px 34px;
    border-radius: 100px;
    text-decoration: none;
    transition: background .25s ease-in-out, transform .25s ease-in-out;
}
.cb-btn svg {
    width: 15px;
    height: 15px;
    transition: transform .25s ease-in-out;
}
.cb-btn:hover {
    background: #d4b987;
    color: #1c1612;
    transform: translateY(-2px);
}
.cb-btn:hover svg {
    transform: translateX(4px);
}

/* stats */
.cb-stats {
    display: flex;
    align-items: flex-start;
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
}
.cb-stats li {
    position: relative;
    text-align: center;
    padding: 0 34px;
}
.cb-stats li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 40px;
    background: #ffffff4d;
}
.cb-stat-num {
    display: block;
    font-family: var(--font-heading);
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #fffffff2;
    font-weight: 400;
}
.cb-stat-label {
    display: block;
    font-family: var(--font-secondary);
    font-weight: 500;
    color: #e0d6c799;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

/* bottom ticker */
.cb-ticker {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1a1a18;
}
.cb-ticker-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: ticker-scroll 55s linear infinite;
}
.cb-ticker:hover .cb-ticker-track {
    animation-play-state: paused;
}
.cb-ticker-list {
    display: flex;
    align-items: center;
    column-gap: 34px;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.cb-ticker-list + .cb-ticker-list {
    margin-left: 34px;
}
.cb-ticker-item {
    font-family: var(--font-secondary);
    letter-spacing: .16em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #f6f1eae6;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .12em;
}
.cb-ticker-dot {
    color: #c3a469b3;
    font-size: 10px;
    line-height: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .cb-inner { padding: 0 48px 120px; }
    .cb-eyebrow { top: 90px; right: 48px; }
    .cb-content h1 { font-size: 66px; }
    .cb-stats li { padding: 0 24px; }
}

/* Responsive */
@media (max-width: 1024px) {
    .cb-inner { padding: 0 48px 120px; }
    .cb-eyebrow { top: 90px; right: 48px; }
    .cb-content h1 { font-size: 66px; }
    .cb-stats li { padding: 0 24px; }
}

@media (max-width: 768px) {
    .collection-banner { min-height: 0; padding-top: 140px; }
    .cb-overlay {
        background: linear-gradient(180deg, #0f0c0a99, #0f0c0ae6);
    }
    .cb-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 36px 110px;
        gap: 48px;
    }
    .cb-content h1 { font-size: 52px; }
    .cb-content, .cb-text { max-width: 100%; }
    .cb-eyebrow {
        top: 92px;
        right: auto;
        left: 36px;
        font-size: 11px;
    }
    .cb-stats { margin: 0; }
    .cb-stats li:first-child { padding-left: 0; }
}

@media (max-width: 575px) {
    .collection-banner { padding-top: 120px; }
    .cb-inner { padding: 0 24px 100px; gap: 40px; }
    .cb-eyebrow { left: 24px; letter-spacing: .14em; }
    .cb-content h1 { font-size: 42px; }
    .cb-text { font-size: 15px; }
    .cb-btn { width: 100%; justify-content: center; padding: 16px 28px; }
    .cb-stats li { padding: 0 18px; }
    .cb-stat-num { font-size: 22px; }
    .cb-stat-label { font-size: 9px; letter-spacing: .12em; }
    .cb-ticker { height: 44px; }
    .cb-ticker-item { font-size: 11px; }
}

.inner-pathways .section-heading h2 em {
    color: #c9a26a;
}

section.wellness-path.inner-wellness-path {
    background-color: #F5EFE4;
}

section.pathways.inner-pathways {
    background-color: #F5EFE4;
}

section.wellness-path.inner-wellness-path .section-heading--center .wp-sub {
    /* width: 100%; */
    /* max-width: 100%; */
}

.collection-tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.collection-tabs .nav-link{
    border: 1px solid rgba(139, 75, 59, .2);
    border-radius: 40px;
    padding: 10px 24px;
    color: #64503cb3;
    font-family: var(--font-heading);
    font-size: 16px;
}

.collection-tabs .nav-link.active, .collection-tabs .nav-link:hover {
    background: rgba(139, 75, 59, .2);
    color: black;
}

.collection-content .wp-card-link{
    color: #8b4b3b;
    font-family: Inter;
    font-size: 12px;
    letter-spacing: .06em;
    margin: 4px 0 0;
    text-transform: uppercase;
}

.collection-content {
    padding-top: 32px;
    margin-bottom: 40px;
}

.btn-brown-border{
    padding: 14px 40px;
    border: 1px solid #8b4b3b;
    border-radius: 50px;
    font-size: 16px;
    color: #8b4b3b;
    font-family: var(--font-heading);
}

.btn-brown-border:hover {
    background-color: #8b4b3b;
    color: white;
}


section.philosophy .container {
    padding: 0 60px;
    max-width: 1300px;
}

.philosophy-media img {
    height: 624px;
    border-radius: 12px;
    object-fit: cover;
    width: 498px;
}

.philosophy-media {
    text-align: right;
}

section.philosophy {
    background-color: #F5EFE4;
    padding: 96px 0px;
}

.section-heading h3 {
    color: #231e1a;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.18;
    margin-bottom: 32px;
}

.philosophy-content {
    padding-right: 15px;
}

.philosophy-content h3 em {
    color: sienna;
}

.section-paragraph p{
    color: #3d3530;
    font-family: Inter;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
}

section.founder {
    background-color: #F5EFE4;
    padding: 96px 0px;
}

.founder-img img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 32px #8b4b3b1f;
}

.founder-img {
    position: relative;
}

.founder-lower {
    position: absolute;
    background: #1a1a14;
    border-radius: 10px;
    bottom: -20px;
    left: -16px;
    max-width: 220px;
    padding: 24px;
}

.founder-lower p {
    color: #ffffffeb;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

section.founder .container {
    padding: 0 60px;
    max-width: 1300px;
}

section.founder .section-heading {
    margin-bottom: 48px;
}

.founder-right img {
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 6px 28px #8b4b3b1a;
}

.founder-right {
    text-align: right;
}

.founder-content h3 {
    color: #231e1a;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.15;
    max-width: 310px;
    margin-bottom: 32px;
}

.founder-content h3 em {
    color: sienna;
}

.founder-content {
    padding-left: 30px;
    padding-right: 30px;
}

.founder-content ul {
    display: flex;
    margin-top: 40px;
    gap: 32px;
    flex-direction: row;
    justify-content: flex-start;
}

.founder-content ul li {
    align-items: flex-start;
    column-gap: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    row-gap: 4px;
}

.founder-content ul li h6 {
    color: #231e1a;
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.founder-content ul li p {
    color: #3c342e99;
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.founder-content ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    background: #3d353026;
    height: 36px;
    width: 1px;
    right: 0;
    top: 15px;
}

.cb-ticker.lower-cb-ticker {
    position: static;
}

.cb-ticker.lower-cb-ticker svg, .cb-ticker.lower-cb-ticker svg path {
    fill: #f6f1ea80 !important;
}

.cb-ticker.lower-cb-ticker .cb-ticker-dot {
    display: inline-flex;
    align-items: center;
    color: #f6f1ea80;
}
.cb-ticker.lower-cb-ticker .cb-ticker-dot svg {
    width: 10px;
    height: 10px;
}

/* ===== Unique / Personalized Hero ===== */
.unique-hero {
    position: relative;
    background: #1a120c;
    overflow: hidden;
    padding: 150px 0 160px;
}

.uh-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.uh-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.uh-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #1c1610cc;
}

.uh-inner {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

/* badge */
.uh-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #c9a88259;
    border-radius: 100px;
    padding: 9px 20px;
    color: #c9a882;
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.uh-badge svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

/* heading */
.uh-heading {
    margin: 0 0 30px;
    font-family: var(--font-heading);
    font-size: 72px;
    letter-spacing: -.01em;
    color: #f5f0e8;
    font-size: 72px;
    font-weight: 400;';
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1;
}
.uh-line {
    display: block;
}
.uh-gold em {
    color: #c9a96e;
    font-style: italic;
    font-weight: 400;
}

.uh-text {
    font-weight: 300;
    max-width: 460px;
    margin: 0 auto 44px;
    color: #f5f0e5d1;
    font-family: Inter;
    font-size: 15px;
    line-height: 1.8;
}

/* button */
.uh-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #c9a96e;
    color: #1a1a14;
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 16px 40px;
    border-radius: 100px;
    text-decoration: none;
    transition: background .25s ease-in-out, transform .25s ease-in-out;
}
.uh-btn svg {
    width: 16px;
    height: 16px;
    transition: transform .25s ease-in-out;
}
.uh-btn:hover {
    background: #e5cb9c;
    color: #1c1612;
    transform: translateY(-2px);
}
.uh-btn:hover svg {
    transform: translateX(4px);
}

.uh-note {
    color: #c9b9a5b3;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 20px 0 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .unique-hero { padding: 130px 0 140px; }
    .uh-heading { font-size: 52px; }
}

@media (max-width: 768px) {
    .unique-hero { padding: 100px 0 110px; }
    .uh-heading { font-size: 40px; }
    .uh-text { font-size: 15px; margin-bottom: 36px; }
}

@media (max-width: 575px) {
    .unique-hero { padding: 80px 0 90px; }
    .uh-badge { font-size: 10px; letter-spacing: .14em; padding: 8px 16px; }
    .uh-heading { font-size: 32px; }
    .uh-btn {
        width: 100%;
        justify-content: center;
        padding: 17px 28px;
        font-size: 12px;
    }
    .uh-note { font-size: 11px; }
}

/* ===== Journey Hero ===== */
.journey-hero {
    position: relative;
    background: #1a120c;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 150px 0px;
}

.jh-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.jh-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.jh-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #14100bd9, #14100b8c 34%, #14100b26 60%, #14100b00);
}

.jh-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 80px;
}
.jh-content {
    max-width: 520px;
}

/* eyebrow */
.jh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #f6f1eacc;
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.jh-dash {
    display: block;
    width: 28px;
    height: 1px;
    background: #f6f1ea80;
}

/* heading */
.jh-heading {
    margin: 0 0 28px;
    font-family: var(--font-heading);
    font-size: 76px;
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -.01em;
    color: #f5f0e8;
}
.jh-line {
    display: block;
}
.jh-gold em {
    color: #c9a882;
    font-style: italic;
    font-weight: 400;
}

.jh-text {
    color: #f6f1eab3;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    max-width: 380px;
    margin: 0 0 36px;
}

/* buttons */
.jh-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.jh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 4px;
    text-decoration: none;
    transition: background .25s ease-in-out, border-color .25s ease-in-out, transform .25s ease-in-out;
    border-radius: 50px;
}
.jh-btn svg {
    width: 14px;
    height: 14px;
    transition: transform .25s ease-in-out;
}
.jh-btn:hover {
    transform: translateY(-2px);
}
.jh-btn:hover svg {
    transform: translateX(4px);
}

.jh-btn--gold {
    background: #d9bd8b;
    color: #1c1612;
}
.jh-btn--gold:hover {
    background: #e5cb9c;
    color: #1c1612;
}

.jh-btn--outline {
    background: transparent;
    border: 1px solid #f6f1ea59;
    color: #f5f0e8;
}
.jh-btn--outline:hover {
    background: #f6f1ea14;
    border-color: #f6f1ea99;
    color: #f5f0e8;
}

.jh-trust {
    color: #c9b9a5a6;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .03em;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .jh-inner { padding: 0 48px; }
    .jh-heading { font-size: 60px; }
}

@media (max-width: 768px) {
    .journey-hero {
        min-height: 0;
        padding: 140px 0 90px;
    }
    .jh-overlay {
        background: linear-gradient(180deg, #14100b99, #14100be6);
    }
    .jh-inner { padding: 0 36px; }
    .jh-content, .jh-text { max-width: 100%; }
    .jh-heading { font-size: 48px; }
}

@media (max-width: 575px) {
    .journey-hero { padding: 120px 0 80px; }
    .jh-inner { padding: 0 24px; }
    .jh-heading { font-size: 38px; }
    .jh-text { font-size: 15px; }
    .jh-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .jh-btn { width: 100%; padding: 16px 24px; }
    .jh-trust { font-size: 11px; }
}

.cb-content h1 em {
    color: #c9a882;
}

/* ===== Contact Header ===== */
.contact-header {
    background: #F7F1E9;
    padding: 210px 0 100px;
    text-align: center;
}

.ch-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: #c9a882;
    margin: 20px auto 34px;
}

.ch-text {
    color: #6b5d52;
    font-family: var(--font-secondary);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    margin: 26px 0 80px;
}

/* Responsive */
@media (max-width: 1024px) {
    .contact-header { padding: 90px 0 84px; }
    .contact-header .section-heading h2 { font-size: 50px; }
}

@media (max-width: 768px) {
    .contact-header { padding: 74px 0 68px; }
    .contact-header .section-heading h2 { font-size: 40px; }
    .ch-text { font-size: 16px; }
}

@media (max-width: 575px) {
    .contact-header {padding: 120px 0 40px;}
    .contact-header .section-heading h2 {font-size: 32px;margin-bottom: 25px;}
    .ch-text { font-size: 15px; }
    .ch-text br { display: none; }
}

body.dark-heading header {
    background-color: white;
}

/* ===== Contact Cards ===== */
.contact-cards {
    background: #faf6f0;
    padding: 80px 0;
}

.cc-card {
    height: 100%;
    text-align: center;
    transition: transform .25s ease-in-out, box-shadow .25s ease-in-out;
    background: #fdf9f5;
    border-radius: 14px;
    box-shadow: 0 4px 20px #2c24180f;
    padding: 44px 36px;
}
.cc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -14px #2a221a1f;
}

.cc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c9a882;
    margin-bottom: 22px;
}
.cc-icon svg {
    width: 30px;
    height: 30px;
}

.cc-card h3 {
    color: #1a1614;
    font-family: var(--font-secondary);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px;
}

.cc-card p {
    color: #6b5d52;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    max-width: 350px;
    margin: 0 auto;
}

.cc-link {
    display: inline-block;
    color: #c9a96e;
    font-family: var(--font-secondary);
    font-size: 15px;
    line-height: 1.6;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 20px;
    transition: color .25s ease-in-out;
}
.cc-link:hover {
    color: #a07f4d;
}

/* Responsive */
@media (max-width: 1024px) {
    .contact-cards { padding: 70px 0 90px; }
    .cc-card { padding: 38px 28px; }
}

@media (max-width: 768px) {
    .contact-cards { padding: 60px 0 76px; }
}

@media (max-width: 575px) {
    .contact-cards { padding: 50px 0 60px; }
    .cc-card { padding: 34px 26px; }
    .cc-card h3 { font-size: 18px; }
    .cc-card p, .cc-link { font-size: 14px; }
}

/* ===== FAQ ===== */
.faq {
    background: #fdfbf7;
    padding: 80px 0 80px;
}

.faq-head {
    margin-bottom: 60px;
}
.faq .section-heading h2 {font-size: 50px;color: #2c2418;}

/* reset bootstrap accordion chrome */
.faq-accordion .accordion-item,
.faq-accordion .accordion-button,
.faq-accordion .accordion-body {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.faq-item {
    border-bottom: 1px solid #e6dcce !important;
}

.faq-btn {
    position: relative;
    padding: 24px 44px 24px 0;
    color: #2a2320;
    font-family: var(--font-secondary);
    line-height: 1.4;
    transition: color .25s ease-in-out;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0 !important;
}
.faq-btn:not(.collapsed),
.faq-btn:hover {
    color: #1a1614;
}
.faq-btn:focus {
    box-shadow: none;
    outline: none;
}

/* replace bootstrap chevron with plus/minus */
.faq-btn::after {
    display: none;
}
.faq-btn::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    background-image:
        linear-gradient(#c9a882, #c9a882),
        linear-gradient(#c9a882, #c9a882);
    background-size: 15px 1px, 1px 15px;
    background-position: center center, center center;
    background-repeat: no-repeat;
    transition: transform .3s ease-in-out, background-size .3s ease-in-out;
}
/* open state ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ collapse vertical bar into a minus */
.faq-btn:not(.collapsed)::before {
    transform: translateY(-50%) rotate(90deg);
    background-size: 15px 1px, 0 15px;
}

.faq-body {
    color: #6b5f4e;
    font-family: var(--font-secondary);
    line-height: 1.75;
    padding: 0 44px 26px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 1024px) {
    .faq { padding: 80px 0 96px; }
    .faq .section-heading h2 { font-size: 40px; }
}

@media (max-width: 768px) {
    .faq { padding: 66px 0 80px; }
    .faq-head { margin-bottom: 48px; }
    .faq .section-heading h2 { font-size: 34px; }
}

@media (max-width: 575px) {
    .faq { padding: 54px 0 66px; }
    .faq .section-heading h2 { font-size: 28px; }
    .faq-btn {
        font-size: 15px;
        padding: 20px 36px 20px 0;
    }
    .faq-body {
        font-size: 14px;
        padding: 0 36px 22px 0;
    }
}

section.shop {
    padding: 120px 0px;
}

section.shop .wp-products {
    gap: 30px 0px;
}

/* ===== Product Detail ===== */
.product-detail {
    background: #faf7f2;
}

.pd-inner {
    display: flex;
    align-items: stretch;
    padding-top: 90px;
}

/* Left media */
.pd-media {
    width: 52%;
    background: #efeae2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
}
.pd-media img {
    max-width: 100%;
    max-height: 720px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Right info */
.pd-info {
    width: 48%;
    background: #faf7f2;
    display: flex;
    align-items: center;
    padding: 80px 60px;
}
.pd-info-inner {
    max-width: 100%;
}

.pd-eyebrow {
    color: #b8935f;
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.pd-title {
    color: #2c1a0e;
    font-family: var(--font-heading);
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 10px;
}

/* trust badges */
.pd-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0;
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}
.pd-badges li {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
    border-right: 1px solid #d8cdbd;
    color: #6e5f50;
}
.pd-badges li:first-child {
    padding-left: 0;
}
.pd-badges li svg {
    width: 13px;
    height: 13px;
    color: #c9a882;
    flex-shrink: 0;
}

.pd-divider {
    display: block;
    width: 58px;
    height: 1px;
    background: #c9a882;
    margin: 0 0 30px;
}

.pd-desc p {
    color: #7a6a5c;
    font-family: var(--font-secondary);
    color: #6b5d52;
    font-family: var(--font-secondary);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    margin: 26px 0 0;
}
.pd-desc p:last-child {
    margin-bottom: 0;
}
.pd-desc strong {
    color: #6b5d52;
    font-weight: 500;
}

.pd-price {
    color: #1a1614;
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0 10px;
}

.pd-note {
    color: #8a7a6e;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 32px;
}

.pd-cta {
    display: block;
    width: 100%;
    background: #241a12;
    color: #f5f0e8;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    padding: 20px 30px;
    border-radius: 2px;
    text-decoration: none;
    transition: background .25s ease-in-out;
}
.pd-cta:hover {
    background: #3a2c20;
    color: #f5f0e8;
}

.pd-footnote {
    color: #b8935f;
    font-family: var(--font-secondary);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
    text-align: center;
    margin: 18px 0 0;
}

/* Responsive */
@media (max-width: 1200px) {
    .pd-info { padding: 70px 56px; }
    .pd-media { padding: 70px 40px; }
    .pd-title { font-size: 46px; }
}

@media (max-width: 991px) {
    .pd-inner {
        flex-direction: column;
        min-height: 0;
        padding-top: 73px;
    }
    .pd-media {
        width: 100%;
        padding: 90px 40px 70px;
    }
    .pd-media img { max-height: 520px; }
    .pd-info {
        width: 100%;
        padding: 60px 40px 80px;
    }
    .pd-info-inner { max-width: 100%; }
}

@media (max-width: 575px) {
    .pd-media { padding: 80px 24px 50px; }
    .pd-media img { max-height: 400px; }
    .pd-info { padding: 46px 24px 60px; }
    .pd-title { font-size: 36px; }
    .pd-badges li {
        padding: 0 12px;
        font-size: 9px;
        letter-spacing: .1em;
    }
    .pd-desc p { font-size: 14px; }
    .pd-price { font-size: 26px; margin-top: 32px; }
    .pd-note { font-size: 13px; }
    .pd-cta { padding: 18px 24px; font-size: 13px; }
}

.pro-trust-bar{
    position: static;
}

/* ===== Pagination ===== */
.wp-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 60px;
}

.wp-page-link,
.wp-page-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    border-radius: 3px;
    text-decoration: none;
    transition: background .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
}

/* numbered links */
.wp-page-link {
    color: #6b5d52;
    background: #fbf8f3;
    border: 1px solid #e8dfd1;
}
.wp-page-link:hover {
    background: #f2e9db;
    border-color: #d8c8b0;
    color: #1a1614;
}

/* current page */
.wp-page-current {
    color: #f5f0e8;
    background: #c9a882;
    border: 1px solid #c9a882;
    cursor: default;
}

/* Next / Prev ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â wider, text label */
.wp-page-link:last-child {
    min-width: auto;
    padding: 0 22px;
    font-weight: 600;
    letter-spacing: .06em;
}

section.shop .wp-card-price {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 575px) {
    .wp-pagination {
        gap: 8px;
        margin-top: 44px;
    }
    .wp-page-link,
    .wp-page-current {
        min-width: 40px;
        height: 40px;
        font-size: 13px;
    }
    .wp-page-link:last-child {
        padding: 0 16px;
    }
}

/* ===== What This Supports ===== */
.supports {
    background: #faf7f2;
    padding: 100px 0 110px;
}

.supports-head {
    margin-bottom: 56px;
}
.supports .section-heading h2 {
    font-size: 52px;
    font-weight: 400;
    margin: 0;
}
.supports-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: #c9a882;
    margin: 18px auto 24px;
}
.supports-sub {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* cards */
.support-card {
    background: #fbf8f3;
    border: 1px solid #e8dfd1;
    height: 100%;
    padding: 44px 44px 48px;
    transition: box-shadow .25s ease-in-out, transform .25s ease-in-out, border-color .25s ease-in-out;
}
.support-card:hover {
    transform: translateY(-3px);
    border-color: #dccbb2;
    box-shadow: 0 16px 40px -16px #2a221a1a;
}

.support-icon {
    display: inline-flex;
    color: #c9a882;
    margin-bottom: 26px;
}
.support-icon svg {
    width: 35px;
    height: 35px;
}

.support-card h3 {
    color: #1a1614;
    font-family: var(--font-heading);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 16px;
}

.support-line {
    display: block;
    width: 34px;
    height: 1px;
    background: #c9a882;
    margin-bottom: 22px;
}

.support-card p {
    color: #7a6a5a;
    font-family: var(--font-secondary);
    line-height: 1.75;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

/* Responsive */
@media (max-width: 1024px) {
    .supports { padding: 88px 0 96px; }
    .supports .section-heading h2 { font-size: 44px; }
    .support-card { padding: 38px 36px 42px; }
}

@media (max-width: 768px) {
    .supports { padding: 70px 0 80px; }
    .supports .section-heading h2 { font-size: 36px; }
}

@media (max-width: 575px) {
    .supports { padding: 56px 0 64px; }
    .supports .section-heading h2 { font-size: 30px; }
    .support-card { padding: 34px 28px 38px; }
    .support-card h3 { font-size: 24px; }
    .support-card p { font-size: 14px; }
}

.supports-grid {
    max-width: 1000px;
    margin: 0 auto;
}

/* ===== How It Works ===== */
.how-works {
    background: #1a0f08;
    padding: 100px 0 110px;
}

.hw-head {
    margin-bottom: 70px;
}
.how-works .section-heading h6 {
    color: #c9a882;
}
.how-works .section-heading h2 {
    color: #f5f0e8;
    font-size: 52px;
    font-weight: 400;
    margin: 0;
}
.hw-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: #c9a88259;
    margin: 18px auto 24px;
}
.hw-sub {
    color: #c9b9a5a6;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* steps row */
.hw-steps {
    display: flex;
    align-items: flex-start;
}
.hw-step {
    flex: 1;
    text-align: center;
    padding: 0 24px;
    position: relative;
}

/* dotted connector between steps */
.hw-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 34px;
    right: -24px;
    width: 48px;
    height: 1px;
    background-image: linear-gradient(90deg, #c9a88266 45%, transparent 45%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
}

.hw-num {
    display: block;
    color: #6b5844;
    font-family: var(--font-heading);
    line-height: 1;
    letter-spacing: .04em;
    margin-bottom: 15px;
    font-size: 72px;
    font-weight: 300;
}

.hw-icon {
    display: inline-flex;
    color: #c9a882;
    margin-bottom: 22px;
}
.hw-icon svg {
    width: 24px;
    height: 24px;
}

.hw-step h3 {
    color: #f2ece2;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 16px;
}

.hw-step p {
    color: #a89880;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 230px;
}

/* Responsive */
@media (max-width: 1024px) {
    .how-works { padding: 88px 0 96px; }
    .how-works .section-heading h2 { font-size: 44px; }
    .hw-num { font-size: 56px; }
}

@media (max-width: 768px) {
    .how-works { padding: 70px 0 80px; }
    .how-works .section-heading h2 { font-size: 36px; }
    .hw-head { margin-bottom: 56px; }

    .hw-steps {
        flex-wrap: wrap;
        row-gap: 48px;
    }
    .hw-step {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* drop connectors when wrapped */
    .hw-step::after { display: none; }
}

@media (max-width: 575px) {
    .how-works { padding: 56px 0 64px; }
    .how-works .section-heading h2 { font-size: 30px; }
    .hw-steps { row-gap: 44px; }
    .hw-step {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hw-num { font-size: 52px; }
    .hw-step p { max-width: 280px; }
}

/* ===== Pathways Grid ===== */
.pathways-grid-sec {
    background: #fdfbf7;
    padding: 90px 0 100px;
}

.pg-head {
    margin-bottom: 56px;
}
.pathways-grid-sec .section-heading h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 0;
}
.pg-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: #c9a882;
    margin: 18px auto 24px;
}
.pg-sub {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* cards */
.pg-card {
    display: block;
    height: 100%;
    border: 1px solid #ece3d5;
    background: linear-gradient(160deg,#f5f8f3,#fdfcf8);
    text-decoration: none;
    transition: transform .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    box-shadow: 0 2px 16px #0000000a;
    padding: 44px 36px;
}
.pg-card:hover {
    transform: translateY(-4px);
    border-color: #ddccÃƒËœÃ‚Â¨;
    border-color: #ddccb2;
    box-shadow: 0 18px 44px -18px #2a221a1f;
}

.pg-label {
    display: block;
    color: #c1a06f;
    font-family: var(--font-secondary);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.pg-card h3 {
    color: #1a1614;
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px;
}

.pg-line {
    display: block;
    width: 34px;
    height: 1px;
    background: #c9a882;
    margin-bottom: 15px;
}

.pg-desc {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 28px;
}

.pg-explore {
    display: inline-block;
    color: #b8935f;
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    transition: color .25s ease-in-out, letter-spacing .25s ease-in-out;
}
.pg-card:hover .pg-explore {
    color: #9a7a4d;
    letter-spacing: .17em;
}

.pg-footnote {
    text-align: center;
    color: #a89684;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 14px;
    line-height: 1.5;
    margin: 56px 0 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .pathways-grid-sec { padding: 80px 0 90px; }
    .pathways-grid-sec .section-heading h2 { font-size: 42px; }
    .pg-card { padding: 38px 32px 34px; }
}

@media (max-width: 768px) {
    .pathways-grid-sec { padding: 66px 0 76px; }
    .pathways-grid-sec .section-heading h2 { font-size: 34px; }
}

@media (max-width: 575px) {
    .pathways-grid-sec { padding: 54px 0 62px; }
    .pathways-grid-sec .section-heading h2 { font-size: 28px; }
    .pg-card { padding: 34px 28px 30px; }
    .pg-card h3 { font-size: 25px; }
    .pg-footnote { margin-top: 44px; }
}

.pg-cards {
    max-width: 1000px;
    margin: 0 auto;
}

/* ===== Why Hello Foxi / Our Promise ===== */
.promise {
    background: #faf7f2;
    padding: 90px 0 80px;
}

.promise-head {
    margin-bottom: 56px;
}
.promise .section-heading h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 0;
}
.promise-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: #c9a882;
    margin: 18px auto 24px;
}
.promise-sub {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* cards */
.promise-card {
    height: 100%;
    text-align: center;
    transition: transform .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    border: 1px solid #e8e0d5;
    background: #faf9f6;
    box-shadow: 0 2px 12px #0000000a;
    padding: 44px;
}
.promise-card:hover {
    transform: translateY(-4px);
    border-color: #dccbb2;
    box-shadow: 0 16px 40px -16px #2a221a1a;
}

.promise-icon {
    display: inline-flex;
    color: #c9a882;
    margin-bottom: 20px;
}
.promise-icon svg {
    width: 30px;
    height: 30px;
}

.promise-card h3 {
    color: #2a2320;
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 14px;
}

.promise-line {
    display: block;
    width: 28px;
    height: 1px;
    background: #c9a882;
    margin: 0 auto 20px;
}

.promise-card p {
    color: #7a7a7a;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

/* rule + footnote */
.promise-rule {
    border: 0;
    border-top: 1px solid #e2d8c9;
    margin: 64px 0 0;
    opacity: 1;
}
.promise-footnote {
    text-align: center;
    color: #a89684;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 14px;
    line-height: 1.5;
    margin: 40px 0 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .promise { padding: 80px 0 72px; }
    .promise .section-heading h2 { font-size: 42px; }
    .promise-card { padding: 36px 26px 40px; }
}

@media (max-width: 768px) {
    .promise { padding: 66px 0 60px; }
    .promise .section-heading h2 { font-size: 34px; }
    .promise-rule { margin-top: 52px; }
}

@media (max-width: 575px) {
    .promise { padding: 54px 0 50px; }
    .promise .section-heading h2 { font-size: 28px; }
    .promise-card { padding: 34px 28px 38px; }
    .promise-footnote { margin-top: 34px; }
}

/* ===== The Hello Foxi Difference (dark, alt) ===== */
.difference-alt {
    background: #100d0a;
    padding: 100px 0 70px;
}

.da-head {
    margin-bottom: 64px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.difference-alt .section-heading h6 {
    color: #c9a26a;
}
.difference-alt .section-heading h2 {
    color: #f2ece2;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.14;
    margin: 0;
}
.da-gold {
    color: #c9a26a;
}
.da-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: #c9a26a80;
    margin: 30px auto 26px;
}
.da-sub {
    color: #c9b9a5a6;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.75;
    max-width: 620px;
    margin: 0 auto;
}

/* features */
.da-features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.da-feature {
    flex: 1;
    max-width: 300px;
    text-align: center;
    padding: 0 24px;
}
.da-icon {
    display: inline-flex;
    color: #c9a26a;
    margin-bottom: 20px;
}
.da-icon svg {
    width: 30px;
    height: 30px;
}
.da-feature h5 {
    color: #e8e0d6;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 14px;
}
.da-line {
    display: block;
    width: 26px;
    height: 1px;
    background: #c9a26a80;
    margin: 0 auto 16px;
}
.da-feature p {
    color: #f4f1eb80;
    font-family: var(--font-secondary);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* bottom rule */
.da-rule {
    border: 0;
    border-top: 1px solid #ffffff14;
    opacity: 1;
    margin: 64px 0 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .difference-alt { padding: 88px 0 64px; }
    .difference-alt .section-heading h2 { font-size: 44px; }
}

@media (max-width: 768px) {
    .difference-alt { padding: 70px 0 54px; }
    .difference-alt .section-heading h2 { font-size: 34px; }
    .da-head { margin-bottom: 52px; }

    .da-features {
        gap: 40px 0;
    }
    .da-feature {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .da-rule { margin-top: 52px; }
}

@media (max-width: 575px) {
    .difference-alt { padding: 56px 0 44px; }
    .difference-alt .section-heading h2 { font-size: 28px; }
    .da-feature {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ===== FAQ (left-aligned, alt) ===== */
.faq-alt {
    background: #f5f0ea;
    padding: 90px 0 100px;
}

.faq-alt-head {
    margin-bottom: 40px;
}
.faq-alt .section-heading h2 {
    color: #2a2320;
    font-size: 46px;
    font-weight: 400;
    margin: 0;
}
.fa-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: #c9a882;
    margin: 16px 0 22px;
}
.fa-sub {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* reset bootstrap accordion chrome */
.faq-alt-accordion .accordion-item,
.faq-alt-accordion .accordion-button,
.faq-alt-accordion .accordion-body {
    background: transparent;
    border: 0;
    box-shadow: none;
}
.fa-item {
    border-top: 1px solid #ddd0be !important;
}
.fa-item:last-child {
    border-bottom: 1px solid #ddd0be !important;
}

.fa-btn {
    padding: 26px 44px 26px 0;
    color: #2a2320;
    font-family: var(--font-heading);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
    transition: color .25s ease-in-out;
}
.fa-btn:not(.collapsed),
.fa-btn:hover {
    color: #1a1614;
}
.fa-btn:focus {
    box-shadow: none;
    outline: none;
}

/* chevron */
.fa-btn::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a8926f' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    transition: transform .3s ease-in-out;
}

.fa-body {
    color: #7a6a5c;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    padding: 0 60px 28px 0;
    margin-top: -6px;
}

/* Responsive */
@media (max-width: 1024px) {
    .faq-alt { padding: 80px 0 90px; }
    .faq-alt .section-heading h2 { font-size: 40px; }
}

@media (max-width: 768px) {
    .faq-alt { padding: 66px 0 76px; }
    .faq-alt .section-heading h2 { font-size: 32px; }
    .fa-btn { font-size: 19px; padding: 22px 40px 22px 0; }
}

@media (max-width: 575px) {
    .faq-alt { padding: 54px 0 62px; }
    .faq-alt .section-heading h2 { font-size: 26px; }
    .fa-btn { font-size: 17px; padding: 20px 36px 20px 0; }
    .fa-body { font-size: 14px; padding: 0 0 24px 0; }
}

/* ===== Protocol CTA ===== */
.protocol-cta {
    position: relative;
    background: #100b08;
    overflow: hidden;
    padding: 130px 0 120px;
}

.pc-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.pc-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pc-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg,#120a05e6,#120a05b3 40%,#1e120899 70%,#140c06bf);
}

.pc-inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.pc-eyebrow {
    color: #c9a26a;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .24em;
    text-transform: uppercase;
    margin: 0 0 28px;
}

.pc-heading {
    color: #f5f0e8;
    font-family: var(--font-heading);
    font-size: 62px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0;
}
.pc-heading em {
    font-style: italic;
    font-weight: 400;
}

.pc-divider {
    display: block;
    width: 60px;
    height: 1px;
    background: #c9a26a80;
    margin: 34px auto;
}

.pc-text {
    color: #e8ded0b3;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    max-width: 500px;
    margin: 0 auto 40px;
}

.pc-btn {
    display: inline-block;
    background: #f5f0e8;
    color: #1a1210;
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 20px 44px;
    border-radius: 2px;
    text-decoration: none;
    transition: background .25s ease-in-out, transform .25s ease-in-out;
}
.pc-btn:hover {
    background: #fff;
    color: #1a1210;
    transform: translateY(-2px);
}

.pc-note {
    color: #c9b9a599;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 14px;
    line-height: 1.5;
    margin: 22px 0 0;
}

/* ornament */
.pc-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 44px;
}
.pc-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c9a26a99;
}
.pc-lotus {
    display: inline-flex;
    color: #c9a26a;
    margin: 0 6px;
}
.pc-lotus svg {
    width: 22px;
    height: 22px;
}

/* Responsive */
@media (max-width: 1024px) {
    .protocol-cta { padding: 110px 0 100px; }
    .pc-heading { font-size: 52px; }
}

@media (max-width: 768px) {
    .protocol-cta { padding: 90px 0 84px; }
    .pc-heading { font-size: 40px; }
    .pc-text { font-size: 15px; margin-bottom: 34px; }
}

@media (max-width: 575px) {
    .protocol-cta { padding: 74px 0 68px; }
    .pc-heading { font-size: 32px; }
    .pc-btn {
        width: 100%;
        padding: 17px 30px;
        font-size: 12px;
    }
    .pc-note { font-size: 13px; }
    .pc-ornament { margin-top: 36px; }
}

.pd-desc p:empty {
    display: none;
}

/* ===== Story Hero ===== */
.story-hero {
    background: #f2ece2;
    padding: 150px 0 60px;
    overflow: hidden;
}

.story-content {
    max-width: 100%;
}

.story-eyebrow {
    color: #b8935f;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin: 0 0 24px;
    color: #a0714f;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .23em;
    line-height: 1;
}

.story-heading {
    margin: 0 0 28px;
    font-family: var(--font-heading);
    color: #1c1c1c;
    font-size: 85px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.05;
}
.story-heading span {
}
.story-italic em {
}

.story-text {
    font-family: var(--font-heading);
    max-width: 420px;
    margin: 0 0 38px;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.story-buttons {
    align-items: center;
    gap: 14px;
    justify-content: start;
}

/* media */
.story-media {
    position: relative;
    border-radius: 16px;
    overflow: visible;
    width: 85%;
    margin-left: auto;
}
.story-media img {
    width: 100%;
    height: auto;
    max-height: 720px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.story-quote {
    position: absolute;
    left: 30px;
    bottom: 34px;
    max-width: 340px;
    background: #fdfbf7;
    border-radius: 10px;
    padding: 24px 26px;
    box-shadow: 0 18px 44px -14px #2a221a33;
}
.story-quote-text {
    color: #2a2320;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 12px;
}
.story-quote-author {
    color: #a08862;
    font-family: var(--font-heading);
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}
.story-quote-author em {
    font-style: italic;
}

/* Responsive */
@media (max-width: 1024px) {
    .story-hero { padding: 80px 0; }
    .story-heading { font-size: 60px; }
    .story-text { font-size: 18px; }
}

@media (max-width: 991px) {
    .story-row {
        flex-direction: column-reverse;
    }
    .story-content {
        max-width: 100%;
        margin-top: 48px;
    }
    .story-content, .story-text {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .story-hero { padding: 60px 0; }
    .story-heading { font-size: 44px; }
    .story-text { font-size: 16px; }
    .story-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .story-quote {
        left: 16px;
        right: 16px;
        bottom: 18px;
        max-width: none;
        padding: 20px 22px;
    }
    .story-quote-text { font-size: 15px; }
}

section.story-hero .container {
    padding: 0px 80px;
}

.btn-primary-dark svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

/* ===== Story Origin ===== */
.story-origin {
    background: #f2ece2;
    padding: 40px 0 100px;
}

/* media */
.story-origin-media {
    border-radius: 16px;
    overflow: hidden;
}
.story-origin-media img {
    width: 100%;
    height: auto;
    max-height: 760px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

/* content */
.story-origin-content {
    max-width: 540px;
    padding-left: 20px;
    margin-left: auto;
}

.story-origin-heading {
    margin: 0 0 26px;
    font-family: var(--font-heading);
    color: #1c1c1c;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.1;
}
.story-origin-heading span {
    display: block;
}
.story-origin-heading em {
    font-style: italic;
    font-weight: 500;
}

.story-origin-label {
    color: #888;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    margin: 0 0 24px;
    color: #888;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .18em;
    line-height: 1;
}

.story-origin-body p {
    color: #555;
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 22px;
}
.story-origin-body p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .story-origin { padding: 30px 0 88px; }
    .story-origin-heading { font-size: 48px; }
    .story-origin-body p { font-size: 18px; }
}

@media (max-width: 991px) {
    .story-origin-content {
        max-width: 100%;
        padding-left: 0;
        margin-top: 44px;
    }
}

@media (max-width: 575px) {
    .story-origin { padding: 20px 0 60px; }
    .story-origin-heading { font-size: 38px; }
    .story-origin-body p { font-size: 16px; }
}

section.story-origin .container {
    padding: 0px 80px;
}

/* ===== Medical Advisory ===== */
.advisory {
    background: #faf7f2;
    padding: 90px 0 100px;
}

.advisory-head {
    margin-bottom: 56px;
}
.advisory .section-heading h2 {
    font-size: 52px;
    font-weight: 400;
    margin: 0 0 20px;
}
.advisory-sub {
    color: #555;
    font-family: var(--font-heading);
    font-size: 19px;
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto;
}

/* profile split */
.advisory-media {
    border-radius: 14px;
    overflow: hidden;
    position: sticky;
    top: 100px;
}
.advisory-media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.advisory-bio {
    padding-left: 24px;
}
.advisory-name {
    color: #1a1614;
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 14px;
}
.advisory-role {
    color: #a89684;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.advisory-line {
    display: block;
    width: 40px;
    height: 1px;
    background: #c9a882;
    margin-bottom: 20px;
}
.advisory-text p {
    color: #6b5d52;
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0 0 22px;
}
.advisory-text p:last-child {
    margin-bottom: 0;
}

/* pull quote */
.advisory-quote {
    text-align: center;
    max-width: 620px;
    margin: 80px auto 0;
}
.advisory-quote-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: #c9a882;
    margin: 0 auto 34px;
}
.advisory-quote-text {
    color: #3a3028;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 26px;
}
.advisory-quote-author {
    color: #888;
    font-family: var(--font-secondary);
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1024px) {
    .advisory { padding: 80px 0 90px; }
    .advisory .section-heading h2 { font-size: 44px; }
    .advisory-name { font-size: 34px; }
    .advisory-quote-text { font-size: 26px; }
}

@media (max-width: 991px) {
    .advisory-media {
        position: static;
        top: auto;
    }
    .advisory-bio {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .advisory { padding: 60px 0 66px; }
    .advisory .section-heading h2 { font-size: 32px; }
    .advisory-sub { font-size: 17px; }
    .advisory-name { font-size: 28px; }
    .advisory-text p { font-size: 16px; }
    .advisory-quote { margin-top: 56px; }
    .advisory-quote-text { font-size: 22px; }
}

section.advisory .container {
    padding: 0px 80px;
}

/* ===== Founder Quote ===== */
.founder-quote {
    background: #1c1815;
    padding: 110px 0;
}

.fq-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.fq-text {
    color: #f2ece2;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -.01em;
    margin: 0;
}
.fq-text em {
    font-style: italic;
}

.fq-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: #c9a26a99;
    margin: 44px auto;
}

.fq-author {
    color: #b4a898;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .founder-quote { padding: 96px 0; }
    .fq-text { font-size: 32px; }
}

@media (max-width: 768px) {
    .founder-quote { padding: 76px 0; }
    .fq-text { font-size: 27px; line-height: 1.5; }
    .fq-divider { margin: 36px auto; }
}

@media (max-width: 575px) {
    .founder-quote { padding: 60px 0; }
    .fq-text { font-size: 22px; }
    .fq-author { font-size: 11px; letter-spacing: .14em; }
}

/* ===== Quality Standard ===== */
.quality {
    background: #f5f0e8;
    padding: 90px 0 100px;
}

.quality-content {
    max-width: 100%;
    padding-right: 24px;
}

.quality-heading {
    margin: 22px 0 34px;
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.01em;
    color: #1a1614;
}
.quality-heading span {
    display: block;
}
.quality-italic em {
    font-style: italic;
    font-weight: 400;
}

.quality-body p {
    color: #6b5d52;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 20px;
}
.quality-body p:last-child {
    margin-bottom: 0;
}

/* image */
.quality-media {
    position: sticky;
    top: 100px;
    border-radius: 14px;
    overflow: hidden;
}
.quality-media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

/* Responsive */
@media (max-width: 1024px) {
    .quality { padding: 80px 0 90px; }
    .quality-heading { font-size: 44px; }
}

@media (max-width: 991px) {
    .quality-content {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 44px;
    }
    .quality-media {
        position: static;
        top: auto;
    }
}

@media (max-width: 575px) {
    .quality { padding: 60px 0 66px; }
    .quality-heading { font-size: 36px; }
    .quality-body p { font-size: 15px; }
}

section.quality .container {
    padding: 0px 80px;
}

/* ===== Physician Guided Care ===== */
.physician-care {
    background: #f5f0e8;
    padding: 90px 0 100px;
}

/* image */
.pc-care-media {
    position: sticky;
    top: 100px;
    border-radius: 14px;
    overflow: hidden;
}
.pc-care-media img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

/* text */
.pc-care-content {
    max-width: 560px;
    padding-left: 24px;
}

.pc-care-heading {
    margin: 22px 0 34px;
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1a1614;
}
.pc-care-heading em {
    font-style: italic;
    font-weight: 400;
}

.pc-care-body p {
    color: #6b5d52;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 20px;
}
.pc-care-body p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .physician-care { padding: 80px 0 90px; }
    .pc-care-heading { font-size: 44px; }
}

@media (max-width: 991px) {
    .pc-care-media {
        position: static;
        top: auto;
    }
    .pc-care-content {
        max-width: 100%;
        padding-left: 0;
        margin-top: 44px;
    }
}

@media (max-width: 575px) {
    .physician-care { padding: 60px 0 66px; }
    .pc-care-heading { font-size: 36px; }
    .pc-care-body p { font-size: 15px; }
}

section.physician-care .container {
    padding: 0px 80px;
}

/* ===== Our Commitments ===== */
.commitments {
    background: #f7f3ee;
    padding: 90px 0 100px;
}

.commitments-head {
    margin-bottom: 52px;
}
.commitments .section-heading h2 {
    font-size: 52px;
    font-weight: 400;
    margin: 0;
}

/* cards */
.commit-card {
    height: 100%;
    background: #fffdf9;
    border-radius: 4px;
    padding: 40px 34px 44px;
    box-shadow: 0 14px 34px -18px #2a221a1a;
    transition: transform .25s ease-in-out, box-shadow .25s ease-in-out;
}
.commit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px -18px #2a221a2e;
}

.commit-card h3 {
    color: #1a1614;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 18px;
}

.commit-card p {
    color: #6b5d52;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .commitments { padding: 80px 0 90px; }
    .commitments .section-heading h2 { font-size: 44px; }
    .commit-card { padding: 34px 28px 38px; }
}

@media (max-width: 768px) {
    .commitments { padding: 66px 0 76px; }
    .commitments .section-heading h2 { font-size: 36px; }
}

@media (max-width: 575px) {
    .commitments { padding: 54px 0 62px; }
    .commitments .section-heading h2 { font-size: 30px; }
    .commit-card { padding: 32px 26px 36px; }
    .commit-card h3 { font-size: 20px; }
}

section.commitments .container {
    padding: 0 80px;
}

/* ===== Stories CTA ===== */
.stories-cta {
    background: #1c1815;
    padding: 100px 0;
}

.sc-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.sc-eyebrow {
    color: #c9a26a;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin: 0 0 28px;
}

.sc-heading {
    margin: 0 0 26px;
    font-family: var(--font-heading);
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #f5f0e8;
}
.sc-heading span {
    display: block;
}
.sc-gold em {
    color: #c9a26a;
    font-style: italic;
    font-weight: 400;
}

.sc-text {
    color: #d8ccbcb3;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 480px;
    margin: 0 auto 40px;
}

/* buttons */
.sc-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.sc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 17px 32px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;
    transition: background .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out, transform .25s ease-in-out;
}
.sc-btn svg {
    width: 14px;
    height: 14px;
    transition: transform .25s ease-in-out;
}
.sc-btn:hover { transform: translateY(-2px); }
.sc-btn:hover svg { transform: translateX(4px); }

.sc-btn--gold {
    background: #c9a882;
    color: #1c1612;
}
.sc-btn--gold:hover {
    background: #d4b891;
    color: #1c1612;
}

.sc-btn--outline {
    background: transparent;
    border-color: #f5f0e83d;
    color: #f5f0e8;
}
.sc-btn--outline:hover {
    background: #f5f0e814;
    border-color: #f5f0e87a;
    color: #f5f0e8;
}

/* Responsive */
@media (max-width: 1024px) {
    .stories-cta { padding: 90px 0; }
    .sc-heading { font-size: 50px; }
}

@media (max-width: 768px) {
    .stories-cta { padding: 74px 0; }
    .sc-heading { font-size: 40px; }
    .sc-text { font-size: 15px; }
}

@media (max-width: 575px) {
    .stories-cta { padding: 60px 0; }
    .sc-heading { font-size: 32px; }
    .sc-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .sc-btn { width: 100%; }
}

/* ===== Hub Pages ===== */
.hub {
    background: #f7f3ee;
    padding: 90px 0 100px;
}
.hub-head { margin-bottom: 56px; }
.hub .section-heading h2 { font-size: 48px; font-weight: 400; margin: 0; }
.hub-divider {
    display: block; width: 56px; height: 1px;
    background: #c9a882; margin: 18px auto 24px;
}
.hub-sub {
    color: #8a7a6e; font-family: var(--font-secondary);
    font-size: 16px; line-height: 1.6; max-width: 560px; margin: 0 auto;
}

.hub-card {
    display: block;
    position: relative;
    height: 100%;
    border: 1px solid #e8dfd1;
    background: #fffdf9;
    padding: 40px 34px 38px;
    text-decoration: none;
    transition: all 0.4s ease;
}
.hub-card:hover {
    transform: translateY(-4px);
    border-color: #dccbb2;
    box-shadow: 0 18px 44px -18px #2a221a1f;
}
.hub-card h3 {
    color: #1a1614; font-family: var(--font-heading);
    font-size: 26px; font-weight: 500; line-height: 1.2; margin: 18px 0 0;
}
.hub-line {
    display: block; width: 34px; height: 1px;
    background: #c9a882; margin: 16px 0 18px;
}
.hub-card p {
    color: #8a7a6e; font-family: var(--font-secondary);
    font-size: 15px; line-height: 1.65; margin: 0 0 24px;
}
.hub-explore {
    color: #b8935f; font-family: var(--font-secondary);
    font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
    transition: letter-spacing .25s ease-in-out;
}
.hub-card:hover .hub-explore { letter-spacing: .17em; }

/* ===== Status Badges (reusable) ===== */
.hub-badge, .cat-badge {
    display: inline-block;
    font-family: var(--font-secondary);
    font-size: 10px; font-weight: 600; letter-spacing: .12em;
    text-transform: uppercase; padding: 5px 12px; border-radius: 100px;
}
.hub-badge--available, .cat-badge--available { background: #e7efe3; color: #5a7a52; }
.hub-badge--soon,      .cat-badge--soon      { background: #f2e9d8; color: #a8823f; }
.hub-badge--consult,   .cat-badge--consult   { background: #ece3f2; color: #7a5a8a; }
.hub-badge--review,    .cat-badge--review    { background: #f2e0dc; color: #a85a4a; }

/* ===== Category Page ===== */
.cat-hero {
    background: #f2ece2;
    padding: 80px 0 60px;
    text-align: center;
}
.cat-hero-inner { max-width: 640px; margin: 0 auto; }
.cat-hero-title {
    color: #1a1614; font-family: var(--font-heading);
    font-size: 60px; font-weight: 400; line-height: 1.1; margin: 14px 0 18px;
}
.cat-hero-sub {
    color: #6b5d52; font-family: var(--font-heading);
    font-size: 20px; line-height: 1.5; margin: 0 0 24px;
}

.cat-group { background: #f7f3ee; padding: 70px 0; }
.cat-group--alt { background: #f2ece2; }
.cat-group-head { margin-bottom: 40px; text-align: center; }
.cat-group-head h2 {
    color: #1a1614; font-family: var(--font-heading);
    font-size: 34px; font-weight: 500; margin: 0 0 12px;
}
.cat-group-head p {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.cat-card {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s ease;
}
.cat-card:hover {
    transform: translateY(-4px);
}
.cat-card-img {
    height: 420px;
    background: #f2ece2;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.cat-card-body { padding: 20px 22px 26px; border-top: 1px solid #f0e7db; }
.cat-card-cat {
    display: block; color: #c9a882; font-family: var(--font-secondary);
    font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px;
}
.cat-card-body h4 {
    color: #1a1614;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 14px;
    overflow-wrap: anywhere;
}
.cat-card-link {
    color: #8a7358; font-family: var(--font-secondary);
    font-size: 12px; letter-spacing: .04em;
}
.cat-card:hover .cat-card-link { text-decoration: underline; }

/* Responsive */
@media (max-width: 768px) {
    .hub .section-heading h2 { font-size: 36px; }
    .cat-hero-title { font-size: 44px; }
    .cat-group-head h2 { font-size: 28px; }
    .cat-card-body h4 { min-height: auto; }
}
@media (max-width: 575px) {
    .hub { padding: 60px 0; }
    .cat-hero-title { font-size: 36px; }
}

.cat-hero-badge {
    margin-top: 24px;
}

.cat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.cat-group .container {
    padding: 0px 80px;
}

.supplements-card-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

a.hub-card.supplements-card {
    padding: 0;
}

.supplements-card-content {
    padding: 30px 34px 30px;
}

.coming-soon{
    width: 70%;
    padding: 80px 80px;
    text-align:center;
    background: #c9a882;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    color:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.25);
    margin: 0 auto;
}

.coming-soon__badge{
    display:inline-block;
    padding:8px 18px;
    background: white;
    color:#111;
    font-size:14px;
    font-weight:700;
    border-radius:50px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.coming-soon h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

.coming-soon p{
    max-width: 100%;
    margin:0 auto;
    font-size:18px;
    line-height:1.8;
    color:rgba(255,255,255,.8);
}

@media (max-width:768px){
    .coming-soon{
        padding:60px 20px;
    }

    .coming-soon h2{
        font-size:30px;
    }

    .coming-soon p{
        font-size:16px;
    }
}

.signature-pens {
    position: relative;
    overflow: hidden;
}

.signature-pens-img {
    position: absolute;
    right: 0;
    top: 94px;
    height: 84%;
    width: 35%;
}

.signature-pens-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left;
}

section.contact-header.signature-pens .ch-text {
    max-width: 90%;
}

section.contact-header.gummies-banner {
    position: relative;
    overflow: hidden;
}

.gummies-img-left {
    position: absolute;
    right: 0;
    transform: rotate(20deg);
    top: 92px;
}

.gummies-img-right {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-20deg);
}

.trust-icon {
    width: 16px;
    height: 16px;
}

.trust-icon svg {
    width: 20px;
    height: 20px;
}

.trust-item {
    gap: 14px;
}

.cat-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}
.cat-card-size {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 400;
}
.cat-card-price {
    color: black;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--font-heading);
    line-height: 10px;
}

a.cat-card.lower-category-card .cat-card-img {
    height: 300px;
}

ul.banner-list {
    display: flex;
    align-items: center;
    gap: 56px;
    margin-top: 44px;
    justify-content: center;
    margin-bottom: 0;
}

ul.banner-list li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #5c5248;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .14em;
    gap: 12px;
}

ul.banner-list li svg {
    color: #b8956a;
    height: 28px;
    position: relative;
    width: 28px;
}

/* ===== How It Works ===== */
.how-it-works {
    background: #f7f3ee;
    padding: 90px 0 100px;
}

.hiw-head {
    margin-bottom: 52px;
}
.how-it-works .section-heading h2 {
    font-size: 52px;
    font-weight: 400;
    margin: 0;
}

/* cards */
.hiw-card {
    height: 100%;
    background: #fffdf9;
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0 14px 40px -12px #2e26200f;
    transition: transform .25s ease-in-out, box-shadow .25s ease-in-out;
    border: 1px solid hsla(33,35%,57%,.22);
}
.hiw-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px -18px #2a221a2e;
}

/* circled number */
.hiw-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid #d8c3a0;
    border-radius: 50%;
    color: #b8935f;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 26px;
}

.hiw-step {
    display: block;
    color: #b8935f;
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hiw-card h3 {
    color: #1a1614;
    font-family: var(--font-heading);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 18px;
}

.hiw-card p {
    color: #5c5248;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .how-it-works { padding: 80px 0 90px; }
    .how-it-works .section-heading h2 { font-size: 44px; }
    .hiw-card { padding: 38px 32px 42px; }
}

@media (max-width: 768px) {
    .how-it-works { padding: 66px 0 76px; }
    .how-it-works .section-heading h2 { font-size: 36px; }
}

@media (max-width: 575px) {
    .how-it-works { padding: 54px 0 62px; }
    .how-it-works .section-heading h2 { font-size: 30px; }
    .hiw-card { padding: 34px 28px 38px; }
    .hiw-card h3 { font-size: 24px; }
}

section.how-it-works .container {
    padding: 0 60px;
}

/* ===== Consultation Header ===== */
.consult-header {
    background: #f7f3ee;
    padding: 120px 0;
}
.consult-header .section-heading h2 {
    font-size: 46px;
    font-weight: 400;
    margin: 0;
}

/* ===== Consultation Form ===== */
.consult-form-sec {
    background: #fff;
    padding: 56px 0 90px;
}

.consult-intro {
    text-align: center;
    margin-bottom: 40px;
}
.consult-intro h3 {
    color: #2a2320;
    font-family: var(--font-primary);
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 12px;
}
.consult-intro p {
    color: #6b5d52;
    font-family: var(--font-secondary);
    font-size: 15px;
    line-height: 1.6;
    max-width: 550px;
    margin: 0 auto;
}

/* fields */
.cf-input {
    width: 100%;
    background: #f0ede8;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 16px 18px;
    font-family: var(--font-secondary);
    font-size: 15px;
    color: #1a1614;
    outline: none;
    transition: border-color .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
}
.cf-input::placeholder { color: #8a7f72; }
.cf-input:focus {
    background: #fff;
    border-color: #c9a882;
    box-shadow: 0 0 0 3px rgba(201, 168, 130, .12);
}

.cf-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238a7f72' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
    padding-right: 44px;
    cursor: pointer;
}

.cf-textarea {
    resize: vertical;
    min-height: 130px;
    line-height: 1.6;
}

/* radio question */
.cf-question {
    color: #2a2320;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0 14px;
}
.cf-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: var(--font-secondary);
    font-size: 15px;
    color: #4a4038;
}
.cf-radio input {
    width: 18px;
    height: 18px;
    accent-color: #c9a882;
    cursor: pointer;
}

.cf-note {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 14px;
    margin: 6px 0 0;
}

/* submit */
.cf-submit {
    width: 100%;
    background: #241a12;
    color: #f5f0e8;
    border: none;
    border-radius: 6px;
    padding: 18px 30px;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .25s ease-in-out;
}
.cf-submit:hover { background: #3a2c20; }

/* Responsive */
@media (max-width: 768px) {
    .consult-header { padding: 48px 0 56px; }
    .consult-header .section-heading h2 { font-size: 34px; }
    .consult-form-sec { padding: 44px 0 70px; }
    .consult-intro h3 { font-size: 22px; }
}
@media (max-width: 575px) {
    .consult-header .section-heading h2 { font-size: 28px; }
    .cf-input { padding: 14px 16px; }
}

form#consultForm {
    padding: 0px 80px;
}

/* ===== Important Information ===== */
.important-info {
    background: #f7f3ee;
    padding: 90px 0 90px;
}

.info-card {
    background: #fffdf9;
    border: 1px solid hsla(33,35%,57%,.35);
    border-radius: 20px;
    padding: 48px 56px;
    box-shadow: 0 14px 40px -12px #2e26200d;
}

.info-card h2 {
    color: #2e2620;
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 28px;
    letter-spacing: -.01em;
}

.info-list {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.info-list li {
    color: #4a4037;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 8px;
}

.info-list li::marker {
    color: black;
}

.info-list li:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .important-info { padding: 30px 0 70px; }
    .info-card { padding: 40px 36px; }
    .info-card h2 { font-size: 32px; }
}

@media (max-width: 575px) {
    .important-info { padding: 20px 0 56px; }
    .info-card { padding: 32px 26px; }
    .info-card h2 { font-size: 28px; }
    .info-list li { font-size: 15px; }
}

/* ===== Still Have Questions ===== */
.still-questions {
    background: #2e2620;
    padding: 120px 0;
}

.sq-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.sq-inner h2 {
    color: #faf6f0;
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 20px;
}

.sq-inner p {
    color: #e0d5c7d9;
    font-family: var(--font-primary);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 36px;
}

.sq-btn {
    display: inline-block;
    background: #b8956a;
    color: #2a2018;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .02em;
    padding: 16px 40px;
    border-radius: 100px;
    text-decoration: none;
    transition: background .25s ease-in-out, transform .25s ease-in-out;
}

.sq-btn:hover {
    background: #d4b891;
    color: #2a2018;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .still-questions { padding: 80px 0; }
    .sq-inner h2 { font-size: 42px; }
}

@media (max-width: 575px) {
    .still-questions { padding: 64px 0; }
    .sq-inner h2 { font-size: 34px; }
    .sq-inner p { font-size: 16px; }
    .sq-btn { width: 100%; padding: 16px 28px; }
}

/* ===== Advisory Certifications ===== */
.advisory-certs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 120px 0 0;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.advisory-certs li {flex: 0 0 18%;width: 18%;}

.cert-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c9a882;
    flex-shrink: 0;
}

.cert-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .advisory-certs { margin-top: 28px; }
}

@media (max-width: 575px) {
    .advisory-certs li {
        font-size: 11px;
        padding: 10px 16px;
    }
    .cert-icon svg { width: 14px; height: 14px; }
}

.certificate-box img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.certificate-box {
    text-align: center;
}

section.pathways .section-heading h2 {
    max-width: 700px;
}

section.you-may-also-like {
    padding: 120px 0px;
}

.you-may-also-like .section-heading h2 {
    color: #2c1a0e;
    font-family: var(--font-heading);
    font-size: 60px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 26px;
    margin-bottom: 50px;
}

.pd-qty {
    margin-bottom: 20px;
}

.pd-cta {
    display: inline-block;
    width: auto;
    padding: 11px 25px;
}

/* ===== Product Quantity Selector ===== */
.pd-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d8cdbd;
    border-radius: 50px;
    background: #fbf8f3;
    overflow: hidden;
    width: fit-content;
    padding: 6px 20px;
    margin-right: 13px;
    padding-right: 9px;
}

.pd-qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: transparent;
    border: none;
    color: #1a1614;
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease-in-out, color .2s ease-in-out;
}

.pd-qty-btn:hover {
    background: #241a12;
    color: #f5f0e8;
}

.pd-qty-btn:first-child {
    border-radius: 50px 0 0 50px;
}

.pd-qty-btn:last-child {
    border-radius: 0 50px 50px 0;
}

.pd-qty-input {
    width: 52px;
    height: 46px;
    border: none;
    border-left: 1px solid #e8dfd1;
    border-right: 1px solid #e8dfd1;
    background: transparent;
    text-align: center;
    color: #1a1614;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 600;
    outline: none;
    -moz-appearance: textfield;
}

.pd-qty-input::-webkit-outer-spin-button,
.pd-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pd-qty-input:focus {
    background: #fff;
}

/* Responsive */
@media (max-width: 575px) {
    .pd-qty-btn {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
    .pd-qty-input {
        width: 46px;
        height: 42px;
        font-size: 14px;
    }
}

/* ===== Recent Lab Work Block ===== */
.lab-work {
    margin: 32px 0;
}

.lab-work-eyebrow {
    color: #b8935f;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 16px;
}

/* Toggle pills */
.lab-toggle {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.lab-toggle-btn {
    background: transparent;
    border: 1px solid #d8cdbd;
    border-radius: 50px;
    padding: 12px 22px;
    color: #4a4038;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    transition: background .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.lab-toggle-btn:hover {
    border-color: #b8935f;
}

.lab-toggle-btn.active {
    background: #241a12;
    border-color: #241a12;
    color: #f5f0e8;
}

/* Note box */
.lab-note {
    background: #f7f3ee;
    border: 1px solid #e8dfd1;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

.lab-note-text {
    color: #6b5d52;
    font-family: var(--font-secondary);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* Accordion */
.lab-accordion {
    border: 1px solid #e8dfd1;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.lab-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    border: none;
    padding: 16px 20px;
    color: #1a1614;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.lab-accordion-icon {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.lab-accordion-icon::before,
.lab-accordion-icon::after {
    content: "";
    position: absolute;
    background: #1a1614;
    transition: transform .25s ease-in-out;
}

.lab-accordion-icon::before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
}

.lab-accordion-icon::after {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
}

.lab-accordion-header.active .lab-accordion-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.lab-accordion-body {
    padding: 0 20px 20px;
    border-top: 1px solid #f0e7db;
}

.lab-biomarker-list {
    margin: 16px 0 0;
    padding-left: 20px;
    list-style: disc;
}

.lab-biomarker-list li {
    color: #4a4037;
    font-family: var(--font-secondary);
    font-size: 14px;
    line-height: 1.8;
}

.lab-accordion-note {
    color: #a89684;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-style: italic;
    margin: 14px 0 0;
}

/* Checkbox row */
.lab-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e8dfd1;
    border-radius: 8px;
    padding: 16px 20px;
    cursor: pointer;
    font-family: var(--font-secondary);
    font-size: 14px;
    color: #2a2320;
    margin-bottom: 4px;
}

.lab-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #c9a882;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 575px) {
    .lab-toggle {
        flex-direction: column;
    }
    .lab-toggle-btn {
        width: 100%;
        text-align: center;
    }
}


/* ===== Search Page ===== */
.search-header {
    padding-bottom: 60px;
}

.search-form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 560px;
    margin: 36px auto 0;
}

.search-input {
    width: 100%;
    background: #fff;
    border: 1px solid #d8d2c9;
    border-radius: 40px;
    padding: 18px 60px 18px 28px;
    font-family: var(--font-secondary);
    font-size: 15px;
    color: #1a1614;
    outline: none;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.search-input::placeholder {
    color: #9a938a;
}

.search-input:focus {
    border-color: #b8a48c;
    box-shadow: 0 0 0 3px rgba(201, 168, 130, .12);
}

.search-submit {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #241a12;
    border: none;
    color: #f5f0e8;
    cursor: pointer;
    border-radius: 50%;
    transition: background .25s ease, transform .25s ease;
}

.search-submit svg {
    width: 18px;
    height: 18px;
}

.search-submit:hover {
    background: #3a2c20;
    transform: translateY(-50%) translateX(2px);
}

/* Results section */

.search-results-count {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px;
}

.search-empty {
    color: #8a7a6e;
    font-family: var(--font-secondary);
    font-size: 16px;
    text-align: center;
    padding: 40px 0 20px;
}

/* Responsive */
@media (max-width: 575px) {
    .search-form {
        margin-top: 28px;
    }
    .search-input {
        padding: 16px 54px 16px 22px;
        font-size: 14px;
    }
}

section.cat-group.search-results-section .container {
    padding: 0 15px;
}

section.cat-group.search-results-section .wp-products {
    gap: 30px 0px;
}

/* ===== Shop Filter Bar ===== */
.shop-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1400px;
    margin: 0 auto 56px;
    padding: 0 60px;
}

/* Collection dropdown */
.shop-collection-filter {
    flex-shrink: 0;
}

.shop-collection-filter select {
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238a7a6e' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
    border: 1px solid #d8cdbd;
    border-radius: 40px;
    padding: 14px 44px 14px 24px;
    min-width: 300px;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 500;
    color: #1a1614;
    cursor: pointer;
    outline: none;
    transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}

.shop-collection-filter select:hover {
    border-color: #b8935f;
}

.shop-collection-filter select:focus {
    border-color: #c9a882;
    box-shadow: 0 0 0 3px rgba(201, 168, 130, .12);
}

/* Search box */
.shop-search-filter {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
}

.shop-search-filter input[type="text"] {
    width: 100%;
    background: #fff;
    border: 1px solid #d8cdbd;
    border-radius: 40px;
    padding: 14px 52px 14px 24px;
    font-family: var(--font-secondary);
    font-size: 14px;
    color: #1a1614;
    outline: none;
    transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}

.shop-search-filter input[type="text"]::placeholder {
    color: #9a938a;
}

.shop-search-filter input[type="text"]:focus {
    border-color: #c9a882;
    box-shadow: 0 0 0 3px rgba(201, 168, 130, .12);
}

.shop-search-filter button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #241a12;
    border: none;
    color: #f5f0e8;
    cursor: pointer;
    border-radius: 50%;
    transition: background .25s ease-in-out, transform .25s ease-in-out;
}

.shop-search-filter button svg {
    width: 16px;
    height: 16px;
}

.shop-search-filter button:hover {
    background: #3a2c20;
    transform: translateY(-50%) translateX(2px);
}

/* Responsive */
@media (max-width: 991px) {
    .shop-filter-bar {
        padding: 0 32px;
    }
    .shop-search-filter {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .shop-filter-bar {
        padding: 0 20px;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: stretch;
    }
    .shop-collection-filter select {
        width: 100%;
        min-width: 0;
    }
    .shop-search-filter {
        max-width: 100%;
    }
}

.pd-sku {
    color: #a89684;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    margin: 0 0 25px;
}

.pd-option {margin: 16px 0;width: 20%;}
.pd-option label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1a1a1a;
}
.pd-option-select {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.pd-option-select:focus {
  outline: none;
  border-color: #8B1A1A;
  box-shadow: 0 0 0 2px rgba(139,26,26,0.15);
}

.shop-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 40px 0 20px;
}

.shop-pagination a,
.shop-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 40px;
    padding: 0 18px;
    font-size: 15px;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
}

/* Numbered/link pages */
.shop-pagination a {
    color: #1a1a1a;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.shop-pagination a:hover {
    border-color: #8b1a1a;
    color: #8b1a1a;
}

/* Current active page */
.shop-pagination span.current {
    background: #1a1614;
    color: #fff;
    border: 1px solid #1a1614;
    font-weight: 600;
}

/* Prev / Next wider */
.shop-pagination a:first-child,
.shop-pagination a:last-child {
  padding: 0 16px;
  font-weight: 500;
}

.pd-qty input {
    border: 1px solid #d8cdbd;
    border-radius: 50px;
    text-align: center;
    width: 80px;
    padding: 5px;
}

.pd-qty label {
    margin-right: 15px;
}

.lab-work-error {
  color: #c0392b;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.cart-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:2rem;margin:2rem 0;box-shadow:0 6px 24px rgba(0,0,0,.05)}
.cart-items{list-style:none;margin:0;padding:0}
.cart-item{display:grid;grid-template-columns:80px 1fr 90px 110px 30px;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid #f0f0f0}
.cart-item-title{font-weight:600;text-decoration:none;color:inherit}
.cart-item-variant{color:#888;font-size:.9rem;margin:.25rem 0 0}
.cart-item-props{list-style:none;padding:0;margin:.5rem 0 0;font-size:.85rem;color:#666}
.cart-item-props span{font-weight:600}
.cart-item-qty input{width:70px;padding:.5rem;border:1px solid #ccc;border-radius:8px;text-align:center}
.cart-item-price{font-weight:600;text-align:right}
.cart-item-remove a{color:#c0392b;font-size:1.4rem;text-decoration:none}
.cart-footer{margin-top:1.5rem;text-align:right}
.cart-subtotal{display:flex;justify-content:flex-end;gap:1rem;font-size:1.2rem}
.cart-tax-note{color:#888;font-size:.85rem;margin:.5rem 0 1.25rem}
.cart-actions{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}
.cart-btn{padding:.85rem 1.75rem;border-radius:30px;border:1px solid #2b1d16;cursor:pointer;font-weight:600;text-decoration:none;display:inline-block}
.cart-btn--solid{background:#2b1d16;color:#fff}
.cart-btn--outline{background:transparent;color:#2b1d16}
.cart-empty{text-align:center;padding:3rem 1rem}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
@media(max-width:640px){.cart-item{grid-template-columns:64px 1fr;grid-auto-rows:auto}.cart-footer,.cart-actions,.cart-subtotal{text-align:center;justify-content:center}}

span.cart-count {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #c9a882;
    border-radius: 50px;
    text-align: center;
    color: white;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 3px;
    font-weight: 500;
}

/* ===== 404 Error Page ===== */
.error-404 {
    position: relative;
    background: #1a120c;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e404-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.e404-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.e404-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #14100bcc;
}

.e404-inner {
    position: relative;
    z-index: 2;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.e404-eyebrow {
    display: inline-block;
    color: #c9a26a;
    font-family: var(--font-secondary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .24em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.e404-heading {
    color: #f5f0e8;
    font-family: var(--font-heading);
    font-size: 140px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
}

.e404-text {
    color: #f6f1eab3;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    max-width: 420px;
    margin: 0 auto 40px;
}

/* search */
.e404-search {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 420px;
    margin: 0 auto 32px;
}

.e404-search-input {
    width: 100%;
    background: #f6f1ea14;
    border: 1px solid #f6f1ea33;
    border-radius: 40px;
    padding: 16px 56px 16px 24px;
    font-family: var(--font-secondary);
    font-size: 14px;
    color: #f5f0e8;
    outline: none;
    transition: border-color .25s ease-in-out, background .25s ease-in-out;
}
.e404-search-input::placeholder {
    color: #c9b9a599;
}
.e404-search-input:focus {
    border-color: #c9a882;
    background: #f6f1ea1f;
}

.e404-search-btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c9a882;
    border: none;
    color: #1c1612;
    cursor: pointer;
    border-radius: 50%;
    transition: background .25s ease-in-out, transform .25s ease-in-out;
}
.e404-search-btn svg {
    width: 16px;
    height: 16px;
}
.e404-search-btn:hover {
    background: #d4b987;
    transform: translateY(-50%) scale(1.05);
}

/* buttons */
.e404-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.e404-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 100px;
    text-decoration: none;
    transition: background .25s ease-in-out, transform .25s ease-in-out, border-color .25s ease-in-out;
}

.e404-btn--gold {
    background: #c9a882;
    color: #1c1612;
}
.e404-btn--gold:hover {
    background: #d4b987;
    color: #1c1612;
    transform: translateY(-2px);
}

.e404-btn--outline {
    background: transparent;
    border: 1px solid #f6f1ea3d;
    color: #f5f0e8;
}
.e404-btn--outline:hover {
    background: #f6f1ea14;
    border-color: #f6f1ea7a;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .e404-heading { font-size: 96px; }
    .e404-text { font-size: 15px; }
}

@media (max-width: 575px) {
    .e404-heading { font-size: 72px; }
    .e404-links {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .e404-btn { width: 100%; }
}