/* =========================================================
   SPOKANE WEB STUDIO — site component layer
   (loads AFTER brand.css, which holds tokens + base + wordmark)

   Design direction: the studio's basalt-column mark is five
   columns of rising height — Spokane River basalt AND a rising
   bar chart. That doubling is the site's signature: "getting
   found" drawn as rising columns. The motif recurs in the hero,
   the proof numbers, and the five-step process. Everything else
   stays quiet so the columns carry the personality.
   ========================================================= */

/* ---- Section rhythm ---- */
.section { padding: clamp(3.6rem, 8vw, 6.4rem) 0; }
.section--tight { padding: clamp(2.6rem, 6vw, 4.4rem) 0; }
.section--dark { background: var(--basalt); color: var(--on-dark); }
.section--paper2 { background: var(--paper-2); }
.section--band { background: var(--paper-3); }
.section-head { max-width: 46rem; margin: 0 0 2.6rem; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.9rem); }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; margin: 0; }
.section--dark .section-head p { color: var(--on-dark-soft); }
.lead { font-size: 1.16rem; color: var(--ink-soft); }
.section--dark .lead { color: var(--on-dark-soft); }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(20, 24, 29, .82);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line-dark);
  color: var(--on-dark);
}
.site-header .nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.4rem; padding: .72rem 0; min-height: 62px;
}
.nav-links {
  display: flex; align-items: center; gap: 1.55rem;
  list-style: none; margin: 0; padding: 0;
}
.nav-links a {
  color: var(--on-dark-soft); text-decoration: none;
  font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  padding: .35rem 0; position: relative;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--on-dark); }
.nav-links a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--copper-lite);
}
.nav-actions { display: flex; align-items: center; gap: .9rem; }
.nav-cta {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--copper); color: #fff; text-decoration: none;
  font-weight: 700; font-size: .93rem;
  padding: .6rem 1.15rem; border-radius: 999px;
  border: 2px solid transparent;
  transition: background .18s var(--ease), transform .18s var(--ease);
}
.nav-cta:hover { background: var(--copper-ink); color: #fff; transform: translateY(-1px); }
.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; padding: 0; color: var(--on-dark);
}
.nav-toggle svg { width: 26px; height: 26px; }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-links {
    position: fixed; inset: 62px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--basalt-2); border-bottom: 1px solid var(--line-dark);
    padding: .5rem 1.25rem 1.25rem;
    transform: translateY(-140%); transition: transform .28s var(--ease);
    box-shadow: var(--shadow);
  }
  .nav-links[data-open="true"] { transform: translateY(0); }
  .nav-links a { padding: .95rem .2rem; border-bottom: 1px solid var(--line-dark); font-size: 1.05rem; }
  .nav-links li:last-child a { border-bottom: 0; }
}

/* ---- Buttons row / trust ---- */
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.btn--copper { background: var(--copper); }
.btn--copper:hover { background: var(--copper-ink); }
.btn--lg { padding: 1rem 1.7rem; font-size: 1.05rem; }
.btn svg { width: 1.05em; height: 1.05em; flex: none; }
.on-dark .btn--ghost { color: var(--on-dark); border-color: var(--line-dark); }
.on-dark .btn--ghost:hover { background: var(--basalt-3); color: var(--on-dark); }

/* =========================================================
   HERO — the thesis. Basalt ground, typographic promise,
   with the rising-columns signature as the visual argument.
   ========================================================= */
.hero { position: relative; overflow: hidden; background: var(--basalt); color: var(--on-dark); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 82% 8%, rgba(180, 73, 31, .20), transparent 55%),
    radial-gradient(90% 80% at 8% 100%, rgba(31, 78, 95, .30), transparent 60%);
  pointer-events: none;
}
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.08fr .92fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
  padding: clamp(3.4rem, 8vw, 6rem) 0 clamp(3.4rem, 7vw, 5.4rem);
}
.hero h1 {
  font-size: clamp(2.5rem, 6.2vw, 4.35rem);
  line-height: 1.02; letter-spacing: -0.022em; margin: 0 0 1.3rem;
  max-width: 15ch;
}
.hero h1 .u-found {
  color: var(--wheat); position: relative; white-space: nowrap;
}
.hero h1 .u-found::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .04em;
  height: .1em; background: var(--copper-lite); border-radius: 2px;
}
.hero__sub { font-size: clamp(1.08rem, 2.2vw, 1.28rem); color: var(--on-dark-soft); max-width: 40ch; margin: 0 0 1.9rem; }
.hero__trust {
  margin-top: 2.3rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: 1.5rem 2.2rem; align-items: center;
}
.hero__trust p { margin: 0; font-size: .84rem; letter-spacing: .04em; color: var(--on-dark-soft); }
.hero__trust strong { color: var(--wheat); font-family: var(--display); font-weight: 700; }

