/* Trust Bridge — rust red + charcoal + warm parchment. Source Serif 4 display. */
:root {
  --ink: #2A1814; --ink-soft: #4A2D27; --ink-muted: #6E5A52;
  --paper: #F8F2EA; --paper-2: #EDE3D5; --paper-3: #E0D2BD;
  --rust: #B73223; --rust-soft: #D88C7E; --rust-deep: #821E13;
  --charcoal: #2C2624;
  --rule: rgba(42,24,20,0.12); --rule-strong: rgba(42,24,20,0.22);
  --shadow-md: 0 4px 14px rgba(42,24,20,0.10), 0 12px 32px rgba(42,24,20,0.06);
  --radius-sm: 6px; --radius: 12px; --radius-lg: 18px;
  --maxw: 1180px; --pad: clamp(20px, 4vw, 40px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', system-ui, sans-serif; font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: var(--ink); text-decoration: none; } a:hover { color: var(--rust-deep); }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

h1, h2, h3, h4 { font-family: 'Source Serif 4', Georgia, serif; font-weight: 600; letter-spacing: -0.01em; line-height: 1.18; margin: 0 0 0.4em; color: var(--ink); }
h1 { font-size: clamp(2.2rem, 5.4vw, 3.4rem); font-weight: 500; }
h1 em { font-style: italic; color: var(--rust-deep); font-weight: 600; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.3rem); font-weight: 500; }
h3 { font-size: 1.2rem; font-weight: 600; }
h4 { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); font-family: 'Inter', sans-serif; }
p { margin: 0 0 1em; color: var(--ink-soft); }
.lede { font-size: 1.12rem; color: var(--ink-soft); max-width: 60ch; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rust-deep); margin: 0 0 1em; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--rust); box-shadow: 0 0 0 4px rgba(183,50,35,0.18); }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; border-radius: 6px; font-weight: 600; font-size: 0.97rem; border: 1.5px solid transparent; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease; text-decoration: none; white-space: nowrap; }
.btn-primary { background: var(--rust); color: white; border-color: var(--rust); }
.btn-primary:hover { background: var(--rust-deep); border-color: var(--rust-deep); color: white; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--rule-strong); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-large { padding: 16px 28px; font-size: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,242,234,0.88); backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--rule); }
.nav { display: flex; align-items: center; gap: 16px; height: 72px; }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo-img { height: 38px; width: auto; }
.logo-img-white { height: 34px; width: auto; }
@media (max-width: 880px) { .logo-img { height: 30px; } }
.primary-nav { display: flex; gap: 28px; margin-left: auto; }
.primary-nav a { font-size: 0.95rem; color: var(--ink-soft); font-weight: 500; padding: 6px 0; position: relative; }
.primary-nav a:hover { color: var(--ink); }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--rust); transform: scaleX(0); transform-origin: left; transition: transform 0.2s ease; }
.primary-nav a:hover::after { transform: scaleX(1); }
.phone-cta { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 6px; background: var(--ink); color: var(--paper); font-weight: 600; font-size: 0.92rem; margin-left: 12px; }
.phone-cta:hover { background: var(--rust); color: white; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: transparent; border: 1px solid var(--rule-strong); border-radius: 6px; cursor: pointer; margin-left: 8px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; }
@media (max-width: 880px) {
  .primary-nav { position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--rule); padding: 16px var(--pad) 24px; gap: 10px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: transform 0.18s ease, opacity 0.18s ease; }
  .primary-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-toggle { display: flex; margin-left: auto; }
  .phone-cta { padding: 8px 12px; }
  .phone-cta span { display: none; }
}

.hero { position: relative; padding: 96px 0 110px; overflow: hidden; background: radial-gradient(800px 400px at 90% -10%, rgba(183,50,35,0.10), transparent 60%), linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); }
.hero-inner { position: relative; z-index: 2; }
.hero h1 { max-width: 18ch; }
.hero .lede { margin-top: 8px; max-width: 56ch; font-size: 1.18rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-trust { list-style: none; padding: 0; margin: 44px 0 0; display: flex; flex-wrap: wrap; gap: 14px 32px; border-top: 1px solid var(--rule); padding-top: 22px; max-width: 720px; }
.hero-trust li { font-size: 0.93rem; color: var(--ink-muted); }
.hero-trust strong { color: var(--ink); font-weight: 700; margin-right: 6px; }

.section { padding: 88px 0; }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-sub { font-size: 1.05rem; color: var(--ink-soft); }

.about { background: var(--paper); border-top: 1px solid var(--rule); }
.about-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; }
.about-body p { font-size: 1.08rem; }
@media (max-width: 760px) { .about-inner { grid-template-columns: 1fr; gap: 24px; } }

