:root {
  --navy: #0a1a2b;
  --navy-2: #16334e;
  --navy-dark: #06111c;
  --brass: #c89b31;
  --brass-light: #d9b657;
  --gray: #6b7177;
  --gray-light: #eceeef;
  --charcoal: #333333;
  --slate: #6b7177;
  --ink: #333333;
  --white: #fff;
  --warm-white: #f7f7f7;
  --serif: "Avenir Next", Montserrat, "Helvetica Neue", Arial, sans-serif;
  --sans: "Avenir Next", Montserrat, "Helvetica Neue", Arial, sans-serif;
  --shadow: none;
  --content: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.menu-open { overflow: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy-2); text-underline-offset: 0.16em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--brass-light); outline-offset: 3px; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000;
  padding: 0.65rem 1rem;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(100% - 2rem, var(--content)); margin-inline: auto; }
.narrow { width: min(100% - 2rem, 820px); margin-inline: auto; }
.section { padding: 3.25rem 0; }
.section-tight { padding: 2.25rem 0; }
.eyebrow {
  margin: 0 0 0.55rem;
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
h1, h2, h3, h4 {
  margin: 0 0 0.8rem;
  color: var(--navy);
  font-family: var(--serif);
  line-height: 1.14;
}
h1 { font-size: clamp(2.35rem, 8vw, 4.6rem); }
h2 { font-size: clamp(2rem, 6vw, 3.1rem); }
h3 { font-size: clamp(1.35rem, 4vw, 1.85rem); }
p { margin: 0 0 1rem; }
.center { text-align: center; }
.rule::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 3px;
  margin: 0.75rem auto 1.2rem;
  background: var(--brass);
}
.rule-left::after { margin-left: 0; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: relative;
  z-index: 60;
  background: var(--white);
  border-bottom: 1px solid rgba(8, 46, 86, 0.09);
  box-shadow: 0 5px 18px rgba(3, 29, 56, 0.08);
}
.header-intro {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}
.header-intro-panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 300ms ease;
}
.header-intro-brand-panel { background: var(--white); }
.header-intro-brand-artwork {
  display: block;
  height: min(calc(100% - 1rem), 190px);
  aspect-ratio: 1.75 / 1;
  overflow: hidden;
}
.header-intro-brand-artwork img { width: 100%; max-width: none; }
.header-intro-practice-panel {
  place-items: center start;
  padding-inline: 1rem;
  color: var(--white);
  background: var(--white);
  font-family: var(--serif);
  font-size: clamp(0.95rem, 4.2vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-intro-practice-panel span {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 0.75rem;
  background: var(--navy);
}
.header-intro-enabled .header-inner { transition: opacity 300ms ease; }
.header-intro-enabled.intro-ready .header-intro { visibility: visible; }
.header-intro-enabled.intro-ready .header-inner {
  opacity: 0;
  visibility: hidden;
}
.header-intro-enabled.intro-ready[data-header-intro-stage="brand"] .header-intro-brand-panel,
.header-intro-enabled.intro-ready[data-header-intro-stage="practice"] .header-intro-practice-panel { opacity: 1; }
.header-intro-enabled.intro-ready[data-header-intro-stage="complete"] .header-inner {
  opacity: 1;
  visibility: visible;
}
.header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.35rem;
  min-height: 104px;
  padding-block: 0.45rem;
}
.brand {
  display: grid;
  width: min(45vw, 190px);
  max-width: 100%;
  gap: 0.2rem;
  color: var(--navy);
  line-height: 1;
  text-decoration: none;
}
.brand-artwork {
  display: block;
  width: 100%;
  aspect-ratio: 1.75 / 1;
  overflow: hidden;
}
.brand img { width: 100%; max-width: none; }
.brand-tagline {
  display: block;
  width: 100%;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(0.58rem, 2.45vw, 0.68rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.desktop-nav { display: none; }
.phone-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.6rem 0.55rem;
  color: var(--white);
  background: linear-gradient(135deg, #a86d1a, #c08a36);
  border-radius: 6px;
  box-shadow: 0 6px 14px rgba(180, 122, 36, 0.24);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}
.phone-button svg { flex: 0 0 auto; width: 22px; height: 22px; fill: currentColor; }
.phone-mobile-label {
  display: inline;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.phone-label { display: none; }
.menu-button, .menu-close {
  display: inline-grid;
  min-width: 44px;
  min-height: 48px;
  place-items: center;
  padding: 0;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
.menu-lines, .menu-lines::before, .menu-lines::after {
  display: block;
  width: 30px;
  height: 4px;
  background: currentColor;
  border-radius: 3px;
}
.menu-lines { position: relative; }
.menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; }
.menu-lines::before { top: -9px; }
.menu-lines::after { top: 9px; }
.site-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(3, 29, 56, 0.68);
}
.menu-panel {
  width: min(88vw, 410px);
  height: 100%;
  margin-left: auto;
  padding: 1.1rem 1.25rem 2rem;
  color: var(--white);
  background: var(--navy);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.28);
  overflow-y: auto;
}
.menu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.menu-top strong { font-family: var(--serif); font-size: 1.45rem; }
.menu-close { color: var(--white); font-size: 2rem; }
.menu-nav { display: grid; gap: 0.35rem; }
.menu-nav a {
  display: block;
  min-height: 48px;
  padding: 0.72rem 0.8rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 700;
  text-decoration: none;
}
.menu-nav a[aria-current="page"] { color: var(--brass-light); }

.button-row { display: grid; gap: 0.75rem; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1.15rem;
  color: var(--white);
  background: linear-gradient(135deg, #a86d1a, #bf8935);
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.button:hover { background: #966014; }
.button svg { width: 1.35rem; height: 1.35rem; flex: 0 0 auto; fill: currentColor; }
.button-outline { color: var(--navy); background: transparent; border-color: var(--navy); }
.button-outline:hover { color: var(--white); background: var(--navy); }
.button-white { color: var(--navy); background: var(--white); }
.button-small { min-height: 44px; padding: 0.58rem 0.9rem; font-size: 0.9rem; }

.carousel {
  position: relative;
  color: var(--white);
  background: var(--navy-dark);
  overflow: hidden;
  touch-action: pan-y;
}
.carousel-track { display: flex; transition: transform 560ms cubic-bezier(0.25, 0.8, 0.25, 1); }
.carousel-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 430px;
}
.carousel-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mobile-home-split { display: none; }
.carousel-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(3, 29, 56, 0.06) 15%, rgba(2, 16, 31, 0.28) 48%, rgba(1, 12, 24, 0.96) 100%);
}
.carousel-copy {
  position: absolute;
  z-index: 2;
  right: 2.8rem;
  bottom: 3.7rem;
  left: 2.8rem;
  max-width: 900px;
  margin-inline: auto;
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(1.6rem, 7vw, 3.15rem);
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);
}
.carousel-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 44px;
  height: 56px;
  place-items: center;
  color: var(--white);
  background: rgba(3, 29, 56, 0.34);
  border: 0;
  border-radius: 4px;
  font-size: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.carousel-arrow:hover { background: rgba(3, 29, 56, 0.72); }
.carousel-prev { left: 0.2rem; }
.carousel-next { right: 0.2rem; }
body[data-page="home"] .carousel-slide:first-child img,
body[data-page="jones"] .carousel-slide:first-child img { object-position: 18% center; }
@media (max-width: 759px) {
  .carousel-slide:nth-child(3) img { object-position: 60% center; }
}
.carousel-dots {
  position: absolute;
  z-index: 5;
  bottom: 1.25rem;
  left: 50%;
  display: flex;
  gap: 0.1rem;
  transform: translateX(-50%);
}
.carousel-dot {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  place-items: center;
  cursor: pointer;
}
.carousel-dot::before {
  width: 15px;
  height: 15px;
  content: "";
  border: 2px solid var(--white);
  border-radius: 50%;
}
.carousel-dot[aria-current="true"]::before { background: var(--white); }

.credibility { background: var(--white); }
.credibility-intro { max-width: 720px; margin: 0 auto 2rem; text-align: center; }
.credibility-intro p { font-size: 1.08rem; }
.proof-list { display: grid; gap: 0; margin-bottom: 1.6rem; }
.proof-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #d6dde5;
}
.proof-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
}
.proof-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.proof-item h3 { margin-bottom: 0.25rem; font-family: var(--sans); font-size: 1.05rem; line-height: 1.35; }
.proof-item p { margin: 0; font-size: 0.98rem; }

