:root {
  --gold: #d7b95d;
  --gold-hover: #c6a84f;
  --gold-dark: #9e7f00;
  --ink: #202227;
  --muted: #5e5f62;
  --paper: #e9e9e9;
  --white: #fff;
  --footer: #202227;
  --line: rgba(255, 255, 255, .18);
  --shadow: 0 18px 45px rgba(32, 34, 39, .14);
  --focus-outline: #202227;
  --focus-halo: #d7b95d;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 700;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.skip-link:focus {
  top: 16px;
}

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

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 2px solid var(--focus-outline);
  outline-offset: 3px;
  border-radius: 4px;
}

:where(a, button, input, textarea, select, [tabindex]):focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  color: var(--white);
}

.header-top {
  border-bottom: 0;
}

.header-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.header-top .header-inner {
  min-height: 136px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  width: clamp(245px, 28vw, 420px);
  max-width: 48vw;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .34));
}

.header-nav .header-inner {
  min-height: 82px;
  justify-content: flex-end;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 70px;
  text-transform: uppercase;
}

.main-nav a {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 16px;
  text-decoration: none;
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--paper);
}

.main-nav a.active {
  color: var(--paper);
}

.cta-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 0;
  padding: 15px 28px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  background: transparent;
  color: var(--gold-dark);
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 17px;
  text-rendering: auto;
  box-shadow: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.cta-button,
.hero-button {
  background: var(--gold);
  color: var(--ink);
  box-shadow: none;
}

.button {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
}

.button::before {
  content: "";
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask: var(--button-icon) center / contain no-repeat;
  mask: var(--button-icon) center / contain no-repeat;
}

.button.has-icon::before {
  display: none;
}

.button-icon {
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  display: inline-grid;
  place-items: center;
}

.button-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.method .button,
.service-deep .button {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z'/%3E%3C/svg%3E");
}

.service-deep .button::before {
  display: none;
}

.service-deep .button {
  display: inline-flex;
  width: auto;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
}

.method .button {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.expert-note-action .button {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3E%3C/svg%3E");
}

.cta-button:hover,
.button:hover {
  background: var(--gold-hover);
  border-color: var(--gold-hover);
  color: var(--ink);
}

.header-cta {
  flex: 0 0 auto;
  width: auto;
  min-width: 274px;
  height: 49px;
  min-height: 0;
  padding: 15px 24px;
  background: var(--gold-dark);
  border: 1px solid var(--muted);
  border-radius: 2px;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 17px;
  white-space: nowrap;
  text-transform: uppercase;
  box-shadow: none;
}

.header-cta:hover {
  background: var(--gold-dark);
  border-color: var(--muted);
  color: var(--white);
}

.logo-link:focus-visible,
.main-nav a:focus-visible,
.header-cta:focus-visible,
.cta-button:focus-visible,
.button:focus-visible,
.thread-button:focus-visible,
.blog-card h2 a:focus-visible,
.blog-card-image:focus-visible,
.blog-card-thumb:focus-visible,
.text-link:focus-visible,
.contact-row:focus-visible,
.map-load-button:focus-visible,
.comment-form textarea:focus-visible,
.comment-form button:focus-visible {
  outline: 2px solid var(--focus-outline);
  outline-offset: 3px;
  box-shadow: none;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  padding: 11.25px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero {
  min-height: 690px;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--white);
  background: linear-gradient(rgba(20, 22, 25, .56), rgba(20, 22, 25, .56)), url("/wp-content/uploads/2025/09/bg.avif") center / cover no-repeat;
}

.hero.compact {
  min-height: 456px;
}

.video-hero {
  overflow: hidden;
  background: linear-gradient(rgba(20, 22, 25, .56), rgba(20, 22, 25, .56)), url("/wp-content/uploads/2025/09/bg.avif") center / cover no-repeat;
}

.video-hero .hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .18s ease;
}

.video-hero.is-video-ready .hero-video {
  opacity: 1;
}

.video-hero.is-video-disabled .hero-video {
  display: none;
}

.hero-video-toggle {
  position: absolute;
  right: max(16px, calc((100vw - 1200px) / 2));
  bottom: 16px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: rgba(255, 255, 255, .74);
  background: rgba(15, 17, 20, .3);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  cursor: pointer;
  opacity: .76;
  transition: opacity .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.hero-video-toggle[hidden],
.video-hero.is-video-disabled .hero-video-toggle {
  display: none;
}

.hero-video-toggle:hover,
.hero-video-toggle:focus-visible {
  color: #fff;
  background: rgba(15, 17, 20, .58);
  border-color: rgba(255, 255, 255, .36);
  opacity: 1;
}

.hero-video-toggle-icon {
  position: relative;
  width: 13px;
  height: 13px;
  display: block;
}

.hero-video-toggle-icon::before,
.hero-video-toggle-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 3px;
  background: currentColor;
}

.hero-video-toggle-icon::before {
  left: 2px;
}

.hero-video-toggle-icon::after {
  right: 2px;
}

.video-hero.is-video-paused .hero-video-toggle-icon::before {
  left: 3px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  background: transparent;
}

.video-hero.is-video-paused .hero-video-toggle-icon::after {
  display: none;
}

.video-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(10, 11, 12, .68), rgba(10, 11, 12, .62)),
    linear-gradient(90deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .02));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 40px));
  margin: 145px auto 0;
}

.team-hero .hero-content {
  margin-top: 44px;
  transform: translateY(16px);
}

.page-hero .hero-content {
  margin-top: 44px;
  transform: translateY(16px);
}

.page-hero h1,
.team-hero h1 {
  min-height: 0;
}

.hero.compact.contact-hero {
  min-height: 442px;
}

.home-hero {
  min-height: 805px;
}

.home-hero::after {
  background:
    linear-gradient(180deg, rgba(10, 11, 12, .42), rgba(10, 11, 12, .48)),
    linear-gradient(90deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .02));
}

.home-hero .hero-content {
  margin-top: 220px;
  transform: translateY(38px);
}

.hero h1 {
  margin: 0 0 10px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.1;
  font-weight: 400;
}

.page-hero h1,
.team-hero h1 {
  max-width: 980px;
  margin-bottom: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
  text-wrap: balance;
}

