:root {
  --navy: #03155d;
  --navy-deep: #020d39;
  --navy-soft: #152b77;
  --blue-mist: #e7ebf5;
  --ink: #152034;
  --muted: #5f6876;
  --paper: #f7f6f2;
  --white: #ffffff;
  --line: #dcdedc;
  --warm: #d6a65d;
  --page: min(1180px, calc(100% - 48px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

button {
  border: 0;
}

::selection {
  color: var(--white);
  background: var(--navy);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-width {
  width: var(--page);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(3, 21, 93, 0.11);
  background: rgba(247, 246, 242, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: var(--page);
  min-height: 88px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand-link {
  display: block;
  width: clamp(210px, 25vw, 304px);
}

.brand-link img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #394153;
  font-size: 0.91rem;
  font-weight: 650;
  letter-spacing: 0.015em;
}

.desktop-nav > a:not(.nav-cta) {
  position: relative;
  padding-block: 12px;
}

.desktop-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--navy);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav > a:not(.nav-cta):hover::after,
.desktop-nav > a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid var(--navy);
  color: var(--white);
  background: var(--navy);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--navy);
  background: transparent;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
}

.menu-toggle svg {
  width: 25px;
  height: 25px;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 0;
  background:
    radial-gradient(circle at 87% 22%, rgba(3, 21, 93, 0.07), transparent 25%),
    linear-gradient(180deg, #fbfaf7 0%, var(--paper) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 185px);
  width: 1px;
  background: rgba(3, 21, 93, 0.08);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: clamp(56px, 8vw, 112px);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #aebbe5;
}

.hero-copy h1,
.section-heading h2,
.approach-heading h2,
.about-heading h2,
.contact-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.5rem, 7vw, 6.75rem);
  line-height: 0.94;
}

.hero-intro {
  max-width: 680px;
  margin: 34px 0 0;
  color: #424b5a;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid var(--navy);
  font-size: 0.94rem;
  font-weight: 750;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.button-primary {
  color: var(--white);
  background: var(--navy);
}

.button-secondary {
  color: var(--navy);
  background: transparent;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--navy-soft);
}

.button-primary:hover svg,
.button-primary:focus-visible svg {
  transform: translateX(3px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--white);
  background: var(--navy);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sightlines {
  position: absolute;
  inset: 0;
}

.sightline {
  position: absolute;
  border: 1px solid rgba(3, 21, 93, 0.17);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(21deg);
}

.sightline-one {
  width: 480px;
  height: 480px;
  top: 16px;
  left: -40px;
}

.sightline-two {
  width: 356px;
  height: 356px;
  top: 78px;
  left: 22px;
}

.sightline-three {
  width: 236px;
  height: 236px;
  top: 138px;
  left: 82px;
}

.sight-point {
  position: absolute;
  top: 247px;
  left: 204px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--warm);
  box-shadow: 0 0 0 10px rgba(214, 166, 93, 0.15);
}

.visual-card {
  position: relative;
  z-index: 2;
  width: min(100%, 350px);
  min-height: 362px;
  margin-left: 78px;
  padding: 40px 38px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 28px 70px rgba(3, 21, 93, 0.2);
}

.visual-card > p {
  margin: 0 0 56px;
  color: #aebbe5;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visual-card h2 {
  max-width: 240px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.visual-divider {
  width: 100%;
  height: 1px;
  margin: 32px 0 24px;
  background: rgba(255, 255, 255, 0.2);
}

.visual-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  color: #d9e0f8;
  font-size: 0.78rem;
}

.visual-points span::before {
  content: "·";
  margin-right: 6px;
  color: var(--warm);
}

.visual-arrow {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.32);
}

.hero-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 96px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-ribbon span {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  border-right: 1px solid var(--line);
  color: #444d5d;
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.4;
  text-align: center;
}

.hero-ribbon span:last-child {
  border-right: 0;
}

.section {
  padding: 130px 0;
}

.section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.56fr);
  gap: 80px;
  align-items: end;
}

