/* ============================================
   THE TRUFFLE FARM — Universal CSS
   Single source of truth for all page styles.
   Link from every page: <link rel="stylesheet" href="truffle-farm.css">
   ============================================ */

/* ============================================
   @font-face — Recoleta (self-hosted)
   ============================================ */
@font-face {
    font-family: "Recoleta";
    src: url("fonts/Recoleta-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Recoleta";
    src: url("fonts/Recoleta-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Recoleta";
    src: url("fonts/Recoleta-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Recoleta";
    src: url("fonts/Recoleta-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Recoleta";
    src: url("fonts/Recoleta-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Recoleta";
    src: url("fonts/Recoleta-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Recoleta";
    src: url("fonts/Recoleta-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   CSS Variables & Design System
   ============================================ */
:root {
    --color-cream: #faf7f2;
    --color-almond: #e8dfd3;
    --color-warm-taupe: #c4b5a4;
    --color-earth: #8b7d6b;
    --color-bark: #5c4f3d;
    --color-deep-soil: #3a3028;
    --color-truffle: #2c241d;
    --color-sage: #a8b5a0;
    --color-sage-dark: #7a8e6f;
    --color-blush: #d4a989;
    --color-white: #ffffff;
    --color-overlay: rgba(44, 36, 29, 0.65);

    --font-serif: "Recoleta", "Playfair Display", "Georgia", serif;
    --font-sans: "Lato", "Helvetica Neue", sans-serif;
    --font-script: "Cormorant Garamond", "Georgia", serif;

    --section-padding: 100px 0;
    --container-width: 1140px;
    --border-radius: 2px;
    --transition: all 0.35s ease;
}

/* Google Fonts — add <link> in page builder head:
   https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Lato:wght@300;400;700&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&display=swap
*/

/* ============================================
   Global Overrides
   ============================================ */
#qodef-back-to-top .qodef-back-to-top-icon {
    background-color: #58514d73 !important;
    border: 1px solid #928a86 !important;
}

/* ============================================
   Individual Page Over-Ride Rules
   ============================================ */

@media (min-width: 901px) {
    .beach-wedding .tf-child-hero__bg {
        background-position: center -173px !important;
    }
}

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

/* ============================================
   Base — Parent Pages (.tf-parent)
   ============================================ */
.tf-parent * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.tf-parent img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.tf-parent {
    font-family: var(--font-sans);
    color: var(--color-deep-soil);
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: var(--color-cream);
}

/* ============================================
   Base — Child Pages (.tf-child)
   ============================================ */
.tf-child * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.tf-child img {
    max-width: 100%;
    height: auto;
    display: block;
}

.tf-child {
    font-family: var(--font-sans);
    color: var(--color-deep-soil);
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: var(--color-cream);
}

/* ============================================
   Shared Container & Utility Classes
   ============================================ */

.tf-child-hero__content .tf-btn,
.t {
    background: #7a8e6f96 !important;
}

.tf-child-hero__content .tf-btn:hover {
    background: white !important;
}

.tf-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
}

.tf-child .tf-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
}

.tf-label {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-warm-taupe);
    margin-bottom: 12px;
    display: block;
}

.tf-child .tf-label {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-warm-taupe);
    margin-bottom: 12px;
    display: block;
}

.tf-alt-row__image img {
    border-radius: 8px !important;
    box-shadow: 0px 6px 23px #00000052;
}

.tf-divider {
    width: 60px;
    height: 1px;
    background-color: var(--color-warm-taupe);
    margin: 20px auto;
}

.tf-child .tf-divider {
    width: 60px;
    height: 1px;
    background-color: var(--color-warm-taupe);
    margin: 20px auto;
}

.tf-section-intro {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

.tf-child .tf-section-intro {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

@media (min-width: 901px) {
    .tf-alt-row {
        align-items: start !important;
    }

    .tf-alt-row__image {
        position: sticky;
        top: 10px;
    }
}

/* ============================================
   Typography — Parent
   ============================================ */
.tf-parent h1 {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    line-height: 1.15;
    color: var(--color-white);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.01em;
}

.tf-parent h2 {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.25;
    color: var(--color-truffle);
    margin-bottom: 16px;
}

.tf-parent h3 {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: var(--color-truffle);
    margin-bottom: 10px;
}

.tf-parent p {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-earth);
    margin-bottom: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

div.tf-parent > section > div > p.tf-hero__desc,
div.tf-parent > section > div > p.tf-hero__subtitle {
    color: white !important;
    text-shadow: 0 0px 3px rgb(0 0 0 / 99%);
}

.tf-parent a {
    color: var(--color-bark);
    text-decoration: none;
    transition: var(--transition);
}

.tf-parent a:hover {
    color: var(--color-sage-dark);
}

/* ============================================
   Typography — Child
   ============================================ */
.tf-child h1 {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1.15;
    color: var(--color-white);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.01em;
}

.tf-child h2 {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.25;
    color: var(--color-truffle);
    margin-bottom: 16px;
}

.tf-child h3 {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    color: var(--color-truffle);
    margin-bottom: 10px;
}

.tf-child p {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-earth);
    margin-bottom: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.tf-child a {
    color: var(--color-bark);
    text-decoration: none;
    transition: var(--transition);
}
.tf-child a:hover {
    color: var(--color-sage-dark);
}

/* ============================================
   BUTTONS (shared)
   ============================================ */
.tf-btn {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 14px 36px;
    border: 1px solid var(--color-bark);
    background: #ffffff;
    border-radius: 3px;
    color: var(--color-bark);
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
}
.tf-btn:hover {
    background: #e9f4e3;
    color: var(--color-cream);
}

.tf-btn--light {
    border-color: var(--color-white);
    color: white !important;
    background: #7a8e6f96 !important;
    border-radius: 3px;
}

.tf-btn--light:hover {
    background: white !important;
    color: var(--color-bark) !important;
}

/* Child button scoping (identical styles, scoped specificity) */
.tf-child .tf-btn {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 14px 36px;
    border: 1px solid var(--color-bark);
    background: transparent;
    color: var(--color-bark);
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
}
.tf-child .tf-btn:hover {
    background: var(--color-bark);
    color: var(--color-cream);
}
.tf-child .tf-btn--filled {
    background: var(--color-bark);
    color: var(--color-cream);
}
.tf-child .tf-btn--filled:hover {
    background: var(--color-deep-soil);
    color: var(--color-cream);
}
.tf-child .tf-btn--light {
    border-color: var(--color-white);
    color: var(--color-white);
}
.tf-child .tf-btn--light:hover {
    background: var(--color-white);
    color: var(--color-bark);
}

/* ============================================
   PARENT — Hero (Parallax)
   ============================================ */
.tf-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.tf-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    filter: blur(1px);
}
.tf-hero__overlay {
    position: absolute;
    inset: 0;
    background: var(--color-overlay);
    z-index: 1;
}
.tf-hero__content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 24px;
}
.tf-hero__subtitle {
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 20px;
}
.tf-hero h1 {
    margin-bottom: 24px;
}

.tf-hero p {
    color: white !important;
}

section.tf-hero > div > p.tf-hero__breadcrumb > a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: underline !important;
}

section.tf-hero > div > p.tf-hero__breadcrumb {
    text-transform: uppercase;
}

.tf-hero__desc {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.7;
    margin-bottom: 36px;
}

/* ============================================
   PARENT — Introduction
   ============================================ */
.tf-intro {
    padding: var(--section-padding);
    background: var(--color-white);
    text-align: center;
}
.tf-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    text-align: left;
    margin-top: 48px;
}
.tf-intro__image {
    position: relative;
    overflow: hidden;
}
.tf-intro__image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.tf-intro__text .tf-label {
    text-align: left;
}

/* ============================================
   PARENT — Event Types (Card Grid)
   ============================================ */
.tf-events {
    padding: var(--section-padding);
    background: var(--color-cream);
    text-align: center;
}
.tf-events__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 48px;
}
.tf-event-card {
    position: relative;
    overflow: hidden;
    background: var(--color-white);
    text-align: left;
    transition: var(--transition);
    border-radius: 8px;
}
.tf-event-card:hover {
    tr1ansform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.tf-event-card__image {
    position: relative;
    overflow: hidden;
    height: 320px;
}
.tf-event-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.tf-event-card:hover .tf-event-card__image img {
    transform: scale(1.04);
}

.tf-event-card__body {
    padding: 28px 28px 32px;
}
.tf-event-card__body h3 {
    margin-bottom: 8px;
}
.tf-event-card__body p {
    font-size: 0.92rem;
    margin-bottom: 20px;
}
.tf-event-card__link {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-bark);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid black;
    padding: 8px;
    border-radius: 8px;
    background: #f1ffe985 !important;
    pointer-events: all;
}
.tf-event-card__link::after {
    content: "\2192";
    transition: transform 0.3s ease;
}
.tf-event-card:hover .tf-event-card__link::after {
    transform: translateX(4px);
}