.page-title-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 16px;
  color: rgba(215, 185, 93, .96);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-title-kicker::before {
  content: "";
  flex: 0 0 42px;
  width: 42px;
  height: 1px;
  background: rgba(215, 185, 93, .88);
}

.page-hero-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.58;
}

.hero .kicker {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(18px, 2vw, 24px);
}

.home-hero .kicker {
  margin: 0 0 0;
  color: rgba(255, 255, 255, .42);
  font-size: clamp(19px, 2vw, 24px);
}

.home-hero .lead {
  margin-top: 0;
}

.home-hero-subtitle {
  margin: 0;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.35;
  font-weight: 400;
}

.home-hero-subtitle .kicker,
.home-hero-subtitle .lead {
  display: block;
}

.hero-button {
  margin-top: 51px;
}

.hero p {
  max-width: 780px;
}

.hero strong {
  color: var(--white);
}

.breadcrumbs {
  background: #f1f1f1;
  border-bottom: 1px solid rgba(32, 34, 39, .12);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 15px 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(32, 34, 39, .38);
}

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

.breadcrumbs a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumbs [aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.section {
  padding: 78px 0;
}

.home-hero + .section {
  padding-top: 64px;
  padding-bottom: 53px;
}

.section.tight {
  padding: 56px 0;
}

.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(320px, 1.35fr);
  gap: 92px;
  align-items: start;
}

.split > *,
.method > *,
.about-feature > *,
.about-quote-grid > *,
.service-summary > *,
.service-deep > *,
.contact-layout > * {
  min-width: 0;
}

h2 {
  margin: 0 0 24px;
  font-family: var(--font-sans);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.3;
  font-weight: 400;
}

h3 {
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1.3;
  font-weight: 400;
}

h1,
h4,
h5,
h6 {
  font-family: var(--font-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  overflow-wrap: break-word;
}

h4 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
}

.lead {
  font-size: 18px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
}

.intro-copy {
  max-width: 850px;
}

.centered-copy h2 {
  text-align: center;
}

.text-measure {
  max-width: 610px;
}

.text-measure p {
  margin-top: 0;
  line-height: 1.75;
}

.team-intro {
  padding-top: 104px;
  padding-bottom: 56px;
}

.team-intro .split {
  grid-template-columns: minmax(250px, 536px) minmax(320px, 536px);
  gap: 64px;
}

.team-intro .text-measure {
  max-width: 536px;
}

.team-intro .text-measure p {
  text-align: left;
  hyphens: auto;
  overflow-wrap: normal;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card,
.review-card {
  background: var(--white);
  border-left: 4px solid var(--gold);
  padding: 30px;
  min-height: 100%;
  box-shadow: var(--shadow);
}

.service-card h3,
.review-card h3 {
  font-size: 22px;
  font-weight: 700;
}

.service-card p:last-child,
.review-card p:last-child {
  margin-bottom: 0;
}

.tag {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.testimonial-section {
  background: #f1f1f1;
}

.testimonial-head {
  max-width: 740px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-eyebrow {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.testimonial-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(29px, 3.4vw, 40px);
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-evidence-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 32px 30px 28px;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(32, 34, 39, .13);
  border-top: 2px solid rgba(171, 127, 46, .52);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .05);
}

.testimonial-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.72;
}

.testimonial-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(32, 34, 39, .12);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.testimonial-person {
  color: var(--ink);
  font-weight: 800;
}

.testimonial-card footer span:last-child {
  padding: 3px 8px;
  color: var(--ink);
  font-weight: 700;
  background: rgba(171, 127, 46, .09);
  border: 1px solid rgba(171, 127, 46, .2);
}

.testimonial-evidence-grid .testimonial-card {
  padding: 24px 22px 22px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(32, 34, 39, .12);
  border-left: 2px solid rgba(171, 127, 46, .5);
  border-top: 1px solid rgba(32, 34, 39, .12);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .03);
}

