@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=DM+Sans:wght@300;400;500;600&display=swap');


/* ============================================================
   ELEMENTOR KIT KILL — beats post-23.css .elementor-kit-23 h2
   Root cause: Elementor sets font-size:32px font-weight:700 font-family:Dosis
   on h2 via .elementor-kit-23 h2 which overrides our clamp() and weight:400
   ============================================================ */
.elementor-kit-23 h1,
.elementor-kit-23 h2,
.elementor-kit-23 h3,
.elementor-kit-23 h4,
.elementor-kit-23 h5,
.elementor-kit-23 h6 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 400 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
}

/* Restore our exact sizes from local preview */
body .dbf-section-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: clamp(2rem, 3.2vw, 3rem) !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.01em !important;
    color: #181818 !important;
}
body .dbf-hero-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: clamp(2.2rem, 3.6vw, 3.8rem) !important;
    font-weight: 300 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
}
body .dbf-hero-title em {
    font-style: italic !important;
    font-weight: 300 !important;
    color: #9B72AA !important;
}
body .dbf-service-name {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.55rem !important;
    font-weight: 500 !important;
}
body .dbf-event-name {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}
body .dbf-testimonial-text {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.05rem !important;
    font-weight: 400 !important;
    font-style: italic !important;
}
body .dbf-aside-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.65rem !important;
    font-weight: 400 !important;
}
body .dbf-band-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
    font-weight: 400 !important;
}
body .dbf-stat-num {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 2rem !important;
    font-weight: 400 !important;
}
/* Body text — DM Sans, not bold, not Dosis */
body,
body p,
body span,
body a,
body li,
body label,
body input,
body select,
body textarea,
body button {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif !important;
}
/* Kill Elementor global typography for body */
.elementor-kit-23,
.elementor-kit-23 p,
.elementor-kit-23 a,
.elementor-kit-23 span {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}


/* ============================================================
   HERO ABOVE-FOLD FIX — CTAs visible without scrolling
   ============================================================ */
.dbf-hero {
    min-height: 100vh !important;
    align-items: stretch !important;
}
.dbf-hero-content {
    padding: 40px 48px 40px 28px !important;
    justify-content: center !important;
}
.dbf-hero-title {
    font-size: clamp(2.2rem, 3.6vw, 3.8rem) !important;
    margin-bottom: 18px !important;
    line-height: 1.08 !important;
}
.dbf-hero-sub {
    font-size: 0.95rem !important;
    margin-bottom: 28px !important;
    line-height: 1.65 !important;
}
.dbf-hero-actions {
    gap: 20px !important;
}
.dbf-hero-stats {
    margin-top: 32px !important;
    padding-top: 24px !important;
}
.dbf-stat-num {
    font-size: 1.8rem !important;
}
/* Ensure eyebrow has less margin */
.dbf-eyebrow {
    margin-bottom: 12px !important;
}


/* ============================================================
   FONT OVERRIDE — Kill Elementor Dosis/Roboto, restore our fonts
   ============================================================ */
html body,
html body * {
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .dbf-hero-title,
html body .dbf-section-title,
html body .dbf-service-name,
html body .dbf-event-name,
html body .dbf-testimonial-text,
html body .dbf-aside-title,
html body .dbf-band-title,
html body .dbf-stat-num,
html body .dbf-logo-name {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif !important;
}
html body .dbf-footer-logo-img {
    display: block !important;
    height: auto !important;
    max-height: 90px !important;
    width: auto !important;
    max-width: 200px !important;
    object-fit: contain !important;
    filter: none !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
}

/* ============================================================
   DIANE'S BALLOON FIESTA — Main Stylesheet v2.0
   Elementor-hardened | Full responsive | Senior FE grade
   ============================================================ */

/* ============================================================
   1. DESIGN TOKENS
   ============================================================ */
:root {
    --white:        #FFFFFF;
    --off-white:    #F6F4F8;
    --lavender:     #C9ABD6;
    --lavender-lt:  #EDE5F2;
    --lavender-dk:  #9B72AA;
    --ink:          #181818;
    --ink-60:       #5A5A5A;
    --ink-40:       #8A8A8A;
    --border:       #E4DDE9;
    --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --font-body:    'DM Sans', system-ui, -apple-system, sans-serif;
    --hdr-h:        78px;
    --section-pad:  100px;
    --container:    1180px;
    --gutter:       28px;
    --ease:         cubic-bezier(0.4, 0, 0.2, 1);
    --dur:          0.28s;
}

/* ============================================================
   2. HARD RESET — Kill Elementor & Hello Elementor interference
   ============================================================ */

/* Stop Elementor adding padding/margin to body */
body,
body.elementor-page,
body.hello-elementor {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
}

/* Hide Elementor's own content wrapper on our page */
.e-page-content,
.elementor-section-wrap,
.elementor-widget-wrap,
.elementor-container {
    all: unset !important;
    display: none !important;
}

/* Kill Hello Elementor header/footer if they try to render */
.site-header.elementor-section,
.site-footer.elementor-section,
#site-header,
#site-footer {
    display: none !important;
}

