/* ============================================
   Casa Calda — Pixel-perfect from Figma
   ============================================ */
@font-face {
    font-family: 'Gilroy GEO';
    src: url('assets/fonts/GilroyGEO-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy GEO';
    src: url('assets/fonts/GilroyGEO-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
:root {
    --orange: #ef6825;
    --orange-dark: #e6520f;
    --red: #ff4812;
    --navy: #16234b;
    --navy-dark: #061a3a;
    --black: #1f1f1f;
    --cod: #1a1a1a;
    --g700: #333;
    --g600: #626262;
    --g500: #666;
    --g400: #888;
    --g200: #d9d9d9;
    --g100: #e8e8e8;
    --g50: #f5f5f5;
    --bg: #eff0f3;
    --white: #fff;
    --font: 'Noto Sans Georgian', sans-serif;
    --font-display: 'Gilroy GEO', 'Noto Sans Georgian', sans-serif;
    --max: 1406px;
    --ease: cubic-bezier(.25, 1, .5, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; background: var(--bg); }
body { font-family: var(--font); color: var(--black); background: var(--bg); overflow-x: hidden; width: 100%; }
/* Engineering-schematic watermark behind the content sections (vector, black-only, transparent) */
.bg-schematic { background: url("assets/bg-schematic.svg") repeat-y center top / 150vw 150vh; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }
ul { list-style: none; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 800; line-height: 1.15; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 48px; }

/* ============ HEADER / NAV ============ */
.nav {
    position: fixed; top: 28px; left: 50%; transform: translateX(-50%);
    width: 95%; max-width: 1408px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 24px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(16.65px); -webkit-backdrop-filter: blur(16.65px);
    border-radius: 127px;
    z-index: 100;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 0 0 transparent;
}
.nav--scrolled {
    top: 0; border-radius: 0;
    background: rgba(255,255,255,0.97);
    max-width: 100%; width: 100%;
    padding: 12px 48px;
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 0 var(--g100);
}
.nav__logo { height: 44px; display: flex; align-items: center; }
.nav__logo img { height: 100%; width: auto; transition: filter .3s; }
.nav--scrolled .nav__logo img { filter: brightness(0); }
.nav__links {
    display: flex; gap: 24px;
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}
.nav__links a {
    font-size: 13px; font-weight: 700; color: #fff;
    text-transform: uppercase; letter-spacing: .5px;
    transition: color .4s ease;
}
.nav__links a:hover { color: var(--orange); }
.nav--scrolled .nav__links a { color: var(--black); }
.nav--scrolled .nav__links a:hover { color: var(--orange); }
.nav__cta {
    display: inline-flex; align-items: center; justify-content: center;
    height: 48px; padding: 0 40px;
    background: var(--orange); color: #fff;
    font-size: 14px; font-weight: 600; letter-spacing: .3px;
    border-radius: 2222px; transition: background .3s;
}
.nav__cta:hover { background: var(--orange-dark); }
.nav__burger {
    display: none; width: 28px; height: 20px;
    flex-direction: column; justify-content: center;
    position: relative; z-index: 101;
}
.nav__burger span {
    display: block; width: 100%; height: 2px; background: #fff;
    position: absolute; left: 0;
    transition: transform .3s var(--ease), opacity .2s;
}
.nav__burger span:first-child { top: 4px; }
.nav__burger span:last-child { bottom: 4px; }
.nav--scrolled .nav__burger span { background: var(--black); }

/* ============ HERO ============ */
.hero {
    position: relative; margin: 18px 16px 0;
    height: 832px; min-height: 700px;
    border-radius: 24px; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.hero__content {
    position: relative; z-index: 2; text-align: center;
    max-width: 1400px; padding: 0 48px;
}
.hero__eyebrow {
    font-size: 13px; font-weight: 600; color: #ff884d;
    text-transform: uppercase; letter-spacing: 1.56px;
    line-height: 22.1px; margin-bottom: 16px;
}
.hero__title {
    font-family: var(--font-display); font-size: 80px; font-weight: 800; color: #fff;
    text-transform: uppercase; letter-spacing: -2.4px;
    line-height: 77.4px; max-width: 722px; margin: 0 auto 25px;
}
.hero__logo {
    display: block; width: min(820px, 78vw); height: auto;
    margin: 0 auto 40px;
    filter: drop-shadow(0 6px 24px rgba(0,0,0,0.35));
}
.hero__actions { display: flex; gap: 16px; justify-content: center; }
.btn-pill {
    display: inline-flex; align-items: center; justify-content: center;
    height: 56px; padding: 0 40px;
    font-size: 15px; font-weight: 600; letter-spacing: .3px;
    border-radius: 2222px; transition: all .3s var(--ease);
}
.btn-pill--white { background: #fff; color: var(--cod); }
.btn-pill--white:hover { background: var(--orange); color: #fff; }
.btn-pill--ghost {
    background: rgba(255,255,255,0.1); color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    backdrop-filter: blur(7.3px);
}
.btn-pill--ghost:hover { background: rgba(255,255,255,0.2); }


/* ============ BIG STATEMENT ============ */
.statement {
    text-align: center; padding: 164px 0 164px;
    position: relative;
}
.statement__text {
    font-family: var(--font-display); font-size: 86px; font-weight: 800;
    color: var(--black); line-height: 1.08; letter-spacing: -2px;
    max-width: 1200px; margin: 0 auto;
}
/* Highlighted word */
.statement__text em {
    font-style: normal; color: var(--orange);
    position: relative;
}
/* Decorative line — hidden */
.statement__line { display: none; }
/* Words animate in individually */
.statement__word {
    display: inline-block; opacity: 0; transform: translateY(30px);
    transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.statement__text.visible .statement__word { opacity: 1; transform: translateY(0); }

/* ============ SECTION HEADER ============ */
.sec-head {
    display: flex; justify-content: space-between; align-items: flex-start;
    margin-bottom: 20px;
}
.sec-head__left {}
.eyebrow {
    font-size: 16px; font-weight: 600; color: var(--orange);
    text-transform: uppercase; letter-spacing: 1.5px;
    line-height: 19.2px; margin-bottom: 4px;
}
.sec-title {
    font-family: var(--font-display); font-size: 53.016px; font-weight: 800;
    color: var(--black); line-height: 66.727px;
}
.sec-head--split { display: flex; justify-content: space-between; align-items: flex-end; }
.sec-head__right {
    text-align: right; max-width: 640px;
    display: flex; flex-direction: column; align-items: flex-end;
    justify-content: space-between; align-self: stretch;
}
.sec-head__desc {
    font-size: 16px; font-weight: 400; color: var(--g600);
    line-height: 24px;
}
.sec-head__controls {
    display: flex; gap: 8px; align-items: center; margin-top: 16px;
}
.btn-text-pill {
    display: inline-flex; align-items: center; height: 44px;
    padding: 0 20px; border: 1px solid var(--g200);
    border-radius: 109px; font-size: 16px; font-weight: 700;
    color: var(--black); text-transform: uppercase; transition: .3s;
}
.btn-text-pill:hover { border-color: var(--orange); color: var(--orange); }
.arrow-btn {
    width: 44px; height: 44px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: .3s; overflow: hidden; border: none; cursor: pointer;
}
.arrow-btn--prev { background: var(--g200); color: var(--black); }
.arrow-btn--prev:hover { background: var(--g100); }
.arrow-btn--next { background: var(--orange); color: #fff; }
.arrow-btn--next:hover { background: var(--orange-dark); }
.arrow-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* ============ SERVICES ============ */
.services { padding: 100px 0 0; }
.services > .wrap { overflow: visible; }
.svc-cards {
    display: flex; gap: 16px; overflow-x: auto;
    scrollbar-width: none; -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    margin-top: 20px;
    /* Extend right past .wrap, keep left aligned with content */
    margin-right: -48px;
    padding-right: 48px;
}
.svc-cards::-webkit-scrollbar { display: none; }
.svc-card {
    flex: 0 0 339.5px; height: 390px;
    border-radius: 16px; position: relative;
    display: flex; align-items: center; justify-content: center;
    text-align: center; color: #fff;
    scroll-snap-align: start;
    transition: transform .3s;
}
.svc-card:hover { transform: translateY(-4px); }
.svc-card--orange { background: var(--orange-dark); }
.svc-card--navy { background: var(--navy); }
.svc-card--empty { background: var(--g200); }
.svc-card__inner { width: 298px; }
.svc-card__icon {
    width: 80px; height: 80px; margin: 0 auto 20px;
    display: flex; align-items: center; justify-content: center;
}
.svc-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.svc-card__icon--circle {
    background: var(--orange); border-radius: 50%;
    padding: 18px;
}
.svc-card__icon--circle img { width: 100%; height: 100%; object-fit: contain; }
.svc-card__title {
    font-size: 18px; font-weight: 800;
    text-transform: uppercase; letter-spacing: -0.2px;
    line-height: 24px; margin-bottom: 8px;
}
.svc-card__desc {
    font-size: 14px; font-weight: 400;
    line-height: 22px; opacity: .8;
}

/* ============ STATS ============ */
.stats {
    padding: 100px 0; border-bottom: 1px solid var(--g100);
}
.stats__grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 40px; text-align: center;
}
.stats__num {
    font-size: 80px; font-weight: 800; color: var(--cod);
    line-height: 80px; letter-spacing: -2.4px;
}
.stats__plus {
    font-size: 40px; font-weight: 700; color: var(--red);
    line-height: 68px; vertical-align: top;
}
.stats__label {
    display: block; margin-top: 18px;
    font-size: 14px; font-weight: 400; color: var(--g400);
    text-transform: uppercase; letter-spacing: .84px;
    line-height: 21px;
}

/* ============ PROJECTS — Ribbon carousel (matching reference) ============ */
:root {
    --r-idle: 360px;
    --r-active-w: 940px;
    --r-active-h: 540px;
    --r-gap: 24px;
    --r-pad: 48px;
    --r-dur: 2000ms;
    --r-ease: cubic-bezier(.22,1,.36,1);
}
.projects {
    padding: 120px 0;
    overflow: hidden;
}
.ribbon { margin-top: 40px; }
.ribbon__controls {
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 var(--r-pad); margin-bottom: 24px;
}
.ribbon__counter {
    font-variant-numeric: tabular-nums; font-size: 14px;
    color: var(--g400); letter-spacing: .04em;
}
.ribbon__viewport { width: 100%; overflow: hidden; padding-left: var(--r-pad); min-height: calc(var(--r-active-h) + 84px); }
.ribbon__track {
    display: flex; align-items: flex-start;
    gap: var(--r-gap); will-change: transform;
}

/* ---- Card sizing via width/height transitions ---- */
.ribbon__card {
    flex-shrink: 0; display: flex; flex-direction: column; gap: 16px;
    cursor: pointer;
    width: var(--r-idle);
    transition: width var(--r-dur) var(--r-ease);
}
.ribbon__card[data-offset="0"] {
    width: var(--r-active-w); cursor: default;
}
/* Card 2 slots right of active is scaled up */
.ribbon__card[data-offset="2"] { width: calc(var(--r-idle) * 1.3); }

.ribbon__media {
    width: 100%; overflow: hidden; border-radius: 14px;
    background: var(--g200);
    height: var(--r-idle);
    transition: height var(--r-dur) var(--r-ease);
}
.ribbon__card[data-offset="0"] .ribbon__media {
    height: var(--r-active-h);
}
.ribbon__card[data-offset="2"] .ribbon__media {
    height: calc(var(--r-idle) * 1.3);
}
.ribbon__media img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}

/* Caption */
.ribbon__meta {
    display: flex; flex-direction: column; gap: 4px; overflow: hidden;
    opacity: 0; transform: translateY(6px);
    transition: opacity 500ms ease 300ms, transform 500ms ease 300ms;
}
.ribbon__card[data-offset="0"] .ribbon__meta {
    opacity: 1; transform: translateY(0);
}
.ribbon__subtitle {
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .08em; color: var(--orange);
}
.ribbon__title {
    font-family: var(--font-display);
    font-size: clamp(20px, 2vw, 26px); font-weight: 800;
    color: var(--black); line-height: 1.25;
}

/* Responsive */
@media (max-width: 1440px) {
    :root { --r-pad: 48px; }
}
@media (max-width: 900px) {
    :root {
        --r-idle: 40vw; --r-active-w: 75vw; --r-active-h: 50vw;
        --r-gap: 16px; --r-pad: 20px;
    }
}
@media (max-width: 600px) {
    :root {
        --r-idle: 35vw; --r-active-w: 80vw; --r-active-h: 55vw;
        --r-gap: 12px; --r-pad: 16px;
    }
    .ribbon__title { font-size: 16px; }
}

/* ============ ABOUT ============ */
.about {
    padding: 120px 0; display: flex; gap: 66px; align-items: center;
}
.about__text { flex: 0 0 602px; }
.about__title-wrap { margin-bottom: 15px; }
.about__lead {
    font-size: 20px; font-weight: 700; color: var(--cod);
    text-transform: uppercase; letter-spacing: -0.2px;
    line-height: 26px; margin-bottom: 8px;
}
.about__body {
    font-size: 16px; font-weight: 400; color: var(--g500);
    line-height: 26.8px;
}
.vals { margin-top: 33px; }
.vals__item {
    display: flex; gap: 20px; padding: 29px 0 28px;
    border-top: 1px solid var(--g100);
}
.vals__num {
    font-size: 13px; font-weight: 800; color: var(--red);
    min-width: 28px; padding-top: 3px; line-height: 22.1px;
}
.vals__title {
    font-size: 20px; font-weight: 700; color: var(--cod);
    text-transform: uppercase; line-height: 17.6px;
    margin-bottom: 7px;
}
.vals__desc {
    font-size: 14px; font-weight: 400; color: var(--g500);
    line-height: 22.4px;
}
.about__img {
    flex: 1; border-radius: 10px; overflow: hidden;
    max-height: 722px;
}
.about__img img { width: 100%; height: 100%; object-fit: cover; }

/* ============ TEAM ============ */
.team { padding: 120px 0; }
.team__cards {
    display: flex; gap: 20px; overflow-x: auto;
    scrollbar-width: none; margin-top: 40px;
    padding-bottom: 20px; cursor: grab;
}
.team__cards:active { cursor: grabbing; }
.team__cards::-webkit-scrollbar { display: none; }
.team-card { flex: 0 0 260px; }
.team-card__img {
    width: 100%; height: 380px; border-radius: 12px; overflow: hidden;
    transition: height .5s var(--ease);
}
.team-card:hover .team-card__img { height: 260px; }
.team-card__img img {
    width: 100%; height: 380px; object-fit: cover; object-position: top;
    pointer-events: none;
}
.team-card__info { padding-top: 14px; min-height: 60px; }
.team-card__role {
    font-size: 13px; font-weight: 600; color: var(--orange);
    line-height: 22px;
}
.team-card__name {
    font-size: 17px; font-weight: 800; color: var(--black);
    line-height: 24px; font-family: var(--font-display);
}
.team-card__bio {
    height: 0; opacity: 0; overflow: hidden;
    transition: height .5s var(--ease), opacity .35s var(--ease) .1s;
}
.team-card__bio p {
    font-size: 13px; color: var(--g500); line-height: 1.6; padding-top: 8px;
}
.team-card__bio--static {
    font-size: 14px; font-weight: 600; color: var(--g600);
    line-height: 20px; margin-top: 4px;
}

/* ============ TEAM PAGE GRID ============ */
.section { padding: 120px 0; }
.section--gray { background: var(--g50); }
.team-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.team-grid__card { border-radius: 12px; overflow: hidden; }
.team-grid__img {
    aspect-ratio: 3/4; overflow: hidden; border-radius: 12px;
}
.team-grid__img img {
    width: 100%; height: 100%; object-fit: cover; object-position: top;
    transition: transform .6s var(--ease);
}
.team-grid__card:hover .team-grid__img img { transform: scale(1.04); }
.team-grid__info { padding: 16px 0; }
.team-grid__role {
    font-size: 13px; font-weight: 600; color: var(--orange);
    margin-bottom: 2px;
}
.team-grid__name {
    font-family: var(--font-display); font-size: 18px; font-weight: 800;
    color: var(--black); line-height: 1.3;
}
.team-grid__bio {
    font-size: 14px; color: var(--g500); line-height: 1.6;
    margin-top: 8px;
}

@media (max-width: 1200px) {
    .team-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .team-grid { display: flex; overflow-x: auto; gap: 14px; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }
    .team-grid::-webkit-scrollbar { display: none; }
    .team-grid__card { flex: 0 0 200px; min-width: 0; }
}
@media (max-width: 480px) {
    /* team-grid already flex scroll from 768px */
}

/* ============ PROJECT DETAIL ============ */
.proj-hero {
    position: relative; height: 600px; margin-top: 80px;
    overflow: hidden;
}
.proj-hero__bg { position: absolute; inset: 0; }
.proj-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.proj-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,17,35,.8) 0%, rgba(10,17,35,.2) 50%, transparent 100%);
}
.proj-hero__content {
    position: absolute; bottom: 64px; left: 0; right: 0;
    z-index: 2; max-width: var(--max); margin: 0 auto; padding: 0 48px;
}
.proj-hero__tag {
    display: inline-block; font-size: 13px; font-weight: 700;
    color: var(--orange); text-transform: uppercase;
    letter-spacing: 1.2px; margin-bottom: 12px;
    background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
    padding: 6px 16px; border-radius: 100px;
}
.proj-hero__title {
    font-size: 56px; font-weight: 800; color: #fff;
    line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 12px;
}
.proj-hero__meta {
    display: flex; gap: 32px; margin-top: 16px;
}
.proj-hero__meta-item {
    font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.4;
}
.proj-hero__meta-item strong {
    display: block; font-size: 15px; font-weight: 700; color: #fff;
}

.proj-overview {
    padding: 100px 0; border-bottom: 1px solid var(--g100);
}
.proj-overview__grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
    align-items: start;
}
.proj-overview__text h2 {
    font-size: 36px; font-weight: 800; color: var(--black);
    line-height: 1.2; margin-bottom: 24px;
}
.proj-overview__text p {
    font-size: 16px; color: var(--g500); line-height: 1.8;
    margin-bottom: 16px;
}
.proj-specs {
    background: var(--g50); border-radius: 16px; padding: 40px;
}
.proj-specs h3 {
    font-size: 20px; font-weight: 800; color: var(--black);
    text-transform: uppercase; margin-bottom: 24px;
}
.proj-specs__row {
    display: flex; justify-content: space-between;
    padding: 16px 0; border-bottom: 1px solid var(--g100);
}
.proj-specs__row:last-child { border-bottom: none; }
.proj-specs__label {
    font-size: 14px; font-weight: 400; color: var(--g400);
    text-transform: uppercase; letter-spacing: .5px;
}
.proj-specs__val {
    font-size: 15px; font-weight: 700; color: var(--black);
}

.proj-gallery { padding: 100px 0; }
.proj-gallery h2 {
    font-size: 36px; font-weight: 800; color: var(--black);
    margin-bottom: 40px;
}
.proj-gallery__grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.proj-gallery__item {
    border-radius: 12px; overflow: hidden;
    aspect-ratio: 4/3;
}
.proj-gallery__item--tall { aspect-ratio: 4/5; grid-row: span 2; }
.proj-gallery__item img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .6s var(--ease);
}
.proj-gallery__item:hover img { transform: scale(1.05); }

.proj-services { padding: 100px 0; background: var(--g50); }
.proj-services__grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px; margin-top: 40px;
}
.proj-svc-card {
    background: #fff; border-radius: 14px; padding: 36px 28px;
    text-align: center; transition: transform .3s, box-shadow .3s;
}
.proj-svc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.06); }
.proj-svc-card__icon { width: 56px; height: 56px; margin: 0 auto 16px; }
.proj-svc-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.proj-svc-card h4 {
    font-size: 16px; font-weight: 800; color: var(--black);
    text-transform: uppercase; margin-bottom: 8px;
}
.proj-svc-card p {
    font-size: 14px; color: var(--g500); line-height: 1.6;
}

