﻿:root {
  --ink: #122c35;
  --ink-deep: #0a242c;
  --teal: #0e5365;
  --teal-light: #d9ebed;
  --orange: #ec723f;
  --sand: #f3efe8;
  --paper: #fbfaf7;
  --white: #fff;
  --muted: #64747a;
  --line: rgba(18,44,53,.14);
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: 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: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px,5vw,80px); background: rgba(251,250,247,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: height .3s, border-color .3s; }
.site-header.scrolled { height: 72px; border-color: var(--line); }
.brand img { width: 190px; height: 58px; object-fit: contain; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; text-decoration: none; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; color: var(--white); background: var(--ink); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); transition: .25s; }

.hero { position: relative; min-height: 800px; height: 100vh; max-height: 980px; padding: 140px clamp(24px,8vw,130px) 70px; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); align-items: center; gap: 50px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 88px 0 0 55%; z-index: -2; background: var(--teal-light); border-radius: 0 0 0 160px; }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 360px; height: 360px; right: 2%; top: 22%; border: 1px solid rgba(14,83,101,.15); }
.hero-orb-two { width: 130px; height: 130px; right: 38%; bottom: 12%; background: rgba(236,114,63,.12); }
.hero-content { max-width: 790px; }
.eyebrow { margin: 0 0 24px; color: var(--teal); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.eyebrow span { display: inline-block; width: 34px; height: 1px; margin-right: 12px; background: var(--orange); vertical-align: middle; }
.eyebrow.light { color: #b8d1d5; }
.hero h1, h2 { font-family: var(--font-display); letter-spacing: -.045em; line-height: 1.08; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(51px,6vw,91px); font-weight: 500; }
em { color: var(--teal); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 650px; margin: 28px 0 36px; color: var(--muted); font-size: clamp(17px,1.4vw,20px); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 25px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--white); background: var(--teal); }
.button-primary:hover { background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-weight: 700; border-bottom: 1px solid currentColor; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.hero-visual { position: relative; align-self: stretch; display: grid; place-items: center; }
.portrait-card { position: relative; width: min(100%,520px); height: min(72vh,650px); overflow: hidden; border-radius: 260px 260px 40px 40px; background: var(--teal); box-shadow: 0 25px 70px rgba(18,44,53,.18); }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: 82% center; }
.portrait-ring { position: absolute; width: 92%; aspect-ratio: 1; border: 1px solid rgba(14,83,101,.22); border-radius: 50%; }
.floating-note { position: absolute; left: -25px; bottom: 14%; display: flex; flex-direction: column; padding: 18px 22px; background: var(--white); box-shadow: 0 15px 50px rgba(18,44,53,.13); border-radius: 4px; }
.floating-note strong { font-family: var(--font-display); font-size: 24px; }
.floating-note span { color: var(--muted); font-size: 12px; }
.scroll-cue { position: absolute; left: clamp(24px,5vw,80px); bottom: 28px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.scroll-cue span { display: inline-block; width: 30px; height: 1px; margin-right: 10px; background: var(--orange); vertical-align: middle; }

.stats { display: grid; grid-template-columns: repeat(4,1fr); padding: 0 clamp(24px,8vw,130px); background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { display: flex; align-items: baseline; justify-content: center; gap: 12px; padding: 40px 20px; border-right: 1px solid var(--line); }
.stat:first-child { border-left: 1px solid var(--line); }
.stat strong { color: var(--teal); font: 500 clamp(36px,4vw,59px)/1 var(--font-display); }
.stat span { color: var(--muted); font-size: 14px; }

.section { padding: clamp(90px,11vw,160px) clamp(24px,8vw,130px); }
.section-label { padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section-label.light { color: #96b4ba; border-color: rgba(255,255,255,.16); }
.about-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: clamp(60px,10vw,160px); align-items: center; margin-top: 75px; }
.about h2, .portfolio h2, .journey h2 { margin: 0 0 34px; font-size: clamp(41px,5vw,72px); font-weight: 500; }
.about-copy .lead { margin: 0 0 23px; color: var(--ink); font-family: Georgia, serif; font-size: clamp(20px,2vw,27px); line-height: 1.5; }
.about-copy > p:last-child { color: var(--muted); }
.about-image { position: relative; width: 50%; margin: 0; justify-self: center; }
.about-image::before { content: ""; position: absolute; z-index: -1; inset: -12px 12px 12px -12px; background: var(--teal-light); }
.about-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about-image figcaption { display: flex; justify-content: space-between; gap: 10px; padding-top: 14px; color: var(--muted); font-size: 12px; }
.about-image figcaption span { color: var(--ink); font-weight: 700; }

.story { padding: clamp(90px,11vw,150px) clamp(24px,8vw,130px); color: var(--white); background: var(--ink-deep); }
.story-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 50px; margin: 75px 0; }
.story-heading h2 { max-width: 820px; margin: 0; font-size: clamp(42px,5.5vw,78px); font-weight: 500; }
.story-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.story-block { padding: clamp(28px,4vw,58px); background: var(--ink-deep); }
.story-number { color: var(--orange); font-size: 12px; letter-spacing: .15em; }
.story-block h3 { margin: 45px 0 18px; font: 500 clamp(22px,2vw,29px)/1.2 var(--font-display); }
.story-block p { color: #a9c0c4; font-size: 15px; }
.story-quote { max-width: 980px; margin: 90px auto 0; text-align: center; color: var(--teal-light); font: 400 clamp(29px,4vw,53px)/1.35 Georgia, serif; }

.journey-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin: 70px 0 45px; }
.journey-heading h2 { margin: 0; }
.journey-heading p { color: var(--muted); }
.timeline-button { position: relative; width: 100%; padding: 0; overflow: hidden; background: var(--white); box-shadow: 0 18px 60px rgba(18,44,53,.08); }
.timeline-button img { width: 100%; height: auto; object-fit: contain; transition: transform .45s; }

.portfolio { background: var(--sand); }
.portfolio-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; margin: 70px 0 110px; }
.portfolio-heading h2 { max-width: 800px; }
.company-list { display: flex; flex-direction: column; gap: 130px; }
.company-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px,8vw,120px); }
.company-card.reverse { grid-template-columns: 1fr 1fr; }
.company-card.reverse .company-image { order: 2; }
.company-image { position: relative; display: block; height: 280px; overflow: hidden; }
.company-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.company-image:hover img { transform: scale(1.035); }
.company-index { position: absolute; top: 0; left: 0; min-width: 64px; padding: 17px; color: var(--white); background: var(--orange); text-align: center; font-weight: 700; }
.company-copy { max-width: 480px; }
.company-type { display: inline-block; margin-bottom: 28px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.company-copy h3 { margin: 0 0 23px; font: 500 clamp(36px,4vw,60px)/1 var(--font-display); letter-spacing: -.04em; }
.company-copy p { margin-bottom: 29px; color: var(--muted); font-size: 16px; }
.company-links { display: flex; flex-wrap: wrap; gap: 24px; }

.closing { position: relative; min-height: 660px; display: grid; place-items: center; padding: 100px 24px; overflow: hidden; color: var(--white); background: var(--teal); text-align: center; }
.closing-mark { position: absolute; color: rgba(255,255,255,.035); font: 700 min(44vw,650px)/1 var(--font-display); letter-spacing: -.15em; transform: translateX(-4%); }
.closing-content { position: relative; max-width: 900px; }
.closing h2 { margin: 0 0 46px; font-size: clamp(45px,6vw,82px); font-weight: 500; }
.closing h2 em { color: var(--teal-light); }
.button-light { color: var(--ink); background: var(--white); }

footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px; padding: 32px clamp(24px,5vw,80px); background: var(--white); color: var(--muted); font-size: 12px; }
.footer-brand img { width: 145px; mix-blend-mode: multiply; }
footer address { font-style: normal; line-height: 1.7; }
footer address strong { display: block; color: var(--ink); font-size: 13px; }
footer address a { color: var(--teal); text-decoration: none; border-bottom: 1px solid currentColor; }


