:root {
    --ink: #111518;
    --muted: #65717a;
    --line: #dbeafe;
    --surface: #eff6ff;
    --panel: #ffffff;
    --brand: #2563eb;
    --brand-strong: #1e3a8a;
    --accent: #d9a441;
    --copper: #bb6540;
    --lime: #60a5fa;
    --shadow: 0 22px 70px rgba(30, 58, 138, 0.16);
    --shadow-strong: 0 34px 90px rgba(15, 23, 42, 0.34);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Archivo, Arial, sans-serif;
    background: var(--panel);
    line-height: 1.6;
    overflow-x: hidden;
}

.scroll-progress {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--lime), var(--brand));
    transform: scaleX(0);
    transform-origin: left;
    box-shadow: 0 0 20px rgba(217, 164, 65, 0.6);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.topbar {
    background: var(--brand-strong);
    color: #ffffff;
    font-size: 13px;
}

.topbar__inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.navbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
}

.brand img {
    width: 154px;
    height: 60px;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-links a {
    border-radius: 999px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    padding: 10px 14px;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
    background: rgba(37, 99, 235, 0.1);
    color: var(--brand-strong);
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    background: #ffffff;
    border-radius: 6px;
    padding: 10px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--ink);
}

.hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.motion-canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.72;
    mix-blend-mode: screen;
    pointer-events: none;
}

.hero__media {
    position: absolute;
    inset: 0;
    background-position: center 42%;
    background-size: cover;
    transform: scale(1.08);
}

.hero__media--one {
    animation: heroZoom 18s ease-in-out infinite alternate;
}

.hero__media--two {
    opacity: 0;
    animation: heroSwap 16s ease-in-out infinite;
}

.hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 82% 18%, rgba(217, 164, 65, 0.24), transparent 25%),
        linear-gradient(100deg, rgba(2, 6, 23, 0.96), rgba(30, 64, 175, 0.84) 54%, rgba(15, 23, 42, 0.5));
}

.hero__grid {
    position: absolute;
    inset: 0;
    z-index: 3;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 104px 104px;
    opacity: 0.55;
    mask-image: linear-gradient(90deg, black, transparent 78%);
    animation: blueprintDrift 22s linear infinite;
}

.blueprint-orbit {
    position: absolute;
    right: min(7vw, 96px);
    top: 132px;
    z-index: 4;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    animation: orbitSpin 24s linear infinite;
}

.blueprint-orbit span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 28px rgba(217, 164, 65, 0.8);
}

.blueprint-orbit span:nth-child(1) {
    top: 30px;
    left: 44px;
}

.blueprint-orbit span:nth-child(2) {
    right: 22px;
    top: 118px;
    background: var(--lime);
}

.blueprint-orbit span:nth-child(3) {
    bottom: 30px;
    left: 120px;
    background: var(--copper);
}

.hero__content {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 52px;
    align-items: center;
    padding: 92px 0 110px;
}

.hero__copy {
    max-width: 820px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

.hero h1 {
    max-width: 850px;
    margin-bottom: 16px;
    font-family: "Space Grotesk", Archivo, sans-serif;
    font-size: clamp(58px, 8vw, 104px);
    line-height: 0.94;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow: 0 18px 70px rgba(0, 0, 0, 0.38);
}

.hero p:not(.eyebrow) {
    max-width: 710px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 21px;
}

.hero-panel {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    padding: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
    box-shadow: var(--shadow-strong);
    backdrop-filter: blur(22px);
    transition: transform 180ms ease;
}

.status-dot {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.status-dot i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 8px rgba(166, 201, 105, 0.18);
    animation: pulseDot 1.8s ease-in-out infinite;
}

.hero-panel strong {
    display: block;
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 1.18;
}

.hero-panel__metric {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 24px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-panel__metric span {
    color: var(--accent);
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
}

.hero-panel__metric p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.hero-panel a {
    color: #ffffff;
    font-weight: 800;
    border-bottom: 2px solid var(--accent);
}

.hero__actions,
.section-head {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    padding: 13px 22px;
    position: relative;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
    will-change: transform;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.26) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 600ms ease;
}

.btn:hover::after {
    transform: translateX(120%);
}

.btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    box-shadow: 0 16px 38px rgba(37, 99, 235, 0.34);
}