.proj-nav {
    display: flex; justify-content: space-between; align-items: center;
    padding: 48px 0; border-top: 1px solid var(--g100);
}
.proj-nav__link {
    display: flex; align-items: center; gap: 12px;
    font-size: 15px; font-weight: 600; color: var(--g500);
    transition: color .3s;
}
.proj-nav__link:hover { color: var(--orange); }
.proj-nav__link--prev img { transform: rotate(90deg); width: 12px; }
.proj-nav__link--next img { transform: rotate(-90deg); width: 12px; }
.proj-nav__link span { font-size: 13px; color: var(--g400); display: block; font-weight: 400; }
.proj-nav__all {
    font-size: 14px; font-weight: 700; color: var(--black);
    text-transform: uppercase; letter-spacing: .5px;
    display: flex; align-items: center; gap: 8px;
}
.proj-nav__all:hover { color: var(--orange); }
.proj-nav__all svg { width: 16px; height: 16px; }

/* ============ CTA BAND ============ */
.cta-band {
    position: relative; max-width: 1414px;
    margin: 0 auto; border-radius: 24px; overflow: hidden;
    padding: 100px 64px; min-height: 458px;
    display: flex; align-items: center;
}
.cta-band__bg {
    position: absolute; inset: 0;
}
.cta-band__bg img { width: 114.28%; height: 135.68%; object-fit: cover; position: absolute; top: -2.74%; left: 0; }
.cta-band__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to right, rgba(5,11,31,0.8), rgba(5,11,31,0.1) 60.5%);
}
.cta-band__content { position: relative; z-index: 2; max-width: 645px; }
.cta-band__title {
    font-family: var(--font-display); font-size: 48.205px; font-weight: 800; color: #fff;
    line-height: 48.205px; margin-bottom: 8px;
}
.cta-band__desc {
    font-size: 16px; font-weight: 400; color: #fff;
    line-height: 24px; margin-bottom: 16px;
}
.cta-band .nav__cta { font-size: 14px; }

/* ============ PROJECTS PAGE ============ */
.proj-featured { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.proj-featured__img { border-radius: 16px; overflow: hidden; display: block; }
.proj-featured__img img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s var(--ease); }
.proj-featured__img:hover img { transform: scale(1.03); }
.proj-featured__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.proj-featured__label { font-size: 12px; font-weight: 600; color: var(--g400); text-transform: uppercase; letter-spacing: .5px; display: block; margin-bottom: 2px; }
.proj-featured__val { font-size: 15px; font-weight: 700; color: var(--black); display: block; }
.proj-featured__desc { font-size: 15px; color: var(--g500); line-height: 1.7; margin-bottom: 16px; }
.proj-featured__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.proj-featured__tags span { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; padding: 6px 14px; border-radius: 100px; border: 1px solid var(--g200); color: var(--g600); }
.proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.proj-grid__card { border-radius: 14px; overflow: hidden; background: rgba(255,255,255,.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 2px 16px rgba(0,0,0,.04); transition: transform .3s var(--ease), box-shadow .3s; }
.proj-grid__card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.proj-grid__img { position: relative; overflow: hidden; }
.proj-grid__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.35) 0%, transparent 50%); pointer-events: none; }
.proj-grid__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .5s var(--ease); }
.proj-grid__card:hover .proj-grid__img img { transform: scale(1.04); }
.proj-grid__info { padding: 20px 20px; }
.proj-grid__tag { font-size: 12px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: .5px; display: block; margin-bottom: 4px; }

