:root {
  --ink: #15243f;
  --muted: #5f6875;
  --line: rgba(21, 36, 63, 0.17);
  --paper: #f6f2e9;
  --soft: #edf1f2;
  --white: #fffefa;
  --teal: #158f86;
  --teal-text: #0b716b;
  --teal-soft: #dceeea;
  --blue-soft: #e3ebf1;
  --clay: #c97051;
  --clay-soft: #f0ded4;
  --radius: 18px;
  --container: 1220px;
  --shadow: 0 24px 60px rgba(21, 36, 63, 0.12);
}

/* Editorial library */
.article-index-hero { padding-bottom: 72px; }
.article-index-nav { display: grid; max-width: 980px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 34px; }
.article-index-nav a { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 3px 3px 14px 14px; background: rgba(255,255,255,.62); color: var(--ink); font-size: 14px; font-weight: 800; }
.article-index-nav a:hover { border-color: rgba(21,143,134,.58); background: var(--white); }
.article-index-nav span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 11px; }
.article-index-group:nth-of-type(even) { background: var(--soft); }
.article-index-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.article-index-card { display: flex; min-height: 350px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-top: 5px solid var(--teal); border-radius: 3px 3px var(--radius) var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(21,36,63,.05); }
.article-index-card__meta { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin: 0 0 42px; color: var(--muted); font-size: 11px; font-weight: 780; line-height: 1.4; text-transform: uppercase; }
.article-index-card__meta time { text-align: right; text-transform: none; }
.article-index-card h3 { margin: 0 0 18px; font-size: clamp(25px,2.25vw,34px); line-height: 1.05; }
.article-index-card h3 a { color: var(--ink); }
.article-index-card > p:not(.article-index-card__meta) { margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.article-index-card__link { margin-top: auto; color: var(--teal-text); font-size: 13px; font-weight: 820; }
.article-index-card__link span { display: inline-block; transition: transform .2s ease; }
.article-index-card__link:hover span { transform: translateX(4px); }
.article-related-section { padding-top: 0; }
.article-related-section .related-reading { margin-top: 0; }
.article-document { display: block; }

@media (max-width: 980px) {
  .article-index-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-index-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .article-index-hero { padding-bottom: 46px; }
  .article-index-nav, .article-index-grid { grid-template-columns: 1fr; }
  .article-index-card { min-height: 0; }
  .article-index-card__meta { margin-bottom: 30px; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 4%, rgba(21, 143, 134, .045), transparent 24rem),
    var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
.tracking-pixel { display: none; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: .98;
  text-wrap: balance;
}
p { color: var(--muted); text-wrap: pretty; }
address { font-style: normal; }

:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; 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: 12px; left: 12px; z-index: 200; padding: 12px 18px; border-radius: 8px; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.icon, .tile-icon, .process-card__icon { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 242, 233, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease;
}
.site-header__inner { display: flex; align-items: center; min-height: 78px; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand__logo { width: 210px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.site-nav a { position: relative; white-space: nowrap; font-size: 15px; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--teal); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-phone { flex: 0 0 auto; padding: 11px 17px; border: 1px solid var(--ink); border-radius: 9px; background: transparent; color: var(--ink); font-size: 15px; font-weight: 750; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.header-phone:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 10px 8px; border: 0; background: none; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 6px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; display: flex; min-height: calc(100svh - 78px); align-items: center; overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--paper); }
.hero::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; z-index: -1; width: 34%; background: var(--teal-soft); border-left: 1px solid rgba(21,143,134,.25); }
.hero--home::after { top: 8%; bottom: 8%; width: 31%; border: 1px solid rgba(21,143,134,.24); border-right: 0; border-radius: 34px 0 0 34px; background: linear-gradient(rgba(246,242,233,.08), rgba(246,242,233,.08)), url("./og-elpi.png") 76% center / auto 100% no-repeat; }
@supports (background-image: image-set(url("./images/hero-elpi-640.webp") 1x)) {
  .hero--home::after {
    background-image: linear-gradient(rgba(246,242,233,.08), rgba(246,242,233,.08)), image-set(
      url("./images/hero-elpi-640.avif") type("image/avif") 1x,
      url("./images/hero-elpi-640.webp") type("image/webp") 1x,
      url("./images/hero-elpi-1200.avif") type("image/avif") 2x,
      url("./images/hero-elpi-1200.webp") type("image/webp") 2x
    );
  }
}
.hero--crime::before { background: var(--ink); }
.hero--crime::after { background: var(--clay); border-left-color: rgba(255,255,255,.2); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr); align-items: center; gap: 78px; padding-block: 112px; }
.hero__grid::before { content: "ELPI / DRIVER DEFENCE"; position: absolute; top: 28px; left: 0; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.hero--crime .hero__grid::before { color: rgba(255,255,255,.48); }
.hero__content { align-self: center; }
.eyebrow { margin-bottom: 18px; color: var(--teal-text); font-size: 12px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { max-width: 820px; margin-bottom: 30px; font-size: clamp(58px, 7vw, 92px); }
.hero--crime h1 { max-width: 900px; color: var(--white); font-size: clamp(50px, 6vw, 78px); }
.hero--crime .eyebrow { color: #77d1c9; }
.hero__lead { max-width: 720px; margin-bottom: 36px; color: var(--muted); font-size: clamp(19px, 1.8vw, 25px); line-height: 1.42; }
.article-meta { display: flex; max-width: 760px; flex-wrap: wrap; gap: 7px 22px; margin: -14px 0 30px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.55; }
.article-meta strong { color: var(--ink); font-weight: 780; }
.article-meta a { color: var(--teal-text); font-weight: 760; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hero--crime .hero__lead { color: rgba(255,255,255,.7); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 1.5px solid var(--ink); border-radius: 10px; font-size: 15px; font-weight: 780; transition: transform .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: var(--teal); border-color: var(--teal); }
.button--light { background: transparent; color: var(--ink); }
.button--light:hover { background: var(--white); }
.hero--crime .button--dark { border-color: var(--teal); background: var(--teal); }
.hero--crime .button--dark:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero--crime .button--light { border-color: rgba(255,255,255,.65); color: var(--white); }
.hero--crime .button--light:hover { color: var(--ink); }
.hero__tags { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 48px 0 0; list-style: none; }
.hero__tags li { padding: 6px 0; border-bottom: 2px solid var(--teal); font-size: 12px; font-weight: 750; }
.hero__tags--links { gap: 8px 20px; }
.hero__tags--links li { padding: 0; border-bottom: 0; }
.hero__tags--links a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 0 6px; border-bottom: 2px solid var(--teal); transition: color .2s ease, border-color .2s ease; }
.hero__tags--links a span { font-size: 15px; transition: transform .2s ease; }
.hero__tags--links a:hover { color: var(--teal-text); border-color: var(--ink); }
.hero__tags--links a:hover span { transform: translate(2px,-2px); }
.hero--crime .hero__tags li { color: var(--white); border-color: var(--clay); }
.hero-benefits { position: relative; display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 48px 0 0; }
.hero-benefit { position: static; }
.hero-benefit > summary { display: inline-flex; align-items: center; gap: 7px; padding: 6px 0; border-bottom: 2px solid var(--teal); color: var(--ink); cursor: pointer; list-style: none; font-family: inherit; font-size: 12px; font-weight: 750; letter-spacing: 0; line-height: 1.4; }
.hero-benefit > summary::-webkit-details-marker { display: none; }
.hero-benefit > summary::after { content: "+"; position: static; font-family: inherit; font-size: 16px; font-weight: 500; line-height: 1; transition: transform .2s ease; }
.hero-benefit[open] > summary { color: var(--teal-text); }
.hero-benefit[open] > summary::after { transform: rotate(45deg); }
.hero-benefit__panel { position: absolute; top: calc(100% + 12px); left: 0; z-index: 8; width: min(520px,100%); padding: 17px 19px; border: 1px solid var(--line); border-left: 5px solid var(--teal); border-radius: 4px 12px 12px 4px; background: var(--white); box-shadow: var(--shadow); }
.hero-benefit__panel p { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.55; }
.hero-card { position: relative; align-self: center; padding: 32px; border: 1px solid var(--line); border-radius: 4px 18px 18px 4px; background: rgba(255,254,250,.96); box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; inset: -1px auto -1px -1px; width: 7px; border-radius: 4px 0 0 4px; background: var(--teal); }
.hero--crime .hero-card { border-color: rgba(255,255,255,.24); background: var(--paper); }
.hero--crime .hero-card::before { background: var(--clay); }
.hero-card__topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 52px; font-size: 14px; font-weight: 750; }
.hero-card__topline .icon { width: 36px; height: 36px; }
.hero-card h2 { margin-bottom: 18px; font-size: 38px; }
.hero-card p { font-size: 16px; }
.clean-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 26px 0; list-style: none; }
.clean-list li { padding: 6px 9px; border: 1px solid var(--line); border-radius: 6px; background: transparent; font-size: 11px; font-weight: 750; }
.text-link { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); font-weight: 750; }
.text-link span { font-size: 26px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }

.section { padding-block: 112px; scroll-margin-top: 76px; background: var(--paper); }
#contacts { scroll-margin-top: 96px; }
.section--soft { background: var(--blue-soft); }
.section--black { background: var(--ink); color: var(--white); }
.section-head { max-width: 850px; margin-bottom: 54px; }
.section-head h2 { margin-bottom: 22px; font-size: clamp(48px, 5.7vw, 74px); }
.section-head > p:last-child { max-width: 670px; margin-bottom: 0; font-size: 21px; }
.section-head--split { display: grid; max-width: none; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.section-head--split h2 { margin-bottom: 0; }
.section-head--split > p { margin-bottom: 5px; }
.section-head--light h2, .section-head--light .eyebrow { color: var(--white); }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-grid--five { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.service-grid--five .service-tile { grid-column: span 2; }
.service-grid--five .service-tile:nth-last-child(-n+2) { grid-column: span 3; }
.service-grid--seven { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.service-grid--seven .service-tile { grid-column: span 4; }
.service-grid--seven .service-tile:nth-last-child(-n+4) { grid-column: span 3; }
.service-tile { position: relative; display: flex; min-height: 300px; flex-direction: column; padding: 27px 27px 58px; border: 1px solid var(--line); border-top: 5px solid var(--teal); border-radius: 3px 3px var(--radius) var(--radius); overflow: hidden; background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.service-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-tile:not(.service-tile--dark):hover { background: #fbfaf5; }
.service-tile--teal { border-top-color: var(--teal); }
.service-tile--blue { border-top-color: #5885a3; }
.service-tile--slate { border-top-color: #7b718e; }
.service-tile--clay { border-top-color: var(--clay); }
.service-tile--ochre { border-top-color: #a78b4d; }
.service-tile--dark { border-color: var(--ink); border-top-color: var(--clay); background: var(--ink); color: var(--white); }
.service-tile--dark p { color: rgba(255,255,255,.68); }
.tile-icon { width: 48px; height: 48px; margin-bottom: auto; color: var(--teal); }
.service-tile__code { position: absolute; top: 29px; right: 29px; font-size: 13px; font-weight: 800; }
.service-tile h3 { max-width: 310px; margin: auto 0 12px; padding-top: 82px; font-size: 33px; }
.service-tile p { max-width: 330px; margin: 0; font-size: 16px; line-height: 1.45; }
.tile-arrow { position: absolute; right: 28px; bottom: 23px; font-size: 32px; transition: transform .22s ease; }
.service-tile:hover .tile-arrow { transform: translate(4px,-4px); }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.process-card { position: relative; min-height: 340px; padding: 27px; border-right: 1px solid rgba(21,36,63,.28); background: transparent; }
.process-card:last-child { border-right: 0; }
.process-card::before { content: ""; position: absolute; top: -6px; left: 25px; width: 11px; height: 11px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px var(--blue-soft); }
.process-card__number { display: block; margin-bottom: 42px; color: var(--teal-text); font-size: 12px; font-weight: 850; }
.process-card__icon { width: 54px; height: 54px; margin-bottom: 50px; padding: 9px; border: 1px solid rgba(21,36,63,.38); border-radius: 50%; color: var(--ink); background: rgba(255,254,250,.45); }
.process-card h3 { margin-bottom: 12px; font-size: 30px; }
.process-card p { margin: 0; font-size: 15px; }

.legal-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 100px; }
.legal-layout .video-feature { grid-column: 1 / -1; }
.legal-intro { position: static; }
.legal-intro h2 { margin-bottom: 24px; font-size: clamp(48px,5vw,70px); }
.legal-intro > p:not(.eyebrow) { margin-bottom: 30px; font-size: 20px; }
.legal-accordion details, .faq-list details { border-top: 1px solid var(--line); }
.legal-accordion details[id], .faq-list details[id] { scroll-margin-top: 90px; }
.legal-accordion details:last-child, .faq-list details:last-child { border-bottom: 1px solid var(--line); }
details summary { position: relative; padding: 28px 54px 28px 0; cursor: pointer; list-style: none; font-family: "Iowan Old Style", Baskerville, serif; font-size: 25px; font-weight: 600; letter-spacing: -.02em; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; position: absolute; top: 21px; right: 4px; font-size: 35px; font-weight: 350; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
.details-content { padding: 0 54px 28px 0; }
.details-content p { margin: 0; font-size: 17px; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; top: 1px; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }

.video-feature { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; align-items: stretch; gap: 0; margin-top: 18px; border-radius: var(--radius); overflow: hidden; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.video-feature__copy { display: flex; flex-direction: column; padding: 36px; }
.video-feature__copy .eyebrow { color: #79d4cc; }
.video-feature__copy h3 { margin: auto 0 22px; font-size: clamp(37px,4vw,55px); }
.video-feature__copy > p:not(.eyebrow) { margin-bottom: 30px; color: rgba(255,255,255,.7); font-size: 16px; }
.video-feature__copy small { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.45; }
.video-feature__player { position: relative; min-height: 430px; background: #0a0e16; }
.video-feature__player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-poster { position: absolute; inset: 0; display: grid; width: 100%; height: 100%; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; align-items: end; gap: 24px; padding: 38px; border: 0; overflow: hidden; background: #0a0e16; color: var(--white); text-align: left; cursor: pointer; }
.video-poster::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.13); pointer-events: none; }
.video-poster__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.video-poster__shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(8,16,29,.46),rgba(8,16,29,.08) 48%,rgba(8,16,29,.58)); }
.video-poster__mark { position: relative; z-index: 1; align-self: start; color: var(--white); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.video-poster__play { position: relative; z-index: 1; display: grid; width: 76px; height: 76px; place-items: center; grid-column: 1 / -1; place-self: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(21,36,63,.9); color: var(--white); font-size: 24px; text-indent: 4px; box-shadow: 0 14px 38px rgba(0,0,0,.28); transition: transform .22s ease, background .22s ease; }
.video-poster__duration { position: relative; z-index: 1; grid-column: 2; justify-self: end; padding: 6px 9px; border-radius: 5px; background: rgba(21,36,63,.9); color: var(--white); font-size: 12px; font-weight: 800; }
.video-poster:hover .video-poster__play { transform: scale(1.06); background: var(--teal); }

.fact-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.fact-grid article { min-height: 240px; padding: 27px; background: var(--ink); }
.fact-grid article + article { border-left: 1px solid rgba(255,255,255,.25); }
.fact-grid strong { display: block; max-width: 240px; color: #7bd4cc; font-family: "Iowan Old Style", Baskerville, serif; font-size: clamp(29px,3vw,42px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.fact-grid p { margin: 90px 0 0; color: rgba(255,255,255,.6); font-size: 15px; }

.lawyer-section { background: var(--soft); }
.lawyer-profile { display: grid; grid-template-columns: minmax(360px,.82fr) minmax(0,1.18fr); align-items: center; gap: 82px; }
.lawyer-profile__media { position: relative; min-height: 660px; aspect-ratio: 4 / 5; margin: 0; border: 1px solid var(--line); border-radius: 4px var(--radius) var(--radius) 4px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.lawyer-profile__media::before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 7px; background: var(--teal); }
.lawyer-profile__media picture { display: block; width: 100%; height: 100%; }
.lawyer-profile__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.lawyer-profile__media figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border-radius: 10px; background: rgba(21,36,63,.94); color: var(--white); backdrop-filter: blur(12px); }
.lawyer-profile__media figcaption span { color: #79d4cc; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.lawyer-profile__media figcaption strong { font-family: "Iowan Old Style", Baskerville, serif; font-size: 23px; font-weight: 500; }
.lawyer-profile__content h2 { margin-bottom: 28px; font-size: clamp(52px,6vw,82px); }
.lawyer-profile__content > p:not(.eyebrow) { max-width: 710px; }
.lawyer-profile__lead { margin-bottom: 20px; color: var(--ink); font-size: 22px; line-height: 1.42; }
.lawyer-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 38px 0; border-top: 1px solid var(--line); }
.lawyer-facts > div { display: grid; gap: 8px; padding: 20px 20px 20px 0; border-bottom: 1px solid var(--line); }
.lawyer-facts > div:nth-child(odd) { border-right: 1px solid var(--line); }
.lawyer-facts > div:nth-child(even) { padding-left: 20px; }
.lawyer-facts dt { color: var(--teal-text); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.lawyer-facts dd { margin: 0; font-size: 15px; font-weight: 750; line-height: 1.4; }
.lawyer-principle { max-width: 710px; margin-bottom: 32px; padding: 22px 24px; border-left: 5px solid var(--teal); border-radius: 2px 12px 12px 2px; background: var(--white); }
.lawyer-principle span { display: block; margin-bottom: 10px; color: var(--teal-text); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lawyer-principle strong { display: block; font-family: "Iowan Old Style", Baskerville, serif; font-size: 23px; font-weight: 500; line-height: 1.25; }

.profile-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.profile-hero::after { content: ""; position: absolute; top: -180px; right: -110px; width: 520px; height: 520px; border: 92px solid rgba(21,143,134,.18); border-radius: 50%; pointer-events: none; }
.profile-hero__grid { position: relative; z-index: 1; display: grid; min-height: 760px; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); align-items: end; gap: 90px; padding-top: 72px; }
.profile-hero__content { align-self: center; padding: 50px 0 88px; }
.profile-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 68px; color: rgba(255,255,255,.48); font-size: 12px; font-weight: 750; }
.profile-breadcrumb a { color: rgba(255,255,255,.76); }
.profile-hero .eyebrow { color: #79d4cc; }
.profile-hero h1 { max-width: 720px; margin-bottom: 30px; font-size: clamp(70px,8vw,116px); }
.profile-hero__lead { max-width: 760px; margin-bottom: 36px; color: rgba(255,255,255,.72); font-size: 22px; }
.profile-hero .button--light { border-color: var(--white); background: var(--white); color: var(--ink); }
.profile-hero .button--light:hover { border-color: var(--teal); background: var(--teal); color: var(--white); }
.profile-button--outline { border-color: rgba(255,255,255,.55); color: var(--white); }
.profile-button--outline:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.profile-hero__portrait { position: relative; align-self: end; height: 690px; margin: 0; overflow: hidden; border-radius: 4px 4px 0 0; background: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.26); }
.profile-hero__portrait::before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 7px; background: var(--teal); }
.profile-hero__portrait picture { display: block; height: 100%; }
.profile-hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.profile-hero__portrait figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 19px; border-radius: 10px; background: rgba(21,36,63,.94); color: var(--white); backdrop-filter: blur(12px); }
.profile-hero__portrait figcaption span { color: #79d4cc; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.profile-hero__portrait figcaption strong { font-family: "Iowan Old Style", Baskerville, serif; font-size: 23px; font-weight: 500; }
.profile-about__grid { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); align-items: start; gap: 100px; }
.profile-about .section-head { position: sticky; top: 118px; margin: 0; }
.profile-about .section-head h2 { font-size: clamp(49px,5.8vw,74px); }
.profile-about__lead { color: var(--ink); font-family: "Iowan Old Style", Baskerville, serif; font-size: clamp(27px,3vw,38px); line-height: 1.18; letter-spacing: -.025em; }
.profile-about__copy > p:not(.profile-about__lead) { max-width: 780px; }
.profile-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 50px 0 0; border-top: 1px solid var(--line); }
.profile-facts > div { display: grid; gap: 9px; min-height: 128px; padding: 23px 24px 23px 0; border-bottom: 1px solid var(--line); }
.profile-facts > div:nth-child(odd) { border-right: 1px solid var(--line); }
.profile-facts > div:nth-child(even) { padding-left: 24px; }
.profile-facts dt, .profile-credential-list dt { color: var(--teal-text); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.profile-facts dd { margin: 0; font-size: 18px; font-weight: 760; line-height: 1.35; }
.profile-practice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.profile-practice-card { display: flex; min-height: 490px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-top: 6px solid var(--teal); border-radius: 3px 3px var(--radius) var(--radius); background: var(--white); }
.profile-practice-card--accent { border-top-color: var(--clay); }
.profile-practice-card--dark { border-color: var(--ink); border-top-color: #79d4cc; background: var(--ink); color: var(--white); }
.profile-practice-card > span { color: var(--teal-text); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.profile-practice-card--dark > span { color: #79d4cc; }
.profile-practice-card h3 { margin: 82px 0 26px; font-size: clamp(35px,3.6vw,48px); }
.profile-practice-card p { margin-bottom: 34px; font-size: 16px; }
.profile-practice-card--dark p { color: rgba(255,255,255,.68); }
.profile-practice-card .text-link { margin-top: auto; }
.profile-practice-card--dark .text-link { color: #79d4cc; }
.profile-credentials { background: var(--white); }
.profile-credentials__grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); align-items: start; gap: 100px; }
.profile-credentials h2 { margin-bottom: 24px; font-size: clamp(50px,5.7vw,75px); }
.profile-credentials__grid > div > p:not(.eyebrow) { max-width: 520px; margin-bottom: 30px; }
.profile-social-links { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 16px; }
.profile-social-links a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--teal-text); font-size: 12px; font-weight: 800; transition: border-color .2s ease, background .2s ease; }
.profile-social-links a:hover { border-color: var(--teal); background: var(--teal-soft); }
.profile-credential-list { margin: 0; border-top: 1px solid var(--line); }
.profile-credential-list > div { display: grid; grid-template-columns: 190px 1fr; gap: 6px 30px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.profile-credential-list dt { grid-row: 1 / span 2; }
.profile-credential-list dd { margin: 0; font-family: "Iowan Old Style", Baskerville, serif; font-size: 28px; font-weight: 600; line-height: 1.1; letter-spacing: -.02em; }
.profile-credential-list p { grid-column: 2; margin: 0; font-size: 14px; }
.profile-materials { display: grid; gap: 60px; }
.profile-material-group { display: grid; grid-template-columns: minmax(250px,.58fr) minmax(0,1.42fr); align-items: start; gap: 70px; }
.profile-material-group__head { display: flex; align-items: baseline; gap: 18px; padding-top: 20px; border-top: 5px solid var(--ink); }
.profile-material-group__head span { color: var(--teal-text); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.profile-material-group__head h3 { margin: 0; font-size: clamp(35px,4vw,50px); }
.profile-material-list { border-top: 1px solid var(--line); }
.profile-material-list a { display: grid; min-height: 100px; grid-template-columns: 125px minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 22px 4px; border-bottom: 1px solid var(--line); transition: padding .2s ease, color .2s ease; }
.profile-material-list a:hover { padding-right: 14px; padding-left: 14px; color: var(--teal-text); }
.profile-material-list span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.profile-material-list strong { font-family: "Iowan Old Style", Baskerville, serif; font-size: 23px; font-weight: 600; line-height: 1.18; }
.profile-material-list i { color: var(--teal-text); font-size: 22px; font-style: normal; }
.profile-contact { padding-top: 36px; }
.profile-contact__inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; padding: 58px 62px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.profile-contact .eyebrow { color: #79d4cc; }
.profile-contact h2 { margin-bottom: 20px; font-size: clamp(48px,5.5vw,72px); }
.profile-contact p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.68); }
.profile-contact__actions { display: grid; min-width: 230px; gap: 18px; }
.profile-contact .button--light { border-color: var(--white); background: var(--white); color: var(--ink); }
.profile-contact__telegram { justify-self: center; border-bottom: 1px solid rgba(255,255,255,.7); color: var(--white); font-size: 13px; font-weight: 800; }

.case-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.case-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 3px 3px var(--radius) var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(21,36,63,.06); }
.case-card[href] { transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.case-card[href]:hover { transform: translateY(-5px); border-color: rgba(21,143,134,.55); box-shadow: var(--shadow); }
.case-card::before { content: ""; position: absolute; top: -1px; right: -1px; left: -1px; height: 6px; border-radius: 3px 3px 0 0; background: var(--teal); }
.case-card--blue::before { background: var(--clay); }
.case-card--slate::before { background: #7b718e; }
.case-card--clay::before { background: #a78b4d; }
.case-card__meta { display: flex; justify-content: space-between; gap: 18px; font-size: 13px; font-weight: 800; }
.case-card__meta a { border-bottom: 1px solid currentColor; color: var(--teal-text); }
.case-card h3 { max-width: 600px; margin: 56px 0 36px; font-size: clamp(34px,4vw,49px); }
.case-card dl { display: grid; gap: 20px; margin: 0 0 28px; }
.case-card dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(11,11,12,.18); }
.case-card dt { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.case-card dd { margin: 0; color: rgba(11,11,12,.68); font-size: 15px; }
.case-card__result { padding: 23px; border-left: 5px solid var(--teal); border-radius: 2px 12px 12px 2px; background: var(--ink); color: var(--white); }
.case-card--blue .case-card__result { border-left-color: var(--clay); }
.case-card--slate .case-card__result { border-left-color: #9d8cb6; }
.case-card--clay .case-card__result { border-left-color: #d5b66d; }
.case-card__result span { display: block; margin-bottom: 20px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.case-card__result strong { display: block; margin-bottom: 7px; font-size: 24px; }
.case-card__result p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }
.case-card--compact { display: flex; min-height: 520px; flex-direction: column; box-shadow: none; }
.case-card--compact h3 { margin: 45px 0 24px; font-size: clamp(31px,3vw,41px); }
.case-card--compact .case-card__summary { margin-bottom: 30px; font-size: 16px; }
.case-card--compact .case-card__result { margin-top: auto; }
.case-card__open { display: inline-block; margin-top: 20px; color: var(--teal-text); font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.case-card__actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 20px; }
.case-card__actions a { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; font-weight: 850; letter-spacing: .02em; line-height: 1.25; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.case-card__actions .case-card__open { margin-top: 0; border-color: var(--ink); background: var(--ink); color: var(--white); }
.case-card__actions .case-card__open:hover { border-color: var(--teal); background: var(--teal); }
.case-card__registry { color: var(--ink); }
.case-card__registry:hover { border-color: var(--teal); color: var(--teal-text); }
.case-card__actions a:focus-visible { outline: 3px solid rgba(21,143,134,.28); outline-offset: 2px; }
.case-source-link { margin: 22px 0 0; }
.case-source-link a { display: inline-flex; min-height: 46px; align-items: center; gap: 18px; padding: 11px 15px; border: 1px solid rgba(21,143,134,.42); border-radius: 10px; color: var(--teal-text); font-size: 13px; font-weight: 850; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.case-source-link a:hover { border-color: var(--teal); background: var(--teal); color: var(--white); }
.case-source-link a:focus-visible { outline: 3px solid rgba(21,143,134,.28); outline-offset: 2px; }
.case-card__status { align-self: flex-start; margin-top: 22px; padding: 7px 10px; border: 1px solid rgba(21,143,134,.35); border-radius: 999px; color: var(--teal-text); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.case-card__status + h3 { margin-top: 24px; }
.case-grid--archive { grid-template-columns: repeat(2,minmax(0,1fr)); }
.case-grid--featured .case-card { padding: 29px; }
.case-grid--featured .case-card h3 { margin: 40px 0 27px; font-size: clamp(31px,3.4vw,43px); }
.case-grid--featured .case-card dl { gap: 14px; margin-bottom: 22px; }
.case-grid--featured .case-card dl > div { padding-top: 14px; }
.case-grid--featured .case-card__result { padding: 20px; }
.case-grid--featured .case-card__result span { margin-bottom: 13px; }
.case-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.case-grid--three .case-card { display: flex; min-height: 500px; flex-direction: column; padding: 26px; }
.case-grid--three .case-card h3 { margin: 34px 0 20px; font-size: clamp(27px,2.4vw,34px); }
.case-grid--three .case-card dl { gap: 13px; margin-bottom: 20px; }
.case-grid--three .case-card dl > div { grid-template-columns: 82px minmax(0,1fr); gap: 14px; padding-top: 13px; }
.case-grid--three .case-card dd, .case-grid--three .case-card__summary { font-size: 14px; line-height: 1.55; }
.case-grid--three .case-card__result { margin-top: auto; padding: 18px; }
.case-grid--three .case-card__result strong { font-size: 21px; }
.case-grid--three .case-card__open { margin-top: 17px; }
.cases-actions { display: flex; max-width: 900px; align-items: center; gap: 28px; margin: 34px auto 0; padding-top: 30px; border-top: 1px solid var(--line); }
.cases-actions p { margin: 0; font-size: 15px; }
.legal-note { max-width: 760px; margin: 20px auto 0; text-align: center; font-size: 13px; }

.case-detail-hero { padding: 92px 0 74px; border-bottom: 6px solid var(--teal); background: var(--ink); color: var(--white); }
.case-detail-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.case-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; color: #79d4cc; font-size: 12px; font-weight: 800; }
.case-breadcrumb a { border-bottom: 1px solid currentColor; }
.case-detail-hero h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(50px,6.6vw,84px); }
.case-detail-hero__lead { max-width: 800px; margin: 0; color: rgba(255,255,255,.7); font-size: clamp(19px,1.8vw,24px); }
.case-detail-hero__aside { padding: 28px; border: 1px solid rgba(255,255,255,.24); border-radius: 3px var(--radius) var(--radius) 3px; border-left: 6px solid var(--clay); }
.case-detail-hero__aside span { display: block; margin-bottom: 16px; color: #79d4cc; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.case-detail-hero__aside strong { display: block; font-family: "Iowan Old Style", Baskerville, serif; font-size: 31px; font-weight: 500; line-height: 1.08; }
.case-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-bottom: 1px solid var(--line); }
.case-facts > div { min-height: 138px; padding: 26px; border-right: 1px solid var(--line); }
.case-facts > div:first-child { border-left: 1px solid var(--line); }
.case-facts dt { margin-bottom: 20px; color: var(--teal-text); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.case-facts dd { margin: 0; font-size: 17px; font-weight: 750; line-height: 1.35; }
.case-story { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 100px; }
.case-story__index { position: sticky; top: 112px; display: grid; gap: 12px; padding-left: 20px; border-left: 4px solid var(--teal); }
.case-story__index span { color: var(--teal-text); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.case-story__index strong { max-width: 330px; font-family: "Iowan Old Style", Baskerville, serif; font-size: 31px; font-weight: 500; line-height: 1.1; }
.case-story__content { display: grid; gap: 54px; }
.case-byline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 26px; padding: 0 0 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.case-byline a { color: var(--teal-text); font-weight: 800; }
.case-story__content section { padding-bottom: 50px; border-bottom: 1px solid var(--line); }
.case-story__content section:last-child { padding-bottom: 0; border-bottom: 0; }
.case-story__content h2 { margin-bottom: 22px; font-size: clamp(37px,4.2vw,56px); }
.case-story__content p { font-size: 18px; }
.case-story__content p:last-child { margin-bottom: 0; }
.case-evidence { display: grid; gap: 13px; padding: 0; margin: 25px 0 0; list-style: none; }
.case-evidence li { padding: 15px 18px; border-left: 4px solid var(--teal); background: var(--white); color: var(--muted); font-size: 16px; }
.case-outcome { padding: 34px; border-radius: 3px var(--radius) var(--radius) 3px; border-left: 7px solid var(--clay); background: var(--ink); color: var(--white); }
.case-outcome span { display: block; margin-bottom: 18px; color: #79d4cc; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.case-outcome strong { display: block; margin-bottom: 14px; font-family: "Iowan Old Style", Baskerville, serif; font-size: clamp(34px,4vw,50px); font-weight: 500; line-height: 1; }
.case-outcome p { margin: 0; color: rgba(255,255,255,.68); }
.case-source-note { margin-top: 28px; font-size: 13px; }

.pricing-section { background: var(--ink); color: var(--white); }
.pricing-section .eyebrow { color: #79d4cc; }
.pricing-section .section-head h2 { color: var(--white); }
.pricing-section .section-head > p:last-child { color: rgba(255,255,255,.68); }
.pricing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.pricing-card { display: flex; min-height: 400px; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.25); border-top: 6px solid var(--teal); border-radius: 3px 3px var(--radius) var(--radius); background: rgba(255,255,255,.045); }
.pricing-card--accent { border-top-color: var(--clay); background: var(--paper); color: var(--ink); }
.pricing-card__label { margin-bottom: 58px; color: #79d4cc; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.pricing-card--accent .pricing-card__label { color: var(--teal-text); }
.pricing-card__amount { display: block; margin-bottom: 22px; font-family: "Iowan Old Style", Baskerville, serif; font-size: clamp(44px,5vw,68px); font-weight: 500; letter-spacing: -.04em; line-height: .95; }
.pricing-card__amount small { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 15px; font-weight: 750; letter-spacing: 0; }
.pricing-card > p { margin-bottom: 30px; color: rgba(255,255,255,.66); font-size: 16px; }
.pricing-card--accent > p { color: var(--muted); }
.pricing-breakdown { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: auto 0 0; border-top: 1px solid rgba(255,255,255,.25); }
.pricing-card--accent .pricing-breakdown { border-top-color: var(--line); }
.pricing-breakdown > div { padding-top: 18px; }
.pricing-breakdown > div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.25); }
.pricing-card--accent .pricing-breakdown > div + div { border-left-color: var(--line); }
.pricing-breakdown dt { margin-bottom: 7px; color: #79d4cc; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pricing-card--accent .pricing-breakdown dt { color: var(--teal-text); }
.pricing-breakdown dd { margin: 0; font-size: 17px; font-weight: 800; line-height: 1.35; }
.pricing-note { max-width: 820px; margin: 26px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }

.practice-hero { padding: 108px 0 0; background: var(--ink); color: var(--white); }
.practice-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; padding-bottom: 78px; }
.practice-hero h1 { max-width: 820px; margin-bottom: 0; font-size: clamp(58px,7vw,94px); }
.practice-hero .eyebrow { color: #79d4cc; }
.practice-hero__aside { display: grid; justify-items: start; gap: 24px; }
.practice-hero__aside p { max-width: 560px; margin: 0; color: rgba(255,255,255,.68); font-size: 20px; }
.practice-hero .button--light { border-color: rgba(255,255,255,.7); color: var(--white); }
.practice-hero .button--light:hover { background: var(--white); color: var(--ink); }
.practice-index { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.3); }
.practice-index a { display: grid; min-height: 135px; align-content: space-between; padding: 22px; border-right: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.86); font-size: 14px; font-weight: 750; transition: background .2s ease, color .2s ease; }
.practice-index a:first-child { border-left: 1px solid rgba(255,255,255,.24); }
.practice-index a:hover { background: var(--teal); color: var(--white); }
.practice-index span { color: #79d4cc; font-size: 11px; }
.practice-index a:hover span { color: var(--white); }
.practice-group { scroll-margin-top: 76px; }
.practice-group__head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.practice-group__head h2 { margin: 0; font-size: clamp(48px,5.7vw,74px); }
.practice-group__head > p { max-width: 620px; margin: 0; font-size: 19px; }
.practice-group--dark .practice-group__head p { color: rgba(255,255,255,.65); }
.practice-group--dark .practice-group__head h2 { color: var(--white); }
.practice-group--dark .case-card { color: var(--ink); }

.consultation { padding-block: 36px; }
.consultation__inner { position: relative; display: grid; grid-template-columns: minmax(0,.82fr) minmax(420px,1.18fr); align-items: start; gap: 60px; padding: 62px; border-radius: var(--radius); overflow: hidden; background: var(--ink); color: var(--white); }
.consultation__inner::after { content: ""; position: absolute; top: -80px; right: -65px; width: 250px; height: 250px; border: 45px solid rgba(21,143,134,.45); border-radius: 50%; pointer-events: none; }
.consultation .eyebrow { color: #79d4cc; }
.consultation h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(45px,5.5vw,72px); }
.consultation p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.consultation .button--dark { border-color: var(--white); background: var(--white); color: var(--ink); }
.consultation .button--dark:hover { border-color: var(--teal); background: var(--teal); color: var(--white); }
.consultation__actions { display: grid; gap: 22px; }
.messenger-row { display: flex; flex-wrap: wrap; gap: 16px; }
.messenger-row a { border-bottom: 1px solid rgba(255,255,255,.7); color: var(--white); font-size: 14px; font-weight: 750; }
.contact-form { position: relative; z-index: 1; display: grid; gap: 22px; padding: 30px; border-radius: 16px; background: var(--white); color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.contact-form__heading { display: grid; gap: 8px; }
.contact-form__heading h3 { margin: 0; font-size: 35px; }
.consultation .contact-form__eyebrow { margin: 0; color: var(--teal-text); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.consultation .contact-form__heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.contact-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.form-field { display: grid; gap: 8px; min-width: 0; color: var(--ink); font-size: 13px; font-weight: 800; }
.form-field--wide { grid-column: 1 / -1; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-width: 0; border: 1px solid rgba(21,36,63,.28); border-radius: 9px; outline: 0; background: #fff; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.form-field input { min-height: 52px; padding: 12px 14px; }
.form-field select { min-height: 52px; padding: 12px 40px 12px 14px; cursor: pointer; }
.form-field textarea { min-height: 128px; padding: 13px 14px; resize: vertical; line-height: 1.45; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #808792; font-weight: 450; opacity: 1; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(21,143,134,.14); }
.form-field input:user-invalid, .form-field textarea:user-invalid { border-color: #ad402f; }
.phone-control { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; min-height: 52px; border: 1px solid rgba(21,36,63,.28); border-radius: 9px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.phone-control:focus-within { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(21,143,134,.14); }
.phone-control:has(input:user-invalid) { border-color: #ad402f; }
.phone-control__prefix { align-self: stretch; display: grid; place-items: center; padding: 0 12px 0 14px; border-right: 1px solid rgba(21,36,63,.18); color: var(--ink); font-size: 15px; font-weight: 750; }
.phone-control input { min-height: 50px; border: 0; border-radius: 0 9px 9px 0; box-shadow: none; }
.phone-control input:focus, .phone-control input:user-invalid { border: 0; box-shadow: none; }
.form-field__help { color: var(--muted); font-size: 11px; font-weight: 550; }
.contact-form__consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 11px; color: var(--muted); cursor: pointer; font-size: 12px; line-height: 1.45; }
.contact-form__consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--teal); }
.contact-form__consent a { border-bottom: 1px solid currentColor; color: var(--teal-text); font-weight: 750; }
.consultation .contact-form__submit { width: 100%; border-color: var(--ink); background: var(--ink); color: var(--white); }
.consultation .contact-form__submit:hover { border-color: var(--teal); background: var(--teal); color: var(--white); }
.contact-form__submit:disabled { cursor: wait; opacity: .65; transform: none; }
.consultation .contact-form__status { min-height: 0; margin: -8px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.consultation .contact-form__status:empty { display: none; }
.consultation .contact-form__status[data-state="success"] { color: var(--teal-text); }
.consultation .contact-form__status[data-state="error"] { color: #9c3526; }
.form-toast { position: fixed; left: 50%; bottom: max(22px, env(safe-area-inset-bottom)); z-index: 120; display: flex; width: min(420px, calc(100% - 32px)); min-height: 58px; align-items: center; gap: 12px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: var(--ink); color: var(--white); box-shadow: 0 18px 48px rgba(21,36,63,.3); opacity: 0; pointer-events: none; transform: translate(-50%,18px); transition: opacity .22s ease, transform .22s ease; }
.form-toast.is-visible { opacity: 1; transform: translate(-50%,0); }
.form-toast__icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: #79d4cc; color: var(--ink); font-size: 16px; font-weight: 900; }
.form-toast__message { font-size: 14px; font-weight: 780; line-height: 1.35; }
.form-toast[data-state="error"] { background: #762f27; }
.form-toast[data-state="error"] .form-toast__icon { background: #ffd8d1; color: #762f27; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.contact-form--compact { gap: 15px; padding: 24px; box-shadow: 0 18px 45px rgba(21,36,63,.14); }
.contact-form--compact .contact-form__heading { gap: 4px; }
.contact-form--compact .contact-form__eyebrow { margin: 0; color: var(--teal-text); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-form--compact .contact-form__heading h2,
.contact-form--compact .contact-form__heading h3 { margin: 0; font-size: 30px; }
.contact-form--compact .contact-form__heading p { margin: 0; font-size: 13px; }
.contact-form--compact .contact-form__grid { grid-template-columns: 1fr; gap: 11px; }
.contact-form--compact .contact-form__consent { font-size: 11px; }
.contact-form--compact .contact-form__status { margin: 0; color: var(--muted); font-size: 12px; }
.contact-form--compact .contact-form__submit { width: 100%; border-color: var(--ink); background: var(--ink); color: var(--white); }
.contact-form--compact .contact-form__submit:hover { border-color: var(--teal); background: var(--teal); }
.direct-actions { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 16px; }
.direct-actions a { color: var(--teal-text); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.service-focus-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.service-focus-card { display: grid; align-content: start; min-height: 300px; padding: 28px; border: 1px solid var(--line); border-top: 5px solid var(--teal); border-radius: 3px 3px var(--radius) var(--radius); background: var(--white); }
.service-focus-card:nth-child(2) { border-top-color: #5885a3; }
.service-focus-card:nth-child(3) { border-top-color: var(--clay); }
.service-focus-card > span { margin-bottom: 56px; color: var(--teal-text); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.service-focus-card h3 { margin-bottom: 12px; font-size: 36px; }
.service-focus-card p { margin-bottom: 22px; font-size: 15px; }
.service-focus-card nav { display: grid; gap: 10px; margin-top: auto; }
.service-focus-card nav a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 800; }
.service-focus-card nav a:hover { color: var(--teal-text); }

.proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.proof-card { display: flex; min-height: 330px; flex-direction: column; padding: 28px; border-radius: var(--radius); background: var(--ink); color: var(--white); transition: transform .22s ease; }
.proof-card:hover { transform: translateY(-4px); }
.proof-card:nth-child(2) { background: var(--teal); }
.proof-card:nth-child(3) { background: #52657d; }
.proof-card__meta { display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 800; }
.proof-card h3 { margin: 62px 0 18px; color: var(--white); font-size: 35px; }
.proof-card p { margin: 0 0 28px; color: rgba(255,255,255,.72); font-size: 15px; }
.proof-card strong { margin-top: auto; color: var(--white); font-size: 18px; }

.trust-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; padding: 46px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.trust-panel__identity { display: grid; align-content: start; }
.trust-panel__identity h2 { margin-bottom: 16px; font-size: 54px; }
.trust-panel__identity p { font-size: 16px; }
.trust-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.trust-facts article { min-height: 170px; padding: 24px; border-top: 1px solid var(--line); }
.trust-facts article:nth-child(odd) { border-right: 1px solid var(--line); }
.trust-facts strong { display: block; margin-bottom: 10px; font-size: 20px; }
.trust-facts p { margin: 0; font-size: 14px; }

.process-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.process-grid--three .process-card { min-height: 290px; }

#process { padding-block: 58px; }
#process .section-head { margin-bottom: 28px; }
#process .process-card { min-height: 190px; padding: 24px 27px; }
#process .process-card__icon { display: none; }
#process .process-card__number { margin-bottom: 34px; }
#process .process-card h3 { margin-bottom: 9px; font-size: 27px; }
#process .process-card p { max-width: 340px; font-size: 14px; line-height: 1.55; }

.closing-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 54px; }
.closing-grid .faq-list details summary { font-size: 20px; }
.closing-contact { padding: 34px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.closing-contact > h2 { margin-bottom: 14px; color: var(--white); font-size: 46px; }
.closing-contact > p { color: rgba(255,255,255,.68); }

.article130-page main > .section:not(.consultation) { padding-block: 72px; }
.article130-page #materials .service-tile { min-height: 230px; }
.article130-page #materials .service-tile h3 { padding-top: 42px; font-size: 29px; }
.article130-page #materials .service-tile p { font-size: 14px; }
.article130-page #cases .case-grid--featured { grid-template-columns: repeat(3,minmax(0,1fr)); }
.article130-page #cases .case-card { display: flex; min-height: 470px; flex-direction: column; }
.article130-page #cases .case-card h3 { margin: 34px 0 18px; font-size: clamp(27px,2.6vw,35px); }
.article130-page #cases .case-card__summary { margin-bottom: 22px; font-size: 15px; line-height: 1.55; }
.article130-page #cases .case-card__result { margin-top: auto; }
.article130-page #faq .faq-layout { grid-template-columns: 1fr; gap: 34px; }
.article130-page #faq .section-head { position: static; max-width: 900px; }
.article130-page #faq .faq-list--grouped { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.article130-page #faq .faq-group__head h3 { font-size: 28px; }
.article130-page #faq .faq-list details summary { padding-right: 38px; font-size: 18px; }
.article130-page #faq .faq-disclaimer { grid-column: 1 / -1; }

.privacy-hero { padding: 108px 0 70px; border-bottom: 1px solid var(--line); background: var(--ink); color: var(--white); }
.privacy-hero h1 { max-width: 900px; margin: 0; font-size: clamp(54px,7vw,88px); }
.privacy-hero .eyebrow { color: #79d4cc; }
.privacy-layout { display: grid; grid-template-columns: minmax(240px,.55fr) minmax(0,1.45fr); align-items: start; gap: 90px; }
.privacy-aside { position: sticky; top: 110px; display: grid; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.privacy-aside p { margin: 0; font-size: 14px; }
.privacy-aside a { color: var(--teal-text); font-weight: 750; overflow-wrap: anywhere; }
.privacy-content { display: grid; gap: 48px; }
.privacy-content section { scroll-margin-top: 100px; }
.privacy-content h2 { margin-bottom: 18px; font-size: clamp(33px,4vw,48px); }
.privacy-content p, .privacy-content li { font-size: 17px; }
.privacy-content ul { display: grid; gap: 9px; padding-left: 22px; }
.privacy-content a { border-bottom: 1px solid currentColor; color: var(--teal-text); font-weight: 700; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 100px; }
.faq-layout .section-head { position: sticky; top: 118px; margin-bottom: 0; }
.faq-layout .section-head h2 { font-size: clamp(48px,5vw,68px); }
.faq-layout .section-head > p:last-child { font-size: 16px; }
.faq-list details summary { font-size: 22px; }
.faq-list--grouped { display: grid; gap: 42px; }
.faq-group { min-width: 0; }
.faq-group__head { display: flex; align-items: baseline; gap: 18px; padding-bottom: 18px; border-bottom: 4px solid var(--ink); }
.faq-group__head span { color: var(--teal-text); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.faq-group__head h3 { margin: 0; font-size: clamp(29px,3vw,38px); }
.faq-list--grouped .faq-group details:last-child { border-bottom: 1px solid var(--line); }
.faq-more { display: inline-flex; align-items: center; gap: 9px; margin-top: 17px; border-bottom: 1px solid currentColor; color: var(--teal-text); font-size: 13px; font-weight: 800; }
.faq-more span { font-size: 16px; }
.faq-sources { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.faq-sources a { padding: 6px 9px; border: 1px solid rgba(21,36,63,.25); border-radius: 6px; color: var(--teal-text); font-size: 11px; font-weight: 800; }
.faq-sources a:hover { border-color: var(--teal); background: var(--teal-soft); }
.faq-disclaimer { margin: -6px 0 0; padding: 20px 22px; border-left: 4px solid var(--teal); background: rgba(255,254,250,.64); font-size: 13px; }

.role-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.role-card { min-height: 620px; padding: 35px; border: 1px solid var(--line); border-radius: 3px 3px var(--radius) var(--radius); }
.role-card--dark { background: var(--ink); color: var(--white); }
.role-card--dark .check-list li { color: rgba(255,255,255,.72); }
.role-card--paper { border-top: 6px solid var(--clay); background: var(--white); }
.role-card__head { display: flex; align-items: start; justify-content: space-between; }
.role-card__head--number { justify-content: flex-end; }
.role-card__head .tile-icon { margin: 0; }
.role-card__head span { font-size: 13px; font-weight: 800; }
.role-card h3 { margin: 78px 0 40px; font-size: clamp(44px,5vw,62px); }
.role-card .check-list { gap: 18px; }

/* Long-form materials use editorial, not landing-page, composition. */
.article-page .hero--service { display: block; min-height: 0; overflow: visible; }
.article-page .hero--service::after { display: none; }
.article-page .hero--service .hero__grid { width: min(calc(100% - 48px), 900px); grid-template-columns: 1fr; gap: 26px; padding: 88px 0 62px; }
.article-page .hero--service .hero__grid::before { display: none; }
.article-page .hero--service h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(49px,6vw,72px); line-height: 1.02; }
.article-page .hero--service .hero__lead { max-width: 780px; margin-bottom: 30px; font-size: 20px; line-height: 1.58; }
.article-page .article-meta { max-width: 780px; margin: 0 0 25px; }
.article-page .hero--service .button-row { gap: 12px 24px; }
.article-page .hero--service .button-row .button { min-height: 0; padding: 2px 0 4px; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: var(--teal-text); font-size: 13px; }
.article-page .hero--service .button-row .button:hover { background: transparent; color: var(--ink); transform: none; }
.article-page .hero--service .hero__tags { margin-top: 24px; }
.article-page .hero--service .hero-card { width: 100%; max-width: 780px; padding: 22px 24px; border-radius: 3px 12px 12px 3px; box-shadow: none; }
.article-page .hero--service .hero-card__topline { margin-bottom: 14px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.article-page .hero--service .hero-card__topline .icon { width: 27px; height: 27px; }
.article-page .hero--service .hero-card h2 { margin-bottom: 10px; font-size: 28px; }
.article-page .hero--service .hero-card p { margin-bottom: 0; font-size: 16px; }
.article-page .hero--service .hero-card .clean-list { margin: 17px 0 0; }
.article-page .hero--service .hero-card .text-link { margin-top: 16px; }
.article-page main > .section:not(.consultation) { padding-block: 68px; }
.article-page main > .section:not(.consultation) > .container { width: min(calc(100% - 48px), 860px); }
.article-page .section-head, .article-page .section-head--split { display: block; max-width: 780px; margin-bottom: 34px; }
.article-page .section-head h2, .article-page .section-head--split h2 { margin-bottom: 16px; font-size: clamp(37px,4.4vw,49px); line-height: 1.06; }
.article-page .section-head > p:last-child, .article-page .section-head--split > p { max-width: 760px; margin: 0; font-size: 17px; line-height: 1.65; }
.article-page .legal-layout { display: block; }
.article-page .legal-intro { max-width: 780px; }
.article-page .legal-intro h2 { margin-bottom: 16px; font-size: clamp(37px,4.4vw,49px); line-height: 1.06; }
.article-page .legal-intro > p:not(.eyebrow) { margin-bottom: 18px; font-size: 18px; line-height: 1.65; }
.article-page .legal-intro > .button { min-height: 0; padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: var(--teal-text); font-size: 13px; }
.article-page .legal-intro > .button:hover { background: transparent; color: var(--ink); transform: none; }
.article-page .legal-accordion { max-width: 780px; margin-top: 34px; }
.article-page details summary { padding-block: 21px; font-size: 22px; line-height: 1.25; }
.article-page details summary::after { top: 14px; }
.article-page .details-content { padding-bottom: 23px; }
.article-page .details-content p, .article-page .details-content li { font-size: 17px; line-height: 1.68; }
.article-page .process-grid { display: block; border-top: 1px solid var(--line); border-bottom: 0; }
.article-page .process-card { display: grid; min-height: 0; grid-template-columns: 58px minmax(0,1fr); gap: 4px 18px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
.article-page .process-card::before, .article-page .process-card__icon { display: none; }
.article-page .process-card__number { grid-row: 1 / span 2; margin: 4px 0 0; }
.article-page .process-card h3 { margin: 0; font-size: 25px; }
.article-page .process-card p { max-width: 680px; margin: 0; font-size: 16px; line-height: 1.58; }
.article-page .case-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
.article-page .case-card { min-height: 0; padding: 25px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.article-page .case-card::before { display: none; }
.article-page .case-card[href]:hover { padding-left: 12px; border-color: var(--line); box-shadow: none; transform: none; }
.article-page .case-card h3, .article-page .case-card--compact h3 { margin: 22px 0 14px; font-size: clamp(28px,3.5vw,36px); }
.article-page .case-card__summary { margin-bottom: 8px; font-size: 16px; line-height: 1.6; }
.article-page .case-card__open { margin-top: 9px; }
.article-page .role-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
.article-page .role-card { min-height: 0; padding: 27px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); }
.article-page .role-card__head { justify-content: flex-start; }
.article-page .role-card__head .tile-icon { display: none; }
.article-page .role-card__head span { color: var(--teal-text); }
.article-page .role-card h3 { margin: 18px 0 22px; font-size: 32px; }
.article-page .role-card--dark .check-list li { color: var(--muted); }
.article-page .faq-layout { display: block; }
.article-page .faq-layout .section-head { position: static; margin-bottom: 28px; }
.article-page .faq-layout .section-head h2 { font-size: clamp(37px,4.4vw,49px); }
.article-page .faq-list { max-width: 780px; }
.article-page .faq-list details summary { font-size: 21px; }
.article-page .consultation { padding-block: 44px; }
.article-page .consultation__inner { width: min(calc(100% - 48px), 1040px); padding: 48px; }
.article-page .consultation h2 { font-size: clamp(40px,4.8vw,58px); }

/* Expert articles: a calm editorial layout with no landing-page cards. */
.expert-article .site-header { border-bottom: 1px solid var(--line); }
.expert-article .editorial-hero { padding: 86px 0 54px; background: var(--paper); }
.expert-article .editorial-hero .container,
.expert-article .article-prose { width: min(calc(100% - 48px), 820px); }
.expert-article .editorial-hero h1 { max-width: 810px; margin: 8px 0 24px; font-size: clamp(48px,6.2vw,76px); line-height: 1.01; letter-spacing: -.045em; }
.expert-article .editorial-deck { max-width: 760px; margin: 0 0 30px; color: var(--muted); font-size: 20px; line-height: 1.6; }
.expert-article .article-meta { margin: 0; }
.expert-article .article-prose { padding: 58px 0 84px; }
.expert-article .article-prose > * { max-width: 760px; }
.expert-article .article-prose > h2 { margin: 64px 0 20px; font-size: clamp(34px,4.2vw,46px); line-height: 1.08; letter-spacing: -.032em; }
.expert-article .article-prose > h2:first-of-type { margin-top: 0; }
.expert-article .article-prose > h3 { margin: 38px 0 14px; font-size: 26px; line-height: 1.2; }
.expert-article .article-prose > p,
.expert-article .article-prose > ul,
.expert-article .article-prose > ol { margin-top: 0; margin-bottom: 22px; font-size: 18px; line-height: 1.72; }
.expert-article .article-prose li + li { margin-top: 10px; }
.expert-article .article-prose a { color: var(--teal-text); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.expert-article .article-prose strong { color: var(--ink); }
.expert-article .article-toc { max-width: 760px; margin: 0 0 48px; padding: 25px 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expert-article .article-toc strong { display: block; margin-bottom: 12px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.expert-article .article-toc ol { margin: 0; padding-left: 20px; font-size: 15px; line-height: 1.55; }
.expert-article .article-toc li + li { margin-top: 7px; }
.expert-article .article-lead { padding-left: 23px; border-left: 4px solid var(--teal); color: var(--ink); font-size: 20px !important; line-height: 1.62 !important; }
.expert-article .law-note,
.expert-article .practice-note { margin: 34px 0; padding: 26px 28px; border-radius: 4px; background: var(--soft); }
.expert-article .law-note { border-left: 4px solid var(--teal); }
.expert-article .practice-note { border-left: 4px solid #587ca0; }
.expert-article .law-note > :last-child,
.expert-article .practice-note > :last-child { margin-bottom: 0; }
.expert-article .law-note h3,
.expert-article .practice-note h3 { margin: 0 0 12px; font-size: 23px; }
.expert-article .law-note p,
.expert-article .practice-note p { margin: 0 0 12px; font-size: 16px; line-height: 1.65; }
.expert-article .source-list { margin-top: 58px; padding-top: 28px; border-top: 1px solid var(--line); }
.expert-article .source-list h2 { margin-top: 0; }
.expert-article .source-list li { font-size: 15px; line-height: 1.55; }
.expert-article .article-disclaimer { margin-top: 42px; color: var(--muted); font-size: 13px !important; line-height: 1.55 !important; }
.expert-article .article-author { margin-top: 42px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expert-article .article-author p { margin: 0; font-size: 15px; line-height: 1.6; }
.expert-article .article-author p + p { margin-top: 8px; }
.expert-article .related-reading { margin-top: 48px; }
.expert-article .related-reading h2 { margin: 0 0 18px; font-size: 30px; }
.expert-article .related-reading ul { padding-left: 20px; }
.article-end-faq { padding: 0 0 46px; }
.article-end-faq__inner { display: grid; width: min(calc(100% - 48px), 1040px); grid-template-columns: minmax(220px,.62fr) minmax(0,1.38fr); align-items: start; gap: 54px; padding-top: 42px; border-top: 1px solid var(--line); }
.article-end-faq .section-head { margin: 0; }
.article-end-faq .section-head h2 { margin: 0; font-size: clamp(35px,4vw,48px); }
.article-end-faq .faq-list { max-width: none; }
.article-end-faq .faq-list details summary { padding-block: 21px; font-size: 20px; }
.article-end-faq .details-content { padding: 0 36px 21px 0; }
.article-end-faq .details-content p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.62; }
.article-consultation { padding: 0 0 64px; }
.article-consultation .consultation__inner { width: min(calc(100% - 48px), 1040px); gap: 44px; padding: 44px; }
.article-consultation h2 { font-size: clamp(38px,4.4vw,54px); }
.article-consultation .contact-form__heading h3 { font-size: 28px; }

.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.map-card { min-height: 520px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--soft); }
.map-card iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: grayscale(1) contrast(.92); }
.contact-card { display: flex; flex-direction: column; padding: 16px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-card > * { display: grid; gap: 6px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.contact-card > *:last-child { border-bottom: 0; }
.contact-card span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.contact-card strong { font-size: clamp(18px,2vw,25px); letter-spacing: -.035em; overflow-wrap: anywhere; }

.site-footer { padding-block: 44px; border-top: 5px solid var(--teal); background: var(--ink); color: var(--white); }
.site-footer__inner { display: grid; grid-template-columns: 200px minmax(240px,1fr) auto minmax(112px,auto) auto; align-items: start; gap: 26px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.brand--footer .brand__logo { width: 224px; }
.footer-owner, .footer-services, .footer-legal { display: grid; gap: 6px; }
.footer-owner span, .footer-services span, .footer-legal span { color: #79d4cc; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.footer-owner strong { max-width: 440px; font-family: "Iowan Old Style", Baskerville, serif; font-size: 20px; font-weight: 500; line-height: 1.2; }
.footer-services { align-content: start; gap: 4px; }
.footer-services a { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.footer-services a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.footer-google-rating { position: relative; z-index: 2; display: inline-flex; width: auto; max-width: 100%; align-items: center; justify-self: start; gap: 10px; margin: 0; white-space: nowrap; text-decoration: none; cursor: pointer; touch-action: manipulation; transition: opacity .2s ease, transform .2s ease; }
.footer-google-rating:hover { opacity: .82; transform: translateY(-2px); }
.footer-google-rating__logo { display: inline-flex; flex: 0 0 auto; background: conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0 100%); -webkit-background-clip: text; background-clip: text; color: transparent; font-family: Arial,sans-serif; font-size: 32px; font-weight: 700; line-height: 1; }
.footer-google-rating__stars { display: inline-flex; align-items: center; gap: 3px; line-height: 1; }
.footer-google-rating__star { display: inline-flex; color: #f4c400; font-size: 28px; line-height: 1; }
.footer-google-rating__value { margin-left: 8px; color: #f0f3fb; font-size: 16px; font-weight: 700; line-height: 1.2; }
.footer-google-rating__reviews { color: #a6a6a6; font-size: 16px; line-height: 1.2; }
.footer-legal { justify-items: end; padding-right: 56px; text-align: right; }
.footer-legal strong { font-size: 20px; letter-spacing: .05em; }
.footer-policy { color: rgba(255,255,255,.68); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.footer-policy:hover { color: var(--white); }
.quick-chat { position: fixed; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); z-index: 80; display: grid; width: 58px; height: 58px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: linear-gradient(145deg, #2aabee 0%, #229ed9 52%, #168ac2 100%); color: var(--white); box-shadow: 0 14px 34px rgba(21,36,63,.24), inset 0 1px 0 rgba(255,255,255,.3); transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; }
.quick-chat:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 40px rgba(21,36,63,.3), inset 0 1px 0 rgba(255,255,255,.35); filter: saturate(1.08); }
.quick-chat:active { transform: translateY(-1px) scale(.98); }
.quick-chat:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.quick-chat__icon { display: block; width: 29px; height: 29px; fill: currentColor; stroke: none; transform: translate(-1px, 1px); }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.reveal-ready main > :first-child[data-reveal],
.reveal-ready main > :first-child [data-reveal] { opacity: 1; transform: none; transition: none; }

/* Collapse the header before navigation labels need a second line. */
@media (max-width: 1200px) {
  .site-nav { position: fixed; inset: 78px 0 auto; display: grid; max-height: calc(100dvh - 78px); overflow-y: auto; visibility: hidden; gap: 0; padding: 18px 24px 28px; background: var(--white); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .2s ease; }
  .site-nav.is-open { visibility: visible; transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { white-space: normal; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 19px; }
  .site-nav a::after { display: none; }
  .menu-toggle { display: block; order: 3; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .header-phone { margin-left: auto; }
}

@media (max-width: 1080px) {
  .hero--home::after, .hero--service::after { display: none; }

  .hero__grid { grid-template-columns: 1fr; align-items: center; }
  .hero-card { width: min(100%, 620px); }
  .service-focus-grid { grid-template-columns: 1fr; }
  .proof-grid, .case-grid--three { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-focus-card, .proof-card { min-height: 0; }
  .trust-panel, .closing-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-grid--five .service-tile, .service-grid--five .service-tile:nth-last-child(-n+2), .service-grid--seven .service-tile, .service-grid--seven .service-tile:nth-last-child(-n+4) { grid-column: auto; }
  .process-grid, .fact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lawyer-profile { grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: 48px; }
  .lawyer-profile__media { min-height: 560px; }
  .profile-hero__grid { min-height: 680px; grid-template-columns: minmax(0,1fr) minmax(330px,.72fr); gap: 48px; }
  .profile-hero__portrait { height: 610px; }
  .profile-about__grid, .profile-credentials__grid { gap: 55px; }
  .profile-practice-grid { grid-template-columns: 1fr; }
  .profile-practice-card { min-height: 350px; }
  .profile-practice-card h3 { margin-top: 54px; }
  .profile-material-group { grid-template-columns: 1fr; gap: 25px; }
  .legal-layout, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .legal-intro, .faq-layout .section-head { position: static; }
  .article130-page #cases .case-grid--featured, .article130-page #faq .faq-list--grouped { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .video-feature { grid-template-columns: 1fr; }
  .video-feature__copy h3 { margin-top: 56px; }
  .video-feature__player { min-height: 0; aspect-ratio: 16 / 9; }
  .consultation__inner { grid-template-columns: 1fr; }
  .article-end-faq__inner { grid-template-columns: 1fr; gap: 24px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 48px; }
  .privacy-aside { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-card > *:nth-last-child(2) { border-bottom: 0; }
  .practice-hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .case-detail-hero__grid { grid-template-columns: 1fr; gap: 46px; }
  .case-detail-hero__aside { max-width: 620px; }
  .case-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .case-facts > div:nth-child(3) { border-left: 1px solid var(--line); }
  .case-story { grid-template-columns: 1fr; gap: 50px; }
  .case-story__index { position: static; }
  .practice-index { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .practice-group__head { grid-template-columns: 1fr; gap: 22px; }
  .site-footer__inner { grid-template-columns: 200px minmax(190px,1fr) auto; gap: 22px; }
  .footer-google-rating { gap: 7px; }
  .footer-google-rating__logo { font-size: 28px; }
  .footer-google-rating__star { font-size: 22px; }
  .footer-google-rating__value { margin-left: 4px; font-size: 14px; }
  .footer-google-rating__reviews { display: none; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .form-toast { bottom: calc(80px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header__inner { min-height: 68px; gap: 12px; }
  .site-nav { inset: 68px 0 auto; max-height: calc(100dvh - 68px); }
  .brand__logo { width: 176px; }
  .header-phone { padding: 10px 13px; background: none; color: var(--ink); font-size: 14px; }
  .menu-toggle { width: 42px; height: 42px; margin-left: 0; }
  .hero { min-height: auto; }
  .hero--crime::after { display: none; }
  .hero__grid { gap: 42px; padding-block: 62px 44px; }
  .hero h1, .hero--crime h1 { font-size: clamp(40px,10.8vw,42px); }
  .hero__lead { font-size: 20px; }
  .article-meta { gap: 5px 14px; margin-top: -12px; }
  .hero-card { padding: 24px; }
  .hero--crime .hero-card::before { display: none; }
  .hero-card__topline { margin-bottom: 35px; }
  .hero-card h2 { font-size: 32px; }
  .section { padding-block: 52px; }
  .section-head { margin-bottom: 38px; }
  .section-head h2 { font-size: clamp(34px,9.5vw,40px); }
  .legal-intro h2, .faq-layout .section-head h2 { font-size: clamp(34px,9.5vw,40px); }
  .section-head > p:last-child { font-size: 17px; }
  .section-head--split { grid-template-columns: 1fr; gap: 24px; }
  .service-grid, .case-grid, .role-grid, .case-grid--archive, .case-grid--three, .proof-grid { grid-template-columns: minmax(0,1fr); }
  .service-focus-card { padding: 24px; }
  .service-focus-card > span { margin-bottom: 38px; }
  .service-focus-card h3 { font-size: 32px; }
  .proof-card { padding: 24px; }
  .proof-card h3 { margin-top: 38px; font-size: 31px; }
  .trust-panel { gap: 30px; padding: 28px 24px; }
  .trust-panel__identity h2 { font-size: 38px; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts article { min-height: 0; padding: 20px 0; border-right: 0 !important; }
  .trust-facts article:last-child { border-bottom: 1px solid var(--line); }
  .closing-grid { gap: 38px; }
  .closing-contact { padding: 28px 22px; }
  .closing-contact > h2 { font-size: 36px; }
  .home-page .hero__grid { gap: 34px; padding-top: 56px; }
  .home-page .hero__lead { margin-bottom: 26px; font-size: 18px; }
  .home-page .hero__tags, .home-page .hero-benefits { margin-top: 28px; }
  #process { padding-block: 38px; }
  #process .section-head { margin-bottom: 22px; }
  #process .section-head h2 { font-size: 36px; }
  #process .process-grid { display: block; padding-left: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
  #process .process-grid::before, #process .process-card::before { display: none; }
  #process .process-card, #process .process-card + .process-card { display: grid; min-height: 0; grid-template-columns: 38px minmax(0,1fr); gap: 3px 12px; padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(21,36,63,.22); }
  #process .process-card:last-child { border-bottom: 0; }
  #process .process-card__number { grid-row: 1 / span 2; margin: 4px 0 0; }
  #process .process-card h3 { margin: 0; font-size: 22px; }
  #process .process-card p { margin: 0; font-size: 13px; line-height: 1.45; }
  .home-page .section { padding-block: 50px; }
  .pricing-grid { grid-template-columns: minmax(0,1fr); }
  .pricing-card { min-width: 0; min-height: 0; }
  .pricing-card__amount { overflow-wrap: anywhere; }
  .role-card { min-width: 0; }
  .service-tile { min-height: 230px; padding: 24px 24px 52px; }
  .service-tile h3 { margin-top: auto; padding-top: 54px; }
  .process-grid { position: relative; grid-template-columns: 1fr; padding-left: 44px; border-top: 0; border-bottom: 0; }
  .process-grid::before { content: ""; position: absolute; top: 6px; bottom: 6px; left: 8px; width: 1px; background: var(--ink); }
  .process-card { min-height: 0; padding: 0 0 46px 24px; border-right: 0; border-bottom: 1px solid rgba(21,36,63,.22); }
  .process-card + .process-card { padding-top: 32px; }
  .process-card:last-child { padding-bottom: 0; border-bottom: 0; }
  .process-card::before { top: 2px; left: -41px; box-shadow: 0 0 0 5px var(--blue-soft); }
  .process-card + .process-card::before { top: 34px; }
  .process-card__number { margin-bottom: 18px; }
  .process-card__icon { margin-bottom: 26px; }
  .fact-grid { grid-template-columns: 1fr; border: 0; }
  .fact-grid article { min-height: 0; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.35); }
  .fact-grid article + article { border-left: 0; }
  .fact-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.35); }
  .fact-grid p { margin-top: 18px; }
  .lawyer-profile { grid-template-columns: 1fr; gap: 42px; }
  .lawyer-profile__media { width: min(100%,560px); min-height: 0; }
  .lawyer-profile__content h2 { font-size: clamp(48px,13vw,66px); }
  .lawyer-profile__lead { font-size: 19px; }
  .profile-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 0; padding-top: 0; }
  .profile-hero__content { padding: 62px 0 50px; }
  .profile-breadcrumb { margin-bottom: 44px; }
  .profile-hero h1 { font-size: clamp(61px,18vw,82px); }
  .profile-hero__lead { font-size: 18px; }
  .profile-hero__portrait { width: min(100%,530px); height: auto; aspect-ratio: 4 / 5; justify-self: center; }
  .profile-about__grid, .profile-credentials__grid { grid-template-columns: 1fr; gap: 42px; }
  .profile-about .section-head { position: static; }
  .profile-facts { margin-top: 36px; }
  .profile-practice-card { min-height: 0; padding: 26px; }
  .profile-practice-card h3 { margin: 52px 0 24px; }
  .profile-credential-list > div { grid-template-columns: 1fr; gap: 9px; }
  .profile-credential-list dt, .profile-credential-list p { grid-column: auto; grid-row: auto; }
  .profile-materials { gap: 46px; }
  .profile-material-list a { min-height: 0; grid-template-columns: 1fr auto; gap: 8px 18px; padding: 20px 2px; }
  .profile-material-list span { grid-column: 1 / -1; }
  .profile-material-list strong { font-size: 21px; }
  .profile-contact__inner { grid-template-columns: 1fr; align-items: start; gap: 34px; padding: 40px 26px; }
  .profile-contact__actions { width: 100%; min-width: 0; }
  .article-page .hero--service .hero__grid { width: min(calc(100% - 30px), 900px); padding: 58px 0 44px; }
  .article-page .hero--service h1 { font-size: clamp(38px,10.5vw,42px); }
  .article-page .hero--service .hero__lead { font-size: 18px; line-height: 1.55; }
  .article-page main > .section:not(.consultation) { padding-block: 52px; }
  .article130-page main > .section:not(.consultation) { padding-block: 50px; }
  .article-page main > .section:not(.consultation) > .container { width: min(calc(100% - 30px), 860px); }
  .article-page .section-head h2, .article-page .section-head--split h2, .article-page .legal-intro h2, .article-page .faq-layout .section-head h2 { font-size: 36px; }
  .article-page .process-card { grid-template-columns: 44px minmax(0,1fr); gap: 4px 12px; }
  .article-page .process-card h3 { font-size: 23px; }
  .article-page .consultation__inner { width: calc(100% - 20px); padding: 36px 24px; }
  .expert-article .editorial-hero { padding: 54px 0 38px; }
  .expert-article .editorial-hero .container, .expert-article .article-prose { width: min(calc(100% - 30px), 820px); }
  .expert-article .editorial-hero h1 { font-size: clamp(38px,10.5vw,44px); }
  .expert-article .editorial-deck { font-size: 18px; }
  .expert-article .article-prose { padding: 44px 0 66px; }
  .expert-article .article-prose > h2 { margin-top: 50px; font-size: 35px; }
  .expert-article .article-prose > h3 { font-size: 24px; }
  .expert-article .article-prose > p, .expert-article .article-prose > ul, .expert-article .article-prose > ol { font-size: 17px; }
  .expert-article .article-toc, .expert-article .law-note, .expert-article .practice-note { padding: 21px 20px; }
  .article-end-faq { padding-bottom: 28px; }
  .article-end-faq__inner { width: min(calc(100% - 30px), 820px); padding-top: 32px; }
  .article-end-faq .faq-list details summary { font-size: 18px; }
  .article-consultation { padding-bottom: 34px; }
  .article-consultation .consultation__inner { width: calc(100% - 20px); padding: 34px 24px; }
  .legal-layout { gap: 38px; }
  .video-feature { margin-top: 6px; }
  .video-feature__copy { padding: 27px; }
  .video-feature__copy h3 { margin-top: 42px; font-size: 38px; }
  .video-poster { padding: 24px; gap: 16px; }
  .video-poster__play { width: 60px; height: 60px; font-size: 19px; }
  details summary { font-size: 20px; }
  .case-card { padding: 24px; }
  .case-card h3 { margin: 42px 0 28px; font-size: 28px; }
  .case-card dl > div { grid-template-columns: 1fr; gap: 8px; }
  .case-card--compact { min-height: 0; }
  .article130-page #cases .case-grid--featured, .article130-page #faq .faq-list--grouped { grid-template-columns: 1fr; }
  .article130-page #cases .case-card { min-height: 0; }
  .cases-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .practice-hero { padding-top: 74px; }
  .practice-hero__grid { padding-bottom: 52px; }
  .practice-hero h1 { font-size: clamp(49px,14vw,70px); }
  .practice-hero__aside p { font-size: 17px; }
  .practice-index { width: 100%; }
  .practice-index a { min-height: 112px; }
  .consultation { padding-block: 14px; }
  .consultation__inner { width: calc(100% - 20px); padding: 38px 24px; border-radius: var(--radius); }
  .consultation h2 { font-size: 38px; }
  .contact-form { padding: 22px; }
  .contact-form__grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .privacy-hero { padding: 80px 0 55px; }
  .privacy-content { gap: 38px; }
  .role-card { min-height: 0; padding: 26px; }
  .role-card h3 { margin: 70px 0 38px; font-size: 38px; overflow-wrap: anywhere; }
  .map-card, .map-card iframe { min-height: 400px; }
  .contact-card { display: flex; }
  .contact-card > *:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .site-footer__inner { grid-template-columns: 1fr; gap: 20px; }
  .footer-google-rating { width: 100%; }
  .footer-google-rating__reviews { display: inline; font-size: 14px; }
  .footer-legal { justify-items: start; padding-right: 0; text-align: left; }
}

@media (max-width: 470px) {
  .brand__logo { width: 165px; }
  .brand--footer .brand__logo { width: 205px; }
  .header-phone { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero__grid { padding-top: 62px; }
  .hero h1, .hero--crime h1 { font-size: 41px; }
  .article-meta { display: grid; gap: 3px; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .article-page .hero--service .button-row { display: flex; }
  .article-page .hero--service .button-row .button, .article-page .legal-intro > .button { width: auto; }
  .hero__tags { margin-top: 34px; }
  .service-tile h3 { font-size: 32px; }
  .case-card__meta { flex-direction: column; gap: 5px; }
  .case-card h3 { font-size: 27px; }
  .case-grid--featured .case-card h3 { margin-top: 34px; font-size: 27px; }
  .pricing-card { padding: 26px; }
  .pricing-card__label { margin-bottom: 42px; }
  .pricing-card__amount { font-size: 47px; }
  .faq-list--grouped { gap: 34px; }
  .faq-group__head { gap: 12px; }
  .faq-list details summary { padding-right: 44px; font-size: 20px; }
  .article130-page #cases .case-grid--featured, .article130-page #faq .faq-list--grouped { grid-template-columns: 1fr; }
  .details-content { padding-right: 28px; }
  .pricing-breakdown { grid-template-columns: 1fr; }
  .pricing-breakdown > div + div { padding-left: 0; border-left: 0; }
  .lawyer-profile__media figcaption { right: 14px; bottom: 14px; left: 14px; padding: 15px 16px; }
  .lawyer-profile__media figcaption strong { font-size: 20px; }
  .lawyer-facts { grid-template-columns: 1fr; }
  .lawyer-facts > div:nth-child(odd) { border-right: 0; }
  .lawyer-facts > div:nth-child(even) { padding-left: 0; }
  .profile-hero__portrait figcaption { right: 14px; bottom: 14px; left: 14px; display: grid; gap: 5px; padding: 14px 16px; }
  .profile-hero__portrait figcaption strong { font-size: 20px; }
  .profile-facts { grid-template-columns: 1fr; }
  .profile-facts > div:nth-child(odd) { border-right: 0; }
  .profile-facts > div:nth-child(even) { padding-left: 0; }
  .video-poster { grid-template-columns: 1fr auto; }
  .video-poster__play { width: 54px; height: 54px; }
  .consultation h2 { font-size: 36px; }
  .messenger-row { flex-direction: column; align-items: flex-start; }
  .quick-chat { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); width: 54px; height: 54px; min-height: 0; padding: 0; box-shadow: 0 12px 28px rgba(21,36,63,.25), inset 0 1px 0 rgba(255,255,255,.3); }
  .case-card--compact h3 { padding-right: 42px; }
  .case-card__actions { grid-template-columns: 1fr; }
  .case-detail-hero { padding-top: 66px; }
  .case-detail-hero h1 { font-size: 45px; }
  .case-breadcrumb { margin-bottom: 35px; }
  .case-facts { grid-template-columns: 1fr; }
  .case-facts > div, .case-facts > div:nth-child(3) { min-height: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .case-story__content p { font-size: 16px; }
  .case-outcome { padding: 27px; }
  .quick-chat__icon { width: 27px; height: 27px; }
}

.cookie-consent {
  position: fixed;
  z-index: 1200;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 22px;
  align-items: center;
  width: min(calc(100% - 36px), 780px);
  margin-inline: auto;
  padding: 20px 22px;
  color: var(--ink);
  background: var(--paper, #fffefa);
  border: 1px solid rgba(21,36,63,.22);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(21,36,63,.22);
}

.cookie-consent[hidden] { display: none; }
.cookie-consent__copy { min-width: 0; }
.cookie-consent__copy strong { display: block; margin-bottom: 5px; font-size: 17px; }
.cookie-consent__copy p { margin: 0; font-size: 14px; line-height: 1.5; }
.cookie-consent__copy a { color: inherit; text-underline-offset: 3px; }
.cookie-consent__actions { display: flex; gap: 9px; }
.cookie-consent__button {
  min-height: 42px;
  padding: 9px 15px;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  background: transparent;
  border: 1px solid rgba(21,36,63,.35);
  border-radius: 999px;
  cursor: pointer;
}
.cookie-consent__button--accept { color: #fff; background: var(--ink); border-color: var(--ink); }
.cookie-consent__button:focus-visible, .cookie-settings-button:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.cookie-settings-button { padding: 0; color: inherit; font-family: inherit; font-size: 12px; font-weight: inherit; line-height: inherit; background: none; border: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 640px) {
  .cookie-consent { grid-template-columns: 1fr; gap: 16px; padding: 18px; }
  .cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-consent__button { width: 100%; }
}

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

/* Home art direction: precision in motion */
.home-page .site-header { box-shadow: 0 10px 30px rgba(21,36,63,.06); }
.home-page .header-phone { border-radius: 999px; }
.home-page .hero--home {
  min-height: max(720px, calc(100svh - 78px));
  overflow: clip;
  border-bottom: 0;
  background: var(--paper);
  color: var(--white);
}
.home-page .hero--home::before {
  inset: 0 36% 0 0;
  background-color: var(--ink);
  background-image:
    linear-gradient(90deg, rgba(21,36,63,.95) 0%, rgba(21,36,63,.91) 48%, rgba(21,36,63,.76) 78%, rgba(21,36,63,.6) 100%),
    url("./images/hero-patrol-kyiv-1200.webp");
  background-position: 82% center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.home-page .hero--home::after {
  top: 0;
  bottom: 0;
  display: block;
  width: 36%;
  border: 0;
  border-left: 1px solid rgba(21,36,63,.14);
  border-radius: 0;
  background: var(--paper);
  opacity: 1;
}
@supports (background-image: image-set(url("./images/hero-patrol-kyiv-640.webp") 1x)) {
  .home-page .hero--home::before {
    background-image:
      linear-gradient(90deg, rgba(21,36,63,.95) 0%, rgba(21,36,63,.91) 48%, rgba(21,36,63,.76) 78%, rgba(21,36,63,.6) 100%),
      image-set(
      url("./images/hero-patrol-kyiv-640.avif") type("image/avif") 1x,
      url("./images/hero-patrol-kyiv-640.webp") type("image/webp") 1x,
      url("./images/hero-patrol-kyiv-1200.avif") type("image/avif") 2x,
      url("./images/hero-patrol-kyiv-1200.webp") type("image/webp") 2x
      );
  }
}
.home-page .hero--home .hero__grid {
  grid-template-columns: minmax(0,1.18fr) minmax(340px,.62fr);
  gap: clamp(44px,6vw,88px);
  padding-block: 94px 72px;
}
.home-page .hero--home .hero__grid::before {
  content: none;
}
.home-page .hero--home .hero__grid::after {
  content: "";
  position: absolute;
  top: 32px;
  right: auto;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(121,212,204,.72), rgba(121,212,204,.2) 76%, rgba(121,212,204,0));
}
.home-page .hero--home .hero__content { position: relative; z-index: 4; }
.home-page .hero--home .eyebrow { color: #79d4cc; font-size: 13px; }
.home-page .hero--home h1 {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: clamp(62px,7.4vw,104px);
  line-height: .9;
}
.home-page .hero--home h1 span,
.home-page .hero--home h1 em { display: block; }
.home-page .hero--home h1 em {
  margin-top: .08em;
  color: #79d4cc;
  font-size: .72em;
  font-weight: 400;
}
.home-page .hero--home .hero__lead {
  max-width: 730px;
  margin-bottom: 32px;
  color: rgba(255,255,255,.72);
  font-size: clamp(18px,1.55vw,22px);
  line-height: 1.5;
}
.home-page .hero--home .button { min-height: 56px; border-radius: 999px; }
.home-page .hero--home .button--dark { border-color: var(--teal-text); background: var(--teal-text); }
.home-page .hero--home .button--dark:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.home-page .hero--home .button--light { border-color: rgba(255,255,255,.55); color: var(--white); }
.home-page .hero--home .button--light:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.home-page .hero-benefits {
  display: block;
  max-width: 730px;
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,.3);
}
.home-page .hero-benefit { border-bottom: 1px solid rgba(255,255,255,.3); }
.home-page .hero-benefit > summary {
  display: block;
  min-height: 0;
  padding: 15px 52px 15px 0;
  border: 0;
  color: var(--white);
  font-family: "Iowan Old Style", Baskerville, serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.35;
}
.home-page .hero-benefit > summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  font-size: 30px;
  font-weight: 350;
  transform: translateY(-50%);
}
.home-page .hero-benefit > summary:hover,
.home-page .hero-benefit[open] > summary { color: #9be3dc; }
.home-page .hero-benefit[open] > summary::after { transform: translateY(-50%) rotate(45deg); }
.home-page .hero-benefit > summary:focus-visible {
  outline: 3px solid #9be3dc;
  outline-offset: 3px;
  border-radius: 2px;
}
.home-page .hero-benefit__panel {
  position: static;
  width: auto;
  padding: 0 52px 18px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--white);
  box-shadow: none;
}
.home-page .hero-benefit__panel p {
  color: rgba(255,255,255,.82);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.home-page .hero__consultation {
  position: relative;
  z-index: 3;
  padding-left: clamp(16px,2vw,30px);
  color: var(--ink);
}
.home-page .hero__consultation::before {
  content: "БЕЗКОШТОВНА ПЕРВИННА КОНСУЛЬТАЦІЯ";
  position: absolute;
  top: -35px;
  right: auto;
  left: clamp(16px,2vw,30px);
  color: var(--teal-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.home-page .hero__consultation .contact-form {
  gap: 17px;
  padding: 27px 0 0;
  border: 0;
  border-top: 6px solid var(--teal);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-page .hero__consultation .contact-form__eyebrow { display: none; }
.home-page .hero__consultation .contact-form__heading h2 { font-size: 37px; }
.home-page .hero__consultation .contact-form__heading p { font-size: 14px; line-height: 1.5; }
.home-page .hero__consultation .form-field { font-size: 14px; }
.home-page .hero__consultation .form-field__help { font-size: 12px; }
.home-page .hero__consultation .contact-form__consent { font-size: 13px; }
.home-page .hero__consultation .contact-form__submit { border-radius: 999px; }

@media (max-width: 980px) {
  .home-page .hero--home::after { display: none; }
  .home-page .hero--home::before {
    inset: 0;
    background: var(--ink);
  }
  .home-page .hero--home .hero__grid { grid-template-columns: 1fr; }
  .home-page .hero__consultation {
    width: min(100%,620px);
    padding-left: 0;
  }
  .home-page .hero__consultation::before {
    right: auto;
    left: 0;
    color: rgba(255,255,255,.72);
  }
  .home-page .hero__consultation .contact-form {
    padding: 29px;
    border: 1px solid rgba(255,255,255,.58);
    border-top: 6px solid var(--teal);
    border-radius: 3px 22px 22px 22px;
    background: var(--white);
    box-shadow: 0 32px 80px rgba(5,14,31,.35);
  }
}

@media (min-width: 981px) and (max-width: 1080px) {
  .home-page .hero--home::after { display: block; }
  .home-page .hero--home .hero__grid {
    grid-template-columns: minmax(0,1.18fr) minmax(340px,.62fr);
  }
}

@media (max-width: 760px) {
  .home-page .hero--home { min-height: 0; }
  .home-page .hero--home .hero__grid { gap: 66px; padding: 62px 0 44px; }
  .home-page .route-label--hero { top: 20px; font-size: 11px; }
  .home-page .hero--home .hero__grid::after { top: 27px; width: 100%; }
  .home-page .hero--home h1 { font-size: clamp(45px,13vw,61px); }
  .home-page .hero--home .hero__lead { font-size: 18px; }
  .home-page .hero-benefits { margin-top: 28px; }
  .home-page .hero-benefit > summary { padding-block: 14px; font-size: 18px; }
  .home-page .hero-benefit__panel {
    width: auto;
    padding: 0 44px 17px 0;
  }
  .home-page .hero__consultation::before { top: -31px; left: 0; right: auto; font-size: 11px; }
  .home-page .hero__consultation .contact-form { padding: 24px; }
}

@media (max-width: 470px) {
  .home-page .hero--home .hero__grid { padding-top: 62px; }
  .home-page .hero--home h1 { font-size: clamp(43px,13vw,54px); }
  .home-page .hero-benefit > summary { font-size: 18px; }
  .home-page .hero-benefit__panel p { font-size: 16px; line-height: 1.6; }
}

/* Home composition */
.home-page main > .section {
  --route-accent: var(--teal);
  --route-rail: rgba(21,143,134,.34);
  --route-surface: var(--white);
  --route-text: var(--teal-text);
  --route-y: -42px;
  position: relative;
  padding-block: clamp(76px,9vw,124px);
}
.home-page main > .section > .container { position: relative; }
.home-page main > .section > .container::before {
  content: "";
  position: absolute;
  top: var(--route-y);
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,var(--route-rail) 0 82%,transparent 100%);
}
.home-page .route-label {
  position: absolute;
  top: calc(var(--route-y) - 9px);
  left: 0;
  z-index: 2;
  padding: 2px 14px 2px 22px;
  background:
    radial-gradient(circle at 6px 50%, var(--route-accent) 0 4px, transparent 4.5px),
    var(--route-surface);
  color: var(--route-text);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 15px;
  white-space: nowrap;
}
.home-page .route-label--hero {
  top: 25px;
  z-index: 2;
  background:
    radial-gradient(circle at 6px 50%, #79d4cc 0 4px, transparent 4.5px),
    var(--ink);
  color: rgba(255,255,255,.56);
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 14px;
}
.home-page main > .section .eyebrow { font-size: 13px; }
.home-page main > .section .section-head { margin-bottom: 62px; }
.home-page main > .section .section-head h2 {
  max-width: 760px;
  font-size: clamp(50px,6vw,78px);
  line-height: .92;
}
.home-page main > .section .section-head--split {
  grid-template-columns: minmax(0,1.28fr) minmax(280px,.72fr);
  gap: clamp(44px,7vw,100px);
}
.home-page main > .section .section-head--split > p {
  max-width: 500px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  font-size: 18px;
  line-height: 1.62;
}

.home-page #services {
  overflow: clip;
  background: var(--white);
}
.home-page #services::after {
  content: "ELPI";
  position: absolute;
  top: 68px;
  right: -22px;
  color: rgba(21,36,63,.035);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(120px,19vw,270px);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .75;
  pointer-events: none;
}
.home-page .service-focus-grid {
  position: relative;
  z-index: 1;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 3px 28px 28px 28px;
  background: var(--line);
}
.home-page .service-focus-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 34px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--ink);
  color: var(--white);
}
.home-page .service-focus-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  margin: 0;
  pointer-events: none;
}
.home-page .service-focus-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  filter: saturate(.82) contrast(1.04);
  transform: scale(1.015);
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}
.home-page .service-focus-card:nth-child(2) .service-focus-card__media img { object-position: 64% 30%; }
.home-page .service-focus-card:nth-child(3) .service-focus-card__media img { object-position: 66% 24%; }
.home-page .service-focus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(21,36,63,.5) 0%, rgba(21,36,63,.66) 34%, rgba(21,36,63,.94) 64%, rgba(21,36,63,.995) 100%),
    linear-gradient(90deg, rgba(21,36,63,.34), rgba(21,36,63,.08));
  pointer-events: none;
}
.home-page .service-focus-card > :not(.service-focus-card__media) {
  position: relative;
  z-index: 2;
}
.home-page .service-focus-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  height: 5px;
  background: var(--teal);
  transform: scaleX(.18);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.home-page .service-focus-card:nth-child(2)::after { background: #5885a3; }
.home-page .service-focus-card:nth-child(3)::after { background: var(--clay); }
.home-page .service-focus-card:hover::after,
.home-page .service-focus-card:focus-within::after { transform: scaleX(1); }
.home-page .service-focus-card:hover .service-focus-card__media img,
.home-page .service-focus-card:focus-within .service-focus-card__media img {
  filter: saturate(.96) contrast(1.06);
  transform: scale(1.045);
}
.home-page .service-focus-card > span {
  max-width: 230px;
  margin-bottom: 0;
  color: #9be3dc;
  font-size: 13px;
  line-height: 1.45;
}
.home-page .service-focus-card h3 {
  margin: 86px 0 18px;
  font-size: clamp(34px,3.1vw,44px);
  line-height: .98;
}
.home-page .service-focus-card p { margin-bottom: 28px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.58; }
.home-page .service-focus-card nav { gap: 0; }
.home-page .service-focus-card nav a {
  min-height: 52px;
  border-color: rgba(255,255,255,.22);
  color: var(--white);
  font-size: 15px;
  transition: color .2s ease, padding .2s ease, border-color .2s ease;
}
.home-page .service-focus-card nav a span { transition: transform .2s ease; }
.home-page .service-focus-card nav a:hover { padding-left: 6px; color: #9be3dc; }
.home-page .service-focus-card nav a:hover span { transform: translate(3px,-3px); }

.home-page #cases {
  --route-accent: #79d4cc;
  --route-rail: rgba(121,212,204,.34);
  --route-surface: var(--ink);
  --route-text: #79d4cc;
  overflow: clip;
  background: var(--ink);
  color: var(--white);
}
.home-page #cases::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(21,143,134,.2), transparent 28rem),
    linear-gradient(125deg, transparent 0 72%, rgba(255,255,255,.035) 72% 72.15%, transparent 72.15%);
  pointer-events: none;
}
.home-page #cases .eyebrow { color: #79d4cc; }
.home-page #cases .section-head h2 { color: var(--white); }
.home-page #cases .section-head--split > p { border-color: rgba(255,255,255,.22); color: rgba(255,255,255,.68); }
.home-page .proof-grid { gap: 14px; }
.home-page .proof-card,
.home-page .proof-card:nth-child(2),
.home-page .proof-card:nth-child(3) {
  position: relative;
  min-height: 430px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 3px 24px 24px 24px;
  background: rgba(255,255,255,.055);
  transition: transform .28s ease, background .28s ease, border-color .28s ease;
}
.home-page .proof-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg,#79d4cc 0 34%,rgba(121,212,204,0) 34%);
}
.home-page .proof-card:hover,
.home-page .proof-card:focus-visible {
  border-color: rgba(121,212,204,.72);
  background: rgba(21,143,134,.16);
  transform: translateY(-7px);
}
.home-page .proof-card__meta { color: rgba(255,255,255,.66); font-size: 13px; }
.home-page .proof-card h3 { margin: auto 0 20px; padding-top: 74px; font-size: clamp(34px,3vw,43px); }
.home-page .proof-card p { margin-bottom: 30px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.58; }
.home-page .proof-card strong { font-size: 16px; letter-spacing: .01em; }
.home-page #cases .cases-actions {
  max-width: none;
  justify-content: flex-end;
  margin-top: 34px;
  padding-top: 0;
  border: 0;
}
.home-page #cases .button {
  border-color: var(--white);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
}
.home-page #cases .button:hover { border-color: #79d4cc; background: #79d4cc; }

.home-page #trust {
  --route-surface: var(--paper);
  background: var(--paper);
}
.home-page .trust-panel {
  grid-template-columns: minmax(260px,.68fr) minmax(280px,.82fr) minmax(420px,1.2fr);
  gap: 1px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 3px 28px 28px 28px;
  background: var(--line);
}
.home-page .trust-panel__portrait { min-height: 480px; margin: 0; overflow: hidden; background: var(--white); }
.home-page .trust-panel__portrait picture { display: block; height: 100%; }
.home-page .trust-panel__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; }
.home-page .trust-panel__identity { padding: 38px; background: var(--white); }
.home-page .trust-panel__identity::before {
  content: "АБ «ПУЛЬСАР»";
  margin-bottom: auto;
  color: var(--teal-text);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .14em;
}
.home-page .trust-panel__identity .eyebrow { margin-top: 86px; }
.home-page .trust-panel__identity h2 { margin-bottom: 22px; font-size: clamp(43px,4.4vw,60px); }
.home-page .trust-panel__identity p { font-size: 16px; line-height: 1.65; }
.home-page .trust-panel__identity .text-link { margin-top: auto; }
.home-page .trust-facts { background: var(--white); }
.home-page .trust-facts article {
  display: grid;
  min-height: 240px;
  align-content: end;
  padding: 32px;
  border-color: var(--line);
  transition: background .25s ease;
}
.home-page .trust-facts article:hover { background: var(--teal-soft); }
.home-page .trust-facts strong { font-family: "Iowan Old Style", Baskerville, serif; font-size: 25px; font-weight: 600; }
.home-page .trust-facts p { font-size: 15px; line-height: 1.55; }

.home-page #process {
  --route-accent: var(--white);
  --route-rail: rgba(255,255,255,.48);
  --route-surface: var(--teal-text);
  --route-text: rgba(255,255,255,.88);
  --route-y: -24px;
  padding-block: 68px;
  overflow: hidden;
  background: var(--teal-text);
  color: var(--white);
}
.home-page #process .section-head { margin-bottom: 34px; }
.home-page #process .section-head h2 { color: var(--white); }
.home-page #process .process-grid { border-color: rgba(255,255,255,.6); }
.home-page #process .process-card { min-height: 210px; border-color: rgba(255,255,255,.28); }
.home-page #process .process-card::before { background: var(--white); box-shadow: 0 0 0 5px var(--teal-text); }
.home-page #process .process-card__number { color: rgba(255,255,255,.88); font-size: 13px; }
.home-page #process .process-card h3 { color: var(--white); font-size: 30px; }
.home-page #process .process-card p { color: rgba(255,255,255,.88); font-size: 15px; }

.home-page #consultation {
  background: var(--white);
}
.home-page #consultation .closing-grid { grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); gap: clamp(44px,7vw,92px); }
.home-page #consultation .faq-list .section-head h2 { font-size: clamp(42px,4.8vw,62px); }
.home-page #consultation .faq-list details { border-color: var(--line); }
.home-page #consultation .faq-list details summary { padding-block: 24px; font-size: 22px; }
.home-page #consultation .closing-contact {
  position: sticky;
  top: 110px;
  padding: 40px;
  border-radius: 3px 28px 28px 28px;
  background: var(--ink);
  box-shadow: 0 28px 70px rgba(21,36,63,.18);
}
.home-page #consultation .closing-contact > .eyebrow { color: #79d4cc; }
.home-page #consultation .closing-contact > h2 { font-size: clamp(42px,4.6vw,58px); }
.home-page #consultation .contact-form {
  padding: 26px;
  border-radius: 2px 18px 18px 18px;
  box-shadow: none;
}
.home-page #consultation .form-field { font-size: 14px; }
.home-page #consultation .form-field__help { font-size: 12px; }
.home-page #consultation .contact-form__consent { font-size: 13px; }
.home-page #consultation .contact-form__submit { border-radius: 999px; }
.home-page #consultation .direct-actions { margin-top: 22px; }
.home-page #consultation .direct-actions a { color: #79d4cc; font-size: 14px; }
.home-page .footer-owner span,
.home-page .footer-services span,
.home-page .footer-legal > span { font-size: 12px; }

@media (max-width: 1080px) {
  .home-page main > .section .section-head--split { grid-template-columns: 1fr; gap: 24px; }
  .home-page main > .section .section-head--split > p { padding-left: 0; border-left: 0; }
  .home-page .service-focus-grid { grid-template-columns: 1fr; }
  .home-page .service-focus-card { min-height: 0; }
  .home-page .service-focus-card h3 { margin-top: 64px; }
  .home-page .proof-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-page .proof-card { min-height: 390px; }
  .home-page .trust-panel { grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); }
  .home-page .trust-panel__portrait { min-height: 440px; }
  .home-page .trust-facts { grid-column: 1 / -1; }
  .home-page #consultation .closing-grid { grid-template-columns: 1fr; }
  .home-page #consultation .closing-contact { position: static; }
}

@media (max-width: 760px) {
  .home-page main > .section { --route-y: -24px; padding-block: 62px; }
  .home-page .route-label { font-size: 10px; letter-spacing: .13em; }
  .home-page main > .section .section-head { margin-bottom: 38px; }
  .home-page main > .section .section-head h2 { font-size: clamp(40px,11vw,52px); }
  .home-page main > .section .section-head--split > p { font-size: 17px; }
  .home-page #services::after { display: none; }
  .home-page .service-focus-grid { border-radius: 3px 20px 20px 20px; }
  .home-page .service-focus-card { padding: 26px 24px; }
  .home-page .service-focus-card > span { margin-bottom: 0; }
  .home-page .service-focus-card h3 { margin: 52px 0 16px; font-size: 34px; }
  .home-page .proof-grid { grid-template-columns: 1fr; }
  .home-page .proof-card,
  .home-page .proof-card:nth-child(2),
  .home-page .proof-card:nth-child(3) { min-height: 360px; padding: 26px 24px; }
  .home-page .proof-card h3 { padding-top: 56px; font-size: 34px; }
  .home-page #cases .cases-actions { justify-content: stretch; }
  .home-page #cases .button { width: 100%; }
  .home-page .trust-panel { grid-template-columns: 1fr; border-radius: 3px 20px 20px 20px; }
  .home-page .trust-panel__portrait { min-height: 0; aspect-ratio: 4 / 3; }
  .home-page .trust-panel__portrait img { object-position: 50% 24%; }
  .home-page .trust-panel__identity { padding: 28px 24px; }
  .home-page .trust-panel__identity::before { margin-bottom: 0; }
  .home-page .trust-panel__identity .eyebrow { margin-top: 52px; }
  .home-page .trust-panel__identity h2 { font-size: 43px; }
  .home-page .trust-facts { grid-column: auto; grid-template-columns: 1fr; }
  .home-page .trust-facts article { min-height: 0; padding: 26px 24px; border-right: 0 !important; }
  .home-page #process { padding-block: 48px; }
  .home-page #process .section-head { margin-bottom: 24px; }
  .home-page #process .process-grid { border-color: rgba(255,255,255,.55); }
  .home-page #process .process-card,
  .home-page #process .process-card + .process-card { min-height: 0; border-color: rgba(255,255,255,.3); }
  .home-page #process .process-card__number { color: rgba(255,255,255,.88); }
  .home-page #process .process-card h3 { font-size: 25px; }
  .home-page #process .process-card p { font-size: 14px; }
  .home-page #consultation .closing-grid { gap: 42px; }
  .home-page #consultation .closing-contact { padding: 30px 22px; border-radius: 3px 20px 20px 20px; }
  .home-page #consultation .contact-form { padding: 22px; }
}
