.hh_consultations {
    --gold: #f5cca1;
    --gold-mid: #f7e2cc;
    --gold-light: #FAEDE1;
    --gold-pale: #FAEDE1;
    --gold-wash: #FAEDE1;
    --olive: #7e170e;
    --olive-dark: #470904;
    --olive-pale: #e3e3e3;
    --olive-wash: #f5f7ec;
    --cream: #fdfaf3;
    --cream2: #f7f2e8;
    --white: #ffffff;
    --text: #111111;
    --text2: #3a3a3a;
    --muted: #7a7060;
    --border: #e8dfc8;
    --border2: #d9cdb0;

    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--cream);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.hh_consultations *,
.hh_consultations *::before,
.hh_consultations *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ── HERO ─────────────────────────────────────────────── */
.hh_consultations .hh_consultations-hero {
    background: var(--gold-pale);
    position: relative;
    overflow: hidden;
    padding: 96px 40px 80px;
}

.hh_consultations .hh_consultations-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 80% at 100% 50%, rgba(111, 129, 40, 0.09) 0%, transparent 65%),
        radial-gradient(ellipse 50% 60% at -10% 80%, rgba(228, 170, 67, 0.18) 0%, transparent 55%);
    pointer-events: none;
}

/* big decorative text */
.hh_consultations .hh_consultations-hero::after {
    content: 'WELLNESS';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Playfair Display', serif;
    font-size: clamp(80px, 12vw, 160px);
    font-weight: 700;
    color: rgba(228, 170, 67, 0.10);
    letter-spacing: 6px;
    pointer-events: none;
    white-space: nowrap;
}

.hh_consultations .hh_consultations-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 60px;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

.hh_consultations .hh_consultations-hero-left {}

.hh_consultations .hh_consultations-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    border: 1.5px solid var(--border2);
    color: var(--olive);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 26px;
}

.hh_consultations .hh_consultations-eyebrow span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    display: inline-block;
}

.hh_consultations .hh_consultations-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 5.5vw, 68px);
    color: var(--text);
    line-height: 1.06;
    margin-bottom: 22px;
    font-weight: 700;
}

.hh_consultations .hh_consultations-hero h1 em {
    color: var(--olive);
    font-style: italic;
}

.hh_consultations .hh_consultations-hero-sub {
    font-size: 16px;
    color: var(--text);
    max-width: 500px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 36px;
}

.hh_consultations .hh_consultations-hero-sub b {
    color: var(--olive);
}

.hh_consultations .hh_consultations-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hh_consultations .hh_consultations-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--olive);
    color: var(--white);
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

.hh_consultations .hh_consultations-btn-primary:hover {
    background: var(--olive-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(111, 129, 40, 0.28);
}

.hh_consultations .hh_consultations-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--text);
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--border2);
    transition: border-color 0.2s, color 0.2s;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

.hh_consultations .hh_consultations-btn-outline:hover {
    border-color: var(--olive);
    color: var(--olive);
}

/* hero right: stats stacked */
.hh_consultations .hh_consultations-hero-stats {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hh_consultations .hh_consultations-stat-pill {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px 28px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    min-width: 160px;
}

.hh_consultations .hh_consultations-stat-pill strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: var(--gold-mid);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.hh_consultations .hh_consultations-stat-pill span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--muted);
    font-weight: 500;
}

/* ── TAB NAV ──────────────────────────────────────────── */
.hh_consultations .hh_consultations-tab-nav {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: center;
    gap: 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
}

.hh_consultations .hh_consultations-tab {
    padding: 20px 44px;
    font-size: 14px;
    font-weight: 600;
    color: var(--muted);
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    letter-spacing: 0.3px;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hh_consultations .hh_consultations-tab.active {
    color: var(--olive);
    border-bottom-color: var(--gold);
}

.hh_consultations .hh_consultations-tab:hover:not(.active) {
    color: var(--text);
}

/* ── PANELS ───────────────────────────────────────────── */
.hh_consultations .hh_consultations-panel {
    display: none;
}

.hh_consultations .hh_consultations-panel.active {
    display: block;
}

/* ── SECTION LABELS ───────────────────────────────────── */
.hh_consultations .hh_consultations-sec-wrap {
    padding: 0 28px;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

.hh_consultations .hh_consultations-sec-head {
    text-align: center;
    padding: 80px 0 56px;
}

.hh_consultations .hh_consultations-sec-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--olive);
    margin-bottom: 12px;
    padding: 5px 14px;
    background: var(--olive-pale);
    border-radius: 50px;
}

.hh_consultations .hh_consultations-sec-head h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 3.5vw, 46px);
    color: var(--text);
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 14px;
}

.hh_consultations .hh_consultations-sec-head h2 em {
    color: var(--muted);
    font-style: italic;
}

.hh_consultations .hh_consultations-sec-head p {
    font-size: 16px;
    color: var(--muted);
    max-width: 560px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.8;
}

/* ── CLINICAL CARDS ───────────────────────────────────── */
.hh_consultations .hh_consultations-clinical-bg {
    background: var(--cream);
}

.hh_consultations .hh_consultations-clinical-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 0 28px 90px;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

.hh_consultations .hh_consultations-c-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 28px;
    padding: 44px 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hh_consultations .hh_consultations-c-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(111, 129, 40, 0.1);
}

/* gold-olive gradient line top */
.hh_consultations .hh_consultations-c-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--olive));
    border-radius: 28px 28px 0 0;
}

/* warm leaf shape bg decoration */
.hh_consultations .hh_consultations-c-card::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--gold-pale);
    opacity: 0.5;
    pointer-events: none;
}

.hh_consultations .hh_consultations-c-tag {
    display: inline-block;
    background: var(--gold-pale);
    border: 1px solid var(--border2);
    color: var(--olive);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.hh_consultations .hh_consultations-c-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: var(--text);
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.hh_consultations .hh_consultations-price-block {
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.hh_consultations .hh_consultations-price-block .sym {
    font-size: 20px;
    font-weight: 700;
    color: var(--gold-mid);
    line-height: 1;
}

.hh_consultations .hh_consultations-price-block .amt {
    font-family: 'Playfair Display', serif;
    font-size: 58px;
    font-weight: 700;
    color: var(--text);
    line-height: 1;
}

.hh_consultations .hh_consultations-price-note {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 30px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.hh_consultations .hh_consultations-feat-list {
    list-style: none;
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
    min-height: 200px;
}

.hh_consultations .hh_consultations-feat-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
    color: var(--text2);
    line-height: 1.5;
}

.hh_consultations .hh_consultations-feat-list li:last-child {
    border-bottom: none;
}

.hh_consultations .hh_consultations-feat-list li .chk {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--olive-pale);
    color: var(--olive);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.hh_consultations .hh_consultations-cta-card {
    display: block;
    width: 100%;
    padding: 15px;
    background: var(--gold);
    color: var(--text);
    text-align: center;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.4px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    position: relative;
    z-index: 1;
}

.hh_consultations .hh_consultations-cta-card:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(228, 170, 67, 0.4);
}

/* ── HOW IT WORKS ─────────────────────────────────────── */
.hh_consultations .hh_consultations-steps-bg {
    background: #fff;
    border-top: 1px solid var(--border);
}

.hh_consultations .hh_consultations-steps-inner {
    padding: 0 28px 90px;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

.hh_consultations .hh_consultations-steps-inner .hh_consultations-sec-head {
    padding-top: 80px;
}

.hh_consultations .hh_consultations-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

/* connecting line */
.hh_consultations .hh_consultations-steps-grid::before {
    content: '';
    position: absolute;
    top: 32px;
    left: calc(12.5% + 14px);
    right: calc(12.5% + 14px);
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--olive));
    z-index: 0;
}

.hh_consultations .hh_consultations-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.hh_consultations .hh_consultations-step-n {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--white);
    border: 2.5px solid var(--gold);
    color: #b7926b;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 16px rgba(228, 170, 67, 0.2);
    transition: background 0.2s;
}

.hh_consultations .hh_consultations-step:hover .hh_consultations-step-n {
    background: var(--gold-pale);
}

.hh_consultations .hh_consultations-step h4 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: var(--text);
    font-weight: 600;
    margin-bottom: 8px;
}

.hh_consultations .hh_consultations-step p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65;
    font-weight: 300;
}

/* ── ONLINE PRICING ───────────────────────────────────── */
.hh_consultations .hh_consultations-online-bg {
    background: var(--gold-pale);
}

.hh_consultations .hh_consultations-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
    padding: 0 28px 90px;
    align-items: start;
}

.hh_consultations .hh_consultations-p-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 28px;
    padding: 38px 34px;
    position: relative;
    overflow: hidden;
    transition: transform 0.28s, box-shadow 0.28s, border-color 0.28s;
}

.hh_consultations .hh_consultations-p-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(111, 129, 40, 0.1);
    border-color: var(--border2);
}

.hh_consultations .hh_consultations-p-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--border);
    border-radius: 28px 28px 0 0;
    transition: background 0.2s;
}

.hh_consultations .hh_consultations-p-card:hover::before {
    background: var(--gold);
}

/* popular card */
.hh_consultations .hh_consultations-p-card.popular {
    border-color: var(--gold);
    border-width: 2px;
    transform: scale(1.04);
    box-shadow: 0 12px 40px rgba(228, 170, 67, 0.18);
}

.hh_consultations .hh_consultations-p-card.popular::before {
    background: linear-gradient(90deg, var(--gold), var(--olive));
}

.hh_consultations .hh_consultations-p-card.popular:hover {
    transform: scale(1.04) translateY(-6px);
}

.hh_consultations .hh_consultations-popular-tag {
    position: absolute;
    top: 18px;
    right: 18px;
    background: var(--gold);
    color: var(--text);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 50px;
}

.hh_consultations .hh_consultations-plan-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--olive);
    margin-bottom: 18px;
}

.hh_consultations .hh_consultations-p-card .hh_consultations-price-block .sym {
    color: var(--gold-mid);
}

.hh_consultations .hh_consultations-p-card .hh_consultations-price-block .amt {
    font-size: 50px;
}

.hh_consultations .hh_consultations-p-card .hh_consultations-price-note {
    margin-bottom: 26px;
}

.hh_consultations .hh_consultations-p-card .hh_consultations-cta-card {
    background: var(--olive-pale);
    color: var(--olive);
}

.hh_consultations .hh_consultations-p-card .hh_consultations-cta-card:hover {
    background: var(--olive);
    color: var(--white);
    box-shadow: 0 8px 24px rgba(111, 129, 40, 0.25);
}

