:root {
  --navy: #17175f;
  --navy-2: #222279;
  --ink: #15152c;
  --muted: #65657a;
  --line: #e8e8ef;
  --surface: #f6f6fa;
  --white: #ffffff;
  --yellow: #ffb914;
  --magenta: #be1588;
  --pink: #ef2d70;
  --purple: #7b2d8d;
  --shadow: 0 24px 70px rgba(23, 23, 95, 0.12);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; padding: 10px 16px; background: var(--yellow); color: var(--ink); border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.topbar { background: var(--navy); color: rgba(255,255,255,.86); font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-location, .topbar-links { display: flex; align-items: center; gap: 12px; }
.topbar-location svg { width: 15px; fill: var(--yellow); }
.topbar-links a:hover { color: var(--white); }
.topbar-divider { height: 13px; width: 1px; background: rgba(255,255,255,.28); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(23,23,95,.07); backdrop-filter: blur(15px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); }
.brand img { width: 42px; height: 58px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; font-size: 17px; font-weight: 700; letter-spacing: -.4px; }
.brand strong { font-size: 24px; letter-spacing: -.8px; }
.brand-full { display: inline-block; }
.brand-full img { width: 124px; height: auto; display: block; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 5px; width: 0; height: 2px; border-radius: 10px; background: var(--pink); transition: width .25s ease; }
.site-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 20px; background: var(--navy); color: var(--white); border-radius: 999px; transition: transform .25s ease, background .25s ease; }
.nav-cta:hover { background: var(--pink); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); transition: .25s; }

