:root {
  --ink: #0b171b;
  --ink-soft: #1b3037;
  --slate: #789298;
  --paper: #f3f0e8;
  --paper-deep: #e6e1d7;
  --orange: #f26a21;
  --orange-dark: #c94e12;
  --line: rgba(11, 23, 27, 0.16);
  --white-line: rgba(243, 240, 232, 0.18);
  --shadow: 0 24px 70px rgba(11, 23, 27, 0.16);
  --radius: 2px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  background: var(--orange);
  color: var(--ink);
  padding: 10px 14px;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus { top: 16px; }

.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: 10;
  background: rgba(11, 23, 27, 0.94);
  color: var(--paper);
  border-bottom: 1px solid var(--white-line);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--orange);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 0.93rem; letter-spacing: 0.01em; }
.brand-copy small { color: #a4b6b8; font-size: 0.68rem; letter-spacing: 0.07em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: 28px; font-size: 0.9rem; }
.site-nav a { color: #dce5e3; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--orange); }
.site-nav .nav-cta { color: var(--paper); background: var(--orange); padding: 11px 15px; font-weight: 800; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: var(--ink); background: #ff7b31; }

.menu-toggle { display: none; border: 0; background: transparent; color: var(--paper); padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  min-height: 650px;
  display: grid;
  align-items: center;
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image: linear-gradient(90deg, transparent 0 19.8%, var(--white-line) 20%, transparent 20.2% 39.8%, var(--white-line) 40%, transparent 40.2% 59.8%, var(--white-line) 60%, transparent 60.2% 79.8%, var(--white-line) 80%, transparent 80.2%), linear-gradient(0deg, transparent 0 24.8%, var(--white-line) 25%, transparent 25.2% 49.8%, var(--white-line) 50%, transparent 50.2% 74.8%, var(--white-line) 75%, transparent 75.2%);
  mask-image: linear-gradient(90deg, #000 0%, transparent 92%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -180px;
  top: 50%;
  border: 1px solid rgba(242, 106, 33, 0.38);
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 0 0 0 32px rgba(242, 106, 33, 0.04), 0 0 0 64px rgba(242, 106, 33, 0.025);
}

.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(52px, 8vw, 120px); align-items: center; padding-block: 104px 116px; }
.hero-copy { max-width: 700px; }

.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--orange); font-size: 0.73rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow.light { color: #ff9865; }
.eyebrow-rule { display: inline-block; width: 28px; height: 2px; background: currentColor; }
.eyebrow-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 760; letter-spacing: -0.045em; line-height: 1.04; }
h1 { max-width: 730px; margin-bottom: 28px; font-size: clamp(3rem, 6.3vw, 5.85rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.3rem, 4.2vw, 4.15rem); }
h3 { margin-bottom: 11px; font-size: 1.35rem; }

.hero-lede { max-width: 620px; margin-bottom: 34px; color: #bfcecc; font-size: clamp(1.08rem, 1.8vw, 1.23rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 18px; border: 1px solid transparent; font-size: 0.92rem; font-weight: 850; text-decoration: none; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: #ff7b31; }
.text-link { color: var(--paper); font-weight: 750; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link:hover, .text-link:focus-visible { color: var(--orange); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 72px; color: #8ea5a6; font-size: 0.78rem; font-weight: 750; letter-spacing: 0.04em; text-transform: uppercase; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; background: var(--orange); }

.field-card { justify-self: end; width: min(100%, 410px); background: rgba(243, 240, 232, 0.98); color: var(--ink); box-shadow: var(--shadow); transform: rotate(2.5deg); }
.field-card-top, .field-card-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 14px 18px; background: var(--orange); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; }
.field-card-body { padding: 32px 30px 28px; }
.card-label { margin-bottom: 17px; color: var(--orange-dark); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.field-card h2 { max-width: 300px; margin-bottom: 38px; font-size: clamp(2rem, 4vw, 2.9rem); }
.scope-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.scope-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 1px 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.scope-list span { grid-row: span 2; color: var(--orange-dark); font-size: 0.76rem; font-weight: 900; }
.scope-list strong { font-size: 0.99rem; }
.scope-list small { color: #52676b; font-size: 0.78rem; }
.field-card-bottom { background: var(--ink); color: var(--paper); justify-content: flex-start; }
.status-mark { width: 7px; height: 7px; border-radius: 50%; background: #7fc78d; box-shadow: 0 0 0 4px rgba(127, 199, 141, 0.15); }

.about-section { background: #ded9cf; }
.about-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(52px, 8vw, 112px); align-items: center; }
.about-image { position: relative; min-height: 440px; margin: 0; overflow: hidden; background: var(--ink-soft); box-shadow: var(--shadow); }
.about-image img { display: block; width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.about-image figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 16px; padding: 24px; background: linear-gradient(transparent, rgba(11, 23, 27, 0.84)); color: white; }
.about-image figcaption strong { font-size: 1rem; }
.about-image figcaption span { color: #dce5e3; font-size: 0.82rem; }
.about-copy h2 { max-width: 640px; margin-bottom: 24px; font-size: clamp(2.4rem, 4.2vw, 4rem); }
.about-copy > p:not(.eyebrow) { max-width: 620px; color: #4f6568; font-size: 1.02rem; line-height: 1.75; }
.about-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); }
.about-facts div { display: grid; gap: 3px; }
.about-facts strong { font-size: 0.94rem; }
.about-facts span { color: #596d70; font-size: 0.78rem; }

.section { padding-block: 120px; }
.services-section { background: var(--paper); }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr); align-items: end; gap: 80px; }
.split-heading h2 { max-width: 650px; margin-bottom: 0; }
.split-heading > p { max-width: 430px; margin-bottom: 5px; color: #586c6f; font-size: 1.04rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 275px; display: grid; grid-template-columns: 44px 1fr; gap: 22px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card-featured { background: var(--ink); color: var(--paper); }
.service-card p { max-width: 400px; margin-bottom: 26px; color: #63777a; line-height: 1.7; }
.service-card-featured p { color: #b9c8c6; }
.service-number { color: var(--orange-dark); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; }
.service-card-featured .service-number { color: var(--orange); }
.card-link { color: var(--orange); font-size: 0.88rem; font-weight: 850; text-underline-offset: 4px; }

.approach-section { background: var(--ink); color: var(--paper); }
.approach-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(60px, 10vw, 150px); align-items: start; }
.approach-intro h2 { max-width: 500px; }
.approach-intro > p:last-child { max-width: 480px; color: #a7bab9; font-size: 1.05rem; line-height: 1.75; }
.approach-steps { border-top: 1px solid var(--white-line); }
.approach-step { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--white-line); }
.step-index { color: var(--orange); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.1em; }
.approach-step h3 { margin-bottom: 7px; font-size: 1.28rem; }
.approach-step p { max-width: 480px; margin-bottom: 0; color: #9eb0b1; line-height: 1.7; }

.contact-section { padding-block: 86px 112px; background: var(--paper-deep); }
.contact-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr); gap: 60px; align-items: end; padding: 52px; background: var(--orange); }
.contact-card h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(2.3rem, 4.3vw, 4.25rem); }
.contact-card .eyebrow { color: var(--ink); }
.contact-card .eyebrow-rule { background: var(--ink); }
.contact-actions { display: grid; gap: 20px; justify-items: start; }
.contact-actions .button { background: var(--ink); color: var(--paper); }
.contact-actions .button:hover, .contact-actions .button:focus-visible { background: var(--ink-soft); }
.contact-detail { display: grid; gap: 1px; text-decoration: none; }
.contact-detail span { font-size: 0.7rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.contact-detail strong { font-size: 1.03rem; }
.contact-detail:hover strong, .contact-detail:focus-visible strong { text-decoration: underline; text-underline-offset: 4px; }

.site-footer { background: var(--ink); color: var(--paper); padding-top: 58px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-bottom: 58px; }
.footer-note { max-width: 310px; margin: 22px 0 0; color: #91a5a6; font-size: 0.9rem; }
.footer-contact { display: grid; justify-self: end; gap: 5px; color: #9eb1b1; font-size: 0.9rem; text-align: right; }
.footer-contact span:first-child { color: var(--paper); font-weight: 800; }
.footer-contact a { color: var(--orange); text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-block: 20px; border-top: 1px solid var(--white-line); color: #829798; font-size: 0.72rem; letter-spacing: 0.04em; }

@media (max-width: 850px) {
  .container { width: min(100% - 36px, 680px); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 1px); display: none; padding: 14px; background: var(--ink); border: 1px solid var(--white-line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; gap: 0; }
  .site-nav a { padding: 12px 10px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-layout, .about-layout, .approach-layout, .contact-card, .split-heading { grid-template-columns: 1fr; }
  .hero-layout { gap: 70px; padding-block: 82px 100px; }
  .field-card { justify-self: start; transform: rotate(1.5deg); }
  .about-image, .about-image img { min-height: 360px; }
  .hero-proof { margin-top: 48px; }
  .split-heading { gap: 20px; }
  .service-card { min-height: auto; }
  .approach-layout { gap: 58px; }
  .contact-card { gap: 40px; padding: 36px 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-contact { justify-self: start; text-align: left; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 680px); }
  .brand-copy small { display: none; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 35px 1fr; padding: 24px 20px; }
  .section { padding-block: 84px; }
  .contact-section { padding-block: 60px 84px; }
  .contact-card { padding: 30px 22px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
