/* ============================================================
   ORTMAN LAW FIRM — practice-area page styles
   Loaded AFTER ortman.css. Inherits all theme variables.
   ============================================================ */

/* ---------- Breadcrumb ---------- */
.crumb { display: flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: 0.02em; }
.crumb a { color: color-mix(in oklab, var(--on-brand) 70%, transparent); }
.crumb a:hover { color: var(--on-brand); }
.crumb .sep { color: color-mix(in oklab, var(--on-brand) 45%, transparent); }
.crumb .here { color: var(--accent); }

/* ---------- Practice hero (navy band) ---------- */
.pp-hero { background: var(--brand); color: var(--on-brand); padding: 54px 0 66px; position: relative; overflow: hidden; }
.pp-hero::after {
  content: ""; position: absolute; right: -120px; top: -80px; width: 420px; height: 420px;
  border: 1px solid rgba(255,255,255,.07); border-radius: 50%;
}
.pp-hero::before {
  content: ""; position: absolute; right: -40px; top: 40px; width: 280px; height: 280px;
  border: 1px solid rgba(255,255,255,.06); border-radius: 50%;
}
.pp-hero .inner { position: relative; z-index: 1; max-width: 880px; }
.pp-hero .eyebrow { color: var(--accent); margin: 26px 0 0; }
.pp-hero h1 { color: var(--on-brand); font-size: clamp(38px, 5vw, 60px); margin: 18px 0 0; }
.pp-hero .lead { color: color-mix(in oklab, var(--on-brand) 80%, transparent); font-size: 19px; line-height: 1.6; margin-top: 22px; max-width: 40em; }
.pp-hero .hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.pp-hero .btn-ghost { color: var(--on-brand); border-color: rgba(255,255,255,.3); }
.pp-hero .btn-ghost:hover { border-color: var(--on-brand); background: rgba(255,255,255,.06); }

/* ---------- Intro strip ---------- */
.pp-intro { padding: 70px 0 16px; }
.pp-intro .inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: start; }
.pp-intro h2 { font-size: clamp(26px, 3vw, 36px); }
.pp-intro .eyebrow { margin-bottom: 14px; }
.pp-intro p { color: var(--ink-soft); font-size: 17px; line-height: 1.72; }
.pp-intro p + p { margin-top: 16px; }
.pp-intro .pull { font-family: var(--font-display); color: var(--brand); font-size: 21px; line-height: 1.45; font-weight: 600; }

/* ---------- Two-col: sticky rail + service blocks ---------- */
.pp-body { padding: 60px 0 90px; }
.pp-layout { display: grid; grid-template-columns: 240px 1fr; gap: 70px; align-items: start; }
.pp-rail { position: sticky; top: 100px; align-self: start; }
.pp-rail .rail-title { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.pp-rail ul { list-style: none; display: grid; gap: 2px; }
.pp-rail a {
  display: block; padding: 9px 14px; font-size: 14.5px; color: var(--ink-soft);
  border-left: 2px solid transparent; border-radius: 0 var(--r) var(--r) 0;
  transition: all .18s ease; line-height: 1.35;
}
.pp-rail a:hover { color: var(--ink); background: var(--surface-2); }
.pp-rail a.active { color: var(--brand); border-left-color: var(--accent); background: var(--surface-2); font-weight: 600; }
.pp-rail .rail-card {
  margin-top: 26px; background: var(--brand); color: var(--on-brand);
  border-radius: var(--r-lg); padding: 22px;
}
.pp-rail .rail-card b { font-family: var(--font-display); display: block; font-size: 17px; color: var(--on-brand); margin-bottom: 6px; }
.pp-rail .rail-card p { font-size: 13px; color: color-mix(in oklab, var(--on-brand) 74%, transparent); line-height: 1.5; margin-bottom: 14px; }
.pp-rail .rail-card a { display: inline-flex; padding: 0; border: 0; color: var(--accent); font-weight: 600; font-size: 13.5px; background: none; }
.pp-rail .rail-card a:hover { background: none; color: var(--on-brand); }

/* ---------- Service block ---------- */
.svc-block { padding: 46px 0; border-top: 1px solid var(--line); scroll-margin-top: 100px; }
.svc-block:first-child { border-top: 0; padding-top: 0; }
.svc-head { display: flex; align-items: baseline; gap: 18px; }
.svc-head .idx { font-family: var(--font-display); font-size: 15px; color: var(--accent); flex: none; padding-top: 4px; }
.svc-head h3 { font-size: clamp(24px, 2.6vw, 30px); }
.svc-block > p.desc { color: var(--ink-soft); font-size: 16.5px; line-height: 1.72; margin: 16px 0 24px; max-width: 50em; padding-left: 33px; }
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin-left: 33px; }
.svc-grid div { background: var(--surface); padding: 14px 18px; font-size: 14.5px; display: flex; align-items: center; gap: 12px; }
.svc-grid div .b { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; }
.svc-note {
  margin: 22px 0 0 33px; padding: 16px 18px; border-radius: var(--r);
  background: var(--accent-soft); border: 1px solid color-mix(in oklab, var(--accent) 38%, var(--line));
  font-size: 14px; line-height: 1.55; display: flex; gap: 12px; align-items: flex-start;
}
.svc-note .cl-ico { color: var(--accent); flex: none; font-size: 15px; margin-top: 1px; }
.svc-note b { color: var(--ink); }

