:root {
    --david-ink: #171412;
    --david-cream: #fbf6ef;
    --david-paper: #f3ebe1;
    --david-line: rgba(255, 255, 255, 0.18);
    --david-gold: #d8b77d;
    --david-rose: #a86f74;
    --david-muted: rgba(251, 246, 239, 0.74);
    --storefront-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --storefront-font-heading: Georgia, "Times New Roman", serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.david-video-page {
    margin: 0;
    color: var(--david-cream);
    background: #11100f;
    font-family: var(--storefront-font-body);
}

body.storefront-font-signature {
    --storefront-font-body: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --storefront-font-heading: Didot, "Bodoni 72", Georgia, "Times New Roman", serif;
}

body.storefront-font-editorial {
    --storefront-font-body: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    --storefront-font-heading: Georgia, "Times New Roman", serif;
}

body.storefront-font-minimal {
    --storefront-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --storefront-font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.storefront-font-soft {
    --storefront-font-body: Optima, Candara, "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    --storefront-font-heading: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.storefront-font-classic {
    --storefront-font-body: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
    --storefront-font-heading: Georgia, "Times New Roman", serif;
}

body.storefront-theme-nail {
    --david-ink: #211017;
    --david-cream: #fff5fb;
    --david-paper: #f8ddea;
    --david-line: rgba(255, 245, 251, 0.2);
    --david-gold: #f5a7c8;
    --david-rose: #73d4ca;
    --david-muted: rgba(255, 245, 251, 0.76);
    background: #140d13;
}

body.storefront-theme-barbershop {
    --david-ink: #17120e;
    --david-cream: #fff2df;
    --david-paper: #ecdac4;
    --david-line: rgba(255, 242, 223, 0.2);
    --david-gold: #c99152;
    --david-rose: #637a59;
    --david-muted: rgba(255, 242, 223, 0.76);
    background: #0d0f0c;
}

body.storefront-theme-esthetique {
    --david-ink: #152017;
    --david-cream: #f5fff4;
    --david-paper: #e5f0df;
    --david-line: rgba(245, 255, 244, 0.2);
    --david-gold: #b9d89f;
    --david-rose: #d9a6b5;
    --david-muted: rgba(245, 255, 244, 0.76);
    background: #0f1510;
}

body.storefront-theme-veterinaire {
    --david-ink: #2b1944;
    --david-cream: #2b1944;
    --david-paper: #f5efff;
    --david-line: rgba(123, 66, 233, 0.2);
    --david-gold: #7a35f4;
    --david-rose: #b58cff;
    --david-muted: rgba(43, 25, 68, 0.72);
    background: #f6f0ff;
}

body.storefront-theme-fitness {
    --david-ink: #130d0d;
    --david-cream: #fff7ee;
    --david-paper: #f6e4d2;
    --david-line: rgba(255, 247, 238, 0.18);
    --david-gold: #ff6b35;
    --david-rose: #f63155;
    --david-muted: rgba(255, 247, 238, 0.76);
    background: #0d0b0b;
}

body.storefront-theme-food {
    --david-ink: #17120d;
    --david-cream: #fff8ec;
    --david-paper: #f4e2c6;
    --david-line: rgba(255, 248, 236, 0.18);
    --david-gold: #f2c14e;
    --david-rose: #55b47a;
    --david-muted: rgba(255, 248, 236, 0.76);
    background: #0f0d0a;
}

body.storefront-bu-mitrabuns {
    --david-ink: #050505;
    --david-cream: #ffffff;
    --david-paper: #f2f2f2;
    --david-line: rgba(5, 5, 5, 0.12);
    --david-gold: #d60b2f;
    --david-rose: #050505;
    --david-muted: rgba(5, 5, 5, 0.68);
    --storefront-font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
}

body.storefront-palette-rose-lagoon {
    --david-ink: #1d1118;
    --david-cream: #fff6fb;
    --david-paper: #f8dfe9;
    --david-line: rgba(255, 246, 251, 0.2);
    --david-gold: #f7a9c8;
    --david-rose: #59c6bf;
    --david-muted: rgba(255, 246, 251, 0.76);
    background: #160d13;
}

body.storefront-palette-champagne-ink {
    --david-ink: #18130d;
    --david-cream: #fff4df;
    --david-paper: #f1dec2;
    --david-line: rgba(255, 244, 223, 0.2);
    --david-gold: #d9b56f;
    --david-rose: #8f6f42;
    --david-muted: rgba(255, 244, 223, 0.76);
    background: #0f0c08;
}

body.storefront-palette-sage-coral {
    --david-ink: #142016;
    --david-cream: #f6fff1;
    --david-paper: #e6f0d8;
    --david-line: rgba(246, 255, 241, 0.2);
    --david-gold: #b7d49a;
    --david-rose: #ec9c8d;
    --david-muted: rgba(246, 255, 241, 0.76);
    background: #10160f;
}

body.storefront-palette-graphite-mint {
    --david-ink: #101218;
    --david-cream: #f3fbf8;
    --david-paper: #dfe8e6;
    --david-line: rgba(243, 251, 248, 0.2);
    --david-gold: #78e0c5;
    --david-rose: #b8bec8;
    --david-muted: rgba(243, 251, 248, 0.76);
    background: #0d1014;
}

body.storefront-palette-ivory-blue {
    --david-ink: #101827;
    --david-cream: #f7fbff;
    --david-paper: #e2ecfb;
    --david-line: rgba(247, 251, 255, 0.2);
    --david-gold: #9fc5ff;
    --david-rose: #f0c98c;
    --david-muted: rgba(247, 251, 255, 0.76);
    background: #0d1320;
}

.david-video-page a {
    color: inherit;
}

.david-video-header {
    position: fixed;
    z-index: 20;
    top: 18px;
    left: 50%;
    width: min(1180px, calc(100% - 28px));
    min-height: 72px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 12px 18px;
    border: 1px solid var(--david-line);
    border-radius: 8px;
    background: rgba(17, 16, 15, 0.74);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.david-video-brand {
    min-width: 0;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.david-video-brand img {
    width: clamp(84px, 9vw, 126px);
    height: auto;
    display: block;
}

.david-video-brand span,
.david-video-nav a,
.david-video-kicker {
    font-size: 0.72rem;
    font-weight: 760;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.david-video-brand span {
    color: rgba(251, 246, 239, 0.72);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.david-video-menu-toggle {
    width: 44px;
    height: 44px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(251, 246, 239, 0.22);
    border-radius: 8px;
    background: rgba(251, 246, 239, 0.08);
    color: var(--david-cream);
    cursor: pointer;
}

.david-video-menu-toggle:hover,
.david-video-menu-toggle:focus-visible {
    border-color: rgba(216, 183, 125, 0.72);
    background: rgba(216, 183, 125, 0.14);
    outline: 0;
}

.david-video-menu-bars {
    width: 20px;
    display: grid;
    gap: 4px;
}

.david-video-menu-bars span {
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.david-video-header.is-menu-open .david-video-menu-bars span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.david-video-header.is-menu-open .david-video-menu-bars span:nth-child(2) {
    opacity: 0;
}

.david-video-header.is-menu-open .david-video-menu-bars span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.david-video-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.david-video-nav a {
    position: relative;
    text-decoration: none;
    color: rgba(251, 246, 239, 0.82);
}

.david-video-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 1px;
    background: var(--david-gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.david-video-nav a:hover::after,
.david-video-nav a:focus-visible::after {
    transform: scaleX(1);
}

.david-video-hero {
    position: relative;
    min-height: 94vh;
    display: grid;
    align-items: end;
    overflow: hidden;
    padding: clamp(140px, 18vh, 190px) clamp(20px, 5vw, 76px) clamp(58px, 8vw, 94px);
}

.david-video-hero-media,
.david-video-hero-shade {
    position: absolute;
    inset: 0;
}

.david-video-hero-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.david-video-hero-shade {
    background:
        linear-gradient(90deg, rgba(10, 9, 8, 0.92) 0%, rgba(10, 9, 8, 0.58) 42%, rgba(10, 9, 8, 0.18) 100%),
        linear-gradient(180deg, rgba(10, 9, 8, 0.22) 0%, rgba(10, 9, 8, 0.22) 52%, rgba(10, 9, 8, 0.78) 100%);
}

.storefront-theme-nail .david-video-hero-shade {
    background:
        linear-gradient(90deg, rgba(22, 10, 18, 0.92) 0%, rgba(45, 20, 34, 0.6) 45%, rgba(22, 10, 18, 0.18) 100%),
        linear-gradient(180deg, rgba(27, 63, 61, 0.18) 0%, rgba(22, 10, 18, 0.28) 52%, rgba(22, 10, 18, 0.82) 100%);
}

.storefront-theme-barbershop .david-video-hero-shade {
    background:
        linear-gradient(90deg, rgba(11, 13, 10, 0.94) 0%, rgba(28, 22, 16, 0.62) 45%, rgba(11, 13, 10, 0.2) 100%),
        linear-gradient(180deg, rgba(39, 55, 38, 0.2) 0%, rgba(11, 13, 10, 0.28) 52%, rgba(11, 13, 10, 0.84) 100%);
}

.storefront-theme-esthetique .david-video-hero-shade {
    background:
        linear-gradient(90deg, rgba(13, 19, 14, 0.92) 0%, rgba(28, 48, 31, 0.58) 45%, rgba(13, 19, 14, 0.18) 100%),
        linear-gradient(180deg, rgba(57, 36, 45, 0.16) 0%, rgba(13, 19, 14, 0.26) 52%, rgba(13, 19, 14, 0.82) 100%);
}

.storefront-theme-fitness .david-video-hero {
    background-size: cover;
    background-position: center;
}

.storefront-theme-fitness .david-video-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7, 8, 10, 0.94) 0%, rgba(16, 12, 12, 0.78) 38%, rgba(16, 12, 12, 0.2) 76%),
        linear-gradient(180deg, rgba(246, 49, 85, 0.18) 0%, rgba(10, 9, 9, 0.1) 48%, rgba(10, 9, 9, 0.82) 100%);
    pointer-events: none;
}

.storefront-theme-fitness .david-video-hero-content {
    max-width: min(760px, 92vw);
}

.storefront-theme-fitness .david-video-hero h1 {
    max-width: 12.4ch;
    font-size: 6.2rem;
}

.storefront-theme-fitness .david-video-btn-primary {
    color: #fff7ee;
    background: linear-gradient(135deg, #f63155, #ff6b35);
    border-color: transparent;
    box-shadow: 0 18px 42px rgba(246, 49, 85, 0.28);
}

.storefront-theme-fitness .david-video-btn-secondary {
    border-color: rgba(255, 247, 238, 0.28);
    background: rgba(12, 10, 10, 0.46);
}

.storefront-theme-veterinaire .david-video-hero {
    align-items: center;
}

.storefront-theme-veterinaire .david-video-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(250, 247, 255, 0.96) 0%, rgba(250, 247, 255, 0.78) 34%, rgba(250, 247, 255, 0.2) 70%),
        radial-gradient(circle at 18% 38%, rgba(122, 53, 244, 0.16), transparent 30%);
    pointer-events: none;
}

body.storefront-theme-veterinaire .david-video-header {
    border-color: rgba(123, 66, 233, 0.16);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 52px rgba(93, 55, 152, 0.14);
}

body.storefront-theme-veterinaire .david-video-brand span,
body.storefront-theme-veterinaire .david-video-nav a {
    color: rgba(43, 25, 68, 0.78);
}

body.storefront-theme-veterinaire .david-video-menu-toggle {
    border-color: rgba(123, 66, 233, 0.24);
    background: rgba(123, 66, 233, 0.08);
    color: #2b1944;
}

body.storefront-theme-veterinaire .david-video-hero h1 {
    max-width: 10.6ch;
    color: #2b1944;
}

body.storefront-theme-veterinaire .david-video-hero .david-video-lead {
    color: rgba(43, 25, 68, 0.72);
}

body.storefront-theme-veterinaire .david-video-page a.david-video-btn-primary,
body.storefront-theme-veterinaire .david-video-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #7a35f4, #9b5cff);
    border-color: transparent;
    box-shadow: 0 14px 32px rgba(122, 53, 244, 0.28);
}

body.storefront-theme-veterinaire .david-video-btn-secondary {
    color: #2b1944;
    border-color: rgba(123, 66, 233, 0.18);
    background: rgba(255, 255, 255, 0.58);
}

body.storefront-theme-food .david-video-header {
    background: rgba(15, 13, 10, 0.72);
}

.storefront-theme-food .david-video-hero {
    background-size: cover;
    background-position: center;
}

.storefront-theme-food .david-video-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(10, 8, 5, 0.94) 0%, rgba(23, 18, 12, 0.72) 38%, rgba(23, 18, 12, 0.18) 76%),
        linear-gradient(180deg, rgba(85, 180, 122, 0.14) 0%, rgba(10, 8, 5, 0.12) 46%, rgba(10, 8, 5, 0.84) 100%);
    pointer-events: none;
}

body.storefront-theme-food .david-video-hero h1 {
    max-width: 10.8ch;
}

body.storefront-theme-food .david-video-btn-primary {
    color: #17120d;
    background: linear-gradient(135deg, #f2c14e, #55b47a);
    border-color: transparent;
    box-shadow: 0 18px 42px rgba(242, 193, 78, 0.22);
}

body.storefront-theme-food .david-video-btn-secondary {
    border-color: rgba(255, 248, 236, 0.26);
    background: rgba(15, 13, 10, 0.44);
}

body.storefront-palette-rose-lagoon .david-video-hero-shade {
    background:
        linear-gradient(90deg, rgba(29, 17, 24, 0.92) 0%, rgba(64, 24, 44, 0.58) 45%, rgba(29, 17, 24, 0.18) 100%),
        linear-gradient(180deg, rgba(28, 92, 87, 0.16) 0%, rgba(29, 17, 24, 0.28) 52%, rgba(29, 17, 24, 0.82) 100%);
}

body.storefront-palette-champagne-ink .david-video-hero-shade {
    background:
        linear-gradient(90deg, rgba(17, 13, 8, 0.94) 0%, rgba(51, 38, 20, 0.6) 45%, rgba(17, 13, 8, 0.18) 100%),
        linear-gradient(180deg, rgba(77, 55, 28, 0.18) 0%, rgba(17, 13, 8, 0.28) 52%, rgba(17, 13, 8, 0.84) 100%);
}

body.storefront-palette-sage-coral .david-video-hero-shade {
    background:
        linear-gradient(90deg, rgba(20, 32, 22, 0.92) 0%, rgba(34, 61, 37, 0.58) 45%, rgba(20, 32, 22, 0.18) 100%),
        linear-gradient(180deg, rgba(88, 50, 43, 0.18) 0%, rgba(20, 32, 22, 0.28) 52%, rgba(20, 32, 22, 0.82) 100%);
}

body.storefront-palette-graphite-mint .david-video-hero-shade {
    background:
        linear-gradient(90deg, rgba(16, 18, 24, 0.92) 0%, rgba(21, 42, 43, 0.58) 45%, rgba(16, 18, 24, 0.18) 100%),
        linear-gradient(180deg, rgba(62, 81, 88, 0.18) 0%, rgba(16, 18, 24, 0.28) 52%, rgba(16, 18, 24, 0.84) 100%);
}

body.storefront-palette-ivory-blue .david-video-hero-shade {
    background:
        linear-gradient(90deg, rgba(16, 24, 39, 0.92) 0%, rgba(25, 45, 78, 0.58) 45%, rgba(16, 24, 39, 0.18) 100%),
        linear-gradient(180deg, rgba(91, 69, 42, 0.15) 0%, rgba(16, 24, 39, 0.28) 52%, rgba(16, 24, 39, 0.84) 100%);
}

.david-video-hero-content {
    position: relative;
    z-index: 2;
    width: min(720px, 100%);
    display: grid;
    gap: 22px;
}

.david-video-kicker {
    margin: 0;
    color: var(--david-gold);
}

.david-video-hero h1,
.david-video-signature h2,
.david-video-section-head h2,
.david-video-cta h2 {
    margin: 0;
    font-family: var(--storefront-font-heading);
    font-weight: 560;
    line-height: 0.96;
}

.david-video-hero h1 {
    max-width: 9.5ch;
    font-size: clamp(4.1rem, 8.6vw, 8.2rem);
}

.david-video-lead {
    max-width: 48ch;
    margin: 0;
    color: var(--david-muted);
    font-size: clamp(1.06rem, 1.5vw, 1.34rem);
    line-height: 1.7;
}

.david-video-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 100%;
}

.david-video-btn {
    max-width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid rgba(251, 246, 239, 0.18);
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 760;
    letter-spacing: 0.03em;
    overflow-wrap: anywhere;
    text-align: center;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.david-video-text-align-center,
.david-video-text-align-center .david-video-section-head,
.david-video-text-align-center .david-video-signature-copy,
.david-video-text-align-center .david-video-cta > div:first-child,
.david-video-text-align-center .david-video-card {
    text-align: center;
}

.david-video-text-align-right,
.david-video-text-align-right .david-video-section-head,
.david-video-text-align-right .david-video-signature-copy,
.david-video-text-align-right .david-video-cta > div:first-child,
.david-video-text-align-right .david-video-card {
    text-align: right;
}

.david-video-text-align-center .david-video-lead,
.david-video-text-align-center .david-video-section-head,
.david-video-text-align-center .david-video-signature-copy > p {
    margin-left: auto;
    margin-right: auto;
}

.david-video-text-align-right .david-video-lead,
.david-video-text-align-right .david-video-section-head,
.david-video-text-align-right .david-video-signature-copy > p {
    margin-left: auto;
}

.david-video-heading-scale-compact .david-video-signature h2,
.david-video-heading-scale-compact .david-video-section-head h2,
.david-video-heading-scale-compact .david-video-cta h2,
.david-video-heading-scale-compact.david-video-signature h2,
.david-video-heading-scale-compact.david-video-services .david-video-section-head h2,
.david-video-heading-scale-compact.david-video-cta h2 {
    font-size: clamp(1.9rem, 3.5vw, 3.3rem);
}

.david-video-heading-scale-large .david-video-signature h2,
.david-video-heading-scale-large .david-video-section-head h2,
.david-video-heading-scale-large .david-video-cta h2,
.david-video-heading-scale-large.david-video-signature h2,
.david-video-heading-scale-large.david-video-services .david-video-section-head h2,
.david-video-heading-scale-large.david-video-cta h2 {
    font-size: clamp(3.1rem, 6vw, 6rem);
}

.david-video-font-mode-heading,
.david-video-font-mode-heading p,
.david-video-font-mode-heading a,
.david-video-font-mode-heading strong,
.david-video-font-mode-heading span {
    font-family: var(--storefront-font-heading);
}

.david-video-font-mode-body,
.david-video-font-mode-body h2,
.david-video-font-mode-body p,
.david-video-font-mode-body a,
.david-video-font-mode-body strong,
.david-video-font-mode-body span {
    font-family: var(--storefront-font-body);
}

.david-video-cta-align-left .david-video-actions,
.david-video-cta-align-left.david-video-actions {
    justify-content: flex-start;
}

.david-video-cta-align-left .david-video-cta {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.david-video-cta-align-left .david-video-cta > div:first-child {
    width: 100%;
    max-width: 100%;
}

.david-video-cta-align-left .david-video-cta .david-video-actions {
    align-self: flex-start;
}

.david-video-cta-align-center .david-video-actions,
.david-video-cta-align-center.david-video-actions {
    justify-content: center;
}

.david-video-cta-align-center .david-video-cta {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.david-video-cta-align-center .david-video-cta > div:first-child {
    width: 100%;
    max-width: 100%;
}

.david-video-cta-align-center .david-video-cta .david-video-actions {
    align-self: center;
}

.david-video-cta-align-right .david-video-actions,
.david-video-cta-align-right.david-video-actions {
    justify-content: flex-end;
}

.david-video-cta-align-right .david-video-cta {
    justify-content: space-between;
}

.david-video-cta-align-stretch .david-video-actions,
.david-video-cta-align-stretch.david-video-actions {
    width: 100%;
}

.david-video-cta-align-stretch .david-video-cta {
    flex-direction: column;
    align-items: stretch;
}

.david-video-cta-align-stretch .david-video-cta > div:first-child {
    width: 100%;
    max-width: 100%;
}

.david-video-cta-align-stretch .david-video-btn,
.david-video-cta-align-stretch.david-video-actions .david-video-btn {
    flex: 1 1 180px;
}

.david-video-btn:hover,
.david-video-btn:focus-visible {
    transform: translateY(-1px);
}

.david-video-page a.david-video-btn-primary,
.david-video-btn-primary {
    color: #171412;
    background: var(--david-gold);
    border-color: transparent;
}

.david-video-btn-secondary {
    color: var(--david-cream);
    background: rgba(251, 246, 239, 0.06);
}

.david-video-proof,
.david-video-signature,
.david-video-services,
.david-video-capabilities,
.david-video-module-examples,
.david-video-utility,
.david-video-cta {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.david-video-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 22px 0 76px;
}

.david-video-proof article,
.david-video-service-grid article,
.david-video-capability-grid article {
    border: 1px solid rgba(251, 246, 239, 0.12);
    border-radius: 8px;
    background: rgba(251, 246, 239, 0.06);
}

.david-video-proof article {
    min-height: 176px;
    display: grid;
    align-content: end;
    gap: 10px;
    padding: 24px;
}

.david-video-proof span,
.david-video-service-grid span,
.david-video-capability-grid span {
    color: var(--david-gold);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.david-video-proof strong {
    font-size: 1.24rem;
}

.david-video-proof p,
.david-video-signature p,
.david-video-service-grid p,
.david-video-capability-grid p,
.david-video-section-head p,
.david-video-cta p {
    margin: 0;
    color: rgba(251, 246, 239, 0.72);
    line-height: 1.68;
}

.david-video-signature {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    align-items: center;
    gap: clamp(24px, 4vw, 62px);
    padding: clamp(34px, 5vw, 78px) 0;
}

.david-video-signature-copy {
    display: grid;
    gap: 18px;
}

.david-video-signature h2,
.david-video-section-head h2,
.david-video-cta h2 {
    font-size: clamp(2.5rem, 5vw, 5rem);
}

.david-video-frame {
    overflow: hidden;
    border: 1px solid rgba(251, 246, 239, 0.14);
    border-radius: 8px;
    background: #060606;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.david-video-frame video {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
}

.david-video-services {
    padding: 58px 0 82px;
}

.david-video-capabilities {
    padding: 30px 0 82px;
}

.david-video-module-examples {
    display: grid;
    gap: 22px;
    padding: 0 0 82px;
}

.david-video-section-head {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.david-video-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

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

.david-video-service-grid article {
    overflow: hidden;
}

.david-video-capability-grid article {
    min-height: 240px;
    display: grid;
    align-content: start;
    gap: 12px;
    padding: clamp(22px, 3vw, 30px);
}

.david-video-capability-grid strong {
    color: var(--david-cream);
    font-family: var(--storefront-font-heading);
    font-size: clamp(1.6rem, 2.6vw, 2.6rem);
    font-weight: 560;
    line-height: 1;
}

.david-video-capability-link {
    width: fit-content;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 0 14px;
    border: 1px solid rgba(251, 246, 239, 0.18);
    border-radius: 8px;
    color: var(--david-cream);
    font-size: 0.86rem;
    font-weight: 760;
    text-decoration: none;
}

.david-video-capability-link:hover,
.david-video-capability-link:focus-visible {
    border-color: rgba(216, 183, 125, 0.72);
    background: rgba(216, 183, 125, 0.14);
    outline: none;
}

.david-video-booking-preview,
.david-video-order-preview {
    display: grid;
    gap: 12px;
    margin: 2px 0 4px;
    border: 1px solid rgba(251, 246, 239, 0.14);
    border-radius: 8px;
    padding: 14px;
    background: rgba(10, 9, 8, 0.28);
}

.david-video-booking-preview__top,
.david-video-order-preview__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.david-video-booking-preview__top small,
.david-video-order-preview__top small {
    color: rgba(251, 246, 239, 0.62);
    font-size: 0.78rem;
    font-weight: 780;
    text-transform: uppercase;
}

.david-video-booking-preview__top strong,
.david-video-order-preview__top strong {
    color: var(--david-cream);
    font-family: var(--storefront-font-body);
    font-size: 0.9rem;
    font-weight: 840;
    line-height: 1.2;
}

.david-video-booking-preview__days {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
}

.david-video-booking-preview__days b,
.david-video-booking-preview__days i {
    min-width: 0;
    border-radius: 6px;
    padding: 7px 4px;
    color: rgba(251, 246, 239, 0.68);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 760;
    line-height: 1;
    text-align: center;
}

.david-video-booking-preview__days i {
    background: rgba(251, 246, 239, 0.08);
}

.david-video-booking-preview__days i.is-active {
    background: var(--david-gold);
    color: #171412;
}

.david-video-booking-preview__slots,
.david-video-order-preview__slots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.david-video-booking-preview__slots button,
.david-video-order-preview__slots button {
    min-height: 34px;
    border: 1px solid rgba(251, 246, 239, 0.18);
    border-radius: 999px;
    padding: 0 12px;
    background: rgba(251, 246, 239, 0.08);
    color: var(--david-cream);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 840;
    pointer-events: none;
}

.david-video-booking-demo {
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    gap: 16px;
    border: 1px solid rgba(251, 246, 239, 0.12);
    border-radius: 8px;
    padding: clamp(18px, 3vw, 28px);
    background: rgba(251, 246, 239, 0.06);
}

.david-video-booking-demo__controls,
.david-video-booking-demo__calendar {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.david-video-booking-demo__controls {
    align-content: start;
}

.david-video-booking-demo__controls span {
    color: var(--david-gold);
    font-size: 0.72rem;
    font-weight: 820;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.david-video-booking-demo__controls strong {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(251, 246, 239, 0.12);
    padding-bottom: 10px;
    color: var(--david-cream);
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    line-height: 1.2;
}

.david-video-booking-demo__calendar {
    border-radius: 8px;
    padding: 16px;
    background: rgba(10, 9, 8, 0.3);
}

.david-video-booking-demo__calendar p {
    margin: 0;
    color: rgba(251, 246, 239, 0.68);
    line-height: 1.55;
}

.david-video-example-panel {
    display: grid;
    gap: 16px;
    scroll-margin-top: 120px;
}

.david-video-example-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(251, 246, 239, 0.12);
}

.david-video-example-head span,
.david-video-example-grid article > span {
    color: var(--david-gold);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.david-video-example-head strong {
    color: var(--david-cream);
    font-family: var(--storefront-font-heading);
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    font-weight: 560;
    line-height: 1;
}

.david-video-example-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.david-video-example-grid article {
    min-height: 230px;
    display: grid;
    align-content: start;
    gap: 12px;
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid rgba(251, 246, 239, 0.12);
    border-radius: 8px;
    background: rgba(251, 246, 239, 0.06);
}

.david-video-example-grid strong {
    color: var(--david-cream);
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.08;
}

.david-video-example-grid p {
    margin: 0;
    color: rgba(251, 246, 239, 0.72);
    line-height: 1.62;
}

.david-video-example-grid em {
    align-self: end;
    margin-top: auto;
    color: var(--david-cream);
    font-style: normal;
    font-size: 1.2rem;
    font-weight: 800;
}

.david-video-service-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
}

.david-video-service-grid div {
    display: grid;
    gap: 10px;
    padding: 20px;
}

.david-video-utility {
    padding: 30px 0;
}

.david-video-inline-action {
    justify-content: center;
}

.david-video-separator {
    display: grid;
    grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
    align-items: center;
    gap: 16px;
    color: rgba(251, 246, 239, 0.72);
}

.david-video-separator span {
    height: 1px;
    background: rgba(251, 246, 239, 0.18);
}

.david-video-separator strong {
    color: var(--david-gold);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.david-video-media-figure {
    margin: 0;
    display: grid;
    gap: 12px;
}

.david-video-media-figure img {
    width: 100%;
    max-height: 680px;
    border: 1px solid rgba(251, 246, 239, 0.14);
    border-radius: 8px;
    display: block;
    object-fit: cover;
}

.david-video-media-figure figcaption {
    color: rgba(251, 246, 239, 0.68);
    font-size: 0.92rem;
}

.david-video-card,
.david-video-alert,
.david-video-map-note {
    display: grid;
    gap: 14px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(251, 246, 239, 0.12);
    border-radius: 8px;
    background: rgba(251, 246, 239, 0.06);
}

.david-video-card {
    width: min(760px, 100%);
}

.david-video-card h2 {
    margin: 0;
    font-family: var(--storefront-font-heading);
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 560;
    line-height: 1;
}

.david-video-card p,
.david-video-alert p,
.david-video-map-note p {
    margin: 0;
    color: rgba(251, 246, 239, 0.72);
    line-height: 1.68;
}

.david-video-icon-mark,
.david-video-rating-score {
    color: var(--david-gold);
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
}

.david-video-rating-score {
    font-family: var(--storefront-font-heading);
}

.david-video-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.david-video-social-list a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(251, 246, 239, 0.16);
    border-radius: 8px;
    background: rgba(251, 246, 239, 0.06);
    color: var(--david-cream);
    font-weight: 760;
    text-decoration: none;
}

.david-video-social-list a:hover,
.david-video-social-list a:focus-visible {
    border-color: rgba(216, 183, 125, 0.72);
    background: rgba(216, 183, 125, 0.14);
}

.david-video-accordion {
    display: grid;
    gap: 10px;
}

.david-video-accordion details {
    border: 1px solid rgba(251, 246, 239, 0.12);
    border-radius: 8px;
    background: rgba(251, 246, 239, 0.06);
    overflow: hidden;
}

.david-video-accordion summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--david-cream);
    font-weight: 800;
}

.david-video-accordion p {
    margin: 0;
    padding: 0 20px 20px;
    color: rgba(251, 246, 239, 0.72);
    line-height: 1.68;
}

.david-video-alert {
    border-color: rgba(216, 183, 125, 0.28);
    background:
        linear-gradient(135deg, rgba(216, 183, 125, 0.16), rgba(168, 111, 116, 0.12)),
        rgba(251, 246, 239, 0.06);
}

.david-video-alert strong,
.david-video-map-note strong {
    color: var(--david-cream);
    font-size: 1.08rem;
}

.david-video-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(251, 246, 239, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(216, 183, 125, 0.16), rgba(168, 111, 116, 0.14)),
        rgba(251, 246, 239, 0.06);
}

.david-video-cta > div:first-child {
    min-width: min(100%, 280px);
    display: grid;
    gap: 12px;
    max-width: 760px;
}

.david-video-cta .david-video-actions {
    min-width: min(100%, 180px);
}

.david-video-main {
    min-height: 100vh;
    padding: 138px 0 48px;
    background:
        radial-gradient(circle at 18% 0%, rgba(216, 183, 125, 0.18), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(168, 111, 116, 0.12), transparent 28%),
        linear-gradient(180deg, #11100f 0%, #181513 46%, #0f0d0c 100%);
}

.storefront-theme-nail .david-video-main {
    background:
        radial-gradient(circle at 18% 0%, rgba(245, 167, 200, 0.22), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(115, 212, 202, 0.16), transparent 28%),
        linear-gradient(180deg, #140d13 0%, #21131b 46%, #100a0f 100%);
}

.storefront-theme-barbershop .david-video-main {
    background:
        radial-gradient(circle at 18% 0%, rgba(201, 145, 82, 0.2), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(99, 122, 89, 0.18), transparent 28%),
        linear-gradient(180deg, #0d0f0c 0%, #18130f 46%, #090a08 100%);
}

.storefront-theme-esthetique .david-video-main {
    background:
        radial-gradient(circle at 18% 0%, rgba(185, 216, 159, 0.2), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(217, 166, 181, 0.16), transparent 28%),
        linear-gradient(180deg, #0f1510 0%, #172018 46%, #0b100c 100%);
}

.storefront-theme-veterinaire .david-video-main {
    background:
        radial-gradient(circle at 16% 4%, rgba(160, 107, 255, 0.22), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(123, 66, 233, 0.16), transparent 30%),
        linear-gradient(180deg, #fbf9ff 0%, #f2eaff 48%, #fbf9ff 100%);
}

.storefront-theme-fitness .david-video-main {
    background:
        linear-gradient(120deg, rgba(246, 49, 85, 0.18) 0 1px, transparent 1px 100%),
        radial-gradient(circle at 12% 0%, rgba(255, 107, 53, 0.24), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(246, 49, 85, 0.16), transparent 30%),
        linear-gradient(180deg, #0d0b0b 0%, #191010 48%, #090808 100%);
    background-size: auto, auto, auto, 100% 100%;
}

.storefront-theme-food .david-video-main {
    background:
        radial-gradient(circle at 14% 0%, rgba(242, 193, 78, 0.2), transparent 30%),
        radial-gradient(circle at 88% 10%, rgba(85, 180, 122, 0.16), transparent 28%),
        linear-gradient(180deg, #0f0d0a 0%, #1a130d 48%, #0c0a08 100%);
}

body.storefront-bu-mitrabuns .david-video-header {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 94px;
    grid-template-columns: auto 1fr;
    gap: clamp(20px, 3vw, 44px);
    padding: 0 clamp(20px, 4vw, 64px);
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(5, 5, 5, 0.08);
    backdrop-filter: none;
    transform: none;
}

body.storefront-bu-mitrabuns .david-video-brand {
    position: relative;
    min-width: clamp(160px, 17vw, 240px);
    min-height: 94px;
}

body.storefront-bu-mitrabuns .mitrabuns-brand-logo {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 25;
    width: clamp(92px, 8vw, 132px);
    max-height: 154px;
    object-fit: contain;
}

body.storefront-bu-mitrabuns .mitrabuns-brand-plaque {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 25;
    width: clamp(82px, 7vw, 118px);
    height: clamp(122px, 10vw, 154px);
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    border-radius: 0 0 18px 18px;
    background: #d60b2f;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(5, 5, 5, 0.18);
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

body.storefront-bu-mitrabuns .mitrabuns-brand-plaque strong {
    font-size: clamp(1.42rem, 1.65vw, 2.05rem);
    font-weight: 950;
    line-height: 0.86;
    text-transform: uppercase;
}

body.storefront-bu-mitrabuns .mitrabuns-brand-name {
    margin-left: clamp(102px, 8.5vw, 138px);
    color: #050505;
    font-size: 0.9rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: none;
}

body.storefront-bu-mitrabuns .david-video-nav a {
    color: #050505;
    font-size: clamp(0.86rem, 1vw, 1.05rem);
    font-weight: 950;
    letter-spacing: 0;
    text-transform: none;
}

body.storefront-bu-mitrabuns .david-video-nav a:hover,
body.storefront-bu-mitrabuns .david-video-nav a:focus-visible {
    color: #d60b2f;
}

body.storefront-bu-mitrabuns .david-video-nav a::after {
    display: none;
}

body.storefront-bu-mitrabuns .david-video-nav {
    width: 100%;
    justify-content: flex-start;
    gap: clamp(18px, 2.2vw, 38px);
}

body.storefront-bu-mitrabuns .david-video-account-link {
    margin-left: auto;
}

body.storefront-bu-mitrabuns .david-video-order-link,
body.storefront-bu-mitrabuns .david-video-cart-link {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(18px, 2vw, 28px);
    border-radius: 12px;
    color: #ffffff;
    font-weight: 950;
}

body.storefront-bu-mitrabuns .david-video-nav a.david-video-order-link,
body.storefront-bu-mitrabuns .david-video-nav a.david-video-cart-link {
    color: #ffffff;
}

body.storefront-bu-mitrabuns .david-video-order-link {
    border-color: transparent;
    background: #d60b2f;
}

body.storefront-bu-mitrabuns .david-video-cart-link {
    border-color: transparent;
    background: #050505;
}

body.storefront-bu-mitrabuns .david-video-order-link:hover,
body.storefront-bu-mitrabuns .david-video-order-link:focus-visible {
    background: #c4072a;
    color: #ffffff;
}

body.storefront-bu-mitrabuns .david-video-cart-link:hover,
body.storefront-bu-mitrabuns .david-video-cart-link:focus-visible {
    background: #050505;
    color: #ffffff;
}

body.storefront-bu-mitrabuns .david-video-menu-toggle {
    margin-left: auto;
    border-color: rgba(5, 5, 5, 0.14);
    background: #ffffff;
    color: #050505;
}

body.storefront-bu-mitrabuns .david-video-hero {
    width: auto;
    min-height: min(760px, calc(100svh - 118px));
    margin: 94px clamp(14px, 3vw, 54px) 0;
    align-items: end;
    border-radius: clamp(16px, 2vw, 26px);
    background: #050505;
    padding: clamp(180px, 24vh, 260px) clamp(22px, 9vw, 170px) clamp(52px, 7vw, 88px);
}

body.storefront-bu-mitrabuns .david-video-hero::before {
    content: none;
}

body.storefront-bu-mitrabuns .mitrabuns-hero-carousel,
body.storefront-bu-mitrabuns .mitrabuns-hero-slide {
    position: absolute;
    inset: 0;
}

body.storefront-bu-mitrabuns .mitrabuns-hero-carousel {
    overflow: hidden;
    border-radius: inherit;
}

body.storefront-bu-mitrabuns .mitrabuns-hero-slide {
    margin: 0;
    opacity: 0;
    transform: scale(1.045);
    transition: opacity 0.55s ease, transform 1.4s ease;
}

body.storefront-bu-mitrabuns .mitrabuns-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

body.storefront-bu-mitrabuns .mitrabuns-hero-slide-media {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

body.storefront-bu-mitrabuns .david-video-hero-shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.68) 0%, rgba(5, 5, 5, 0.26) 38%, rgba(5, 5, 5, 0) 78%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0%, rgba(5, 5, 5, 0.02) 48%, rgba(5, 5, 5, 0.34) 100%);
    pointer-events: none;
}

body.storefront-bu-mitrabuns .david-video-hero-content {
    max-width: min(820px, 92vw);
    gap: 10px;
}

body.storefront-bu-mitrabuns .david-video-kicker {
    width: fit-content;
    padding: 8px 14px 9px;
    background: #050505;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.4vw, 2.45rem);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
    transform: rotate(-3deg);
}

body.storefront-bu-mitrabuns .david-video-hero h1 {
    max-width: 8.8ch;
    color: #ffffff;
    font-size: clamp(4.4rem, 9.4vw, 9.4rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 0.82;
    text-transform: uppercase;
    text-shadow: 0 8px 22px rgba(5, 5, 5, 0.22);
}

body.storefront-bu-mitrabuns .david-video-lead {
    max-width: 11ch;
    color: #ffffff;
    font-size: clamp(2rem, 4.6vw, 5.2rem);
    font-weight: 950;
    line-height: 0.9;
    text-transform: uppercase;
    text-shadow: 0 8px 22px rgba(5, 5, 5, 0.18);
}

body.storefront-bu-mitrabuns .david-video-btn {
    min-height: 58px;
    padding: 0 28px;
    border-radius: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
}

body.storefront-bu-mitrabuns .david-video-btn-primary {
    border-color: transparent;
    background: #d60b2f;
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(5, 5, 5, 0.2);
}

body.storefront-bu-mitrabuns .david-video-btn-secondary {
    border-color: transparent;
    background: #050505;
    color: #ffffff;
}

body.storefront-bu-mitrabuns .mitrabuns-hero-dots {
    position: absolute;
    right: clamp(18px, 3vw, 42px);
    bottom: clamp(18px, 3vw, 42px);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.storefront-bu-mitrabuns .mitrabuns-hero-dots button {
    width: 38px;
    height: 7px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    cursor: pointer;
}

body.storefront-bu-mitrabuns .mitrabuns-hero-dots button.is-active {
    background: #ffffff;
}

body.storefront-bu-mitrabuns main {
    background: #ffffff;
    color: #050505;
}

body.storefront-bu-mitrabuns .david-video-proof {
    padding: clamp(58px, 7vw, 96px) 0 38px;
}

body.storefront-bu-mitrabuns .david-video-proof article,
body.storefront-bu-mitrabuns .david-video-service-grid article,
body.storefront-bu-mitrabuns .david-video-cta {
    border: 0;
    border-radius: 22px;
    box-shadow: none;
}

body.storefront-bu-mitrabuns .david-video-proof article:nth-child(1),
body.storefront-bu-mitrabuns .david-video-service-grid article:nth-child(1) {
    background: #050505;
    color: #ffffff;
}

body.storefront-bu-mitrabuns .david-video-proof article:nth-child(2),
body.storefront-bu-mitrabuns .david-video-service-grid article:nth-child(2) {
    background: #f2f2f2;
    color: #050505;
}

body.storefront-bu-mitrabuns .david-video-proof article:nth-child(3),
body.storefront-bu-mitrabuns .david-video-service-grid article:nth-child(3) {
    background: #d60b2f;
    color: #ffffff;
}

body.storefront-bu-mitrabuns .david-video-proof span,
body.storefront-bu-mitrabuns .david-video-service-grid span {
    color: currentColor;
    opacity: 0.72;
}

body.storefront-bu-mitrabuns .david-video-proof p,
body.storefront-bu-mitrabuns .david-video-service-grid p {
    color: currentColor;
    opacity: 0.78;
}

body.storefront-bu-mitrabuns .david-video-signature h2,
body.storefront-bu-mitrabuns .david-video-section-head h2,
body.storefront-bu-mitrabuns .david-video-cta h2 {
    color: #050505;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: none;
}

body.storefront-bu-mitrabuns .david-video-frame {
    border: 0;
    border-radius: 22px;
    box-shadow: none;
}

body.storefront-bu-mitrabuns .david-video-cta {
    background: #f2f2f2;
}

body.storefront-bu-mitrabuns .david-video-cta p,
body.storefront-bu-mitrabuns .david-video-signature p,
body.storefront-bu-mitrabuns .david-video-section-head p {
    color: rgba(5, 5, 5, 0.68);
}

body.storefront-theme-veterinaire .david-video-proof article,
body.storefront-theme-veterinaire .david-video-service-grid article,
body.storefront-theme-veterinaire .david-video-capability-grid article,
body.storefront-theme-veterinaire .david-video-example-grid article,
body.storefront-theme-veterinaire .david-video-card,
body.storefront-theme-veterinaire .david-video-alert,
body.storefront-theme-veterinaire .david-video-map-note,
body.storefront-theme-veterinaire .david-video-cta {
    border-color: rgba(123, 66, 233, 0.16);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 18px 48px rgba(93, 55, 152, 0.08);
}

body.storefront-theme-veterinaire .david-video-proof p,
body.storefront-theme-veterinaire .david-video-signature p,
body.storefront-theme-veterinaire .david-video-service-grid p,
body.storefront-theme-veterinaire .david-video-capability-grid p,
body.storefront-theme-veterinaire .david-video-example-grid p,
body.storefront-theme-veterinaire .david-video-section-head p,
body.storefront-theme-veterinaire .david-video-cta p,
body.storefront-theme-veterinaire .david-video-card p,
body.storefront-theme-veterinaire .david-video-alert p,
body.storefront-theme-veterinaire .david-video-map-note p {
    color: rgba(43, 25, 68, 0.68);
}

body.storefront-theme-veterinaire .david-video-capability-grid strong,
body.storefront-theme-veterinaire .david-video-example-head strong,
body.storefront-theme-veterinaire .david-video-example-grid strong,
body.storefront-theme-veterinaire .david-video-example-grid em,
body.storefront-theme-veterinaire .david-video-section-head h2 {
    color: #2b1944;
}

body.storefront-theme-veterinaire .david-video-example-head {
    border-bottom-color: rgba(123, 66, 233, 0.16);
}

body.storefront-theme-veterinaire .david-video-capability-link {
    color: #2b1944;
    border-color: rgba(123, 66, 233, 0.18);
    background: rgba(255, 255, 255, 0.5);
}

body.storefront-theme-veterinaire .david-video-booking-preview {
    border-color: rgba(123, 66, 233, 0.16);
    background: rgba(255, 255, 255, 0.62);
}

body.storefront-theme-veterinaire .david-video-booking-preview__top small,
body.storefront-theme-veterinaire .david-video-booking-preview__days b,
body.storefront-theme-veterinaire .david-video-booking-preview__days i {
    color: rgba(43, 25, 68, 0.66);
}

body.storefront-theme-veterinaire .david-video-booking-preview__top strong {
    color: #2b1944;
}

body.storefront-theme-veterinaire .david-video-booking-preview__days i,
body.storefront-theme-veterinaire .david-video-booking-preview__slots button {
    border-color: rgba(123, 66, 233, 0.14);
    background: rgba(123, 66, 233, 0.08);
}

body.storefront-theme-veterinaire .david-video-booking-preview__days i.is-active {
    background: #7b42e9;
    color: #ffffff;
}

body.storefront-theme-veterinaire .david-video-booking-preview__slots button {
    color: #2b1944;
}

body.storefront-theme-veterinaire .david-video-booking-demo {
    border-color: rgba(123, 66, 233, 0.16);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 18px 48px rgba(93, 55, 152, 0.08);
}

body.storefront-theme-veterinaire .david-video-booking-demo__controls span {
    color: #7b42e9;
}

body.storefront-theme-veterinaire .david-video-booking-demo__controls strong {
    border-bottom-color: rgba(123, 66, 233, 0.14);
    color: #2b1944;
}

body.storefront-theme-veterinaire .david-video-booking-demo__calendar {
    background: rgba(123, 66, 233, 0.06);
}

body.storefront-theme-veterinaire .david-video-booking-demo__calendar p {
    color: rgba(43, 25, 68, 0.68);
}

body.storefront-palette-rose-lagoon .david-video-main {
    background:
        radial-gradient(circle at 18% 0%, rgba(247, 169, 200, 0.22), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(89, 198, 191, 0.16), transparent 28%),
        linear-gradient(180deg, #160d13 0%, #24141d 46%, #10080d 100%);
}

body.storefront-palette-champagne-ink .david-video-main {
    background:
        radial-gradient(circle at 18% 0%, rgba(217, 181, 111, 0.2), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(143, 111, 66, 0.16), transparent 28%),
        linear-gradient(180deg, #0f0c08 0%, #1c150c 46%, #090704 100%);
}

body.storefront-palette-sage-coral .david-video-main {
    background:
        radial-gradient(circle at 18% 0%, rgba(183, 212, 154, 0.2), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(236, 156, 141, 0.16), transparent 28%),
        linear-gradient(180deg, #10160f 0%, #182318 46%, #0b100a 100%);
}

body.storefront-palette-graphite-mint .david-video-main {
    background:
        radial-gradient(circle at 18% 0%, rgba(120, 224, 197, 0.2), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(184, 190, 200, 0.13), transparent 28%),
        linear-gradient(180deg, #0d1014 0%, #151a20 46%, #090b0f 100%);
}

body.storefront-palette-ivory-blue .david-video-main {
    background:
        radial-gradient(circle at 18% 0%, rgba(159, 197, 255, 0.2), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(240, 201, 140, 0.14), transparent 28%),
        linear-gradient(180deg, #0d1320 0%, #141e31 46%, #090e18 100%);
}

.david-video-content-shell {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(24px, 3.2vw, 48px);
    border: 1px solid rgba(216, 183, 125, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(251, 246, 239, 0.96) 0%, rgba(243, 235, 225, 0.94) 100%);
    color: var(--david-ink);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.david-video-content-shell h1,
.david-video-content-shell h2,
.david-video-content-shell h3 {
    color: var(--david-ink);
    font-family: var(--storefront-font-heading);
    font-weight: 560;
}

.david-video-content-shell h2.text-center,
.david-video-content-shell h2 {
    margin-bottom: 28px;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
}

.david-video-content-shell label {
    color: rgba(23, 20, 18, 0.72);
    font-weight: 700;
}

.david-video-content-shell .form-control,
.david-video-content-shell select,
.david-video-content-shell input,
.david-video-content-shell textarea {
    min-height: 46px;
    border-color: rgba(23, 20, 18, 0.14);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.78);
    color: var(--david-ink);
    box-shadow: none;
}

.david-video-content-shell .form-control:focus,
.david-video-content-shell select:focus,
.david-video-content-shell input:focus,
.david-video-content-shell textarea:focus {
    border-color: var(--david-gold);
    box-shadow: 0 0 0 0.18rem rgba(216, 183, 125, 0.22);
}

.david-video-content-shell .btn,
.david-video-content-shell button[type="submit"] {
    border-radius: 8px;
    font-weight: 760;
}

.david-video-content-shell .btn-primary,
.david-video-content-shell button[type="submit"] {
    border-color: transparent;
    background: var(--david-gold);
    color: var(--david-ink);
}

.david-video-cart-link {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(216, 183, 125, 0.22);
    border-radius: 8px;
}

.david-video-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 26px 16px 34px;
    color: rgba(251, 246, 239, 0.68);
    background: #0f0d0c;
    font-size: 0.88rem;
}

.david-video-footer p {
    margin: 0;
}

.david-video-footer a {
    color: var(--david-gold);
    text-decoration: none;
}

.david-video-content-shell #calendar {
    width: 100% !important;
    height: auto !important;
    margin-top: 26px !important;
    padding: clamp(12px, 2vw, 22px);
    border: 1px solid rgba(23, 20, 18, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
}

.david-video-content-shell .fc {
    color: var(--david-ink);
}

.david-video-content-shell .fc .fc-toolbar-title {
    color: var(--david-ink);
    font-family: var(--storefront-font-heading);
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.david-video-content-shell .fc .fc-button {
    border-color: rgba(23, 20, 18, 0.12);
    border-radius: 8px;
    background: #2a2521;
    color: var(--david-cream);
    font-weight: 760;
    box-shadow: none;
}

.david-video-content-shell .fc .fc-button-primary:not(:disabled).fc-button-active,
.david-video-content-shell .fc .fc-button-primary:not(:disabled):active,
.david-video-content-shell .fc .fc-button:hover {
    border-color: var(--david-gold);
    background: var(--david-gold);
    color: var(--david-ink);
}

.david-video-content-shell .fc .fc-col-header-cell-cushion,
.david-video-content-shell .fc .fc-timegrid-slot-label-cushion {
    color: rgba(23, 20, 18, 0.68);
}

.david-video-content-shell .fc .fc-event {
    border: 0;
    border-radius: 8px;
    padding: 4px 6px;
    font-weight: 700;
}

.david-video-content-shell .product-container,
.david-video-content-shell .row {
    row-gap: 24px;
}

.david-video-content-shell .product-item,
.david-video-content-shell .card {
    border-radius: 8px;
}

.david-video-auth {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
    align-items: start;
    gap: clamp(24px, 4vw, 60px);
    max-width: 1040px;
    margin: 0 auto;
}

.david-video-auth-copy {
    display: grid;
    gap: 16px;
    padding-top: 10px;
}

.david-video-auth-copy h1 {
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 0.95;
}

.david-video-auth-copy p:not(.david-video-kicker) {
    max-width: 42ch;
    margin: 0;
    color: rgba(23, 20, 18, 0.66);
    font-size: 1.06rem;
    line-height: 1.7;
}

.david-video-auth-panel {
    display: grid;
    gap: 14px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(23, 20, 18, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 20px 60px rgba(43, 28, 15, 0.12);
}

.david-video-auth-panel form,
.david-video-auth-panel > div {
    display: grid;
    gap: 12px;
}

.david-video-auth-panel .form-group,
.david-video-auth-panel .mb-3 {
    margin-bottom: 0;
}

.david-video-auth-panel .btn-block {
    width: 100%;
}

.david-video-auth-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding-top: 4px;
    font-weight: 700;
}

.david-video-auth-links a {
    color: #89653f;
    text-decoration: none;
}

@media (max-width: 920px) {
    .david-video-signature,
    .david-video-auth {
        grid-template-columns: 1fr;
    }

    .david-video-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .david-video-cta > div:first-child,
    .david-video-cta .david-video-actions {
        width: 100%;
        max-width: 100%;
    }

    .david-video-cta-align-left .david-video-cta .david-video-actions,
    .david-video-cta-align-center .david-video-cta .david-video-actions,
    .david-video-cta-align-right .david-video-cta .david-video-actions,
    .david-video-cta-align-stretch .david-video-cta .david-video-actions {
        align-self: stretch;
    }

    .david-video-header {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 64px;
        gap: 12px;
        padding: 10px 12px;
    }

    .david-video-menu-toggle {
        display: inline-flex;
        justify-self: end;
    }

    .david-video-nav {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        display: grid;
        justify-content: stretch;
        gap: 4px;
        padding: 10px;
        border: 1px solid rgba(251, 246, 239, 0.16);
        border-radius: 8px;
        background: rgba(17, 16, 15, 0.94);
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
        backdrop-filter: blur(18px);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
        visibility: hidden;
    }

    .david-video-header.is-menu-open .david-video-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .david-video-nav a {
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: 0 12px;
        border-radius: 6px;
        font-size: 0.7rem;
    }

    .david-video-nav a::after {
        display: none;
    }

    .david-video-nav a:hover,
    .david-video-nav a:focus-visible {
        background: rgba(251, 246, 239, 0.08);
        outline: 0;
    }

    .david-video-nav .david-video-cart-link {
        justify-content: flex-start;
        border-color: rgba(216, 183, 125, 0.28);
    }

    body.storefront-bu-mitrabuns .david-video-header {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 84px;
        padding: 0 16px;
    }

    body.storefront-bu-mitrabuns .david-video-menu-toggle {
        display: inline-flex;
        background: #f2f2f2;
    }

    body.storefront-bu-mitrabuns .david-video-brand {
        min-width: 180px;
        min-height: 84px;
    }

    body.storefront-bu-mitrabuns .mitrabuns-brand-plaque {
        top: 8px;
        width: 72px;
        height: 108px;
        border-radius: 0 0 14px 14px;
    }

    body.storefront-bu-mitrabuns .mitrabuns-brand-logo {
        top: 8px;
        width: 82px;
        max-height: 108px;
    }

    body.storefront-bu-mitrabuns .mitrabuns-brand-plaque strong {
        font-size: 1.22rem;
    }

    body.storefront-bu-mitrabuns .mitrabuns-brand-name {
        margin-left: 88px;
        font-size: 0.84rem;
    }

    body.storefront-bu-mitrabuns .david-video-nav {
        border-color: rgba(5, 5, 5, 0.1);
        background: #ffffff;
        box-shadow: 0 20px 46px rgba(5, 5, 5, 0.14);
    }

    body.storefront-bu-mitrabuns .david-video-nav a {
        color: #050505;
    }

    body.storefront-bu-mitrabuns .david-video-account-link {
        margin-left: 0;
    }

    body.storefront-bu-mitrabuns .david-video-order-link,
    body.storefront-bu-mitrabuns .david-video-cart-link {
        min-height: 46px;
        justify-content: flex-start;
    }

    body.storefront-bu-mitrabuns .david-video-nav a:hover,
    body.storefront-bu-mitrabuns .david-video-nav a:focus-visible {
        background: #f2f2f2;
        color: #d60b2f;
    }

    body.storefront-bu-mitrabuns .david-video-order-link:hover,
    body.storefront-bu-mitrabuns .david-video-order-link:focus-visible,
    body.storefront-bu-mitrabuns .david-video-cart-link:hover,
    body.storefront-bu-mitrabuns .david-video-cart-link:focus-visible {
        color: #ffffff;
    }

    .david-video-proof,
    .david-video-service-grid,
    .david-video-capability-grid,
    .david-video-example-grid,
    .david-video-booking-demo {
        grid-template-columns: 1fr;
    }

    .david-video-signature {
        padding-top: 24px;
    }

    .david-video-main {
        padding-top: 126px;
    }
}

@media (max-width: 640px) {
    .david-video-header {
        position: absolute;
        top: 12px;
        width: calc(100% - 20px);
    }

    .david-video-brand {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .david-video-brand img {
        width: 104px;
    }

    .david-video-hero {
        min-height: 88vh;
        padding: 132px 18px 48px;
    }

    .david-video-hero-shade {
        background:
            linear-gradient(180deg, rgba(10, 9, 8, 0.58) 0%, rgba(10, 9, 8, 0.78) 54%, rgba(10, 9, 8, 0.92) 100%);
    }

    .david-video-hero h1 {
        font-size: clamp(3.1rem, 16vw, 4.7rem);
    }

    .storefront-theme-fitness .david-video-hero h1 {
        max-width: 10.2ch;
        font-size: 3.8rem;
    }

    .david-video-proof {
        padding-bottom: 34px;
    }

    .david-video-btn {
        width: 100%;
    }

    .david-video-cta-align-left .david-video-actions .david-video-btn,
    .david-video-cta-align-center .david-video-actions .david-video-btn,
    .david-video-cta-align-right .david-video-actions .david-video-btn {
        width: auto;
    }

    .david-video-cta-align-stretch .david-video-actions .david-video-btn {
        width: 100%;
    }

    .david-video-main {
        padding-top: 114px;
    }

    body.storefront-bu-mitrabuns .david-video-header {
        position: fixed;
        top: 0;
        width: 100%;
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 78px;
        padding: 0 12px;
    }

    body.storefront-bu-mitrabuns .david-video-brand {
        min-width: 0;
        min-height: 78px;
    }

    body.storefront-bu-mitrabuns .mitrabuns-brand-plaque {
        top: 6px;
        width: 62px;
        height: 92px;
        border-radius: 0 0 12px 12px;
    }

    body.storefront-bu-mitrabuns .mitrabuns-brand-logo {
        top: 6px;
        width: 70px;
        max-height: 92px;
    }

    body.storefront-bu-mitrabuns .mitrabuns-brand-plaque strong {
        font-size: 1.05rem;
    }

    body.storefront-bu-mitrabuns .mitrabuns-brand-name {
        margin-left: 76px;
        font-size: 0.82rem;
    }

    body.storefront-bu-mitrabuns .david-video-hero {
        min-height: min(640px, calc(100svh - 94px));
        margin: 78px 10px 0;
        padding: 170px 18px 44px;
        border-radius: 16px;
    }

    body.storefront-bu-mitrabuns .david-video-hero-shade {
        background:
            linear-gradient(180deg, rgba(5, 5, 5, 0.14) 0%, rgba(5, 5, 5, 0.52) 62%, rgba(5, 5, 5, 0.66) 100%);
    }

    body.storefront-bu-mitrabuns .david-video-kicker {
        font-size: 1.1rem;
    }

    body.storefront-bu-mitrabuns .david-video-hero h1 {
        max-width: 100%;
        font-size: clamp(2.24rem, 10vw, 3.3rem);
    }

    body.storefront-bu-mitrabuns .david-video-lead {
        font-size: clamp(1.45rem, 8vw, 2.8rem);
    }

    body.storefront-bu-mitrabuns .mitrabuns-hero-dots {
        right: 16px;
        bottom: 16px;
    }

    .david-video-content-shell {
        width: min(100% - 20px, 1280px);
        padding: 20px 14px;
    }

    .david-video-content-shell .fc .fc-toolbar {
        align-items: flex-start;
        gap: 10px;
    }
}