.hh_consultations .hh_consultations-p-card.popular .hh_consultations-cta-card {
    background: var(--gold);
    color: var(--text);
}

.hh_consultations .hh_consultations-p-card.popular .hh_consultations-cta-card:hover {
    background: var(--gold-mid);
    color: var(--white);
}

.hh_consultations #hh_consultations-panel-online .hh_consultations-feat-list {
    list-style: none;
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
    min-height: 255px;
}

/* ── COMPARE TOGGLE ───────────────────────────────────── */
.hh_consultations .hh_consultations-cmp-wrap {
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
    padding: 40px 0;
}

.hh_consultations .hh_consultations-cmp-toggle-wrap {
    text-align: center;
}

.hh_consultations .hh_consultations-cmp-btn {
    background: var(--white);
    border: 1.5px solid var(--border2);
    color: var(--text2);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 26px;
    border-radius: 50px;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hh_consultations .hh_consultations-cmp-btn:hover {
    border-color: var(--olive);
    color: var(--olive);
}

.hh_consultations .hh_consultations-cmp-table-wrap {
    display: none;
    overflow-x: auto;
    border-radius: 16px;
    border: 1.5px solid var(--border);
    background: var(--white);
}

.hh_consultations .hh_consultations-cmp-table-wrap.open {
    display: block;
    margin-top: 25px;
}

.hh_consultations .hh_consultations-cmp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.hh_consultations .hh_consultations-cmp-table th {
    padding: 15px 20px;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--olive);
    background: var(--olive-wash);
    border-bottom: 1px solid var(--border);
}

.hh_consultations .hh_consultations-cmp-table td {
    padding: 14px 20px;
    color: var(--text2);
    border-bottom: 1px solid var(--border);
}

.hh_consultations .hh_consultations-cmp-table td:first-child {
    font-weight: 500;
    color: var(--text);
}

.hh_consultations .hh_consultations-cmp-table tr:last-child td {
    border-bottom: none;
}

.hh_consultations .hh_consultations-cmp-table tr:hover td {
    background: var(--gold-pale);
}

.hh_consultations .tick {
    color: var(--olive);
    font-weight: 700;
    font-size: 15px;
}

.hh_consultations .cross {
    color: var(--border2);
    font-size: 15px;
}

/* ── FAQ ──────────────────────────────────────────────── */
.hh_consultations .hh_consultations-faq-bg {
    background: var(--cream2);
    border-top: 1px solid var(--border);
}

.hh_consultations .hh_consultations-faq-inner {
    padding: 0 28px 90px;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

.hh_consultations .hh_consultations-faq-inner .hh_consultations-sec-head {
    padding-top: 80px;
}

.hh_consultations .hh_consultations-faq-item {
    border-bottom: 1px solid var(--border);
}

.hh_consultations .hh_consultations-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    gap: 20px;
    user-select: none;
    transition: color 0.2s;
}

.hh_consultations .hh_consultations-faq-q:hover {
    color: var(--olive);
}

.hh_consultations .hh_consultations-faq-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--gold-pale);
    border: 1.5px solid var(--border2);
    color: #b7926b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    flex-shrink: 0;
    transition: background 0.25s, transform 0.3s, border-color 0.25s;
    line-height: 1;
}

.hh_consultations .hh_consultations-faq-item.open .hh_consultations-faq-icon {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--white);
    transform: rotate(45deg);
}

.hh_consultations .hh_consultations-faq-a {
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.85;
    font-weight: 300;
    transition: max-height 0.4s ease, padding 0.3s;
}

.hh_consultations .hh_consultations-faq-item.open .hh_consultations-faq-a {
    max-height: 300px;
    padding-bottom: 22px;
}

/* ── BOTTOM CTA ───────────────────────────────────────── */
.hh_consultations .hh_consultations-bottom-cta {
    background: var(--olive);
    padding: 100px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hh_consultations .hh_consultations-bottom-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 0% 50%, rgba(228, 170, 67, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 40% 60% at 100% 100%, rgba(228, 170, 67, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hh_consultations .hh_consultations-bottom-cta::after {
    content: 'HEALTHY';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', serif;
    font-size: clamp(80px, 14vw, 180px);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.04);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: 8px;
}

.hh_consultations .hh_consultations-cta-inner {
    position: relative;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

.hh_consultations .hh_consultations-bottom-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 4.5vw, 52px);
    color: var(--white);
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.12;
}

.hh_consultations .hh_consultations-bottom-cta h2 em {
    color: var(--gold-light);
    font-style: italic;
}

.hh_consultations .hh_consultations-bottom-cta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 38px;
    line-height: 1.75;
}

.hh_consultations .hh_consultations-cta-wa {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: var(--text);
    padding: 17px 42px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.hh_consultations .hh_consultations-cta-wa:hover {
    background: var(--gold-light);
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.hh_consultations .hh_consultations-cta-wa svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
}

/* ── REVEAL ANIMATION ─────────────────────────────────── */
.hh_consultations .hh_consultations-reveal {
    opacity: 1;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.hh_consultations .hh_consultations-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 960px) {
    .hh_consultations .hh_consultations-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 460px;
        margin: 0 auto;
    }

    .hh_consultations .hh_consultations-p-card.popular {
        transform: scale(1);
        order: -1;
    }

    .hh_consultations .hh_consultations-p-card.popular:hover {
        transform: translateY(-6px);
    }

    .hh_consultations .hh_consultations-clinical-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .hh_consultations .hh_consultations-steps-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .hh_consultations .hh_consultations-steps-grid::before {
        display: none;
    }

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

    .hh_consultations .hh_consultations-hero-stats {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .hh_consultations .hh_consultations-stat-pill {
        min-width: 120px;
    }

    .hh_consultations .hh_consultations-hero::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .hh_consultations .hh_consultations-hero {
        padding: 70px 24px 60px;
    }

    .hh_consultations .hh_consultations-tab {
        padding: 16px 20px;
        font-size: 13px;
    }

    .hh_consultations .hh_consultations-steps-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .hh_consultations .hh_consultations-clinical-grid,
    .hh_consultations .hh_consultations-pricing-grid,
    .hh_consultations .hh_consultations-cmp-wrap {
        padding: 0 16px 70px;
    }

    .hh_consultations .hh_consultations-c-card {
        padding: 32px 26px;
    }
}

































.contact_root {
    --green: #470904;
    --green-light: #7e170e;
    --green-pale: #f5cca1;
    --cream: #FAEDE1;
    --border: #e8e0d5;
    --dark: #111111;
    background: var(--cream);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    color: var(--dark);
    background: var(--cream);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    color: var(--dark);
    padding-bottom: 50px;
}


/* HERO_contact */
.hero_contact {
    background: linear-gradient(150deg, var(--green) 0%, var(--green-light) 100%);
    padding: 90px 40px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero_contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 60%, rgba(82, 183, 136, 0.2) 0%, transparent 60%);
}

.hero_contact .badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 7px 22px;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
}

.hero_contact h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(38px, 6vw, 62px);
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.1;
    position: relative;
}

.hero_contact h1 em {
    font-style: italic;
    color: var(--white);
}

.hero_contact p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

/* CONTACT INFO STRIP */
.info-strip {
    display: flex;
    justify-content: center;
    gap: 0;
    background: #fff;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-top: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

.info-item {
    flex: 1;
    padding: 28px 24px;
    text-align: center;
    border-right: 1px solid var(--border);
    transition: background .2s;
}

.info-item:last-child {
    border-right: none;
}

.info-item:hover {
    background: #f0faf4;
}

.info-icon {
    width: 46px;
    height: 46px;
    background: var(--green-pale);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 20px;
}

.info-item h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #9ca3af;
    margin-bottom: 6px;
}

.info-item a,
.info-item p {
    color: var(--green);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.info-item a:hover {
    color: var(--green-light);
}

/* MAIN LAYOUT */
.main-wrap {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 50px;
    align-items: start;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

/* FORM SIDE */
.form-box {
    background: #fff;
    border-radius: 24px;
    padding: 48px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.form-box h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: var(--green);
    margin-bottom: 8px;
}

.form-box .subtitle {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 36px;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 7px;
    letter-spacing: .3px;
}

.form-group label span {
    color: #d97706;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: var(--dark);
    background: #fafafa;
    transition: border-color .2s, box-shadow .2s;
    outline: none;
}

.form-group textarea {
    height: 130px;
    resize: vertical;
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--green-light);
    box-shadow: 0 0 0 3px rgba(82, 183, 136, 0.12);
    background: #fff;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.radio-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.radio-option {
    flex: 1;
    min-width: 120px;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-option label {
    display: block;
    padding: 11px 14px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    transition: .2s;
    color: #6b7280;
    background: #fafafa;
}

.radio-option input:checked+label {
    border-color: var(--green);
    background: var(--green-pale);
    color: var(--green);
    font-weight: 500;
}

.submit-btn {
    width: 100%;
    padding: 17px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    color: #fff;
    border: none;
    border-radius: 14px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
    margin-top: 8px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 106, 79, 0.3);
}

.form-note {
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
    margin-top: 14px;
}

.success-msg {
    display: none;
    background: var(--green-pale);
    border: 1px solid var(--green-light);
    border-radius: 14px;
    padding: 24px;
    text-align: center;
    margin-top: 20px;
}

.success-msg h4 {
    color: var(--green);
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 6px;
}

.success-msg p {
    color: #374151;
    font-size: 14px;
}

/* RIGHT SIDE */
.right-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.map-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.map-card .map-placeholder {
    height: 220px;
    background: linear-gradient(135deg, #d8f3dc, #b7e4c7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.map-card .map-placeholder::before {
    content: '📍';
    font-size: 48px;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

.map-card iframe {
    width: 100%;
    height: 220px;
    border: none;
    display: block;
}

.map-card .map-info {
    padding: 22px 24px;
}

.map-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--green);
    margin-bottom: 6px;
}

.map-card p {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 14px;
}

.map-card a {
    display: inline-block;
    font-size: 13px;
    color: var(--green);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid var(--green-pale);
}

.hours-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.hours-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--green);
    margin-bottom: 18px;
}

.hour-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}

.hour-row:last-child {
    border-bottom: none;
}

.hour-row .day {
    color: #374151;
    font-weight: 400;
}

.hour-row .time {
    color: var(--green);
    font-weight: 500;
}

.hour-row .closed {
    color: #ef4444;
}

.social-card {
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 20px;
    padding: 28px;
    text-align: center;
    color: #fff;
}

.social-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 8px;
}