/* ---------- Big cross-practice synergy band ---------- */
.synergy-band { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 92px 0; }
.synergy-band .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.synergy-band .eyebrow { margin-bottom: 16px; }
.synergy-band h2 { font-size: clamp(28px, 3.4vw, 42px); }
.synergy-band p { color: var(--ink-soft); font-size: 17px; line-height: 1.72; margin-top: 20px; max-width: 34em; }
.synergy-band .btn { margin-top: 28px; }
.synergy-visual {
  background: var(--brand); border-radius: var(--r-lg); padding: 40px; color: var(--on-brand);
  position: relative; overflow: hidden;
}
.synergy-visual .flow { display: grid; gap: 0; }
.synergy-visual .fnode { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 16px 0; align-items: start; position: relative; }
.synergy-visual .fnode:not(:last-child)::after {
  content: ""; position: absolute; left: 21px; top: 44px; bottom: -16px; width: 2px;
  background: rgba(255,255,255,.18);
}
.synergy-visual .fnode .mark {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 15px; z-index: 1;
}
.synergy-visual .fnode.fam .mark { background: rgba(255,255,255,.1); color: var(--on-brand); border: 1px solid rgba(255,255,255,.3); }
.synergy-visual .fnode.pro .mark { background: var(--accent); color: #1c1408; }
.synergy-visual .fnode b { display: block; color: var(--on-brand); font-size: 15.5px; margin-bottom: 3px; font-family: var(--font-body); font-weight: 600; }
.synergy-visual .fnode span { font-size: 13.5px; color: color-mix(in oklab, var(--on-brand) 72%, transparent); line-height: 1.5; }

/* ---------- Mini FAQ on practice pages ---------- */
.pp-faq { padding: 90px 0; }
.pp-faq .head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.pp-faq .head h2 { font-size: clamp(28px, 3.3vw, 40px); margin-top: 14px; }
.pp-faq .qa { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }

/* ---------- CTA band ---------- */
.pp-cta { background: var(--brand-deep); color: var(--on-brand); padding: 84px 0; text-align: center; }
.pp-cta .eyebrow { color: var(--accent); justify-content: center; }
.pp-cta .eyebrow.center { display: inline-flex; }
.pp-cta h2 { color: var(--on-brand); font-size: clamp(30px, 3.6vw, 46px); margin: 16px 0 0; }
.pp-cta p { color: color-mix(in oklab, var(--on-brand) 76%, transparent); font-size: 18px; margin: 18px auto 0; max-width: 34em; }
.pp-cta .row { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.pp-cta .btn-ghost { color: var(--on-brand); border-color: rgba(255,255,255,.3); }
.pp-cta .btn-ghost:hover { border-color: var(--on-brand); background: rgba(255,255,255,.06); }
.pp-cta .phone { margin-top: 26px; font-family: var(--font-display); font-size: 24px; color: var(--on-brand); }
.pp-cta .phone a { color: var(--accent); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .pp-intro .inner, .synergy-band .inner { grid-template-columns: 1fr; gap: 36px; }
  .pp-layout { grid-template-columns: 1fr; gap: 0; }
  .pp-rail { display: none; }
  .synergy-visual { order: -1; }
}
@media (max-width: 720px) {
  .svc-grid { grid-template-columns: 1fr; }
  .svc-block > p.desc, .svc-grid, .svc-note { margin-left: 0; padding-left: 0; }
  .svc-grid { padding-left: 0; }
}

/* ============================================================
   ATTORNEY / ABOUT PAGE
   ============================================================ */
.pp-hero.att-hero .att-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 60px; align-items: center; }
.att-portrait { position: relative; }
.att-portrait .ph { aspect-ratio: 4/5; background-color: rgba(255,255,255,.04); border-color: rgba(255,255,255,.18);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 9px, rgba(255,255,255,.05) 9px, rgba(255,255,255,.05) 10px); }
.att-portrait .ph span { background: var(--brand-deep); color: color-mix(in oklab, var(--on-brand) 72%, transparent); border-color: rgba(255,255,255,.2); }
.att-portrait .stamp { position: absolute; left: -22px; bottom: 30px; background: var(--surface); color: var(--ink);
  border: 1px solid var(--line); border-left: 3px solid var(--accent); padding: 15px 20px; border-radius: var(--r);
  box-shadow: 0 20px 44px -24px rgba(0,0,0,.6); }
