@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #071425;
  --navy-2: #0b1d34;
  --ink: #101723;
  --muted: #647083;
  --lime: #c8ff1a;
  --lime-dark: #9bc900;
  --paper: #f6f8f5;
  --white: #fff;
  --line: #dfe5df;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(7, 20, 37, .12);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 15px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.topbar { background: var(--lime); color: var(--navy); font-size: .69rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,20,37,.08); backdrop-filter: blur(18px); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 12px 35px rgba(7,20,37,.09); }
.nav { height: 82px; display: flex; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; background: var(--navy); color: var(--lime); clip-path: polygon(0 0, 86% 0, 100% 28%, 100% 100%, 14% 100%, 0 72%); font-family: var(--display); font-size: 1.25rem; font-weight: 800; letter-spacing: -.04em; }
.brand-name { display: flex; flex-direction: column; font-family: var(--display); font-size: 1.55rem; font-weight: 800; letter-spacing: .035em; line-height: .88; text-transform: uppercase; }
.brand-name small { margin-top: 8px; color: var(--muted); font-family: var(--body); font-size: .49rem; font-weight: 700; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a { position: relative; padding: 11px 0; color: #536071; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.nav-links a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--lime-dark); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: var(--navy); }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--lime); }

.btn { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 21px; border: 1px solid transparent; border-radius: 2px; font-size: .74rem; font-weight: 800; letter-spacing: .075em; line-height: 1; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--lime); color: var(--navy); }
.btn-primary:hover { background: #dcff69; }
.btn-dark { background: var(--navy); color: white; }
.btn-dark:hover { background: #15304f; }
.btn-ghost { border-color: rgba(255,255,255,.55); color: white; background: rgba(7,20,37,.15); }
.btn-ghost:hover { background: white; color: var(--navy); }

.hero { position: relative; height: min(750px, calc(100vh - 116px)); min-height: 620px; overflow: hidden; background: var(--navy); color: white; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; background-position: center; background-size: cover; transition: opacity .7s ease, visibility .7s; }
.hero-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,26,.97) 0%, rgba(4,13,26,.87) 33%, rgba(4,13,26,.25) 66%, rgba(4,13,26,.08) 100%); }
.hero-slide.active { z-index: 1; opacity: 1; visibility: visible; }
.hero-football { background-image: var(--img-hero-football); }
.hero-basketball { background-image: var(--img-hero-basketball); }
.hero-training { background-image: var(--img-hero-training); }
.hero-inner { position: relative; height: 100%; display: flex; align-items: center; }
.hero-copy { width: min(590px, 52%); padding-bottom: 40px; }
.hero-copy h1, .hero-copy h2, .page-hero h1 { margin: 18px 0 23px; font-family: var(--display); font-size: clamp(4.2rem, 7vw, 7rem); font-weight: 800; letter-spacing: -.035em; line-height: .82; text-transform: uppercase; }
.hero-copy h1 em, .hero-copy h2 em, .page-hero h1 em, h2 em { color: var(--lime); font-style: italic; }
.hero-copy p { max-width: 575px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.02rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #718095; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--lime-dark); }
.eyebrow.light { color: rgba(255,255,255,.68); }
.eyebrow.light::before { background: var(--lime); }
.image-brand-stamp { position: absolute; right: 0; bottom: 36px; min-width: 230px; padding: 14px 17px; background: rgba(7,20,37,.82); border-left: 3px solid var(--lime); color: white; backdrop-filter: blur(10px); }
.image-brand-stamp strong, .image-brand-stamp span { display: block; }
.image-brand-stamp strong { color: var(--lime); font-family: var(--display); font-size: 1.25rem; letter-spacing: .11em; line-height: 1; }
.image-brand-stamp span { margin-top: 7px; color: rgba(255,255,255,.68); font-size: .56rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-controls { position: absolute; z-index: 5; right: 0; bottom: 40px; left: 0; display: flex; align-items: center; gap: 12px; pointer-events: none; }
.hero-arrow, .hero-dot { pointer-events: auto; }
.hero-arrow { width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.35); background: rgba(7,20,37,.45); color: white; cursor: pointer; }
.hero-dots { display: flex; align-items: center; gap: 4px; padding: 5px; background: rgba(7,20,37,.5); }
.hero-dot { width: 42px; height: 33px; border: 0; background: transparent; color: rgba(255,255,255,.56); font-size: .64rem; font-weight: 800; cursor: pointer; }
.hero-dot.active { background: var(--lime); color: var(--navy); }
.hero-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.proof-bar { background: var(--navy); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 115px; display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--lime); font-family: var(--display); font-size: 1.15rem; letter-spacing: .04em; text-transform: uppercase; }
.proof-grid span { margin-top: 3px; color: rgba(255,255,255,.55); font-size: .71rem; }

