:root {
    --photo-glass: rgba(7, 19, 31, 0.62);
    --photo-glass-light: rgba(255, 255, 255, 0.82);
    --photo-border: rgba(255, 255, 255, 0.18);
    --photo-shadow: 0 30px 90px rgba(3, 13, 22, 0.24);
}

.photo-hero {
    position: relative;
    min-height: 980px;
    overflow: hidden;
    padding: 160px 0 70px;
    color: #fff;
    background: #06111b;
}

.photo-hero-background,
.photo-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.photo-hero-background {
    object-fit: cover;
    object-position: center;
    filter: saturate(0.92) contrast(1.03);
}

.photo-hero-shade {
    background:
        linear-gradient(90deg, rgba(3, 12, 21, 0.94) 0%, rgba(3, 12, 21, 0.78) 42%, rgba(3, 12, 21, 0.22) 75%, rgba(3, 12, 21, 0.42) 100%),
        linear-gradient(0deg, rgba(3, 12, 21, 0.88) 0%, transparent 50%);
}

.photo-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.58fr);
    align-items: end;
    gap: clamp(36px, 7vw, 100px);
}

.photo-hero-copy,
.hero-command,
.hero-proof-bar {
    border-color: var(--photo-border);
    background: var(--photo-glass);
    box-shadow: var(--photo-shadow);
    backdrop-filter: blur(24px) saturate(1.15);
    -webkit-backdrop-filter: blur(24px) saturate(1.15);
}

.photo-hero-copy {
    max-width: 900px;
    padding: clamp(34px, 5vw, 68px);
    border-radius: 38px;
}

.photo-hero-copy h1 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(3.8rem, 7vw, 7.3rem);
    line-height: 0.88;
    letter-spacing: -0.065em;
}

.photo-hero-copy > p:not(.eyebrow) {
    max-width: 720px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(1.05rem, 1.5vw, 1.23rem);
    line-height: 1.75;
}

.button-glass,
.button-light-outline {
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(14px);
}

.button-glass:hover,
.button-light-outline:hover {
    background: rgba(255, 255, 255, 0.16);
}

.photo-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

.photo-hero-tags span {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.78rem;
}

.hero-command {
    padding: 32px;
    border-radius: 30px;
}

.hero-command-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.live-indicator i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 18px rgba(33, 185, 151, 0.9);
}

.hero-command h2 {
    margin: 64px 0 18px;
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.hero-command > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
}

.hero-command-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 34px;
}

.hero-command-grid div {
    min-height: 110px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
}

.hero-command-grid strong,
.hero-command-grid span {
    display: block;
}

.hero-command-grid strong {
    color: #fff;
    font-size: 0.92rem;
}

.hero-command-grid span {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.7rem;
    line-height: 1.45;
}

.hero-proof-bar {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 56px;
    overflow: hidden;
    border-radius: 26px;
}

.hero-proof-bar div {
    padding: 25px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-proof-bar div:last-child {
    border-right: 0;
}

.hero-proof-bar strong,
.hero-proof-bar span {
    display: block;
}

.hero-proof-bar strong {
    font-size: 1.18rem;
}

.hero-proof-bar span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.77rem;
}

.photographic-services {
    background: linear-gradient(180deg, #f7f9f9 0%, #eef3f4 100%);
}

.photo-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 22px;
}

.photo-service-card {
    overflow: hidden;
    border: 1px solid rgba(18, 34, 47, 0.1);
    border-radius: 30px;
    background: var(--photo-glass-light);
    box-shadow: 0 20px 55px rgba(7, 19, 31, 0.09);
    transition: transform 220ms ease, box-shadow 220ms ease;
    backdrop-filter: blur(16px);
}

.photo-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 80px rgba(7, 19, 31, 0.16);
}

.photo-service-featured {
    grid-column: span 2;
}

.photo-service-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #07131f;
}

.photo-service-featured .photo-service-media {
    aspect-ratio: 16 / 7.35;
}