/* ============================================
   PARENT — Why The Truffle Farm (Features)
   ============================================ */
.tf-why {
    padding: var(--section-padding);
    background: var(--color-white);
    text-align: center;
}
.tf-why__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
    margin-top: 48px;
    text-align: center;
}
.tf-feature {
    padding: 20px;
}
.tf-feature__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-almond);
    border-radius: 50%;
    color: var(--color-earth);
    font-size: 1.2rem;
}
.tf-feature h3 {
    text-align: center;
    font-size: 1.05rem;
}
.tf-feature p {
    text-align: center;
    font-size: 0.9rem;
}

/* ============================================
   SHARED — Parallax Image Break
   ============================================ */
.tf-parallax-break {
    position: relative;
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tf-parallax-break__overlay {
    position: absolute;
    inset: 0;
    background: rgba(44, 36, 29, 0.5);
}
.tf-parallax-break__content {
    position: relative;
    z-index: 2;
    max-width: 640px;
    padding: 24px;
}
.tf-parallax-break__content h2 {
    color: var(--color-white);
    margin-bottom: 16px;
}
.tf-parallax-break__content p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 28px;
}

/* ============================================
   PARENT — Venue Overview (Split Layout)
   ============================================ */
.tf-venue-overview {
    padding: var(--section-padding);
    background: var(--color-cream);
}
.tf-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.tf-split--reverse {
    direction: rtl;
}
.tf-split--reverse > * {
    direction: ltr;
}
.tf-split__image img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 8px;
}
.tf-split__text {
    max-width: 500px;
}

.tf-feature-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}
.tf-feature-list li {
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--color-earth);
    padding: 8px 0;
    border-bottom: 1px solid var(--color-almond);
    display: flex;
    align-items: center;
    gap: 12px;
}
.tf-feature-list li::before {
    content: "\2726";
    color: var(--color-sage);
    font-size: 0.7rem;
    flex-shrink: 0;
}

/* ============================================
   PARENT — Packages Preview
   ============================================ */
.tf-packages {
    padding: var(--section-padding);
    background: var(--color-white);
    text-align: center;
}
.tf-packages__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 48px;
}
.tf-package-card {
    background: var(--color-cream);
    padding: 48px 36px;
    text-align: center;
    border: 1px solid var(--color-almond);
    transition: var(--transition);
}
.tf-package-card:hover {
    border-color: var(--color-warm-taupe);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.tf-package-card__label {
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-sage-dark);
    margin-bottom: 12px;
}
.tf-package-card h3 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8px;
}
.tf-package-card__price {
    font-family: var(--font-script);
    font-size: 1.8rem;
    color: var(--color-bark);
    margin-bottom: 20px;
    display: block;
}
.tf-package-card__desc {
    font-size: 0.9rem;
    color: var(--color-earth);
    margin-bottom: 24px;
}
.tf-package-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    text-align: left;
}
.tf-package-card ul li {
    font-size: 0.88rem;
    color: var(--color-earth);
    padding: 6px 0;
    border-bottom: 1px solid var(--color-almond);
}