.social-card p {
    opacity: .75;
    font-size: 13px;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.social-btn {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: background .2s;
}

.social-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* TESTIMONIALS STRIP */
.testimonials-strip {
    background: #fff;
    border-radius: 24px;
    padding: 48px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

.strip-header {
    text-align: center;
    margin-bottom: 40px;
}

.strip-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: var(--green);
    margin-bottom: 8px;
}

.strip-header p {
    color: #6b7280;
    font-size: 15px;
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.testi-card {
    background: var(--cream);
    border-radius: 16px;
    padding: 26px;
    border: 1px solid var(--border);
}

.testi-stars {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 12px;
}

.testi-text {
    font-size: 14px;
    color: #374151;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 18px;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--green-pale);
    color: var(--green);
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testi-name {
    font-size: 14px;
    font-weight: 500;
}

.testi-role {
    font-size: 12px;
    color: #9ca3af;
}

@media(max-width:900px) {
    .main-wrap {
        grid-template-columns: 1fr;
    }

    .info-strip {
        flex-direction: column;
    }

    .info-item {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .info-item:last-child {
        border-bottom: none;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .testimonials-strip {
        margin: 0 16px 60px;
    }
}
















/* ── Parent wrapper ── */
.reset-ritual,
.reset-ritual *,
.reset-ritual *::before,
.reset-ritual *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.reset-ritual {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #e5e5e5;
}


.ingredients-section.ingredients_wrapper {
    background: linear-gradient(to bottom, #FAEDE1 0%, #FAEDE1 47%, #e5e5e5 47%, #e5e5e5 100%);
}

.ingredients-section.ingredients_wrapper .section-title {
    text-align: center;
}

.ingredients-section.ingredients_wrapper .section-title p {
    max-width: 100%;
}

@media (max-width: 1920px) {
    .container {
        max-width: 100%;
        width: 90%;
        margin: auto 5% auto 5% !important;
    }
}

/* ── Hero band ── */
.reset-ritual__hero {
    /* background: #FAEDE1;
            padding: 56px 28px 48px; */
    text-align: center;
}

.reset-ritual__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7E170E;
    margin-bottom: 14px;
}

.reset-ritual__eyebrow::before,
.reset-ritual__eyebrow::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #4a5916;
}

.reset-ritual__title {
    font-weight: 600;
    color: #111;
    font-family: 'Inter', sans-serif;
    line-height: 1.1;
    font-size: 50px;
    letter-spacing: -0.02em;
}

.reset-ritual__title em {
    font-style: italic;
    font-weight: 400;
    color: #7E170E;
}

.reset-ritual__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 17.5px;
    font-weight: 400;
    color: #7E170E;
    margin-top: 10px;
    letter-spacing: 0.03em;
}

/* ── Cards body ── */
.reset-ritual__body {
    padding: 36px 0px;
    background: #e5e5e5;
}

.reset-ritual__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    /* max-width: 1040px; */
    margin: 0 auto;
}

/* ── Card base ── */
.reset-ritual__card {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 26px 22px 24px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.reset-ritual__card:hover {
    border-color: #FAEDE1;
}

.reset-ritual__card-num {
    position: absolute;
    bottom: 0px;
    right: 12px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 80px;
    font-weight: 700;
    color: #f0f0f0;
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

.reset-ritual__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.reset-ritual__card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fdf3e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b07e2a;
    flex-shrink: 0;
    font-size: 19px;
}

.reset-ritual__card-tag {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #7E170E;
    background: #e2e9cc;
    padding: 3px 10px;
    border-radius: 20px;
}

.reset-ritual__card-bar {
    width: 30px;
    height: 2.5px;
    background: #FAEDE1;
    border-radius: 2px;
    margin-bottom: 10px;
}

.reset-ritual__card-title {
    font-size: 22px;
    font-weight: 600;
    color: #111111;
    line-height: 1.3;
    margin-bottom: 9px;
    font-family: 'Inter', sans-serif;
}

.reset-ritual__card-text {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #777;
    line-height: 1.7;
    font-weight: 500;
}

/* ── Gold card ── */
.reset-ritual__card--gold {
    background: #FAEDE1;
    border-color: #FAEDE1;
}

.reset-ritual__card--gold .reset-ritual__card-num {
    color: #c88e35;
}

.reset-ritual__card--gold .reset-ritual__card-icon {
    background: rgba(0, 0, 0, 0.12);
    color: #111111;
}

.reset-ritual__card--gold .reset-ritual__card-tag {
    background: rgb(0 0 0 / 16%);
    color: #ffffff;
}

.reset-ritual__card--gold .reset-ritual__card-bar {
    background: #4a5916;
}

.reset-ritual__card--gold .reset-ritual__card-title {
    color: #111111;
}

.reset-ritual__card--gold .reset-ritual__card-text {
    color: #5a3e10;
}

/* ── Olive card ── */
.reset-ritual__card--olive {
    background: #7E170E;
    border-color: #7E170E;
}

.reset-ritual__card--olive .reset-ritual__card-num {
    color: #410904;
}

.reset-ritual__card--olive .reset-ritual__card-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #eef2e0;
}

.reset-ritual__card--olive .reset-ritual__card-tag {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.reset-ritual__card--olive .reset-ritual__card-bar {
    background: #FAEDE1;
}

.reset-ritual__card--olive .reset-ritual__card-title {
    color: #fff;
}

.reset-ritual__card--olive .reset-ritual__card-text {
    color: #d7d7d7;
}

/* ── Wide card (2 cols) ── */
.reset-ritual__card--wide {
    grid-column: span 2;
}

/* ── Responsive ── */
@media (max-width: 820px) {
    .reset-ritual__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reset-ritual__card--wide {
        grid-column: span 1;
    }
}

@media (max-width: 520px) {
    .reset-ritual__grid {
        grid-template-columns: 1fr;
    }

    .reset-ritual__hero {
        padding: 40px 20px 36px;
    }

    .reset-ritual__body {
        padding: 28px 16px 40px;
    }

    .reset-ritual__card {
        padding: 22px 18px 20px;
    }

    .reset-ritual__card-num {
        font-size: 60px;
    }
}


/* ── Ingredient cards – make them clickable ── */
.ingredient-card {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ingredient-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(27, 70, 31, 0.14);
}


.hh-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.hh-overlay.is-open {
    opacity: 1;
    pointer-events: all;
}


.hh-modal {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    /* max-width: 480px; */
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    transform: translateY(16px) scale(0.98);
    transition: transform 0.25s ease;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

.hh-overlay.is-open .hh-modal {
    transform: translateY(0) scale(1);
}

/* Sub-modal (ingredient detail from inside juice modal) */
.hh-sub-overlay {
    position: fixed;
    inset: 0;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.62);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.hh-sub-overlay.is-open {
    opacity: 1;
    pointer-events: all;
}

.hh-sub-overlay .hh-modal {
    /* max-width: 420px; */
    max-width: 500px;
    transform: scale(0.95);
}

.hh-sub-overlay.is-open .hh-modal {
    transform: scale(1);
}

/* ── Modal image header ── */
.hh-modal__hero {
    position: relative;
    /* height: 200px; */
    height: 350px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    flex-shrink: 0;
}

.hh-modal__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hh-modal__hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 35%, rgba(0, 0, 0, 0.65) 100%);
}

.hh-modal__hero-title {
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 52px;
    color: #fff;
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

/* ── Close button ── */
.hh-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.88);
    color: #333;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.15s, color 0.15s;
}

.hh-modal__close:hover {
    background: #1b461f;
    color: #fff;
}

/* ── Modal body ── */
.hh-modal__body {
    padding: 20px 22px 28px;
}

.hh-modal__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #e8f0e9;
    color: #1b461f;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.hh-modal__desc {
    font-size: 16px;
    line-height: 1.78;
    color: #444;
    margin: 0 0 18px;
}

.hh-modal__section-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin: 0 0 10px;
}

.hh-modal__benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.hh-modal__benefits li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    padding: 7px 0;
    border-bottom: 0.5px solid #f0f0f0;
}

.hh-modal__benefits li:last-child {
    border-bottom: none;
}

.hh-modal__benefits li::before {
    content: '✦';
    color: #1b461f;
    font-size: 8px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* ── Ingredient chips inside juice modal ── */
.hh-modal__chips-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin: 0 0 10px;
}

.hh-modal__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hh-chip {
    background: #e8f0e9;
    color: #1b461f;
    border: 0.5px solid #bdd4be;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.hh-chip::before {
    content: '✦';
    font-size: 7px;
}

.hh-chip:hover {
    background: #1b461f;
    color: #fff;
    border-color: #1b461f;
}

/* ── Back button inside sub-modal ── */
.hh-modal__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #4a7c50;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
    margin-bottom: 12px;
    transition: color 0.15s;
}

.hh-modal__back:hover {
    color: #1b461f;
}

.hh-modal__back svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* ── Scrollbar styling inside modal ── */
.hh-modal::-webkit-scrollbar {
    width: 4px;
}

.hh-modal::-webkit-scrollbar-track {
    background: transparent;
}

.hh-modal::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 2px;
}


@media (max-width: 600px) {

    .hh-overlay,
    .hh-sub-overlay {
        /* align-items: flex-end; */
        padding: 0;
    }

    .hh-modal {
        max-width: 95%;
        border-radius: 20px 20px 0 0;
        max-height: 92vh;
        transform: translateY(30px);
    }

    .hh-overlay.is-open .hh-modal,
    .hh-sub-overlay.is-open .hh-modal {
        transform: translateY(0) scale(1);
    }

    .hh-modal__hero {
        height: 180px;
        border-radius: 20px 20px 0 0;
    }

    .hh-modal__hero-title {
        font-size: 20px;
    }

    .hh-modal__body {
        padding: 16px 18px 32px;
    }
}

/* Prevent body scroll when modal is open */
body.hh-locked {
    overflow: hidden;
}


















.hh-sticky-btn-wrap {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 99999;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
}

/* The anchor tag */
.hh-sticky-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    background: linear-gradient(135deg, #1b461f 0%, #2d6b33 60%, #1b461f 100%);
    background-size: 200% 200%;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    overflow: hidden;

    /* Layered shadows for depth */
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.12),
        0 10px 30px rgba(27, 70, 31, 0.45),
        0 0 0 0 rgba(27, 70, 31, 0.3);

    /* Smooth transitions */
    transition:
        transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.25s ease,
        background-position 0.5s ease;

    animation: hhPulse 3s ease-in-out infinite;
}

