:root {
  --ink: #17212b;
  --muted: #526171;
  --line: #dce3ea;
  --paper: #ffffff;
  --soft: #f4f7f9;
  --soft-2: #eef4f2;
  --brand: #f98602;
  --brand-dark: #7a4100;
  --navy: #11283c;
  --navy-2: #0b1c2b;
  --green: #138a5b;
  --focus: #ffda44;
  --shadow: 0 18px 44px rgba(17, 40, 60, 0.14);
  --radius: 8px;
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img,
picture {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--brand-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--brand);
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.15;
  color: var(--ink);
}

h1 {
  max-width: 880px;
  font-size: clamp(2.35rem, 3.8vw, 4.8rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.7rem);
  margin-bottom: 0.9rem;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
}

p {
  margin-bottom: 1rem;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 0.65rem 0.9rem;
  color: #ffffff;
  background: var(--navy-2);
  border-radius: 4px;
  transform: translateY(-140%);
}

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

.top-strip {
  background: var(--navy-2);
  color: #ffffff;
  font-size: 0.92rem;
}

.top-strip a {
  color: #ffffff;
}

.top-strip__inner {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--brand);
  border-bottom: 1px solid rgba(122, 65, 0, 0.45);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 154px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav > a,
.nav-locations > summary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.58rem 0.8rem;
  color: #181f27;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.site-nav > a:hover,
.site-nav > a.active,
.nav-locations[open] > summary,
.nav-locations > summary:hover {
  color: #111821;
  background: rgba(255, 255, 255, 0.24);
}

.site-nav .nav-cta {
  color: #ffffff;
  background: var(--navy);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta.active {
  color: #ffffff;
  background: var(--navy-2);
}

.nav-locations {
  position: relative;
}

.nav-locations > summary {
  list-style: none;
}

.nav-locations > summary::-webkit-details-marker {
  display: none;
}

.nav-locations ul {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 0.25rem;
  width: min(440px, 84vw);
  margin: 0;
  padding: 0.7rem;
  list-style: none;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.nav-locations li a {
  display: block;
  padding: 0.55rem 0.65rem;
  color: var(--ink);
  border-radius: 4px;
  text-decoration: none;
}

.nav-locations li a:hover {
  color: var(--brand-dark);
  background: var(--soft);
}

.menu-button {
  display: none;
  min-width: 74px;
  min-height: 44px;
  padding: 0.6rem 0.8rem;
  color: #ffffff;
  background: var(--navy);
  border: 0;
  border-radius: 6px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: min(690px, calc(100vh - 70px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy-2);
}

.hero__image,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 25, 38, 0.92) 0%, rgba(9, 25, 38, 0.72) 44%, rgba(9, 25, 38, 0.22) 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  padding-block: clamp(4.5rem, 10vw, 8rem);
  color: #ffffff;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.hero__copy {
  max-width: 780px;
}

.hero h1,
.hero h2 {
  color: #ffffff;
  text-wrap: balance;
}

.hero__lead {
  max-width: 720px;
  color: #eef5fa;
  font-size: clamp(1.12rem, 1.6vw, 1.45rem);
}

.eyebrow {
  margin-bottom: 0.6rem;
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd45a;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.05rem;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button--primary {
  color: #ffffff;
  background: var(--brand);
}

.button--primary:hover {
  color: #ffffff;
  background: var(--brand-dark);
}

.button--light {
  color: var(--ink);
  background: #ffffff;
}

.button--light:hover {
  color: var(--brand-dark);
  background: #f7fbff;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}

.trust-row li {
  padding: 0.35rem 0.62rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 0.92rem;
}

.band {
  padding-block: clamp(3rem, 6vw, 5.8rem);
}

.band--muted {
  background: var(--soft);
}

.band--strong {
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy-2), var(--navy));
}

.band--strong h2,
.band--strong p {
  color: #ffffff;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.split--image {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  align-items: center;
}

.section-intro {
  max-width: 800px;
  margin-bottom: 2rem;
}

.section-intro p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}

.proof-grid,
.card-grid,
.service-list {
  display: grid;
  gap: 1rem;
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-grid div,
.service-card,
.service-list article,
.quote-form,
.contact-list,
.next-steps {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(17, 40, 60, 0.07);
}

.proof-grid div {
  padding: 1rem;
}

.proof-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--navy);
}

.proof-grid span {
  color: var(--muted);
}

.card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 1.2rem;
}

.service-card p {
  color: var(--muted);
}

.service-card a {
  margin-top: auto;
  font-weight: 800;
}

.service-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-list article {
  padding: 1.35rem;
}

.service-list p {
  color: var(--muted);
}

.quote-panel {
  position: sticky;
  top: 126px;
}

.quote-panel--wide {
  position: static;
}

.quote-form {
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
  border-top: 5px solid var(--brand);
}

.quote-form h2 {
  color: var(--navy-2);
  font-size: 1.45rem;
}

.quote-form p {
  color: var(--muted);
}