/* ============================================
   PARENT — Testimonials
   ============================================ */
.tf-testimonials {
    padding: var(--section-padding);
    background: var(--color-cream);
    text-align: center;
}
.tf-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 48px;
}
.tf-testimonial-card {
    background: var(--color-white);
    padding: 40px 32px;
    text-align: center;
    border: 1px solid var(--color-almond);
}
.tf-testimonial-card__stars {
    color: var(--color-blush);
    font-size: 1rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.tf-testimonial-card blockquote {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--color-bark);
    margin-bottom: 20px;
}
.tf-testimonial-card__author {
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-warm-taupe);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ============================================
   PARENT — CTA Banner (Parallax)
   ============================================ */
.tf-cta-banner {
    position: relative;
    min-height: 45vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tf-cta-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(44, 36, 29, 0.55);
}
.tf-cta-banner__content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 24px;
}
.tf-cta-banner__content h2 {
    color: var(--color-white);
    margin-bottom: 12px;
}
.tf-cta-banner__content p {
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 32px;
}

/* ============================================
   CHILD — Hero (shorter, with breadcrumb)
   ============================================ */
.tf-child-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.tf-child-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    filter: blur(1px);
}
.tf-child-hero__overlay {
    position: absolute;
    inset: 0;
    background: var(--color-overlay);
    z-index: 1;
}
.tf-child-hero__content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 24px;
}
.tf-child-hero__breadcrumb {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}
.tf-child-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.tf-child-hero__breadcrumb a:hover {
    color: var(--color-white);
}
.tf-child-hero__desc {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.7;
    margin-top: 16px;
    margin-bottom: 28px;
}

.tf-child-hero p {
    color: white !important;
}

/* ============================================
   CHILD — Introduction
   ============================================ */
.tf-child-intro {
    padding: var(--section-padding);
    background: var(--color-white);
}
.tf-child-intro__inner {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

/* ============================================
   CHILD — Alternating Split Rows
   ============================================ */
.tf-alternating {
    padding: var(--section-padding);
}
.tf-alternating--cream {
    background: var(--color-cream);
}
.tf-alternating--white {
    background: var(--color-white);
}

.tf-alt-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 72px;
}
.tf-alt-row:last-child {
    margin-bottom: 0;
}
.tf-alt-row--reverse {
    direction: rtl;
}
.tf-alt-row--reverse > * {
    direction: ltr;
}

.tf-alt-row__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.tf-alt-row__text {
    max-width: 500px;
}
.tf-alt-row__text .tf-label {
    text-align: left;
}
.tf-alt-row__text p {
    text-align: left;
}

.tf-detail-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.tf-detail-list li {
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--color-earth);
    padding: 8px 0;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--color-almond);
    display: flex;
    align-items: center;
    gap: 10px;
}
.tf-detail-list li::before {
    content: "\2726";
    color: var(--color-sage);
    font-size: 0.65rem;
    flex-shrink: 0;
}

/* ============================================
   CHILD — Packages
   ============================================ */
.tf-child-packages {
    padding: var(--section-padding);
    background: var(--color-white);
    text-align: center;
}
.tf-child-packages__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 48px;
}
.tf-pkg {
    background: var(--color-cream);
    padding: 44px 32px;
    text-align: center;
    border: 1px solid var(--color-almond);
    transition: var(--transition);
}
.tf-pkg:hover {
    border-color: var(--color-warm-taupe);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.tf-pkg__tier {
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-sage-dark);
    margin-bottom: 10px;
}
.tf-pkg h3 {
    font-family: var(--font-serif);
    font-size: 1.45rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 6px;
}
.tf-pkg__price {
    font-family: var(--font-script);
    font-size: 1.7rem;
    color: var(--color-bark);
    margin-bottom: 16px;
    display: block;
}
.tf-pkg__desc {
    font-size: 0.9rem;
    color: var(--color-earth);
    margin-bottom: 22px;
}
.tf-pkg ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
}
.tf-pkg ul li {
    font-size: 0.86rem;
    color: var(--color-earth);
    padding: 5px 0;
    border-bottom: 1px solid var(--color-almond);
}

/* ============================================
   CHILD — Add-Ons Grid
   ============================================ */
.tf-addons {
    padding: var(--section-padding);
    background: var(--color-cream);
    text-align: center;
}
.tf-addons__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    margin-top: 48px;
}
.tf-addon-card {
    background: var(--color-white);
    padding: 32px 24px;
    border: 1px solid var(--color-almond);
    text-align: left;
    transition: var(--transition);
}
.tf-addon-card:hover {
    border-color: var(--color-warm-taupe);
}
.tf-addon-card h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.tf-addon-card p {
    font-size: 0.88rem;
    margin-bottom: 12px;
}
.tf-addon-card__price {
    font-family: var(--font-script);
    font-size: 1.3rem;
    color: var(--color-bark);
    display: block;
    margin-bottom: 16px;
}

/* ============================================
   CHILD — Capacity / Comparison Table
   ============================================ */
.tf-table-section {
    padding: 80px 0;
    background: var(--color-white);
    text-align: center;
}
.tf-table-wrap {
    overflow-x: auto;
    margin-top: 40px;
}
.tf-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-sans);
    font-size: 0.9rem;
}
.tf-table thead th {
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-bark);
    padding: 14px 20px;
    border-bottom: 2px solid var(--color-almond);
    text-align: left;
}
.tf-table tbody td {
    padding: 12px 20px;
    color: var(--color-earth);
    border-bottom: 1px solid var(--color-almond);
    text-align: left;
}
.tf-table tbody tr:hover {
    background: rgba(168, 181, 160, 0.08);
}

/* ============================================
   CHILD — Gallery Slider + Lightbox
   ============================================ */
.tf-gallery {
    padding: var(--section-padding);
    background: var(--color-cream);
    text-align: center;
    overflow: hidden;
}

/* Slider track */
.tf-gallery__track-wrap {
    position: relative;
    margin-top: 48px;
}
.tf-gallery__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 24px 20px;
}
.tf-gallery__track::-webkit-scrollbar {
    display: none;
}

