/* Corporate pages only. Legacy and blog styles are intentionally not imported or changed. */
:root {
  --navy: #38242b;
  --navy-deep: #20171b;
  --ink: #29262b;
  --muted: #646065;
  --accent: #9b1c35;
  --accent-soft: #edb1bc;
  --paper: #f8f5f3;
  --line: #ded7d7;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  border-radius: 0;
}
img {
  max-width: 100%;
  display: block;
}
p {
  margin: 0 0 1.3em;
}
h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.12;
  margin: 0;
}
h1 {
  font-size: clamp(42px, 5.7vw, 84px);
  letter-spacing: -0.047em;
}
h2 {
  font-size: clamp(34px, 3.5vw, 52px);
  letter-spacing: -0.035em;
}
h3 {
  font-size: 24px;
  letter-spacing: -0.02em;
}
em {
  font-family: var(--serif);
  font-weight: 400;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #a7203d;
  outline-offset: 5px;
}
::selection {
  background: #edb1bc;
  color: #20171b;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.number {
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.1em;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  padding: 12px 20px;
  background: white;
  z-index: 100;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
.utility {
  background: var(--navy-deep);
  color: #dbe1e3;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.utility .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 33px;
  gap: 15px;
}
.utility a {
  letter-spacing: 0.05em;
}
.utility a:hover {
  color: var(--accent-soft);
}
.site-header {
  background: rgba(255, 255, 255, 0.98);
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #e7e7e3;
}
.header-inner {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  line-height: 1;
}
.brand-monogram {
  font-family: var(--serif);
  font-size: 49px;
  letter-spacing: -0.09em;
  white-space: nowrap;
}
.brand-monogram span {
  font-size: 37px;
  font-style: italic;
}
.brand-name {
  border-left: 1px solid #b8bcb9;
  padding-left: 15px;
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: 0.035em;
  line-height: 1.3;
}
.brand-name small {
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.27em;
  margin-top: 7px;
}
#main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 15px;
}
#main-nav > a {
  padding: 14px 0;
}
#main-nav a:hover,
#main-nav summary:hover,
#main-nav [aria-current="page"] {
  color: var(--accent);
}
.nav-contact {
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--accent) !important;
}
.nav-contact span {
  font-size: 22px;
  color: var(--accent);
}
.nav-services {
  position: relative;
}
.nav-services summary {
  list-style: none;
  padding: 14px 0;
}
.nav-services summary::-webkit-details-marker {
  display: none;
}
.nav-services summary > span {
  margin-left: 5px;
}
.service-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  width: 296px;
  background: white;
  border-top: 2px solid var(--accent);
  box-shadow: 0 15px 40px #20171b20;
  padding: 15px 24px;
  z-index: 40;
}
.service-menu a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #e7dfe2;
  line-height: 1.5;
}
.service-menu a:first-child {
  font-weight: 600;
}
.service-menu a:last-child {
  border: 0;
}
.menu-toggle {
  background: none;
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 9px 13px;
  font-size: 15px;
}
.menu-toggle span {
  margin-left: 15px;
}
.home-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy);
  color: white;
  min-height: 690px;
  height: min(780px, calc(100svh - 135px));
  display: flex;
  align-items: center;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-image {
  animation: architecture-drift 26s ease-in-out infinite alternate;
  transform-origin: 70% 45%;
  will-change: transform;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(56, 16, 29, 0.89) 0%,
      rgba(56, 16, 29, 0.55) 38%,
      rgba(56, 16, 29, 0.02) 78%
    ),
    linear-gradient(0deg, rgba(56, 16, 29, 0.65), transparent 28%);
}
.hero-content {
  padding-top: 40px;
  padding-bottom: 115px;
}
.hero-content .eyebrow {
  color: #f5cbd3;
  letter-spacing: 0.18em;
  margin-bottom: 34px;
}
.hero-content h1 {
  max-width: 810px;
  font-size: clamp(54px, 6.5vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.048em;
}
.hero-content h1 em {
  font-style: normal;
  font-family: var(--serif);
  letter-spacing: -0.045em;
}
.hero-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e9e9;
  margin-top: 27px;
  margin-bottom: 29px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 17px 23px;
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid transparent;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s;
  min-height: 54px;
}
.button span {
  font-size: 21px;
  line-height: 1;
}
.button.light {
  color: var(--navy);
  background: var(--paper);
}
.button.light:hover {
  background: #f0dce1;
}
.button.dark {
  background: var(--navy);
  color: white;
}
.button.dark:hover {
  background: #76162b;
}
.hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 29px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.scroll-cue {
  display: flex;
  align-items: center;
  gap: 18px;
}
.scroll-cue span {
  font-size: 24px;
  color: #f5cbd3;
}
.motion-toggle {
  border: 1px solid #ffffff60;
  background: #38242b4a;
  color: white;
  padding: 9px 14px;
  letter-spacing: 0.035em;
  font-size: 12px;
}
.motion-toggle span {
  margin-left: 15px;
}
.motion-paused .hero-image {
  animation-play-state: paused;
}
.location {
  font-size: 10px;
  letter-spacing: 0.2em;
}
.practice-strip {
  background: var(--navy);
  color: #e7e9e8;
}
.practice-strip .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.practice-strip a {
  padding: 24px 17px;
  border-right: 1px solid #ffffff1c;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-size: 13px;
  gap: 5px 8px;
  line-height: 1.4;
  transition: background 0.2s;
}
.practice-strip a:first-child {
  border-left: 1px solid #ffffff1c;
}
.practice-strip a > span:first-child {
  grid-column: 1/-1;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #f0b6c2;
  margin-bottom: 8px;
}
.practice-strip a > span:last-child {
  font-size: 21px;
  color: #f0b6c2;
}
.practice-strip a:hover {
  background: #ffffff0c;
}
.section {
  padding: 110px 0;
}
.editorial-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.intro-copy {
  padding-top: 10px;
}
.intro-copy > p:not(.large-copy) {
  color: var(--muted);
}
.large-copy {
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 10px 0;
  border-bottom: 1px solid var(--accent);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.text-link span {
  color: var(--accent);
  font-size: 23px;
  transition: transform 0.2s;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 75px;
  align-items: end;
  margin-bottom: 60px;
}
.section-heading > p,
.section-heading > div:last-child:not(:first-child) {
  max-width: 350px;
  font-size: 17px;
  color: var(--muted);
}
.section-heading > p {
  margin: 0;
}
.practice-section {
  background: var(--paper);
}
.practice-list {
  border-top: 1px solid #d7cdd0;
}
.practice-row {
  display: grid;
  grid-template-columns: 50px 1.05fr 1fr 48px;
  gap: 25px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid #d7cdd0;
}
.practice-row h3 {
  font-size: clamp(22px, 2vw, 29px);
}
.practice-row p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
  max-width: 380px;
}
.round-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #cabdc1;
  border-radius: 50%;
  font-size: 24px;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.practice-row:hover h3 {
  color: var(--accent);
}
.practice-row:hover .round-arrow {
  background: var(--navy);
  color: white;
  transform: rotate(6deg);
}
.approach {
  background: var(--navy);
  color: #fff;
  padding: 105px 0;
}
.approach .eyebrow {
  color: var(--accent-soft);
}
.approach .section-heading > p {
  color: #d7c9cf;
}
.three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 70px;
}
.three-cols article {
  border-top: 1px solid #947c85;
  padding-top: 28px;
}
.three-cols h3 {
  font-size: 29px;
  margin: 27px 0 17px;
}
.three-cols p {
  color: #d7c9cf;
  font-size: 17px;
  margin: 0;
  max-width: 310px;
}
.three-cols .number {
  color: var(--accent-soft);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.team-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/4.4;
  object-fit: cover;
  object-position: top;
  background: #eee7e9;
  filter: grayscale(1);
  transition: filter 0.4s;
}
.team-card:hover img {
  filter: grayscale(0);
}
.team-card .eyebrow {
  font-size: 10px;
  letter-spacing: 0.12em;
  margin: 25px 0 12px;
}
.team-card h3 {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.team-card > p:last-child {
  font-size: 16px;
  color: var(--muted);
  max-width: 360px;
}
.knowledge {
  background: #f0e7e9;
  overflow: hidden;
}
.knowledge-inner {
  min-height: 355px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  padding-block: 65px;
}
.knowledge-mark {
  font-family: var(--serif);
  font-size: clamp(120px, 18vw, 250px);
  letter-spacing: -0.1em;
  color: #dbc6cd;
  line-height: 1;
}
.knowledge h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.knowledge p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
}
.contact-band {
  background: var(--paper);
  padding: 85px 0;
}
.contact-band-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.contact-band h2 {
  font-size: clamp(40px, 4.5vw, 66px);
}
.contact-band-inner > div:last-child {
  padding-top: 30px;
}
.contact-band-inner > div:last-child p {
  color: var(--muted);
  font-size: 18px;
}
.site-footer {
  background: var(--navy-deep);
  color: #cfc4c9;
  padding-top: 70px;
  font-size: 13px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1.1fr 1.1fr;
  gap: 45px;
  padding-bottom: 60px;
}
.site-footer .brand {
  color: #f1f1eb;
  gap: 10px;
  flex-wrap: wrap;
}
.site-footer .brand-monogram {
  font-size: 39px;
}
.site-footer .brand-monogram span {
  font-size: 30px;
}
.site-footer .brand-name {
  font-size: 11px;
  padding-left: 10px;
}
.site-footer .brand-name small {
  font-size: 8px;
  letter-spacing: 0.15em;
}
.site-footer p {
  line-height: 1.8;
  margin: 24px 0;
}
.site-footer h2 {
  font-family: var(--sans);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #edb1bc;
  margin: 6px 0 25px;
}
.footer-grid > div > a:not(.brand) {
  display: block;
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}
.site-footer a:hover {
  color: #fff;
}
.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid #ffffff20;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 11px;
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
.page-hero {
  background: var(--navy);
  color: white;
  padding: 38px 0 76px;
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  position: absolute;
  inset: 0 0 0 54%;
  background:
    linear-gradient(90deg, var(--navy), #38242bb0),
    url("../images/corporate-hero.webp") center/cover;
  opacity: 0.55;
  pointer-events: none;
}
.page-hero > .wrap {
  position: relative;
  z-index: 1;
}
.breadcrumbs {
  display: flex;
  gap: 13px;
  font-size: 12px;
  color: #d7c9cf;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.breadcrumbs a:hover {
  color: #fff;
}
.page-hero .eyebrow {
  color: #edb1bc;
  margin-bottom: 20px;
}
.page-hero h1 {
  max-width: 920px;
  font-size: clamp(38px, 4.9vw, 69px);
}
.page-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #ddd0d6;
  max-width: 650px;
  margin: 27px 0 0;
}
.hero-rule {
  position: absolute;
  width: 22%;
  height: 3px;
  background: var(--accent-soft);
  bottom: 0;
  left: 0;
}
.architecture-banner {
  height: 390px;
  background: url("../images/corporate-hero.webp") center 55% / cover;
}
.values article {
  padding: 0 0 24px;
  margin-bottom: 27px;
  border-bottom: 1px solid var(--line);
}
.values h3 {
  margin-bottom: 12px;
}
.values p {
  color: var(--muted);
  font-size: 17px;
  margin: 0;
}
.service-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 90px;
}
.service-aside {
  align-self: start;
  position: sticky;
  top: 140px;
}
.service-aside > a {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.service-aside > a[aria-current="page"] {
  color: var(--accent);
  font-weight: 600;
}
.service-aside > a:hover {
  color: var(--accent);
}
.service-intro {
  color: var(--muted);
  font-size: 21px;
  margin: 30px 0 45px;
}
.small-heading {
  font-size: 25px;
  margin-bottom: 22px;
}
.service-details details {
  border-top: 1px solid var(--line);
}
.service-details details:last-child {
  border-bottom: 1px solid var(--line);
}
.service-details summary {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  font-size: 19px;
  line-height: 1.4;
}
.service-details summary::-webkit-details-marker {
  display: none;
}
.detail-plus {
  margin-left: auto;
  font-size: 26px;
  color: var(--accent);
  transition: transform 0.2s;
}
.service-details [open] .detail-plus {
  transform: rotate(45deg);
}
.service-details details p {
  margin: 0;
  padding: 0 38px 28px 39px;
  color: var(--muted);
  font-size: 17px;
}
.service-callout {
  padding: 30px;
  background: var(--paper);
  margin-top: 35px;
}
.service-callout h3 {
  font-size: 24px;
  margin-bottom: 18px;
}
.service-callout p {
  color: var(--muted);
}
.related {
  margin-top: 55px;
}
.related .eyebrow {
  margin-bottom: 15px;
}
.related > a {
  margin: 0 30px 15px 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}
.contact-layout > div > p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 28px;
}
.contact-info {
  margin-top: 40px;
}
.contact-info h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin: 28px 0 12px;
}
.contact-info a:not(.text-link),
.contact-info p {
  font-size: 17px;
  overflow-wrap: anywhere;
}
.consult-form {
  background: var(--paper);
  padding: 40px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.form-grid label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  display: block;
  width: 100%;
  margin-top: 9px;
  background: #fff;
  border: 1px solid #cec3c7;
  color: var(--ink);
  padding: 12px;
  font-size: 17px;
  min-height: 48px;
  border-radius: 0;
}
.form-grid textarea {
  resize: vertical;
  min-height: 135px;
}
.full {
  grid-column: 1/-1;
}
.consent {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 13px;
  margin: 25px 0;
  line-height: 1.7;
}
.consent input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--navy);
}
.consent a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  margin: 18px 0 0;
}
.legal-copy {
  max-width: 850px;
}
.legal-copy h2 {
  font-size: 25px;
  margin: 35px 0 20px;
}
.legal-copy p {
  font-size: 17px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}
