:root {
  color-scheme: light;
  --paper: #fafaf7;
  --white: #fafaf7;
  --ink: #152146;
  --body: #152146;
  --muted: rgba(21,33,70,.68);
  --line: rgba(21,33,70,.16);
  --blue: #3454d1;
  --mist: #eef3ee;
  --sky: #f3f6f4;
  --max: 1500px;
  --content: 86rem;
  --gutter: clamp(1.25rem, 4.3vw, 4.75rem);
  --space: 5rem;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: 3.125rem;
  --font-h2: 2.25rem;
  --font-h3: 1.375rem;
  --font-lead: 1.125rem;
  --font-body: 1rem;
  --font-small: .875rem;
  --font-eyebrow: .75rem;
  --font-button: 1rem;
  --lh-display: 1.1;
  --lh-heading: 1.18;
  --lh-body: 1.7;
  --lh-small: 1.55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--body); font-family: var(--sans); font-size: var(--font-body); line-height: var(--lh-body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(100%, var(--max)); margin: 0 auto; padding: 1.3rem var(--gutter); color: var(--ink); }
.wordmark { display: flex; flex-direction: column; font-size: 1rem; font-weight: 700; line-height: 1; letter-spacing: -.035em; }
.wordmark span:last-child { font-weight: 400; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 3rem); font-size: var(--font-small); font-weight: 600; }
.site-nav > a:not(.nav-cta) { border-bottom: 1px solid transparent; padding: .4rem 0; }
.site-nav > a:not(.nav-cta):hover { border-color: currentColor; }
.nav-cta { display: flex; min-width: 9.5rem; min-height: 3.25rem; align-items: center; justify-content: space-between; gap: 2rem; background: var(--ink); color: var(--white); padding: 0 1.5rem; font-size: var(--font-button); transition: background 180ms ease; }
.nav-cta:hover { background: var(--blue); }

.overline { margin: 0; color: var(--blue); font-size: var(--font-eyebrow); font-weight: 600; line-height: 1.3; letter-spacing: .06em; text-transform: uppercase; }
.button { display: flex; width: fit-content; min-width: 11.5rem; height: 3.25rem; align-items: center; justify-content: space-between; gap: 2rem; border: 0; padding: 0 1.5rem; font-size: var(--font-button); font-weight: 600; cursor: pointer; transition: background 180ms ease, color 180ms ease; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--blue); }
.button-outline { width: auto; min-width: 0; height: auto; gap: .45rem; border: 0; background: none; color: var(--ink); padding: 0; font-size: .9375rem; }
.button-outline:hover { color: var(--blue); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--sky); }
.micro-copy { margin: .8rem 0 0; color: var(--muted); font-size: var(--font-small); line-height: var(--lh-small); }
.text-cta { display: inline-flex; align-items: center; gap: .45rem; width: auto; min-width: 0; border: 0; background: none; padding: 0; color: var(--ink); font-size: .9375rem; font-weight: 600; }
.text-cta:hover { color: var(--blue); text-decoration: underline; text-underline-offset: .25rem; }

