:root {
  --ivory: #f4f0e6;
  --paper: #fbf8f1;
  --navy: #0d2230;
  --navy-2: #173747;
  --ink-soft: #53636b;
  --sea-glass: #a9d7c2;
  --pearl-blue: #c8dfe3;
  --pearl-pink: #e8d8d5;
  --sage: #708b7d;
  --rule: rgba(13, 34, 48, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--navy);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--sea-glass); color: var(--navy); }

.site-shell { min-height: 100vh; overflow: hidden; }
.site-header {
  width: min(1480px, calc(100% - 96px));
  height: 98px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 42px;
  border-bottom: 1px solid var(--rule);
}
.brand { display: inline-flex; width: max-content; }
.brand-lockup { display: inline-flex; align-items: center; gap: 9px; }
.pearl-mark {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(13,34,48,.35);
  border-radius: 50%;
}
.pearl-mark::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -4px;
  top: 2px;
  border-radius: 50%;
  background: var(--navy);
}
.pearl-mark span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #fff 0 12%, var(--pearl-pink) 34%, var(--pearl-blue) 68%, var(--sage) 100%);
  box-shadow: inset -2px -3px 5px rgba(13,34,48,.18), 0 0 0 5px rgba(255,255,255,.2);
}
.brand-name { font-family: var(--serif); font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.brand-qualifier { margin-left: 1px; padding-top: 6px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); }
.site-header nav { display: flex; align-items: center; gap: 36px; }
.site-header nav a { font-size: 13px; font-weight: 650; color: var(--ink-soft); transition: color .2s ease; }
.site-header nav a:hover { color: var(--navy); }
.header-cta { justify-self: end; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid var(--navy); padding: 8px 0; }

.section-pad { width: min(1480px, calc(100% - 96px)); margin: 0 auto; }
.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 76px;
  align-items: center;
  min-height: 790px;
  padding-top: 72px;
  padding-bottom: 96px;
}
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .fit-card h2, .process-intro h2, .closing-cta h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.055em;
}
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(60px, 6.2vw, 96px); line-height: .96; }
.hero h1 em, .section-heading h2 em { display: block; color: var(--sage); font-weight: 400; }
.hero-lede { max-width: 700px; margin: 42px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 42px; margin-top: 44px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 30px; font-size: 13px; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { min-width: 270px; background: var(--navy); color: var(--paper); box-shadow: 0 12px 35px rgba(13,34,48,.12); }
.text-link { font-size: 14px; font-weight: 750; padding: 9px 0; border-bottom: 1px solid currentColor; }

.flow-wrap { position: relative; padding: 56px 0; }
.orbit { position: absolute; pointer-events: none; border: 1px solid var(--rule); border-radius: 50%; }
.orbit-one { width: 640px; height: 640px; left: -90px; top: -30px; }
.orbit-two { width: 440px; height: 440px; right: -150px; bottom: -20px; }
.flow-card { position: relative; z-index: 1; padding: 38px 42px 34px; background: var(--navy); color: var(--paper); box-shadow: 0 36px 80px rgba(13,34,48,.18); }
.flow-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 34px; padding-bottom: 22px; border-bottom: 1px solid rgba(244,240,230,.16); }
.flow-head p { margin: 0; color: var(--sea-glass); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.flow-head > span { color: rgba(244,240,230,.76); font-size: 12px; }
.flow-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
.flow-step { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid rgba(244,240,230,.13); }
.flow-step > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(169,215,194,.65); border-radius: 50%; color: var(--sea-glass); font-family: var(--serif); font-size: 12px; }
.flow-step h2 { margin: 1px 0 7px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.flow-step p { margin: 0; color: rgba(244,240,230,.61); font-size: 12px; line-height: 1.55; }
.release-line { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; margin-top: 26px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: rgba(244,240,230,.56); }
.release-line i { height: 1px; background: linear-gradient(90deg, rgba(169,215,194,.2), var(--sea-glass)); position: relative; }
.release-line i::after { content: ""; position: absolute; right: 0; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--sea-glass); }
.release-line strong { color: var(--sea-glass); font-weight: 800; }

