:root {
  --navy: #071a35;
  --navy-2: #0c2c52;
  --blue: #05a8e5;
  --indigo: #41449a;
  --red: #ef3438;
  --orange: #f7a81b;
  --ink: #101b2b;
  --muted: #647187;
  --line: #dce4eb;
  --paper: #f4f7f9;
  --white: #fff;
  --font: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(260px, 43%) 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(11, 40, 71, .13);
}

.brand {
  height: 96px;
  width: max-content;
  display: flex;
  align-items: center;
  padding: 11px 42px;
  background: rgba(255, 255, 255, .97);
}

.brand img { width: 178px; height: 72px; object-fit: contain; }

.main-nav {
  display: flex;
  gap: 38px;
  padding-left: 42px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-nav a { position: relative; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--blue);
  transition: width .25s ease;
}
.main-nav a:hover::after { width: 100%; }

.header-cta {
  height: 96px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 38px;
  color: #fff;
  background: var(--navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.header-cta svg, .button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  transition: transform .2s ease;
}
.header-cta:hover svg, .button:hover svg { transform: translateX(4px); }

.hero {
  min-height: 820px;
  display: grid;
  grid-template-columns: 43% 57%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hero-photo { position: relative; min-height: 820px; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 47% 54%; }
.photo-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 24, 49, .08), rgba(5, 24, 49, .32));
}

.photo-caption {
  position: absolute;
  left: 42px;
  bottom: 68px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 160px clamp(55px, 7vw, 128px) 105px;
  background:
    radial-gradient(circle at 100% 0, rgba(5,168,229,.08), transparent 30%),
    #fff;
}

.eyebrow, .section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--indigo);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(5, 168, 229, .12);
  animation: pulse 2s ease-in-out infinite;
}

.hero h1 {
  max-width: 720px;
  margin: 30px 0 28px;
  font-size: clamp(52px, 5vw, 82px);
  line-height: .99;
  letter-spacing: -.06em;
  font-weight: 650;
}

.hero h1 em { color: var(--indigo); font-family: Georgia, serif; font-weight: 400; }

.hero-copy {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }

.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
}

.button-primary { color: #fff; background: var(--indigo); box-shadow: 0 14px 35px rgba(65,68,154,.22); }
.button-primary:hover { background: #35388a; }

.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--blue); transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }

