:root {
  --ink: #08084a;
  --ink-soft: #22245f;
  --lime: #bfd000;
  --lime-bright: #d5e400;
  --rust: #c4380d;
  --paper: #fbfaf6;
  --mist: #efefe7;
  --line: rgba(8, 8, 74, 0.14);
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }

.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; min-height: 88px; padding: 12px clamp(24px, 5vw, 80px); background: rgba(251, 250, 246, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand img { display: block; width: 172px; height: 62px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 44px); }
.site-header nav a, .site-footer a { font-size: 0.83rem; font-weight: 700; letter-spacing: 0.04em; }
.site-header nav a:hover, .site-footer a:hover { color: var(--rust); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: 0.84rem; font-weight: 800; letter-spacing: 0.035em; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); background: var(--rust); border-color: var(--rust); }
.button-small { min-height: 42px; padding: 0 18px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 0.9rem; font-weight: 800; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(5px); }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr); align-items: center; gap: clamp(40px, 7vw, 110px); padding: 84px clamp(24px, 7vw, 112px) 100px; overflow: hidden; }
.hero-copy { max-width: 760px; }
.eyebrow { margin-bottom: 20px; color: var(--rust); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.17em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; letter-spacing: -0.045em; }
h1 { max-width: 720px; font-size: clamp(4rem, 7.6vw, 7.4rem); line-height: 0.9; font-weight: 500; }
.hero-lede { max-width: 650px; margin-top: 30px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }

.hero-visual { position: relative; aspect-ratio: 1 / 1; max-width: 590px; width: 100%; margin-inline: auto; border-radius: 50%; background: var(--ink); }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,0.22); border-radius: 50%; }
.hero-visual::before { inset: 14%; }
.hero-visual::after { inset: 30%; }
.core-mark { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -54%); color: var(--lime-bright); font-size: clamp(8rem, 17vw, 15rem); font-weight: 500; line-height: 1; }
.signal { position: absolute; display: grid; place-items: center; width: 88px; height: 88px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.signal span { font-size: 0.76rem; font-weight: 800; }
.signal-one { top: 6%; left: 18%; }
.signal-two { top: 22%; right: -3%; background: var(--white); }
.signal-three { bottom: 8%; right: 17%; }
.signal-four { bottom: 15%; left: -3%; background: var(--white); }

.trust-strip { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0 clamp(24px, 5vw, 80px); }
.trust-strip span { padding: 22px 10px; border-right: 1px solid var(--line); text-align: center; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.trust-strip span:last-child { border-right: 0; }

.section { padding: 120px clamp(24px, 7vw, 112px); }
.section-heading { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 80px; align-items: end; margin-bottom: 64px; }
h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 0.98; font-weight: 500; }
.section-heading > p, .expertise-intro > p, .company-card > p, .contact-section > div > p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.75; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 180ms ease, transform 180ms ease; }
.service-card:hover { background: var(--white); transform: translateY(-4px); }
.service-number { color: var(--rust); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; }
.service-card h3 { max-width: 500px; margin-top: 38px; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 500; }
.service-card p { max-width: 610px; margin-top: 20px; color: var(--ink-soft); line-height: 1.7; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 34px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 0.74rem; font-weight: 700; }

.expertise-section { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(60px, 10vw, 150px); padding: 120px clamp(24px, 7vw, 112px); background: var(--ink); color: var(--white); }
.expertise-intro { align-self: start; position: sticky; top: 130px; }
.expertise-intro .eyebrow { color: var(--lime-bright); }
.expertise-intro > p { max-width: 620px; margin-top: 28px; color: rgba(255,255,255,0.72); }
.light-link { margin-top: 32px; color: var(--lime-bright); }
.capability-list { border-top: 1px solid rgba(255,255,255,0.2); }
.capability { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; min-height: 92px; border-bottom: 1px solid rgba(255,255,255,0.2); }
.capability span { color: var(--lime-bright); font-size: 0.72rem; letter-spacing: 0.12em; }
.capability strong { font-size: clamp(1.1rem, 2vw, 1.55rem); font-weight: 500; }

.compact-heading { margin-bottom: 82px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.step { padding: 34px 30px 0 0; border-right: 1px solid var(--line); min-height: 300px; }
.step + .step { padding-left: 30px; }
.step:last-child { border-right: 0; }
.step > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--lime); font-size: 0.76rem; font-weight: 800; }
.step h3 { margin-top: 48px; font-size: 1.65rem; font-weight: 500; }
.step p { margin-top: 16px; color: var(--ink-soft); font-size: 0.92rem; line-height: 1.68; }

.company-section { display: grid; grid-template-columns: 1.25fr 0.75fr; min-height: 600px; background: var(--mist); }
.company-card { padding: 110px clamp(24px, 7vw, 112px); border-right: 1px solid var(--line); }
.company-card > p { max-width: 760px; margin-top: 28px; }
.company-section blockquote { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 80px clamp(35px, 5vw, 82px); background: var(--lime); font-size: clamp(1.65rem, 3vw, 2.75rem); line-height: 1.26; letter-spacing: -0.035em; }
.company-section blockquote footer { margin-top: 34px; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.contact-section { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 100px; padding: 120px clamp(24px, 7vw, 112px); background: var(--rust); color: var(--white); }
.contact-section .eyebrow { color: var(--white); opacity: 0.75; }
.contact-section > div > p { max-width: 700px; margin-top: 28px; color: rgba(255,255,255,0.8); }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink); }
.button-light:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.phone-link { font-size: clamp(1.7rem, 3vw, 2.8rem); font-weight: 500; }
.contact-actions address { font-style: normal; line-height: 1.6; color: rgba(255,255,255,0.75); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 44px clamp(24px, 5vw, 80px); background: var(--ink); color: var(--white); }
.footer-brand { font-size: 2rem !important; font-weight: 500 !important; letter-spacing: -0.08em !important; }
.footer-brand span { color: var(--lime); }
.site-footer p { font-size: 0.75rem; color: rgba(255,255,255,0.62); }
.site-footer > div { display: flex; justify-content: flex-end; gap: 26px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-top: 30px; }
  .hero-visual { max-width: 520px; }
  .section-heading, .expertise-section, .contact-section { grid-template-columns: 1fr; gap: 48px; }
  .expertise-intro { position: static; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 34px; }
  .company-section { grid-template-columns: 1fr; }
  .company-card { border-right: 0; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .trust-strip span:nth-child(3) { border-right: 0; }
  .trust-strip span:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .site-header { min-height: 76px; padding-inline: 18px; }
  .brand img { width: 135px; height: 50px; }
  .site-header .button { font-size: 0.72rem; min-height: 38px; padding-inline: 12px; }
  .hero { padding: 58px 22px 72px; gap: 56px; }
  h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .hero-lede { font-size: 1.04rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { width: 92%; }
  .signal { width: 66px; height: 66px; }
  .section { padding: 82px 22px; }
  .section-heading { gap: 30px; margin-bottom: 48px; }
  h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 32px 26px 38px; }
  .expertise-section { padding: 82px 22px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { min-height: 250px; padding: 32px 0; border-right: 0; border-top: 1px solid var(--line); }
  .step:first-child { border-top: 0; }
  .company-card, .company-section blockquote, .contact-section { padding: 78px 22px; }
  .contact-section { gap: 44px; }
  .button-light { width: 100%; padding-inline: 10px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer > div { justify-content: center; }
  .site-footer .footer-brand { margin-inline: auto; }
}

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