/* The Tributes 2026 theme CSS v3.17.0
   CSS-only cleanup vanaf checkpoint v3.15.1.
   Scope: comments/duplicaten opgeschoond; selectors en cascadevolgorde behouden.
*/

/* 1. TOKENS / RESET */
:root {
    --tt-ink: #201916;
    --tt-muted: #6f625b;
    --tt-paper: #fffaf3;
    --tt-sand: #f5ebdf;
    --tt-terracotta: #c86f4a;
    --tt-terracotta-dark: #a95636;
    --tt-night: #15110f;
    --tt-line: rgba(32,25,22,.12);
    --tt-shadow: 0 18px 48px rgba(33,24,18,.13);
    --tt-max: 1180px;
    --tt-container: min(var(--tt-max), calc(100% - 44px));
    --tt-mobile-pad: 18px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    background: var(--tt-paper);
    color: var(--tt-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}

body.admin-bar .tt-topbar { top: 32px; }

*,
*::before,
*::after { box-sizing: border-box; }

img,
iframe { max-width: 100%; }

a { color: inherit; }

.tt-main,
.tt-main > .entry-content,
.tt-home {
    margin: 0;
    padding: 0;
}

.tt-home {
    width: 100%;
    overflow-x: clip;
}

.tt-container {
    width: var(--tt-container);
    max-width: var(--tt-max);
    margin-left: auto;
    margin-right: auto;
}

/* 2. TYPOGRAPHY */
.tt-home h1,
.tt-home h2,
.tt-home h3,
.tt-brand {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.04;
    color: inherit;
    margin: 0 0 18px;
}

.tt-home h1 {
    max-width: 900px;
    font-size: clamp(46px, 5vw, 76px);
    color: #fff;
}

.tt-home h2 {
    font-size: clamp(38px, 4vw, 58px);
    color: var(--tt-ink);
}

.tt-home h3 {
    font-size: clamp(24px, 2.1vw, 34px);
    color: var(--tt-ink);
}

.tt-home p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.6;
    color: inherit;
}

.tt-eyebrow {
    display: block;
    margin: 0 0 14px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--tt-terracotta);
    font-weight: 900;
}

.tt-center {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

/* 3. BUTTONS */
.tt-btn,
a.tt-btn,
button.tt-btn,
.wp-block-button.tt-btn > .wp-block-button__link,
.tt-home .wp-block-button.tt-btn > .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-height: 52px;
    padding: 15px 24px;
    border: 0;
    border-radius: 999px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
}

.wp-block-button.tt-btn {
    display: inline-block;
    width: auto;
    min-height: 0;
    padding: 0;
}

.tt-btn-primary,
a.tt-btn-primary,
button.tt-btn-primary,
.wp-block-button.tt-btn-primary > .wp-block-button__link {
    background: var(--tt-terracotta);
    color: #fff;
    box-shadow: 0 12px 30px rgba(200,111,74,.25);
}

.wp-block-button.tt-btn-ghost > .wp-block-button__link {
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.38);
    backdrop-filter: blur(8px);
}

.tt-btn-soft,
a.tt-btn-soft,
button.tt-btn-soft,
.wp-block-button.tt-btn-soft > .wp-block-button__link,
.tt-btn-soft:visited {
    color: var(--tt-ink);
    background: #fff;
    border: 1px solid var(--tt-line);
}

.tt-btn-full { width: 100%; }

/* 4. HEADER */
.tt-topbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 999;
    width: 100%;
    padding: 14px 0;
    color: #fff;
    background: linear-gradient(90deg, rgba(21,17,15,.50), rgba(21,17,15,.32));
    transition: .25s ease;
}

.tt-topbar.is-scrolled {
    padding: 11px 0;
    background: rgba(21,17,15,.84);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 28px rgba(0,0,0,.18);
}

.tt-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.tt-brand,
.tt-brand-logo {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 0;
}

.tt-site-logo {
    display: block;
    width: 250px;
    max-width: 44vw;
    height: auto;
}

.tt-topbar.is-scrolled .tt-site-logo { width: 228px; }

.tt-navlinks {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 800;
}

.tt-menu,
.tt-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tt-menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tt-menu li,
.tt-footer-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tt-navlinks a {
    color: #fff;
    text-decoration: none;
    opacity: .92;
}

.tt-navlinks a[aria-current="page"],
.tt-navlinks a.active {
    border-bottom: 2px solid var(--tt-terracotta);
    padding-bottom: 5px;
}

.tt-header-cta {
    min-height: 48px;
    padding-inline: 22px;
}

.tt-hamb {
    display: none;
}

/* 5. HERO */
.tt-hero {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 680px;
    max-height: 900px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--tt-night);
    color: #fff;
}

.tt-hero .wp-block-cover__background { opacity: 0 !important; }

.tt-hero .wp-block-cover__image-background {
    object-fit: cover;
    object-position: center center;
}

.tt-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(12,10,9,.90) 0%, rgba(12,10,9,.66) 43%, rgba(12,10,9,.16) 74%, rgba(12,10,9,.28) 100%),
        linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.70));
}

.tt-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 170px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(21,17,15,.96));
}

.tt-hero .wp-block-cover__inner-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: none;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 104px 0 96px;
    margin: 0;
    color: #fff;
}

.tt-hero-content {
    width: var(--tt-container);
    max-width: var(--tt-max);
    margin-inline: auto;
    padding: 0;
}

.tt-hero-content p:not(.tt-eyebrow) {
    max-width: 700px;
    color: rgba(255,255,255,.86);
    font-size: 19px;
    line-height: 1.48;
}

.tt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.tt-hero-actions .wp-block-button { width: auto; flex: 0 0 auto; }
.tt-hero-actions .wp-block-button__link { width: auto; min-width: 0; }

.tt-hero-facts {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 5;
    transform: translateX(-50%);
    width: var(--tt-container);
    max-width: var(--tt-max);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.16);
    color: #fff;
}

.tt-hero-fact {
    min-height: 68px;
    padding: 17px 24px;
    border-right: 1px solid rgba(255,255,255,.14);
}

.tt-hero-fact:last-child { border-right: 0; }

.tt-hero-fact p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; }
.tt-hero-fact strong { display: block; color: #fff; font-size: 15px; }

/* 6. SHARED SECTIONS / CARDS */
.tt-section {
    width: 100%;
    padding: 90px 0;
    margin: 0;
    background: var(--tt-paper);
}

.tt-section-soft {
    background: linear-gradient(180deg, var(--tt-sand), #fff7ee);
}

.tt-card,
.tt-package-card,
.tt-option-card,
.tt-use-card,
.tt-quote-card,
.tt-experience-card,
.tt-form-card,
.tt-faq-wrap details {
    background: rgba(255,255,255,.75);
    border: 1px solid var(--tt-line);
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(55,35,22,.06);
}

.tt-card h3,
.tt-option-card strong,
.tt-use-body h3,
.tt-experience-card strong,
.tt-faq-q,
.tt-form-simple strong,
.tt-sticky-top strong {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: normal;
    line-height: 1.18;
    font-weight: 850;
}

/* 7. CONCEPT */
.tt-concept-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 54px;
    align-items: center;
    width: var(--tt-container);
    max-width: var(--tt-max);
    margin-inline: auto;
}

.tt-usp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tt-card {
    min-height: 185px;
    padding: 25px;
}

.tt-card h3 { font-size: 22px; }

.tt-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0 0 24px;
    border-radius: 16px;
    background: rgba(200,111,74,.10);
    border: 1px solid rgba(200,111,74,.18);
    color: var(--tt-terracotta);
    font-size: 25px;
    line-height: 1;
}

/* 8. GALLERY */
.tt-gallery-head {
    display: grid;
    grid-template-columns: .75fr .55fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 32px;
}

.tt-gallery-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr;
    grid-template-rows: 260px 260px;
    gap: 18px;
}

.tt-gallery-grid figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 16px 44px rgba(33,24,18,.12);
    background: rgba(32,25,22,.08);
    cursor: pointer;
}

.tt-gallery-grid figure:first-child { grid-row: span 2; }
.tt-gallery-grid figure:nth-child(4) { grid-column: span 2; }

.tt-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tt-gallery-grid figcaption {
    position: absolute;
    left: 22px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    font-weight: 850;
    font-size: 17px;
    text-shadow: 0 2px 16px rgba(0,0,0,.40);
}

.tt-gallery-grid figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.56));
    pointer-events: none;
}

/* 9. LIVE + DJ */
.tt-dj-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 !important;
    align-items: stretch !important;
    min-height: 430px;
    background: #221813;
    color: #fff;
}

.tt-dj-section > .wp-block-column {
    margin: 0 !important;
}

.tt-dj-photo {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: #211611;
}

.tt-dj-photo figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
}

.tt-dj-photo img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.tt-dj-photo figure::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(0,0,0,.58) 100%);
    pointer-events: none;
}

.tt-dj-photo figcaption {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 48px);
    margin: 0;
    padding: 7px 10px 8px;
    border-radius: 999px;
    color: #fff;
    font-size: 12.5px;
    line-height: 1.1;
    font-weight: 750;
    background: rgba(14,11,10,.46);
    border: 1px solid rgba(255,255,255,.11);
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
    text-shadow: 0 2px 16px rgba(0,0,0,.40);
    backdrop-filter: blur(8px);
}

