:root {
  --slate: #20343d;
  --deep: #13242b;
  --sky: #bee8f4;
  --blue: #5fb7d0;
  --mint: #cde9d8;
  --coral: #ff806e;
  --mist: #eff4f1;
  --white: #fbfdfb;
  --ink: #1c333c;
  --muted: #60747a;
  --line: rgba(28, 51, 60, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .75rem 1rem; color: white; background: var(--slate); }
.skip-link:focus { top: 1rem; }

.site-header {
  min-height: 82px;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; width: max-content; font-weight: 800; letter-spacing: -.035em; text-decoration: none; }
.brand > span { position: relative; width: 1.7rem; height: 1.7rem; border: 2px solid var(--blue); border-radius: 50%; }
.brand > span::before { content: ""; position: absolute; inset: .27rem; border: 2px solid var(--coral); border-radius: 50%; }
.brand > span i { position: absolute; width: .4rem; height: .4rem; right: -.15rem; top: .5rem; border-radius: 50%; background: var(--mint); }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a { color: var(--muted); font-size: .78rem; font-weight: 700; text-decoration: none; }
.header-button { justify-self: end; padding: .7rem 1rem; border: 1px solid var(--slate); border-radius: 999px; font-size: .76rem; font-weight: 800; text-decoration: none; }
.menu-button { display: none; }

.hero { min-height: 780px; padding: 6rem max(1.25rem, calc((100vw - 1300px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; background: linear-gradient(135deg, var(--mist), var(--white)); }
.eyebrow, .section-label { margin: 0 0 1.3rem; color: #3e879b; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow span { padding: .4rem .7rem; border-radius: 999px; background: var(--sky); }
.hero h1 { max-width: 770px; margin: 0; font-size: clamp(4rem, 7.5vw, 8rem); line-height: .89; letter-spacing: -.075em; font-weight: 650; }
.hero h1 em { color: var(--coral); font-style: normal; font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 2rem 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.primary-button { padding: .9rem 1.2rem; border-radius: 999px; color: white; background: var(--slate); font-weight: 800; text-decoration: none; }
.secondary-link { color: var(--ink); font-size: .82rem; font-weight: 800; text-decoration: none; }

.sphere-visual { position: relative; width: min(100%, 570px); aspect-ratio: 1; margin: auto; overflow: hidden; border-radius: 50%; }
.sphere-visual::before { content: ""; position: absolute; inset: 4%; border-radius: 50%; background: radial-gradient(circle at 30% 30%, white, var(--sky) 55%, #8fc3d0); box-shadow: inset -30px -20px 70px rgba(32,52,61,.1), 0 40px 80px rgba(32,52,61,.15); }
.orbit { position: absolute; z-index: 2; inset: 0; border: 1px solid rgba(32,52,61,.23); border-radius: 50%; transform: rotate(-20deg) scaleY(.45); }
.orbit span { position: absolute; padding: .5rem .8rem; transform: rotate(20deg) scaleY(2.2); border-radius: 999px; color: var(--slate); background: var(--white); box-shadow: 0 8px 20px rgba(32,52,61,.15); font-size: .66rem; font-weight: 800; }
.orbit-one span { top: 35%; left: 1%; }
.orbit-two { inset: 12%; transform: rotate(25deg) scaleY(.55); }
.orbit-two span { right: -2%; top: 45%; transform: rotate(-25deg) scaleY(1.8); background: var(--mint); }
.orbit-three { inset: 22%; transform: rotate(-55deg) scaleY(.6); }
.orbit-three span { left: 28%; bottom: -8%; transform: rotate(55deg) scaleY(1.65); background: var(--coral); color: white; }
.sphere-core { position: absolute; z-index: 3; inset: 31%; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px solid rgba(32,52,61,.15); border-radius: 50%; color: var(--slate); background: rgba(255,255,255,.62); text-align: center; backdrop-filter: blur(5px); }
.sphere-core small { color: var(--muted); font-size: .62rem; text-transform: uppercase; }
.sphere-core strong { font-size: clamp(1.2rem, 3vw, 2.2rem); line-height: 1.05; }

.journey-section { padding: 8rem max(1.25rem, calc((100vw - 1300px)/2)); background: var(--deep); color: white; }
.journey-heading { max-width: 900px; }
.journey-heading h2, .capability-title h2, .experience-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .95; letter-spacing: -.065em; }
.journey-heading > p:last-child { max-width: 650px; color: #a9bec3; }
.case-workspace { margin-top: 4rem; display: grid; grid-template-columns: 270px 1fr; border: 1px solid rgba(255,255,255,.15); border-radius: 1.5rem; overflow: hidden; background: #1b3139; }
.case-summary { grid-row: 1 / 3; padding: 2rem; border-right: 1px solid rgba(255,255,255,.15); background: #172b33; }
.case-summary > div { padding-bottom: 2rem; }
.case-summary span { display: block; color: #89a7af; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.case-summary > div strong { font-size: 1.6rem; }
.case-summary p { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.case-summary p strong { display: block; margin-top: .3rem; font-size: .8rem; }
.stage-stepper { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,.15); }
.stage-stepper button { padding: 1.2rem; display: grid; gap: .2rem; border: 0; border-right: 1px solid rgba(255,255,255,.12); color: #8fa6ac; background: transparent; text-align: left; font-weight: 700; cursor: pointer; }
.stage-stepper button:last-child { border-right: 0; }
.stage-stepper button[aria-selected="true"] { color: var(--deep); background: var(--mint); }
.stage-stepper span { font: .58rem Consolas, monospace; }
.stage-panel { padding: clamp(1.5rem, 4vw, 3rem); display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; }
.stage-copy > p:first-child { color: var(--coral); font: .62rem Consolas, monospace; text-transform: uppercase; }
.stage-copy h3 { margin: 1rem 0; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.05em; }
.stage-copy > p:last-child { color: #a9bec3; }
.stage-panel ul { margin: 0; padding: 0; list-style: none; }
.stage-panel li { padding: 1rem; border-bottom: 1px solid rgba(255,255,255,.12); color: #a9bec3; font-size: .84rem; }
.stage-panel li::before { content: "○"; margin-right: .6rem; color: var(--coral); }
.stage-panel li.complete::before { content: "✓"; color: var(--mint); }
.stage-actions { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; }
.stage-actions button { min-height: 48px; padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; background: transparent; font-weight: 800; cursor: pointer; }
.stage-actions button:last-child { color: var(--deep); background: var(--coral); border-color: var(--coral); }
.stage-actions button:disabled { opacity: .4; cursor: not-allowed; }
.stage-status { grid-column: 1 / -1; min-height: 1.4rem; margin: 0; color: var(--mint); font-size: .78rem; }

.capabilities-section { padding: 8rem max(1.25rem, calc((100vw - 1380px)/2)); background: var(--mist); }
.capability-title { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; align-items: end; }
.capability-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.capability-grid article { min-height: 510px; padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; border-radius: 3rem 1rem 3rem 1rem; background: var(--white); }
.capability-grid article:nth-child(2) { background: var(--sky); border-radius: 1rem 3rem 1rem 3rem; }
.capability-grid article:nth-child(3) { color: white; background: var(--slate); border-radius: 1rem 3rem 1rem 3rem; }
.capability-grid article:nth-child(4) { background: var(--mint); }
.capability-grid article > span { color: var(--coral); font: .68rem Consolas, monospace; }
.capability-grid h3 { margin: 1rem 0 .5rem; font-size: 1.8rem; letter-spacing: -.04em; }
.capability-grid p { max-width: 600px; color: var(--muted); }
.capability-grid article:nth-child(3) p { color: #b7c8cc; }
.card-art { height: 190px; margin-top: auto; border: 1px solid var(--line); border-radius: 5rem; }
.intake-art { padding: 1.5rem; display: grid; gap: .7rem; }
.intake-art i { display: block; height: 1.5rem; border-radius: 999px; background: var(--mist); }
.intake-art i:nth-child(2) { width: 72%; }.intake-art i:nth-child(3) { width: 45%; background: var(--coral); }
.check-art { display: grid; place-items: center; }
.check-art i { width: 7rem; height: 7rem; display: grid; place-items: center; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font: normal 3rem Georgia, serif; }
.adjuster-art { position: relative; border-color: rgba(255,255,255,.2); }
.adjuster-art i { position: absolute; border-radius: 50%; background: var(--mint); }
.adjuster-art i:first-child { width: 6rem; height: 6rem; left: 18%; top: 24%; }.adjuster-art i:last-child { width: 4rem; height: 4rem; right: 24%; bottom: 20%; background: var(--coral); }
.settle-art { display: grid; place-items: center; color: var(--slate); font-size: 5rem; }

.experience-section { padding: 8rem max(1.25rem, calc((100vw - 1300px)/2)); background: var(--white); }
.experience-copy { max-width: 950px; }
.experience-columns { margin-top: 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.experience-columns article { padding: clamp(2rem, 5vw, 5rem); background: var(--white); }
.experience-columns span { color: var(--blue); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.experience-columns h3 { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.05; }
.experience-columns p { color: var(--muted); }

.contact-section { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--coral); }
.contact-orbit { position: relative; min-height: 560px; overflow: hidden; background: var(--slate); }
.contact-orbit::before, .contact-orbit::after, .contact-orbit span { content: ""; position: absolute; border: 1px solid rgba(190,232,244,.35); border-radius: 50%; }
.contact-orbit::before { inset: 10%; }.contact-orbit::after { inset: 27%; }.contact-orbit span { inset: 43%; background: var(--sky); }
.contact-copy { padding: clamp(3rem, 7vw, 7rem); align-self: center; }
.contact-copy .section-label { color: var(--slate); }
.contact-copy form { margin-top: 2rem; display: grid; gap: 1rem; }
.contact-copy label { font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.contact-copy input, .contact-copy select { width: 100%; min-height: 52px; margin-top: .35rem; padding: .75rem; border: 1px solid var(--slate); border-radius: .6rem; color: var(--slate); background: rgba(255,255,255,.3); }
.contact-copy button { min-height: 52px; border: 0; border-radius: 999px; color: white; background: var(--slate); font-weight: 800; cursor: pointer; }
#contact-status { min-height: 1.4rem; margin: 0; color: var(--slate); font-size: .82rem; }

.site-footer { padding: 4rem max(1.25rem, calc((100vw - 1300px)/2)); display: grid; grid-template-columns: 1fr .8fr 1.2fr auto; gap: 3rem; background: var(--white); font-size: .78rem; }
.site-footer p { color: var(--muted); }
.site-footer nav { display: grid; gap: .4rem; }
.site-footer nav a { text-decoration: none; }
.site-footer address { font-style: normal; }
.site-footer address strong { color: var(--coral); font-size: .62rem; text-transform: uppercase; }
.top-link { color: var(--slate); font-weight: 800; text-decoration: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: block; padding: .55rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; }
  .site-header nav { position: absolute; z-index: 20; top: 75px; left: 1rem; right: 1rem; padding: 1.2rem; display: none; flex-direction: column; background: var(--white); box-shadow: 0 15px 40px rgba(32,52,61,.15); }
  .site-header nav.open { display: flex; }
  .header-button { display: none; }
  .hero { grid-template-columns: 1fr; }
  .sphere-visual { width: min(90vw, 570px); }
  .case-workspace { grid-template-columns: 1fr; }
  .case-summary { grid-row: auto; border-right: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .case-summary > div, .case-summary p { margin: 0; padding: .7rem; border: 0; }
  .capability-title, .contact-section { grid-template-columns: 1fr; }
  .contact-orbit { min-height: 420px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 650px) {
  .hero { min-height: auto; }
  .hero h1 { font-size: 4.2rem; }
  .journey-section, .capabilities-section, .experience-section { padding-left: 1rem; padding-right: 1rem; }
  .case-summary { grid-template-columns: 1fr 1fr; }
  .stage-stepper { grid-template-columns: 1fr 1fr; }
  .stage-stepper button { border-bottom: 1px solid rgba(255,255,255,.12); }
  .stage-panel { grid-template-columns: 1fr; }
  .stage-actions, .stage-status { grid-column: 1; }
  .capability-grid, .experience-columns { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 440px; border-radius: 2rem !important; }
  .site-footer { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
