
:root {
  --navy: #143c58;
  --blue: #1f5478;
  --blue-2: #2f6f93;
  --red: #cf152a;
  --red-dark: #a90f20;
  --ink: #18232b;
  --muted: #5d6a73;
  --line: #dbe4e8;
  --mist: #eef4f6;
  --paper: #ffffff;
  --warm: #f8f5f2;
  --shadow: 0 18px 50px rgba(20, 60, 88, .12);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(207, 21, 42, .18); }

.skip-link {
  position: absolute; left: 16px; top: -80px; z-index: 9999;
  background: var(--navy); color: white; padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.section-kicker {
  margin: 0 0 12px; color: var(--red); text-transform: uppercase;
  font-weight: 800; letter-spacing: .14em; font-size: .78rem;
}
h1, h2, h3 { line-height: 1.12; margin: 0; color: var(--navy); }
h1 { font-size: clamp(2.55rem, 6vw, 5.35rem); letter-spacing: -.048em; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); letter-spacing: -.035em; }
h3 { font-size: 1.32rem; }
.lede { font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--muted); max-width: 760px; }
.muted { color: var(--muted); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--navy); font-weight: 800; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .1em;
}
.eyebrow::before { content: ""; width: 34px; height: 4px; background: var(--red); border-radius: 99px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.94); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219,228,232,.85);
}
.header-inner {
  min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { width: 310px; max-width: 56vw; text-decoration: none; }
.brand img { width: 100%; }
.nav-wrap { display: flex; align-items: center; gap: 24px; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav a {
  text-decoration: none; font-weight: 700; color: #273640; font-size: .95rem;
  position: relative; padding: 31px 0 27px;
}
.primary-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 3px;
  background: var(--red); transition: right .2s ease;
}
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { right: 0; }
.header-call {
  text-decoration: none; background: var(--red); color: white; font-weight: 800;
  padding: 13px 17px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 8px 24px rgba(207,21,42,.22);
}
.header-call:hover { background: var(--red-dark); transform: translateY(-1px); }
.menu-toggle {
  display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 10px; cursor: pointer;
}
.menu-toggle span { display: block; height: 3px; background: var(--navy); margin: 6px 0; border-radius: 3px; }

.hero {
  position: relative; overflow: hidden;
  background:
    linear-gradient(110deg, rgba(238,244,246,.98), rgba(255,255,255,.96) 52%, rgba(224,237,242,.8)),
    var(--mist);
}
.hero::before, .hero::after {
  content: ""; position: absolute; pointer-events: none;
}
.hero::before {
  width: 360px; height: 360px; right: -140px; top: -120px; background: var(--red);
  clip-path: polygon(0 0,100% 0,100% 100%,62% 72%);
  opacity: .94;
}
.hero::after {
  width: 440px; height: 440px; right: -170px; bottom: -230px; background: var(--blue);
  transform: rotate(20deg); opacity: .95;
}
.hero-grid {
  min-height: 690px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 42px;
  position: relative; z-index: 1; padding: 76px 0;
}
.hero-copy { max-width: 700px; }
.hero h1 span { color: var(--red); }
.hero .lede { margin: 25px 0 30px; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  text-decoration: none; border: 2px solid transparent; border-radius: 999px;
  padding: 14px 22px; font-weight: 850; transition: .2s ease; cursor: pointer;
}
.btn-primary { background: var(--red); color: white; box-shadow: 0 10px 28px rgba(207,21,42,.22); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-secondary { border-color: var(--navy); color: var(--navy); background: white; }
.btn-secondary:hover { background: var(--navy); color: white; transform: translateY(-2px); }
.hero-art { position: relative; z-index: 2; }
.hero-art img { width: 100%; filter: drop-shadow(0 26px 36px rgba(20,60,88,.17)); }
.service-area-line {
  display: flex; align-items: center; flex-wrap: wrap; gap: 9px 14px;
  margin-top: 28px; color: var(--navy); font-weight: 800; font-size: .9rem;
}
.service-area-line .dot { width: 5px; height: 5px; background: var(--red); border-radius: 50%; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 27px 22px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy); font-size: 1.03rem; }
.trust-item span { color: var(--muted); font-size: .88rem; }

.section-head {
  display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px;
}
.section-head > div { max-width: 760px; }
.section-head .lede { margin: 14px 0 0; }

.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card {
  position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius);
  background: white; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card::after {
  content: ""; position: absolute; width: 90px; height: 90px; right: -44px; bottom: -50px;
  transform: rotate(45deg); background: var(--blue); opacity: .08;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #c8d7de; }
.icon-box {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--mist); color: var(--red); margin-bottom: 22px;
}
.icon-box svg { width: 27px; height: 27px; }
.service-card p { color: var(--muted); margin: 12px 0 0; }
.service-card ul { color: var(--muted); padding-left: 18px; margin: 13px 0 0; }

.about-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.about-panel {
  background: var(--navy); color: white; min-height: 510px; border-radius: 28px;
  position: relative; overflow: hidden; padding: 48px;
  display: flex; flex-direction: column; justify-content: end;
}
.about-panel::before {
  content: ""; position: absolute; width: 290px; height: 290px; background: var(--red); right: -80px; top: -90px;
  transform: rotate(35deg); opacity: .95;
}
.about-panel::after {
  content: ""; position: absolute; width: 340px; height: 340px; border: 36px solid rgba(255,255,255,.09);
  border-radius: 50%; left: -130px; top: 20px;
}
.about-panel > * { position: relative; z-index: 1; }
.about-panel .number { font-size: clamp(4rem, 10vw, 8rem); line-height: .85; font-weight: 900; letter-spacing: -.07em; }
.about-panel .caption { font-size: 1.35rem; max-width: 330px; margin-top: 18px; font-weight: 700; }
.about-copy p { color: var(--muted); font-size: 1.03rem; }
.check-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 12px; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; }
.check-list li::before {
  content: "✓"; width: 24px; height: 24px; border-radius: 50%; background: rgba(207,21,42,.1);
  color: var(--red); display: grid; place-items: center; font-weight: 900; font-size: .85rem; margin-top: 2px;
}