/* Individual slide */
.tf-gallery__slide {
    flex: 0 0 320px;
    scroll-snap-align: start;
    cursor: pointer;
    position: relative;
    background: var(--color-white);
    border: 1px solid var(--color-almond);
    overflow: hidden;
    transition: var(--transition);
}
.tf-gallery__slide:hover {
    border-color: var(--color-warm-taupe);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
.tf-gallery__slide .tf-gallery__slide-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.tf-gallery__slide:hover > .tf-gallery__slide-img {
    transform: scale(1.03);
}
.tf-gallery__slide-body {
    padding: 16px 18px 18px;
    text-align: left;
}
.tf-gallery__slide-title {
    font-family: var(--font-serif);
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-truffle);
    margin: 0 0 6px;
    line-height: 1.3;
}
.tf-gallery__slide-desc {
    font-family: var(--font-sans);
    font-size: 0.82rem;
    font-weight: 400;
    color: var(--color-earth);
    line-height: 1.55;
    margin: 0 0 10px;
    letter-spacing: 0.3px;
}
.tf-gallery__slide-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tf-gallery__slide-tags li {
    font-family: var(--font-sans);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 8px;
    background: var(--color-cream);
    border: 1px solid var(--color-almond);
    color: var(--color-earth);
}

/* Slider nav arrows */
.tf-gallery__arrow {
    position: absolute;
    top: 130px;
    width: 40px;
    height: 40px;
    background: var(--color-white);
    border: 1px solid var(--color-almond);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.tf-gallery__arrow:hover {
    background: var(--color-bark);
    border-color: var(--color-bark);
}
.tf-gallery__arrow:hover svg {
    stroke: var(--color-cream);
}
.tf-gallery__arrow svg {
    width: 16px;
    height: 16px;
    stroke: var(--color-bark);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tf-gallery__arrow--prev {
    left: 4px;
}
.tf-gallery__arrow--next {
    right: 4px;
}

/* Dot indicators */
.tf-gallery__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}
.tf-gallery__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-almond);
    border: none;
    cursor: pointer;
    transition: var(--transition);
    padding: 0;
}
.tf-gallery__dot.active {
    background: var(--color-bark);
    width: 24px;
    border-radius: 4px;
}

/* ============================================
   CHILD — Lightbox Overlay
   ============================================ */
.tf-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(42, 36, 29, 0.92);
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.tf-lightbox.open {
    display: flex;
}
.tf-lightbox__inner {
    position: relative;
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tf-lightbox__close {
    position: absolute;
    top: -10px;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.tf-lightbox__close svg {
    width: 24px;
    height: 24px;
    stroke: rgba(255, 255, 255, 0.7);
    stroke-width: 2;
    fill: none;
}
.tf-lightbox__close:hover svg {
    stroke: #fff;
}
.tf-lightbox__img {
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
    display: block;
    border-radius: 2px;
}
.tf-lightbox__caption {
    width: 100%;
    padding: 20px 0 0;
    text-align: left;
}
.tf-lightbox__title {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 6px;
}
.tf-lightbox__desc {
    font-family: var(--font-sans);
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 12px;
    line-height: 1.6;
    letter-spacing: 0.4px;
}
.tf-lightbox__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tf-lightbox__tags li {
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.7);
}
/* Lightbox arrows */
.tf-lightbox__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}
.tf-lightbox__arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}
.tf-lightbox__arrow svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tf-lightbox__arrow--prev {
    left: -60px;
}
.tf-lightbox__arrow--next {
    right: -60px;
}
.tf-lightbox__counter {
    font-family: var(--font-sans);
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.1em;
    margin-top: 16px;
    text-align: center;
}

/* ============================================
   CHILD — Testimonials
   ============================================ */
.tf-child-testimonials {
    padding: var(--section-padding);
    background: var(--color-white);
    text-align: center;
}
.tf-child-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 48px;
}
.tf-tcard {
    background: var(--color-cream);
    padding: 36px 28px;
    text-align: center;
    border: 1px solid var(--color-almond);
}
.tf-tcard__stars {
    color: var(--color-blush);
    font-size: 1rem;
    letter-spacing: 4px;
    margin-bottom: 16px;
}
.tf-tcard blockquote {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-bark);
    margin-bottom: 16px;
}
.tf-tcard__author {
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--color-warm-taupe);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ============================================
   CHILD — FAQ Accordion
   ============================================ */
.tf-faq {
    padding: var(--section-padding);
    background: var(--color-cream);
}
.tf-faq__inner {
    max-width: 780px;
    margin: 0 auto;
}
.tf-faq-item {
    border-bottom: 1px solid var(--color-almond);
}
.tf-faq-item__question {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-serif);
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--color-bark);
    text-align: left;
    padding: 22px 40px 22px 0;
    position: relative;
    line-height: 1.4;
}
.tf-faq-item__question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-sans);
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--color-warm-taupe);
    transition: var(--transition);
}
.tf-faq-item__question.active::after {
    content: "\2212";
}
.tf-faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0;
}
.tf-faq-item__answer.open {
    max-height: 300px;
    padding-bottom: 20px;
}
.tf-faq-item__answer p {
    font-size: 0.92rem;
    color: var(--color-earth);
    line-height: 1.7;
}

/* ============================================
   CHILD — CTA Banner (Parallax)
   ============================================ */
.tf-child-cta {
    position: relative;
    min-height: 45vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tf-child-cta__overlay {
    position: absolute;
    inset: 0;
    background: rgba(44, 36, 29, 0.55);
}
.tf-child-cta__content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 24px;
}
.tf-child-cta__content h2 {
    color: var(--color-white);
    margin-bottom: 12px;
}
.tf-child-cta__content p {
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 28px;
    font-weight: 600 !important;
}

/* ============================================
   CHILD — Vendor Partners Directory
   ============================================ */
.tf-vendors {
    padding: var(--section-padding);
    background: var(--color-white);
}