.att-portrait .stamp b { font-family: var(--font-display); display: block; font-size: 15px; }
.att-portrait .stamp span { font-size: 12.5px; color: var(--ink-soft); }
.pp-hero.att-hero h1 { margin-top: 14px; }
.pp-hero.att-hero .role { color: var(--accent); font-weight: 600; font-size: 15.5px; letter-spacing: .03em; margin-top: 14px; }
.factrow { display: flex; gap: 30px; margin-top: 30px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.factrow .f small { display: block; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 5px; }
.factrow .f b { font-family: var(--font-display); color: var(--on-brand); font-size: 19px; font-weight: 600; }

.cred-section { padding: 84px 0; }
.cred-section .inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: start; }
.cred-section h2 { font-size: clamp(26px, 3vw, 36px); }
.credgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.credgrid .cell { background: var(--surface); padding: 26px 28px; }
.credgrid .cell h4 { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; font-family: var(--font-body); font-weight: 700; }
.credgrid .cell ul { list-style: none; display: grid; gap: 11px; }
.credgrid .cell li { font-size: 16px; color: var(--ink); line-height: 1.4; }
.credgrid .cell li span { display: block; font-size: 13.5px; color: var(--ink-soft); margin-top: 2px; }

.ph-text { border: 1px dashed color-mix(in oklab, var(--ink) 26%, transparent); background: var(--surface-2); border-radius: var(--r); padding: 18px 20px; margin-top: 20px; }
.ph-text .tag { font-family: "IBM Plex Mono", monospace; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 7px; }
.ph-text p { color: var(--ink-soft); font-size: 15px; font-style: italic; }

.att-quote { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 86px 0; text-align: center; }
.att-quote .q-mark { font-family: var(--font-display); font-size: 56px; color: var(--accent); line-height: 1; display: block; margin-bottom: 6px; }
.att-quote blockquote { font-family: var(--font-display); font-size: clamp(26px, 3.4vw, 40px); line-height: 1.3; color: var(--ink); max-width: 20em; margin: 0 auto; font-weight: 600; }
.att-quote cite { display: block; margin-top: 26px; font-style: normal; font-size: 14px; letter-spacing: .04em; color: var(--ink-soft); }
.att-quote cite b { color: var(--brand); font-weight: 600; }

.stat-band { padding: 72px 0; background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-band .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; text-align: center; }
.stat-band .s { padding: 0 10px; }
.stat-band .s b { font-family: var(--font-display); font-size: clamp(30px, 3.6vw, 46px); color: var(--brand); display: block; font-weight: 700; }
.stat-band .s span { font-size: 15px; color: var(--ink-soft); margin-top: 8px; display: block; line-height: 1.45; }
.stat-band .s + .s { border-left: 1px solid var(--line); }