/* Shimmer layer */
.hh-sticky-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
            transparent 35%,
            rgba(255, 255, 255, 0.18) 50%,
            transparent 65%);
    background-size: 250% 100%;
    background-position: 150% 0;
    transition: background-position 0.6s ease;
    border-radius: inherit;
    pointer-events: none;
}

.hh-sticky-btn:hover::before {
    background-position: -50% 0;
}

/* Inner glow ring */
.hh-sticky-btn::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 52px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), transparent 60%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.hh-sticky-btn:hover::after {
    opacity: 1;
}

/* Hover state */
.hh-sticky-btn:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow:
        0 8px 12px rgba(0, 0, 0, 0.15),
        0 20px 50px rgba(27, 70, 31, 0.55),
        0 0 0 6px rgba(27, 70, 31, 0.12);
    background-position: right center;
}

/* Active / click */
.hh-sticky-btn:active {
    transform: translateY(1px) scale(0.97);
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.12),
        0 6px 18px rgba(27, 70, 31, 0.35);
}

/* Icon */
.hh-sticky-btn__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hh-sticky-btn:hover .hh-sticky-btn__icon {
    transform: rotate(15deg) scale(1.15);
}

/* Text */
.hh-sticky-btn__text {
    position: relative;
    z-index: 1;
}

/* Pulse ring animation */
@keyframes hhPulse {

    0%,
    100% {
        box-shadow:
            0 4px 6px rgba(0, 0, 0, 0.12),
            0 10px 30px rgba(27, 70, 31, 0.45),
            0 0 0 0 rgba(27, 70, 31, 0.3);
    }

    50% {
        box-shadow:
            0 4px 6px rgba(0, 0, 0, 0.12),
            0 10px 30px rgba(27, 70, 31, 0.45),
            0 0 0 10px rgba(27, 70, 31, 0);
    }
}

/* Drag cursor states */
.hh-sticky-btn-wrap.is-dragging .hh-sticky-btn {
    cursor: grabbing;
    transform: scale(1.06);
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.22),
        0 24px 60px rgba(27, 70, 31, 0.5);
    animation: none;
}

/* Drag handle (3 dots) – visible on hover */
.hh-sticky-drag-handle {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    opacity: 0;
    transition: opacity 0.2s ease;
    cursor: grab;
}

.hh-sticky-btn-wrap:hover .hh-sticky-drag-handle {
    opacity: 1;
}

.hh-sticky-drag-handle span {
    display: block;
    width: 4px;
    height: 4px;
    background: rgba(27, 70, 31, 0.5);
    border-radius: 50%;
}

/* Position snap indicator */
.hh-sticky-btn-wrap.is-dragging::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

/* ── Tooltip label ── */
.hh-sticky-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 11px;
    font-family: 'DM Sans', Arial, sans-serif;
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hh-sticky-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.75);
}

.hh-sticky-btn-wrap:hover .hh-sticky-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .hh-sticky-btn-wrap {
        bottom: 20px;
        right: 16px;
    }

    .hh-sticky-btn {
        padding: 13px 22px;
        font-size: 14px;
    }

    .hh-sticky-btn__icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 400px) {
    .hh-sticky-btn {
        padding: 12px 18px;
        font-size: 13px;
        gap: 8px;
    }
}

/* Entrance animation */
@keyframes hhSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }

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

.hh-sticky-btn-wrap {
    animation: hhSlideIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    animation-delay: 0.3s;
}













/* Sale price strikethrough */
.paa__regular-price {
    font-size: 13px;
    color: #9ca3af;
    margin-left: 6px;
    align-self: flex-end;
    margin-bottom: 7px;
}

.paa__regular-price del {
    text-decoration: line-through;
    color: #9ca3af;
}

/* Reset WooCommerce form defaults so button keeps our styling */
.paa__cart-form {
    display: contents;
    /* makes the form invisible in layout */
}

.paa__cart-form .paa__btn--cart {
    width: 100%;
    border: none;
    line-height: 1;
}

/* WooCommerce AJAX "added" state */
.paa__btn--cart.added::after {
    content: ' ✓';
}

.paa__btn--disabled {
    pointer-events: none;
}

















.paa *,
.paa *::before,
.paa *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.paa {
    --green: #7e170e;
    --green-dark: #470904;
    --green-light: #eeaea8;
    --green-mid: #c75e54;
    --gold: #f5cca1;
    --gold-light: #FAEDE1;
    --gold-dark: #ebbb88;
    --text: #111111;
    --text-muted: #555;
    --white: #ffffff;
    --border: rgba(111, 129, 40, 0.15);
    --radius: 18px;
    --radius-sm: 10px;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--white);
}

/* ── Section wrapper ── */
.paa__section {
    padding: 80px 20px 100px;
    position: relative;
    overflow: hidden;
}

/* Decorative bg pattern */
.paa__section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 40% at 10% 20%, rgba(111, 129, 40, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 50% 60% at 90% 80%, rgba(228, 170, 67, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

/* ── Container ── */
.paa__container {

    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

/* ── Section header ── */
.paa__header {
    text-align: center;
    margin-bottom: 60px;
}

.paa__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}

.paa__eyebrow::before,
.paa__eyebrow::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--gold);
    opacity: 0.6;
}

.paa__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 400;
    color: var(--green-dark);
    line-height: 1.2;
    margin-bottom: 16px;
}

.paa__title em {
    color: var(--muted);
    font-style: italic;
}

.paa__subtitle {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 580px;
    margin: 0 auto;
}

/* ── Cards grid ── */
.paa__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    align-items: start;
}

/* ── Card ── */
.paa__card {
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.paa__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(111, 129, 40, 0.15);
}

/* Featured card */
.paa__card--featured {
    border-color: var(--gold);
    box-shadow: 0 4px 30px rgba(228, 170, 67, 0.18);
}

.paa__card--featured:hover {
    box-shadow: 0 20px 60px rgba(228, 170, 67, 0.28);
}

/* Featured badge */
.paa__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 3px 12px rgba(228, 170, 67, 0.4);
}

/* Card top stripe */
.paa__card-stripe {
    height: 5px;
    background: linear-gradient(90deg, var(--green), var(--green-mid));
}

.paa__card--featured .paa__card-stripe {
    background: linear-gradient(90deg, var(--gold), var(--gold-dark), var(--gold));
    background-size: 200% 100%;
    animation: paaStripeMove 3s ease infinite;
}

@keyframes paaStripeMove {

    0%,
    100% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 0%;
    }
}

/* Card body */
.paa__card-body {
    padding: 32px 32px 28px;
}

/* Plan name */
.paa__plan-name {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--green-dark);
    margin-bottom: 6px;
    line-height: 1.2;
}

/* Duration tag */
.paa__duration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--green);
    background: var(--green-light);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 22px;
}

.paa__duration svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

/* Features list */
.paa__features {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.paa__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
}

.paa__features li::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: var(--green-light);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%236f8128' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
    flex-shrink: 0;
}

/* Tagline */
.paa__tagline {
    font-size: 13px;
    font-style: italic;
    color: var(--green-mid);
    border-left: 3px solid var(--gold);
    padding-left: 12px;
    margin-bottom: 24px;
    line-height: 1.55;
}

/* Divider */
.paa__divider {
    height: 1px;
    background: var(--border);
    margin-bottom: 24px;
}

/* Price row */
.paa__price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 8px;
}

.paa__price {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.paa__currency {
    font-size: 20px;
    font-weight: 600;
    color: var(--gold-dark);
}

.paa__amount {
    font-size: 42px;
    font-weight: 700;
    color: var(--green-dark);
    line-height: 1;
    letter-spacing: -1px;
}

.paa__only {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-muted);
    margin-bottom: 6px;
}

/* Per day note */
.paa__per-day {
    font-size: 11px;
    color: var(--text-muted);
    background: var(--gold-light);
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 500;
}

/* ── Buttons ── */
.paa__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* Primary: Add to Cart */
.paa__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 13px 16px;
    border-radius: var(--radius-sm);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.paa__btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.15) 50%, transparent 60%);
    background-size: 250% 100%;
    background-position: 150% 0;
    transition: background-position 0.5s ease;
}

.paa__btn:hover::after {
    background-position: -50% 0;
}

/* Cart button */
.paa__btn--cart {
    background: linear-gradient(135deg, var(--green) 0%, var(--green-mid) 100%);
    color: var(--white);
    box-shadow: 0 4px 16px rgba(111, 129, 40, 0.3);
}

.paa__btn--cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(111, 129, 40, 0.4);
}

.paa__btn--cart:active {
    transform: translateY(0);
}

/* WhatsApp button */
.paa__btn--whatsapp {
    background: var(--gold-light);
    color: var(--green-dark);
    border: 1.5px solid var(--gold);
    box-shadow: 0 2px 10px rgba(228, 170, 67, 0.15);
}

.paa__btn--whatsapp:hover {
    background: var(--gold);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(228, 170, 67, 0.35);
}

.paa__btn--whatsapp:active {
    transform: translateY(0);
}

.paa__btn svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

/* ── What's included strip ── */
.paa__includes {
    background: var(--green-light);
    border-radius: var(--radius-sm);
    padding: 16px 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.paa__includes-icon {
    width: 36px;
    height: 36px;
    background: var(--white);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.paa__includes-icon svg {
    width: 18px;
    height: 18px;
}

.paa__includes-text {
    font-size: 12px;
    color: var(--green-dark);
    line-height: 1.5;
}

.paa__includes-text strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 1px;
}

/* ── Steps section ── */
.paa__steps-wrap {
    margin-top: 72px;
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);
    border-radius: 24px;
    padding: 56px 52px;
    position: relative;
    overflow: hidden;
}

.paa__steps-wrap::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.paa__steps-wrap::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(228, 170, 67, 0.06);
}

.paa__steps-header {
    text-align: center;
    margin-bottom: 44px;
    position: relative;
    z-index: 1;
}

.paa__steps-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

.paa__steps-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 3vw, 32px);
    color: var(--white);
    font-weight: 400;
}

.paa__steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

/* Connector line */
.paa__steps-grid::before {
    content: '';
    position: absolute;
    top: 24px;
    left: calc(10% + 12px);
    right: calc(10% + 12px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 80%, transparent);
    pointer-events: none;
}

.paa__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.paa__step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--gold);
    flex-shrink: 0;
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 1;
}

.paa__step:nth-child(odd) .paa__step-num {
    background: rgba(228, 170, 67, 0.15);
    border-color: rgba(228, 170, 67, 0.4);
}

