:root {
    --black: #03070B;
    --navy: #100B33;
    --indigo: #18113F;
    --gold: #F5B900;
    --gold-bright: #FFD21C;
    --white: #FFFFFF;
    --silver: #D8D8E0;
    --muted: rgba(216, 216, 224, .72);
    --line: rgba(216, 216, 224, .16);
    --panel: rgba(255, 255, 255, .045);
    --container: min(1180px, calc(100% - 40px));
    --heading: "Bebas Neue", Impact, sans-serif;
    --body: "Manrope", Arial, sans-serif;
    --shadow: 0 24px 80px rgba(0, 0, 0, .32);
    --ease: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--black);
    color: var(--silver);
    font-family: var(--body);
    line-height: 1.65;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(72px, 10vw, 128px) 0; }
.section-dark { background: linear-gradient(180deg, #070b13, #090912); border-block: 1px solid var(--line); }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 999; background: var(--gold); color: #000; padding: 10px 14px; }
.skip-link:focus { top: 16px; }

h1, h2, h3 { color: var(--white); font-family: var(--heading); font-weight: 400; letter-spacing: .03em; line-height: .95; margin: 0; text-transform: uppercase; }
h1 { font-size: clamp(3.75rem, 7.6vw, 6.7rem); max-width: 920px; }
h2 { font-size: clamp(3rem, 6vw, 5rem); }
h3 { font-size: clamp(1.75rem, 3vw, 2.25rem); }
p { margin: 0; }
.eyebrow { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.placeholder-note { border-left: 3px solid var(--gold); background: rgba(245, 185, 0, .08); padding: 14px 16px; color: var(--silver); }
.button-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    padding: 12px 22px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: transform var(--ease), border-color var(--ease), background var(--ease), color var(--ease);
    cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #090700; }
.btn-primary:hover { background: var(--gold-bright); }
.btn-secondary { background: transparent; border-color: rgba(255,255,255,.72); color: var(--white); }
.btn-secondary:hover { background: var(--white); color: #000; }
.text-link { color: var(--gold); display: inline-flex; align-items: center; gap: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid transparent;
    transition: background var(--ease), border-color var(--ease);
}
.site-header.scrolled { background: rgba(3, 7, 11, .86); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-mark { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; flex: 0 0 auto; }
.footer-logo { width: 72px; height: 72px; }
.mobile-brand-logo { width: 64px; height: 64px; }
.brand-mark strong { display: block; color: var(--white); line-height: 1; text-transform: uppercase; }
.brand-mark small { display: block; color: var(--muted); font-size: .68rem; margin-top: 3px; }
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav a { color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding-block: 8px; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--white); border-color: var(--gold); }
.icon-button { width: 48px; height: 48px; display: inline-grid; place-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--white); cursor: pointer; transition: background var(--ease), color var(--ease), border-color var(--ease); }
.icon-button:hover, .icon-button.gold { background: var(--gold); border-color: var(--gold); color: #000; }
.menu-toggle { display: none; }
.mobile-menu { position: fixed; inset: 0; background: rgba(0,0,0,.7); opacity: 0; pointer-events: none; transition: opacity var(--ease); backdrop-filter: blur(4px); }
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu-panel { position: relative; margin-left: auto; width: min(430px, 92vw); height: 100%; background: radial-gradient(circle at 20% 0%, rgba(245,185,0,.14), transparent 34%), #070b11; border-left: 1px solid rgba(245,185,0,.22); padding: 24px; display: flex; flex-direction: column; gap: 22px; transform: translateX(100%); transition: transform var(--ease); box-shadow: -28px 0 80px rgba(0,0,0,.45); overflow-y: auto; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.sidebar-brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.sidebar-brand strong { display: block; color: var(--white); text-transform: uppercase; line-height: 1.1; }
.sidebar-brand small { display: block; max-width: 190px; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.sidebar-note { position: relative; z-index: 1; color: var(--muted); font-size: .95rem; max-width: 320px; }
.mobile-nav-list { position: relative; z-index: 1; display: grid; gap: 8px; }
.mobile-nav-list a { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.035); padding: 14px 16px; color: var(--silver); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; transition: background var(--ease), border-color var(--ease), color var(--ease), transform var(--ease); }
.mobile-nav-list a i { color: var(--gold); font-size: .8rem; transition: transform var(--ease); }
.mobile-nav-list a:hover { border-color: rgba(245,185,0,.45); background: rgba(245,185,0,.08); color: var(--white); transform: translateX(-2px); }
.mobile-nav-list a:hover i { transform: translateX(4px); }
.mobile-nav-list a.active { color: #000; background: var(--gold); border-color: var(--gold); }
.mobile-nav-list a.active i { color: #000; }
.sidebar-footer { position: relative; z-index: 1; margin-top: auto; display: grid; gap: 14px; padding-top: 20px; border-top: 1px solid var(--line); }
.sidebar-contact { color: var(--muted); font-size: .9rem; word-break: break-word; }
.sidebar-contact:hover { color: var(--gold); }
.sidebar-social { gap: 8px; }
.sidebar-social a { width: 40px; height: 40px; font-size: 1rem; }

.home-hero, .page-hero, .project-hero, .not-found, .final-cta { position: relative; min-height: 100vh; display: grid; align-items: center; overflow: hidden; }
.page-hero { min-height: 560px; }
.project-hero, .not-found { min-height: 680px; }
.home-hero > img, .page-hero > img, .project-hero > img, .not-found > img, .final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,7,11,.26), rgba(3,7,11,.72) 62%, var(--black)); }
.home-hero-content, .page-hero-content, .project-hero .container, .not-found .container, .final-cta-content { position: relative; z-index: 1; display: grid; gap: 24px; padding-top: 80px; }
.home-hero-content { max-width: 1080px; }
.home-hero h1 { font-size: clamp(3.8rem, 7.2vw, 6.35rem); max-width: 1020px; line-height: .98; }
.home-hero h1 span { color: var(--gold); }
.home-hero p:not(.eyebrow), .page-hero p:not(.eyebrow), .project-hero p:not(.eyebrow), .not-found p:not(.eyebrow), .final-cta p { max-width: 720px; color: var(--silver); font-size: clamp(1rem, 2vw, 1.22rem); }
.scroll-indicator { position: absolute; z-index: 2; bottom: 28px; left: 50%; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); color: var(--gold); transform: translateX(-50%); transition: border-color var(--ease), color var(--ease), background var(--ease); }
.scroll-indicator:hover { border-color: var(--gold); background: rgba(245,185,0,.1); color: var(--gold-bright); }
.scroll-indicator span { font-size: 30px; animation: scrollPulse 1.5s infinite; }
@keyframes scrollPulse { 0%, 100% { transform: translateY(-2px); opacity: .65; } 50% { transform: translateY(4px); opacity: 1; } }

.achievement-strip { background: linear-gradient(90deg, rgba(245,185,0,.08), var(--navy)); border-block: 1px solid rgba(245,185,0,.2); padding: 34px 0; }
.achievement-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.achievement-grid div { min-height: 180px; display: grid; align-content: start; gap: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.035); padding: 22px; }
.achievement-grid strong { display: block; color: var(--white); font-family: var(--heading); font-size: clamp(2rem, 3vw, 3rem); line-height: .95; font-weight: 400; overflow-wrap: normal; hyphens: none; }
.achievement-grid span { color: var(--gold); text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.achievement-grid p { color: var(--muted); font-size: .94rem; line-height: 1.55; }

.section-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; display: grid; gap: 12px; }
.section-heading p:not(.eyebrow) { color: var(--muted); }
.about-preview, .split, .why-grid, .contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 80px); align-items: center; }
.about-preview > div:first-child, .split > div:first-child, .why-grid > div { display: grid; gap: 22px; }
.image-stack { position: relative; min-height: 560px; }
.image-stack img:first-child { position: absolute; right: 0; top: 0; width: 78%; height: 78%; object-fit: cover; filter: saturate(.8); }
.image-stack img:last-child { position: absolute; left: 0; bottom: 0; width: 58%; height: 52%; object-fit: cover; border: 8px solid var(--black); box-shadow: var(--shadow); }
.feature-list { display: flex; flex-wrap: wrap; gap: 10px; }
.feature-list span { border: 1px solid var(--line); color: var(--white); padding: 9px 12px; background: rgba(255,255,255,.04); font-weight: 700; }
.feature-list.wide span { min-width: 190px; text-align: center; }
.capabilities-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(34px, 6vw, 72px); align-items: start; }
.capabilities-intro { position: sticky; top: 116px; display: grid; gap: 18px; }
.capabilities-intro h2 { font-size: clamp(2.9rem, 5vw, 4.8rem); max-width: 560px; }
.capabilities-intro p:not(.eyebrow) { color: var(--muted); max-width: 520px; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.capability-grid article { position: relative; overflow: hidden; min-height: 210px; display: grid; align-content: start; gap: 12px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); padding: 24px; }
.capability-grid article:before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); opacity: .8; }
.capability-grid .material-symbols-outlined { color: var(--gold); font-size: 2rem; }
.capability-grid h3 { font-size: 2rem; }
.capability-grid p { color: var(--muted); font-size: .95rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 390px; position: relative; overflow: hidden; border: 1px solid var(--line); background: #090d13; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; transition: transform 700ms ease, opacity var(--ease); }
.service-card:hover img { transform: scale(1.06); opacity: .42; }
.service-card-body { position: relative; z-index: 1; min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; gap: 14px; padding: 26px; background: linear-gradient(180deg, transparent, rgba(3,7,11,.86)); }
.service-card .material-symbols-outlined { color: var(--gold); font-size: 2.5rem; }
.service-card p { color: var(--muted); }
.service-card a { color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; display: inline-flex; gap: 8px; align-items: center; }

.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.featured-grid .project-card { grid-column: auto; }
.featured-grid .project-featured { grid-column: auto; min-height: 420px; }
.project-card { min-height: 420px; border: 1px solid var(--line); overflow: hidden; background: #070b11; transition: transform var(--ease), opacity var(--ease); }
.project-card.is-hidden { display: none; }
.project-card a { position: relative; display: block; height: 100%; min-height: inherit; }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 800ms ease; }
.project-card:hover img { transform: scale(1.05); }
.project-card a > div { position: absolute; inset: auto 0 0; padding: 28px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.9)); }
.project-card p { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-card h3 { font-size: clamp(2rem, 4vw, 3rem); max-width: 92%; }
.project-card span:not(.material-symbols-outlined) { color: var(--white); font-weight: 800; }
.play-badge { position: absolute; top: 22px; right: 22px; width: 54px; height: 54px; display: grid; place-items: center; background: var(--gold); color: #000; opacity: 0; transform: scale(.9); transition: opacity var(--ease), transform var(--ease); }
.project-card:hover .play-badge { opacity: 1; transform: scale(1); }
.center-action { margin-top: 34px; text-align: center; }

.process-section { background: var(--indigo); border-block: 1px solid var(--line); }
.process-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.process-line:before { content: ""; position: absolute; top: 31px; left: 7%; right: 7%; height: 2px; background: rgba(245,185,0,.72); }
.process-line article { position: relative; display: grid; gap: 10px; z-index: 1; }
.process-line strong { width: 64px; height: 64px; display: grid; place-items: center; background: var(--navy); border: 2px solid var(--gold); color: var(--gold); font-family: var(--heading); font-size: 2rem; font-weight: 400; }
.process-line p { color: var(--muted); font-size: .92rem; }
.process-line.compact { grid-template-columns: repeat(3, 1fr); }
.process-line.compact:before { display: none; }

.why-grid > img, .split > img { width: 100%; height: 620px; object-fit: cover; border: 1px solid var(--line); }
.checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.checks p { display: flex; gap: 10px; align-items: flex-start; color: var(--white); font-weight: 700; }
.checks span { color: var(--gold); }
.logo-strip, .logo-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.logo-strip span, .logo-grid span { min-width: 150px; padding: 18px; border: 1px solid var(--line); text-align: center; color: rgba(255,255,255,.62); font-family: var(--heading); font-size: 1.6rem; text-transform: uppercase; }
.logo-grid { display: grid; grid-template-columns: repeat(2, 1fr); }

.testimonial-slider { max-width: 900px; margin: auto; border: 1px solid var(--line); background: var(--navy); padding: clamp(24px, 5vw, 54px); box-shadow: var(--shadow); }
.testimonial { display: none; grid-template-columns: 120px 1fr; gap: 28px; align-items: start; }
.testimonial.active { display: grid; }
.testimonial img { width: 110px; height: 110px; object-fit: cover; border: 2px solid var(--gold); }
.rating { color: var(--gold); letter-spacing: .12em; }
blockquote { margin: 10px 0 24px; color: var(--white); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.slider-controls { display: flex; justify-content: flex-end; gap: 12px; margin-top: 28px; }

.services-detail { display: grid; gap: 34px; }
.service-detail { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: center; padding: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.035); scroll-margin-top: 100px; }
.service-detail img { width: 100%; height: 420px; object-fit: cover; }
.service-detail div { display: grid; gap: 14px; }
.service-detail ul { margin: 0; padding-left: 20px; }
.card-grid { display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid article, .team-card { border: 1px solid var(--line); padding: 24px; background: var(--panel); }
.avatar-placeholder { width: 100%; aspect-ratio: 1 / 1; background: linear-gradient(135deg, rgba(245,185,0,.18), rgba(255,255,255,.05)); margin-bottom: 18px; }
.faq-list { display: grid; gap: 14px; max-width: 860px; margin: auto; }
details { border: 1px solid var(--line); background: var(--panel); padding: 18px 20px; }
summary { cursor: pointer; color: var(--white); font-weight: 800; }

.filter-bar { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 18px; margin-bottom: 28px; }
.filter-bar button { white-space: nowrap; border: 1px solid var(--line); background: transparent; color: var(--silver); padding: 10px 14px; cursor: pointer; font-weight: 800; }
.filter-bar button.active, .filter-bar button:hover { background: var(--gold); border-color: var(--gold); color: #000; }
.project-layout { display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: start; }
.project-layout aside { position: sticky; top: 110px; border: 1px solid var(--line); padding: 22px; background: var(--panel); }
.project-layout aside p { display: grid; gap: 4px; padding-block: 12px; border-bottom: 1px solid var(--line); }
.project-layout aside p:last-child { border-bottom: 0; }
.project-layout div { display: grid; gap: 18px; }
.gallery-grid { display: grid !important; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; margin: 18px 0; }
.gallery-grid img { width: 100%; height: 240px; object-fit: cover; }
.video-placeholder { min-height: 420px; display: grid; place-items: center; gap: 12px; text-align: center; background: #070b11; border: 1px solid var(--line); color: var(--white); }
.video-placeholder .material-symbols-outlined { color: var(--gold); font-size: 5rem; }
.video-placeholder.inline { min-height: 300px; }
.related-nav { display: flex; justify-content: space-between; gap: 16px; }

.contact-layout { align-items: start; grid-template-columns: 1.2fr .8fr; }
.contact-form, .contact-panel { border: 1px solid var(--line); background: var(--panel); padding: clamp(22px, 4vw, 34px); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
label { display: grid; gap: 8px; color: var(--white); font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); background: rgba(3,7,11,.72); color: var(--white); padding: 13px 14px; }
textarea { resize: vertical; }
.contact-form { display: grid; gap: 18px; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; color: var(--silver); }
.checkbox input { width: auto; margin-top: 7px; }
.form-message { min-height: 24px; color: var(--gold); }
.form-message.error { color: #ffb4ab; }
.contact-panel { display: grid; gap: 18px; }
.contact-panel p { display: grid; gap: 3px; }
.map-placeholder { min-height: 240px; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.04); text-align: center; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.social-links a { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--silver); font-size: 1.15rem; transition: color var(--ease), border-color var(--ease), background var(--ease), transform var(--ease); }
.social-links a:hover { color: #000; border-color: var(--gold); background: var(--gold); transform: translateY(-2px); }
.legal-page { max-width: 860px; display: grid; gap: 18px; }
.legal-page h2 { font-size: 2.5rem; margin-top: 18px; }

.final-cta { min-height: 620px; text-align: center; }
.final-cta-content { justify-items: center; }
.site-footer { border-top: 1px solid var(--line); background: #070a10; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1fr; gap: 34px; padding: 72px 0; }
.footer-grid > div { display: grid; gap: 14px; align-content: start; }
.footer-grid h3 { font-size: 1.6rem; }
.footer-grid a { color: var(--muted); }
.footer-grid a:hover { color: var(--gold); }
.newsletter-form { display: grid; gap: 10px; }
.newsletter-form div { display: flex; }
.newsletter-form input { min-width: 0; }
.footer-bottom { border-top: 1px solid var(--line); text-align: center; padding: 18px; color: rgba(216,216,224,.56); }
.back-to-top { position: fixed; right: 18px; bottom: 18px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); background: var(--gold); color: #000; opacity: 0; pointer-events: none; transition: opacity var(--ease), transform var(--ease); z-index: 60; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.showreel-modal { width: min(900px, calc(100% - 32px)); border: 1px solid var(--line); padding: 0; background: #05080d; color: var(--white); box-shadow: var(--shadow); }
.showreel-modal::backdrop { background: rgba(0,0,0,.76); }
.modal-close { position: absolute; top: 12px; right: 12px; z-index: 2; }

@media (max-width: 1024px) {
    .desktop-nav, .header-cta { display: none; }
    .menu-toggle { display: inline-grid; }
    .service-grid, .portfolio-grid, .card-grid.three, .card-grid.four { grid-template-columns: repeat(2, 1fr); }
    .about-preview, .split, .why-grid, .contact-layout, .service-detail, .project-layout, .capabilities-section { grid-template-columns: 1fr; }
    .capabilities-intro { position: static; text-align: center; justify-items: center; }
    .project-layout aside { position: static; }
    .process-line, .process-line.compact { grid-template-columns: 1fr; }
    .process-line:before { left: 31px; right: auto; top: 0; bottom: 0; width: 2px; height: auto; }
    .process-line article { padding-left: 86px; min-height: 90px; }
    .process-line strong { position: absolute; left: 0; top: 0; }
    .featured-grid .project-card, .featured-grid .project-featured { grid-column: auto; min-height: 360px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    :root { --container: min(100% - 32px, 1180px); }
    .header-inner { height: 72px; }
    .brand-mark small { display: none; }
    h1, .home-hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
    h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
    .button-row, .related-nav { flex-direction: column; align-items: stretch; }
    .btn { width: 100%; }
    .achievement-grid, .service-grid, .portfolio-grid, .featured-grid, .card-grid.three, .card-grid.four, .form-grid, .footer-grid, .checks, .logo-grid, .capability-grid { grid-template-columns: 1fr; }
    .achievement-grid div { min-height: auto; text-align: left; }
    .image-stack { min-height: 420px; }
    .why-grid > img, .split > img, .service-detail img { height: 360px; }
    .testimonial { grid-template-columns: 1fr; text-align: center; }
    .testimonial img { margin: auto; }
    .slider-controls { justify-content: center; }
    .gallery-grid { grid-template-columns: 1fr !important; }
    .newsletter-form div { flex-direction: column; gap: 10px; }
}

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