:root {
  --brand: #bb2e2b;
  --brand-dark: #8e201e;
  --ink: #171817;
  --ink-2: #252725;
  --muted: #666b68;
  --line: #dfe2df;
  --paper: #ffffff;
  --soft: #f4f5f3;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(15, 17, 16, .12);
  --container: min(1320px, calc(100% - 64px));
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(187, 46, 43, .45); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100000; padding: 10px 16px; color: #fff; background: var(--brand); transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: var(--ink); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; content: ""; background: currentColor; }
.section-dark .eyebrow { color: #ff7772; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, Inter, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(48px, 6.1vw, 86px); font-weight: 800; }
h2 { max-width: 790px; margin-bottom: 22px; font-size: clamp(36px, 4vw, 60px); font-weight: 800; }
h3 { margin-bottom: 10px; font-size: 22px; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); }
.section-dark .lead { color: #c6cac7; }
.section-head { margin-bottom: 52px; }
.section-head.split { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.section-head.split .lead { max-width: 520px; margin-bottom: 4px; }
.section-head__aside { max-width: 520px; }
.section-head__aside .text-link { display: inline-flex; margin-top: 18px; }
.red-word { color: #ff6863; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1; cursor: pointer; transition: .25s ease; }
.btn::after { content: "→"; transition: transform .25s ease; }
.btn:hover::after { transform: translateX(5px); }
.btn-primary { color: #fff; background: var(--brand); }
.btn-primary:hover { color: #fff; background: var(--brand-dark); transform: translateY(-2px); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.btn-outline:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.12); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-dark:hover { color: #fff; background: #303330; transform: translateY(-2px); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--brand); font-weight: 800; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }

.utility { height: 38px; color: #daddda; background: #111211; font-size: 12px; }
.utility .container { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-links { display: flex; align-items: center; gap: 22px; }
.utility a:hover { color: #fff; }
.utility .quote-link { color: #ff7772; font-weight: 700; }
.site-header { position: absolute; top: 38px; left: 0; right: 0; z-index: 40; height: 92px; color: #fff; transition: height .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { position: fixed; top: 0; height: 74px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(15,16,15,.08); backdrop-filter: blur(16px); }
.admin-bar .site-header.scrolled { top: 32px; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.logo-wrap { width: 154px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; padding: 9px 12px; border-radius: 12px; background: rgba(255,255,255,.94); }
.logo-wrap .custom-logo-link { display: grid; place-items: center; }
.logo-wrap img { width: 132px; height: auto; max-height: 36px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 1.5vw, 24px); margin-left: auto; }
.main-nav .menu { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; font-size: 14px; font-weight: 600; }
.main-nav a::after { position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; content: ""; background: var(--brand); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.downloads-menu { position: relative; flex: 0 0 auto; }
.downloads-menu summary { display: flex; align-items: center; gap: 8px; list-style: none; font-size: 14px; font-weight: 600; cursor: pointer; }
.downloads-menu summary::-webkit-details-marker { display: none; }
.downloads-menu summary > span { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.downloads-menu[open] summary > span { transform: translateY(2px) rotate(225deg); }
.downloads-menu > ul { position: absolute; top: calc(100% + 18px); right: 0; width: 250px; margin: 0; padding: 8px; list-style: none; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; color: #fff; background: rgba(23,24,23,.98); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.downloads-menu > ul::before { position: absolute; top: -19px; left: 0; right: 0; height: 19px; content: ""; }
.downloads-menu li + li { border-top: 1px solid rgba(255,255,255,.1); }
.downloads-menu a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 12px; border-radius: 8px; color: #fff; font-size: 13px; }
.downloads-menu a::after { display: none; }
.downloads-menu a:hover { color: #fff; background: rgba(255,255,255,.08); }
.downloads-menu a span { color: #ff7772; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.header-cta { min-height: 48px; padding-inline: 20px; font-size: 13px; }
.menu-toggle { min-width: 88px; height: 46px; display: none; align-items: center; justify-content: center; gap: 10px; padding: 0 15px; color: #fff; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(17,18,17,.58); backdrop-filter: blur(12px); cursor: pointer; transition: .2s ease; }
.site-header.scrolled .menu-toggle { color: #fff; border-color: var(--ink); background: var(--ink); }
.menu-toggle:hover { border-color: #ff7772; }
.menu-icon { width: 18px; height: 14px; position: relative; display: block; }
.menu-icon i { position: absolute; left: 0; width: 18px; height: 2px; display: block; border-radius: 2px; background: currentColor; transition: transform .25s ease, top .25s ease; }
.menu-icon i:first-child { top: 3px; }
.menu-icon i:last-child { top: 10px; }
.menu-label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle[aria-expanded="true"] .menu-icon i:first-child { top: 7px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon i:last-child { top: 7px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 35; display: flex; flex-direction: column; padding: 120px 24px 30px; color: #fff; background: #171817; transform: translateX(100%); visibility: hidden; transition: .35s ease; }
.mobile-menu.open { transform: translateX(0); visibility: visible; }
.mobile-menu .menu { margin: 0; padding: 0; list-style: none; }
.mobile-menu .menu a { display: block; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); font: 700 26px/1.3 Manrope, sans-serif; }
.downloads-menu--mobile { margin-top: 4px; }
.downloads-menu--mobile summary { justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); font: 700 26px/1.3 Manrope, sans-serif; }
.downloads-menu--mobile > ul { position: static; width: 100%; padding: 5px 0 8px 18px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.downloads-menu--mobile > ul::before { display: none; }
.downloads-menu--mobile li + li { border-top: 0; }
.downloads-menu--mobile a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 15px; }
.downloads-menu--mobile a:hover { background: transparent; }
.mobile-menu > .btn { margin-top: 28px; }
.mobile-meta { margin-top: auto; color: #9da19e; font-size: 13px; }
body:not(.home) .site-header { position: relative; top: 0; color: var(--ink); background: #fff; box-shadow: 0 8px 30px rgba(15,16,15,.06); }

.hero { position: relative; min-height: 810px; display: flex; align-items: center; padding: 152px 0 94px; color: #fff; background: #111; }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media { overflow: hidden; }
.hero-media img, .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media .deferred-video { opacity: 0; transition: opacity .6s ease; }
.hero-media .deferred-video.is-ready { opacity: 1; }
.hero-media::after { content: ""; background: linear-gradient(90deg, rgba(8,9,8,.92) 0%, rgba(8,9,8,.73) 48%, rgba(8,9,8,.28) 75%, rgba(8,9,8,.55) 100%), linear-gradient(0deg, rgba(8,9,8,.72), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(850px, 72%); }
.hero .eyebrow { color: #ff7772; }
.hero-copy { max-width: 715px; margin-bottom: 34px; color: #d5d8d5; font-size: clamp(17px, 1.7vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #d8dbd8; font-size: 13px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { width: 5px; height: 5px; content: ""; border-radius: 50%; background: #ff7772; }
.hero-flow { position: absolute; right: max(32px, calc((100vw - 1320px) / 2)); bottom: 80px; z-index: 3; width: min(480px, 36vw); padding: 22px 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; color: #fff; background: rgba(18,19,18,.66); backdrop-filter: blur(14px); }
.hero-flow small { display: block; margin-bottom: 8px; color: #ff7772; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-flow p { margin: 0; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.trust-bar { position: relative; z-index: 4; margin-top: -30px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 20px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { min-height: 126px; padding: 26px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; margin-bottom: 6px; color: var(--brand); font: 800 28px/1 Manrope, sans-serif; }
.trust-item span { color: #555b57; font-size: 13px; font-weight: 600; }

.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 78px; }
.media-stack { position: relative; min-height: 560px; }
.media-stack img { width: 83%; height: 510px; object-fit: cover; border-radius: 26px; }
.media-stack .inset { position: absolute; right: 0; bottom: 0; width: 45%; height: 230px; border: 8px solid #fff; }
.experience-badge { position: absolute; left: 34px; bottom: 30px; width: 150px; height: 150px; display: grid; place-content: center; padding: 20px; color: #fff; border-radius: 50%; background: var(--brand); text-align: center; }
.experience-badge strong { display: block; font: 800 34px/1 Manrope, sans-serif; }
.experience-badge span { font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: .1em; }
.about-copy .lead { margin-bottom: 30px; }
.feature-mini { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 30px 0 32px; }
.feature-mini div { padding: 16px 18px; border-left: 3px solid var(--brand); background: var(--soft); font-size: 14px; font-weight: 700; }

.solutions-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 290px 240px; gap: 18px; }
.solution-card { position: relative; display: flex; flex-direction: column; justify-content: end; min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.solution-card.image-card { color: #fff; border: 0; }
.solution-card.image-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(8,9,8,.9), rgba(8,9,8,.05) 70%); }
.solution-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.solution-card:hover img { transform: scale(1.045); }
.solution-card > div { position: relative; z-index: 2; }
.solution-card small { display: block; margin-bottom: 9px; color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.image-card small { color: #ff7772; }
.solution-card h3 { margin: 0; }
.solution-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.image-card p { color: #d9dcda; }
.solution-card.featured { grid-row: span 2; }
.solution-card.wide { grid-column: span 2; }
.solution-card .arrow { position: absolute; top: 22px; right: 22px; z-index: 4; font-size: 25px; }
.card-hit-area { position: absolute; inset: 0; z-index: 3; }
.journey-shell { padding: 52px; border-radius: 28px; background: var(--soft); }
.journey-track { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin: 48px 0 38px; }
.journey-track::before { position: absolute; top: 24px; left: 4%; right: 4%; height: 2px; content: ""; background: #d3d7d3; }
.journey-track::after { position: absolute; top: 24px; left: 4%; width: var(--journey-progress, 0%); max-width: 92%; height: 2px; content: ""; background: var(--brand); transition: width 1.2s ease; }
.journey-step { position: relative; z-index: 2; }
.journey-number { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 22px; color: var(--brand); border: 2px solid #d3d7d3; border-radius: 50%; background: var(--soft); font: 800 14px Manrope, sans-serif; }
.journey-step h3 { font-size: 16px; line-height: 1.3; }
.journey-step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.project-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 280px); gap: 18px; }
.project-card { position: relative; border-radius: var(--radius); overflow: hidden; }
.project-card:first-child { grid-row: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.04); }
.project-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(8,9,8,.85), transparent 70%); }
.project-label { position: absolute; left: 26px; right: 26px; bottom: 24px; z-index: 2; color: #fff; }
.project-label small { color: #ff7772; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.project-label h3 { margin: 7px 0 0; }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; gap: 70px; }
.why-statement { display: flex; flex-direction: column; justify-content: space-between; padding: 40px; border: 1px solid #383b38; border-radius: 26px; background: #212321; }
.why-statement blockquote { margin: 30px 0 0; font: 700 clamp(25px, 2.6vw, 38px)/1.25 Manrope, sans-serif; letter-spacing: -.03em; }
.why-statement .mark { color: var(--brand); font: 800 70px/1 serif; }
.why-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #353835; }
.why-feature { padding: 30px; background: var(--ink); }
.why-feature span { display: block; margin-bottom: 18px; color: #ff7772; font: 800 13px Manrope, sans-serif; }
.why-feature h3 { font-size: 18px; }
.why-feature p { margin: 0; color: #aeb3af; font-size: 13px; }
.partner-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.partner-logo { position: relative; min-height: 142px; display: grid; place-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; transition: .25s ease; }
.partner-logo::after { position: absolute; top: 12px; right: 14px; content: "↗"; color: #a7aba8; font-size: 14px; opacity: 0; transform: translate(-4px, 4px); transition: .25s ease; }
.partner-logo img { width: 100%; height: 84px; object-fit: contain; filter: grayscale(1); opacity: .68; transition: .25s ease; }
.partner-logo:hover { border-color: rgba(187,46,43,.35); box-shadow: 0 18px 42px rgba(18,20,18,.08); transform: translateY(-3px); }
.partner-logo:hover::after { color: var(--brand); opacity: 1; transform: none; }
.partner-logo:hover img { filter: none; opacity: 1; transform: scale(1.025); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-card { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .25s ease; }
.industry-card:hover { border-color: var(--brand); box-shadow: 0 18px 40px rgba(18,20,18,.08); transform: translateY(-4px); }
.industry-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--brand); border-radius: 14px; background: rgba(187,46,43,.09); }
.industry-icon__svg { width: 28px; height: 28px; fill: currentColor; }
.industry-icon__image { width: 30px; height: 30px; object-fit: contain; }
.industry-card h3 { margin: 0; font-size: 19px; }
.clients-panel { padding: 48px; border-radius: 28px; background: var(--ink); }
.clients-panel .section-head { color: #fff; }
.clients-panel .lead { color: #b9beba; }
.client-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: #363936; }
.client-item { min-height: 110px; display: grid; place-items: center; padding: 16px; color: #d8dbd8; background: var(--ink); text-align: center; font: 700 13px/1.4 Manrope, sans-serif; }
.client-item::before { display: block; margin-bottom: 7px; color: var(--brand); content: "+"; font-size: 22px; }
.client-item:has(img)::before { display: none; }
.client-item img { width: 100%; height: 64px; object-fit: contain; filter: grayscale(1) brightness(1.4); }
.support { position: relative; overflow: hidden; }
.support::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 85% 20%, rgba(187,46,43,.25), transparent 35%); }
.support-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.support-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.support-item { min-height: 108px; padding: 22px; border: 1px solid #393c39; border-radius: 16px; background: #212321; }
.support-item span { display: block; margin-bottom: 8px; color: #ff7772; font-size: 12px; font-weight: 800; }
.support-item strong { font-family: Manrope, sans-serif; }
.awards-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.award-card { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.award-card img { width: 100%; height: 210px; object-fit: contain; padding: 18px; border-radius: 12px; background: #eceeec; filter: grayscale(1); }
.award-card h3 { margin: 18px 0 4px; font-size: 17px; }
.award-card p { margin: 0; color: var(--muted); font-size: 13px; }

.news-section { background: #fff; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(18,20,18,.09); }
.news-card__media { height: 240px; display: block; overflow: hidden; background: #e7e9e6; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.news-card:hover .news-card__media img { transform: scale(1.035); }
.news-card__media--empty { position: relative; background: linear-gradient(135deg, #171817, #64201e); }
.news-card__media--empty::before { position: absolute; right: 24px; bottom: 10px; color: rgba(255,255,255,.13); content: "+"; font: 800 120px/1 Manrope, sans-serif; }
.news-card__content { padding: 26px; }
.news-card__meta { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 16px; color: #858985; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.news-card__meta span { color: var(--brand); }
.news-card h3 { margin-bottom: 12px; font-size: 23px; line-height: 1.3; }
.news-card h3 a:hover { color: var(--brand); }
.news-card__content > p { min-height: 68px; margin-bottom: 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.news-empty { padding: 30px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); text-align: center; }

.cta-section { padding: 112px 0; color: #fff; background: linear-gradient(135deg, #161716 0%, #2a1716 52%, #761d1a 100%); }
.cta-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 90px; }
.cta-copy { position: sticky; top: 110px; }
.cta-copy h2 { font-size: clamp(40px, 4.5vw, 66px); }
.cta-copy .lead { color: #d4d7d4; }
.phone-link { display: inline-flex; margin-top: 26px; color: #fff; font-size: 18px; font-weight: 800; }
.consult-form { position: relative; padding: 36px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: rgba(10,10,10,.28); outline: 0; }
.field textarea { min-height: 116px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #ff7772; box-shadow: 0 0 0 3px rgba(255,119,114,.12); }
.field select option { color: #111; }
.consent { display: flex; gap: 10px; align-items: flex-start; grid-column: 1 / -1; color: #d0d4d0; font-size: 12px; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--brand); }
.form-status { margin: 14px 0 0; padding: 13px 16px; border-radius: 10px; color: #fff; background: rgba(255,255,255,.12); }
.form-status--success { border: 1px solid rgba(114, 220, 150, .45); }
.form-status--error { border: 1px solid rgba(255, 119, 114, .5); }
.sporta-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.footer { padding: 80px 0 28px; color: #b9beba; background: #111211; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 58px; }
.footer .logo-wrap { margin-bottom: 22px; }
.footer-brand p { max-width: 360px; font-size: 14px; }
.footer h2 { margin-bottom: 20px; color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 30px; padding-top: 24px; border-top: 1px solid #2f322f; font-size: 12px; }
.footer-bottom__links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 18px; }
.footer-social { display: flex; align-items: center; justify-content: center; gap: 8px; }
.footer-social a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #343734; border-radius: 50%; color: #c6cac7; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.footer-social a:hover { color: #fff; border-color: var(--brand); background: var(--brand); transform: translateY(-2px); }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.footer-credit a { color: #fff; font-weight: 700; }
.footer-credit a:hover { color: #ff7772; }
.mobile-actions { position: fixed; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 50; display: none; grid-template-columns: 1fr 1.25fr; gap: 8px; padding: 8px; border-radius: 16px; background: rgba(20,21,20,.95); box-shadow: 0 10px 36px rgba(0,0,0,.3); backdrop-filter: blur(14px); opacity: 0; pointer-events: none; transform: translateY(calc(100% + 28px)); transition: opacity .25s ease, transform .3s ease; }
.mobile-actions.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-actions a { min-height: 48px; display: grid; place-items: center; border-radius: 10px; color: #fff; font-size: 13px; font-weight: 800; }
.mobile-actions a:first-child { border: 1px solid #565a56; }
.mobile-actions a:last-child { background: var(--brand); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.content-layout { max-width: 920px; }
.entry-image { margin: 30px 0; }
.prose > * { max-width: 760px; }
.prose img { height: auto; }
#main > .section { content-visibility: auto; contain-intrinsic-size: auto 800px; }

@media (max-width: 1080px) {
  :root { --container: min(100% - 48px, 1120px); }
  .main-nav { display: none; }
  .menu-toggle { display: flex; }
  .site-header .header-cta { margin-left: auto; }
  .footer-bottom { grid-template-columns: 1fr 1fr; }
  .footer-social { grid-column: 1 / -1; grid-row: 2; justify-self: center; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 280px 230px 230px; }
  .solution-card.featured { grid-row: span 1; }
  .solution-card.wide { grid-column: span 1; }
  .journey-track { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }
  .journey-track::before, .journey-track::after { display: none; }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .client-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid, .support-grid, .cta-grid { gap: 46px; }
}

@media (max-width: 782px) { .admin-bar .site-header.scrolled { top: 46px; } }

@media (max-width: 760px) {
  :root { --container: calc(100% - 38px); }
  html { scroll-padding-top: 75px; }
  body { font-size: 16px; }
  body.home { padding-bottom: 76px; }
  .section { padding: 76px 0; }
  .section-head { margin-bottom: 34px; }
  .section-head.split { display: block; }
  h1 { font-size: clamp(42px, 12vw, 52px); }
  h2 { font-size: clamp(32px, 9vw, 39px); }
  .lead { font-size: 17px; }
  .utility .container > span { display: none; }
  .utility-links a:not(:first-child) { display: none; }
  .utility-links { width: 100%; justify-content: center; }
  .site-header { height: 78px; }
  .site-header .header-cta { display: none; }
  .logo-wrap { width: 132px; height: 44px; padding: 8px 10px; }
  .logo-wrap img { width: 112px; }
  .hero { min-height: 700px; align-items: end; padding: 150px 0 72px; }
  .hero-content { width: 100%; }
  .hero-media::after { background: linear-gradient(0deg, rgba(8,9,8,.95) 3%, rgba(8,9,8,.55) 72%, rgba(8,9,8,.65)); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { gap: 7px 14px; }
  .hero-trust span { font-size: 11px; }
  .hero-flow { display: none; }
  .trust-bar { margin-top: 0; padding: 0; background: var(--soft); }
  .trust-bar .container { width: 100%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); border-radius: 0; box-shadow: none; }
  .trust-item { min-height: 112px; padding: 22px 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item strong { font-size: 24px; }
  .about-grid, .why-grid, .support-grid, .cta-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 48px; }
  .media-stack { min-height: 405px; }
  .media-stack img { height: 360px; }
  .media-stack .inset { height: 155px; }
  .experience-badge { left: 18px; bottom: 0; width: 118px; height: 118px; }
  .experience-badge strong { font-size: 27px; }
  .feature-mini { gap: 10px; }
  .feature-mini div { padding: 14px 12px; font-size: 12px; }
  .solutions-grid { display: flex; margin-inline: -19px; padding: 0 19px 16px; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
  .solutions-grid::-webkit-scrollbar, .project-grid::-webkit-scrollbar, .awards-row::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .solution-card { min-width: 84vw; min-height: 380px; scroll-snap-align: start; }
  .journey-shell { padding: 30px 24px; }
  .journey-track { grid-template-columns: 1fr; gap: 0; margin-top: 36px; }
  .journey-step { position: relative; padding: 0 0 28px 70px; }
  .journey-step::before { position: absolute; top: 0; bottom: 0; left: 24px; width: 2px; content: ""; background: #d3d7d3; }
  .journey-step:last-child::before { bottom: 50%; }
  .journey-number { position: absolute; left: 0; top: 0; margin: 0; }
  .journey-step h3 { padding-top: 4px; }
  .project-grid { display: flex; margin-inline: -19px; padding: 0 19px 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
  .project-card, .project-card:first-child { min-width: 84vw; height: 420px; grid-row: auto; scroll-snap-align: start; }
  .why-statement { min-height: 360px; padding: 28px; }
  .why-features { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-card { min-height: 165px; padding: 20px; }
  .industry-card h3 { font-size: 16px; }
  .clients-panel { width: var(--container); max-width: 100%; padding: 36px 22px; margin-inline: auto; border-radius: 20px; overflow: hidden; }
  .clients-panel .section-head, .clients-panel .section-head > *, .client-item { min-width: 0; }
  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .support-list { grid-template-columns: 1fr; }
  .awards-row { display: flex; margin-inline: -19px; padding: 0 19px 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
  .award-card { min-width: 70vw; scroll-snap-align: start; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card__media { height: 220px; }
  .news-card__content > p { min-height: 0; }
  .cta-section { padding: 78px 0; }
  .cta-copy { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .consent { grid-column: auto; }
  .consult-form { padding: 24px 18px; }
  .footer { padding-top: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: start; gap: 18px; }
  .footer-social { justify-self: start; justify-content: flex-start; }
  .footer-bottom__links { justify-content: flex-start; }
  .mobile-actions { display: grid; }
}

@media (max-width: 430px) {
  .industry-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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