/* Signature graphic: rising basalt columns = a growth chart. */
.rise {
  position: relative; align-self: stretch;
  min-height: 340px; display: flex; align-items: flex-end; justify-content: center;
  gap: clamp(.5rem, 1.4vw, 1rem);
  padding: 1.5rem 0 0;
}
.rise__col {
  flex: 1 1 0; max-width: 74px;
  border-radius: 10px 10px 3px 3px;
  background: linear-gradient(180deg, var(--basalt-3), var(--basalt-2));
  border: 1px solid var(--line-dark);
  position: relative;
  transform-origin: bottom center;
  animation: riseUp .9s var(--ease) both;
}
.rise__col::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 40%;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, rgba(232, 200, 122, .16), transparent);
}
.rise__col--accent { background: linear-gradient(180deg, var(--copper), var(--copper-ink)); border-color: transparent; }
.rise__col--accent::before { background: linear-gradient(180deg, rgba(255,255,255,.22), transparent); }
.rise__col:nth-child(1) { height: 46%; animation-delay: .05s; }
.rise__col:nth-child(2) { height: 62%; animation-delay: .16s; }
.rise__col:nth-child(3) { height: 74%; animation-delay: .27s; }
.rise__col:nth-child(4) { height: 100%; animation-delay: .38s; }
.rise__col:nth-child(5) { height: 84%; animation-delay: .49s; }
.rise__tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--wheat); color: var(--basalt);
  font-family: var(--display); font-weight: 800; font-size: .72rem;
  letter-spacing: .04em; padding: .2rem .5rem; border-radius: 6px; white-space: nowrap;
  box-shadow: var(--shadow-sm);
}
@keyframes riseUp {
  from { transform: scaleY(0); opacity: 0; }
  to   { transform: scaleY(1); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .rise__col { animation: none; }
}

/* =========================================================
   THE WEDGE — the honest differentiator band
   ========================================================= */
.wedge__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.wedge h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
.wedge h2 em { font-family: var(--editor); font-style: italic; font-weight: 500; color: var(--wheat); }
.wedge__list { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: 1.1rem; }
.wedge__list li { display: flex; gap: .9rem; align-items: flex-start; }
.wedge__list .tick {
  flex: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--copper); color: #fff; display: grid; place-items: center;
  margin-top: .1rem;
}
.wedge__list .tick svg { width: 15px; height: 15px; }
.wedge__list strong { display: block; color: var(--on-dark); font-size: 1.02rem; }
.wedge__list span { color: var(--on-dark-soft); font-size: .96rem; }
.wedge__aside {
  background: var(--basalt-2); border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2rem);
}
.wedge__aside .quote { font-family: var(--editor); font-style: italic; font-size: 1.28rem; line-height: 1.4; color: var(--on-dark); margin: 0 0 1rem; }
.wedge__aside .cite { color: var(--on-dark-soft); font-size: .9rem; margin: 0; }

/* =========================================================
   SERVICES — card grid
   ========================================================= */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.2rem; }
.svc {
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.7rem 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.svc__ico {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--copper-tint); color: var(--copper-ink);
  display: grid; place-items: center; margin-bottom: 1.1rem;
}
.svc__ico svg { width: 26px; height: 26px; }
.svc h3 { font-size: 1.22rem; margin-bottom: .4rem; }
.svc p { color: var(--ink-soft); font-size: .97rem; margin: 0; }
.svc__tag {
  display: inline-block; margin-top: 1rem; font-size: .74rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--river);
}
.svc--feature { border-color: var(--copper); position: relative; }
.svc--feature .svc__flag {
  position: absolute; top: -11px; left: 1.5rem;
  background: var(--copper); color: #fff; font-size: .68rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; padding: .22rem .6rem; border-radius: 6px;
}

/* =========================================================
   PROOF — real Foodie Spokane numbers, column-chart styling
   ========================================================= */