.services { background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius); padding: 32px 28px; display: flex; flex-direction: column; gap: 12px; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--rust); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; background: rgba(183,50,35,0.10); color: var(--rust-deep); border-radius: 10px; margin-bottom: 6px; }
.service-card h3 { font-size: 1.25rem; }
.service-card p { color: var(--ink-soft); flex: 1; }
.card-link { margin-top: 8px; font-weight: 600; color: var(--rust-deep); font-size: 0.95rem; }
.card-link:hover { color: var(--ink); }
@media (max-width: 880px) { .service-grid { grid-template-columns: 1fr; } }

.why { background: var(--charcoal); color: var(--paper); }
.why h2, .why h3 { color: var(--paper); }
.why .eyebrow { color: var(--rust-soft); }
.why p { color: rgba(248,242,234,0.78); }
.value-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.value-grid li { padding: 26px; border: 1px solid rgba(248,242,234,0.10); border-radius: var(--radius); background: rgba(248,242,234,0.04); }
.vp-icon { width: 44px; height: 44px; display: grid; place-items: center; background: var(--rust); color: white; border-radius: 8px; margin-bottom: 14px; }
.value-grid h3 { font-size: 1.12rem; margin-bottom: 6px; }
@media (max-width: 760px) { .value-grid { grid-template-columns: 1fr; } }

.contact { background: linear-gradient(180deg, var(--paper-2) 0%, var(--paper-3) 100%); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: start; }
.contact-info h2 { max-width: 14ch; }
.contact-direct { margin-top: 26px; display: flex; flex-direction: column; gap: 14px; border-top: 1px solid var(--rule-strong); padding-top: 22px; }
.contact-link { display: grid; grid-template-columns: 80px 1fr; align-items: baseline; gap: 12px; padding: 8px 0; color: var(--ink); }
.contact-link-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rust-deep); }
.contact-link-value { font-family: 'Source Serif 4', serif; font-size: 1.18rem; }

.contact-form { background: var(--paper); padding: 36px; border-radius: var(--radius-lg); border: 1px solid var(--rule); box-shadow: var(--shadow-md); display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-label { font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); }
.field-label em { color: var(--rust-deep); font-style: normal; font-weight: 700; }
.field input, .field textarea { font-family: inherit; font-size: 1rem; padding: 12px 14px; border: 1.5px solid var(--rule-strong); border-radius: var(--radius-sm); background: var(--paper-2); color: var(--ink); transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--rust); background: var(--paper); box-shadow: 0 0 0 4px rgba(183,50,35,0.18); }
.field textarea { resize: vertical; min-height: 120px; }

.consent { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; font-size: 0.82rem; color: var(--ink-muted); line-height: 1.5; }
.consent input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--rust-deep); }
.consent a { color: var(--rust-deep); text-decoration: underline; }
.form-status { font-size: 0.93rem; margin: 0; min-height: 1.4em; font-weight: 500; }
.form-status.success { color: #2A7D2F; }
.form-status.error { color: var(--rust-deep); }

@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } .contact-form { padding: 24px; } }

.site-footer { background: var(--charcoal); color: rgba(248,242,234,0.78); padding: 64px 0 28px; }
.site-footer h4 { color: var(--paper); margin-bottom: 14px; }
.site-footer a { color: rgba(248,242,234,0.78); }
.site-footer a:hover { color: var(--rust-soft); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid rgba(248,242,234,0.10); }
.footer-brand p { color: rgba(248,242,234,0.66); margin-top: 12px; max-width: 36ch; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.footer-bottom p { margin: 0; color: rgba(248,242,234,0.55); font-size: 0.86rem; }
.footer-bottom .legal { font-style: italic; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }
