:root {
  --navy-950: #03101c;
  --navy-900: #061a2d;
  --navy-850: #0a2238;
  --navy-800: #102b45;
  --gold: #d9a847;
  --gold-light: #f0cc78;
  --ivory: #f8f6f0;
  --white: #ffffff;
  --muted: #aeb9c5;
  --line: rgba(255,255,255,.12);
  --shadow: 0 24px 70px rgba(0,0,0,.22);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--navy-950);
  color: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--white);
  color: var(--navy-950);
  transform: translateY(-180%);
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(3, 16, 28, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { width: 116px; flex: 0 0 auto; }
.brand img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  text-decoration: none;
  font-size: .93rem;
  font-weight: 650;
  letter-spacing: .01em;
  color: #edf2f6;
}
.site-nav a:hover { color: var(--gold-light); }
.site-nav .nav-cta {
  border: 1px solid rgba(217,168,71,.7);
  border-radius: 999px;
  padding: 10px 17px;
  color: var(--gold-light);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(217,168,71,.12), transparent 30%),
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217,168,71,.55), transparent);
}
.hero-grid {
  min-height: 710px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
  padding-block: 86px 92px;
  position: relative;
  z-index: 2;
}
.hero-copy { max-width: 700px; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 760;
  font-size: .78rem;
}
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 6.6vw, 6.2rem);
  max-width: 900px;
}
h1 span { color: var(--gold-light); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); margin-bottom: 20px; }
h3 { font-size: 1.65rem; }
.hero-lead {
  margin: 0;
  max-width: 680px;
  font-size: 1.15rem;
  color: #c7d0d9;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 760;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #251a05;
  box-shadow: 0 14px 32px rgba(217,168,71,.19);
}
.button-ghost { border-color: rgba(255,255,255,.24); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.06); }
.button-outline { border-color: rgba(217,168,71,.55); color: var(--gold-light); }

.trust-row {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  color: #cbd3db;
  font-size: .9rem;
}
.trust-row span::before { content: "✦"; color: var(--gold); margin-right: 9px; }