/* Filter bar */
.tf-vendors__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
}
.tf-filter-btn {
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 9px 20px;
    border: 1px solid var(--color-almond);
    background: transparent;
    color: var(--color-earth);
    cursor: pointer;
    transition: var(--transition);
}
.tf-filter-btn:hover,
.tf-filter-btn.active {
    background: var(--color-bark);
    color: var(--color-cream);
    border-color: var(--color-bark);
}

/* Vendor cards — single column */
.tf-vendors__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
}

/* Individual vendor card */
.tf-vcard {
    border: 1px solid var(--color-almond);
    background: white;
    overflow: hidden;
    transition: var(--transition);
    border-radius: 8px;
    margin: 5px 0;
}

.tf-vcard:last-child {
    border-bottom: 1px solid var(--color-almond);
}
.tf-vcard:hover {
    border-color: var(--color-warm-taupe);
    position: relative;
    z-index: 1;
}
.tf-vcard:hover + .tf-vcard {
    border-top-color: var(--color-warm-taupe);
}
.tf-vcard[hidden] {
    display: none;
}

/* Card header */
.tf-vcard__header {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 0;
    cursor: pointer;
    align-items: stretch;
}
.tf-vcard__img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
}
.tf-vcard__info {
    padding: 18px 52px 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.tf-vcard__cat {
    font-family: var(--font-sans);
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-warm-taupe);
    margin-bottom: 4px;
}
.tf-vcard__name {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--color-truffle);
    margin: 0;
    line-height: 1.3;
}
.tf-vcard__toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 1px solid var(--color-almond);
    border-radius: 50%;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    flex-shrink: 0;
}
.tf-vcard__toggle svg {
    width: 14px;
    height: 14px;
    stroke: var(--color-earth);
    transition: transform 0.3s ease;
}
.tf-vcard.open .tf-vcard__toggle svg {
    transform: rotate(180deg);
}
.tf-vcard.open .tf-vcard__toggle {
    background: var(--color-bark);
    border-color: var(--color-bark);
}
.tf-vcard.open .tf-vcard__toggle svg {
    stroke: var(--color-cream);
}

/* Expandable body */
.tf-vcard__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
    border-top: 0 solid transparent;
}
.tf-vcard.open .tf-vcard__body {
    max-height: 600px;
    border-top: 1px solid var(--color-almond);
}
.tf-vcard__inner {
    padding: 20px 18px;
}
.tf-vcard__desc {
    font-size: 0.88rem;
    color: var(--color-earth);
    margin-bottom: 14px;
    line-height: 1.65;
}

/* Services table inside card */
.tf-vcard__table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-sans);
    font-size: 0.82rem;
    margin-bottom: 14px;
}
.tf-vcard__table th {
    font-weight: 600;
    text-align: left;
    padding: 7px 10px 7px 0;
    color: var(--color-bark);
    border-bottom: 1px solid var(--color-almond);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    width: 35%;
}
.tf-vcard__table td {
    padding: 7px 0;
    color: var(--color-earth);
    border-bottom: 1px solid var(--color-almond);
}

/* Attribute tags */
.tf-vcard__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
    padding: 0;
    list-style: none;
}
.tf-vcard__tags li {
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    background: var(--color-white);
    border: 1px solid var(--color-almond);
    color: var(--color-earth);
}

/* CTA inside card */
.tf-vcard__cta {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 9px 20px;
    border: 1px solid var(--color-bark);
    color: var(--color-bark);
    background: transparent;
    text-decoration: none;
    margin-top: 14px;
    transition: var(--transition);
}
.tf-vcard__cta:hover {
    background: var(--color-bark);
    color: var(--color-cream) !important;
}

/* Vendor summary table */
.tf-vendors__summary {
    margin-top: 56px;
}
.tf-vendors__summary-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-sans);
    font-size: 0.85rem;
}
.tf-vendors__summary-table thead th {
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-bark);
    padding: 12px 16px;
    border-bottom: 2px solid var(--color-almond);
    text-align: left;
}
.tf-vendors__summary-table tbody td {
    padding: 10px 16px;
    color: var(--color-earth);
    border-bottom: 1px solid var(--color-almond);
    text-align: left;
    vertical-align: top;
}
.tf-vendors__summary-table tbody tr:hover {
    background: rgba(168, 181, 160, 0.06);
}

/* ============================================
   RESPONSIVE — Parent
   ============================================ */
