@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;600;800&display=swap');

:root {
    --dark: #050505;
    --cream: #eee9e3;
    --red: #8d0d0d;
    --text: #171717;
    --muted: #777;
    --line: #d8d1ca
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--text);
    font-family: Inter, sans-serif
}

a {
    text-decoration: none;
    color: inherit
}

small {
    color: var(--red);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 10px
}

h1,
h2,
h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    margin: 0
}

.site-header {
    height: 72px;
    padding: 22px 36px;
    position: fixed;
    inset: 0 0 auto;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 10px
}

.logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: .75;
    display: block;
    letter-spacing: .04em
}

.logo span {
    display: block;
    font: 800 9px Inter;
    margin-top: 8px;
    letter-spacing: .23em
}

.site-header nav {
    display: flex;
    gap: 34px
}

.menu {
    background: none;
    border: 0;
    width: 34px
}

.menu span {
    display: block;
    height: 1px;
    background: #fff;
    margin: 8px
}

.hero {
    height: 88vh;
    min-height: 650px;
    position: relative;
    background: #111;
    color: #fff;
    overflow: hidden
}

.hero video,
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-bg {
    mix-blend-mode: multiply
}

.hero-content {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    text-align: center
}

.hero h1 {
    text-transform: uppercase;
    font-size: clamp(48px, 6vw, 92px);
    line-height: .92;
    letter-spacing: .03em
}

.hero p {
    text-transform: uppercase;
    letter-spacing: .45em;
    font-weight: 800;
    font-size: 12px;
    line-height: 2.1
}

.hero-meta {
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 28px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .2em
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 410px;
    border-bottom: 1px solid var(--line)
}

.split-img {
    background: center/cover
}

.split-text {
    padding: 74px 12vw 60px 74px
}

.split-text h2 {
    font-size: 43px;
    line-height: 1.02;
    margin: 20px 0
}

.split-text p {
    font-size: 13px;
    line-height: 1.8;
    color: #555
}

.line-link {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: .18em;
    border-bottom: 1px solid currentColor;
    padding-bottom: 8px
}

.chapters,
.photos {
    padding: 32px 36px
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em
}

.chapter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px
}

.chapter-grid article {
    height: 315px;
    position: relative;
    color: #fff;
    padding: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    text-align: center;
    overflow: hidden
}

.chapter-grid article > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.6) brightness(.55);
    z-index: 0
}

.chapter-grid h3,
.chapter-grid p,
.chapter-grid a {
    z-index: 1
}

.chapter-grid h3 {
    text-transform: uppercase;
    font-size: 35px
}

.chapter-grid p,
.chapter-grid a {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .18em;
    font-weight: 800
}

.chapter-grid article > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.chapter-grid article > a img {
    position: static;
    inset: auto;
    flex: 0 0 auto;
    object-fit: contain;
    filter: none;
}

.photo-grid {
    display: grid;
    grid-template-columns: 2fr repeat(4, 1fr);
    grid-auto-rows: 142px;
    gap: 8px
}

.photo-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1)
}

.photo-grid .big {
    grid-row: span 2
}

.reel {
    height: 250px;    
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 70px
}

.reel h2 {
    font-size: 44px;
    line-height: .95
}

.play {
    width: 76px;
    height: 76px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 24px
}

.quote {
    text-align: center;
    padding: 62px 20px;
    border-bottom: 1px solid var(--line)
}

.quote h2 {
    font-size: 52px;
    line-height: 1
}

.stats {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-bottom: 1px solid var(--line)
}

.stats>div {
    padding: 50px 55px;
    border-right: 1px solid var(--line)
}

.stats li {
    list-style: none;
    margin: 18px 0;
    font-size: 12px;
    color: #555
}

.numbers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    margin-top: 40px
}

.numbers span {
    border-right: 1px solid var(--line);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .18em
}

.numbers b {
    display: block;
    font: 600 56px 'Cormorant Garamond';
    letter-spacing: 0
}

.director-band {
    background: #050505;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    align-items: center;
    padding: 0 0
}

.portrait {
    height: 350px;
}

.director-band div:last-child {
    padding: 70px 9vw
}

.director-band h2 {
    font-size: 45px;
    line-height: .96;
    margin: 20px 0
}

