/* ═══════════════════════════════════════════════════════
   PROFESSIONAL THEME - OFFERINGS PAGE
   ═══════════════════════════════════════════════════════ */

/* ── Typography & Tags ── */
.theme-section-title {
    font-size: 3.5rem;
    font-family: var(--font-primary);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-color);
    text-align: left;
}

.theme-section-title.centered {
    text-align: center;
}

.theme-section-subtitle {
    font-size: 1.4rem;
    font-family: var(--font-secondary);
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 2rem;
    margin-top: -10px;
}

.theme-section-subtitle.centered {
    text-align: center;
}

.theme-phase-icon {
    display: block;
    width: 30px;
    height: auto;
    margin-bottom: 0.8rem;
}

.theme-phase-tag {
    display: inline-block;
    font-family: var(--font-secondary);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: var(--color-primary);
    border: 1px solid rgba(41, 83, 52, 0.2);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.theme-phase-tag.light {
    color: var(--color-accent-4);
    border-color: rgba(255, 221, 105, 0.2);
}

.theme-phase-tag.split {
    display: block;
    width: max-content;
    margin: 0 auto 1.5rem auto;
}

.theme-pro-text p {
    font-family: 'Merriweather', serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(46, 43, 38, 0.85);
    /* Dark charcoal */
    margin-bottom: 1.5rem;
}

.theme-pro-text.centered-text p {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ── Sections ── */
.theme-section {
    padding: 8rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /* Very subtle separation */
}

.theme-bg-white {
    background-color: #FFFFFF;
}

.theme-bg-warm {
    background-color: var(--color-warm);
}

.theme-bg-dark {
    background-color: var(--color-dark);
    color: var(--color-base);
}

.theme-bg-dark .theme-section-title {
    color: var(--color-accent-4);
}

.theme-bg-dark .theme-section-subtitle {
    color: rgba(239, 238, 231, 0.8);
}

.theme-bg-dark .theme-pro-text p {
    color: rgba(239, 238, 231, 0.9);
}

/* ── Hero section ── */
.theme-hero {
    background-color: var(--color-warm);
    padding: 180px 0 100px;
    text-align: center;
}

.theme-hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.theme-hero-title {
    font-size: 4rem;
    color: var(--color-dark);
    margin-bottom: 2rem;
}

.theme-hero-lead {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-weight: 400;
    color: #534631;
    margin-bottom: 1.5rem;
    line-height: 44px;
    text-align: center;
}

.theme-hero-desc {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #534631;
    line-height: 44px;
    margin-bottom: 3rem;
    text-align: center;
}

.theme-hero-content em {
    font-style: italic;
    font-weight: 400;
}

.theme-hero-content strong {
    font-weight: 700;
    color: #534631;
}

.theme-hero-highlight {
    background-color: #FFFFFF;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    font-family: 'Merriweather', serif;
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--color-primary);
    border-left: 4px solid var(--color-primary);
}

.theme-hero-nav {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.theme-btn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 0.8rem 2.2rem;
    background-color: var(--color-accent-4);
    color: var(--color-dark);
    border-radius: var(--radius-full);
    text-decoration: none;
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid #FFFFFF;
}

.theme-btn-pill .pill-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: filter 0.4s ease;
}

.theme-btn-pill:hover {
    background-color: var(--color-dark);
    color: var(--color-accent-4);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.theme-btn-pill:hover .pill-icon {
    filter: brightness(0) invert(1);
    /* Makes icons white on hover */
}

/* Specific primary state if needed, otherwise default is yellow */
.theme-btn-pill.large {
    padding: 1rem 3.5rem;
    font-size: 1.5rem;
    width: auto;
    display: inline-flex;
    margin: 0 auto;
}

/* ── Layout Modules ── */
.theme-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    margin-bottom: 6rem;
}

.theme-split-text {
    text-align: left;
}

.theme-split-text h2,
.theme-split-text h3,
.theme-split-text p {
    text-align: left;
}

.theme-split-text h2 {
    align-items: flex-start;
    /* Move swirl to left */
}