@media (max-width: 900px) {
    .tf-intro__grid,
    .tf-split {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .tf-split--reverse {
        direction: ltr;
    }
    .tf-hero {
        min-height: 70vh;
    }

    .tf-parallax-break,
    .tf-cta-banner {
        min-height: 40vh;
    }
    .tf-hero__bg,
    .tf-parallax-break,
    .tf-cta-banner {
        background-attachment: scroll;
    }
}

@media (max-width: 600px) {
    .tf-events__grid,
    .tf-packages__grid,
    .tf-testimonials__grid,
    .tf-why__grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   RESPONSIVE — Child
   ============================================ */
@media (max-width: 900px) {
    .tf-alt-row {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .tf-alt-row--reverse {
        direction: ltr;
    }
    .tf-gallery__slide {
        flex: 0 0 280px;
    }
    .tf-child-hero {
        min-height: 50vh;
    }
    .tf-child-hero__bg,
    .tf-child-cta {
        background-attachment: scroll;
    }
    .tf-lightbox__arrow--prev {
        left: 8px;
    }
    .tf-lightbox__arrow--next {
        right: 8px;
    }
    .tf-lightbox {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .tf-child-packages__grid,
    .tf-child-testimonials__grid,
    .tf-addons__grid {
        grid-template-columns: 1fr;
    }
    .tf-gallery__slide {
        flex: 0 0 85vw;
    }
    .tf-gallery__slide .tf-gallery__slide-img {
        height: 300px;
    }
    .tf-gallery__arrow {
        display: none;
    }
    .tf-vcard__header {
        grid-template-columns: 80px 1fr;
    }
    .tf-vcard__img {
        width: 80px;
        height: 80px;
    }
}

/* ============================================
   HUB PAGE — 3-Column Event Types Grid
   ============================================ */

/* Override WPBakery wrapper constraints */
.wpb_text_column .tf-parent,
.wpb_wrapper .tf-parent {
    max-width: none !important;
    width: 100% !important;
}
.wpb_text_column .tf-hub-grid,
.wpb_text_column .tf-vcard__header {
    display: grid !important;
}
.wpb_text_column .tf-vcard__info {
    display: flex !important;
}

.tf-hub-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}
.tf-hub-col__title {
    font-family: var(--font-serif);
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    color: var(--color-truffle);
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-almond);
}
.tf-hub-col .tf-vendors__grid {
    max-width: none;
}
.tf-hub-col .tf-vcard__img {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px;
    object-fit: cover;
}
.tf-hub-col .tf-vcard__header {
    display: grid !important;
    grid-template-columns: 60px 1fr !important;
    gap: 0 !important;
    align-items: stretch !important;
}
.tf-hub-col .tf-vcard__info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 12px 44px 12px 14px !important;
    position: relative !important;
}
.tf-hub-col .tf-vcard__name {
    font-size: 0.85rem !important;
    margin: 0 !important;
}
.tf-hub-col .tf-vcard__cat {
    display: none !important;
}
.tf-hub-col .tf-vcard__toggle {
    right: 12px;
    width: 24px;
    height: 24px;
}
.tf-hub-col .tf-vcard__toggle svg {
    width: 12px;
    height: 12px;
}
.tf-hub-col .tf-vcard__inner {
    padding: 14px;
}
.tf-hub-col .tf-vcard__desc {
    font-size: 0.82rem;
    margin-bottom: 10px;
}
.tf-hub-col .tf-vcard__cta {
    font-size: 0.68rem;
    padding: 7px 16px;
    border-radius: 8px;
}
.tf-hub-col__geo {
    margin-top: 12px;
    display: flex;
    gap: 16px;
}
.tf-hub-col__geo a {
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-bark);
    text-decoration: none;
    border-bottom: 1px solid var(--color-almond);
    padding-bottom: 2px;
    transition: var(--transition);
}
.tf-hub-col__geo a:hover {
    border-color: var(--color-bark);
}

@media (max-width: 1024px) {
    .tf-hub-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}
@media (max-width: 700px) {
    .tf-hub-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .tf-hub-col .tf-vcard__img {
        width: 50px;
        height: 50px;
    }
    .tf-hub-col .tf-vcard__header {
        grid-template-columns: 50px 1fr;
    }
}

/* ============================================
   WEDDINGS SIMPLE — Landing Page
   Scoped under .tf-weddings-simple
   ============================================ */
/* Page-specific override for weddings-vancouver-island */
.page-id-20054 #qodef-page-inner,
.page-id-20073 #qodef-page-inner,
.page-id-20075 #qodef-page-inner {
    padding: 0 0 78px !important;
}

.tf-weddings-simple {
    font-family: var(--font-sans);
    color: var(--color-bark);
    background: var(--color-white);
    line-height: 1.6;
}
.tf-weddings-simple *,
.tf-weddings-simple *::before,
.tf-weddings-simple *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.tf-weddings-simple img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* WPBakery override */
.wpb_text_column .tf-weddings-simple,
.wpb_wrapper .tf-weddings-simple {
    max-width: none !important;
    width: 100% !important;
}

/* --- Hero --- */
.tf-ws-hero {
    position: relative;
    height: 85vh;
    min-height: 500px;
    max-height: 750px;
    overflow: hidden;
}
.tf-ws-hero__image {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.tf-ws-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 25%;
}
.tf-ws-hero__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
    max-width: 960px;
    margin: 0 auto;
}
.tf-ws-hero__title {
    font-family: "Dawning of a New Day";
    font-size: 7rem;
    font-weight: bold;
    font-style: italic;
    color: #4f545ce8;
    line-height: 1.25;
    letter-spacing: -0.4px !important;
    max-width: 60%;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    text-align: right;
    left: 44%;
    position: absolute;
    margin-right: 0.5%;
}

/* --- Intro --- */
.tf-ws-intro {
    padding: 80px 24px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.tf-ws-intro h2 {
    font-family: var(--font-serif);
    font-size: 2.0625rem;
    font-weight: 400;
    color: var(--color-bark);
    line-height: 1.35;
    margin-bottom: 20px;
}
.tf-ws-intro p {
    font-size: 1.1875rem;
    color: var(--color-earth);
    line-height: 1.8;
}

/* --- Highlights Grid --- */
.tf-ws-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    max-width: 780px;
    margin: 32px auto 0;
    text-align: left;
}
.tf-ws-highlight {
    padding: 0;
}
.tf-ws-highlight h4 {
    font-family: var(--font-serif);
    font-size: 1.3125rem;
    font-weight: 500;
    color: var(--color-bark);
    margin-bottom: 6px;
}
.tf-ws-highlight p {
    font-size: 1.1rem;
    color: var(--color-earth);
    line-height: 1.7;
    margin-bottom: 0;
}

/* --- Divider --- */
.tf-ws-divider {
    width: 60px;
    height: 1px;
    background: var(--color-almond);
    margin: 0 auto 80px;
}

/* --- Alternating Rows --- */
.tf-ws-alt-section {
    padding: 0 24px;
    max-width: 1060px;
    margin: 0 auto 80px;
}
.tf-ws-alt-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.tf-ws-alt-row--reverse {
    direction: rtl;
}
.tf-ws-alt-row--reverse > * {
    direction: ltr;
}
.tf-ws-alt-row__image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 4px;
}
.tf-ws-alt-row__text h3 {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 400;
    color: var(--color-bark);
    margin-bottom: 16px;
}
.tf-ws-alt-row__text p {
    font-size: 1.15rem;
    color: var(--color-earth);
    line-height: 1.8;
    margin-bottom: 12px;
}
.tf-ws-alt-row__text ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}
.tf-ws-alt-row__text ul li {
    font-size: 1.15rem;
    color: var(--color-earth);
    padding: 4px 0;
}
.tf-ws-alt-row__text ul li strong {
    color: var(--color-bark);
}

