:root {
  --ink: #101820;
  --muted: #52606c;
  --line: #d9e3eb;
  --blue: #0875bc;
  --blue-dark: #06355c;
  --steel: #eef4f8;
  --amber: #f4b63f;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #f7fafc; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 9px clamp(18px, 4vw, 54px); background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: inline-flex; padding: 4px 7px; border-radius: 7px; background: #050505; }
.brand img { width: 172px; height: 60px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 20px; font-size: 15px; }
nav a { text-decoration: none; font-weight: 800; }
.nav-call { padding: 11px 15px; border-radius: 7px; color: var(--white); background: var(--blue-dark); white-space: nowrap; }
.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 430px); align-items: center; gap: clamp(28px, 5vw, 68px); padding: clamp(48px, 7vw, 96px) clamp(18px, 5vw, 72px); color: var(--white); background: linear-gradient(110deg, rgba(5,31,52,.97), rgba(6,53,92,.9) 54%, rgba(8,117,188,.5)), radial-gradient(circle at 90% 12%, rgba(244,182,63,.38), transparent 31%), #07385d; }
.hero-copy { max-width: 800px; }
.eyebrow { margin: 0 0 14px; color: var(--amber); font-size: 14px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(42px, 6.8vw, 82px); line-height: .97; letter-spacing: 0; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: 0; }
h3 { font-size: 21px; }
.lead { max-width: 690px; color: #e6f0f7; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 18px; border: 0; border-radius: 7px; text-decoration: none; font-weight: 900; cursor: pointer; font-size: 16px; }
.primary { background: var(--amber); color: #1d1608; }
.secondary { border: 1px solid rgba(255,255,255,.45); color: var(--white); background: transparent; }
.hero-card { padding: 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; background: rgba(255,255,255,.11); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.hero-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 7px; }
.hero-card div { padding: 18px 4px 4px; }
.hero-card span { display: block; color: var(--amber); font-weight: 900; margin-bottom: 8px; }
.hero-card strong { font-size: 22px; line-height: 1.25; }
.trust-strip { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--white); border-bottom: 1px solid var(--line); }
.trust-strip span { padding: 18px 14px; text-align: center; font-weight: 900; border-right: 1px solid var(--line); }
.section, .work-section, .social-section, .reviews, .quote-section, .map-section, .location-links { padding: clamp(50px, 7vw, 88px) clamp(18px, 5vw, 72px); }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.cards, .social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cards article, .review-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.cards p, .quote-copy p, .work-grid figcaption { color: var(--muted); font-size: 16px; line-height: 1.6; }
.work-section, .social-section { background: var(--steel); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
figure { margin: 0; border-radius: 8px; overflow: hidden; background: var(--white); border: 1px solid var(--line); }
figure img { width: 100%; height: 390px; object-fit: cover; }
figcaption { padding: 14px 16px 18px; font-weight: 800; }
.social-section { background: var(--white); }
.social-grid { grid-template-columns: repeat(3, 1fr); }
.social-card { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 8px; color: var(--white); text-decoration: none; background: var(--blue-dark); }
.social-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .25s ease; }
.social-card:hover img { transform: scale(1.04); }
.social-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(5,31,52,.92)); }
.social-card span, .social-card strong { position: relative; z-index: 1; margin-left: 22px; margin-right: 22px; }
.social-card span { color: var(--amber); font-weight: 900; text-transform: uppercase; font-size: 14px; margin-bottom: 9px; }
.social-card strong { font-size: 25px; line-height: 1.15; margin-bottom: 24px; }
.reviews { background: var(--blue-dark); color: var(--white); }
.reviews-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.rating-card { min-width: 180px; padding: 20px; border-radius: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); }
.rating-card strong { display: block; font-size: 52px; line-height: .95; color: var(--amber); }
.rating-card span { color: #dbe8f1; font-weight: 800; }
.review-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 1fr); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
.review-card { min-height: 230px; color: var(--ink); scroll-snap-align: start; }
.review-card p { font-size: 18px; line-height: 1.55; color: #22313d; }
.stars { display: block; color: var(--amber); font-size: 19px; margin-bottom: 16px; }
.text-link { display: inline-flex; margin-top: 18px; color: var(--amber); font-weight: 900; }
.quote-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr); gap: clamp(28px, 5vw, 70px); align-items: start; background: var(--white); }
.quote-copy { position: sticky; top: 94px; }
.quote-copy ul { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.quote-copy li { padding: 14px 16px; border-left: 4px solid var(--blue); background: var(--steel); font-weight: 900; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: clamp(18px, 3vw, 30px); border: 1px solid var(--line); border-radius: 8px; background: #fbfdff; }
label { display: grid; gap: 8px; color: #253645; font-weight: 900; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid #c7d4de; border-radius: 7px; padding: 12px 13px; font: inherit; background: var(--white); color: var(--ink); }
textarea { resize: vertical; line-height: 1.45; }
.full { grid-column: 1 / -1; }
.consent { display: flex; align-items: flex-start; gap: 10px; font-weight: 700; color: var(--muted); line-height: 1.45; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.map-section { display: grid; grid-template-columns: minmax(0, .75fr) minmax(320px, 1.25fr); gap: clamp(24px, 5vw, 56px); align-items: stretch; background: #071724; color: var(--white); }
.map-copy { align-self: center; }
.map-copy p { color: #dbe8f1; font-size: 17px; line-height: 1.65; }
.map-frame { min-height: 430px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: var(--blue-dark); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.map-frame iframe { width: 100%; height: 100%; min-height: 430px; border: 0; display: block; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 26px clamp(18px, 5vw, 72px); color: var(--white); background: #071724; }
footer img { width: 168px; height: 70px; object-fit: contain; background: #050505; border-radius: 6px; }
footer span { display: block; color: #bfccd6; margin-top: 5px; }
footer a { color: var(--amber); font-weight: 900; }
.location-links { background: var(--steel); }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.location-grid a { display: grid; gap: 10px; min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); text-decoration: none; }
.location-grid span { color: var(--blue); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.location-grid strong { font-size: clamp(30px, 4vw, 46px); line-height: 1; }
.location-grid p { color: var(--muted); font-size: 16px; line-height: 1.55; margin: 0; }
.location-hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); align-items: center; gap: clamp(28px, 5vw, 68px); padding: clamp(48px, 7vw, 96px) clamp(18px, 5vw, 72px); color: var(--white); background: linear-gradient(110deg, rgba(5,31,52,.98), rgba(6,53,92,.92)), #07385d; }
.location-hero img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.location-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: clamp(24px, 5vw, 56px); padding: clamp(50px, 7vw, 88px) clamp(18px, 5vw, 72px); background: var(--white); }
.location-content article p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.location-content aside { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--steel); }
.location-content ul { display: grid; gap: 12px; margin: 0; padding-left: 20px; font-weight: 800; }
@media (max-width: 980px) {
  .site-header, footer { align-items: flex-start; flex-direction: column; }
  nav { width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .hero, .quote-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .quote-copy { position: static; }
  .cards, .work-grid, .social-grid { grid-template-columns: 1fr 1fr; }
  .map-section, .location-hero, .location-content, .location-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  nav a:not(.nav-call) { display: none; }
  .brand img { width: 144px; height: 50px; }
  h1 { font-size: 41px; }
  .button, .nav-call { width: 100%; }
  .cards, .work-grid, .social-grid, .trust-strip, .lead-form { grid-template-columns: 1fr; }
  figure img { height: 310px; }
  .social-card { min-height: 390px; }
  .reviews-head { align-items: flex-start; flex-direction: column; }
}