.proof__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.8rem; }
.stat { text-align: left; }
.stat__num { font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 5vw, 2.9rem); line-height: 1; color: var(--wheat); letter-spacing: -0.02em; }
.stat__lab { display: block; margin-top: .5rem; font-size: .84rem; color: var(--on-dark-soft); letter-spacing: .02em; }
.proof__card {
  background: var(--paper-2); color: var(--ink);
  border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow);
}
.proof__card .badge { display: inline-flex; align-items: center; gap: .5rem; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--copper-ink); margin-bottom: .8rem; }
.proof__card .badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--copper); }
.proof__card h3 { font-size: 1.3rem; }
.proof__card p { color: var(--ink-soft); font-size: .97rem; }
.proof__mini { display: flex; align-items: flex-end; gap: .35rem; height: 66px; margin: 1.1rem 0 .3rem; }
.proof__mini span { flex: 1; background: var(--copper-tint); border-radius: 4px 4px 0 0; }
.proof__mini span:nth-child(1){height:38%} .proof__mini span:nth-child(2){height:52%}
.proof__mini span:nth-child(3){height:60%} .proof__mini span:nth-child(4){height:74%}
.proof__mini span:nth-child(5){height:88%} .proof__mini span:nth-child(6){height:100%;background:var(--copper)}

/* =========================================================
   PORTFOLIO
   ========================================================= */
.work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.work {
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.work:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.work__img { aspect-ratio: 16 / 10; position: relative; overflow: hidden; background: var(--paper-3); }
.work__img img { width: 100%; height: 100%; object-fit: cover; }
.work__body { padding: 1.4rem 1.4rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.work__kicker { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-ink); margin-bottom: .5rem; }
.work h3 { font-size: 1.28rem; margin-bottom: .45rem; }
.work p { color: var(--ink-soft); font-size: .95rem; margin: 0 0 1rem; }
.work__tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: auto; }
.work__tags span { font-size: .74rem; font-weight: 600; color: var(--ink-muted); background: var(--paper-3); border-radius: 999px; padding: .28rem .7rem; }
.work__link { margin-top: 1rem; font-weight: 700; color: var(--river); text-decoration: none; display: inline-flex; gap: .4rem; align-items: center; font-size: .95rem; }
.work__link:hover { color: var(--river-deep); }
.work__link svg { width: 1em; height: 1em; transition: transform .18s var(--ease); }
.work__link:hover svg { transform: translateX(3px); }

/* Intentional blank image block (concept placeholder — NOT a broken image) */
.imgblock {
  width: 100%; height: 100%;
  background:
    repeating-linear-gradient(135deg, var(--paper-3) 0 14px, #E4DED2 14px 28px);
  display: grid; place-items: center; color: var(--ink-muted);
}
.imgblock__inner { text-align: center; }
.imgblock svg { width: 34px; height: 34px; opacity: .6; margin: 0 auto .4rem; }
.imgblock span { font-size: .78rem; font-weight: 600; letter-spacing: .04em; }
.chip-concept {
  position: absolute; top: .8rem; left: .8rem; z-index: 2;
  background: var(--basalt); color: var(--wheat);
  font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: .3rem .65rem; border-radius: 6px;
}

/* =========================================================
   PROCESS — five basalt columns, rising (real sequence)
   ========================================================= */
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-top: 2.4rem; align-items: end; list-style: none; padding: 0; }
.process .step { list-style: none; }
.step { position: relative; }
.step__bar {
  border-radius: 8px 8px 3px 3px; margin-bottom: 1rem;
  background: linear-gradient(180deg, var(--basalt-3), var(--basalt-2));
  border: 1px solid var(--line-dark);
  position: relative;
}
.step:nth-child(1) .step__bar { height: 58px; }
.step:nth-child(2) .step__bar { height: 82px; }
.step:nth-child(3) .step__bar { height: 106px; }
.step:nth-child(4) .step__bar { height: 130px; }
.step:nth-child(5) .step__bar { height: 158px; background: linear-gradient(180deg, var(--copper), var(--copper-ink)); border-color: transparent; }
.step__n { font-family: var(--display); font-weight: 800; font-size: .82rem; color: var(--copper-lite); letter-spacing: .1em; }
.step h3 { font-size: 1.06rem; margin: .25rem 0 .35rem; color: var(--on-dark); }
.step p { font-size: .88rem; color: var(--on-dark-soft); margin: 0; }

