/* ==========================================================
   Peninsula Pathways Occupational Therapy — shared stylesheet
   Brand tokens read from the live site. Do not substitute.
   ========================================================== */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink: #1F3A4D;
  --tide: #4F94B3;
  --coast: #6FB0CC;
  --shell-light: #7FBBD3;
  --sun: #F2C14E;
  --sun-light: #F7D77A;
  --sand: #FBF7F0;
  --hairline: #d9e7ee;
  --muted: #4F94B3;
}

html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 96px; }
body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: var(--ink); background: var(--sand); line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }

/* ============ TYPOGRAPHY ============ */
.serif { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; }
h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; color: var(--ink); line-height: 1.15; }
h1 { font-size: clamp(34px, 5vw, 62px); letter-spacing: -0.5px; }
h2 { font-size: clamp(26px, 3.2vw, 38px); margin-bottom: 20px; }
h3 { font-size: clamp(19px, 2vw, 24px); margin-bottom: 12px; }
h4 { font-size: 17px; margin-bottom: 8px; }
p { font-size: 16px; line-height: 1.75; color: var(--ink); }
.eyebrow { font-size: 11px; letter-spacing: 4px; color: var(--tide); text-transform: uppercase; margin-bottom: 12px; display: block; }
.accent-bar { width: 50px; height: 3px; background: var(--sun); margin: 12px 0 24px; }
.accent-bar.centred { margin: 12px auto 24px; }
a { color: var(--tide); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--ink); }

/* ============ LAYOUT ============ */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
section { padding: 74px 0; }
.tight { padding: 46px 0; }
.text-center { text-align: center; }
.max-680 { max-width: 680px; margin: 0 auto; }
.max-780 { max-width: 780px; }
.bg-white { background: #fff; }
.bg-sand { background: var(--sand); }
@media (max-width: 768px) { section { padding: 48px 0; } }

/* ============ NAV ============ */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(251,247,240,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--hairline); padding: 14px 0; }
.nav-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.nav-brand { display: flex; align-items: center; gap: 14px; }
.nav-brand svg { width: 54px; height: 54px; flex-shrink: 0; }
.nav-brand-text { font-family: Georgia, serif; font-style: italic; font-size: 20px; color: var(--ink); line-height: 1.1; }
.nav-brand-text small { display: block; font-family: 'Helvetica Neue', Arial, sans-serif; font-style: normal; font-size: 8.5px; letter-spacing: 2.6px; color: var(--ink); margin-top: 4px; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--ink); font-size: 13.5px; letter-spacing: 0.3px; white-space: nowrap; }
.nav-links a.current { color: var(--tide); border-bottom: 2px solid var(--sun); padding-bottom: 2px; }
.nav-phone { font-size: 13.5px; color: var(--tide); white-space: nowrap; }
.nav-phone-mobile { display: none; }
.nav-cta { background: var(--ink); color: #fff !important; padding: 10px 18px; border-radius: 4px; font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase; white-space: nowrap; display: inline-flex; align-items: center; }
.nav-cta:hover { background: var(--tide); color: #fff !important; }
.nav-toggle { display: none; background: none; border: 1px solid var(--hairline); border-radius: 4px; padding: 8px 12px; cursor: pointer; color: var(--ink); font-family: inherit; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
@media (max-width: 1180px) { .nav-phone { display: none; } .nav-links { gap: 15px; } .nav-links a { font-size: 13px; } }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--sand); border-bottom: 1px solid var(--hairline); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 24px 20px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--hairline); font-size: 15px; }
  .nav-links a.nav-cta { margin-top: 14px; justify-content: center; border-bottom: none; }
  .nav-links a.nav-phone-mobile { display: block; margin-top: 10px; text-align: center; border: 1px solid var(--tide);
    border-radius: 4px; color: var(--tide); font-size: 15px; letter-spacing: 1px; padding: 14px 0; }
  .nav { position: relative; }
}

