:root {
  --ink: #102536;
  --ink-2: #173247;
  --orange: #f28a16;
  --orange-dark: #c95b08;
  --cream: #fff8eb;
  --sand: #f3eadb;
  --white: #ffffff;
  --muted: #64707a;
  --shadow: 0 18px 50px rgba(16, 37, 54, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Source Sans 3", Arial, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1140px, calc(100% - 36px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 248, 235, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 37, 54, .1);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; line-height: 1.05; }
.brand-mark {
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%;
  background: var(--ink); color: var(--orange); font-family: "Oswald"; font-weight: 700;
  border: 3px solid var(--orange);
}
.brand strong { display: block; font-family: "Oswald"; letter-spacing: .06em; font-size: 1.05rem; }
.brand small { display: block; font-weight: 700; color: var(--orange-dark); letter-spacing: .09em; }

.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { text-decoration: none; font-weight: 700; }
.menu-button { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 22px; border-radius: 8px; border: 2px solid var(--orange);
  background: var(--orange); color: var(--ink); text-decoration: none;
  font-weight: 800; cursor: pointer; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); background: #ff9c2d; }
.button-small { padding: 10px 16px; }
.button-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.button-outline:hover { background: var(--white); color: var(--ink); }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink); }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 65% 10%, rgba(242,138,22,.36), transparent 32%),
    linear-gradient(125deg, #0c2232 0%, #14384d 58%, #9c3f08 150%);
}
.hero::after {
  content: "";
  position: absolute; inset: auto 0 0;
  height: 120px;
  background: linear-gradient(to top, var(--cream), transparent);
}
.hero-grid {
  position: relative; z-index: 2;
  min-height: 690px;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px;
  padding-block: 72px 110px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  font-size: .85rem;
}
h1, h2, h3 { font-family: "Oswald", Arial, sans-serif; line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 6vw, 6.2rem); margin-bottom: 24px; text-transform: uppercase; }
h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); margin-bottom: 18px; text-transform: uppercase; }
h3 { font-size: 1.4rem; }
.hero-text { max-width: 630px; font-size: 1.23rem; color: #e7eef3; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-row span {
  padding: 8px 12px; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  font-weight: 700;
}
.hero-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 75px rgba(0,0,0,.36);
  border: 5px solid rgba(255,255,255,.18);
  transform: rotate(1.5deg);
}
.hero-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; }

.section { padding: 100px 0; }
.section-intro { max-width: 720px; font-size: 1.15rem; color: var(--muted); margin-bottom: 42px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  padding: 30px; background: var(--white); border-radius: 18px;
  box-shadow: var(--shadow); border-top: 5px solid var(--orange);
}
.icon { font-size: 2.25rem; margin-bottom: 16px; }

.section-dark { background: var(--ink); color: var(--white); }
.section-dark p { color: #d8e1e7; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.text-link { color: var(--orange); font-weight: 800; text-decoration: none; }
.feature-list { display: grid; gap: 16px; }
.feature-list div {
  padding: 20px; border-left: 4px solid var(--orange);
  background: rgba(255,255,255,.06); border-radius: 0 12px 12px 0;
}
.feature-list strong, .feature-list span { display: block; }
.feature-list span { color: #bfcbd3; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.steps article { padding: 24px; background: var(--sand); border-radius: 14px; }
.steps span {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--orange); font-family: "Oswald"; font-size: 1.3rem; font-weight: 700; margin-bottom: 18px;
}

.cta { padding: 50px 0; background: var(--orange); }
.cta .eyebrow { color: var(--ink); }
.cta h2 { margin-bottom: 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.contact-section { background: var(--sand); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-details { display: grid; gap: 14px; margin-top: 30px; }
.contact-details a, .contact-details div {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 16px 0; border-bottom: 1px solid rgba(16,37,54,.16); text-decoration: none;
}
.estimate-form {
  display: grid; gap: 16px; padding: 30px; background: var(--white);
  border-radius: 18px; box-shadow: var(--shadow);
}
label { display: grid; gap: 7px; font-weight: 800; }
input, select, textarea {
  width: 100%; border: 1px solid #c8d0d5; border-radius: 8px;
  padding: 13px 14px; font: inherit; color: var(--ink); background: #fff;
}
textarea { resize: vertical; }
.form-note { margin: 0; color: var(--muted); font-size: .9rem; }

.site-footer { padding: 45px 0 20px; background: #081824; color: var(--white); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-grid p { margin: 6px 0; color: #b9c7d0; }
.footer-grid a { color: var(--orange); font-weight: 800; font-size: 1.2rem; }
.copyright { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #96a8b4; }

@media (max-width: 900px) {
  .menu-button {
    display: block; border: 0; background: var(--ink); color: var(--white);
    border-radius: 8px; padding: 10px 14px; font-weight: 800;
  }
  .main-nav {
    display: none; position: absolute; top: 76px; left: 18px; right: 18px;
    flex-direction: column; align-items: stretch; padding: 20px; border-radius: 12px;
    background: var(--cream); box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 35px; padding-top: 58px; }
  .hero-card { max-width: 560px; margin-inline: auto; }
  .cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .brand small { font-size: .7rem; }
  .hero-grid { min-height: auto; }
  .hero-actions .button { width: 100%; }
  .section { padding: 74px 0; }
  .steps { grid-template-columns: 1fr; }
  .cta-inner, .footer-grid { flex-direction: column; align-items: flex-start; }
  .contact-details a, .contact-details div { flex-direction: column; gap: 2px; }
}