.director-band p {
    color: #aaa;
    max-width: 480px
}

.cta {
    background: var(--red);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 10vw
}

.cta h2 {
    text-transform: uppercase;
    font-size: 30px
}

.cta a {
    border: 1px solid rgba(255, 255, 255, .7);
    padding: 18px 70px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em
}

footer {
    background: #050505;
    color: #fff;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 50px;
    padding: 50px 10vw;
    font-size: 12px;
    color: #aaa
}

footer a {
    display: block;
    margin: 7px 0
}

footer h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    letter-spacing: .18em
}

footer input {
    background: #050505;
    border: 1px solid #333;
    padding: 16px;
    color: #fff
}

footer button {
    padding: 16px;
    background: #111;
    color: #fff;
    border: 1px solid #333
}

.footer .footer-social-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.footer .footer-social-card {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.03);
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: color .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.footer .footer-social-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--red, #de2d20);
    transform: translateY(102%);
    transition: transform .3s cubic-bezier(.2, .75, .25, 1);
}

.footer .footer-social-card:hover,
.footer .footer-social-card:focus-visible {
    color: #fff;
    border-color: var(--red, #de2d20);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
    outline: none;
}

.footer .footer-social-card:hover::before,
.footer .footer-social-card:focus-visible::before {
    transform: translateY(0);
}

.footer .footer-social-card i {
    transition: transform .3s ease;
}

.footer .footer-social-card:hover i,
.footer .footer-social-card:focus-visible i {
    transform: scale(1.12);
}

@media (max-width: 575px) {
    .footer .footer-social-card {
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .footer .footer-social-card,
    .footer .footer-social-card::before,
    .footer .footer-social-card i {
        transition: none;
    }
}

.page-hero {
    height: 55vh;
    background: #050505;
    color: #fff;
    display: grid;
    place-content: center;
    text-align: center;
    padding-top: 80px
}

.page-hero h1 {
    font-size: 80px;
    text-transform: uppercase
}

.content {
    padding: 80px 12vw
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.card {
    border: 1px solid var(--line);
    padding: 30px;
    min-height: 220px
}

.form {
    display: grid;
    gap: 18px;
    max-width: 680px
}

.form input,
.form textarea {
    padding: 18px;
    background: transparent;
    border: 1px solid var(--line)
}

.form button {
    background: #050505;
    color: #fff;
    padding: 18px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: .15em
}

@media(max-width:900px) {
    .site-header nav {
        display: none
    }

    .split,
    .stats,
    .director-band,
    footer {
        grid-template-columns: 1fr
    }

    .chapter-grid,
    .cards {
        grid-template-columns: 1fr 1fr
    }

    .photo-grid {
        grid-template-columns: 1fr 1fr
    }

    .hero {
        min-height: 600px
    }

    .numbers {
        grid-template-columns: 1fr 1fr;
        gap: 25px
    }
}

@media(max-width:560px) {

    .chapter-grid,
    .cards {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 46px
    }

    .hero p {
        letter-spacing: .22em
    }

    .split-text,
    .chapters,
    .photos {
        padding: 32px 22px
    }

    .page-hero h1 {
        font-size: 52px
    }

    .cta {
        display: block
    }

    .cta a {
        display: inline-block;
        margin-top: 25px
    }
}


/* ===== Responsive + production fixes ===== */
html {
    overflow-x: hidden
}

body {
    overflow-x: hidden
}

.site-header {
    transition: background .25s ease, backdrop-filter .25s ease
}

.site-header.is-open,
.site-header.scrolled {
    background: rgba(0, 0, 0, .88);
    backdrop-filter: blur(12px)
}

.site-header .menu {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0
}

.site-header nav a {
    position: relative
}

.site-header nav a.active:after,
.site-header nav a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: var(--red)
}

img,
video {
    max-width: 100%
}

@media(max-width:1180px) {
    .site-header nav {
        gap: 22px
    }

    .split-text {
        padding: 60px 7vw
    }

    .chapter-grid article {
        height: 280px
    }

    .photo-grid {
        grid-template-columns: 2fr repeat(2, 1fr)
    }

    footer {
        grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
        padding: 48px 6vw
    }

    .stats>div {
        padding: 45px 35px
    }
}

@media(max-width:900px) {
    .site-header {
        height: auto;
        align-items: flex-start;
        padding: 22px 24px
    }

    .site-header nav {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        gap: 0;
        background: rgba(0, 0, 0, .96);
        border-top: 1px solid rgba(255, 255, 255, .12);
        padding: 16px 24px 22px
    }

    .site-header.is-open nav {
        display: flex
    }

    .site-header nav a {
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08)
    }

    .hero {
        height: auto;
        min-height: 620px
    }

    .hero-content {
        padding: 0 22px
    }

    .hero-meta {
        left: 22px;
        right: 22px;
        gap: 15px;
        flex-wrap: wrap
    }

    .split {
        grid-template-columns: 1fr
    }

    .split-img {
        min-height: 360px
    }

    .chapter-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px
    }

    .photo-grid .big {
        grid-row: span 1
    }

    .reel {
        padding: 42px 28px
    }

    .stats {
        grid-template-columns: 1fr
    }

    .stats>div {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .director-band {
        grid-template-columns: 1fr
    }

    .portrait {
        height: 360px
    }

    .cta {
        padding: 36px 28px
    }

    footer {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }
}

@media(max-width:640px) {
    .site-header {
        padding: 18px 18px
    }

    .logo {
        font-size: 24px
    }

    .logo span {
        font-size: 8px
    }

    .hero {
        min-height: 560px
    }

    .hero h1 {
        font-size: 42px
    }

    .hero p {
        font-size: 10px;
        letter-spacing: .18em
    }

    .hero-meta {
        font-size: 9px;
        bottom: 18px
    }

    .split-img {
        min-height: 280px
    }

    .split-text {
        padding: 42px 22px
    }

    .split-text h2 {
        font-size: 34px
    }

    .chapters,
    .photos {
        padding: 32px 18px
    }

    .section-head {
        gap: 18px;
        align-items: flex-start;
        flex-direction: column
    }

    .chapter-grid,
    .photo-grid {
        grid-template-columns: 1fr
    }

    .chapter-grid article {
        height: 310px
    }

    .reel {
        height: auto;
        min-height: 230px;
        display: block
    }

    .reel .play {
        margin-top: 24px
    }

    .quote h2 {
        font-size: 34px
    }

    .numbers {
        grid-template-columns: 1fr
    }

    .numbers span {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 18px 0
    }

    .director-band div:last-child {
        padding: 42px 24px
    }

    .director-band h2 {
        font-size: 36px
    }

    .cta h2 {
        font-size: 24px
    }

    .cta a {
        width: 100%;
        text-align: center;
        padding: 16px 24px
    }

    footer {
        grid-template-columns: 1fr;
        padding: 42px 24px
    }

    footer form {
        display: flex
    }

    footer input {
        min-width: 0;
        flex: 1
    }
}


/* ===== YouTube hero background video ===== */
.hero {
    isolation: isolate
}

.hero-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77777778vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
    filter: grayscale(.6) brightness(.75);
    z-index: 0
}