.availability {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 650px;
  margin-top: 72px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.availability > div + div { padding-left: 25px; border-left: 1px solid var(--line); }
.availability-label { display: block; margin-bottom: 7px; color: #929cac; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.availability strong { font-size: 14px; }

.scroll-cue {
  position: absolute;
  right: 28px;
  bottom: 37px;
  display: flex;
  align-items: center;
  gap: 13px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
  color: #8d97a7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scroll-cue i { width: 45px; height: 1px; background: #aeb6c2; }

.services { padding: 120px clamp(32px, 7vw, 120px) 130px; background: var(--paper); }
.section-kicker::before { content: ""; width: 32px; height: 2px; background: var(--blue); }

.services-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: end;
  margin: 28px 0 65px;
}
.services-heading h2, .contact h2 {
  margin: 0;
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 650;
}
.services-heading p { max-width: 540px; margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.75; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbd6de; border-bottom: 1px solid #cbd6de; }
.service-card { position: relative; min-height: 400px; padding: 36px 30px 35px 0; }
.service-card + .service-card { border-left: 1px solid #cbd6de; padding-left: 30px; }
.service-number { color: #98a4b3; font-size: 11px; letter-spacing: .12em; }
.service-icon { width: 42px; height: 42px; margin: 70px 0 32px; fill: none; stroke: var(--indigo); stroke-width: 1.25; }
.service-card h3 { margin: 0 0 18px; font-size: 21px; line-height: 1.25; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.service-card:hover::after { transform: scaleX(1); }

.statement {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  overflow: hidden;
  color: white;
  background: var(--indigo);
}
.statement p { position: relative; z-index: 2; margin: 0; font-size: clamp(50px, 7vw, 108px); line-height: 1; letter-spacing: -.06em; font-weight: 300; }
.statement p:nth-child(2) { font-family: Georgia, serif; font-style: italic; }
.statement-mark { position: absolute; right: 5%; top: -80px; width: 380px; height: 380px; opacity: .14; transform: rotate(-12deg); }
.statement-mark span { position: absolute; right: 0; width: 100%; height: 30px; background: white; transform-origin: right; }
.statement-mark span:nth-child(1) { top: 60px; transform: scaleX(.45); }
.statement-mark span:nth-child(2) { top: 112px; transform: scaleX(.7); }
.statement-mark span:nth-child(3) { top: 164px; }

.contact {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(55px, 8vw, 130px);
  padding: 120px clamp(32px, 7vw, 120px);
  color: #fff;
  background: var(--navy);
}
.section-kicker-light { color: #65c9ef; }
.contact h2 { max-width: 600px; margin-top: 28px; }
.contact-intro > p { max-width: 525px; margin: 28px 0 55px; color: #aebbc9; font-size: 17px; line-height: 1.7; }
.contact-details { border-top: 1px solid rgba(255,255,255,.16); }
.contact-details > * { display: grid; grid-template-columns: 110px 1fr; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-details span { color: #788aa0; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-details strong { font-size: 14px; line-height: 1.55; font-weight: 600; transition: color .2s; }
.contact-details a:hover strong { color: #65c9ef; }

.contact-form { align-self: start; padding: 42px; color: var(--ink); background: white; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.form-heading span { font-size: 22px; font-weight: 700; }
.form-heading small { color: #8c96a4; font-size: 10px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 21px; }
.contact-form label > span { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid #d5dde4;
  border-radius: 0;
  outline: none;
  color: var(--ink);
  background: #fbfcfd;
  transition: border-color .2s, box-shadow .2s;
}
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { padding: 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(5,168,229,.1); }
.contact-form ::placeholder { color: #9aa5b2; }
.button-submit { width: 100%; color: #fff; background: var(--red); }
.button-submit:hover { background: #d9282c; }
.button-submit:disabled { cursor: wait; opacity: .72; }
.form-note { margin: 14px 0 0; color: #7b8795; font-size: 11px; line-height: 1.5; text-align: center; }
.form-note.pending { color: #56657a; }
.form-note.success { color: #268a65; }
.form-note.error { color: #c52d36; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 25px clamp(32px, 7vw, 120px);
  color: #677489;
  background: #fff;
  font-size: 11px;
}
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 150px; height: 76px; object-fit: contain; }
.footer-brand p { max-width: 100px; line-height: 1.45; }
.site-footer > p { text-align: center; }
.site-footer > a { justify-self: end; color: var(--ink); font-weight: 700; }
.site-footer > a span { margin-left: 7px; color: var(--blue); }

.reveal { animation: rise .8s both; }
.reveal-delay-1 { animation-delay: .08s; }
.reveal-delay-2 { animation-delay: .16s; }
.reveal-delay-3 { animation-delay: .24s; }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(5, 168, 229, 0); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 32% 1fr auto; }
  .hero { grid-template-columns: 36% 64%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3) { border-left: 0; border-top: 1px solid #cbd6de; }
  .service-card:nth-child(4) { border-top: 1px solid #cbd6de; }
  .contact { grid-template-columns: 1fr 1.15fr; gap: 50px; }
  .contact-details > * { grid-template-columns: 80px 1fr; }
}

@media (max-width: 760px) {
  .site-header { position: relative; min-height: 76px; grid-template-columns: 1fr auto; background: #fff; }
  .brand { height: 76px; padding: 8px 20px; }
  .brand img { width: 145px; height: 58px; }
  .main-nav { display: none; }
  .header-cta { height: 76px; padding: 0 20px; }
  .header-cta span { display: none; }
  .hero { display: flex; min-width: 0; min-height: auto; flex-direction: column; }
  .hero-photo { min-height: 440px; order: 2; }
  .hero-photo img { object-position: 47% 55%; }
  .photo-caption { left: 22px; bottom: 28px; }
  .hero-content { min-width: 0; width: 100%; padding: 70px 22px 65px; overflow: hidden; }
  .hero h1 { max-width: 100%; margin-top: 24px; font-size: clamp(42px, 12vw, 52px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 26px; }
  .availability { width: 100%; grid-template-columns: 1fr; margin-top: 54px; }
  .availability > div { padding: 14px 0; }
  .availability > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .scroll-cue { display: none; }
  .services { padding: 80px 22px; }
  .services-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 45px; }
  .services-heading h2, .contact h2 { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; padding: 30px 0; }
  .service-card + .service-card { padding-left: 0; border-left: 0; border-top: 1px solid #cbd6de; }
  .service-icon { margin: 48px 0 25px; }
  .statement { min-height: 320px; flex-direction: column; gap: 4px; align-items: flex-start; padding: 50px 22px; }
  .statement p { font-size: 64px; }
  .contact { grid-template-columns: 1fr; padding: 80px 22px; }
  .contact-details strong { min-width: 0; overflow-wrap: anywhere; }
  .contact-form { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; padding: 35px 22px; text-align: left; }
  .site-footer > p { text-align: left; }
  .site-footer > a { justify-self: start; }
}

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