.section { padding: 110px 0; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 50px; }
h2 { margin: 15px 0 0; font-family: var(--display); font-size: clamp(3.2rem, 5.1vw, 5.3rem); font-weight: 800; letter-spacing: -.025em; line-height: .88; text-transform: uppercase; }
.section-head p { margin: 0 0 5px; color: var(--muted); font-size: .97rem; }
.section-head h2 em, .light-story h2 em, .contact-copy h2 em { color: var(--lime-dark); }
.section-dark { background: var(--navy); color: white; }
.section-dark .section-head p { color: rgba(255,255,255,.6); }
.compact-section { padding: 80px 0; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.category-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.category-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.category-image, .product-image, .story-media { position: relative; background-position: center; background-size: cover; }
.category-image { aspect-ratio: 1 / .86; overflow: hidden; transition: transform .5s; }
.category-card:hover .category-image { transform: scale(1.025); }
.category-image::after, .product-image::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(5,17,32,.63)); }
.img-football { background-image: var(--img-category-football); }
.img-basketball { background-image: var(--img-category-basketball); }
.img-cricket { background-image: var(--img-category-cricket); }
.img-tracksuits { background-image: var(--img-category-tracksuits); }
.img-gymwear { background-image: var(--img-category-gymwear); }
.img-teamwear { background-image: var(--img-category-teamwear); }
.category-brand { position: absolute; z-index: 2; right: 17px; bottom: 15px; padding: 7px 10px; background: var(--lime); color: var(--navy); font-family: var(--display); font-size: .78rem; font-weight: 800; letter-spacing: .1em; line-height: 1; }
.category-info { padding: 24px 24px 27px; }
.category-info > span, .product-tag { color: #7c8998; font-size: .59rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.category-info h3 { margin: 8px 0 9px; font-family: var(--display); font-size: 2rem; letter-spacing: -.01em; line-height: 1; text-transform: uppercase; }
.category-info p { margin: 0; color: var(--muted); font-size: .8rem; }

.brand-story { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 75px; }
.story-media { min-height: 660px; background-position: center; }
.story-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.story-media .image-brand-stamp { right: 25px; bottom: 25px; }
.story-number { position: absolute; z-index: 2; top: 25px; left: 25px; padding: 18px 20px; background: var(--lime); color: var(--navy); }
.story-number strong, .story-number span { display: block; }
.story-number strong { font-family: var(--display); font-size: 2.5rem; line-height: .8; }
.story-number span { margin-top: 8px; font-size: .56rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-copy { align-self: center; }
.story-copy > p { color: rgba(255,255,255,.63); }
.feature-list { margin: 32px 0 30px; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.feature-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.feature-list > li > span { color: var(--lime); font-family: var(--display); font-size: 1.15rem; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.feature-list small { margin-top: 3px; color: rgba(255,255,255,.52); font-size: .72rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-size: .71rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--lime-dark); font-size: 1.1rem; }
.light-link { color: white; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.process-card { min-height: 275px; padding: 31px 27px; border-right: 1px solid var(--line); }
.process-card:last-child { border-right: 0; }
.process-card > span, .capability-card > span { color: var(--lime-dark); font-family: var(--display); font-size: 1.6rem; font-weight: 800; }
.process-card h3, .capability-card h3 { margin: 45px 0 12px; font-family: var(--display); font-size: 1.65rem; line-height: 1; text-transform: uppercase; }
.process-card p, .capability-card p { margin: 0; color: var(--muted); font-size: .77rem; }

.cta { padding: 0 0 90px; background: var(--white); }
.cta-inner { min-height: 315px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 55px 65px; background: linear-gradient(120deg, rgba(7,20,37,.96), rgba(7,20,37,.78)), var(--img-hero-training) center/cover; color: white; }
.cta-inner h2 { font-size: clamp(3rem, 4.8vw, 5rem); }

.page-hero { min-height: 520px; display: flex; align-items: center; background: var(--navy); color: white; background-size: cover; background-position: center; }
.page-hero .container { padding-block: 80px; }
.page-hero h1 { max-width: 850px; font-size: clamp(4.3rem, 7vw, 7rem); }
.page-hero p { max-width: 660px; margin: 0; color: rgba(255,255,255,.68); font-size: 1rem; }
.products-hero { background-image: linear-gradient(90deg, rgba(7,20,37,.96), rgba(7,20,37,.72), rgba(7,20,37,.2)), var(--img-hero-football); }
.about-hero { background-image: linear-gradient(90deg, rgba(7,20,37,.96), rgba(7,20,37,.65), rgba(7,20,37,.22)), var(--img-hero-training); }
.contact-hero { background-image: linear-gradient(90deg, rgba(7,20,37,.96), rgba(7,20,37,.72), rgba(7,20,37,.2)), var(--img-hero-basketball); }
.catalog-intro { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 32px; padding: 23px 27px; background: var(--paper); border-left: 4px solid var(--lime-dark); }
.catalog-intro strong, .catalog-intro span { display: block; }
.catalog-intro strong { font-family: var(--display); font-size: 1.3rem; text-transform: uppercase; }
.catalog-intro span { color: var(--muted); font-size: .75rem; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filter-btn { min-height: 43px; padding: 9px 17px; border: 1px solid var(--line); background: white; color: #687386; font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.filter-btn.active, .filter-btn:hover { background: var(--navy); border-color: var(--navy); color: white; }
.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.product-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 470px; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 12px 40px rgba(7,20,37,.06); }
.product-card.hidden { display: none; }
.product-image { min-height: 100%; }
.product-image .category-brand { bottom: 17px; left: 17px; right: auto; }
.product-badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 9px; background: rgba(7,20,37,.84); color: white; font-size: .52rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-info { display: flex; flex-direction: column; align-items: flex-start; padding: 28px 25px; }
.product-info h2 { margin: 10px 0 12px; font-size: 2.1rem; }
.product-info > p { margin: 0; color: var(--muted); font-size: .76rem; }
.product-info ul { margin: 17px 0 23px; padding: 0; list-style: none; color: #445064; font-size: .7rem; }
.product-info li { position: relative; padding: 4px 0 4px 15px; }
.product-info li::before { content: ""; position: absolute; top: 12px; left: 0; width: 6px; height: 6px; background: var(--lime-dark); }
.product-info .btn { width: 100%; margin-top: auto; }
.service-grid { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 70px; }
.service-grid h2 { font-size: clamp(3rem, 4.6vw, 4.8rem); }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.service-list span { padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.75); font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.light-story .story-media { min-height: 620px; }
.light-story .story-copy > p { color: var(--muted); }
.light-story .story-media::after { border-color: rgba(7,20,37,.1); }
.about-values { margin-top: 30px; border-top: 1px solid var(--line); }
.about-values > div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.about-values strong { color: var(--navy); font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; }
.about-values span { color: var(--muted); font-size: .75rem; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.14); }
.capability-card { min-height: 280px; padding: 30px 25px; border-right: 1px solid rgba(255,255,255,.14); }
.capability-card:last-child { border-right: 0; }
.capability-card h3 { margin-top: 42px; }
.capability-card p { color: rgba(255,255,255,.55); }
.timeline { max-width: 900px; margin-inline: auto; }
.timeline-step { display: grid; grid-template-columns: 100px 1fr; gap: 35px; padding: 31px 0; border-top: 1px solid var(--line); }
.timeline-step:last-child { border-bottom: 1px solid var(--line); }
.timeline-step > span { color: var(--lime-dark); font-family: var(--display); font-size: 2rem; font-weight: 800; }
.timeline-step h3 { margin: 0 0 6px; font-family: var(--display); font-size: 1.7rem; text-transform: uppercase; }
.timeline-step p { margin: 0; color: var(--muted); font-size: .82rem; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.contact-copy h2 { font-size: clamp(3.3rem, 4.7vw, 5rem); }
.contact-copy > p { color: var(--muted); }
.contact-points { margin: 32px 0; border-top: 1px solid var(--line); }
.contact-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-points span { color: var(--lime-dark); font-family: var(--display); font-size: 1.25rem; }
.contact-points p, .contact-points strong { margin: 0; display: block; }
.contact-points p { color: var(--muted); font-size: .72rem; }
.contact-points strong { color: var(--navy); font-size: .76rem; }
.direct-contact { display: grid; gap: 9px; }
.direct-contact > * { padding: 14px 16px; background: var(--paper); }
.direct-contact small, .direct-contact strong { display: block; }
.direct-contact small { color: var(--muted); font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact strong { margin-top: 3px; font-size: .78rem; }
.form-shell { padding: 38px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.form-heading span, .form-heading strong { display: block; }
.form-heading span { color: var(--lime); font-size: .6rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-heading strong { margin-top: 5px; font-family: var(--display); font-size: 1.9rem; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; margin-bottom: 15px; color: rgba(255,255,255,.7); font-size: .61rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 0; outline: 0; background: rgba(255,255,255,.06); color: white; font-size: .78rem; text-transform: none; }
select option { color: var(--navy); }
textarea { resize: vertical; min-height: 135px; }
input:focus, select:focus, textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(200,255,26,.1); }
::placeholder { color: rgba(255,255,255,.35); }
.form-submit { width: 100%; border: 0; }
.form-disclaimer { margin: 12px 0 0; color: rgba(255,255,255,.42); font-size: .61rem; text-align: center; }
.form-success { display: none; margin-top: 15px; padding: 12px; background: rgba(200,255,26,.13); border: 1px solid rgba(200,255,26,.35); color: var(--lime); font-size: .72rem; }
.form-success.show { display: block; }
.next-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.next-grid > div { padding: 21px; border: 1px solid rgba(255,255,255,.15); }
.next-grid span { color: var(--lime); font-family: var(--display); font-size: 1.35rem; }
.next-grid p { margin: 16px 0 0; color: rgba(255,255,255,.6); font-size: .7rem; }

.site-footer { padding: 75px 0 24px; background: #030b15; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr 1fr 1fr; gap: 55px; }
.footer-about p { max-width: 330px; margin-top: 24px; color: rgba(255,255,255,.5); font-size: .72rem; }
.site-footer .brand-mark { background: var(--lime); color: var(--navy); }
.site-footer .brand-name small { color: rgba(255,255,255,.42); }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-col h4 { margin: 0 0 12px; color: var(--lime); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-col a, .footer-col span { color: rgba(255,255,255,.55); font-size: .7rem; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); font-size: .62rem; }
.footer-bottom a { color: var(--lime); font-weight: 700; transition: color .2s; }
.footer-bottom a:hover { color: white; }
.wa-float { position: fixed; z-index: 60; right: 20px; bottom: 20px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.2); transition: transform .2s; }
.wa-float:hover { transform: translateY(-3px); }
.wa-float img { width: 29px; height: 29px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s, transform .65s; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav { gap: 24px; }
  .nav-links { gap: 20px; }
  .hero-copy { width: 58%; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-story { gap: 45px; }
  .process-grid, .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card, .capability-card { border-bottom: 1px solid var(--line); }
  .capability-card { border-bottom-color: rgba(255,255,255,.14); }
  .process-card:nth-child(2), .capability-card:nth-child(2) { border-right: 0; }
  .product-card { grid-template-columns: 1fr; }
  .product-image { min-height: 360px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 1180px); }
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-inner span:last-child { display: none; }
  .nav { height: 72px; }
  .nav-links { position: absolute; top: 72px; right: 0; left: 0; display: none; padding: 15px 24px 22px; background: white; border-top: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 45px; display: flex; align-items: center; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-cta { display: none; }
  .hero { height: 720px; min-height: 0; }
  .hero-slide { background-position: 66% center; }
  .hero-slide::before { background: linear-gradient(90deg, rgba(4,13,26,.97) 0%, rgba(4,13,26,.83) 58%, rgba(4,13,26,.35)); }
  .hero-copy { width: 73%; }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(3.7rem, 10vw, 5.4rem); }
  .image-brand-stamp { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .section { padding: 80px 0; }
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .brand-story, .service-grid, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .story-media { min-height: 570px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { padding: 45px 36px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
  .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  body { font-size: 14px; }
  .container { width: min(100% - 24px, 1180px); }
  .brand-mark { width: 41px; height: 41px; font-size: 1.08rem; }
  .brand-name { font-size: 1.3rem; }
  .brand-name small { font-size: .43rem; }
  .hero { height: 680px; }
  .hero-slide { background-position: 62% center; }
  .hero-slide::before { background: linear-gradient(90deg, rgba(4,13,26,.97) 0%, rgba(4,13,26,.86) 70%, rgba(4,13,26,.55)); }
  .hero-copy { width: 100%; padding-bottom: 75px; }
  .hero-copy h1, .hero-copy h2, .page-hero h1 { font-size: clamp(3.25rem, 15vw, 4.6rem); }
  .hero-copy p { max-width: 90%; font-size: .83rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; max-width: 300px; }
  .hero-controls { bottom: 22px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 95px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 65px 0; }
  h2 { font-size: clamp(2.9rem, 13vw, 4rem); }
  .category-grid, .products-grid, .process-grid, .capability-grid, .next-grid { grid-template-columns: 1fr; }
  .category-info { padding: 21px; }
  .story-media, .light-story .story-media { min-height: 440px; }
  .story-number { top: 14px; left: 14px; }
  .process-card, .capability-card { min-height: 225px; border-right: 0; }
  .process-card h3, .capability-card h3 { margin-top: 30px; }
  .cta { padding-bottom: 60px; }
  .cta-inner { min-height: 360px; align-items: flex-start; flex-direction: column; justify-content: center; padding: 32px 24px; }
  .page-hero { min-height: 480px; }
  .page-hero .container { padding-block: 60px; }
  .catalog-intro { display: block; padding: 20px; }
  .catalog-intro .text-link { margin-top: 15px; }
  .filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .filter-btn { flex: 0 0 auto; }
  .product-image { min-height: 355px; }
  .service-list { grid-template-columns: 1fr; }
  .timeline-step { grid-template-columns: 55px 1fr; gap: 18px; }
  .form-shell { padding: 25px 17px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  input, select, textarea { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 6px 0; }
  .site-footer { padding-bottom: 90px; }
  .wa-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}

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