/* ============================================================
   3. BASE RESET
   ============================================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.6;
    color: var(--ink);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: var(--font-body); cursor: pointer; border: none; background: none; }
address { font-style: normal; }
ul, ol { list-style: none; }

:focus-visible {
    outline: 2px solid var(--lavender-dk);
    outline-offset: 3px;
}

/* ============================================================
   4. LAYOUT
   ============================================================ */
.dbf-container {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
    width: 100%;
}

.dbf-section { padding-block: var(--section-pad); }
.dbf-section--alt { background: var(--off-white); }

/* ============================================================
   5. TYPOGRAPHY
   ============================================================ */
.dbf-eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: var(--lavender-dk);
    margin-bottom: 16px;
    text-transform: none;
}

.dbf-section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--ink);
    letter-spacing: -0.01em;
}

/* ============================================================
   6. BUTTONS
   ============================================================ */
.dbf-btn-primary {
    display: inline-block;
    background: var(--ink);
    color: var(--white) !important;
    padding: 15px 38px;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    border: none;
    cursor: pointer;
    transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
    white-space: nowrap;
    text-decoration: none;
}
.dbf-btn-primary:hover { background: var(--lavender-dk); transform: translateY(-1px); }

.dbf-btn-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--ink) !important;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 2px;
    transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
    white-space: nowrap;
    text-decoration: none;
    background: none;
}
.dbf-btn-text:hover { color: var(--lavender-dk) !important; border-color: var(--lavender-dk); }

.dbf-btn-outline {
    display: inline-block;
    border: 2px solid var(--ink);
    color: var(--ink) !important;
    padding: 14px 36px;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
    white-space: nowrap;
    text-decoration: none;
    background: none;
}
.dbf-btn-outline:hover { background: var(--ink); color: var(--white) !important; }

.dbf-btn-submit {
    display: block;
    width: 100%;
    background: var(--ink);
    color: var(--white);
    border: none;
    padding: 16px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-top: 12px;
    cursor: pointer;
    transition: background var(--dur) var(--ease);
}
.dbf-btn-submit:hover { background: var(--lavender-dk); }

/* ============================================================
   7. LOGO
   ============================================================ */
.dbf-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    line-height: 1;
}

/* Real image logo — constrained to fit neatly in header */
.dbf-logo-img {
    display: block;
    width: auto;
    height: 48px;          /* Fits inside 78px header with breathing room */
    max-width: 180px;
    object-fit: contain;
    object-position: left center;
}

/* Footer logo variant — slightly larger, white tint if needed */
.dbf-footer .dbf-logo-img {
    height: 44px;
    filter: brightness(0) invert(1); /* Makes logo white on dark footer */
}

@media (max-width: 768px) {
    .dbf-logo-img { height: 40px; max-width: 150px; }
}
@media (max-width: 480px) {
    .dbf-logo-img { height: 34px; max-width: 130px; }
}

/* ============================================================
   8. HEADER — Fixed, z-index above Elementor (10000+)
   ============================================================ */
