:root {
  --color-navy-950: #070750;
  --color-navy-900: #0a0a66;
  --color-navy-800: #15157a;
  --color-blue-100: #e9efff;
  --color-gold-500: #d9b53d;
  --color-gold-300: #f1d869;
  --color-orange-600: #b7440b;
  --color-orange-500: #f26b1d;
  --color-orange-100: #fff0e6;
  --color-ink: #17172b;
  --color-muted: #57586c;
  --color-line: #dfe1ea;
  --color-surface: #ffffff;
  --color-soft: #f6f7fb;
  --color-success: #126b3b;
  --color-error: #a51e1e;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --shadow-sm: 0 0.35rem 1.2rem rgb(12 12 70 / 8%);
  --shadow-md: 0 1rem 2.5rem rgb(12 12 70 / 14%);
  --content: 72rem;
  --content-narrow: 49rem;
  --header-height: 5rem;
  --focus: 0 0 0 0.22rem #fff, 0 0 0 0.42rem #f26b1d;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-surface);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--color-navy-800);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.17em;
}

a:hover {
  color: var(--color-orange-600);
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
input[type="submit"] {
  cursor: pointer;
}

:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

h1,
h2,
h3 {
  color: var(--color-navy-950);
  font-family: var(--font-display);
  line-height: 1.12;
  text-wrap: balance;
}

h1 {
  margin: 0 0 var(--space-5);
  font-size: clamp(2.35rem, 7vw, 4.8rem);
  letter-spacing: -0.035em;
}

h2 {
  margin: 0 0 var(--space-5);
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.025em;
}

h3 {
  margin: 0 0 var(--space-3);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

p,
ul,
ol {
  margin: 0 0 var(--space-4);
}

ul,
ol {
  padding-inline-start: 1.25rem;
}

li + li {
  margin-top: var(--space-2);
}

address {
  font-style: normal;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: var(--space-3);
  left: var(--space-3);
  padding: var(--space-3) var(--space-4);
  transform: translateY(-180%);
  border-radius: var(--radius-sm);
  color: white;
  background: var(--color-orange-600);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@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;
  }
}

.container {
  width: min(calc(100% - 2rem), var(--content));
  margin-inline: auto;
}

.container--narrow {
  width: min(calc(100% - 2rem), var(--content-narrow));
  margin-inline: auto;
}

.section {
  padding-block: clamp(3.5rem, 8vw, var(--space-8));
}

.section--soft {
  background: var(--color-soft);
}

.section--navy {
  color: white;
  background: var(--color-navy-950);
}

.section--navy :is(h2, h3, a) {
  color: white;
}

.section--navy .eyebrow {
  color: var(--color-gold-300);
}

.grid {
  display: grid;
  gap: var(--space-5);
}

.grid--2,
.grid--3,
.grid--4 {
  grid-template-columns: 1fr;
}

.split {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.stack > * + * {
  margin-top: var(--space-5);
}

.cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
}

.center {
  text-align: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: var(--space-3);
  color: var(--color-orange-600);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead {
  max-width: 46rem;
  color: var(--color-muted);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.section-heading {
  max-width: 47rem;
  margin-bottom: var(--space-7);
}

.section-heading.center {
  margin-inline: auto;
}

@media (min-width: 45rem) {
  .grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (min-width: 68rem) {
  .grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: white;
  background: #00005d;
  box-shadow: none;
}

.utility-bar {
  display: none;
  background: #282878;
  font-size: 0.82rem;
}

.utility-bar .container {
  display: flex;
  justify-content: flex-end;
  gap: 1.25rem;
  min-height: 3.625rem;
  align-items: center;
}

.utility-bar a {
  color: white;
  text-decoration: none;
}

.utility-bar .utility-order {
  min-width: 5.5rem;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.25rem;
  border: 1px solid white;
  border-radius: 999px;
  background: black;
  font-weight: 750;
}

.utility-phone:hover,
.utility-order:hover {
  color: white;
}

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

.brand {
  display: inline-block;
  flex: none;
}

.brand img {
  width: 10rem;
  height: auto;
}

.menu-toggle,
.nav-dropdown__toggle {
  min-width: 2.75rem;
  min-height: 2.75rem;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: var(--radius-sm);
  color: white;
  background: transparent;
}

.menu-toggle {
  padding: 0.6rem 0.8rem;
}

.menu-toggle__bars,
.menu-toggle__bars::before,
.menu-toggle__bars::after {
  display: block;
  width: 1.45rem;
  height: 2px;
  background: currentColor;
  content: "";
}

.menu-toggle__bars {
  position: relative;
}

.menu-toggle__bars::before {
  position: absolute;
  top: -0.45rem;
}

.menu-toggle__bars::after {
  position: absolute;
  top: 0.45rem;
}

.site-nav {
  position: absolute;
  inset: 100% 0 auto;
  display: none;
  max-height: calc(100vh - var(--header-height));
  padding: var(--space-4);
  overflow-y: auto;
  background: #00005d;
}

.site-nav[data-open="true"] {
  display: block;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a,
.nav-dropdown__toggle {
  display: flex;
  width: 100%;
  min-height: 2.75rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.8rem;
  border: 0;
  color: white;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a[aria-current="page"] {
  color: var(--color-gold-300);
}

.nav-dropdown__menu {
  display: none;
  padding-left: var(--space-4) !important;
}

.nav-dropdown__menu[data-open="true"] {
  display: block;
}

.language-switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.65rem 0.8rem;
  font-size: 0.9rem;
}

.language-switcher > span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.flag-icon {
  width: 1.55rem;
  height: auto;
  border: 1px solid rgb(255 255 255 / 45%);
}

.nav-order-mobile {
  display: block;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 0.72rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 999px;
  color: white;
  background: var(--color-orange-600);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  color: white;
  background: #b9450c;
  transform: translateY(-1px);
}

.button--secondary {
  border-color: var(--color-navy-900);
  color: var(--color-navy-900);
  background: white;
}

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

.button--light {
  border-color: white;
  color: white;
  background: transparent;
}

.button--nav {
  margin-top: var(--space-3);
}

.card {
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: white;
  box-shadow: var(--shadow-sm);
}

.card__body {
  padding: var(--space-5);
}

.card__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card > picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

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

.icon-list li {
  position: relative;
  padding-left: 1.65rem;
}

.icon-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-orange-600);
  content: "✓";
  font-weight: 900;
}

.breadcrumbs {
  padding-block: var(--space-4);
  font-size: 0.88rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li + li::before {
  margin-inline: var(--space-2);
  color: var(--color-muted);
  content: "/";
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-chips li {
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: white;
  font-size: 0.9rem;
  font-weight: 700;
}

.notice {
  padding: var(--space-4);
  border-left: 0.3rem solid var(--color-orange-500);
  border-radius: var(--radius-sm);
  background: var(--color-orange-100);
}

.form {
  display: grid;
  gap: var(--space-4);
}

.form-grid {
  display: grid;
  gap: var(--space-4);
}

.field {
  display: grid;
  gap: var(--space-2);
}

.field label,
.fieldset__legend {
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #a8aabd;
  border-radius: var(--radius-sm);
  background: white;
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.field small {
  color: var(--color-muted);
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.form-status {
  min-height: 1.7rem;
  font-weight: 700;
}

.form-status[data-state="success"] {
  color: var(--color-success);
}

.form-status[data-state="error"] {
  color: var(--color-error);
}

.tabs {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow-sm);
}

.tab-list {
  display: flex;
  gap: var(--space-2);
  padding: var(--space-3);
  overflow-x: auto;
  border-bottom: 1px solid var(--color-line);
}

.tab-list button {
  min-height: 2.8rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--color-soft);
  font-weight: 800;
  white-space: nowrap;
}

.tab-list button[aria-selected="true"] {
  color: white;
  background: var(--color-navy-900);
}

.tab-panel {
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.tab-panel[hidden] {
  display: none;
}

.price {
  display: flex;
  align-items: baseline;
  gap: var(--space-2);
  margin-block: var(--space-4);
  color: var(--color-navy-950);
}

.price strong {
  font-family: var(--font-display);
  font-size: 2.5rem;
}

.calculator-result {
  padding: var(--space-5);
  border-radius: var(--radius-md);
  color: white;
  background: var(--color-navy-950);
}

.calculator-result output {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

.site-footer {
  padding-block: var(--space-7) var(--space-5);
  color: rgb(255 255 255 / 88%);
  background: var(--color-navy-950);
}

.site-footer h2 {
  color: white;
  font-family: var(--font-sans);
  font-size: 1rem;
}

.site-footer a {
  color: white;
}

.footer-brand {
  width: 11rem;
  height: auto;
  margin-bottom: var(--space-4);
}

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

.footer-bottom {
  margin-top: var(--space-7);
  padding-top: var(--space-4);
  border-top: 1px solid rgb(255 255 255 / 18%);
  font-size: 0.85rem;
  text-align: center;
}

.scroll-top {
  position: fixed;
  z-index: 80;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  color: white;
  background: var(--color-orange-600);
  box-shadow: var(--shadow-md);
  font-size: 1.25rem;
  font-weight: 900;
}

.scroll-top[data-visible="true"] {
  display: block;
}

@media (min-width: 48rem) {
  .utility-bar {
    display: block;
  }

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

@media (min-width: 70rem) {
  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: block;
    max-height: none;
    padding: 0;
    overflow: visible;
    flex: 1;
    margin-left: 4rem;
  }

  .site-nav > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-shell,
  .utility-bar .container {
    width: min(calc(100% - 2rem), 68rem);
  }

  .nav-shell {
    min-height: 6.25rem;
  }

  .site-nav a,
  .nav-dropdown__toggle {
    width: auto;
    font-size: 0.78rem;
    padding-inline: 0.62rem;
  }

  .nav-dropdown {
    position: relative;
  }

  .nav-dropdown__menu {
    position: absolute;
    top: calc(100% + 0.3rem);
    left: 0;
    min-width: 15rem;
    padding: var(--space-2) !important;
    border-radius: var(--radius-sm);
    background: #00005d;
    box-shadow: var(--shadow-md);
  }

  .nav-dropdown__menu a {
    width: 100%;
  }

  .button--nav {
    margin-top: 0;
    margin-left: var(--space-2);
  }

  .language-switcher {
    flex-wrap: nowrap;
    padding-inline: 0.62rem;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .nav-order-mobile {
    display: none;
  }
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(32rem, 40.3vw, 40rem);
  place-items: center;
  overflow: hidden;
  color: white;
  background: var(--color-navy-950);
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__media picture {
  display: block;
  height: 100%;
}

.hero__overlay {
  background: transparent;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), var(--content));
  padding-block: 4rem 7rem;
  color: #080808;
  text-align: center;
}

.hero h1 {
  max-width: 64rem;
  margin-inline: auto;
  color: #080808;
  font-size: clamp(2.35rem, 3.2vw, 3.15rem);
}

.hero h1 span {
  display: block;
}

.hero__title-main {
  white-space: nowrap;
}

.hero__promise {
  margin-bottom: 0.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  font-weight: 700;
}

.hero__tagline {
  margin-bottom: 0.75rem;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  font-weight: 800;
}

.hero__order {
  min-width: 10.75rem;
  min-height: 4rem;
  border-color: white;
  color: white;
  background: black;
  font-size: 1.12rem;
  text-transform: uppercase;
}

.hero__order:hover {
  background: var(--color-navy-950);
}

.home-areas {
  position: relative;
  z-index: 2;
  margin-top: -5.625rem;
  padding-bottom: clamp(3.5rem, 8vw, var(--space-8));
}

.home-areas__panel {
  width: min(calc(100% - 2rem), 70rem);
  padding: 1.45rem clamp(1rem, 4vw, 2.5rem) 2rem;
  border-radius: 0.7rem;
  background: white;
  box-shadow: 0 0.75rem 2.2rem rgb(12 12 70 / 10%);
}

.home-areas__panel .section-heading {
  margin-bottom: 1rem;
}

.home-areas__panel h2 {
  margin-bottom: 0.15rem;
  color: #080808;
  font-size: clamp(2rem, 3vw, 2.5rem);
}

.home-areas__panel .area-chips {
  justify-content: center;
}

.service-hero {
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
  background: linear-gradient(135deg, var(--color-blue-100), white);
}

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

.value-card {
  padding: var(--space-5);
  border-top: 0.25rem solid var(--color-orange-500);
  border-radius: var(--radius-md);
  background: white;
  box-shadow: var(--shadow-sm);
}

.steps {
  counter-reset: step;
}

.step {
  position: relative;
  padding: var(--space-5);
  padding-top: 4.4rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: white;
  counter-increment: step;
}

.step::before {
  position: absolute;
  top: var(--space-5);
  left: var(--space-5);
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--color-orange-600);
  content: counter(step);
  font-weight: 900;
}

.cta-band {
  padding: clamp(2rem, 6vw, 3.5rem);
  border-radius: var(--radius-lg);
  color: white;
  background: linear-gradient(135deg, var(--color-navy-950), var(--color-navy-800));
  box-shadow: var(--shadow-md);
}

.cta-band h2 {
  color: white;
}

.article-header {
  padding-block: clamp(3rem, 8vw, 6rem);
  background: var(--color-soft);
}

.article-meta {
  color: var(--color-muted);
  font-size: 0.92rem;
}

.article-cover {
  width: 100%;
  max-height: 34rem;
  margin-top: var(--space-6);
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

.prose {
  padding-block: clamp(3rem, 7vw, 5rem);
}

.prose h2 {
  margin-top: var(--space-7);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.prose :is(p, ul, ol) {
  max-width: 46rem;
}

.legal-page h2 {
  margin-top: var(--space-7);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}

@media (min-width: 70rem) {
  .hero__content {
    transform: translateY(1.7rem);
  }
}

@media (max-width: 40rem) {
  .hero {
    min-height: clamp(28rem, 145vw, 36rem);
  }

  .hero__overlay {
    background: rgb(255 255 255 / 27%);
  }

  .hero__media img {
    object-position: 66% center;
  }

  .hero__content {
    padding-block: 2rem 4.25rem;
  }

  .hero h1 {
    font-size: clamp(1.85rem, 9.5vw, 2.25rem);
  }

  .hero__promise {
    font-size: clamp(1.05rem, 5vw, 1.35rem);
  }

  .hero__tagline {
    font-size: clamp(1rem, 4.5vw, 1.2rem);
  }

  .hero__title-main {
    white-space: normal;
  }

  .hero__order {
    min-width: 8.75rem;
    min-height: 3rem;
    font-size: 1rem;
  }

  .home-areas {
    margin-top: -4.125rem;
  }
}
