:root {
  --navy: #142442;
  --blue: #405c8f;
  --blue-soft: #edf1f8;
  --orange: #f26a21;
  --orange-deep: #d9530b;
  --ink: #172033;
  --muted: #5e6777;
  --line: #dfe4ec;
  --paper: #ffffff;
  --mist: #f6f8fb;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 24px 70px rgba(20, 36, 66, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 100;
  padding: 10px 16px; background: var(--navy); color: white; border-radius: 6px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(223,228,236,.75); backdrop-filter: blur(14px);
}
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1.15; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand span { display: grid; gap: 4px; }
.brand strong { color: var(--navy); font-size: 1rem; letter-spacing: .01em; }
.brand small { color: var(--muted); font-size: .72rem; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: .88rem; font-weight: 650; text-decoration: none; color: #35415a; }
.site-nav a:not(.nav-cta):hover { color: var(--orange-deep); }
.nav-cta { padding: 10px 18px; border: 1px solid var(--navy); border-radius: 999px; }
.nav-cta:hover { background: var(--navy); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { position: relative; overflow: hidden; padding: 72px 0 84px; background: linear-gradient(115deg, #fff 0%, #fff 54%, #f3f6fa 54%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .83fr; gap: clamp(56px, 8vw, 108px); align-items: center; }
.hero-mark { position: absolute; width: 520px; height: 520px; left: -250px; bottom: -270px; opacity: .035; transform: rotate(-9deg); }
.eyebrow {
  margin: 0 0 18px; color: var(--blue); font-size: .76rem; line-height: 1.3;
  font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow-light { color: #9fb1d0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; color: var(--navy); }
h1 { margin-bottom: 28px; font-size: clamp(3.25rem, 6.1vw, 6.35rem); line-height: .95; letter-spacing: -.052em; }
h1 em { color: var(--orange); font-weight: 400; }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4.3vw, 4.3rem); line-height: 1.02; letter-spacing: -.035em; }
h3 { color: var(--navy); font-size: 1.18rem; line-height: 1.25; }
.hero-lead { max-width: 650px; margin-bottom: 31px; color: #455168; font-size: clamp(1.08rem, 1.45vw, 1.24rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 52px; padding: 12px 23px; border-radius: 5px; font-size: .93rem;
  font-weight: 750; line-height: 1.2; text-decoration: none; transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 12px 28px rgba(242,106,33,.22); }
.button-primary:hover { background: var(--orange-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 750; text-underline-offset: 5px; }
.text-link:hover { color: var(--orange-deep); }
.hero-note { margin: 20px 0 0; color: #788192; font-size: .79rem; }
.portrait-wrap { position: relative; padding: 0 20px 24px 0; }
.portrait { position: relative; z-index: 2; margin: 0; border-radius: 52% 52% 10px 10px / 18% 18% 10px 10px; overflow: hidden; box-shadow: var(--shadow); }
.portrait img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: 50% 25%; }
.portrait-accent { position: absolute; right: 0; bottom: 0; width: 72%; height: 74%; background: var(--blue); border-radius: 4px; }
.portrait-caption {
  position: absolute; z-index: 3; left: -36px; bottom: 44px; display: grid; gap: 4px;
  width: min(390px, 88%); padding: 16px 19px; background: white; border-left: 4px solid var(--orange); box-shadow: 0 16px 42px rgba(20,36,66,.17);
}
.portrait-caption strong { color: var(--navy); font-size: .96rem; }
.portrait-caption span { line-height: 1.35; }
.portrait-caption .portrait-role { color: var(--navy); font-size: .73rem; font-weight: 700; }
.portrait-caption .portrait-credentials { color: var(--muted); font-size: .68rem; }

.signals { background: var(--navy); color: white; }
.signals-row { min-height: 76px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.signals-row span { position: relative; padding-left: 25px; font-size: .85rem; letter-spacing: .025em; }
.signals-row span::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 8px; border: 2px solid var(--orange); transform: rotate(45deg); }

.section { padding: clamp(84px, 10vw, 138px) 0; }
.section-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 120px); align-items: start; }
.section-heading { position: sticky; top: 122px; }
.section-heading h2 { max-width: 580px; }
.situation-list { border-top: 1px solid var(--line); }
.situation-list article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.situation-list article > span { color: var(--orange); font-size: .74rem; font-weight: 800; }
.situation-list h3 { margin-bottom: 8px; }
.situation-list p { margin-bottom: 0; color: var(--muted); }

.approach { background: var(--navy); color: #dce5f4; overflow: hidden; }
.approach h2, .no-smoke h2 { color: white; }
.approach-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(56px, 9vw, 128px); align-items: start; }
.approach-copy { padding-top: 5px; font-size: 1.08rem; }
.approach-copy p:last-child { color: #aebdd5; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); margin: 66px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.process li { min-height: 210px; padding: 28px 25px 20px 0; border-right: 1px solid rgba(255,255,255,.16); }
.process li + li { padding-left: 25px; }
.process li:last-child { border-right: 0; }
.process span { display: block; margin-bottom: 39px; color: var(--orange); font-size: .73rem; font-weight: 800; }
.process strong { display: block; margin-bottom: 10px; color: white; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.process p { margin-bottom: 0; color: #aebdd5; font-size: .91rem; }
.friction-note { display: grid; grid-template-columns: 78px 1fr; gap: 28px; align-items: center; max-width: 900px; margin-left: auto; padding: 27px 31px; background: white; color: var(--ink); border-radius: 5px; box-shadow: 14px 14px 0 var(--orange); }
.friction-note img { width: 70px; height: 70px; }
.friction-note p { margin-bottom: 0; }
.friction-note .note-label { margin-bottom: 6px; color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.services { background: var(--mist); }
.services-heading { position: static; display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; align-items: start; margin-bottom: 52px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { min-height: 470px; display: flex; flex-direction: column; padding: clamp(31px, 4.5vw, 54px); background: white; border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 13px 40px rgba(20,36,66,.06); }
.service-card-featured { border-top: 5px solid var(--orange); }
.service-topline { display: flex; justify-content: space-between; margin-bottom: 35px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 400; }
.service-card > p { color: var(--muted); font-size: 1.02rem; }
.service-card ul { margin: 16px 0 30px; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 10px 0; padding-left: 22px; color: #465267; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 2px; background: var(--orange); }
.service-card > a { margin-top: auto; color: var(--navy); font-weight: 800; text-decoration-color: var(--orange); text-underline-offset: 5px; }

.about { position: relative; overflow: hidden; }
.about-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); }
.about-title { align-self: start; }
.about-copy { max-width: 620px; }
.about-copy p { color: var(--muted); font-size: 1.02rem; }
.about-copy .about-lead { color: var(--navy); font-family: var(--serif); font-size: clamp(1.4rem, 2.1vw, 1.85rem); line-height: 1.4; }
.about-copy .text-link { margin-top: 14px; }
.about-mark { position: absolute; left: -190px; bottom: -230px; width: 420px; opacity: .04; transform: rotate(12deg); }

.no-smoke { background: #263c66; color: #dce5f3; }
.no-smoke-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.no-smoke-copy { font-size: 1.08rem; }
.no-smoke-copy p:first-child { color: white; }

.organizations { background: var(--mist); }
.organizations-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; padding: clamp(40px, 6vw, 72px); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.organizations-copy { position: relative; z-index: 1; max-width: 780px; }
.organizations-logo { width: min(390px, 72%); height: auto; margin: 0 0 34px; }
.organizations-copy h2 { max-width: 740px; }
.organizations-copy > p:not(.eyebrow) { color: var(--muted); }
.button-outline { position: relative; z-index: 1; border: 1px solid var(--navy); color: var(--navy); white-space: nowrap; }
.button-outline:hover { background: var(--navy); color: white; }

.final-cta { position: relative; overflow: hidden; padding: clamp(94px, 12vw, 150px) 0; background: var(--orange); color: white; text-align: center; }
.final-cta .eyebrow { color: rgba(255,255,255,.78); }
.final-cta h2 { color: white; }
.final-cta-inner { position: relative; z-index: 2; max-width: 940px; }
.final-cta-inner > p:not(.eyebrow) { max-width: 660px; margin: 0 auto 32px; font-size: 1.08rem; }
.final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 13px; }
.button-white { background: white; color: var(--navy); }
.button-white:hover { background: var(--navy); color: white; }
.button-ghost { border: 1px solid rgba(255,255,255,.68); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.final-orbit { position: absolute; border: 1px solid rgba(255,255,255,.21); border-radius: 50%; }
.final-orbit-one { width: 560px; height: 560px; left: -250px; top: -190px; }
.final-orbit-two { width: 410px; height: 410px; right: -190px; bottom: -210px; }

.site-footer { padding: 34px 0; background: #0e1a2f; color: #acb9ce; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; }
.footer-brand strong { color: white; }
.footer-brand small { color: #8fa0bd; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { font-size: .78rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-inner > p { margin: 0; font-size: .75rem; }
.mobile-book { display: none; }

:focus-visible { outline: 3px solid #ff9d5e; outline-offset: 4px; }

@media (max-width: 920px) {
  :root { --shell: min(100% - 36px, 720px); }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; left: 18px; right: 18px; top: 72px; display: none;
    align-items: stretch; flex-direction: column; gap: 0; padding: 12px;
    background: white; border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { padding-top: 54px; background: linear-gradient(180deg, white 0%, white 58%, var(--mist) 58%); }
  .hero-grid, .section-grid, .approach-intro, .services-heading, .about-grid, .no-smoke-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .portrait-wrap { width: min(560px, 94%); margin: 0 auto; }
  .portrait-caption { left: -15px; }
  .signals-row { grid-template-columns: 1fr; gap: 12px; padding-block: 20px; }
  .section-heading { position: static; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .process li:nth-child(2) { border-right: 0; }
  .process li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .service-grid { grid-template-columns: 1fr; }
  .organizations-card { grid-template-columns: 1fr; align-items: start; }
  .button-outline { justify-self: start; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 66px; }
  .site-header { position: relative; }
  .header-inner { min-height: 70px; }
  .brand small { display: none; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding: 44px 0 62px; }
  h1 { font-size: clamp(3rem, 15vw, 4.35rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.15rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-primary { width: 100%; }
  .hero-note { line-height: 1.45; }
  .portrait-wrap { width: calc(100% - 10px); padding-right: 12px; }
  .portrait-caption { position: relative; left: 12px; bottom: 0; width: calc(100% - 24px); margin-top: -25px; }
  .organizations-logo { width: min(330px, 90%); margin-bottom: 28px; }
  .section { padding: 78px 0; }
  .section-grid { gap: 38px; }
  .situation-list article { grid-template-columns: 38px 1fr; gap: 13px; }
  .process { grid-template-columns: 1fr; margin-block: 46px; }
  .process li, .process li + li { min-height: auto; padding: 24px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .process span { margin-bottom: 17px; }
  .friction-note { grid-template-columns: 1fr; padding: 25px; box-shadow: 8px 8px 0 var(--orange); }
  .friction-note img { width: 58px; height: 58px; }
  .service-card { min-height: auto; padding: 31px 24px; }
  .organizations-card { padding: 35px 24px; }
  .button-outline { width: 100%; white-space: normal; }
  .final-actions { align-items: stretch; flex-direction: column; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 9px; }
  .mobile-book {
    position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 10px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 51px; color: white; background: var(--navy); border: 1px solid rgba(255,255,255,.2);
    border-radius: 5px; box-shadow: 0 10px 30px rgba(14,26,47,.28); font-weight: 800; text-decoration: none;
  }
}

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