.dbf-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99999 !important;
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: box-shadow var(--dur) var(--ease);
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.dbf-header.is-scrolled { box-shadow: 0 2px 32px rgba(0, 0, 0, 0.07); }

.dbf-header-inner {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
    height: var(--hdr-h);
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

/* ── Desktop Nav ── */
.dbf-nav {
    display: flex;
    align-items: center;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dbf-nav a {
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--ink-60) !important;
    letter-spacing: 0.03em;
    transition: color var(--dur) var(--ease);
    text-decoration: none;
    white-space: nowrap;
}
.dbf-nav a:hover { color: var(--ink) !important; }

.dbf-nav-book {
    background: var(--lavender) !important;
    color: var(--ink) !important;
    padding: 10px 22px !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    transition: background var(--dur) var(--ease), color var(--dur) var(--ease) !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    display: inline-block !important;
}
.dbf-nav-book:hover {
    background: var(--lavender-dk) !important;
    color: var(--white) !important;
}

/* ── Hamburger — SVG-based, immune to Elementor colour injection ── */
.dbf-hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    background: none !important;
    border: none !important;
    padding: 8px !important;
    margin: 0 !important;
    cursor: pointer;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    -webkit-appearance: none;
    appearance: none;
    color: var(--ink) !important;
    /* No color inheritance from Elementor */
    outline: none;
}
.dbf-hamburger:focus-visible {
    outline: 2px solid var(--lavender-dk);
    outline-offset: 2px;
}

/* SVG bars — always ink coloured, never inherits */
.dbf-hamburger-icon,
.dbf-close-icon {
    display: block;
    flex-shrink: 0;
    pointer-events: none;
}
.dbf-hamburger-icon .dbf-bar,
.dbf-hamburger svg rect,
.dbf-hamburger svg line {
    fill: #181818 !important;
    stroke: #181818 !important;
    transition: opacity var(--dur) var(--ease);
}

/* Open state — show X, hide bars */
.dbf-hamburger.is-open .dbf-hamburger-icon { display: none; }
.dbf-hamburger.is-open .dbf-close-icon     { display: block !important; }

/* ── Mobile Nav Drawer ── */
.dbf-mobile-nav {
    display: none;
    position: fixed !important;
    top: var(--hdr-h) !important;
    left: 0 !important;
    right: 0 !important;
    background: var(--white) !important;
    border-bottom: 1px solid var(--border);
    padding: 8px 0 24px;
    flex-direction: column;
    z-index: 99998 !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    max-height: calc(100vh - var(--hdr-h));
    overflow-y: auto;
}
.dbf-mobile-nav.is-open { display: flex; }

.dbf-mobile-nav a {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 500;
    color: var(--ink) !important;
    padding: 16px var(--gutter);
    border-bottom: 1px solid var(--border);
    text-decoration: none;
    transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
    display: block;
}
.dbf-mobile-nav a:hover { background: var(--off-white); color: var(--lavender-dk) !important; }
.dbf-mobile-nav a:last-child { border-bottom: none; }

.dbf-mobile-nav .dbf-nav-book {
    margin: 16px var(--gutter) 0;
    text-align: center;
    border-bottom: none !important;
    display: block !important;
}
.dbf-mobile-nav .dbf-nav-book:hover { background: var(--lavender-dk) !important; color: var(--white) !important; }

/* ============================================================
   9. HERO
   ============================================================ */
.dbf-hero {
    padding-top: var(--hdr-h);
    min-height: 100vh;
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: stretch;
}

.dbf-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 52px 80px var(--gutter);
    max-width: 600px;
    margin-left: auto;
    width: 100%;
}

.dbf-hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 4.5vw, 5rem);
    font-weight: 300;
    line-height: 1.05;
    color: var(--ink);
    letter-spacing: -0.025em;
    margin-bottom: 28px;
}
.dbf-hero-title em { font-style: italic; color: var(--lavender-dk); }

.dbf-hero-sub {
    font-size: 1rem;
    font-weight: 300;
    color: var(--ink-60);
    line-height: 1.75;
    max-width: 400px;
    margin-bottom: 44px;
}