.paa__step-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    font-weight: 400;
}

/* ══════════════════════════════════════════
    JUICE SHOWCASE — editorial split layout
    ══════════════════════════════════════════ */

/* ── Top label row ── */
.paa__showcase {
    margin: 64px 0 68px;
    position: relative;
}

.paa__showcase__topbar {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.paa__showcase__topbar-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border));
}

.paa__showcase__topbar-line:last-child {
    background: linear-gradient(90deg, var(--border), transparent);
}

.paa__showcase__topbar-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    white-space: nowrap;
}

/* ── Main card: split layout ── */
.paa__showcase__card {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.04),
        0 20px 60px rgba(111, 129, 40, 0.10),
        0 40px 100px rgba(0, 0, 0, 0.06);
    background: var(--white);
    position: relative;
}

/* ── Left content panel ── */
.paa__showcase__content {
    padding: 52px 44px;
    background: linear-gradient(160deg, #fafdf4 0%, #f4f8e8 60%, #eef5dc 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

/* Decorative corner circle */
.paa__showcase__content::before {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(111, 129, 40, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.paa__showcase__content::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(228, 170, 67, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.paa__showcase__eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 12px;
}

.paa__showcase__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 400;
    color: var(--green-dark);
    line-height: 1.2;
    margin-bottom: 16px;
}

.paa__showcase__title em {
    font-style: italic;
    color: var(--green);
}

.paa__showcase__body {
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 28px;
}

/* Stats row */
.paa__showcase__stats {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.paa__showcase__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 12px 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    min-width: 72px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.paa__showcase__stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(111, 129, 40, 0.14);
}

.paa__showcase__stat--total {
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    border-color: transparent;
}

.paa__showcase__stat--total .paa__showcase__stat-num,
.paa__showcase__stat--total .paa__showcase__stat-label {
    color: var(--white) !important;
}

.paa__showcase__stat-num {
    font-size: 30px;
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1;
    letter-spacing: -1px;
}

.paa__showcase__stat-num--gold {
    color: var(--gold-dark);
}

.paa__showcase__stat-label {
    font-size: 10px;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.4;
    margin-top: 4px;
    font-weight: 500;
}

.paa__showcase__stat-plus,
.paa__showcase__stat-equals {
    font-size: 20px;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1;
    flex-shrink: 0;
}

/* Feature list */
.paa__showcase__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.paa__showcase__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--text);
    font-weight: 500;
}

.paa__showcase__list-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.paa__showcase__list-icon svg {
    width: 11px;
    height: 11px;
}

.paa__showcase__list-icon--green {
    background: var(--green-light);
    color: var(--green);
}

.paa__showcase__list-icon--gold {
    background: var(--gold-light);
    color: var(--gold-dark);
}

/* ── Right image panel ── */
.paa__showcase__img-col {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

/* Decorative blob behind image */
.paa__showcase__blob {
    position: absolute;
    inset: -30%;
    background: radial-gradient(ellipse 60% 50% at 60% 50%,
            rgba(228, 170, 67, 0.12) 0%,
            rgba(111, 129, 40, 0.08) 50%,
            transparent 100%);
    pointer-events: none;
    z-index: 0;
}

/* Floating badges */
.paa__showcase__badge {
    position: absolute;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 11px;
    font-weight: 700;
    color: var(--green-dark);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

.paa__showcase__badge svg {
    color: var(--green);
}

.paa__showcase__badge--tl {
    top: 24px;
    left: 24px;
    animation: paaShowcaseFloat 4s ease-in-out infinite;
}

.paa__showcase__badge--br {
    bottom: 24px;
    right: 24px;
    animation: paaShowcaseFloat 4s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes paaShowcaseFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* Image frame */
.paa__showcase__img-frame {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.paa__showcase__img-frame img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center;
    display: block;
    transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.paa__showcase__card:hover .paa__showcase__img-frame img {
    transform: scale(1.04);
}

/* Shimmer overlay on image */
.paa__showcase__img-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            transparent 40%,
            rgba(255, 255, 255, 0.06) 50%,
            transparent 60%);
    background-size: 300% 300%;
    background-position: 150% 150%;
    pointer-events: none;
    transition: background-position 0.8s ease;
}

.paa__showcase__card:hover .paa__showcase__img-shimmer {
    background-position: -50% -50%;
}

/* Left edge fade to blend with content panel */
.paa__showcase__img-col::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    background: linear-gradient(to right, #f4f8e8, transparent);
    z-index: 3;
    pointer-events: none;
}

/* ── Responsive ── */
@media (max-width: 860px) {
    .paa__showcase__card {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .paa__showcase__img-col {
        min-height: 280px;
        order: -1;
    }

    .paa__showcase__img-col::before {
        display: none;
    }

    .paa__showcase__content {
        padding: 32px 28px 36px;
    }

    .paa__showcase__content::before,
    .paa__showcase__content::after {
        display: none;
    }

    .paa__showcase__badge--tl {
        top: 16px;
        left: 16px;
    }

    .paa__showcase__badge--br {
        bottom: 16px;
        right: 16px;
    }
}

@media (max-width: 540px) {
    .paa__showcase {
        margin: 48px 0 52px;
    }

    .paa__showcase__card {
        border-radius: 16px;
    }

    .paa__showcase__img-col {
        min-height: 220px;
    }

    .paa__showcase__content {
        padding: 24px 20px 28px;
    }

    .paa__showcase__stats {
        gap: 8px;
    }

    .paa__showcase__stat {
        padding: 10px 14px;
        min-width: 60px;
    }

    .paa__showcase__stat-num {
        font-size: 24px;
    }

    .paa__showcase__badge {
        font-size: 10px;
        padding: 6px 12px;
    }

    .paa__showcase__topbar-label {
        font-size: 10px;
    }
}

/* ── Responsive ── */
@media (max-width: 860px) {
    .paa__grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }

    .paa__steps-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .paa__steps-grid::before {
        display: none;
    }

    .paa__steps-wrap {
        padding: 40px 28px;
    }

    .paa__card-body {
        padding: 24px 24px 20px;
    }
}

@media (max-width: 540px) {
    .paa__section {
        padding: 56px 16px 72px;
    }

    .paa__btns {
        grid-template-columns: 1fr;
    }

    .paa__amount {
        font-size: 36px;
    }

    .paa__steps-grid {
        grid-template-columns: 1fr;
    }

    .paa__step {
        flex-direction: row;
        text-align: left;
        gap: 14px;
    }

    .paa__step-num {
        min-width: 48px;
    }

    .paa__steps-wrap {
        padding: 32px 20px;
    }

    .paa__card-body {
        padding: 20px 18px 18px;
    }

    .paa__plan-name {
        font-size: 21px;
    }
}

/* ── Entry animations ── */
@keyframes paaFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.paa__card {
    animation: paaFadeUp 0.55s ease both;
}

.paa__card:nth-child(2) {
    animation-delay: 0.12s;
}

.paa__steps-wrap {
    animation: paaFadeUp 0.55s ease 0.2s both;
}















.heros {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    position: relative;
}

.heros__left {
    background: #4e5c1c;
    padding: 80px 52px 72px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.heros__left::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .06);
    top: -180px;
    left: -180px;
    pointer-events: none;
}

.heros__left::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid rgba(228, 170, 67, .1);
    bottom: -100px;
    right: -80px;
    pointer-events: none;
}

.heros__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #e4aa43;
}

.heros__kicker-line {
    width: 32px;
    height: 1px;
    background: #e4aa43;
    opacity: .6;
}

.heros__title-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 0 32px;
}

.heros__num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 180px;
    font-weight: 300;
    line-height: 1;
    color: rgba(255, 255, 255, .06);
    letter-spacing: -8px;
    margin-left: -8px;
    user-select: none;
}

.heros__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(56px, 6vw, 88px);
    font-weight: 300;
    line-height: .95;
    color: #ffffff;
    letter-spacing: -2px;
    margin-top: -20px;
}

.heros__title em {
    display: block;
    font-style: italic;
    color: #e4aa43;
    font-size: 1.05em;
}

.heros__subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.8;
    margin-top: 24px;
    max-width: 320px;
    font-weight: 300;
}

.heros__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .08);
    border-radius: 16px;
    overflow: hidden;
}

.heros__stat {
    background: rgba(255, 255, 255, .04);
    padding: 18px 16px;
    text-align: center;
}

.heros__stat-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 400;
    color: #e4aa43;
    line-height: 1;
    display: block;
}

.heros__stat-lbl {
    font-size: 10px;
    color: rgba(255, 255, 255, .45);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 4px;
    display: block;
}

.heros__right {
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
}

.heros__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .85;
    animation: herosImgIn 1.2s ease both;
}

@keyframes herosImgIn {
    from {
        transform: scale(1.06)
    }

    to {
        transform: scale(1)
    }
}

.heros__right::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, #4e5c1c 0%, transparent 30%), linear-gradient(to top, rgba(0, 0, 0, .6) 0%, transparent 50%);
    pointer-events: none;
}

.heros__recipe-info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 36px 40px;
}

.heros__recipe-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 10px;
}

.heros__recipe-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 18px;
}

.heros__recipe-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.heros__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .85);
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
}

.heros__pill svg {
    width: 13px;
    height: 13px;
}

.heros__pill--gold {
    background: rgba(228, 170, 67, .25);
    border-color: rgba(228, 170, 67, .4);
    color: #e4aa43;
}

.heros__recipe-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #e4aa43;
    color: #4e5c1c;
    padding: 13px 26px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: all .22s;
}

.heros__recipe-btn:hover {
    background: #c4891a;
    color: #fff;
    transform: translateY(-2px);
}

.heros__recipe-btn svg {
    width: 15px;
    height: 15px;
}

.heros__scroll {
    position: absolute;
    bottom: 36px;
    right: 40px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .4);
}

.heros__scroll-line {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, .2);
    animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine {

    0%,
    100% {
        transform: scaleY(1);
        opacity: .5
    }

    50% {
        transform: scaleY(.5);
        opacity: 1
    }
}

.rl-listing {
    padding: 80px 40px 100px;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

.rl-listing__head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 20px;
    margin-bottom: 40px;
}

.rl-listing__eyebrow {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #6f8128;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.rl-listing__eyebrow::before {
    content: '';
    width: 24px;
    height: 1px;
    background: #6f8128;
}

.rl-listing__heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 300;
    color: #4e5c1c;
    letter-spacing: -1px;
    line-height: 1;
}

.rl-listing__heading span {
    font-style: italic;
    color: #6f8128;
}