.tt-dj-content {
    display: grid;
    grid-template-columns: 1fr 220px;
    align-items: center;
    gap: 34px;
    padding: 62px;
    background: linear-gradient(135deg,#211611,#3b251b);
}

.tt-dj-content h2,
.tt-dj-content p { color: #fff; }

.tt-price-list {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;
    overflow: hidden;
}

.tt-price-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 15px 18px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #fff;
}

.tt-price-row:last-child { border-bottom: 0; }
.tt-price-row p { margin: 0; color: #fff; }

/* 10. BOOKING */
.tt-package-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.tt-package-card {
    position: relative;
    padding: 34px;
    background: rgba(255,255,255,.75);
    cursor: pointer;
    transition: .2s ease;
}

.tt-package-card:hover,
.tt-package-card.is-selected {
    transform: translateY(-4px);
    border-color: rgba(200,111,74,.5);
    box-shadow: var(--tt-shadow);
}

.tt-package-card.is-selected { background: #fffaf5; }
.tt-package-card.is-selected::before { content: none; display: none; }

.tt-package-tag {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(200,111,74,.11);
    color: var(--tt-terracotta);
    font-size: 12px;
    font-weight: 900;
}

.tt-package-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 23px;
    border-radius: 50%;
    background: rgba(200,111,74,.13);
    color: var(--tt-terracotta);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.tt-price {
    margin: 12px 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -.035em;
    font-size: 42px;
    line-height: 1;
    color: var(--tt-ink);
}

.tt-price small {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    color: var(--tt-muted);
    font-weight: 700;
}

.tt-ticks {
    list-style: none;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    color: var(--tt-muted);
}

.tt-ticks li {
    display: flex;
    gap: 10px;
    font-size: 15px;
}

.tt-ticks li::before {
    content: "✓";
    color: var(--tt-terracotta);
    font-weight: 900;
}

.tt-package-choose {
    width: 100%;
    margin-top: 24px;
    border: 0;
}

.tt-options {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-top: 26px;
}

.tt-option-card {
    position: relative;
    display: block;
    min-height: 150px;
    padding: 26px 70px 26px 26px;
    background: #fff;
    cursor: pointer;
    transition: .2s ease;
}

.tt-option-card:has(input:checked) {
    background: #fffaf5;
    border-color: rgba(200,111,74,.65);
    box-shadow: 0 18px 45px rgba(200,111,74,.13);
}

.tt-option-card input[type="checkbox"] {
    position: absolute;
    right: 24px;
    top: 26px;
    width: 28px;
    height: 28px;
    margin: 0;
    appearance: none;
    border: 2px solid rgba(32,25,22,.22);
    border-radius: 50%;
    background: #fff;
}

.tt-option-card input[type="checkbox"]:checked {
    background: var(--tt-terracotta);
    border-color: var(--tt-terracotta);
}

.tt-option-card input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.tt-option-card strong {
    display: block;
    margin-bottom: 7px;
    color: var(--tt-ink);
    font-size: 19px;
    line-height: 1.25;
}

.tt-option-card small {
    display: block;
    color: var(--tt-muted);
    line-height: 1.45;
    font-size: 14px;
}

.tt-native-dj-select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

.tt-dj-picker { position: relative; margin-top: 14px; }

.tt-dj-picker__button {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(32,25,22,.14);
    border-radius: 15px;
    padding: 14px 16px;
    background: #fffaf5;
    color: var(--tt-ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    font-weight: 700;
    text-align: left;
}

.tt-dj-picker__menu {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    display: none;
    padding: 7px;
    background: #fff;
    border: 1px solid rgba(32,25,22,.12);
    border-radius: 16px;
    box-shadow: 0 18px 55px rgba(33,24,18,.18);
}

.tt-dj-picker.is-open .tt-dj-picker__menu { display: grid; }

.tt-dj-picker__menu button {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--tt-ink);
    text-align: left;
    border-radius: 12px;
    padding: 12px 13px;
    cursor: pointer;
    font-weight: 700;
}

.tt-dj-picker__menu button.is-selected {
    background: rgba(200,111,74,.13);
    color: var(--tt-terracotta-dark);
}

/* 11. VIDEO */
.tt-video-section {
    background: #211611;
    color: #fff;
}

.tt-video-section h2,
.tt-video-section p { color: #fff; }

.tt-video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.tt-video-card {
    position: relative;
    min-height: 360px;
    padding: 28px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.62)),
        #34251e;
    background-size: cover;
    background-position: center;
    color: #fff;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: flex-end;
}

.tt-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.62));
    pointer-events: none;
}

.tt-video-card > * { position: relative; z-index: 2; }

.tt-video-play {
    position: absolute;
    left: 28px;
    top: 28px;
    z-index: 3;
    width: 54px;
    height: 54px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(0,0,0,.24);
}

.tt-video-play::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--tt-terracotta);
}

.tt-video-card h3,
.tt-video-card h3 a {
    color: #fff;
    text-decoration: none;
}

.tt-video-card h3 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 1.1;
    margin: 0 0 10px;
}

.tt-video-card p:not(.tt-video-play) {
    margin: 0;
    color: rgba(255,255,255,.78);
}

/* 12. USE CASES */
.tt-use-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.tt-use-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
}

.tt-use-card figure {
    margin: 0;
    height: 220px;
    overflow: hidden;
    background: rgba(32,25,22,.08);
}

.tt-use-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-use-body {
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    flex: 1;
}

.tt-use-body h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -.035em;
}

.tt-use-body p {
    color: var(--tt-muted);
    font-size: 15px;
}

.tt-use-body .wp-block-buttons {
    margin-top: auto;
}

/* 13. EXPERIENCE */
.tt-proof-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 26px;
    align-items: stretch;
}

.tt-proof-list {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.tt-proof-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.tt-proof-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(200,111,74,.11);
    color: var(--tt-terracotta);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 900;
}

.tt-proof-item p {
    margin: 0;
    color: var(--tt-muted);
    font-size: 15px;
}

.tt-proof-item strong {
    color: var(--tt-ink);
    font-weight: 850;
}

.tt-quote-card {
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tt-quote-card blockquote {
    margin: 0 0 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.22;
    letter-spacing: -.03em;
    color: var(--tt-ink);
}

.tt-stars {
    color: var(--tt-terracotta);
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.tt-experience-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 34px;
}

.tt-experience-card {
    background: #fff;
    padding: 24px;
}

.tt-experience-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--tt-ink);
    font-size: 18px;
}

.tt-experience-card p {
    margin: 0;
    color: var(--tt-muted);
    font-size: 15px;
}

/* 14. FAQ */
.tt-faq-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    align-items: start;
}

.tt-faq-wrap details {
    overflow: hidden;
    background: rgba(255,255,255,.75);
}

.tt-faq-wrap summary {
    width: 100%;
    padding: 18px 20px;
    border: 0;
    background: transparent;
    color: var(--tt-ink);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    font-weight: 850;
    list-style: none;
}

.tt-faq-wrap summary::-webkit-details-marker { display: none; }

.tt-faq-wrap summary::after {
    content: "+";
    color: var(--tt-terracotta);
    font-size: 22px;
    line-height: 1;
    flex: 0 0 auto;
}

.tt-faq-wrap details[open] summary::after { transform: rotate(45deg); }

.tt-faq-wrap details p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--tt-muted);
    font-size: 15px;
}

/* 15. CONTACT / FORM */
.tt-contact {
    position: relative;
    color: #fff;
    background-image:
        linear-gradient(90deg, rgba(18,13,10,.96), rgba(18,13,10,.84) 48%, rgba(18,13,10,.58)),
        url('../images/hero.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tt-contact h2,
.tt-contact p { color: #fff; }

.tt-contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 54px;
    align-items: center;
}

.tt-ac-logo-image {
    margin: 24px 0 20px;
}

.tt-ac-logo-image img {
    width: 220px;
    max-width: 70vw;
    height: auto;
}

.tt-ac-logo-text a {
    display: inline-flex;
    padding: 10px 14px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    font-weight: 750;
}

.tt-contact-lines {
    display: grid;
    gap: 8px;
    margin-top: 26px;
    color: #fff;
    font-weight: 500;
}

.tt-contact-lines p {
    margin: 0;
    color: #fff;
}

.tt-contact-lines a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.tt-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.tt-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 650;
    background: rgba(255,255,255,.06);
    text-decoration: none;
}

.tt-form-card {
    background: rgba(255,250,243,.92);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 18px;
}

.tt-form-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.tt-form-simple {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 2px 2px 14px;
    margin: 0 0 14px;
    border-bottom: 1px solid rgba(32,25,22,.1);
}

.tt-form-simple strong {
    color: var(--tt-ink);
    font-size: 18px;
}

.tt-form-simple span,
.tt-form-simple p + p {
    color: var(--tt-muted);
    font-size: 13px;
    font-weight: 800;
}

.tt-booking-summary {
    margin: 14px 0 18px;
    padding: 16px;
    border: 1px solid rgba(32,25,22,.1);
    border-radius: 16px;
    background: #fffaf5;
}

.tt-booking-summary strong { color: var(--tt-ink); }

.tt-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
    color: var(--tt-muted);
    font-size: 14px;
    line-height: 1.35;
}

