:root {
    --bg: #f5f3ef;
    --ink: #1a1816;
    --muted: #645e56;
    --line: #d8d3cc;
    --accent: #c8b89a;
    --footer-color: #ffffff;

    --brand-blue: #618499;
    --brand-dark: #2e4a58;
    --brand-light: #a9c0d8;
    --white: #ffffff;
    --overlay-start: rgba(46, 74, 88, 0);
    --overlay-end: rgba(46, 74, 88, 0.82);

    --bg: #f5f3ef;
    --text: #1a1a1a;
    --btn-bg: #1a1a1a;
    --btn-fg: #f5f3ef;
    --btn-size: 44px;
    --radius: 12px;

    --nav-height: 110px;
    --admin-bar: 0px;

    --nagui-font: 'Inter', sans-serif;
    --serif: 'Inter', sans-serif;
    --nagui-font-alt: 'naguifont', serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: var(--bg);
    color: var(--ink);
    font-family: var(--nagui-font);
    font-weight: 300;
    overflow-x: hidden;
}

/* Header */

.main-nav {
    background: #fff;
    border-bottom: none;
}

.main-nav.scrolled {
    background: #fff;
    border-bottom: none;
}

.main-nav .nav-logo-img.white {
    display: none;
    visibility: hidden;
}

.main-nav .nav-logo-img.black {
    display: flex;
}

.main-nav.scrolled .nav-logo-img.white {
    display: none;
}

.main-nav.scrolled .nav-logo-img.black {
    display: flex;
}

/* ── HERO ── */
.hero {
    position: relative;
    /* height: 95vh; */
    min-height: 680px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    padding-top: calc(var(--nav-height) + var(--admin-bar));
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero {
        padding-top: calc(var(--nav-height-smalllaptop) + var(--admin-bar));
    }
}

.hero__video-col {
    position: relative;
    background: var(--brand-dark);
    overflow: hidden;
}

/* Placeholder for video */
.hero__video-placeholder {
    position: absolute;
    inset: 0;
    background: var(--brand-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__video-placeholder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(46, 74, 88, 0.6) 0%, rgba(97, 132, 153, 0.3) 100%);
}

/* Blueprint grid overlay */
/*.hero__grid-overlay {
            position: absolute;
            inset: 0;
            opacity: 0.12;
            background-image:
                linear-gradient(rgba(169, 192, 216, 1) 1px, transparent 1px),
                linear-gradient(90deg, rgba(169, 192, 216, 1) 1px, transparent 1px);
            background-size: 40px 40px;
            z-index: 1;
        }*/

/* VIDEO TAG placeholder */
.hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
}

.hero__video-label {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 3;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero__content-col {
    position: relative;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 5rem 5rem 5rem;
    z-index: 2;
}

.hero__content-wrapper {
    max-width: 500px;
}

.hero__eyebrow {
    font-family: var(--nagui-font);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--brand-blue);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hero__eyebrow::before {
    content: '';
    display: block;
    width: 2rem;
    height: 1px;
    background: var(--brand-blue);
}

/*

        .hero__tagline {
            font-family: var(--serif);
            font-size: clamp(2.8rem, 4.5vw, 4.2rem);
            font-weight: 300;
            line-height: 1.1;
            color: var(--brand-dark);
            margin-bottom: 2rem;
        }*/

.hero__tagline {
    font-family: var(--serif);
    font-size: clamp(2.8rem, 4.5vw, 4.2rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--brand-dark);
    margin-bottom: 2rem;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
    inset: 0;
}

.hero__tagline h1 {
    font-family: var(--nagui-font-alt);
    font-size: clamp(2.2rem, 4.5vw, 4.2rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--white);

    text-align: center;
    align-items: center;
    padding: 0 1rem;
    inset: 0;
}

@media (max-width: 480px) {
    .hero__tagline h1 {
        font-size: clamp(2rem, 4.5vw, 4.2rem);
    }
}

@media (min-width: 481px) and (max-width: 900px) {
    .hero__tagline h1 {
        font-size: clamp(3rem, 4.5vw, 4.2rem);
    }
}

.hero__tagline em {
    font-style: italic;
    color: var(--accent);
}

.hero__divider {
    width: 3rem;
    height: 1px;
    background: var(--accent);
    margin-bottom: 2rem;
}

.hero__bio {
    font-size: 0.9rem;
    line-height: 1.85;
    color: var(--muted);
    /*max-width: 38ch;*/
    text-align: justify;
    font-weight: 500;
    /* margin-bottom: 3rem; */
}

.hero__bio p {
    font-weight: 600;
}

/* Director card */
.director-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    max-width: 340px;
    transition: all 0.3s ease;
}

.director-card:hover {
    border-color: var(--brand-blue);
    box-shadow: 0 8px 24px rgba(97, 132, 153, 0.1);
}

.director-card__photo {
    margin-top: 2rem;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--brand-light);
    overflow: hidden;
    flex-shrink: 0;
    /*border: 2px solid var(--accent);*/
}

.director-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.director-card__photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-light), var(--brand-blue));
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.55rem;
    text-align: center;
    letter-spacing: 0.05em;
}