.rl-listing__count {
    font-size: 13px;
    color: #999;
    background: #fff;
    border: 1px solid rgba(111, 129, 40, .15);
    padding: 7px 18px;
    border-radius: 20px;
    white-space: nowrap;
}

.rl-listing__controls {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.rl-listing__search {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid rgba(111, 129, 40, .18);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 16px rgba(111, 129, 40, .07);
}

.rl-listing__search-icon {
    padding: 0 16px;
    color: #6f8128;
    display: flex;
}

.rl-listing__search-icon svg {
    width: 17px;
    height: 17px;
}

.rl-listing__search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 13px 16px 13px 0;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #111;
    background: transparent;
}

.rl-listing__search input::placeholder {
    color: #999;
}

.rl-listing__tabs {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.rl-listing__tab {
    padding: 9px 20px;
    border-radius: 30px;
    border: 1.5px solid rgba(111, 129, 40, .18);
    background: #fff;
    color: #555;
    font-size: 12px;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: all .18s;
}

.rl-listing__tab:hover {
    border-color: #6f8128;
    color: #4e5c1c;
}

.rl-listing__tab.on {
    background: #4e5c1c;
    color: #fff;
    border-color: #4e5c1c;
}

.rl-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.rcard {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(111, 129, 40, .08);
    cursor: pointer;
    position: relative;
    transition: transform .3s, box-shadow .3s;
    animation: cardIn .6s ease both;
}

@keyframes cardIn {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.rcard:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(111, 129, 40, .13), 0 4px 12px rgba(0, 0, 0, .06);
}

.rcard__img {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #e8e8e0;
}

.rcard__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s cubic-bezier(.25, .46, .45, .94);
}

.rcard:hover .rcard__img img {
    transform: scale(1.07);
}

.rcard__img-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, transparent 60%);
}

.rcard__img-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 18px 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.rcard__name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
}

.rcard__kcal-box {
    text-align: right;
    flex-shrink: 0;
    margin-left: 10px;
}

.rcard__kcal-val {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    color: #e4aa43;
    line-height: 1;
}

.rcard__kcal-lbl {
    display: block;
    font-size: 9px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: .1em;
}

.rcard__cat {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    padding: 4px 11px;
    border-radius: 20px;
}

.rcard__hover {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(78, 92, 28, .88) 100%);
    opacity: 0;
    transition: opacity .28s;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 28px;
}

.rcard:hover .rcard__hover {
    opacity: 1;
}

.rcard__hover-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e4aa43;
    color: #4e5c1c;
    padding: 11px 22px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transform: translateY(12px);
    transition: transform .28s;
    font-family: 'DM Sans', sans-serif;
}

.rcard:hover .rcard__hover-cta {
    transform: translateY(0);
}

.rcard__hover-cta svg {
    width: 14px;
    height: 14px;
}

.rcard__body {
    padding: 18px 22px 22px;
}

.rcard__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.rcard__meta-i {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #999;
}

.rcard__meta-i svg {
    width: 12px;
    height: 12px;
    color: #6f8128;
}

.rcard__div {
    height: 1px;
    background: rgba(111, 129, 40, .08);
    margin-bottom: 14px;
}

.rcard__nut {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.rcard__nut-i {
    background: #f2f6e4;
    border-radius: 10px;
    padding: 9px 4px;
    text-align: center;
    transition: background .2s;
}

.rcard:hover .rcard__nut-i {
    background: #e4ecc8;
}

.rcard__nut-v {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #4e5c1c;
}

.rcard__nut-l {
    display: block;
    font-size: 9px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 2px;
}

.rl-listing__empty {
    grid-column: 1/-1;
    text-align: center;
    padding: 80px 20px;
    display: none;
}

.rl-listing__empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f2f6e4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.rl-listing__empty-icon svg {
    width: 28px;
    height: 28px;
    color: #6f8128;
}

.rl-listing__empty h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 400;
    color: #4e5c1c;
    margin-bottom: 8px;
}

.rl-listing__empty p {
    font-size: 14px;
    color: #999;
}

@media(max-width:1000px) {
    .rl-listing__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:860px) {
    .heros {
        grid-template-columns: 1fr;
    }

    .heros__left {
        min-height: auto;
        padding: 70px 28px 52px;
    }

    .heros__right {
        min-height: 380px;
    }

    .rl-listing {
        padding: 56px 24px 72px;
    }

    .rl-listing__head {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media(max-width:620px) {
    .rl-listing__grid {
        grid-template-columns: 1fr;
    }

    .rl-listing__controls {
        flex-direction: column;
        align-items: stretch;
    }
}

@media(max-width:480px) {
    .heros__left {
        padding: 60px 20px 44px;
    }

    .heros__title {
        font-size: 48px;
    }

    .rl-listing {
        padding: 44px 16px 60px;
    }
}















@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,700;1,500&family=Outfit:wght@300;400;500;600&display=swap');

/* ── Reset ── */
/* *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } */

/* ── Page wrapper ── */
.pp-page {
    background: #fefaf0;
    font-family: 'Outfit', sans-serif;
    min-height: 100vh;
}

/* ── Hero banner ── */
.pp-hero {
    background: #667b20;
    padding: 64px 24px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pp-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(224, 161, 62, 0.07);
    pointer-events: none;
}

.pp-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(224, 161, 62, 0.18);
    border: 1px solid rgba(224, 161, 62, 0.4);
    border-radius: 40px;
    padding: 7px 18px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e0a13e;
    margin-bottom: 20px;
}

.pp-hero-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e0a13e;
}

.pp-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 14px;
}

.pp-hero h1 em {
    font-style: italic;
    color: #e0a13e;
}

.pp-hero-sub {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    max-width: 480px;
    margin: 0 auto 28px;
    line-height: 1.8;
}

.pp-hero-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.pp-hero-meta strong {
    color: #e0a13e;
    font-weight: 600;
}

/* ── Body layout ── */
.pp-body {
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5%;
    padding: 56px 24px 80px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 48px;
    align-items: start;
}

/* ── Sticky TOC sidebar ── */
.pp-toc {
    position: sticky;
    top: 32px;
}

.pp-toc-inner {
    background: #fff;
    border: 1px solid rgba(102, 123, 32, 0.15);
    border-radius: 20px;
    padding: 28px 24px;
}

.pp-toc-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #667b20;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pp-toc-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(102, 123, 32, 0.2);
}

.pp-toc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pp-toc-list a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #5a5a3a;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 10px;
    line-height: 1.4;
    transition: all 0.2s;
    border-left: 2px solid transparent;
}

.pp-toc-list a:hover {
    background: rgba(102, 123, 32, 0.08);
    color: #667b20;
    border-left-color: #e0a13e;
    padding-left: 14px;
}

.pp-toc-list a.active {
    background: rgba(224, 161, 62, 0.12);
    color: #667b20;
    font-weight: 500;
    border-left-color: #e0a13e;
    padding-left: 14px;
}

.pp-toc-footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 11px;
    color: rgba(0, 0, 0, 0.35);
    line-height: 1.6;
}

/* ── Main content area ── */
.pp-content-wrap {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 48px 52px;
    min-width: 0;
}

/* ── WordPress the_content() typography ── */
.pp-content {
    font-size: 15px;
    line-height: 1.85;
    color: #2a2a1a;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
}

.pp-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a0a;
    margin: 48px 0 16px;
    padding-top: 48px;
    border-top: 1px solid rgba(102, 123, 32, 0.12);
    scroll-margin-top: 40px;
}

.pp-content h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.pp-content h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2a2a1a;
    margin: 28px 0 10px;
    scroll-margin-top: 40px;
}

.pp-content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #667b20;
    margin: 20px 0 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pp-content p {
    margin-bottom: 18px;
    color: #3a3a2a;
}

.pp-content p:last-child {
    margin-bottom: 0;
}

.pp-content a {
    color: #667b20;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.pp-content a:hover {
    color: #e0a13e;
}

.pp-content ul,
.pp-content ol {
    margin: 0 0 18px 0;
    padding-left: 24px;
    list-style: disc;
}

.pp-content li {
    margin-bottom: 8px;
    color: #3a3a2a;
}

.pp-content ul li::marker {
    color: #e0a13e;
}

.pp-content ol li::marker {
    color: #667b20;
    font-weight: 600;
}

.pp-content strong {
    font-weight: 600;
    color: #1a1a0a;
}

.pp-content em {
    font-style: italic;
    color: #4a4a2a;
}

.pp-content blockquote {
    border-left: 3px solid #e0a13e;
    margin: 28px 0;
    padding: 16px 24px;
    background: rgba(224, 161, 62, 0.06);
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #5a4a2a;
}

.pp-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
}

.pp-content table th {
    background: #667b20;
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.pp-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    color: #3a3a2a;
    vertical-align: top;
}

.pp-content table tr:last-child td {
    border-bottom: none;
}

.pp-content table tr:nth-child(even) td {
    background: rgba(102, 123, 32, 0.04);
}

.pp-content hr {
    border: none;
    border-top: 1px solid rgba(102, 123, 32, 0.15);
    margin: 40px 0;
}

/* ── Contact callout box (if editor uses a special class) ── */
.pp-content .wp-block-group,
.pp-content .notice-box {
    background: rgba(102, 123, 32, 0.07);
    border: 1px solid rgba(102, 123, 32, 0.2);
    border-radius: 16px;
    padding: 24px 28px;
    margin: 28px 0;
}

/* ── Last updated badge inside content ── */
.pp-updated-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(102, 123, 32, 0.1);
    border: 1px solid rgba(102, 123, 32, 0.2);
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 12px;
    color: #7e170e;
    font-weight: 500;
    margin-bottom: 36px;
}

/* ── Responsive ── */
@media (max-width: 860px) {
    .pp-body {
        grid-template-columns: 1fr;
        padding: 32px 16px 60px;
        gap: 32px;
    }

    .pp-toc {
        position: static;
    }

    .pp-content-wrap {
        padding: 32px 24px;
    }

    .pp-content h2 {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .pp-hero {
        padding: 48px 20px 40px;
    }

    .pp-content-wrap {
        padding: 24px 18px;
        border-radius: 16px;
    }
}













@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,700;1,500;1,700&family=Outfit:wght@300;400;500;600&display=swap');


.pg {
    background: #faede1;
    font-family: 'Outfit', sans-serif;
    padding: 0 0 80px;
}

.hero_testimonials {
    text-align: center;
    padding: 72px 24px 56px;
    position: relative;
    overflow: hidden
}

.hero_testimonials::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(224, 161, 62, 0.07);
    pointer-events: none
}

