@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/PlexSans-Thin.woff2?v=1") format("woff2"), url("../fonts/PlexSans-Thin.ttf?v=1") format("truetype"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/PlexSans-Light.woff2?v=1") format("woff2"), url("../fonts/PlexSans-Light.ttf?v=1") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/PlexSans-Regular.woff2?v=1") format("woff2"), url("../fonts/PlexSans-Regular.ttf?v=1") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/PlexSans-SemiBold.woff2?v=1") format("woff2"), url("../fonts/PlexSans-SemiBold.ttf?v=1") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/PlexSans-Bold.woff2?v=1") format("woff2"), url("../fonts/PlexSans-Bold.ttf?v=1") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Archivo"; src: url("../fonts/Archivo-Bold.woff2?v=1") format("woff2"), url("../fonts/Archivo-Bold.ttf?v=1") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ink: #14171a;
  --ink-2: #3a3c44;
  --grey: #7c7d86;
  --grey-2: #c7c9d0;
  --hair: #e6e2dc;
  --hair-d: rgba(255,255,255,0.12);
  --charcoal: #1b1f23;
  --navy: #14171a;
  --navy-2: #33363c;
  --gold: #b1957b;
  --header-h: 89px;
  --gold-hi: #d5b795;
  --clay: #9a6a4b;
  --sand: #f4efe8;
  --sand-2: #ebe3d9;
  --bg-tint: #f4efe8;
  --white: #ffffff;
  --display: "Archivo", "IBM Plex Sans", sans-serif; /* @kind font */
  --display-amp: "IBM Plex Sans", sans-serif; /* @kind font */
}

* { box-sizing: border-box; margin: 0; padding: 0; }
.amp { font-family: var(--display-amp); font-weight: 600; font-size: 0.94em; padding: 0 0.04em; }
html { scroll-behavior: smooth; }
body { font-family: "IBM Plex Sans", sans-serif; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
a:hover { color: var(--clay); }
img { max-width: 100%; }
section { padding: 118px 56px; position: relative; }
section.tight { padding-top: 84px; padding-bottom: 84px; }
/* consecutive sections on the same surface: one seam, not two stacked paddings */
section:not(.hero):not(.page-hero):not(.industries):not(.team):not(.testimonial):not(.tint):not(.stats):not(.models):not(.cta):not(.statement) + section:not(.hero):not(.page-hero):not(.industries):not(.team):not(.testimonial):not(.tint):not(.stats):not(.models):not(.cta):not(.statement) { padding-top: 56px; margin-top: 0; background-image: linear-gradient(var(--hair), var(--hair)); background-repeat: no-repeat; background-position: 50% 0; background-size: calc(100% - 112px) 1px; }
section:not(.hero):not(.page-hero):not(.industries):not(.team):not(.testimonial):not(.tint):not(.stats):not(.models):not(.cta):not(.statement):has(+ section:not(.hero):not(.page-hero):not(.industries):not(.team):not(.testimonial):not(.tint):not(.stats):not(.models):not(.cta):not(.statement)) { padding-bottom: 64px; }
.industries + .industries, .team + .team, .testimonial + .testimonial { padding-top: 84px; }

/* ---------- motion primitives ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* ---------- header ---------- */
header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--hair); transition: box-shadow 0.3s ease, background 0.3s ease; }
header.scrolled { box-shadow: 0 1px 30px rgba(20,23,26,0.08); }
.nav { max-width: 1400px; margin: 0 auto; padding: 22px 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo-lockup { display: flex; align-items: center; gap: 14px; }
.logo-word { height: 26px; }
.logo-lockup svg { display: block; height: 100%; width: auto; }
footer .logo-word { height: 26px; }
.nav-links { display: flex; gap: 26px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2); white-space: nowrap; }
.nav-links a { position: relative; padding-bottom: 4px; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.35s cubic-bezier(.16,1,.3,1); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--clay); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-right .btn { min-width: 300px; justify-content: center; text-align: center; white-space: nowrap; }
.nav-links { min-width: 560px; justify-content: space-between; }

.lang-switch { display: flex; align-items: center; border: 1px solid var(--hair); }
.lang-switch button, .lang-switch a { font-family: "IBM Plex Sans", sans-serif; background: none; border: none; cursor: pointer; font-size: 12px; font-weight: 500; letter-spacing: 0.06em; color: var(--grey); padding: 8px 12px; border-right: 1px solid var(--hair); transition: background 0.25s ease, color 0.25s ease; }
.lang-switch button:last-child, .lang-switch a:last-child { border-right: none; }
.lang-switch button.active, .lang-switch a.active { background: var(--ink); color: var(--white); }
.lang-switch button:hover:not(.active), .lang-switch a:hover:not(.active) { background: var(--sand); color: var(--ink); }

.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--hair); background: none; cursor: pointer; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; transition: border-color 0.3s ease; }
.burger span { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: transform 0.35s cubic-bezier(.16,1,.3,1), opacity 0.2s ease; }
.burger:hover { border-color: var(--clay); }
.nav-open .burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-open .burger span:nth-child(2) { opacity: 0; }
.nav-open .burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.nav-scrim { position: fixed; inset: 0; background: rgba(20,23,26,0.45); opacity: 0; transition: opacity 0.32s ease; z-index: 58; }
.nav-open .nav-scrim { opacity: 1; }
.nav-panel { position: fixed; top: 0; right: 0; bottom: 0; width: min(86vw, 380px); background: var(--white); border-left: 1px solid var(--hair); z-index: 59; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 96px 32px 40px; transform: translateX(100%); transition: transform 0.42s cubic-bezier(.16,1,.3,1); overflow-y: auto; }
.nav-open .nav-panel { transform: none; }
.nav-panel .nav-links { display: flex; flex-direction: column; gap: 0; min-width: 0; font-size: 15px; letter-spacing: 0.04em; }
.nav-panel .nav-links a { padding: 17px 0; border-bottom: 1px solid var(--hair); }
.nav-panel .nav-links a::after { display: none; }
.nav-panel .btn { margin-top: 28px; min-width: 0; width: 100%; min-height: 52px; padding: 16px 24px; justify-content: center; }
.nav-panel .lang-switch { display: flex; margin-top: 18px; align-self: flex-start; }
.nav-panel .lang-switch button, .nav-panel .lang-switch a { min-height: 44px; padding: 8px 18px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 12px; font-family: "IBM Plex Sans", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; background-image: linear-gradient(var(--clay), var(--clay)); background-repeat: no-repeat; background-position: 50% 100%; background-size: 100% 0; transition: color 0.35s ease, border-color 0.35s ease, transform 0.35s cubic-bezier(.16,1,.3,1), background-size 0.45s cubic-bezier(.16,1,.3,1); }
.btn:hover { color: var(--white); transform: translateY(-2px); background-size: 100% 100%; }
.btn-fill { background-color: var(--ink); color: var(--white); padding: 18px 34px; }
.btn-outline { border: 1px solid var(--ink); color: var(--ink); padding: 17px 33px; }
.btn-outline:hover { border-color: var(--clay); }
.btn-gold { border: 1px solid var(--gold); color: var(--gold); padding: 17px 33px; background-image: linear-gradient(var(--gold), var(--gold)); }
.btn-gold:hover { color: var(--ink); }

