:root {
  --navy: #1a3266;
  --navy-deep: #0b1d42;
  --turquoise: #09a7a4;
  --aqua: #a7d6d9;
  --mist: #f3f7f8;
  --ink: #202938;
  --muted: #657084;
  --line: #dce5e8;
  --white: #ffffff;
}

.su-site, .su-site * { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.su-site { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-inter), Inter, Arial, sans-serif; }
.su-site a { color: inherit; text-decoration: none; }
.su-site button, .su-site a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky; top: 0; z-index: 50; height: 88px; padding: 0 clamp(24px, 5vw, 78px);
  display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(26,50,102,.1); backdrop-filter: blur(14px);
}
.brand { width: 238px; display: block; }
.brand img { width: 100%; height: auto; display: block; }
.nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 38px); font-size: 13px; font-weight: 650; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--turquoise); transition: width .25s; }
.nav > a:hover::after { width: 100%; }
.nav-cta { padding: 13px 18px; background: var(--navy); color: white; border-radius: 4px; }
.nav-cta span { color: var(--turquoise); margin-left: 10px; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: none; padding: 10px; }
.menu-button span { display: block; height: 2px; background: var(--navy); margin: 7px 0; }

.hero { min-height: calc(100vh - 88px); padding: clamp(68px, 8vw, 125px) clamp(24px, 7vw, 110px) 80px; display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(48px, 7vw, 118px); align-items: center; overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(9,167,164,.1), transparent 29%), linear-gradient(180deg,#fff,#fbfdfd); }
.eyebrow, .section-kicker { font-size: 11px; font-weight: 750; letter-spacing: .19em; color: var(--turquoise); text-transform: uppercase; }
.hero h1, .section h2, .audience-section h2, .projects-section h2, .about-section h2, .contact-section h2 { font-family: var(--font-montserrat), Montserrat, Arial, sans-serif; }
.hero h1 { margin: 25px 0 25px; color: var(--navy-deep); font-size: clamp(54px, 6.6vw, 102px); line-height: .92; letter-spacing: -.065em; font-weight: 710; }
.hero h1 em, .audience-section h2 em, .projects-section h2 em, .contact-section h2 em { color: var(--turquoise); font-style: normal; }
.hero-lead { max-width: 650px; color: #536073; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 210px; padding: 18px 21px; font-size: 13px; font-weight: 750; border-radius: 3px; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--navy); color: white; }
.button.primary span { color: var(--turquoise); font-size: 18px; }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--aqua); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 12px; color: var(--turquoise); }

.hero-portrait { position: relative; width: min(100%, 505px); justify-self: end; padding: 0 20px 34px 0; }
.portrait-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--navy-deep); box-shadow: 0 34px 75px rgba(11,29,66,.2); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(11,29,66,0) 56%,rgba(11,29,66,.56) 100%); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 5%; filter: saturate(.78) contrast(1.03); }
.portrait-card { position: absolute; left: -40px; bottom: 0; width: min(270px, 66%); padding: 22px 24px; color: white; background: var(--navy-deep); box-shadow: 0 18px 45px rgba(11,29,66,.18); }
.portrait-card span { display: block; margin-bottom: 12px; color: var(--turquoise); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.portrait-card strong { font: 620 14px/1.55 var(--font-montserrat), sans-serif; }
.portrait-accent { position: absolute; z-index: -1; right: 0; top: -20px; width: 44%; height: 52%; border: 1px solid var(--aqua); border-left: 0; }
.portrait-accent::after { content: ""; position: absolute; right: -1px; bottom: -1px; width: 34px; height: 34px; background: var(--turquoise); }

.proof-strip { background: var(--navy); color: white; display: grid; grid-template-columns: repeat(4,1fr); padding: 0 clamp(24px,6vw,96px); }
.proof-strip div { min-height: 130px; padding: 31px 27px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.14); }
.proof-strip div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.proof-strip strong { font: 650 27px/1 var(--font-montserrat), sans-serif; color: var(--aqua); }
.proof-strip span { margin-top: 11px; max-width: 200px; font-size: 11px; line-height: 1.45; letter-spacing: .04em; color: rgba(255,255,255,.72); }