/* =========================================================
   TEAM
   ========================================================= */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; margin-top: 1rem; }
.member {
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.5rem; text-align: center;
}
.member__ava {
  width: 84px; height: 84px; margin: 0 auto 1rem; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--basalt); color: var(--wheat);
  font-family: var(--display); font-weight: 800; font-size: 1.7rem; letter-spacing: .01em;
  border: 2px solid var(--copper);
}
.member h3 { font-size: 1.14rem; margin-bottom: .2rem; }
.member__role { color: var(--copper-ink); font-weight: 700; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 .6rem; }
.member p { color: var(--ink-soft); font-size: .92rem; margin: 0; }

.familybar {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  background: var(--wheat-tint); border: 1px solid var(--wheat);
  border-radius: var(--radius-lg); padding: 1.1rem 1.4rem; margin-top: 2rem;
}
.familybar svg { width: 30px; height: 30px; color: var(--copper-ink); flex: none; }
.familybar p { margin: 0; color: var(--ink-soft); font-size: .98rem; }
.familybar strong { color: var(--ink); }

/* =========================================================
   TESTIMONIAL slot (single, honest)
   ========================================================= */
.testi {
  max-width: 52rem; margin-inline: auto; text-align: center;
}
.testi blockquote {
  font-family: var(--editor); font-style: italic; font-weight: 500;
  font-size: clamp(1.4rem, 3.4vw, 2rem); line-height: 1.42; color: var(--ink);
  margin: 0 0 1.4rem;
}
.testi .placeholder {
  border: 1px dashed var(--line-strong); border-radius: var(--radius-lg);
  padding: 2rem; background: var(--paper-2); color: var(--ink-muted);
}
.testi__by { font-weight: 700; color: var(--ink); }
.testi__by span { display: block; font-weight: 500; color: var(--ink-muted); font-size: .9rem; margin-top: .2rem; }

/* =========================================================
   CTA band + footer
   ========================================================= */
.cta-band { background: var(--copper); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 4.4vw, 3rem); max-width: 20ch; margin-inline: auto; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 44ch; margin: 0 auto 1.8rem; font-size: 1.1rem; }
.cta-band .btn { background: var(--basalt); }
.cta-band .btn:hover { background: #000; }
.cta-band .btn--ghost { background: transparent; border-color: rgba(255,255,255,.6); color: #fff; }
.cta-band .btn--ghost:hover { background: rgba(255,255,255,.14); color: #fff; }
.cta-band .fineprint { font-size: .84rem; color: rgba(255,255,255,.94); margin-top: 1.3rem; }

.site-footer { background: var(--basalt); color: var(--on-dark-soft); padding: clamp(3rem, 6vw, 4.4rem) 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; }
.footer-grid h4 { font-family: var(--body); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--wheat); margin: 0 0 1rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.footer-grid a { color: var(--on-dark-soft); text-decoration: none; font-size: .95rem; }
.footer-grid a:hover { color: var(--on-dark); }
.footer-about p { font-size: .95rem; color: var(--on-dark-soft); margin: 1rem 0 0; max-width: 34ch; }

/* Veteran-owned badge — brand-made, generic (NOT a certification mark) */
.vet-badge {
  display: inline-flex; align-items: center; gap: .65rem;
  margin-top: 1.3rem; padding: .5rem .95rem .5rem .55rem;
  border: 1px solid var(--line-dark); border-radius: 999px;
  background: rgba(232, 200, 122, .05);
}
.vet-badge__emblem { width: 36px; height: 36px; flex: none; }
.vet-badge__emblem .ring  { fill: none; stroke: var(--wheat); stroke-opacity: .55; stroke-width: 1.3; }
.vet-badge__emblem .ring2 { fill: none; stroke: var(--copper-lite); stroke-opacity: .4; stroke-width: .8; }
.vet-badge__emblem .star  { fill: var(--copper-lite); }
.vet-badge__text { display: flex; flex-direction: column; line-height: 1.1; }
.vet-badge__text strong {
  font-family: var(--display); font-weight: 800; font-size: .74rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--wheat);
}
.vet-badge__text span {
  font-family: var(--body); font-size: .6rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--on-dark-soft);
  margin-top: .12rem;
}
.footer-contact .big { font-family: var(--display); font-weight: 700; color: var(--on-dark); font-size: 1.15rem; }
.todo-note { color: var(--wheat); font-size: .78rem; opacity: .8; }
.footer-bottom {
  margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line-dark);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem;
  font-size: .84rem; color: var(--on-dark-soft);
}