.photo-service-media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(4, 14, 24, 0.58), transparent 55%);
}

.photo-service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}

.photo-service-card:hover img {
    transform: scale(1.045);
}

.photo-service-number,
.photo-service-arrow {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    background: rgba(5, 16, 27, 0.46);
    backdrop-filter: blur(14px);
}

.photo-service-number {
    top: 18px;
    left: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 900;
}

.photo-service-arrow {
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 1.15rem;
}

.photo-service-copy {
    padding: 28px 28px 32px;
}

.photo-service-copy h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.5vw, 2.3rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.photo-service-copy p {
    margin: 16px 0 0;
    color: var(--muted);
}

.premium-photo-projects,
.premium-team-section,
.operational-story {
    color: #fff;
    background:
        radial-gradient(circle at 85% 10%, rgba(33, 185, 151, 0.13), transparent 28%),
        #06121d;
}

.premium-photo-projects .section-heading > p,
.premium-team-section .section-heading > p {
    color: rgba(255, 255, 255, 0.58);
}

.cinematic-slider-shell,
.team-cinema-shell {
    border-color: rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 55% 100%, rgba(212, 176, 106, 0.17), transparent 34%),
        rgba(255, 255, 255, 0.045);
    box-shadow: 0 34px 95px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.cinematic-project-track {
    grid-auto-columns: minmax(420px, 58%);
}

.cinematic-project-slide {
    min-height: 680px;
    border-radius: 30px;
}

.cinematic-project-slide img {
    min-height: 680px;
}

.representative-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(4, 14, 24, 0.56);
    backdrop-filter: blur(12px);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.slider-footer {
    display: grid;
    grid-template-columns: auto minmax(140px, 1fr);
    align-items: center;
    gap: 28px;
    padding: 18px 8px 4px;
}

.slider-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: width 180ms ease, background-color 180ms ease;
}

.slider-dot.is-active {
    width: 32px;
    background: var(--gold);
}

.slider-progress {
    height: 2px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.slider-progress i {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--accent), var(--gold));
}

.operational-story {
    padding-top: 40px;
}

.operational-story-grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(44px, 8vw, 110px);
}

.story-photo {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    margin: 0;
    border-radius: 34px;
}

.story-photo::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(4, 14, 24, 0.88), transparent 55%);
}

.story-photo img {
    width: 100%;
    min-height: 650px;
    object-fit: cover;
}

.story-photo figcaption {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    z-index: 2;
}

.story-photo span,
.story-photo strong {
    display: block;
}

