:root {
  --navy: #091b2a;
  --navy-2: #102b40;
  --blue: #15526c;
  --coral: #e46f52;
  --coral-dark: #c9563e;
  --gold: #dfb55e;
  --cream: #f7f3eb;
  --paper: #fdfbf7;
  --ink: #102432;
  --muted: #61717b;
  --line: #dbe2e2;
}

* { 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; }
button, summary { font: inherit; }

.site-header {
  align-items: center; backdrop-filter: blur(18px); background: rgba(253, 251, 247, .92);
  border-bottom: 1px solid rgba(9, 27, 42, .09); display: grid; grid-template-columns: auto 1fr auto;
  height: 84px; left: 0; padding: 0 clamp(22px, 5vw, 78px); position: sticky; right: 0; top: 0; z-index: 50;
}
.brand { border-radius: 9px; display: inline-flex; height: 62px; overflow: hidden; width: 220px; }
.brand img { height: 100%; object-fit: cover; transform: scale(1.48); width: 100%; }
.main-nav { align-items: center; display: flex; gap: 8px; justify-self: start; margin-left: 32px; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { align-items: center; border-radius: 999px; cursor: pointer; display: flex; font-size: 14px; font-weight: 700; gap: 6px; list-style: none; padding: 11px 14px; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary:hover, .nav-dropdown[open] summary { background: #eef1ee; }
.nav-dropdown[open] summary svg { transform: rotate(180deg); }
.dropdown-menu {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 22px 55px rgba(13, 34, 47, .14);
  display: grid; gap: 4px; left: 0; min-width: 245px; padding: 9px; position: absolute; top: calc(100% + 8px);
}
.dropdown-menu a { border-radius: 10px; font-size: 14px; font-weight: 650; padding: 11px 12px; }
.dropdown-menu a:hover { background: var(--cream); color: var(--coral-dark); }
.header-actions { align-items: center; display: flex; gap: 13px; justify-self: end; }
.linkedin-link { align-items: center; border: 1px solid var(--line); border-radius: 50%; color: #0a66c2; display: flex; height: 42px; justify-content: center; width: 42px; }
.linkedin-link:hover { background: #eef7ff; border-color: #b8d7ef; }
.button {
  align-items: center; background: var(--coral); border-radius: 12px; box-shadow: 0 10px 28px rgba(201, 86, 62, .2); color: #fff;
  display: inline-flex; font-size: 15px; font-weight: 800; gap: 9px; justify-content: center; padding: 15px 20px;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--coral-dark); box-shadow: 0 14px 32px rgba(201, 86, 62, .25); transform: translateY(-2px); }
.button-small { border-radius: 10px; padding: 12px 17px; }

.hero {
  background: var(--cream); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  min-height: calc(100vh - 84px); overflow: hidden; padding: clamp(70px, 8vw, 125px) clamp(22px, 6vw, 96px) 90px; position: relative;
}
.hero-copy { align-self: center; max-width: 760px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: var(--coral-dark); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 10px; }
.eyebrow span { background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(228, 111, 82, .14); height: 8px; width: 8px; }
.hero h1 { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 6.8vw, 108px); font-weight: 500; letter-spacing: -.055em; line-height: .94; margin: 24px 0 28px; }
.hero h1 em { color: var(--coral); font-weight: 500; }
.hero-lede { color: #475d69; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.6; margin: 0; max-width: 675px; }
.text-link { align-items: center; color: var(--navy); display: inline-flex; font-size: 14px; font-weight: 850; gap: 8px; }
.text-link:hover { color: var(--coral-dark); }
.text-link.dark { color: #fff; }
.hero-art { align-self: center; border-radius: 28px; box-shadow: 0 35px 90px rgba(3, 19, 32, .24); justify-self: end; max-width: 710px; overflow: visible; position: relative; transform: rotate(1.5deg); width: 96%; z-index: 2; }
.hero-art > img { border: 1px solid rgba(255, 255, 255, .25); border-radius: 28px; display: block; width: 100%; }
.insight-chip { backdrop-filter: blur(12px); background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 16px 38px rgba(3, 19, 32, .16); display: grid; gap: 3px; padding: 13px 16px; position: absolute; transform: rotate(-1.5deg); }
.insight-chip span { color: #6c7d84; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.insight-chip b { color: var(--navy); font-size: 14px; }
.chip-one { bottom: -26px; left: -38px; }
.chip-two { right: -24px; top: 38px; }
.hero-glow { border-radius: 50%; filter: blur(1px); opacity: .6; position: absolute; }
.glow-one { background: rgba(225, 181, 94, .22); height: 500px; right: -120px; top: -180px; width: 500px; }
.glow-two { background: rgba(228, 111, 82, .11); bottom: -230px; height: 440px; left: 30%; width: 440px; }

.proof-strip { align-items: center; background: var(--navy); color: #fff; display: flex; gap: 5vw; justify-content: center; min-height: 112px; padding: 25px 7vw; }
.proof-strip p { color: #a9bac4; font-family: Georgia, serif; font-size: 18px; margin: 0; }
.proof-strip div { display: flex; gap: clamp(30px, 5vw, 80px); }
.proof-strip span { font-size: clamp(18px, 2vw, 27px); font-weight: 800; position: relative; }
.proof-strip span:not(:last-child)::after { background: var(--coral); border-radius: 50%; content: ''; height: 5px; position: absolute; right: clamp(-43px, -2.5vw, -19px); top: 50%; width: 5px; }

.section { padding: clamp(85px, 10vw, 150px) clamp(22px, 6vw, 96px); }
.services-section { background: var(--paper); }
.section-heading { align-items: end; display: grid; gap: 60px; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); margin: 0 auto 60px; max-width: 1500px; }
.section-heading h2, .about-copy h2, .cta-section h2 { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5vw, 72px); font-weight: 500; letter-spacing: -.045em; line-height: 1.03; margin: 16px 0 0; }
.section-heading p { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 0; }
.service-grid { display: grid; gap: 22px; grid-template-columns: 1fr; margin: 0 auto; max-width: 1500px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; display: grid; gap: 0 42px; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); grid-template-rows: auto auto 1fr; min-height: 360px; overflow: hidden; padding: 18px 38px 18px 18px; scroll-margin-top: 110px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { box-shadow: 0 22px 60px rgba(13, 34, 47, .1); transform: translateY(-7px); }
.service-card.featured { background: var(--navy); border-color: var(--navy); color: #fff; }
.network-visual { background: #f0f4f1; border-radius: 15px; grid-column: 1; grid-row: 1 / 4; height: 100%; min-height: 322px; overflow: hidden; position: relative; }
.featured .network-visual { background: #16354b; }
.visual-label { color: #60747b; font-size: 10px; font-weight: 850; left: 16px; letter-spacing: .12em; position: absolute; text-transform: uppercase; top: 15px; }
.featured .visual-label { color: #95afbc; }

.person-node { align-items: center; background: #fff; border: 4px solid var(--coral); border-radius: 50%; box-shadow: 0 10px 24px rgba(10, 35, 49, .13); display: flex; height: 66px; justify-content: center; position: absolute; top: 42%; width: 66px; z-index: 2; }
.person-node b { color: var(--navy); font-size: 9px; letter-spacing: .08em; }
.person-you { left: 7%; }
.person-ally { left: calc(50% - 33px); }
.person-buyer { border-color: var(--gold); right: 7%; }
.intro-path { background: #88a0a8; height: 3px; position: absolute; top: calc(42% + 32px); width: 31%; }
.intro-path-a { left: 20%; }
.intro-path-b { right: 20%; }
.path-found { background: var(--navy); border-radius: 999px; bottom: 26px; color: #fff; font-size: 10px; font-weight: 800; left: 50%; letter-spacing: .07em; padding: 9px 13px; position: absolute; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }

.signals { background: #fff4ef; }
.signal-line { background: #d4bbb3; bottom: 36px; left: 44px; position: absolute; top: 54px; width: 2px; }
.signal-dot { background: var(--coral); border: 4px solid #fff4ef; border-radius: 50%; height: 18px; left: 36px; position: absolute; width: 18px; z-index: 2; }
.signal-dot-one { top: 69px; }
.signal-dot-two { top: 147px; }
.signal-dot-three { top: 229px; }
.signal-card { background: #fff; border: 1px solid #efd8d0; border-radius: 12px; box-shadow: 0 12px 26px rgba(93, 53, 41, .08); display: grid; gap: 4px; left: 72px; padding: 14px 16px; position: absolute; right: 22px; }
.signal-card small { color: var(--coral-dark); font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.signal-card b { color: var(--navy); font-size: 13px; }
.signal-card-one { top: 54px; }
.signal-card-two { top: 157px; }

.hop-line { background: #7190a2; height: 2px; position: absolute; transform-origin: left; }
.hop-line-a { left: 14%; top: 69%; transform: rotate(-36deg); width: 27%; }
.hop-line-b { left: 37%; top: 52%; transform: rotate(-28deg); width: 25%; }
.hop-line-c { left: 56%; top: 38%; transform: rotate(25deg); width: 25%; }
.hop-line-d { left: 74%; top: 47%; transform: rotate(38deg); width: 18%; }
.hop-node { align-items: center; background: #fff; border: 3px solid var(--coral); border-radius: 50%; color: var(--navy); display: flex; font-size: 9px; font-weight: 900; height: 36px; justify-content: center; position: absolute; width: 36px; z-index: 2; }
.hop-node-a { bottom: 14%; left: 9%; }
.hop-node-b { left: 34%; top: 43%; }
.hop-node-c { left: 54%; top: 28%; }
.hop-node-d { right: 20%; top: 42%; }
.target-node { align-items: center; background: var(--gold); border: 5px solid rgba(255,255,255,.2); border-radius: 50%; bottom: 15%; color: var(--navy); display: flex; font-size: 8px; font-weight: 900; height: 64px; justify-content: center; position: absolute; right: 5%; width: 64px; z-index: 2; }

.card-index { align-self: end; color: var(--coral-dark); font-size: 10px; font-weight: 850; grid-column: 2; letter-spacing: .11em; text-transform: uppercase; }
.featured .card-index { color: #f1957d; }
.service-card h3 { color: var(--navy); font-family: Georgia, serif; font-size: clamp(30px, 2.8vw, 43px); font-weight: 500; grid-column: 2; letter-spacing: -.035em; line-height: 1.05; margin: 13px 0 17px; }
.service-card h3 small { font-size: .55em; }
.featured h3 { color: #fff; }
.service-card p { color: var(--muted); font-size: 15px; grid-column: 2; line-height: 1.65; margin: 0 0 28px; max-width: 680px; }
.featured p { color: #b8c7cf; }

.about-section { background: var(--cream); display: grid; gap: 7vw; grid-template-columns: minmax(190px, .35fr) minmax(0, 1fr); }
.about-label { padding-top: 13px; }
.about-network { height: 270px; margin-top: 42px; position: relative; width: 240px; }
.about-ring { border: 1px solid rgba(201, 86, 62, .35); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.about-ring-one { height: 150px; width: 150px; }
.about-ring-two { height: 235px; width: 235px; }
.about-center, .about-orbit { align-items: center; border-radius: 50%; display: flex; font-size: 8px; font-weight: 900; justify-content: center; letter-spacing: .08em; position: absolute; }
.about-center { background: var(--coral); color: #fff; height: 78px; left: 81px; top: 96px; width: 78px; }
.about-orbit { background: #fff; border: 3px solid var(--coral); color: var(--navy); height: 58px; width: 58px; }
.about-orbit-one { left: 0; top: 42px; }
.about-orbit-two { right: 0; top: 24px; }
.about-orbit-three { bottom: 0; left: 92px; }
.about-copy h2 { margin-top: 0; }
.about-lead { color: var(--navy); font-family: Georgia, serif; font-size: clamp(24px, 2.6vw, 36px); line-height: 1.35; margin: 28px 0 36px; }
.about-columns { display: grid; gap: 34px; grid-template-columns: 1fr 1fr; }
.about-columns p, .about-goal { color: #4e626d; font-size: 16px; line-height: 1.78; margin: 0; }
.about-goal { border-left: 3px solid var(--coral); color: var(--navy); font-weight: 750; margin-top: 37px; max-width: 890px; padding: 5px 0 5px 22px; }

.company-section { background: var(--paper); display: grid; gap: 22px; grid-template-columns: 1fr 1fr; }
.company-card { background: var(--cream); border-radius: 24px; min-height: 510px; padding: clamp(30px, 4vw, 62px); scroll-margin-top: 105px; }
.company-card.warm-card { background: var(--blue); color: #fff; }
.company-icon { color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.warm-card .company-icon { color: #f7b7a7; }
.company-card h2 { font-family: Georgia, serif; font-size: clamp(36px, 4vw, 57px); font-weight: 500; letter-spacing: -.04em; line-height: 1.08; margin: 27px 0 18px; max-width: 570px; }
.company-card > p { color: var(--muted); font-size: 16px; line-height: 1.65; max-width: 590px; }
.warm-card > p { color: #c6d5dc; }
.empty-state { border-top: 1px solid rgba(98, 115, 123, .24); display: grid; gap: 8px; margin-top: 46px; padding-top: 26px; }
.warm-card .empty-state { border-color: rgba(255, 255, 255, .2); }
.empty-state span { color: var(--coral-dark); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.warm-card .empty-state span { color: #f7b7a7; }
.empty-state strong { font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.empty-state p { color: var(--muted); font-size: 14px; margin: 0; }
.warm-card .empty-state p { color: #c6d5dc; }
.warm-card .text-link { margin-top: 25px; }

.cta-section { align-items: center; background: var(--navy); color: #fff; display: flex; gap: 45px; justify-content: space-between; padding: clamp(65px, 8vw, 115px) clamp(22px, 7vw, 110px); }
.section-kicker.light { color: #f1957d; }
.cta-section h2 { color: #fff; max-width: 900px; }
.button-light { background: #fff; box-shadow: none; color: var(--navy); flex: 0 0 auto; }
.button-light:hover { background: var(--coral); color: #fff; }

footer { background: #06131e; color: #fff; display: grid; gap: 60px; grid-template-columns: minmax(340px, .8fr) 1fr; padding: 65px clamp(22px, 6vw, 96px) 48px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; justify-self: start; max-width: 430px; width: 100%; }
.footer-links div { display: flex; flex-direction: column; gap: 11px; }
.footer-links strong { color: #8198a4; font-size: 10px; letter-spacing: .13em; margin-bottom: 3px; text-transform: uppercase; }
.footer-links a { color: #d8e1e5; font-size: 13px; }
.footer-links a:hover, .footer-social a:hover { color: #f1957d; }
.footer-social { align-items: flex-end; display: flex; flex-direction: column; gap: 70px; }
.footer-social a { align-items: center; display: flex; gap: 7px; }
.footer-social span { color: #738a95; font-size: 11px; text-align: right; }

@media (max-width: 1050px) {
  .hero { gap: 70px; grid-template-columns: 1fr; }
  .hero-art { justify-self: center; max-width: 760px; width: 90%; }
  .service-card { display: grid; gap: 0 30px; grid-template-columns: .8fr 1fr; min-height: 340px; }
  .network-visual { grid-row: 1 / 4; height: 100%; min-height: 306px; }
  .card-index { align-self: end; }
  .cta-section { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; padding: 0 17px; }
  .brand { height: 52px; width: 154px; }
  .main-nav { grid-column: 1 / -1; justify-content: flex-start; left: 0; margin-left: 0; padding-left: 17px; position: absolute; right: 0; top: 74px; }
  .nav-dropdown summary { background: rgba(253,251,247,.96); border: 1px solid var(--line); padding: 9px 12px; }
  .header-actions .button { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 105px; }
  .hero h1 { font-size: clamp(51px, 15vw, 72px); }
  .hero-art { width: 100%; }
  .chip-one { bottom: -34px; left: 10px; }
  .chip-two { right: 7px; top: -34px; }
  .proof-strip { align-items: flex-start; flex-direction: column; }
  .proof-strip div { gap: 25px; }
  .section-heading, .about-section, .company-section { grid-template-columns: 1fr; }
  .section-heading { align-items: start; gap: 24px; }
  .section-heading h2 { font-size: 44px; }
  .service-card { display: flex; min-height: 585px; }
  .network-visual { height: 220px; min-height: 220px; }
  .about-network { display: none; }
  .about-columns { grid-template-columns: 1fr; }
  .company-card { min-height: 470px; }
  footer { grid-template-columns: 1fr; }
  .footer-social { align-items: flex-start; gap: 22px; }
  .footer-social span { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pulse { animation: none; }
  * { transition: none !important; }
}
