:root {
  --ink: #111827;
  --teal: #101d2f;
  --teal-deep: #0b1422;
  --navy: #101d2f;
  --navy-soft: #17263a;
  --graphite: #2b3038;
  --muted: #667085;
  --line: #ded7ca;
  --ivory: #f6f3ec;
  --paper: #fffdf8;
  --champagne: #b9935a;
  --violet: #b9935a;
  --sage: #788575;
  --sage-soft: #e7ebe1;
  --bordeaux: #7d3445;
  --bordeaux-soft: #f0e2e4;
  --steel: #315f72;
  --steel-soft: #e1ebee;
  --clay: #9a6848;
  --clay-soft: #efe4db;
  --white: #ffffff;
  --shadow: 0 22px 64px rgba(17, 24, 39, 0.1);
  --radius: 8px;
  --container: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: linear-gradient(180deg, var(--paper), #f4f0e7);
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--paper) 0%, #f8f4eb 46%, var(--paper) 100%);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--container);
  min-height: 84px;
  margin: 18px auto 0;
  padding: 8px 14px;
  color: var(--white);
  background: rgba(11, 20, 34, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled,
.page-sub .site-header {
  color: var(--white);
  background: rgba(11, 20, 34, 0.9);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 45px rgba(3, 43, 42, 0.18);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 246px;
}

.brand-logo-box {
  display: grid;
  place-items: center;
  width: 112px;
  aspect-ratio: 207 / 121;
  flex: 0 0 112px;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.brand-type {
  color: #f4efe6;
  font-family: "Trajan Pro", "Cinzel", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 18px rgba(198, 166, 106, 0.18);
  transform: translateY(1px);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.brand small {
  margin-top: 4px;
  font-size: 10px;
  color: currentColor;
  opacity: 0.78;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}

.main-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  opacity: 0.86;
  border-radius: var(--radius);
  transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.main-nav a:hover {
  opacity: 1;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
}

.header-email {
  display: none;
  min-height: 40px;
  align-items: center;
  margin-left: 8px;
  padding-left: 22px;
  color: var(--white);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 800;
  white-space: nowrap;
}

.nav-cta {
  width: auto;
  height: 42px;
  min-height: 42px !important;
  justify-content: center;
  padding: 0 16px !important;
  color: var(--teal-deep);
  background: var(--champagne);
  border-radius: var(--radius) !important;
  font-size: 13px;
  opacity: 1 !important;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: currentColor;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: var(--radius);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: 122px max(20px, calc((100vw - 1160px) / 2)) 56px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 22%, rgba(185, 147, 90, 0.18), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(49, 95, 114, 0.24), transparent 32%),
    linear-gradient(135deg, var(--teal-deep), var(--teal));
  overflow: hidden;
}

.hero-shapes {
  display: none;
}

.hero-shapes::before,
.hero-shapes::after {
  content: "";
  position: absolute;
  border: 100px solid rgba(1, 35, 34, 0.52);
  border-radius: 50%;
}

.hero-shapes::before {
  width: 690px;
  height: 690px;
  left: -260px;
  top: 102px;
}

.hero-shapes::after {
  width: 440px;
  height: 440px;
  left: 250px;
  bottom: -250px;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 88px;
  align-items: center;
  width: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 44px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--champagne);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(40px, 6vw, 76px);
}

.hero h1 {
  max-width: 760px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(50px, 6.1vw, 82px);
  font-weight: 900;
  line-height: 1.16;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(30px, 4vw, 52px);
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
}

.hero-content p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--teal-deep);
  background: var(--champagne);
}

.button.primary:hover {
  background: #c9a669;
}

.button.ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.72);
}

.hero-portrait {
  position: relative;
  z-index: 1;
  align-self: center;
  height: 470px;
  overflow: hidden;
  padding: 10px;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  transition: transform 0.34s ease, box-shadow 0.34s ease;
}