.tt-form-grid,
.tt-form-card form,
.tt-form-card .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.tt-form-card .wp-block-shortcode,
.tt-form-card .wpcf7,
.tt-form-card form,
.tt-form-card .wpcf7-form,
.tt-form-card .tt-fallback-form,
.tt-form-card .wpcf7-form p,
.tt-form-card .wpcf7-form label,
.tt-form-card .wpcf7-form span,
.tt-form-card .tt-fallback-form p,
.tt-form-card .tt-fallback-form label {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.tt-form-card input,
.tt-form-card textarea,
.tt-form-card select {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    margin: 0;
    border: 1px solid rgba(32,25,22,.13);
    border-radius: 15px;
    padding: 13px 15px;
    background: #fffaf5;
    color: var(--tt-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
}

.tt-form-card textarea,
.tt-form-card .tt-full,
.tt-form-card .wpcf7-form-control-wrap[data-name="your-message"] {
    grid-column: 1/-1;
}

.tt-form-card textarea {
    min-height: 122px;
    resize: vertical;
}

.tt-form-card .wpcf7-submit,
.tt-form-card input[type="submit"],
.tt-form-card button[type="submit"] {
    grid-column: 1/-1;
    width: 100%;
    min-height: 52px;
    margin: 6px 0 0;
    border: 0;
    border-radius: 999px;
    padding: 14px 18px;
    background: var(--tt-terracotta);
    color: #fff;
    font-weight: 850;
    cursor: pointer;
}

/* 16. FOOTER / STICKY CTA */
.tt-footer {
    margin: 0;
    padding: 28px 0;
    background: var(--tt-night);
    color: #fff;
}

.tt-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.tt-footer .tt-site-logo {
    width: 205px;
    max-width: 50vw;
}

.tt-footer-links,
.tt-footer-menu {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 14px;
    color: rgba(255,255,255,.70);
}

.tt-footer-links a {
    color: rgba(255,255,255,.70);
    text-decoration: none;
}

.tt-footer-social {
    display: flex;
    gap: 10px;
}

.tt-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.20);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.04);
}

.tt-footer-social svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.tt-sticky {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1000;
    width: min(360px, calc(100vw - 44px));
    padding: 16px;
    background: rgba(255,250,243,.94);
    border: 1px solid var(--tt-line);
    border-radius: 22px;
    box-shadow: 0 20px 65px rgba(21,17,15,.22);
    backdrop-filter: blur(18px);
    transform: translateY(140%);
    transition: .25s ease;
}

.tt-sticky.show { transform: translateY(0); }

.tt-sticky-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.tt-sticky-top strong {
    display: block;
    color: var(--tt-ink);
    font-size: 15px;
}

.tt-sticky-lines {
    display: grid;
    gap: 4px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
}

.tt-sticky-lines li {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 8px;
    color: var(--tt-muted);
    font-size: 12px;
    line-height: 1.25;
}

.tt-sticky-lines span { color: var(--tt-muted); font-weight: 700; }
.tt-sticky-lines b { color: var(--tt-ink); font-weight: 850; }

.tt-close-sticky {
    border: 0;
    background: transparent;
    color: var(--tt-muted);
    font-size: 22px;
    cursor: pointer;
}

/* 17. MODALS */
.tt-video-modal,
.tt-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(0,0,0,.84);
}

.tt-video-modal.open,
.tt-image-lightbox.open {
    display: flex;
}

.tt-video-modal__card {
    position: relative;
    width: min(1000px, 100%);
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 18px;
    overflow: hidden;
}

.tt-video-modal iframe {
    width: 100%;
    height: 100%;
}

.tt-video-modal__close,
.tt-image-lightbox__close {
    position: absolute;
    top: -54px;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.08);
    color: #fff;
    cursor: pointer;
    font-size: 22px;
}

.tt-image-lightbox__inner {
    position: relative;
    width: min(1100px, 100%);
    max-height: 90vh;
}

.tt-image-lightbox__inner img {
    display: block;
    width: 100%;
    max-height: 82vh;
    object-fit: contain;
    border-radius: 18px;
    background: #000;
}