.testimonial-card-head {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.testimonial-author {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.testimonial-author-brand {
  grid-template-columns: 118px minmax(0, 1fr);
}

.testimonial-avatar {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
}

.testimonial-avatar-source {
  background: rgba(171, 127, 46, .14);
  color: var(--ink);
  border: 1px solid rgba(171, 127, 46, .34);
}

.review-brand-avatar {
  width: 118px;
  height: 46px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 9px;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.review-brand-avatar img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 28px;
  object-fit: contain;
}

.review-brand-avatar-go,
.review-brand-avatar-ad {
  background: #fff;
  border-color: rgba(32, 34, 39, .14);
}

.review-brand-avatar-gs {
  color: #1f2024;
  background: #ffdc00;
  border-color: rgba(118, 82, 10, .18);
}

.testimonial-card-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.testimonial-evidence-grid .testimonial-card blockquote {
  font-size: 16px;
  line-height: 1.74;
}

.review-stars {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}

.testimonial-attribution {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.testimonial-evidence-grid .testimonial-card footer {
  align-items: center;
  gap: 8px 12px;
  padding-top: 18px;
}

.testimonial-evidence-grid .testimonial-card footer span:last-child {
  padding: 0;
  color: var(--muted);
  font-weight: 400;
  background: none;
  border: 0;
}

.testimonial-card footer span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  vertical-align: middle;
  border-radius: 50%;
  background: rgba(32, 34, 39, .36);
}

.testimonial-link {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(171, 127, 46, .55);
  text-underline-offset: 4px;
}

.method {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: 86px;
  align-items: center;
}

.method img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
}

.method.portrait-method {
  grid-template-columns: minmax(320px, 600px) minmax(320px, 536px);
  gap: 64px;
  align-items: start;
}

.method.portrait-method img {
  width: min(473px, 100%);
  margin: 0 auto;
  aspect-ratio: 473 / 690;
}

.method-highlight {
  color: var(--ink);
  font-weight: 600;
}

.method-copy-block {
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
}

.method-copy-block + .method-copy-block {
  margin-bottom: 24px;
}

.image-panel {
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.image-panel img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
}

.about-feature {
  display: grid;
  grid-template-columns: minmax(320px, 600px) minmax(320px, 530px);
  gap: 70px;
  align-items: start;
}

.about-feature-section {
  padding-top: 98px;
  padding-bottom: 58px;
}

.about-feature h2 {
  margin-bottom: 28px;
}

.about-feature h3 {
  margin-bottom: 28px;
}

.about-feature .image-panel img {
  aspect-ratio: 1.5;
}

.about-copy {
  padding-top: 14px;
}

.about-copy strong {
  font-weight: 800;
}

.about-copy p:first-child {
  font-weight: 700;
}

.about-quote-grid {
  display: grid;
  grid-template-columns: minmax(320px, 600px) minmax(320px, 536px);
  gap: 64px;
  align-items: start;
}

.about-quote-grid .image-panel {
  margin-top: 229px;
}

.section.tight.about-quote-section {
  padding-top: 36px;
}

.about-quote-grid .image-panel img {
  aspect-ratio: 626 / 428;
}

.large-quote {
  margin: 0;
  color: var(--muted);
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.72;
}

.large-quote > span {
  display: block;
  color: var(--ink);
  font-size: 38px;
  line-height: 1;
  margin-bottom: 14px;
}

.large-quote p {
  margin: 0 0 22px;
}

.large-quote footer,
.quote-author {
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.quote-author {
  margin: 0;
}

.history-copy {
  align-items: start;
}

.history-list {
  max-width: 760px;
}

.history-list h3 {
  font-size: 30px;
  margin: 0 0 12px;
}

.history-list h4 {
  color: var(--ink);
  font-weight: 800;
  margin: 0 0 18px;
}

.history-list p {
  margin: 0 0 25px;
}

.expert-note {
  padding-top: 18px;
}

.section.tight.expert-note-action {
  padding: 58px 0;
  background: var(--footer);
  color: var(--white);
}

.expert-note .container {
  border-top: 1px solid rgba(32, 34, 39, .14);
  border-bottom: 1px solid rgba(32, 34, 39, .14);
  padding-top: 46px;
  padding-bottom: 46px;
}

.expert-note h3 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.36;
  text-align: center;
}

.expert-note-action .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.expert-note-title {
  max-width: 773px;
  margin: 0;
  color: var(--white);
  font-size: 32px;
  line-height: 1.3;
  text-align: left;
}

.expert-note-action .button {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  box-shadow: none;
}

.service-overview {
  display: grid;
  gap: 26px;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(32, 34, 39, .5);
}

.service-overview-section {
  padding-top: 104px;
}

.service-summary {
  padding-bottom: 28px;
  border-bottom: 2px solid rgba(32, 34, 39, .5);
}

.service-summary.split {
  grid-template-columns: minmax(250px, 504px) minmax(320px, 600px);
  gap: 96px;
}

.service-summary .text-measure {
  max-width: 600px;
}

.service-summary .text-measure p {
  line-height: 1.65;
}

.service-summary .text-measure p:first-child {
  font-weight: 400;
}

.service-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  max-width: 1100px;
  padding: 18px 0 16px;
  border-top: 1px solid rgba(32, 34, 39, .12);
  border-bottom: 1px solid rgba(32, 34, 39, .12);
}

.service-jump-nav :is(a, button) {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
  transition: color .18s ease;
}

.service-jump-nav button {
  cursor: pointer;
}

.service-jump-nav :is(a, button)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: var(--gold-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.service-jump-nav :is(a, button):hover,
.service-jump-nav :is(a, button):focus-visible,
.service-jump-nav .thread-button.active {
  color: var(--ink);
}

.service-jump-nav :is(a, button):hover::after,
.service-jump-nav :is(a, button):focus-visible::after,
.service-jump-nav .thread-button.active::after {
  transform: scaleX(1);
}

.numbered-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1100px;
  gap: 58px 80px;
}

.service-mini-number {
  display: block;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
}

.service-mini h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

.service-mini p {
  margin: 0;
  color: var(--muted);
  font-weight: 400;
}

.service-mini a {
  text-decoration: none;
}

.contact-inline .icon {
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
}

.service-deep-list {
  display: grid;
  gap: 92px;
}

.section.tight.service-detail-section {
  padding-top: 66px;
}

.service-faq-section {
  padding-top: 16px;
  padding-bottom: 86px;
}

.service-faq {
  display: grid;
  gap: 42px;
  padding-top: 54px;
  border-top: 1px solid rgba(32, 34, 39, .16);
}

.service-faq-head {
  display: grid;
  grid-template-columns: minmax(250px, 430px) minmax(320px, 620px);
  gap: 96px;
  align-items: start;
}

.service-faq-head h2 {
  margin-bottom: 0;
}

.service-faq-head p:not(.blog-eyebrow) {
  grid-column: 2;
  margin: -12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.service-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(32, 34, 39, .14);
}

.service-faq-item {
  min-width: 0;
  padding: 30px;
  background: var(--paper);
}

.service-faq-item h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.service-faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.service-faq-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(32, 34, 39, .16);
}

.service-faq-action p {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  line-height: 1.62;
}

.service-deep {
  display: grid;
  grid-template-columns: minmax(320px, 600px) minmax(320px, 530px);
  gap: 70px;
  align-items: center;
  scroll-margin-top: 24px;
}

.service-deep:nth-child(even) .image-panel {
  order: 2;
}

.service-deep .image-panel img {
  aspect-ratio: 1.5;
}

.service-number {
  display: inline-block;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
}

.service-deep p {
  max-width: 650px;
}

.blog-index-section {
  padding-top: 84px;
}

.blog-index {
  display: grid;
  gap: 46px;
  min-width: 0;
}

.blog-overview {
  max-width: 820px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(32, 34, 39, .14);
  min-width: 0;
}

.blog-overview h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
}

