/*
Theme Name: SDBL Coastal Modern
Theme URI: https://sdbusinessfirm.com/
Author: The San Diego Business Law Firm
Description: Custom high-performance WordPress theme for The San Diego Business Law Firm, including the approved Coastal Modern homepage and seven PPC landing pages.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: sdbl-coastal-modern
*/

:root {
  --ink: #101114;
  --black: #08090b;
  --paper: #f7f7f4;
  --white: #ffffff;
  --mist: #eceeeb;
  --soft: #dadeda;
  --muted: #62666d;
  --blue: #3157ff;
  --blue-dark: #2142c7;
  --line: rgba(16, 17, 20, 0.18);
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

.site-theme {
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
}

.theme-oxblood {
  --ink: #21171a;
  --black: #120b0d;
  --paper: #f5f0e8;
  --white: #fffdf8;
  --mist: #e8ded2;
  --soft: #d7cabe;
  --muted: #655c5e;
  --blue: #76243b;
  --blue-dark: #541629;
  --line: rgba(33, 23, 26, .2);
}

.theme-evergreen {
  --ink: #111b18;
  --black: #07110e;
  --paper: #f1f2ec;
  --white: #fbfcf7;
  --mist: #dde4dc;
  --soft: #cad6ce;
  --muted: #56635e;
  --blue: #0c6959;
  --blue-dark: #08483e;
  --line: rgba(17, 27, 24, .19);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body, a, button, summary { -webkit-tap-highlight-color: transparent; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

svg {
  width: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.page-width { width: min(1320px, calc(100% - 72px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  background: var(--blue);
  color: white;
  padding: 11px 16px;
  font-weight: 700;
}

.skip-link:focus { transform: translateY(0); }

.section-number,
.overline,
.role,
.audience-label {
  margin: 0;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-number { color: #777b81; }
.overline { color: var(--blue); }

.concept-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 39px;
  background: var(--black);
  color: white;
  padding: 8px max(36px, calc((100% - 1320px) / 2));
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.concept-bar a { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); }
.concept-bar a:hover { color: white; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 96%, transparent);
  backdrop-filter: blur(16px);
}

.header-row { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }

.brand-link { flex: 0 0 auto; }

.brand-lockup { display: flex; align-items: center; gap: 13px; }
.brand-lockup > img { width: 30px; height: 45px; object-fit: contain; filter: grayscale(1) brightness(.13) contrast(1.4); }
.brand-lockup > span { display: grid; gap: 2px; }
.brand-lockup strong { font-family: var(--serif); font-size: 1.03rem; font-weight: 500; letter-spacing: .025em; line-height: 1; text-transform: uppercase; }
.brand-lockup small { font-size: .55rem; font-weight: 750; letter-spacing: .24em; line-height: 1.2; text-transform: uppercase; }

.desktop-nav { display: flex; align-items: center; gap: 31px; font-size: .76rem; font-weight: 650; }
.desktop-nav > a:not(.header-cta) { padding-block: 31px; }
.desktop-nav > a:not(.header-cta):hover { color: var(--blue); }

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 45px;
  background: var(--ink);
  color: white;
  padding: 10px 16px;
}
.header-cta:hover { background: var(--blue); }

.header-phone { display: flex; align-items: center; gap: 9px; }
.header-phone > svg { width: 18px; color: var(--blue); }
.header-phone span { font-size: .74rem; font-weight: 750; line-height: 1.15; }
.header-phone small { display: block; margin-bottom: 2px; color: #777b81; font-size: .55rem; letter-spacing: .11em; text-transform: uppercase; }

.mobile-nav { display: none; position: relative; }
.mobile-nav summary { display: grid; place-content: center; gap: 7px; width: 44px; height: 44px; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 22px; height: 1.5px; background: var(--ink); }
.mobile-nav nav {
  position: fixed;
  inset: 86px 0 auto;
  display: grid;
  border-top: 1px solid var(--line);
  background: var(--paper);
  padding: 15px 28px 26px;
  box-shadow: 0 22px 40px rgba(0, 0, 0, .1);
}
.mobile-nav nav a { border-bottom: 1px solid var(--line); padding: 17px 0; font-size: .85rem; font-weight: 650; }

.hero { background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(390px, .72fr); min-height: 670px; }

.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 76px 9% 58px 0; }
.hero h1 {
  max-width: 830px;
  margin: 21px 0 0;
  font-size: clamp(4.1rem, 7.2vw, 7.4rem);
  font-weight: 580;
  letter-spacing: -.075em;
  line-height: .88;
}

.hero-intro { max-width: 700px; margin: 31px 0 0; color: #4f535a; font-size: 1.06rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 53px;
  padding: 12px 19px;
  font-size: .78rem;
  font-weight: 750;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: white; }
.quiet-link { display: inline-flex; align-items: center; gap: 12px; font-size: .8rem; font-weight: 750; }
.quiet-link svg { color: var(--blue); transition: transform .2s ease; }
.quiet-link:hover svg { transform: translateX(4px); }
.hero-explore { margin-top: 20px; align-self: flex-start; }

.choose-path { margin-top: auto; padding-top: 48px; }
.choose-path > p { margin: 0 0 10px; color: #7a7d82; font-size: .68rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.choose-path > div { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.choose-path a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; padding: 13px 17px 13px 0; font-size: .82rem; font-weight: 650; }
.choose-path a + a { border-left: 1px solid var(--line); padding-left: 19px; }
.choose-path a:hover { color: var(--blue); }

.hero-portrait { position: relative; min-height: 670px; overflow: hidden; background: var(--blue); }
.hero-portrait > img {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  width: 100%;
  height: 88%;
  object-fit: cover;
  object-position: 50% 34%;
  filter: grayscale(1) contrast(1.09);
  mix-blend-mode: multiply;
}
.hero-landmark > img {
  inset: 0;
  height: 100%;
  object-position: 50% 50%;
  filter: saturate(.72) contrast(1.08);
  mix-blend-mode: normal;
}
.hero-landmark::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--blue-dark) 12%, transparent) 0%, transparent 47%, color-mix(in srgb, var(--black) 74%, transparent) 100%);
  pointer-events: none;
}
.theme-oxblood .hero-landmark > img { filter: grayscale(.22) sepia(.1) saturate(.68) contrast(1.08); }
.theme-evergreen .hero-landmark > img { filter: saturate(.66) contrast(1.1) hue-rotate(-3deg); }
.hero-landmark .portrait-index { z-index: 3; top: 25px; right: 25px; color: rgba(255,255,255,.74); font-size: 4.7rem; letter-spacing: -.09em; }
.photo-credit { position: absolute; z-index: 4; top: 20px; left: 22px; color: rgba(255,255,255,.72); font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }
.photo-credit:hover { color: white; }
.portrait-index { position: absolute; z-index: 0; top: -70px; right: -18px; color: rgba(255, 255, 255, .2); font-size: 17rem; font-weight: 800; letter-spacing: -.13em; line-height: 1; }
.portrait-caption { position: absolute; z-index: 3; inset: auto 27px 25px; display: flex; align-items: end; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.55); color: white; padding-top: 14px; }
.portrait-caption span { font-size: .78rem; font-weight: 700; }
.portrait-caption small { color: rgba(255,255,255,.7); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.proof-rail { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-top: 0; }
.proof-rail > * { display: grid; grid-template-columns: auto 1fr 18px; align-items: center; gap: 16px; min-height: 96px; padding: 18px 24px; }
.proof-rail > * + * { border-left: 1px solid var(--line); }
.proof-rail strong { font-size: 1.65rem; font-weight: 570; letter-spacing: -.045em; }
.proof-rail span { color: #676b71; font-size: .74rem; line-height: 1.45; }
.proof-rail svg { justify-self: end; color: var(--blue); }
.proof-rail a:hover { background: white; }

.manifesto { background: var(--black); color: white; padding: 138px 0 145px; }
.manifesto .section-number { color: rgba(255,255,255,.47); }
.manifesto-grid { display: grid; grid-template-columns: .32fr 1.68fr; gap: 55px; }
.manifesto h2 { max-width: 960px; margin: 0; font-size: clamp(3.65rem, 7vw, 7.2rem); font-weight: 540; letter-spacing: -.07em; line-height: .92; }
.manifesto-copy { display: grid; grid-template-columns: 1fr; max-width: 690px; margin: 52px 0 0 auto; }
.manifesto-copy p { margin: 0; color: rgba(255,255,255,.64); font-size: .93rem; line-height: 1.8; }

.capabilities { background: var(--white); padding: 132px 0 128px; }
.section-head { display: grid; grid-template-columns: .32fr 1.68fr; gap: 55px; align-items: start; }
.section-head h2 { max-width: 970px; margin: 0; font-size: clamp(3.25rem, 6.1vw, 6.3rem); font-weight: 560; letter-spacing: -.069em; line-height: .92; }

.capability-list { margin-top: 86px; border-top: 1px solid var(--line); }
.capability-list article { display: grid; grid-template-columns: .18fr .92fr .9fr; gap: 35px; align-items: start; min-height: 136px; border-bottom: 1px solid var(--line); padding: 31px 16px 29px 0; transition: padding .2s ease, background .2s ease; }
.capability-list article:hover { background: var(--paper); padding-left: 16px; }
.capability-list article > span { color: var(--blue); font-size: .74rem; font-weight: 750; }
.capability-list h3 { margin: -5px 0 0; font-size: clamp(1.55rem, 2.5vw, 2.45rem); font-weight: 560; letter-spacing: -.045em; line-height: 1.05; }
.capability-list p { max-width: 560px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.72; }

.employment { background: var(--blue); color: white; padding: 132px 0 95px; }
.employment .section-number { color: rgba(255,255,255,.65); }
.employment-lead { display: grid; grid-template-columns: .32fr 1.08fr .6fr; gap: 55px; align-items: end; }
.employment-lead h2 { max-width: 730px; margin: 0; font-size: clamp(3.4rem, 6.4vw, 6.5rem); font-weight: 560; letter-spacing: -.07em; line-height: .9; }
.employment-lead > p:last-child { margin: 0 0 5px; color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.75; }

.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 89px; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); }
.audience-grid article { padding: 40px 45px 41px 0; }
.audience-grid article + article { border-left: 1px solid rgba(255,255,255,.5); padding-left: 45px; }
.audience-label { color: rgba(255,255,255,.69); }
.audience-grid h3 { max-width: 550px; margin: 46px 0 28px; font-size: clamp(2rem, 3.6vw, 3.6rem); font-weight: 540; letter-spacing: -.055em; line-height: .98; }
.audience-grid ul { display: grid; gap: 10px; margin: 0 0 34px; padding: 0; list-style: none; }
.audience-grid li { position: relative; padding-left: 17px; color: rgba(255,255,255,.75); font-size: .88rem; }
.audience-grid li::before { content: ""; position: absolute; left: 0; top: .7em; width: 7px; height: 1px; background: white; }
.audience-grid article > a { display: inline-flex; align-items: center; gap: 13px; border-bottom: 1px solid white; padding-bottom: 6px; font-size: .78rem; font-weight: 750; }
.audience-grid article > a:hover svg { transform: translateX(4px); }
.audience-grid svg { transition: transform .2s ease; }

.attorneys { background: var(--paper); padding: 135px 0 140px; }
.attorney-head h2 { max-width: 860px; }
.attorney-profiles { display: grid; gap: 32px; margin-top: 86px; }
.attorney-profile { display: grid; grid-template-columns: minmax(360px, 410px) 1fr; min-height: 520px; background: var(--white); }
.attorney-image { height: 520px; overflow: hidden; background: var(--soft); }
.attorney-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.attorney-image-marwan img { object-position: 50% 30%; }
.attorney-image-jonathan img { object-position: 50% 25%; }
.attorney-copy { align-self: center; padding: 46px clamp(38px, 7%, 78px); }
.role { color: var(--blue); }
.attorney-copy h3 { margin: 18px 0 24px; font-size: clamp(3rem, 4.8vw, 5rem); font-weight: 550; letter-spacing: -.067em; line-height: .91; }
.attorney-copy > p:not(.role) { max-width: 730px; margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.78; }
.attorney-copy dl { margin: 32px 0 0; border-top: 1px solid var(--line); }
.attorney-copy dl > div { display: grid; grid-template-columns: 145px 1fr; gap: 24px; border-bottom: 1px solid var(--line); padding: 14px 0; }
.attorney-copy dt { color: #777b80; font-size: .66rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.attorney-copy dd { margin: 0; font-size: .78rem; }
.attorney-copy > a { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: .74rem; font-weight: 750; }

.recognition { background: var(--mist); padding: 132px 0; }
.recognition-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8.5%; }
.rating { display: flex; align-items: end; gap: 20px; margin-top: 57px; }
.rating strong { font-size: clamp(6.8rem, 12vw, 12rem); font-weight: 560; letter-spacing: -.09em; line-height: .7; }
.rating span { color: var(--blue); font-size: .86rem; letter-spacing: .15em; }
.rating-block h2 { max-width: 610px; margin: 55px 0 0; font-size: clamp(2.7rem, 4.8vw, 4.7rem); font-weight: 560; letter-spacing: -.065em; line-height: .94; }
.rating-block > p:not(.section-number) { max-width: 540px; margin: 26px 0 31px; color: var(--muted); font-size: .9rem; line-height: 1.76; }
.button-outline { border: 1px solid var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }

.quotes { border-top: 1px solid var(--line); }
.quotes blockquote { display: grid; grid-template-columns: 62px 1fr 130px; gap: 26px; align-items: start; min-height: 180px; margin: 0; border-bottom: 1px solid var(--line); padding: 33px 0; }
.quotes blockquote > span { color: var(--blue); font-size: .68rem; font-weight: 750; }
.quotes blockquote p { max-width: 620px; margin: -5px 0 0; font-size: clamp(1.55rem, 2.7vw, 2.6rem); font-weight: 520; letter-spacing: -.045em; line-height: 1.1; }
.quotes cite { color: #797d82; font-size: .65rem; font-style: normal; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

.process { background: var(--white); padding: 128px 0 136px; }
.process-head { align-items: end; }
.process-head h2 { font-size: clamp(3.6rem, 6.5vw, 6.7rem); }
.process ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 76px 0 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.process li { min-height: 280px; padding: 29px 32px 34px 0; }
.process li + li { border-left: 1px solid var(--line); padding-left: 32px; }
.process li > span { color: var(--blue); font-size: .72rem; font-weight: 750; }
.process h3 { max-width: 300px; margin: 72px 0 16px; font-size: 1.75rem; font-weight: 560; letter-spacing: -.045em; line-height: 1.05; }
.process li p { max-width: 350px; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }

.contact { background: var(--blue); color: white; padding: 116px 0 125px; }
.contact .section-number { color: rgba(255,255,255,.62); }
.contact-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 7%; align-items: start; }
.contact h2 { max-width: 810px; margin: 35px 0 0; font-size: clamp(3.5rem, 6.9vw, 7rem); font-weight: 560; letter-spacing: -.075em; line-height: .88; }
.contact-intro { max-width: 610px; margin: 30px 0 45px; color: rgba(255,255,255,.74); font-size: .9rem; line-height: 1.75; }
.contact-actions { border-top: 1px solid rgba(255,255,255,.55); }
.contact-actions > a { display: grid; grid-template-columns: 30px 1fr 20px; gap: 19px; align-items: center; min-height: 94px; border-bottom: 1px solid rgba(255,255,255,.55); }
.contact-actions > a:hover { background: rgba(255,255,255,.09); padding-inline: 12px; }
.contact-actions > a > svg:first-child { width: 22px; }
.contact-actions > a > svg:last-child { justify-self: end; }
.contact-actions small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.65); font-size: .63rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.contact-actions span { font-size: .92rem; }
.contact-actions address { margin: 25px 0 0 49px; font-size: .84rem; font-style: normal; line-height: 1.65; }
.contact-actions address span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.65); font-size: .63rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }

.consultation-form { position: relative; background: var(--white); color: var(--ink); padding: 43px 42px 38px; box-shadow: 18px 18px 0 color-mix(in srgb, var(--blue-dark) 66%, var(--black)); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-heading > p { margin: 0; color: var(--blue); font-size: .68rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.form-heading h3 { max-width: 540px; margin: 15px 0 10px; font-size: clamp(2rem, 3.4vw, 3.25rem); font-weight: 560; letter-spacing: -.055em; line-height: .97; }
.form-heading > span { color: var(--muted); font-size: .78rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; margin-top: 31px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { color: #686d70; font-size: .64rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  background: var(--paper);
  color: var(--ink);
  padding: 10px 12px;
  font: inherit;
  font-size: .85rem;
}
.form-grid textarea { min-height: 112px; resize: vertical; }
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px color-mix(in srgb, var(--blue) 18%, transparent); }
.form-full { grid-column: 1 / -1; }
.form-consent { display: grid; grid-template-columns: 16px 1fr; gap: 10px; align-items: start; margin-top: 18px; cursor: pointer; }
.form-consent input { width: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--blue); }
.form-consent span { color: #6a6e73; font-size: .64rem; line-height: 1.55; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; min-height: 55px; margin-top: 22px; border: 0; background: var(--ink); color: white; padding: 12px 17px; cursor: pointer; font: inherit; font-size: .78rem; font-weight: 750; }
.form-submit:hover { background: var(--blue); }
.form-delivery { margin: 12px 0 0; color: #85898d; font-size: .62rem; text-align: center; }
.form-delivery strong { color: var(--ink); }

.thank-you-page { min-height: 100vh; display: grid; place-items: center; background: var(--paper); padding: 40px 20px; }
.thank-you-card { width: min(760px, 100%); border-top: 6px solid var(--blue); background: var(--white); padding: clamp(38px, 7vw, 76px); box-shadow: 24px 24px 0 var(--mist); }
.thank-you-card h1 { margin: 20px 0 24px; font-size: clamp(3.1rem, 7vw, 6.2rem); font-weight: 560; letter-spacing: -.07em; line-height: .9; }
.thank-you-card > p:not(.overline) { max-width: 610px; color: var(--muted); font-size: .88rem; line-height: 1.75; }
.thank-you-card > div { display: flex; gap: 12px; margin-top: 32px; }

.footer { background: var(--black); color: white; padding: 56px 0 32px; }
.brand-lockup-light > img { filter: grayscale(1) brightness(0) invert(1); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 41px; }
.footer-top > div { display: flex; flex-wrap: wrap; gap: 27px; color: rgba(255,255,255,.62); font-size: .73rem; }
.footer-top a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 35px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 23px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.41); font-size: .62rem; line-height: 1.55; }
.mobile-actions { display: none; }

/* Coastal Modern paid-search pages: one clear route to call or send an inquiry. */
.ppc-page { min-height: 100vh; background: var(--paper); color: var(--ink); font-family: var(--sans); }
.ppc-shell { width: min(1190px, calc(100% - 72px)); margin-inline: auto; }
.ppc-header {
  position: sticky;
  z-index: 110;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 95%, transparent);
  backdrop-filter: blur(16px);
}
.ppc-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.ppc-header-actions { display: flex; align-items: center; gap: 18px; }
.ppc-header-call { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 6px 0; }
.ppc-header-call:hover { color: var(--blue); }
.ppc-header-call > svg { width: 20px; color: var(--blue); }
.ppc-header-call span { font-size: .84rem; font-weight: 750; line-height: 1.2; }
.ppc-header-call small { display: block; margin-bottom: 2px; color: var(--muted); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.ppc-header .header-cta { min-height: 48px; background: var(--blue); font-size: .76rem; }
.ppc-header .header-cta:hover { background: var(--blue-dark); }

.ppc-hero { position: relative; overflow: hidden; background: var(--paper); }
.ppc-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(12,105,89,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(12,105,89,.06) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, black, transparent 78%);
}
.ppc-hero-layout { position: relative; display: grid; grid-template-columns: 1.02fr .78fr; gap: 54px; align-items: center; min-height: 700px; padding: 54px 0 62px; }
.ppc-eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .7rem; font-weight: 750; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.ppc-eyebrow-dark { color: var(--blue); }
.ppc-hero-copy h1 { max-width: 730px; margin: 0; font-size: clamp(3.7rem, 6vw, 6.15rem); font-weight: 570; letter-spacing: -.073em; line-height: .9; }
.ppc-intro { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.68; }
.ppc-proof-list { display: grid; gap: 9px; margin: 23px 0 0; padding: 0; list-style: none; }
.ppc-proof-list li { position: relative; padding-left: 18px; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.ppc-proof-list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 2px; background: var(--blue); }
.ppc-hero-actions { display: flex; align-items: center; gap: 11px; margin-top: 29px; }
.ppc-hero-actions .button { min-height: 55px; }

