:root {
  --navy: #09152f;
  --navy-2: #111f40;
  --blue: #23385f;
  --gold: #c4a457;
  --gold-light: #e5d098;
  --paper: #f7f8fb;
  --white: #ffffff;
  --ink: #10192b;
  --muted: #606a7b;
  --line: #dfe3eb;
  --shadow: 0 24px 70px rgba(9, 21, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  max-width: 1280px;
  margin: auto;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 44px;
  color: var(--white);
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 52px; height: 52px; border-radius: 50%; background: white; }
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 20px; letter-spacing: .01em; }
.brand strong em, .footer-brand em { color: var(--gold-light); font-style: normal; }
.brand small { color: #bec7d7; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; margin-top: 6px; }
#navigation { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
#navigation > a:not(.nav-cta) { color: #dfe4ed; transition: color .2s ease; }
#navigation > a:not(.nav-cta):hover { color: var(--gold-light); }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(229, 208, 152, .65); border-radius: 2px; color: var(--gold-light); }
.menu-button { display: none; }

.hero {
  min-height: 760px;
  background:
    radial-gradient(circle at 83% 18%, rgba(196, 164, 87, .12), transparent 23%),
    linear-gradient(120deg, var(--navy) 0%, #0b1834 58%, #122344 100%);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  padding: 150px max(44px, calc((100vw - 1192px) / 2)) 90px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  right: -180px;
  bottom: -280px;
}
.hero-copy { max-width: 690px; position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  margin: 0 0 24px;
  color: var(--gold-light);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 30px; height: 1px; background: var(--gold); }
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.2vw, 74px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.045em;
}
h1 mark { color: var(--gold-light); background: none; }
.hero-text { max-width: 610px; margin: 30px 0 0; color: #cbd2df; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button {
  border: 0;
  border-radius: 2px;
  padding: 14px 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: 0 14px 30px rgba(196,164,87,.18); }
.button-gold:hover { background: var(--gold-light); }
.text-link { color: var(--white); font-weight: 750; }
.text-link span { color: var(--gold-light); margin-left: 7px; }
.hero-points { display: flex; gap: 30px; padding: 0; margin: 52px 0 0; list-style: none; color: #d5dbe6; font-size: 14px; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 10px; }
.hero-points li::before { content: ""; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }

.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.seal {
  position: relative;
  width: min(410px, 88%);
  aspect-ratio: 1;
  border: 1px solid rgba(229,208,152,.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.seal::before, .seal::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.seal::before { inset: 24px; }
.seal::after { inset: 55px; }
.seal-ring {
  width: 220px;
  height: 220px;
  background: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 30px 70px rgba(0,0,0,.28);
  overflow: hidden;
}
.seal-ring img { width: 192px; height: 192px; object-fit: contain; }
.seal p { position: absolute; bottom: 27px; text-align: center; margin: 0; }
.seal p strong { font-size: 27px; letter-spacing: .055em; text-transform: uppercase; }
.gold-line { position: absolute; width: 115px; height: 4px; background: var(--gold); right: -10px; top: 26%; }

.intro {
  max-width: 1192px;
  margin: 0 auto;
  padding: 110px 44px 68px;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 50px;
}
.section-kicker { color: #8e7439; margin-top: 13px; }
.intro h2, .contact h2, .commitments h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.035em;
}
.intro div { max-width: 770px; }
.intro div > p { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }

.services {
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 44px 110px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.service-card {
  min-height: 360px;
  padding: 38px 40px;
  background: var(--white);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--navy); color: white; border-color: var(--navy); }
.service-emblem {
  position: absolute;
  top: 50%;
  right: 38px;
  width: 108px;
  height: 108px;
  transform: translateY(-50%);
  color: var(--navy);
  border: 1px solid rgba(9, 21, 47, .18);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.service-emblem::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 12px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px var(--white);
}
.service-emblem svg { width: 54px; height: 54px; stroke-width: 1.45; }
.service-emblem .iconify { width: 58px; height: 58px; }
.service-emblem-vacuum .iconify { width: 66px; height: 66px; }
.featured .service-emblem { color: var(--gold-light); border-color: rgba(224, 183, 86, .42); }
.featured .service-emblem::after { box-shadow: 0 0 0 5px var(--navy); }
.service-copy { width: calc(100% - 132px); margin-right: auto; }
.service-card h3 { margin: 0 0 18px; font-size: 32px; line-height: 1.1; letter-spacing: -.025em; }
.service-card p { max-width: 390px; margin: 0; color: var(--muted); font-size: 16px; }
.featured p { color: #c9d0dd; }
.card-line { position: absolute; height: 3px; width: 42px; background: var(--gold); left: 40px; bottom: 36px; transition: width .25s ease; }
.service-card:hover .card-line { width: 86px; }

.commitments {
  background: var(--navy);
  color: var(--white);
  padding: 105px max(44px, calc((100vw - 1104px) / 2));
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
}
.section-kicker.light { color: var(--gold-light); }
.commitments-heading h2 { font-size: clamp(36px, 4vw, 52px); }
.commitment-list { border-top: 1px solid rgba(255,255,255,.14); }
.commitment-list article { display: grid; grid-template-columns: 55px 1fr; gap: 14px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.commitment-list article > span { color: var(--gold-light); font-size: 12px; font-weight: 850; letter-spacing: .12em; padding-top: 6px; }
.commitment-list h3 { margin: 0 0 4px; font-size: 20px; }
.commitment-list p { margin: 0; color: #bfc8d8; font-size: 15px; }

.contact {
  max-width: 1192px;
  margin: 0 auto;
  padding: 110px 44px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}
.contact-copy > p:not(.section-kicker) { color: var(--muted); font-size: 17px; margin: 22px 0 0; }
.direct-contact { margin-top: 40px; border-top: 1px solid var(--line); }
.direct-contact a, .direct-contact > p { margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.direct-contact span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 750; }
.direct-contact strong { font-size: 17px; margin-top: 2px; }
.direct-contact a:hover strong { color: #8e7439; }
form { background: var(--white); padding: 38px; box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: flex; flex-direction: column; gap: 7px; color: #273148; font-size: 14px; font-weight: 750; margin-bottom: 18px; }
.field-label { display: block; }
.field-label b, .required-note span { color: #9a7125; font-size: 16px; }
.required-note { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
input, select, textarea {
  width: 100%;
  border: 1px solid #d5dae4;
  border-radius: 2px;
  background: #fbfcfe;
  color: var(--ink);
  padding: 12px 13px;
  min-height: 48px;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(196,164,87,.15); }
.button-navy { width: 100%; background: var(--navy); color: white; }
.button-navy:hover { background: var(--navy-2); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; text-align: center; }

footer {
  background: #061025;
  color: #c4ccda;
  min-height: 150px;
  padding: 42px max(44px, calc((100vw - 1104px) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px 44px;
  align-items: center;
}
.footer-brand { color: white; font-size: 22px; font-weight: 850; }
footer p { margin: 0; color: #8490a5; font-size: 14px; }
footer div { display: flex; gap: 24px; font-weight: 700; font-size: 14px; }
footer small { grid-column: 1 / -1; color: #667188; font-size: 12px; }
.mobile-contact-bar { display: none; }

@media (max-width: 900px) {
  .site-header { min-height: 84px; padding: 16px 24px; }
  .brand small { display: none; }
  .menu-button { display: grid; gap: 5px; background: transparent; border: 0; padding: 12px; cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; background: white; }
  #navigation {
    display: none;
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    color: var(--ink);
    box-shadow: var(--shadow);
  }
  #navigation.open { display: flex; }
  #navigation > a:not(.nav-cta) { color: var(--ink); }
  .nav-cta { text-align: center; color: var(--navy); border-color: var(--gold); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 130px 24px 78px; }
  .hero-visual { display: none; }
  .intro { grid-template-columns: 1fr; gap: 0; padding: 78px 24px 44px; }
  .section-kicker { margin-bottom: 20px; }
  .services { padding: 0 24px 78px; }
  .commitments { grid-template-columns: 1fr; gap: 50px; padding: 78px 24px; }
  .contact { grid-template-columns: 1fr; gap: 50px; padding: 78px 24px; }
  footer { grid-template-columns: 1fr; padding: 38px 24px; }
  footer small { grid-column: auto; }
}

@media (max-width: 620px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 18px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { text-align: center; }
  .hero-points { flex-direction: column; gap: 9px; margin-top: 40px; }
  .services { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; padding: 30px; }
  .service-emblem { right: 24px; width: 76px; height: 76px; }
  .service-emblem svg { width: 39px; height: 39px; }
  .service-emblem::after { right: 2px; bottom: 8px; width: 8px; height: 8px; box-shadow: 0 0 0 4px var(--white); }
  .service-emblem .iconify { width: 42px; height: 42px; }
  .service-emblem-vacuum .iconify { width: 48px; height: 48px; }
  .featured .service-emblem::after { box-shadow: 0 0 0 4px var(--navy); }
  .service-copy { width: calc(100% - 82px); }
  .service-card h3 { font-size: 27px; }
  .card-line { left: 30px; bottom: 28px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  form { padding: 26px 20px; }
  footer div { flex-direction: column; gap: 8px; }
  .mobile-contact-bar {
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(9, 21, 47, .97);
    box-shadow: 0 -10px 30px rgba(9, 21, 47, .18);
  }
  .mobile-contact-bar a {
    min-height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(229, 208, 152, .65);
    color: var(--gold-light);
    font-size: 14px;
    font-weight: 850;
    border-radius: 2px;
  }
  .mobile-contact-bar a:last-child { background: var(--gold); color: var(--navy); border-color: var(--gold); }
}

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