.quotes figure {
  margin: 0;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.quote-mark {
  font-family: var(--serif);
  font-size: 85px;
  color: var(--accent);
  line-height: 1;
}
.quotes blockquote {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.6;
  margin: 0 0 28px;
}
.quotes figcaption {
  font-size: 15px;
  font-weight: 600;
}
.quotes figcaption span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
}
@keyframes architecture-drift {
  from {
    transform: scale(1.015) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.09) translate3d(-0.8%, 0.5%, 0);
  }
}
@media (min-width: 1600px) {
  .wrap {
    width: min(1440px, calc(100% - 160px));
  }
  .home-hero {
    height: 810px;
  }
  .hero-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header-inner {
    min-height: 90px;
  }
  #main-nav {
    gap: 22px;
  }
  .brand-name {
    font-size: 13px;
  }
  .brand-monogram {
    font-size: 43px;
  }
  .editorial-intro,
  .contact-band-inner,
  .contact-layout,
  .knowledge-inner {
    gap: 55px;
  }
  .section {
    padding: 85px 0;
  }
  .footer-grid {
    gap: 25px;
    grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  }
  .site-footer .brand-name {
    border: 0;
    padding: 0;
  }
  .service-layout {
    gap: 45px;
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .practice-row {
    gap: 20px;
    grid-template-columns: 30px 1fr 1fr 42px;
  }
  .round-arrow {
    width: 42px;
    height: 42px;
  }
  .consult-form {
    padding: 28px;
  }
  .hero-content h1 {
    font-size: 76px;
  }
  .section-heading {
    gap: 40px;
  }
}
@media (max-width: 850px) {
  .header-inner {
    min-height: 82px;
    flex-wrap: wrap;
    gap: 0;
  }
  .menu-toggle:not([hidden]) {
    display: block;
  }
  #main-nav {
    width: 100%;
    padding: 10px 0 25px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  #main-nav > a,
  #main-nav summary {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }
  .js-nav #main-nav {
    display: none;
  }
  .js-nav #main-nav.is-open {
    display: flex;
  }
  .service-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    background: var(--paper);
    padding: 10px 20px;
  }
  .service-menu a {
    font-size: 15px;
  }
  #main-nav .nav-contact {
    align-self: flex-start;
  }
  .home-hero {
    height: 690px;
    min-height: 620px;
  }
  .hero-content h1 {
    font-size: clamp(56px, 8vw, 76px);
  }
  .hero-image img {
    object-position: 62% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #40121ee6, #40121e66),
      linear-gradient(0deg, #40121e80, transparent 40%);
  }
  .practice-strip .wrap {
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
  }
  .practice-strip a {
    padding: 20px 12px;
    font-size: 12px;
  }
  .editorial-intro {
    gap: 40px;
  }
  .section-heading {
    align-items: start;
  }
  .section-heading > div:last-child:not(:first-child) {
    max-width: 280px;
  }
  .team-grid {
    gap: 20px;
  }
  .team-card h3 {
    font-size: 22px;
  }
  .three-cols {
    gap: 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .site-footer .brand-name {
    border-left: 1px solid;
    padding-left: 12px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contact-info {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  .service-layout {
    grid-template-columns: 1fr;
  }
  .service-aside {
    position: static;
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--line);
    padding-bottom: 25px;
  }
  .service-aside > .eyebrow {
    width: 100%;
    margin: 0;
  }
  .service-aside > a {
    font-size: 13px;
    border: 0;
    padding: 5px 0;
  }
  .service-aside > a span {
    margin-left: 15px;
  }
  .service-aside .text-link {
    display: none;
  }
  .page-hero {
    padding-bottom: 65px;
  }
  .page-hero:after {
    inset: 0 0 0 25%;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 85px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .utility .wrap {
    min-height: 29px;
    justify-content: center;
  }
  .utility .wrap > span {
    display: none;
  }
  .utility {
    font-size: 10px;
  }
  .brand {
    gap: 10px;
  }
  .brand-monogram {
    font-size: 36px;
  }
  .brand-monogram span {
    font-size: 28px;
  }
  .brand-name {
    font-size: 11px;
    padding-left: 10px;
  }
  .brand-name small {
    font-size: 8px;
    margin-top: 5px;
    letter-spacing: 0.16em;
  }
  .header-inner {
    min-height: 76px;
  }
  .menu-toggle {
    padding: 8px 10px;
    font-size: 12px;
  }
  .menu-toggle span {
    margin-left: 8px;
  }
  .home-hero {
    height: 650px;
    min-height: 650px;
    align-items: start;
  }
  .hero-content {
    padding-top: 70px;
    padding-bottom: 95px;
  }
  .hero-content .eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
    margin-bottom: 28px;
  }
  .hero-content h1 {
    font-size: clamp(45px, 11.7vw, 68px);
    line-height: 1.07;
  }
  .hero-description {
    font-size: 16px;
    max-width: 325px;
    line-height: 1.8;
    margin: 25px 0;
  }
  .desktop-only {
    display: none;
  }
  .hero-bottom {
    bottom: 22px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .hero-bottom .location {
    display: none;
  }
  .scroll-cue {
    font-size: 9px;
    letter-spacing: 0.06em;
    gap: 9px;
  }
  .motion-toggle {
    font-size: 10px;
    padding: 9px;
  }
  .motion-toggle span {
    margin-left: 5px;
  }
  .button {
    font-size: 13px;
    min-height: 52px;
    padding: 15px 18px;
    gap: 25px;
  }
  .practice-strip .wrap {
    grid-template-columns: 1fr 1fr;
  }
  .practice-strip a {
    padding: 17px 20px;
    font-size: 13px;
    border-bottom: 1px solid #ffffff1c;
  }
  .practice-strip a:last-child {
    grid-column: 1/-1;
    grid-template-columns: 30px 1fr auto;
  }
  .practice-strip a:last-child > span:first-child {
    grid-column: auto;
    margin: 0;
  }
  .practice-strip a > span:first-child {
    margin-bottom: 3px;
  }
  .section {
    padding: 65px 0;
  }
  .editorial-intro,
  .contact-band-inner,
  .knowledge-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 35px;
  }
  .large-copy {
    font-size: 21px;
  }
  .intro-copy {
    padding: 0;
  }
  .intro-copy p {
    font-size: 17px;
  }
  .intro-copy p.large-copy {
    font-size: 21px;
  }
  .section-heading {
    display: block;
    margin-bottom: 35px;
  }
  .section-heading > p,
  .section-heading > div:last-child:not(:first-child) {
    margin-top: 25px;
    max-width: 100%;
    font-size: 16px;
  }
  .practice-row {
    grid-template-columns: 25px 1fr 37px;
    gap: 10px 15px;
    padding: 25px 0;
  }
  .practice-row h3 {
    font-size: 22px;
  }
  .practice-row p {
    grid-column: 2;
    grid-row: 2;
    font-size: 15px;
  }
  .practice-row .round-arrow {
    grid-column: 3;
    grid-row: 1 / 3;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .practice-row .number {
    align-self: start;
    padding-top: 7px;
    font-size: 11px;
  }
  .approach {
    padding: 65px 0;
  }
  .three-cols {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 40px;
  }
  .three-cols article {
    padding-top: 22px;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 8px 18px;
  }
  .three-cols .number {
    padding-top: 5px;
  }
  .three-cols h3 {
    margin: 0;
    font-size: 26px;
  }
  .three-cols p {
    grid-column: 2;
    font-size: 16px;
    max-width: 100%;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .team-card img {
    aspect-ratio: 1/1.05;
    max-height: 450px;
    object-position: top;
  }
  .team-card h3 {
    font-size: 27px;
  }
  .team-card .eyebrow {
    margin-top: 20px;
  }
  .team-card > p:last-child {
    max-width: 100%;
    margin: 0;
  }
  .knowledge-inner {
    padding-block: 55px;
    gap: 15px;
  }
  .knowledge-mark {
    font-size: 95px;
  }
  .knowledge h2 {
    font-size: 32px;
  }
  .contact-band {
    padding: 60px 0;
  }
  .contact-band h2 {
    font-size: 43px;
  }
  .contact-band-inner > div:last-child {
    padding: 0;
  }
  .contact-band-inner > div:last-child p {
    font-size: 16px;
  }
  .site-footer {
    padding-top: 50px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
    padding-bottom: 40px;
  }
  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .site-footer .brand-name {
    font-size: 13px;
  }
  .footer-bottom {
    display: block;
    font-size: 10px;
  }
  .footer-bottom > div {
    margin-top: 15px;
    gap: 20px;
  }
  .page-hero {
    padding: 25px 0 50px;
  }
  .breadcrumbs {
    font-size: 11px;
    margin-bottom: 42px;
  }
  .page-hero h1 {
    font-size: 40px;
    overflow-wrap: break-word;
  }
  .page-lead {
    font-size: 17px;
    margin-top: 23px;
  }
  .page-hero:after {
    opacity: 0.3;
    inset: 0;
  }
  .architecture-banner {
    height: 240px;
  }
  .values h3 {
    font-size: 23px;
  }
  .service-layout {
    gap: 40px;
  }
  .service-intro {
    font-size: 19px;
  }
  .service-details summary {
    font-size: 18px;
    gap: 12px;
    padding: 22px 0;
  }
  .service-details details p {
    padding-left: 28px;
    padding-right: 15px;
    font-size: 16px;
  }
  .service-callout {
    padding: 24px;
  }
  .service-callout h3 {
    font-size: 23px;
  }
  .related > a {
    font-size: 13px;
    margin-right: 18px;
  }
  .contact-layout {
    gap: 40px;
  }
  .consult-form {
    padding: 25px 20px;
    margin-inline: -5px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .form-grid input,
  .form-grid select,
  .form-grid textarea {
    font-size: 18px;
  }
  .consent {
    font-size: 12px;
  }
  .quotes {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .quotes blockquote {
    font-size: 23px;
  }
  .legal-copy h2 {
    font-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .hero-image {
    will-change: auto;
  }
}
@media print {
  .site-header,
  .utility,
  .site-footer,
  .hero-bottom,
  .practice-strip,
  .button,
  .service-aside,
  .contact-band {
    display: none;
  }
  body {
    color: #000;
    background: white;
  }
  .wrap {
    width: 100%;
  }
  .section {
    padding: 20px 0;
  }
  .page-hero,
  .home-hero {
    background: white;
    color: #000;
    height: auto;
    min-height: 0;
    padding: 20px 0;
  }
  .page-hero:after,
  .hero-image,
  .hero-shade {
    display: none;
  }
  .hero-content {
    padding: 0;
  }
  .page-lead,
  .hero-description {
    color: #222;
  }
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Burgundy identity and a new, centered homepage composition. */
.brand-monogram {
  color: var(--accent);
}
.site-footer .brand-monogram {
  color: #fff;
}
.utility {
  background: #4e1121;
  color: #f1dce3;
}
.header-inner {
  min-height: 96px;
}
#main-nav {
  font-size: 15px;
  gap: 34px;
}
.home-hero-red {
  height: 720px;
  min-height: 640px;
  background: #78132b;
}
.home-hero-red .hero-image {
  transform-origin: 55% 50%;
}
.home-hero-red .hero-image img {
  object-position: center 55%;
}
.home-hero-red .hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(112, 5, 35, 0.66),
      rgba(107, 7, 36, 0.43) 50%,
      rgba(52, 9, 27, 0.5)
    ),
    linear-gradient(0deg, rgba(44, 5, 18, 0.68), rgba(97, 15, 36, 0.12) 65%);
}
.hero-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.hero-lines path {
  fill: none;
  vector-effect: non-scaling-stroke;
}
.line-track {
  stroke: #f3ced8;
  stroke-width: 1;
  opacity: 0.13;
}
.line-stream {
  stroke: url(#line-glow);
  stroke-width: 1.6;
  stroke-dasharray: 230 770;
  animation: line-flow 17s linear infinite;
  opacity: 0.7;
}
.line-stream-two {
  animation-duration: 23s;
  animation-delay: -9s;
  animation-direction: reverse;
}
.line-stream-three {
  animation-duration: 28s;
  animation-delay: -14s;
  opacity: 0.36;
  stroke-width: 1;
}
.motion-paused .line-stream {
  animation-play-state: paused;
}
@keyframes line-flow {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.home-hero-red .hero-content {
  text-align: center;
  padding: 45px 0 115px;
  position: relative;
}
.home-hero-red .hero-content .eyebrow {
  font-size: 15px;
  letter-spacing: 0.26em;
  color: #fff;
  margin-bottom: 27px;
  font-weight: 500;
}
.home-hero-red .hero-content h1 {
  max-width: 1100px;
  margin-inline: auto;
  font-size: clamp(50px, 5.8vw, 82px);
  line-height: 1.13;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 24px #24030e30;
}
.home-hero-red .hero-content h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}
.home-hero-red .hero-description {
  font-size: 19px;
  line-height: 1.75;
  color: #fff;
  margin: 27px auto 30px;
  max-width: 660px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
.hero-actions .button {
  font-size: 15px;
  padding: 17px 24px;
  min-width: 215px;
  background: white;
  color: #6f1026;
}
.hero-actions .button:hover {
  background: #f1dce3;
}
.hero-link {
  font-size: 15px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #ffffff70;
  padding: 12px 0;
}
.hero-link:hover {
  border-color: white;
}
.home-hero-red .hero-bottom {
  bottom: 29px;
  font-size: 11px;
}
.home-hero-red .scroll-cue {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.home-hero-red .scroll-cue > span {
  font-size: 27px;
  color: #fff;
}
.home-hero-red .motion-toggle {
  font-size: 12px;
  background: #460d2090;
  border-color: #ffffff65;
}
.home-hero-red .location {
  font-size: 10px;
  color: #f1dce3;
}
.practice-strip {
  background: #fff;
  color: #34242a;
  border-bottom: 1px solid #e4dadd;
}
.practice-strip a {
  font-size: 15px;
  padding: 23px 20px 25px;
  gap: 8px 10px;
  border-color: #e5dcdf;
  transition:
    color 0.25s,
    background 0.25s;
}
.practice-strip a:first-child {
  border-color: #e5dcdf;
}
.practice-strip a > span:first-child {
  color: var(--accent);
  font-size: 12px;
  margin-bottom: 7px;
}
.practice-strip a > span:last-child {
  color: var(--accent);
}
.practice-strip a:hover {
  background: #f9f1f3;
  color: var(--accent);
}
.home-page #firma {
  position: relative;
}
.home-page #firma .editorial-intro {
  border-left: 3px solid var(--accent);
  padding-left: 35px;
  gap: 75px;
}
.home-page .practice-section {
  background: #f7f3f4;
}
.practice-row {
  transition:
    padding 0.25s,
    background 0.25s;
}
.practice-row:hover {
  padding-left: 14px;
  padding-right: 14px;
  background: #f0e2e7;
}
.home-page .approach {
  background: #75152c;
  position: relative;
}
.home-page .approach .eyebrow,
.home-page .approach .number {
  color: #f6c9d4;
}
.home-page .approach .section-heading > p,
.home-page .approach .three-cols p {
  color: #f1dce2;
}
.home-page .approach .three-cols article {
  border-color: #c48697;
}
.contact-band .button.dark {
  background: #8e1933;
}
.contact-band .button.dark:hover {
  background: #651125;
}
.contact-band .eyebrow {
  color: #9b1c35;
}
.site-footer h2 {
  color: #ecb3c2;
}
@media (min-width: 1600px) {
  .home-hero-red {
    height: 780px;
  }
  .home-hero-red .hero-content h1 {
    font-size: 92px;
  }
}
@media (max-width: 1100px) {
  #main-nav {
    gap: 23px;
  }
  .home-hero-red {
    height: 680px;
  }
  .home-hero-red .hero-content h1 {
    font-size: 70px;
  }
  .practice-strip a {
    font-size: 14px;
    padding: 22px 15px;
  }
  .home-page #firma .editorial-intro {
    gap: 40px;
    padding-left: 27px;
  }
  .home-hero-red .hero-bottom {
    gap: 15px;
  }
  .home-hero-red .scroll-cue {
    font-size: 9px;
  }
}
@media (max-width: 850px) {
  .header-inner {
    min-height: 84px;
  }
  #main-nav {
    gap: 0;
  }
  .home-hero-red {
    height: 650px;
    min-height: 650px;
  }
  .home-hero-red .hero-content h1 {
    font-size: 60px;
  }
  .home-hero-red .hero-description {
    font-size: 18px;
  }
  .hero-frame {
    inset: 25px 25px 90px;
  }
  .practice-strip a {
    font-size: 13px;
    padding: 21px 12px;
  }
  .home-hero-red .location {
    display: none;
  }
  .home-page #firma .editorial-intro {
    gap: 35px;
  }
}
@media (max-width: 600px) {
  .header-inner {
    min-height: 80px;
  }
  .home-hero-red {
    height: 640px;
    min-height: 640px;
    align-items: center;
  }
  .home-hero-red .hero-content {
    padding: 10px 0 78px;
  }
  .home-hero-red .hero-content .eyebrow {
    font-size: 11px;
    letter-spacing: 0.19em;
    margin-bottom: 24px;
  }
  .home-hero-red .hero-content h1 {
    font-size: clamp(38px, 10vw, 57px);
    line-height: 1.16;
    letter-spacing: -0.045em;
  }
  .home-hero-red .hero-description {
    font-size: 16px;
    line-height: 1.75;
    max-width: 340px;
    margin: 24px auto 27px;
    padding: 0 8px;
  }
  .hero-frame {
    inset: 21px 12px 91px;
  }
  .hero-actions {
    gap: 18px;
    flex-direction: column;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 15px 21px;
    min-width: 205px;
  }
  .hero-link {
    font-size: 14px;
    padding: 6px 0;
    gap: 15px;
  }
  .home-hero-red .hero-bottom {
    bottom: 23px;
    align-items: center;
    flex-wrap: nowrap;
  }
  .home-hero-red .scroll-cue {
    font-size: 8px;
    letter-spacing: 0.04em;
    max-width: 140px;
    line-height: 1.5;
    gap: 8px;
  }
  .home-hero-red .motion-toggle {
    font-size: 10px;
    padding: 9px 8px;
    white-space: nowrap;
  }
  .home-hero-red .motion-toggle span {
    margin-left: 4px;
  }
  .practice-strip a {
    font-size: 14px;
    padding: 19px 20px;
    border-color: #e5dcdf;
  }
  .practice-strip a > span:first-child {
    font-size: 11px;
  }
  .home-page #firma .editorial-intro {
    padding-left: 19px;
    gap: 28px;
  }
  .home-page #firma h2 {
    font-size: 33px;
  }
  .practice-row:hover {
    padding-left: 0;
    padding-right: 0;
  }
  .practice-row p {
    font-size: 15px;
  }
  .footer-bottom {
    font-size: 11px;
  }
  .team-card .eyebrow {
    font-size: 11px;
  }
  .form-note {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .practice-row {
    transition: none;
  }
}

/* Official supplied logo, preserving its original proportions and colors. */
.brand-logo {
  width: 220px;
  height: auto;
  display: block;
  object-fit: contain;
}
.site-footer .brand {
  background: #fff;
  padding: 10px;
  max-width: 100%;
}
.site-footer .brand-logo {
  width: 250px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .brand-logo {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .brand-logo {
    width: 195px;
  }
  .site-footer .brand-logo {
    width: 235px;
  }
  .header-inner {
    min-height: 82px;
  }
}
@media (max-width: 360px) {
  .site-header .brand-logo {
    width: 170px;
  }
}

/* Homepage: clear copy, a reserved firm photograph, and services without numbering. */
.experience-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
.experience-copy h2 {
  margin-bottom: 28px;
}
.experience-copy .large-copy {
  font-size: 25px;
  line-height: 1.45;
}
.experience-copy > p:not(.eyebrow):not(.large-copy) {
  color: var(--muted);
  font-size: 17px;
}
.firm-photo-placeholder {
  min-height: 400px;
  aspect-ratio: 5 / 4;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background: linear-gradient(135deg, #f1e7ea, #e4d7dd);
  border: 1px solid #d3bbc5;
  color: #795362;
}
.firm-photo-placeholder svg {
  width: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
}
.firm-photo-placeholder figcaption {
  font-size: 15px;
  letter-spacing: 0.03em;
}
.practice-row {
  grid-template-columns: 1fr 1fr 48px;
}
.home-practices .practice-row {
  grid-template-columns: 1fr 48px;
  padding-block: 29px;
}
.home-practices h3 {
  font-size: 30px;
}
.home-page .approach-photo {
  background:
    linear-gradient(90deg, #261521eb, #45142acc),
    url("../images/corporate-red-hero.webp") center / cover;
  background-attachment: scroll, fixed;
  padding-block: 115px;
}
.approach-photo .section-heading {
  margin-bottom: 55px;
}
.approach-photo .three-cols {
  margin-top: 0;
}
.approach-photo .three-cols h3 {
  margin-top: 0;
  font-size: 27px;
}
.home-page .approach-photo .three-cols p {
  font-size: 17px;
  color: #eee4e9;
}
.lawyers-section .section-heading {
  align-items: center;
}
.knowledge-photo {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, #301528df, #281b2a80),
    url("../images/corporate-hero.webp") center / cover;
  background-attachment: scroll, fixed;
  color: white;
}
.knowledge-photo .knowledge-inner {
  display: flex;
  align-items: center;
  min-height: 390px;
  padding-block: 80px;
  position: relative;
  z-index: 1;
}
.knowledge-photo h2 {
  font-size: clamp(34px, 4vw, 54px);
  margin-bottom: 35px;
}
.knowledge-photo .eyebrow {
  color: #f2cbd9;
}
.journal-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.journal-lines path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke: #f4ceda;
  stroke-width: 1;
}
.journal-track {
  opacity: 0.12;
}
.journal-stream {
  stroke-dasharray: 200 800;
  animation: line-flow 22s linear infinite;
  opacity: 0.5;
}
.journal-stream-secondary {
  animation-direction: reverse;
  animation-duration: 28s;
  animation-delay: -9s;
  opacity: 0.3;
}
.motion-paused .journal-stream {
  animation-play-state: paused;
}
.service-details details p {
  padding-left: 0;
}
.site-footer {
  background: #f1ecee;
  color: #51414a;
}
.site-footer .brand {
  padding: 0;
  background: transparent;
}
.site-footer h2 {
  color: #871b36;
}
.site-footer a:hover {
  color: #971632;
}
.footer-bottom {
  border-color: #d7c8cf;
}
@media (max-width: 1100px) {
  .experience-grid {
    gap: 45px;
  }
  .firm-photo-placeholder {
    min-height: 330px;
  }
}
@media (max-width: 850px) {
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .firm-photo-placeholder {
    min-height: 0;
    max-height: 420px;
    width: 100%;
  }
  .home-page .approach-photo,
  .knowledge-photo {
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  .experience-copy .large-copy {
    font-size: 22px;
  }
  .experience-copy > p:not(.eyebrow):not(.large-copy) {
    font-size: 16px;
  }
  .firm-photo-placeholder {
    aspect-ratio: 4 / 3;
  }
  .practice-row {
    grid-template-columns: 1fr 37px;
  }
  .practice-row p {
    grid-column: 1;
    grid-row: 2;
  }
  .practice-row .round-arrow {
    grid-column: 2;
  }
  .home-practices .practice-row {
    grid-template-columns: 1fr 37px;
    padding-block: 24px;
  }
  .home-practices .round-arrow {
    grid-row: 1;
  }
  .home-practices h3 {
    font-size: 24px;
  }
  .home-page .approach-photo {
    padding-block: 70px;
  }
  .three-cols article {
    display: block;
  }
  .three-cols h3 {
    margin-bottom: 14px;
  }
  .home-page .approach-photo .three-cols p {
    font-size: 16px;
  }
  .lawyers-section .section-heading .text-link {
    margin-top: 20px;
  }
  .knowledge-photo .knowledge-inner {
    min-height: 340px;
    padding-block: 65px;
  }
  .knowledge-photo h2 {
    max-width: 320px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .approach-photo,
  .knowledge-photo {
    background-attachment: scroll;
  }
}

/* Visual practice cards: linked services without numbering or extra copy. */
.home-practices {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  border: 0;
}
.home-practices .practice-row,
.home-practices .practice-row:hover {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  grid-column: span 4;
  min-height: 270px;
  padding: 30px;
  border: 0;
  color: white;
  background: #38242b;
}
.home-practices .practice-row:nth-child(-n + 2) {
  grid-column: span 6;
  min-height: 310px;
}
.home-practices .practice-row::before,
.home-practices .practice-row::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.home-practices .practice-row::before {
  background: url("../images/service-compliance.webp") center / cover;
  transition: transform 650ms ease;
}
.home-practices .practice-row::after {
  background: linear-gradient(180deg, #33172618 10%, #371425c9 72%, #27121ce8);
}
.home-practices .practice-row:nth-child(2)::before {
  background-image: url("../images/service-arbitraje.webp");
  background-position: center;
}
.home-practices .practice-row:nth-child(3)::before {
  background-image: url("../images/service-administrativo.webp");
  background-position: center;
}
.home-practices .practice-row:nth-child(4)::before {
  background-image: url("../images/service-fiscal.webp");
  background-position: center;
}
.home-practices .practice-row:nth-child(5)::before {
  background-image: url("../images/service-penal.webp");
  background-position: center;
}

/* Almost-white map and very faint moving lines behind the service cards. */
.home-page .practice-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fafafb;
}
.practice-world-map {
  position: absolute;
  inset: 0 -20%;
  background: url("../images/practice-world-map.svg?v=20260925-routes") center / auto 135% no-repeat;
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 14%,
    transparent 32%,
    transparent 82%,
    #000 94%,
    transparent 100%
  );
  opacity: 0.075;
  pointer-events: none;
  z-index: -1;
}
.practice-map-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.practice-map-lines path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}
.practice-route-track {
  stroke: #93838e;
  stroke-width: 1;
  opacity: 0.025;
}
.practice-route-stream {
  stroke: url(#practice-line-glow);
  stroke-width: 1.8;
  opacity: 0.12;
  stroke-dasharray: 230 770;
  animation: line-flow 17s linear infinite;
}
.practice-route-2 {
  animation-duration: 23s;
  animation-delay: -9s;
  animation-direction: reverse;
}
.practice-route-3 {
  animation-duration: 28s;
  animation-delay: -14s;
  opacity: 0.075;
}
.motion-paused .practice-route-stream {
  animation-play-state: paused;
}
.home-practices .practice-row:nth-child(2n)::after {
  background: linear-gradient(180deg, #5c122c20, #5b122bbd 72%, #320e1ce8);
}
.home-practices .practice-row:hover::before,
.home-practices .practice-row:focus-visible::before {
  transform: scale(1.055);
}
.home-practices .practice-row h3,
.home-practices .practice-row:hover h3 {
  color: #fff;
  font-size: 27px;
  line-height: 1.2;
  max-width: 340px;
}
.home-practices .round-arrow {
  flex-shrink: 0;
  color: white;
  border-color: #ffffff85;
  background: #ffffff0d;
}
.home-practices .practice-row:hover .round-arrow {
  background: #fff;
  color: #851b36;
}

/* Mobile navigation floats over the page instead of moving the content. */
@media (max-width: 850px) {
  .js-nav #main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: min(100%, 420px);
    max-height: calc(100svh - 84px);
    overflow-y: auto;
    overscroll-behavior: contain;
    display: flex;
    padding: 18px 28px 28px;
    background: #fff;
    border-top: 1px solid #e5dadd;
    box-shadow: 0 18px 35px #30102026;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      opacity 220ms ease,
      transform 220ms ease,
      visibility 220ms;
  }
  .js-nav #main-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .home-hero .hero-bottom .location {
    display: none;
  }
  .home-practices .practice-row,
  .home-practices .practice-row:nth-child(-n + 2) {
    grid-column: span 6;
    min-height: 250px;
  }
  .home-practices .practice-row:last-child {
    grid-column: span 12;
  }
}
@media (max-width: 600px) {
  .home-practices {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-practices .practice-row,
  .home-practices .practice-row:nth-child(-n + 2),
  .home-practices .practice-row:last-child,
  .home-practices .practice-row:hover {
    grid-column: 1;
    min-height: 235px;
    padding: 26px;
  }
  .home-practices .practice-row h3,
  .home-practices .practice-row:hover h3 {
    font-size: 25px;
  }
}

/* Experience portrait: restrained proportions with the full photograph visible. */
.firm-photo {
  width: min(100%, 380px);
  margin: 0;
  justify-self: center;
  overflow: hidden;
  border: 1px solid #e4dfe1;
  box-shadow: 0 14px 36px #29131d0d;
}
.firm-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 922 / 1296;
  object-fit: contain;
}
@media (max-width: 850px) {
  .firm-photo {
    width: min(100%, 330px);
  }
}
@media (max-width: 600px) {
  .firm-photo {
    width: min(100%, 310px);
  }
}

/* New practice areas follow the existing photographic cards. */
.home-practices .practice-row:nth-child(6),
.home-practices .practice-row:nth-child(7) {
  grid-column: span 6;
}
.home-practices .practice-row:nth-child(6)::before {
  background-image: url("../images/service-legal-tech.webp");
}
.home-practices .practice-row:nth-child(7)::before {
  background-image: url("../images/service-fintech.webp");
}
.home-practices .practice-card-copy p {
  display: block;
  color: #f4e9ed;
  font-size: 16px;
  line-height: 1.5;
  margin: 12px 0 0;
  max-width: 390px;
}
.service-feature-image {
  display: block;
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  margin-bottom: 36px;
}
@media (max-width: 850px) {
  .home-practices .practice-row:nth-child(6),
  .home-practices .practice-row:nth-child(7) {
    grid-column: span 6;
  }
  .home-practices .practice-row:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 600px) {
  .home-practices .practice-row:nth-child(6),
  .home-practices .practice-row:nth-child(7) {
    grid-column: 1 / -1;
  }
  .home-practices .practice-card-copy p {
    font-size: 15px;
  }
}