.hero-bg,
.hero-content,
.hero-meta {
    z-index: 1
}

.hero-bg,
.hero-content,
.hero-meta {
    position: absolute
}

@media(max-aspect-ratio:16/9) {
    .hero-youtube {
        width: 177.77777778vh;
        height: 100vh
    }
}

@media(min-aspect-ratio:16/9) {
    .hero-youtube {
        width: 100vw;
        height: 56.25vw
    }
}

/* ===== Index hero controls and reliable menu icon ===== */
.site-header .menu {
    position: relative;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    padding: 0;
    margin: -8px 0 0;
    align-items: center;
    justify-content: center;
    z-index: 12;
}

.site-header .menu span {
    position: absolute;
    left: 7px;
    width: 20px;
    height: 1px;
    margin: 0;
    background: #fff;
    transform-origin: center;
    transition: transform .25s ease, top .25s ease, opacity .2s ease;
}

.site-header .menu span:first-child {
    top: 12px;
}

.site-header .menu span:last-child {
    top: 21px;
}

.site-header.is-open .menu span:first-child {
    top: 16px;
    transform: rotate(45deg);
}

.site-header.is-open .menu span:last-child {
    top: 16px;
    transform: rotate(-45deg);
}

.hero-video {
    z-index: 0;
    max-width: none;
}

