:root {
  --navy: #082d4d;
  --navy-deep: #051d31;
  --teal: #00a896;
  --teal-dark: #007f75;
  --gold: #d9ad3a;
  --ice: #eef6f7;
  --white: #ffffff;
  --ink: #112636;
  --muted: #5e6c76;
  --line: #dbe5e7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(8,45,77,.1); }
.nav-wrap { max-width: 1240px; margin: 0 auto; padding: 17px 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 41px; height: 41px; background: var(--navy); display: grid; place-items: center; clip-path: polygon(50% 0, 100% 100%, 72% 100%, 50% 51%, 28% 100%, 0 100%); position: relative; }
.brand-mark::after { content: ""; width: 9px; height: 18px; background: var(--gold); clip-path: polygon(50% 0,100% 100%,0 100%); position: absolute; bottom: 4px; }
.brand-mark span { width: 7px; height: 23px; background: var(--teal); transform: rotate(-24deg); position: absolute; bottom: -2px; right: 10px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.08rem; font-style: normal; letter-spacing: .02em; }
.brand-copy strong em { font-weight: 500; font-style: normal; }
.brand-copy small { color: var(--teal-dark); margin-top: 7px; font-size: .58rem; font-weight: 700; letter-spacing: .16em; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 600; color: var(--navy); }
nav a:hover { color: var(--teal-dark); }
.nav-cta { padding: 11px 18px; color: var(--white) !important; background: var(--navy); }
.nav-cta:hover { background: var(--teal-dark); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 6px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px; }
.hero { color: var(--white); background: var(--navy-deep); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto auto; width: 43%; height: 100%; opacity: .16; background: repeating-linear-gradient(118deg,transparent 0 24px,var(--teal) 25px 27px); clip-path: polygon(44% 0,100% 0,100% 100%,0 100%); }
.hero-grid { max-width: 1240px; min-height: 620px; margin: 0 auto; padding: 105px 28px 85px; display: grid; grid-template-columns: 1.65fr .75fr; gap: 100px; align-items: center; position: relative; }
.eyebrow { margin: 0 0 20px; color: var(--teal-dark); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: #69d2c8; }
h1,h2,h3 { font-family: "Manrope", sans-serif; margin-top: 0; line-height: 1.12; }
h1 { max-width: 840px; margin-bottom: 28px; font-size: clamp(3.2rem, 6.5vw, 6.1rem); letter-spacing: -.055em; }
h1 span { color: #6ed5cb; }
.hero-lead { max-width: 670px; margin: 0; color: #ccdae2; font-size: 1.24rem; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 13px 22px; border: 0; font: 700 .94rem "DM Sans", sans-serif; text-decoration: none; cursor: pointer; transition: .2s ease; }
.button-primary { background: var(--teal); color: var(--navy-deep); }
.button-primary:hover { background: #35c6b8; transform: translateY(-2px); }
.text-link { color: var(--white); text-decoration: none; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.4); }
.hero-panel { padding: 34px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); }
.panel-rule { width: 48px; height: 4px; margin-bottom: 30px; background: var(--gold); }
.hero-panel > p { font-family: "Manrope", sans-serif; font-size: 1.65rem; font-weight: 700; line-height: 1.3; }
.hero-panel ul { list-style: none; margin: 30px 0 0; padding: 0; }
.hero-panel li { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.17); font-weight: 600; }
.hero-panel li span { display: inline-block; width: 40px; color: #69d2c8; font-size: .75rem; letter-spacing: .1em; }
.proof-strip { position: relative; display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); color: var(--navy); }
.proof-strip div { padding: 31px max(24px,calc((100vw - 1240px)/8)); border-right: 1px solid var(--line); }
.proof-strip strong,.proof-strip span { display: block; }
.proof-strip strong { font: 800 1.8rem "Manrope", sans-serif; }
.proof-strip span { margin-top: 4px; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.visual-reel { padding: 55px 0 65px; overflow: hidden; background: var(--white); }
.reel-heading { max-width: 1240px; margin: 0 auto 24px; padding: 0 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.reel-heading .eyebrow { margin-bottom: 5px; }
.reel-heading p:last-child { margin: 0; color: var(--muted); }
.reel-toggle { padding: 8px 12px; color: var(--navy); background: transparent; border: 1px solid var(--line); font: 700 .76rem "DM Sans",sans-serif; cursor: pointer; }
.reel-toggle:hover { border-color: var(--teal-dark); color: var(--teal-dark); }
.reel-window { overflow: hidden; }
.reel-track { width: max-content; display: flex; gap: 16px; animation: reel-scroll 38s linear infinite; }
.reel-track.paused { animation-play-state: paused; }
.reel-copy { display: contents; }
.reel-card { width: clamp(300px,38vw,560px); height: 330px; margin: 0; overflow: hidden; position: relative; background: var(--navy); }
.reel-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.reel-card:hover img { transform: scale(1.025); }
.reel-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(5,29,49,.82)); }
.reel-card figcaption { position: absolute; z-index: 1; left: 22px; bottom: 18px; color: var(--white); font: 700 .88rem "Manrope",sans-serif; letter-spacing: .03em; }
@keyframes reel-scroll { to { transform: translateX(calc(-50% - 8px)); } }
.section { max-width: 1240px; margin: 0 auto; padding: 112px 28px; }
.section-label { color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.about-grid { margin-top: 45px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
h2 { margin-bottom: 30px; color: var(--navy); font-size: clamp(2.35rem,4vw,4.1rem); letter-spacing: -.045em; }
.about-copy { padding-top: 46px; }
.about-copy p { color: var(--muted); }
.about-copy .lead { color: var(--ink); font-size: 1.28rem; line-height: 1.55; }
.name-origin { margin: 34px 0; padding: 26px 28px 28px; color: var(--white); background: var(--navy); border-top: 5px solid var(--gold); }
.name-origin .name-origin-label { margin: 0 0 20px; color: #9bded8; font: 800 .7rem "Manrope",sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.name-equation { display: grid; grid-template-columns: 1fr auto 1fr auto 1.1fr; align-items: center; gap: 15px; }
.name-source,.name-result { min-width: 0; }
.name-source strong,.name-result strong { display: block; color: var(--white); font: 700 clamp(1.05rem,1.75vw,1.42rem) "Manrope",sans-serif; letter-spacing: .035em; white-space: nowrap; }
.name-source strong span { color: var(--gold); }
.name-result strong { font-size: clamp(1.3rem,2.1vw,1.75rem); letter-spacing: .08em; }
.name-result strong span { color: var(--gold); }
.name-result strong em { color: #73d6cd; font-style: normal; }
.name-source small,.name-result small { display: block; margin-top: 5px; color: #b8cbd6; font-size: .68rem; line-height: 1.35; }
.name-symbol { color: #73d6cd; font: 300 1.45rem "Manrope",sans-serif; }
.profile-image { max-width: 430px; margin: 48px 0 0; position: relative; }
.profile-image::before { content: ""; position: absolute; width: 48px; height: 7px; top: -7px; right: 0; background: var(--gold); }
.profile-image img { width: 100%; aspect-ratio: 4/5; display: block; object-fit: cover; object-position: center 22%; filter: grayscale(1) contrast(1.03); }
.profile-image figcaption { padding: 17px 20px; color: var(--white); background: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.profile-image figcaption strong { font: 700 .95rem "Manrope",sans-serif; }
.profile-image figcaption span { color: #7fddd4; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.services { max-width: none; background: var(--ice); }
.services > * { max-width: 1184px; margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: .35fr 1fr; gap: 60px; }
.section-heading h2 { max-width: 790px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 45px; background: #cbdedf; border: 1px solid #cbdedf; }
.service-card { min-height: 380px; padding: 36px; background: var(--white); }
.service-card.featured { background: var(--navy); color: var(--white); }
.service-no { color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.featured .service-no { color: #69d2c8; }
.service-card h3 { margin: 60px 0 20px; color: var(--navy); font-size: 1.55rem; letter-spacing: -.025em; }
.service-card.featured h3 { color: var(--white); }
.service-card p { color: var(--muted); }
.service-card.featured p { color: #ccdae2; }
.service-card ul { margin: 26px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-card.featured ul { border-color: rgba(255,255,255,.2); }
.service-card li { margin: 7px 0; font-size: .88rem; font-weight: 600; }
.service-card li::before { content: "+"; margin-right: 10px; color: var(--teal); }
.projects { max-width: 1240px; }
.section-intro { max-width: 690px; color: var(--muted); font-size: 1.08rem; }
.project-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.project-card { min-height: 265px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); transition: .22s ease; }
.project-card:hover { transform: translateY(-4px); border-color: var(--teal); box-shadow: 0 18px 38px rgba(8,45,77,.09); }
.project-card > span { color: var(--teal-dark); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-card h3 { margin: 50px 0 16px; color: var(--navy); font-size: 1.25rem; letter-spacing: -.02em; }
.project-card p { margin: auto 0 0; color: var(--muted); font-size: .9rem; }
.project-capabilities { margin-top: 14px; padding: 30px; color: var(--white); background: var(--navy); display: grid; grid-template-columns: .38fr 1fr; gap: 35px; align-items: center; }
.project-capabilities p { margin: 0; color: #7fddd4; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-capabilities div { display: flex; flex-wrap: wrap; gap: 9px; }
.project-capabilities span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.23); font-size: .8rem; }
.experience { max-width: none; padding-left: max(28px,calc((100vw - 1184px)/2)); padding-right: max(28px,calc((100vw - 1184px)/2)); color: var(--white); background: var(--navy); display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.light { color: #69d2c8; }
.experience-intro h2 { color: var(--white); }
.experience-intro > p:last-child { max-width: 540px; color: #bdced8; font-size: 1.1rem; }
.experience-list { border-top: 1px solid rgba(255,255,255,.2); }
.experience-list div { padding: 24px 6px; display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.2); }
.experience-list span { font: 700 1.1rem "Manrope",sans-serif; }
.experience-list small { max-width: 270px; color: #aebfc9; font-size: .84rem; text-align: right; }
.insights { max-width: none; background: var(--ice); }
.insights > * { max-width: 1184px; margin-left: auto; margin-right: auto; }
.insight-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.insight-card { min-height: 360px; padding: 32px; display: flex; flex-direction: column; background: var(--white); border-top: 5px solid var(--navy); }
.insight-card > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.insight-card span { color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.insight-card small { flex: 0 0 auto; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.insight-card h3 { margin: 55px 0 22px; color: var(--navy); font-size: 1.45rem; letter-spacing: -.025em; }
.insight-card p { margin: auto 0 0; color: var(--muted); font-size: .92rem; }
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.contact-intro > p:not(.eyebrow) { max-width: 480px; color: var(--muted); font-size: 1.08rem; }
.contact-intro > a { display: inline-block; margin-top: 20px; color: var(--teal-dark); font-weight: 700; text-decoration: none; border-bottom: 1px solid; }
.contact-form { padding: 42px; background: var(--ice); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 21px; color: var(--navy); font-size: .84rem; font-weight: 700; }
input,select,textarea { width: 100%; margin-top: 8px; padding: 14px 2px; border: 0; border-bottom: 1px solid #aabec2; border-radius: 0; color: var(--ink); background: transparent; font: 1rem "DM Sans", sans-serif; }
textarea { resize: vertical; }
input:focus,select:focus,textarea:focus { outline: 2px solid transparent; border-bottom-color: var(--teal-dark); box-shadow: 0 2px 0 var(--teal-dark); }
.submit-button { width: 100%; margin-top: 7px; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
footer { padding: 58px max(28px,calc((100vw - 1184px)/2)); color: #b9cad4; background: var(--navy-deep); }
.footer-brand .brand-copy strong { color: var(--white); }
footer > p { margin: 35px 0; font: 600 clamp(1.5rem,3vw,2.5rem) "Manrope",sans-serif; color: var(--white); }
footer > div { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); font-size: .82rem; }
footer > div a { color: #69d2c8; text-decoration: none; }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 22px 28px 30px; align-items: stretch; flex-direction: column; gap: 20px; background: var(--white); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero-grid,.about-grid,.experience,.contact { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; padding-top: 75px; }
  .hero-panel { max-width: 520px; }
  .proof-strip { grid-template-columns: repeat(2,1fr); }
  .about-grid,.experience,.contact { gap: 45px; }
  .about-copy { padding-top: 0; }
  .name-equation { grid-template-columns: 1fr auto 1fr; }
  .name-equation .name-symbol:nth-of-type(2) { display: none; }
  .name-result { grid-column: 1 / -1; margin-top: 4px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); }
  .section-heading { grid-template-columns: 1fr; gap: 35px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 0; }
  .project-capabilities { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 620px) {
  .nav-wrap { padding: 14px 18px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy strong { font-size: .92rem; }
  .brand-copy small { font-size: .48rem; }
  .hero-grid { min-height: auto; padding: 70px 20px; }
  h1 { font-size: clamp(2.8rem,14vw,4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .reel-heading { padding: 0 20px; align-items: flex-start; flex-direction: column; gap: 14px; }
  .reel-card { width: 82vw; height: 265px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { padding: 22px 20px; border-bottom: 1px solid var(--line); }
  .section { padding: 80px 20px; }
  .name-origin { padding: 22px 20px 24px; }
  .name-equation { gap: 10px; }
  .service-grid { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 230px; }
  .service-card { min-height: 0; }
  .experience { padding-left: 20px; padding-right: 20px; }
  .experience-list div { flex-direction: column; gap: 8px; }
  .experience-list small { max-width: none; text-align: left; }
  .contact-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { padding: 50px 20px; }
  footer > div { flex-direction: column; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reel-track { animation: none; }
  .reel-window { overflow-x: auto; scroll-snap-type: x mandatory; }
  .reel-card { scroll-snap-align: start; }
}