.dbf-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.dbf-hero-stats {
    display: flex;
    align-items: center;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
    flex-wrap: nowrap;
    overflow: hidden;
}
.dbf-stat { display: flex; flex-direction: column; padding-right: 32px; min-width: 0; }
.dbf-stat-num {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 400;
    color: var(--ink);
    line-height: 1;
}
.dbf-stat-label {
    font-family: var(--font-body);
    font-size: 0.66rem;
    font-weight: 400;
    color: var(--ink-40);
    letter-spacing: 0.05em;
    margin-top: 5px;
    white-space: nowrap;
}
.dbf-stat-divider {
    width: 1px;
    height: 36px;
    background: var(--border);
    margin-right: 32px;
    flex-shrink: 0;
}

.dbf-hero-visual {
    position: relative;
    overflow: hidden;
    height: calc(100vh - var(--hdr-h));
}
.dbf-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 10s var(--ease);
}
.dbf-hero-visual:hover img { transform: scale(1.03); }

.dbf-hero-card {
    position: absolute;
    bottom: 36px;
    left: -10px;
    background: var(--white);
    padding: 18px 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    max-width: 280px;
    z-index: 2;
}
.dbf-hero-card-dot {
    width: 9px;
    height: 9px;
    background: var(--lavender);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
    animation: dot-pulse 2.5s ease-in-out infinite;
}
@keyframes dot-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}
.dbf-hero-card strong {
    display: block;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 4px;
}
.dbf-hero-card span {
    font-family: var(--font-body);
    font-size: 0.68rem;
    color: var(--ink-40);
    line-height: 1.5;
}

/* ============================================================
   10. TICKER
   ============================================================ */
.dbf-ticker {
    background: var(--ink);
    padding: 14px 0;
    overflow: hidden;
    user-select: none;
}
.dbf-ticker-track {
    display: flex;
    white-space: nowrap;
    animation: ticker 30s linear infinite;
}
.dbf-ticker-track:hover { animation-play-state: paused; }
.dbf-ticker-item {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    color: rgba(255, 255, 255, 0.65);
    padding: 0 32px;
    flex-shrink: 0;
}
.dbf-ticker-dot {
    color: var(--lavender);
    margin-left: 8px;
    font-size: 0.45rem;
    vertical-align: middle;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   11. SECTION HEADERS
   ============================================================ */
.dbf-section-header { margin-bottom: 56px; }
.dbf-section-header--split {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

/* ============================================================
   12. SERVICES
   ============================================================ */
.dbf-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
}
.dbf-service-card {
    background: var(--white);
    overflow: hidden;
    transition: background var(--dur) var(--ease);
}
.dbf-service-card:hover { background: var(--lavender-lt); }
.dbf-service-img-wrap { overflow: hidden; height: 240px; }
.dbf-service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--ease), filter var(--dur) var(--ease);
    filter: grayscale(8%);
}
.dbf-service-card:hover .dbf-service-img-wrap img { transform: scale(1.04); filter: grayscale(0%); }
.dbf-service-body { padding: 28px 28px 36px; }
.dbf-service-name {
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 10px;
}
.dbf-service-desc { font-family: var(--font-body); font-size: 0.85rem; font-weight: 300; color: var(--ink-60); line-height: 1.7; }

/* ============================================================
   13. ABOUT
   ============================================================ */
.dbf-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 88px;
    align-items: center;
}
.dbf-about-visual { position: relative; z-index: 1; }
.dbf-about-visual img { width: 100%; height: 580px; object-fit: cover; object-position: center top; }
.dbf-about-accent {
    position: absolute;
    bottom: -28px;
    right: -28px;
    width: 180px;
    height: 180px;
    background: var(--lavender);
    z-index: -1;
}
.dbf-about-content .dbf-section-title { margin-bottom: 28px; }
.dbf-about-body { font-family: var(--font-body); font-size: 0.95rem; font-weight: 300; color: var(--ink-60); line-height: 1.85; margin-bottom: 18px; }
.dbf-address-block {
    margin-top: 40px;
    padding: 22px 26px;
    border: 1px solid var(--border);
    background: var(--white);
}
.dbf-address-block strong {
    display: block;
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--lavender-dk);
    margin-bottom: 12px;
}
.dbf-address-block p { font-family: var(--font-body); font-size: 0.87rem; font-weight: 300; color: var(--ink-60); line-height: 1.8; }