/* =========================================================
   Inner-page hero (Services/Work/About/Contact)
   ========================================================= */
.pagehead { background: var(--basalt); color: var(--on-dark); position: relative; overflow: hidden; }
.pagehead::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(80% 90% at 90% 0%, rgba(180,73,31,.18), transparent 60%);
}
.pagehead__in { position: relative; z-index: 1; padding: clamp(2.8rem, 6vw, 4.6rem) 0; max-width: 52rem; }
.pagehead h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin: 0 0 1rem; }
.pagehead p { color: var(--on-dark-soft); font-size: 1.14rem; margin: 0; max-width: 46ch; }

/* Breadcrumb */
.crumbs { font-size: .82rem; color: var(--on-dark-soft); margin: 0 0 1rem; }
.crumbs a { color: var(--wheat); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* Rich list for services page */
.svc-detail { display: grid; gap: 1.4rem; }
.svc-detail__item {
  display: grid; grid-template-columns: 56px 1fr; gap: 1.3rem;
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.6rem;
}
.svc-detail__ico { width: 56px; height: 56px; border-radius: 14px; background: var(--copper-tint); color: var(--copper-ink); display: grid; place-items: center; }
.svc-detail__ico svg { width: 30px; height: 30px; }
.svc-detail__item h3 { font-size: 1.35rem; margin-bottom: .4rem; }
.svc-detail__item p { color: var(--ink-soft); margin: 0 0 .8rem; }
.svc-detail__item ul { margin: 0; padding-left: 1.1rem; color: var(--ink-soft); font-size: .95rem; }
.svc-detail__item li { margin-bottom: .3rem; }

/* Contact layout */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 3.6rem); align-items: start; }
.field { display: block; margin-bottom: 1.15rem; }
.field label { display: block; font-weight: 700; font-size: .9rem; margin-bottom: .4rem; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink);
  padding: .8rem .9rem; border: 1px solid var(--line-strong); border-radius: var(--radius);
  background: var(--paper-2);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--copper); outline-offset: 1px; border-color: var(--copper); }
.field textarea { min-height: 130px; resize: vertical; }
.field .hint { font-size: .82rem; color: var(--ink-muted); margin: .35rem 0 0; }
.form-note { font-size: .84rem; color: var(--ink-muted); margin-top: .8rem; }
.contact-card { background: var(--basalt); color: var(--on-dark); border-radius: var(--radius-lg); padding: clamp(1.6rem, 3vw, 2.2rem); }
.contact-card h3 { color: #fff; }
.contact-card .row { display: flex; gap: .9rem; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
.contact-card .row:last-of-type { border-bottom: 0; }
.contact-card .row svg { width: 22px; height: 22px; color: var(--wheat); flex: none; margin-top: .15rem; }
.contact-card .row a, .contact-card .row span { color: var(--on-dark); text-decoration: none; }
.contact-card .row a:hover { color: var(--wheat); }
.contact-card .row small { display: block; color: var(--on-dark-soft); font-size: .82rem; }

/* FAQ */
.faq { display: grid; gap: .8rem; max-width: 50rem; margin-inline: auto; }
.faq details {
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: var(--radius); padding: .3rem 1.2rem;
}
.faq summary {
  cursor: pointer; font-family: var(--display); font-weight: 700; font-size: 1.08rem;
  padding: 1rem 0; list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--copper-ink); font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { color: var(--ink-soft); margin: 0 0 1rem; font-size: .98rem; }

/* Generic prose links inside cards */
.inline-link { color: var(--river); font-weight: 700; text-decoration: none; }
.inline-link:hover { color: var(--river-deep); text-decoration: underline; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 900px) {
  .hero__grid, .wedge__grid, .proof__grid, .contact-grid { grid-template-columns: 1fr; }
  .rise { min-height: 240px; order: -1; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stat-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .process { grid-template-columns: 1fr; }
  .process .step__bar { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn-row .btn { width: 100%; justify-content: center; }
  .svc-detail__item { grid-template-columns: 1fr; }
}
