/* ============================================================
   Hill Country Home Access — Design System
   Aesthetic: warm Hill Country craftsmanship + clinical trust.
   Accessibility target: WCAG 2.2 AA (this is the product, so the
   site itself is the proof). Large type, high contrast, focus-
   visible, reduced-motion safe, works with no JS.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  /* Color */
  --paper:      #faf6ee;   /* page background, warm cream */
  --paper-2:    #f3ecdf;   /* raised surface */
  --paper-3:    #ece1cf;   /* deeper sand */
  --sage:       #e8efe8;   /* cool tinted surface */
  --ink:        #20261f;   /* primary text (13:1 on paper) */
  --ink-soft:   #4a5248;   /* secondary text */
  --pine:       #285049;   /* primary brand */
  --pine-700:   #20433c;
  --pine-900:   #16322c;   /* footer / dark sections */
  --clay:       #9f4119;   /* CTA / accent (white text ~5:1) */
  --clay-600:   #8a3814;
  --honey:      #b9791f;   /* stars, small accents */
  --line:       #e1d7c5;   /* hairline borders */
  --line-strong:#cbbfa8;
  --good:       #2f6f4f;

  /* Type */
  --display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --body: "Public Sans", ui-sans-serif, "Segoe UI", Helvetica, Arial, sans-serif;

  /* Space + shape */
  --wrap: 72rem;
  --wrap-narrow: 46rem;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 1px 2px rgba(22,50,44,.06), 0 2px 6px rgba(22,50,44,.05);
  --shadow-md: 0 8px 24px rgba(22,50,44,.10), 0 2px 6px rgba(22,50,44,.06);
  --shadow-lg: 0 18px 48px rgba(22,50,44,.16);
  --ring: 0 0 0 3px #faf6ee, 0 0 0 6px var(--pine);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

body {
  font-family: var(--body);
  font-size: clamp(1.0625rem, 0.98rem + 0.4vw, 1.1875rem); /* 17 → 19px */
  line-height: 1.65;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(60rem 40rem at 85% -10%, #fbf1df 0%, rgba(251,241,223,0) 60%),
    radial-gradient(50rem 36rem at -10% 8%, #eef3ec 0%, rgba(238,243,236,0) 55%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--pine); text-underline-offset: .18em; text-decoration-thickness: .08em; }
a:hover { color: var(--clay); }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 560; line-height: 1.08; letter-spacing: -0.01em; color: var(--ink); font-optical-sizing: auto; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 1.6rem + 3.2vw, 3.9rem); font-weight: 600; }
h2 { font-size: clamp(1.7rem, 1.3rem + 1.9vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 1.1rem + 0.7vw, 1.55rem); }
p { max-width: 66ch; text-wrap: pretty; }

/* ---------- Accessibility helpers ---------- */
:focus-visible { outline: 3px solid var(--pine); outline-offset: 2px; border-radius: 4px; }
.dark :focus-visible, .site-footer :focus-visible { outline-color: #f1e7d2; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: fixed; top: .6rem; left: .6rem; z-index: 200;
  background: var(--pine-900); color: #fff; padding: .7rem 1.1rem; border-radius: 8px;
  transform: translateY(-150%); transition: transform .18s ease; font-weight: 700;
}
.skip-link:focus { transform: translateY(0); color: #fff; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.1rem, 0.6rem + 2vw, 2rem); }
.narrow { max-width: var(--wrap-narrow); }
.section { padding-block: clamp(3rem, 2rem + 4vw, 5.5rem); }
.section--tight { padding-block: clamp(2rem, 1.4rem + 2vw, 3rem); }
.section--sage { background: var(--sage); border-block: 1px solid var(--line); }
.section--sand { background: var(--paper-2); border-block: 1px solid var(--line); }
.section-head { max-width: 44rem; margin-bottom: clamp(1.6rem, 1rem + 2vw, 2.6rem); }
.eyebrow {
  font-family: var(--body); font-weight: 700; font-size: .82rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--clay); margin-bottom: .8rem; display: inline-block;
}
.lede { font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.4rem); color: var(--ink-soft); line-height: 1.55; }
.muted { color: var(--ink-soft); }
.center { text-align: center; margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 52px; padding: .85rem 1.5rem; border-radius: 999px;
  font-family: var(--body); font-weight: 700; font-size: 1.02rem; line-height: 1.1;
  text-decoration: none; cursor: pointer; border: 2px solid transparent; white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--clay); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--clay-600); color: #fff; box-shadow: var(--shadow-md); }