.section { padding: 115px clamp(24px,7vw,110px); }
.section-kicker { display: flex; align-items: center; gap: 13px; }
.section-kicker span { color: var(--navy); }
.section-kicker::after { content: ""; width: 44px; height: 1px; background: var(--aqua); }
.section-kicker.light span { color: var(--aqua); }
.section-heading { display: grid; grid-template-columns: 1.5fr .65fr; gap: 9vw; align-items: end; margin: 40px 0 60px; }
.section-heading h2, .approach h2 { margin: 0; color: var(--navy-deep); font-size: clamp(39px,4.2vw,68px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 455px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: background .25s, transform .25s; }
.service-card:hover { background: var(--mist); transform: translateY(-4px); }
.card-no { color: var(--turquoise); font: 700 11px/1 var(--font-montserrat), sans-serif; }
.service-mark { width: 54px; height: 54px; margin: 44px 0 28px; border: 8px solid var(--navy); border-top-color: var(--turquoise); border-radius: 50% 50% 4px 50%; transform: rotate(12deg); }
.service-card:nth-child(2) .service-mark { border-radius: 3px 50% 50%; transform: rotate(45deg); }
.service-card:nth-child(3) .service-mark { border-radius: 50%; border-right-color: var(--turquoise); }
.service-card h3 { margin: 0; color: var(--navy-deep); font: 690 25px/1.2 var(--font-montserrat), sans-serif; letter-spacing: -.025em; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.72; }
.service-card ul { display: flex; gap: 7px; flex-wrap: wrap; padding: 0; margin: 8px 0 28px; list-style: none; }
.service-card li { padding: 7px 9px; background: #eef4f5; color: #556477; font-size: 10px; }
.service-card a { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 750; }
.service-card a span { float: right; color: var(--turquoise); }

.audience-section { background: var(--navy-deep); color: white; display: grid; grid-template-columns: .82fr 1.18fr; padding: 115px clamp(24px,7vw,110px); gap: 10vw; }
.audience-intro h2 { margin: 43px 0 24px; font-size: clamp(42px,4.5vw,70px); line-height: 1.04; letter-spacing: -.05em; }
.audience-intro > p { color: rgba(255,255,255,.6); max-width: 520px; font-size: 16px; line-height: 1.75; }
.audience-list article { min-height: 132px; display: grid; grid-template-columns: 45px 1fr 32px; align-items: center; gap: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.audience-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.audience-list article > span { align-self: start; margin-top: 38px; color: var(--turquoise); font-size: 10px; }
.audience-list h3 { margin: 0 0 8px; font: 620 21px/1.2 var(--font-montserrat), sans-serif; }
.audience-list p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.55; }
.audience-list b { color: var(--turquoise); font-size: 18px; }

.approach { background: var(--mist); }
.approach-title { display: grid; grid-template-columns: 1fr .72fr; gap: 10vw; margin: 43px 0 72px; align-items: end; }
.approach blockquote { margin: 0; padding-left: 25px; border-left: 3px solid var(--turquoise); color: #596578; font-size: 18px; line-height: 1.65; }
.method-line { display: grid; grid-template-columns: repeat(5,1fr); position: relative; }
.method-line::before { content: ""; position: absolute; left: 5%; right: 5%; top: 17px; height: 1px; background: #c9d7db; }
.method-line div { position: relative; text-align: center; }
.method-line span { display: grid; place-items: center; width: 35px; height: 35px; margin: 0 auto 18px; border: 1px solid var(--aqua); border-radius: 50%; background: var(--mist); color: var(--turquoise); font-size: 9px; font-weight: 800; }
.method-line b { color: var(--navy); font-size: 12px; letter-spacing: .05em; }

.projects-section { padding: 115px clamp(24px,7vw,110px); display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.projects-head { position: sticky; top: 125px; align-self: start; }
.projects-head h2 { margin: 44px 0 27px; color: var(--navy-deep); font-size: clamp(40px,4.5vw,70px); line-height: 1.04; letter-spacing: -.05em; }
.projects-head p { max-width: 490px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.project-list article { display: grid; grid-template-columns: 50px 1fr auto; gap: 28px; padding: 34px 0; border-top: 1px solid var(--line); }
.project-index { color: var(--turquoise); font-size: 10px; font-weight: 800; }
.project-body > span { color: var(--turquoise); font-size: 9px; letter-spacing: .14em; }
.project-body h3 { margin: 11px 0; color: var(--navy); font: 650 23px/1.25 var(--font-montserrat), sans-serif; }
.project-body p { margin: 0; max-width: 620px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.project-list article > strong { align-self: center; min-width: 100px; text-align: right; color: var(--navy); font-size: 13px; }
.program-cloud { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 28px; border-top: 1px solid var(--line); }
.program-cloud span { padding: 10px 12px; background: var(--mist); color: #627081; font-size: 9px; letter-spacing: .08em; }

.about-section { background: #eef4f5; padding: 0 clamp(24px,7vw,110px); display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; align-items: stretch; }
.about-visual { min-height: 700px; position: relative; display: grid; place-items: center; background: var(--navy); overflow: hidden; }
.about-visual::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035),0 0 0 110px rgba(255,255,255,.025); }
.about-mark { position: relative; color: white; font: 720 clamp(90px,13vw,190px)/1 var(--font-montserrat), sans-serif; letter-spacing: -.12em; }
.about-mark::after { content: ""; position: absolute; left: 46%; top: 47%; width: 35%; height: 16%; background: var(--turquoise); border-radius: 50%; transform: rotate(36deg); mix-blend-mode: screen; }
.about-visual > span { position: absolute; left: 35px; bottom: 28px; color: var(--aqua); font-size: 9px; letter-spacing: .2em; }
.about-copy { padding: 100px 0; align-self: center; }
.about-copy h2 { margin: 42px 0 28px; color: var(--navy-deep); font-size: clamp(42px,4.5vw,68px); line-height: 1.04; letter-spacing: -.05em; }
.about-copy > p { max-width: 690px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.about-copy .about-lead { color: var(--ink); font-size: 18px; }
.about-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 35px 0; background: #ccd9dc; border: 1px solid #ccd9dc; }
.about-facts div { background: #eef4f5; padding: 20px 14px; }
.about-facts b { display: block; color: var(--navy); font: 700 12px/1.2 var(--font-montserrat), sans-serif; }
.about-facts span { display: block; margin-top: 6px; color: #6d7889; font-size: 9px; line-height: 1.4; }
.text-link.dark { color: var(--navy); }

.contact-section { position: relative; overflow: hidden; padding: 120px clamp(24px,9vw,145px); background: var(--navy-deep); color: white; }
.contact-section h2 { position: relative; margin: 42px 0 27px; font-size: clamp(48px,6.8vw,102px); line-height: .98; letter-spacing: -.06em; }
.contact-section > p { position: relative; max-width: 650px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.7; }
.contact-actions { position: relative; display: flex; gap: 35px; align-items: center; margin-top: 45px; }
.button.white { background: white; color: var(--navy-deep); }
.button.white span { color: var(--turquoise); }
.contact-link { padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 13px; font-weight: 700; }
.contact-link span { color: var(--turquoise); margin-left: 12px; }
.contact-orbit { position: absolute; right: -9%; top: -23%; width: 55vw; aspect-ratio: 1; border: 1px solid rgba(167,214,217,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(167,214,217,.025),0 0 0 180px rgba(167,214,217,.018); }

.su-site footer { min-height: 170px; padding: 48px clamp(24px,7vw,110px); display: flex; align-items: center; justify-content: space-between; background: #07152f; color: white; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand > b { color: var(--turquoise); font: 750 40px/1 var(--font-montserrat), sans-serif; letter-spacing: -.1em; }
.footer-brand > span { font: 600 18px/1.3 var(--font-montserrat), sans-serif; letter-spacing: .12em; }
.footer-brand small { display: block; margin-top: 5px; color: rgba(255,255,255,.44); font: 500 7px/1.5 var(--font-inter), sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.footer-meta { display: flex; gap: 40px; color: rgba(255,255,255,.43); font-size: 10px; }

@media (max-width: 1050px) {
  .nav { gap: 15px; }.nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr .72fr; gap: 50px; }.hero h1 { font-size: clamp(53px,7vw,76px); }
  .service-card { padding: 25px; }.projects-section { grid-template-columns: 1fr; }.projects-head { position: static; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }.brand { width: 190px; }
  .menu-button { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 22px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }.nav > a:not(.nav-cta) { display: block; padding: 10px 0; }.nav-cta { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 70px 22px 55px; }.hero h1 { font-size: clamp(49px,15vw,70px); }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }.hero-portrait { width: 92%; margin-top: 28px; padding-right: 13px; }.portrait-card { left: -10px; }.portrait-accent { right: 0; }
  .proof-strip { grid-template-columns: 1fr 1fr; padding: 0 18px; }.proof-strip div { min-height: 110px; padding: 24px 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .section, .audience-section, .projects-section { padding: 82px 22px; }
  .section-heading, .approach-title { grid-template-columns: 1fr; gap: 28px; margin-bottom: 42px; }.section-heading h2,.approach h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 420px; }
  .audience-section { grid-template-columns: 1fr; gap: 45px; }.audience-list article { grid-template-columns: 36px 1fr 20px; gap: 12px; }
  .method-line { grid-template-columns: 1fr; gap: 0; }.method-line::before { top: 0; bottom: 0; left: 17px; width: 1px; height: auto; }.method-line div { display: flex; align-items: center; gap: 20px; text-align: left; }.method-line span { margin: 0 0 0; flex: 0 0 35px; }.method-line div + div { margin-top: 19px; }
  .project-list article { grid-template-columns: 34px 1fr; gap: 12px; }.project-list article > strong { grid-column: 2; text-align: left; }
  .about-section { padding: 0 22px; grid-template-columns: 1fr; gap: 0; }.about-visual { min-height: 420px; }.about-copy { padding: 75px 0; }.about-facts { grid-template-columns: 1fr; }
  .contact-section { padding: 85px 22px; }.contact-section h2 { font-size: 48px; }.contact-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  footer { align-items: flex-start; flex-direction: column; gap: 35px; }.footer-meta { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