.accountability {
  position: relative;
  color: var(--white);
  background: radial-gradient(circle at 50% 0, #0b467c 0, var(--navy) 42%, var(--navy-dark) 100%);
}
.accountability h2, .accountability h3 { color: var(--white); }
.wheel { display: block; margin-bottom: 0.35rem; color: var(--brass-light); line-height: 1; text-align: center; }
.wheel svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 3; }
.company-grid { display: grid; gap: 2rem; margin-top: 2rem; }
.company-grid-single { max-width: 660px; margin-inline: auto; }
.company-column + .company-column { padding-top: 1.6rem; border-top: 1px solid rgba(255, 255, 255, 0.35); }
.company-column h3 { color: var(--brass-light); font-family: var(--sans); font-size: 1.45rem; }
.company-list { display: grid; gap: 0.5rem; margin: 0; padding: 0; list-style: none; }
.company-list li { position: relative; padding-left: 1.7rem; }
.company-list li::before {
  content: "✓";
  position: absolute;
  top: 0.08rem;
  left: 0;
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  color: var(--white);
  background: var(--brass);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 900;
}
.company-clarification {
  max-width: 920px;
  margin: 1.75rem auto 0;
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
}
.company-clarification strong { color: var(--brass-light); }
.company-clarification-single { max-width: 660px; }
.anchor-divider { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; color: var(--brass-light); }
.anchor-divider::before, .anchor-divider::after { content: ""; flex: 1; height: 2px; background: currentColor; }
.anchor-divider span { font-size: 2rem; }