.btn-secondary {
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.section {
    padding: 96px 0;
}

.intro-band {
    padding: 74px 0 92px;
    background:
        radial-gradient(circle at 18% 0%, rgba(217, 164, 65, 0.2), transparent 26%),
        linear-gradient(180deg, var(--brand-strong) 0%, var(--brand-strong) 68%, #ffffff 68%, #ffffff 100%);
}

.motion-strip {
    overflow: hidden;
    border-top: 1px solid rgba(30, 58, 138, 0.14);
    border-bottom: 1px solid rgba(30, 58, 138, 0.14);
    background: #ffffff;
}

.motion-strip__track {
    display: flex;
    width: max-content;
    gap: 42px;
    padding: 18px 0;
    color: rgba(30, 58, 138, 0.22);
    font-size: clamp(28px, 5vw, 72px);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    animation: motionType 38s linear infinite;
}

.motion-strip__track span {
    font-family: "Space Grotesk", Archivo, sans-serif;
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    transform: none;
    box-shadow: var(--shadow);
    border-radius: 24px;
}

.intro-card {
    position: relative;
    min-height: 235px;
    overflow: hidden;
    padding: 0;
    color: #ffffff;
    background: var(--brand-strong);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.intro-card::after,
.service-card::after {
    position: absolute;
    inset: auto 24px 24px auto;
    width: 56px;
    height: 56px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.16) 46%);
}

.intro-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.intro-card span,
.intro-card h2,
.intro-card p {
    position: relative;
    z-index: 1;
}

.intro-card:nth-child(2) {
    background: #1d4ed8;
}

.intro-card:nth-child(3) {
    background: var(--copper);
}

.intro-card span {
    display: block;
    margin: 30px 34px 46px;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 800;
}

.intro-card h2 {
    margin: 0 34px 10px;
    font-size: 32px;
}

.intro-card p {
    margin: 0 34px 34px;
    color: rgba(255, 255, 255, 0.82);
}

.split,
.about-grid,
.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: start;
}

.split h2,
.section-head h2,
.about-grid h2,
.contact-grid h2 {
    margin-bottom: 0;
    font-family: "Space Grotesk", Archivo, sans-serif;
    font-size: clamp(34px, 4.5vw, 58px);
    line-height: 1;
    letter-spacing: 0;
    text-wrap: balance;
}

.lead {
    color: var(--muted);
    font-size: 19px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 42px;
}

.service-card {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.88)),
        #ffffff;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.project-card:hover,
.gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: rgba(37, 99, 235, 0.28);
}

.service-card h3 {
    font-size: 22px;
    line-height: 1.2;
}

.service-card__line {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand), var(--accent), var(--copper));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 240ms ease;
}

.service-card:hover .service-card__line {
    transform: scaleX(1);
}

.service-card p,
.about-grid p,
.contact-row p,
.site-footer p {
    color: var(--muted);
}

.band {
    background:
        linear-gradient(135deg, rgba(30, 58, 138, 0.97), rgba(37, 99, 235, 0.9)),
        url("../images/projects/project-03.jpg") center / cover fixed;
    border: 0;
    color: #ffffff;
}

.metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.metrics div {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.metrics strong {
    display: block;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
}

.metrics span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.client-marquee {
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 12px;
    animation: marqueeMove 34s linear infinite;
}

.marquee-track span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 18px;
    color: var(--brand-strong);
    font-weight: 900;
    background: var(--surface);
    white-space: nowrap;
}

.section-head {
    justify-content: space-between;
    margin-bottom: 32px;
}

.section-head h2 {
    max-width: 680px;
}

