/* About Page Refresh */
.about-page-main {
    padding: 0 0 70px;
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.contact-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}

.contact-modal.is-visible {
    display: flex;
}

.contact-modal-card {
    position: relative;
    max-width: 460px;
    width: 100%;
    padding: 36px 30px;
    border-radius: 18px;
    background: #ffffff;
    color: #111111;
    text-align: center;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.contact-modal-card h2 {
    margin: 0 0 12px;
    font-size: 2rem;
}

.contact-modal-card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.contact-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 0;
    background: transparent;
    color: #111111;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.about-intro-band {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 20px 20px;
}

.about-intro-inner {
    background: linear-gradient(to right, rgba(199, 178, 153, 0.09), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 34px 36px;
}

.about-kicker,
.about-side-kicker,
.about-team-role {
    color: #c7b299;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.about-kicker,
.about-side-kicker {
    font-size: 0.82rem;
    margin: 0 0 12px;
}

.about-section-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1.05;
}

.about-lead {
    margin: 0;
    max-width: 760px;
    color: #d2d2d2;
    font-size: 1.08rem;
    line-height: 1.9;
}

.about-content-enhanced {
    gap: 40px;
    align-items: start;
}

.about-copy-block {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 28px 30px;
    margin-bottom: 24px;
}

.about-copy-block:last-child {
    margin-bottom: 0;
}

.about-copy-block h2 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
}

.about-copy-block p {
    margin: 0;
    color: #cfcfcf;
    line-height: 1.85;
}

.about-side-panel {
    width: 100%;
}

.about-side-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    position: sticky;
    top: 110px;
}

.about-side-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.8rem;
}

.about-side-card p {
    margin: 0 0 18px;
    color: #d2d2d2;
    line-height: 1.8;
}

.about-value-list {
    margin: 0;
    padding-left: 18px;
    color: #e0e0e0;
}

.about-value-list li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.about-value-list li:last-child {
    margin-bottom: 0;
}

.about-team-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 0;
}

.about-team-header {
    margin-bottom: 22px;
}

.about-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-team-card {
    background: #262626;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 30px;
}

.about-team-role {
    font-size: 0.8rem;
    margin: 0 0 12px;
}

.about-team-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.7rem;
}

.about-team-card p {
    margin: 0 0 18px;
    color: #d2d2d2;
    line-height: 1.8;
}

.about-team-card a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.about-team-card a:hover {
    color: #c7b299;
}
.actor-reels-page {
    padding: 0;
}

/* Actor Reels Page */
body:has(.actor-reels-page) .projects-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    box-sizing: border-box;
}

body:has(.actor-reels-page) .actor-reels-page {
    position: relative;
    z-index: 2;
    margin-top: 250px;
    background: #050505;
    border-top: 1px solid #050505;
}

body:has(.actor-reels-page) .actor-reels-page::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(
        to bottom,
        rgba(5,5,5,0) 0%,
        rgba(5,5,5,0.65) 55%,
        #050505 100%
    );
    pointer-events: none;
}

body:has(.actor-reels-page) .site-footer {
    position: sticky;
    bottom: 0;
    z-index: 0;
}

body:has(.actor-reels-page) .actor-reels-page {
    margin-bottom: 420px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.55);
}
.actor-reels-page {
    padding: 0;
}

.actor-reels-hero-section,
.actor-reels-services-section,
.actor-reels-approach-section,
.actor-reels-proof-section,
.actor-reels-process-section {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.actor-reels-hero-section {
    padding-top: 40px;
    padding-bottom: 30px;
}

.actor-reels-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    align-items: start;
}

.actor-reels-kicker,
.actor-reels-card-kicker {
    letter-spacing: 2px;
    font-size: 0.85rem;
    color: #c7b299;
    text-transform: uppercase;
}

.actor-reels-kicker {
    margin: 0 0 14px;
}

.actor-reels-hero-title {
    font-size: clamp(2.3rem, 4vw, 4rem);
    margin: 0 0 22px;
    line-height: 1.05;
    color: #fff;
}

.actor-reels-section-title {
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 0 0 16px;
    color: #fff;
}

