
:root {
  --ivory: #f4f0e8;
  --paper: #fbf9f4;
  --navy: #071d2b;
  --teal: #0d8c83;
  --stone: #c8c0b3;
  --ink: #122b37;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.progress { position: fixed; z-index: 100; top: 0; left: 0; height: 3px; background: var(--teal); transition: width .1s linear; }
.nav { height: 84px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; background: rgba(244,240,232,.94); border-bottom: 1px solid rgba(7,29,43,.12); position: sticky; top: 0; z-index: 80; backdrop-filter: blur(14px); }
.brand img { width: 172px; height: 48px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.nav-links > a:not(.nav-cta) { padding: 30px 0; border-bottom: 2px solid transparent; }
.nav-links > a:hover { color: var(--teal); border-color: var(--teal); }
.nav-cta { background: var(--navy); color: white; padding: 15px 20px; }
.menu-button { display: none; border: 0; background: none; width: 44px; padding: 10px; }
.menu-button span:not(.sr-only) { height: 1px; margin: 6px 0; display: block; background: var(--navy); }
.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 46% 54%; }
.hero-copy { padding: 8vh 5vw 5vh 6vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-label { color: var(--teal); text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 700; }
.hero h1, .display { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .94; margin: 28px 0; }
.hero h1 { font-size: clamp(64px, 6.6vw, 118px); max-width: 760px; }
em { color: var(--teal); font-weight: 400; }
.hero-intro { font-size: clamp(17px, 1.3vw, 21px); line-height: 1.6; max-width: 610px; color: #465c65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.button { padding: 17px 23px; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 28px; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--navy); color: white; }
.button-dark:hover { background: var(--teal); }
.text-link { font-size: 12px; font-weight: 700; letter-spacing: .06em; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { margin-left: 10px; }
.hero-foot { display: flex; gap: 14px; align-items: center; margin-top: auto; padding-top: 45px; color: #64747b; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.hero-foot i { height: 1px; width: 25px; background: var(--stone); }
.hero-visual { position: relative; min-height: 680px; overflow: hidden; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(7,29,43,.56)); }
.folio { position: absolute; z-index: 2; top: 32px; right: 35px; color: white; display: flex; align-items: baseline; gap: 5px; }
.folio b { font-family: var(--serif); font-size: 34px; font-weight: 400; }
.folio span { font-size: 11px; opacity: .7; }
.image-note { position: absolute; z-index: 2; bottom: 28px; left: 30px; color: white; font-family: var(--serif); font-size: 18px; font-style: italic; }
.section-pad { padding: 120px 7vw; }
.section-label { display: flex; gap: 22px; align-items: center; }
.section-label span { border: 1px solid currentColor; width: 33px; height: 33px; border-radius: 50%; display: grid; place-items: center; font-size: 9px; }
.section-label.light, .eyebrow.light, .text-link.light { color: #7bd4cb; }
.belief { background: var(--paper); }
.belief-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 10vw; margin: 70px 0 85px; }
.display { font-size: clamp(52px, 6vw, 96px); }
.belief .display { margin: 0; }
.belief-copy p { color: #586b73; line-height: 1.75; font-size: 15px; }
.belief-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 25px; line-height: 1.45; margin-top: 0; }
.statement { border-top: 1px solid var(--stone); margin-top: 45px; padding-top: 20px; display: grid; grid-template-columns: 100px 1fr; gap: 24px; }
.statement span { color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.statement strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.wide-image { position: relative; height: min(64vw, 760px); overflow: hidden; }
.wide-image img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; left: 30px; right: 30px; bottom: 25px; background: rgba(251,249,244,.9); padding: 18px 22px; display: flex; justify-content: space-between; backdrop-filter: blur(8px); }
.image-caption span { color: var(--teal); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.image-caption b { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.services { background: var(--navy); color: white; }
.services-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; margin: 50px 0 75px; }
.services-heading .display { margin: 0; }
.services-heading > p { color: #aebcc1; line-height: 1.75; }
.service-row { border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 60px 1fr 1fr 30px; gap: 30px; padding: 30px 0; align-items: center; }
.service-row:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.service-number { color: #7bd4cb; font-size: 11px; }
.service-row h3 { font-family: var(--serif); font-size: clamp(28px, 3vw, 45px); margin: 0 0 7px; font-weight: 400; }
.service-strap { color: #7bd4cb !important; text-transform: uppercase; letter-spacing: .12em; font-size: 10px !important; }
.service-row p { color: #aebcc1; line-height: 1.65; font-size: 14px; margin: 0; }
.service-arrow { font-size: 25px; transition: transform .2s; }
.service-row:hover .service-arrow { transform: translate(4px,-4px); color: #7bd4cb; }
.leadership { background: var(--ivory); }
.leadership-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; margin: 45px 0 90px; }
.leadership-intro h2 { margin: 0; }
.leadership-intro > p { color: #586b73; line-height: 1.7; }
.leader { display: grid; grid-template-columns: 1fr 1.12fr; min-height: 590px; margin-bottom: 3px; }
.leader-two { grid-template-columns: 1.12fr 1fr; }
.portrait { overflow: hidden; background: #dad3c7; min-height: 560px; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.86); transition: transform .7s; }
.leader:hover .portrait img { transform: scale(1.02); }
.leader-copy { padding: 65px 6vw; background: var(--paper); display: flex; flex-direction: column; justify-content: center; }
.leader-copy .role { color: var(--teal); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; }
.leader-copy h3 { font-family: var(--serif); font-size: clamp(42px, 4.5vw, 70px); font-weight: 400; line-height: 1; margin: 15px 0 25px; }
.leader-copy > p:not(.role) { color: #586b73; font-size: 14px; line-height: 1.75; }
.leader-stats { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--stone); display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 14px; align-items: center; }
.leader-stats strong { color: var(--teal); font-family: var(--serif); font-size: 45px; font-weight: 400; }
.leader-stats span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #64747b; }
.quote { margin-top: 25px; border-left: 2px solid var(--teal); padding: 3px 0 3px 25px; font-family: var(--serif); font-size: 21px; line-height: 1.45; font-style: italic; }
.experience { background: #0a2431; color: white; overflow: hidden; }
.experience-copy { display: grid; grid-template-columns: 1fr 2.1fr 1fr; gap: 5vw; align-items: start; padding-bottom: 85px; }
.experience-copy h2 { margin: 0; }
.experience-copy > p { color: #aebcc1; line-height: 1.75; }
.logo-strip { background: white; padding: 24px 0; overflow: hidden; }
.logo-track { display: flex; width: max-content; align-items: center; animation: marquee 38s linear infinite; }
.logo-track img { width: 145px; height: 60px; margin: 0 28px; object-fit: contain; filter: grayscale(1); opacity: .75; }
@keyframes marquee { to { transform: translateX(-50%); } }
.projects { padding-top: 100px; }
.project-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 35px; }
.project-head > p:last-child { color: #aebcc1; font-size: 13px; }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 16px; height: 780px; }
.project { margin: 0; position: relative; overflow: hidden; }
.project-tall { grid-row: 1 / 3; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.project:hover img { transform: scale(1.03); }
.project::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,29,43,.85)); }
.project figcaption { position: absolute; z-index: 2; bottom: 22px; left: 24px; right: 24px; display: flex; gap: 18px; align-items: center; }
.project figcaption span { color: #7bd4cb; font-size: 10px; }
.project figcaption b { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.journey { background: var(--paper); }
.journey-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 9vw; margin: 55px 0 80px; }
.journey-grid h2 { margin: 0; }
.steps { border-top: 1px solid var(--stone); }
.step { padding: 20px 0; border-bottom: 1px solid var(--stone); display: grid; grid-template-columns: 55px 1fr; align-items: center; }
.step span { color: var(--teal); font-size: 10px; }
.step strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.team-image { height: min(57vw, 720px); position: relative; overflow: hidden; }
.team-image img { width: 100%; height: 100%; object-fit: cover; }
.team-image p { position: absolute; left: 0; bottom: 0; margin: 0; background: var(--teal); color: white; padding: 22px 30px; font-family: var(--serif); font-size: 20px; }
.closing { background: var(--navy); color: white; min-height: 92vh; padding: 130px 7vw 40px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.closing-mark { position: absolute; right: -2vw; top: -6vw; font-family: var(--serif); font-size: 33vw; line-height: 1; color: rgba(255,255,255,.025); pointer-events: none; }
.closing .display { font-size: clamp(60px, 9vw, 145px); max-width: 1050px; margin: 35px 0 50px; position: relative; }
.closing-actions { display: flex; align-items: center; gap: 35px; }
.button-light { background: var(--ivory); color: var(--navy); }
.button-light:hover { background: #7bd4cb; }
footer { margin-top: auto; padding-top: 100px; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; }
footer img { width: 180px; background: white; padding: 7px; }
footer div { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
footer p { text-align: right; text-transform: uppercase; letter-spacing: .15em; color: #7bd4cb; font-size: 10px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav { height: 72px; }
  .menu-button { display: block; }
  .nav-links { position: fixed; top: 72px; left: 0; right: 0; background: var(--ivory); padding: 30px 7vw 40px; flex-direction: column; align-items: stretch; transform: translateY(-130%); opacity: 0; transition: .3s; border-bottom: 1px solid var(--stone); }
  .nav-links.open { transform: none; opacity: 1; }
  .nav-links > a:not(.nav-cta) { padding: 10px 0; }
  .nav-cta { text-align: center; margin-top: 10px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 77vh; padding: 11vh 7vw 6vh; }
  .hero-visual { min-height: 62vh; }
  .belief-grid, .services-heading, .leadership-intro, .experience-copy, .journey-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-row { grid-template-columns: 40px 1fr 30px; }
  .service-row > p { grid-column: 2 / 4; }
  .leader, .leader-two { grid-template-columns: 1fr; }
  .leader-two .portrait { order: -1; }
  .experience-copy { padding-bottom: 70px; }
  .project-grid { height: auto; grid-template-columns: 1fr; grid-template-rows: 65vh 45vh 45vh; }
  .project-tall { grid-row: auto; }
}

@media (max-width: 600px) {
  .brand img { width: 145px; }
  .section-pad { padding: 85px 6vw; }
  .hero h1 { font-size: clamp(56px, 18vw, 78px); }
  .hero-actions, .closing-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 52vh; }
  .belief-grid { margin: 45px 0 60px; }
  .wide-image { height: 68vh; }
  .image-caption { left: 12px; right: 12px; bottom: 12px; flex-direction: column; gap: 6px; }
  .service-row { gap: 14px; }
  .service-row h3 { font-size: 29px; }
  .leader-copy { padding: 45px 7vw; }
  .portrait { min-height: 430px; }
  .leader-stats { grid-template-columns: auto 1fr; }
  .project-head { display: block; }
  .team-image { height: 65vh; }
  .team-image p { right: 0; font-size: 16px; }
  .closing { min-height: 100vh; padding-top: 100px; }
  footer { grid-template-columns: 1fr; gap: 28px; }
  footer p { text-align: left; }
}

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