:root {
  --font-sans: Arial, Helvetica, sans-serif;
  --font-display: Arial, Helvetica, sans-serif;
  --ink: #132c35;
  --ink-soft: #31505a;
  --navy: #092f3a;
  --navy-deep: #06242d;
  --teal: #087f83;
  --teal-bright: #0aa2a4;
  --aqua: #a9e2dd;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --line: #d9ddd7;
  --orange: #ee7048;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans), Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 78px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: color-mix(in srgb, var(--paper) 94%, transparent); border-bottom: 1px solid rgba(19, 44, 53, .11); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; background: var(--teal); color: white; border-radius: 50%; font: 800 13px/1 var(--font-display), sans-serif; letter-spacing: -.04em; }
.brand-copy { display: grid; gap: 1px; line-height: 1.05; }
.brand-copy strong { font-family: var(--font-display), sans-serif; font-size: 15px; letter-spacing: -.02em; }
.brand-copy span { color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--teal); }
.nav-cta { justify-self: end; border-bottom: 2px solid var(--orange); padding: 8px 0 5px; font-size: 13px; font-weight: 800; }
.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; display: grid; place-items: center; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 36px; right: 0; width: 190px; padding: 10px; display: grid; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 38px rgba(9, 47, 58, .14); }
.mobile-menu nav a { padding: 11px 12px; border-radius: 8px; font-weight: 700; }
.mobile-menu nav a:hover { background: var(--cream); }