.btn-secondary { background: var(--pine); color: #fff; }
.btn-secondary:hover { background: var(--pine-700); color: #fff; }
.btn-ghost { background: transparent; color: var(--pine); border-color: var(--line-strong); }
.btn-ghost:hover { background: #fff; color: var(--pine); border-color: var(--pine); }
.btn-light { background: #fff; color: var(--pine-900); }
.btn-light:hover { background: #f3ecdf; color: var(--pine-900); }
.btn-lg { min-height: 58px; font-size: 1.1rem; padding: 1rem 1.8rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.cta-note { font-size: .95rem; color: var(--ink-soft); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,246,238,.88); backdrop-filter: saturate(1.3) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: .7rem; min-height: 76px; flex-wrap: nowrap; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); margin-right: auto; flex-shrink: 0; }
.brand:hover { color: var(--ink); }
.brand-mark { flex: none; height: 44px; width: auto; }
.brand-name { font-family: var(--display); font-weight: 600; font-size: 1.18rem; line-height: 1.05; letter-spacing: -0.01em; white-space: nowrap; }
.brand-tag { display: none; }

.nav-toggle {
  display: none; align-items: center; gap: .5rem; background: #fff; border: 2px solid var(--line-strong);
  border-radius: 10px; padding: .55rem .8rem; font-family: var(--body); font-weight: 700; color: var(--pine-900); cursor: pointer;
}
.nav-toggle svg { width: 22px; height: 22px; }

.primary-nav { display: flex; align-items: center; gap: .35rem; }
.nav-list { display: flex; align-items: center; gap: 0; list-style: none; padding: 0; }
.nav-list a {
  display: inline-block; padding: .5rem .5rem; border-radius: 8px; text-decoration: none;
  color: var(--ink); font-weight: 600; font-size: .94rem; white-space: nowrap;
}
.nav-list a:hover { background: var(--paper-2); color: var(--pine); }
.nav-list a[aria-current] { color: var(--pine); box-shadow: inset 0 -3px 0 var(--clay); }
.header-actions { display: flex; align-items: center; gap: .5rem; margin-left: .25rem; }
.phone-link { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--pine-900); text-decoration: none; white-space: nowrap; }
.phone-link svg { width: 20px; height: 20px; color: var(--clay); }
.phone-link:hover { color: var(--clay); }

/* Mobile nav */
@media (max-width: 75rem) {
  .nav-toggle { display: inline-flex; }
  .primary-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: .2rem;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: .8rem clamp(1.1rem, 0.6rem + 2vw, 2rem) 1.4rem; box-shadow: var(--shadow-md);
  }
  .nav-list { flex-direction: column; align-items: stretch; gap: .1rem; width: 100%; }
  .nav-list a { padding: .85rem .6rem; font-size: 1.1rem; border-bottom: 1px solid var(--line); }
  .header-actions { flex-direction: column; align-items: stretch; margin-top: .6rem; }
  .header-actions .btn { width: 100%; }
  .js .primary-nav[hidden] { display: none; }
  .primary-nav { display: none; }
  .js .primary-nav.is-open, .no-js .primary-nav { display: flex; }
}
@media (min-width: 75.01rem) {
  .primary-nav { display: flex !important; position: static; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content:""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(40rem 30rem at 78% 12%, rgba(185,121,31,.12), transparent 60%),
    radial-gradient(36rem 30rem at 8% 88%, rgba(40,80,73,.10), transparent 60%);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); align-items: center; padding-block: clamp(2.6rem, 1.8rem + 4vw, 5rem); }
.hero h1 { margin-bottom: 1.1rem; }
.hero .lede { margin-bottom: 1.8rem; max-width: 40ch; }
.hero-points { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: .6rem; }
.hero-points li { display: flex; gap: .6rem; align-items: flex-start; font-weight: 600; }
.hero-points svg { flex: none; width: 22px; height: 22px; color: var(--good); margin-top: .15rem; }
.hero-figure { position: relative; }
.hero-figure .media { align-items: start; }

/* Media placeholder (swap for real project photos) */
.media {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background:
    radial-gradient(120% 85% at 50% 0%, rgba(255,255,255,.55), transparent 62%),
    linear-gradient(140deg, #efe6d4, #e7efe7);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg), inset 0 0 0 1px rgba(255,255,255,.45);
  aspect-ratio: 4 / 3; display: grid; place-items: center; text-align: center;
}
.media[data-tall] { aspect-ratio: 3 / 4; }
.media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.media-note { position: relative; z-index: 1; padding: 1.4rem; color: var(--ink-soft); font-weight: 500; font-size: .94rem; line-height: 1.45; max-width: 34ch; margin-inline: auto; }
.media-note span { display: inline-block; font-family: var(--body); font-weight: 700; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); margin-bottom: .8rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .25rem .75rem; }
.media svg.scene { width: 64%; height: auto; color: var(--pine); opacity: .9; }

.badge-float {
  position: absolute; bottom: 14px; left: 14px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow-md); padding: .8rem 1rem; display: flex; gap: .7rem; align-items: center; max-width: 16rem;
}
.badge-float svg { flex: none; width: 34px; height: 34px; color: var(--clay); }
.badge-float strong { display: block; font-family: var(--display); font-size: 1.05rem; }
.badge-float small { color: var(--ink-soft); }

@media (max-width: 52rem) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-figure { order: -1; max-width: 30rem; }
}

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--pine-900); color: #f3ecdf; }
.trust-bar .wrap { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; padding-block: 1rem; }
.trust-item { display: flex; align-items: center; gap: .55rem; font-weight: 600; font-size: .98rem; }
.trust-item svg { flex: none; width: 22px; height: 22px; color: var(--honey); }