/* ============ BREADCRUMBS ============ */
.crumbs { background: var(--sand); border-bottom: 1px solid var(--hairline); padding: 12px 0; font-size: 12px; letter-spacing: 0.4px; }
.crumbs a { color: var(--tide); }
.crumbs span { color: var(--tide); opacity: 0.7; }

/* ============ PAGE HERO ============ */
.page-hero { background: linear-gradient(180deg, #FBF7F0 0%, #F2EADC 100%); padding: 62px 0 58px; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero .lead { font-family: Georgia, serif; font-style: italic; font-size: clamp(18px, 2.1vw, 22px); line-height: 1.55; color: var(--tide); max-width: 660px; }
.page-hero .hero-actions { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }

/* Home hero (kept from the live site) */
.hero { background: linear-gradient(180deg, #FBF7F0 0%, #F5EFE2 100%); padding: 128px 0 108px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; }
.hero .eyebrow { margin-bottom: 20px; }
.hero h1 { margin-bottom: 24px; }
.hero-sub { font-size: 19px; color: var(--tide); line-height: 1.5; font-family: Georgia, serif; font-style: italic; margin-bottom: 32px; max-width: 500px; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-art { display: flex; justify-content: center; align-items: center; }
.hero-art svg { width: 100%; max-width: 290px; height: auto; }
@media (max-width: 768px) {
  .hero { padding: 72px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .hero-buttons { justify-content: center; }
  .hero-sub { margin: 0 auto 32px; }
  .hero-art svg { max-width: 220px; }
}

/* ============ BUTTONS ============ */
.btn-primary { display: inline-block; background: var(--ink); color: #fff; padding: 15px 26px; border-radius: 4px; font-size: 12.5px; letter-spacing: 1.8px; text-transform: uppercase; transition: all 0.2s; border: none; cursor: pointer; font-family: inherit; }
.btn-primary:hover { background: var(--tide); color: #fff; transform: translateY(-1px); }
.btn-secondary { display: inline-block; padding: 15px 26px; border: 1px solid var(--ink); color: var(--ink); border-radius: 4px; font-size: 12.5px; letter-spacing: 1.8px; text-transform: uppercase; transition: all 0.2s; }
.btn-secondary:hover { background: var(--ink); color: #fff; }
.btn-sun { display: inline-block; background: var(--sun); color: var(--ink); padding: 15px 26px; border-radius: 4px; font-size: 12.5px; letter-spacing: 1.8px; text-transform: uppercase; font-weight: 600; border: none; cursor: pointer; font-family: inherit; transition: all 0.2s; }
.btn-sun:hover { background: var(--sun-light); transform: translateY(-1px); color: var(--ink); }

/* ============ PROSE ============ */
.prose { max-width: 760px; }
.prose h2 { margin-top: 46px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 30px; font-size: 20px; }
.prose p { margin-bottom: 18px; }
.prose ul, .prose ol { margin: 0 0 20px 22px; }
.prose li { margin-bottom: 9px; line-height: 1.7; }
.prose strong { font-weight: 600; }
.prose .note { background: rgba(242,193,78,0.13); border-left: 3px solid var(--sun); padding: 16px 20px; margin: 24px 0; font-size: 15px; }
.prose .note p { margin-bottom: 0; font-size: 15px; }

/* ============ SPLIT LAYOUT ============ */
.split { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; align-items: start; }
.split .lead { font-family: Georgia, serif; font-style: italic; font-size: 21px; line-height: 1.55; color: var(--tide); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 26px; } .split .lead { font-size: 18px; } }

/* ============ CARDS ============ */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 36px; }
.card-grid.two { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.card-grid.duo { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 760px) { .card-grid.duo { grid-template-columns: 1fr; } }
.card-grid.pair { grid-template-columns: repeat(2, 1fr); max-width: 880px; margin-left: auto; margin-right: auto; }
@media (max-width: 700px) { .card-grid.duo { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 760px) { .card-grid.duo { grid-template-columns: 1fr; } }
.card-grid.pair { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--hairline); border-radius: 6px; padding: 26px; transition: all 0.2s; display: block; }
.bg-white .card { background: var(--sand); }
a.card:hover { border-color: var(--tide); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(31,58,77,0.07); }
.card h3 { font-size: 19px; color: var(--tide); margin-bottom: 8px; }
a.card:hover h3 { color: var(--ink); }
.card p { font-size: 14.5px; line-height: 1.6; }
.card svg { width: 32px; height: 32px; color: var(--tide); margin-bottom: 14px; }
.card .more { display: inline-block; margin-top: 12px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--tide); }

/* ============ NUMBERED STEPS ============ */
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 44px; margin-top: 34px; }
.steps.single { grid-template-columns: 1fr; }
.step { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--hairline); }
.step .num { font-family: Georgia, serif; font-style: italic; font-size: 34px; color: var(--coast); line-height: 1; flex-shrink: 0; width: 56px; background: radial-gradient(circle at 30% 50%, rgba(247,215,122,0.45) 0%, rgba(247,215,122,0) 55%); padding: 4px 0 4px 4px; }
.step h3 { font-size: 17px; margin-bottom: 4px; }
.step p { font-size: 14.5px; line-height: 1.6; margin: 0; }
@media (max-width: 768px) { .steps { grid-template-columns: 1fr; } }

/* ============ TABLES ============ */
.table-wrap { overflow-x: auto; margin: 26px 0; border: 1px solid var(--hairline); border-radius: 6px; background: #fff; }
table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 460px; }
th { text-align: left; padding: 14px 20px; background: var(--sand); border-bottom: 1px solid var(--hairline); font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--tide); font-weight: 600; }
td { padding: 14px 20px; border-bottom: 1px solid var(--hairline); vertical-align: top; line-height: 1.6; }
tr:last-child td { border-bottom: none; }
td strong { font-weight: 600; }

/* ============ FAQ ============ */
.faq { margin-top: 30px; max-width: 820px; }
.faq details { border-bottom: 1px solid var(--hairline); background: transparent; }
.faq summary { cursor: pointer; padding: 18px 34px 18px 0; font-family: Georgia, serif; font-style: italic; font-size: 18px; color: var(--ink); list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: 'Helvetica Neue', Arial, sans-serif; font-style: normal; font-size: 22px; color: var(--tide); line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details[open] summary { color: var(--tide); }
.faq .answer { padding: 0 34px 20px 0; }
.faq .answer p { font-size: 15px; margin-bottom: 12px; }
.faq .answer p:last-child { margin-bottom: 0; }

/* ============ CAPACITY BOX ============ */
.capacity { background: #fff; border: 1px solid var(--hairline); border-left: 4px solid var(--sun); border-radius: 6px; padding: 28px 30px; margin: 30px 0; }
.capacity h3 { margin-bottom: 16px; font-size: 22px; }
.capacity dl { display: grid; grid-template-columns: max-content 1fr; gap: 10px 26px; font-size: 15px; }
.capacity dt { font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--tide); padding-top: 4px; }
.capacity dd { line-height: 1.6; }
.capacity .stamp { margin-top: 18px; font-size: 12.5px; color: var(--tide); }
.capacity .yes { color: #2e7d5b; font-weight: 600; }
@media (max-width: 620px) { .capacity dl { grid-template-columns: 1fr; gap: 2px 0; } .capacity dd { margin-bottom: 12px; } }

/* ============ PILL LIST ============ */
.pills { display: flex; flex-wrap: wrap; gap: 9px 12px; margin-top: 30px; }
.pills a, .pills span { font-size: 12.5px; letter-spacing: 1.4px; color: var(--tide); padding: 8px 15px; background: var(--sand); border: 1px solid var(--hairline); border-radius: 4px; text-transform: uppercase; }
.bg-sand .pills a, .bg-sand .pills span { background: #fff; }
.pills a:hover { border-color: var(--tide); color: var(--ink); }

/* ============ RELATED ============ */
.related { background: var(--sand); border-top: 1px solid var(--hairline); padding: 46px 0; }
.related h3 { font-size: 18px; margin-bottom: 18px; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.related-links a { font-size: 14px; background: #fff; border: 1px solid var(--hairline); border-radius: 4px; padding: 10px 16px; }
.related-links a:hover { border-color: var(--tide); }

/* ============ MEET LOUISE ============ */
.meet-card { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: center; background: #fff; border: 1px solid var(--hairline); border-radius: 8px; padding: 42px; }
.bg-white .meet-card { background: var(--sand); }
.meet-portrait { width: 260px; height: 260px; border-radius: 50%; background-size: cover; background-position: center; border: 1px solid var(--hairline); background-color: var(--shell-light); box-shadow: 0 8px 26px rgba(31,58,77,0.13); }
.meet-role { font-size: 11px; letter-spacing: 3px; color: var(--tide); text-transform: uppercase; margin-bottom: 16px; display: block; }
.meet-card h3 { font-size: 30px; margin-bottom: 4px; }
.meet-card p { font-size: 15px; margin-bottom: 14px; }
@media (max-width: 820px) {
  .meet-card { grid-template-columns: 1fr; text-align: center; padding: 30px; gap: 22px; }
  .meet-portrait { margin: 0 auto; width: 170px; height: 170px; }
}

/* ============ AUTHOR BOX ============ */
.author-box { display: flex; gap: 20px; align-items: center; background: var(--sand); border: 1px solid var(--hairline); border-radius: 6px; padding: 22px 26px; margin-top: 40px; }
.author-box .pic { width: 68px; height: 68px; border-radius: 50%; background-size: cover; background-position: center; flex-shrink: 0; border: 1px solid var(--hairline); background-color: var(--shell-light); }
.author-box p { font-size: 14px; line-height: 1.6; margin: 0; }
.author-box .name { font-family: Georgia, serif; font-style: italic; font-size: 18px; color: var(--ink); }

/* ============ PHOTO SPLIT ============ */
.photo-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding-top: 64px; padding-bottom: 8px; }
.photo-split img { width: 100%; height: 100%; max-height: 380px; object-fit: cover; border-radius: 8px; display: block; }
@media (max-width: 860px) { .photo-split { grid-template-columns: 1fr; gap: 26px; padding-top: 44px; } .photo-split img { max-height: 260px; } }

/* ============ PHOTO BANNER ============ */
.photo-banner { position: relative; width: 100%; height: 330px; overflow: hidden; background: linear-gradient(120deg, #1F3A4D 0%, #35708F 42%, #6FB0CC 100%); }
/* Brand-navy scrim, deepest through the middle band where the quote sits.
   The previous version was lightest exactly where the text was. */
.photo-banner::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(31,58,77,0.40) 0%, rgba(31,58,77,0.64) 46%,
                              rgba(31,58,77,0.64) 58%, rgba(31,58,77,0.42) 100%); }
.photo-banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-banner-quote blockquote { position: relative; }
.photo-banner-quote { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 24px; }
.photo-banner-quote blockquote { font-family: Georgia, serif; font-style: italic; font-size: clamp(20px, 2.4vw, 29px); color: #fff; max-width: 760px; text-align: center; line-height: 1.45; text-shadow: 0 1px 3px rgba(31,58,77,0.6), 0 2px 24px rgba(31,58,77,0.5); }
@media (max-width: 768px) { .photo-banner { height: 230px; } }

/* ============ CTA BLOCK ============ */
.cta-block { background: var(--ink); color: #fff; padding: 62px 0; text-align: center; }
.cta-block h2 { color: #fff; }
.cta-block .eyebrow { color: var(--coast); }
.cta-block p { color: rgba(255,255,255,0.86); max-width: 600px; margin: 0 auto; }
.cta-block .actions { margin-top: 28px; display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; }
.cta-block .actions .tel { color: rgba(255,255,255,0.9); font-size: 15px; }
.cta-block .actions .tel:hover { color: var(--sun-light); }

/* ============ CONTACT / FORMS ============ */
.contact { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.contact h2, .contact h3 { color: #fff; }
.contact .eyebrow { color: var(--coast); }
.contact .container { position: relative; z-index: 1; }
.contact-bg { position: absolute; inset: 0; z-index: 0; }
.contact-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.16; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 52px; margin-top: 36px; }
.contact-info p, .contact-info a { color: #fff; font-size: 15px; line-height: 1.8; }
.contact-info .label { font-size: 10px; letter-spacing: 3px; color: var(--coast); text-transform: uppercase; margin-top: 22px; display: block; margin-bottom: 4px; }
.contact-info .first-label { margin-top: 0; }
.contact-info a:hover { color: var(--sun-light); }
form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { font-size: 11px; letter-spacing: 2px; color: var(--coast); text-transform: uppercase; margin-bottom: 6px; display: block; }
input, textarea, select { width: 100%; padding: 13px 15px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.2); color: #fff; font-family: inherit; font-size: 15px; border-radius: 4px; transition: border-color 0.2s; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--sun); background: rgba(255,255,255,0.1); }
select option { color: var(--ink); }
textarea { min-height: 120px; resize: vertical; }
.contact form button { background: var(--sun); color: var(--ink); padding: 15px 26px; border: none; border-radius: 4px; font-size: 12.5px; letter-spacing: 1.8px; text-transform: uppercase; cursor: pointer; font-weight: 600; transition: all 0.2s; font-family: inherit; }
.contact form button:hover { background: var(--sun-light); transform: translateY(-1px); }
::placeholder { color: rgba(255,255,255,0.5); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 30px; } .form-row { grid-template-columns: 1fr; } }

/* ============ FOOTER ============ */
footer { background: var(--ink); color: rgba(255,255,255,0.72); padding: 54px 0 30px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 13px; }
.footer-cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-cols .foot-h { font-family: 'Helvetica Neue', Arial, sans-serif; font-style: normal; font-size: 10px; letter-spacing: 2.6px; text-transform: uppercase; color: var(--coast); margin-bottom: 14px; }
.footer-cols a, .footer-cols p { color: rgba(255,255,255,0.72); font-size: 13px; line-height: 2; display: block; }
.footer-cols a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 22px; font-size: 12px; color: rgba(255,255,255,0.55); }
.footer-bottom a { color: rgba(255,255,255,0.55); }
.footer-bottom a:hover { color: #fff; }
@media (max-width: 860px) { .footer-cols { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 520px) { .footer-cols { grid-template-columns: 1fr; } }

/* ============ BLOG ============ */
.post-list { display: grid; gap: 18px; margin-top: 34px; }
.post-item { background: #fff; border: 1px solid var(--hairline); border-radius: 6px; padding: 24px 26px; display: block; }
.post-item:hover { border-color: var(--tide); }
.post-item h2 { font-size: 21px; margin-bottom: 6px; }
.post-item p { font-size: 14.5px; line-height: 1.6; }
.post-meta { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--tide); margin-bottom: 10px; display: block; }
.post-item.soon { opacity: 0.72; border-style: dashed; }


/* ==========================================================
   REFERRAL PAGE — larger, faster to scan and to click.
   Built for a support coordinator skimming between calls.
   ========================================================== */

.btn-lg { font-size: 15px; letter-spacing: 1.4px; padding: 19px 32px; border-radius: 5px;
          min-height: 58px; display: inline-flex; align-items: center; justify-content: center; }
@media (max-width: 600px) { .btn-lg { width: 100%; } }

/* Current-capacity panel — the single most important block on the page */
.cap-hero { background: #fff; border: 1px solid var(--hairline); border-top: 5px solid var(--sun);
            border-radius: 8px; padding: 34px 36px; box-shadow: 0 10px 34px rgba(31,58,77,0.08); }
.cap-hero h2 { margin-bottom: 0; }
.cap-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.cap-status { display: inline-flex; align-items: center; gap: 10px; background: #e8f5ee; color: #1a6b46;
              border: 1px solid #bfe3d0; border-radius: 100px; padding: 10px 20px; font-size: 15px;
              font-weight: 600; letter-spacing: 0.2px; }
.cap-status .dot { width: 10px; height: 10px; border-radius: 50%; background: #2e9c68;
                   box-shadow: 0 0 0 4px rgba(46,156,104,0.18); flex-shrink: 0; }
.cap-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0 0; }
.cap-stat { background: var(--sand); border: 1px solid var(--hairline); border-radius: 6px; padding: 22px 24px; }
.cap-stat .k { font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--tide);
               display: block; margin-bottom: 10px; }
.cap-stat .v { font-family: Georgia, serif; font-style: italic; font-size: 25px; line-height: 1.2; color: var(--ink); }
.cap-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
            margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--hairline); }
.cap-foot .stamp { font-size: 14px; color: var(--tide); }
@media (max-width: 860px) { .cap-stats { grid-template-columns: 1fr; } .cap-hero { padding: 26px 22px; } }

/* Three big ways to get in touch */
.quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.quick a { display: flex; flex-direction: column; gap: 9px; justify-content: center; background: #fff;
           border: 1px solid var(--hairline); border-radius: 8px; padding: 26px 28px; min-height: 136px;
           transition: all 0.2s; }
.bg-white .quick a { background: var(--sand); }
.quick a:hover { border-color: var(--tide); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(31,58,77,0.09); }
.quick .k { font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--tide); }
.quick .v { font-family: Georgia, serif; font-style: italic; font-size: 23px; line-height: 1.3;
            color: var(--ink); }
.quick .v.addr { font-size: 18px; letter-spacing: -0.2px; }
@media (max-width: 1080px) and (min-width: 861px) { .quick .v.addr { font-size: 16px; } }
.quick a:hover .v { color: var(--tide); }
.quick .sub { font-size: 13.5px; color: var(--tide); line-height: 1.5; }
@media (max-width: 860px) { .quick { grid-template-columns: 1fr; } }

/* Bigger tables and forms on this page */
.table-lg table { font-size: 16px; }
.table-lg td, .table-lg th { padding: 18px 24px; }
.table-lg td a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.form-lg { gap: 20px; }
.form-lg label { font-size: 12px; letter-spacing: 1.8px; margin-bottom: 8px; }
.form-lg input, .form-lg select, .form-lg textarea { font-size: 16.5px; padding: 17px 18px; }
.form-lg textarea { min-height: 140px; }
.contact .form-lg button { font-size: 15px; padding: 20px 34px; min-height: 60px; }
.form-lg .form-row { gap: 20px; }

/* Bigger numbered steps where the page is instructional */
.steps-lg .step { padding: 24px 0; }
.steps-lg .step .num { font-size: 42px; width: 68px; }
.steps-lg .step h3 { font-size: 20px; margin-bottom: 6px; }
.steps-lg .step p { font-size: 16px; line-height: 1.7; }

/* Referrals highlighted in the main nav */
.nav-links a.nav-hl { border: 1px solid var(--tide); border-radius: 4px; padding: 9px 15px; color: var(--tide); }
.nav-links a.nav-hl:hover, .nav-links a.nav-hl.current { background: var(--tide); color: #fff; border-bottom-color: var(--tide); }
@media (max-width: 900px) { .nav-links a.nav-hl { border: none; border-bottom: 1px solid var(--hairline); border-radius: 0; padding: 13px 0; } }

/* ============ WHO I SUPPORT ============ */
.who-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 880px; margin: 34px auto 0; }
.who-grid li { list-style: none; display: flex; align-items: center; gap: 13px; background: var(--sand); border: 1px solid var(--hairline); border-radius: 6px; padding: 17px 22px; font-size: 16px; color: var(--ink); }
.bg-sand .who-grid li { background: #fff; }
.who-grid li::before { content: ""; flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--sun); }
.who-note { text-align: center; margin-top: 22px; font-family: Georgia, serif; font-style: italic; font-size: 16.5px; color: var(--tide); }
@media (max-width: 700px) { .who-grid { grid-template-columns: 1fr; gap: 10px; } .who-grid li { padding: 14px 18px; font-size: 15px; } }
.who-photo { max-width: 1040px; margin: 34px auto 8px; }
.who-photo img { width: 100%; height: auto; display: block; border-radius: 8px; }
@media (max-width: 700px) { .who-photo { margin: 26px auto 4px; } }