.hero { min-height: 690px; padding-block: 74px 82px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 76px; }
.hero-copy { position: relative; z-index: 1; order: 2; }
.eyebrow { margin: 0 0 21px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: var(--font-display), sans-serif; letter-spacing: -.055em; }
.hero h1 { max-width: 670px; font-size: clamp(3.4rem, 6vw, 5.8rem); line-height: .96; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lede { max-width: 590px; margin: 28px 0 0; color: var(--ink-soft); font-size: clamp(1.15rem, 2vw, 1.42rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 15px; margin-top: 35px; }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: #d95f3a; }
.button-quiet { border-color: #b8c4c2; background: transparent; }
.button-quiet:hover { background: var(--cream); }
.hero-proof { max-width: 540px; margin-top: 45px; padding-top: 23px; display: flex; gap: 15px; border-top: 1px solid var(--line); }
.hero-proof span { flex: 0 0 9px; height: 9px; margin-top: 6px; background: var(--teal-bright); border-radius: 50%; box-shadow: 0 0 0 6px rgba(10, 162, 164, .12); }
.hero-proof p { margin: 0; color: #5c7075; font-size: 13px; line-height: 1.6; }
.portrait-wrap { position: relative; min-height: 560px; order: 1; }
.portrait-accent { position: absolute; inset: 8% -7% -4% 7%; border-radius: 30px; background: var(--aqua); transform: rotate(-2.5deg); }
.portrait { position: absolute; inset: 0 auto 0 0; width: min(100%, 475px); height: 550px; object-fit: cover; object-position: 50% 38%; border-radius: 24px; filter: saturate(.94) contrast(1.02); box-shadow: 0 28px 70px rgba(9, 47, 58, .18); }
.portrait-card { position: absolute; right: -8px; bottom: -3px; width: 230px; padding: 20px 24px; display: grid; background: var(--navy); color: white; border-left: 5px solid var(--orange); box-shadow: 0 18px 40px rgba(9, 47, 58, .2); }
.portrait-card span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--aqua); }
.portrait-card strong { margin-top: 3px; font: 800 24px/1.15 var(--font-display), sans-serif; }
.portrait-card small { margin-top: 6px; color: #c9d7d8; }

.statement-band { background: var(--teal); color: white; }
.statement-inner { min-height: 150px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.statement-inner p { max-width: 760px; margin: 0; font: 650 clamp(1.2rem, 2.2vw, 1.72rem)/1.42 var(--font-display), sans-serif; letter-spacing: -.025em; }
.statement-inner span { color: rgba(255,255,255,.58); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }

.about-section { padding-block: 115px 125px; }
.section-kicker { display: flex; align-items: center; gap: 13px; margin-bottom: 43px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }
.about-grid h2 { max-width: 520px; font-size: clamp(2.5rem, 4.5vw, 4.35rem); line-height: 1.05; }
.about-copy { padding-top: 8px; }
.about-copy p { margin: 0 0 20px; color: #52686e; font-size: 16px; line-height: 1.78; }
.about-copy .lead { color: var(--ink); font: 650 21px/1.58 var(--font-display), sans-serif; letter-spacing: -.02em; }

.priorities-section { padding-block: 110px 122px; background: var(--navy); color: white; }
.section-kicker.light { color: var(--aqua); }
.section-heading { max-width: 680px; }
.section-heading h2 { font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: 1; }
.section-heading > p { margin: 23px 0 0; color: #bbcccf; font-size: 18px; line-height: 1.6; }
.priority-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.priority-card { min-height: 280px; padding: 30px 31px 34px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .2s ease; }
.priority-card:hover { background: rgba(169,226,221,.07); }
.priority-top { display: flex; align-items: start; justify-content: space-between; }
.priority-icon { width: 45px; height: 45px; display: grid; place-items: center; color: var(--aqua); border: 1px solid rgba(169,226,221,.42); border-radius: 50%; }
.priority-top small { color: #78959c; font-weight: 700; }
.priority-card h3 { margin: 43px 0 13px; font: 750 20px/1.25 var(--font-display), sans-serif; letter-spacing: -.025em; }
.priority-card p { margin: 0; color: #aec1c5; font-size: 14px; line-height: 1.7; }

.principle-section { padding-block: 105px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.principle-number { color: var(--cream); font: 800 clamp(9rem, 20vw, 16rem)/.8 var(--font-display), sans-serif; letter-spacing: -.09em; }
.principle-copy { border-left: 4px solid var(--orange); padding-left: 40px; }
.principle-copy h2 { max-width: 610px; font-size: clamp(2.6rem, 4.5vw, 4.2rem); line-height: 1.04; }
.principle-copy > p:last-child { max-width: 650px; margin: 25px 0 0; color: #52686e; font-size: 17px; line-height: 1.75; }

.contact-section { padding-block: 104px; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: start; gap: 100px; }
.contact-grid h2 { max-width: 620px; font-size: clamp(2.7rem, 4.8vw, 4.5rem); line-height: 1.04; }
.contact-grid > div:first-child > p:last-child { max-width: 570px; margin: 25px 0 0; color: #52686e; font-size: 17px; line-height: 1.7; }
.social-list { display: grid; border-top: 1px solid #bdc6c3; }
.social-list a { min-height: 75px; padding: 0 5px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #bdc6c3; font-weight: 750; transition: padding .2s ease, color .2s ease; }
.social-list a:hover { padding-inline: 12px; color: var(--teal); }
.social-list span { display: flex; align-items: center; gap: 14px; }

.site-footer { padding-block: 47px; background: var(--navy-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.brand-mark.inverse { background: white; color: var(--navy); }
.footer-brand p, .footer-domain, .footer-note { margin: 0; }
.footer-brand p { color: #b8cbce; font-size: 12px; line-height: 1.45; }
.footer-brand strong { color: white; }
.footer-domain { font: 800 15px var(--font-display), sans-serif; letter-spacing: .02em; }
.footer-note { justify-self: end; color: #819ca2; font-size: 11px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { padding-top: 60px; grid-template-columns: .85fr 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(3rem, 7vw, 4.5rem); }
  .portrait-wrap { min-height: 500px; }
  .portrait { height: 490px; }
  .portrait-card { right: -8px; }
  .about-grid { gap: 48px; }
  .priority-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { gap: 55px; }
}

@media (max-width: 680px) {
  .page-shell { width: min(100% - 32px, 1180px); }
  .site-header { min-height: 70px; padding-inline: 16px; }
  .hero { padding-block: 50px 58px; grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .portrait-wrap { order: 2; }
  .portrait-wrap { min-height: 470px; width: min(100%, 410px); margin-inline: auto; }
  .portrait { left: 0; right: auto; width: 100%; height: 460px; }
  .portrait-card { right: -4px; bottom: -5px; width: 205px; padding: 16px 19px; }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 4.35rem); }
  .hero-lede { font-size: 1.12rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .statement-inner { min-height: 178px; grid-template-columns: 1fr; gap: 0; padding-block: 35px; }
  .statement-inner span { display: none; }
  .about-section, .priorities-section, .principle-section, .contact-section { padding-block: 80px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .about-grid h2, .contact-grid h2 { font-size: 2.85rem; }
  .priority-grid { grid-template-columns: 1fr; }
  .priority-card { min-height: 245px; }
  .principle-section { grid-template-columns: 1fr; gap: 26px; }
  .principle-number { font-size: 9rem; }
  .principle-copy { padding-left: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-domain { order: -1; }
  .footer-note { justify-self: start; }
}

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