.story-photo span {
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.story-photo strong {
    margin-top: 8px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1;
}

.story-copy h2 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 5.3rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.story-copy > p:not(.eyebrow) {
    max-width: 720px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: 1.05rem;
}

.story-principles {
    margin-top: 38px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.story-principles > div {
    display: grid;
    grid-template-columns: 48px minmax(180px, 0.52fr) 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.story-principles span {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 900;
}

.story-principles p {
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
}

.developer-environments-section {
    overflow: hidden;
    background: #f5f8f8;
}

.developer-marquee {
    display: flex;
    width: max-content;
    gap: 16px;
    animation: developer-scroll 38s linear infinite;
}

.developer-marquee:hover {
    animation-play-state: paused;
}

.developer-marquee span {
    display: grid;
    place-items: center;
    min-width: 210px;
    min-height: 112px;
    padding: 22px 30px;
    border: 1px solid rgba(18, 34, 47, 0.1);
    border-radius: 24px;
    color: #132532;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 50px rgba(7, 19, 31, 0.07);
    backdrop-filter: blur(16px);
    font-size: 1.28rem;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.developer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 34px;
}

@keyframes developer-scroll {
    to { transform: translateX(calc(-50% - 8px)); }
}

.premium-team-section {
    background:
        radial-gradient(circle at 20% 5%, rgba(212, 176, 106, 0.12), transparent 28%),
        #07111b;
}

.team-cinema-track {
    grid-auto-columns: minmax(340px, 42%);
}

.team-cinema-slide,
.team-cinema-slide img {
    min-height: 690px;
}

.team-cinema-slide .slide-content span {
    display: block;
    max-width: 520px;
    line-height: 1.65;
}

.home-insights-section {
    background: #eef4f4;
}

.photographic-blog-card .blog-image {
    aspect-ratio: 5 / 3.25;
}

.photographic-blog-card img {
    transition: transform 550ms ease;
}

.photographic-blog-card:hover img {
    transform: scale(1.04);
}

.premium-close-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f6f8f8;
}

.premium-close-card {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    border-radius: 38px;
    box-shadow: var(--photo-shadow);
}

.premium-close-card > img,
.premium-close-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.premium-close-card > img {
    object-fit: cover;
}

.premium-close-overlay {
    background: linear-gradient(90deg, rgba(4, 14, 24, 0.96), rgba(4, 14, 24, 0.62) 56%, rgba(4, 14, 24, 0.18));
}

.premium-close-copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: clamp(48px, 8vw, 95px);
    color: #fff;
}

.premium-close-copy h2 {
    margin: 0;
    font-size: clamp(2.8rem, 5.2vw, 5.5rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.premium-close-copy > p:not(.eyebrow) {
    max-width: 660px;
    margin: 24px 0 30px;
    color: rgba(255, 255, 255, 0.68);
}

[data-slider-track].is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
    user-select: none;
}

[data-slider-track] {
    cursor: grab;
}

@media (max-width: 1080px) {
    .photo-hero {
        min-height: auto;
    }

    .photo-hero-content,
    .operational-story-grid {
        grid-template-columns: 1fr;
    }

    .hero-command {
        max-width: 720px;
    }

    .photo-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .photo-service-featured {
        grid-column: span 2;
    }

    .cinematic-project-track,
    .team-cinema-track {
        grid-auto-columns: minmax(390px, 72%);
    }

    .story-photo {
        max-width: 760px;
    }
}

@media (max-width: 720px) {
    .photo-hero {
        padding-top: 130px;
        padding-bottom: 34px;
    }

    .photo-hero-shade {
        background: linear-gradient(0deg, rgba(3, 12, 21, 0.96) 0%, rgba(3, 12, 21, 0.62) 100%);
    }

    .photo-hero-copy,
    .hero-command {
        padding: 28px 24px;
        border-radius: 28px;
    }

    .photo-hero-copy h1 {
        font-size: clamp(3.3rem, 15vw, 5rem);
    }

    .photo-hero-tags,
    .hero-command-grid,
    .hero-proof-bar,
    .photo-service-grid {
        grid-template-columns: 1fr;
    }

    .hero-command-grid {
        display: grid;
    }

    .hero-proof-bar div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .hero-proof-bar div:last-child {
        border-bottom: 0;
    }

    .photo-service-featured {
        grid-column: auto;
    }

    .photo-service-featured .photo-service-media,
    .photo-service-media {
        aspect-ratio: 4 / 3;
    }

    .cinematic-project-track,
    .team-cinema-track {
        grid-auto-columns: 88%;
    }

    .cinematic-project-slide,
    .cinematic-project-slide img,
    .team-cinema-slide,
    .team-cinema-slide img {
        min-height: 580px;
    }

    .slider-footer {
        grid-template-columns: 1fr;
    }

    .story-photo,
    .story-photo img {
        min-height: 480px;
    }

    .story-principles > div {
        grid-template-columns: 42px 1fr;
    }

    .story-principles p {
        grid-column: 2;
    }

    .developer-marquee span {
        min-width: 170px;
        min-height: 90px;
    }

    .premium-close-card {
        min-height: 590px;
    }

    .premium-close-overlay {
        background: linear-gradient(0deg, rgba(4, 14, 24, 0.97), rgba(4, 14, 24, 0.35));
    }
}

@media (prefers-reduced-motion: reduce) {
    .developer-marquee { animation: none; }
}
