:root {
  --dark: #001f52;
  --orange: #f7a833;
  --light-blue: #64c2c8;
  --bright-blue: #307bbf;
  --paper: #f5f7fa;
  --ink: #10213d;
  --font: "Museo Sans", "Avenir Next", Avenir, "Century Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; max-width: 100%; overflow-x: hidden; color: var(--ink); background: #fff; font-family: var(--font); font-weight: 300; }
a { color: inherit; text-decoration: none; }
em { color: var(--orange); font-style: normal; }

.site-header { height: 92px; padding: 0 5vw; display: flex; align-items: center; gap: 4vw; position: absolute; top: 0; left: 0; right: 0; z-index: 10; color: #fff; }
.brand { font-size: 15px; font-weight: 700; letter-spacing: .11em; white-space: nowrap; }
.brand span { color: var(--orange); }
.site-header nav { display: flex; gap: 2.2rem; margin-left: auto; font-size: 13px; letter-spacing: .05em; }
.site-header nav a { opacity: .82; transition: opacity .2s; }
.site-header nav a:hover { opacity: 1; }
.header-cta { border-bottom: 2px solid var(--orange); padding: 8px 0; font-size: 13px; font-weight: 700; }

.hero { min-height: 760px; background: var(--dark); color: #fff; display: grid; grid-template-columns: 1.05fr .95fr; position: relative; overflow: hidden; padding: 150px 7vw 85px; }
.hero::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(100,194,200,.2); border-radius: 50%; left: -210px; top: 80px; }
.hero-copy { min-width: 0; max-width: 700px; align-self: center; z-index: 2; }
.eyebrow { color: var(--light-blue); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; margin: 0 0 24px; }
h1 { font-size: clamp(55px, 6.6vw, 104px); line-height: .95; letter-spacing: -.045em; margin: 0; max-width: 900px; font-weight: 700; }
.hero-intro { max-width: 600px; font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.72); margin: 40px 0; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; font-size: 13px; font-weight: 700; letter-spacing: .04em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--dark); }
.text-link { font-weight: 700; font-size: 13px; padding-bottom: 6px; border-bottom: 1px solid currentColor; }
.text-link span { color: var(--orange); margin-left: 8px; }
.portrait-wrap { position: relative; align-self: end; height: 570px; z-index: 1; }
.portrait-backdrop { position: absolute; inset: 5% 4% 0 17%; background: var(--bright-blue); transform: skew(-3deg); }
.portrait-wrap img { position: absolute; width: min(37vw, 560px); height: min(37vw, 560px); max-height: 100%; left: 8%; bottom: 0; object-fit: cover; object-position: center 38%; filter: saturate(.9) contrast(1.03); }
.portrait-card { position: absolute; left: 0; bottom: 34px; width: 230px; padding: 22px 24px; background: #fff; color: var(--dark); display: grid; gap: 5px; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.portrait-card strong { font-size: 24px; color: var(--bright-blue); }
.portrait-card span { font-size: 12px; line-height: 1.5; }
.hero-index { position: absolute; right: 3vw; bottom: 24px; font-size: 13px; color: rgba(255,255,255,.35); }

.proof { background: var(--bright-blue); color: #fff; min-height: 150px; padding: 32px 7vw; display: grid; grid-template-columns: repeat(3, 1fr) 1.4fr; align-items: center; gap: 30px; }
.proof div { display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.24); }
.proof strong { font-size: 40px; color: var(--orange); }
.proof span { font-size: 12px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; max-width: 90px; }
.proof > p { font-size: 20px; line-height: 1.4; text-align: right; font-weight: 700; margin: 0; }

.section { padding: 120px 7vw; }
.section-heading { max-width: 820px; }
h2 { color: var(--dark); font-size: clamp(40px, 5vw, 72px); line-height: 1.08; letter-spacing: -.035em; font-weight: 700; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #dfe5ed; margin-top: 70px; border: 1px solid #dfe5ed; }
.service-card { background: #fff; padding: 48px 42px; min-height: 360px; display: flex; flex-direction: column; transition: background .25s, color .25s; }
.service-card > span { color: var(--bright-blue); font-size: 12px; font-weight: 700; }
.service-card h3 { color: var(--dark); font-size: 27px; line-height: 1.2; margin: 48px 0 18px; }
.service-card p { line-height: 1.75; margin: 0 0 28px; color: #62708a; }
.service-card a { margin-top: auto; color: var(--bright-blue); font-size: 13px; font-weight: 700; }
.service-card:hover { background: var(--dark); color: #fff; }
.service-card:hover h3, .service-card:hover p { color: #fff; }
.consulting-note { background: var(--dark); color: #fff; display: grid; grid-template-columns: minmax(220px, .6fr) minmax(0, 1.4fr); gap: 40px; align-items: center; padding: 30px 36px; }
.consulting-note strong { color: var(--orange); font-size: 19px; line-height: 1.4; }
.consulting-note p { color: rgba(255,255,255,.72); line-height: 1.7; margin: 0; }

.about { background: var(--paper); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.about-visual { min-height: 560px; background: var(--dark); color: #fff; position: relative; padding: 48px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.about-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.about-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,31,82,.03) 30%, rgba(0,22,56,.92) 100%); }
.about-visual::after { content: ""; width: 260px; height: 260px; border-radius: 50%; border: 50px solid var(--light-blue); opacity: .2; position: absolute; top: -80px; right: -70px; }
.big-number { color: var(--orange); font-size: clamp(130px, 18vw, 250px); font-weight: 700; line-height: .76; letter-spacing: -.08em; position: relative; z-index: 1; }
.about-visual p { max-width: 290px; font-size: 16px; line-height: 1.5; margin: 30px 0 0; position: relative; z-index: 1; }
.about-copy h2 { font-size: clamp(40px, 4.7vw, 66px); }
.about-copy .lead { color: var(--bright-blue); font-size: 23px; line-height: 1.55; margin: 28px 0 18px; font-weight: 700; }
.about-copy > p:not(.eyebrow):not(.lead) { line-height: 1.8; color: #5b6880; }
.about-copy > p:not(.eyebrow):not(.lead) a { color: var(--bright-blue); font-weight: 700; border-bottom: 1px solid rgba(48,123,191,.45); }
blockquote { border-left: 4px solid var(--orange); margin: 32px 0; padding: 8px 0 8px 24px; color: var(--dark); font-size: 19px; line-height: 1.6; font-weight: 700; }

.publication { background: linear-gradient(135deg, #f2f7fa 0%, #fff 58%, #edf7f7 100%); color: var(--ink); display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(60px, 8vw, 130px); align-items: center; position: relative; overflow: hidden; }
.publication::before { content: ""; width: 9px; height: 100%; background: linear-gradient(180deg, var(--orange), var(--light-blue)); position: absolute; left: 0; top: 0; }
.publication::after { content: ""; width: 390px; height: 390px; border: 1px solid rgba(100,194,200,.28); border-radius: 50%; position: absolute; left: -210px; bottom: -230px; }
.book-visual { width: 100%; min-width: 0; min-height: 610px; background: var(--dark); padding: clamp(38px, 4.5vw, 64px); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 1; box-shadow: 0 32px 75px rgba(0,31,82,.2); }
.book-visual::after { content: ""; width: 76px; height: 7px; background: var(--orange); position: absolute; right: 0; top: 80px; }
.book-label { color: var(--light-blue); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; position: absolute; left: 32px; top: 30px; }
.book-frame { width: 100%; max-width: 315px; position: relative; z-index: 1; }
.book-frame::before { content: ""; background: var(--bright-blue); position: absolute; inset: 18px -18px -18px 18px; z-index: -1; }
.book-frame img { display: block; width: 100%; height: auto; box-shadow: 0 22px 50px rgba(0,0,0,.38); }
.book-visual > p { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.65; letter-spacing: .09em; text-align: center; text-transform: uppercase; max-width: 320px; margin: 42px 0 0; }
.publication-copy { min-width: 0; position: relative; z-index: 1; }
.publication-copy h2 { color: var(--dark); font-size: clamp(40px, 4.4vw, 64px); }
.publication-lead { color: var(--bright-blue); font-size: 21px; line-height: 1.55; font-weight: 700; margin: 28px 0 18px; }
.publication-copy > p:not(.eyebrow):not(.publication-lead) { color: #58677d; line-height: 1.8; }
.book-facts { display: grid; grid-template-columns: .8fr .8fr 1.7fr; gap: 12px; margin: 34px 0; }
.book-facts div { min-height: 112px; background: rgba(255,255,255,.82); border: 1px solid #dbe7ec; padding: 20px; display: flex; flex-direction: column; justify-content: center; gap: 6px; box-shadow: 0 10px 28px rgba(0,31,82,.06); }
.book-facts strong { color: var(--dark); font-size: 34px; line-height: 1; }
.book-facts span { color: var(--bright-blue); font-size: 10px; line-height: 1.45; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.publication blockquote { background: var(--dark); border-left: 0; color: #fff; margin: 0 0 24px; padding: 26px 30px 26px 72px; position: relative; box-shadow: 0 16px 36px rgba(0,31,82,.14); }
.publication blockquote::before { content: "“"; color: var(--orange); font-size: 58px; line-height: 1; position: absolute; left: 26px; top: 17px; }
.publication-link { display: inline-flex; align-items: center; gap: 12px; background: var(--orange); color: var(--dark); padding: 15px 20px; margin: 0 0 24px; font-size: 12px; font-weight: 700; letter-spacing: .05em; transition: background .2s, transform .2s; }
.publication-link span { color: var(--dark); transition: transform .2s; }
.publication-link:hover { background: #ffb84f; transform: translateY(-2px); }
.publication-link:hover span { transform: translate(3px, -3px); }
.publication-copy .publication-note { border-top: 1px solid #dbe5eb; color: #748195 !important; font-size: 12px; padding-top: 18px; }

.topics { background: #fff; }
.compact { max-width: 700px; }
.compact h2 { font-size: clamp(42px, 4.5vw, 64px); }
.topic-list { margin-top: 65px; border-top: 1px solid #dae1ea; }
.topic-list div { display: grid; grid-template-columns: 80px 1fr; align-items: center; padding: 25px 0; border-bottom: 1px solid #dae1ea; }
.topic-list span { font-size: 11px; color: var(--bright-blue); font-weight: 700; }
.topic-list strong { color: var(--dark); font-size: clamp(20px, 2.6vw, 36px); }

.contact { background: var(--dark); color: #fff; text-align: center; padding: 120px 10vw; }
.contact h2 { color: #fff; max-width: 1000px; margin: 0 auto; }
.contact > p:not(.eyebrow) { max-width: 650px; margin: 30px auto 38px; line-height: 1.75; color: rgba(255,255,255,.67); }
.contact-provider { color: rgba(255,255,255,.52); display: block; font-size: 11px; letter-spacing: .04em; margin-top: 22px; }
footer { background: #001638; color: #fff; padding: 35px 7vw; display: flex; align-items: center; gap: 40px; font-size: 12px; }
footer p { opacity: .55; margin: 0 auto; }
footer div { display: flex; flex-wrap: wrap; gap: 24px; }

.legal-page { background: var(--paper); min-height: 100vh; padding: 80px 7vw; }
.legal-shell { background: #fff; box-shadow: 0 24px 70px rgba(0,31,82,.09); margin: 0 auto; max-width: 920px; padding: clamp(38px, 7vw, 82px); }
.legal-back { color: var(--bright-blue); display: inline-block; font-size: 13px; font-weight: 700; margin-bottom: 52px; }
.legal-page h1 { color: var(--dark); font-size: clamp(46px, 7vw, 76px); line-height: 1; }
.legal-page h2 { font-size: clamp(24px, 3vw, 32px); margin: 46px 0 16px; }
.legal-page h3 { color: var(--dark); font-size: 18px; margin: 32px 0 12px; }
.legal-page p, .legal-page address, .legal-page li { color: #53627a; font-size: 16px; font-style: normal; line-height: 1.8; }
.legal-page a:not(.legal-back) { color: var(--bright-blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-page dl { display: grid; grid-template-columns: 210px 1fr; gap: 12px 24px; margin-top: 30px; }
.legal-page dt { color: var(--dark); font-weight: 700; }
.legal-page dd { color: #53627a; margin: 0; }

@media (max-width: 950px) {
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .portrait-wrap { height: 480px; margin-top: 55px; }
  .portrait-wrap img { width: min(70vw, 480px); height: min(70vw, 480px); left: 20%; }
  .proof { grid-template-columns: repeat(3, 1fr); }
  .proof > p { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 380px; }
  .publication { grid-template-columns: minmax(0, 1fr); }
  .book-visual { min-height: auto; padding: 66px 50px 52px; }
  .book-frame { max-width: 300px; }
}

@media (max-width: 640px) {
  .site-header { height: 75px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 120px 6vw 60px; }
  h1 { font-size: 52px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .portrait-wrap { height: 390px; }
  .portrait-wrap img { width: min(82vw, 330px); height: min(82vw, 330px); left: 8%; }
  .portrait-backdrop { left: 8%; }
  .portrait-card { width: 205px; padding: 17px; bottom: 12px; }
  .proof { grid-template-columns: 1fr; gap: 12px; padding: 28px 6vw; }
  .proof div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 12px; }
  .proof strong { font-size: 30px; min-width: 75px; }
  .section { padding: 82px 6vw; }
  .service-grid { margin-top: 45px; }
  .service-card { padding: 36px 28px; }
  .about-visual { padding: 32px; }
  .consulting-note { grid-template-columns: 1fr; gap: 12px; padding: 28px; }
  .publication::before { width: 6px; }
  .book-visual { padding: 62px 28px 42px; }
  .book-visual::after { width: 50px; top: 64px; }
  .book-label { left: 22px; top: 22px; }
  .book-frame { max-width: 235px; }
  .book-frame::before { inset: 12px -12px -12px 12px; }
  .publication-copy h2 { font-size: clamp(34px, 11vw, 48px); hyphens: auto; overflow-wrap: anywhere; }
  .publication-lead { font-size: 18px; }
  .book-visual > p { max-width: 240px; overflow-wrap: anywhere; }
  .book-facts { grid-template-columns: 1fr; }
  .publication blockquote { padding: 24px 24px 24px 62px; }
  .publication blockquote::before { left: 20px; }
  .topic-list div { grid-template-columns: 48px 1fr; }
  .topic-list strong, h1, h2 { overflow-wrap: anywhere; }
  .button { max-width: 100%; padding-left: 20px; padding-right: 20px; text-align: center; }
  .contact { padding: 85px 6vw; }
  footer { flex-direction: column; text-align: center; gap: 18px; }
  footer p { margin: 0; }
  footer div { justify-content: center; }
  .legal-page { padding: 28px 4vw; }
  .legal-shell { padding: 34px 24px; }
  .legal-page dl { grid-template-columns: 1fr; gap: 5px; }
  .legal-page dd { margin-bottom: 13px; overflow-wrap: anywhere; }
}

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