/* ---------- Cards / services ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr)); gap: clamp(1rem, .6rem + 1.4vw, 1.6rem); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.5rem;
  box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  display: flex; flex-direction: column; gap: .6rem;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.card-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--sage); display: grid; place-items: center; color: var(--pine); margin-bottom: .3rem; }
.card-icon svg { width: 30px; height: 30px; }
.card h3 { margin-bottom: .1rem; }
.card p { color: var(--ink-soft); font-size: 1rem; margin: 0; }
.card .card-meta { margin-top: auto; padding-top: .7rem; font-weight: 700; color: var(--pine); display: inline-flex; align-items: center; gap: .4rem; }
.card a.card-link::after { content: ""; position: absolute; inset: 0; border-radius: var(--radius); }
.card { position: relative; }
.card a { text-decoration: none; }
.card a:hover { color: var(--clay); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.4rem; counter-reset: step; list-style: none; padding: 0; margin: 0; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; position: relative; }
.step-num { font-family: var(--display); font-size: 2.2rem; color: var(--clay); line-height: 1; display: block; margin-bottom: .5rem; }
.step h3 { margin-bottom: .35rem; }
.step p { color: var(--ink-soft); margin: 0; font-size: 1rem; }

/* ---------- Funding callout ---------- */
.callout {
  background: var(--pine); color: #f3ecdf; border-radius: var(--radius); padding: clamp(1.6rem, 1rem + 2vw, 2.6rem);
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.6rem; align-items: center; box-shadow: var(--shadow-md);
}
.callout h2 { color: #fff; }
.callout p { color: #e7ddc9; }
.callout ul { margin: .8rem 0 0; padding-left: 1.1rem; color: #efe6d4; }
.callout li { margin-bottom: .3rem; }
.callout a:not(.btn), .cta-band a:not(.btn) { color: #fff; font-weight: 600; text-decoration: underline; text-decoration-thickness: .09em; text-underline-offset: .18em; }
.callout a:not(.btn):hover, .cta-band a:not(.btn):hover { color: #f0d49b; }
.callout .cta-row { justify-content: flex-end; }
@media (max-width: 48rem) { .callout { grid-template-columns: 1fr; } .callout .cta-row { justify-content: flex-start; } }

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); gap: 1.4rem; }
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.stars { color: var(--honey); letter-spacing: .1em; margin-bottom: .6rem; font-size: 1.05rem; }
.quote blockquote { font-family: var(--display); font-size: 1.18rem; line-height: 1.4; margin-bottom: .9rem; }
.quote cite { font-style: normal; font-weight: 700; color: var(--pine-900); }
.quote cite span { display: block; font-weight: 600; color: var(--ink-soft); font-size: .92rem; }
.placeholder-tag { font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--clay); background: #fbeee6; border: 1px dashed var(--clay); border-radius: 6px; padding: .15rem .5rem; display: inline-block; margin-bottom: .7rem; }

/* ---------- Areas ---------- */
.area-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); gap: .6rem; }
.area-grid a { display: block; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: .8rem 1rem; text-decoration: none; font-weight: 600; color: var(--ink); }
.area-grid a:hover { border-color: var(--pine); color: var(--pine); }

/* ---------- FAQ (native details/summary — accessible, no JS) ---------- */
.faq { display: grid; gap: .7rem; max-width: 52rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.1rem 1.3rem; font-family: var(--display); font-size: 1.18rem;
  font-weight: 560; display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--body); font-size: 1.6rem; color: var(--clay); line-height: 1; flex: none; transition: transform .2s ease; }