/* HUD Hero for projects page */
.proj-hero-hud {
    position: relative; height: 85vh; min-height: 560px; max-height: 800px;
    overflow: hidden; margin: 18px 16px 0; border-radius: 24px;
}
.proj-hero-hud__bg { position: absolute; inset: 0; }
.proj-hero-hud__bg img { width: 100%; height: 100%; object-fit: cover; }
.proj-hero-hud__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.15) 50%, rgba(0,0,0,.1) 100%); border-radius: 24px; }
.proj-hero-hud__content { position: absolute; bottom: 48px; left: 48px; z-index: 5; }
.proj-hero-hud__crumb { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 12px; }
.proj-hero-hud__crumb a { color: rgba(255,255,255,.5); }
.proj-hero-hud__crumb a:hover { color: #fff; }
.proj-hero-hud__title { font-family: var(--font-display); font-size: 56px; font-weight: 800; color: #fff; letter-spacing: -1.5px; }
/* Corner brackets */
.proj-hero-hud__bracket { position: absolute; width: 48px; height: 48px; border-color: rgba(255,255,255,.4); border-style: solid; border-width: 0; z-index: 4; }
.proj-hero-hud__bracket--tl { top: 24px; left: 24px; border-top-width: 2px; border-left-width: 2px; }
.proj-hero-hud__bracket--tr { top: 24px; right: 24px; border-top-width: 2px; border-right-width: 2px; }
.proj-hero-hud__bracket--bl { bottom: 24px; left: 24px; border-bottom-width: 2px; border-left-width: 2px; }
.proj-hero-hud__bracket--br { bottom: 24px; right: 24px; border-bottom-width: 2px; border-right-width: 2px; }
/* Scan line */
.proj-hero-hud__scan { position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(255,255,255,.3), transparent); z-index: 3; animation: projScan 5s ease-in-out infinite; }
@keyframes projScan { 0%,100%{ top: 10%; } 50%{ top: 85%; } }
/* Info panel */
.proj-hero-hud__panel { position: absolute; bottom: 48px; right: 48px; z-index: 5; background: rgba(255,255,255,.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.3); border-radius: 14px; padding: 28px; width: 300px; }
.proj-hero-hud__tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--orange); display: block; margin-bottom: 6px; }
.proj-hero-hud__name { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--black); margin-bottom: 16px; }
.proj-hero-hud__row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--g100); font-size: 13px; }
.proj-hero-hud__row:last-of-type { border-bottom: none; }
.proj-hero-hud__row span:first-child { color: var(--g400); text-transform: uppercase; letter-spacing: .3px; }
.proj-hero-hud__row span:last-child { color: var(--black); font-weight: 600; }
.proj-hero-hud__btn { display: inline-block; margin-top: 16px; font-size: 13px; font-weight: 600; color: #fff; background: var(--orange); padding: 10px 20px; border-radius: 100px; transition: background .3s; }
.proj-hero-hud__btn:hover { background: var(--orange-dark); }
/* Switcher nav */
.proj-hero-hud__nav { position: absolute; bottom: 48px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; align-items: center; gap: 12px; }
.proj-hero-hud__counter { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.6); font-variant-numeric: tabular-nums; letter-spacing: .05em; min-width: 56px; text-align: center; }
.proj-hero-hud__arrow { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.3); background: transparent; color: rgba(255,255,255,.7); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .3s; }
.proj-hero-hud__arrow:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.1); }
.proj-hero-hud__arrow--next { background: var(--orange); border-color: var(--orange); color: #fff; }
.proj-hero-hud__arrow--next:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.proj-hero-hud__arrow svg { width: 18px; height: 18px; }
/* Callout pins — branded */
.proj-hero-hud__pin { position: absolute; z-index: 4; transform: translate(-50%,-50%); }
.proj-hero-hud__pin-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--orange); border: 3px solid rgba(255,255,255,.8); box-shadow: 0 0 0 4px rgba(239,104,37,.3); animation: hudPinPulse 2.5s ease-in-out infinite; position: relative; z-index: 2; }
@keyframes hudPinPulse { 0%,100%{ box-shadow: 0 0 0 4px rgba(239,104,37,.3); } 50%{ box-shadow: 0 0 0 12px rgba(239,104,37,0); } }
.proj-hero-hud__pin-line { position: absolute; top: 100%; left: 50%; width: 1.5px; height: 36px; background: linear-gradient(to bottom, rgba(255,255,255,.6), rgba(255,255,255,.1)); margin-left: -.75px; margin-top: 4px; }
.proj-hero-hud__pin-line--up { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 4px; background: linear-gradient(to top, rgba(255,255,255,.6), rgba(255,255,255,.1)); }
.proj-hero-hud__pin-label { position: absolute; top: calc(100% + 44px); left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 12px; font-weight: 700; color: var(--black); background: rgba(255,255,255,.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 8px 16px; border-radius: 8px; letter-spacing: .3px; box-shadow: 0 4px 20px rgba(0,0,0,.12); }
.proj-hero-hud__pin-label::before { content: ""; position: absolute; top: -4px; left: 50%; margin-left: -4px; width: 8px; height: 8px; background: rgba(255,255,255,.85); transform: rotate(45deg); }
.proj-hero-hud__pin-label--top { top: auto; bottom: calc(100% + 44px); }
.proj-hero-hud__pin-label--top::before { top: auto; bottom: -4px; }
/* Hotspot dots */
@media (max-width: 900px) {
    .proj-hero-hud { height: 60vh; min-height: 400px; margin: 10px 10px 0; border-radius: 16px; }
    .proj-hero-hud__title { font-size: 36px; }
    .proj-hero-hud__content { bottom: 32px; left: 24px; }
    .proj-hero-hud__panel { bottom: 32px; right: 24px; width: 240px; padding: 20px; }
    .proj-hero-hud__name { font-size: 18px; }
    .proj-hero-hud__bracket { width: 32px; height: 32px; }
    .proj-hero-hud__pin { display: none; }
    .proj-hero-hud__nav { bottom: 32px; }
}
@media (max-width: 600px) {
    .proj-hero-hud { height: 70vh; min-height: 360px; margin: 8px 8px 0; display: flex; flex-direction: column; }
    .proj-hero-hud__bg { inset: auto; }
    .proj-hero-hud__title { font-size: 28px; }
    .proj-hero-hud__panel { position: relative; bottom: auto; right: auto; width: 100%; border-radius: 0 0 16px 16px; margin-top: auto; }
    .proj-hero-hud__content { bottom: auto; left: 24px; top: 80px; }
    .proj-hero-hud__nav { top: calc(50% - 50px); bottom: auto; }
    .proj-hero-hud__bracket { display: none; }
    .proj-hero-hud__scan { display: none; }
}
.proj-grid__info h3 { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--black); line-height: 1.3; }
.proj-grid__meta { font-size: 13px; color: var(--g400); margin-top: 4px; display: block; }
@media (max-width: 1024px) { .proj-featured { grid-template-columns: 1fr; } .proj-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .proj-grid { grid-template-columns: 1fr; gap: 16px; } .proj-grid__info h3 { font-size: 16px; } }

/* ============ FOOTER ============ */
.footer {
    background: var(--navy-dark);
    margin-top: 100px; padding: 80px 0 0;
    border-radius: 32px 32px 0 0;
    color: rgba(255,255,255,0.55);
}
.footer__top {
    display: grid; grid-template-columns: 1.5fr 2.5fr;
    gap: 60px; padding-bottom: 61px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer__brand img { height: 64px; margin-bottom: 19px; }
.footer__brand p { font-size: 14px; line-height: 23.8px; }
.footer__cols {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px;
}
.footer__col h5 {
    font-size: 16px; font-weight: 700; color: #fff;
    text-transform: uppercase; line-height: 20.4px;
    margin-bottom: 16px;
}
.footer__col a, .footer__col span {
    display: block; font-size: 14px; line-height: 23.8px;
    font-weight: 500;
}
.footer__col a:hover { color: var(--orange); }
.footer__bottom {
    display: flex; justify-content: space-between;
    align-items: center; padding: 24px 0;
}
.footer__copy { font-size: 10.8px; line-height: 18.42px; }
.footer__social { display: flex; gap: 16px; }
.footer__social a { width: 18px; height: 18px; opacity: .55; transition: opacity .3s; }
.footer__social a:hover { opacity: 1; }
.footer__social img { width: 100%; height: 100%; }


/* ============ PAGE HERO (inner pages) ============ */
.page-hero {
    position: relative; height: 480px;
    display: flex; align-items: flex-end;
    overflow: hidden; margin: 18px 16px 0;
    border-radius: 24px;
}
.page-hero__bg { position: absolute; inset: 0; border-radius: inherit; overflow: hidden; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__overlay {
    position: absolute; inset: 0; border-radius: inherit;
    background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,.2));
}
.page-hero__content {
    position: relative; z-index: 2;
    max-width: var(--max); margin: 0 auto;
    padding: 0 48px 64px; width: 100%;
}
.page-hero__crumb {
    font-size: 13px; font-weight: 500; color: rgba(255,255,255,.5);
    margin-bottom: 16px;
}
.page-hero__crumb a { color: rgba(255,255,255,.5); transition: color .3s; }
.page-hero__crumb a:hover { color: #fff; }
.page-hero__title {
    font-family: var(--font-display); font-size: 53px; font-weight: 800; color: #fff;
    line-height: 66.7px; letter-spacing: -.02em;
}

/* ============ ABOUT PAGE — sidebar scrollspy layout ============ */

/* Main layout: sidebar + content */
.about-layout {
    display: grid; grid-template-columns: 220px 1fr;
    gap: 60px; max-width: var(--max); margin: 0 auto;
    padding: 80px 48px 0;
}

/* Sticky sidebar */
.about-sidebar {
    position: relative;
}
.about-sidebar__nav {
    position: sticky; top: 100px;
    display: flex; flex-direction: column; gap: 0;
    border-left: 2px solid var(--g100);
    padding-left: 0;
}
.about-sidebar__link {
    display: block; padding: 12px 0 12px 20px;
    font-size: 14px; font-weight: 600; color: var(--g400);
    position: relative; transition: color .3s, padding-left .3s;
}
.about-sidebar__link::before {
    content: ''; position: absolute; left: -2px; top: 0; bottom: 0;
    width: 2px; background: var(--orange);
    transform: scaleY(0); transition: transform .3s var(--ease);
    transform-origin: top;
}
.about-sidebar__link--active {
    color: var(--black); padding-left: 24px;
}
.about-sidebar__link--active::before { transform: scaleY(1); }
.about-sidebar__link:hover { color: var(--black); }

/* Content sections */
.about-content { min-width: 0; }
.about-section {
    padding-bottom: 80px; margin-bottom: 80px;
    border-bottom: 1px solid var(--g100);
}
.about-section:last-child { border-bottom: none; margin-bottom: 40px; }
.about-section__img { border-radius: 12px; overflow: hidden; margin-top: 32px; }
.about-section__img img { width: 100%; object-fit: cover; border-radius: 12px; }

.about-split {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center; padding: 120px 0;
}
.about-split__body {
    font-size: 16px; font-weight: 400; color: var(--g500); line-height: 1.8;
}
.about-split__img { border-radius: 12px; overflow: hidden; }
.about-split__img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* Stats inside about */
.about-stats-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.about-stat {
    background: #fff; border-radius: 14px; padding: 28px;
    text-align: center;
}
.about-stat__num {
    font-family: var(--font-display); font-size: 48px; font-weight: 800;
    color: var(--cod); letter-spacing: -1.5px; line-height: 1;
}
.about-stat__suffix { font-size: 24px; font-weight: 700; color: var(--orange); }
.about-stat__label {
    display: block; margin-top: 8px; font-size: 13px; font-weight: 500;
    color: var(--g400); text-transform: uppercase; letter-spacing: .5px;
}

/* Values list */
.about-values { display: flex; flex-direction: column; }
.about-val {
    padding: 24px 0; border-bottom: 1px solid var(--g100);
}
.about-val:first-child { border-top: 1px solid var(--g100); }
.about-val__head { display: flex; align-items: center; gap: 16px; margin-bottom: 8px; }
.about-val__num {
    font-size: 13px; font-weight: 800; color: var(--orange); min-width: 24px;
}
.about-val h4 {
    font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--black);
}
.about-val p { font-size: 14px; color: var(--g500); line-height: 1.65; padding-left: 40px; }

/* Vertical timeline — scroll-fill */
.about-timeline { position: relative; padding-left: 40px; }
/* Background track */
.about-timeline::before {
    content: ''; position: absolute; left: 11px; top: 6px; bottom: 6px;
    width: 2px; background: var(--g200); border-radius: 1px;
}
/* Fill line — grows on scroll via JS */
.about-timeline__fill {
    position: absolute; left: 11px; top: 6px; width: 2px;
    background: var(--orange); border-radius: 1px;
    height: 0; transition: height .15s linear;
    z-index: 1;
}