.tt-image-lightbox__caption {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

/* 18. TABLET */
@media (max-width: 1020px) {
    .tt-navlinks { gap: 18px; }
    .tt-site-logo { width: 210px; }
}

@media (max-width: 920px) {
    body.admin-bar .tt-topbar { top: 46px; }

    .tt-topbar {
        position: sticky;
        top: 0;
        background: rgba(21,17,15,.86);
        backdrop-filter: blur(16px);
    }

    .tt-navlinks {
        display: none;
        position: absolute;
        top: 66px;
        left: 22px;
        right: 22px;
        padding: 18px;
        background: rgba(21,17,15,.96);
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .tt-navlinks.open { display: flex; }

    .tt-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .tt-hamb {
        display: inline-flex;
        width: 58px;
        height: 58px;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,.12);
        border: 1px solid rgba(255,255,255,.20);
        color: #fff;
        border-radius: 50%;
        font-weight: 900;
    }

    .tt-hero {
        height: auto;
        min-height: 760px;
        max-height: none;
    }

    .tt-hero .wp-block-cover__inner-container {
        height: auto;
        display: block;
        padding: 120px 0 0;
    }

    .tt-hero-facts {
        position: static;
        left: auto;
        bottom: auto;
        transform: none;
        width: auto;
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .tt-hero-fact {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.14);
    }

    .tt-concept-grid,
    .tt-usp-grid,
    .tt-gallery-head,
    .tt-gallery-grid,
    .tt-dj-section,
    .tt-dj-content,
    .tt-package-grid,
    .tt-options,
    .tt-video-grid,
    .tt-use-grid,
    .tt-proof-grid,
    .tt-experience-cards,
    .tt-faq-wrap,
    .tt-contact-grid,
    .tt-form-grid,
    .tt-form-card form,
    .tt-form-card .wpcf7-form {
        grid-template-columns: 1fr;
    }

    .tt-gallery-grid {
        grid-template-rows: none;
    }

    .tt-gallery-grid figure {
        grid-column: auto;
        grid-row: auto;
        min-height: 260px;
    }

    .tt-dj-content { padding: 34px; }

    .tt-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* 19. MOBILE */
@media (max-width: 760px) {
    :root {
        --tt-mobile-pad: 18px;
        --tt-tile-pad: 18px;
        --tt-tile-radius: 18px;
        --tt-container: calc(100% - (var(--tt-mobile-pad) * 2));
    }

    .tt-container {
        width: var(--tt-container);
        max-width: var(--tt-container);
    }

    .tt-topbar {
        padding: 18px 0;
    }

    .tt-site-logo {
        width: 186px;
        max-width: 56vw;
    }

    .tt-hamb {
        width: 54px;
        height: 54px;
    }

    .tt-section {
        padding: 58px 0;
    }

    .tt-home h2 {
        font-size: clamp(34px, 10.5vw, 46px);
        line-height: 1.04;
        letter-spacing: -.04em;
    }

    .tt-home p {
        font-size: 16px;
        line-height: 1.55;
    }

    .tt-eyebrow {
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: .16em;
        margin-bottom: 12px;
    }

    .tt-center,
    .tt-center * {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    /* Hero left untouched visually except safe mobile type. */
    .tt-hero-content {
        width: var(--tt-container);
    }

    .tt-hero h1 {
        font-size: 40px;
    }

    .tt-hero-content p:not(.tt-eyebrow) {
        font-size: 17px;
    }

    .tt-hero-actions .wp-block-button__link {
        min-height: 50px;
        padding: 14px 19px;
    }

    /* Concept */
    .tt-concept-grid {
        width: 100%;
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 26px;
        padding-inline: var(--tt-mobile-pad);
    }

    .tt-usp-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tt-card {
        min-height: 0;
        padding: var(--tt-tile-pad);
        border-radius: var(--tt-tile-radius);
    }

    .tt-card-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 14px;
        border-radius: 14px;
        font-size: 21px;
    }

    .tt-card h3 {
        font-size: 20px;
        line-height: 1.14;
        margin-bottom: 8px;
    }

    .tt-card p:not(.tt-card-icon) {
        font-size: 14.8px;
        line-height: 1.45;
    }

    /* Gallery */
    .tt-gallery-head {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 26px;
    }

    .tt-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
        gap: 10px;
    }

    .tt-gallery-grid figure {
        min-height: 170px;
        border-radius: 17px;
    }

    .tt-gallery-grid figure:first-child {
        grid-column: span 2;
        min-height: 270px;
    }

    .tt-gallery-grid figure:nth-child(4) {
        grid-column: span 2;
        min-height: 210px;
    }

    /* Live + DJ */
    .tt-dj-section {
        grid-template-columns: 1fr;
    }

    .tt-dj-photo {
        min-height: 260px;
    }

    .tt-dj-photo figcaption {
        left: var(--tt-mobile-pad);
        right: var(--tt-mobile-pad);
        bottom: 18px;
        max-width: none;
        width: fit-content;
    }

    .tt-dj-content {
        grid-template-columns: 1fr;
        padding: 34px var(--tt-mobile-pad);
    }

    /* Booking swipe */
    .tt-booking .tt-center::after {
        content: "Veeg zijwaarts voor meer opties →";
        display: inline-flex;
        align-items: center;
        margin-top: 12px;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(200,111,74,.10);
        color: var(--tt-terracotta);
        font-size: 12px;
        line-height: 1;
        font-weight: 850;
    }

    .tt-package-grid,
    .tt-options {
        width: calc(100% + var(--tt-mobile-pad));
        max-width: calc(100% + var(--tt-mobile-pad));
        margin-right: calc(var(--tt-mobile-pad) * -1);
        padding-right: var(--tt-mobile-pad);
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 42px), transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 42px), transparent 100%);
    }

    .tt-package-card,
    .tt-option-card {
        flex: 0 0 min(78vw, 340px);
        scroll-snap-align: start;
    }

    /* Video */
    .tt-video-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tt-video-card {
        min-height: 360px;
        padding: var(--tt-tile-pad);
        border-radius: 20px;
    }

    .tt-video-play {
        left: 22px;
        top: 22px;
        width: 56px;
        height: 56px;
    }

    /* Voor wie */
    .tt-use-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tt-use-body {
        padding: var(--tt-tile-pad);
        gap: 0;
    }

    .tt-use-body h3 {
        font-size: 26px;
        line-height: 1.08;
        margin-bottom: 10px;
    }

    .tt-use-body p {
        margin-bottom: 14px;
        font-size: 15.5px;
        line-height: 1.48;
    }

    .tt-use-body .wp-block-buttons {
        margin-top: 8px;
    }

    .tt-use-body .wp-block-button__link {
        min-height: 40px;
        padding: 11px 16px;
        font-size: 14px;
    }

    /* Ervaring */
    .tt-proof-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 18px;
    }

    .tt-proof-item {
        gap: 12px;
    }

    .tt-quote-card {
        padding: 26px;
        border-radius: 20px;
        margin-bottom: 0;
    }

    .tt-quote-card blockquote {
        font-size: 20px;
        line-height: 1.45;
    }

    .tt-experience-cards {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 18px;
    }

    .tt-experience-card {
        padding: var(--tt-tile-pad);
        border-radius: var(--tt-tile-radius);
    }

    .tt-experience-card strong {
        font-size: 22px;
        line-height: 1.14;
        margin-bottom: 10px;
    }

    .tt-experience-card p {
        font-size: 15.5px;
        line-height: 1.5;
    }

    /* FAQ */
    .tt-faq-wrap {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tt-faq-wrap details {
        border-radius: 16px;
    }

    .tt-faq-wrap summary {
        padding: 15px 16px;
    }

    .tt-faq-wrap details p {
        padding: 0 16px 16px;
    }

    /* Contact / form */
    .tt-contact {
        background-image:
            linear-gradient(180deg, rgba(18,13,10,.96), rgba(18,13,10,.88) 54%, rgba(18,13,10,.72)),
            url('../images/hero.jpg');
        background-position: center top;
        padding-inline: var(--tt-mobile-pad);
    }

    .tt-contact-grid {
        width: 100%;
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tt-contact h2 {
        font-size: clamp(36px, 10.8vw, 48px);
        line-height: 1.04;
        margin-bottom: 18px;
    }

    .tt-contact-lines {
        gap: 14px;
        margin-top: 18px;
    }

    .tt-contact-lines p {
        font-size: 16px;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    .tt-form-card {
        padding: 0;
        border-radius: 22px;
        overflow: hidden;
    }

    .tt-form-card > .tt-form-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0;
        padding: 20px;
    }

    .tt-form-inner > * {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .tt-form-inner .tt-form-simple {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 0 0 15px;
        margin: 0 0 18px;
    }

    .tt-form-inner .tt-booking-summary {
        margin: 0 0 18px;
        padding: 16px;
        border-radius: 17px;
    }

    .tt-form-inner .tt-summary-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2px;
        margin-top: 10px;
    }

    .tt-form-inner .tt-summary-row:first-child {
        margin-top: 0;
    }

    .tt-form-card .wpcf7-form,
    .tt-form-card .tt-fallback-form,
    .tt-form-card form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tt-form-card textarea {
        min-height: 122px;
    }

    /* Footer / sticky */
    .tt-footer-inner {
        align-items: flex-start;
    }

    .tt-footer .tt-site-logo {
        width: 162px;
    }

    .tt-footer-links,
    .tt-footer-menu {
        flex-wrap: wrap;
        gap: 14px 18px;
    }

    .tt-sticky {
        left: 10px;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        width: auto;
        max-width: none;
        padding: 10px;
        border-radius: 17px;
        display: grid;
        grid-template-columns: minmax(0,1fr) auto;
        align-items: center;
        gap: 10px;
    }

    .tt-sticky-top {
        margin: 0;
        min-width: 0;
    }

    .tt-sticky-top strong#ttStickyTitle {
        font-size: 13px;
        line-height: 1.12;
        margin: 0 0 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tt-close-sticky {
        display: none;
    }

    .tt-sticky-lines {
        gap: 1px;
        margin: 0;
        max-height: 48px;
        overflow: hidden;
    }

    .tt-sticky-lines li {
        display: block;
        font-size: 10.6px;
        line-height: 1.12;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tt-sticky-lines li span {
        display: none;
    }

    .tt-sticky-lines li b {
        display: block;
        color: var(--tt-muted);
        font-weight: 720;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tt-sticky .tt-btn-full {
        min-width: 96px;
        min-height: 42px;
        padding: 11px 15px;
        font-size: 13.5px;
    }
}

/* 20. SMALL MOBILE */
@media (max-width: 390px) {
    :root {
        --tt-mobile-pad: 16px;
        --tt-tile-pad: 16px;
    }

    .tt-form-card > .tt-form-inner {
        padding: 16px;
    }

    .tt-sticky .tt-btn-full {
        min-width: 86px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .tt-sticky-lines li {
        font-size: 10.2px;
    }
}

/* 21. V3.1 REPAIR AFTER CLEAN CSS */

/* Desktop: contact block must be contained, not full-width drifting. */
.tt-contact-grid {
    width: var(--tt-container);
    max-width: var(--tt-max);
    margin-left: auto;
    margin-right: auto;
}

/* Desktop: reserve vertical room for hero facts. */
@media (min-width: 921px) {
    .tt-hero .wp-block-cover__inner-container {
        padding-bottom: 150px;
    }

    .tt-hero-actions {
        margin-bottom: 18px;
    }

    .tt-hero-facts {
        min-height: 86px;
    }
}

/* Mobile: refined header + 2x2 hero facts. */
@media (max-width: 760px) {
    .tt-topbar {
        padding: 12px 0;
        background:
            linear-gradient(90deg, rgba(21,17,15,.96), rgba(44,39,36,.92));
        border-bottom: 1px solid rgba(255,255,255,.06);
        box-shadow: 0 12px 30px rgba(0,0,0,.15);
    }

    .tt-nav {
        min-height: 70px;
    }

    .tt-site-logo {
        width: 176px;
        max-width: 58vw;
    }

    .tt-topbar.is-scrolled .tt-site-logo {
        width: 164px;
    }

    .tt-hamb {
        width: 50px;
        height: 50px;
        border-radius: 999px;
        background:
            radial-gradient(circle at 30% 20%, rgba(255,255,255,.16), rgba(255,255,255,.06));
        border: 1px solid rgba(255,255,255,.18);
        color: #fff;
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.12),
            0 12px 28px rgba(0,0,0,.18);
        font-size: 0;
        position: relative;
    }

    .tt-hamb::before,
    .tt-hamb::after,
    .tt-hamb span {
        content: "";
        position: absolute;
        left: 50%;
        width: 16px;
        height: 2px;
        border-radius: 999px;
        background: rgba(255,255,255,.86);
        transform: translateX(-50%);
    }

    .tt-hamb::before { top: 18px; }
    .tt-hamb span { top: 24px; }
    .tt-hamb::after { top: 30px; }

    .tt-navlinks {
        top: 82px;
        left: var(--tt-mobile-pad);
        right: var(--tt-mobile-pad);
        padding: 18px;
        border-radius: 20px;
        background: rgba(21,17,15,.96);
        border: 1px solid rgba(255,255,255,.10);
        box-shadow: 0 24px 70px rgba(0,0,0,.28);
    }

    .tt-navlinks.open {
        display: flex;
    }

    .tt-navlinks a {
        font-size: 15px;
    }

    .tt-header-cta {
        width: 100%;
        min-height: 44px;
    }

    .tt-hero-facts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        margin-top: 30px;
        border-top: 1px solid rgba(255,255,255,.16);
    }

    .tt-hero-fact {
        min-height: 86px;
        padding: 16px 18px;
        border-right: 1px solid rgba(255,255,255,.12);
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .tt-hero-fact:nth-child(2n) {
        border-right: 0;
    }

    .tt-hero-fact:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .tt-hero-fact strong {
        font-size: 14px;
        line-height: 1.18;
    }

    .tt-hero-fact p {
        margin-top: 5px;
        font-size: 11.5px;
        line-height: 1.35;
    }
}

@media (max-width: 390px) {
    .tt-site-logo {
        width: 162px;
    }

    .tt-hamb {
        width: 47px;
        height: 47px;
    }

    .tt-hamb::before { top: 17px; }
    .tt-hamb span { top: 23px; }
    .tt-hamb::after { top: 29px; }

    .tt-hero-fact {
        padding: 14px 15px;
    }
}

@media (min-width: 921px) {
    .tt-contact.tt-contact-grid {
        position: relative;
        width: var(--tt-container);
        max-width: var(--tt-max);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        overflow: visible;
        background: none;
        grid-template-columns: minmax(360px, .82fr) minmax(560px, 1.18fr);
        gap: 56px;
    }

    .tt-contact.tt-contact-grid::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 100vw;
        transform: translateX(-50%);
        background-image:
            linear-gradient(90deg, rgba(18,13,10,.96), rgba(18,13,10,.84) 48%, rgba(18,13,10,.58)),
            url('../images/hero.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .tt-contact.tt-contact-grid > * {
        position: relative;
        z-index: 1;
        min-width: 0;
    }
}

/* Hero facts: clean grid, no dependency on wp-block-columns. */
.tt-hero-facts {
    display: grid;
}

@media (max-width: 760px) {
    .tt-hero-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        border-top: 1px solid rgba(255,255,255,.16);
    }

    .tt-hero-facts > .tt-hero-fact {
        width: auto;
        max-width: none;
        min-width: 0;
        margin: 0;
    }

    .tt-hero-fact {
        min-height: 86px;
        padding: 16px 18px;
        border-right: 1px solid rgba(255,255,255,.12);
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .tt-hero-fact:nth-child(2n) {
        border-right: 0;
    }

    .tt-hero-fact:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

@media (max-width: 390px) {
    .tt-hero-fact {
        padding: 14px 15px;
    }
}

/* 23. V3.4 HERO FACTS GRID + COMPACT CONCEPT LIST + CONTACT CONTAINER */

/* Hero facts: equal distribution desktop, 2x2 mobile fallback. */
.tt-hero-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
}

.tt-hero-facts > .tt-hero-fact {
    min-width: 0;
    width: auto;
}

.tt-hero-fact p {
    width: 100%;
}

/* Desktop contact/application: full-bleed section, contained columns. */
@media (min-width: 921px) {
    .tt-contact.tt-contact-grid {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: 0;
        padding-right: 0;
        background-image:
            linear-gradient(90deg, rgba(18,13,10,.96), rgba(18,13,10,.84) 48%, rgba(18,13,10,.58)),
            url('../images/hero.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: grid;
        grid-template-columns:
            minmax(44px, 1fr)
            minmax(340px, 470px)
            minmax(560px, 690px)
            minmax(44px, 1fr);
        gap: 56px;
        align-items: center;
        overflow: hidden;
    }

    .tt-contact.tt-contact-grid::before {
        content: none;
        display: none;
    }

    .tt-contact.tt-contact-grid > :first-child {
        grid-column: 2;
        min-width: 0;
    }

    .tt-contact.tt-contact-grid > :nth-child(2) {
        grid-column: 3;
        min-width: 0;
    }
}

.tt-concept-list,
.tt-concept-grid .tt-usp-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.tt-concept-point,
.tt-concept-grid .tt-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 3px;
    align-items: start;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tt-concept-point .tt-card-icon,
.tt-concept-grid .tt-card .tt-card-icon {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    margin: 2px 0 0;
    border-radius: 50%;
    background: rgba(200,111,74,.10);
    color: var(--tt-terracotta);
    border: 0;
    font-size: 20px;
    font-weight: 850;
}

.tt-concept-point h3,
.tt-concept-grid .tt-card h3 {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    line-height: 1.18;
    letter-spacing: normal;
    font-weight: 850;
}

.tt-concept-point p:not(.tt-card-icon),
.tt-concept-grid .tt-card p:not(.tt-card-icon) {
    margin: 2px 0 0;
    color: var(--tt-muted);
    font-size: 15px;
    line-height: 1.45;
}

/* Mobile refinements. */
@media (max-width: 760px) {
    .tt-hero-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tt-concept-list,
    .tt-concept-grid .tt-usp-grid {
        gap: 17px;
    }

    .tt-concept-point,
    .tt-concept-grid .tt-card {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 14px;
    }

    .tt-concept-point .tt-card-icon,
    .tt-concept-grid .tt-card .tt-card-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .tt-concept-point h3,
    .tt-concept-grid .tt-card h3 {
        font-size: 18px;
        line-height: 1.18;
    }

    .tt-concept-point p:not(.tt-card-icon),
    .tt-concept-grid .tt-card p:not(.tt-card-icon) {
        font-size: 14.5px;
        line-height: 1.42;
    }

    .tt-contact.tt-contact-grid {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        overflow: hidden;
    }

    .tt-contact.tt-contact-grid > * {
        grid-column: 1;
    }
}

/* 24. V3.5 CF7 NORMALIZER */

.tt-form-card .tt-cf7-shell,
.tt-form-card .tt-cf7-shell .wpcf7,
.tt-form-card .tt-cf7-normalized {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.tt-form-card .tt-cf7-normalized {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
}

.tt-form-card .tt-cf7-normalized .tt-cf7-row,
.tt-form-card .tt-cf7-normalized .tt-cf7-field,
.tt-form-card .tt-cf7-normalized .tt-cf7-submit-row {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.tt-form-card .tt-cf7-normalized .tt-cf7-field {
    display: block;
}

.tt-form-card .tt-cf7-normalized .tt-cf7-full,
.tt-form-card .tt-cf7-normalized .tt-cf7-message,
.tt-form-card .tt-cf7-normalized .tt-cf7-submit-row,
.tt-form-card .tt-cf7-normalized .tt-cf7-response,
.tt-form-card .tt-cf7-normalized .wpcf7-response-output {
    grid-column: 1 / -1;
}

.tt-form-card .tt-cf7-normalized .tt-cf7-hidden-row {
    display: none;
}

.tt-form-card .tt-cf7-normalized .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
}

.tt-form-card .tt-cf7-normalized br {
    display: none;
}

.tt-form-card .tt-cf7-normalized .tt-cf7-submit-row {
    margin-top: 4px;
}

.tt-form-card .tt-cf7-normalized .wpcf7-submit {
    display: block;
    width: 100%;
}

.tt-form-card .tt-cf7-normalized .wpcf7-spinner {
    position: absolute;
    margin: 14px 0 0 14px;
}

.tt-form-card .tt-cf7-normalized .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #9d3f29;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
}

.tt-form-card .tt-cf7-normalized .wpcf7-response-output {
    margin: 4px 0 0;
    padding: 14px 16px;
    border-radius: 15px;
    border-width: 1px;
    color: var(--tt-ink);
    font-size: 14px;
    line-height: 1.4;
}

@supports selector(:has(*)) {
    .tt-form-card .wpcf7-form > p:has(.wpcf7-form-control-wrap[data-name="your-message"]),
    .tt-form-card .wpcf7-form > p:has(.wpcf7-submit) {
        grid-column: 1 / -1;
    }

    .tt-form-card .wpcf7-form > p:has(input[type="hidden"]):not(:has(input:not([type="hidden"]))):not(:has(textarea)):not(:has(select)):not(:has(.wpcf7-submit)) {
        display: none;
    }
}

@media (max-width: 760px) {
    .tt-form-card .tt-cf7-normalized {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tt-form-card .tt-cf7-normalized .tt-cf7-submit-row {
        padding: 0 0 8px;
    }
}

/* 25. V3.6 EXPLICIT CF7 MARKUP MODE */

.tt-form-card .tt-cf7-normalized.has-tt-cf7-grid {
    display: block;
}

.tt-form-card .tt-cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.tt-form-card .tt-cf7-grid > * {
    min-width: 0;
}

.tt-form-card .tt-cf7-grid .tt-cf7-field,
.tt-form-card .tt-cf7-grid .tt-cf7-submit-row,
.tt-form-card .tt-cf7-grid .tt-cf7-full {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.tt-form-card .tt-cf7-grid .tt-cf7-full,
.tt-form-card .tt-cf7-grid .tt-cf7-submit-row {
    grid-column: 1 / -1;
}

.tt-form-card .tt-cf7-grid .tt-cf7-hidden {
    display: none;
}

.tt-form-card .tt-cf7-grid .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
}

.tt-form-card .tt-cf7-grid input:not([type="submit"]),
.tt-form-card .tt-cf7-grid textarea,
.tt-form-card .tt-cf7-grid select {
    width: 100%;
    max-width: 100%;
}

.tt-form-card .tt-cf7-grid textarea {
    min-height: 140px;
}

.tt-form-card .tt-cf7-grid .tt-cf7-submit-row {
    padding-top: 4px;
}

.tt-form-card .tt-cf7-grid .wpcf7-submit {
    width: 100%;
    max-width: 100%;
}

.tt-form-card .tt-cf7-grid br {
    display: none;
}

@media (max-width: 760px) {
    .tt-form-card .tt-cf7-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tt-form-card .tt-cf7-grid textarea {
        min-height: 150px;
    }

    .tt-form-card .tt-cf7-grid .tt-cf7-submit-row {
        padding: 0 0 8px;
    }
}

/* 26. V3.7 CONTENT / MOBILE MENU / ICON POLISH */

/* Warmer section labels, closer to the original mockup. */
.tt-eyebrow {
    color: #d87856;
}

.tt-hero .tt-eyebrow,
.tt-contact .tt-eyebrow,
.tt-video-section .tt-eyebrow {
    color: #f0a47f;
}

/* Hero facts: tighter second line. Supports both new span markup and old <br> pages. */
.tt-hero-fact p {
    display: grid;
    gap: 3px;
    line-height: 1.18;
}

.tt-hero-fact br {
    display: none;
}

.tt-hero-fact strong {
    margin: 0;
    line-height: 1.15;
}

.tt-hero-fact span,
.tt-hero-fact p:not(:has(span)) {
    line-height: 1.25;
}

/* Bezetting cards: remove number bubbles from the package choice. */
.tt-package-icon {
    display: none;
}

.tt-package-card h3 {
    margin-top: 14px;
}

/* Inline SVG icon system. */
.tt-icon {
    display: block;
    width: 1em;
    height: 1em;
}

.tt-icon-stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tt-icon-fill {
    fill: currentColor;
    stroke: none;
}

/* Concept + proof icons: consistent, theme-colored SVGs. */
.tt-card-icon svg,
.tt-proof-icon svg,
.tt-contact-icon svg,
.tt-footer-social svg {
    width: 20px;
    height: 20px;
}

.tt-concept-point .tt-card-icon,
.tt-concept-grid .tt-card .tt-card-icon,
.tt-proof-icon {
    color: var(--tt-terracotta);
}

.tt-concept-point .tt-card-icon,
.tt-concept-grid .tt-card .tt-card-icon {
    line-height: 0;
}

/* Gallery intro: right text lower, aligned with the headline mass. */
.tt-gallery-head {
    align-items: end;
}

.tt-gallery-head > .wp-block-column:last-child {
    display: flex;
    align-items: flex-end;
    min-height: 100%;
    padding-bottom: 16px;
}

.tt-gallery-head > .wp-block-column:last-child p {
    margin-bottom: 0;
}

/* DJ dropdown: more proportional inside the add-on card. */
.tt-dj-picker {
    margin-top: 24px;
    max-width: 540px;
}

.tt-dj-picker__button {
    min-height: 72px;
    border-radius: 18px;
    padding: 20px 24px;
    font-size: 17px;
    font-weight: 850;
}

.tt-dj-picker__menu {
    border-radius: 18px;
    padding: 8px;
}

.tt-dj-picker__menu button {
    min-height: 50px;
    padding: 15px 16px;
    font-size: 15px;
}

/* Summary header action. */
.tt-form-simple {
    align-items: center;
}

.tt-summary-edit {
    appearance: none;
    border: 1px solid rgba(32,25,22,.12);
    border-radius: 999px;
    background: rgba(200,111,74,.10);
    color: var(--tt-terracotta-dark);
    min-height: 38px;
    padding: 8px 15px;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.tt-summary-edit:hover {
    background: rgba(200,111,74,.16);
    border-color: rgba(200,111,74,.30);
    transform: translateY(-1px);
}

.tt-section-highlight {
    animation: tt-section-pulse 1.2s ease;
}

@keyframes tt-section-pulse {
    0% { box-shadow: inset 0 0 0 0 rgba(200,111,74,0); }
    22% { box-shadow: inset 0 0 0 4px rgba(200,111,74,.18); }
    100% { box-shadow: inset 0 0 0 0 rgba(200,111,74,0); }
}

/* Contact details with icons. */
.tt-contact-lines {
    gap: 12px;
}

.tt-contact-line {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.25;
}

.tt-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #f0a47f;
}

.tt-contact-icon svg {
    width: 17px;
    height: 17px;
}

/* Review card in experience section: more compact, less empty. */
.tt-proof-grid {
    align-items: center;
}

.tt-quote-card {
    align-self: center;
    justify-content: center;
    min-height: 0;
    padding: 30px 34px;
}

.tt-quote-card blockquote {
    margin-bottom: 18px;
    font-size: clamp(24px, 2vw, 30px);
}

.tt-quote-card .tt-stars {
    margin-bottom: 10px;
}

/* Footer cleanup + better social SVG behavior. */
.tt-footer-social svg {
    width: 18px;
    height: 18px;
    fill: none;
}

.tt-footer-social svg.tt-icon-fill {
    fill: currentColor;
}

.tt-footer-social svg.tt-icon-stroke {
    stroke: currentColor;
    stroke-width: 1.9;
}

/* Mobile menu redesign. */
@media (max-width: 760px) {
    body.tt-menu-open {
        overflow: hidden;
    }

    .tt-topbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px 0;
        background:
            linear-gradient(180deg, rgba(21,17,15,.70), rgba(21,17,15,.28));
        border-bottom: 1px solid rgba(255,255,255,.08);
        box-shadow: none;
        backdrop-filter: blur(12px);
    }

    body.admin-bar .tt-topbar {
        top: 46px;
    }

    .tt-topbar.is-scrolled,
    body.tt-menu-open .tt-topbar {
        background:
            linear-gradient(180deg, rgba(21,17,15,.88), rgba(21,17,15,.52));
        backdrop-filter: blur(16px);
    }

    .tt-nav {
        min-height: 58px;
    }

    .tt-site-logo {
        width: 170px;
        max-width: 58vw;
    }

    .tt-topbar.is-scrolled .tt-site-logo {
        width: 164px;
    }

    .tt-hamb {
        width: auto;
        min-width: 54px;
        height: 46px;
        padding: 0 14px;
        gap: 8px;
        border-radius: 999px;
        background: rgba(255,255,255,.12);
        border: 1px solid rgba(255,255,255,.18);
        color: #fff;
        box-shadow: 0 14px 32px rgba(0,0,0,.18);
        font-size: 13px;
        line-height: 1;
        font-weight: 850;
        position: relative;
    }

    .tt-hamb::before,
    .tt-hamb::after,
    .tt-hamb > span::before,
    .tt-hamb > span::after {
        display: none;
        content: none;
    }

    .tt-hamb-lines {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        width: 20px;
        height: 18px;
        position: static;
        transform: none;
        left: auto;
    }

    .tt-hamb .tt-hamb-lines span {
        display: block;
        position: static;
        width: 20px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transform: none;
        left: auto;
        top: auto;
        transition: transform .22s ease, opacity .18s ease;
    }

    .tt-hamb-text {
        display: inline-block;
        position: static;
        width: auto;
        height: auto;
        font-size: 13px;
        line-height: 1;
        transform: none;
        left: auto;
        top: auto;
    }

    .tt-hamb.is-open .tt-hamb-lines span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .tt-hamb.is-open .tt-hamb-lines span:nth-child(2) {
        opacity: 0;
    }

    .tt-hamb.is-open .tt-hamb-lines span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .tt-navlinks {
        position: fixed;
        z-index: 998;
        top: 0;
        left: 0;
        right: 0;
        min-height: min(92svh, 760px);
        padding: 104px var(--tt-mobile-pad) 34px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        background:
            linear-gradient(180deg, rgba(21,17,15,.98), rgba(21,17,15,.95));
        border: 0;
        border-radius: 0 0 30px 30px;
        box-shadow: 0 30px 90px rgba(0,0,0,.42);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-104%);
        transition: transform .34s cubic-bezier(.2,.8,.2,1), opacity .22s ease, visibility .22s ease;
    }

    .tt-navlinks.open {
        display: flex;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .tt-menu {
        width: 100%;
        display: grid;
        gap: 6px;
    }

    .tt-navlinks a:not(.tt-btn) {
        display: flex;
        width: 100%;
        min-height: 58px;
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,.10);
        color: #fff;
        font-size: 22px;
        line-height: 1.1;
        font-weight: 850;
        opacity: .96;
    }

    .tt-navlinks a[aria-current="page"],
    .tt-navlinks a.active {
        padding-bottom: 0;
        border-bottom-color: rgba(240,164,127,.46);
        color: #f0a47f;
    }

    .tt-header-cta {
        width: 100%;
        min-height: 58px;
        margin-top: 8px;
        justify-content: center;
        font-size: 17px;
    }

    .tt-gallery-head {
        align-items: start;
    }

    .tt-gallery-head > .wp-block-column:last-child {
        display: block;
        padding-bottom: 0;
    }

    .tt-dj-picker {
        max-width: none;
        margin-top: 20px;
    }

    .tt-dj-picker__button {
        min-height: 64px;
        padding: 18px 20px;
        font-size: 16px;
    }

    .tt-form-simple {
        gap: 10px;
    }

    .tt-summary-edit {
        width: 100%;
        min-height: 42px;
        justify-content: center;
    }

    .tt-quote-card {
        padding: 24px;
    }
}

@media (max-width: 390px) {
    .tt-navlinks a:not(.tt-btn) {
        font-size: 20px;
        min-height: 54px;
    }

    .tt-hamb-text {
        display: none;
    }
}

/* 27. V3.8 MOBILE MENU / SECTION FLOW / CONTAINER CONSISTENCY */

/* Artist Capitol logo fallback for old pages and pattern output. */
.tt-ac-logo-image,
.tt-ac-logo-image--js {
    display: block;
    margin: 24px 0 22px;
}

.tt-ac-logo-image a,
.tt-ac-logo-image--js a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
}

.tt-ac-logo-image img,
.tt-ac-logo-image--js img {
    display: block;
    width: 220px;
    max-width: min(70vw, 240px);
    height: auto;
}

/* Desktop: keep close button out of the layout. */
.tt-mobile-menu-close {
    display: none;
}

.tt-home > .tt-section,
.tt-home > .tt-dj-section,
.tt-home > .wp-block-cover,
.tt-home > .wp-block-columns,
.tt-home > .wp-block-group,
.tt-home > * + * {
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

/* Remove the mobile gap after the dark Live + DJ block. */
.tt-dj-section + .tt-section,
.tt-dj-section + .wp-block-group.tt-section {
    margin-top: 0;
}

@media (max-width: 760px) {
    :root {
        --tt-mobile-pad: 22px;
        --tt-container: calc(100% - (var(--tt-mobile-pad) * 2));
    }

    /* Consistent mobile content width. */
    .tt-container,
    .tt-section > .tt-container,
    .tt-section > .wp-block-group.tt-container,
    .tt-section .tt-container {
        width: var(--tt-container);
        max-width: var(--tt-container);
        margin-left: auto;
        margin-right: auto;
    }

    .tt-concept-grid,
    .tt-proof-grid,
    .tt-contact.tt-contact-grid {
        width: var(--tt-container);
        max-width: var(--tt-container);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .tt-dj-content {
        padding-left: var(--tt-mobile-pad);
        padding-right: var(--tt-mobile-pad);
    }

    .tt-dj-section,
    .tt-dj-section.alignfull {
        margin-top: 0;
        margin-bottom: 0;
        margin-block-start: 0;
        margin-block-end: 0;
    }

    .tt-dj-section + .tt-section,
    .tt-dj-section + .wp-block-group.tt-section {
        margin-top: 0;
        padding-top: 46px;
    }

    /* Keep horizontal scrollers aligned to the same left edge. */
    .tt-package-grid,
    .tt-options {
        width: calc(100% + var(--tt-mobile-pad));
        max-width: calc(100% + var(--tt-mobile-pad));
        margin-right: calc(var(--tt-mobile-pad) * -1);
        padding-right: var(--tt-mobile-pad);
    }

    /* Mobile topbar: glass overlay, smaller/cleaner controls. */
    .tt-topbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 9px 0;
        background: linear-gradient(180deg, rgba(19,15,13,.70), rgba(19,15,13,.22));
        border-bottom: 1px solid rgba(255,255,255,.08);
        box-shadow: none;
        backdrop-filter: blur(12px);
    }

    .tt-nav {
        min-height: 58px;
    }

    .tt-site-logo {
        width: 176px;
        max-width: 58vw;
    }

    .tt-topbar.is-scrolled .tt-site-logo {
        width: 166px;
    }

    .tt-hamb {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        min-width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 999px;
        background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.24);
        color: #fff;
        box-shadow: 0 12px 28px rgba(0,0,0,.18);
        position: relative;
        z-index: 1004;
    }

    .tt-hamb-text {
        display: none;
    }

    .tt-hamb-lines {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 23px;
        height: 21px;
        position: static;
        transform: none;
        left: auto;
        top: auto;
    }

    .tt-hamb .tt-hamb-lines span {
        display: block;
        width: 23px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transition: transform .22s ease, opacity .18s ease;
    }

    .tt-hamb.is-open .tt-hamb-lines span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .tt-hamb.is-open .tt-hamb-lines span:nth-child(2) {
        opacity: 0;
    }

    .tt-hamb.is-open .tt-hamb-lines span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .tt-navlinks {
        position: fixed;
        z-index: 1003;
        top: 0;
        left: 0;
        right: 0;
        min-height: min(94svh, 780px);
        padding: 96px var(--tt-mobile-pad) 34px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        background: #15110f;
        border: 0;
        border-radius: 0 0 30px 30px;
        box-shadow: 0 34px 100px rgba(0,0,0,.50);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-104%);
        transition: transform .34s cubic-bezier(.2,.8,.2,1), opacity .22s ease, visibility .22s ease;
    }

    .tt-navlinks.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .tt-mobile-menu-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 20px;
        right: var(--tt-mobile-pad);
        width: 52px;
        height: 52px;
        border: 1px solid rgba(255,255,255,.20);
        border-radius: 999px;
        background: rgba(255,255,255,.10);
        color: #fff;
        font-size: 34px;
        line-height: 1;
        font-weight: 500;
        cursor: pointer;
    }

    .tt-mobile-menu-close span {
        display: block;
        transform: translateY(-1px);
    }

    .tt-menu {
        width: 100%;
        display: grid;
        gap: 6px;
    }

    .tt-navlinks a:not(.tt-btn) {
        display: flex;
        width: 100%;
        min-height: 60px;
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,.12);
        color: #fff;
        font-size: 23px;
        line-height: 1.1;
        font-weight: 850;
        opacity: .98;
    }

    .tt-navlinks a[aria-current="page"],
    .tt-navlinks a.active {
        padding-bottom: 0;
        border-bottom-color: rgba(240,164,127,.46);
        color: #f0a47f;
    }

    .tt-header-cta {
        width: 100%;
        min-height: 60px;
        margin-top: 10px;
        justify-content: center;
        font-size: 17px;
    }

    body.tt-menu-open .tt-hero-content,
    body.tt-menu-open .tt-hero-facts {
        filter: brightness(.45);
    }

    .tt-ac-logo-image,
    .tt-ac-logo-image--js {
        margin: 22px 0 20px;
    }

    .tt-ac-logo-image img,
    .tt-ac-logo-image--js img {
        width: 190px;
        max-width: 68vw;
    }
}