/* ============================================================
   14. GALLERY
   ============================================================ */
.dbf-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 264px 264px;
    gap: 6px;
    margin-top: 52px;
}
.dbf-gallery-item { overflow: hidden; background: var(--off-white); }
.dbf-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.65s var(--ease); }
.dbf-gallery-item:hover img { transform: scale(1.05); }
.dbf-gallery-item--large { grid-row: span 2; }
.dbf-gallery-footer { margin-top: 36px; }

/* ============================================================
   15. EVENTS
   ============================================================ */
.dbf-events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    margin-top: 56px;
}
.dbf-event-item {
    background: var(--off-white);
    padding: 36px 22px;
    transition: background var(--dur) var(--ease);
}
.dbf-event-item:hover { background: var(--lavender-lt); }
.dbf-event-icon { display: block; font-size: 1.4rem; margin-bottom: 16px; line-height: 1; }
.dbf-event-name { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.dbf-event-desc { font-family: var(--font-body); font-size: 0.79rem; font-weight: 300; color: var(--ink-40); line-height: 1.65; }

/* ============================================================
   16. TESTIMONIALS
   ============================================================ */
.dbf-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 56px;
}
.dbf-testimonial {
    padding: 32px 28px 28px;
    border: 1px solid var(--border);
    background: var(--white);
    transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.dbf-testimonial:hover { border-color: var(--lavender); box-shadow: 0 8px 40px rgba(201, 171, 214, 0.18); }
.dbf-testimonial-stars { font-size: 0.7rem; color: var(--lavender-dk); letter-spacing: 3px; margin-bottom: 18px; }
.dbf-testimonial-text {
    font-family: var(--font-display);
    font-size: 1.02rem;
    font-weight: 400;
    font-style: italic;
    color: var(--ink-60);
    line-height: 1.7;
    margin-bottom: 24px;
}
.dbf-testimonial-footer { display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--border); padding-top: 18px; }
.dbf-testimonial-name { font-family: var(--font-body); font-size: 0.79rem; font-weight: 600; color: var(--ink); font-style: normal; }
.dbf-testimonial-role { font-family: var(--font-body); font-size: 0.7rem; font-weight: 300; color: var(--ink-40); }

/* ============================================================
   17. BAND / CTA STRIP
   ============================================================ */
.dbf-band { padding-block: 68px; }
.dbf-band--lavender { background: var(--lavender); }
.dbf-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.dbf-band-title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}
.dbf-band-sub { font-family: var(--font-body); font-size: 0.9rem; font-weight: 300; color: rgba(24, 24, 24, 0.7); line-height: 1.65; max-width: 460px; }

/* ============================================================
   18. LOCAL SEO
   ============================================================ */
.dbf-local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.dbf-local-content .dbf-section-title { margin-bottom: 20px; }
.dbf-local-intro { font-family: var(--font-body); font-size: 0.95rem; font-weight: 300; color: var(--ink-60); line-height: 1.75; max-width: 480px; }
.dbf-area-tags { margin-top: 36px; }
.dbf-area-tags-label { font-family: var(--font-body); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; color: var(--lavender-dk); margin-bottom: 14px; }
.dbf-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.dbf-tag {
    padding: 7px 14px;
    border: 1px solid var(--border);
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--ink-60);
    background: var(--white);
    transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
    cursor: default;
}
.dbf-tag:hover { background: var(--lavender-lt); border-color: var(--lavender); color: var(--ink); }
.dbf-contact-info { margin-top: 40px; }
.dbf-contact-info-row { display: flex; align-items: flex-start; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--border); }
.dbf-contact-info-row:last-child { border-bottom: none; }
.dbf-contact-info-icon { font-size: 1rem; color: var(--lavender-dk); flex-shrink: 0; margin-top: 2px; line-height: 1; }
.dbf-contact-info-row strong { display: block; font-family: var(--font-body); font-size: 0.71rem; font-weight: 600; color: var(--ink); margin-bottom: 4px; letter-spacing: 0.03em; }
.dbf-contact-info-row span, .dbf-contact-info-row a { font-family: var(--font-body); font-size: 0.84rem; font-weight: 300; color: var(--ink-60); }
.dbf-contact-info-row a:hover { color: var(--lavender-dk); }
.dbf-map-wrap { height: 420px; border: 1px solid var(--border); overflow: hidden; }
.dbf-map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