.proof-band { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.proof-band div { min-height: 172px; padding: 42px clamp(32px, 5vw, 80px); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--rule); }
.proof-band div:last-child { border-right: 0; }
.proof-band strong { font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -.03em; }
.proof-band span { margin-top: 10px; max-width: 300px; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }

.intro { padding-top: 140px; padding-bottom: 150px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px 120px; }
.section-heading h2 { max-width: 620px; margin: 0; font-size: clamp(52px, 5vw, 76px); line-height: 1.02; }
.intro-copy { align-self: end; max-width: 640px; }
.intro-copy p { margin: 0 0 24px; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.capability-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--navy); }
.capability-list div { min-height: 110px; padding: 24px 18px 24px 0; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid var(--rule); }
.capability-list div:not(:nth-child(3n + 1)) { padding-left: 24px; border-left: 1px solid var(--rule); }
.capability-list span { color: var(--sage); font-family: var(--serif); font-style: italic; }
.capability-list p { margin: 0; font-size: 14px; font-weight: 700; }

.process-section { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--navy); color: var(--paper); }
.process-intro { padding: 120px clamp(48px, 7vw, 120px); border-right: 1px solid rgba(244,240,230,.15); }
.eyebrow-light { color: var(--sea-glass); }
.process-intro h2 { max-width: 560px; margin: 0; font-size: clamp(50px, 5.2vw, 78px); line-height: 1; }
.process-intro > p:not(.eyebrow) { max-width: 520px; margin: 34px 0 42px; color: rgba(244,240,230,.67); font-size: 16px; line-height: 1.7; }
.button-light { border: 1px solid rgba(244,240,230,.35); color: var(--paper); }
.process-list { list-style: none; margin: 0; padding: 68px clamp(48px, 7vw, 120px); }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid rgba(244,240,230,.14); }
.process-list li:last-child { border-bottom: 0; }
.process-list > li > span { color: var(--sea-glass); font-family: var(--serif); font-size: 17px; font-style: italic; }
.process-list h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.process-list p { max-width: 590px; margin: 0; color: rgba(244,240,230,.62); font-size: 14px; line-height: 1.65; }