.actor-reels-body,
.actor-reels-pricing-copy,
.actor-reels-faq-item {
    font-size: 1.08rem;
    line-height: 1.9;
    color: #d2d2d2;
    margin: 0 0 18px;
}

.actor-reels-body-last,
.actor-reels-body-no-margin,
.actor-reels-faq-item-last {
    margin-bottom: 0;
}

.actor-reels-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.actor-reels-button {
    display: inline-block;
    text-decoration: none;
    padding: 14px 24px;
    font-weight: 600;
    border-radius: 2px;
}

.actor-reels-button-primary {
    background: #ffffff;
    color: #111111;
}

.actor-reels-button-secondary {
    border: 1px solid rgba(255,255,255,0.5);
    color: #ffffff;
}

.actor-reels-info-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 34px 34px 30px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

.actor-reels-info-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.45rem;
    margin: 0 0 20px;
    color: #fff;
}

.actor-reels-info-item {
    margin: 0 0 16px;
    line-height: 1.75;
    color: rgba(255,255,255,0.88);
}

.actor-reels-info-item-last {
    margin-bottom: 0;
}

.actor-reels-media-card {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.025) 100%);
    box-shadow: 0 24px 54px rgba(0,0,0,0.28);
}

.actor-reels-video-frame {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #050505;
    overflow: hidden;
}

.actor-reels-video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.45) 100%);
    pointer-events: none;
}

.actor-reels-video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.actor-reels-media-caption {
    display: grid;
    gap: 8px;
    padding: 22px 24px 24px;
}

.actor-reels-media-caption span {
    color: #c7b299;
    font-size: 0.78rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.actor-reels-media-caption strong {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.45;
}

.actor-reels-proof-section {
    padding-top: 10px;
    padding-bottom: 28px;
}

.actor-reels-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.actor-reels-proof-item {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid rgba(199,178,153,0.24);
    padding-top: 18px;
}

.actor-reels-proof-number {
    color: #c7b299;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.actor-reels-proof-item p {
    margin: 0;
    color: rgba(255,255,255,0.84);
    line-height: 1.55;
}

.actor-reels-services-section,
.actor-reels-approach-section {
    padding-top: 30px;
    padding-bottom: 40px;
}

.actor-reels-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.actor-reels-pricing-section .actor-reels-services-grid {
    grid-template-columns: repeat(2, minmax(320px, 420px));
    justify-content: center;
    align-items: stretch;
}

.actor-reels-service-card {
    background: #262626;
    border-radius: 10px;
    padding: 30px;
}

.actor-reels-card-kicker {
    margin: 0 0 12px;
    letter-spacing: 1.5px;
    font-size: 0.82rem;
}

.actor-reels-service-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 1.5rem;
}

.actor-reels-service-copy {
    margin: 0;
    color: #cfcfcf;
    line-height: 1.8;
}