.hero_testimonials::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(224, 161, 62, 0.18);
    border: 1px solid rgba(224, 161, 62, 0.4);
    border-radius: 40px;
    padding: 7px 18px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7e170e;
    margin-bottom: 24px
}

.eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7e170e;
}

.hero_testimonials-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px
}

.hero_testimonials-title em {
    font-style: italic;
    color: #7e170e;
}

.hero_testimonials-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    max-width: 480px;
    margin: 0 auto 40px;
    line-height: 1.8
}

.trust-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0
}

.pill {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50px;
    padding: 9px 18px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400
}

.pill i {
    font-size: 15px;
    color: #e0a13e
}

.filter-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 24px 40px
}

.filt {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 9px 20px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.5px
}

.filt:hover {
    background: rgba(224, 161, 62, 0.2);
    border-color: rgba(224, 161, 62, 0.5);
    color: #7e170e;
}

.filt.active {
    background: #7e170e;
    border-color: #7e170e;
    color: #111;
    font-weight: 600
}

.stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 24px 48px;
    border-radius: 16px;
    overflow: hidden
}

.stat {
    background: #7e170e;
    padding: 24px 16px;
    text-align: center
}

.stat-n {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #e0a13e;
    line-height: 1
}

.stat-l {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 6px;
    font-weight: 400;
    letter-spacing: 0.5px
}

.featured-wrap {
    padding: 0 24px 40px
}

.feat-card {
    background: #e0a13e;
    border-radius: 24px;
    padding: 48px;
    position: relative;
    overflow: hidden
}

.feat-card::before {
    content: '\201C';
    font-family: 'Playfair Display', serif;
    font-size: 200px;
    color: rgba(17, 17, 17, 0.08);
    position: absolute;
    top: -30px;
    left: 20px;
    line-height: 1;
    pointer-events: none
}

.feat-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(17, 17, 17, 0.12);
    border-radius: 40px;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 24px
}

.feat-text {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-style: italic;
    color: #111;
    line-height: 1.65;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    max-width: 600px
}

.feat-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.feat-author {
    display: flex;
    align-items: center;
    gap: 14px
}

.feat-av {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.2);
    color: #111;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(17, 17, 17, 0.25)
}

.feat-name {
    font-weight: 600;
    font-size: 15px;
    color: #111
}

.feat-meta {
    font-size: 12px;
    color: rgba(17, 17, 17, 0.6);
    margin-top: 3px
}

.feat-stars {
    color: #7e170e;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 3px
}

.feat-tag {
    background: rgba(17, 17, 17, 0.12);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.5px
}

.section-head {
    text-align: center;
    padding: 0 24px 32px
}

.sec-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e0a13e;
    margin-bottom: 10px
}

.sec-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff
}

.grid-wrap {
    padding: 0 24px
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px
}

.tcard {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 28px;
    transition: background 0.2s, border-color 0.2s;
    position: relative;
    overflow: hidden
}

.tcard::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e0a13e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s
}

.tcard:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(224, 161, 62, 0.3)
}

.tcard:hover::after {
    transform: scaleX(1)
}

.tc-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px
}

.tc-svc {
    display: inline-block;
    background: rgba(224, 161, 62, 0.18);
    border: 1px solid rgba(224, 161, 62, 0.3);
    color: #e0a13e;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 50px
}

.tc-stars {
    color: #e0a13e;
    font-size: 13px;
    letter-spacing: 2px
}

.tc-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 22px
}

.tc-text strong {
    color: #fff;
    font-weight: 500
}

.tc-author {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.tc-av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e0a13e;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.tc-name {
    font-size: 13px;
    font-weight: 500;
    color: #fff
}

.tc-loc {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 2px
}

.wide-wrap {
    padding: 16px 24px 0
}

.wcard {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 30px 32px;
    display: flex;
    gap: 22px;
    align-items: flex-start;
    margin-bottom: 16px;
    transition: background 0.2s;
    position: relative;
    overflow: hidden
}

.wcard::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #e0a13e;
    border-radius: 4px 0 0 4px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s
}

.wcard:hover {
    background: rgba(255, 255, 255, 0.11)
}

.wcard:hover::before {
    transform: scaleY(1)
}

.wav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0a13e;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.w-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px
}

.w-name {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.w-meta {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 2px
}

.w-stars {
    color: #e0a13e;
    font-size: 13px;
    letter-spacing: 2px
}

.w-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    font-weight: 300
}

.w-svc {
    display: inline-block;
    background: rgba(224, 161, 62, 0.15);
    border: 1px solid rgba(224, 161, 62, 0.25);
    color: #e0a13e;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 50px;
    margin-top: 12px
}

.load-wrap {
    text-align: center;
    padding: 40px 24px 0
}

.load-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1.5px solid rgba(224, 161, 62, 0.6);
    border-radius: 50px;
    padding: 14px 36px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #e0a13e;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.25s
}

.load-btn:hover {
    background: #e0a13e;
    color: #111;
    border-color: #e0a13e
}

.load-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed
}

.load-btn i {
    font-size: 16px;
    transition: transform 0.3s
}

.load-btn.spinning i {
    animation: spin 0.8s linear infinite
}

.all-done {
    text-align: center;
    padding: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 1px
}

.rating-bar-wrap {
    padding: 0 24px 48px
}

.rbar-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 32px
}

.rbar-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px
}

.rbar-sub {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    margin-bottom: 24px
}

.rbar-big {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 700;
    color: #e0a13e;
    line-height: 1
}

.rbar-stars-big {
    color: #e0a13e;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 6px 0 20px
}

.rbar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px
}

.rbar-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    width: 32px;
    text-align: right;
    flex-shrink: 0
}

.rbar-track {
    flex: 1;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden
}

.rbar-fill {
    height: 100%;
    background: #e0a13e;
    border-radius: 4px;
    transition: width 1s ease
}

.rbar-count {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    width: 40px;
    flex-shrink: 0
}

.cta-wrap {
    padding: 0 24px
}

.cta {
    background: #e0a13e;
    border-radius: 24px;
    padding: 48px 40px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.cta::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.07)
}

.cta-t {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px
}

.cta-s {
    font-size: 15px;
    color: rgba(17, 17, 17, 0.65);
    font-weight: 300;
    margin-bottom: 28px
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #667b20;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 15px 34px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s
}

.cta-btn:hover {
    background: #556818
}

.hidden {
    display: none
}

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

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fade-in {
    animation: fadeUp 0.4s ease forwards
}














.hh-sticky-btn-wrap {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 99999;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
}

/* The anchor tag */
.hh-sticky-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    background: linear-gradient(135deg, #1b461f 0%, #2d6b33 60%, #1b461f 100%);
    background-size: 200% 200%;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    overflow: hidden;

    /* Layered shadows for depth */
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.12),
        0 10px 30px rgba(27, 70, 31, 0.45),
        0 0 0 0 rgba(27, 70, 31, 0.3);

    /* Smooth transitions */
    transition:
        transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.25s ease,
        background-position 0.5s ease;

    animation: hhPulse 3s ease-in-out infinite;
}

/* Shimmer layer */
.hh-sticky-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
            transparent 35%,
            rgba(255, 255, 255, 0.18) 50%,
            transparent 65%);
    background-size: 250% 100%;
    background-position: 150% 0;
    transition: background-position 0.6s ease;
    border-radius: inherit;
    pointer-events: none;
}

.hh-sticky-btn:hover::before {
    background-position: -50% 0;
}

/* Inner glow ring */
.hh-sticky-btn::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 52px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), transparent 60%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.hh-sticky-btn:hover::after {
    opacity: 1;
}

/* Hover state */
.hh-sticky-btn:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow:
        0 8px 12px rgba(0, 0, 0, 0.15),
        0 20px 50px rgba(27, 70, 31, 0.55),
        0 0 0 6px rgba(27, 70, 31, 0.12);
    background-position: right center;
}

/* Active / click */
.hh-sticky-btn:active {
    transform: translateY(1px) scale(0.97);
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.12),
        0 6px 18px rgba(27, 70, 31, 0.35);
}

/* Icon */
.hh-sticky-btn__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hh-sticky-btn:hover .hh-sticky-btn__icon {
    transform: rotate(15deg) scale(1.15);
}

/* Text */
.hh-sticky-btn__text {
    position: relative;
    z-index: 1;
}

/* Pulse ring animation */
@keyframes hhPulse {

    0%,
    100% {
        box-shadow:
            0 4px 6px rgba(0, 0, 0, 0.12),
            0 10px 30px rgba(27, 70, 31, 0.45),
            0 0 0 0 rgba(27, 70, 31, 0.3);
    }

    50% {
        box-shadow:
            0 4px 6px rgba(0, 0, 0, 0.12),
            0 10px 30px rgba(27, 70, 31, 0.45),
            0 0 0 10px rgba(27, 70, 31, 0);
    }
}

/* Drag cursor states */
.hh-sticky-btn-wrap.is-dragging .hh-sticky-btn {
    cursor: grabbing;
    transform: scale(1.06);
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.22),
        0 24px 60px rgba(27, 70, 31, 0.5);
    animation: none;
}

/* Drag handle (3 dots) – visible on hover */
.hh-sticky-drag-handle {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    opacity: 0;
    transition: opacity 0.2s ease;
    cursor: grab;
}

.hh-sticky-btn-wrap:hover .hh-sticky-drag-handle {
    opacity: 1;
}

.hh-sticky-drag-handle span {
    display: block;
    width: 4px;
    height: 4px;
    background: rgba(27, 70, 31, 0.5);
    border-radius: 50%;
}

/* Position snap indicator */
.hh-sticky-btn-wrap.is-dragging::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

/* ── Tooltip label ── */
.hh-sticky-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 11px;
    font-family: 'DM Sans', Arial, sans-serif;
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hh-sticky-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.75);
}

.hh-sticky-btn-wrap:hover .hh-sticky-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .hh-sticky-btn-wrap {
        bottom: 20px;
        right: 16px;
    }

    .hh-sticky-btn {
        padding: 13px 22px;
        font-size: 14px;
    }

    .hh-sticky-btn__icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 400px) {
    .hh-sticky-btn {
        padding: 12px 18px;
        font-size: 13px;
        gap: 8px;
    }
}

/* Entrance animation */
@keyframes hhSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }

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

.hh-sticky-btn-wrap {
    animation: hhSlideIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    animation-delay: 0.3s;
}


















