@font-face { font-family: "Raleway"; src: url("/fonts/Raleway-Light.otf") format("opentype"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("/fonts/Raleway-Regular.otf") format("opentype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("/fonts/Raleway-SemiBold.otf") format("opentype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/fonts/Inter-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/fonts/Inter-SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }

:root {
  --orange: #f06424;
  --navy: #111827;
  --graphite: #34383d;
  --muted: #747a80;
  --line: #d8dadd;
  --paper: #ffffff;
  --soft: #f5f5f3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--navy);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
::selection { background: var(--orange); color: #fff; }

.site-header {
  height: 96px;
  padding: 0 clamp(24px, 5.5vw, 88px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand > img { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; gap: 4px; }
.brand-copy strong { font-family: "Raleway", sans-serif; font-size: 16px; font-weight: 600; letter-spacing: .17em; }
.brand-copy small { color: var(--orange); font-family: "Raleway", sans-serif; font-size: 7px; font-weight: 600; letter-spacing: .17em; }
nav { display: flex; align-items: center; gap: 42px; font-size: 12px; }
nav a { color: var(--graphite); transition: color .2s ease; }
nav a:hover { color: var(--orange); }
.nav-cta { justify-self: end; display: flex; align-items: center; gap: 18px; padding: 13px 0; border-bottom: 2px solid var(--orange); font-size: 12px; font-weight: 600; }

.hero {
  min-height: calc(100svh - 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, .75fr);
  border-bottom: 1px solid var(--line);
}
.hero-copy { padding: clamp(75px, 10vh, 130px) clamp(30px, 7vw, 112px) 70px; display: flex; flex-direction: column; justify-content: center; }
.kicker, .section-label { margin: 0; color: var(--muted); font: 600 10px/1.3 "Raleway", sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.kicker span { color: var(--orange); margin-right: 8px; }
.hero h1 { margin: 42px 0 36px; max-width: 1050px; font: 300 clamp(68px, 8.8vw, 148px)/.88 "Raleway", sans-serif; letter-spacing: -.055em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 640px; margin: 0; color: var(--graphite); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 50px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-width: 250px; padding: 19px 22px; font-size: 12px; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease; }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(240,100,36,.23); }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--graphite); font-size: 12px; }
.text-link span { margin-left: 12px; color: var(--orange); }
.hero-visual { position: relative; min-height: 600px; padding: 34px; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: var(--soft); background-image: linear-gradient(rgba(17,24,39,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(17,24,39,.055) 1px, transparent 1px); background-size: 44px 44px; border-left: 1px solid var(--line); }
.hero-visual::after { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(240,100,36,.3); border-radius: 50%; }
.hero-visual > img { position: relative; z-index: 2; width: min(420px, 78%); mix-blend-mode: multiply; }
.visual-label, .visual-year { position: absolute; z-index: 3; font: 600 9px "Raleway", sans-serif; letter-spacing: .2em; }
.visual-label { top: 34px; left: 34px; color: var(--orange); }
.visual-year { bottom: 34px; right: 34px; color: var(--muted); }
.hero-visual p { position: absolute; z-index: 3; left: 34px; bottom: 34px; margin: 0; font: 600 12px/1.3 "Raleway", sans-serif; letter-spacing: .18em; }

.section-pad { padding: 130px clamp(24px, 7vw, 112px); }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 50px; }
.intro > div { max-width: 1050px; }
.intro h2, .services h2, .approach h2, .contact h2 { margin: 0; font: 300 clamp(48px, 6.6vw, 104px)/.98 "Raleway", sans-serif; letter-spacing: -.045em; }
.intro > div > p { max-width: 720px; margin: 40px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }

.services { color: white; background: var(--navy); }
.section-topline { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.16); }
.section-label-light { color: #a6aab0; }
.section-topline > p:last-child { margin: 0; color: #a6aab0; font-size: 12px; }
.services-heading { padding: 75px 0 90px; }
.services h2 em { color: var(--orange); font-style: normal; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.service-card { min-height: 400px; padding: 38px; display: grid; grid-template-columns: 1fr auto; align-content: start; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease; }
.service-card:hover { background: rgba(255,255,255,.035); }
.service-id { justify-self: end; color: var(--orange); font: 600 10px "Raleway", sans-serif; letter-spacing: .16em; }
.service-card h3 { grid-column: 1 / -1; margin: 78px 0 22px; font: 400 clamp(29px, 3vw, 47px)/1.05 "Raleway", sans-serif; letter-spacing: -.025em; }
.service-card p { grid-column: 1 / -1; max-width: 510px; margin: 0; color: #aeb2b7; font-size: 15px; line-height: 1.65; }
.service-card ul { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; margin: 34px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); color: #c9ccd0; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.statement { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 760px; }
.statement-mark { display: grid; place-items: center; padding: 60px; overflow: hidden; background: var(--orange); }
.statement-mark img { width: min(470px, 85%); mix-blend-mode: multiply; filter: grayscale(1) contrast(10); opacity: .92; }
.statement-copy { padding: 110px clamp(30px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
blockquote { margin: 45px 0 70px; max-width: 850px; font: 300 clamp(37px, 4.7vw, 72px)/1.08 "Raleway", sans-serif; letter-spacing: -.035em; }
.statement-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-top: 30px; border-top: 1px solid var(--line); }
.statement-points p { margin: 0; display: flex; flex-direction: column; gap: 12px; }
.statement-points strong { color: var(--orange); font: 600 10px "Raleway", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.statement-points span { color: var(--muted); font-size: 12px; line-height: 1.55; }

.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: var(--soft); }
.approach-heading h2 { margin-top: 35px; }
.approach-heading > p:last-child { max-width: 430px; margin: 35px 0 0; color: var(--muted); line-height: 1.6; }
.phase-list { border-top: 1px solid var(--line); }
.phase { display: grid; grid-template-columns: 55px 1fr; padding: 34px 0; border-bottom: 1px solid var(--line); }
.phase > span { color: var(--orange); font: 600 10px "Raleway", sans-serif; }
.phase h3 { margin: 0; font: 400 27px "Raleway", sans-serif; }
.phase p { grid-column: 2; max-width: 420px; margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.expertise { color: white; background: var(--graphite); }
.expertise-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.expertise-list span { padding: 34px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); font: 300 clamp(20px, 2.4vw, 34px) "Raleway", sans-serif; }

.contact { background: var(--paper); }
.contact-main { display: flex; flex-direction: column; align-items: flex-start; margin-top: 45px; }
.contact-main h2 { max-width: 1100px; }
.contact-main > a { width: 100%; margin-top: 80px; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; border-top: 2px solid var(--navy); border-bottom: 2px solid var(--navy); font: 300 clamp(24px, 4vw, 58px) "Raleway", sans-serif; transition: color .2s ease, border-color .2s ease; }
.contact-main > a:hover { color: var(--orange); border-color: var(--orange); }
.contact-main b { color: var(--orange); font-weight: 400; }

footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 55px; align-items: start; padding: 70px clamp(24px, 5.5vw, 88px) 32px; color: white; background: var(--navy); }
.brand-footer .brand-copy strong { color: white; }
.brand-footer > img { background: white; }
footer > p { margin: 0; color: #aeb2b7; font-size: 12px; line-height: 1.65; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 12px; }
.footer-links a:hover { color: var(--orange); }
.legal { grid-column: 1 / -1; margin-top: 35px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; border-left: 0; border-top: 1px solid var(--line); }
  .intro { grid-template-columns: 1fr; }
  .statement { grid-template-columns: 1fr; }
  .statement-mark { min-height: 480px; }
  .approach { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { height: 82px; padding-inline: 20px; }
  .brand > img { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 5.7px; }
  .nav-cta { font-size: 11px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 80px 24px 70px; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { min-width: 0; width: 100%; }
  .hero-visual { min-height: 430px; }
  .section-pad { padding: 90px 24px; }
  .intro h2, .services h2, .approach h2, .contact h2 { font-size: 48px; }
  .section-topline { flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; padding: 28px; }
  .service-card h3 { margin-top: 55px; }
  .statement-mark { min-height: 360px; }
  .statement-copy { padding: 90px 24px; }
  .statement-points { grid-template-columns: 1fr; gap: 26px; }
  .expertise-list { grid-template-columns: 1fr; }
  .expertise-list span { padding: 27px; }
  .contact-main > a { margin-top: 55px; }
  footer { grid-template-columns: 1fr; gap: 32px; padding: 55px 24px 30px; }
  .legal { margin-top: 8px; }
}

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