.hero { position: relative; overflow: hidden; padding: 92px 0 74px; background: linear-gradient(140deg, #fff 0%, #fbf8ff 50%, #fff8ec 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(23,23,95,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,95,.035) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 68px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 3px; background: linear-gradient(90deg, var(--pink), var(--yellow)); border-radius: 10px; }
.hero h1 { max-width: 650px; margin: 21px 0 24px; color: var(--navy); font-size: clamp(46px, 5.3vw, 76px); line-height: .98; letter-spacing: -4.3px; }
.hero-lead { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border: 0; border-radius: 999px; font-weight: 750; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(135deg, var(--pink), var(--magenta)); color: var(--white); box-shadow: 0 13px 30px rgba(222,39,105,.23); }
.button-primary:hover { box-shadow: 0 17px 38px rgba(222,39,105,.34); }
.button-secondary { background: var(--white); color: var(--navy); border: 1px solid rgba(23,23,95,.12); box-shadow: 0 10px 30px rgba(23,23,95,.05); }
.button-white { background: var(--white); color: var(--navy); }
.hero-proof { display: flex; gap: 34px; margin-top: 42px; padding-top: 30px; border-top: 1px solid rgba(23,23,95,.1); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--navy); font-size: 27px; line-height: 1; letter-spacing: -1px; }
.hero-proof span { margin-top: 8px; color: var(--muted); font-size: 12px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .65; }
.hero-orb-one { width: 240px; height: 240px; right: -120px; top: 20px; background: rgba(239,45,112,.14); }
.hero-orb-two { width: 180px; height: 180px; left: 45%; bottom: -120px; background: rgba(255,185,20,.18); }

.hero-visual { position: relative; }
.visual-frame { position: relative; overflow: hidden; background: var(--white); border: 1px solid rgba(23,23,95,.09); border-radius: 26px; box-shadow: 0 35px 90px rgba(23,23,95,.18); transform: rotate(1.2deg); }
.visual-frame::after { content: ""; position: absolute; width: 240px; height: 240px; right: -90px; bottom: -110px; border-radius: 50%; background: rgba(255,185,20,.09); }
.visual-toolbar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 17px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .5px; }
.toolbar-dots { display: flex; gap: 5px; }
.toolbar-dots span { width: 7px; height: 7px; border-radius: 50%; background: #d7d7df; }
.live-indicator { justify-self: end; display: flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 20px; background: #f1fbf5; color: #27834e; font-size: 9px; }
.live-indicator i { width: 6px; height: 6px; border-radius: 50%; background: #39ad65; box-shadow: 0 0 0 3px rgba(57,173,101,.13); }
.visual-content { display: grid; grid-template-columns: 56px 1fr; min-height: 430px; }
.visual-sidebar { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 18px 0; background: var(--navy); }
.visual-sidebar img { width: 25px; height: 36px; object-fit: contain; filter: drop-shadow(0 2px 2px rgba(0,0,0,.1)); }
.side-pill { width: 19px; height: 19px; border-radius: 6px; border: 1px solid rgba(255,255,255,.2); }
.side-pill.active { background: linear-gradient(135deg, var(--pink), var(--yellow)); border: 0; }
.visual-main { position: relative; z-index: 2; padding: 25px 22px 22px; background: #f7f7fb; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.metric-card { min-height: 116px; display: flex; flex-direction: column; padding: 15px; border-radius: 17px; color: var(--white); box-shadow: 0 12px 25px rgba(23,23,95,.08); }
.metric-card span { opacity: .8; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .9px; }
.metric-card strong { margin-top: auto; font-size: 16px; }
.metric-card small { opacity: .8; font-size: 9px; }
.metric-card.pink { background: linear-gradient(150deg, #ff5287, var(--pink)); }
.metric-card.yellow { background: linear-gradient(150deg, #ffc94b, #f4a500); }
.metric-card.purple { background: linear-gradient(150deg, #9e4bad, var(--purple)); }
.visual-bottom { display: grid; grid-template-columns: 1.25fr .9fr; gap: 12px; margin-top: 13px; }
.activity-card, .people-card { min-height: 230px; padding: 17px; background: var(--white); border: 1px solid rgba(23,23,95,.06); border-radius: 18px; }
.card-heading { display: flex; justify-content: space-between; align-items: center; color: var(--navy); font-size: 11px; }
.card-heading span { color: #9b9bab; font-size: 8px; }
.bars { height: 126px; display: flex; align-items: end; gap: 7px; margin-top: 23px; padding: 0 4px 0; border-bottom: 1px solid #ececf3; }
.bars i { flex: 1; min-width: 7px; border-radius: 6px 6px 0 0; background: linear-gradient(to top, var(--navy), #8d8de0); }
.bars i:nth-child(3n+2) { background: linear-gradient(to top, var(--pink), #ff9abd); }
.bars i:nth-child(3n) { background: linear-gradient(to top, #d98d00, var(--yellow)); }
.bar-labels { display: flex; justify-content: space-between; margin-top: 9px; color: #aaaaba; font-size: 8px; }
.people-list { margin-top: 19px; }
.people-list > div { display: flex; align-items: center; gap: 9px; padding: 10px 0; border-bottom: 1px solid #f0f0f5; }
.people-list > div:last-child { border-bottom: 0; }
.avatar { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--white); font-size: 8px; font-weight: 800; }
.avatar.a1 { background: var(--pink); }.avatar.a2 { background: var(--yellow); color: var(--navy); }.avatar.a3 { background: var(--purple); }
.people-list p { min-width: 0; display: flex; flex-direction: column; margin: 0; line-height: 1.25; }
.people-list strong { color: var(--navy); font-size: 9px; }
.people-list small { color: #9c9cab; font-size: 7px; }
.people-list i { width: 6px; height: 6px; margin-left: auto; border-radius: 50%; background: #4fc77b; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; padding: 12px 16px; background: rgba(255,255,255,.96); border: 1px solid rgba(23,23,95,.08); border-radius: 15px; box-shadow: 0 18px 40px rgba(23,23,95,.15); }
.floating-card-one { left: -36px; bottom: 45px; flex-direction: column; align-items: flex-start; line-height: 1; }
.floating-card-one span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.floating-card-one strong { margin-top: 5px; color: var(--navy); font-size: 25px; }
.floating-card-two { right: -22px; top: 75px; gap: 9px; color: var(--navy); font-size: 11px; font-weight: 800; }
.floating-card-two i { width: 10px; height: 10px; border-radius: 50%; background: #44bd74; box-shadow: 0 0 0 5px rgba(68,189,116,.13); }

.trust-strip { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid span { position: relative; color: var(--navy); font-size: 16px; font-weight: 800; text-align: center; letter-spacing: -.2px; }
.trust-grid span:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--pink); }

.section { padding: 112px 0; }
.section-heading h2, .approach-copy h2, .contact-copy h2, .career-copy h2 { margin: 16px 0 0; color: var(--navy); font-size: clamp(38px, 4.2vw, 59px); line-height: 1.05; letter-spacing: -2.6px; }
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: start; }
.about-copy p { margin-top: 0; color: var(--ink); font-size: 19px; line-height: 1.72; text-align: justify; text-justify: inter-word; }
.about-copy .large-copy { color: var(--ink); font-size: 19px; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 13px; color: var(--navy); font-weight: 800; }
.text-link span { color: var(--pink); transition: transform .25s; }
.text-link:hover span { transform: translateX(5px); }
.about-feature-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 18px; margin-top: 70px; }
.feature-large, .feature-small { position: relative; overflow: hidden; min-height: 330px; padding: 34px; border-radius: var(--radius); }
.feature-large { display: flex; align-items: flex-end; background: #f5f2fb; }
.feature-content { position: relative; z-index: 2; max-width: 55%; }
.feature-number { display: block; margin-bottom: 45px; color: var(--pink); font-size: 12px; font-weight: 800; }
.feature-large h3, .feature-small h3 { margin: 0; font-size: 27px; line-height: 1.15; letter-spacing: -1px; }
.feature-large h3 { color: var(--navy); }
.feature-large p, .feature-small p { margin-bottom: 0; font-size: 14px; }
.feature-large p { color: var(--muted); }
.feature-small { display: flex; flex-direction: column; justify-content: flex-end; }
.feature-small .feature-number { margin-bottom: auto; }
.feature-small.dark { background: var(--navy); color: var(--white); }
.feature-small.dark .feature-number { color: var(--yellow); }
.feature-small.dark p { color: rgba(255,255,255,.69); }
.feature-small.light { background: linear-gradient(145deg, #ffbd26, var(--yellow)); color: var(--navy); }
.feature-small.light .feature-number { color: var(--navy); }
.feature-small.light p { color: rgba(23,23,95,.72); }
.feature-art { position: absolute; right: 0; top: 0; width: 48%; height: 100%; }
.art-one span { position: absolute; display: block; border-radius: 50% 50% 14% 50%; }
.art-one span:nth-child(1) { width: 190px; height: 190px; right: -25px; top: -30px; background: var(--yellow); }
.art-one span:nth-child(2) { width: 150px; height: 150px; right: 95px; top: 105px; background: var(--pink); transform: rotate(45deg); }
.art-one span:nth-child(3) { width: 85px; height: 85px; right: 15px; bottom: 30px; background: var(--purple); }

.services { background: var(--navy); color: var(--white); }
.services-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.services-heading h2 { color: var(--white); max-width: 760px; }
.services-heading > p { margin: 0 0 7px; color: rgba(255,255,255,.65); }
.light-eyebrow { color: rgba(255,255,255,.75); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 64px; }
.service-card { position: relative; min-height: 310px; padding: 29px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.045); transition: transform .3s ease, background .3s ease, border .3s ease; }
.service-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.service-card > span, .service-card > div > span { position: absolute; right: 26px; top: 25px; color: rgba(255,255,255,.33); font-size: 11px; font-weight: 800; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 55px; border-radius: 17px; background: var(--white); color: var(--navy); }
.service-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card:nth-child(2) .service-icon, .service-card:nth-child(5) .service-icon { background: var(--yellow); }
.service-card:nth-child(3) .service-icon, .service-card:nth-child(6) .service-icon { background: var(--pink); color: var(--white); }
.service-card h3 { margin: 0; font-size: 23px; line-height: 1.2; letter-spacing: -.7px; }
.service-card p { margin-bottom: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.service-card-wide { min-height: 190px; grid-column: 1 / -1; display: grid; grid-template-columns: 70px .8fr 1.5fr auto; align-items: center; gap: 25px; }
.service-card-wide .service-icon { margin: 0; }
.service-card-wide > div:nth-child(2) { position: relative; }
.service-card-wide > div:nth-child(2) span { position: static; display: block; margin-bottom: 8px; }
.service-card-wide p { margin: 0; }
.service-card-wide a { color: var(--yellow); font-weight: 800; font-size: 13px; white-space: nowrap; }
.service-card-wide a b { margin-left: 7px; }

.approach { background: var(--surface); }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.approach-copy { position: sticky; top: 130px; }
.approach-copy p { margin: 25px 0 32px; color: var(--muted); font-size: 17px; }
.steps { border-top: 1px solid #dcdce7; }
.step { display: grid; grid-template-columns: 86px 1fr; gap: 20px; padding: 38px 0; border-bottom: 1px solid #dcdce7; }
.step > span { color: var(--pink); font-size: 13px; font-weight: 850; }
.step h3 { margin: 0 0 8px; color: var(--navy); font-size: 27px; letter-spacing: -.8px; }
.step p { margin: 0; color: var(--muted); }

.experience-banner { position: relative; overflow: hidden; padding: 100px 0; background: linear-gradient(115deg, var(--pink), var(--magenta) 55%, var(--purple)); color: var(--white); }
.experience-banner::before, .experience-banner::after { content: ""; position: absolute; border-radius: 46% 54% 55% 45%; border: 1px solid rgba(255,255,255,.22); }
.experience-banner::before { width: 430px; height: 430px; right: -90px; top: -210px; transform: rotate(35deg); }
.experience-banner::after { width: 300px; height: 300px; right: 140px; bottom: -235px; transform: rotate(-12deg); }
.experience-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: end; }
.experience-inner > div > span { display: inline-block; margin-bottom: 20px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.34); border-radius: 50px; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.experience-inner h2 { margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: 1.02; letter-spacing: -3px; }
.experience-inner p { margin: 0 0 7px; color: rgba(255,255,255,.8); font-size: 17px; }

.careers { background: var(--white); }
.career-card { position: relative; overflow: hidden; min-height: 500px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; background: var(--navy); border-radius: 32px; color: var(--white); box-shadow: var(--shadow); }
.career-art { position: relative; height: 100%; min-height: 500px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); }
.career-art::before { content: ""; position: absolute; inset: 50% auto auto 50%; width: 260px; height: 260px; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(255,255,255,.05); }
.career-art img { position: absolute; z-index: 3; width: 170px; left: 50%; top: 50%; transform: translate(-50%, -50%); filter: drop-shadow(0 25px 35px rgba(0,0,0,.2)); }
.career-art span { position: absolute; display: block; border-radius: 50%; }
.career-art span:nth-of-type(1) { width: 85px; height: 85px; left: 9%; top: 13%; background: var(--yellow); }
.career-art span:nth-of-type(2) { width: 48px; height: 48px; right: 10%; top: 20%; background: var(--pink); }
.career-art span:nth-of-type(3) { width: 110px; height: 110px; right: 4%; bottom: 8%; border: 1px solid rgba(255,255,255,.22); }
.career-copy { max-width: 640px; padding: 70px 70px 70px 30px; }
.career-copy h2 { color: var(--white); }
.career-copy p { max-width: 580px; margin: 24px 0 30px; color: rgba(255,255,255,.68); }

.contact { padding-top: 30px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy p { margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.contact-details { display: grid; gap: 14px; margin-top: 45px; }
.contact-details > a, .contact-details > div { display: flex; align-items: flex-start; gap: 15px; }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: #f3f1fa; color: var(--navy); }
.contact-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-details a:hover .contact-icon { background: var(--yellow); }
.contact-details > * > span:last-child { display: flex; flex-direction: column; }
.contact-details small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
.contact-details strong { color: var(--navy); font-size: 15px; line-height: 1.5; }
.contact-form { padding: 36px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.form-head { display: flex; flex-direction: column; margin-bottom: 28px; }
.form-head span { color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.form-head strong { margin-top: 5px; color: var(--navy); font-size: 25px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; color: var(--navy); font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #dedee8; border-radius: 12px; background: var(--white); color: var(--ink); outline: none; }
.contact-form input, .contact-form select { height: 49px; padding: 0 14px; }
.contact-form textarea { resize: vertical; padding: 13px 14px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(239,45,112,.08); }
.form-button { width: 100%; margin-top: 4px; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: center; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-button:disabled { opacity: .7; cursor: wait; transform: none; }
.form-status { display: none; margin-top: 14px; padding: 13px 15px; border-radius: 12px; font-size: 12px; line-height: 1.55; }
.form-status.success { display: block; background: #edf8f1; border: 1px solid #b9e3c7; color: #176535; }
.form-status.error { display: block; background: #fff1f3; border: 1px solid #f2c2ca; color: #9b2435; }
.map-wrap { overflow: hidden; margin-top: 70px; border-radius: var(--radius); box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 390px; display: block; border: 0; filter: saturate(.65) contrast(.95); }

.site-footer { padding: 75px 0 25px; background: #0d0d3e; color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1.65fr .7fr .8fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer-logo { color: var(--white); }
.footer-logo-custom { display: inline-flex; align-items: center; padding: 0; background: transparent; border-radius: 0; }
.footer-logo-custom .footer-logo-mark { width: 62px; height: 88px; object-fit: contain; display: block; }
.footer-brand p { max-width: 340px; margin: 23px 0 0; font-size: 13px; }
.footer-grid h3 { margin: 0 0 18px; color: var(--white); font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid > div:not(:first-child) p { margin: 5px 0; font-size: 12px; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom a:hover { color: var(--white); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(760px, 100%); margin-inline: auto; }
  .about-grid, .approach-grid, .contact-grid { gap: 60px; }
  .about-feature-grid { grid-template-columns: 1.2fr .8fr; }
  .feature-small.light { grid-column: 1 / -1; min-height: 240px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-wide { grid-column: 1 / -1; }
  .career-card { grid-template-columns: .7fr 1.3fr; }
  .footer-grid { grid-template-columns: 1.4fr .8fr .9fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .brand-full img { width: 108px; }
  .topbar-location { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 12px 14px !important; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { text-align: center; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 70px; }
  .hero h1 { letter-spacing: -3px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 15px 0; }
  .trust-grid span { padding: 10px; font-size: 15px; }
  .trust-grid span::after { display: none; }
  .section { padding: 85px 0; }
  .about-grid, .approach-grid, .contact-grid, .services-heading, .experience-inner { grid-template-columns: 1fr; }
  .about-grid, .approach-grid, .contact-grid, .services-heading, .experience-inner { gap: 38px; }
  .about-feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-large { grid-column: 1 / -1; }
  .feature-small.light { grid-column: auto; min-height: 330px; }
  .approach-copy { position: static; }
  .service-card-wide { grid-template-columns: 60px 1fr; }
  .service-card-wide p, .service-card-wide a { grid-column: 2; }
  .career-card { grid-template-columns: 1fr; }
  .career-art { min-height: 340px; }
  .career-copy { padding: 20px 45px 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 32px; height: 45px; }
  .brand span { font-size: 14px; }
  .brand strong { font-size: 20px; }
  .brand-full img { width: 96px; }
  .hero { padding: 55px 0 55px; }
  .hero h1 { font-size: 48px; letter-spacing: -2.7px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { gap: 18px; }
  .hero-proof strong { font-size: 22px; }
  .hero-proof span { font-size: 10px; }
  .visual-frame { transform: none; }
  .visual-toolbar { grid-template-columns: 1fr auto; }
  .visual-toolbar > span { display: none; }
  .visual-content { grid-template-columns: 42px 1fr; min-height: auto; }
  .visual-sidebar { gap: 14px; }
  .visual-main { padding: 14px 11px 14px; }
  .metric-row { gap: 6px; }
  .metric-card { min-height: 88px; padding: 10px; }
  .metric-card strong { font-size: 12px; }
  .metric-card small { display: none; }
  .visual-bottom { grid-template-columns: 1fr; }
  .people-card { display: none; }
  .activity-card { min-height: 190px; }
  .floating-card-one { left: -5px; bottom: 20px; }
  .floating-card-two { right: -5px; top: 65px; }
  .trust-grid { grid-template-columns: 1fr; }
  .section-heading h2, .approach-copy h2, .contact-copy h2, .career-copy h2 { font-size: 39px; letter-spacing: -2px; }
  .about-feature-grid { grid-template-columns: 1fr; }
  .feature-large, .feature-small, .feature-small.light { min-height: 300px; grid-column: auto; }
  .feature-content { max-width: 70%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .service-card-wide { display: block; min-height: 310px; }
  .service-card-wide .service-icon { margin-bottom: 55px; }
  .service-card-wide p { margin-top: 16px; }
  .service-card-wide a { display: inline-block; margin-top: 20px; }
  .step { grid-template-columns: 45px 1fr; gap: 10px; }
  .experience-banner { padding: 75px 0; }
  .experience-inner h2 { font-size: 45px; letter-spacing: -2.4px; }
  .career-art { min-height: 290px; }
  .career-art img { width: 130px; }
  .career-copy { padding: 10px 24px 42px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .map-wrap iframe { height: 300px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

/* Career application modal */
.modal-backdrop { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(10,10,45,.72); backdrop-filter: blur(7px); }
.modal-backdrop.open, .modal-backdrop:target { display: flex; }
body.modal-open { overflow: hidden; }
.modal-dialog { position: relative; width: min(760px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 38px; border-radius: 26px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.modal-close { position: absolute; right: 20px; top: 17px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #f2f1f7; color: var(--navy); font: inherit; font-size: 29px; line-height: 1; cursor: pointer; }
.modal-close:hover { background: var(--yellow); }
.modal-brand { width: 56px; margin-bottom: 18px; }
.modal-brand img { width: 100%; display: block; }
.modal-form-head { padding-right: 55px; margin-bottom: 24px; }
.modal-form-head p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.career-form { padding: 0; border: 0; background: transparent; }
.optional-label { color: var(--muted); font-weight: 500; }
.file-upload-label input[type="file"] { height: auto; padding: 12px; background: #fafafe; }
.file-upload-label input[type="file"]::file-selector-button { margin-right: 12px; padding: 10px 14px; border: 0; border-radius: 9px; background: var(--navy); color: var(--white); font: inherit; font-weight: 750; cursor: pointer; }
.file-help { color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.45; }
.file-help.file-selected { color: #176535; font-weight: 700; }
.file-help.file-error { color: #9b2435; font-weight: 700; }

@media (max-width: 600px) {
  .modal-backdrop { padding: 12px; align-items: flex-start; }
  .modal-dialog { max-height: calc(100vh - 24px); margin-top: 12px; padding: 28px 18px 22px; border-radius: 20px; }
  .modal-close { right: 13px; top: 13px; }
  .modal-brand { width: 46px; }
  .modal-form-head { padding-right: 48px; }
}

/* Cache-safe build marker: 2026-08-18-v4 */

@media (max-width: 640px) {
  .footer-logo-custom .footer-logo-mark { width: 52px; height: 74px; }
  .about-copy p, .about-copy .large-copy { font-size: 17px; line-height: 1.68; }
  .trust-grid span { font-size: 15px; }
}