.project-strip,
.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.project-card,
.gallery-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(17, 20, 23, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.showcase {
    background:
        linear-gradient(180deg, #ffffff 0%, #ffffff 55%, var(--surface) 55%, var(--surface) 100%);
}

.project-card img,
.gallery-card img {
    width: 100%;
    aspect-ratio: 4 / 3.25;
    object-fit: cover;
    transition: transform 500ms ease;
    will-change: transform;
}

.project-card:hover img,
.gallery-card:hover img {
    transform: scale(1.12);
}

.project-card span,
.gallery-card div {
    display: block;
    padding: 18px;
    font-weight: 800;
}

.project-card small {
    display: block;
    margin-bottom: 6px;
    color: var(--accent);
    font-size: 12px;
    text-transform: uppercase;
}

.page-hero {
    padding: 84px 0 72px;
    background:
        linear-gradient(120deg, rgba(30, 58, 138, 0.92), rgba(37, 99, 235, 0.82)),
        url("../images/projects/project-08.jpg") center / cover;
    color: #ffffff;
    border-bottom: 1px solid var(--line);
}

.page-hero h1 {
    max-width: 920px;
    margin-bottom: 0;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.02;
    letter-spacing: 0;
}

.page-hero .eyebrow {
    color: #f0bf61;
}

.about-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
}

.info-panel {
    display: grid;
    gap: 8px;
    margin-top: 28px;
    padding: 22px;
    border-left: 4px solid var(--accent);
    background: var(--surface);
    border-radius: 12px;
}

.service-list {
    display: grid;
    gap: 18px;
}

.service-list article {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 24px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, var(--surface));
    box-shadow: 0 14px 38px rgba(30, 58, 138, 0.06);
}

.service-list span {
    color: var(--accent);
    font-size: 20px;
    font-weight: 800;
}

.service-list ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.service-list li {
    position: relative;
    padding-left: 24px;
    color: var(--muted);
}

.service-list li::before {
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 9px;
    height: 9px;
    content: "";
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.1);
}

.about-story {
    background: var(--surface);
}

.story-copy,
.method-list,
.value-list {
    color: var(--muted);
    font-size: 18px;
}

.story-copy p,
.method-list p,
.value-list p {
    margin-bottom: 18px;
}

.process-section {
    background:
        linear-gradient(135deg, rgba(30, 58, 138, 0.95), rgba(37, 99, 235, 0.86)),
        url("../images/projects/project-05.jpg") center / cover;
    color: #ffffff;
}

.process-grid,
.values-grid,
.industry-grid {
    display: grid;
    gap: 22px;
}

.process-grid {
    grid-template-columns: repeat(3, 1fr);
}

.process-card {
    min-height: 270px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
}

.process-card span {
    display: block;
    margin-bottom: 54px;
    color: var(--accent);
    font-weight: 900;
}

.process-card h3 {
    font-size: 25px;
    line-height: 1.1;
}

.process-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

.values-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
}

.value-list {
    display: grid;
    gap: 12px;
}

.value-list p {
    margin: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #ffffff;
}

.service-method {
    background: var(--surface);
}

.industry-grid {
    grid-template-columns: repeat(3, 1fr);
}

.industry-card {
    min-height: 118px;
    display: flex;
    align-items: end;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    background:
        linear-gradient(135deg, rgba(30, 58, 138, 0.9), rgba(37, 99, 235, 0.72)),
        url("../images/projects/project-08.jpg") center / cover;
    box-shadow: var(--shadow);
}

.industry-card:nth-child(2n) {
    background:
        linear-gradient(135deg, rgba(187, 101, 64, 0.88), rgba(30, 58, 138, 0.72)),
        url("../images/projects/project-02.jpg") center / cover;
}

.gallery {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-card p {
    margin-bottom: 6px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.gallery-card h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.client-card {
    height: 220px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.client-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: var(--shadow);
}

.client-card__logo {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;
    background: var(--surface);
    overflow: hidden;
}

.client-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* use cover if you want fully filled */
    padding: 20px;
}

.client-card__logo span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--brand), var(--brand-strong));
}

.client-card h2 {
    margin: 0;
    color: var(--brand-strong);
    font-size: 17px;
    line-height: 1.25;
}

.contact-grid {
    grid-template-columns: 0.85fr 1.15fr;
}