/* --- Slider --- */
.tf-ws-slider {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.tf-ws-slider__track {
    display: flex;
    transition: transform 0.5s ease;
}
.tf-ws-slider__slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.tf-ws-slider__slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}
.tf-ws-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.85);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    font-size: 18px;
    color: var(--color-bark);
    border-radius: 2px;
}
.tf-ws-slider:hover .tf-ws-slider__arrow {
    opacity: 1;
}
.tf-ws-slider__arrow--prev { left: 12px; }
.tf-ws-slider__arrow--next { right: 12px; }
.tf-ws-slider__arrow:hover {
    background: rgba(255,255,255,1);
}
.tf-ws-slider__pagination {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 3;
}
.tf-ws-slider__pause {
    width: 16px;
    height: 16px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}
.tf-ws-slider__pause svg {
    width: 16px;
    height: 16px;
    fill: rgba(255,255,255,0.5);
    transition: fill 0.3s ease;
}
.tf-ws-slider__pause:hover svg {
    fill: rgba(255,255,255,0.9);
}
.tf-ws-slider__dot {
    width: 28px;
    height: 11px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
}
.tf-ws-slider__dot::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.4);
    transition: background 0.3s ease;
}
.tf-ws-slider__dot--active::after {
    background: rgba(255,255,255,0.9);
}

/* --- Package Box --- */
.tf-ws-package-section {
    background: #da8989;
    padding: 72px 24px;
}
.tf-ws-package-section p {
    color: white !important;
}
.tf-ws-package-box {
    max-width: 700px;
    margin: 0 auto;
    color: var(--color-white);
}
.tf-ws-package-box h2 {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    color: var(--color-white);
}
.tf-ws-package-box h3 {
    font-family: var(--font-sans);
    font-size: 1.1875rem;
    font-weight: 400;
    margin-bottom: 28px;
    opacity: 0.9;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: var(--color-white);
}
.tf-ws-package-box h4 {
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: var(--color-white);
}
.tf-ws-package-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.tf-ws-package-box ul li {
    font-size: 1.1rem;
    padding: 3px 0;
    opacity: 0.92;
}
.tf-ws-package-box ul li::before {
    content: "\2022";
    margin-right: 8px;
    opacity: 0.6;
}
.tf-ws-package-box .tf-ws-price {
    font-family: var(--font-serif);
    font-size: 1.625rem;
    font-weight: 600;
    margin: 28px 0 8px;
}
.tf-ws-package-box .tf-ws-price-note {
    font-size: 1.025rem;
    opacity: 0.85;
}
.tf-ws-package-box .tf-ws-extras {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.25);
}
.tf-ws-package-box .tf-ws-extras h4 {
    margin-bottom: 8px;
}
.tf-ws-package-box .tf-ws-extras ul li {
    font-size: 1.0625rem;
}

/* --- Contact Form --- */
.tf-ws-contact-section {
    padding: 80px 24px;
    background: var(--color-white);
}
.tf-ws-contact-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
.tf-ws-contact-inner h2 {
    font-family: var(--font-serif);
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-bark);
    margin-bottom: 16px;
}
.tf-ws-contact-inner .tf-ws-contact-note {
    font-size: 1.0625rem;
    color: var(--color-earth);
    margin-bottom: 32px;
    line-height: 1.7;
}

/* CF7 form styling within the weddings simple page */
.tf-ws-contact-inner .wpcf7-form {
    text-align: left;
}
.tf-ws-contact-inner .wpcf7 .tf-form-group {
    margin-bottom: 20px;
    text-align: left;
}
.tf-ws-contact-inner .wpcf7 .tf-form-group label {
    display: block;
    font-size: 1.025rem;
    font-weight: 700;
    color: var(--color-bark);
    margin-bottom: 6px;
}

/* Half-width side-by-side rows */
.tf-ws-contact-inner .wpcf7 .tf-form-row {
    margin-bottom: 0;
}
.tf-ws-contact-inner .wpcf7 .tf-form-row--half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* Text, email, tel, date, number inputs */
.tf-ws-contact-inner .wpcf7 input[type="text"],
.tf-ws-contact-inner .wpcf7 input[type="email"],
.tf-ws-contact-inner .wpcf7 input[type="tel"],
.tf-ws-contact-inner .wpcf7 input[type="date"],
.tf-ws-contact-inner .wpcf7 input[type="number"],
.tf-ws-contact-inner .wpcf7 textarea,
.tf-ws-contact-inner .wpcf7 select {
    width: 100%;
    padding: 12px 14px;
    font-family: var(--font-sans);
    font-size: 1.125rem;
    border: 1px solid var(--color-almond);
    background: var(--color-white);
    color: var(--color-bark);
    outline: none;
    transition: border-color 0.2s ease;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
.tf-ws-contact-inner .wpcf7 select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238B7D6B' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
.tf-ws-contact-inner .wpcf7 input:focus,
.tf-ws-contact-inner .wpcf7 textarea:focus,
.tf-ws-contact-inner .wpcf7 select:focus {
    border-color: var(--color-warm-taupe);
}
.tf-ws-contact-inner .wpcf7 textarea {
    height: 140px;
    resize: vertical;
}

/* Checkbox group */
.tf-ws-contact-inner .wpcf7 .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}
.tf-ws-contact-inner .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 4px 0;
    flex-basis: calc(50% - 8px);
}
.tf-ws-contact-inner .wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
    font-size: 1.0625rem;
    font-weight: 400;
    color: var(--color-earth);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
}
.tf-ws-contact-inner .wpcf7 .wpcf7-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid var(--color-almond);
    border-radius: 2px;
    cursor: pointer;
    accent-color: #da8989;
    flex-shrink: 0;
}