.actor-reels-approach-box {
    background: linear-gradient(to right, rgba(199,178,153,0.08), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 36px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 36px;
    align-items: start;
}

.actor-reels-pricing-section {
    max-width: 1320px;
    margin: 0 auto;
    padding: 10px 20px 40px;
}

.actor-reels-pricing-intro,
.actor-reels-pricing-note {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.actor-reels-pricing-intro {
    margin-bottom: 26px;
}

.actor-reels-pricing-copy {
    max-width: 780px;
    margin-bottom: 0;
}

.actor-reels-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.actor-reels-price-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
}

.actor-reels-price-card-featured {
    background: linear-gradient(180deg, rgba(199,178,153,0.12) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(199,178,153,0.35);
    box-shadow: 0 20px 46px rgba(0,0,0,0.22);
    transform: translateY(-4px);
}

.actor-reels-pricing-section .actor-reels-services-grid .actor-reels-price-card:first-child {
    background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    transform: none;
}

.actor-reels-pricing-section .actor-reels-services-grid .actor-reels-price-card:first-child .actor-reels-price-card-header {
    background: linear-gradient(180deg, #3a3a3a 0%, #2a2a2a 100%);
    color: #f5ede3;
    font-weight: 600;
    box-shadow: none;
}

.actor-reels-pricing-section .actor-reels-services-grid .actor-reels-price-card:nth-child(2) {
    background: linear-gradient(180deg, rgba(199,178,153,0.12) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(199,178,153,0.35);
    box-shadow: 0 20px 46px rgba(0,0,0,0.22);
    transform: translateY(-4px);
}

.actor-reels-pricing-section .actor-reels-services-grid .actor-reels-price-card:nth-child(2) .actor-reels-price-card-header {
    background: linear-gradient(90deg, #5a4a37 0%, #3f372f 55%, #2c2c2c 100%);
    color: #f3e6d6;
    font-weight: 700;
    box-shadow: inset 0 -1px 0 rgba(199, 178, 153, 0.28);
}

.actor-reels-pricing-grid .actor-reels-price-card:last-child {
    grid-column: auto;
}

@media (max-width: 1200px) {
    .actor-reels-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .actor-reels-pricing-grid .actor-reels-price-card:last-child {
        grid-column: auto;
    }
}

.actor-reels-price-card-header {
    background: linear-gradient(180deg, #3a3a3a 0%, #2a2a2a 100%);
    color: #f5ede3;
    padding: 18px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 1.35rem;
    border-bottom: 1px solid rgba(199, 178, 153, 0.22);
}

.actor-reels-price-card-header-featured {
    background: linear-gradient(90deg, #5a4a37 0%, #3f372f 55%, #2c2c2c 100%);
    color: #f3e6d6;
    font-weight: 700;
    box-shadow: inset 0 -1px 0 rgba(199, 178, 153, 0.28);
}

.actor-reels-price-card-pricewrap {
    padding: 28px 28px 22px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.actor-reels-price-label {
    margin: 0 0 6px;
    color: rgba(255,255,255,0.55);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.actor-reels-price {
    margin: 0 0 6px;
    color: #fff;
    font-size: clamp(2.6rem, 4vw, 3.6rem);
    font-weight: 700;
    line-height: 1;
}

.actor-reels-price-card:first-child .actor-reels-price {
    margin-bottom: 0;
}

.actor-reels-price-sub {
    margin: 0;
    color: #c7b299;
    font-size: 0.98rem;
    font-weight: 600;
}

.actor-reels-price-card-body {
    padding: 24px 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.actor-reels-price-feature,
.actor-reels-price-highlight {
    margin: 0;
    line-height: 1.75;
}

.actor-reels-price-feature {
    color: #d4d4d4;
}

.actor-reels-price-highlight {
    color: #fff;
    font-weight: 600;
}

.actor-reels-price-cta-wrap {
    margin-top: auto;
    padding-top: 12px;
}

.actor-reels-price-cta {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #111;
    padding: 14px 18px;
    font-weight: 600;
    border-radius: 8px;
}

.actor-reels-pricing-note {
    margin-top: 18px;
    color: rgba(255,255,255,0.62);
    line-height: 1.75;
    font-size: 0.95rem;
}

.actor-reels-process-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 120px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 42px;
    align-items: start;
}

.actor-reels-faq-item strong {
    color: #fff;
}
/* Sponsors section styles */
.sponsors {
    text-align: center;
    margin: 60px 0;
}

.sponsors h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: white;
}

.sponsor-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}

.sponsor-logo {
    max-height: 60px;
    max-width: 150px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.sponsor-logo:hover {
    transform: scale(1.05);
}

.sponsor-note {
    font-size: 16px;
    color: #aaa;
}

/* General styles */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Inter', sans-serif;
    overscroll-behavior-y: none;
}

body {
    background-color: #050505;
    color: #fff;
    overflow-x: hidden;
}
html {
    background: #050505;
}
h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.03em;
}

p,
a,
button,
input,
textarea {
    font-family: 'Inter', sans-serif;
}

/* Menu toggle button styles */
.menu-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 101;
    cursor: pointer;
    display: none;
}

.menu-toggle img {
    width: 40px;
}

/* Hidden menu styles */
.menu-items {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 100;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

.menu-items a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.menu-items a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #000;
    border-radius: 5px;
}

/* Desktop navigation styles */
.desktop-nav {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    z-index: 100;
    justify-content: center;
    padding: 10px 0;
    transition: background-color 0.3s ease;
    pointer-events: auto;
}

.desktop-nav.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
}

.desktop-nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.desktop-nav a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #000;
    border-radius: 5px;
}

.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    display: none;
    flex-direction: column;
    background: rgba(10, 10, 10, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    padding: 10px;
    z-index: 200;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
    display: flex;
}

.nav-dropdown-menu a {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 8px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.nav-dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.mobile-dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-dropdown > a {
    width: 100%;
    text-align: center;
}

.mobile-dropdown-toggle {
    display: block;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.mobile-dropdown-toggle:hover {
    background-color: rgba(255,255,255,0.3);
    color: #000;
    border-radius: 5px;
}

.mobile-dropdown-menu {
    display: none;
    width: 100%;
    margin-top: 6px;
    flex-direction: column;
    align-items: center;
}

.mobile-dropdown-menu a {
    width: 100%;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.95rem;
    opacity: 0.92;
}

/* Homepage scroll layering */
.stack-panel {
    position: relative;
}

.stack-panel-1 {
    z-index: 1;
}

.stack-panel-2,
.stack-panel-3 {
    z-index: 2;
}

/* Homepage */
.video-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.seo-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0);
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    z-index: 10;
}

.logo {
    position: absolute;
    width: clamp(400px, 31vw, 900px);
    max-width: 80vw;
    max-height: 70vh;
    height: auto;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background: linear-gradient(to bottom, #161616 0%, #101010 55%, #0c0c0c 100%);
    overflow: hidden;
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
}

.mySlides {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.content-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
}

.image {
    width: 45%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 20px 20px;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-content {
    width: 50%;
    padding: 20px;
    color: white;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-content h2 {
    font-size: 16px;
    color: #ccc;
}

.text-content h1 {
    font-size: 36px;
    color: #fff;
}

.text-content p {
    font-size: 18px;
    color: #ccc;
}

.see-project {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s ease, color 0.3s ease;
}

.see-project:hover {
    transform: scale(1.02);
    color: #aaa;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 1000;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 3px 0 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

main {
    padding: 60px 20px;
}

.services,
.portfolio,
.contact {
    padding: 60px 0;
    text-align: center;
}

.services h2,
.portfolio h2,
.contact h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

/* Footer styles */
.site-footer {
    position: relative;
    width: 100%;
    padding: 0;
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    z-index: 1;
    isolation: isolate;
    overflow: hidden;
}

body:has(.video-header) .site-footer {
    position: sticky;
    bottom: 0;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: -180px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #050505;
    z-index: 0;
}
.footer-top {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 140px;
}

.footer-column {
    padding: 64px 56px 56px;
}

.footer-column-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-column h3 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(1.8rem, 2vw, 2.35rem);
    font-style: italic;
    font-weight: 600;
    line-height: 1.1;
}

.footer-column p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.08rem;
    line-height: 1.8;
    max-width: 420px;
}

.footer-column a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
}

.footer-column a:hover {
    color: #c7b299;
}

.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.footer-socials a {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.footer-social-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.footer-socials a:hover {
    background: #242424;
    color: #c7b299;
}

.footer-grid-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    max-width: 360px;
    margin-top: 10px;
}

.footer-grid-links a {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid-links a:hover {
    border-bottom-color: rgba(199, 178, 153, 0.5);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-brandmark {
    margin: 0 0 16px;
    width: 120px;
    max-width: 42vw;
    height: auto;
    display: block;
}

.footer-meta {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.98rem;
}

/* Projects Page */
.projects-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
}

.project {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
}

.project img {
    width: 40%;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
}

.project > .project-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.project > .project-info h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.project > .project-info p {
    font-size: 18px;
    margin-bottom: 10px;
}

.project > .project-info .see-project {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s ease, color 0.3s ease;
}

.project > .project-info .see-project:hover {
    transform: scale(1.02);
    color: #aaa;
}

.reels-feature {
    background: linear-gradient(to bottom, #0d0d0d 0%, #111111 100%) !important;
    min-height: 72vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: calc(100vh - 1px);
    border-top: 1px solid #050505;
    overflow: hidden;
    color: #ffffff;
    padding: 70px 20px;
}

.reels-feature::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(
        to bottom,
        #050505 0%,
        rgba(5,5,5,0.85) 30%,
        rgba(5,5,5,0.4) 60%,
        transparent 100%
    );
    z-index: 3;
    pointer-events: none;
}

.reels-feature-inner {
    width: min(1200px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
    gap: 46px;
    align-items: center;
    position: relative;
    z-index: 4;
}

.reels-feature-copy {
    max-width: 690px;
}

.reels-feature-kicker {
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin: 0 0 14px;
    color: #c7b299;
    text-transform: uppercase;
}

.reels-feature h2 {
    font-weight: 700;
    letter-spacing: 0;
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin: 0 0 18px;
    line-height: 1.08;
}

.reels-feature h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 1.45rem;
    margin: 0 0 18px;
}

.reels-feature p {
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0 0 18px;
    color: #e6e6e6;
}

.reels-feature-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.reels-feature-button {
    display: inline-block;
    text-decoration: none;
    padding: 14px 24px;
    font-weight: 600;
    border-radius: 2px;
}

.reels-feature-button-primary {
    background-color: #ffffff;
    color: #111111;
}

.reels-feature-button-secondary {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.reels-feature-panel {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.035) 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    border-radius: 12px;
}

.reels-feature-panel-video {
    aspect-ratio: 16 / 9;
    background: #050505;
}

.reels-feature-panel-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reels-feature-panel-content {
    padding: 28px 30px 30px;
}

.reels-feature-panel-content p {
    margin-bottom: 12px;
}

.reels-feature a {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.reels-feature a:hover {
    transform: translateY(-1px);
}

.reels-feature-button-primary:hover {
    background-color: #c7b299 !important;
    color: #111111 !important;
}

.reels-feature-button-secondary:hover {
    border-color: #c7b299 !important;
    color: #c7b299 !important;
}

.projects-header {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/backgrounds/headerbackground.jpg') center/cover no-repeat;
    color: #fff;
    position: relative;
    background-position: center 25%;
}

.projects-header h1 {
    font-size: 60px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

.projects-header p {
    font-size: 20px;
    color: #ccc;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.projects-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 20px 72px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.project-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
    border-color: rgba(199, 178, 153, 0.28);
}

.project-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.project-card .project-info {
    padding: 24px 24px 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 14px;
}

.project-card .project-info h2 {
    font-size: 1.65rem;
    margin: 0;
    color: #fff;
    line-height: 1.12;
}

.project-card .project-info p {
    font-size: 1rem;
    color: #c7c7c7;
    margin: 0;
    line-height: 1.75;
}

.project-card .project-info .see-project {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-top: auto;
    border-radius: 999px;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.project-card .project-info .see-project:hover {
    background-color: rgba(199, 178, 153, 0.14);
    border-color: rgba(199, 178, 153, 0.3);
    transform: translateY(-1px);
}

/* Contact Page */
.contact-page {
    padding: 30px 10px;
    padding-bottom: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 90px;
}

.contact-container {
    margin-top: 80px;
    background-color: #2e2e2e;
    padding: 40px;
    padding-bottom: 0;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 100%;
    text-align: center;
}

.contact-container input[type="text"],
.contact-container input[type="email"],
.contact-container textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #555;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-container input[type="text"]::placeholder,
.contact-container input[type="email"]::placeholder,
.contact-container textarea::placeholder {
    color: #aaa;
}

.contact-container input[type="text"]:focus,
.contact-container input[type="email"]:focus,
.contact-container textarea:focus {
    border-color: #462923;
}

.contact-container button {
    width: 100%;
    padding: 15px;
    background-color: #462923;
    border: 2px solid #462923;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-bottom: 10px;
}

.contact-container button:hover {
    background-color: #37201c;
    border-color: #37201c;
}

.contact-page-refresh {
    padding: 0 0 80px;
    margin-bottom: 0;
}

.contact-intro-band {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 20px 22px;
}

.contact-intro-inner {
    background: linear-gradient(to right, rgba(199, 178, 153, 0.09), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 34px 36px;
}

.contact-kicker {
    color: #c7b299;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 0.82rem;
    margin: 0 0 12px;
}

.contact-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.contact-lead {
    margin: 0;
    max-width: 760px;
    color: #d2d2d2;
    font-size: 1.08rem;
    line-height: 1.9;
}

.contact-layout-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 0;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
    align-items: start;
}

.contact-info-panel {
    width: 100%;
}

.contact-info-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    position: sticky;
    top: 110px;
}

.contact-info-card h2,
.contact-form-header h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 2rem;
}

.contact-info-card p,
.contact-info-block p {
    margin: 0;
    color: #d2d2d2;
    line-height: 1.85;
}

.contact-info-block {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.contact-info-block span {
    display: block;
    margin: 0 0 10px;
    color: #c7b299;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.78rem;
}

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

.contact-info-block a:hover {
    color: #c7b299;
}

.contact-form-card {
    margin-top: 0;
    max-width: none;
    width: 100%;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    padding: 34px 34px 28px;
    text-align: left;
}

.contact-form-header {
    margin-bottom: 18px;
}

.contact-form-header .contact-kicker {
    margin-bottom: 10px;
}

.contact-form-card input[type="text"],
.contact-form-card input[type="email"],
.contact-form-card textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    background-color: rgba(255,255,255,0.03);
    outline: none;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.contact-form-card input[type="text"]::placeholder,
.contact-form-card input[type="email"]::placeholder,
.contact-form-card textarea::placeholder {
    color: #9f9f9f;
}

.contact-form-card input[type="text"]:focus,
.contact-form-card input[type="email"]:focus,
.contact-form-card textarea:focus {
    border-color: rgba(199, 178, 153, 0.5);
    background-color: rgba(255,255,255,0.05);
}

.contact-form-card textarea {
    resize: vertical;
    min-height: 180px;
}

.contact-form-card button {
    width: 100%;
    padding: 15px;
    background: #f3f3f3;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    color: #111;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    margin-bottom: 0;
}

.contact-form-card button:hover {
    background: #c7b299;
    transform: translateY(-1px);
}

/* Header for About Page */
.about-header {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/backgrounds/aboutimg.jpg') center/cover no-repeat;
    color: #fff;
}

.about-header h1 {
    font-size: 60px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

.about-header p {
    font-size: 24px;
    color: #ccc;
}

/* About Page Content */
.about-content {
    display: flex;
    justify-content: space-between;
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
    align-items: center;
}

.about-text {
    width: 60%;
    color: #fff;
    line-height: 1.6;
}

.about-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #ccc;
}

.about-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #aaa;
}

.about-image {
    width: 35%;
    text-align: center;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
}

.about-text a {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    border-bottom: 2px solid transparent;
}

.about-text a:hover {
    color: #ffa500;
    border-bottom: 2px solid #ffa500;
}

.about-intro-band,
.about-team-section {
    padding-left: 16px;
    padding-right: 16px;
}

.about-intro-band {
    padding-top: 40px;
}

.about-intro-inner,
.about-copy-block,
.about-side-card,
.about-team-card {
    padding: 24px 22px;
}

.about-content-enhanced,
.about-team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.about-side-card {
    position: static;
}
/* BOZIK page styles */
.bozik-header {
    background: black;
    color: white;
    padding: 80px 20px 40px;
    text-align: center;
}

.bozik-header h1 {
    font-size: 60px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.bozik-header .logline {
    font-size: 20px;
    color: #ccc;
    max-width: 700px;
    margin: 0 auto 30px;
}

.video-center {
    display: flex;
    justify-content: center;
}

.video-wrapper {
    max-width: 800px;
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    margin: 0 auto;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-wrapper video {
    object-fit: cover;
    display: block;
}

.bozik-content {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
    color: white;
}

.bozik-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.bozik-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.still-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
}

.still-gallery img {
    width: 300px;
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.still-gallery img:hover {
    transform: scale(1.05);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.bozik-title {
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto 2em;
}

/* Responsive styles */
@media (max-width: 768px) {
    .desktop-nav {
        display: none !important;
    }
    .nav-dropdown {
        display: none;
    }

    .stack-panel,
    .stack-panel-1,
    .stack-panel-2,
    .stack-panel-3,
    .video-header {
        position: relative;
        top: auto;
        left: auto;
        z-index: auto;
        pointer-events: auto;
    }

    .menu-toggle {
        display: block;
    }

    .menu-items {
        display: flex;
    }

    .video-header {
        align-items: center;
    }

    .video-container video.desktop-video {
        display: none;
    }

    .video-container video.mobile-video {
        display: block;
        object-fit: cover;
        object-position: 55% 60%;
    }

    .slideshow-container {
        display: none;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
    .slideshow-container::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(
        to top,
        #050505 0%,
        rgba(5,5,5,0.85) 30%,
        rgba(5,5,5,0.4) 60%,
        transparent 100%
    );
    z-index: 3;
    pointer-events: none;
}

    .seo-heading {
        font-size: 24px;
    }

    .logo {
        max-width: 70%;
        max-height: 50%;
    }
    .reels-feature {
        min-height: auto;
        display: block;
        margin-top: 0;
    }

    .reels-feature-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .reels-feature-panel-content {
        padding: 24px 22px;
    }

    .reels-feature::before,
.slideshow-container::after {
    display: none;
}
    .slideshow-container {
        min-height: auto;
    }

    .mySlides {
        flex-direction: column;
        text-align: center;
    }

    .image {
        width: 100%;
        margin: 0;
    }

    .text-content {
        display: none;
    }

    .see-project {
        display: none;
    }

    .mySlides .image img[alt="Emmy"] {
        display: none;
    }

    .mySlides:nth-child(1) .image img:not([alt="Emmy"]) {
        content: url('assets/Bozikmobile.jpg');
    }

    .mySlides:nth-child(2) .image img:not([alt="Emmy"]) {
        content: url('assets/indismobile.jpg');
    }

    .mySlides:nth-child(3) .image img:not([alt="Emmy"]) {
        content: url('assets/wwirmobile.jpg');
    }

    .project {
        flex-direction: column;
        align-items: center;
    }

    .project img {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .project > .project-info h2 {
        text-align: center;
    }

    .projects-container {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 36px 16px 56px;
    }

    .project-card {
        min-height: auto;
    }

    .project-image {
        height: 210px;
    }

    .project-card .project-info {
        padding: 20px 20px 18px;
    }

    .contact-page {
        padding: 30px 10px;
        padding-bottom: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 290px;
    }

    .contact-container {
        max-width: 100%;
        margin-top: 100px;
        padding: 20px;
    }

    .contact-container h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .contact-container input[type="text"],
    .contact-container input[type="email"],
    .contact-container textarea {
        font-size: 14px;
        padding: 10px;
        margin-bottom: 15px;
    }

    .contact-container button {
        font-size: 16px;
        padding: 12px;
    }

    .still-gallery img {
        width: 100%;
    }

    .bozik-header h1 {
        font-size: 40px;
    }

    .bozik-header .logline {
        font-size: 16px;
    }

    .contact-intro-band,
    .contact-layout-grid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .contact-intro-band {
        padding-top: 40px;
    }

    .contact-layout-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .contact-intro-inner,
    .contact-info-card,
    .contact-form-card {
        padding: 24px 22px;
    }

    .contact-info-card {
        position: static;
    }

    .contact-form-card textarea {
        min-height: 150px;
    }

    .site-footer {
        position: relative;
        bottom: auto;
        z-index: auto;
        padding: 10px;
    }

    body:has(.video-header) .site-footer {
        position: relative;
        bottom: auto;
    }

    .footer-top {
        grid-template-columns: 1fr;
        padding-top: 140px;
    }

    .footer-column {
        padding: 36px 24px;
    }

    .footer-column-divider {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .footer-column h3 {
        font-size: 2rem;
    }

    .footer-column p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .footer-socials a {
        width: 58px;
        height: 58px;
    }

    .footer-social-icon {
        width: 22px;
        height: 22px;
    }

    .footer-grid-links {
        grid-template-columns: 1fr;
        gap: 14px;
        max-width: 100%;
    }

    .footer-bottom {
        padding: 12px 20px 14px;
    }

    .footer-brandmark {
        width: 95px;
        max-width: 36vw;
    }

    .footer-meta {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .actor-reels-hero-grid,
    .actor-reels-services-grid,
    .actor-reels-pricing-grid,
    .actor-reels-proof-grid,
    .actor-reels-process-section {
        grid-template-columns: 1fr;
    }

    .actor-reels-hero-section,
    .actor-reels-services-section,
    .actor-reels-approach-section,
    .actor-reels-proof-section,
    .actor-reels-process-section,
    .actor-reels-pricing-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .actor-reels-hero-section {
        padding-top: 50px;
    }

    .actor-reels-info-card,
    .actor-reels-media-caption,
    .actor-reels-service-card,
    .actor-reels-approach-box,
    .actor-reels-price-card-body,
    .actor-reels-price-card-pricewrap {
        padding-left: 22px;
        padding-right: 22px;
    }

    .actor-reels-service-card,
    .actor-reels-approach-box {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .actor-reels-approach-box {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .actor-reels-proof-item {
        align-items: flex-start;
    }

    .actor-reels-price-card-featured {
        transform: none;
    }

    .actor-reels-pricing-section .actor-reels-services-grid {
        grid-template-columns: 1fr;
    }

    .actor-reels-pricing-section .actor-reels-services-grid .actor-reels-price-card:nth-child(2) {
        transform: none;
    }

    .actor-reels-process-section {
        padding-bottom: 60px;
    }
}
/* Homepage fluid section scaling */
@media (min-width: 769px) {
    .reels-feature {
        min-height: clamp(680px, 72vh, 1120px);
        padding: clamp(56px, 5vw, 100px) clamp(24px, 4vw, 80px);
        box-sizing: border-box;
    }

    .reels-feature-inner {
        width: min(92vw, 1680px);
        grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
        gap: clamp(40px, 4vw, 84px);
    }

    .reels-feature-copy {
        max-width: 820px;
    }

    .reels-feature-kicker {
        font-size: clamp(0.85rem, 0.7vw, 1.05rem);
    }

    .reels-feature h2 {
        font-size: clamp(3.5rem, 3.2vw, 5.25rem);
    }

    .reels-feature h3 {
        font-size: clamp(1.45rem, 1.4vw, 2rem);
    }

    .reels-feature p {
        font-size: clamp(1.05rem, 1vw, 1.35rem);
    }

    .reels-feature-button {
        padding: clamp(14px, 1vw, 18px) clamp(24px, 1.8vw, 34px);
        font-size: clamp(1rem, 0.9vw, 1.2rem);
    }

    .reels-feature-panel-content {
        padding: clamp(28px, 2.2vw, 44px);
    }

    .slideshow-container {
        min-height: clamp(600px, 72vh, 1120px);
    }

    .carousel-wrapper {
        width: 100%;
    }

    .content-wrapper {
        width: min(92vw, 1800px);
        margin: 0 auto;
        gap: clamp(36px, 4vw, 90px);
        padding: clamp(24px, 3vw, 64px);
    }

    .image {
        flex: 1.1 1 55%;
        width: auto;
        max-width: 1100px;
        aspect-ratio: 16 / 9;
        margin: 0;
        overflow: hidden;
    }

    .text-content {
        flex: 0.9 1 45%;
        width: auto;
        max-width: 650px;
        padding: clamp(20px, 2vw, 44px);
    }

    .text-content h2 {
        font-size: clamp(1rem, 0.8vw, 1.25rem);
    }

    .text-content h1 {
        font-size: clamp(2.25rem, 3vw, 4.75rem);
        margin: 0.35em 0;
    }

    .text-content p {
        font-size: clamp(1.1rem, 1vw, 1.45rem);
    }

    .prev,
    .next {
        padding: clamp(16px, 1.4vw, 28px);
        font-size: clamp(1.2rem, 1.3vw, 2rem);
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .reels-feature-inner {
        width: min(88vw, 760px);
        grid-template-columns: 1fr;
    }

    .reels-feature-copy {
        max-width: none;
    }

    .reels-feature-panel {
        max-width: 760px;
    }

    .content-wrapper {
        width: 88vw;
        gap: 28px;
    }

    .text-content {
        padding: 20px;
    }
}
