:root {
    --red: #e30613;
    --red-dark: #b9000a;
    --ink: #151719;
    --ink-soft: #25292d;
    --muted: #62676c;
    --line: #dedfdc;
    --paper: #fff;
    --warm: #f6f5f1;
    --soft: #eceeec;
    --night: #15191d;
    --navy: #17212a;
    --radius: 1.4rem;
    --shadow: 0 24px 70px rgba(19, 25, 30, .12);
    --content: min(1180px, calc(100vw - 3rem));
    --wide: min(1400px, calc(100vw - 3rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--warm); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
html.menu-open, body.menu-open { overflow: hidden; overscroll-behavior: none; }
body.menu-open { position: fixed; inset: var(--menu-scroll-y, 0) 0 0; width: 100%; touch-action: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--red); color: #fff; }
:focus-visible { outline: 3px solid rgba(227, 6, 19, .55); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: 1rem; padding: .8rem 1rem; background: #fff; color: #111; border-radius: .6rem; transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 1rem 0; transition: padding .25s, background .25s, box-shadow .25s; }
.site-header.is-scrolled { padding: .55rem 0; background: rgba(255, 255, 255, .93); box-shadow: 0 1px 0 rgba(14, 18, 22, .09); backdrop-filter: blur(16px); }
.nav-shell { width: var(--wide); margin: auto; min-height: 66px; display: flex; align-items: center; gap: 2rem; padding: .55rem .7rem .55rem .8rem; border: 1px solid rgba(255, 255, 255, .18); border-radius: 1.1rem; background: rgba(18, 21, 24, .84); box-shadow: 0 16px 50px rgba(0, 0, 0, .18); }
.site-header.is-scrolled .nav-shell { border-color: transparent; background: transparent; box-shadow: none; }
.brand { flex: 0 0 auto; display: grid; place-items: center; width: 132px; height: 56px; padding: .2rem .5rem; border-radius: .65rem; background: #080a0c; overflow: hidden; }
.brand img { width: 118px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); margin: auto; }
.desktop-nav a { color: rgba(255, 255, 255, .76); font-size: .88rem; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: #fff; }
.site-header.is-scrolled .desktop-nav a { color: #555b60; }
.site-header.is-scrolled .desktop-nav a:hover, .site-header.is-scrolled .desktop-nav a[aria-current="page"] { color: #101214; }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.nav-phone, .nav-whatsapp { color: rgba(255, 255, 255, .82); font-size: .78rem; font-weight: 700; white-space: nowrap; }
.site-header.is-scrolled .nav-phone, .site-header.is-scrolled .nav-whatsapp { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 52px; padding: .9rem 1.35rem; border: 1px solid transparent; border-radius: .75rem; font-size: .9rem; font-weight: 750; line-height: 1; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 30px rgba(227, 6, 19, .2); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 16px 36px rgba(227, 6, 19, .28); }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: #f2f2ef; }
.button-outline { color: var(--ink); border-color: #c8cbc9; background: transparent; }
.button-outline:hover { border-color: var(--ink); }
.button-small { min-height: 44px; padding: .75rem 1rem; font-size: .8rem; }
.menu-toggle { display: none; position: relative; z-index: 1002; margin-left: auto; width: 46px; height: 44px; border: 0; border-radius: .7rem; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 5px auto; background: #111; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { display: none; }
.mobile-menu-close { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); display: flex; align-items: flex-end; color: #fff; background: #111; overflow: hidden; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; filter:saturate(.94) contrast(1.03); }
.hero-shade { background: linear-gradient(90deg, rgba(7, 9, 11, .96) 0%, rgba(7, 9, 11, .8) 36%, rgba(7, 9, 11, .22) 70%), linear-gradient(0deg, rgba(5, 7, 8, .8), transparent 52%); }
.hero-inner { position: relative; z-index: 2; width: var(--content); margin: 0 auto; padding: clamp(9rem, 15vh, 12rem) 0 clamp(4rem, 9vh, 7rem); }
.eyebrow { margin: 0 0 1.2rem; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.hero-eyebrow { color: #fff; }
.hero h1 { max-width: 920px; margin: 0; font-size: clamp(3.5rem, 7.3vw, 7.1rem); line-height: .93; letter-spacing: -.065em; text-wrap: balance; }
.hero-copy { max-width: 700px; margin: 1.8rem 0 0; color: rgba(255, 255, 255, .75); font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: .8rem 1.8rem; margin: 3.3rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid rgba(255, 255, 255, .2); list-style: none; }
.hero-trust li { position: relative; padding-left: 1rem; color: rgba(255, 255, 255, .72); font-size: .82rem; font-weight: 650; }
.hero-trust li::before { content: ""; position: absolute; left: 0; top: .42em; width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.hero-note { position: absolute; z-index: 2; right: max(2rem, calc((100vw - 1400px) / 2)); bottom: 3rem; display: grid; gap: .25rem; padding: 1rem 1.2rem; border: 1px solid rgba(255, 255, 255, .2); background: rgba(10, 12, 14, .6); backdrop-filter: blur(12px); border-radius: .8rem; }
.hero-note span { color: #ff6972; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-note b { font-size: .82rem; }

.trust-band { padding: 1.6rem max(1.5rem, calc((100vw - 1400px) / 2)); background: var(--warm); border-bottom: 1px solid var(--line); }
.trust-band p { margin: 0 0 1rem; color: var(--muted); font-size: .8rem; font-weight: 700; }
.trust-items { display: flex; gap: .7rem; overflow: hidden; }
.trust-items span { flex: 0 0 auto; padding: .65rem .9rem; border: 1px solid #d8d9d6; border-radius: 999px; color: #383c40; background: rgba(255, 255, 255, .65); font-size: .78rem; font-weight: 700; }

.section { padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 1180px) / 2)); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: clamp(2.8rem, 5vw, 5rem); }
.section-heading h2, .split-copy h2, .network-intro h2, .cta-copy h2, .tech-copy h2 { margin: 0; font-size: clamp(2.35rem, 4.8vw, 4.8rem); line-height: 1; letter-spacing: -.055em; text-wrap: balance; }
.section-heading > p, .split-copy > p, .tech-copy > p, .cta-copy > p { margin: 0; color: var(--muted); line-height: 1.75; }
.section-services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.service-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .28s, box-shadow .28s, border-color .28s; }
.service-card:hover { transform: translateY(-5px); border-color: #c9cbc8; box-shadow: var(--shadow); }
.card-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: #dfe1df; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .card-media img, .project-card:hover img { transform: scale(1.035); }
.card-copy { position: relative; padding: clamp(1.35rem, 2.5vw, 2.1rem); }
.card-copy h3 { max-width: 80%; margin: 0 0 1rem; font-size: clamp(1.45rem, 2vw, 2rem); letter-spacing: -.035em; }
.card-copy h2 { max-width: 80%; margin: 0 0 1rem; font-size: clamp(1.45rem, 2vw, 2rem); letter-spacing: -.035em; }
.card-copy p { min-height: 5em; margin: 0; color: var(--muted); line-height: 1.65; }
.card-index { position: absolute; right: 1.5rem; top: 1.55rem; color: var(--red); font-size: .74rem; font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.4rem; color: var(--ink); font-size: .84rem; font-weight: 800; }
.text-link span { color: var(--red); transition: transform .2s; }
.text-link:hover span { transform: translate(2px, -2px); }
.section-action { display: flex; justify-content: center; margin-top: 2.5rem; }

.split-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); min-height: 760px; background: var(--warm); }
.split-feature.reverse { direction: rtl; }
.split-feature.reverse > * { direction: ltr; }
.split-image { position: relative; min-height: 580px; overflow: hidden; }
.split-image img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; left: 1.5rem; bottom: 1.5rem; padding: .7rem .9rem; border-radius: .55rem; color: #fff; background: rgba(12, 15, 17, .72); font-size: .72rem; font-weight: 750; backdrop-filter: blur(10px); }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 8rem); }
.split-copy > p { margin-top: 1.6rem; }
.feature-list { display: grid; gap: 0; margin: 2.2rem 0 0; padding: 0; list-style: none; }
.feature-list li { padding: 1rem 0; border-top: 1px solid #d3d5d2; font-weight: 700; }
.feature-list li::before { content: "✓"; margin-right: .8rem; color: var(--red); }

.capability-section { background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.capability-card { min-height: 280px; padding: 1.7rem; border-right: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f9f9f6); }
.capability-card:last-child { border-right: 0; }
.capability-card > span { display: block; width: 2.3rem; height: 3px; margin-bottom: 5rem; background: var(--red); }
.capability-card h3, .capability-card h2 { margin: 0 0 1rem; font-size: 1.35rem; letter-spacing: -.03em; }
.capability-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.sector-section { background: var(--warm); }
.sector-list { border-top: 1px solid #cfd1ce; }
.sector-row { display: grid; grid-template-columns: 1fr 1.4fr 30px; align-items: center; gap: 2rem; padding: 1.4rem .4rem; border-bottom: 1px solid #cfd1ce; }
.sector-row h3 { margin: 0; font-size: clamp(1.1rem, 2vw, 1.5rem); }
.sector-row p { margin: 0; color: var(--muted); }
.sector-row > span { color: var(--red); font-size: 1.2rem; }
.process-section { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.process-grid li { padding: 1.5rem 1.5rem 2.4rem 0; border-right: 1px solid var(--line); }
.process-grid li + li { padding-left: 1.5rem; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: var(--red); font-size: .72rem; font-weight: 850; }
.process-grid h3 { margin: 3.5rem 0 1rem; font-size: 1.35rem; letter-spacing: -.03em; }
.process-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.tech-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .8fr); gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 1180px) / 2)); color: #fff; background: radial-gradient(circle at 15% 20%, #263642, transparent 34%), var(--night); }
.tech-copy > p { color: #adb4ba; margin: 1.7rem 0 0; }
.tech-copy .button { margin-top: 2rem; }
.tech-list { border-top: 1px solid rgba(255, 255, 255, .2); }
.tech-list > div { padding: 1.35rem 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.tech-list h3 { margin: 0 0 .35rem; font-size: 1.1rem; }
.tech-list p { margin: 0; color: #9fa6ac; font-size: .9rem; }
.projects-preview { background: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.project-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: box-shadow .25s, transform .25s; }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-card > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .6s; }
.project-card > div { padding: 1.4rem; }
.project-card span { color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.project-card h3, .project-card h2 { margin: .65rem 0 .7rem; font-size: 1.45rem; letter-spacing: -.035em; }
.project-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.project-card small { display: block; margin-top: .8rem; color: #85898c; }
.network-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 1180px) / 2)); background: var(--warm); }
.network-intro h2 { max-width: 700px; }
.network-list { border-top: 1px solid #cfd1ce; }
.network-item { display: grid; grid-template-columns: 1fr 1fr auto; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid #cfd1ce; }
.network-item span, .network-item a { color: var(--muted); font-size: .85rem; }
.network-item a { font-weight: 750; }
.cta-section { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100vw - 1180px) / 2)); color: #fff; background: linear-gradient(130deg, #171b1e 0%, #222a31 70%, #32171a 100%); }
.cta-copy { max-width: 850px; }
.cta-copy > p { max-width: 650px; margin-top: 1.5rem; color: #b7bec3; }
.cta-section .button-outline { color: #fff; border-color: rgba(255, 255, 255, .35); }

.page-hero { padding: clamp(10rem, 18vw, 15rem) max(1.5rem, calc((100vw - 1180px) / 2)) clamp(5rem, 8vw, 8rem); color: #fff; background: radial-gradient(circle at 80% 15%, rgba(227, 6, 19, .16), transparent 27%), var(--night); }
.page-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(3.2rem, 7.4vw, 7.2rem); line-height: .94; letter-spacing: -.067em; text-wrap: balance; }
.page-hero > p:last-child { max-width: 720px; margin: 2rem 0 0; color: #aeb5ba; font-size: clamp(1rem, 1.5vw, 1.24rem); line-height: 1.7; }
.page-breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; color: rgba(255,255,255,.62); font-size: .75rem; }
.page-breadcrumbs a:hover { color: #fff; }
.service-catalog { background: var(--warm); }

.service-hero { position: relative; min-height: min(860px, 100svh); display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--night); }
.service-hero-media, .service-hero-media img, .service-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-hero-media img { object-fit: cover; }
.service-hero-overlay { background: linear-gradient(90deg, rgba(7, 9, 11, .96), rgba(7, 9, 11, .75) 46%, rgba(7, 9, 11, .24)), linear-gradient(0deg, rgba(7, 9, 11, .86), transparent 55%); }
.service-hero-copy { position: relative; z-index: 1; width: var(--content); margin: 0 auto; padding: clamp(9rem, 17vh, 13rem) 0 clamp(4rem, 8vh, 6rem); }
.service-hero-copy h1 { max-width: 980px; margin: 0; font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.065em; text-wrap: balance; }
.service-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 1.6rem 0 0; color: rgba(255,255,255,.75); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.7; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; color: rgba(255,255,255,.65); font-size: .75rem; }
.breadcrumbs a:hover { color: #fff; }
.service-benefit { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; background: #fff; }
.service-benefit h2 { max-width: 850px; margin: 0; font-size: clamp(2.4rem, 4.7vw, 4.8rem); line-height: 1; letter-spacing: -.055em; }
.service-benefit .need-solution { margin: 0; }
.service-scope-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr); gap: clamp(3rem, 8vw, 9rem); color: #fff; background: var(--night); }
.service-scope-section h2 { max-width: 780px; margin: 0; font-size: clamp(2.4rem, 4.4vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.service-scope-section .lead { max-width: 720px; margin: 1.5rem 0 0; color: #aeb5ba; font-size: 1.05rem; line-height: 1.75; }
.service-scope-section .tag-block span { color: #d7dcdf; background: #252b30; }
.scope-technology h3 { margin: 0; font-size: 1rem; }
.scope-technology .feature-list li { border-color: rgba(255,255,255,.16); }

.faq-section { background: #fff; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 1.35rem .2rem; cursor: pointer; font-size: clamp(1rem, 1.7vw, 1.25rem); font-weight: 750; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--red); font-size: 1.5rem; transition: transform .2s; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { max-width: 850px; margin: 0; padding: 0 .2rem 1.5rem; color: var(--muted); line-height: 1.75; }

.mobile-cta { display: none; }
.anchor-nav { position: sticky; z-index: 20; top: 80px; display: flex; gap: .6rem; padding: .8rem max(1.5rem, calc((100vw - 1180px) / 2)); overflow-x: auto; scrollbar-width:none; background: rgba(255, 255, 255, .94); border-block: 1px solid var(--line); backdrop-filter: blur(12px); }
.anchor-nav::-webkit-scrollbar { display:none; }
.anchor-nav a { flex: 0 0 auto; padding: .7rem .9rem; border: 1px solid var(--line); border-radius: 999px; font-size: .75rem; font-weight: 750; }
.service-detail-list { background: #fff; }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; border-bottom: 1px solid var(--line); scroll-margin-top: 155px; }
.service-detail:nth-child(even) .service-detail-media { order: 2; }
.service-detail-media { min-height: 600px; background: var(--soft); overflow: hidden; }
.service-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 7rem); }
.service-detail-copy h2 { margin: 0; font-size: clamp(2.3rem, 4.3vw, 4.3rem); line-height: 1; letter-spacing: -.055em; }
.service-detail-copy .lead { margin: 1.5rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.detail-number { position: absolute; right: 2rem; top: 2rem; color: var(--red); font-size: .75rem; font-weight: 850; }
.need-solution { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
.need-solution > div { padding-top: 1rem; border-top: 1px solid var(--line); }
.need-solution h3, .tag-block strong { margin: 0 0 .6rem; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.need-solution p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.tag-block { margin-top: 1.5rem; }
.tag-block > div { display: flex; flex-wrap: wrap; gap: .45rem; }
.tag-block span { padding: .55rem .7rem; border-radius: .45rem; background: var(--warm); color: #4c5155; font-size: .74rem; font-weight: 700; }
.service-detail-copy .button { align-self: flex-start; margin-top: 2rem; }

.about-intro { display: grid; grid-template-columns: 1.1fr .8fr; gap: clamp(3rem, 9vw, 10rem); }
.about-statement h2 { margin: 0; font-size: clamp(2.4rem, 5.2vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.about-copy p { margin: 0 0 1.5rem; color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.about-media { height: min(70vw, 760px); overflow: hidden; }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.values-section { background: var(--warm); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.value-grid article { padding: 1.5rem 1.5rem 2rem 0; border-right: 1px solid #d5d6d3; }
.value-grid article + article { padding-left: 1.5rem; }
.value-grid article:last-child { border-right: 0; }
.value-grid span { color: var(--red); font-size: .75rem; font-weight: 800; }
.value-grid h3 { margin: 3rem 0 1rem; font-size: 1.35rem; }
.value-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.project-browser { background: #fff; }
.filter-bar { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2.5rem; }
.filter-bar button { padding: .7rem .95rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; font-size: .76rem; font-weight: 750; }
.filter-bar button:hover, .filter-bar button.is-active { border-color: var(--ink); color: #fff; background: var(--ink); }
.project-grid-large { grid-template-columns: repeat(2, 1fr); }
.project-card[hidden] { display: none; }
.legal-content { width: min(820px, calc(100vw - 3rem)); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 0; }
.legal-warning { margin-bottom: 3rem; padding: 1.3rem; border-left: 4px solid var(--red); background: var(--warm); }
.legal-warning strong { display: block; margin-bottom: .5rem; }
.legal-warning p { margin: 0; color: var(--muted); line-height: 1.65; }
.legal-content section { padding: 2rem 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 1rem; font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -.03em; }
.legal-content section p { margin: 0; color: var(--muted); line-height: 1.8; }
.error-page { min-height: 78vh; display: flex; flex-direction: column; justify-content: center; padding: 10rem max(1.5rem, calc((100vw - 1180px) / 2)) 5rem; background: var(--warm); }
.error-page h1 { max-width: 900px; margin: 0; font-size: clamp(3.5rem, 8vw, 8rem); line-height: .92; letter-spacing: -.07em; }
.error-page > p:not(.eyebrow) { max-width: 620px; color: var(--muted); line-height: 1.7; }

.contact-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: clamp(3rem, 8vw, 9rem); align-items: end; padding: clamp(10rem, 16vw, 14rem) max(1.5rem, calc((100vw - 1180px) / 2)) clamp(5rem, 8vw, 8rem); color: #fff; background: radial-gradient(circle at 78% 18%, rgba(227, 6, 19, .2), transparent 27%), var(--night); }
.contact-hero h1 { margin: 0; font-size: clamp(3.2rem, 6.4vw, 6.3rem); line-height: .95; letter-spacing: -.065em; }
.contact-hero-copy > p:last-child { max-width: 680px; margin: 1.8rem 0 0; color: #b0b7bc; font-size: 1.05rem; line-height: 1.75; }
.contact-cards { display: grid; gap: .8rem; }
.contact-cards a { display: grid; gap: .35rem; padding: 1.2rem; border: 1px solid rgba(255, 255, 255, .16); border-radius: .8rem; background: rgba(255, 255, 255, .05); transition: background .2s, border-color .2s, transform .2s; }
.contact-cards a:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .09); }
.contact-cards span { color: #ff6972; font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-cards strong { font-size: 1.15rem; }
.contact-cards small { color: #929ba2; }
.contact-form-section { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); gap: clamp(3rem, 7vw, 8rem); padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 1180px) / 2)); background: var(--warm); scroll-margin-top: 90px; }
.form-aside { align-self: start; position: sticky; top: 120px; }
.form-aside h2 { margin: 0; font-size: clamp(2.3rem, 4.2vw, 4rem); line-height: 1; letter-spacing: -.055em; }
.form-aside > p { color: var(--muted); line-height: 1.75; }
.form-aside ul { display: grid; gap: .8rem; margin: 2rem 0; padding: 0; list-style: none; }
.form-aside li { position: relative; padding-left: 1.3rem; font-size: .88rem; font-weight: 700; }
.form-aside li::before { content: "✓"; position: absolute; left: 0; color: var(--red); }
.privacy-note { padding: 1rem; border: 1px solid #d3d5d2; border-radius: .7rem; color: var(--muted); background: rgba(255, 255, 255, .55); font-size: .78rem; line-height: 1.6; }
.form-panel { min-width: 0; }
.proposal-form { display: grid; gap: 1.3rem; padding: clamp(1.3rem, 3vw, 2.4rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { min-width: 0; border: 0; padding: 0; margin: 0; }
.field > label, .field > legend { display: block; margin: 0 0 .55rem; color: #3c4043; font-size: .74rem; font-weight: 800; }
.field > label > span, .field > legend > span { color: var(--red); }
.field input:not([type="radio"]):not([type="checkbox"]), .field select, .field textarea { width: 100%; border: 1px solid #ced0ce; border-radius: .55rem; color: var(--ink); background: #fbfbf9; padding: .92rem 1rem; outline: 0; transition: border-color .2s, box-shadow .2s, background .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); background: #fff; box-shadow: 0 0 0 4px rgba(227, 6, 19, .09); }
.field textarea { resize: vertical; min-height: 170px; line-height: 1.6; }
.field input[type="file"] { padding: .72rem; }
.field-full { grid-column: 1 / -1; }
.contact-choice { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: .5rem; }
.contact-choice legend { grid-column: 1 / -1; }
.contact-choice label { display: flex; align-items: center; gap: .55rem; min-height: 46px; padding: .7rem; border: 1px solid #ced0ce; border-radius: .55rem; font-size: .82rem; font-weight: 700; }
.field-error { display: block; margin-top: .45rem; color: #b00009; font-size: .76rem; line-height: 1.4; }
.consent-list { display: grid; gap: .9rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.consent-list label { display: flex; align-items: flex-start; gap: .7rem; color: #565b5f; font-size: .78rem; line-height: 1.55; }
.consent-list input { flex: 0 0 auto; margin-top: .2rem; accent-color: var(--red); }
.consent-list a { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.submit-button { justify-self: start; border: 0; cursor: pointer; }
.form-status { display: grid; gap: .4rem; margin-bottom: 1rem; padding: 1.1rem 1.2rem; border-radius: .75rem; line-height: 1.5; }
.form-status.success { border: 1px solid #b9d7c3; color: #164f2b; background: #edf8f0; }
.form-status.error { border: 1px solid #e8b8bb; color: #8a0810; background: #fff0f1; }
.form-status small { color: inherit; opacity: .8; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: clamp(4rem, 7vw, 7rem) max(1.5rem, calc((100vw - 1180px) / 2)) 2rem; color: #dfe2e4; background: #111417; }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: clamp(2rem, 5vw, 5rem); padding-bottom: 4rem; }
.footer-brand p { max-width: 360px; margin: 1.5rem 0 0; color: #979fa5; line-height: 1.7; }
.footer-col { display: grid; align-content: start; gap: .8rem; }
.footer-col h2 { margin: 0 0 .8rem; color: #fff; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { color: #aeb5ba; font-size: .88rem; }
.footer-col a:hover { color: #fff; }
.footer-legal { display: flex; justify-content: space-between; gap: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .12); color: #7f888e; font-size: .72rem; }
.footer-legal nav { display: flex; gap: 1.2rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
    .desktop-nav, .nav-phone, .nav-whatsapp { display: none; }
    .nav-actions { margin-left: auto; }
    .menu-toggle { display: block; margin-left: 0; }
    .site-header:has(.mobile-menu.open) { z-index: 1000; }
    .mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 1000;
        display: flex;
        width: 100%;
        height: 100vh;
        height: 100svh;
        height: var(--mobile-viewport-height, 100dvh);
        max-height: 100vh;
        max-height: 100svh;
        max-height: var(--mobile-viewport-height, 100dvh);
        padding: calc(6.4rem + env(safe-area-inset-top, 0px)) max(1rem, env(safe-area-inset-right, 0px)) calc(1.5rem + env(safe-area-inset-bottom, 0px)) max(1rem, env(safe-area-inset-left, 0px));
        color: #fff;
        background: rgba(14, 17, 19, .985);
        flex-direction: column;
        visibility: hidden;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
        scrollbar-gutter: stable;
        transition: opacity .2s, visibility .2s;
    }
    .mobile-menu.open { visibility: visible; opacity: 1; }
    .mobile-menu-close { position: sticky; z-index: 2; top: 0; align-self: flex-end; display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; margin: 0 0 .6rem; padding: .65rem .8rem; border: 1px solid rgba(255,255,255,.2); border-radius: .65rem; color: #fff; background: #202428; cursor: pointer; }
    .mobile-menu-close span { color: #ff6972; font-size: 1.3rem; line-height: 1; }
    .mobile-menu nav { display: grid; width: 100%; flex: 0 0 auto; }
    .mobile-menu nav a { display: flex; min-height: 52px; align-items: center; padding: clamp(.65rem, 2.4vh, 1rem) .35rem; border-bottom: 1px solid rgba(255, 255, 255, .14); font-size: clamp(1.55rem, 7vw, 2.6rem); font-weight: 700; line-height: 1.08; letter-spacing: -.04em; overflow-wrap: anywhere; }
    .mobile-contact { display: grid; flex: 0 0 auto; gap: .7rem; margin-top: clamp(1.25rem, 4vh, 2.4rem); padding: 1rem .35rem .35rem; color: #aeb5ba; }
    .mobile-contact a { min-height: 38px; display: flex; align-items: center; font-size: clamp(.82rem, 3.6vw, 1rem); line-height: 1.35; overflow-wrap: anywhere; }
    .hero-note { display: none; }
    .capability-grid, .process-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
    .capability-card:nth-child(2) { border-right: 0; }
    .capability-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .process-grid li:nth-child(2), .value-grid article:nth-child(2) { border-right: 0; }
    .process-grid li:nth-child(n+3), .value-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
    .tech-section, .network-section { grid-template-columns: 1fr; }
    .service-benefit, .service-scope-section { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; }
}

@media (max-width: 1120px) and (max-height: 560px) {
    .mobile-menu { padding-top: calc(5.4rem + env(safe-area-inset-top, 0px)); }
    .mobile-menu nav a { min-height: 42px; padding: .48rem .35rem; font-size: clamp(1.2rem, 5.4vw, 1.7rem); }
    .mobile-contact { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: .8rem; padding-top: .7rem; }
}

@supports not (height: 100dvh) {
    @media (max-width: 1120px) {
        .mobile-menu { height: var(--mobile-viewport-height, 100vh); max-height: var(--mobile-viewport-height, 100vh); }
    }
}

@media (max-width: 820px) {
    :root { --content: calc(100vw - 2rem); --wide: calc(100vw - 1rem); }
    .site-header { padding-top: .5rem; }
    .nav-shell { min-height: 58px; padding: .35rem; border-radius: .85rem; }
    .nav-actions .button { display: none; }
    .brand { width: 94px; height: 40px; }
    .hero { min-height: 820px; }
    .hero-shade { background: linear-gradient(0deg, rgba(6, 8, 9, .95), rgba(6, 8, 9, .25) 75%), linear-gradient(90deg, rgba(6, 8, 9, .72), transparent); }
    .hero-inner { padding-bottom: 3rem; }
    .hero h1 { font-size: clamp(3.1rem, 13vw, 5.6rem); }
    .hero-copy { line-height: 1.6; }
    .hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
    .trust-items { margin-right: -1.5rem; }
    .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
    .service-grid, .project-grid, .project-grid-large { grid-template-columns: 1fr; }
    .card-copy p { min-height: 0; }
    .split-feature, .service-detail { grid-template-columns: 1fr; }
    .split-feature { min-height: 0; }
    .split-image, .service-detail-media { min-height: 55vw; }
    .service-detail:nth-child(even) .service-detail-media { order: 0; }
    .service-detail-copy { padding: 3rem 1.5rem 4rem; }
    .sector-row { grid-template-columns: 1fr 25px; gap: .7rem; }
    .sector-row p { grid-column: 1 / -1; }
    .cta-section { grid-template-columns: 1fr; align-items: start; }
    .about-intro { grid-template-columns: 1fr; gap: 2rem; }
    .contact-hero, .contact-form-section { grid-template-columns: 1fr; }
    .form-aside { position: static; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-legal { flex-direction: column; }
    .site-footer { padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px)); }
    .mobile-cta { position: fixed; z-index: 90; inset: auto .75rem calc(.65rem + env(safe-area-inset-bottom, 0px)); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem; padding: .45rem; border: 1px solid rgba(255,255,255,.15); border-radius: .9rem; color: #fff; background: rgba(17,20,23,.96); box-shadow: 0 16px 45px rgba(0,0,0,.26); backdrop-filter: blur(14px); }
    .mobile-cta:has(a:nth-child(3)) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mobile-cta a { display: grid; place-items: center; min-height: 46px; padding: .5rem; border-radius: .6rem; font-size: .78rem; font-weight: 800; }
    .mobile-cta-primary { background: var(--red); }
}

@media (max-width: 560px) {
    .section, .tech-section, .network-section, .cta-section { padding-block: 4.5rem; }
    .hero { min-height: 760px; }
    .hero h1 { font-size: clamp(2.85rem, 13.5vw, 4.5rem); }
    .button-row .button { width: 100%; }
    .capability-grid, .process-grid, .value-grid { grid-template-columns: 1fr; }
    .capability-card, .capability-card:nth-child(2), .process-grid li, .process-grid li:nth-child(2), .value-grid article, .value-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
    .process-grid li + li, .value-grid article + article { padding-left: 0; }
    .process-grid li:nth-child(n+3), .value-grid article:nth-child(n+3) { border-top: 0; }
    .need-solution { grid-template-columns: 1fr; }
    .service-hero { min-height: 760px; }
    .service-hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4.45rem); }
    .form-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .page-hero { padding-top: 9rem; }
    .page-hero h1 { font-size: clamp(2.9rem, 13.5vw, 4.7rem); }
    .footer-main { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-legal nav { flex-wrap: wrap; }
}

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

/* V14 · Ultimate prodüksiyon vitrini */
@media (min-width: 1121px) {
    .nav-shell { max-width: 1380px; }
    .desktop-nav { gap: clamp(.9rem, 1.6vw, 1.7rem); }
    .desktop-nav a { font-size: .76rem; white-space: nowrap; }
    .nav-phone { display: none; }
}

.hero-ultimate .hero-inner { max-width: 900px; }
.hero-ultimate h1 { max-width: 880px; }
.hero-ultimate .hero-copy { max-width: 780px; }
.hero-ultimate .hero-trust { max-width: 920px; grid-template-columns: repeat(3, minmax(0, 1fr)); }

.production-showcase { position: relative; display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr); gap: clamp(2rem, 6vw, 7rem); padding: clamp(6rem, 10vw, 10rem) max(1.5rem, calc((100vw - 1320px) / 2)) 0; color: #fff; background: #0d1012; overflow: hidden; }
.production-showcase::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); }
.production-intro { position: relative; z-index: 1; align-self: center; padding-bottom: 5rem; }
.production-intro h2 { max-width: 670px; margin: 0; font-size: clamp(3.2rem, 5.8vw, 6.6rem); line-height: .92; letter-spacing: -.065em; }
.production-intro > p:not(.eyebrow) { max-width: 650px; margin: 2rem 0; color: #aab1b6; font-size: 1.03rem; line-height: 1.8; }
.button-outline-dark { border-color: rgba(255,255,255,.28); color: #fff; }
.production-visual { position: relative; align-self: end; min-height: 690px; background: #e5e7e6; overflow: hidden; }
.equipment { position: absolute; display: block; }
.equipment img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; filter: contrast(1.04); }
.equipment-camera { z-index: 2; top: 0; right: 5%; width: min(78%, 680px); }
.equipment-switcher { z-index: 1; right: -10%; bottom: -4%; width: min(62%, 520px); opacity: .88; }
.inventory-rail { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 0; border-top: 1px solid rgba(255,255,255,.13); }
.inventory-rail div { min-width: 0; padding: 2rem clamp(.8rem, 2vw, 1.7rem); border-right: 1px solid rgba(255,255,255,.13); }
.inventory-rail div:last-child { border-right: 0; }
.inventory-rail dt { margin-bottom: .55rem; color: #fff; font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.inventory-rail dd { margin: 0; color: #aeb5ba; font-size: .72rem; font-weight: 750; line-height: 1.45; }

.robot-home-feature { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-width: 0; min-height: 820px; background: #f2f3f1; overflow: hidden; }
.robot-home-media { display: grid; place-items: center; min-width: 0; padding: clamp(3rem, 7vw, 7rem); background: #e5e8e8; }
.robot-home-media picture { width: min(100%, 760px); }
.robot-home-media img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.robot-home-copy { min-width: 0; align-self: center; padding: clamp(4rem, 8vw, 9rem); }
.robot-home-copy h2 { margin: 0; font-size: clamp(3rem, 5.3vw, 6rem); line-height: .94; letter-spacing: -.06em; }
.robot-home-copy h2, .robot-home-copy p, .robot-home-copy li { overflow-wrap: anywhere; }
.robot-home-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.feature-list-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 2rem; }

.broadcast-ecosystem { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-width: 0; min-height: 850px; color: #fff; background: #101316; overflow: hidden; }
.broadcast-image { min-height: 640px; }
.broadcast-image img { width: 100%; height: 100%; object-fit: cover; }
.broadcast-copy { min-width: 0; align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.broadcast-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.6rem); line-height: .95; letter-spacing: -.06em; }
.broadcast-copy h2, .broadcast-copy p, .broadcast-copy span { overflow-wrap: anywhere; }
.broadcast-copy > p:not(.eyebrow) { color: #a7afb4; line-height: 1.75; }
.ecosystem-list { display: grid; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.14); }
.ecosystem-list div { display: grid; gap: .45rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.ecosystem-list strong { font-size: .9rem; }
.ecosystem-list span { color: #9ca5aa; font-size: .82rem; line-height: 1.55; }

.service-card-featured { border-color: rgba(227,6,19,.35); box-shadow: inset 0 -3px 0 var(--red); }
.why-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 9rem); padding: clamp(6rem, 10vw, 10rem) max(1.5rem, calc((100vw - 1180px) / 2)); color: #fff; background: #0c0f11; }
.why-heading h2 { max-width: 650px; margin: 0; font-size: clamp(3rem, 5.3vw, 6rem); line-height: .94; letter-spacing: -.06em; }
.why-copy > p { max-width: 680px; margin: 0 0 2rem; color: #aeb5ba; font-size: 1.04rem; line-height: 1.8; }
.why-section .feature-list li { border-color: rgba(255,255,255,.15); color: #e6e9ea; }

.infra-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); min-height: 940px; padding: clamp(10rem, 15vw, 13rem) max(1.5rem, calc((100vw - 1320px) / 2)) clamp(4rem, 7vw, 7rem); color: #fff; background: radial-gradient(circle at 80% 30%, rgba(227,6,19,.11), transparent 30%), #090b0d; overflow: hidden; }
.infra-hero-copy { position: relative; z-index: 2; align-self: center; }
.infra-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.8rem, 7vw, 8.3rem); line-height: .88; letter-spacing: -.07em; }
.infra-hero-copy > p:not(.eyebrow) { max-width: 760px; margin: 2rem 0; color: #aab1b6; font-size: 1.06rem; line-height: 1.8; }
.page-breadcrumbs-dark { color: #8f989e; }
.page-breadcrumbs-dark a { color: #dfe3e5; }
.infra-hero-media { align-self: center; width: 120%; margin-left: -8%; }
.infra-hero-media img { display: block; width: 100%; height: auto; mix-blend-mode: screen; }
.inventory-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-bottom: 1px solid var(--line); background: #fff; }
.inventory-strip div { display: grid; gap: .5rem; padding: 2rem max(1rem, 2.2vw); border-right: 1px solid var(--line); }
.inventory-strip div:last-child { border-right: 0; }
.inventory-strip strong { color: var(--red); font-size: clamp(2rem, 3.5vw, 3.7rem); line-height: 1; }
.inventory-strip span { font-size: .72rem; font-weight: 800; line-height: 1.4; }

.infra-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-width: 0; min-height: 820px; background: #f3f4f2; overflow: hidden; }
.infra-section-reverse .infra-copy { order: 2; }
.infra-copy { min-width: 0; align-self: center; padding: clamp(4rem, 8vw, 9rem); }
.infra-copy h2 { margin: 0; font-size: clamp(3rem, 5.2vw, 6rem); line-height: .94; letter-spacing: -.06em; }
.infra-copy h2, .infra-copy p, .infra-copy li { overflow-wrap: anywhere; }
.infra-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.78; }
.infra-media { display: grid; place-items: center; min-width: 0; padding: clamp(2.5rem, 6vw, 6rem); background: #e4e7e7; }
.infra-media img { display: block; max-width: 100%; height: auto; mix-blend-mode: multiply; }
.infra-media-product img { width: min(100%, 700px); }
.infra-dark { color: #fff; background: #101316; }
.infra-dark .infra-copy > p:not(.eyebrow) { color: #aab1b6; }
.infra-dark .infra-media { background: #191d20; }
.infra-dark .infra-media img { mix-blend-mode: screen; }
.benefit-notes { display: grid; margin-top: 2.2rem; border-top: 1px solid var(--line); }
.benefit-notes div { display: grid; grid-template-columns: minmax(140px, .45fr) minmax(0, 1fr); gap: 1.2rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.benefit-notes strong { font-size: .82rem; }
.benefit-notes span { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.infra-dark .benefit-notes { border-color: rgba(255,255,255,.15); }
.infra-dark .benefit-notes div { border-color: rgba(255,255,255,.15); }
.infra-dark .benefit-notes span { color: #aab1b6; }

.workflow-band { padding: clamp(6rem, 10vw, 10rem) max(1.5rem, calc((100vw - 1180px) / 2)); background: #fff; }
.workflow-heading { display: grid; grid-template-columns: .4fr 1fr; gap: 2rem; align-items: end; }
.workflow-heading h2 { max-width: 900px; margin: 0; font-size: clamp(3rem, 5.2vw, 6rem); line-height: .94; letter-spacing: -.06em; }
.workflow-columns { display: grid; grid-template-columns: 1fr 1fr; margin-top: 4rem; border-top: 1px solid var(--line); }
.workflow-columns article { padding: 2.5rem 3rem 0 0; border-right: 1px solid var(--line); }
.workflow-columns article + article { padding-left: 3rem; border-right: 0; }
.workflow-columns span { color: var(--red); font-size: .7rem; font-weight: 850; }
.workflow-columns h3 { font-size: clamp(1.8rem, 3vw, 3rem); }
.workflow-columns p { color: var(--muted); line-height: 1.75; }
.use-case-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.use-case-list article { padding: 2rem 2rem 2rem 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.use-case-list article:nth-child(3n+2), .use-case-list article:nth-child(3n+3) { padding-left: 2rem; }
.use-case-list article:nth-child(3n) { border-right: 0; }
.use-case-list h3 { margin: 0 0 .7rem; }
.use-case-list p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }

.gallery-section { padding: clamp(6rem, 10vw, 10rem) max(1.5rem, calc((100vw - 1320px) / 2)); color: #fff; background: #0d1012; }
.gallery-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 2rem; align-items: end; }
.gallery-heading h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.8rem); line-height: .94; letter-spacing: -.06em; }
.gallery-heading > p:not(.eyebrow) { grid-column: 2; color: #9fa7ac; }
.equipment-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: minmax(260px, 34vw); gap: 1px; margin-top: 4rem; background: rgba(255,255,255,.14); }
.gallery-item { min-width: 0; padding: 0; border: 0; background: #eef0ee; cursor: zoom-in; overflow: hidden; }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.025); }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: max(5rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left)); background: rgba(4,6,7,.96); }
.lightbox img { max-width: min(1100px, 94vw); max-height: 84vh; object-fit: contain; }
.lightbox-close { position: fixed; top: max(1rem, env(safe-area-inset-top)); right: max(1rem, env(safe-area-inset-right)); min-height: 44px; padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.25); border-radius: .5rem; color: #fff; background: #171b1e; cursor: pointer; }
body.lightbox-open { overflow: hidden; }

@media (max-width: 1120px) {
    .production-showcase { grid-template-columns: 1fr; }
    .production-intro { padding-bottom: 0; }
    .production-visual { min-height: 620px; }
    .inventory-rail, .inventory-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .inventory-rail div:nth-child(3), .inventory-strip div:nth-child(3) { border-right: 0; }
    .inventory-rail div:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.13); }
    .inventory-strip div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
    .infra-hero { grid-template-columns: 1fr 42%; min-height: 850px; }
    .infra-hero-media { width: 135%; margin-left: -25%; }
}

@media (max-width: 820px) {
    .hero-ultimate .hero-trust { grid-template-columns: 1fr 1fr; }
    .production-visual { min-height: 500px; }
    .equipment-camera { right: 4%; width: 86%; }
    .equipment-switcher { right: -4%; width: 64%; }
    .robot-home-feature, .broadcast-ecosystem, .why-section, .infra-hero, .infra-section { grid-template-columns: 1fr; }
    .robot-home-media, .broadcast-image, .infra-media { min-height: 60vw; }
    .infra-section-reverse .infra-copy { order: 0; }
    .infra-hero { min-height: 0; padding-bottom: 0; }
    .infra-hero-media { width: 100%; margin: 0; }
    .workflow-heading, .gallery-heading { grid-template-columns: 1fr; align-items: start; }
    .gallery-heading > p:not(.eyebrow) { grid-column: auto; }
    .use-case-list { grid-template-columns: 1fr 1fr; }
    .use-case-list article, .use-case-list article:nth-child(3n+2), .use-case-list article:nth-child(3n+3) { padding: 1.5rem; border-right: 1px solid var(--line); }
    .use-case-list article:nth-child(2n) { border-right: 0; }
    .equipment-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(260px, 50vw); }
}

@media (max-width: 560px) {
    .hero-ultimate .hero-trust { grid-template-columns: 1fr; }
    .production-intro h2, .robot-home-copy h2, .broadcast-copy h2, .why-heading h2, .infra-copy h2, .workflow-heading h2, .gallery-heading h2 { font-size: clamp(2.65rem, 12vw, 4.3rem); }
    .production-visual { min-height: 390px; }
    .inventory-rail, .inventory-strip { grid-template-columns: 1fr 1fr; }
    .inventory-rail div:nth-child(odd), .inventory-strip div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.13); }
    .inventory-rail div:nth-child(even), .inventory-strip div:nth-child(even) { border-right: 0; }
    .inventory-strip div:nth-child(odd) { border-right-color: var(--line); }
    .inventory-rail div { border-bottom: 1px solid rgba(255,255,255,.13); }
    .inventory-strip div { border-bottom: 1px solid var(--line); }
    .feature-list-columns, .workflow-columns, .use-case-list { grid-template-columns: 1fr; }
    .workflow-columns article, .workflow-columns article + article { padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .benefit-notes div { grid-template-columns: 1fr; gap: .45rem; }
    .use-case-list article, .use-case-list article:nth-child(3n+2), .use-case-list article:nth-child(3n+3) { border-right: 0; }
    .equipment-gallery { grid-template-columns: 1fr; grid-auto-rows: 90vw; }
    .gallery-item:first-child { grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .gallery-item img { transition: none; }
}
