:root {
  --navy: #063046;
  --navy-deep: #003046;
  --teal: #1fa4b3;
  --orange: #eb7f54;
  --text: #222222;
  --white: #ffffff;
  --shell: 100%;
  --container: 1280px;
  --shadow-soft: 0 16px 24px rgba(0, 0, 0, .04);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: #1e1e1e;
  font-family: "Montserrat", Arial, sans-serif;
  overflow-x: hidden;
}
body.is-loading { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}
.intro-loader__stage {
  width: min(760px, calc(100vw - 48px));
  text-align: center;
}
.intro-loader__kicker,
.intro-loader__status {
  margin: 0;
  font-style: italic;
  letter-spacing: .04em;
}
.intro-loader__kicker {
  font-size: clamp(13px, 1.3vw, 17px);
  font-weight: 300;
}
.intro-loader__kicker strong { font-weight: 800; }
.intro-loader__status {
  margin-top: 18px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}
.intro-loader__track {
  position: relative;
  height: 180px;
  margin: 10px 0 8px;
  overflow: hidden;
}
.intro-loader__bird {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(430px, 64vw);
  max-width: none;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}
.intro-loader__progress {
  width: min(520px, 76vw);
  height: 3px;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(255,255,255,.12);
}
.intro-loader__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left center;
}

.page-shell {
  position: relative;
  width: min(var(--shell), calc(100%));
  min-height: 100%;
  background: transparent;
  isolation: isolate;
  overflow: visible;
}