/* ============================================================
   19. CONTACT FORM
   ============================================================ */
.dbf-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.dbf-contact-form-col .dbf-section-title { margin-bottom: 0; }
.dbf-form { margin-top: 40px; }
.dbf-form-row--2col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dbf-field { margin-bottom: 20px; }
.dbf-field label {
    display: block;
    font-family: var(--font-body);
    font-size: 0.69rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    color: var(--ink);
    margin-bottom: 9px;
}
.dbf-field input,
.dbf-field select,
.dbf-field textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid var(--border);
    background: var(--white);
    font-family: var(--font-body);
    font-size: 0.87rem;
    font-weight: 300;
    color: var(--ink);
    outline: none;
    transition: border-color var(--dur) var(--ease);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    line-height: 1.5;
}
.dbf-field input::placeholder,
.dbf-field textarea::placeholder { color: var(--ink-40); }
.dbf-field input:focus,
.dbf-field select:focus,
.dbf-field textarea:focus { border-color: var(--lavender-dk); box-shadow: 0 0 0 3px rgba(155, 114, 170, 0.1); }
.dbf-field textarea { height: 136px; resize: vertical; }
.dbf-form-note { font-family: var(--font-body); font-size: 0.71rem; font-weight: 300; color: var(--ink-40); text-align: center; margin-top: 14px; }

.dbf-contact-aside { padding-top: 8px; }
.dbf-aside-title {
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1.25;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin-bottom: 24px;
}
.dbf-aside-body { font-family: var(--font-body); font-size: 0.9rem; font-weight: 300; color: var(--ink-60); line-height: 1.8; margin-bottom: 16px; }
.dbf-promise { margin-top: 36px; padding: 22px 26px; background: var(--lavender-lt); border-left: 3px solid var(--lavender); border-radius: 0; }
.dbf-promise p { font-family: var(--font-body); font-size: 0.87rem; font-weight: 300; color: var(--ink-60); line-height: 1.75; }
.dbf-promise strong { font-weight: 600; color: var(--ink); }
.dbf-aside-details { margin-top: 36px; }
.dbf-aside-detail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid var(--border);
    font-family: var(--font-body);
    font-size: 0.84rem;
    font-weight: 300;
    color: var(--ink-60);
    line-height: 1.55;
}
.dbf-aside-detail:last-child { border-bottom: none; }
.dbf-aside-detail > span:first-child { font-size: 1rem; color: var(--lavender-dk); flex-shrink: 0; margin-top: 1px; }
.dbf-aside-detail a { color: var(--ink); font-weight: 500; }
.dbf-aside-detail a:hover { color: var(--lavender-dk); }

/* ============================================================
   20. FOOTER
   ============================================================ */
/* ============================================================
   FOOTER — Full rewrite v3.0
   Responsive grid, webp logo with white pill, clean typography
   ============================================================ */

/* ---- Main footer wrapper ---- */
.dbf-footer {
    background: var(--ink);
    padding-top: 64px;
}

/* ---- Inner grid: brand | pages | find us ---- */
.dbf-footer-inner {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 52px;
    align-items: start;
}

/* ---- Brand column ---- */
.dbf-footer-brand { display: flex; flex-direction: column; gap: 20px; }

/* Logo link wrapper — white rounded pill so webp shows on dark bg */
.dbf-footer-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 18px;
    width: fit-content;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.dbf-footer-logo-link:hover { opacity: 0.88; }