.blog-overview p:not(.blog-eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.blog-eyebrow {
  margin: 0 0 10px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.blog-discovery {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  min-width: 0;
}

.blog-search,
.thread-filter,
.blog-author-box,
.blog-source-box {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 26px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(32, 34, 39, .08);
}

.blog-search label,
.thread-filter h2,
.blog-author-box h3,
.blog-source-box h3 {
  display: block;
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.blog-search input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(32, 34, 39, .28);
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 48px;
}

.blog-search input:focus {
  outline: none;
  border-color: rgba(158, 127, 0, .58);
}

.blog-search input:focus-visible {
  outline: 2px solid var(--focus-outline);
  outline-offset: 2px;
}

.blog-result-count {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.thread-filter {
  display: grid;
  gap: 14px;
}

.thread-filter.blog-thread-nav {
  align-self: start;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.thread-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.thread-button {
  width: auto;
  min-height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}

.thread-button:hover,
.thread-button.active {
  color: var(--ink);
}

.blog-results-shell {
  display: grid;
  gap: 46px;
  min-width: 0;
}

.blog-featured,
.blog-archive {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.blog-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 14px 24px;
  min-width: 0;
}

.blog-section-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.blog-section-head > p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.blog-featured-grid,
.blog-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  min-width: 0;
}

.blog-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 26px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(32, 34, 39, .08);
}

.blog-card-featured {
  gap: 16px;
}

.blog-card-compact {
  gap: 13px;
}

.blog-card[hidden] {
  display: none;
}

.blog-card-image,
.blog-card-thumb {
  display: block;
  margin: -26px -26px 4px;
  overflow: hidden;
  background: var(--paper);
}

.blog-card-image img,
.blog-card-thumb img {
  width: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.blog-card-image img {
  aspect-ratio: 1.45;
}

.blog-card-thumb {
  margin-bottom: 2px;
}

.blog-card-thumb img {
  aspect-ratio: 1.78;
}

.blog-card-image:hover img,
.blog-card-thumb:hover img {
  transform: scale(1.025);
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.blog-post-main h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.blog-card h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.blog-card-featured h2 {
  font-size: clamp(23px, 2.2vw, 29px);
}

.blog-card h2 a {
  text-decoration: none;
  overflow-wrap: anywhere;
}

.blog-card p:not(.blog-meta),
.blog-post-main p {
  margin: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.blog-card p:not(.blog-meta):not(.blog-card-author) {
  font-size: 15px;
  line-height: 1.55;
}

.blog-card-author,
.blog-post-author {
  color: var(--ink) !important;
  font-size: 15px;
  line-height: 1.5;
}

.blog-post-author {
  padding-bottom: 2px;
}

.blog-card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.text-link,
.blog-back {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.blog-empty {
  margin: 0;
  padding: 28px;
  background: var(--white);
  color: var(--muted);
  box-shadow: 0 10px 28px rgba(32, 34, 39, .08);
}

.blog-post-section {
  padding-top: 104px;
}

.blog-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
  gap: 70px;
  align-items: start;
  min-width: 0;
}

.blog-post-main {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.blog-lead {
  color: var(--ink) !important;
  font-size: 21px;
  line-height: 1.58;
}

.blog-post-main h3 {
  margin: 14px 0 -6px;
  font-size: 27px;
  line-height: 1.25;
}

.blog-feature-image {
  margin: 10px 0;
}

.blog-feature-image img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.blog-post-aside {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 24px;
  min-width: 0;
}

.author-label {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.author-photo {
  width: 100%;
  aspect-ratio: .9;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 20px;
  background: var(--paper);
}

.author-card-body {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.author-card-body h3 {
  margin-bottom: 0;
}

.author-title {
  color: var(--ink) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.author-card-body p:not(.author-title) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.author-facts {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(32, 34, 39, .14);
}

.author-facts div {
  display: grid;
  gap: 4px;
}

.author-facts dt {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.author-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.author-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 6px;
}

.blog-source-box {
  margin-top: 0;
}

.blog-source-box h3,
.blog-comments h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
}

.blog-source-box ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.blog-source-box li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.blog-source-box a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.blog-related-wrap {
  grid-column: 1;
  min-width: 0;
}

.blog-related {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.blog-related-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.25;
}

.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.blog-related-card {
  display: grid;
  align-content: start;
  gap: 11px;
  min-width: 0;
  padding: 20px;
  background: var(--white);
  border-top: 2px solid rgba(171, 127, 46, .48);
  box-shadow: 0 10px 28px rgba(32, 34, 39, .08);
}

.blog-related-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.28;
}

.blog-related-card h4 a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.blog-related-card h4 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.blog-related-card p:not(.blog-meta):not(.blog-card-author) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.blog-comments-wrap {
  grid-column: 1;
  min-width: 0;
}

.blog-comments {
  display: grid;
  gap: 18px;
  margin-top: 0;
}

.blog-comments-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 18px;
}

.blog-comments-head span {
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.blog-no-comments {
  margin: 0;
  padding: 20px 22px;
  background: var(--white);
  color: var(--muted) !important;
  font-size: 15px;
  line-height: 1.55;
  box-shadow: 0 10px 28px rgba(32, 34, 39, .08);
}

.blog-comment {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 22px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(32, 34, 39, .08);
}

.comment-avatar {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  background: var(--ink);
  color: var(--gold);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
}

.comment-body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.comment-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
}

.comment-meta strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}

.comment-meta time {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.blog-comment p {
  color: var(--ink) !important;
  font-size: 16px;
  line-height: 1.55;
}

.comment-form {
  display: grid;
  gap: 14px;
  margin-top: 8px;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(32, 34, 39, .14);
  box-shadow: 0 10px 28px rgba(32, 34, 39, .08);
}

.comment-form h4 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
}

.comment-form p {
  color: var(--muted) !important;
  font-size: 15px;
  line-height: 1.55;
}

.comment-form label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.comment-form textarea {
  width: 100%;
  min-height: 130px;
  resize: vertical;
  padding: 14px;
  border: 1px solid rgba(32, 34, 39, .24);
  background: #f7f7f7;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.comment-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.comment-form-actions button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(32, 34, 39, .24);
  background: var(--ink);
  color: var(--white);
  cursor: not-allowed;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .72;
}

.comment-form-actions button + button {
  background: var(--white);
  color: var(--ink);
}

.quote-panel {
  margin: 0;
  padding: 34px;
  background: var(--white);
  border-left: 4px solid var(--gold);
  box-shadow: var(--shadow);
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.45;
}

.timeline {
  display: grid;
  gap: 22px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(32, 34, 39, .08);
}

.timeline-year {
  color: var(--gold-dark);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px;
}

.team-section {
  padding-top: 22px;
}

.section.tight.team-section {
  padding-top: 22px;
}

.person img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  margin-bottom: 24px;
}

.person h3 {
  margin-bottom: 6px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
}

.person-title {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink);
}

.person-bio p {
  margin-top: 0;
  line-height: 1.7;
}

.contact-card-stack {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 28px;
  margin-top: 66px;
  padding-top: 42px;
  border-top: 1px solid rgba(32, 34, 39, .14);
}

.contact-person {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 70px;
  width: 100%;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid rgba(32, 34, 39, .06);
  border-left: 3px solid rgba(215, 185, 93, .78);
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(32, 34, 39, .07);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.contact-card:hover {
  border-color: rgba(215, 185, 93, .66);
  border-left-color: var(--gold);
  box-shadow: 0 14px 30px rgba(32, 34, 39, .1);
  transform: translateY(-1px);
}

.contact-card.time {
  min-height: 58px;
  background: #f7f7f6;
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 650;
  border-left-color: rgba(215, 185, 93, .72);
  box-shadow: 0 8px 18px rgba(32, 34, 39, .045);
}

.contact-card.time:hover {
  color: var(--ink);
}

.contact-card a {
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: normal;
}

.icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--ink);
  color: var(--gold);
}

.icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: none;
}

.contact-card.time .icon {
  background: var(--gold);
  color: var(--ink);
}

.cta-band {
  background: var(--paper);
  color: var(--ink);
  padding: 72px 0 86px;
}

.gold-separator {
  display: none;
}

.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
}