.faq-item[open] summary::after { content: "–"; }
.faq-item .faq-body { padding: 0 1.3rem 1.2rem; color: var(--ink-soft); }
.faq-item .faq-body > * + * { margin-top: .7rem; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(160deg, var(--pine) 0%, var(--pine-900) 100%); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #e7ddc9; margin-inline: auto; }
.cta-band .cta-row { justify-content: center; margin-top: 1.5rem; }

/* ---------- Prose (articles / guides / legal) ---------- */
.prose { max-width: var(--wrap-narrow); }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 { margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.prose h3 { margin-top: 1.8rem; }
.prose ul, .prose ol { padding-left: 1.4rem; }
.prose li { margin-bottom: .45rem; max-width: 66ch; }
.prose li::marker { color: var(--clay); }
.prose strong { color: var(--ink); }
.prose .callout-box { background: var(--sage); border-left: 4px solid var(--pine); border-radius: 0 10px 10px 0; padding: 1.1rem 1.3rem; }
.prose .callout-box.warn { background: #fbeee6; border-left-color: var(--clay); }
.prose figure { margin: 1.6rem 0; }
.prose figcaption { font-size: .9rem; color: var(--ink-soft); margin-top: .5rem; }

/* Tables (cost guides) */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
table.data { width: 100%; border-collapse: collapse; background: #fff; min-width: 34rem; }
table.data caption { text-align: left; padding: .9rem 1rem; font-weight: 700; color: var(--ink-soft); background: var(--paper-2); }
table.data th, table.data td { text-align: left; padding: .85rem 1rem; border-bottom: 1px solid var(--line); }
table.data thead th { background: var(--pine); color: #fff; font-weight: 700; }
table.data tbody tr:nth-child(even) { background: var(--paper); }
table.data td.num { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- Breadcrumbs + page header ---------- */
.page-head { background: var(--paper-2); border-bottom: 1px solid var(--line); padding-block: clamp(1.6rem, 1rem + 2vw, 3rem); }
.breadcrumbs { font-size: .92rem; margin-bottom: .8rem; color: var(--ink-soft); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; }
.breadcrumbs li:not(:last-child)::after { content: "›"; margin-left: .4rem; color: var(--line-strong); }
.page-head h1 { max-width: 22ch; }
.page-head .lede { margin-top: .8rem; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem,1rem+2vw,2.2rem); box-shadow: var(--shadow-md); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 700; margin-bottom: .35rem; }
.field .req { color: var(--clay); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; padding: .8rem .9rem; border: 2px solid var(--line-strong); border-radius: 10px; background: var(--paper); color: var(--ink); min-height: 52px;
}
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--pine); outline: none; box-shadow: 0 0 0 3px rgba(40,80,73,.18); }
.field .hint { font-size: .9rem; color: var(--ink-soft); margin-top: .3rem; }
fieldset { border: none; padding: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--pine-900); color: #d9d0bf; border-top: 4px solid var(--clay); }
.site-footer a { color: #f1e7d2; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; padding-block: clamp(2.4rem, 1.8rem + 2vw, 3.4rem); }
.footer-grid h3 { color: #fff; font-size: 1.1rem; margin-bottom: .9rem; }
.footer-grid ul { list-style: none; padding: 0; display: grid; gap: .45rem; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { color: #bdb29e; font-size: .98rem; margin-top: .8rem; }
.nap { font-style: normal; display: grid; gap: .4rem; }
.nap a { font-weight: 600; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 1.3rem; display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between; font-size: .9rem; color: #b3a994; }
.footer-bottom a { color: #d9d0bf; }
@media (max-width: 56rem) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 34rem) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Reveal on load (reduced-motion safe) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(14px); animation: rise .7s cubic-bezier(.2,.7,.3,1) forwards; }
  .reveal-1 { animation-delay: .05s; } .reveal-2 { animation-delay: .15s; }
  .reveal-3 { animation-delay: .25s; } .reveal-4 { animation-delay: .35s; }
  @keyframes rise { to { opacity: 1; transform: none; } }
}

/* ---------- Misc utilities ---------- */
.pill { display: inline-flex; align-items: center; gap: .4rem; background: var(--sage); color: var(--pine-900); border: 1px solid var(--line); border-radius: 999px; padding: .35rem .8rem; font-size: .85rem; font-weight: 700; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem,.8rem+2vw,2.4rem); align-items: center; }
@media (max-width: 48rem) { .grid-2 { grid-template-columns: 1fr; } }
.stack > * + * { margin-top: 1rem; }
.mt-0 { margin-top: 0; }
hr.rule { border: none; border-top: 1px solid var(--line); margin-block: 2rem; }

@media print {
  .site-header, .cta-band, .nav-toggle, .badge-float { display: none; }
  body { background: #fff; }
}


/* ---------- Excellence refinements ---------- */
li { text-wrap: pretty; }
[id] { scroll-margin-top: 5.5rem; }   /* sticky-header-safe in-page anchor jumps */


/* Logo: wide mark on desktop, compact oak tile on small screens */
.logo-tile { display: none; }
@media (max-width: 40rem) {
  .logo-full { display: none; }
  .logo-tile { display: block; height: 40px; width: 40px; }
  .brand-name { font-size: 1.06rem; }
  .brand-tag { display: none; }
}


/* ---------- Contact page ---------- */
.contact-grid { display:grid; grid-template-columns:1.25fr .85fr; gap:clamp(1.5rem,1rem+2.5vw,2.75rem); align-items:start; }
@media (max-width:56rem){ .contact-grid{ grid-template-columns:1fr; } }
.contact-aside { display:grid; gap:1.2rem; position:sticky; top:6rem; }
@media (max-width:56rem){ .contact-aside{ position:static; } }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
@media (max-width:30rem){ .field-row{ grid-template-columns:1fr; } }
.check-grid { display:grid; grid-template-columns:1fr 1fr; gap:.55rem .9rem; margin-top:.55rem; }
@media (max-width:34rem){ .check-grid{ grid-template-columns:1fr; } }
.check-label { display:flex; align-items:flex-start; gap:.5rem; font-size:.98rem; line-height:1.35; cursor:pointer; }
.check-label input[type="checkbox"]{ margin-top:.18rem; flex:none; width:1.15rem; height:1.15rem; accent-color:var(--pine); }
.form-card fieldset legend { font-weight:700; padding:0; }
.form-note { margin-top:1.1rem; padding-top:1.1rem; border-top:1px solid var(--line); font-size:.96rem; color:var(--ink-soft); }
.quick-contact { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:1.3rem 1.4rem; box-shadow:var(--shadow-sm); }
.qc-title { font-size:1.2rem; margin-bottom:.85rem; }
.quick-contact .btn { width:100%; justify-content:flex-start; margin-bottom:.55rem; }
.qc-hours { margin:1.1rem 0 0; }
.qc-hours > div { display:flex; justify-content:space-between; gap:1rem; font-size:.95rem; border-top:1px solid var(--line); padding:.45rem 0; }
.qc-hours dt{ color:var(--ink-soft); } .qc-hours dd{ font-weight:600; text-align:right; margin:0; }
.qc-pills { display:flex; flex-wrap:wrap; gap:.4rem; margin-top:1rem; }


/* Fix: a .trust-bar used inline as a LIGHT strip (background:none) must use dark
   text — otherwise the cream-on-dark default text lands on the cream page. */
.trust-bar[style*="background:none"] { color: var(--ink); }
.trust-bar[style*="background:none"] .trust-item { color: var(--ink); }
.trust-bar[style*="background:none"] .trust-item svg { color: var(--pine); }