.section-heading h2,
.approach-heading h2,
.about-heading h2,
.contact-panel h2 {
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 4.75rem);
  line-height: 1.02;
}

.section-heading > p,
.approach-heading > p,
.about-copy > p,
.contact-panel > div > p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.section-heading-split > p {
  margin: 0 0 4px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 68px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 430px;
  padding: 38px 40px 42px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.28);
  transition: background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.service-card:hover {
  z-index: 2;
  background: var(--white);
  box-shadow: 0 24px 54px rgba(3, 21, 93, 0.08);
  transform: translateY(-4px);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 62px;
}

.service-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(3, 21, 93, 0.18);
  color: var(--navy);
  background: var(--white);
}

.service-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.6;
}

.service-number {
  color: #9097a2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
}

.service-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.7vw, 2.2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.service-card > p {
  max-width: 500px;
  margin: 20px 0 28px;
  color: var(--muted);
  line-height: 1.7;
}

.service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #384152;
  font-size: 0.88rem;
}

.service-card li {
  position: relative;
  padding: 9px 0 9px 18px;
  border-top: 1px solid #e3e4e2;
}

.service-card li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--warm);
}

.approach {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.approach::after {
  content: "";
  position: absolute;
  top: -420px;
  right: -240px;
  width: 820px;
  height: 820px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 94px rgba(255, 255, 255, 0.025),
    0 0 0 188px rgba(255, 255, 255, 0.018);
}

.approach-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1fr);
  gap: 110px;
}

.approach-heading h2 {
  color: var(--white);
}

.approach-heading > p:last-child {
  margin: 30px 0 0;
  color: #b9c2d8;
}