.about-tl { margin-bottom: 48px; position: relative; }
.about-tl:last-child { margin-bottom: 0; }

/* Dot — starts gray, turns orange when reached */
.about-tl__dot {
    position: absolute; left: -36px; top: 4px;
    width: 14px; height: 14px; border-radius: 50%;
    background: var(--bg); border: 2.5px solid var(--g200);
    z-index: 2; transition: border-color .4s var(--ease), background .4s var(--ease), transform .4s var(--ease);
}
.about-tl--reached .about-tl__dot {
    border-color: var(--orange); background: var(--orange);
    transform: scale(1.15);
}
/* Pulse ring on reached dot */
.about-tl--reached .about-tl__dot::after {
    content: ''; position: absolute; inset: -6px; border-radius: 50%;
    border: 1.5px solid var(--orange); opacity: 0;
    animation: tlPulse 2s ease-out infinite;
}
@keyframes tlPulse {
    0% { transform: scale(.8); opacity: .5; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* Content — fades in when reached */
.about-tl__body {
    opacity: .4; transform: translateY(8px);
    transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.about-tl--reached .about-tl__body {
    opacity: 1; transform: translateY(0);
}
.about-tl__year {
    font-family: var(--font-display); font-size: 14px; font-weight: 800;
    color: var(--g400); text-transform: uppercase; letter-spacing: .08em;
    margin-bottom: 8px; display: block;
    transition: color .4s var(--ease);
}
.about-tl--reached .about-tl__year { color: var(--orange); }
.about-tl__body h4 {
    font-family: var(--font-display); font-size: 18px; font-weight: 800;
    color: var(--cod); margin-bottom: 8px;
}
.about-tl__body p { font-size: 14px; color: var(--g500); line-height: 1.7; }

/* Services — icon card grid */
.about-svc-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.about-svc-card {
    background: #fff; border-radius: 12px; padding: 24px 20px;
    transition: transform .3s var(--ease), box-shadow .3s;
}
.about-svc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,.06);
}
.about-svc-card__icon {
    width: 40px; height: 40px; margin-bottom: 14px;
}
.about-svc-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.about-svc-card h4 {
    font-family: var(--font-display); font-size: 15px; font-weight: 800;
    color: var(--black); margin-bottom: 6px;
}
.about-svc-card p {
    font-size: 13px; color: var(--g500); line-height: 1.55;
}

/* Project preview cards */
.about-proj-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.about-proj-scroll {
    display: flex; gap: 16px;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    cursor: grab;
}
.about-proj-scroll .about-proj-card {
    flex: 0 0 340px; scroll-snap-align: start;
}
.about-proj-card {
    position: relative; border-radius: 12px; overflow: hidden;
    aspect-ratio: 4/3;
}
.about-proj-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .5s var(--ease);
}
.about-proj-card:hover img { transform: scale(1.05); }

/* Videos that replace team / project images — match the <img> sizing they swap in for */
.team-card__img video { width: 100%; height: 380px; object-fit: cover; object-position: top; pointer-events: none; display: block; }
.team-grid__img video { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s var(--ease); display: block; }
.team-grid__card:hover .team-grid__img video { transform: scale(1.04); }
.about-proj-card video { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); display: block; }
.about-proj-card:hover video { transform: scale(1.05); }
@media (max-width: 768px) { .team-card__img video { height: 300px; } }
.about-proj-card__info {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 20px; z-index: 2;
    background: linear-gradient(to top, rgba(10,17,35,.85), transparent);
}
.about-proj-card__info span {
    font-size: 11px; font-weight: 700; color: var(--orange);
    text-transform: uppercase; letter-spacing: .5px;
    display: block; margin-bottom: 4px;
}
.about-proj-card__info h4 {
    font-family: var(--font-display); font-size: 16px; font-weight: 800; color: #fff;
}

/* Partner logo strip */
.partners-strip {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
}
.partner-logo {
    background: #fff; border-radius: 12px;
    height: 72px; display: flex; align-items: center; justify-content: center;
    padding: 12px 16px;
    transition: transform .3s var(--ease);
}
.partner-logo:hover { transform: translateY(-2px); }
.partner-logo img {
    max-height: 40px; max-width: 100%; object-fit: contain;
    filter: grayscale(100%); opacity: .6;
    transition: filter .3s, opacity .3s;
}
.partner-logo:hover img { filter: grayscale(0%); opacity: 1; }
.partner-logo span {
    font-family: var(--font-display); font-size: 15px; font-weight: 800;
    color: var(--g400); text-transform: uppercase; letter-spacing: .5px;
}