.cta-copy {
  max-width: 790px;
}

.cta-copy p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--ink);
  line-height: 1.72;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(320px, 1.15fr);
  gap: 70px;
}

.contact-section {
  padding-top: 104px;
  padding-bottom: 112px;
}

.contact-section .contact-layout {
  grid-template-columns: 591px 574px;
  gap: 23px;
}

.map-layout {
  align-items: start;
}

.map-layout .map-frame {
  margin-top: 113px;
}

.contact-details {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

.contact-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 20px;
  align-items: start;
  color: var(--ink);
  text-decoration: none;
  font-weight: 400;
}

.contact-row .icon {
  margin-top: 3px;
  flex-basis: 22px;
  width: 22px;
  height: 22px;
  background: transparent;
  color: #bf9249;
  box-shadow: none;
}

.contact-row .icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: none;
}

.map-frame {
  min-height: 480px;
  height: 480px;
  border: 0;
  background: #d9d9d9;
  overflow: hidden;
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 0;
  height: 100%;
  border: 0;
}

.map-consent {
  min-height: 100%;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(32, 34, 39, .92), rgba(32, 34, 39, .78)),
    url("/wp-content/uploads/2026/05/BannerVolkmannTransparent6-1.png") center / min(72%, 420px) auto no-repeat;
  color: var(--white);
}

.map-consent-eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.map-consent h3 {
  margin: 0;
  color: var(--white);
  font-size: 30px;
  line-height: 1.18;
}

.map-consent p:not(.map-consent-eyebrow) {
  margin: 0;
  max-width: 430px;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.58;
}

.map-consent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 8px;
}