/* Submit button */
.tf-ws-contact-inner .wpcf7 .tf-form-submit,
.tf-ws-contact-inner .wpcf7 input[type="submit"] {
    display: inline-block;
    padding: 14px 40px;
    font-family: var(--font-sans);
    font-size: 1.025rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-white);
    background: #da8989;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 8px;
    border-radius: 0;
}
.tf-ws-contact-inner .wpcf7 .tf-form-submit:hover,
.tf-ws-contact-inner .wpcf7 input[type="submit"]:hover {
    background: var(--color-bark);
}

/* CF7 validation messages */
.tf-ws-contact-inner .wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.975rem;
    color: #c44;
    margin-top: 4px;
}
.tf-ws-contact-inner .wpcf7 .wpcf7-response-output {
    font-size: 1.1rem;
    padding: 12px 16px;
    margin: 16px 0 0;
    border-radius: 2px;
}
.tf-ws-contact-inner .wpcf7-form.sent .wpcf7-response-output {
    border-color: var(--color-sage-dark);
    color: var(--color-sage-dark);
}

/* Responsive: stack half rows on mobile */
@media (max-width: 520px) {
    .tf-ws-contact-inner .wpcf7 .tf-form-row--half {
        grid-template-columns: 1fr;
    }
    .tf-ws-contact-inner .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
        flex-basis: 100%;
    }
}

/* --- Terms --- */
.tf-ws-terms-section {
    padding: 48px 24px 80px;
    background: var(--color-white);
}
.tf-ws-terms-inner {
    max-width: 700px;
    margin: 0 auto;
}
.tf-ws-terms-inner h3 {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--color-bark);
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.tf-ws-terms-inner p,
.tf-ws-terms-inner ul li {
    font-size: 1.025rem;
    color: var(--color-earth);
    line-height: 1.7;
}
.tf-ws-terms-inner ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
.tf-ws-terms-inner ul li::before {
    content: "\2013";
    margin-right: 8px;
}

/* --- Responsive --- */
@media (max-width: 1020px) {
    .tf-ws-hero__title {
        font-size: 5rem;
        margin-right: 2.5%;
    }
}

@media (max-width: 768px) {
    .tf-ws-hero {
        height: 60vh;
        min-height: 400px;
    }
    .tf-ws-hero__title {
        font-size: 4rem;
        width: 60% !important;
        left: 155px;
        margin-right: 0;
    }
    .tf-ws-hero__image img {
        object-position: -115px 15%;
    }
    .tf-ws-intro {
        padding: 56px 24px;
    }
    .tf-ws-highlights {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .tf-ws-alt-section {
        margin-bottom: 56px;
    }
    .tf-ws-alt-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .tf-ws-alt-row--reverse {
        direction: ltr;
    }
    .tf-ws-alt-row__image img {
        height: 300px;
    }
    .tf-ws-slider__arrow {
        opacity: 1;
        width: 36px;
        height: 36px;
        font-size: 14px;
        background: rgba(255,255,255,0.7);
    }
    .tf-ws-slider__slide img {
        height: 300px;
    }
    .tf-ws-slider .slide-cake {
        object-position: center calc(50% + 30px);
    }
    .tf-ws-package-section {
        padding: 48px 24px;
    }
    .tf-ws-contact-section {
        padding: 56px 24px;
    }
}

/* ============================================
   CORPORATE EVENTS — Modifier Styles
   ============================================ */

/* Split hero — portrait image left, title right */
.tf-ws-hero--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
}
.tf-ws-hero--split .tf-ws-hero__col-image {
    overflow: hidden;
}
.tf-ws-hero--split .tf-ws-hero__col-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}
.tf-ws-hero--split .tf-ws-hero__col-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 48px;
    background: var(--color-cream);
}
.tf-ws-hero__title--split {
    position: static !important;
    left: auto !important;
    max-width: 100% !important;
    text-align: center !important;
    color: var(--color-bark) !important;
    text-shadow: none !important;
}

@media (max-width: 768px) {
    .tf-ws-hero--split {
        grid-template-columns: 1fr;
    }
    .tf-ws-hero--split .tf-ws-hero__col-image img {
        min-height: 350px;
        max-height: 450px;
    }
    .tf-ws-hero--split .tf-ws-hero__col-text {
        padding: 40px 24px;
    }
    .tf-ws-hero__title--split {
        font-size: 4rem !important;
        width: auto !important;
        margin-right: 0 !important;
    }
}

/* No-image hero — title only on cream background */
.tf-ws-hero--noimage {
    height: auto;
    min-height: 0;
    max-height: none;
    background: var(--color-cream);
}
.tf-ws-hero--noimage .tf-ws-hero__col-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 48px;
}

/* Alt rows without images — center the text */
.tf-ws-alt-row:not(:has(.tf-ws-alt-row__image)) {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto;
}

/* Package section — sage tone for corporate */
.tf-ws-package-section--corporate {
    background: #7A8E6F !important;
}

/* Submit button + checkbox accent — sage for corporate */
.tf-ws-corporate .tf-ws-contact-inner .wpcf7 .tf-form-submit,
.tf-ws-corporate .tf-ws-contact-inner .wpcf7 input[type="submit"] {
    background: #7A8E6F;
}
.tf-ws-corporate .tf-ws-contact-inner .wpcf7 .tf-form-submit:hover,
.tf-ws-corporate .tf-ws-contact-inner .wpcf7 input[type="submit"]:hover {
    background: var(--color-bark);
}

/* "We Host" event types grid */
.tf-ws-event-types {
    background: var(--color-cream);
    padding: 72px 24px;
}
.tf-ws-event-types__inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.tf-ws-event-types__inner h2 {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 400;
    color: var(--color-bark);
    margin-bottom: 32px;
}
.tf-ws-event-types__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 48px;
    text-align: left;
    max-width: 480px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
.tf-ws-event-types__grid li {
    font-size: 1.1875rem;
    color: var(--color-earth);
    padding: 8px 0;
    border-bottom: 1px solid var(--color-almond);
}

@media (max-width: 768px) {
    .tf-ws-event-types__grid {
        grid-template-columns: 1fr;
    }
}