/* ---------- hero (home) ---------- */
.hero { background: var(--charcoal); color: var(--white); padding: 40px 56px 78px; overflow: hidden; position: relative; min-height: calc(100svh - 97px); display: flex; align-items: center; }
.hero::before { content: ""; position: absolute; top: -30%; right: -10%; width: 780px; height: 780px; border-radius: 50%; background: radial-gradient(circle, rgba(177,149,123,0.30), rgba(177,149,123,0) 62%); animation: drift 18s ease-in-out infinite alternate; pointer-events: none; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
@keyframes drift { to { transform: translate3d(-70px, 60px, 0) scale(1.12); } }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1400px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; gap: 40px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: end; }
.hero-copy { padding-bottom: 4px; }
.eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.eyebrow .line { width: 48px; height: 1px; background: var(--gold); animation: lineGrow 1.2s cubic-bezier(.16,1,.3,1) both; }
@keyframes lineGrow { from { width: 0; } }
.eyebrow span { font-size: 12px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); }

h1 { font-family: var(--display); font-size: clamp(40px, 4.9vw, 76px); font-weight: 700; line-height: 0.98; letter-spacing: -0.035em; color: var(--white); text-wrap: balance; }
h1 em { font-style: normal; color: var(--gold-hi); }
.hero p.lead { font-size: 18px; line-height: 1.65; color: #b7b8bf; max-width: 540px; margin: 24px 0 32px; font-weight: 300; }
.hero-buttons { display: flex; gap: 16px; margin-bottom: 36px; flex-wrap: wrap; }
.hero .btn-fill { background-color: var(--gold); color: var(--ink); background-image: linear-gradient(var(--gold-hi), var(--gold-hi)); }
.hero .btn-fill:hover { color: var(--ink); }
.hero .btn-outline { border-color: rgba(255,255,255,0.3); color: var(--white); }

.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--hair-d); }
.trust-item { display: flex; align-items: center; gap: 14px; font-size: 14.5px; font-weight: 500; line-height: 1.35; color: #e8e9ec; padding: 26px 24px 0 0; position: relative; text-wrap: balance; }
.trust-item + .trust-item { padding-left: 24px; }
.trust-item + .trust-item::before { content: ""; position: absolute; left: 0; top: 26px; bottom: 2px; width: 1px; background: var(--hair-d); }
.trust-item .ti { flex: none; width: 27px; height: 27px; color: var(--gold); transition: transform 0.35s cubic-bezier(.16,1,.3,1); }
.trust-item:hover .ti { transform: translateY(-2px) scale(1.06); }

.scroll-cue { position: absolute; left: 56px; bottom: 26px; z-index: 3; display: inline-flex; align-items: center; gap: 11px; font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #8a8c94; text-decoration: none; transition: color 0.3s ease; }
.scroll-cue svg { width: 15px; height: 15px; animation: cueBob 2.2s ease-in-out infinite; }
.scroll-cue:hover { color: var(--gold); }
@keyframes cueBob { 0%, 100% { transform: translateY(-2px); } 50% { transform: translateY(3px); } }

.hero-photo { position: relative; align-self: end; }
.hero-photo .frame { padding: 0; height: 100%; }
.hero-photo .frame-inner { height: min(54svh, 480px); overflow: hidden; position: relative; }
.hero-photo .frame-inner img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; filter: grayscale(0.25) contrast(1.05); transform: scale(1.02); transition: transform 1.4s cubic-bezier(.16,1,.3,1), filter 0.8s ease; }
.hero-photo:hover .frame-inner img { transform: scale(1.07); filter: grayscale(0) contrast(1.05); }
.hero-photo .chip { position: absolute; left: 0; bottom: 0; background: var(--white); padding: 18px 26px; border-left: 3px solid var(--gold); }
.hero-photo .chip .t1 { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); }
.hero-photo .chip .t2 { font-size: 12px; color: var(--grey); margin-top: 5px; }

@media (min-width: 1101px) and (max-height: 830px) {
  .hero { padding-top: 28px; }
  .eyebrow { margin-bottom: 20px; }
  h1 { font-size: clamp(38px, 4vw, 58px); }
  .hero p.lead { font-size: 16px; margin: 20px 0 26px; }
  .hero-buttons { margin-bottom: 26px; }
  .btn-fill, .btn-outline { padding: 15px 28px; }
  .hero-inner { gap: 28px; }
  .trust-item { padding-top: 20px; font-size: 13px; gap: 11px; }
  .trust-item + .trust-item::before { top: 20px; }
  .trust-item .ti { width: 23px; height: 23px; }
  .hero-photo .frame-inner { height: min(50svh, 400px); }
}