.map-consent .text-link {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.map-load-button {
  --button-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M168 0C75.1 0 0 75.1 0 168c0 87.9 128.6 264.5 165.2 313.6 1.4 1.9 3.4 3 5.6 3h42.4c2.2 0 4.2-1.1 5.6-3C255.4 432.5 384 255.9 384 168 384 75.1 308.9 0 216 0h-48zm24 240a72 72 0 1 1 0-144 72 72 0 1 1 0 144z'/%3E%3C/svg%3E");
}

.info-list {
  display: grid;
  gap: 18px;
}

.info-list a {
  text-decoration: none;
}

.contact-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.form {
  display: grid;
  gap: 14px;
}

.form input,
.form textarea {
  width: 100%;
  border: 1px solid rgba(32, 34, 39, .16);
  background: var(--white);
  min-height: 48px;
  padding: 12px 14px;
  font: inherit;
}

.form textarea {
  min-height: 160px;
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.legal {
  background: transparent;
  padding: 0;
  font-size: 17px;
  line-height: 1.65;
}

.narrow.legal {
  width: min(625px, calc(100% - 40px));
  margin-left: max(20px, calc((100% - 1200px) / 2));
  margin-right: auto;
}

.legal h2,
.legal h3,
.legal h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.legal h2:first-child,
.legal h3:first-child,
.legal h4:first-child {
  margin-top: 0;
}

.legal ul {
  padding-left: 22px;
}

.legal p {
  margin: 0 0 17px;
}

.site-footer {
  background: var(--footer);
  color: #d7d7d8;
  padding: 96px 0 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 382px repeat(3, 223px);
  gap: 50px;
}

.footer-logo {
  width: min(382px, 100%);
  margin-bottom: 20px;
  filter: none;
}

.site-footer h2,
.site-footer .footer-contact-heading {
  margin: 0 0 20px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

.site-footer p {
  margin: 0;
  color: #9a9a9a;
}

.site-footer p + .footer-contact-links {
  margin-top: 22px;
}

.site-footer .footer-hours {
  margin-top: 18px;
  color: #c4c4c5;
  font-size: 15px;
  line-height: 1.55;
}

.site-footer a {
  display: inline;
  color: #9a9a9a;
  text-decoration: none;
  margin: 0;
}

.site-footer a:hover {
  color: var(--white);
}

.site-footer .copyright {
  margin-top: 126px;
  text-align: center;
  color: var(--white);
  font-size: 12px;
}

@media (max-width: 1220px) {
  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
  }
}

@media (min-width: 981px) {
  .page-rechtsanwaelte .section.tight.team-section {
    padding-bottom: 193px;
  }

  .page-rechtsanwaelte .section.tight.expert-note-action {
    padding-bottom: 86px;
  }

  .page-leistungen .section.tight.service-detail-section {
    padding-top: 30px;
    padding-bottom: 168px;
  }

  .page-leistungen .service-deep-list {
    gap: 102px;
  }

  .page-leistungen .service-deep {
    grid-template-columns: 600px 600px;
    gap: 0;
  }

  .page-leistungen .service-deep > div:not(.image-panel) {
    padding-right: 80px;
    padding-left: 80px;
  }

  .page-leistungen .section.tight.expert-note-action {
    padding-bottom: 171px;
  }

  .page-ueber-uns .cta-band {
    padding-bottom: 177px;
  }

  .page-impressum .legal {
    padding-bottom: 69px;
  }

  .page-datenschutz .narrow.legal {
    width: min(926px, calc(100% - 40px));
  }

  .page-datenschutz .legal {
    padding-top: 26px;
  }

  .page-datenschutz .legal ul {
    margin-left: 51px;
    padding-left: 0;
  }

  .page-datenschutz .legal li {
    margin-bottom: 17px;
  }

  .page-datenschutz .legal li:last-child {
    margin-bottom: 0;
  }

  .page-datenschutz .legal::after {
    content: "";
    display: block;
    height: 53px;
  }

  .section.tight.expert-note-action {
    padding-bottom: 30px;
  }

  .expert-note-action .container {
    align-items: flex-start;
  }

  .expert-note-title {
    margin-left: 10px;
  }

  .team-hero .hero-content,
  .page-hero .hero-content {
    margin-top: 92px;
  }

  .method.portrait-method {
    margin-bottom: 72px;
  }

  .method.portrait-method .image-panel {
    padding-top: 73px;
  }

  .method-copy-block.method-highlight {
    min-height: 365px;
  }

  .method-copy-block + .method-copy-block {
    min-height: 309px;
  }

  .site-footer {
    padding-bottom: 75px;
  }
}


@media (max-width: 980px) {
  .header-top .header-inner {
    min-height: 100px;
  }

  .header-nav {
    border-bottom: 0;
  }

  .header-nav .header-inner {
    min-height: 0;
  }

  .menu-toggle {
    display: flex;
  }

  .button {
    padding: 14px 26px;
  }

  .main-nav {
    position: absolute;
    top: 100px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    line-height: 1.65;
    padding: 14px;
    background: rgba(31, 34, 39, .96);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    height: auto;
    line-height: 1.65;
    padding: 14px;
  }

  .main-nav a:hover,
  .main-nav a.active {
    color: var(--gold-dark);
  }

  .header-cta {
    display: none;
  }

  .team-intro {
    padding-top: 78px;
  }

  .about-feature-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section.tight.about-quote-section {
    padding-top: 56px;
  }

  .section.tight.service-detail-section {
    padding-top: 56px;
  }

  .logo-link {
    width: min(72vw, 360px);
    max-width: 76vw;
  }

  .hero,
  .hero.compact {
    min-height: 630px;
  }

  .hero-content {
    margin-top: 90px;
  }

  .split,
  .method,
  .about-feature,
  .about-quote-grid,
  .service-deep,
  .service-faq-head,
  .service-faq-grid,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-faq-head p:not(.blog-eyebrow) {
    grid-column: auto;
    margin-top: 0;
  }

  .service-faq-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-section {
    padding-top: 78px;
    padding-bottom: 120px;
  }

  .contact-section .contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .map-layout .map-frame {
    margin-top: 0;
  }

  .about-quote-grid .image-panel,
  .service-deep:nth-child(even) .image-panel {
    margin-top: 0;
    order: initial;
  }

  .cards,
  .service-grid,
  .team-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-grid.testimonial-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thread-button {
    flex: 0 1 auto;
  }

  .site-footer .copyright {
    margin-top: 74px;
  }

  .contact-matrix {
    grid-template-columns: 1fr 1fr;
  }

  .contact-card {
    padding: 13px 14px;
  }

  .team-intro .split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-summary.split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .blog-overview,
  .blog-discovery,
  .blog-post-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .blog-related-grid {
    grid-template-columns: 1fr;
  }

  .blog-featured-grid,
  .blog-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-post-aside {
    position: static;
  }

  .numbered-services {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .service-jump-nav {
    gap: 8px 18px;
  }

  .expert-note-action .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .expert-note-title {
    text-align: left;
  }

  .cta-band .container {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media (max-width: 1180px) and (min-width: 981px) {
  .team-intro .split {
    grid-template-columns: minmax(250px, .95fr) minmax(320px, 1fr);
    gap: 64px;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .header-inner,
  .container,
  .narrow,
  .hero-content {
    width: calc(100% - 80px);
  }

  .site-header .header-inner {
    width: calc(100% - 40px);
  }

  .site-header .header-top .header-inner {
    min-height: 125px;
  }

  .header-cta {
    display: inline-flex;
    width: clamp(212px, 31vw, 263px);
    min-width: 0;
    height: 44px;
    min-height: 0;
    padding: 0 18px;
    font-size: 12px;
  }

  .home-hero {
    min-height: 823px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .home-hero .hero-content {
    margin-top: 528px;
    transform: none;
    text-align: left;
  }

  .about-feature {
    grid-template-columns: minmax(0, 344px) minmax(0, 1fr);
    gap: 24px;
  }

  .about-feature-section {
    padding-top: 80px;
  }

  .about-copy p {
    margin-bottom: 14px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .method.portrait-method {
    grid-template-columns: 1fr;
    gap: 105px;
  }

  .method.portrait-method > div:last-child {
    width: min(605px, 100%);
    margin: 0 auto;
  }

  .method.portrait-method h2,
  .testimonial-head h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .method-copy-block {
    font-size: 16px;
    line-height: 1.65;
  }

  .method-copy-block.method-highlight {
    min-height: 264px;
  }

  .method-copy-block + .method-copy-block {
    min-height: 238px;
  }

  .section.tight.expert-note-action {
    padding-bottom: 6px;
  }

  .expert-note-action .container {
    width: calc(100% - 40px);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
  }

  .expert-note-title {
    max-width: 387px;
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
  }

  .hero.compact.video-hero {
    min-height: 360px;
  }

  .team-hero .hero-content,
  .page-hero .hero-content {
    width: min(720px, calc(100% - 80px));
    margin-top: 92px;
    text-align: center;
    transform: none;
  }

  .page-title-kicker {
    justify-content: center;
  }

  .page-hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .service-deep {
    grid-template-columns: 227px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }

  .service-overview-section {
    padding-top: 80px;
  }

  .service-overview {
    gap: 20px;
    padding-bottom: 34px;
  }

  .service-summary {
    padding-bottom: 22px;
  }

  .numbered-services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 58px;
  }

  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

    .service-mini-number {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .service-mini h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.25;
  }

  .service-mini p {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .section.tight.service-detail-section {
    padding-top: 32px;
  }

  .service-deep:nth-child(even) .image-panel {
    order: initial;
  }

  .service-deep .image-panel img {
    aspect-ratio: 1.5;
  }

  .contact-section .contact-layout {
    grid-template-columns: minmax(0, 1fr) 318px;
    gap: 32px;
  }

  .map-layout .map-frame {
    margin-top: 113px;
    min-height: 0;
    height: 400px;
  }

  .team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .team-intro .split {
    grid-template-columns: 304px minmax(0, 1fr);
    gap: 40px;
  }

  .person img {
    margin-bottom: 18px;
  }

  .person h3 {
    font-size: 24px;
    line-height: 1.28;
  }

  .person-title {
    font-size: 13.5px;
    line-height: 1.42;
  }

  .person-bio p {
    font-size: 14px;
    line-height: 1.58;
  }

  .contact-matrix {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .contact-card {
    gap: 10px;
    min-height: 64px;
    padding: 10px;
    font-size: 11.5px;
  }

  .contact-card.time {
    font-size: 11.5px;
  }

  .contact-card .icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .site-footer {
    padding-top: 96px;
    padding-bottom: 52px;
  }

  .footer-grid {
    grid-template-columns: 480px 224px;
    gap: 13px 50px;
  }

  .footer-logo {
    width: 480px;
    max-width: none;
  }

  .footer-grid > div:nth-child(4) {
    margin-top: 48px;
  }

  .site-footer h2 {
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 1.45;
  }

  .site-footer .footer-contact-heading {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.45;
  }

  .site-footer p {
    font-size: 16px;
    line-height: 1.65;
  }

  .site-footer a {
    margin: 4px 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .site-footer .copyright {
    line-height: 27px;
  }

  .page-ueber-uns .about-feature {
    grid-template-columns: 377px 377px;
    gap: 0;
  }

  .page-ueber-uns .about-feature-section {
    padding-bottom: 8px;
  }

  .page-ueber-uns .about-feature h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.3;
  }

  .page-ueber-uns .about-copy {
    padding-top: 0;
  }

  .page-ueber-uns .about-copy p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.65;
  }

  .page-ueber-uns .about-copy p:first-child {
    font-weight: 600;
  }

  .page-ueber-uns .about-copy p:last-child {
    margin-bottom: 0;
  }

  .page-ueber-uns .section.tight.about-quote-section {
    padding-bottom: 76px;
  }

  .page-ueber-uns .about-quote-grid .image-panel {
    width: 626px;
    margin-right: auto;
    margin-left: auto;
  }

  .page-ueber-uns .about-quote-grid .image-panel img {
    width: 100%;
    aspect-ratio: 626 / 428;
  }

  .page-ueber-uns .large-quote {
    width: 513px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .page-ueber-uns .history-copy {
    grid-template-columns: 251px 491px;
    gap: 12px;
  }

  .page-ueber-uns .history-list {
    max-width: none;
  }

  .page-ueber-uns .history-list h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.3;
  }

  .page-ueber-uns .history-list h4 {
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 1.65;
  }

  .page-ueber-uns .history-list p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.65;
  }

  .page-ueber-uns .cta-copy,
  .page-rechtsanwaelte .cta-copy {
    display: block;
    width: 329px;
    max-width: 329px;
  }

  .page-ueber-uns .cta-copy h2,
  .page-rechtsanwaelte .cta-copy h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .page-ueber-uns .cta-copy p,
  .page-rechtsanwaelte .cta-copy p {
    width: 329px;
    max-width: 329px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.65;
  }

  .page-ueber-uns .cta-band,
  .page-rechtsanwaelte .cta-band {
    padding-bottom: 64px;
  }

  .page-rechtsanwaelte .section.tight.team-section {
    padding-bottom: 394px;
  }

  .page-rechtsanwaelte .section.tight.expert-note-action {
    padding-bottom: 62px;
  }

  .page-rechtsanwaelte .expert-note-title {
    max-width: 427px;
  }

  .page-leistungen .section.tight.expert-note-action {
    padding-bottom: 106px;
  }

  .page-impressum .legal {
    padding-bottom: 228px;
  }

  .page-datenschutz .legal {
    padding-bottom: 152px;
  }

  .site-footer .copyright {
    margin-top: 126px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 1.58;
  }

  .header-inner,
  .container,
  .narrow,
  .hero-content {
    width: calc(100% - 48px);
  }

  .menu-toggle {
    display: flex;
  }

  .button {
    padding: 13px 25px;
  }

  .hero,
  .hero.compact {
    min-height: 630px;
  }

  .hero.compact.video-hero {
    min-height: 372px;
  }

  .team-hero .hero-content,
  .page-hero .hero-content {
    margin-top: 96px;
    text-align: center;
    transform: none;
  }

  .page-title-kicker {
    justify-content: center;
    gap: 10px;
    margin-bottom: 13px;
    font-size: 11px;
    letter-spacing: .1em;
  }

  .page-title-kicker::before {
    flex-basis: 30px;
    width: 30px;
  }

  .page-hero-lead {
    margin: 16px auto 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .hero.compact + .section {
    padding-top: 64px;
  }

  .home-hero .hero-content {
    margin-top: 402px;
    transform: none;
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 23px;
  }

  .about-feature h3 {
    font-size: 20px;
    line-height: 1.36;
  }

  .about-copy p {
    margin-bottom: 14px;
    font-size: 14.5px;
    line-height: 1.5;
  }

  h4 {
    font-size: 21px;
  }

  .hero .kicker {
    font-size: 16px;
  }

  .section {
    padding: 50px 0;
  }

  .contact-section {
    padding-top: 50px;
    padding-bottom: 77px;
  }

  .about-feature-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.tight.about-quote-section {
    padding-top: 50px;
  }

  .section.tight.service-detail-section {
    padding-top: 50px;
  }

  .team-intro {
    padding-top: 50px;
    padding-bottom: 16px;
  }

  .team-intro .text-measure p {
    text-align: left;
    hyphens: auto;
    line-height: 1.5;
  }

  .section.tight.team-section {
    padding-top: 0;
  }

  .team-grid {
    gap: 38px;
  }

  .person img {
    margin-bottom: 18px;
  }

  .person h3 {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 1.22;
  }

  .person-title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.42;
  }

  .person-bio p {
    margin-bottom: 12px;
    font-size: 15.5px;
    line-height: 1.58;
  }

  .cards,
  .service-grid,
  .team-grid,
  .testimonial-grid,
  .contact-quick,
  .contact-matrix,
  .numbered-services,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-matrix {
    margin-top: 42px;
    padding-top: 32px;
    gap: 14px;
  }

  .contact-card {
    gap: 12px;
    min-height: auto;
    padding: 13px 14px;
  }

  .contact-card a {
    font-size: 14px;
  }

  .contact-card.time {
    font-size: 13px;
  }

  .icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  .about-feature .image-panel img,
  .about-quote-grid .image-panel img,
  .service-deep .image-panel img {
    aspect-ratio: 1.5;
  }

  .about-quote-grid .image-panel {
    margin-left: -24px;
    margin-right: -24px;
  }

  .about-quote-grid .image-panel img {
    width: 100vw;
    max-width: none;
    aspect-ratio: 390 / 267;
  }

  .method.portrait-method .image-panel img {
    width: min(473px, 100%);
    margin: 0 auto;
    aspect-ratio: 473 / 690;
  }

  .about-feature .image-panel img,
  .about-quote-grid .image-panel img,
  .service-deep .image-panel img {
    aspect-ratio: 1.5;
  }

  .method.portrait-method {
    grid-template-columns: 1fr;
    gap: 115px;
  }

  .method-copy-block {
    font-size: 15px;
    line-height: 1.65;
  }

  .section.tight.expert-note-action {
    padding-bottom: 14px;
  }

  .method.portrait-method .image-panel img {
    width: min(274px, 100%);
    margin: 0 auto;
    aspect-ratio: 473 / 690;
  }

  .large-quote {
    font-size: 17px;
    line-height: 1.68;
  }

  .large-quote > span {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .large-quote footer,
  .quote-author {
    font-size: 12px;
  }

  .service-summary {
    padding-bottom: 22px;
  }

  .service-summary.split {
    gap: 24px;
  }

  .service-overview {
    gap: 20px;
    padding-bottom: 34px;
  }

  .blog-index-section,
  .blog-post-section {
    padding-top: 50px;
  }

  .blog-index,
  .blog-post-layout {
    gap: 28px;
  }

  .blog-overview,
  .blog-discovery,
  .blog-featured-grid,
  .blog-results {
    grid-template-columns: 1fr;
  }

  .blog-overview {
    gap: 24px;
  }

  .blog-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-search,
  .blog-author-box,
  .blog-source-box,
  .blog-related-card,
  .blog-card,
  .blog-empty {
    padding: 22px;
  }

  .thread-filter-list {
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 4px;
  }

  .thread-filter.blog-thread-nav {
    padding: 0;
  }

  .thread-button {
    flex: 0 1 auto;
    white-space: normal;
  }

  .blog-post-main h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .blog-card h2,
  .blog-card-featured h2 {
    font-size: 22px;
    line-height: 1.24;
  }

  .blog-card-image,
  .blog-card-thumb {
    margin: -22px -22px 4px;
  }

  .blog-card-thumb img {
    aspect-ratio: 1.72;
  }

  .blog-lead {
    font-size: 18px;
    line-height: 1.5;
  }

  .blog-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .numbered-services {
    gap: 18px;
  }

  .service-jump-nav {
    flex-wrap: wrap;
    gap: 8px 16px;
    padding: 14px 0 12px;
  }

  .service-jump-nav :is(a, button) {
    white-space: normal;
  }

  .testimonial-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .testimonial-grid {
    gap: 16px;
  }

  .testimonial-grid.testimonial-evidence-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card-head {
    margin-bottom: 16px;
  }

  .testimonial-card-head h3 {
    font-size: 19px;
  }

  .testimonial-card {
    padding: 24px 22px 22px;
  }

  .testimonial-card blockquote {
    font-size: 16px;
    line-height: 1.68;
  }

  .testimonial-card footer {
    margin-top: 22px;
    padding-top: 18px;
  }

  .expert-note-action .container {
    align-items: center;
    text-align: center;
  }

  .expert-note-title {
    max-width: 350px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }

  .expert-note-action .button {
    margin: 0 auto;
  }

    .service-mini-number {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .service-mini h3 {
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 1.25;
  }

  .service-mini p {
    font-size: 14px;
    line-height: 1.45;
  }

  .section.tight.service-detail-section {
    padding-top: 24px;
  }

  .service-deep-list {
    gap: 24px;
  }

  .contact-row {
    grid-template-columns: 22px 1fr;
    gap: 14px;
  }

  .contact-section .contact-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .map-frame {
    width: 316px;
    max-width: 100%;
    height: 400px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .map-layout .map-frame {
    margin-top: 0;
  }

  .site-footer {
    padding-top: 60px;
    padding-bottom: 33px;
  }

  .footer-logo {
    width: min(296px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer h2,
  .site-footer .footer-contact-heading {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .cta-band .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-band h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .legal {
    padding: 0;
    padding-bottom: 95px;
    font-size: 15px;
    line-height: 1.65;
  }

  .legal ul {
    padding-left: 45px;
  }

  .legal li {
    margin-bottom: 15px;
  }

  .legal li:last-child {
    margin-bottom: 0;
  }

  .legal h4 {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
  }

  .legal h2,
  .legal h3 {
    font-size: 26px;
    line-height: 1.3;
  }

  .narrow.legal {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }

  .page-ueber-uns .about-feature {
    gap: 16px;
  }

  .page-ueber-uns .about-feature h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
  }

  .page-ueber-uns .about-copy p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.65;
  }

  .page-ueber-uns .about-copy p:first-child {
    font-weight: 600;
  }

  .page-ueber-uns .history-list h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
  }

  .page-ueber-uns .history-list h4 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
  }

  .page-ueber-uns .history-list p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.65;
  }

  .page-ueber-uns .cta-copy p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.65;
  }

  .page-rechtsanwaelte .section.tight.team-section {
    padding-bottom: 213px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-hero .hero-video {
    transition: none;
  }

  .hero-video-toggle {
    transition: none;
  }
}