.hero-portrait:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 82px rgba(0, 0, 0, 0.28);
}

.hero-portrait::before {
  display: none;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  border-radius: calc(var(--radius) - 2px);
  filter: saturate(0.98) contrast(1.02);
  transition: transform 0.5s ease;
}

.hero-portrait:hover img {
  transform: scale(1.025);
}

.button.ghost.dark {
  color: var(--navy);
  border-color: var(--line);
}

.button.light {
  color: var(--navy);
  background: var(--paper);
}

.button.line {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
}

.hero-points {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: 100%;
  margin: 38px 0 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-points span {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 18px;
  background: rgba(11, 20, 34, 0.78);
  font-weight: 700;
}

.hero-points span:nth-child(2) {
  background: rgba(49, 95, 114, 0.44);
}

.hero-points span:nth-child(3) {
  background: rgba(125, 52, 69, 0.34);
}

.hero-points span:nth-child(4) {
  background: rgba(185, 147, 90, 0.22);
}

.section {
  padding: 110px max(20px, calc((100vw - 1160px) / 2));
}

.section-heading {
  max-width: 800px;
  margin-bottom: 44px;
}

.section-heading p:not(.eyebrow),
.split-copy p,
.attorney-copy p,
.subhero p,
.cta-band p {
  color: var(--muted);
  font-size: 17px;
}

.muted {
  background:
    linear-gradient(135deg, rgba(225, 235, 238, 0.86), rgba(246, 243, 236, 0.96) 42%, rgba(240, 226, 228, 0.72));
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.trust {
  background:
    linear-gradient(180deg, var(--paper), rgba(246, 243, 236, 0.78));
}

.trust-card,
.service-card,
.contact-card,
.portrait-placeholder,
.attorney-photo {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
}

.trust-card {
  position: relative;
  min-height: 176px;
  padding: 24px;
  overflow: hidden;
}

.trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--champagne);
}

.trust-card:nth-child(2)::before {
  background: var(--steel);
}

.trust-card:nth-child(3)::before {
  background: var(--bordeaux);
}

.trust-card:nth-child(4)::before {
  background: var(--sage);
}

.trust-card:nth-child(5)::before {
  background: var(--clay);
}

.trust-card span,
.process-step span {
  color: var(--champagne);
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
}

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

.service-card {
  position: relative;
  min-height: 274px;
  padding: 26px;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--champagne);
}

.service-card:nth-child(5n + 2)::before {
  background: var(--steel);
}

.service-card:nth-child(5n + 3)::before {
  background: var(--bordeaux);
}

.service-card:nth-child(5n + 4)::before {
  background: var(--sage);
}

.service-card:nth-child(5n + 5)::before {
  background: var(--clay);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 147, 90, 0.62);
  box-shadow: var(--shadow);
  background: var(--white);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  color: var(--navy);
  background: #eee4d1;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.service-card:nth-child(5n + 2) .service-icon {
  color: #173542;
  background: var(--steel-soft);
}

.service-card:nth-child(5n + 3) .service-icon {
  color: #5b2331;
  background: var(--bordeaux-soft);
}

.service-card:nth-child(5n + 4) .service-icon {
  color: #43513f;
  background: var(--sage-soft);
}

.service-card:nth-child(5n + 5) .service-icon {
  color: #68432b;
  background: var(--clay-soft);
}

.service-card p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--navy);
  font-weight: 800;
}

.text-link::after {
  content: "→";
  margin-left: 8px;
  color: var(--champagne);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 70px;
  align-items: center;
}

.split.reverse {
  background: var(--navy);
  color: var(--white);
}

.split.reverse .split-copy p,
.split.reverse .check-list li {
  color: rgba(255, 255, 255, 0.74);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 48px;
  padding: 12px 16px 12px 48px;
  color: var(--graphite);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.split.reverse .check-list li {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 19px;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--champagne);
  border-bottom: 2px solid var(--champagne);
  transform: rotate(-45deg);
}

