
:root {
  --ink: #0b1736;
  --ink-2: #14244a;
  --blue: #2f78ff;
  --coral: #ff765f;
  --paper: #f8f7f3;
  --white: #ffffff;
  --muted: #677088;
  --line: #dfe3ec;
  --radius: 1.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.site-shell { min-height: 100vh; overflow: hidden; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: relative; z-index: 40; height: 82px; color: white; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; background: var(--coral); color: var(--ink); border-radius: 12px 12px 4px 12px; font-size: 21px; font-weight: 900; line-height: 1; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand b { font-size: 18px; letter-spacing: .14em; }
.brand small { margin-top: 5px; color: #aeb9d1; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 31px; margin-left: auto; }
.desktop-nav a { color: #dce3f2; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--coral); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; font-size: 14px; font-weight: 700; transition: .2s ease; }
.header-cta:hover { background: white; color: var(--ink); }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { list-style: none; display: grid; place-items: center; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; left: 24px; right: 24px; top: 70px; display: flex; flex-direction: column; padding: 12px; border-radius: 14px; color: var(--ink); background: white; box-shadow: 0 22px 60px rgba(2,8,23,.25); }
.mobile-menu nav a { padding: 12px 14px; border-bottom: 1px solid #edf0f5; font-weight: 700; }

.hero-section { position: relative; color: white; background: var(--ink); padding: 76px 0 92px; }
.hero-section::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 34%; height: 9px; background: var(--coral); }
.hero-glow { position: absolute; left: 18%; top: -180px; width: 560px; height: 560px; border-radius: 50%; background: rgba(47,120,255,.16); filter: blur(90px); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #b8c6df; font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--coral); }
.eyebrow.dark { color: #526079; }
.hero-copy h1, .page-hero h1, .contact-copy h1 { margin: 0; font-size: clamp(46px, 5.4vw, 76px); line-height: 1.02; letter-spacing: -.052em; }
.hero-copy h1 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 590px; margin: 27px 0 0; color: #c8d2e5; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 20px; border: 0; border-radius: 9px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-coral { color: var(--ink); background: var(--coral); box-shadow: 0 10px 28px rgba(255,118,95,.2); }
.button-coral:hover { background: #ff917e; box-shadow: 0 14px 34px rgba(255,118,95,.3); }
.button-navy { color: white; background: var(--ink); }
.button-navy:hover { background: var(--ink-2); }
.button-light { color: var(--ink); background: white; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: white; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 14px; font-weight: 700; }
.dark-link { color: var(--ink); }
.trust-row { display: flex; gap: 40px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.trust-row div { display: flex; flex-direction: column; gap: 2px; }
.trust-row strong { font-size: 14px; }
.trust-row span { color: #8f9db6; font-size: 12px; }
.hero-visual { position: relative; }
.hero-visual img { display: block; width: 100%; height: auto; border-radius: 28px 28px 28px 7px; box-shadow: 0 32px 90px rgba(0,0,0,.34); }
.hero-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 28px 28px 28px 7px; }
.insight-card { position: absolute; left: -27px; bottom: 29px; z-index: 2; display: flex; align-items: center; gap: 11px; padding: 13px 16px; color: var(--ink); background: white; border-radius: 13px; box-shadow: 0 15px 45px rgba(0,0,0,.23); }
.insight-card > svg { color: var(--blue); }
.insight-card div { display: flex; flex-direction: column; line-height: 1.2; }
.insight-card strong { font-size: 12px; }
.insight-card span { margin-top: 4px; color: #747d90; font-size: 10px; }
.reveal { animation: rise .7s ease both; }
.reveal-delay { animation-delay: .15s; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.section { padding: 105px 0; }
.section h2, .cta-band h2, .family-note h2, .team-cta h2, .decision-strip h2 { margin: 0; font-size: clamp(35px, 4vw, 53px); line-height: 1.1; letter-spacing: -.04em; }
.split-heading { display: grid; grid-template-columns: 1.5fr .75fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.service-card { position: relative; min-height: 310px; padding: 36px 31px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 55px rgba(14,28,61,.1); }
.service-card > svg { width: 35px; height: 35px; color: var(--blue); stroke-width: 1.7; }
.card-number { position: absolute; right: 25px; top: 20px; color: #e7eaf0; font-size: 47px; font-weight: 900; letter-spacing: -.08em; }
.service-card h3 { margin: 52px 0 12px; font-size: 22px; line-height: 1.25; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; }
.section-cta { margin-top: 30px; }
.approach-section { background: white; }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.approach-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.approach-list li { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.approach-list > li > span { color: var(--coral); font-size: 13px; font-weight: 900; }
.approach-list h3 { margin: 0; font-size: 21px; }
.approach-list p { margin: 4px 0 0; color: var(--muted); font-size: 15px; }
.cta-band { padding: 78px 0; color: white; background: var(--blue); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner h2 { max-width: 660px; }

.page-hero { position: relative; padding: 86px 0 93px; overflow: hidden; color: white; background: var(--ink); }
.page-hero::after { content: ""; position: absolute; right: 0; bottom: 0; width: 37%; height: 8px; background: var(--blue); }
.page-hero-orb { position: absolute; right: -100px; top: -140px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(47,120,255,.05), 0 0 0 140px rgba(47,120,255,.025); }
.page-hero h1 { position: relative; max-width: 830px; font-size: clamp(44px, 5vw, 67px); }
.page-hero .container > p:last-child { position: relative; max-width: 720px; margin: 27px 0 0; color: #bcc8dc; font-size: 19px; }

.services-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-detail { padding: 37px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.service-detail-top { display: flex; align-items: center; justify-content: space-between; }
.service-detail-top span { color: #9aa3b5; font-size: 13px; font-weight: 800; }
.service-detail-top svg { color: var(--blue); }
.service-detail h2 { margin: 33px 0 12px; font-size: 27px; letter-spacing: -.03em; }
.service-detail > p { margin: 0; color: var(--muted); }
.service-detail ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.service-detail li { padding: 6px 10px; color: #49546b; background: #f2f5fa; border-radius: 999px; font-size: 12px; font-weight: 700; }
.decision-strip { padding: 75px 0; background: #e9edf5; }
.decision-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.decision-grid h2 { max-width: 710px; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.story-grid h2, .fit-grid h2 { margin: 0; font-size: clamp(35px, 4vw, 52px); line-height: 1.12; letter-spacing: -.04em; }
.story-copy { padding-top: 30px; }
.story-copy p { margin: 0 0 22px; color: var(--muted); font-size: 18px; }
.values-section { padding: 84px 0; background: #e9edf5; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.values-grid article { padding: 33px; background: white; border-radius: 18px; }
.values-grid svg { color: var(--coral); }
.values-grid h3 { margin: 28px 0 8px; font-size: 21px; }
.values-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.fit-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: start; }
.fit-grid ul { margin: 4px 0 0; padding: 0; list-style: none; }
.fit-grid li { display: flex; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.fit-grid li svg { flex: 0 0 22px; color: var(--blue); }

.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.team-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 22px; }
.portrait { position: relative; display: grid; place-items: center; height: 310px; overflow: hidden; }
.portrait::before, .portrait::after { content: ""; position: absolute; border-radius: 50%; }
.portrait::before { width: 270px; height: 270px; background: rgba(255,255,255,.13); }
.portrait::after { right: -60px; bottom: -90px; width: 270px; height: 270px; border: 45px solid rgba(255,255,255,.12); }
.portrait-1 { background: linear-gradient(145deg, #2f78ff, #122e68); }
.portrait-2 { background: linear-gradient(145deg, #ff8d78, #bc4938); }
.portrait span { position: relative; z-index: 2; display: grid; place-items: center; width: 126px; height: 126px; color: white; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 36px; font-weight: 900; letter-spacing: .05em; }
.team-card-copy { padding: 31px 34px 37px; }
.team-card-copy p { margin: 0 0 4px; color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-card-copy h2 { margin: 0 0 12px; font-size: 27px; }
.team-card-copy > span { color: var(--muted); }
.family-note { padding: 85px 0; color: white; background: var(--ink); }
.family-note-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.family-note-inner > p { margin: 0; color: #bac5d8; font-size: 18px; }
.team-cta { text-align: center; }
.team-cta p { margin: 13px 0 27px; color: var(--muted); font-size: 18px; }

.contact-hero { position: relative; padding: 90px 0 100px; color: white; background: var(--ink); }
.contact-hero::after { content: ""; position: absolute; left: -150px; bottom: -220px; width: 500px; height: 500px; background: rgba(47,120,255,.15); border-radius: 50%; filter: blur(70px); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-copy h1 { max-width: 570px; font-size: clamp(44px, 5vw, 65px); }
.contact-copy > p:not(.eyebrow) { max-width: 540px; margin: 25px 0 0; color: #bbc7da; font-size: 18px; }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-top: 43px; }
.contact-details > * { display: flex; align-items: center; gap: 14px; }
.contact-details svg { padding: 10px; width: 43px; height: 43px; color: var(--coral); background: rgba(255,255,255,.08); border-radius: 11px; }
.contact-details span { display: flex; flex-direction: column; font-size: 14px; font-weight: 700; }
.contact-details small { color: #8e9bb5; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-form { padding: 36px; color: var(--ink); background: white; border-radius: 22px 22px 22px 6px; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.contact-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; font-size: 13px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: var(--ink); background: #f7f8fb; border: 1px solid #dce1eb; border-radius: 9px; outline: none; padding: 11px 13px; font-size: 15px; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,120,255,.12); }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: 100%; }
.contact-form > small { display: block; margin-top: 10px; color: #7d879a; text-align: center; font-size: 11px; }
.form-error { margin: -2px 0 12px; color: #b42318; font-size: 13px; font-weight: 700; }

.site-footer { padding: 70px 0 24px; color: #b3bfd3; background: #071027; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .9fr; gap: 80px; padding-bottom: 55px; }
.footer-brand { color: white; }
.footer-grid > div:first-child > p { max-width: 390px; margin: 22px 0 0; font-size: 14px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; font-size: 14px; }
.footer-grid h3 { margin: 0 0 8px; color: white; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

@media (max-width: 920px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 56px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { width: 90%; margin-left: auto; }
  .split-heading, .approach-grid, .story-grid, .fit-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid .service-card:last-child, .values-grid article:last-child { grid-column: 1 / -1; }
  .family-note-inner { gap: 50px; }
  .footer-grid { grid-template-columns: 1.2fr .6fr .9fr; gap: 40px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1160px); }
  .site-header { height: 72px; }
  .brand { min-width: 0; }
  .hero-section, .page-hero { padding: 61px 0 72px; }
  .hero-grid { gap: 44px; }
  .hero-copy h1, .page-hero h1, .contact-copy h1 { font-size: 43px; }
  .hero-lead, .page-hero .container > p:last-child { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { gap: 22px; }
  .hero-visual { width: 100%; }
  .insight-card { left: 12px; bottom: 12px; }
  .section { padding: 76px 0; }
  .service-grid, .services-detail-grid, .values-grid, .team-grid { grid-template-columns: 1fr; }
  .service-grid .service-card:last-child, .values-grid article:last-child { grid-column: auto; }
  .service-card { min-height: 280px; }
  .approach-list li { grid-template-columns: 42px 1fr; }
  .cta-inner, .decision-grid { align-items: flex-start; flex-direction: column; }
  .cta-band, .decision-strip, .family-note { padding: 65px 0; }
  .family-note-inner { grid-template-columns: 1fr; gap: 30px; }
  .portrait { height: 240px; }
  .contact-hero { padding: 65px 0 76px; }
  .contact-grid { gap: 52px; }
  .contact-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

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


.static-icon { display:grid; place-items:center; width:42px; height:42px; color:var(--blue); background:#edf3ff; border-radius:12px; font-size:12px; font-weight:900; letter-spacing:.03em; }
.service-card .static-icon { margin-bottom:48px; }
.service-card h3 { margin-top:0; }
.contact-details .static-icon { flex:0 0 43px; color:var(--coral); background:rgba(255,255,255,.08); }
.button .arrow { font-size:18px; line-height:1; transition:transform .2s ease; }
.button:hover .arrow, .text-link:hover .arrow { transform:translateX(3px); }
.mobile-menu nav a.active, .desktop-nav a.active { color:var(--coral); }
.mobile-menu nav a.active { background:#fff4f1; }
