@import url("styles.css");

:root {
  --navy: #173b35;
  --blue: #1d6b5e;
  --blue-dark: #12483f;
  --orange: #d85b3b;
  --ink: #22312d;
  --muted: #67736f;
  --line: #ddd8cb;
  --paper: #fffdf8;
  --wash: #f3efe5;
  --success: #2d7c5c;
  --shadow: 0 20px 55px rgba(42, 54, 47, .13);
  --radius: 8px;
}

body { background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.018em; }
.topbar { color: #4a544f; background: #efe7d8; border-bottom: 1px solid #ddd3bf; }
.topbar a { color: var(--navy); }
.site-header { position: relative; background: var(--paper); }
.nav-wrap { min-height: 92px; }
.brand { max-width: 275px; font-size: 1.16rem; }
.brand-mark { width: 48px; height: 48px; background: var(--navy); border-radius: 50% 50% 8px 50%; }
.nav-links { gap: 30px; }
.phone-btn, .primary-btn { background: var(--orange); border-radius: 4px; box-shadow: none; text-transform: uppercase; letter-spacing: .045em; font-size: .88rem; }
.phone-btn:hover, .primary-btn:hover { background: #b9472c; }
.secondary-btn { color: var(--navy); background: transparent; border: 1px solid var(--navy); border-radius: 4px; text-transform: uppercase; letter-spacing: .045em; font-size: .88rem; }

.hero { min-height: 610px; color: var(--ink); background: #f3efe5; border-bottom: 1px solid var(--line); }
.hero::before { background: radial-gradient(circle at 15% 10%, rgba(209,178,114,.18), transparent 34%); }
.hero-bg { left: auto; right: 0; width: 48%; object-position: center; }
.hero .container { min-height: 610px; grid-template-columns: minmax(0, 52%) 48%; padding-block: 84px; }
.hero.compact .container { min-height: 540px; }
.hero h1 { color: var(--navy); font-size: clamp(2.7rem, 5vw, 5rem); }
.hero.compact h1 { font-size: clamp(2.55rem, 4.6vw, 4.3rem); }
.hero-copy { color: #4e605a; max-width: 590px; }
.eyebrow { color: #98702b; }
.hero-points { color: #41534d; }
.hero-points li::before { color: var(--success); }
.hero .secondary-btn { color: var(--navy); background: transparent; border-color: var(--navy); }
.hero .secondary-btn:hover { color: #fff; background: var(--navy); }

.trust-strip { position: relative; z-index: 4; width: min(1080px, calc(100% - 40px)); margin: -38px auto 0; border: 0; background: var(--paper); border-radius: 8px; box-shadow: var(--shadow); }
.trust-grid { width: 100%; }
.trust-item { padding: 25px 18px; border-color: var(--line); }
.trust-item strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }

.section { padding-block: 100px; }
.section.alt { background: var(--wash); }
.section-intro { max-width: 760px; margin: 0 0 45px; text-align: left; }
.service-card { display: flex; min-height: 235px; flex-direction: column; border: 0; border-radius: 4px; box-shadow: 0 5px 20px rgba(23,59,53,.08); }
.service-card img { height: 185px; filter: saturate(.8) contrast(1.03); }
.service-card-body { padding: 28px; }
.service-card h3 { font-size: 1.42rem; }
.info-card, .step-card { border: 0; border-top: 4px solid #c6a45d; border-radius: 3px; box-shadow: none; }
.icon-box { color: #fff; background: var(--navy); border-radius: 50%; }
.split { gap: 78px; }
.split-image { border-radius: 70px 4px 70px 4px; filter: saturate(.84); }
.check-list li::before { border-radius: 3px; }
.step-card::before { background: #c09a48; border-radius: 3px; }
.faq { margin: 0; }
.faq summary { font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; }
.call-panel { color: var(--ink); background: #e9ddc3; border-radius: 4px; box-shadow: none; border-left: 8px solid var(--orange); }
.call-panel h2 { color: var(--navy); }
.call-panel p { color: #52615c; }
.page-banner { padding-block: 88px; background: #173b35; }
.page-banner h1 { font-family: Georgia, "Times New Roman", serif; }
.site-footer { background: #102e29; }
.site-footer .brand-mark { background: #d85b3b; }
.mobile-call { background: var(--orange); border-radius: 4px; }

.guide-card { display: grid; min-height: 360px; align-content: end; position: relative; overflow: hidden; color: #fff; background: #173b35; border-radius: 4px; }
.guide-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .46; transition: transform .35s ease; }
.guide-card:hover img { transform: scale(1.035); }
.guide-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 15%, rgba(10,35,30,.94)); }
.guide-card-body { position: relative; z-index: 2; padding: 30px; }
.guide-card h3 { color: #fff; font-size: 1.55rem; }
.guide-card p { color: #e1e9e5; }
.guide-card .text-link { color: #ffe19f; }
.article-meta { color: #a8843d; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.prose blockquote { margin: 28px 0; padding: 20px 24px; color: #3f514b; background: var(--wash); border-left: 5px solid #c09a48; }

@media (max-width: 920px) {
  .site-header { position: sticky; }
  .hero-bg { width: 44%; opacity: .45; }
  .hero::before { background: linear-gradient(90deg, #f3efe5 0%, rgba(243,239,229,.93) 60%, rgba(243,239,229,.55)); }
  .hero .container { grid-template-columns: minmax(0, 70%) 30%; }
  .nav-wrap { min-height: 76px; }
}

@media (max-width: 640px) {
  .hero, .hero .container, .hero.compact .container { min-height: 585px; }
  .hero-bg { width: 100%; opacity: .22; }
  .hero::before { background: rgba(243,239,229,.84); }
  .hero .container { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.75rem; }
  .trust-strip { width: calc(100% - 28px); margin-top: -30px; }
  .section { padding-block: 74px; }
  .split-image { border-radius: 35px 4px; }
}