.hero { position: relative; width: min(100%, var(--max)); min-height: min(52rem, 100svh); margin: 0 auto; overflow: hidden; background: #eef3ee; }
.hero-image { position: absolute; inset: 0; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero-panel { position: absolute; top: 12%; left: var(--gutter); z-index: 2; width: min(57rem, 67vw); padding: 3rem; background: #fafaf7; }
.hero h1 { max-width: 47.5rem; margin: 1.25rem 0 2rem; color: var(--ink); font-size: var(--font-display); font-weight: 600; line-height: var(--lh-display); letter-spacing: -.035em; }
.hero-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 47.5rem; }
.hero-summary p { margin: 0; font-size: var(--font-body); font-weight: 400; line-height: var(--lh-body); }
.hero-summary p:first-child { color: var(--ink); font-size: var(--font-lead); font-weight: 400; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2rem; }

.services { padding: var(--space) var(--gutter); background: var(--white); }
.services-intro { display: grid; grid-template-columns: .4fr 1.4fr .8fr; gap: clamp(2rem, 6vw, 6rem); width: min(100%, var(--content)); margin: 0 auto 2.5rem; align-items: start; }
.services-intro h2, .experience-intro h2 { margin: -.08em 0 0; color: var(--ink); font-size: var(--font-h2); font-weight: 600; line-height: var(--lh-heading); letter-spacing: -.025em; }
.services-intro > p:last-child { margin: 0; max-width: 30rem; font-size: var(--font-lead); font-weight: 400; line-height: 1.65; }
.experience-intro > p:last-child { margin: 0; max-width: 30rem; font-size: 1.0625rem; font-weight: 400; }
.service-story { width: min(100%, var(--content)); margin: 0 auto; border-top: 1px solid var(--ink); }
.service { display: grid; grid-template-columns: minmax(9rem, .45fr) minmax(0, 1.55fr); gap: clamp(2rem, 6vw, 6rem); padding: 1.75rem 0; border-bottom: 1px solid var(--line); }
.service-number { margin: .25rem 0 0; color: var(--blue); font-size: var(--font-eyebrow); font-weight: 600; line-height: 1.3; letter-spacing: .06em; text-transform: uppercase; }
.service > div { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.service h3 { margin: 0; color: var(--ink); font-size: var(--font-h3); font-weight: 600; line-height: 1.25; letter-spacing: -.015em; }
.service div > p { margin: .25rem 0 0; max-width: 29rem; font-size: var(--font-body); }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(100%, var(--content)); margin: 2rem auto 0; }
.section-cta > p { margin: 0; color: var(--muted); }

.why { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(31rem, .98fr); width: min(100%, var(--max)); margin: 0 auto; background: var(--mist); }
.why-image { min-height: 55rem; }
.why-image img { width: 100%; height: 100%; object-fit: cover; }
.why-content { align-self: center; margin-left: clamp(-3rem, -3vw, -1rem); padding: 5rem; background: var(--paper); }
.why-content h2 { margin: 1.25rem 0 2rem; color: var(--ink); font-family: var(--sans); font-size: var(--font-h2); font-weight: 600; line-height: var(--lh-heading); letter-spacing: -.025em; }
.why-lead { margin: 0 0 .7rem; color: var(--ink); font-size: var(--font-h3); font-weight: 600; line-height: 1.25; }
.why-content > p:not(.overline):not(.why-lead):not(.cross-border-note) { max-width: 36rem; margin-top: 0; font-size: var(--font-body); }
.approach { margin-top: 2.5rem; }
.approach-item { display: grid; grid-template-columns: 2.25rem 1fr; gap: 1rem; padding: 1.75rem 0; border-top: 1px solid var(--line); }
.approach-item:last-child { border-bottom: 1px solid var(--line); }
.approach-item > span { color: var(--blue); font-size: var(--font-small); font-weight: 600; }
.approach-item h3 { margin: 0 0 .45rem; color: var(--ink); font-size: var(--font-h3); font-weight: 600; line-height: 1.25; }
.approach-item p { margin: 0; color: var(--muted); font-size: var(--font-body); }
.cross-border-note { margin: 2.5rem 0 0; color: var(--blue); font-weight: 600; }
.why-cta { margin-top: 2rem; }
.why-cta > p { margin: 0 0 1.2rem; color: var(--muted); font-size: var(--font-small); }

.experience { padding: var(--space) var(--gutter); background: var(--sky); }
.founder-editorial { display: grid; grid-template-columns: minmax(20rem, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 6vw, 6rem); width: min(100%, var(--content)); margin: 0 auto; align-items: start; }
.founder-portrait { margin: 0; }
.founder-portrait img { width: 100%; height: clamp(34rem, 43vw, 41rem); aspect-ratio: 4 / 5; object-fit: cover; object-position: center 24%; }
.founder-copy { padding-top: clamp(1rem, 5vw, 5rem); }
.founder-copy h2 { max-width: 22ch; margin: 1.25rem 0 2rem; color: var(--ink); font-size: var(--font-h2); font-weight: 600; line-height: var(--lh-heading); letter-spacing: -.025em; }
.founder-copy > p:not(.overline) { max-width: 42.5rem; margin: 0 0 1.1rem; font-size: 1.0625rem; font-weight: 400; }
.founder-signature { display: flex; flex-direction: column; margin-top: 2.5rem; color: var(--muted); font-size: var(--font-body); }
.founder-signature strong { margin-bottom: .25rem; color: var(--ink); font-size: 1.75rem; font-weight: 600; line-height: 1.25; }
.founder-signature span:last-child { font-size: .9375rem; }
.selected-experience { width: min(100%, var(--content)); margin: 3rem auto 0; padding-top: 2rem; border-top: 1px solid rgba(21,33,70,.18); }
.experience-intro { display: grid; grid-template-columns: .4fr 1.4fr .8fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; margin-bottom: 2.5rem; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(3rem, 7vw, 7rem); }
.experience-grid article { padding: 1.75rem 0; border-top: 1px solid rgba(21,33,70,.24); }
.experience-grid h3 { margin: 0 0 .45rem; color: var(--ink); font-size: 1.3125rem; font-weight: 600; line-height: 1.25; }
.experience-grid p { margin: 0; color: var(--muted); font-size: .9375rem; line-height: var(--lh-small); }
.experience-cta { margin-top: 2rem; }

.contact { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--blue); color: var(--white); }
.contact-intro, .contact-form { padding: var(--space) var(--gutter); }
.contact-intro { min-height: 43rem; }
.contact .overline { color: rgba(250,250,247,.8); }
.contact h2 { max-width: 12ch; margin: 5rem 0 2rem; font-size: var(--font-h2); font-weight: 600; line-height: var(--lh-heading); letter-spacing: -.03em; }
.contact-intro > p:not(.overline) { max-width: 35rem; font-size: var(--font-lead); }
.contact-actions { margin-top: 3rem; }
.contact-secondary { display: inline-flex; width: auto; margin-top: 1.2rem; border: 0; background: none; padding: 0; font-size: .9375rem; font-weight: 600; }
.contact-form { align-self: center; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field { margin-bottom: 2rem; }
.field label { display: block; margin-bottom: .55rem; color: rgba(255,255,255,.78); font-size: var(--font-small); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.field label span { font-weight: 500; text-transform: none; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); border-radius: 0; background: transparent; color: var(--white); padding: .55rem 0 .8rem; font-size: var(--font-body); outline: 0; resize: vertical; }
.field textarea::placeholder { color: rgba(255,255,255,.52); }
.field input:focus, .field textarea:focus { border-bottom-color: var(--white); box-shadow: 0 2px 0 var(--white); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-bottom-color: var(--white); }
.submit-button { width: 100%; }
.form-note, .form-status { margin: .9rem 0 0; color: rgba(255,255,255,.76); font-size: var(--font-small); }
.form-status:not(:empty) { color: var(--white); }
.site-footer { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 2rem; padding: 1.4rem var(--gutter); background: var(--ink); color: rgba(255,255,255,.8); font-size: var(--font-small); }
.site-footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(1rem); transition: opacity 500ms ease, transform 500ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: 55rem; }
  .hero-panel { top: 10%; width: min(57rem, 88vw); }
  .services-intro, .experience-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .service > div { grid-template-columns: 1fr; gap: 1rem; }
  .why { grid-template-columns: 1fr; }
  .why-image { min-height: 48rem; }
  .why-content { position: relative; width: min(92%, 52rem); margin: -4rem auto 0; }
  .founder-editorial { grid-template-columns: minmax(17rem, .75fr) 1fr; gap: 3rem; }
  .contact { grid-template-columns: 1fr; }
  .contact-intro { min-height: 38rem; }
}