.hero-content {
    z-index: 2;
    transition: opacity .35s ease, visibility .35s ease, transform .35s ease;
}

.hero.is-text-hidden .hero-content {
    opacity: 0;
    visibility: hidden;
    transform: scale(.985);
    pointer-events: none;
}

.hero-meta {
    z-index: 3;
    align-items: center;
}

.hero-control {
    appearance: none;
    border: 0;
    padding: 8px 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-transform: uppercase;
    letter-spacing: inherit;
    cursor: pointer;
}

.hero-control:hover,
.hero-control:focus-visible {
    opacity: .7;
}

.hero-control:focus-visible {
    outline: 1px solid rgba(255, 255, 255, .75);
    outline-offset: 5px;
}

.video-time {
    min-width: 104px;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

@media (min-width: 901px) {
    .site-header .menu {
        margin-right: -7px;
    }
}

@media (max-width: 900px) {
    .site-header .menu {
        margin-top: -5px;
    }

    .hero-meta {
        flex-wrap: nowrap;
    }
}

@media (max-width: 640px) {
    .hero-meta {
        left: 18px;
        right: 18px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 4px;
    }

    .hero-meta .sound-toggle {
        text-align: left;
    }

    .hero-meta .text-toggle {
        text-align: right;
    }

    .hero-meta .video-time {
        grid-column: 1 / -1;
        justify-self: end;
    }
}

/* ===== Reel video modal ===== */
.reel .play {
    cursor: pointer;
    transition: transform .2s ease, background .2s ease
}

.reel .play:hover {
    transform: scale(1.06);
    background: rgba(255, 255, 255, .14)
}

.reel-modal {
    position: fixed;
    inset: 0;
    z-index: 500;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px
}

.reel-modal.is-open {
    display: flex
}

.reel-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .9);
    backdrop-filter: blur(8px)
}

.reel-modal__panel {
    position: relative;
    z-index: 1;
    width: min(1100px, 100%);
    background: #000;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .65)
}

.reel-modal__video {
    display: block;
    width: 100%;
    max-height: 82vh;
    background: #000
}

.reel-modal__close {
    position: absolute;
    right: 0;
    top: -48px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .55);
    background: #050505;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer
}

.reel-modal-open {
    overflow: hidden
}

@media(max-width:640px) {
    .reel-modal {
        padding: 18px
    }

    .reel-modal__close {
        top: -44px
    }
}

/* ===== Unified hero header: matches About / Films pages ===== */
.site-header {
    height: 90px;
    padding: 32px 38px;
    align-items: flex-start;
    text-transform: none;
    letter-spacing: normal;
    font-size: 14px;
}

.site-header .logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    line-height: .72;
    letter-spacing: .08em;
    color: #fff;
}

.site-header .logo span {
    display: block;
    margin-top: 10px;
    font: 800 11px/1 Inter, Arial, sans-serif;
    letter-spacing: .34em;
    text-transform: none;
}

.site-header nav {
    gap: 36px;
    font-size: 11px;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 800;
}

.site-header nav a:hover:after,
.site-header nav a:focus-visible:after {
    bottom: -10px;
    height: 2px;
}

.site-header .menu {
    flex-basis: 38px;
    width: 38px;
    height: 22px;
    margin: 0;
}

.site-header .menu span {
    left: 0;
    width: 38px;
}

.site-header .menu span:nth-child(1) {
    top: 0;
}

.site-header .menu span:nth-child(2) {
    top: 10px;
}

.site-header .menu span:nth-child(3) {
    top: 21px;
}

.site-header.is-open .menu span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
}

.site-header.is-open .menu span:nth-child(2) {
    opacity: 0;
}

.site-header.is-open .menu span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
}

@media(max-width:900px) {
    .site-header {
        height: auto;
        padding: 22px 24px;
    }

    .site-header nav {
        top: 76px;
        padding: 12px 24px 20px;
    }

    .site-header .menu {
        margin-top: 0;
    }
}