#ppc-consultation { scroll-margin-top: 100px; }
.ppc-contact-panel { border: 1px solid var(--line); background: var(--white); box-shadow: 18px 18px 0 var(--soft); }
.ppc-call-ribbon {
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  gap: 15px;
  align-items: center;
  min-height: 78px;
  background: var(--blue-dark);
  color: white;
  padding: 13px 26px;
}
.ppc-call-ribbon:hover { background: var(--blue); }
.ppc-call-ribbon > svg:first-child { width: 24px; }
.ppc-call-ribbon > svg:last-child { width: 20px; transition: transform .2s ease; }
.ppc-call-ribbon:hover > svg:last-child { transform: translateX(4px); }
.ppc-call-ribbon span { display: grid; gap: 1px; }
.ppc-call-ribbon small { color: rgba(255,255,255,.67); font-size: .58rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.ppc-call-ribbon strong { font-size: 1.08rem; letter-spacing: -.02em; }
.consultation-form-compact { padding: 27px 28px 24px; box-shadow: none; }
.consultation-form-compact .form-heading > p { font-size: .63rem; }
.consultation-form-compact .form-heading h3 { margin: 9px 0 8px; font-size: 1.85rem; line-height: 1; }
.consultation-form-compact .form-heading > span { display: block; max-width: 410px; font-size: .76rem; line-height: 1.55; }
.consultation-form-compact .form-grid { gap: 12px 11px; margin-top: 19px; }
.consultation-form-compact .form-grid input,
.consultation-form-compact .form-grid select { min-height: 44px; }
.consultation-form-compact .form-grid textarea { min-height: 78px; }
.consultation-form-compact .form-consent { margin-top: 13px; }
.consultation-form-compact .form-submit { min-height: 50px; margin-top: 15px; background: var(--ink); }
.consultation-form-compact .form-submit:hover { background: var(--blue); }
.consultation-form-streamlined .form-delivery { margin-top: 9px; }

.ppc-trustbar { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ppc-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ppc-trust-grid > div { display: flex; align-items: center; gap: 16px; min-height: 96px; padding: 18px 22px; }
.ppc-trust-grid > div + div { border-left: 1px solid var(--line); }
.ppc-trust-grid strong { color: var(--blue); font-size: 1.6rem; font-weight: 600; letter-spacing: -.04em; }
.ppc-trust-grid span { color: var(--muted); font-size: .68rem; line-height: 1.48; }

.ppc-matters { background: var(--white); padding: 112px 0 118px; }
.ppc-section-heading { display: grid; grid-template-columns: .3fr 1fr .7fr; gap: 45px; align-items: end; }
.ppc-section-heading .ppc-eyebrow { align-self: start; }
.ppc-section-heading h2 { margin: 0; font-size: clamp(3.1rem, 5.5vw, 5.6rem); font-weight: 560; letter-spacing: -.068em; line-height: .92; }
.ppc-section-heading > p:last-child { margin: 0 0 4px; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.ppc-matter-grid { margin-top: 70px; border-top: 1px solid var(--line); }
.ppc-matter-grid article { display: grid; grid-template-columns: .18fr .82fr 1fr; gap: 30px; min-height: 124px; align-items: start; border-bottom: 1px solid var(--line); padding: 30px 0; }
.ppc-matter-grid article > span { color: var(--blue); font-size: .7rem; font-weight: 750; }
.ppc-matter-grid h3 { margin: -4px 0 0; font-size: 1.65rem; font-weight: 560; letter-spacing: -.045em; line-height: 1.05; }
.ppc-matter-grid p { max-width: 560px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.68; }

.ppc-attorney { background: var(--blue-dark); color: white; }
.ppc-attorney-layout { display: grid; grid-template-columns: 390px 1fr; min-height: 540px; }
.ppc-attorney-photo { overflow: hidden; background: rgba(0,0,0,.1); }
.ppc-attorney-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: grayscale(1) contrast(1.08); mix-blend-mode: multiply; }
.ppc-attorney-copy { align-self: center; padding: 58px 0 58px 72px; }
.ppc-attorney-copy .ppc-eyebrow { color: rgba(255,255,255,.68); }
.ppc-attorney-copy h2 { max-width: 720px; margin: 0; font-size: clamp(3rem, 4.8vw, 4.8rem); font-weight: 560; letter-spacing: -.068em; line-height: .93; }
.ppc-attorney-copy > p:not(.ppc-eyebrow) { max-width: 680px; margin: 27px 0 0; color: rgba(255,255,255,.74); font-size: .88rem; line-height: 1.75; }
.ppc-credential-row { display: flex; flex-wrap: wrap; gap: 10px 25px; margin-top: 29px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.42); color: rgba(255,255,255,.68); font-size: .69rem; }

.ppc-process { background: var(--paper); padding: 108px 0; }
.ppc-process-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; }
.ppc-process-layout h2 { margin: 0; font-size: clamp(3rem, 4.8vw, 4.9rem); font-weight: 560; letter-spacing: -.068em; line-height: .93; }
.ppc-process ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.ppc-process li { display: grid; grid-template-columns: 52px 1fr; gap: 19px; border-bottom: 1px solid var(--line); padding: 26px 0 28px; }
.ppc-process li > span { color: var(--blue); font-size: .7rem; font-weight: 750; }
.ppc-process h3 { margin: -3px 0 8px; font-size: 1.48rem; font-weight: 560; letter-spacing: -.04em; }
.ppc-process li p { max-width: 580px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.68; }