#rsprog {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    z-index: 9999;
    background: linear-gradient(90deg, #470904, #e4aa43);
    width: 0%;
    box-shadow: 0 0 10px rgba(228, 170, 67, .4);
    transition: width .08s linear;
}

.rs-back {
    position: fixed;
    top: 22px;
    left: 24px;
    z-index: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(111, 129, 40, .18);
    border-radius: 30px;
    padding: 8px 18px 8px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #470904;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    transition: all .2s;
    font-family: 'DM Sans', sans-serif;
}

.rs-back:hover {
    transform: translateX(-4px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .12);
}

.rs-back svg {
    width: 14px;
    height: 14px;
}

.rs-hero {
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 100vh;
}

.rs-hero__img {
    position: relative;
    overflow: hidden;
}

.rs-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: imgReveal 1.2s ease both;
}

@keyframes imgReveal {
    from {
        transform: scale(1.08);
        filter: brightness(.7)
    }

    to {
        transform: scale(1);
        filter: brightness(1)
    }
}

.rs-hero__img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(78, 92, 28, .15) 0%, transparent 50%), linear-gradient(to right, transparent 75%, #f8f7f3 100%);
    pointer-events: none;
}

.rs-stat {
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
    animation: statIn .7s ease both;
}

@keyframes statIn {
    from {
        opacity: 0;
        transform: translateY(16px) scale(.94)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rs-stat--1 {
    top: 30px;
    left: 28px;
    animation-delay: .6s;
}

.rs-stat--2 {
    bottom: 36px;
    left: 28px;
    animation-delay: .75s;
}

.rs-stat--3 {
    top: 30px;
    right: 28px;
    animation-delay: .9s;
}

.rs-stat__val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 400;
    color: #470904;
    line-height: 1;
    display: block;
}

.rs-stat__lbl {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: block;
    margin-top: 3px;
}

.rs-hero__content {
    background: #f8f7f3;
    padding: 100px 52px 60px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: panelIn .7s ease .25s both;
}

@keyframes panelIn {
    from {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rs-crumb {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    color: #888;
    margin-bottom: 20px;
    flex-wrap: wrap;
    font-family: 'DM Sans', sans-serif;
}

.rs-crumb a {
    color: #7e170e;
    text-decoration: none;
    transition: color .15s;
}

.rs-crumb a:hover {
    color: #470904;
}

.rs-crumb-sep {
    opacity: .4;
}

.rs-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f2f6e4;
    color: #470904;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
    width: fit-content;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
}

.rs-tag::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7e170e;
}

.rs-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #111;
    margin-bottom: 22px;
}

.rs-title em {
    display: block;
    font-style: italic;
    color: #7e170e;
}

.rs-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.rs-mp {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid rgba(111, 129, 40, .15);
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 12px;
    color: #555;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
    font-family: 'DM Sans', sans-serif;
}

.rs-mp svg {
    width: 13px;
    height: 13px;
    color: #7e170e;
}

.rs-nut-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

.rs-ng {
    text-align: center;
    border-radius: 14px;
    padding: 16px 8px;
    background: #fff;
    border: 1px solid rgba(111, 129, 40, .1);
    transition: transform .2s, border-color .2s;
    cursor: default;
}

.rs-ng:hover {
    transform: translateY(-3px);
    border-color: rgba(111, 129, 40, .3);
}

.rs-ng--hero {
    background: linear-gradient(135deg, #470904, #7e170e);
}

.rs-ng__val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 400;
    color: #470904;
    line-height: 1;
    display: block;
}

.rs-ng--hero .rs-ng__val {
    color: #fff;
}

.rs-ng__lbl {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-top: 4px;
    display: block;
    font-family: 'DM Sans', sans-serif;
}

.rs-ng--hero .rs-ng__lbl {
    color: rgba(255, 255, 255, .7);
}

.rs-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.rs-abtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    transition: all .2s;
}

.rs-abtn--fill {
    background: #470904;
    color: #fff;
    box-shadow: 0 4px 18px rgba(78, 92, 28, .3);
}

.rs-abtn--fill:hover {
    background: #7e170e;
    transform: translateY(-2px);
}

.rs-abtn--line {
    background: #fff;
    color: #470904;
    border: 1.5px solid rgba(111, 129, 40, .25);
}

.rs-abtn--line:hover {
    border-color: #7e170e;
    transform: translateY(-2px);
}

.rs-abtn svg {
    width: 14px;
    height: 14px;
}

.rs-body {
    padding: 72px 40px 100px;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 56px;
    align-items: start;
    max-width: 100%;
    width: 90%;
    margin: auto 5% auto 5% !important;
}

.rs-ing-wrap {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(111, 129, 40, .1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .04);
}

.rs-block-head {
    padding: 26px 30px 22px;
    border-bottom: 1px solid rgba(111, 129, 40, .08);
    display: flex;
    align-items: center;
    gap: 14px;
}

.rs-block-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    flex-shrink: 0;
    background: #f5cca1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-block-icon svg {
    width: 18px;
    height: 18px;
    color: #7e170e;
}

.rs-block-head h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: #470904;
}

.rs-block-head p {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
    font-family: 'DM Sans', sans-serif;
}

.rs-ing-list {
    padding: 4px 30px 28px;
    list-style: none;
}

.rs-ing-li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(111, 129, 40, .06);
    font-size: 14px;
    color: #111;
    line-height: 1.4;
    font-family: 'DM Sans', sans-serif;
}

.rs-ing-li:last-child {
    border-bottom: none;
}

.rs-ing-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7e170e;
    flex-shrink: 0;
    opacity: .6;
}

.rs-method {
    margin-top: 36px;
}

.rs-method-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.rs-method-head h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    color: #470904;
}

.rs-method-line {
    flex: 1;
    height: 1px;
    background: rgba(111, 129, 40, .15);
}

.rs-step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0;
    margin-bottom: 18px;
    animation: stepIn .5s ease both;
}

@keyframes stepIn {
    from {
        opacity: 0;
        transform: translateX(-14px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rs-step__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
}

.rs-step__num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #470904;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rs-step__connector {
    width: 1px;
    flex: 1;
    background: rgba(111, 129, 40, .2);
    margin-top: 8px;
}

.rs-step:last-child .rs-step__connector {
    display: none;
}

.rs-step__text {
    background: #fff;
    border: 1px solid rgba(111, 129, 40, .1);
    border-radius: 16px;
    padding: 18px 22px;
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    margin-left: 14px;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .03);
    position: relative;
    font-family: 'DM Sans', sans-serif;
}

.rs-step__text::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 8px solid rgba(111, 129, 40, .1);
}

.rs-step__text::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #fff;
}

.rs-sidebar {
    position: sticky;
    top: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rs-nut-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(111, 129, 40, .1);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .04);
}

.rs-nut-card-top {
    background: linear-gradient(135deg, #470904 0%, #7e170e 100%);
    padding: 24px 26px;
    position: relative;
    overflow: hidden;
}

.rs-nut-card-top::before {
    content: '<?php echo esc_js($calories ?: ""); ?>';
    position: absolute;
    right: -10px;
    bottom: -24px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 100px;
    font-weight: 300;
    color: rgba(255, 255, 255, .07);
    line-height: 1;
    pointer-events: none;
}

.rs-nut-card-top h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 4px;
}

.rs-nut-card-top p {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    font-family: 'DM Sans', sans-serif;
}

.rs-nut-card-body {
    padding: 20px 26px 24px;
}

.rs-nut-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid rgba(111, 129, 40, .07);
}

.rs-nut-row:last-child {
    border-bottom: none;
}

.rs-nut-row__l {
    font-size: 13px;
    color: #555;
    font-family: 'DM Sans', sans-serif;
}

.rs-nut-row__v {
    font-size: 14px;
    font-weight: 500;
    color: #470904;
    font-family: 'DM Sans', sans-serif;
}

.rs-nut-row--total {
    background: #f5cca1;
    margin: 0 -26px;
    padding: 13px 26px;
}

.rs-nut-row--total .rs-nut-row__l {
    color: #470904;
    font-weight: 500;
    font-size: 14px;
}

.rs-nut-row--total .rs-nut-row__v {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    color: #470904;
}

.rs-macro-wrap {
    margin-top: 16px;
}

.rs-macro-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 14px;
    font-family: 'DM Sans', sans-serif;
}

.rs-macro-row {
    margin-bottom: 12px;
}

.rs-macro-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 6px;
    font-family: 'DM Sans', sans-serif;
}

.rs-macro-info span:first-child {
    color: #555;
}

.rs-macro-info span:last-child {
    font-weight: 500;
    color: #470904;
}

.rs-macro-track {
    height: 5px;
    background: rgba(111, 129, 40, .1);
    border-radius: 3px;
    overflow: hidden;
}

.rs-macro-fill {
    height: 100%;
    border-radius: 3px;
}

.rs-back-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(111, 129, 40, .1);
    padding: 22px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .04);
}

.rs-back-card p {
    font-size: 13px;
    color: #888;
    line-height: 1.65;
    margin-bottom: 16px;
    font-family: 'DM Sans', sans-serif;
}

.rs-back-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #f2f6e4;
    color: #470904;
    border: 1.5px solid rgba(111, 129, 40, .2);
    border-radius: 12px;
    padding: 13px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s;
    font-family: 'DM Sans', sans-serif;
}

.rs-back-card a:hover {
    background: #470904;
    color: #fff;
    border-color: #470904;
}

.rs-back-card svg {
    width: 14px;
    height: 14px;
}

@media(max-width:1000px) {
    .rs-body {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .rs-sidebar {
        position: static;
    }
}

@media(max-width:860px) {
    .rs-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .rs-hero__img {
        height: 380px;
    }

    .rs-hero__content {
        padding: 36px 24px 48px;
    }

    .rs-body {
        padding: 44px 24px 80px;
    }

    .rs-stat--3 {
        display: none;
    }
}

@media(max-width:540px) {
    .rs-title {
        font-size: 42px;
    }

    .rs-nut-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rs-body {
        padding: 36px 16px 60px;
    }

    .rs-block-head,
    .rs-ing-list {
        padding-left: 18px;
        padding-right: 18px;
    }

    .rs-back {
        top: 14px;
        left: 14px;
        font-size: 11px;
        padding: 7px 14px 7px 10px;
    }
}















@media (max-width: 767px) {
    .hero.home_hero .hero-buttons a {
        max-width: fit-content;
    }

    .hero.home_hero .hero-buttons {
        align-items: center;
        margin-top: 95px;
    }

    .hero.home_hero .container {
        margin: 0 auto !important;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 80px;
    }
}