.intake-section { background: #f8f9fa; }
.intake-card { padding: 1.25rem; background: var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 1rem; }
.field { display: grid; gap: 0.35rem; }
.field label { font-weight: 700; }
.required { color: #b42318; }
.field input, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #bcc6d1;
  border-radius: 4px;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--navy-2); box-shadow: 0 0 0 3px rgba(10, 58, 104, 0.12); outline: 0; }
.field input:invalid:not(:placeholder-shown), .field textarea:invalid:not(:placeholder-shown) { border-color: #b42318; }
.form-hint { margin: 0; color: #435369; font-size: 0.9rem; }
.character-count { margin: -0.2rem 0 0; color: #5c6673; font-size: 0.84rem; text-align: right; }
.error-summary { margin-bottom: 1rem; padding: 0.8rem; color: #8a130d; background: #fff0ef; border-left: 4px solid #b42318; font-weight: 700; }
.form-security { display: flex; align-items: flex-start; justify-content: center; gap: 0.55rem; margin: 0.85rem 0 0; font-size: 0.9rem; text-align: center; }
.honeypot { position: absolute; left: -10000px; }

.page-hero {
  position: relative;
  min-height: 350px;
  display: grid;
  align-items: end;
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
body[data-page="faq"] .page-hero img { object-position: center 54%; }
body[data-page="resources"] .page-hero img { object-position: center 60%; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 29, 56, 0.84), rgba(3, 29, 56, 0.18)); }
.page-hero-content { position: relative; z-index: 2; padding-block: 3rem; }
.page-hero h1, .page-hero p { color: var(--white); }
.page-hero p { max-width: 660px; font-size: 1.2rem; font-weight: 700; }

.about-bullets { display: grid; gap: 1.2rem; margin: 0; padding: 0; list-style: none; }
.about-bullets li { position: relative; padding-left: 1.7rem; font-size: 1.08rem; }
.about-bullets li::before { content: ""; position: absolute; top: 0.7rem; left: 0; width: 9px; height: 9px; background: var(--brass); border-radius: 50%; }
.attorney-grid { display: grid; gap: 2.8rem; }
.attorney-profile { display: grid; gap: 1.25rem; }
.attorney-photo { width: min(70vw, 270px); aspect-ratio: 1; margin-inline: auto; border: 4px solid var(--brass); border-radius: 50%; object-fit: cover; }
.attorney-copy h2 { font-size: clamp(1.9rem, 7vw, 2.8rem); }
.attorney-profile + .attorney-profile { padding-top: 2.6rem; border-top: 2px solid var(--brass); }

.contact-layout { display: grid; gap: 2.5rem; }
.contact-details { display: grid; gap: 1.2rem; }
.contact-item { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; }
.contact-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-size: 1.35rem; }
.contact-item h3 { margin-bottom: 0.15rem; font-family: var(--sans); font-size: 1.08rem; }
.contact-item p { margin-bottom: 0; }
.reassurance { background: var(--gray-light); }
.reassurance-inner { display: grid; grid-template-columns: 66px 1fr; gap: 1.1rem; align-items: center; }
.reassurance-icon { display: grid; width: 66px; height: 66px; place-items: center; color: var(--navy); background: var(--white); border-radius: 50%; font-family: var(--serif); font-size: 2.2rem; }

.faq-intro { max-width: 820px; margin: 0 auto 2rem; text-align: center; }
.tab-list { display: grid; grid-template-columns: 1fr; gap: 0.25rem; margin-bottom: 1.5rem; }
.tab-button {
  min-height: 54px;
  padding: 0.75rem 1rem;
  color: var(--navy);
  background: #f4f5f7;
  border: 1px solid #d6dce2;
  font-weight: 800;
  cursor: pointer;
}
.tab-button[aria-selected="true"] { color: var(--white); background: var(--navy); border-color: var(--navy); }
.accordion-list { display: grid; gap: 0.55rem; }
.accordion-item { border: 1px solid #d6dce2; border-radius: 3px; }
.accordion-button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  width: 100%;
  min-height: 54px;
  align-items: center;
  padding: 0.85rem 1rem;
  color: var(--ink);
  background: var(--white);
  border: 0;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.accordion-button::after { content: "+"; color: var(--navy); font-size: 1.6rem; line-height: 1; }
.accordion-button[aria-expanded="true"]::after { content: "−"; }
.accordion-panel { padding: 0 1rem 1rem; }
.accordion-panel p { margin: 0; }
.cta-card {
  display: grid;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1.4rem;
  background: linear-gradient(135deg, #f7f4ef, #f0f2f4);
  border-radius: 6px;
}

.resource-grid { display: grid; gap: 1rem; }
.resource-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 1.4rem;
  color: var(--ink);
  background: var(--white);
  border-top: 5px solid var(--brass);
  border-radius: 5px;
  box-shadow: var(--shadow);
}
.resource-card h2 { font-size: 1.6rem; }
.resource-card p { flex: 1; }
.resource-card a { font-weight: 800; }
.category-section { scroll-margin-top: 1rem; }
.category-section + .category-section { padding-top: 3rem; border-top: 1px solid #d6dde5; }
.article-links { display: grid; gap: 0.75rem; padding: 0; list-style: none; }
.article-links a { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.75rem 0.9rem; background: var(--gray-light); border-left: 4px solid var(--brass); font-weight: 700; text-decoration: none; }
.article-links a::after { content: "›"; font-size: 1.7rem; }
.breadcrumbs { margin-bottom: 1.2rem; color: #536174; font-size: 0.9rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 0.4rem; color: var(--gray); }
.article-layout { display: grid; gap: 2rem; }
.article-copy { max-width: 790px; }
.article-copy .lead { color: var(--navy); font-size: 1.15rem; font-weight: 700; }
.article-copy p { margin-bottom: 1.25rem; }
.article-sidebar { align-self: start; padding: 1.2rem; background: var(--gray-light); border-top: 4px solid var(--brass); }
.related-list { margin: 0; padding-left: 1.1rem; }
.legal-copy h2 { margin-top: 2.2rem; font-size: 1.65rem; }
.legal-copy ul { padding-left: 1.4rem; }
.policy-placeholder { padding: 0.75rem; color: #714b0d; background: #fff7e8; border-left: 4px solid var(--brass); font-weight: 700; }

.site-footer {
  padding: 2.6rem 0 1.5rem;
  color: var(--white);
  background: radial-gradient(circle at 50% 0, #0a3a68, var(--navy-dark));
}
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.65rem 1.3rem; margin-bottom: 1.5rem; }
.footer-nav a { color: var(--white); font-weight: 700; text-decoration: none; }
.footer-divider { display: flex; align-items: center; gap: 1rem; color: var(--brass-light); }
.footer-divider::before, .footer-divider::after { content: ""; flex: 1; height: 1px; background: currentColor; }
.footer-divider span { font-size: 1.7rem; }
.footer-legal { margin-top: 1.2rem; font-size: 0.86rem; text-align: center; }
.footer-legal a { color: var(--white); }

.chat-status {
  position: fixed;
  z-index: 55;
  right: 1rem;
  bottom: 5.5rem;
  max-width: min(340px, calc(100vw - 2rem));
  padding: 0.85rem 1rem;
  color: var(--ink);
  background: var(--white);
  border-left: 4px solid var(--brass);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.intake-dialog {
  width: min(100% - 1rem, 720px);
  max-height: calc(100vh - 1rem);
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.intake-dialog::backdrop { background: rgba(3, 29, 56, 0.78); }
.dialog-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; color: var(--white); background: var(--navy); }
.dialog-header h2 { margin: 0; color: var(--white); font-family: var(--sans); font-size: 1.3rem; }
.dialog-close { display: grid; min-width: 44px; min-height: 44px; place-items: center; color: var(--white); background: transparent; border: 0; font-size: 2rem; cursor: pointer; }
.dialog-content { padding: 1.25rem; }

.thank-you { display: grid; min-height: 56vh; place-items: center; text-align: center; }
.thank-you-icon { display: grid; width: 78px; height: 78px; margin: 0 auto 1rem; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-size: 2.2rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .header-intro { display: none !important; }
  .header-intro-enabled .header-inner { opacity: 1 !important; visibility: visible !important; }
}

@media (min-width: 560px) {
  .button-row { grid-template-columns: repeat(2, 1fr); }
  .tab-list { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-card { grid-template-columns: 1fr auto; }
}

@media (min-width: 760px) {
  body { font-size: 18px; }
  .phone-mobile-label { display: none; }
  .phone-label { display: inline; }
  .header-intro-practice-panel {
    padding-right: 1rem;
    padding-left: clamp(2rem, 5vw, 5rem);
    font-size: clamp(1.5rem, 3.4vw, 3rem);
    letter-spacing: 0.06em;
  }
  .header-intro-practice-panel span {
    width: min(76vw, 980px);
    padding: 1.05rem 2rem;
  }
  .header-inner { min-height: 124px; gap: 1rem; }
  .brand { width: 270px; gap: 0.25rem; }
  .brand-tagline { font-size: 0.78rem; letter-spacing: 0.13em; }
  .phone-button { padding-inline: 1.15rem; font-size: 1rem; }
  .carousel-slide { min-height: 560px; }
  .carousel-copy { right: 5rem; bottom: 4.5rem; left: 5rem; }
  .carousel-slide:nth-child(2) img { object-position: center 18%; }
  .carousel-slide:nth-child(3) img { object-position: center 8%; }
  body[data-page="about"] .page-hero img { object-position: center 8%; }
  .proof-list { grid-template-columns: repeat(2, 1fr); gap: 0 2rem; }
  .proof-item:nth-last-child(-n + 2) { border-bottom: 0; }
  .button-row { max-width: 720px; margin-inline: auto; }
  .company-grid { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .company-grid-single { grid-template-columns: 1fr; }
  .company-column + .company-column { padding-top: 0; padding-left: 3rem; border-top: 0; border-left: 1px solid rgba(255, 255, 255, 0.45); }
  .intake-card { padding: 2rem; }
  .contact-layout { grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.85fr); }
  .contact-layout > :first-child { padding-right: 2.5rem; border-right: 1px solid #d1d7de; }
  .attorney-profile { grid-template-columns: 250px 1fr; align-items: start; }
  .attorney-photo { width: 240px; }
  .resource-grid { grid-template-columns: repeat(3, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 1fr) 300px; }
  .article-sidebar { position: sticky; top: 1.5rem; }
}

@media (min-width: 1100px) {
  .section { padding: 4.5rem 0; }
  .header-inner {
    width: min(100% - 2rem, 1440px);
    grid-template-columns: 250px minmax(0, 1fr) auto;
    gap: 1rem;
    min-height: 140px;
  }
  .brand { width: 250px; }
  .brand-tagline { font-size: 0.74rem; letter-spacing: 0.13em; }
  .desktop-nav {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: clamp(0.4rem, 0.8vw, 0.9rem);
  }
  .desktop-nav a {
    padding: 0.65rem 0.1rem 0.5rem;
    color: var(--navy);
    border-bottom: 3px solid transparent;
    font-size: clamp(0.72rem, 0.82vw, 0.88rem);
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
  }
  .desktop-nav a:hover,
  .desktop-nav a:focus-visible,
  .desktop-nav a[aria-current="page"] {
    color: #8e5b14;
    border-bottom-color: var(--brass);
  }
  .menu-button { display: none; }
  .site-menu { display: none !important; }
  .header-inner > .phone-button { padding-inline: 0.9rem; font-size: 0.88rem; }
  .carousel-slide { min-height: 650px; }
  .carousel-copy { max-width: 1050px; bottom: 5rem; }
  .page-hero { min-height: 460px; }
  .proof-list { grid-template-columns: repeat(4, 1fr); gap: 0 1.3rem; }
  .proof-item { grid-template-columns: 58px 1fr; align-items: start; border-bottom: 0; }
  .attorney-grid { gap: 3.2rem; }
  .attorney-profile { grid-template-columns: 290px 1fr; }
  .attorney-photo { width: 270px; }
}

/* Contemporary editorial redesign: visual overrides only. */
.responsive-picture { display: contents; }

body {
  color: var(--ink);
  background: var(--warm-white);
}

h1, h2, h3, h4 {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.06;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.1rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.8rem, 4.5vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 3vw, 1.65rem); }

.eyebrow {
  margin-bottom: 0.8rem;
  color: var(--brass);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-header {
  background: var(--white);
  border-bottom-color: #dfe3e7;
  box-shadow: none;
}
.brand { display: block; }
.brand-artwork,
.header-intro-brand-artwork { aspect-ratio: 2400 / 643; }
.brand img,
.header-intro-brand-artwork img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-tagline { display: none; }
.desktop-nav a,
.menu-nav a,
.footer-nav a {
  font-family: var(--sans);
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.menu-panel {
  background: var(--navy);
  box-shadow: none;
}
.menu-nav a { border-bottom-color: rgba(255, 255, 255, 0.14); }
.menu-nav a[aria-current="page"] { color: var(--brass-light); }

.phone-button {
  background: var(--brass);
  border: 1px solid var(--brass);
  border-radius: 2px;
  box-shadow: none;
  letter-spacing: 0.035em;
}

.button {
  background: var(--brass);
  border-color: var(--brass);
  border-radius: 2px;
  box-shadow: none;
  letter-spacing: 0.065em;
}
.button:hover { background: #a97d20; border-color: #a97d20; }
.button-outline,
.button[data-open-chat] {
  color: var(--navy);
  background: var(--warm-white);
  border-color: var(--navy);
}
.button-outline:hover,
.button[data-open-chat]:hover {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.header-intro-brand-panel { background: var(--white); }
.header-intro-practice-panel {
  color: var(--white);
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: 0.06em;
}
.header-intro-practice-panel span { background: var(--navy); }

.carousel-slide::after {
  background: linear-gradient(to bottom, rgba(10, 26, 43, 0.04) 12%, rgba(10, 26, 43, 0.22) 48%, rgba(6, 17, 28, 0.94) 100%);
}
.carousel-copy {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}
.carousel-copy::before,
.credibility-intro::before,
.accountability .center::before,
.page-hero-content::before,
.attorney-copy::before,
.faq-intro::before,
.contact-layout #case-evaluation > .center::before,
.contact-layout #get-in-touch::before {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--brass);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}
.carousel-copy::before {
  content: "Maritime injury representation";
  color: var(--brass-light);
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.75);
}
.credibility-intro::before { content: "Experience that matters"; }
.accountability .center::before { content: "Companies we hold accountable"; }
.page-hero-content::before { content: "Decked Legal"; color: var(--brass-light); }
.attorney-copy::before { content: "Our attorneys"; }
.faq-intro::before { content: "Maritime injury guidance"; }
.contact-layout #case-evaluation > .center::before { content: "Free case evaluation"; }
.contact-layout #get-in-touch::before { content: "Contact Decked Legal"; }

.credibility,
.intake-section,
.reassurance { background: var(--warm-white); }
.credibility-intro { max-width: 780px; }
.proof-list { border-top: 1px solid #d8dde1; }
.proof-item {
  padding: 1.35rem 0;
  border-bottom: 1px solid #d8dde1;
}
.proof-icon {
  color: var(--brass);
  background: transparent;
  border: 1px solid var(--brass);
  border-radius: 0;
}
.proof-item h3 {
  color: var(--navy);
  font-family: var(--sans);
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.accountability {
  color: var(--ink);
  background: var(--warm-white);
}
.accountability h2 { color: var(--navy); }
.accountability .wheel {
  width: 78px;
  height: 78px;
  margin: 0 auto 1rem;
  background: url("/assets/images/decked-legal-matte-logo-icon.png") center / contain no-repeat;
}
.accountability .wheel svg { display: none; }
.company-grid {
  gap: 0;
  margin-top: 2.25rem;
  border-top: 1px solid #d6d9dc;
  border-left: 1px solid #d6d9dc;
}
.company-column,
.company-column + .company-column {
  min-width: 0;
  min-height: 180px;
  padding: 1.5rem;
  background: var(--white);
  border-top: 0;
  border-right: 1px solid #d6d9dc;
  border-bottom: 1px solid #d6d9dc;
  border-left: 0;
}
.company-column::before {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--brass);
  content: attr(data-grid-number);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}
.company-column h3 {
  color: var(--navy);
  font-family: var(--sans);
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.company-column-visual { min-height: 150px; }
.company-list { color: var(--charcoal, #333333); }
.company-list li { padding-left: 1.15rem; }
.company-list li::before {
  top: 0.6em;
  width: 6px;
  height: 6px;
  color: transparent;
  background: var(--brass);
  border-radius: 0;
  content: "";
}
.company-clarification { color: var(--slate, #6b7177); }
.company-clarification strong { color: var(--navy); }
.anchor-divider { color: var(--brass); }
.anchor-divider span { display: none; }

.intake-card,
.cta-card,
.resource-card,
.article-sidebar {
  border-radius: 0;
  box-shadow: none;
}
.intake-card { border: 1px solid #d8dde1; }
.cta-card {
  background: var(--white);
  border-top: 1px solid #d8dde1;
  border-bottom: 1px solid #d8dde1;
}
.resource-card {
  background: var(--white);
  border-top: 3px solid var(--brass);
  border-right: 1px solid #d8dde1;
  border-bottom: 1px solid #d8dde1;
  border-left: 1px solid #d8dde1;
}
.field label {
  color: var(--navy);
  font-size: 0.78rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.field input,
.field textarea {
  border-radius: 0;
  border-color: #bfc5ca;
}
.tab-button,
.accordion-item,
.accordion-button { border-radius: 0; }
.tab-button {
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.page-hero::after {
  background: linear-gradient(90deg, rgba(10, 26, 43, 0.9), rgba(10, 26, 43, 0.24));
}
.page-hero h1 { font-family: var(--sans); }
.attorney-photo {
  border-width: 2px;
  border-radius: 0;
}
.contact-icon,
.reassurance-icon,
.thank-you-icon {
  border-radius: 0;
  box-shadow: none;
}
.contact-icon { background: var(--navy); }

.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}
.site-footer::before {
  position: absolute;
  right: -2rem;
  bottom: -4rem;
  width: min(36vw, 430px);
  aspect-ratio: 1;
  background: url("/assets/images/decked-legal-matte-logo-icon.png") center / contain no-repeat;
  content: "";
  opacity: 0.12;
  pointer-events: none;
}
.site-footer .container { position: relative; z-index: 1; }
.footer-nav a { letter-spacing: 0.055em; }

html.header-intro-open { overflow: hidden; }
html.header-intro-open iframe#launcher { visibility: hidden !important; }

@media (max-width: 759px) {
  .header-inner { gap: 0.45rem; }
  .brand { width: min(58vw, 230px); }
  .header-inner > .phone-button {
    min-width: 76px;
    padding-inline: 0.65rem;
    font-size: 0.78rem;
  }
  body[data-page="home"] .carousel-slide:first-child > .responsive-picture { display: none; }
  .mobile-home-split {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobile-home-split > span {
    min-width: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mobile-home-split-jones {
    background-image: url("/assets/images/approved-homepage-slide1-2400.webp");
    background-position: 27% center;
  }
  .mobile-home-split-cruise {
    background-image: url("/assets/images/approved-cruise-slide1-2400.webp");
    background-position: 68% center;
    border-left: 3px solid rgba(255, 255, 255, 0.92);
  }
  body:is([data-page="home"], [data-page="jones"], [data-page="cruise"]) .carousel-slide:nth-child(2) .carousel-copy { bottom: 1.6rem; }
  body:is([data-page="home"], [data-page="jones"], [data-page="cruise"]) .carousel-slide:nth-child(2) img {
    height: calc(100% + 16px);
    transform: translateY(-16px);
  }
  body:is([data-page="home"], [data-page="jones"], [data-page="cruise"]) .carousel-dots { bottom: 0.25rem; }
  .header-intro-enabled.intro-ready .header-intro {
    position: fixed;
    inset: 0;
    z-index: 1000;
    width: 100vw;
    height: 100svh;
    min-height: 100svh;
    background: var(--white);
  }
  .header-intro-panel {
    width: 100%;
    height: 100svh;
    min-height: 100svh;
  }
  .header-intro-brand-artwork {
    width: min(84vw, 620px);
    height: auto;
  }
  .header-intro-practice-panel {
    place-items: center;
    padding: 1.5rem;
    background: var(--navy);
    font-size: clamp(2rem, 10vw, 3.6rem);
  }
  .header-intro-practice-panel span {
    position: relative;
    width: min(90vw, 680px);
    padding: 1.4rem 0;
    background: transparent;
    white-space: normal;
  }
  .header-intro-practice-panel span::before,
  .header-intro-practice-panel span::after {
    display: block;
    width: 100%;
    height: 1px;
    margin: 1.2rem 0;
    background: var(--brass);
    content: "";
  }
  .carousel-copy::before { font-size: 0.66rem; }
  .company-column { min-height: 0; }
  .site-footer::before { width: 65vw; }
  .site-footer { padding-bottom: 5.5rem; }
}

@supports (height: 100dvh) {
  @media (max-width: 759px) {
    .header-intro-enabled.intro-ready .header-intro,
    .header-intro-panel { height: 100dvh; }
  }
}

@media (min-width: 760px) {
  .company-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .company-grid-single { grid-template-columns: minmax(0, 1fr); }
  .company-column,
  .company-column + .company-column { padding: 1.75rem; }
}

@media (min-width: 1100px) {
  .brand { width: 280px; }
  .header-inner { grid-template-columns: 280px minmax(0, 1fr) auto; }
  .desktop-nav a {
    color: var(--navy);
    font-size: clamp(0.7rem, 0.78vw, 0.84rem);
    letter-spacing: 0.045em;
    text-transform: uppercase;
  }
  .desktop-nav a:hover,
  .desktop-nav a:focus-visible,
  .desktop-nav a[aria-current="page"] {
    color: #8d6717;
    border-bottom-color: var(--brass);
  }
  .proof-list { gap: 0 1.75rem; }
}