.fit-section { padding-top: 150px; padding-bottom: 150px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; }
.fit-card { padding-right: 64px; }
.fit-card h2 { max-width: 780px; margin: 0; font-size: clamp(50px, 5vw, 76px); line-height: 1.02; }
.fit-card > p:not(.eyebrow) { max-width: 720px; margin: 34px 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.fit-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.fit-tags span { padding: 10px 14px; border: 1px solid var(--rule); border-radius: 99px; background: rgba(255,255,255,.22); font-size: 11px; font-weight: 750; }
.pearl-principle { position: relative; min-height: 530px; padding: 74px 58px 56px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--paper); border: 1px solid var(--rule); overflow: hidden; }
.large-pearl { position: absolute; width: 240px; height: 240px; top: 52px; right: 58px; border-radius: 50%; background: radial-gradient(circle at 32% 26%, #fff 0 7%, #f7eee8 20%, #c8dfe3 52%, #9bb9b3 79%, #5c766c 100%); box-shadow: inset -22px -24px 40px rgba(13,34,48,.18), 0 28px 60px rgba(13,34,48,.12); }
.pearl-principle::before { content: ""; position: absolute; width: 410px; height: 410px; top: -34px; right: -28px; border: 1px solid var(--rule); border-radius: 50%; }
.pearl-principle blockquote { position: relative; margin: 0; font-family: var(--serif); font-size: 40px; line-height: 1.12; letter-spacing: -.035em; }
.pearl-principle p { position: relative; margin: 22px 0 0; color: var(--ink-soft); font-size: 12px; }

.faq-section { padding-top: 50px; padding-bottom: 140px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.section-heading.compact h2 { font-size: 58px; }
.faq-list { border-top: 1px solid var(--navy); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { cursor: pointer; list-style: none; padding: 27px 44px 27px 0; position: relative; font-family: var(--serif); font-size: 25px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 25px; font-family: var(--sans); font-size: 22px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -4px 0 28px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.closing-cta { position: relative; padding: 150px 48px; text-align: center; background: var(--navy-2); color: var(--paper); overflow: hidden; }
.closing-cta > * { position: relative; z-index: 1; }
.closing-cta .eyebrow { justify-content: center; }
.closing-cta h2 { margin: 0; font-size: clamp(60px, 7vw, 106px); line-height: .98; }
.closing-cta > p:not(.eyebrow) { max-width: 660px; margin: 30px auto 38px; color: rgba(244,240,230,.68); font-size: 16px; line-height: 1.65; }
.button-pearl { min-width: 270px; background: var(--sea-glass); color: var(--navy); }
.cta-pearl { position: absolute; z-index: 0; width: 470px; height: 470px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle at 35% 28%, rgba(255,255,255,.22), rgba(169,215,194,.08) 46%, transparent 70%); border: 1px solid rgba(169,215,194,.12); }

footer { min-height: 150px; padding: 42px 48px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 44px; background: var(--navy); color: var(--paper); border-top: 1px solid rgba(244,240,230,.12); }
footer .pearl-mark { border-color: rgba(244,240,230,.35); }
footer .pearl-mark::after { background: var(--sea-glass); }
footer p, footer a:not(.brand), footer > span { color: rgba(244,240,230,.6); font-size: 11px; }
footer a:not(.brand) { border-bottom: 1px solid rgba(244,240,230,.35); }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 900px; }
  .flow-wrap { max-width: 760px; width: 100%; margin: 0 auto; }
  .intro { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { align-self: auto; }
  .capability-list { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .capability-list div:not(:nth-child(3n + 1)) { padding-left: 0; border-left: 0; }
  .capability-list div:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--rule); }
  .process-section { grid-template-columns: 1fr; }
  .process-intro { border-right: 0; border-bottom: 1px solid rgba(244,240,230,.15); }
  .fit-section { grid-template-columns: 1fr; }
  .fit-card { padding-right: 0; }
  .pearl-principle { min-height: 560px; }
}

@media (max-width: 760px) {
  .site-header, .section-pad { width: calc(100% - 40px); }
  .site-header { height: 82px; }
  .header-cta { display: none; }
  .brand-name { font-size: 27px; }
  .pearl-mark { width: 31px; height: 31px; }
  .hero { padding-top: 56px; padding-bottom: 70px; gap: 42px; }
  .hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-lede { margin-top: 30px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; margin-top: 34px; }
  .button { width: 100%; min-width: 0; }
  .text-link { width: max-content; }
  .flow-wrap { padding: 16px 0 0; }
  .flow-card { padding: 28px 22px; }
  .flow-head { align-items: flex-start; flex-direction: column; }
  .flow-grid { grid-template-columns: 1fr; }
  .orbit { display: none; }
  .proof-band { grid-template-columns: 1fr; }
  .proof-band div { min-height: 140px; padding: 32px 24px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .intro { padding-top: 90px; padding-bottom: 90px; }
  .section-heading h2, .fit-card h2 { font-size: 49px; }
  .capability-list { grid-template-columns: 1fr; }
  .capability-list div:nth-child(even) { padding-left: 0; border-left: 0; }
  .process-intro, .process-list { padding: 76px 24px; }
  .process-intro h2 { font-size: 52px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 14px; }
  .fit-section { padding-top: 90px; padding-bottom: 90px; gap: 45px; }
  .pearl-principle { min-height: 500px; padding: 50px 28px 38px; }
  .large-pearl { width: 190px; height: 190px; right: 28px; }
  .pearl-principle blockquote { font-size: 34px; }
  .faq-section { padding-top: 20px; padding-bottom: 90px; grid-template-columns: 1fr; gap: 50px; }
  .faq-list summary { font-size: 21px; }
  .closing-cta { padding: 100px 20px; }
  .closing-cta h2 { font-size: 58px; }
  footer { padding: 46px 20px; grid-template-columns: 1fr; gap: 18px; }
}

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