@media(max-width:640px) {
    .site-header {
        padding: 18px;
    }

    .site-header .logo {
        font-size: 28px;
    }

    .site-header .logo span {
        font-size: 9px;
    }
}
/* ===== Shared header/footer parity with header-page.php and footer-page.php ===== */
.site-header.header { align-items: flex-start; }
.site-header.header .nav { display: flex; align-items: flex-start; }
.site-header.header .nav-dropdown { position: relative; }
.site-header.header .nav-dropdown-toggle { display: flex; align-items: center; gap: 6px; }
.site-header.header .nav-chevron { display: inline-block; font-size: 14px; line-height: 1; transition: transform .2s ease; }
.site-header.header .nav-submenu {
    position: absolute;
    top: calc(100% + 18px);
    left: -20px;
    min-width: 190px;
    padding: 12px 0;
    background: rgba(5, 5, 5, .96);
    border: 1px solid rgba(255,255,255,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    box-shadow: 0 18px 45px rgba(0,0,0,.3);
}
.site-header.header .nav-submenu a { display: block; padding: 10px 20px; margin: 0; white-space: nowrap; }
.site-header.header .nav-submenu a::after { display: none; }
.site-header.header .nav-submenu a:hover,
.site-header.header .nav-submenu a.active { color: var(--red, #de2d20); }
.site-header.header .nav-dropdown:hover .nav-submenu,
.site-header.header .nav-dropdown:focus-within .nav-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.site-header.header .nav-dropdown:hover .nav-chevron,
.site-header.header .nav-dropdown:focus-within .nav-chevron { transform: rotate(180deg); }

footer.footer { display: block; padding: 54px 0 34px; background: #050505; color: #d0d0d0; font-size: 12px; }
.footer .wrap { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.footer .footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.35fr; gap: 70px; border-bottom: 1px solid #242424; padding-bottom: 42px; }
.footer h4 { margin: 0 0 22px; color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .22em; }
.footer a { display: block; margin: 8px 0; color: #bdbdbd; }
.footer a:hover { color: #fff; }
.footer p { line-height: 1.75; }
.footer .logo { display: inline-block; margin: 0 0 18px; }
.footer .newsletter { display: flex; margin-top: 18px; }
.footer .newsletter input { width: 100%; min-width: 0; background: #050505; border: 1px solid #333; padding: 15px; color: #fff; }
.footer .newsletter button { flex: 0 0 50px; padding: 15px; background: #111; color: #fff; border: 1px solid #333; cursor: pointer; }
.footer .copy { display: flex; justify-content: space-between; gap: 24px; padding-top: 26px; color: #777; }
.footer .copy a { display: inline; margin: 0; color: inherit; }

@media (max-width: 1100px) {
    .site-header.header nav { gap: 22px; }
    .footer .footer-grid { gap: 40px; }
}
@media (max-width: 900px) {
    .site-header.header .nav { align-items: stretch; }
    .site-header.header .nav-dropdown { width: 100%; }
    .site-header.header .nav-dropdown-toggle { justify-content: space-between; }
    .site-header.header .nav-submenu {
        position: static;
        min-width: 0;
        max-height: 0;
        padding: 0 0 0 16px;
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        transform: none;
        transition: max-height .25s ease, padding .25s ease;
    }
    .site-header.header .nav-dropdown.submenu-open .nav-submenu { max-height: 190px; padding-top: 4px; padding-bottom: 8px; }
    .site-header.header .nav-dropdown.submenu-open .nav-chevron { transform: rotate(180deg); }
    .site-header.header .nav-submenu a { padding: 10px 0; font-size: 10px; }
    .footer .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .footer .wrap { width: calc(100% - 36px); }
    .footer .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer .copy { flex-direction: column; }
}

/* ===== Mobile header menu visibility fix =====
   Keep this block after the shared header rules so desktop declarations
   cannot force the mobile navigation to remain visible. */
@media (max-width: 900px) {
    .site-header.header .nav {
        display: none;
        align-items: stretch;
    }

    .site-header.header.is-open .nav {
        display: flex;
    }

    .site-header.header .menu {
        display: flex;
    }
}

@media (max-width: 900px) {
    body.mobile-menu-open {
        overflow: hidden;
    }
}