.process { background: var(--mist); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; counter-reset: steps; }
.process-step { padding: 10px 30px 8px 0; position: relative; counter-increment: steps; }
.process-step:not(:last-child)::after {
  content: ""; position: absolute; top: 24px; right: 20px; width: calc(100% - 80px); height: 2px; background: #c9d9e0;
  transform: translateX(50%);
}
.process-step .num {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: var(--navy); color: white; font-weight: 900; margin-bottom: 22px; position: relative; z-index: 1;
}
.process-step p { color: var(--muted); }

.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.project-card {
  border-radius: 24px; border: 1px solid var(--line); background: white; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-visual { aspect-ratio: 1.55; background: var(--mist); overflow: hidden; }
.project-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-card:hover .project-visual img { transform: scale(1.025); }
.project-copy { padding: 26px; }
.project-copy p { color: var(--muted); margin-bottom: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 13px; }
.tag { padding: 5px 9px; border-radius: 999px; background: var(--mist); color: var(--blue); font-size: .78rem; font-weight: 800; }

.review-section {
  background: var(--navy); color: white; position: relative; overflow: hidden;
}
.review-section::after {
  content: ""; position: absolute; width: 440px; height: 440px; background: var(--red);
  right: -230px; top: -240px; transform: rotate(28deg);
}
.review-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; align-items: center; position: relative; z-index: 1; }
.review-section h2 { color: white; }
.review-section .section-kicker { color: #ff9ba6; }
.review-section .lede { color: #d8e5eb; }
.rating-card {
  background: white; color: var(--ink); padding: 34px; border-radius: 24px;
  box-shadow: 0 24px 65px rgba(0,0,0,.22);
}
.rating-card .stars { color: #e1a500; font-size: 1.5rem; letter-spacing: .18em; }
.rating-card h3 { margin-top: 10px; font-size: 1.75rem; }
.rating-card p { color: var(--muted); }
.rating-card .btn { margin-top: 8px; }

.cta-band { padding: 38px 0; background: var(--red); color: white; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { color: white; font-size: clamp(1.75rem, 3.5vw, 2.75rem); }
.cta-inner p { margin: 8px 0 0; color: #ffe8eb; }
.cta-band .btn { background: white; color: var(--red); white-space: nowrap; }
.cta-band .btn:hover { background: var(--navy); color: white; }

.page-hero {
  background: linear-gradient(110deg, var(--mist), white 72%);
  padding: 80px 0 72px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; width: 280px; height: 280px; right: -100px; top: -130px;
  background: var(--red); transform: rotate(28deg);
}
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { font-size: .85rem; font-weight: 800; color: var(--blue); margin-bottom: 16px; }
.breadcrumb a { text-decoration: none; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); max-width: 900px; }
.page-hero .lede { margin: 22px 0 0; }

.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.detail-card {
  border: 1px solid var(--line); border-radius: 22px; padding: 32px; background: white;
}
.detail-card p, .detail-card li { color: var(--muted); }
.detail-card ul { padding-left: 20px; }

.owner-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.owner-card {
  background: var(--navy); color: white; padding: 40px; border-radius: 26px; position: sticky; top: 115px; overflow: hidden;
}
.owner-card::after {
  content: ""; position: absolute; width: 190px; height: 190px; right: -95px; top: -50px; background: var(--red); transform: rotate(34deg);
}
.owner-card > * { position: relative; z-index: 1; }
.owner-card h2 { color: white; }
.owner-card p { color: #d8e4ea; }
.owner-card .role { color: #ffb1ba; text-transform: uppercase; font-weight: 900; letter-spacing: .12em; font-size: .8rem; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.contact-card {
  background: var(--navy); color: white; border-radius: 24px; padding: 36px; position: sticky; top: 115px;
}
.contact-card h2 { color: white; font-size: 2rem; }
.contact-card p { color: #dce8ed; }
.contact-list { display: grid; gap: 18px; margin-top: 28px; }
.contact-item { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; }
.contact-item .mini-icon { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.1); display: grid; place-items: center; color: #ff8f9b; }
.contact-item a { color: white; font-weight: 800; text-decoration: none; }
.contact-item small { color: #c5d7df; display: block; }
.contact-form {
  border: 1px solid var(--line); border-radius: 24px; padding: 36px; box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; color: var(--navy); font-size: .92rem; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #cbd8de; border-radius: 12px; padding: 13px 14px; color: var(--ink); background: #fff;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 3px solid rgba(47,111,147,.15); border-color: var(--blue-2);
}
.form-note { color: var(--muted); font-size: .83rem; margin: 14px 0 0; }
.form-status { margin-top: 16px; padding: 12px 14px; background: var(--mist); border-radius: 10px; display: none; }
.form-status.show { display: block; }

.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 26px; }
.area-pill { border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; color: var(--navy); font-weight: 800; background: white; text-align: center; }

.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; background: white; }
.faq summary { cursor: pointer; color: var(--navy); font-weight: 850; }
.faq details p { color: var(--muted); margin-bottom: 0; }

.site-footer { background: #0d2b3e; color: white; padding: 62px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 40px; }
.footer-brand { width: 275px; filter: brightness(0) invert(1); opacity: .98; }
.footer-copy { color: #c7d6de; max-width: 400px; margin-top: 17px; }
.site-footer h3 { color: white; font-size: 1rem; margin-bottom: 17px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #c9d7de; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-contact { color: #c9d7de; }
.footer-contact a { color: white; text-decoration: none; font-weight: 700; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.13); margin-top: 42px; padding-top: 22px;
  display: flex; justify-content: space-between; gap: 20px; color: #9fb3be; font-size: .84rem;
}
.disclaimer { font-size: .78rem; color: #93aab5; max-width: 800px; margin-top: 16px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-wrap {
    display: none; position: absolute; top: 86px; left: 0; right: 0; background: white; padding: 20px;
    border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(20,60,88,.12);
  }
  .nav-wrap.open { display: block; }
  .primary-nav { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav a { padding: 13px 6px; }
  .primary-nav a::after { display: none; }
  .header-call { display: flex; margin-top: 10px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 72px 0 55px; }
  .hero-art { max-width: 680px; margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .about-split, .review-grid, .owner-grid, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .about-panel { min-height: 390px; }
  .process-grid { grid-template-columns: repeat(2,1fr); gap: 30px 20px; }
  .process-step::after { display: none; }
  .owner-card, .contact-card { position: static; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 76px; }
  .brand { width: 250px; max-width: 68vw; }
  .nav-wrap { top: 76px; }
  .hero-grid { padding-top: 55px; }
  .hero-actions, .cta-inner { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .trust-grid, .card-grid, .project-grid, .detail-grid, .process-grid, .form-grid, .area-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section-head { align-items: start; flex-direction: column; }
  .about-panel { padding: 34px; }
  .owner-card, .contact-card, .contact-form { padding: 28px; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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