@media (max-width: 390px) {
    :root {
        --tt-mobile-pad: 20px;
    }

    .tt-site-logo {
        width: 162px;
    }

    .tt-hamb {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .tt-navlinks a:not(.tt-btn) {
        font-size: 21px;
        min-height: 56px;
    }
}

/* 28. V3.9 MOBILE HAMBURGER CLEANUP */

/* The separate mobile close button is intentionally disabled. */
.tt-mobile-menu-close {
    display: none;
}

@media (max-width: 760px) {
    .tt-mobile-menu-close {
        display: none;
    }

    /* Keep the header control above the slide-down menu and make it the only close control. */
    .tt-hamb {
        z-index: 1010;
    }

    /* Reset older hamburger pseudo/span styling completely inside the actual line wrapper. */
    .tt-hamb .tt-hamb-lines {
        display: grid;
        grid-template-rows: repeat(3, 2px);
        gap: 5px;
        align-items: center;
        justify-items: center;
        width: 24px;
        height: 18px;
        margin: 0;
        padding: 0;
        position: relative;
        transform: none;
        opacity: 1;
    }

    .tt-hamb .tt-hamb-lines > span {
        display: block;
        width: 24px;
        height: 2px;
        min-height: 2px;
        max-height: 2px;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 999px;
        background: currentColor;
        opacity: 1;
        position: static;
        transform-origin: center;
        transform: none;
        box-shadow: none;
    }

    .tt-hamb:not(.is-open) .tt-hamb-lines > span:nth-child(1),
    .tt-hamb:not(.is-open) .tt-hamb-lines > span:nth-child(2),
    .tt-hamb:not(.is-open) .tt-hamb-lines > span:nth-child(3) {
        opacity: 1;
        transform: none;
    }

    .tt-hamb.is-open .tt-hamb-lines {
        display: block;
        width: 24px;
        height: 24px;
    }

    .tt-hamb.is-open .tt-hamb-lines > span {
        position: absolute;
        left: 0;
        top: 11px;
        width: 24px;
    }

    .tt-hamb.is-open .tt-hamb-lines > span:nth-child(1) {
        transform: rotate(45deg);
    }

    .tt-hamb.is-open .tt-hamb-lines > span:nth-child(2) {
        opacity: 0;
    }

    .tt-hamb.is-open .tt-hamb-lines > span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .tt-navlinks {
        z-index: 1005;
        padding-top: 104px;
    }


    .tt-navlinks.open {
        transform: translateY(0);
    }

    body.tt-menu-open .tt-hamb {
        background: rgba(255,255,255,.14);
        border-color: rgba(255,255,255,.28);
    }
}

/* 29. V3.10 MOBILE HAMBURGER FINAL FIX */

@media (max-width: 760px) {
    .tt-hamb {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        padding: 0;
        border-radius: 999px;
        background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.24);
        color: #fff;
        box-shadow: 0 12px 28px rgba(0,0,0,.18);
        position: relative;
        z-index: 1010;
        font-size: 0;
        line-height: 1;
    }

    .tt-hamb::before,
    .tt-hamb::after {
        content: none;
        display: none;
    }

    .tt-hamb-bars {
        display: grid;
        grid-template-rows: repeat(3, 2px);
        gap: 5px;
        width: 24px;
        height: 18px;
        margin: 0;
        padding: 0;
        align-items: center;
        justify-items: center;
        position: relative;
        transform: none;
        background: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }

    .tt-hamb-bars i {
        display: block;
        width: 24px;
        height: 2px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: currentColor;
        opacity: 1;
        transform: none;
        transform-origin: center;
        transition: transform .22s ease, opacity .18s ease;
    }

    .tt-hamb:not(.is-open) .tt-hamb-bars i:nth-child(1),
    .tt-hamb:not(.is-open) .tt-hamb-bars i:nth-child(2),
    .tt-hamb:not(.is-open) .tt-hamb-bars i:nth-child(3) {
        transform: none;
        opacity: 1;
    }

    .tt-hamb.is-open .tt-hamb-bars {
        display: block;
        width: 24px;
        height: 24px;
    }

    .tt-hamb.is-open .tt-hamb-bars i {
        position: absolute;
        left: 0;
        top: 11px;
        width: 24px;
    }

    .tt-hamb.is-open .tt-hamb-bars i:nth-child(1) {
        transform: rotate(45deg);
    }

    .tt-hamb.is-open .tt-hamb-bars i:nth-child(2) {
        opacity: 0;
    }

    .tt-hamb.is-open .tt-hamb-bars i:nth-child(3) {
        transform: rotate(-45deg);
    }

    .tt-hamb-lines,
    .tt-hamb-text {
        display: none;
    }
}