.ppc-faq { background: var(--black); color: white; padding: 108px 0; }
.ppc-faq-layout { display: grid; grid-template-columns: .58fr 1.42fr; gap: 90px; }
.ppc-faq .ppc-eyebrow { color: #9fc8bd; }
.ppc-faq h2 { margin: 0; font-size: clamp(3.1rem, 4.8vw, 4.9rem); font-weight: 560; letter-spacing: -.068em; line-height: .92; }
.ppc-faq-list { border-top: 1px solid rgba(255,255,255,.27); }
.ppc-faq-list details { border-bottom: 1px solid rgba(255,255,255,.27); }
.ppc-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; cursor: pointer; list-style: none; min-height: 74px; padding: 20px 0; font-size: 1.08rem; font-weight: 600; }
.ppc-faq-list summary::-webkit-details-marker { display: none; }
.ppc-faq-list summary span { color: #9fc8bd; font-size: 1.4rem; font-weight: 300; transition: transform .2s ease; }
.ppc-faq-list details[open] summary span { transform: rotate(45deg); }
.ppc-faq-list details p { max-width: 690px; margin: -2px 40px 26px 0; color: rgba(255,255,255,.68); font-size: .83rem; line-height: 1.72; }

.ppc-closing { background: var(--blue); color: white; padding: 98px 0 104px; }
.ppc-closing-layout { display: grid; grid-template-columns: 1fr auto; gap: 65px; align-items: center; }
.ppc-closing .ppc-eyebrow { color: rgba(255,255,255,.7); }
.ppc-closing h2 { max-width: 820px; margin: 0; font-size: clamp(3.1rem, 5.5vw, 5.6rem); font-weight: 560; letter-spacing: -.07em; line-height: .91; }
.ppc-closing-layout > div:first-child > p:last-child { max-width: 730px; margin: 23px 0 0; color: rgba(255,255,255,.76); font-size: .86rem; line-height: 1.7; }
.ppc-closing-actions { display: grid; gap: 11px; min-width: 240px; }
.ppc-closing .button-primary { background: white; color: var(--ink); }
.ppc-outline-button { border: 1px solid rgba(255,255,255,.7); color: white; }
.ppc-outline-button:hover { background: white; color: var(--blue); }
.ppc-footer { background: var(--black); color: rgba(255,255,255,.48); padding: 29px 0 32px; }
.ppc-footer .ppc-shell { display: flex; justify-content: space-between; gap: 34px; }
.ppc-footer p { max-width: 580px; margin: 0; font-size: .62rem; line-height: 1.55; }

@media (max-width: 1080px) {
  .page-width, .ppc-shell { width: min(100% - 48px, 980px); }
  .desktop-nav { gap: 20px; }
  .desktop-nav > a:not(.header-cta) { display: none; }
  .hero-grid { grid-template-columns: 1.1fr .72fr; }
  .hero-copy { padding-right: 6%; }
  .hero h1 { font-size: clamp(3.8rem, 7.8vw, 6.2rem); }
  .manifesto-grid, .section-head { grid-template-columns: .26fr 1.74fr; }
  .employment-lead { grid-template-columns: .26fr 1.1fr .64fr; }
  .attorney-profile { grid-template-columns: 350px 1fr; }
  .attorney-image { height: 500px; }
  .recognition-grid { grid-template-columns: 1fr; gap: 80px; }
  .rating-block { max-width: 760px; }
  .ppc-hero-layout { grid-template-columns: 1fr .76fr; gap: 38px; }
  .ppc-section-heading { grid-template-columns: .25fr 1.05fr .7fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .page-width, .ppc-shell { width: min(100% - 36px, 690px); }
  .header-row { height: 74px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav nav { inset: 74px 0 auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 690px; padding: 72px 0 52px; }
  .hero-portrait { min-height: 690px; }
  .proof-rail { grid-template-columns: 1fr; }
  .proof-rail > * + * { border-left: 0; border-top: 1px solid var(--line); }
  .manifesto-grid, .section-head, .employment-lead { grid-template-columns: 1fr; gap: 36px; }
  .manifesto-copy { margin-left: 0; }
  .employment-lead > p:last-child { max-width: 570px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { padding-right: 0; }
  .audience-grid article + article { border-top: 1px solid rgba(255,255,255,.5); border-left: 0; padding-left: 0; }
  .attorney-profile { grid-template-columns: 1fr; min-height: 0; }
  .attorney-image { width: 100%; height: auto; aspect-ratio: 1.2 / 1; }
  .attorney-copy { padding: 48px 38px 53px; }
  .contact-grid { grid-template-columns: 1fr; gap: 72px; }
  .contact-copy { max-width: 720px; }
  .consultation-form { width: min(100%, 720px); }
  .ppc-hero-layout, .ppc-section-heading, .ppc-process-layout, .ppc-faq-layout { grid-template-columns: 1fr; }
  .ppc-hero-layout { gap: 44px; min-height: auto; padding-block: 64px 72px; }
  .ppc-contact-panel { width: min(100%, 620px); }
  .ppc-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ppc-trust-grid > div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .ppc-trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .ppc-section-heading { gap: 31px; }
  .ppc-section-heading > p:last-child { max-width: 630px; }
  .ppc-attorney-layout { grid-template-columns: 300px 1fr; }
  .ppc-attorney-copy { padding-left: 45px; }
  .ppc-closing-layout { grid-template-columns: 1fr; }
  .ppc-closing-actions { grid-template-columns: repeat(2, minmax(210px, 1fr)); }
}

@media (max-width: 600px) {
  body { padding-bottom: 64px; }
  .page-width, .ppc-shell { width: min(100% - 28px, 520px); }
  .brand-lockup { gap: 10px; }
  .brand-lockup > img { width: 26px; height: 39px; }
  .brand-lockup strong { font-size: .88rem; }
  .brand-lockup small { font-size: .5rem; }
  .concept-bar { align-items: flex-start; flex-direction: column; gap: 5px; padding: 10px 14px; line-height: 1.45; }
  .concept-bar a { display: none; }
  .hero-copy { min-height: auto; padding: 60px 0 48px; }
  .hero h1 { font-size: clamp(3.55rem, 16.2vw, 5rem); line-height: .9; }
  .hero-intro { font-size: .94rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .button { width: 100%; }
  .quiet-link { align-self: flex-start; }
  .choose-path { padding-top: 54px; }
  .choose-path > div { grid-template-columns: 1fr; }
  .choose-path a + a { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
  .hero-portrait { min-height: 540px; }
  .portrait-index { font-size: 12rem; }
  .portrait-caption { align-items: start; flex-direction: column; gap: 4px; }
  .proof-rail > * { min-height: 88px; padding-inline: 18px; }
  .manifesto, .capabilities, .attorneys, .recognition, .process { padding: 92px 0; }
  .manifesto h2, .section-head h2, .employment-lead h2, .contact h2 { font-size: clamp(3.15rem, 14.2vw, 4.25rem); }
  .manifesto-copy { grid-template-columns: 1fr; gap: 22px; margin-top: 44px; }
  .capability-list { margin-top: 56px; }
  .capability-list article { grid-template-columns: 42px 1fr; gap: 18px; padding-block: 26px; }
  .capability-list article > p { grid-column: 2; }
  .employment { padding: 92px 0 67px; }
  .audience-grid { margin-top: 60px; }
  .audience-grid article { padding-block: 32px 38px; }
  .audience-grid h3 { margin-top: 35px; font-size: clamp(2.2rem, 10.4vw, 3.1rem); }
  .attorney-profiles { margin-top: 56px; }
  .attorney-image { aspect-ratio: 1 / .92; }
  .attorney-copy { padding: 35px 24px 40px; }
  .attorney-copy h3 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .attorney-copy dl > div { grid-template-columns: 1fr; gap: 5px; }
  .rating { align-items: start; flex-direction: column; }
  .rating strong { font-size: 8rem; }
  .quotes blockquote { grid-template-columns: 37px 1fr; gap: 15px; }
  .quotes cite { grid-column: 2; text-align: left; }
  .process ol { grid-template-columns: 1fr; margin-top: 55px; }
  .process li { min-height: 230px; padding: 27px 0 30px; }
  .process li + li { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
  .process h3 { margin-top: 50px; }
  .contact { padding: 91px 0; }
  .contact-actions address { margin-left: 0; }
  .consultation-form { padding: 32px 20px 28px; box-shadow: 10px 10px 0 color-mix(in srgb, var(--blue-dark) 66%, var(--black)); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid input, .form-grid select, .form-grid textarea { font-size: 1rem; }
  .form-full { grid-column: auto; }
  .thank-you-card { box-shadow: 12px 12px 0 var(--mist); }
  .thank-you-card > div { flex-direction: column; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 32px; }
  .mobile-actions { position: fixed; z-index: 130; inset: auto 0 0; display: grid; grid-template-columns: repeat(2, 1fr); min-height: 64px; background: var(--black); color: white; box-shadow: 0 -8px 24px rgba(0,0,0,.12); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: .75rem; font-weight: 750; }
  .mobile-actions a + a { border-left: 1px solid rgba(255,255,255,.24); }
  .mobile-actions svg { width: 19px; }
  .ppc-header-inner { min-height: 70px; }
  .ppc-header-call { display: grid; place-items: center; width: 44px; min-width: 44px; padding: 0; }
  .ppc-header-call span { display: none; }
  .ppc-header-actions { gap: 7px; }
  .ppc-header-actions .header-cta { min-height: 44px; padding: 8px 11px; font-size: .64rem; }
  .ppc-header-actions .header-cta svg { display: none; }
  .ppc-hero-layout { min-height: auto; gap: 40px; padding: 50px 0 66px; }
  .ppc-hero-copy h1 { font-size: clamp(3.25rem, 14.6vw, 4.65rem); }
  .ppc-intro { font-size: .95rem; }
  .ppc-hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .ppc-contact-panel { box-shadow: 10px 10px 0 var(--soft); }
  .ppc-call-ribbon { min-height: 72px; grid-template-columns: 26px 1fr 18px; gap: 12px; padding: 12px 20px; }
  .ppc-call-ribbon > svg:first-child { width: 22px; }
  .consultation-form-compact { padding: 28px 20px 24px; }
  .consultation-form-compact .form-grid { grid-template-columns: 1fr; }
  .consultation-form-compact .form-grid input,
  .consultation-form-compact .form-grid select,
  .consultation-form-compact .form-grid textarea { min-height: 48px; }
  .consultation-form-compact .form-grid textarea { min-height: 96px; }
  .ppc-trust-grid { grid-template-columns: 1fr; }
  .ppc-trust-grid > div { min-height: 80px; border-top: 1px solid var(--line); border-left: 0 !important; }
  .ppc-matters, .ppc-process, .ppc-faq { padding: 86px 0; }
  .ppc-section-heading h2, .ppc-process-layout h2, .ppc-faq h2, .ppc-closing h2 { font-size: clamp(3rem, 13.7vw, 4.1rem); }
  .ppc-matter-grid { margin-top: 50px; }
  .ppc-matter-grid article { grid-template-columns: 42px 1fr; gap: 16px; }
  .ppc-matter-grid article > p { grid-column: 2; }
  .ppc-attorney-layout { grid-template-columns: 1fr; }
  .ppc-attorney-photo { aspect-ratio: 1 / .9; }
  .ppc-attorney-copy { padding: 50px 0 60px; }
  .ppc-process-layout, .ppc-faq-layout { gap: 49px; }
  .ppc-closing { padding: 86px 0 92px; }
  .ppc-closing-actions { grid-template-columns: 1fr; }
  .ppc-footer .ppc-shell { flex-direction: column; gap: 12px; }
  .ppc-mobile-actions a:last-child { background: var(--blue); }
}

@media (max-width: 390px) {
  .ppc-header .brand-lockup > span { display: none; }
  .ppc-header .brand-lockup > img { width: 29px; height: 43px; }
}

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

/* WordPress integration and safe fallback pages. */
.admin-bar .site-header,
.admin-bar .ppc-header { top: 32px; }
.sdbl-default-page { min-height: 70vh; background: var(--paper); padding: 96px 0; }
.sdbl-default-card { width: min(900px, 100%); background: var(--white); padding: clamp(32px, 7vw, 72px); }
.sdbl-default-card h1 { margin: 0 0 28px; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 560; letter-spacing: -.065em; line-height: .94; }
.sdbl-default-card .entry-content { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.sdbl-default-card .entry-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.sdbl-form-status { margin: 20px 0 0; border-left: 4px solid var(--blue); background: var(--mist); padding: 13px 16px; font-size: .8rem; }
.sdbl-form-status-error { border-left-color: #9d2f2f; background: #f7eaea; color: #701d1d; }

@media (max-width: 782px) {
  .admin-bar .site-header,
  .admin-bar .ppc-header { top: 46px; }
}