.process-list {
  display: grid;
  gap: 14px;
}

.process {
  background:
    linear-gradient(180deg, var(--paper), rgba(231, 235, 225, 0.72));
}

.process-list.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-step {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.process-step span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(185, 147, 90, 0.38);
  background: #f4ead8;
  border-radius: 50%;
}

.process-step:nth-child(2n) span {
  color: var(--steel);
  background: var(--steel-soft);
  border-color: rgba(49, 95, 114, 0.28);
}

.process-step:nth-child(3n) span {
  color: var(--bordeaux);
  background: var(--bordeaux-soft);
  border-color: rgba(125, 52, 69, 0.26);
}

.process-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.attorney {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 70px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(246, 243, 236, 0.98), rgba(225, 235, 238, 0.72));
}

.portrait-placeholder {
  min-height: 560px;
  display: grid;
  place-items: end center;
  padding: 32px;
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(16, 29, 47, 0.16), rgba(16, 29, 47, 0.76)),
    linear-gradient(135deg, #d7c9b4, #1c2a3b);
}

.portrait-placeholder span {
  width: 100%;
  padding: 16px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
}

.attorney-photo {
  min-height: 560px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--teal), var(--steel));
}

.attorney-photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center 18%;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.bio-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.bio-list p {
  margin: 0;
  padding: 14px 16px;
  color: var(--graphite);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 15px;
}

.bio-list strong {
  color: var(--navy);
}

.pill-grid span {
  padding: 10px 14px;
  color: var(--graphite);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
}

.cta-band {
  width: var(--container);
  margin: 96px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 44px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 0%, rgba(185, 147, 90, 0.26), transparent 34%),
    linear-gradient(135deg, var(--navy), #253348 58%, var(--bordeaux));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cta-band h2 {
  max-width: 680px;
  margin-bottom: 12px;
}

.cta-band p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
}

.contact {
  background:
    linear-gradient(180deg, var(--paper), rgba(240, 226, 228, 0.52));
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

label {
  display: grid;
  gap: 8px;
  color: var(--graphite);
  font-weight: 700;
}

.full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--champagne);
  box-shadow: 0 0 0 4px rgba(185, 147, 90, 0.14);
}

.consent {
  grid-template-columns: 20px 1fr;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.consent input {
  min-height: auto;
  margin-top: 4px;
}

.form-status {
  align-self: center;
  margin: 0;
  color: var(--sage);
  font-weight: 700;
}

.contact-card {
  align-self: start;
  padding: 28px;
  background: linear-gradient(180deg, var(--white), var(--steel-soft));
}

.contact-card p {
  color: var(--muted);
}

.subhero {
  padding: 180px max(20px, calc((100vw - 1160px) / 2)) 96px;
  background: linear-gradient(135deg, var(--ivory), var(--paper));
}

.subhero-inner {
  max-width: 820px;
}

.subhero h1 {
  color: var(--navy);
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--muted);
  font-weight: 700;
}

.related .service-card {
  min-height: 238px;
}

.footer {
  padding: 70px max(20px, calc((100vw - 1160px) / 2)) 28px;
  color: rgba(255, 255, 255, 0.78);
  background: #0d1522;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 42px;
}

.footer h3 {
  color: var(--white);
}

.footer a {
  display: block;
  margin-bottom: 10px;
}

.footer-brand {
  margin-bottom: 20px;
  color: var(--white);
}