@media (max-width: 390px) {
    .tt-hamb {
        width: 48px;
        min-width: 48px;
        height: 48px;
        min-height: 48px;
    }
}

/* 30. V3.11 MOBILE CONTACT BACKGROUND RESTORE */

@media (max-width: 760px) {
    .tt-contact.tt-contact-grid {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: var(--tt-mobile-pad);
        padding-right: var(--tt-mobile-pad);
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        overflow: hidden;
        background-image:
            linear-gradient(180deg, rgba(18,13,10,.94), rgba(18,13,10,.82) 48%, rgba(18,13,10,.72)),
            url('../images/hero.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .tt-contact.tt-contact-grid > * {
        grid-column: 1;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .tt-contact.tt-contact-grid .tt-form-card {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 390px) {
    .tt-contact.tt-contact-grid {
        padding-left: var(--tt-mobile-pad);
        padding-right: var(--tt-mobile-pad);
    }
}

/* 31. V3.12 GALLERY CAPTIONS + HERO IMAGE OPACITY */

.tt-hero .wp-block-cover__image-background {
    opacity: var(--tt-hero-image-opacity, 1);
    transition: opacity .25s ease;
}

.tt-gallery-grid figure::after {
    background:
        linear-gradient(180deg, rgba(0,0,0,0) 38%, rgba(0,0,0,.64) 100%),
        linear-gradient(90deg, rgba(0,0,0,.28), rgba(0,0,0,0) 58%);
}

.tt-gallery-grid figcaption {
    left: 22px;
    right: auto;
    bottom: 22px;
    max-width: calc(100% - 44px);
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    padding: 10px 14px 11px;
    border-radius: 999px;
    background: rgba(14,11,10,.52);
    border: 1px solid rgba(255,255,255,.14);
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: .01em;
    text-shadow: none;
    box-shadow: 0 12px 30px rgba(0,0,0,.24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.tt-gallery-grid figure:first-child figcaption {
    left: 28px;
    bottom: 28px;
    max-width: calc(100% - 56px);
    padding: 12px 17px 13px;
    font-size: 17px;
}

@media (max-width: 760px) {
    .tt-gallery-grid figcaption,
    .tt-gallery-grid figure:first-child figcaption {
        left: 16px;
        bottom: 16px;
        max-width: calc(100% - 32px);
        padding: 9px 12px 10px;
        border-radius: 16px;
        font-size: 14px;
        line-height: 1.12;
    }
}

/* 32. V3.13 HERO OVERLAY STRENGTH */

.tt-hero .wp-block-cover__image-background {
    opacity: 1;
}

.tt-hero::before {
    background:
        linear-gradient(
            90deg,
            rgba(12,10,9, calc(.90 * var(--tt-hero-overlay-strength, .70))) 0%,
            rgba(12,10,9, calc(.66 * var(--tt-hero-overlay-strength, .70))) 43%,
            rgba(12,10,9, calc(.16 * var(--tt-hero-overlay-strength, .70))) 74%,
            rgba(12,10,9, calc(.28 * var(--tt-hero-overlay-strength, .70))) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0,0,0, calc(.22 * var(--tt-hero-overlay-strength, .70))),
            rgba(0,0,0, calc(.70 * var(--tt-hero-overlay-strength, .70)))
        );
}

.tt-hero::after {
    background: linear-gradient(
        180deg,
        transparent,
        rgba(21,17,15, calc(.96 * var(--tt-hero-overlay-strength, .70)))
    );
}

/* 33. V3.14 CLEAN UPDATE FROM V3.13 */

/* Add-on titles use the same title language as the bezetting cards. */
.tt-option-title {
    display: block;
    margin: 10px 0 9px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.1vw, 32px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -.035em;
    color: var(--tt-ink);
}

.tt-option-price {
    margin-top: 9px;
}

.tt-option-card .tt-option-price strong {
    display: inline;
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 850;
    color: var(--tt-ink);
}

/* Decorative pills/labels: smaller and less dominant. */
.tt-package-tag {
    margin-bottom: 10px;
    padding: 5px 8px 5px;
    border-radius: 999px;
    font-size: 10.5px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .02em;
    background: rgba(200,111,74,.085);
}

.tt-gallery-grid figcaption,
.tt-gallery-grid figure:first-child figcaption {
    padding: 7px 10px 8px;
    border-radius: 999px;
    font-size: 12.5px;
    line-height: 1.1;
    font-weight: 750;
    background: rgba(14,11,10,.46);
    border-color: rgba(255,255,255,.11);
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.tt-summary-edit,
.tt-ac-logo-text a,
.tt-social-links a {
    min-height: 32px;
    padding: 7px 11px;
    font-size: 11.5px;
    line-height: 1;
    font-weight: 800;
}

.tt-booking .tt-center::after {
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 800;
    background: rgba(200,111,74,.075);
}

@media (max-width: 760px) {

    #ervaring .tt-proof-grid {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .tt-option-title {
        font-size: 24px;
        line-height: 1.06;
        margin: 8px 0 8px;
    }

    .tt-package-tag {
        padding: 5px 8px;
        font-size: 10.5px;
    }

    .tt-gallery-grid figcaption,
    .tt-gallery-grid figure:first-child figcaption {
        left: 14px;
        bottom: 14px;
        max-width: calc(100% - 28px);
        padding: 6px 9px 7px;
        border-radius: 999px;
        font-size: 11.5px;
        line-height: 1.1;
    }

    .tt-booking .tt-center::after {
        padding: 6px 9px;
        font-size: 11px;
    }

    .tt-summary-edit {
        min-height: 34px;
        padding: 7px 11px;
        font-size: 11.5px;
    }
}


/* 36. GLOBAL BOOKING FOOTER */
.tt-booking-footer {
    width: 100%;
    margin: 0;
    background: var(--tt-paper);
}

.tt-booking-footer .tt-booking {
    margin: 0;
}

.tt-booking-footer .tt-contact {
    margin: 0;
}

.tt-booking-footer + .tt-footer {
    margin-top: 0;
}

/* 37. V3.20 CHECKPOINT LAYOUT TWEAKS */

/* Desktop: in concept/proof split sections, start the right-hand list at heading height instead of eyebrow height. */
@media (min-width: 921px) {
    .tt-concept-grid > .wp-block-column:nth-child(2),
    #band .tt-proof-grid > .wp-block-column:nth-child(2) {
        padding-top: 58px;
    }

    /* Desktop: align the booking-footer contact intro with the top of the form card. */
    .tt-contact.tt-contact-grid {
        align-items: start;
    }
}

@media (max-width: 920px) {
    .tt-concept-grid > .wp-block-column:nth-child(2),
    #band .tt-proof-grid > .wp-block-column:nth-child(2) {
        padding-top: 0;
    }
}

/* 38. V3.22 EMPTY BOOKING SELECTION */
.tt-summary-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.tt-summary-clear {
    background: rgba(32,25,22,.045);
    color: rgba(32,25,22,.66);
}

.tt-summary-clear:hover {
    background: rgba(32,25,22,.075);
    border-color: rgba(32,25,22,.16);
}

@media (max-width: 640px) {
    .tt-form-simple {
        align-items: flex-start;
        flex-direction: column;
    }

    .tt-summary-actions {
        width: 100%;
        justify-content: flex-start;
    }
}

/* 39. V3.24 HOMEPAGE CONCEPT / SFEER SPACING */
/* The homepage concept section and the following sfeer/gallery section both have full section padding.
   When they follow each other directly, the combined bottom+top padding creates too much whitespace. */
.tt-home #concept.tt-section {
    padding-bottom: 42px;
}

.tt-home #concept + #sfeer.tt-section,
.tt-home #concept + .wp-block-group#sfeer.tt-section {
    padding-top: 46px;
}

@media (max-width: 760px) {
    .tt-home #concept.tt-section {
        padding-bottom: 30px;
    }

    .tt-home #concept + #sfeer.tt-section,
    .tt-home #concept + .wp-block-group#sfeer.tt-section {
        padding-top: 36px;
    }
}
