:root {
  --navy: #062a4f;
  --navy-2: #0b3c6c;
  --blue: #0877c9;
  --blue-light: #1da1f2;
  --orange: #ff6b00;
  --orange-2: #ff8a2a;
  --ink: #122033;
  --muted: #5f6d7c;
  --line: #dfe6ec;
  --soft: #f3f6f8;
  --cream: #f8f5ef;
  --white: #fff;
  --shadow: 0 24px 70px rgba(6, 42, 79, .12);
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--orange); color: white; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.utility-bar { background: #041e39; color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .03em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; display: flex; align-items: center; gap: 8px; }
.utility-inner a { color: white; font-weight: 600; }
.utility-dot { width: 7px; height: 7px; border-radius: 50%; background: #4fd293; box-shadow: 0 0 0 4px rgba(79,210,147,.13); }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(6,42,79,.08); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 268px; min-width: 220px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 700; color: #2c3b4c; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 14px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { background: var(--navy); color: white; padding: 14px 20px; border-radius: 999px; box-shadow: 0 10px 30px rgba(6,42,79,.18); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--blue); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: white; border-radius: 12px; padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s ease; }

.hero { position: relative; height: min(770px, calc(100vh - 120px)); min-height: 650px; overflow: hidden; background: var(--navy); }
.hero-track { position: relative; height: 100%; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: translateX(7%); transition: opacity .8s ease, transform 1.1s cubic-bezier(.22,.61,.36,1); pointer-events: none; }
.hero-slide.is-active { opacity: 1; transform: translateX(0); pointer-events: auto; z-index: 2; }
.hero-slide.is-leaving { opacity: 0; transform: translateX(-7%); z-index: 1; }
.hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; transform: scale(1.08); transition: transform 7s linear; }
.hero-slide.is-active > img { transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,24,45,.95) 0%, rgba(3,24,45,.80) 42%, rgba(3,24,45,.35) 70%, rgba(3,24,45,.18) 100%), linear-gradient(0deg, rgba(3,24,45,.42), transparent 48%); }
.hero-content { position: relative; z-index: 3; height: 100%; display: grid; grid-template-columns: 1fr 260px; gap: 80px; align-items: center; padding-bottom: 72px; color: white; }
.hero-copy { max-width: 780px; padding-top: 20px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 11px; color: #c8d9e8; text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 800; }
.eyebrow span { width: 38px; height: 2px; background: var(--orange); }
.hero h1, .hero h2 { margin: 0; max-width: 780px; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.045em; font-weight: 780; }
.hero-copy > p:not(.eyebrow) { max-width: 690px; margin: 28px 0 0; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.58; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 23px; border-radius: 999px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 13px 35px rgba(255,107,0,.28); }
.button-primary:hover { background: var(--orange-2); box-shadow: 0 17px 40px rgba(255,107,0,.34); }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.button-light { color: var(--navy); background: white; box-shadow: 0 12px 35px rgba(0,0,0,.16); }
.hero-proof { align-self: end; margin-bottom: 40px; padding: 27px 0 27px 27px; border-left: 1px solid rgba(255,255,255,.35); }
.hero-proof strong { display: block; font-size: 32px; line-height: 1.1; letter-spacing: -.035em; }
.hero-proof span { display: block; margin-top: 5px; color: rgba(255,255,255,.7); font-size: 14px; }
.hero-proof-line { width: 100%; height: 1px; background: rgba(255,255,255,.25); margin: 24px 0 16px; }
.hero-proof p { margin: 0; color: rgba(255,255,255,.74); line-height: 1.55; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-controls { position: absolute; z-index: 10; left: 50%; transform: translateX(-50%); bottom: 26px; display: flex; align-items: end; justify-content: space-between; }
.hero-progress { display: flex; gap: 18px; width: min(700px, calc(100% - 80px)); }
.progress-item { flex: 1; background: none; border: 0; color: rgba(255,255,255,.46); padding: 0; text-align: left; }
.progress-bar { display: block; height: 2px; background: rgba(255,255,255,.22); margin-bottom: 10px; overflow: hidden; }
.progress-bar i { display: block; width: 0; height: 100%; background: var(--orange); }
.progress-item.is-active { color: white; }
.progress-item.is-active .progress-bar i { animation: heroTimer 6s linear forwards; }
.hero.is-paused .progress-item.is-active .progress-bar i { animation-play-state: paused; }
.progress-item b { font-size: 12px; margin-right: 7px; color: var(--orange); }
.progress-item small { font-size: 12px; }
@keyframes heroTimer { from { width: 0; } to { width: 100%; } }
.hero-pause { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); background: rgba(3,24,45,.38); backdrop-filter: blur(8px); }
.pause-icon { width: 11px; height: 14px; border-left: 3px solid white; border-right: 3px solid white; }
.hero-pause[aria-pressed="true"] .pause-icon { width: 0; height: 0; border: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid white; margin-left: 3px; }

.proof-strip { position: relative; z-index: 11; margin-top: -1px; background: var(--navy); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 132px; display: flex; justify-content: center; flex-direction: column; border-right: 1px solid rgba(255,255,255,.12); padding: 24px 36px; }
.proof-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.proof-grid strong { font-size: 30px; letter-spacing: -.035em; }
.proof-grid span { margin-top: 7px; color: rgba(255,255,255,.63); font-size: 13px; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .method h2, .company h2, .contact h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.03; letter-spacing: -.04em; }
.section-kicker { margin: 0 0 15px; color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.section-kicker.light { color: #ffb06f; }
.split-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 100px; align-items: end; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.centered-heading { max-width: 800px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { max-width: 690px; margin: 20px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.solutions { background: var(--soft); }
.solution-grid { display: grid; grid-template-columns: 1.12fr 1fr 1fr; gap: 18px; }
.solution-card { position: relative; min-height: 570px; border-radius: var(--radius); overflow: hidden; isolation: isolate; box-shadow: var(--shadow); }
.solution-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.solution-card:hover > img { transform: scale(1.045); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,24,45,.98) 0%, rgba(3,24,45,.78) 48%, rgba(3,24,45,.1) 100%); z-index: 1; }
.solution-content { position: absolute; inset: auto 0 0; z-index: 2; padding: 34px; color: white; }
.solution-content > span:first-child { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #ffb06f; font-size: 12px; font-weight: 900; }
.solution-content h3 { margin: 24px 0 12px; font-size: 30px; letter-spacing: -.035em; }
.solution-content p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.58; }
.solution-content ul { list-style: none; padding: 0; margin: 20px 0; }
.solution-content li { position: relative; padding: 7px 0 7px 18px; color: rgba(255,255,255,.8); font-size: 13px; }
.solution-content li::before { content: ""; position: absolute; left: 0; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.solution-content a { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 5px; }

.sectors { background: white; }
.sector-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-grid article { min-height: 330px; padding: 31px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.sector-grid article:hover { background: var(--navy); color: white; transform: translateY(-5px); box-shadow: 0 20px 40px rgba(6,42,79,.15); }
.sector-icon { width: 54px; height: 54px; color: var(--blue); }
.sector-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.sector-grid article:hover .sector-icon { color: #ffad6d; }
.sector-grid h3 { margin: 48px 0 15px; font-size: 20px; line-height: 1.2; letter-spacing: -.02em; }
.sector-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.sector-grid article:hover p { color: rgba(255,255,255,.68); }

.method { position: relative; overflow: hidden; background: var(--navy); color: white; }
.method::before { content: ""; position: absolute; width: 760px; height: 760px; border-radius: 50%; right: -350px; top: -310px; border: 130px solid rgba(255,255,255,.025); }
.method-layout { position: relative; display: grid; grid-template-columns: .85fr 1.1fr; gap: 100px; align-items: start; }
.method-copy { position: sticky; top: 135px; }
.method-copy > p:not(.section-kicker) { margin: 24px 0 34px; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.method-steps { border-top: 1px solid rgba(255,255,255,.18); }
.method-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.method-steps > article > span { color: #ffb06f; font-size: 12px; font-weight: 900; padding-top: 5px; }
.method-steps h3 { margin: 0 0 10px; font-size: 23px; letter-spacing: -.02em; }
.method-steps p { margin: 0; color: rgba(255,255,255,.65); line-height: 1.65; }

.projects { padding-bottom: 90px; overflow: hidden; }
.project-rail { width: 100%; overflow: hidden; }
.project-track { display: flex; width: max-content; gap: 18px; padding-left: max(24px, calc((100vw - 1180px) / 2)); animation: projectMarquee 38s linear infinite; }
.project-rail:hover .project-track { animation-play-state: paused; }
.project-track figure { position: relative; width: min(390px, 78vw); height: 500px; flex: 0 0 auto; margin: 0; overflow: hidden; border-radius: 18px; background: var(--soft); }
.project-track img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-track figure:hover img { transform: scale(1.04); }
.project-track figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 18px; background: rgba(3,24,45,.82); backdrop-filter: blur(13px); color: white; border-radius: 12px; }
.project-track figcaption span, .project-track figcaption small { display: block; }
.project-track figcaption span { font-weight: 800; }
.project-track figcaption small { color: rgba(255,255,255,.65); margin-top: 4px; }
@keyframes projectMarquee { to { transform: translateX(calc(-50% - 9px)); } }

.company { background: var(--cream); }
.company-grid { display: grid; grid-template-columns: .92fr 1fr; gap: 95px; align-items: center; }
.company-visual { position: relative; min-height: 650px; }
.company-visual > img { width: 88%; height: 610px; object-fit: cover; border-radius: 0 100px 0 0; box-shadow: var(--shadow); }
.experience-card { position: absolute; right: 0; bottom: 0; width: 285px; background: var(--orange); color: white; padding: 30px; box-shadow: 0 20px 50px rgba(255,107,0,.24); }
.experience-card strong, .experience-card span { display: block; }
.experience-card strong { font-size: 20px; line-height: 1.25; }
.experience-card span { margin-top: 12px; color: rgba(255,255,255,.78); line-height: 1.55; font-size: 14px; }
.company-copy > p:not(.section-kicker) { margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.78; }
.company-points { margin-top: 35px; border-top: 1px solid #d8d2c9; }
.company-points article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #d8d2c9; }
.company-points > article > span { color: var(--orange); font-size: 12px; font-weight: 900; padding-top: 4px; }
.company-points h3 { margin: 0 0 7px; font-size: 19px; }
.company-points p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.testimonials { background: white; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-grid blockquote { margin: 0; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.testimonial-grid blockquote:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.testimonial-grid blockquote::before { content: "“"; display: block; color: var(--orange); font: 700 58px/1 Georgia, serif; height: 46px; }
.testimonial-grid blockquote > p { margin: 12px 0 30px; color: #344556; line-height: 1.75; font-size: 16px; }
.testimonial-grid footer { border-top: 1px solid var(--line); padding-top: 20px; }
.testimonial-grid footer strong, .testimonial-grid footer span { display: block; }
.testimonial-grid footer strong { font-size: 14px; }
.testimonial-grid footer span { color: var(--muted); font-size: 12px; margin-top: 5px; }

.contact { background: #031d36; color: white; padding: 105px 0; position: relative; overflow: hidden; }
.contact::after { content: ""; position: absolute; right: -90px; bottom: -150px; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(8,119,201,.32), transparent 68%); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.section-kicker) { color: rgba(255,255,255,.66); line-height: 1.7; font-size: 17px; }
.contact-direct { margin-top: 36px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-direct > * { display: block; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-direct span, .contact-direct strong { display: block; }
.contact-direct span { color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.contact-direct strong { margin-top: 7px; font-size: 15px; }
.contact-form { background: white; color: var(--ink); border-radius: 20px; padding: 34px; box-shadow: 0 30px 75px rgba(0,0,0,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; font-size: 12px; font-weight: 800; color: #344556; margin-bottom: 16px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 8px; border: 1px solid #d9e1e7; background: #f8fafb; border-radius: 9px; padding: 13px 14px; outline: none; color: var(--ink); transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,119,201,.09); }
.contact-form textarea { resize: vertical; min-height: 125px; }
.form-submit { width: 100%; border: 0; margin-top: 5px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.site-footer { background: #021426; color: rgba(255,255,255,.72); padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 65px; }
.footer-brand img { width: 260px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 380px; line-height: 1.7; font-size: 14px; }
.footer-grid h3 { margin: 0 0 18px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a, .footer-grid > div > p { display: block; margin: 10px 0; font-size: 13px; line-height: 1.65; }
.footer-grid a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

.floating-cta { position: fixed; right: 22px; bottom: 22px; z-index: 70; height: 52px; display: flex; align-items: center; gap: 10px; background: var(--orange); color: white; border-radius: 999px; padding: 0 20px; font-size: 13px; font-weight: 900; box-shadow: 0 15px 45px rgba(255,107,0,.38); transition: transform .2s ease; }
.floating-cta:hover { transform: translateY(-3px); }
.floating-cta svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 36px, 920px); }
  .brand { width: 235px; }
  .main-nav { gap: 19px; }
  .hero-content { grid-template-columns: 1fr 210px; gap: 38px; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-featured { grid-row: span 2; min-height: 740px; }
  .solution-card:not(.solution-featured) { min-height: 360px; }
  .sector-grid { grid-template-columns: repeat(3, 1fr); }
  .company-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100vw - 32px); }
  .utility-inner { justify-content: center; }
  .utility-inner p { display: none; }
  .nav-wrap { height: 74px; }
  .brand { width: 220px; min-width: 0; }
  .menu-toggle { display: block; position: relative; z-index: 99; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; background: white; display: flex; flex-direction: column; justify-content: center; align-items: stretch; padding: 90px 32px 40px; gap: 0; transform: translateX(100%); transition: transform .3s ease; font-size: 24px; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a { padding: 18px 0 !important; border-bottom: 1px solid var(--line); }
  .main-nav > a::after { display: none; }
  .nav-cta { margin-top: 22px; text-align: center; border: 0 !important; font-size: 16px; }
  .hero { min-height: 690px; height: calc(100vh - 108px); }
  .hero-content { display: flex; align-items: center; padding-bottom: 105px; }
  .hero-copy { padding-top: 0; }
  .hero h1, .hero h2 { font-size: clamp(43px, 12vw, 65px); }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-proof { display: none; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,24,45,.93), rgba(3,24,45,.61)), linear-gradient(0deg, rgba(3,24,45,.62), transparent); }
  .hero-progress { width: calc(100% - 56px); gap: 9px; }
  .progress-item small { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 105px; border-bottom: 1px solid rgba(255,255,255,.12); padding: 20px; }
  .section { padding: 82px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-featured, .solution-card:not(.solution-featured) { min-height: 560px; grid-row: auto; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .method-layout { grid-template-columns: 1fr; gap: 55px; }
  .method-copy { position: static; }
  .company-grid { grid-template-columns: 1fr; }
  .company-visual { min-height: 530px; }
  .company-visual > img { height: 490px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
  .brand { width: 185px; }
  .hero { min-height: 720px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero h1, .hero h2 { font-size: 43px; }
  .proof-grid strong { font-size: 24px; }
  .section-heading h2, .method h2, .company h2, .contact h2 { font-size: 37px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-grid article { min-height: 260px; }
  .sector-grid h3 { margin-top: 30px; }
  .project-track figure { height: 430px; }
  .company-visual { min-height: 510px; }
  .company-visual > img { width: 100%; height: 450px; }
  .experience-card { right: -1px; width: 245px; padding: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 19px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-cta span { display: none; }
  .floating-cta { width: 52px; padding: 0; justify-content: center; }
}

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