.footer-brand .brand-logo {
  width: 100%;
  height: 100%;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.footer-bottom a {
  display: inline;
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-card.reveal,
.trust-card.reveal,
.process-step.reveal {
  transform: translateY(18px) scale(0.985);
}

.service-card.reveal.is-visible,
.trust-card.reveal.is-visible,
.process-step.reveal.is-visible {
  transform: translateY(0) scale(1);
}

/* Modern dark visual system */
:root {
  --ink: #f4efe6;
  --navy: #08090b;
  --navy-soft: #11151b;
  --graphite: #191f28;
  --muted: #a4a9b1;
  --line: rgba(244, 239, 230, 0.12);
  --ivory: #0d1015;
  --paper: #08090b;
  --champagne: #c6a66a;
  --violet: #c6a66a;
  --sage: #c6a66a;
  --sage-soft: rgba(198, 166, 106, 0.12);
  --bordeaux: #c6a66a;
  --bordeaux-soft: rgba(198, 166, 106, 0.12);
  --steel: #c6a66a;
  --steel-soft: rgba(198, 166, 106, 0.12);
  --clay: #c6a66a;
  --clay-soft: rgba(198, 166, 106, 0.12);
  --white: #f8f5ee;
  --shadow: 0 26px 76px rgba(0, 0, 0, 0.34);
}

html,
body {
  background: #08090b;
}

body {
  color: var(--white);
}

.site-header {
  color: var(--white);
  background: rgba(8, 9, 11, 0.78);
  border-color: rgba(245, 241, 232, 0.12);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.18);
}

.site-header.is-scrolled,
.page-sub .site-header {
  background: rgba(8, 9, 11, 0.94);
  border-color: rgba(195, 165, 104, 0.22);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.3);
}

.brand-mark {
  color: var(--champagne);
  background: rgba(195, 165, 104, 0.1);
  border-color: rgba(195, 165, 104, 0.24);
}

.main-nav a:hover {
  color: var(--champagne);
  background: rgba(195, 165, 104, 0.08);
}

.nav-cta,
.button.primary {
  color: #08090b;
  background: var(--champagne);
}

.nav-cta:hover,
.button.primary:hover {
  color: #08090b;
  background: #d4b879;
}

.button.ghost,
.button.line {
  color: var(--white);
  background: rgba(248, 245, 238, 0.03);
  border-color: rgba(248, 245, 238, 0.34);
}

.hero {
  background:
    radial-gradient(circle at 76% 16%, rgba(198, 166, 106, 0.12), transparent 25%),
    linear-gradient(135deg, #08090b 0%, #0f131a 54%, #161b23 100%);
}

.hero-portrait {
  padding: 4px;
  background: #11151b;
  border-color: rgba(198, 166, 106, 0.28);
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.34);
}

.hero-points {
  background: rgba(248, 245, 238, 0.08);
  border-color: rgba(248, 245, 238, 0.1);
}

.hero-points span,
.hero-points span:nth-child(2),
.hero-points span:nth-child(3),
.hero-points span:nth-child(4) {
  background: rgba(21, 28, 39, 0.82);
  border-left: 1px solid rgba(195, 165, 104, 0.12);
}