.hero-brand-card {
  width: min(100%, 510px);
  justify-self: end;
  position: relative;
  border: 1px solid rgba(217,168,71,.28);
  border-radius: 36px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
  box-shadow: var(--shadow);
}
.hero-brand-card::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid rgba(217,168,71,.16);
  border-radius: 36px;
  z-index: -1;
}
.hero-brand-card img { border-radius: 24px; width: 100%; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .45; }
.hero-glow-one { width: 300px; height: 300px; background: #184976; right: 4%; top: 12%; }
.hero-glow-two { width: 240px; height: 240px; background: #7e6425; right: 28%; bottom: 4%; opacity: .24; }

.intro-strip { background: #071522; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.intro-grid > div {
  padding: 26px 24px;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 13px;
  align-items: center;
}
.intro-grid > div:first-child { border-left: 1px solid var(--line); }
.intro-grid p { margin: 0; font-weight: 650; }
.number { color: var(--gold); font-size: .75rem; letter-spacing: .12em; }

.section { padding: 110px 0; }
.section-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 1.05rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  min-height: 510px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  display: flex;
  flex-direction: column;
}
.service-card.featured {
  border-color: rgba(217,168,71,.48);
  background: linear-gradient(180deg, rgba(217,168,71,.10), rgba(255,255,255,.02));
}
.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(217,168,71,.12);
  border: 1px solid rgba(217,168,71,.3);
  color: var(--gold-light);
  font-size: 1.4rem;
  margin-bottom: 28px;
}
.service-label {
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .72rem;
  font-weight: 760;
  color: var(--gold-light);
  margin: 0 0 10px;
}
.service-card h3 { margin-bottom: 14px; }
.service-card > p:not(.service-label) { color: var(--muted); margin-top: 0; }
.service-card ul { padding-left: 20px; color: #d5dce2; margin: 18px 0 28px; }
.service-card li { margin: 7px 0; }
.service-card a {
  margin-top: auto;
  color: var(--gold-light);
  text-decoration: none;
  font-weight: 750;
}
.service-card a span { margin-left: 4px; }

.commercial-panel {
  background:
    linear-gradient(115deg, rgba(217,168,71,.08), transparent 42%),
    var(--navy-850);
  border-block: 1px solid var(--line);
}
.commercial-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: stretch; }
.panel-copy > p:not(.eyebrow) { color: #c5ced6; max-width: 680px; font-size: 1.05rem; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 30px 0 34px; }
.check-grid span {
  padding: 14px 16px;
  background: rgba(3,16,28,.34);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.quote-panel {
  padding: 42px;
  border-radius: 26px;
  background: var(--navy-950);
  border: 1px solid rgba(217,168,71,.25);
  box-shadow: var(--shadow);
  align-self: center;
}
.quote-mark { font-family: Georgia, serif; font-size: 5rem; line-height: .65; color: var(--gold); margin: 0 0 20px; }
.quote-panel h3 { font-size: clamp(1.9rem, 3vw, 2.7rem); }
.quote-panel p { color: var(--muted); }
.quote-panel a { color: var(--gold-light); font-weight: 700; word-break: break-word; }


.reviews {
  background:
    radial-gradient(circle at 90% 15%, rgba(217,168,71,.10), transparent 26%),
    #04121f;
  border-bottom: 1px solid var(--line);
}
.reviews-heading { margin-bottom: 44px; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.review-card {
  position: relative;
  min-height: 280px;
  padding: 32px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  display: flex;
  flex-direction: column;
}
.review-card-featured {
  border-color: rgba(217,168,71,.45);
  background: linear-gradient(145deg, rgba(217,168,71,.11), rgba(255,255,255,.02));
}
.review-stars {
  color: var(--gold-light);
  letter-spacing: .18em;
  font-size: .8rem;
  margin-bottom: 18px;
}
.review-card blockquote {
  margin: 0;
  color: #eef2f5;
  font-size: 1.04rem;
  line-height: 1.72;
}
.review-type {
  margin: auto 0 0;
  padding-top: 24px;
  color: var(--gold-light);
  font-size: .78rem;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.review-badge {
  align-self: flex-start;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(217,168,71,.35);
  background: rgba(217,168,71,.09);
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
  font-weight: 800;
}
.commercial-review {
  border-color: rgba(217,168,71,.30);
}
.reviews-cta {
  margin-top: 24px;
  padding: 30px 32px;
  border-radius: 22px;
  border: 1px solid rgba(217,168,71,.32);
  background: var(--navy-850);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.reviews-cta .eyebrow { margin-bottom: 8px; }
.reviews-cta h3 { margin: 0; font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
.reviews-cta .button { flex: 0 0 auto; }

.areas { background: var(--ivory); color: #102033; }
.areas .eyebrow { color: #956d22; }
.areas-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.areas-grid > div:first-child > p:not(.eyebrow) { color: #53606c; }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.area-list span {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 22px;
  border: 1px solid #d7d2c6;
  border-radius: 18px;
  background: #fff;
  font-size: 1.1rem;
  font-weight: 760;
}
.area-list span::before { content: "✦"; color: #b17f2a; margin-right: 12px; }
.text-link { display: inline-block; margin-top: 18px; color: #855f1d; font-weight: 800; text-decoration: none; }

.about { background: #061522; }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.about-logo-wrap {
  padding: 16px;
  border: 1px solid rgba(217,168,71,.28);
  border-radius: 28px;
  background: rgba(255,255,255,.025);
}
.about-logo-wrap img { border-radius: 18px; }
.about-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }

.contact {
  background:
    radial-gradient(circle at 12% 20%, rgba(217,168,71,.11), transparent 30%),
    var(--navy-900);
}
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact-details { margin-top: 36px; display: grid; gap: 12px; }
.contact-details a {
  display: block;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  text-decoration: none;
  background: rgba(255,255,255,.025);
}
.detail-kicker { display: block; color: var(--gold-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 3px; }
.contact-details strong { font-size: 1.08rem; }

.quote-form {
  padding: 34px;
  background: #fff;
  color: #172330;
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 17px; }
.quote-form label > span { display: block; font-weight: 760; font-size: .88rem; margin-bottom: 7px; }
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid #ccd2d9;
  border-radius: 12px;
  padding: 12px 13px;
  background: #fbfcfd;
  color: #172330;
  outline: none;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus { border-color: #b07d27; box-shadow: 0 0 0 3px rgba(217,168,71,.16); }
.quote-form textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: 12px 0 0; color: #69737c; font-size: .78rem; text-align: center; }

.site-footer { padding: 70px 0 22px; background: #020b13; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .7fr 1fr; gap: 60px; }
.footer-brand img { width: 135px; border-radius: 10px; margin-bottom: 18px; }
.footer-brand p, .footer-grid p { color: #98a4ae; }
.footer-grid h3 { font-size: .85rem; text-transform: uppercase; letter-spacing: .13em; color: var(--gold-light); margin-bottom: 15px; }
.footer-grid a { display: block; text-decoration: none; margin: 8px 0; color: #d9e0e6; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  margin-top: 52px;
  padding-top: 22px;
  color: #7f8a94;
  font-size: .84rem;
}
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--gold-light); text-decoration: none; }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 88px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #071725;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .site-nav .nav-cta { text-align: center; margin-top: 4px; }
  .hero-grid, .commercial-grid, .areas-grid, .about-grid, .contact-grid, .section-heading { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 52px; padding-block: 70px 80px; }
  .hero-brand-card { justify-self: start; width: min(100%, 520px); }
  .section-heading { gap: 24px; align-items: start; }
  .service-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .commercial-grid, .areas-grid, .about-grid, .contact-grid { gap: 50px; }
  .about-logo-wrap { max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 76px; }
  .brand { width: 98px; }
  .site-nav { top: 76px; left: 14px; right: 14px; }
  .hero-grid { padding-block: 56px 64px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.25rem); }
  .section { padding: 76px 0; }
  .intro-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-grid > div { border-bottom: 1px solid var(--line); padding: 20px 16px; }
  .intro-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .intro-grid > div:nth-child(2) { border-right: 1px solid var(--line); }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 10px; }
  .check-grid, .area-list, .field-row { grid-template-columns: 1fr; }
  .quote-panel, .quote-form, .service-card { padding: 26px; }
  .area-list span { min-height: 72px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .reviews-cta { align-items: flex-start; flex-direction: column; padding: 26px; }
  .reviews-cta .button { width: 100%; }
  .review-card { min-height: auto; padding: 26px; }
  .footer-bottom { flex-direction: column; }
}

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

/* Real customer finishing-touch photo */
.finishing-touch { background: rgba(255,255,255,.025); }
.finishing-touch-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}
.finishing-touch-photo {
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}
.finishing-touch-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.finishing-touch-copy h2 { margin-bottom: 22px; }
.finishing-touch-copy > p:not(.eyebrow):not(.review-type) { max-width: 620px; }
.finishing-touch-copy blockquote {
  margin: 30px 0 10px;
  padding: 24px 26px;
  border-left: 3px solid var(--gold);
  background: rgba(255,255,255,.04);
  border-radius: 0 16px 16px 0;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.55;
}
.finishing-touch-copy .review-type { margin: 0 0 28px; }
@media (max-width: 980px) {
  .finishing-touch-grid { grid-template-columns: 1fr; }
  .finishing-touch-photo { max-width: 620px; }
}