/* ── Clean 2x2 Gallery ── */
.theme-clean-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 350px 350px;
    gap: 1.5rem;
    border-radius: 24px;
    overflow: hidden;
}

.theme-clean-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.theme-clean-gallery img:hover {
    transform: scale(1.02);
}

/* ── Info Box (Tickets/Details) ── */
.theme-info-box {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
    /* Clean solid border */
    border-radius: 20px;
    max-width: 900px;
    margin: 0 auto 6rem auto;
    box-shadow: var(--shadow-md);
    /* Elegant drop shadow */
    overflow: hidden;
}

.info-box-header {
    background-color: var(--color-base);
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.info-box-header h4 {
    margin: 0;
    font-family: var(--font-secondary);
    font-size: 1.1rem;
    color: var(--color-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-badge {
    background-color: var(--color-primary);
    color: #FFF;
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
}

.info-box-body {
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.info-icon {
    font-size: 1.8rem;
    margin-top: 2px;
}

.info-details strong {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.info-details span {
    font-family: 'Merriweather', serif;
    font-size: 1.25rem;
    color: var(--text-color);
    line-height: 1.4;
    display: block;
}

.info-box-footer-cta {
    padding: 2rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Adjusting solid buttons to match the yellow pill style */
.theme-btn-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 2.5rem;
    background-color: var(--color-accent-4);
    color: var(--color-dark);
    border-radius: var(--radius-full);
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.theme-btn-solid:hover {
    background-color: var(--color-dark);
    color: var(--color-accent-4);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.theme-btn-solid.accent,
.theme-btn-solid.dark {
    background-color: var(--color-accent-4);
    color: var(--color-dark);
    border-color: #FFFFFF;
}

.theme-btn-solid.accent:hover,
.theme-btn-solid.dark:hover {
    background-color: var(--color-dark);
    color: var(--color-accent-4);
}

/* ── Journey Cards (Clean Grid) ── */
.theme-centered-title {
    text-align: center;
    font-size: 2.8rem;
    font-family: var(--font-primary);
    color: var(--color-dark);
    margin-bottom: 0.5rem;
}

.theme-centered-subtitle {
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 4rem;
}

.theme-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.theme-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.card-number {
    font-family: var(--font-secondary);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.theme-card h4 {
    font-family: var(--font-primary);
    font-size: 1.4rem;
    color: var(--color-dark);
    margin-bottom: 1rem;
}

.theme-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(46, 43, 38, 0.7);
}

.theme-outro-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background-color: var(--color-base);
    padding: 3rem;
    border-radius: 16px;
}

/* ── Journey Revamp ── */
.journey-sub-heading {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--color-dark);
    margin-bottom: 2rem;
}

.journey-description {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 1.8;
    color: #534631;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem auto;
}

.journey-description .text-green {
    color: #449563; /* Match the vibrant green from the reference */
}

.journey-card-image {
    width: 100%;
    height: 240px;
    object-fit: contain;
    margin-bottom: 1.5rem;
}

/* Full grid definition (not available from index.html inline styles) */
.theme-journey-section .pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.theme-journey-section .pillar-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0px 4px 0px 0px #295334;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.theme-journey-section .pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(41, 83, 52, 0.15);
}

.theme-journey-section .card-heading {
    text-align: center;
}

.theme-journey-section .card-description {
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .theme-journey-section .pillars-grid {
        grid-template-columns: 1fr;
    }
}

.theme-outro-text p {
    font-family: 'Merriweather', serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.theme-outro-text p:last-child {
    margin-bottom: 0;
}

/* ── FAQ Accordion ── */
.theme-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-card {
    border-bottom: 1px solid rgba(83, 70, 49, 0.15);
}

.faq-card:first-child {
    border-top: 1px solid rgba(83, 70, 49, 0.15);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 700;
    color: #534631;
    text-align: left;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #295334;
}

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    color: #295334;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-card.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
}

.faq-card.active .faq-answer {
    max-height: 300px;
    padding: 0 0 1.5rem 0;
}

.faq-answer p {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(83, 70, 49, 0.8);
    margin: 0;
}

/* ── Venue Focus ── */
.theme-venue-focus {
    margin-top: 6rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 4rem;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.theme-venue-focus .venue-logo-wrap {
    flex: 0 0 250px;
}

.theme-venue-focus .venue-logo {
    width: 100%;
    /* filter: grayscale(1) opacity(1);*/
    /* Professional muted logo */
}

.theme-venue-focus .venue-details h4 {
    font-size: 2.5rem;
    font-family: var(--font-primary);
    color: var(--color-dark);
    margin-bottom: 1.5rem;
    margin-top: -10px;
}

.theme-venue-focus .venue-details p {
    font-family: 'Merriweather', serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 1.5rem;
}

.venue-highlight {
    font-weight: 700;
    color: var(--color-primary) !important;
}

.theme-action {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.theme-btn-solid {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: var(--color-primary);
    color: #FFF;
    border-radius: 50px;
    font-family: var(--font-secondary);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: background-color 0.3s;
}

.theme-btn-solid.disabled {
    background-color: #e0e0e0;
    color: #9e9e9e;
    cursor: default;
    pointer-events: none;
    border-color: #d0d0d0;
    box-shadow: none;
}

.theme-btn-solid:hover {
    background-color: var(--color-dark);
}

.theme-btn-solid.accent {
    background-color: var(--color-accent-4);
    color: var(--color-dark);
}

.theme-btn-solid.accent:hover {
    background-color: #FFF;
}

.theme-btn-solid.dark {
    background-color: var(--color-dark);
}

/* ── Phase 02: Invite Light Custom Blocks ── */
.invite-featured-image {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    /* Subtle border */
}

.invite-featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.theme-editorial-block {
    background-color: var(--color-warm);
    color: var(--color-dark);
    padding: 5rem 2rem;
    border-radius: 20px;
    margin-bottom: 6rem;
    text-align: center;
}

.editorial-content {
    max-width: 800px;
    margin: 0 auto;
}

.editorial-lead {
    font-size: 2.2rem;
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 2rem;
}

.editorial-content p {
    font-family: 'Merriweather', serif;
    font-size: 1.25rem;
    line-height: 1.9;
    margin-bottom: 2rem;
    color: rgba(83, 70, 49, 0.85);
    /* Dark brown with opacity */
}

.editorial-question {
    font-size: 1.5rem !important;
    font-family: var(--font-secondary) !important;
    font-weight: 700;
    color: var(--color-accent-1) !important;
    margin-top: 2.5rem;
    margin-bottom: 0 !important;
}

.theme-coaching-grid {
    margin-bottom: 6rem;
}

.coaching-header {
    text-align: center;
    margin-bottom: 4rem;
}

.coaching-title {
    font-size: 2.5rem;
    font-family: var(--font-primary);
    color: var(--color-accent-4);
}

.coaching-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.coaching-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 20px;
    position: relative;
    transition: transform 0.3s;
}

.coaching-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.06);
}

.coaching-card p {
    font-family: 'Merriweather', serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(239, 238, 231, 0.9);
}

.icf-badge {
    display: inline-block;
    background: var(--color-primary);
    color: #FFF;
    font-family: var(--font-secondary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.approach-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.theme-massive-quote {
    text-align: center;
    padding: 4rem 2rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    margin-top: 6rem;
}

.theme-massive-quote blockquote {
    font-family: var(--font-primary);
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--color-accent-4);
    margin: 0;
    line-height: 1.3;
}

/* ── Phase 03: Synthesis Custom Blocks ── */
.theme-synthesis-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    /* Text wider than image slightly */
    gap: 5rem;
    align-items: center;
}

.synthesis-text {
    text-align: left;
}

.synthesis-text h2,
.synthesis-text h3,
.synthesis-text p {
    text-align: left;
}

.synthesis-text h2 {
    align-items: flex-start;
}

.synthesis-lead {
    font-size: 1.25rem !important;
    font-weight: 600;
    color: var(--color-primary) !important;
}

.synthesis-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.synthesis-benefits li {
    padding-left: 2rem;
    border-left: 3px solid var(--color-primary);
}

.synthesis-benefits strong {
    display: block;
    font-family: var(--font-secondary);
    font-size: 1.2rem;
    color: var(--color-dark);
    margin-bottom: 0.5rem;
}

.synthesis-benefits span {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(46, 43, 38, 0.75);
    display: block;
}

.border-dark {
    border: 1px solid var(--color-dark);
}

.synthesis-visual {
    position: relative;
    padding: 2rem 0;
    /* Room for offset cards */
}

.synthesis-image-stack {
    position: relative;
    width: 100%;
}

.stack-img {
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    object-fit: cover;
}

.stack-img.main {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 10;
}

.stack-img.secondary {
    position: absolute;
    width: 50%;
    bottom: -15%;
    right: -10%;
    z-index: 20;
    border: 8px solid var(--color-warm);
    /* Matches background to blend */
}

.stack-card {
    position: absolute;
    top: -10%;
    left: -10%;
    z-index: 30;
    background: #FFF;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    font-family: var(--font-secondary);
    font-weight: 700;
    color: var(--color-primary);
    font-size: 1.1rem;
}

/* ── FAQs Placeholder ── */
.theme-faq-placeholder {
    padding: 4rem;
    background: var(--color-base);
    border-radius: 16px;
    border: 1px dashed rgba(0, 0, 0, 0.1);
}

/* ── Responsive ── */
@media (max-width: 992px) {

    .theme-split,
    .theme-venue-focus,
    .theme-synthesis-layout {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .theme-grid-3,
    .coaching-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .info-box-body {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .theme-hero {
        padding: 150px var(--mobile-gutter) 80px;
    }

    .theme-hero-title {
        font-size: 3rem;
    }

    .theme-section-title {
        font-size: 2.8rem;
        line-height: 1.2;
    }

    .stack-img.secondary {
        right: 0;
        width: 60%;
        bottom: -10%;
    }

    .stack-card {
        left: 0;
        top: -5%;
    }
}

@media (max-width: 768px) {
    .theme-clean-gallery {
        grid-template-rows: 250px 250px;
        grid-template-columns: 1fr;
    }

    .theme-grid-3,
    .coaching-cards {
        grid-template-columns: 1fr;
    }

    .theme-hero-nav {
        flex-direction: column;
    }

    .theme-quote-display {
        padding: 3rem var(--mobile-gutter);
    }

    .theme-massive-quote blockquote {
        font-size: 2.2rem;
    }

    .editorial-lead {
        font-size: 1.8rem;
    }

    .coaching-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .theme-card {
        padding: 2rem var(--mobile-gutter);
    }

    .info-box-body {
        padding: 2rem var(--mobile-gutter);
    }

    .theme-outro-text {
        padding: 2.5rem var(--mobile-gutter);
    }
}

/* =========================================
   Ultra-Sleek Modern CTA (Themed)
   ========================================= */

.slick-cta {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* Sleek yellow gradient replacing the dark generic one */
    background: linear-gradient(180deg, var(--color-accent-4) 0%, var(--color-accent-3) 100%);
    color: var(--color-dark) !important;
    /* Distinct white border as previously preferred */
    border: 2px solid #ffffff;
    border-radius: 9999px;
    /* Soft elevation with crisp inner highlight */
    box-shadow:
        0 4px 15px -3px rgba(0, 0, 0, 0.1),
        0 2px 6px -2px rgba(0, 0, 0, 0.05),
        inset 0 1px 2px rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    text-decoration: none;
}

/* Hover: Smooth transition to the rich dark brown brand color */
.slick-cta:hover {
    transform: translateY(-3px);
    background: linear-gradient(180deg, #5e503b 0%, var(--color-dark) 100%);
    color: var(--color-accent-4) !important;
    border-color: var(--color-accent-4);
    box-shadow:
        0 10px 25px -5px rgba(83, 70, 49, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* Active: Satisfying physical press effect */
.slick-cta:active {
    transform: translateY(1px);
    background: var(--color-dark);
    box-shadow:
        0 2px 5px rgba(83, 70, 49, 0.5),
        inset 0 3px 8px rgba(0, 0, 0, 0.4);
}