.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-header { height: 76px; }
  .brand img { width: 155px; }
  .main-nav { position: fixed; top: 76px; right: 0; width: min(86vw,380px); height: calc(100vh - 76px); flex-direction: column; align-items: stretch; padding: 40px 30px; background: var(--white); box-shadow: -20px 30px 50px rgba(18,44,53,.12); transform: translateX(110%); transition: transform .3s; }
  .main-nav.open { transform: none; }
  .main-nav a { padding: 13px 0; font-size: 18px; }
  .main-nav .nav-cta { padding: 15px 20px; text-align: center; }
  .menu-toggle { display: block; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { height: auto; min-height: 900px; grid-template-columns: 1fr .7fr; padding-top: 130px; }
  .portrait-card { height: 570px; }
  .story-heading, .portfolio-heading { grid-template-columns: 1fr; gap: 20px; }
  .story-columns { grid-template-columns: 1fr; }
  .story-block h3 { margin-top: 24px; }
  .company-card, .company-card.reverse { grid-template-columns: 1fr 1fr; gap: 45px; }
  .company-image { height: 260px; }
}

@media (max-width: 740px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 125px 24px 70px; }
  .hero::before { inset: auto 0 0 15%; height: 43%; border-radius: 80px 0 0; }
  .hero-content { order: 1; }
  .hero-visual { order: 2; min-height: 520px; }
  .portrait-card { width: min(90%,430px); height: 510px; }
  .floating-note { left: 2%; bottom: 7%; }
  .scroll-cue { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .stats { grid-template-columns: repeat(2,1fr); padding: 0 15px; }
  .stat { flex-direction: column; align-items: center; gap: 5px; }
  .stat:nth-child(3) { border-left: 1px solid var(--line); }
  .about-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .about-image { width: 50%; margin: 0 auto; }
  .story-heading { margin: 50px 0; }
  .story-quote { margin-top: 60px; }
  .journey-heading { grid-template-columns: 1fr; gap: 10px; margin-top: 50px; }
  .timeline-button img { width: 100%; height: auto; object-fit: contain; }
  .portfolio-heading { margin: 50px 0 70px; }
  .company-list { gap: 85px; }
  .company-card, .company-card.reverse { grid-template-columns: 1fr; }
  .company-card.reverse .company-image { order: initial; }
  .company-image { height: 230px; }
  footer { flex-direction: column; text-align: center; }
}

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