:root {
  --ink: #211f2a;
  --deep: #4b4f71;
  --deep-2: #242945;
  --accent: #a5654c;
  --accent-2: #d2a957;
  --soft: #f5efe8;
  --wash: #ececf3;
  --white: #ffffff;
  --muted: #666675;
  --line: rgba(33, 31, 42, 0.16);
  --shadow: 0 22px 58px rgba(28, 30, 52, 0.18);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 20; padding: 10px 12px; background: var(--white); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 10; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px clamp(16px, 4vw, 42px); background: rgba(255,255,255,0.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--deep); border-radius: 8px; font-weight: 900; }
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: 0.78rem; }
.topnav { display: flex; gap: 18px; color: var(--muted); font-size: 0.92rem; }
.topnav a, .text-link { text-decoration: none; }
.topnav a:hover, .text-link:hover { color: var(--accent); }
.call-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; color: var(--white); background: var(--accent); border: 1px solid transparent; border-radius: 8px; box-shadow: 0 10px 26px rgba(30,30,30,0.18); font-weight: 850; text-decoration: none; white-space: nowrap; }
.call-button:hover { background: var(--deep); }
.call-button.big { min-height: 54px; padding-inline: 24px; }
.hero { min-height: min(720px, calc(100svh - 72px)); display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.8fr); gap: clamp(28px, 5vw, 64px); align-items: center; padding: clamp(54px, 7vw, 92px) clamp(16px, 5vw, 64px); background: linear-gradient(126deg, var(--wash), #ffffff 46%, var(--soft)); }
.hero-copy { max-width: 780px; }
.eyebrow, .section-label { margin: 0 0 14px; color: var(--accent); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; color: var(--deep-2); font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: 1; letter-spacing: 0; }
h1 { max-width: 820px; font-size: clamp(2.42rem, 5vw, 5.15rem); }
h2 { font-size: clamp(2rem, 4vw, 3.85rem); }
h3 { margin: 0 0 8px; color: var(--deep-2); font-size: 1.02rem; }
.lede { max-width: 700px; margin: 22px 0 0; color: #444452; font-size: clamp(1.03rem, 1.6vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 30px; }
.text-link { color: var(--deep); font-weight: 850; }
.micro-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 32px; }
.micro-proof span { padding: 11px 12px; background: rgba(255,255,255,0.8); border: 1px solid var(--line); border-radius: 8px; color: var(--deep-2); font-size: 0.86rem; font-weight: 800; }
.hero-photo { margin: 0; }
.hero-photo img { width: 100%; max-height: 610px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.hero-photo figcaption { max-width: 470px; margin-top: 14px; color: var(--muted); font-size: 0.92rem; }
.call-strip { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 22px clamp(16px, 5vw, 64px); color: var(--white); background: var(--deep-2); }
.call-strip strong, .call-strip span { display: block; }
.call-strip span { color: rgba(255,255,255,0.76); }
.section { max-width: var(--max); margin: 0 auto; padding: clamp(58px, 8vw, 96px) clamp(16px, 4vw, 32px); }
.intro { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(310px, 0.74fr); gap: clamp(28px, 6vw, 70px); align-items: start; }
.section-copy p:not(.section-label), .section-heading p { color: var(--muted); font-size: 1.04rem; }
.trust-list { display: grid; gap: 12px; }
.trust-list article, .service-grid article, .faq-list details { padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 34px rgba(20,31,26,0.07); }
.trust-list strong, .trust-list span { display: block; }
.trust-list span { margin-top: 4px; color: var(--muted); }
.image-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.image-band article { background: var(--soft); border-radius: 8px; overflow: hidden; border: 1px solid var(--line); }
.image-band img { width: 100%; aspect-ratio: 1.2 / 1; object-fit: cover; }
.image-band h3, .image-band p { margin-left: 18px; margin-right: 18px; }
.image-band h3 { margin-top: 18px; }
.image-band p { margin-bottom: 20px; color: var(--muted); }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-grid p { margin: 0; color: var(--muted); }
.process-card { padding: clamp(28px, 5vw, 52px); color: var(--white); background: linear-gradient(135deg, var(--deep-2), var(--deep)); border-radius: 8px; }
.process-card h2 { color: var(--white); }
.process-card ol { display: grid; gap: 14px; margin: 26px 0; padding: 0; list-style: none; }
.process-card li { padding: 18px; background: rgba(255,255,255,0.1); border-radius: 8px; }
.process-card span { display: block; color: rgba(255,255,255,0.8); }
.areas { display: flex; justify-content: space-between; gap: 22px; align-items: center; background: var(--soft); max-width: none; padding-inline: max(16px, calc((100vw - var(--max)) / 2)); }
.areas div { max-width: 760px; }
.areas p { color: var(--muted); }
.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
summary { cursor: pointer; color: var(--deep-2); font-weight: 850; }
details p { color: var(--muted); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 34px clamp(16px, 5vw, 64px); color: var(--white); background: #141628; }
.site-footer p { max-width: 760px; color: rgba(255,255,255,0.72); }
@media (max-width: 900px) {
  .topnav { display: none; }
  .hero, .intro, .image-band, .service-grid, .faq-list { grid-template-columns: 1fr; }
  .hero-photo img { max-height: none; height: auto; object-fit: contain; }
  .micro-proof { grid-template-columns: repeat(2, 1fr); }
  .areas, .call-strip, .site-footer { flex-direction: column; align-items: stretch; }
}
@media (max-width: 700px) {
  .site-header { min-height: 56px; padding: 6px 12px; justify-content: center; }
  .brand, .topnav { display: none; }
  .header-call { width: min(100%, 420px); min-height: 44px; }
  .hero { display: block; width: 100%; max-width: 100vw; min-height: auto; padding: 34px 24px 46px; }
  .hero-copy, .hero-photo, .section-copy, .section-heading, .hero-actions, .micro-proof, .lede { width: 100%; max-width: calc(100vw - 48px); min-width: 0; }
  .hero-photo { margin-top: 28px; }
  h1 { max-width: calc(100vw - 48px); font-size: clamp(1.86rem, 8.7vw, 2.3rem); line-height: 1.06; }
  h2 { font-size: clamp(1.8rem, 8.5vw, 2.35rem); line-height: 1.08; }
  .lede { font-size: 1rem; }
  .micro-proof { grid-template-columns: 1fr; }
  .call-button { width: 100%; max-width: 100%; white-space: normal; text-align: center; }
  .hero-actions { align-items: stretch; }
  .text-link { text-align: center; }
}
