.main-nav .nav-inner {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
}

.main-nav .nav-inner::-webkit-scrollbar { display: none; }

.hero-slider {
    position: relative;
    display: block;
    min-height: 500px;
    overflow: hidden;
    background: #071b2d;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 62px 58px;
    background-position: center;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.025);
    transition: opacity .7s ease, transform 5.5s ease;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 20, 36, .94) 0%, rgba(4, 20, 36, .78) 38%, rgba(4, 20, 36, .18) 73%, rgba(4, 20, 36, .03) 100%);
}

.hero-slide.karcher-slide::after {
    background: linear-gradient(90deg, rgba(18, 19, 18, .92) 0%, rgba(28, 25, 13, .72) 40%, rgba(28, 25, 13, .08) 78%);
}

.hero-slide.active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.hero-slide .hero-copy {
    position: relative;
    z-index: 2;
    width: min(650px, 68%);
}

.hero-slide .eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 4px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.hero-slide h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4.2vw, 68px);
    line-height: .98;
    letter-spacing: -2.4px;
}

.hero-slide h1 em {
    color: #ff9d00;
    font-style: normal;
}

.hero-slide p {
    max-width: 530px;
    margin: 24px 0 28px;
    color: rgba(255, 255, 255, .85);
    font-size: 18px;
    line-height: 1.55;
}

.hero-slide .hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-slide .hero-brands { margin-top: 40px; color: rgba(255,255,255,.74); }
.hero-slide .hero-brands span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 5px; background: rgba(0,0,0,.14); }

.hero-dots {
    position: absolute;
    z-index: 4;
    bottom: 24px;
    left: 58px;
    display: flex;
    gap: 9px;
}

.hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: width .2s ease, border-radius .2s ease, background .2s ease;
}

.hero-dots button.active { width: 28px; border-radius: 5px; background: #ff9d00; }

.hero-side-banner {
    position: relative;
    min-height: 500px;
    padding: 34px 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.hero-side-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 24, 41, .08) 15%, rgba(5, 24, 41, .95) 92%);
}

.hero-side-banner > * { position: relative; z-index: 1; }
.hero-side-banner span { display: inline-block; padding: 7px 10px; background: #ffca08; color: #142130; font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.hero-side-banner h2 { margin: 265px 0 12px; color: #fff; font-size: 28px; line-height: 1.12; }
.hero-side-banner p { margin: 0 0 18px; color: rgba(255,255,255,.78); line-height: 1.45; }
.hero-side-banner a { color: #ffca08; font-weight: 800; }

.photo-categories { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.category-card.photo-category {
    position: relative;
    display: block;
    min-height: 230px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: #0a2237;
    color: #fff;
    box-shadow: 0 10px 30px rgba(9, 31, 51, .11);
}

.photo-category img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-category:hover img { transform: scale(1.055); }
.photo-category .category-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,21,35,.02) 24%, rgba(5,21,35,.92) 100%); }
.photo-category .category-copy { position: absolute; right: 24px; bottom: 22px; left: 24px; display: flex; flex-direction: column; align-items: flex-start; }
.photo-category .category-copy small { margin-bottom: 7px; color: #ffad17; font-size: 10px; font-weight: 900; letter-spacing: 1.3px; }
.photo-category .category-copy b { color: #fff; font-size: 20px; line-height: 1.18; }
.photo-category .category-copy em { margin-top: 8px; color: rgba(255,255,255,.7); font-size: 12px; font-style: normal; font-weight: 600; }
.category-card.photo-category i { position: absolute; right: 20px; bottom: 20px; z-index: 2; color: #fff; font-size: 22px; }

.brand-showcase { padding: 72px 0; background: #f4f6f8; }
.campaign-grid.brand-campaigns { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 0; margin-bottom: 0; }

.campaign-card.campaign-photo {
    position: relative;
    display: flex;
    min-height: 310px;
    padding: 26px;
    overflow: hidden;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
    color: #fff;
    box-shadow: 0 14px 34px rgba(8, 30, 49, .15);
}

.campaign-card.campaign-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,18,31,.02) 26%, rgba(3,18,31,.93) 100%); }
.campaign-card.campaign-photo > * { position: relative; z-index: 1; }
.campaign-card.campaign-photo span { color: #ff9d00; font-size: 11px; font-weight: 900; letter-spacing: 1.6px; }
.campaign-card.campaign-photo h3 { margin: 8px 0 16px; color: #fff; font-size: 26px; line-height: 1.08; }
.campaign-card.campaign-photo b { color: rgba(255,255,255,.86); font-size: 13px; }
.campaign-card.campaign-photo:hover { transform: translateY(-4px); }
.campaign-card.primary-brand { grid-column: span 2; min-height: 390px; padding: 38px; }
.campaign-card.primary-brand::before { background: linear-gradient(180deg, rgba(3,18,31,.01) 18%, rgba(3,18,31,.94) 100%); }
.campaign-card.primary-brand small { align-self: flex-start; margin-bottom: 10px; padding: 6px 9px; border-radius: 4px; background: #ff9d00; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }
.campaign-card.primary-brand h3 { font-size: 36px; }
.campaign-card.secondary-brand { min-height: 270px; }
.secondary-brand-label { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; padding: 22px 2px 2px; border-top: 1px solid #dce3e8; }
.secondary-brand-label span { color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: 1.7px; }
.secondary-brand-label p { margin: 0; color: var(--muted); font-size: 13px; }

@media (max-width: 1100px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-side-banner { display: none; }
    .photo-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .campaign-grid.brand-campaigns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .campaign-card.primary-brand { grid-column: span 1; }
}

@media (max-width: 760px) {
    .hero-slider, .hero-slide { min-height: 510px; }
    .hero-slide { padding: 46px 24px 66px; background-position: 62% center; }
    .hero-slide::after { background: linear-gradient(90deg, rgba(4,20,36,.95) 0%, rgba(4,20,36,.80) 62%, rgba(4,20,36,.42) 100%); }
    .hero-slide .hero-copy { width: 100%; }
    .hero-slide h1 { font-size: 42px; letter-spacing: -1.5px; }
    .hero-slide p { font-size: 15px; }
    .hero-slide .hero-brands { margin-top: 26px; gap: 16px; font-size: 11px; }
    .hero-dots { bottom: 22px; left: 24px; }
    .photo-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .category-card.photo-category { min-height: 190px; }
    .photo-category .category-copy { right: 16px; bottom: 16px; left: 16px; }
    .photo-category .category-copy b { padding-right: 18px; font-size: 16px; }
    .photo-category .category-copy em { display: none; }
    .brand-showcase { padding: 48px 0; }
    .campaign-grid.brand-campaigns { grid-template-columns: 1fr; }
    .campaign-card.primary-brand { min-height: 340px; }
    .secondary-brand-label { display: block; }
    .secondary-brand-label p { margin-top: 5px; }
    .campaign-card.campaign-photo { min-height: 300px; }
}

@media (max-width: 430px) {
    .hero-slider, .hero-slide { min-height: 535px; }
    .hero-slide h1 { font-size: 36px; }
    .hero-slide .btn { width: 100%; text-align: center; }
    .photo-categories { grid-template-columns: 1fr; }
    .category-card.photo-category { min-height: 205px; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide, .photo-category img, .campaign-card.campaign-photo { transition: none; }
}