.site-header {
  position: relative;
  z-index: 20;
  width: 100%;
  background: var(--white);
}
.utility-bar {
  position: relative;
  height: 52px;
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.utility-bar__inner {
  position: relative;
  width: min(var(--container), calc(100% - 64px));
  height: 52px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.trust-line {
  position: static;
  align-self: center;
  margin: 0 32px 0 0;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
  white-space: nowrap;
}
.trust-line strong { font-weight: 800; }
.utility-actions {
  position: static;
  height: 64px;
  display: flex;
  flex: 0 0 auto;
  z-index: 4;
}
.utility-button,
.primary-button {
  border: 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  font-style: italic;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: transform .2s ease, filter .2s ease;
}
.utility-button:hover,
.primary-button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.utility-button:focus-visible,
.primary-button:focus-visible,
.phone-line a:focus-visible,
.brand:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.utility-button {
  height: 64px;
  padding: 20px 24px;
}
.utility-button img,
.primary-button img { width: 24px; height: 24px; flex: 0 0 24px; }
.utility-button--contact { width: 225px; background: var(--teal); }
.utility-button--schedule { width: 248px; background: var(--orange); }

.main-header {
  height: 145px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.main-header__inner {
  width: min(var(--container), calc(100% - 64px));
  height: 145px;
  margin: 0 auto;
  position: relative;
}
.brand {
  position: absolute;
  left: 0;
  top: 0;
  width: 273px;
  height: 145px;
  z-index: 5;
}
.brand img {
  position: absolute;
  width: 295px;
  height: 295px;
  max-width: none;
  left: 39px;
  top: -51px;
  object-fit: contain;
}
.phone-block {
  position: absolute;
  width: 231px;
  right: 0;
  top: 44px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  line-height: 16px;
}
.phone-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
}
.phone-line span { color: var(--orange); }
.phone-line a {
  font-size: 24px;
  line-height: 16px;
  text-decoration: none;
  color: var(--text);
}
.phone-block p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 16px;
}

.hero {
  position: relative;
  height: 986px;
  background: var(--teal);
  overflow: hidden;
  isolation: isolate;
}
.hero__ellipse {
  position: absolute;
  width: 2200px;
  height: 2201px;
  max-width: none;
  left: -291px;
  top: -746px;
  z-index: -6;
  pointer-events: none;
}
.hero__eclipse {
  position: absolute;
  width: 1037px;
  height: auto;
  max-width: none;
  left: 50%;
  top: -110px;
  transform: translateX(-63%);
  z-index: -1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,.9) 70%, rgba(0,0,0,.8) 100%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,.9) 70%, rgba(0,0,0,.8) 100%);
}
.hero__hexagon {
  position: absolute;
  width: 100%;
  height: 331px;
  max-width: none;
  left: 0;
  top: 483px;
  z-index: -3;
  pointer-events: none;
}
.hero__mountain-valley {
  position: absolute;
  width: 100%;
  height: 449px;
  max-width: none;
  left: 0;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
}
.hero__mountain-background {
  position: absolute;
  width: 100%;
  height: 277px;
  max-width: none;
  left: 0;
  top: 709px;
  z-index: 2;
  pointer-events: none;
}
.hero__inner {
  width: var(--container);
  height: 986px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 64px;
  align-items: stretch;
  padding: 104px 0 350px;
  position: relative;
  z-index: 3;
}
.hero__copy {
  width: 600px;
  padding-left: 163px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero__title-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.eyebrow {
  margin: 0;
  color: var(--orange);
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  font-style: italic;
}
h1 {
  margin: 0;
  width: 100%;
  color: var(--teal);
  font-size: 40px;
  line-height: 42px;
  font-weight: 800;
  font-style: italic;
}
.hero__text {
  margin: 16px 0 0;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
.primary-button {
  margin-top: 48px;
  height: 64px;
  padding: 20px 24px;
  background: var(--orange);
}
.hero__visual {
  position: relative;
  min-width: 0;
  align-self: stretch;
}
.hero__photo {
  position: absolute;
  width: 688px;
  height: 688px;
  max-width: none;
  left: -14.5px;
  top: -40px;
  object-fit: contain;
}
.page-runner {
  position: absolute;
  width: 1139px;
  height: auto;
  max-width: none;
  left: 50%;
  top: 850px;
  transform: translateX(-51.7%);
  z-index: 30;
  pointer-events: none;
}

@media (max-width: 1664px) and (min-width: 900px) {
  .page-shell { width: calc(100% - 32px); }
  .utility-bar__inner,
  .main-header__inner,
  .hero__inner { width: min(1280px, calc(100% - 64px)); }
  .utility-button--contact { width: auto; }
  .utility-button--schedule { width: auto; }
  .hero__eclipse { left: 9.5%; }
  .hero__hexagon,
  .hero__mountain-valley,
  .hero__mountain-background { width: 100%; height: auto; }
  .hero__mountain-valley { bottom: 0; }
  .hero__mountain-background { top: auto; bottom: 0; }
  .hero__inner { grid-template-columns: minmax(500px, 600px) minmax(0, 1fr); gap: 32px; }
  .hero__copy { width: auto; padding-left: clamp(60px, 10vw, 163px); }
  .hero__photo { width: min(688px, 48vw); height: auto; }
  .page-runner { left: 13.6%; width: 70.4%; height: auto; }
}

@media (max-width: 899px) {
  body { background: var(--navy); }
  .page-shell { width: 100%; min-height: auto; margin: 0; overflow: hidden; }
  .utility-bar { height: 64px; }
  .utility-bar__inner { width: 100%; height: 64px; padding-left: 20px; }
  .trust-line { margin-right: auto; font-size: 11px; }
  .utility-actions { height: 64px; }
  .utility-button { width: 64px; height: 64px; padding: 18px; }
  .utility-button span { display: none; }
  .utility-button--contact,
  .utility-button--schedule { width: 64px; }

  .main-header,
  .main-header__inner { height: 112px; }
  .main-header__inner { width: calc(100% - 28px); }
  .brand { width: 180px; height: 112px; }
  .brand img { width: 210px; height: 210px; left: 0; top: -49px; }
  .phone-block { width: 210px; right: 0; top: 31px; }
  .phone-line { font-size: 12px; }
  .phone-line a { font-size: 19px; }
  .phone-block p { font-size: 11px; line-height: 12px; margin-top: 5px; }

  .hero { height: 1070px; }
  .hero__ellipse { width: 1450px; height: auto; left: 50%; top: -410px; transform: translateX(-50%); }
  .hero__eclipse { width: 780px; height: auto; left: 50%; top: -70px; transform: translateX(-50%); opacity: .92; }
  .hero__hexagon { width: 1450px; height: auto; left: 50%; top: 625px; transform: translateX(-50%); }
  .hero__mountain-valley { width: 1200px; height: auto; left: 50%; transform: translateX(-50%); }
  .hero__mountain-background { width: 1120px; height: auto; left: 50%; top: auto; bottom: 0; transform: translateX(-50%); }

  .hero__inner {
    width: min(calc(100% - 40px), 720px);
    height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 64px 0 300px;
  }
  .hero__copy {
    width: min(100%, 620px);
    margin: 0 auto;
    padding: 0;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
  }
  .eyebrow { font-size: 18px; line-height: 24px; }
  h1 { font-size: clamp(32px, 5.5vw, 42px); line-height: 1.06; }
  .hero__text { font-size: 17px; line-height: 28px; }
  .primary-button { margin-top: 30px; }
  .hero__visual { min-height: 420px; }
  .hero__photo {
    width: min(76vw, 560px);
    height: auto;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
  }
  .page-runner {
    width: 480px;
    height: auto;
    left: 50%;
    top: auto;
    bottom: -18px;
    transform: translateX(-48%);
  }
}

@media (max-width: 599px) {
  .utility-bar__inner { padding-left: 14px; }
  .trust-line { font-size: 9px; line-height: 1.3; max-width: 145px; white-space: normal; }
  .utility-button { width: 52px; padding: 14px; }
  .utility-button--contact,
  .utility-button--schedule { width: 52px; }

  .main-header,
  .main-header__inner { height: 96px; }
  .main-header__inner { width: calc(100% - 24px); }
  .brand { width: 132px; height: 96px; }
  .brand img { width: 162px; height: 162px; top: -36px; left: -4px; }
  .phone-block { width: 170px; top: 26px; }
  .phone-line { font-size: 10px; gap: 4px; }
  .phone-line a { font-size: 16px; }
  .phone-block p { font-size: 9px; line-height: 10px; }

  .hero { height: 980px; }
  .hero__ellipse { width: 1280px; top: -290px; }
  .hero__eclipse { width: 620px; top: -15px; }
  .hero__inner { width: calc(100% - 32px); padding: 52px 0 270px; gap: 18px; }
  .hero__copy { text-align: left; align-items: flex-start; }
  .eyebrow { font-size: 15px; line-height: 20px; }
  h1 { font-size: clamp(31px, 9.3vw, 40px); line-height: 1.03; }
  .hero__text { font-size: 15px; line-height: 24px; }
  .primary-button { margin-top: 24px; font-size: 15px; padding: 16px 19px; height: 56px; }
  .hero__visual { min-height: 300px; }
  .hero__photo { width: min(92vw, 430px); top: 6px; left: 0%;}
  .hero__hexagon { width: 1280px; top: 610px; }
  .hero__mountain-valley { width: 980px; }
  .hero__mountain-background { width: 900px; left: 57%; }
  .page-runner { width: 400px; bottom: -5px; left: 45%; }

  .intro-loader__track { height: 130px; }
  .intro-loader__bird { width: 330px; }
}

