: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);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.david-video-page {
    margin: 0;
    color: var(--david-cream);
    background: #11100f;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.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 {
    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);
}

.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%);
}

.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: Georgia, "Times New Roman", serif;
    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;
}

.david-video-btn {
    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;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.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-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 {
    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 {
    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-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-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-service-grid article {
    overflow: hidden;
}

.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-cta {
    display: flex;
    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 {
    display: grid;
    gap: 12px;
    max-width: 760px;
}

.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%);
}

.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: Georgia, "Times New Roman", serif;
    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: Georgia, "Times New Roman", serif;
    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-header,
    .david-video-signature,
    .david-video-cta,
    .david-video-auth {
        grid-template-columns: 1fr;
    }

    .david-video-nav {
        justify-content: flex-start;
    }

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

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

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

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

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

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

    .david-video-nav {
        gap: 8px 12px;
    }

    .david-video-nav a {
        font-size: 0.66rem;
    }

    .david-video-hero {
        min-height: 88vh;
        padding: 168px 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);
    }

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

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

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

    .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;
    }
}