.hero__quote .quote-form {
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(255, 255, 255, 0.72);
  border-top-color: var(--brand);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.hero__quote .quote-form h2 {
  color: var(--navy-2);
  font-size: 1.35rem;
}

.hero__quote .quote-form p {
  margin-bottom: 0.85rem;
  color: var(--muted);
}

.hero__quote .form-grid {
  gap: 0.65rem;
}

.hero__quote label {
  margin-bottom: 0.65rem;
}

.hero__quote input,
.hero__quote select,
.hero__quote textarea {
  min-height: 44px;
  border-color: #aebbc7;
}

.hero__quote textarea {
  min-height: 92px;
}

.button--outline {
  color: var(--brand-dark);
  background: #ffffff;
  border-color: var(--brand);
}

.button--outline:hover {
  color: #ffffff;
  background: var(--brand);
}

.brand-panel {
  padding: clamp(1.2rem, 3vw, 1.7rem);
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy-2), var(--navy));
  border-top: 5px solid var(--brand);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.brand-panel h2,
.brand-panel p {
  color: #ffffff;
}

.brand-panel .eyebrow {
  color: #ffd45a;
}

.brand-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

label {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  color: var(--ink);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.72rem 0.78rem;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #bac6d1;
  border-radius: 6px;
  font: inherit;
  font-weight: 400;
}

textarea {
  resize: vertical;
}

input:invalid:not(:placeholder-shown),
select:invalid:not(:focus),
textarea:invalid:not(:placeholder-shown) {
  border-color: var(--brand);
}

.honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-message {
  padding: 0.75rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  font-weight: 700;
}

.form-message--success {
  color: #0d4d34;
  background: #dff5eb;
}

.form-message--error {
  color: #7d1020;
  background: #fde3e7;
}

.area-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.area-cloud a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0.48rem 0.72rem;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.area-cloud a:hover {
  color: var(--brand-dark);
  border-color: #f0a8b0;
  background: #fff7f8;
}

.area-cloud--all {
  max-height: none;
}

.rounded-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.check-list span {
  padding: 0.8rem;
  background: var(--soft-2);
  border-left: 4px solid var(--green);
  border-radius: 4px;
  font-weight: 700;
}

.cta-band {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.cta-band p {
  margin-bottom: 0;
}

.contact-list {
  display: grid;
  gap: 0.75rem;
  padding: 1.15rem;
  margin: 0 0 1rem;
  list-style: none;
}

.contact-list li {
  display: grid;
  gap: 0.15rem;
}

.contact-list strong {
  color: var(--muted);
}

.next-steps {
  padding: 1.15rem;
}

.plain-hero {
  padding-block: clamp(3rem, 7vw, 5rem);
  color: #ffffff;
  background: var(--navy-2);
}

.plain-hero h1,
.plain-hero p {
  color: #ffffff;
}

.plain-hero p {
  max-width: 760px;
}

.policy-copy {
  max-width: 850px;
}

.policy-copy h2 {
  margin-top: 2rem;
  font-size: 1.45rem;
}

.site-footer {
  padding-top: 3rem;
  color: #d9e4ec;
  background: var(--navy-2);
}

.site-footer h2 {
  color: #ffffff;
  font-size: 1rem;
}

.site-footer p {
  color: #d9e4ec;
}

.site-footer a {
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 0.9fr;
  gap: 1.6rem;
}

.footer-grid img {
  max-width: 132px;
  margin-bottom: 1rem;
  filter: brightness(1.08);
}

.plain-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.plain-list li {
  margin-bottom: 0.45rem;
}

.footer-links {
  display: grid;
  gap: 0.35rem;
}

.footer-bottom {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-block: 1.2rem;
  margin-top: 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.92rem;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 980px) {
  .top-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.15rem;
    padding-block: 0.5rem;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: fixed;
    inset: 0 0 auto 0;
    top: 130px;
    display: none;
    max-height: calc(100vh - 130px);
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: var(--brand);
    border-top: 1px solid rgba(122, 65, 0, 0.45);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav > a,
  .nav-locations > summary {
    width: 100%;
    justify-content: space-between;
  }

  .nav-locations ul {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    box-shadow: none;
  }

  .hero {
    min-height: auto;
  }

  .hero__overlay {
    background: linear-gradient(0deg, rgba(9, 25, 38, 0.92), rgba(9, 25, 38, 0.64));
  }

  .hero__inner {
    grid-template-columns: 1fr;
  }

  .split,
  .split--image,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quote-panel {
    position: static;
  }

  .card-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 58px;
  }

  .wrap {
    width: min(100% - 24px, 1160px);
  }

  .nav-shell {
    min-height: 80px;
  }

  .brand img {
    width: 128px;
  }

  .site-nav {
    top: 122px;
    max-height: calc(100vh - 122px);
  }

  .hero {
    min-height: 560px;
  }

  .hero__content {
    padding-block: 3.6rem;
  }

  .hero__quote .quote-form {
    padding: 1rem;
  }

  .button-row,
  .cta-band {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .button-row .button,
  .quote-form .button,
  .brand-panel__actions .button {
    width: 100%;
  }

  .trust-row li {
    width: 100%;
  }

  .card-grid,
  .proof-grid,
  .service-list,
  .form-grid,
  .check-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-action-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--navy-2);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .mobile-action-bar a {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-action-bar a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }
}

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