/* Stagger: service cards */
.about-svc-grid .about-svc-card { opacity: 0; transform: translateY(20px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.about-svc-grid.visible .about-svc-card { opacity: 1; transform: translateY(0); }
.about-svc-grid.visible .about-svc-card:nth-child(1) { transition-delay: 0s; }
.about-svc-grid.visible .about-svc-card:nth-child(2) { transition-delay: .07s; }
.about-svc-grid.visible .about-svc-card:nth-child(3) { transition-delay: .14s; }
.about-svc-grid.visible .about-svc-card:nth-child(4) { transition-delay: .21s; }
.about-svc-grid.visible .about-svc-card:nth-child(5) { transition-delay: .28s; }
.about-svc-grid.visible .about-svc-card:nth-child(6) { transition-delay: .35s; }

/* Stagger: project cards */
.about-proj-grid .about-proj-card { opacity: 0; transform: scale(.95); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.about-proj-grid.visible .about-proj-card { opacity: 1; transform: scale(1); }
.about-proj-grid.visible .about-proj-card:nth-child(1) { transition-delay: 0s; }
.about-proj-grid.visible .about-proj-card:nth-child(2) { transition-delay: .1s; }
.about-proj-grid.visible .about-proj-card:nth-child(3) { transition-delay: .2s; }

/* Partners: always fully visible (collapsible toggle removed) */

/* Stagger: first row of partner logos (rest appear on expand) */
.partners-strip .partner-logo { opacity: 0; transform: translateY(15px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.partners-strip.visible .partner-logo { opacity: 1; transform: translateY(0); }
.partners-strip.visible .partner-logo:nth-child(1) { transition-delay: 0s; }
.partners-strip.visible .partner-logo:nth-child(2) { transition-delay: .05s; }
.partners-strip.visible .partner-logo:nth-child(3) { transition-delay: .1s; }
.partners-strip.visible .partner-logo:nth-child(4) { transition-delay: .15s; }
.partners-strip.visible .partner-logo:nth-child(5) { transition-delay: .2s; }
.partners-strip.visible .partner-logo:nth-child(6) { transition-delay: .25s; }

/* Stagger: about stats */
.about-stats-grid .about-stat { opacity: 0; transform: translateY(20px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.about-stats-grid.visible .about-stat { opacity: 1; transform: translateY(0); }
.about-stats-grid.visible .about-stat:nth-child(1) { transition-delay: 0s; }
.about-stats-grid.visible .about-stat:nth-child(2) { transition-delay: .1s; }
.about-stats-grid.visible .about-stat:nth-child(3) { transition-delay: .2s; }
.about-stats-grid.visible .about-stat:nth-child(4) { transition-delay: .3s; }

/* Stagger: about values */
.about-values .about-val { opacity: 0; transform: translateX(-15px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.about-values.visible .about-val { opacity: 1; transform: translateX(0); }
.about-values.visible .about-val:nth-child(1) { transition-delay: 0s; }
.about-values.visible .about-val:nth-child(2) { transition-delay: .08s; }
.about-values.visible .about-val:nth-child(3) { transition-delay: .16s; }
.about-values.visible .about-val:nth-child(4) { transition-delay: .24s; }
.about-values.visible .about-val:nth-child(5) { transition-delay: .32s; }

@media (max-width: 1024px) {
    .about-svc-grid { grid-template-columns: repeat(2, 1fr); }
    .about-proj-grid { grid-template-columns: repeat(2, 1fr); }
    .partners-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
    .about-svc-grid { grid-template-columns: 1fr; }
    .about-proj-grid { display: flex; overflow-x: auto; gap: 12px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .about-proj-grid::-webkit-scrollbar { display: none; }
    .about-proj-card { flex: 0 0 260px; min-width: 0; }
    .partners-strip { grid-template-columns: repeat(2, 1fr); }
}

/* Team grid inside about */
.about-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.about-team-card { border-radius: 12px; overflow: hidden; }
.about-team-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; }
.about-team-card__info { padding: 12px 0; }
.about-team-card__role { font-size: 12px; font-weight: 600; color: var(--orange); }
.about-team-card h4 { font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--black); }

@media (max-width: 1024px) {
    .about-layout { grid-template-columns: 1fr; padding: 60px 32px 0; }
    .about-sidebar { display: none; }
    .about-team-grid { grid-template-columns: repeat(2, 1fr); }
    .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .about-layout { padding: 40px 16px 0; }
    .about-stats-grid { grid-template-columns: 1fr; }
    .about-team-grid { display: flex; overflow-x: auto; gap: 12px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .about-team-grid::-webkit-scrollbar { display: none; }
    .about-team-card { flex: 0 0 180px; min-width: 0; }
    .about-section { padding-bottom: 48px; margin-bottom: 48px; }
}

/* ============ SERVICES PAGE ============ */

/* Service card grid — 3x2 clickable cards */
.svc-page-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.svc-page-card {
    background: #fff; border-radius: 14px; padding: 36px 28px;
    position: relative; overflow: hidden;
    transition: transform .35s var(--ease), box-shadow .35s;
    display: flex; flex-direction: column;
}
.svc-page-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0,0,0,.08);
}
.svc-page-card__icon {
    width: 56px; height: 56px; margin-bottom: 20px;
}
.svc-page-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.svc-page-card h3 {
    font-family: var(--font-display); font-size: 18px; font-weight: 800;
    color: var(--black); margin-bottom: 8px;
}
.svc-page-card p {
    font-size: 14px; color: var(--g500); line-height: 1.6; flex: 1;
}
.svc-page-card__arrow {
    font-size: 20px; color: var(--orange); margin-top: 16px;
    display: inline-block; transition: transform .3s;
}
.svc-page-card:hover .svc-page-card__arrow { transform: translateX(6px); }

/* Big number beside each detail section */
.svc-detail { padding: 100px 0; border-bottom: 1px solid var(--g100); position: relative; }
.svc-detail:last-of-type { border-bottom: none; }
.svc-detail__num {
    font-family: var(--font-display); font-size: 120px; font-weight: 900;
    color: var(--g100); line-height: 1; margin-bottom: -30px;
    pointer-events: none; user-select: none;
}
.svc-detail__inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center;
}
.svc-detail__inner--reverse { direction: rtl; }
.svc-detail__inner--reverse > * { direction: ltr; }
.svc-detail__icon {
    width: 56px; height: 56px; margin-bottom: 20px;
}
.svc-detail__icon img { width: 100%; height: 100%; object-fit: contain; }
.svc-detail__text .eyebrow { margin-bottom: 8px; }
.svc-detail__text h3 {
    font-family: var(--font-display); font-size: 36px; font-weight: 800;
    color: var(--black); margin-bottom: 20px; letter-spacing: -.01em;
}
.svc-detail__text p {
    font-size: 16px; color: var(--g500); line-height: 1.8;
    margin-top: 16px; margin-bottom: 16px;
}
.svc-detail__list { margin: 24px 0 0; }
.svc-detail__list li {
    padding: 10px 0; font-size: 15px; color: var(--g700);
    display: flex; align-items: center; gap: 12px;
}
.svc-detail__list li::before {
    content: ''; width: 8px; height: 8px;
    background: var(--orange); border-radius: 50%; flex-shrink: 0;
}
.svc-detail__img { border-radius: 16px; overflow: hidden; }
.svc-detail__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
/* Even-numbered details are reversed (content on the right) — match the big number on desktop. */
@media (min-width: 901px) {
    .svc-detail__num--right { text-align: right; }
}

/* Process steps */
.process-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.process-step {
    background: #fff; border-radius: 14px; padding: 36px 28px;
    position: relative; overflow: hidden;
    transition: transform .3s var(--ease);
}
.process-step:hover { transform: translateY(-4px); }
.process-step__num {
    font-family: var(--font-display); font-size: 48px; font-weight: 900;
    color: var(--orange); line-height: 1; margin-bottom: 16px;
    opacity: .2;
}
.process-step h4 {
    font-family: var(--font-display); font-size: 18px; font-weight: 800;
    color: var(--black); margin-bottom: 10px;
}
.process-step p {
    font-size: 14px; color: var(--g500); line-height: 1.65;
}
/* Connecting line between steps */
.process-step::after {
    content: ''; position: absolute; top: 50%; right: -14px;
    width: 28px; height: 1px; background: var(--g200);
}
.process-step:last-child::after { display: none; }

/* Stagger process cards */
.process-grid .process-step { opacity: 0; transform: translateY(25px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.process-grid.visible .process-step { opacity: 1; transform: translateY(0); }
.process-grid.visible .process-step:nth-child(1) { transition-delay: 0s; }
.process-grid.visible .process-step:nth-child(2) { transition-delay: .12s; }
.process-grid.visible .process-step:nth-child(3) { transition-delay: .24s; }
.process-grid.visible .process-step:nth-child(4) { transition-delay: .36s; }

/* Stagger service page cards */
.svc-page-grid .svc-page-card { opacity: 0; transform: translateY(25px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.svc-page-grid.visible .svc-page-card { opacity: 1; transform: translateY(0); }
.svc-page-grid.visible .svc-page-card:nth-child(1) { transition-delay: 0s; }
.svc-page-grid.visible .svc-page-card:nth-child(2) { transition-delay: .08s; }
.svc-page-grid.visible .svc-page-card:nth-child(3) { transition-delay: .16s; }
.svc-page-grid.visible .svc-page-card:nth-child(4) { transition-delay: .24s; }
.svc-page-grid.visible .svc-page-card:nth-child(5) { transition-delay: .32s; }
.svc-page-grid.visible .svc-page-card:nth-child(6) { transition-delay: .4s; }

@media (max-width: 1200px) {
    .svc-page-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .process-step::after { display: none; }
    .svc-detail__num { font-size: 80px; margin-bottom: -20px; }
}
@media (max-width: 768px) {
    .svc-page-grid { grid-template-columns: 1fr; }
    .process-grid {
        display: flex; overflow-x: auto; gap: 12px;
        grid-template-columns: none;
        scrollbar-width: none; -webkit-overflow-scrolling: touch;
        padding: 0 16px; margin: 0 -16px;
    }
    .process-grid::-webkit-scrollbar { display: none; }
    .process-step { flex: 0 0 260px; min-width: 0; }
    .process-step::after { display: none; }
    .svc-detail__num { font-size: 64px; margin-bottom: -16px; }
    .svc-detail__text h3 { font-size: 26px; }
    .svc-detail { padding: 80px 0; }
}

/* ============ CONTACT PAGE ============ */

/* Intro text above the grid */
.contact-intro {
    text-align: center; max-width: 640px; margin: 0 auto;
    padding: 100px 0 60px;
}
.contact-intro h2 {
    font-family: var(--font-display); font-size: 42px; font-weight: 800;
    color: var(--black); margin-bottom: 16px;
}
.contact-intro p {
    font-size: 16px; color: var(--g500); line-height: 1.7;
}

/* Two-column grid */
.contact-grid {
    display: grid; grid-template-columns: 5fr 7fr;
    gap: 40px; padding: 0 0 100px;
}

/* Left column: info cards */
.contact-info { display: flex; flex-direction: column; }
.contact-info__card {
    background: #fff; border-radius: 14px; padding: 28px;
    display: flex; gap: 20px; align-items: flex-start;
    margin-bottom: 16px;
    transition: transform .3s var(--ease), box-shadow .3s;
}
.contact-info__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0,0,0,.06);
}
.contact-info__icon {
    width: 48px; height: 48px; background: var(--orange);
    border-radius: 50%; display: flex;
    align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-info__icon svg { width: 22px; height: 22px; color: #fff; fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-info__detail { flex: 1; }
.contact-info__detail h4 {
    font-family: var(--font-display); font-size: 15px; font-weight: 800;
    color: var(--black); margin-bottom: 4px;
}
.contact-info__detail p,
.contact-info__detail a {
    font-size: 14px; color: var(--g500); line-height: 1.6;
}
.contact-info__detail a:hover { color: var(--orange); }

/* Social row under info cards */
.contact-social {
    display: flex; gap: 12px; margin-top: 8px;
}
.contact-social a {
    width: 44px; height: 44px; border-radius: 12px;
    background: var(--bg); display: flex; align-items: center; justify-content: center;
    transition: background .3s, transform .3s;
}
.contact-social a:hover { background: var(--orange); transform: translateY(-2px); }
.contact-social img {
    width: 18px; height: 18px;
    filter: brightness(0); /* make white SVGs black */
    transition: filter .3s;
}
.contact-social a:hover img { filter: brightness(100); /* back to white on orange bg */ }

/* Right column: form card */
.contact-form {
    background: #fff; border-radius: 16px; padding: 48px;
    box-shadow: 0 2px 20px rgba(0,0,0,.04);
}
.contact-form h3 {
    font-family: var(--font-display); font-size: 24px; font-weight: 800;
    color: var(--black); margin-bottom: 6px;
}
.contact-form > p {
    font-size: 15px; color: var(--g500); margin-bottom: 32px;
}
.form-row {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 16px; margin-bottom: 16px;
}
.form-row--full { grid-template-columns: 1fr; }
.form-field label {
    display: block; font-size: 12px; font-weight: 700;
    color: var(--g600); text-transform: uppercase;
    letter-spacing: .08em; margin-bottom: 8px;
}
.form-field input,
.form-field textarea,
.form-field select {
    width: 100%; font-family: var(--font); font-size: 15px;
    padding: 14px 16px; border: 1px solid var(--g100);
    border-radius: 10px; background: var(--bg);
    color: var(--black); transition: border-color .3s, background .3s;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    outline: none; border-color: var(--orange); background: #fff;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--g400); }
.form-field textarea { resize: vertical; min-height: 130px; }
.form-submit { margin-top: 28px; }
.form-submit .btn-pill {
    width: 100%; height: 56px; background: var(--orange); color: #fff;
    border: none; cursor: pointer; justify-content: center;
    font-family: var(--font); font-size: 15px; font-weight: 600;
    border-radius: 12px; transition: background .3s;
}
.form-submit .btn-pill:hover { background: var(--orange-dark); }

/* Map */
.contact-map {
    height: 200px; border-radius: 14px; overflow: hidden; flex: 1;
}
.contact-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.15); }

/* Responsive */
@media (max-width: 1200px) {
    .contact-grid { grid-template-columns: 1fr; gap: 32px; }
    .contact-intro { padding: 80px 0 48px; }
    .contact-intro h2 { font-size: 32px; }
}
@media (max-width: 768px) {
    .contact-form { padding: 28px 20px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-intro h2 { font-size: 26px; }
    .contact-intro { padding: 60px 0 36px; }
    .contact-map { height: 300px; border-radius: 12px; }
    .contact-info__card { padding: 20px; }
}

/* ============ ANIMATIONS ============ */

/* Base — fade up (default) */
.anim { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.anim.visible { opacity: 1; transform: translateY(0); }

/* Fade in only (no movement) */
.anim--fade { transform: none; opacity: 0; transition: opacity 1s var(--ease); }
.anim--fade.visible { opacity: 1; }

/* Slide from left */
.anim--left { opacity: 0; transform: translateX(-50px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.anim--left.visible { opacity: 1; transform: translateX(0); }

/* Slide from right */
.anim--right { opacity: 0; transform: translateX(50px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.anim--right.visible { opacity: 1; transform: translateX(0); }

/* Scale up */
.anim--scale { opacity: 0; transform: scale(.92); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.anim--scale.visible { opacity: 1; transform: scale(1); }

/* Stagger children — add data-stagger to parent */
[data-stagger] > .anim:nth-child(1) { transition-delay: 0s; }
[data-stagger] > .anim:nth-child(2) { transition-delay: .1s; }
[data-stagger] > .anim:nth-child(3) { transition-delay: .2s; }
[data-stagger] > .anim:nth-child(4) { transition-delay: .3s; }
[data-stagger] > .anim:nth-child(5) { transition-delay: .4s; }
[data-stagger] > .anim:nth-child(6) { transition-delay: .5s; }

/* Hero entrance — plays immediately on load */
.hero__eyebrow {
    opacity: 0; transform: translateY(20px);
    animation: heroIn .8s var(--ease) .3s forwards;
}
.hero__title {
    opacity: 0; transform: translateY(30px);
    animation: heroIn 1s var(--ease) .5s forwards;
}
.hero__actions {
    opacity: 0; transform: translateY(20px);
    animation: heroIn .8s var(--ease) .8s forwards;
}
@keyframes heroIn {
    to { opacity: 1; transform: translateY(0); }
}

/* Page hero entrance */
.page-hero__content .page-hero__crumb {
    opacity: 0; transform: translateY(15px);
    animation: heroIn .7s var(--ease) .2s forwards;
}
.page-hero__content .page-hero__title {
    opacity: 0; transform: translateY(25px);
    animation: heroIn .9s var(--ease) .35s forwards;
}

/* Service detail alternating entrance */
.svc-detail__inner.anim .svc-detail__text {
    opacity: 0; transform: translateX(-30px);
    transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.svc-detail__inner.anim .svc-detail__img {
    opacity: 0; transform: translateX(30px);
    transition: opacity .8s var(--ease) .15s, transform .8s var(--ease) .15s;
}
.svc-detail__inner--reverse.anim .svc-detail__text { transform: translateX(30px); }
.svc-detail__inner--reverse.anim .svc-detail__img { transform: translateX(-30px); }
.svc-detail__inner.visible .svc-detail__text,
.svc-detail__inner.visible .svc-detail__img {
    opacity: 1; transform: translateX(0);
}

/* Contact grid entrance */
.contact-info.anim { opacity: 0; transform: translateX(-30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.contact-info.anim.visible { opacity: 1; transform: translateX(0); }
.contact-form.anim { opacity: 0; transform: translateX(30px); transition: opacity .9s var(--ease) .15s, transform .9s var(--ease) .15s; }
.contact-form.anim.visible { opacity: 1; transform: translateX(0); }

/* Timeline items stagger */
.timeline__item { opacity: 0; transform: translateY(25px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.timeline__line.visible .timeline__item { opacity: 1; transform: translateY(0); }
.timeline__line.visible .timeline__item:nth-child(1) { transition-delay: 0s; }
.timeline__line.visible .timeline__item:nth-child(2) { transition-delay: .12s; }
.timeline__line.visible .timeline__item:nth-child(3) { transition-delay: .24s; }
.timeline__line.visible .timeline__item:nth-child(4) { transition-delay: .36s; }
.timeline__line.visible .timeline__item:nth-child(5) { transition-delay: .48s; }

/* Team grid cards stagger */
.team-grid .team-grid__card { opacity: 0; transform: translateY(30px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.team-grid.visible .team-grid__card { opacity: 1; transform: translateY(0); }
.team-grid.visible .team-grid__card:nth-child(1) { transition-delay: 0s; }
.team-grid.visible .team-grid__card:nth-child(2) { transition-delay: .1s; }
.team-grid.visible .team-grid__card:nth-child(3) { transition-delay: .2s; }
.team-grid.visible .team-grid__card:nth-child(4) { transition-delay: .3s; }

/* HUD stats entrance */
.hud-stats .hud-stat { opacity: 0; transform: translateY(20px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.hud-stats.visible .hud-stat { opacity: 1; transform: translateY(0); }
.hud-stats.visible .hud-stat:nth-child(1) { transition-delay: 0s; }
.hud-stats.visible .hud-stat:nth-child(2) { transition-delay: .1s; }
.hud-stats.visible .hud-stat:nth-child(3) { transition-delay: .2s; }
.hud-stats.visible .hud-stat:nth-child(4) { transition-delay: .3s; }

/* Contact map entrance */
.contact-map { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.contact-map.visible { opacity: 1; transform: translateY(0); }

/* Statement text — words clip in */
.statement__text.anim { transform: translateY(60px); transition: opacity 1.2s var(--ease), transform 1.2s var(--ease); }

/* Service cards stagger */
.svc-cards .svc-card { opacity: 0; transform: translateY(30px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.svc-cards.visible .svc-card { opacity: 1; transform: translateY(0); }
.svc-cards.visible .svc-card:nth-child(1) { transition-delay: 0s; }
.svc-cards.visible .svc-card:nth-child(2) { transition-delay: .08s; }
.svc-cards.visible .svc-card:nth-child(3) { transition-delay: .16s; }
.svc-cards.visible .svc-card:nth-child(4) { transition-delay: .24s; }
.svc-cards.visible .svc-card:nth-child(5) { transition-delay: .32s; }
.svc-cards.visible .svc-card:nth-child(6) { transition-delay: .4s; }

/* Stats counter items stagger */
.stats__grid > div { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.stats__grid.visible > div { opacity: 1; transform: translateY(0); }
.stats__grid.visible > div:nth-child(1) { transition-delay: 0s; }
.stats__grid.visible > div:nth-child(2) { transition-delay: .12s; }
.stats__grid.visible > div:nth-child(3) { transition-delay: .24s; }
.stats__grid.visible > div:nth-child(4) { transition-delay: .36s; }

/* Project cards stagger */
/* Project slides entrance stagger */
/* Ribbon — no entrance stagger (cards are cloned for infinite loop) */

/* Team cards stagger */
.team__cards .team-card { opacity: 0; transform: translateY(25px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.team__cards.visible .team-card { opacity: 1; transform: translateY(0); }
.team__cards.visible .team-card:nth-child(1) { transition-delay: 0s; }
.team__cards.visible .team-card:nth-child(2) { transition-delay: .08s; }
.team__cards.visible .team-card:nth-child(3) { transition-delay: .1s; }
.team__cards.visible .team-card:nth-child(4) { transition-delay: .16s; }
.team__cards.visible .team-card:nth-child(5) { transition-delay: .22s; }
.team__cards.visible .team-card:nth-child(6) { transition-delay: .28s; }

/* About — left text slides in from left, image from right */
.about__text.anim { opacity: 0; transform: translateX(-40px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.about__text.anim.visible { opacity: 1; transform: translateX(0); }
.about__img.anim { opacity: 0; transform: translateX(40px); transition: opacity 1s var(--ease) .15s, transform 1s var(--ease) .15s; }
.about__img.anim.visible { opacity: 1; transform: translateX(0); }

/* Values items stagger */
.vals .vals__item { opacity: 0; transform: translateX(-20px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.vals.visible .vals__item { opacity: 1; transform: translateX(0); }
.vals.visible .vals__item:nth-child(1) { transition-delay: .1s; }
.vals.visible .vals__item:nth-child(2) { transition-delay: .2s; }
.vals.visible .vals__item:nth-child(3) { transition-delay: .3s; }

/* CTA band — scale in */
.cta-band { opacity: 0; transform: scale(.96); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.cta-band.visible { opacity: 1; transform: scale(1); }

/* ============ RESPONSIVE ============ */
/* ---- 1440 ---- */
@media (max-width: 1440px) {
}

/* ---- 1200 ---- */
@media (max-width: 1200px) {
    .hero__title { font-size: 56px; line-height: 58px; }
    .statement__text { font-size: 56px; }
    .sec-title { font-size: 40px; line-height: 50px; }
    .about { flex-direction: column; gap: 48px; }
    .about__text { flex: none; width: 100%; }
    .svc-card { flex: 0 0 260px; height: 320px; }
    .cta-band__title { font-size: 36px; line-height: 40px; }
    .proj-hero { height: 480px; }
    .proj-hero__title { font-size: 40px; }
    .proj-overview__grid { grid-template-columns: 1fr; gap: 48px; }
    .proj-gallery__grid { grid-template-columns: 1fr 1fr; }
    .proj-services__grid { grid-template-columns: 1fr 1fr; }
    .about-split { grid-template-columns: 1fr; gap: 48px; }
    .contact-grid { grid-template-columns: 1fr; }
    .svc-detail__inner { grid-template-columns: 1fr; gap: 48px; }
    .svc-detail__inner--reverse { direction: ltr; }
    .nav__links { gap: 16px; }
    .nav__links a { font-size: 13px; }
    .nav__cta { padding: 0 28px; font-size: 13px; }
}

/* ---- 900 (tablet) ---- */
@media (max-width: 900px) {
    .nav__links { display: none; }
    .nav__burger { display: flex; margin-right: 4px; }
    .nav > .nav__cta { display: none; }
    .nav { top: 12px; padding: 10px 16px; width: calc(100% - 24px); border-radius: 60px; }
    .nav--scrolled { border-radius: 0; top: 0; width: 100%; max-width: 100%; padding: 10px 16px; }
    .nav__logo { height: 40px; }
    .hero { height: 75svh; min-height: 500px; margin: 10px 10px 0; align-items: center; }
    .hero__title { font-size: 36px; line-height: 40px; max-width: 500px; }
    .hero__actions { flex-wrap: wrap; justify-content: center; }
    .hero__content { padding: 0 24px; text-align: center; }
    .hero__eyebrow { text-align: center; }
    .statement__text { font-size: 40px; }
    .statement { padding: 120px 0; }
    .statement { padding: 80px 0 0; }
    .sec-head { flex-direction: column; gap: 12px; align-items: flex-start; }
    .sec-head--split { flex-direction: row; align-items: flex-end; }
    .sec-head__right { align-items: flex-start; text-align: left; }
    .sec-head__controls { margin-top: 0; }
    .stats__grid { grid-template-columns: 1fr 1fr; }
    .stats__num { font-size: 48px; line-height: 48px; }
    .stats__plus { font-size: 24px; }
    .stats { padding: 80px 0; }
    .projects { padding: 100px 0; }
    .about { padding: 100px 0; }
    .about__lead { font-size: 17px; }
    .team { padding: 0 0 100px; }
    .footer__top { grid-template-columns: 1fr; }
    .footer__cols { grid-template-columns: 1fr 1fr; gap: 32px; }
    .cta-band { margin: 0 10px; padding: 60px 32px; }
    .cta-band__title { font-size: 28px; line-height: 32px; }
    .cta-band__desc { font-size: 14px; }
    .page-hero { height: 360px; margin: 10px 10px 0; border-radius: 16px; }
    .page-hero__title { font-size: 36px; line-height: 44px; }
    .page-hero__content { padding: 0 24px 48px; }
    .svc-detail { padding: 80px 0; }
    .svc-detail__text h3 { font-size: 24px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form { padding: 28px; }
    .contact-grid { padding: 80px 0; }
    .contact-map { height: 300px; }
    .proj-hero { height: 380px; }
    .proj-hero__title { font-size: 32px; }
    .proj-hero__content { padding: 0 24px 40px; }
    .proj-hero__meta { flex-wrap: wrap; gap: 16px; }
    .proj-overview { padding: 80px 0; }
    .proj-gallery { padding: 80px 0; }
    .proj-gallery h2 { font-size: 28px; }
    .proj-gallery__grid { grid-template-columns: 1fr 1fr; }
    .proj-services { padding: 80px 0; }
    .proj-services__grid { grid-template-columns: 1fr; }
    .proj-nav { flex-direction: column; gap: 24px; text-align: center; }
    .proj-nav__link--prev, .proj-nav__link--next { justify-content: center; }
    .proj-nav__link--next div { text-align: center; }
    .proj-specs { padding: 28px; }
    .timeline__line { padding-left: 36px; }
    .about-split { padding: 80px 0; }
}

/* ---- 600 (mobile) ---- */
@media (max-width: 600px) {
    .wrap { padding: 0 16px; }
    .nav { top: 16px; padding: 24px 24px; width: calc(100% - 36px); border-radius: 16px; }
    .nav--scrolled { border-radius: 0; top: 0; width: 100%; max-width: 100%; padding: 14px 16px; }
    .nav__logo { height: 38px; }
    .nav__logo img { height: 38px; }
    .nav__cta { display: none; }
    .nav__burger { margin-right: 0; }
    .hero { height: 70svh; min-height: 420px; margin: 8px 8px 0; border-radius: 16px; align-items: center; }
    .hero__content { text-align: center; padding: 0 20px; }
    .hero__title { font-size: 26px; line-height: 30px; letter-spacing: -1px; margin: 0 auto 20px; max-width: 320px; }
    .hero__eyebrow { font-size: 11px; letter-spacing: 1px; text-align: center; }
    .btn-pill { height: 46px; padding: 0 24px; font-size: 13px; }
    .hero__actions { gap: 10px; justify-content: center; }
    .statement__text { font-size: 32px; }
    .statement { padding: 100px 0 80px; }
    .eyebrow { font-size: 13px; letter-spacing: 1px; }
    .sec-title { font-size: 26px; line-height: 34px; }
    /* Services: scrollable cards on mobile */
    .services { padding: 60px 0 0; }
    .svc-cards { margin-right: 0; padding: 0 16px; margin-top: 16px; }
    .svc-card { flex: 0 0 220px; height: 280px; }
    .svc-card--empty { display: none; }
    .svc-card__icon { width: 56px; height: 56px; }
    .svc-card__title { font-size: 14px; }
    .svc-card__desc { font-size: 11px; line-height: 1.4; }
    .stats__grid { gap: 24px; }
    .stats__num { font-size: 32px; line-height: 32px; letter-spacing: -1px; }
    .stats__plus { font-size: 20px; line-height: 32px; }
    .stats__label { font-size: 12px; margin-top: 10px; }
    .stats { padding: 64px 0; }
    .projects { padding: 64px 0; }
    .about { padding: 64px 0; }
    .team-card { flex: 0 0 200px; }
    .team-card__img { height: 300px; }
    .team-card:hover .team-card__img { height: 200px; }
    .team-card__img img { height: 300px; }
    .team-card__name { font-size: 17px; }
    .team { padding: 0 0 64px; }
    .cta-band {
        border-radius: 16px; padding: 48px 24px; margin: 0 8px;
        min-height: 320px; text-align: center;
        align-items: center; justify-content: center;
    }
    .cta-band__overlay {
        background: rgba(5,11,31,0.7);
    }
    .cta-band__content { max-width: 100%; text-align: center; }
    .cta-band__title { font-size: 24px; line-height: 30px; }
    .cta-band__desc { font-size: 14px; margin-bottom: 24px; }
    .cta-band .nav__cta { font-size: 14px; }
    .footer { padding: 48px 0 0; margin-top: 64px; border-radius: 24px 24px 0 0; }
    .footer__top { gap: 40px; padding-bottom: 40px; }
    .footer__cols { grid-template-columns: 1fr; gap: 28px; }
    .footer__col h5 { font-size: 14px; margin-bottom: 10px; }
    .footer__col a, .footer__col span { padding: 4px 0; min-height: 44px; display: flex; align-items: center; }
    .footer__bottom { flex-direction: column; gap: 16px; text-align: center; }
    .footer__social { gap: 24px; }
    .footer__social a { width: 24px; height: 24px; padding: 3px; }
    .svc-cards-section { padding-bottom: 64px !important; }
    .section { padding: 64px 0; }
    .svc-page-grid { grid-template-columns: 1fr; gap: 12px; }
    .svc-page-card { flex-direction: row; align-items: center; padding: 20px; gap: 16px; }
    .svc-page-card__icon { width: 56px; height: 56px; margin-bottom: 0; flex-shrink: 0; }
    .svc-page-card h3 { font-size: 15px; margin-bottom: 0; }
    .svc-page-card p { display: none; }
    .svc-page-card__arrow { margin-top: 0; margin-left: auto; flex-shrink: 0; }
    .svc-page-grid .svc-page-card { transform: translateX(-20px); }
    .svc-page-grid.visible .svc-page-card { transform: translateX(0); }
    .svc-page-grid.visible .svc-page-card:nth-child(1) { transition-delay: 0s; }
    .svc-page-grid.visible .svc-page-card:nth-child(2) { transition-delay: .06s; }
    .svc-page-grid.visible .svc-page-card:nth-child(3) { transition-delay: .12s; }
    .svc-page-grid.visible .svc-page-card:nth-child(4) { transition-delay: .18s; }
    .svc-page-grid.visible .svc-page-card:nth-child(5) { transition-delay: .24s; }
    .svc-page-grid.visible .svc-page-card:nth-child(6) { transition-delay: .3s; }
    /* team grid → horizontal scroll */
    .team-grid {
        display: flex; gap: 16px;
        overflow-x: auto; -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }
    .team-grid__card {
        flex: 0 0 260px; scroll-snap-align: start;
    }
    .team-grid__bio { display: none; }
    .about-proj-scroll .about-proj-card {
        flex: 0 0 280px;
    }
    /* inner pages */
    .page-hero { height: 300px; margin: 8px 8px 0; border-radius: 16px; }
    .page-hero__title { font-size: 28px; line-height: 36px; }
    .page-hero__content { padding: 0 16px 36px; }
    .page-hero__crumb { font-size: 12px; margin-bottom: 10px; }
    .svc-detail { padding: 64px 0; }
    .svc-detail__text h3 { font-size: 22px; }
    .svc-detail__icon { width: 48px; height: 48px; margin-bottom: 16px; }
    .contact-grid { padding: 64px 0; gap: 40px; }
    .contact-info h3 { font-size: 22px; }
    .contact-form h3 { font-size: 20px; }
    .contact-form { padding: 24px 16px; }
    .contact-map { height: 240px; border-radius: 12px; }
    .about-split { padding: 0; gap: 32px; }
    .about-split__body { font-size: 15px; }
    .timeline { padding: 64px 0; }
    .timeline__line { padding-left: 28px; }
    .timeline__line::before { left: 10px; }
    .timeline__dot { left: -24px; width: 10px; height: 10px; }
    .timeline__item h4 { font-size: 16px; }
    .timeline__item p { font-size: 14px; }
    .vals__title { font-size: 17px; }
    .vals__item { gap: 14px; padding: 22px 0; }
    /* project detail */
    .proj-hero { height: 320px; margin-top: 56px; }
    .proj-hero__title { font-size: 26px; letter-spacing: -.5px; }
    .proj-hero__tag { font-size: 11px; padding: 5px 12px; }
    .proj-hero__content { padding: 0 16px 32px; }
    .proj-hero__meta { gap: 12px; }
    .proj-hero__meta-item { font-size: 12px; }
    .proj-hero__meta-item strong { font-size: 13px; }
    .proj-overview { padding: 64px 0; }
    .proj-overview__text h2 { font-size: 24px; }
    .proj-specs { padding: 20px; }
    .proj-specs h3 { font-size: 17px; }
    .proj-specs__label { font-size: 12px; }
    .proj-specs__val { font-size: 14px; }
    .proj-services { padding: 64px 0; }
    .proj-svc-card { padding: 28px 20px; }
    .proj-gallery { padding: 64px 0; }
    .proj-gallery h2 { font-size: 24px; margin-bottom: 24px; }
    .proj-gallery__grid { grid-template-columns: 1fr; gap: 12px; }
    .proj-gallery__item--tall { grid-row: span 1; aspect-ratio: 4/3; }
    .proj-nav { padding: 32px 0; gap: 20px; }
    .proj-nav__link { font-size: 14px; }
}

/* ============ MOBILE NAV ============ */
.mob-nav {
    position: fixed; inset: 0; z-index: 99;
    background: var(--navy-dark);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 0;
    opacity: 0; pointer-events: none;
    transition: opacity .35s var(--ease);
}
.mob-nav--open { opacity: 1; pointer-events: all; }
.mob-nav a {
    font-size: 1.4rem; font-weight: 700; color: #fff;
    text-transform: uppercase; padding: 14px 0;
    opacity: 0; transform: translateY(16px);
    transition: opacity .35s var(--ease), transform .35s var(--ease), color .2s;
}
.mob-nav--open a {
    opacity: 1; transform: translateY(0);
}
.mob-nav--open a:nth-child(1) { transition-delay: .05s; }
.mob-nav--open a:nth-child(2) { transition-delay: .1s; }
.mob-nav--open a:nth-child(3) { transition-delay: .15s; }
.mob-nav--open a:nth-child(4) { transition-delay: .2s; }
.mob-nav--open a:nth-child(5) { transition-delay: .25s; }
.mob-nav--open a:nth-child(6) { transition-delay: .3s; }
.mob-nav a:hover, .mob-nav a:active { color: var(--orange); }
.mob-nav__cta {
    margin-top: 28px; opacity: 0; transform: translateY(16px);
    transition: opacity .35s var(--ease) .35s, transform .35s var(--ease) .35s;
}
.mob-nav--open .mob-nav__cta { opacity: 1; transform: translateY(0); }

/* Burger → X animation (display controlled by breakpoints only) */
.nav__burger--open span:first-child { top: 50%; transform: translateY(-50%) rotate(45deg); }
.nav__burger--open span:last-child { bottom: auto; top: 50%; transform: translateY(-50%) rotate(-45deg); }
.nav__burger--open span { background: #fff !important; }

/* ============ PROJECTS PAGE — HUD ============ */
.pg-projects { background: var(--bg); color: var(--black); overflow-x: hidden; }
.pg-projects .footer { margin-top: 0; }

.hud-hero { padding: 140px 0 0; text-align: center; }
.hud-hero__eyebrow {
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 3px; color: var(--orange); margin-bottom: 16px;
    display: flex; align-items: center; justify-content: center; gap: 12px;
}
.hud-hero__eyebrow::before, .hud-hero__eyebrow::after {
    content: ''; width: 40px; height: 1px; background: var(--orange); opacity: .4;
}
.hud-hero__title {
    font-family: var(--font-display); font-size: 56px; font-weight: 800;
    letter-spacing: -2px; line-height: 1.1; margin-bottom: 12px; color: var(--black);
}
.hud-hero__sub {
    font-size: 16px; color: var(--g600); max-width: 560px;
    margin: 0 auto; line-height: 1.7;
}

/* Project Switcher */
.hud-switcher {
    display: flex; align-items: center; justify-content: center;
    gap: 24px; padding: 48px 0 32px;
}
.hud-switcher__btn {
    width: 44px; height: 44px; border-radius: 50%;
    border: 1px solid var(--g200); background: transparent;
    color: var(--g500); display: flex; align-items: center;
    justify-content: center; cursor: pointer; transition: .3s;
}
.hud-switcher__btn:hover { border-color: var(--orange); color: var(--orange); }
.hud-switcher__btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.hud-switcher__label {
    font-size: 14px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.5px; color: var(--black); min-width: 200px;
    text-align: center;
}
.hud-switcher__count {
    font-size: 12px; color: var(--g400); display: block; margin-top: 2px;
    font-weight: 400; letter-spacing: 0;
}

/* HUD Viewport */
.hud-viewport {
    position: relative; max-width: 1300px; margin: 0 auto;
    aspect-ratio: 16/9; border-radius: 8px; overflow: hidden;
}
.hud-viewport__img {
    width: 100%; height: 100%; object-fit: cover;
    filter: brightness(.85) contrast(1.05);
}
/* Corner brackets */
.hud-viewport::before, .hud-viewport::after,
.hud-viewport .hud-corner--bl, .hud-viewport .hud-corner--br {
    content: ''; position: absolute; width: 56px; height: 56px;
    border-color: #fff; border-style: solid; border-width: 0;
    z-index: 5; opacity: .85;
}
.hud-viewport::before { top: 20px; left: 20px; border-top-width: 2px; border-left-width: 2px; }
.hud-viewport::after { top: 20px; right: 20px; border-top-width: 2px; border-right-width: 2px; }
.hud-corner--bl { bottom: 20px; left: 20px; border-bottom-width: 2px; border-left-width: 2px; }
.hud-corner--br { bottom: 20px; right: 20px; border-bottom-width: 2px; border-right-width: 2px; }
/* Scan line */
.hud-scan {
    position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,.7), transparent);
    opacity: .5; z-index: 4;
    animation: hudScan 4s ease-in-out infinite;
}
@keyframes hudScan { 0%,100%{ top: 5%; } 50%{ top: 92%; } }

/* ---- Hotspot System ---- */
.hotspot {
    position: absolute; z-index: 6;
    transform: translate(-50%, -50%);
}
/* Glowing dot */
.hotspot__pin {
    width: 10px; height: 10px; border-radius: 50%;
    background: #fff; position: relative; z-index: 2;
    box-shadow: 0 0 8px 2px rgba(255,255,255,.4);
}
.hotspot__pin::before,
.hotspot__pin::after {
    content: ''; position: absolute; border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.3);
}
.hotspot__pin::before { inset: -7px; animation: hRing 3s ease-in-out infinite; }
.hotspot__pin::after  { inset: -15px; animation: hRing 3s ease-in-out infinite .6s; }
@keyframes hRing {
    0%,100%{ transform: scale(1); opacity: .45; }
    50%{ transform: scale(1.5); opacity: 0; }
}
/* Label card */
.hotspot__label {
    position: absolute; white-space: nowrap;
    background: rgba(22,35,75,.92);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px; padding: 10px 16px;
    pointer-events: none;
    box-shadow: 0 4px 24px rgba(0,0,0,.25);
}
.hotspot__key {
    font-size: 9px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.2px; color: rgba(255,255,255,.4);
    margin-bottom: 3px; display: block;
}
.hotspot__val {
    font-size: 13px; font-weight: 600; color: #fff;
    line-height: 1.35; display: block;
}

/* Elbow connector: two segments (diagonal + horizontal shelf) drawn via SVG inside each hotspot */
.hotspot__connector {
    position: absolute; z-index: 1; overflow: visible; pointer-events: none;
}
.hotspot__connector line { stroke: rgba(255,255,255,.35); stroke-width: 1; }
.hotspot__connector circle { fill: rgba(255,255,255,.4); }

/* Info panel overlaying bottom-right of viewport */
.hud-info-panel {
    position: absolute; bottom: 28px; right: 28px; z-index: 10;
    background: rgba(22,35,75,.88); backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.12); border-radius: 10px;
    padding: 28px; width: 320px;
}
.hud-info-panel__tag {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.5px; color: rgba(255,255,255,.6); margin-bottom: 8px;
}
.hud-info-panel__title {
    font-family: var(--font-display); font-size: 22px; font-weight: 800;
    color: #fff; margin-bottom: 16px;
}
.hud-info-panel__row {
    display: flex; justify-content: space-between; padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 13px;
}
.hud-info-panel__row:last-child { border-bottom: none; }
.hud-info-panel__key { color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .5px; font-weight: 500; }
.hud-info-panel__value { color: #fff; font-weight: 600; text-align: right; }
.hud-info-panel__btn {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 16px; font-size: 13px; font-weight: 600;
    color: #fff; transition: .3s;
    background: var(--navy); padding: 10px 20px; border-radius: 100px;
}
.hud-info-panel__btn:hover { background: var(--orange); }
.hud-info-panel__btn svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }

/* HUD Stats */
.hud-stats {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1px; background: var(--g100);
    border: 1px solid var(--g100); border-radius: 12px;
    overflow: hidden; margin: 64px auto 0; max-width: 1300px;
}
.hud-stat {
    background: #fff; padding: 40px 32px; text-align: center;
    position: relative; overflow: hidden;
}
.hud-stat::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 40px; height: 2px; background: var(--orange); opacity: 0;
    transition: opacity .4s, width .4s;
}
.hud-stat:hover::before { opacity: 1; width: 60px; }
.hud-stat__num {
    font-size: 48px; font-weight: 800; color: var(--cod);
    letter-spacing: -1.5px; line-height: 1;
}
.hud-stat__suffix { font-size: 24px; font-weight: 700; color: var(--orange); }
.hud-stat__label {
    font-size: 12px; font-weight: 500; color: var(--g400);
    text-transform: uppercase; letter-spacing: 1px; margin-top: 10px;
}

/* Project Description */
.hud-desc {
    max-width: 1300px; margin: 80px auto 0; padding: 0 48px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
}
.hud-desc h2 {
    font-size: 36px; font-weight: 800; line-height: 1.2; margin-bottom: 20px;
    color: var(--black);
}
.hud-desc p {
    font-size: 16px; color: var(--g500); line-height: 1.8;
    margin-bottom: 16px;
}
.hud-desc__services {
    display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px;
}
.hud-desc__tag {
    font-size: 12px; font-weight: 600; text-transform: uppercase;
    letter-spacing: .5px; padding: 8px 16px; border-radius: 100px;
    border: 1px solid var(--g200); color: var(--g600);
    transition: .3s;
}
.hud-desc__tag:hover { border-color: var(--orange); color: var(--orange); }

/* Project Gallery */
.hud-gallery {
    max-width: 1300px; margin: 80px auto 0; padding: 0 48px;
}
.hud-gallery__grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.hud-gallery__item {
    border-radius: 6px; overflow: hidden; aspect-ratio: 4/3;
    position: relative;
}
.hud-gallery__item img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .5s var(--ease);
}
.hud-gallery__item:hover img { transform: scale(1.04); }
.hud-gallery__item--wide { grid-column: span 2; }

/* Nav between projects */
.hud-proj-nav {
    max-width: 1300px; margin: 80px auto; padding: 0 48px;
    display: flex; justify-content: space-between; align-items: center;
    border-top: 1px solid var(--g100); padding-top: 48px;
}
.hud-proj-nav__link {
    display: flex; align-items: center; gap: 12px;
    font-size: 14px; font-weight: 600; color: var(--g500);
    transition: .3s;
}
.hud-proj-nav__link:hover { color: var(--orange); }
.hud-proj-nav__link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.hud-proj-nav__link span { font-size: 12px; color: var(--g400); display: block; font-weight: 400; }

/* HUD responsive */
@media (max-width: 1200px) {
    .hud-hero__title { font-size: 40px; }
    .hud-desc { grid-template-columns: 1fr; gap: 40px; }
    .hud-stats { grid-template-columns: 1fr 1fr; }
    .hud-info-panel { width: 260px; padding: 20px; }
    .hud-callout__box { min-width: 120px; }
}
@media (max-width: 900px) {
    .hud-hero { padding: 110px 0 0; }
    .hud-hero__title { font-size: 32px; letter-spacing: -1px; }
    .hud-viewport { aspect-ratio: 4/3; margin: 0 16px; border-radius: 6px; }
    .hotspot { display: none !important; }
    .hud-info-panel { position: relative; bottom: auto; right: auto; width: 100%; border-radius: 0 0 6px 6px; background: var(--navy-dark); border: none; backdrop-filter: none; }
    .hud-stats { grid-template-columns: 1fr 1fr; margin: 40px 16px 0; border-radius: 10px; }
    .hud-stat { padding: 28px 20px; }
    .hud-stat__num { font-size: 36px; }
    .hud-desc { padding: 0 16px; margin-top: 48px; }
    .hud-desc h2 { font-size: 26px; }
    .hud-gallery { padding: 0 16px; margin-top: 48px; }
    .hud-gallery__grid { grid-template-columns: 1fr 1fr; }
    .hud-gallery__item--wide { grid-column: span 2; }
    .hud-proj-nav { padding: 0 16px; margin: 48px auto; padding-top: 32px; }
}
@media (max-width: 600px) {
    .hud-hero { padding: 64px 0 0; }
    .hud-hero__title { font-size: 24px; }
    .hud-hero__sub { font-size: 14px; }
    .hud-switcher { gap: 16px; }
    .hud-switcher__label { font-size: 12px; min-width: 140px; }
    .hud-stats { grid-template-columns: 1fr; }
    .hud-gallery__grid { grid-template-columns: 1fr; }
    .hud-gallery__item--wide { grid-column: span 1; }
    .hud-proj-nav { flex-direction: column; gap: 20px; text-align: center; }
}

/* ============ SCROLL INDICATORS ============ */
.scroll-wrap {
    position: relative;
}

.scroll-dots {
    display: none; justify-content: center; gap: 8px;
    padding-top: 20px;
}
.scroll-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--g200); border: none; padding: 0;
    transition: background .3s, width .3s;
}
.scroll-dot--active { background: var(--orange); width: 24px; border-radius: 4px; }

/* ============ BACK TO TOP ============ */
.btt {
    position: fixed; bottom: 24px; right: 24px; z-index: 90;
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--orange); color: #fff;
    display: flex; align-items: center; justify-content: center;
    border: none; cursor: pointer;
    opacity: 0; transform: translateY(20px); pointer-events: none;
    transition: opacity .3s, transform .3s, background .2s;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
.btt--visible { opacity: 1; transform: translateY(0); pointer-events: all; }
.btt:active { background: var(--orange-dark); }
.btt svg { width: 20px; height: 20px; }

@media (max-width: 900px) {
    .scroll-dots { display: flex; }
}
@media (max-width: 600px) {
    .btt { width: 44px; height: 44px; bottom: 16px; right: 16px; }
}

/* ============================================================
   RESPONSIVE FIX PASS — Critical + High issues
   ============================================================ */

/* 1. FOCUS STATES — keyboard accessibility */
*:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 2px;
}
.form-field input:focus-visible,
.form-field textarea:focus-visible,
.form-field select:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: -1px;
    border-color: var(--orange);
}
.nav__links a:focus-visible,
.footer__col a:focus-visible,
.about-sidebar__link:focus-visible,
.btn-pill:focus-visible,
.btn-text-pill:focus-visible,
.nav__cta:focus-visible,
.arrow-btn:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 3px;
    border-radius: 4px;
}

/* 2. PREFERS REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.15s !important;
    }
    html { scroll-behavior: auto; }
    .hero__eyebrow, .hero__title, .hero__actions {
        animation: none; opacity: 1; transform: none;
    }
    .page-hero__content .page-hero__crumb,
    .page-hero__content .page-hero__title {
        animation: none; opacity: 1; transform: none;
    }
    .anim, .anim--scale, .anim--fade, .anim--left, .anim--right {
        opacity: 1; transform: none;
    }
    .hud-scan { animation: none; display: none; }
    .hotspot__pin::before, .hotspot__pin::after { animation: none; }
    .about-tl__body { opacity: 1; transform: none; }
    .about-tl__dot { border-color: var(--orange); background: var(--orange); }
    .about-tl__year { color: var(--orange); }
    .about-timeline__fill { height: 100% !important; }
}

/* 3. FIX FONT SIZES BELOW 12px */
.footer__copy { font-size: 12px; }
.hotspot__key { font-size: 12px; letter-spacing: .8px; }
.ribbon__subtitle { font-size: 12px; }

/* 4. FORM INPUTS — prevent iOS zoom (must be >= 16px) */
@media (max-width: 900px) {
    .form-field input,
    .form-field textarea,
    .form-field select { font-size: 16px; }
}

/* 5. FOOTER SOCIAL — meet 44px touch target */
.footer__social a {
    min-width: 44px; min-height: 44px;
    display: flex; align-items: center; justify-content: center;
}

/* 6. MISSING 768px TABLET BREAKPOINT */
@media (max-width: 768px) {
    .stats__grid { grid-template-columns: 1fr 1fr; }
    .about-stats-grid { grid-template-columns: 1fr 1fr; }
    .about-team-grid { grid-template-columns: 1fr 1fr; }
    .about-proj-grid { grid-template-columns: 1fr; }
    .partners-strip { grid-template-columns: repeat(3, 1fr); }
    .proj-gallery__grid { grid-template-columns: 1fr 1fr; }
    .proj-services__grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 32px; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .process-step::after { display: none; }
    .svc-detail__inner { grid-template-columns: 1fr; gap: 40px; }
    .svc-detail__inner--reverse { direction: ltr; }
    .form-row { grid-template-columns: 1fr; }
    .sec-head { flex-direction: column; gap: 12px; align-items: flex-start; }
    .sec-head--split { flex-direction: row; align-items: flex-end; }
    .sec-head__right { align-items: flex-start; text-align: left; }
    .about-split { grid-template-columns: 1fr; gap: 40px; }
    .footer__top { grid-template-columns: 1fr; }
    .footer__cols { grid-template-columns: 1fr 1fr; gap: 24px; }
}

/* 7. MISSING 375px SMALL PHONE BREAKPOINT */
@media (max-width: 420px) {
    .wrap { padding: 0 14px; }
    .hero__title { font-size: 24px; line-height: 28px; }
    .hero__eyebrow { font-size: 10px; }
    .statement__text { font-size: 26px; }
    .statement { padding: 80px 0; }
    .sec-title { font-size: 22px; line-height: 30px; }
    .eyebrow { font-size: 12px; }
    .btn-pill { height: 44px; padding: 0 20px; font-size: 13px; }
    .nav { top: 8px; padding: 8px 12px; width: calc(100% - 12px); border-radius: 40px; }
    .nav--scrolled { border-radius: 0; top: 0; width: 100%; max-width: 100%; padding: 8px 14px; }
    .hero { height: 65svh; min-height: 380px; margin: 6px 6px 0; }
    .hero__title { font-size: 22px; line-height: 26px; max-width: 280px; }
    .nav__logo { height: 24px; }
    .nav__burger { margin-right: 8px; }
    .hero { margin: 6px 6px 0; }
    .hero__content { padding: 0 14px 48px; }
    .page-hero__title { font-size: 24px; line-height: 30px; }
    .page-hero__content { padding: 0 14px 28px; }
    .stats__num { font-size: 28px; line-height: 28px; }
    .stats__plus { font-size: 16px; }
    .stats__label { font-size: 12px; }
    .svc-card { min-height: 140px; padding: 16px 10px; }
    .svc-card__title { font-size: 12px; }
    .svc-card__icon { width: 40px; height: 40px; margin-bottom: 8px; }
    .svc-card__desc { font-size: 10px; }
    .team-card { flex: 0 0 180px; }
    .team-card__img { height: 240px; }
    .team-card:hover .team-card__img { height: 160px; }
    .team-card__img img { height: 240px; }
    .team-card__name { font-size: 15px; }
    :root { --r-idle: 30vw; --r-active-w: 82vw; --r-active-h: 55vw; --r-gap: 10px; --r-pad: 14px; }
    .ribbon__title { font-size: 14px; }
    .cta-band { padding: 40px 16px; margin: 0 6px; border-radius: 14px; }
    .cta-band__title { font-size: 20px; line-height: 24px; }
    .cta-band__desc { font-size: 13px; }
    .footer { padding: 40px 0 0; margin-top: 60px; border-radius: 20px 20px 0 0; }
    .footer__cols { grid-template-columns: 1fr; gap: 20px; }
    .footer__col h5 { font-size: 13px; }
    .contact-form { padding: 20px 14px; }
    .contact-info__card { padding: 16px; gap: 14px; }
    .contact-info__icon { width: 40px; height: 40px; }
    .contact-intro h2 { font-size: 22px; }
    .about-svc-card { padding: 20px 16px; }
    .about-svc-card h4 { font-size: 14px; }
    .about-val h4 { font-size: 16px; }
    .about-val p { padding-left: 0; font-size: 13px; }
    .about-tl__body h4 { font-size: 15px; }
    .about-tl__body p { font-size: 13px; }
    .about-stat__num { font-size: 36px; }
    .partner-logo { height: 56px; }
    .partner-logo span { font-size: 12px; }
    .partners-strip { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .hud-hero__title { font-size: 22px; }
    .hud-hero__sub { font-size: 13px; }
    .hud-stat__num { font-size: 28px; }
    .proj-hero__title { font-size: 22px; }
    .proj-overview__text h2 { font-size: 20px; }
    .proj-specs { padding: 16px; }
    .proj-gallery h2 { font-size: 20px; }
    .page-hero { height: 260px; margin: 6px 6px 0; }
    .mob-nav a { font-size: 1.2rem; padding: 12px 0; }
}

/* 8. SAFE AREA INSETS for notched phones */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .footer__bottom { padding-bottom: calc(24px + env(safe-area-inset-bottom)); }
    .btt { bottom: calc(16px + env(safe-area-inset-bottom)); }
    .mob-nav { padding-bottom: env(safe-area-inset-bottom); }
}