.director-card__info {
    flex: 1;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.director-card__label {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.3rem;
}

.director-card__name {
    font-family: var(--serif);
    font-size: 1.7rem;
    font-weight: 400;
    color: var(--ink);
    margin-bottom: 0.2rem;
}

.director-card__role {
    font-size: 1.00rem;
    color: var(--muted);
}

.director-card__credentials {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.director-card__cred {
    font-size: 0.80rem;
    color: var(--brand-blue);
    letter-spacing: 0.03em;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        height: auto;
    }

    .hero__video-col {
        height: 45vh;
    }

    .hero__content-col {
        padding: 3rem 2rem;
    }

    .hero__content-wrapper {
        max-width: 100%;
    }

    .hero__tagline {
        font-size: clamp(2rem, 3.5vw, 3rem);
    }

    .director-card {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .hero__content-col {
        padding: 2rem 1.5rem;
    }

    .hero__eyebrow {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero__eyebrow::before {
        width: 1rem;
    }

    .director-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .director-card__photo {
        width: 120px;
        height: 120px;
    }
}





/* ── ABOUT STRIP ── */
.about-strip {
    background: var(--brand-dark);
    color: var(--white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
}

.about-strip__text {
    padding: 5rem 4rem 5rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-strip__eyebrow {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--brand-light);
    margin-bottom: 1.25rem;
}

.about-strip__heading {
    font-family: var(--serif);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.about-strip__heading span {
    font-style: italic;
    color: var(--accent);
}

.about-strip__body {
    font-size: 0.88rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2.5rem;
    text-align: justify;
}

/* Services list */
.services-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.services-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
}

.services-list li::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid var(--accent);
    background: transparent;
    flex-shrink: 0;
    position: relative;
}

.services-list li::after {
    content: '✓';
    position: absolute;
    font-size: 0.6rem;
    color: var(--accent);
    margin-left: -1.16rem;
}

/* Override to avoid stacking issues — use simpler marker */
.services-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--accent);
    font-size: 0.6rem;
}

/* Team photo placeholder */
.about-strip__photo {
    position: relative;
    overflow: hidden;
}

.photo-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(97, 132, 153, 0.3), rgba(46, 74, 88, 0.6));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.photo-placeholder__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
}

.photo-placeholder__text {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.photo-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── WHY US ── */
.why {
    background: var(--bg);
    padding: 6rem 5rem;
}

.why__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 4rem;
    gap: 2rem;
}

.why__eyebrow {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--brand-blue);
    margin-bottom: 0.75rem;
}

.why__heading {
    font-family: var(--serif);
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    font-weight: 300;
    line-height: 1.15;
    color: var(--brand-dark);
}

.why__heading em {
    font-style: italic;
}

.why__subtitle {
    max-width: 36ch;
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.8;
    text-align: right;
    text-align: justify;
}

.why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.why-card {
    background: var(--bg);
    padding: 2.5rem 2rem;
    transition: background 0.3s ease;
}

.why-card:hover {
    background: var(--white);
}

.why-card__number {
    font-family: var(--serif);
    font-size: 3rem;
    font-weight: 300;
    color: var(--brand-light);
    line-height: 1;
    margin-bottom: 1rem;
}

.why-card__title {
    font-size: 1.22rem;
    font-weight: 500;
    color: var(--brand-dark);
    margin-bottom: 0.6rem;
    letter-spacing: 0.02em;
}

.why-card__body {
    font-size: 0.80rem;
    color: var(--muted);
    line-height: 1.75;
    font-weight: 500;
}

.why-card__body p {
    font-weight: 600;
}

/* ── TEAM ── */
.team {
    background: var(--brand-blue);
    padding: 6rem 5rem;
}

.team__header {
    text-align: center;
    margin-bottom: 4rem;
}

.team__eyebrow {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.75rem;
}

.team__heading {
    font-family: var(--serif);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 300;
    color: var(--white);
    line-height: 1.2;
}

.team__heading em {
    font-style: italic;
    color: var(--accent);
}

.team__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.team-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    transition: background 0.3s, transform 0.3s;
    cursor: default;
}

.team-card:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

.team-card__photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.team-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card__photo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

.team-card__photo-placeholder span {
    font-size: 0.45rem;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
}

.team-card__info {
    flex: 1;
    height: 85%;
    display: flex;
    flex-direction: column;
}

.team-card__name {
    font-family: var(--serif);
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0.2rem;
}

.team-card__role {
    font-size: 1.00rem;
    font-weight: 500;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.team-card__emphasis {
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.05em;
}

.team-card__tag {
    display: inline-block;
    margin-top: 0.6rem;
    padding: 0.25rem 0.65rem;
    margin-top: auto;
    width: fit-content;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .team-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .team-card__tag {
        margin-top: 1rem;
        align-self: center;
    }
}

/* ── SCROLL ANIMATIONS ── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

.reveal-delay-5 {
    transition-delay: 0.5s;
}

.reveal-delay-6 {
    transition-delay: 0.6s;
}

.reveal-delay-7 {
    transition-delay: 0.7s;
}

.reveal-delay-8 {
    transition-delay: 0.8s;
}


/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        height: auto;
    }

    .hero__video-col {
        height: 45vh;
    }

    .hero__content-col {
        padding: 3rem 2rem;
    }

    .about-strip {
        grid-template-columns: 1fr;
    }

    .about-strip__photo {
        min-height: 280px;
    }

    .about-strip__text {
        padding: 3rem 2rem;
    }

    .why {
        padding: 4rem 2rem;
    }

    .why__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .why__subtitle {
        text-align: left;
    }

    .why__grid {
        grid-template-columns: 1fr;
    }

    .team {
        padding: 4rem 2rem;
    }

    .team__grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero__content-col {
        padding: 4rem 3rem;
    }

    .about-strip {
        grid-template-columns: 1fr;
    }

    .about-strip__photo {
        min-height: 320px;
    }

    .about-strip__text {
        padding: 4rem 3rem;
    }

    .why {
        padding: 5rem 3rem;
    }

    .team {
        padding: 5rem 3rem;
    }
}