.section,
.trust,
.process,
.attorney,
.contact,
.muted {
  background: linear-gradient(180deg, #08090b 0%, #0d1015 100%);
}

.muted {
  background:
    radial-gradient(circle at 86% 10%, rgba(198, 166, 106, 0.07), transparent 26%),
    linear-gradient(180deg, #08090b 0%, #11151b 100%);
}

.trust {
  background: linear-gradient(180deg, #08090b 0%, #0c0f14 100%);
}

.process {
  background: linear-gradient(180deg, #0c0f14 0%, #11151b 100%);
}

.attorney {
  background:
    radial-gradient(circle at 12% 20%, rgba(198, 166, 106, 0.07), transparent 24%),
    linear-gradient(180deg, #08090b 0%, #11151b 100%);
}

.contact {
  background: linear-gradient(180deg, #11151b 0%, #08090b 100%);
}

.section-heading p:not(.eyebrow),
.split-copy p,
.attorney-copy p,
.subhero p,
.cta-band p,
.service-card p,
.process-step p,
.contact-card p,
.bio-list p,
.consent {
  color: var(--muted);
}

.trust-card,
.service-card,
.contact-card,
.process-step,
.bio-list p,
.pill-grid span,
.contact-form {
  color: var(--white);
  background: rgba(17, 21, 27, 0.82);
  border-color: rgba(245, 241, 232, 0.11);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.trust-card::before,
.trust-card:nth-child(2)::before,
.trust-card:nth-child(3)::before,
.trust-card:nth-child(4)::before,
.trust-card:nth-child(5)::before,
.service-card::before,
.service-card:nth-child(5n + 2)::before,
.service-card:nth-child(5n + 3)::before,
.service-card:nth-child(5n + 4)::before,
.service-card:nth-child(5n + 5)::before {
  background: linear-gradient(90deg, transparent, rgba(195, 165, 104, 0.92), transparent);
}

.service-card:hover {
  background: rgba(25, 31, 40, 0.94);
  border-color: rgba(198, 166, 106, 0.34);
}

.service-icon,
.service-card:nth-child(5n + 2) .service-icon,
.service-card:nth-child(5n + 3) .service-icon,
.service-card:nth-child(5n + 4) .service-icon,
.service-card:nth-child(5n + 5) .service-icon {
  color: var(--champagne);
  background: rgba(195, 165, 104, 0.1);
  border: 1px solid rgba(195, 165, 104, 0.2);
}

.text-link,
.trust-card span,
.process-step span,
.eyebrow {
  color: var(--champagne);
}

.process-step span,
.process-step:nth-child(2n) span,
.process-step:nth-child(3n) span {
  color: var(--champagne);
  background: rgba(195, 165, 104, 0.1);
  border-color: rgba(195, 165, 104, 0.24);
}

.attorney-photo {
  background: #11151b;
  border-color: rgba(198, 166, 106, 0.18);
}

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

.pill-grid span {
  color: var(--white);
}

.cta-band {
  background:
    radial-gradient(circle at 88% 0%, rgba(198, 166, 106, 0.16), transparent 34%),
    linear-gradient(135deg, #11151b, #08090b);
  border: 1px solid rgba(198, 166, 106, 0.16);
}

input,
select,
textarea {
  color: var(--white);
  background: rgba(8, 9, 11, 0.76);
  border-color: rgba(245, 241, 232, 0.13);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(195, 165, 104, 0.72);
  box-shadow: 0 0 0 4px rgba(195, 165, 104, 0.12);
}

.contact-card {
  background:
    linear-gradient(180deg, rgba(17, 21, 27, 0.94), rgba(10, 12, 16, 0.96));
}

.subhero {
  background:
    radial-gradient(circle at 82% 0%, rgba(198, 166, 106, 0.12), transparent 30%),
    linear-gradient(135deg, #08090b, #11151b);
}

.subhero h1 {
  color: var(--white);
}

.breadcrumb {
  color: var(--champagne);
}

.footer {
  background: #070a0f;
  border-top: 1px solid rgba(245, 241, 232, 0.08);
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 10px;
    font-size: 12px;
  }

  .header-email {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 30px;
  }

  .hero h1 {
    font-size: clamp(48px, 7vw, 74px);
  }

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

  .hero-points {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .attorney,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .process-list.compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  :root {
    --container: min(100vw - 24px, 1160px);
  }

  .site-header {
    min-height: 68px;
    margin-top: 10px;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand-logo-box {
    width: 78px;
    flex-basis: 78px;
  }

  .brand-logo {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .brand-type {
    font-size: 20px;
    letter-spacing: 0.17em;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    padding: 16px;
    color: var(--white);
    background: rgba(9, 13, 19, 0.98);
    border: 1px solid rgba(195, 165, 104, 0.18);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: grid;
    gap: 14px;
  }

  .nav-cta {
    text-align: center;
    width: 100%;
    height: 44px;
    min-height: 44px !important;
    border-radius: var(--radius) !important;
  }

  .hero {
    min-height: auto;
    padding-top: 116px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-content {
    padding: 44px 0 34px;
  }

  .hero-portrait {
    width: min(420px, 92vw);
    height: 480px;
    justify-self: center;
  }

  .hero-points {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 24px;
  }

  .section,
  .subhero {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .cta-band {
    width: var(--container);
    flex-direction: column;
    align-items: flex-start;
    margin-top: 64px;
    padding: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

.button.light {
  color: #090d13;
  background: var(--champagne);
}

.button.light:hover {
  background: #d4b879;
}

.button.ghost.dark {
  color: var(--white);
  border-color: rgba(248, 245, 238, 0.24);
}

@media (max-width: 620px) {
  h1 {
    font-size: 38px;
  }

  .hero {
    padding-top: 92px;
  }

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

  .hero-content {
    padding: 28px 0 20px;
  }

  .hero-portrait {
    width: min(310px, 88vw);
    height: 260px;
  }

  h2 {
    font-size: 31px;
  }

  .hero-points,
  .trust-grid,
  .services-grid,
  .contact-form,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-points span {
    min-height: 50px;
    padding: 12px;
    font-size: 13px;
  }

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

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .split {
    gap: 34px;
  }

  .process-step {
    grid-template-columns: 48px 1fr;
    padding: 18px;
  }

  .process-step span {
    width: 40px;
    height: 40px;
  }

  .portrait-placeholder,
  .attorney-photo {
    min-height: 420px;
  }

  .attorney-photo img {
    height: 420px;
  }

  .button {
    width: 100%;
  }

  .hero-actions .button {
    width: auto;
    flex: 1 1 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}

/* Editorial typography system inspired by dark architecture/development sites */
body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--champagne);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

h1,
h2 {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 850;
  letter-spacing: 0.01em;
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  font-size: 72px;
}

h2 {
  max-width: 960px;
  font-size: 48px;
}

h3 {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.hero-title {
  display: grid;
  gap: 4px;
  max-width: 840px;
  margin-bottom: 30px;
}

.hero-title-small,
.hero-title-large {
  display: block;
}

.hero-title-small {
  color: rgba(248, 245, 238, 0.82);
  font-size: 56px;
  font-weight: 800;
  line-height: 1.02;
}

.hero-title-large {
  color: var(--white);
  font-size: 86px;
  font-weight: 900;
  line-height: 0.96;
}

.hero-content p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.attorney-copy > p:not(.eyebrow),
.cta-band p,
.subhero p {
  font-size: 17px;
  line-height: 1.75;
}

.section-heading {
  max-width: 980px;
}

.section-heading h2 {
  margin-bottom: 24px;
}

.service-card h3,
.trust-card h3,
.process-step h3,
.contact-card h3,
.footer h3 {
  text-transform: uppercase;
}

.service-card p,
.process-step p,
.bio-list p,
.contact-card p {
  font-size: 15px;
  line-height: 1.75;
}

.process-step span {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
}

.cta-band h2 {
  font-size: 54px;
}

.subhero h1 {
  font-size: 68px;
}

@media (max-width: 1080px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-title-small {
    font-size: 46px;
  }

  .hero-title-large {
    font-size: 68px;
  }
}

@media (max-width: 640px) {
  .eyebrow {
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .eyebrow::before {
    width: 24px;
  }

  h1 {
    font-size: 38px;
  }

  h2,
  .cta-band h2 {
    font-size: 31px;
    line-height: 1.04;
  }

  h3 {
    font-size: 14px;
  }

  .hero-title {
    gap: 2px;
  }

  .hero-title-small {
    font-size: 34px;
    line-height: 1.04;
  }

  .hero-title-large {
    font-size: 42px;
    line-height: 1.02;
  }

  .hero-content p:not(.eyebrow),
  .section-heading p:not(.eyebrow),
  .attorney-copy > p:not(.eyebrow),
  .cta-band p,
  .subhero p {
    font-size: 16px;
  }
}

/* Balanced CTA panel after editorial typography update */
.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: center;
  gap: 42px;
  margin: 96px auto;
  max-width: 1160px;
}

.cta-band h2 {
  max-width: 560px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.02;
  letter-spacing: 0.005em;
}

.cta-band p:not(.eyebrow) {
  max-width: 620px;
}

.cta-actions {
  justify-self: end;
  width: min(100%, 240px);
  display: grid;
  gap: 12px;
}

.cta-actions .button {
  width: 100%;
}

@media (max-width: 820px) {
  .cta-band {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 64px auto;
  }

  .cta-actions {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .cta-band h2 {
    font-size: 31px;
  }
}

/* Practical conversion sections */
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 38px 0 34px;
  overflow: hidden;
  border: 1px solid rgba(198, 166, 106, 0.24);
  border-radius: var(--radius);
  background: rgba(198, 166, 106, 0.2);
}

.proof-strip article {
  min-height: 132px;
  padding: 24px;
  background: rgba(13, 16, 21, 0.8);
}

.proof-strip strong {
  display: block;
  color: var(--champagne);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.proof-strip span {
  display: block;
  max-width: 220px;
  margin-top: 12px;
  color: rgba(248, 245, 238, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.case-map {
  padding-top: 118px;
}

.case-map-shell {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 0;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(198, 166, 106, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 0%, rgba(198, 166, 106, 0.18), transparent 34%),
    rgba(9, 11, 15, 0.78);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.case-map-tabs {
  display: grid;
  align-content: start;
  gap: 1px;
  padding: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 11, 0.72);
}

.case-tab {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  color: rgba(248, 245, 238, 0.72);
  text-align: left;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.case-tab:hover,
.case-tab.is-active {
  color: var(--white);
  border-color: rgba(198, 166, 106, 0.32);
  background: rgba(198, 166, 106, 0.12);
  transform: translateX(4px);
}

.case-map-panels {
  min-width: 0;
}

.case-panel {
  padding: clamp(28px, 4vw, 52px);
}

.case-panel[hidden] {
  display: none;
}

.case-summary {
  max-width: 720px;
  margin: 0 0 30px;
  color: rgba(248, 245, 238, 0.86);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.35;
}

.case-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.case-panel h3 {
  margin: 0 0 14px;
  color: var(--champagne);
}

.case-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(248, 245, 238, 0.74);
  font-size: 15px;
  line-height: 1.55;
}

.case-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--champagne);
}

.case-next {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.case-next span {
  display: block;
  margin-bottom: 8px;
  color: var(--champagne);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-next p {
  max-width: 760px;
  margin: 0;
  color: rgba(248, 245, 238, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

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

.knowledge-card {
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(198, 166, 106, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(22, 26, 33, 0.96), rgba(9, 11, 15, 0.96));
}

.knowledge-card h3 {
  margin: 0 0 18px;
  color: var(--white);
}

.knowledge-card p {
  margin: 0;
  color: rgba(248, 245, 238, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.faq-item {
  border: 1px solid rgba(198, 166, 106, 0.18);
  border-radius: var(--radius);
  background: rgba(13, 16, 21, 0.72);
}

.faq-item summary {
  position: relative;
  padding: 22px 56px 22px 24px;
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--champagne);
  font-size: 26px;
  font-weight: 400;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  max-width: 760px;
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(248, 245, 238, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .proof-strip,
  .knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-map-shell {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .case-map {
    padding-top: 84px;
  }

  .case-map-shell {
    grid-template-columns: 1fr;
  }

  .case-map-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .case-tab:hover,
  .case-tab.is-active {
    transform: none;
  }

  .case-panel-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .proof-strip,
  .knowledge-grid,
  .case-map-tabs {
    grid-template-columns: 1fr;
  }

  .proof-strip article {
    min-height: 112px;
  }

  .case-tab {
    min-height: 52px;
  }

  .knowledge-card {
    min-height: 0;
  }
}