@media (max-width: 700px) {
  :root {
    --gutter: 1.2rem;
    --space: 3.5rem;
    --font-display: 2.375rem;
    --font-h2: 1.875rem;
    --font-h3: 1.3125rem;
    --font-lead: 1.0625rem;
    --font-body: 1rem;
    --font-small: .875rem;
    --font-eyebrow: .75rem;
    --font-button: .9375rem;
  }
  .site-header { padding-top: 1rem; }
  .nav-cta { min-width: 8.2rem; min-height: 3.25rem; gap: 1rem; padding: 0 1rem; font-size: var(--font-button); }
  .hero { min-height: auto; padding-top: 18rem; }
  .hero-image { height: 22rem; }
  .hero-image::after { background: none; }
  .hero-image img { object-position: 59% center; }
  .hero-panel { position: relative; top: auto; left: auto; width: auto; margin: -8rem 1rem 1.5rem; padding: 1.5rem; }
  .hero h1 { max-width: 14ch; margin: 1rem 0 1.5rem; font-size: var(--font-display); }
  .hero-summary { grid-template-columns: 1fr; gap: 1rem; }
  .hero-summary p { font-size: var(--font-body); }
  .hero-summary p:first-child { font-size: var(--font-lead); }
  .hero-actions { display: flex; align-items: center; }
  .hero-actions { margin-top: 1.75rem; }
  .hero-actions .button-dark { width: 100%; }
  .hero-actions .button-outline { width: fit-content; }
  .services-intro h2, .experience-intro h2, .founder-copy h2 { font-size: var(--font-h2); }
  .services-intro { margin-bottom: 1.75rem; }
  .service { grid-template-columns: 1fr; gap: .85rem; padding: 1.5rem 0; }
  .service h3 { font-size: var(--font-h3); }
  .section-cta { align-items: flex-start; flex-direction: column; gap: 1rem; margin-top: 1.75rem; }
  .text-cta { width: fit-content; min-width: 0; }
  .why-image { min-height: 31rem; }
  .why-content { width: calc(100% - 2rem); margin-top: -2rem; padding: 3.5rem 1.5rem; }
  .why-content h2 { font-size: var(--font-h2); }
  .approach-item { padding: 1.5rem 0; }
  .why-cta { margin-top: 1.75rem; }
  .founder-editorial { grid-template-columns: 1fr; gap: 3.5rem; }
  .founder-portrait { width: calc(100% - 2.5rem); }
  .founder-portrait img { height: auto; }
  .founder-copy { padding-top: 0; }
  .selected-experience { margin-top: 3rem; padding-top: 1.75rem; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid article { padding: 1.5rem 0; }
  .contact-intro, .contact-form { padding-right: var(--gutter); padding-left: var(--gutter); }
  .contact-intro { min-height: auto; }
  .contact h2 { margin-top: 3.5rem; font-size: var(--font-h2); }
  .contact-actions .button { width: 100%; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { flex-wrap: wrap; }
  .site-footer p:nth-child(2) { display: none; }
}

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