@import url('/guide.css');

:root {
  --ink: #102226;
  --muted: #58686b;
  --paper: #f5f2ea;
  --white: #fffdf8;
  --line: #d8d4ca;
  --deep: #17363a;
  --deep-2: #224b50;
  --accent: #d4673f;
  --safe: #fff2cf;
  --safe-line: #d7a83e;
  --shadow: 0 18px 48px rgba(16, 34, 38, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; }
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #0b6f78;
  outline-offset: 4px;
  border-radius: 4px;
}
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 99; background: #fff; padding: 10px 14px; }
.skip-link:focus { left: 12px; }

.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.header-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 760; text-decoration: none; line-height: 1.15; letter-spacing: -.01em; }
.wordmark-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--deep); color: #fff; font-size: .8rem; letter-spacing: .08em; }
.header-link { color: var(--deep-2); font-size: .9rem; font-weight: 700; text-underline-offset: 4px; }

.safety-strip { background: var(--safe); border-bottom: 1px solid var(--safe-line); }
.safety-grid { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding-block: 22px; }
.safety-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #7a4e00; color: #fff; font-weight: 900; }
.safety-strip h2 { margin: 2px 0 6px; font-size: clamp(1.05rem, 2vw, 1.35rem); letter-spacing: -.02em; }
.safety-strip p:last-child { margin: 0; max-width: 920px; color: #4e3a12; }

.eyebrow { margin: 0 0 10px; color: var(--accent); font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero { padding: 74px 0 54px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: 54px; align-items: center; }
.hero h1 { margin: 0; max-width: 780px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6.5vw, 5.9rem); line-height: .95; letter-spacing: -.055em; font-weight: 700; }
.hero-lede { max-width: 690px; margin: 28px 0 24px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.signal-row { display: flex; flex-wrap: wrap; gap: 10px; }
.signal-row span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); color: var(--muted); font-size: .85rem; }
.signal-row strong { color: var(--ink); }

.connection-panel { position: relative; overflow: hidden; padding: 30px; border-radius: 26px; color: #fff; background: linear-gradient(145deg, var(--deep), var(--deep-2)); box-shadow: var(--shadow); }
.connection-panel::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); right: -70px; top: -90px; }
.panel-kicker { margin: 0 0 14px; color: #bbd6d5; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.connection-panel h2 { position: relative; margin: 0 0 12px; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.05; letter-spacing: -.035em; }
.connection-panel > p:not(.panel-kicker):not(.fine-print) { position: relative; color: #dce9e8; }
.call-button { position: relative; display: inline-flex; justify-content: center; width: 100%; margin: 12px 0 14px; padding: 15px 18px; border-radius: 12px; background: var(--accent); color: #fff; font-weight: 850; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.call-button:hover { transform: translateY(-1px); }
.fine-print { position: relative; margin: 0; color: #c6d8d7; font-size: .77rem; line-height: 1.45; }

.directory-section { padding: 54px 0 84px; }
.section-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 24px; }
.section-heading h2, .method-section h2, .closing-connect h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.05rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.045em; }
.section-note { max-width: 330px; margin: 0; color: var(--muted); font-size: .9rem; }
.provider-list { display: grid; gap: 14px; }
.provider-card { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 8px 28px rgba(16,34,38,.035); }
.provider-number { color: #a5adab; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; }
.provider-heading { display: flex; justify-content: space-between; align-items: start; gap: 18px; }
.provider-heading h3 { margin: 0; font-size: clamp(1.25rem, 2.4vw, 1.8rem); line-height: 1.15; letter-spacing: -.025em; }
.status-chip { flex: 0 0 auto; padding: 6px 9px; border-radius: 999px; background: #e3eee9; color: #285145; font-size: .72rem; font-weight: 800; }
.status-chip--caveat { background: #f2e9d8; color: #715324; }
address { margin: 10px 0 18px; color: var(--muted); font-style: normal; }
.provider-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0; }
.provider-facts div { padding-top: 12px; border-top: 1px solid var(--line); }
.provider-facts dt { margin-bottom: 4px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.provider-facts dd { margin: 0; }
.caveat { margin: 16px 0 0; padding: 11px 13px; border-left: 3px solid #b88a37; background: #faf5ea; color: #5d4922; font-size: .86rem; }
.verified-date { margin: 16px 0 0; color: #7b8988; font-size: .76rem; }

.method-section { padding: 78px 0; color: #fff; background: var(--deep); }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.method-copy { color: #d7e4e3; font-size: 1.03rem; }
.method-copy p:first-child { margin-top: 0; }
.method-copy p:last-child { margin-bottom: 0; }

.closing-connect { padding: 66px 0; background: var(--accent); color: #fff; }
.closing-connect .eyebrow { color: #ffe0d4; }
.closing-connect-inner { display: grid; grid-template-columns: 1fr minmax(300px, .55fr); gap: 50px; align-items: center; }
.closing-connect p { max-width: 670px; }
.call-button--light { margin: 0 0 12px; background: #fff; color: var(--deep); }
.closing-action .fine-print { color: #ffe7df; }

.site-footer { padding: 26px 0; background: #0c1b1e; color: #aab8b8; font-size: .78rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; }
.footer-grid p { margin: 0; }

@media (max-width: 850px) {
  .hero-grid, .method-grid, .closing-connect-inner { grid-template-columns: 1fr; }
  .hero { padding-top: 52px; }
  .hero h1 { font-size: clamp(2.9rem, 12vw, 5rem); }
  .section-heading { align-items: start; flex-direction: column; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 1160px); }
  .header-row { min-height: 70px; }
  .header-link { display: none; }
  .safety-grid { grid-template-columns: 1fr; gap: 10px; }
  .hero { padding: 42px 0 28px; }
  .connection-panel { padding: 24px; border-radius: 20px; }
  .directory-section { padding-top: 36px; }
  .provider-card { grid-template-columns: 1fr; padding: 21px; }
  .provider-number { display: none; }
  .provider-heading { flex-direction: column; gap: 10px; }
  .provider-facts { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; }
}

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