/* ---------- inner page hero ---------- */
.page-hero { background: var(--charcoal); color: var(--white); padding: 76px 56px 92px; }
.page-hero > * { max-width: 1400px; margin-left: auto; margin-right: auto; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #8b8d96; letter-spacing: 0.06em; margin-bottom: 34px; flex-wrap: wrap; text-transform: uppercase; }
.breadcrumbs a { color: #8b8d96; }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs .sep { color: #55575f; }
.breadcrumbs .current { color: var(--gold); }
.page-hero h1 { font-size: clamp(36px, 4.6vw, 62px); max-width: 960px; }
.page-hero p.lead { font-size: 18px; line-height: 1.7; color: #a9aab2; max-width: 660px; margin-top: 26px; font-weight: 300; }

/* ---------- logos strip (marquee) ---------- */
.logos-strip { background: var(--white); padding: 46px 0; border-bottom: 1px solid var(--hair); overflow: hidden; }
.logos-label { max-width: 1400px; margin: 0 auto 30px; padding: 0 56px; font-size: 12px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--grey); }
.logos-track { display: flex; gap: 76px; width: max-content; animation: marquee 38s linear infinite; align-items: center; }
.logos-strip:hover .logos-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.logos-track img { height: auto; width: auto; max-height: 38px; max-width: 150px; object-fit: contain; opacity: 0.42; filter: grayscale(1); transition: opacity 0.35s ease, filter 0.35s ease; }
.logos-track img:hover { opacity: 1; filter: grayscale(0); }

/* ---------- section head ---------- */
.section-head { max-width: 1400px; margin: 0 auto 76px; }
.section-head .tag { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.section-head .tag .line { width: 40px; height: 1px; background: var(--gold); }
.section-head .tag span { color: var(--clay); font-weight: 600; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; }
.section-head h2 { max-width: 780px; font-family: var(--display); font-size: clamp(32px, 3.6vw, 54px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.06; color: var(--ink); text-wrap: balance; }
.section-head h2 em { font-style: normal; color: var(--clay); }
.section-head p { max-width: 780px; color: var(--grey); font-size: 18px; line-height: 1.75; margin-top: 22px; font-weight: 300; }

/* ---------- industries ---------- */
.industries { background: var(--sand); }
.industries-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hair); border: 1px solid var(--hair); }
.industry-card { display: flex; flex-direction: column; background: var(--white); padding: 56px 44px; position: relative; transition: background 0.4s ease, transform 0.4s cubic-bezier(.16,1,.3,1); }
.industry-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.5s cubic-bezier(.16,1,.3,1); }
.industry-card:hover::before { transform: scaleX(1); }
.industry-card:hover { background: #fffdfa; }
.industry-card .num { font-family: var(--display); font-size: 12px; color: var(--clay); letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 28px; }
.industry-card h4 { font-family: var(--display); font-size: 25px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 16px; color: var(--ink); }
.industry-card p { font-size: 14px; color: var(--clay); font-weight: 500; letter-spacing: 0.02em; margin-bottom: 18px; }
.industry-card .desc { font-size: 16px; color: var(--grey); font-weight: 300; line-height: 1.8; letter-spacing: normal; }
.industry-card .link, .exp-card .link, .case-card .link { display: inline-block; margin-top: 20px; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); background-image: linear-gradient(var(--gold), var(--gold)); background-size: 0 1px; background-repeat: no-repeat; background-position: left bottom; padding-bottom: 5px; transition: background-size 0.4s cubic-bezier(.16,1,.3,1), color 0.3s ease; }
.industry-card .link:hover, .exp-card .link:hover, .case-card .link:hover { background-size: 100% 1px; color: var(--clay); }
.industry-card .link, .exp-card .link { margin-top: auto; align-self: flex-start; padding-top: 20px; }
.industry-card .desc { margin-bottom: 0; }
.industry-logos { display: flex; gap: 18px; align-items: center; margin-bottom: 20px; }
.industry-logos img { height: auto; max-height: 26px; max-width: 104px; object-fit: contain; opacity: 0.5; filter: grayscale(1); }

/* ---------- stats ---------- */
.stats { background: var(--ink); color: var(--white); }
.stats .section-head h2 { color: var(--white); }
.stats .section-head h2 em { color: var(--gold); }
.stats .section-head .tag span { color: var(--gold); }
.stats .section-head { margin-bottom: 62px; }
.stats-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hair-d); border: 1px solid var(--hair-d); }
.stat-box { background: var(--ink); padding: 56px 36px; }
.stat-box .num { font-family: var(--display); font-size: clamp(48px, 5vw, 76px); font-weight: 700; letter-spacing: -0.04em; line-height: 1; color: var(--gold); }
.stat-box .label { font-size: 14px; color: #9a9ca5; line-height: 1.65; margin-top: 20px; font-weight: 300; max-width: 220px; }

/* ---------- promises ---------- */
.promise-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hair); border: 1px solid var(--hair); }
.promise-card { background: var(--white); padding: 52px 38px; transition: background 0.4s ease; }
.promise-card:hover { background: var(--sand); }
.promise-card .kicker, .exp-card .kicker { font-family: "IBM Plex Sans", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); margin-bottom: 22px; }
.promise-card .num { font-family: var(--display); font-size: 34px; color: var(--sand-2); letter-spacing: -0.02em; margin-bottom: 28px; transition: color 0.4s ease; }
.promise-card:hover .num { color: var(--gold); }
.promise-card h4 { font-family: var(--display); font-size: 21px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 16px; color: var(--ink); }
.promise-card p { font-size: 14px; color: var(--grey); font-weight: 300; line-height: 1.8; }

/* ---------- IT Park residency certificate ---------- */
.itpark-cert { max-width: 820px; margin: 0 auto; }
.itpark-cert a { display: block; transition: transform 0.4s cubic-bezier(.16,1,.3,1); }
.itpark-cert a:hover { transform: translateY(-4px); }
.itpark-cert img { width: 100%; height: auto; display: block; border-radius: 12px; border: 1px solid var(--hair); box-shadow: 0 12px 40px rgba(20,23,26,0.14); }

/* ---------- expertise ---------- */
.expertise-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hair); border: 1px solid var(--hair); }
.expertise-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.exp-card { display: flex; flex-direction: column; background: var(--white); padding: 56px 46px; transition: transform 0.45s cubic-bezier(.16,1,.3,1), background 0.4s ease; }
.exp-card:hover { background: var(--sand); }
.exp-card .num { font-family: var(--display); font-size: 12px; color: var(--clay); letter-spacing: 0.16em; margin-bottom: 30px; }
.exp-card h3 { font-family: var(--display); font-size: 25px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 20px; }
.exp-card p { color: var(--grey); font-size: 16px; line-height: 1.85; margin-bottom: 26px; font-weight: 300; }
.exp-card ul.checklist { list-style: none; margin-bottom: 20px; }
.exp-card ul.checklist li { font-size: 14px; color: var(--ink-2); line-height: 1.9; padding-left: 22px; position: relative; }
.exp-card ul.checklist li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }

/* ---------- team ---------- */
.team { background: var(--sand); }
.team-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.team-photo { position: relative; height: 600px; overflow: hidden; background: var(--sand); }
.team-photo img, .testi-photo img, .statement .bg img { color: transparent; }
.testi-photo { background: var(--white); }
.team-photo .ph-inner { height: 100%; overflow: hidden; position: relative; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s cubic-bezier(.16,1,.3,1); }
.team-photo img[src*="team-coding"] { object-position: 62% 40%; }
.team-photo:hover img { transform: scale(1.06); }
.team-photo .caption { position: absolute; left: 0; bottom: 0; right: 0; background: linear-gradient(180deg, rgba(20,23,26,0) 0%, rgba(20,23,26,0.9) 60%); padding: 60px 30px 26px; }
.team-photo .caption .t1 { color: var(--white); font-family: var(--display); font-size: 18px; letter-spacing: -0.01em; }
.team-photo .caption .t2 { color: var(--gold); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 8px; }

/* ---------- statement band ---------- */
.statement { position: relative; padding: 0; min-height: 620px; overflow: hidden; display: flex; background: var(--ink); }
.statement .bg { position: absolute; inset: 0; }
.statement .bg img { width: 100%; height: 100%; object-fit: cover; }
.statement .bg::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(115deg, rgba(20,23,26,0.94) 20%, rgba(20,23,26,0.62) 100%); }
.statement-inner { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 110px 56px; display: flex; flex-direction: column; justify-content: center; width: 100%; }
.statement .tag { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.statement .tag .line { width: 40px; height: 1px; background: var(--gold); }
.statement .tag span { color: var(--gold); font-weight: 600; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; }
.statement h2 { font-family: var(--display); font-size: clamp(32px, 4vw, 58px); font-weight: 700; letter-spacing: -0.032em; line-height: 1.1; color: var(--white); max-width: 1000px; text-wrap: balance; }
.statement h2 em { font-style: normal; color: var(--gold); }

/* ---------- cases ---------- */
.cases-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.case-card { display: flex; flex-direction: column; border: 1px solid var(--hair); background: var(--white); transition: transform 0.5s cubic-bezier(.16,1,.3,1), box-shadow 0.5s ease, border-color 0.4s ease; }
.case-card:hover { transform: translateY(-8px); box-shadow: 0 28px 60px -30px rgba(20,23,26,0.42); border-color: var(--gold); }
.case-cover { height: 220px; background: linear-gradient(135deg, #23272c, #0b0d0f); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.case-cover::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(177,149,123,0.35), transparent 60%); opacity: 0; transition: opacity 0.6s ease; }
.case-card:hover .case-cover::after { opacity: 1; }
.case-cover.cover-gold { background: linear-gradient(135deg, #3a2c1d, #14171a); }
.case-cover { padding: 0; height: 244px; background: linear-gradient(160deg, #e9e2d8, #d9d0c3); align-items: stretch; justify-content: flex-start; }
.case-cover.cover-gold { background: linear-gradient(160deg, #e6dcCB, #cbbda6); }
.case-cover::after { content: ""; position: absolute; inset: 0; z-index: 3; background: linear-gradient(180deg, rgba(20,23,26,0) 62%, rgba(20,23,26,0.10) 100%); pointer-events: none; }
/* realistic product screenshot: authored at 720px, scaled down like a real capture */
.shot { --ac: #b1957b; position: absolute; z-index: 2; top: 24px; left: 26px; width: 880px; transform: scale(0.5); transform-origin: top left; background: #fff; box-shadow: 0 20px 50px -14px rgba(20,23,26,0.45), 0 0 0 1px rgba(20,23,26,0.10); font-family: "IBM Plex Sans", sans-serif; color: #1d2024; transition: transform 0.7s cubic-bezier(.16,1,.3,1); }
.case-card:hover .shot { transform: scale(0.5) translateY(-14px); }
.app-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid #ebe7e1; }
.app-top .brand { display: flex; align-items: center; gap: 10px; }
.app-top .brand img { height: 17px; width: auto; max-width: 120px; object-fit: contain; }
.app-top .brand .env { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #9a9ca4; border-left: 1px solid #e4e0d9; padding-left: 10px; }
.app-top .tools { display: flex; align-items: center; gap: 12px; font-size: 11px; color: #83858d; }
.app-top .tools .who { display: flex; align-items: center; gap: 7px; }
.app-top .tools .av { width: 22px; height: 22px; border-radius: 50%; background: #ded7cb; color: #6f7178; font-size: 10px; display: flex; align-items: center; justify-content: center; letter-spacing: 0.02em; }
.app-body { display: grid; grid-template-columns: 178px 1fr; min-height: 408px; }
.app-rail { border-right: 1px solid #ebe7e1; padding: 16px 0; background: #fbfaf8; }
.app-rail a, .app-rail div.i { display: flex; align-items: center; gap: 10px; padding: 9px 20px; font-size: 12px; color: #6d6f77; }
.app-rail div.i.on { color: #14171a; background: #f1ece4; box-shadow: inset 2px 0 0 var(--ac); font-weight: 500; }
.app-rail div.i .dot { width: 13px; height: 13px; border: 1.5px solid #c3c5cb; border-radius: 3px; flex-shrink: 0; }
.app-rail div.i.on .dot { border-color: var(--ac); background: color-mix(in oklab, var(--ac) 22%, transparent); }
.app-rail .grp { padding: 16px 20px 7px; font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #a9abb2; }
.app-main { padding: 20px 22px; display: flex; flex-direction: column; gap: 16px; }
.app-h { display: flex; align-items: baseline; justify-content: space-between; }
.app-h h5 { font-family: var(--display); font-size: 19px; letter-spacing: -0.02em; }
.app-h .sub { font-size: 11px; color: #90929a; }
.app-cards { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 10px; }
.app-card { border: 1px solid #ebe7e1; padding: 12px 13px; }
.app-card .lbl { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: #9a9ca4; }
.app-card .val { margin-top: 7px; font-family: var(--display); font-size: 21px; letter-spacing: -0.03em; }
.app-card .val small { font-family: "IBM Plex Sans", sans-serif; font-size: 11px; font-weight: 400; color: #83858d; letter-spacing: 0; margin-left: 4px; }
.app-card.accent { background: #14171a; border-color: #14171a; color: #fff; }
.app-card.accent .lbl { color: rgba(255,255,255,0.5); }
.app-card.accent .delta { margin-top: 6px; font-size: 11px; color: var(--ac); }
.app-table { border: 1px solid #ebe7e1; }
.app-table .tr { display: grid; grid-template-columns: 26px 1fr 92px 78px; align-items: center; gap: 12px; padding: 10px 13px; border-bottom: 1px solid #f1ede7; font-size: 12px; }
.app-table .tr:last-child { border-bottom: none; }
.app-table .tr.th { background: #fbfaf8; font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: #a1a3aa; }
.app-table .ic { width: 22px; height: 22px; border-radius: 50%; background: #f1ece4; }
.app-table .amt { text-align: right; font-variant-numeric: tabular-nums; color: #1d2024; }
.app-table .st { font-size: 10.5px; letter-spacing: 0.04em; color: #4e8a5f; text-align: right; }
.app-table .st.wait { color: #a08050; }
.gauge { height: 6px; background: #efeae3; overflow: hidden; }
.gauge i { display: block; height: 100%; background: var(--ac); }
.chips { display: flex; gap: 7px; }
.chips span { font-size: 10.5px; padding: 5px 10px; border: 1px solid #e6e1d9; color: #6d6f77; }
.chips span.on { background: #14171a; border-color: #14171a; color: #fff; }
.kb { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.kb-col .kb-h { display: flex; justify-content: space-between; font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: #a1a3aa; padding-bottom: 8px; border-bottom: 1px solid #ebe7e1; margin-bottom: 8px; }
.kb-card { border: 1px solid #ebe7e1; padding: 9px 10px; margin-bottom: 7px; }
.kb-card .n { font-size: 11.5px; font-weight: 500; }
.kb-card .m { margin-top: 5px; font-size: 10px; color: #90929a; }
.kb-card.hot { border-color: var(--ac); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ac) 35%, transparent); }
.case-card h4 { font-family: var(--display); font-size: 21px; font-weight: 700; letter-spacing: -0.02em; margin: 32px 34px 16px; color: var(--ink); }
.case-card > p { font-size: 14px; color: var(--grey); line-height: 1.8; margin: 0 34px 28px; font-weight: 300; }
.case-card .case-metrics { margin-top: auto; }
.case-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 16px; margin: 0 34px 30px; padding-top: 26px; border-top: 1px solid var(--hair); }
.case-metrics div { min-width: 0; }
.case-metrics div span:first-child { display: block; font-family: var(--display); font-size: 25px; font-weight: 700; color: var(--clay); letter-spacing: -0.03em; line-height: 1; white-space: nowrap; }
.case-metrics div span + span { display: block; margin-top: 9px; font-family: "IBM Plex Sans", sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.02em; color: var(--grey); line-height: 1.45; overflow-wrap: normal; hyphens: auto; }
.case-card .link { margin: 0 34px 34px; display: block; width: fit-content; }

.case-full { max-width: 1400px; margin: 0 auto 130px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
.case-full:last-child { margin-bottom: 0; }
.case-full .case-tag { font-size: 12px; font-weight: 600; color: var(--clay); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 20px; }
.case-full h3 { font-family: var(--display); font-size: 34px; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 20px; }
.case-full p { color: var(--grey); font-size: 16px; line-height: 1.85; margin-bottom: 18px; font-weight: 300; }
.case-full .case-metrics-full { display: flex; gap: 40px; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--hair); flex-wrap: wrap; }
.case-full .case-metrics-full div span { display: block; font-family: var(--display); font-size: 42px; color: var(--ink); letter-spacing: -0.04em; }
.case-full .case-metrics-full div small { font-size: 12px; color: var(--grey); }
.case-full .case-side { background: var(--sand); padding: 40px; border-left: 2px solid var(--gold); }
.case-full .case-side h5 { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); margin-bottom: 18px; }
.case-full .case-side ul { list-style: none; }
.case-full .case-side li { font-size: 14px; color: var(--ink-2); line-height: 2; padding-left: 20px; position: relative; }
.case-full .case-side li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }

/* ---------- models (dark) ---------- */
.models { background: var(--charcoal); }
.models .section-head h2 { color: var(--white); }
.models .section-head h2 em { color: var(--gold); }
.models .section-head p { color: #8b8d96; }
.models .section-head .tag span { color: var(--gold); }
.models-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--hair-d); border: 1px solid var(--hair-d); }
.model-card { background: var(--charcoal); padding: 40px 26px; transition: background 0.4s ease; }
.model-card:hover { background: #23272c; }
.model-card .num { font-family: var(--display); font-size: 12px; color: var(--gold); letter-spacing: 0.16em; margin-bottom: 60px; }
.model-card h4 { font-family: var(--display); font-size: 18px; font-weight: 700; margin-bottom: 14px; color: var(--white); letter-spacing: -0.02em; }
.model-card p { font-size: 14px; color: #8b8d96; line-height: 1.75; font-weight: 300; }

/* ---------- testimonial ---------- */
.testimonial { background: var(--sand); }
.testi-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 340px 1fr; gap: 76px; align-items: center; }
.testi-photo { width: 340px; height: 420px; overflow: hidden; }
.testi-photo .ph-inner { height: 100%; overflow: hidden; }
.testi-photo img { width: 100%; height: 100%; object-fit: cover; }
.testimonial .quote-mark { font-family: var(--display); font-size: 64px; color: var(--gold); line-height: 1; margin-bottom: 18px; }
.testimonial blockquote { font-family: var(--display); font-size: clamp(24px, 2.4vw, 34px); font-weight: 700; line-height: 1.28; letter-spacing: -0.03em; color: var(--ink); }
.testimonial .attribution { margin-top: 34px; font-size: 12px; color: var(--grey); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.testimonial .attribution span { color: var(--clay); }

/* ---------- process ---------- */
.steps { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.step { padding-top: 28px; border-top: 2px solid var(--hair); position: relative; transition: border-color 0.4s ease; }
.step::after { content: ""; position: absolute; left: 0; top: -2px; width: 0; height: 2px; background: var(--gold); transition: width 0.6s cubic-bezier(.16,1,.3,1); }
.step:hover::after { width: 100%; }
.step .step-num { font-family: var(--display); font-size: 12px; color: var(--clay); letter-spacing: 0.18em; margin-bottom: 22px; }
.step h4 { font-family: var(--display); font-size: 21px; font-weight: 700; margin-bottom: 14px; letter-spacing: -0.02em; }
.step p { font-size: 14px; color: var(--grey); line-height: 1.8; font-weight: 300; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--hair); padding: 28px 0; }
.faq-item summary { font-size: 18px; font-weight: 400; color: var(--ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; transition: color 0.3s ease; }
.faq-item summary:hover { color: var(--clay); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 25px; font-weight: 300; color: var(--gold); flex-shrink: 0; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { font-size: 16px; color: var(--grey); line-height: 1.85; margin-top: 16px; max-width: 760px; font-weight: 300; }

/* ---------- table ---------- */
.compare-table { max-width: 1400px; margin: 0 auto; border-collapse: collapse; width: 100%; display: block; overflow-x: auto; }
@media (min-width: 1101px) { .compare-table { display: table; overflow-x: visible; } }
.compare-table th, .compare-table td { text-align: left; padding: 20px 24px; border-bottom: 1px solid var(--hair); font-size: 16px; font-weight: 400; color: var(--ink-2); }
.compare-table th { font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay); border-bottom: 2px solid var(--ink); }
.compare-table tr:hover td { background: var(--sand); }
.compare-table td:first-child, .compare-table th:first-child { font-weight: 500; color: var(--ink); }

/* ---------- jobs ---------- */
.jobs-list { max-width: 1000px; margin: 0 auto; }
.job-card { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--hair); transition: padding-left 0.4s cubic-bezier(.16,1,.3,1); }
.job-card:hover { padding-left: 16px; }
.job-card h4 { font-family: var(--display); font-size: 21px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.02em; }
.job-card .meta { font-size: 14px; color: var(--grey); letter-spacing: 0.04em; }
.job-card .meta span { color: var(--clay); margin-right: 14px; }

/* ---------- contact ---------- */
.contact-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-info h3 { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); margin: 36px 0 12px; }
.contact-info h3:first-child { margin-top: 0; }
.contact-info p, .contact-info > a { display: block; font-size: 18px; color: var(--ink-2); line-height: 1.7; font-weight: 400; }
.contact-info p a { display: inline; color: var(--ink); border-bottom: 1px solid var(--gold); }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form label { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey); margin-bottom: 8px; display: block; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--hair); padding: 15px 16px; font-size: 16px; font-family: "IBM Plex Sans", sans-serif; color: var(--ink); background: var(--white); transition: border-color 0.3s ease, background 0.3s ease; }
.contact-form select { appearance: none; -webkit-appearance: none; height: 53px; cursor: pointer; padding-right: 44px; background-image: linear-gradient(45deg, transparent 50%, var(--clay) 50%), linear-gradient(135deg, var(--clay) 50%, transparent 50%); background-repeat: no-repeat; background-position: calc(100% - 22px) calc(50% - 1px), calc(100% - 16px) calc(50% - 1px); background-size: 6px 6px, 6px 6px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: none; border-color: var(--gold); background-color: var(--sand); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-status { font-size: 14px; line-height: 1.6; display: none; }
.contact-status.show { display: block; }
.contact-status.ok { color: var(--clay); }
.contact-status.err { color: #b23a3a; }
.map-frame { border: 1px solid var(--hair); height: 320px; background: var(--sand); display: flex; align-items: center; justify-content: center; color: var(--grey); font-size: 14px; letter-spacing: 0.04em; margin-top: 40px; }

/* ---------- prose ---------- */
.prose { max-width: 860px; margin: 0 auto; }
.prose h2 { font-family: var(--display); font-size: 34px; font-weight: 700; letter-spacing: -0.03em; margin: 56px 0 20px; color: var(--ink); }
.prose h2:first-child { margin-top: 0; }
.prose p { font-size: 18px; line-height: 1.9; color: var(--ink-2); font-weight: 300; margin-bottom: 20px; }
.prose ul { margin: 0 0 20px 20px; }
.prose li { font-size: 16px; line-height: 1.9; color: var(--ink-2); font-weight: 300; }

/* ---------- final CTA ---------- */
.cta { background: var(--charcoal); text-align: center; overflow: hidden; position: relative; }
.cta::before { content: ""; position: absolute; left: 50%; top: 50%; width: 900px; height: 900px; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(177,149,123,0.20), transparent 62%); animation: drift 20s ease-in-out infinite alternate; }
.cta-inner { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.cta .eyebrow { justify-content: center; margin-bottom: 30px; }
.cta h2 { font-family: var(--display); font-size: clamp(32px, 4vw, 58px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.05; margin-bottom: 24px; color: var(--white); text-wrap: balance; }
.cta p { color: #9a9ca5; font-size: 18px; margin-bottom: 44px; font-weight: 300; }
.cta .btn-fill { background-color: var(--gold); color: var(--ink); background-image: linear-gradient(var(--gold-hi), var(--gold-hi)); }
.cta .btn-fill:hover { color: var(--ink); }

/* ---------- footer ---------- */
footer { background: #101316; border-top: 1px solid var(--hair-d); padding: 88px 56px 34px; }
.footer-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 44px; padding-bottom: 50px; }
.footer-grid h5 { color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 24px; }
.footer-grid a { display: block; color: #c7c9d0; margin-bottom: 14px; font-size: 16px; font-weight: 300; transition: color 0.3s ease, transform 0.3s ease; }
.footer-grid a:hover { color: var(--gold); transform: translateX(4px); }
.footer-about p { color: #8b8d96; font-size: 16px; line-height: 1.85; margin: 22px 0 26px; max-width: 320px; font-weight: 300; }
.footer-lead { display: flex; align-items: stretch; gap: 10px; max-width: 320px; }
.footer-lead .hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.footer-lead input { flex: 1; min-width: 0; background: transparent; border: 1px solid rgba(255,255,255,0.18); padding: 13px 16px; color: var(--white); font-size: 14px; font-family: "IBM Plex Sans", sans-serif; }
.footer-lead input::placeholder { color: #5a5c66; }
.footer-lead .btn { margin: 0; padding: 0 22px; min-width: 58px; }
.footer-lead-status { font-size: 13px; line-height: 1.5; display: none; max-width: 320px; margin-top: 12px; }
.footer-lead-status.show { display: block; }
.footer-lead-status.ok { color: var(--gold-hi); }
.footer-lead-status.err { color: #ff8a8a; }
.footer-bottom { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding-top: 30px; border-top: 1px solid var(--hair-d); font-size: 12px; color: #5a5c66; letter-spacing: 0.04em; gap: 16px; flex-wrap: wrap; }

/* ---------- responsive ---------- */
@media (max-width: 1300px) and (min-width: 1101px) {
  .nav { padding-left: 32px; padding-right: 32px; gap: 20px; }
  .nav-links { flex: 1 1 auto; min-width: 0; gap: 18px; font-size: 11.5px; }
  .nav-right { gap: 12px; }
  .nav-right .btn { min-width: 252px; padding-left: 14px; padding-right: 14px; font-size: 11.5px; }
}
@media (max-width: 1100px) {
  section { padding: 90px 24px; }
  .hero { padding: clamp(20px, 4.4svh, 44px) 24px clamp(18px, 4svh, 40px); min-height: calc(100svh - var(--header-h)); display: flex; align-items: stretch; }
  .hero-inner { gap: 0; flex: 1 1 auto; min-height: 0; }
  .hero-copy, .hero-grid { display: contents; }
  .hero .eyebrow { order: 1; }
  .hero h1 { order: 2; }
  .hero p.lead { order: 3; }
  .hero-photo { order: 4; margin-bottom: clamp(14px, 2.7svh, 26px); }
  .trust-row { order: 5; }
  .hero-buttons { order: 6; margin-top: clamp(16px, 3svh, 30px); }
  .hero .eyebrow { margin-bottom: clamp(10px, 2svh, 20px); }
  .hero h1 { font-size: clamp(27px, 4.6svh, 44px); }
  .hero p.lead { font-size: clamp(13.5px, 1.7svh, 16px); line-height: 1.55; margin: clamp(11px, 2svh, 20px) 0 clamp(14px, 2.7svh, 26px); }
  .hero-buttons { gap: 10px; margin-bottom: 0; flex-wrap: nowrap; }
  .hero-buttons .btn { flex: 1 1 0; min-width: 0; padding: 16px 10px; font-size: 12px; text-align: center; justify-content: center; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-item { align-items: center; padding: clamp(12px, 1.9svh, 18px) 16px 12px 0; font-size: 13px; gap: 12px; }
  .trust-item .ti { width: 27px; height: 27px; }
  .trust-item:nth-child(even) { padding-left: 16px; }
  .trust-row .trust-item:nth-child(odd) { padding-left: 0; }
  .trust-item:nth-child(odd)::before { display: none; }
  .trust-item:nth-child(n+3) { border-top: 1px solid var(--hair-d); }
  .trust-item + .trust-item::before { top: 18px; bottom: 14px; }
  .scroll-cue { display: none; }
  .hero-grid, .team-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { display: contents; }
  .hero-photo { display: block; align-self: stretch; width: 100%; flex: 1 1 0; min-height: 0; }
  .hero-photo .frame, .hero-photo .frame-inner { height: 100%; }
  .hero-photo .chip { display: block; padding: 12px 16px; }
  .hero-photo .chip .t1 { font-size: 11px; }
  .hero-photo .chip .t2 { font-size: 11px; margin-top: 3px; }
  .industries-grid, .promise-grid, .expertise-grid, .expertise-grid.cols-2, .models-grid, .cases-grid, .stats-grid, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-full { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .burger { display: flex; }
  .nav, .page-hero, .logos-label, footer { padding-left: 24px; padding-right: 24px; }
  section:not(.hero):not(.page-hero):not(.industries):not(.team):not(.testimonial):not(.tint):not(.stats):not(.models):not(.cta):not(.statement) + section:not(.hero):not(.page-hero):not(.industries):not(.team):not(.testimonial):not(.tint):not(.stats):not(.models):not(.cta):not(.statement) { background-size: calc(100% - 48px) 1px; }
  .nav-right .btn { min-width: 0; }
  .statement-inner { padding: 80px 24px; }
}
@media (max-width: 1100px) and (max-height: 1000px) {
  .hero-photo { display: block; position: absolute; top: calc(-1 * clamp(20px, 4.4svh, 44px)); bottom: calc(-1 * clamp(18px, 4svh, 40px)); left: -24px; right: -24px; width: auto; margin: 0; z-index: -1; order: 0; }
  .hero-photo .frame, .hero-photo .frame-inner { height: 100%; }
  .hero-photo .frame-inner img { object-position: 50% 30%; }
  .hero-photo .frame-inner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,23,26,0.9) 0%, rgba(20,23,26,0.82) 55%, rgba(20,23,26,0.93) 100%); }
  .hero-photo .chip { display: none; }
  .hero-inner { position: relative; z-index: 2; }
}
@media (max-width: 1100px) and (max-height: 700px) {
  .hero { min-height: 0; }
  .hero .eyebrow { margin-bottom: 8px; }
  .hero h1 { font-size: 25px; }
  .hero p.lead { font-size: 13px; line-height: 1.45; margin: 10px 0 12px; }
  .hero-buttons { margin-top: 10px; }
  .hero-buttons .btn { padding: 11px 8px; font-size: 11px; }
  .trust-item { font-size: 11.5px; gap: 9px; padding: 10px 10px 8px 0; }
  .trust-item:nth-child(even) { padding-left: 10px; }
  .trust-item .ti { width: 26px; height: 26px; }
}
@media (max-width: 640px) {
  .hero p.lead { font-size: 15px; margin: 18px 0 22px; }
  .hero-inner { gap: 28px; }
  .trust-item { padding-top: 16px; padding-bottom: 12px; font-size: 12.5px; }
  .trust-item + .trust-item::before { top: 16px; bottom: 12px; }
  .nav { padding-top: 16px; padding-bottom: 16px; }
  :root { --header-h: 77px; }
  .trust-item .ti { width: 38px; height: 38px; }
  .industry-card, .exp-card { padding-left: 26px; padding-right: 26px; }
  .nav-right > .lang-switch { display: none; }
  .nav-right > .btn { display: none; }
  .nav-right .btn { min-width: 0; }
  .nav-right { gap: 10px; }
  .btn-fill, .btn-outline, .btn-gold { padding: 13px 18px; font-size: 12px; }
  .logo-word { height: 19px; }
  .page-hero { padding: 44px 24px 56px; }
  .industries-grid, .promise-grid, .expertise-grid, .expertise-grid.cols-2, .models-grid, .cases-grid, .stats-grid, .steps { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; gap: 36px; }
  .testi-photo { width: 100%; }
  .exp-card, .industry-card { padding: 40px 24px; }
  .promise-card { padding: 36px 24px; }
  .model-card { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .job-card { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ---- per-client product themes ---- */
[data-client="kapitalbank"] { --ac: #c8a97a; }
.shot--bank { background: #101418; color: #e9ebee; box-shadow: 0 22px 54px -14px rgba(20,23,26,0.6), 0 0 0 1px rgba(255,255,255,0.06); }
.shot--bank .app-top { background: #0c0f12; border-bottom-color: rgba(255,255,255,0.07); }
.shot--bank .app-top .brand img { filter: grayscale(1) brightness(0) invert(1); opacity: 0.9; }
.shot--bank .app-top .brand .env { color: #8a8d95; border-left-color: rgba(255,255,255,0.12); }
.shot--bank .app-top .tools { color: #8a8d95; }
.shot--bank .app-top .tools .av { background: rgba(255,255,255,0.1); color: #cfd2d8; }
.shot--bank .app-rail { background: #0c0f12; border-right-color: rgba(255,255,255,0.07); }
.shot--bank .app-rail div.i { color: #8f929a; }
.shot--bank .app-rail div.i.on { color: #fff; background: rgba(255,255,255,0.06); }
.shot--bank .app-rail div.i .dot { border-color: rgba(255,255,255,0.22); }
.shot--bank .app-rail .grp { color: #6a6d75; }
.shot--bank .app-card { border-color: rgba(255,255,255,0.09); background: rgba(255,255,255,0.03); }
.shot--bank .app-card .lbl { color: #82858d; }
.shot--bank .app-card.accent { background: var(--ac); border-color: var(--ac); color: #14171a; }
.shot--bank .app-card.accent .lbl { color: rgba(20,23,26,0.6); }
.shot--bank .app-card.accent .delta { color: rgba(20,23,26,0.7); }
.shot--bank .app-card .val small { color: #82858d; }
.shot--bank .app-table { border-color: rgba(255,255,255,0.09); }
.shot--bank .app-table .tr { border-bottom-color: rgba(255,255,255,0.06); }
.shot--bank .app-table .tr.th { background: rgba(255,255,255,0.03); color: #7c7f87; }
.shot--bank .app-table .ic { background: rgba(255,255,255,0.08); }
.shot--bank .app-table .amt { color: #e9ebee; }
.shot--bank .app-table .st { color: #7fbf92; }
.shot--bank .app-table .st.wait { color: var(--ac); }

[data-client="east-telecom"] { --ac: #e31e24; }
.shot--tel .app-top { background: #fff; border-bottom-color: #efe9e6; }
.shot--tel .app-body { grid-template-columns: 1fr; }
.shot--tel .app-rail { display: none; }
.shot--tel .app-tabs { display: flex; gap: 22px; padding: 0 22px; border-bottom: 1px solid #efe9e6; }
.shot--tel .app-tabs span { padding: 12px 0; font-size: 12px; color: #83858d; border-bottom: 2px solid transparent; }
.shot--tel .app-tabs span.on { color: #14171a; border-bottom-color: var(--ac); font-weight: 500; }
.shot--tel .app-card.accent { background: var(--ac); border-color: var(--ac); }
.shot--tel .app-card.accent .delta { color: rgba(255,255,255,0.86); }
.shot--tel .chips span.on { background: var(--ac); border-color: var(--ac); }
.shot--tel .app-table .st.wait { color: var(--ac); }
.shot--tel .app-card { border-radius: 3px; }

[data-client="golden-house"] { --ac: #c08d4f; }
.shot--crm { box-shadow: 0 20px 50px -14px rgba(48,36,20,0.4), 0 0 0 1px rgba(48,36,20,0.1); }
.shot--crm .app-top { background: #fdfbf7; border-top: 3px solid var(--ac); border-bottom-color: #eee5d8; }
.shot--crm .kb-col .kb-h span:last-child { color: #9a6a37; font-weight: 600; }
.shot--crm .kb-card.hot { background: #faf3e8; }
.shot--crm .app-card .val { color: #2a2318; }
.shot--crm .app-table .st { color: #7a8f5f; }
.shot--crm .app-rail { background: #faf6ef; border-right-color: #eee5d8; }
.shot--crm .app-rail div.i.on { background: #f4e9d9; color: #2a2318; }
.shot--crm .app-card { border-color: #eee5d8; }
.shot--crm .app-card.accent { background: #2a2318; border-color: #2a2318; }
.shot--crm .app-card.accent .delta { color: #e0bc86; }
.shot--crm .kb-card { border-color: #eee5d8; }
.shot--crm .kb-col .kb-h { border-bottom-color: #eee5d8; }
.shot--crm .app-table { border-color: #eee5d8; }

/* ---------- card pictograms (non-sequential card sets) ---------- */
.promise-card .ic, .exp-card .ic, .model-card .ic, .industry-card .ic { height: 26px; margin-bottom: 26px; }
.model-card .ic { margin-bottom: 44px; }
.exp-card .ic { margin-bottom: 30px; }
.promise-card .ic svg, .exp-card .ic svg, .model-card .ic svg, .industry-card .ic svg { width: 26px; height: 26px; fill: none; stroke: var(--clay); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.35s ease, transform 0.5s cubic-bezier(.16,1,.3,1); }
.model-card .ic svg { stroke: var(--gold); }
.promise-card:hover .ic svg, .exp-card:hover .ic svg, .industry-card:hover .ic svg { stroke: var(--gold); transform: translateY(-3px); }
.model-card:hover .ic svg { stroke: var(--gold-hi); transform: translateY(-3px); }

/* ---------- Lead capture: floating CTA + modal (preserved from prior design, retokenised) ---------- */
body.lead-modal-lock { overflow: hidden; }

.lead-fab {
  position: fixed; right: 28px; bottom: 28px; z-index: 60;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 17px 26px; background: var(--navy); color: var(--white); border: none;
  font-family: "IBM Plex Sans", sans-serif; font-weight: 500; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; box-shadow: 0 14px 32px rgba(27,31,35,0.28);
  transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease, opacity .25s ease, visibility .25s ease;
  opacity: 0; visibility: hidden; transform: translateY(14px);
}
.lead-fab.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.lead-fab:hover { background: var(--navy-2); transform: translateY(-2px); box-shadow: 0 18px 38px rgba(27,31,35,0.34); }
.lead-fab svg { width: 17px; height: 17px; flex: none; }

.lead-modal-backdrop {
  position: fixed; inset: 0; z-index: 100; background: rgba(15,17,20,0.62);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease;
}
.lead-modal-backdrop.is-open { opacity: 1; visibility: visible; }
.lead-modal {
  background: var(--white); width: 100%; max-width: 440px; padding: 46px 38px 34px;
  position: relative; box-shadow: 0 30px 80px rgba(15,17,20,0.35);
  transform: translateY(18px) scale(.98); transition: transform .25s ease;
  max-height: calc(100vh - 48px); overflow-y: auto;
}
.lead-modal-backdrop.is-open .lead-modal { transform: translateY(0) scale(1); }
.lead-modal-close {
  position: absolute; top: 10px; right: 10px; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center; background: none; border: none;
  cursor: pointer; color: var(--grey); font-size: 24px; line-height: 1; transition: color .2s ease;
}
.lead-modal-close:hover { color: var(--ink); }
.lead-modal h3 { font-family: var(--display); font-size: 23px; font-weight: 700; margin-bottom: 10px; color: var(--ink); line-height: 1.3; }
.lead-modal .lead-modal-sub { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; margin-bottom: 26px; font-weight: 400; }
.lead-modal .lead-modal-trust { font-size: 12.5px; color: var(--grey); margin-top: 18px; line-height: 1.6; }
.lead-modal form { display: flex; flex-direction: column; gap: 16px; }
.lead-modal label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey); margin-bottom: 8px; display: block; }
.lead-modal input {
  width: 100%; border: 1px solid var(--hair); padding: 15px 16px; font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif; color: var(--ink); background: var(--white);
  transition: border-color .2s ease, box-shadow .2s ease; outline: none;
}
.lead-modal input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(177,149,123,0.14); }
.lead-modal .hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead-modal button[type="submit"] { width: 100%; padding: 17px; margin-top: 4px; }
.lead-modal button[disabled] { opacity: 0.6; cursor: not-allowed; }
.lead-modal-status { font-size: 14px; line-height: 1.6; display: none; }
.lead-modal-status.show { display: block; }
.lead-modal-status.ok { color: var(--clay); }
.lead-modal-status.err { color: #b23a3a; }
.lead-modal-success { text-align: center; padding: 26px 0 10px; }
.lead-modal-success .icon {
  width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--gold); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.lead-modal-success h3 { margin-bottom: 8px; }
.lead-modal-success p { color: var(--ink-2); font-size: 14.5px; line-height: 1.6; font-weight: 400; }

@media (max-width: 640px) {
  .lead-fab { right: 16px; bottom: 16px; padding: 15px; border-radius: 50%; gap: 0; }
  .lead-fab-text { display: none; }
  .lead-fab svg { width: 20px; height: 20px; }
  .lead-modal { padding: 40px 24px 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .lead-fab, .lead-modal-backdrop, .lead-modal { transition: none; }
}