/* Logo image — let it breathe naturally */
.dbf-footer-logo {
    display: block !important;
    height: 60px !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain !important;
    filter: none !important;
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.dbf-footer-desc {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 0.83rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 280px;
}

/* ---- Nav + Contact columns ---- */
.dbf-footer-heading {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--lavender);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.dbf-footer-nav nav {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.dbf-footer-nav a {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 0.84rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.22s ease;
}
.dbf-footer-nav a:hover { color: rgba(255, 255, 255, 0.92); }

.dbf-footer-contact address {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 0.84rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.9;
    font-style: normal;
}

/* ---- Bottom bar ---- */
.dbf-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dbf-footer-bottom-inner {
    max-width: var(--container);
    margin-inline: auto;
    padding: 22px var(--gutter);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.dbf-footer-copy {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.28);
}
.dbf-footer-legal a {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.28);
    text-decoration: none;
    transition: color 0.22s ease;
}
.dbf-footer-legal a:hover { color: rgba(255, 255, 255, 0.65); }

/* ============================================================
   FOOTER RESPONSIVE
   ============================================================ */

/* Tablet — 1024px */
@media (max-width: 1024px) {
    .dbf-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
    .dbf-footer-brand {
        grid-column: span 2;
        flex-direction: row;
        align-items: flex-start;
        gap: 28px;
        flex-wrap: wrap;
    }
    .dbf-footer-desc { max-width: 360px; }
}

/* Mobile — 768px */
@media (max-width: 768px) {
    .dbf-footer { padding-top: 48px; }
    .dbf-footer-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 40px;
    }
    .dbf-footer-brand {
        grid-column: span 1;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .dbf-footer-logo { height: 52px !important; }
    .dbf-footer-desc { max-width: 100%; }
    .dbf-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Small mobile — 480px */
@media (max-width: 480px) {
    .dbf-footer-logo { height: 44px !important; max-width: 150px !important; }
    .dbf-footer-logo-link { padding: 8px 14px; }
    .dbf-footer-heading { font-size: 0.6rem; }
    .dbf-footer-nav a,
    .dbf-footer-contact address { font-size: 0.82rem; }
}


.dbf-scroll-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 99000;
    width: 48px;
    height: 48px;
    background: var(--ink);
    color: var(--white);
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
    cursor: pointer;
}
.dbf-scroll-top.is-visible { display: flex; }
.dbf-scroll-top:hover { background: var(--lavender-dk); transform: translateY(-3px); }

/* ============================================================
   22. RESPONSIVE — LARGE TABLET (max 1100px)
   ============================================================ */
@media (max-width: 1100px) {
    :root { --section-pad: 80px; --gutter: 24px; }

    .dbf-hero { grid-template-columns: 1fr; min-height: auto; }
    .dbf-hero-content { padding: 56px var(--gutter) 48px; max-width: 100%; margin-left: 0; }
    .dbf-hero-visual { height: 60vw; min-height: 380px; }
    .dbf-hero-card { left: 20px; }

    .dbf-about-grid { grid-template-columns: 1fr; gap: 48px; }
    .dbf-about-visual img { height: 420px; }
    .dbf-about-accent { display: none; }

    .dbf-local-grid { grid-template-columns: 1fr; gap: 48px; }
    .dbf-map-wrap { height: 340px; }

    .dbf-contact-grid { grid-template-columns: 1fr; gap: 52px; }

    .dbf-footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
    .dbf-footer-brand { grid-column: span 2; }
}

/* ============================================================
   23. RESPONSIVE — TABLET (max 768px)
   ============================================================ */
@media (max-width: 768px) {
    :root { --section-pad: 60px; --gutter: 20px; --hdr-h: 68px; }

    /* Header — show hamburger, hide desktop nav */
    .dbf-nav { display: none !important; }
    .dbf-hamburger { display: flex !important; }

    /* Logo size on mobile */
    .dbf-logo-name { font-size: 1.2rem; }
    .dbf-logo-tagline { font-size: 0.55rem; }

    /* Hero */
    .dbf-hero-title { font-size: 2.4rem; }
    .dbf-hero-sub { font-size: 0.95rem; max-width: 100%; }
    .dbf-hero-actions { flex-direction: column; align-items: flex-start; gap: 16px; }
    .dbf-hero-stats { flex-wrap: wrap; gap: 0; margin-top: 40px; padding-top: 24px; }
    .dbf-stat { padding-right: 20px; }
    .dbf-stat-divider { margin-right: 20px; }
    .dbf-stat-num { font-size: 1.7rem; }

    /* Services — single column */
    .dbf-services-grid { grid-template-columns: 1fr; }
    .dbf-service-img-wrap { height: 200px; }

    /* Section header split */
    .dbf-section-header--split { flex-direction: column; align-items: flex-start; gap: 16px; }

    /* Gallery — 2 col */
    .dbf-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .dbf-gallery-item--large { grid-row: span 1; height: 210px; }
    .dbf-gallery-item { height: 190px; }

    /* Events — 2 col */
    .dbf-events-grid { grid-template-columns: 1fr 1fr; }

    /* Testimonials — single col */
    .dbf-testimonials-grid { grid-template-columns: 1fr; }

    /* Band */
    .dbf-band-inner { flex-direction: column; align-items: flex-start; gap: 24px; }

    /* Form */
    .dbf-form-row--2col { grid-template-columns: 1fr; gap: 0; }

    /* Footer */
    .dbf-footer-inner { grid-template-columns: 1fr; gap: 28px; }
    .dbf-footer-brand { grid-column: span 1; }
}

/* ============================================================
   24. RESPONSIVE — MOBILE (max 480px)
   ============================================================ */
@media (max-width: 480px) {
    :root { --section-pad: 52px; --gutter: 16px; --hdr-h: 64px; }

    .dbf-hero-title { font-size: 2rem; letter-spacing: -0.02em; }
    .dbf-hero-visual { height: 75vw; min-height: 280px; }
    .dbf-hero-card { max-width: calc(100% - 40px); left: 16px; bottom: 20px; padding: 14px 18px; }

    .dbf-events-grid { grid-template-columns: 1fr; }

    .dbf-gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .dbf-gallery-item--large { height: 260px; }
    .dbf-gallery-item { height: 200px; }

    .dbf-stat { padding-right: 16px; }
    .dbf-stat-divider { margin-right: 16px; height: 28px; }
    .dbf-stat-num { font-size: 1.5rem; }

    .dbf-hero-stats { overflow-x: auto; padding-bottom: 4px; }

    .dbf-logo-name { font-size: 1.1rem; }
}

/* ============================================================
   25. REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    .dbf-ticker-track { animation: none; }
    .dbf-hero-visual img { transition: none; }
    .dbf-hero-card-dot { animation: none; }
    * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ============================================================
   HERO STATS — Mobile fix
   On small screens: 3-col grid, each stat self-contained,
   number large, label small beneath it, no orphaned text
   ============================================================ */
@media (max-width: 768px) {
    .dbf-hero-stats {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0 !important;
        margin-top: 32px !important;
        padding-top: 22px !important;
        overflow: visible !important;
        flex-wrap: unset !important;
        align-items: unset !important;
    }
    /* Hide the vertical dividers on mobile — grid handles separation */
    .dbf-stat-divider { display: none !important; }

    .dbf-stat {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 !important;
        border-right: 1px solid var(--border);
    }
    .dbf-stat:last-child { border-right: none !important; }

    .dbf-stat-num {
        font-size: 1.7rem !important;
        line-height: 1 !important;
        margin-bottom: 5px !important;
    }
    .dbf-stat-label {
        font-size: 0.62rem !important;
        letter-spacing: 0.04em !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        text-align: center !important;
        color: var(--ink-40) !important;
    }
}

@media (max-width: 480px) {
    .dbf-stat-num   { font-size: 1.45rem !important; }
    .dbf-stat-label { font-size: 0.58rem !important; }
    .dbf-hero-stats { margin-top: 24px !important; padding-top: 18px !important; }
}