.approach-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.approach-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 26px;
  padding: 30px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.approach-step > span {
  padding-top: 7px;
  color: var(--warm);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.approach-step h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.approach-step p {
  max-width: 560px;
  margin: 0;
  color: #b9c2d8;
  line-height: 1.7;
}

.about {
  background: #f1f0eb;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1fr);
  gap: 110px;
}

.about-heading h2 {
  color: var(--navy);
}

.about-copy {
  padding-top: 44px;
}

.about-copy > p {
  margin: 0 0 24px;
}

.about-copy .about-lead {
  color: #2e3748;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  line-height: 1.6;
}

.experience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.experience-list span {
  padding: 10px 14px;
  border: 1px solid #ced0d2;
  color: #3d4655;
  background: rgba(255, 255, 255, 0.48);
  font-size: 0.8rem;
  font-weight: 690;
}

.contact-section {
  padding: 0 0 84px;
  background: #f1f0eb;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  gap: 80px;
  align-items: end;
  padding: 72px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.contact-panel::before {
  content: "";
  position: absolute;
  top: -115px;
  right: -95px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.035);
}

.contact-panel > div,
.contact-link {
  position: relative;
  z-index: 2;
}

.contact-panel h2 {
  max-width: 720px;
}

.contact-panel > div > p:last-child {
  max-width: 660px;
  margin: 28px 0 0;
  color: #c5cce1;
}

.contact-link {
  display: grid;
  grid-template-columns: 48px 1fr 22px;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: clamp(0.93rem, 1.4vw, 1.08rem);
  font-weight: 720;
  overflow-wrap: anywhere;
  transition: padding-left 180ms ease, background 180ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  padding-left: 26px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-icon svg,
.contact-link > svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.6;
}

.contact-link small {
  display: block;
  margin-bottom: 6px;
  color: #aebbe5;
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer {
  padding: 56px 0 62px;
  background: var(--paper);
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.footer-brand {
  width: min(300px, 50vw);
}

.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-meta {
  color: #69717c;
  font-size: 0.78rem;
  line-height: 1.65;
  text-align: right;
}

.footer-meta p {
  margin: 0;
}

:focus-visible {
  outline: 3px solid rgba(214, 166, 93, 0.85);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  :root {
    --page: min(100% - 36px, 760px);
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-nav {
    width: var(--page);
    max-height: 0;
    margin-inline: auto;
    display: grid;
    overflow: hidden;
    opacity: 0;
    transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease;
  }

  .mobile-nav.is-open {
    max-height: 390px;
    padding: 8px 0 24px;
    opacity: 1;
  }

  .mobile-nav a {
    padding: 14px 2px;
    border-top: 1px solid rgba(3, 21, 93, 0.1);
    color: #343d4c;
    font-size: 0.94rem;
    font-weight: 690;
  }

  .mobile-nav .nav-cta {
    width: 100%;
    margin-top: 10px;
    padding: 12px 18px;
    border: 1px solid var(--navy);
    color: var(--white);
  }

  .hero {
    padding-top: 76px;
  }

  .hero::before {
    display: none;
  }

  .hero-inner,
  .section-heading-split,
  .approach-grid,
  .about-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 48px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .sightlines {
    left: calc(50% - 220px);
    width: 440px;
  }

  .visual-card {
    margin-left: 68px;
  }

  .hero-ribbon {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 70px;
  }

  .hero-ribbon span:nth-child(2) {
    border-right: 0;
  }

  .hero-ribbon span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 96px 0;
  }

  .section-heading-split,
  .approach-grid,
  .about-grid,
  .contact-panel {
    gap: 46px;
  }

  .section-heading-split > p {
    max-width: 650px;
  }

  .approach-heading {
    max-width: 670px;
  }

  .about-copy {
    padding-top: 0;
  }

  .contact-panel {
    align-items: start;
    padding: 54px;
  }
}

@media (max-width: 680px) {
  :root {
    --page: calc(100% - 28px);
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-link {
    width: 218px;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-copy h1 {
    font-size: clamp(3.15rem, 17vw, 4.9rem);
  }

  .hero-intro {
    margin-top: 26px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 385px;
    margin-top: 8px;
  }

  .sightline-one {
    width: 390px;
    height: 390px;
    left: 0;
  }

  .sightline-two {
    width: 288px;
    height: 288px;
    top: 67px;
    left: 51px;
  }

  .sightline-three {
    width: 188px;
    height: 188px;
    top: 117px;
    left: 101px;
  }

  .sight-point {
    top: 210px;
    left: 191px;
  }

  .visual-card {
    width: min(calc(100% - 28px), 330px);
    min-height: 338px;
    margin-left: 28px;
    padding: 32px 30px;
  }

  .visual-card > p {
    margin-bottom: 42px;
  }

  .visual-card h2 {
    font-size: 2.1rem;
  }

  .hero-ribbon {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .hero-ribbon span {
    min-height: 66px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-ribbon span:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading h2,
  .approach-heading h2,
  .about-heading h2,
  .contact-panel h2 {
    font-size: clamp(2.45rem, 13vw, 3.65rem);
  }

  .service-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .service-card {
    min-height: 0;
    padding: 30px 26px 34px;
  }

  .service-card-top {
    margin-bottom: 42px;
  }

  .approach-step {
    grid-template-columns: 46px 1fr;
    gap: 16px;
  }

  .approach-step h3 {
    font-size: 1.75rem;
  }

  .about-copy .about-lead {
    font-size: 1.27rem;
  }

  .contact-section {
    padding-bottom: 28px;
  }

  .contact-panel {
    width: 100%;
    padding: 46px 24px;
  }

  .contact-link {
    grid-template-columns: 42px 1fr 18px;
    gap: 12px;
    min-height: 84px;
    padding-inline: 12px;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .footer-brand {
    width: 245px;
  }

.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}

  .footer-meta {
    text-align: left;
  }
}

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

.menu-toggle svg,
.button svg,
.service-icon svg,
.contact-icon svg,
.contact-link > svg,
.visual-arrow {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-icon,
.close-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.close-icon {
  display: none;
}

.menu-icon.is-hidden {
  display: none;
}

.close-icon.is-visible {
  display: block;
}