.contact-row {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.contact-form {
    display: grid;
    gap: 16px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.signature-cta {
    padding-top: 0;
    background: var(--surface);
}

.cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: 46px;
    border-radius: 24px;
    color: #ffffff;
    background:
        radial-gradient(circle at 86% 18%, rgba(217, 164, 65, 0.34), transparent 30%),
        linear-gradient(135deg, var(--brand-strong), var(--brand));
    box-shadow: var(--shadow-strong);
}

.cta-panel h2 {
    max-width: 780px;
    margin-bottom: 0;
    font-family: "Space Grotesk", Archivo, sans-serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
}

label {
    display: grid;
    gap: 8px;
    color: var(--brand-strong);
    font-weight: 800;
}

input,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    font: inherit;
    padding: 13px 14px;
}

input:focus,
textarea:focus {
    border-color: var(--brand);
    outline: 3px solid rgba(37, 99, 235, 0.14);
}

.alert {
    border-radius: 6px;
    padding: 12px 14px;
    font-weight: 700;
}

.success {
    background: #dbeafe;
    color: #1e3a8a;
}

.error {
    background: #fff1ed;
    color: #8a2d18;
}

.site-footer {
    background:
        linear-gradient(180deg, #111518, var(--brand-strong));
    color: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.8fr;
    gap: 42px;
    padding: 54px 0;
}

.footer-logo {
    width: 140px;
    height: auto;
    object-fit: contain;
    
    margin-bottom: 24px; /* space below logo */
    padding: 12px; /* inner spacing */
    
    background: #ffffff;
    border-radius: 14px;
    
    display: block;
}

.site-footer h3 {
    margin-bottom: 12px;
}

.footer-link,
.site-footer a {
    color: #ffffff;
    font-weight: 800;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    padding: 16px 0;
}

@media (max-width: 900px) {
    .nav-toggle {
        display: block;
    }

    .nav-links {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 78px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: var(--shadow);
    }

    .nav-links.is-open {
        display: flex;
    }

    .hero {
        min-height: auto;
    }

    .hero__content,
    .intro-grid,
    .cta-panel {
        grid-template-columns: 1fr;
    }

    .hero__content {
        padding: 76px 0 72px;
    }

    .intro-grid {
        transform: none;
    }

    .blueprint-orbit {
        display: none;
    }

    .split,
    .about-grid,
    .contact-grid,
    .footer-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }

    .service-grid,
    .project-strip,
    .gallery,
    .client-grid,
    .process-grid,
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .topbar__inner,
    .metrics {
        grid-template-columns: 1fr;
        display: grid;
    }

    .topbar__inner {
        gap: 4px;
    }

    .hero__content {
        padding-top: 58px;
        padding-bottom: 38px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .section,
    .page-hero {
        padding: 58px 0;
    }

    .service-grid,
    .project-strip,
    .gallery,
    .client-grid,
    .process-grid,
    .industry-grid {
        grid-template-columns: 1fr;
    }

    .service-list article {
        grid-template-columns: 1fr;
    }

    .hero-panel,
    .cta-panel {
        padding: 24px;
    }

    .intro-band {
        padding: 42px 0 58px;
    }

    .intro-card img {
        height: 170px;
    }

    .intro-card span {
        margin-bottom: 26px;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes heroZoom {
    from {
        transform: scale(1.08) translate3d(0, 0, 0);
    }
    to {
        transform: scale(1.16) translate3d(-1.5%, 1%, 0);
    }
}

@keyframes heroSwap {
    0%,
    42% {
        opacity: 0;
        transform: scale(1.12);
    }
    52%,
    86% {
        opacity: 0.74;
        transform: scale(1.05);
    }
    100% {
        opacity: 0;
        transform: scale(1.12);
    }
}

@keyframes blueprintDrift {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 176px 88px;
    }
}

@keyframes orbitSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulseDot {
    50% {
        box-shadow: 0 0 0 14px rgba(166, 201, 105, 0.05);
    }
}

@keyframes floatCard {
    50% {
        transform: translateY(-10px);
    }
}

@keyframes marqueeMove {
    to {
        transform: translateX(-50%);
    }
}

@keyframes motionType {
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }
}