@media (max-width: 980px) {
  .pp-hero.att-hero .att-grid, .cred-section .inner { grid-template-columns: 1fr; gap: 40px; }
  .att-portrait { order: -1; max-width: 360px; }
  .stat-band .grid { grid-template-columns: 1fr; gap: 24px; }
  .stat-band .s + .s { border-left: 0; border-top: 1px solid var(--line); padding-top: 24px; }
}
@media (max-width: 720px) {
  .credgrid { grid-template-columns: 1fr; }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-body { padding: 78px 0 96px; }
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: start; }
.contact-info .blk { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 28px 1fr; gap: 16px; align-items: start; }
.contact-info .blk:first-child { padding-top: 0; }
.contact-info .ico { color: var(--accent); font-size: 17px; line-height: 1.4; }
.contact-info small { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 6px; }
.contact-info .v { font-size: 16.5px; color: var(--ink); line-height: 1.55; }
.contact-info .v a { color: var(--brand); font-weight: 600; }
.contact-info .v a.dir { display: inline-block; margin-top: 10px; font-size: 14px; color: var(--accent); font-weight: 600; }
.map-embed { margin-top: 28px; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; height: 300px; background: var(--surface-2); }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-ph { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 20px; }
.map-ph .pin { font-size: 26px; color: var(--accent); }
.map-ph b { font-family: var(--font-display); font-size: 16px; color: var(--ink); }
.map-ph span { font-size: 13px; color: var(--ink-soft); }
.hours-row { display: flex; justify-content: space-between; gap: 16px; font-size: 15px; padding: 9px 0; border-bottom: 1px dotted var(--line); }
.hours-row:last-child { border-bottom: 0; }
.hours-row span:last-child { color: var(--ink-soft); }

/* ============================================================
   RESULTS / TESTIMONIALS PAGE
   ============================================================ */
.results-body { padding: 84px 0; }
.results-body .head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.results-body .head h2 { font-size: clamp(28px, 3.3vw, 40px); margin-top: 14px; }
.results-body .head p { color: var(--ink-soft); font-size: 17px; margin-top: 16px; }
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; position: relative; display: flex; flex-direction: column; }
.tcard .stars { color: var(--accent); font-size: 14px; letter-spacing: 3px; margin-bottom: 14px; }
.tcard blockquote { font-family: var(--font-display); font-size: 18px; line-height: 1.5; color: var(--ink); flex: 1; }
.tcard .who { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.tcard .who b { font-size: 15px; color: var(--ink); display: block; }
.tcard .who span { font-size: 13px; color: var(--ink-soft); }
.sample-tag { position: absolute; top: 14px; right: 14px; font-family: "IBM Plex Mono", monospace; font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); border: 1px solid color-mix(in oklab, var(--accent) 45%, var(--line)); border-radius: 3px; padding: 3px 7px; background: var(--accent-soft); }
.results-disclaimer { text-align: center; max-width: 62em; margin: 44px auto 0; font-size: 13px; color: var(--ink-soft); line-height: 1.65; }
.matters { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; margin-top: 10px; }
.matter { background: var(--surface); padding: 28px 30px; }
.matter .k { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.matter h4 { font-size: 19px; margin: 9px 0 9px; }
.matter p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }

@media (max-width: 980px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .tgrid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .tgrid { grid-template-columns: 1fr; }
  .matters { grid-template-columns: 1fr; }
}

/* ============================================================
   FAQ PAGE — grouped accordions
   ============================================================ */
