:root {
  --navy: #082f49;
  --navy-deep: #041d2d;
  --navy-light: #0d4567;
  --water: #8ec9e8;
  --water-bright: #d9f2ff;
  --cream: #fbf6ea;
  --cream-dark: #efe5d0;
  --red: #a42b29;
  --red-dark: #7f1f1d;
  --gold: #d6a33d;
  --ink: #12202b;
  --muted: #56636d;
  --white: #fff;
  --line: #dce3e6;
  --shadow: 0 22px 60px rgba(4, 29, 45, .14);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; background: #fff; color: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: none; }

.announcement { padding: 7px 20px; background: var(--navy-deep); color: var(--water-bright); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251, 246, 234, .96); border-bottom: 1px solid rgba(8, 47, 73, .12); backdrop-filter: blur(12px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: cover; object-position: 50% 17%; border-radius: 50%; border: 2px solid rgba(8, 47, 73, .15); }
.brand span { display: grid; line-height: 1; }
.brand strong { font: 800 25px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .025em; }
.brand small { margin-top: 5px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--red); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a { color: var(--navy); text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-links > a:not(.nav-cta):hover { color: var(--red); }
.nav-links .nav-cta { padding: 12px 17px; background: var(--red); color: #fff; border-radius: 999px; box-shadow: 0 10px 24px rgba(164, 43, 41, .2); }
.menu-toggle { display: none; border: 1px solid rgba(8, 47, 73, .22); color: var(--navy); background: transparent; border-radius: 10px; padding: 9px 12px; font-weight: 800; }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; inset: auto -10% -48% 35%; height: 90%; background: radial-gradient(ellipse, rgba(142, 201, 232, .36), transparent 68%); }
.hero-water { position: absolute; inset: 0; pointer-events: none; opacity: .4; background-image: radial-gradient(circle at 12% 18%, rgba(142, 201, 232, .34) 0 2px, transparent 3px), radial-gradient(circle at 87% 24%, rgba(142, 201, 232, .3) 0 3px, transparent 4px); background-size: 90px 90px, 130px 130px; }
.hero-grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; padding-top: 66px; padding-bottom: 72px; }
.eyebrow, .kicker { margin: 0 0 14px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 2px; background: var(--gold); }
h1, h2, h3 { margin-top: 0; font-family: "Barlow Condensed", sans-serif; }
h1 { max-width: 650px; margin-bottom: 20px; color: var(--navy); font-size: clamp(56px, 7vw, 92px); line-height: .91; letter-spacing: -.025em; text-transform: uppercase; }
h1 em { color: var(--red); font-style: normal; }
.hero-sub { max-width: 600px; margin: 0; color: #455761; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 20px; border: 2px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 28px rgba(164, 43, 41, .22); }
.button-primary:hover { background: var(--red-dark); }
.button-light { color: var(--navy); background: #fff; border-color: rgba(8, 47, 73, .13); }
.button-outline { color: var(--navy); background: transparent; border-color: rgba(8, 47, 73, .28); }
.quick-trust { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px 24px; color: var(--navy); font-size: 13px; font-weight: 800; }
.quick-trust span::first-letter { color: var(--red); }

.hero-visual { min-height: 545px; position: relative; }
.logo-card { width: 82%; margin-left: auto; background: #f6f0e3; border: 1px solid rgba(8, 47, 73, .12); border-radius: 50% 50% 44% 46%; overflow: hidden; box-shadow: var(--shadow); transform: rotate(2deg); }
.logo-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.photo-card { width: 57%; position: absolute; left: 0; bottom: 0; padding: 8px; background: #fff; border-radius: 17px; box-shadow: 0 18px 50px rgba(4, 29, 45, .25); transform: rotate(-3deg); }
.photo-card img { width: 100%; height: 174px; object-fit: cover; border-radius: 12px; }
.photo-card span { display: block; padding: 7px 4px 3px; color: var(--navy); font: 700 17px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .06em; }

.service-strip { background: var(--navy); color: #fff; }
.service-strip-inner { min-height: 65px; display: flex; align-items: center; justify-content: center; gap: 24px; font: 700 17px/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.service-strip i { color: var(--water); font-style: normal; }

.section { padding: 96px 0; }
.section-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.section-heading h2, .why-copy h2, .quote-intro h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(42px, 5vw, 64px); line-height: .98; text-transform: uppercase; }
.section-heading > p { margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(8, 47, 73, .05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(142, 201, 232, .9); box-shadow: var(--shadow); }
.service-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--water-bright); font: 800 15px/1 "Barlow Condensed", sans-serif; }
.service-card h3 { margin: 30px 0 8px; color: var(--navy); font-size: 27px; line-height: 1; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.center-action { margin-top: 30px; text-align: center; }
.text-link { color: var(--red); font-weight: 800; text-underline-offset: 4px; }

.results-section { background: var(--navy-deep); color: #fff; }
.section-heading.light h2 { color: #fff; }
.section-heading.light > p { color: rgba(255, 255, 255, .66); }
.section-heading.light .kicker { color: var(--water); }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.comparison { overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--radius); background: rgba(255, 255, 255, .055); }
.comparison-title { padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.comparison-title h3 { margin: 0; font-size: 24px; line-height: 1; text-transform: uppercase; }
.comparison-title span { color: var(--water); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.comparison-images { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-images figure { position: relative; margin: 0; min-width: 0; height: 260px; overflow: hidden; }
.comparison-images.portrait figure { height: 360px; }
.comparison-images figure + figure { border-left: 3px solid var(--navy-deep); }
.comparison-images img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.comparison:hover img { transform: scale(1.025); }
.comparison-images figcaption { position: absolute; left: 10px; bottom: 10px; padding: 7px 10px; color: var(--navy); background: rgba(255, 255, 255, .93); border-radius: 8px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.comparison-images figure:last-child figcaption { color: #fff; background: var(--red); }

.why-section { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: center; }
.why-photo { position: relative; }
.why-photo > img { width: 100%; min-height: 520px; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.why-photo > div { position: absolute; right: -24px; bottom: 32px; display: grid; min-width: 230px; padding: 18px 20px; color: #fff; background: var(--red); border-radius: 14px; box-shadow: 0 16px 36px rgba(127, 31, 29, .25); }
.why-photo strong { font: 800 25px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.why-photo span { margin-top: 5px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.why-copy h2 { margin-bottom: 18px; }
.why-copy .lead { color: var(--muted); font-size: 17px; }
.benefit-list { margin: 28px 0 0; padding: 0; list-style: none; }
.benefit-list li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(8, 47, 73, .13); }
.benefit-list li > span { color: var(--red); font: 800 18px/1.4 "Barlow Condensed", sans-serif; }
.benefit-list strong { color: var(--navy); font-size: 15px; }
.benefit-list p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }

.quote-section { background: #fff; }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.quote-intro h2 { margin-bottom: 20px; }
.quote-intro > p:not(.kicker) { color: var(--muted); }
.quote-intro > p a { color: var(--red); font-weight: 800; }
.direct-contact { margin: 28px 0; display: grid; gap: 8px; }
.direct-contact span { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.direct-contact a { color: var(--navy); font-weight: 800; text-underline-offset: 4px; }
.area-card { margin-top: 28px; padding: 20px; background: var(--water-bright); border-radius: 14px; }
.area-card strong { color: var(--navy); font-family: "Barlow Condensed", sans-serif; font-size: 20px; text-transform: uppercase; }
.area-card p { margin: 6px 0 0; color: #375368; font-size: 13px; }
.quote-form { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quote-form label { display: block; margin-bottom: 16px; }
.quote-form label > span { display: block; margin-bottom: 7px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.quote-form label small { color: var(--muted); font-weight: 600; text-transform: none; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #ccd6da; border-radius: 10px; outline: none; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--water); box-shadow: 0 0 0 4px rgba(142, 201, 232, .3); }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.form-status { min-height: 22px; margin: 12px 0 0; color: var(--navy); font-weight: 700; }
.form-tip { margin: 2px 0 0; color: var(--muted); font-size: 11px; }

.footer { padding: 55px 0 28px; color: rgba(255, 255, 255, .78); background: var(--navy-deep); }
.footer-main { display: grid; grid-template-columns: .9fr 1.2fr .6fr; gap: 50px; align-items: start; }
.footer-brand { color: #fff; }
.footer-brand img { border-color: rgba(255, 255, 255, .2); }
.footer-copy p { margin: 0 0 10px; font-size: 13px; }
.footer-copy a { color: var(--water); font-weight: 800; }
.footer-nav { display: grid; gap: 9px; }
.footer-nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-nav a:hover { color: var(--water); }
.footer-bottom { margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 11px; }
.mobile-bar { display: none; }

@media (max-width: 980px) {
  .nav-links { gap: 18px; }
  .hero-grid { min-height: 620px; gap: 34px; }
  .hero-visual { min-height: 460px; }
  .service-strip-inner { justify-content: flex-start; overflow-x: auto; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { gap: 46px; }
  .quote-grid { gap: 42px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .wrap { width: min(100% - 28px, 620px); }
  .announcement { font-size: 10px; }
  .nav { min-height: 68px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 22px; }
  .menu-toggle { display: inline-flex; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 16px 20px 22px; background: var(--cream); border-bottom: 1px solid rgba(8, 47, 73, .14); box-shadow: 0 14px 30px rgba(4, 29, 45, .12); }
  .nav-links.open { display: grid; }
  .nav-links > a { padding: 8px 0; }
  .nav-links .nav-cta { text-align: center; padding: 12px 16px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 38px; padding-top: 58px; padding-bottom: 54px; }
  h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero-sub { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .quick-trust { gap: 9px 16px; }
  .hero-visual { min-height: 430px; }
  .logo-card { width: 86%; }
  .photo-card { width: 62%; }
  .service-strip-inner { min-height: 56px; gap: 17px; font-size: 15px; }
  .section { padding: 72px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .section-heading h2, .why-copy h2, .quote-intro h2 { font-size: 45px; }
  .services-grid, .comparison-grid, .why-grid, .quote-grid, .footer-main { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .comparison-images figure { height: 190px; }
  .comparison-images.portrait figure { height: 290px; }
  .why-grid { gap: 52px; }
  .why-photo > img { min-height: 420px; }
  .why-photo > div { right: 14px; bottom: -24px; }
  .quote-grid { gap: 38px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 20px; }
  .form-actions .button { width: 100%; }
  .footer-main { gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-bar { position: fixed; z-index: 99; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: .7fr 1.3fr; padding: 9px; gap: 8px; background: rgba(4, 29, 45, .97); box-shadow: 0 -8px 26px rgba(4, 29, 45, .22); }
  .mobile-bar a { display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 10px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 800; }
  .mobile-bar a:last-child { background: var(--red); border-color: var(--red); }
}

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