.faq-body { padding: 78px 0 92px; }
.faq-shell { display: grid; grid-template-columns: 240px 1fr; gap: 70px; align-items: start; }
.faq-groups { display: grid; gap: 56px; }
.faq-group { scroll-margin-top: 100px; }
.faq-group > .eyebrow { margin-bottom: 12px; }
.faq-group h2 { font-size: clamp(23px, 2.5vw, 30px); margin-bottom: 8px; }
.faq-group .qa { margin-top: 22px; border-top: 1px solid var(--line); }
.faq-aside { position: sticky; top: 100px; align-self: start; }
.faq-aside .rail-title { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.faq-aside ul { list-style: none; display: grid; gap: 2px; }
.faq-aside a { display: block; padding: 9px 14px; font-size: 14.5px; color: var(--ink-soft); border-left: 2px solid transparent; border-radius: 0 var(--r) var(--r) 0; transition: all .18s ease; }
.faq-aside a:hover { color: var(--ink); background: var(--surface-2); }
.faq-aside a.active { color: var(--brand); border-left-color: var(--accent); background: var(--surface-2); font-weight: 600; }
.faq-aside .rail-card { margin-top: 26px; background: var(--brand); color: var(--on-brand); border-radius: var(--r-lg); padding: 22px; }
.faq-aside .rail-card b { font-family: var(--font-display); display: block; font-size: 17px; color: var(--on-brand); margin-bottom: 6px; }
.faq-aside .rail-card p { font-size: 13px; color: color-mix(in oklab, var(--on-brand) 74%, transparent); line-height: 1.5; margin-bottom: 14px; }
.faq-aside .rail-card a { display: inline-flex; padding: 0; border: 0; color: var(--accent); font-weight: 600; font-size: 13.5px; background: none; }
.faq-aside .rail-card a:hover { background: none; color: var(--on-brand); }

@media (max-width: 980px) {
  .faq-shell { grid-template-columns: 1fr; gap: 0; }
  .faq-aside { display: none; }
}

/* ============================================================
   PROCESS PAGE — phase timeline
   ============================================================ */
.phase-block { display: grid; grid-template-columns: 64px 1fr; gap: 28px; padding: 40px 0; border-top: 1px solid var(--line); position: relative; }
.phase-block:first-child { border-top: 0; padding-top: 0; }
.phase-num { font-family: var(--font-display); font-size: clamp(34px, 4vw, 46px); color: var(--accent); line-height: 1; font-weight: 700; }
.phase-block h3 { font-size: clamp(22px, 2.5vw, 28px); margin-bottom: 6px; }
.phase-block .lede { color: var(--ink-soft); font-size: 16.5px; line-height: 1.72; max-width: 48em; }
.phase-list { list-style: none; display: grid; gap: 10px; margin-top: 20px; }
.phase-list li { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; font-size: 15px; color: var(--ink); line-height: 1.55; }
.phase-list li .b { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-top: 8px; }
@media (max-width: 720px) {
  .phase-block { grid-template-columns: 1fr; gap: 12px; }
}

/* ============================================================
   LEGAL / PRIVACY PAGE — prose
   ============================================================ */
.legal-body { padding: 64px 0 92px; }
.legal-wrap { max-width: 820px; margin: 0 auto; }
.legal-meta { font-size: 13px; color: var(--ink-soft); letter-spacing: 0.02em; border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 14px; }
.legal-wrap h2 { font-size: clamp(21px, 2.3vw, 27px); margin: 44px 0 14px; scroll-margin-top: 100px; }
.legal-wrap h3 { font-size: 18px; margin: 26px 0 10px; font-family: var(--font-display); }
.legal-wrap p { color: var(--ink-soft); font-size: 16px; line-height: 1.74; margin-bottom: 14px; }
.legal-wrap ul { margin: 0 0 16px 4px; padding: 0; list-style: none; display: grid; gap: 9px; }
.legal-wrap ul li { display: grid; grid-template-columns: 16px 1fr; gap: 12px; color: var(--ink-soft); font-size: 16px; line-height: 1.62; }
.legal-wrap ul li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-top: 9px; }
.legal-wrap strong { color: var(--ink); font-weight: 600; }
.legal-wrap a { color: var(--brand); font-weight: 600; }
.legal-callout { background: var(--accent-soft); border: 1px solid color-mix(in oklab, var(--accent) 38%, var(--line)); border-radius: var(--r); padding: 20px 22px; margin: 22px 0; }
.legal-callout p { color: var(--ink); margin: 0; font-size: 15px; line-height: 1.66; }
