:root {
  --paper: #f4f6f2;
  --white: #fbfcfa;
  --ink: #17231f;
  --green: #164b3d;
  --green-deep: #10382f;
  --green-soft: #e1ebe4;
  --wine: #8a3547;
  --blue: #164b3d;
  --muted: #626e68;
  --line: #cfd8d2;
  --max: 1320px;
}

body::before {
  opacity: .12;
  background-size: 88px 88px;
}

.hero,
.contact {
  min-height: 100dvh;
  height: auto;
  overflow: hidden;
  scroll-snap-align: start;
}

.intro-band,
.services,
.recognition,
.matters,
.insights {
  height: auto;
  min-height: 100dvh;
  overflow: visible;
  scroll-snap-align: start;
}

.site-header {
  min-height: 70px;
  padding-inline: clamp(20px, 3.2vw, 56px);
  background: rgba(244, 246, 242, .94);
}

.brand strong {
  font-size: 1.12rem;
}

.site-header > nav:not(.mobile-nav) {
  gap: clamp(9px, 1.05vw, 18px);
  font-size: clamp(.58rem, .63vw, .7rem);
}

.site-header > nav:not(.mobile-nav) a {
  padding: 25px 0 21px;
}

.site-header a[aria-current] {
  color: var(--wine);
}

.site-header > nav:not(.mobile-nav) a[aria-current] {
  border-bottom-color: var(--wine);
}

.header-contact {
  min-height: 42px;
  padding-inline: 16px;
  background: var(--green-deep);
  font-size: .74rem;
}

.section-name {
  top: 94px;
  left: 0;
  color: var(--wine);
  font-size: .63rem;
  letter-spacing: .16em;
}

.hero {
  grid-template-columns: minmax(0, 54%) minmax(420px, 46%);
}

.hero-lines {
  inset: 70px 0 0;
  opacity: .32;
}

.hero-copy {
  max-width: 820px;
  padding: 126px 6vw 64px 9vw;
}

.scene-label {
  margin-bottom: 22px;
  font-size: .65rem;
}

.hero-slogan {
  gap: 16px;
}

.hero-slogan .slogan-support {
  max-width: 570px;
  color: var(--muted);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(.92rem, 1.15vw, 1.08rem);
  font-weight: 600;
  line-height: 1.5;
}

.hero-slogan .slogan-focus {
  max-width: 690px;
  font-size: clamp(4rem, 6.4vw, 7rem);
  line-height: .9;
}

.hero-summary {
  max-width: 570px;
  font-size: clamp(.96rem, 1.1vw, 1.08rem);
  line-height: 1.65;
}

.hero-meta {
  max-width: 610px;
  gap: 8px 20px;
  margin-top: 28px;
  color: var(--green);
  font-size: .66rem;
}

.hero-portrait {
  height: calc(100dvh - 70px);
  margin-top: 70px;
}

.hero-portrait img {
  filter: saturate(.78) contrast(1.02) brightness(1.04);
}

.portrait-caption {
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 16px 18px;
  background: rgba(16, 56, 47, .9);
}

.intro-band {
  grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
  align-items: start;
  gap: clamp(56px, 7vw, 112px);
  padding: 160px 0 100px;
}

.intro-statement {
  position: sticky;
  top: 138px;
}

.profile-copy {
  gap: 20px;
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.72;
}

.profile-credentials {
  align-content: start;
  border-top-color: var(--ink);
}

.profile-facts > div,
.profile-detail {
  grid-template-columns: 170px minmax(0, 1fr);
  padding: 20px 0;
}

.profile-facts > div:first-child {
  border-bottom: 1px solid var(--line);
}

.profile-facts span,
.profile-detail h3 {
  color: var(--wine);
  font-size: .68rem;
}

.profile-facts strong {
  font-size: 1.08rem;
}

.firm-position-content p,
.profile-detail li {
  font-size: .94rem;
}

.profile-detail li::before,
.profile-engagements li span::before {
  content: "-";
}

.services,
.recognition,
.matters,
.insights {
  padding: 150px 0 108px;
}

.section-heading {
  display: block;
  max-width: 940px;
  margin-bottom: 52px;
}

.section-heading h2 {
  font-size: clamp(3.1rem, 5.4vw, 6rem);
  line-height: .96;
}

.slogan-heading {
  gap: 13px;
}

.slogan-heading .slogan-support {
  max-width: 650px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(.92rem, 1.15vw, 1.08rem);
  font-weight: 600;
  line-height: 1.5;
}

.slogan-heading .slogan-focus {
  font-size: clamp(3.1rem, 5.4vw, 6rem);
}

.service-list {
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(220px, auto));
  gap: 16px;
  height: auto;
  overflow: visible;
}

.service-list article {
  min-height: 220px;
  padding: 24px;
  border-color: var(--line);
  background: rgba(251, 252, 250, .84);
}

.service-list article:first-child {
  grid-row: 1 / span 2;
  padding: 34px;
  background: var(--green-deep);
}

.service-list article:first-child > span,
.service-list article:first-child h3,
.service-list article:first-child a {
  color: var(--white);
}

.service-list article:first-child p {
  color: rgba(255, 255, 255, .72);
  font-size: 1rem;
  line-height: 1.6;
}

.service-list article:first-child h3 {
  max-width: 380px;
  margin-top: 28px;
  font-size: clamp(2.35rem, 3.5vw, 4rem);
}

.service-list h3 {
  font-size: clamp(1.35rem, 1.75vw, 1.7rem);
}

.service-list p {
  font-size: .9rem;
  line-height: 1.55;
}

.service-list a {
  font-size: .66rem;
}

.recognition {
  background: var(--white);
  box-shadow: 0 0 0 100vmax var(--white);
  clip-path: inset(0 -100vmax);
}

.recognition-columns {
  gap: clamp(42px, 6vw, 90px);
}

.recognition-columns h3 {
  margin-bottom: 18px;
  font-size: 1.55rem;
}

.recognition-list {
  max-height: none;
  overflow: visible;
}

.recognition-list article {
  grid-template-columns: 62px 1fr;
  padding: 18px 0;
}

.recognition-list article:nth-child(n+6) {
  display: none;
}

.recognition-list h4 {
  font-size: 1.15rem;
  line-height: 1.3;
}

.recognition-list p {
  font-size: .86rem;
}

.matters {
  width: min(var(--max), calc(100% - 40px));
}

.matters .section-heading {
  max-width: 1120px;
  margin-top: 0;
  margin-bottom: 38px;
}

.matters .slogan-focus {
  font-size: clamp(3.3rem, 5.6vw, 6.3rem);
  white-space: normal;
}

.matters .matter-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 0 44px;
  height: auto;
  overflow: visible;
  border-top: 1px solid var(--ink);
}

.matters .matter-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 10px 18px;
  min-height: 270px;
  padding: 30px 0 26px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.matters .matter-list article:hover {
  transform: none;
}

.matters .matter-list h3 {
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  line-height: 1.12;
}

.matters .matter-list p {
  font-size: clamp(.98rem, 1.05vw, 1.08rem);
  line-height: 1.58;
}

.matters .matter-list article > strong {
  grid-column: 2;
  font-size: .72rem;
}

.insights {
  display: grid;
  gap: clamp(64px, 9vw, 150px);
  align-items: center;
}

.insights .section-heading {
  margin: 0;
}

.insights .matter-list {
  height: auto;
}

.insights .matter-list article {
  min-height: 240px;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.contact {
  grid-template-columns: minmax(300px, .7fr) minmax(520px, 1.3fr);
  padding: 140px clamp(36px, 7vw, 140px) 42px;
}

.contact > div:first-of-type {
  align-self: start;
  padding-top: 60px;
}

.contact h2 {
  max-width: 590px;
  font-size: clamp(3.2rem, 5.5vw, 6rem);
}

.contact-details {
  max-width: 720px;
  justify-self: end;
}

.contact-details p {
  font-size: 1rem;
  line-height: 1.65;
}

.inquiry-form {
  gap: 13px;
}

.inquiry-form label {
  display: grid;
  gap: 7px;
}

.inquiry-form label > span {
  color: rgba(255, 255, 255, .78);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form textarea {
  padding: 13px 14px;
  background: rgba(255, 255, 255, .07);
}

.inquiry-disclaimer {
  border-left-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .08);
  font-weight: 500;
}

.inquiry-form button {
  min-height: 48px;
  color: var(--green-deep);
}

@media (max-width: 1080px) {
  .intro-band {
    grid-template-columns: 1fr;
  }
  
  .intro-statement {
    position: static;
  }
  
  .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .service-list article:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 300px;
  }
  
  .insights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  html {
    scroll-snap-type: none;
  }
  
  .section-name,
  .hero > .section-name,
  .contact > .section-name {
    top: 82px;
  }
  
  .hero {
    min-height: auto;
  }
  
  .hero-copy {
    padding: 30px 18px 48px;
  }
  
  .hero-slogan .slogan-focus {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }
  
  .hero-portrait {
    height: 54svh;
    min-height: 380px;
  }
  
  .intro-band,
  .services,
  .recognition,
  .matters,
  .insights {
    width: min(100% - 36px, var(--max));
    padding: 118px 0 68px;
  }
  
  .profile-copy {
    gap: 17px;
    font-size: .98rem;
  }
  
  .profile-facts > div,
  .profile-detail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 18px 0;
  }
  
  .section-heading {
    margin-bottom: 34px;
  }
  
  .section-heading h2,
  .slogan-heading .slogan-focus {
    font-size: clamp(2.7rem, 12vw, 3.8rem);
  }
  
  .service-list {
    grid-template-columns: 1fr;
  }
  
  .service-list article,
  .service-list article:first-child {
    grid-column: auto;
    min-height: 230px;
    padding: 24px;
  }
  
  .service-list article:first-child h3 {
    font-size: 2.6rem;
  }
  
  .recognition-columns {
    gap: 50px;
  }
  
  .recognition-list article:nth-child(n+5) {
    display: none;
  }
  
  .matters {
    width: min(100% - 36px, var(--max));
  }
  
  .matters .matter-list {
    grid-template-columns: 1fr;
  }
  
  .matters .matter-list article {
    min-height: 0;
    padding: 26px 0;
  }
  
  .matters .matter-list h3 {
    font-size: 1.55rem;
  }
  
  .matters .matter-list p {
    font-size: .98rem;
  }
  
  .insights .matter-list article {
    min-height: 200px;
  }
  
  .contact {
    padding: 118px 18px 28px;
    background: var(--green-deep);
  }
  
  .contact h2 {
    font-size: 3rem;
  }
}

:root {
  --section-label-left: clamp(20px, 3.2vw, 56px);
  --section-label-top: 88px;
  --section-slogan-top: 122px;
}

main > section > .section-name {
  margin: 0 !important;
}

@media (min-width: 1001px) {
  .hero-copy {
    padding-top: max(126px, var(--section-slogan-top)) !important;
    padding-left: max(var(--section-label-left), 9vw) !important;
  }
  
  .services,
  .matters,
  .recognition {
    align-content: start !important;
    padding-top: var(--section-slogan-top) !important;
  }
  
  .services .section-heading,
  .matters .section-heading,
  .recognition .section-heading {
    margin-top: 0 !important;
  }
  
  .insights {
    align-items: start !important;
    padding-top: var(--section-slogan-top) !important;
    padding-left: max(var(--section-label-left), 7vw) !important;
  }
  
  .insights .section-heading,
  .insights .matter-list {
    margin-top: 0 !important;
  }
  
  .contact {
    padding-top: var(--section-slogan-top) !important;
    padding-left: max(var(--section-label-left), 7vw) !important;
  }
  
  .contact > div:first-of-type {
    padding-top: 0 !important;
  }
}

@media (max-width: 1000px) {
  :root {
    --section-label-left: 18px;
    --section-label-top: 78px;
    --section-slogan-top: 108px;
  }
  
  .hero-copy,
  .intro-band,
  .services,
  .matters,
  .recognition,
  .insights,
  .contact {
    padding-left: var(--section-label-left) !important;
    padding-right: var(--section-label-left) !important;
  }
  
  .services,
  .matters,
  .recognition,
  .insights,
  .contact {
    padding-top: var(--section-slogan-top) !important;
  }
  
  .services .section-heading,
  .matters .section-heading,
  .recognition .section-heading,
  .insights .section-heading,
  .contact > div:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 1001px) {
  .intro-band {
    grid-template-rows: auto minmax(0, 1fr);
    align-items: start;
    padding-top: var(--section-slogan-top) !important;
    padding-bottom: 24px !important;
  }
  
  .intro-band .intro-statement,
  .intro-band .profile-credentials {
    align-self: start;
  }
}

@media (max-width: 1000px) {
  .intro-band {
    padding-top: var(--section-slogan-top) !important;
  }
  
  .intro-band .profile-heading {
    margin-bottom: 22px !important;
  }
}

.insights .ideas-all-link {
  margin-top: 14px;
}

@media (min-width: 1001px) {
  .insights {
    grid-template-columns: minmax(280px, .78fr) minmax(520px, 1.22fr) !important;
    grid-template-rows: auto auto !important;
    align-content: start !important;
    column-gap: clamp(42px, 6vw, 96px) !important;
    row-gap: 0 !important;
    padding-top: clamp(128px, 15vh, 158px) !important;
    padding-bottom: clamp(34px, 5vh, 50px) !important;
  }
  
  .insights .section-heading {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    margin-top: 0 !important;
  }
  
  .insights .matter-list {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-top: 0 !important;
  }
  
  .insights .ideas-all-link {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 1000px) {
  .insights {
    padding-top: calc(var(--section-slogan-top) + 18px) !important;
    padding-bottom: clamp(34px, 7vw, 50px) !important;
  }
  
  .insights .ideas-all-link {
    grid-column: 1;
    justify-self: start;
    margin-left: 0;
  }
}

@media (min-width: 1001px) {
  .intro-band .intro-statement,
  .intro-band .profile-credentials {
    padding-bottom: 4px;
  }
}

@media (max-width: 1000px) {
  .intro-band {
    row-gap: 20px !important;
    padding-bottom: 38px !important;
  }
}

.intro-band {
  column-gap: clamp(42px, 6vw, 94px) !important;
  row-gap: 16px !important;
  padding-bottom: clamp(34px, 4vh, 50px) !important;
}

.intro-band .profile-heading {
  margin-bottom: 0 !important;
}

@media (min-width: 1001px) {
  .intro-band {
    grid-template-rows: auto minmax(0, 1fr);
  }
  
  .intro-band .intro-statement,
  .intro-band .profile-credentials {
    padding-bottom: 4px;
  }
}

@media (max-width: 1000px) {
  .intro-band {
    row-gap: 20px !important;
    padding-bottom: 38px !important;
  }
  
  .intro-band .profile-heading {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1001px) {
  .insights {
    grid-template-columns: minmax(280px, .78fr) minmax(520px, 1.22fr) !important;
    grid-template-rows: auto auto !important;
    align-content: start !important;
    align-items: start !important;
    column-gap: clamp(42px, 6vw, 96px) !important;
    row-gap: 0 !important;
    padding-top: clamp(128px, 15vh, 158px) !important;
    padding-bottom: clamp(34px, 5vh, 50px) !important;
  }
  
  .insights .section-heading {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    margin: 0 !important;
  }
  
  .insights .matter-list {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin: 0 !important;
  }
  
  .insights .ideas-all-link {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 1000px) {
  .insights {
    padding-top: calc(var(--section-slogan-top) + 18px) !important;
    padding-bottom: clamp(34px, 7vw, 50px) !important;
  }
  
  .insights .ideas-all-link {
    grid-column: 1;
    margin-left: 0 !important;
  }
}

/* Authoritative mobile Home rules. Keep this block last. */
@media (max-width: 620px) {
  body {
    overflow-x: hidden !important;
  }

  .hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 34dvh minmax(0, 1fr) !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 64px 0 0 !important;
    overflow: hidden !important;
  }

  .hero > .section-name {
    display: none !important;
  }

  .hero-portrait,
  .hero-copy,
  .hero-utility-links {
    grid-column: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .hero-portrait {
    position: relative !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: 34dvh !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .hero-portrait img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 5% !important;
    transform: none !important;
  }

  .portrait-caption {
    right: 12px !important;
    bottom: 10px !important;
    left: 12px !important;
    gap: 2px !important;
    padding: 8px 10px !important;
  }

  .portrait-caption span {
    font-size: .92rem !important;
  }

  .portrait-caption strong {
    font-size: .48rem !important;
    letter-spacing: .1em !important;
  }

  .hero-copy {
    display: flex !important;
    grid-row: 2 !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 14px 16px 76px !important;
    overflow: hidden !important;
  }

  .hero-copy > * {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .scene-label {
    margin-bottom: 5px !important;
    font-size: .53rem !important;
    letter-spacing: .13em !important;
  }

  .hero-slogan {
    gap: 2px !important;
    margin-bottom: 8px !important;
  }

  .hero-slogan .slogan-support {
    font-size: .72rem !important;
    line-height: 1.24 !important;
  }

  .hero-slogan .slogan-focus {
    font-size: clamp(2.08rem, 10.6vw, 2.9rem) !important;
    line-height: .9 !important;
  }

  .hero-summary {
    margin-bottom: 0 !important;
    font-size: .73rem !important;
    line-height: 1.32 !important;
  }

  .hero-summary p {
    margin: 0 0 4px !important;
  }

  .hero-summary p:last-child {
    margin-bottom: 0 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 7px !important;
    margin-top: 10px !important;
  }

  .hero-actions .button {
    justify-content: center !important;
    width: 100% !important;
    min-height: 36px !important;
    padding: 7px 8px !important;
    font-size: .54rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .hero-meta {
    gap: 4px 10px !important;
    margin-top: 9px !important;
    font-size: .48rem !important;
    letter-spacing: .07em !important;
    line-height: 1.3 !important;
  }

  .hero-utility-links {
    right: 16px !important;
    bottom: max(9px, env(safe-area-inset-bottom)) !important;
    left: 16px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 6px 10px !important;
    max-width: none !important;
    padding-top: 7px !important;
    border-top: 1px solid rgba(23, 71, 58, .2) !important;
  }

  .hero-social-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 5px !important;
    min-width: 0 !important;
  }

  .hero-social-actions a,
  .hero-social-actions button {
    gap: 4px !important;
    min-width: 0 !important;
    min-height: 27px !important;
    padding: 3px 5px !important;
    overflow: hidden !important;
    font-size: .45rem !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .hero-social-actions span {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
    font-size: .43rem !important;
  }

  .hero-firm-link {
    align-self: center !important;
    font-size: .46rem !important;
    letter-spacing: .05em !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px), (max-width: 620px) and (max-height: 720px) {
  .hero {
    grid-template-rows: 31dvh minmax(0, 1fr) !important;
  }

  .hero-portrait {
    height: 31dvh !important;
  }

  .hero-copy {
    padding-top: 10px !important;
  }

  .hero-slogan .slogan-focus {
    font-size: clamp(1.88rem, 9.8vw, 2.4rem) !important;
  }

  .hero-summary {
    font-size: .68rem !important;
    line-height: 1.26 !important;
  }

  .hero-meta {
    margin-top: 6px !important;
  }
}

/* Final mobile Home layout: one stable viewport without nested scrolling. */
@media (max-width: 620px) {
  .hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 34dvh minmax(0, 1fr) !important;
    align-items: stretch !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    padding-top: 64px !important;
    overflow: hidden !important;
  }

  .hero > .section-name {
    display: none;
  }

  .hero-portrait {
    position: relative !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 34dvh !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .hero-portrait img {
    object-position: center 5% !important;
    transform: none !important;
  }

  .portrait-caption {
    right: 12px !important;
    bottom: 10px !important;
    left: 12px !important;
    gap: 2px !important;
    padding: 8px 10px !important;
  }

  .portrait-caption span {
    font-size: .92rem !important;
  }

  .portrait-caption strong {
    font-size: .48rem !important;
    letter-spacing: .1em !important;
  }

  .hero-copy {
    display: flex !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    padding: 14px 16px 76px !important;
    overflow: hidden !important;
  }

  .scene-label {
    margin-bottom: 5px !important;
    font-size: .53rem !important;
    letter-spacing: .13em !important;
  }

  .hero-slogan {
    gap: 2px !important;
    margin-bottom: 8px !important;
  }

  .hero-slogan .slogan-support {
    font-size: .72rem !important;
    line-height: 1.24 !important;
  }

  .hero-slogan .slogan-focus {
    max-width: 100% !important;
    font-size: clamp(2.08rem, 10.6vw, 2.9rem) !important;
    line-height: .9 !important;
  }

  .hero-summary {
    margin-bottom: 0 !important;
    font-size: .73rem !important;
    line-height: 1.32 !important;
  }

  .hero-summary p {
    margin: 0 0 4px !important;
  }

  .hero-summary p:last-child {
    margin-bottom: 0 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
    margin-top: 10px !important;
  }

  .hero-actions .button {
    justify-content: center !important;
    width: 100% !important;
    min-height: 36px !important;
    padding: 7px 8px !important;
    font-size: .54rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .hero-meta {
    gap: 4px 10px !important;
    margin-top: 9px !important;
    font-size: .48rem !important;
    letter-spacing: .07em !important;
    line-height: 1.3 !important;
  }

  .hero-utility-links {
    grid-column: 1 !important;
    right: 16px !important;
    bottom: max(9px, env(safe-area-inset-bottom)) !important;
    left: 16px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 6px 10px !important;
    max-width: none !important;
    padding-top: 7px !important;
    border-top: 1px solid rgba(23, 71, 58, .2) !important;
  }

  .hero-social-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 5px !important;
    min-width: 0 !important;
  }

  .hero-social-actions a,
  .hero-social-actions button {
    gap: 4px !important;
    min-width: 0 !important;
    min-height: 27px !important;
    padding: 3px 5px !important;
    overflow: hidden !important;
    font-size: .45rem !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .hero-social-actions span {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
    font-size: .43rem !important;
  }

  .hero-firm-link {
    align-self: center !important;
    font-size: .46rem !important;
    letter-spacing: .05em !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px), (max-width: 620px) and (max-height: 720px) {
  .hero {
    grid-template-rows: 31dvh minmax(0, 1fr) !important;
  }

  .hero-portrait {
    height: 31dvh !important;
  }

  .hero-copy {
    padding-top: 10px !important;
  }

  .hero-slogan .slogan-focus {
    font-size: clamp(1.88rem, 9.8vw, 2.4rem) !important;
  }

  .hero-summary {
    font-size: .68rem !important;
    line-height: 1.26 !important;
  }

  .hero-meta {
    margin-top: 6px !important;
  }
}

@media (min-width: 1001px) {
  .intro-band {
    grid-template-rows: auto minmax(0, 1fr);
    align-items: start;
    padding-top: var(--section-slogan-top) !important;
    padding-bottom: 24px !important;
  }
  
  .intro-band .intro-statement,
  .intro-band .profile-credentials {
    align-self: start;
  }
}

@media (max-width: 1000px) {
  .intro-band {
    padding-top: var(--section-slogan-top) !important;
  }
  
  .intro-band .profile-heading {
    margin-bottom: 22px !important;
  }
}

@media (min-width: 1001px) {
  .recognition {
    padding-top: 112px;
  }
  
  .recognition .section-heading {
    margin-top: 12px;
  }
  
  .insights .matter-list {
    max-height: none;
    overflow: visible;
  }
  
  .insights .matter-list article,
  .insights .matter-list article.compact,
  .insights .matter-list article.dense {
    padding-top: 12px;
    padding-bottom: 13px;
  }
  
  .insights .matter-list article > a {
    bottom: 13px;
  }
}

@media (max-width: 620px) {
  main > section > .section-name,
  .hero > .section-name,
  .intro-band > .section-name,
  .services > .section-name,
  .matters > .section-name,
  .recognition > .section-name,
  .insights > .section-name,
  .contact > .section-name {
    top: 78px !important;
    left: 18px !important;
  }
  
  .ideas-all-link {
    justify-self: start;
    margin-left: 16px;
  }
}

.recognition-list article:nth-child(n) {
  display: grid;
}

.insights {
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  width: 100%;
  max-width: none;
  padding-inline: clamp(28px, 7vw, 138px);
}

.insights .section-heading,
.insights .matter-list {
  width: auto;
}

.insights .section-heading {
  align-self: center;
}

.insights .matter-list article {
  border-bottom-color: rgba(255, 255, 255, .28);
  background: rgba(7, 31, 26, .68);
  backdrop-filter: blur(10px);
}

@media (max-width: 1080px) {
  .insights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .insights {
    width: 100%;
    padding: 108px 18px 54px;
  }
  
  .insights .section-heading,
  .insights .matter-list {
    width: 100%;
  }
}

@media (min-width: 1001px) {
  html {
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: none;
  }
  
  .hero,
  .intro-band,
  .services,
  .recognition,
  .matters,
  .insights,
  .contact {
    height: 100svh;
    min-height: 100svh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  
  .hero,
  .services,
  .matters,
  .insights {
    overflow: hidden;
  }
  
  .intro-band,
  .recognition,
  .contact {
    overflow-y: auto;
    scrollbar-gutter: stable;
  }
  
  .intro-band {
    align-items: center;
    padding-top: 122px;
    padding-bottom: 44px;
  }
  
  .services,
  .recognition,
  .matters,
  .insights {
    padding-top: 116px;
    padding-bottom: 44px;
  }
  
  .section-heading {
    margin-bottom: 28px;
  }
  
  .section-heading h2,
  .slogan-heading .slogan-focus {
    font-size: clamp(2.8rem, 4.7vw, 5.4rem);
  }
  
  .service-list {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    height: min(61svh, 560px);
  }
  
  .service-list article,
  .service-list article:first-child {
    min-height: 0;
  }
  
  .recognition-list {
    max-height: 55svh;
    overflow-y: auto;
  }
  
  .matters .matter-list {
    grid-template-rows: repeat(3, minmax(0, 1fr));
    height: 60svh;
    overflow: hidden;
  }
  
  .matters .matter-list article {
    min-height: 0;
    padding: 16px 0 14px;
  }
  
  .matters .matter-list h3 {
    font-size: clamp(1.25rem, 1.55vw, 1.72rem);
  }
  
  .matters .matter-list p {
    font-size: clamp(.9rem, .94vw, 1rem);
    line-height: 1.48;
  }
  
  .insights .matter-list {
    max-height: 58svh;
    overflow-y: auto;
  }
  
  .contact {
    padding-top: 112px;
    padding-bottom: 28px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overscroll-behavior-y: auto;
}

main > section {
  height: 100dvh !important;
  min-height: 100dvh !important;
  max-height: 100dvh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.intro-band,
.recognition,
.contact {
  overflow-y: auto !important;
}

.services,
.matters,
.insights {
  overflow: hidden !important;
}

@media (max-width: 1000px) {
  main > section {
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh;
    overflow: hidden !important;
  }
  
  .intro-band,
  .recognition,
  .contact {
    overflow-y: auto !important;
  }
  
  .services,
  .recognition,
  .matters,
  .insights {
    padding-top: 104px;
    padding-bottom: 28px;
  }
  
  .section-heading {
    margin-bottom: 22px;
  }
  
  .section-heading h2,
  .slogan-heading .slogan-focus {
    font-size: clamp(2.5rem, 7vw, 4.6rem);
  }
  
  .service-list {
    height: calc(100dvh - 250px);
    min-height: 0;
    overflow-y: auto;
  }
  
  .matters .matter-list {
    height: calc(100dvh - 245px);
    overflow-y: auto;
  }
  
  .recognition-columns {
    padding-bottom: 24px;
  }
  
  .insights .matter-list {
    max-height: calc(100dvh - 270px);
    overflow-y: auto;
  }
}

@media (max-width: 620px) {
  html {
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: auto;
  }
  
  main > section {
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  
  .section-name,
  .hero > .section-name,
  .contact > .section-name {
    top: 76px;
  }
  
  .hero {
    display: grid;
    grid-template-rows: 40dvh minmax(0, 1fr);
    padding-top: 64px;
  }
  
  .hero-portrait {
    grid-row: 1;
    width: 100%;
    height: 40dvh;
    min-height: 0;
  }
  
  .hero-copy {
    grid-row: 2;
    height: calc(60dvh - 64px);
    min-height: 0;
    overflow-y: auto;
    padding: 20px 18px 26px;
  }
  
  .hero-slogan {
    gap: 6px;
  }
  
  .hero-slogan .slogan-focus {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }
  
  .hero-summary {
    font-size: .88rem;
    line-height: 1.48;
  }
  
  .hero-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
  }
  
  .hero-actions .button {
    min-height: 42px;
    padding-inline: 10px;
    font-size: .64rem;
  }
  
  .hero-meta {
    margin-top: 14px;
  }
  
  .intro-band {
    display: block;
    width: min(100% - 32px, var(--max));
    padding: 98px 0 24px;
  }
  
  .profile-copy {
    font-size: .86rem;
    line-height: 1.55;
  }
  
  .profile-credentials {
    margin-top: 22px;
    padding-bottom: 24px;
  }
  
  .services,
  .recognition,
  .matters,
  .insights {
    width: 100%;
    padding: 98px 16px 22px;
  }
  
  .section-heading {
    margin-bottom: 14px;
  }
  
  .section-heading h2,
  .slogan-heading .slogan-focus,
  .matters .slogan-focus {
    font-size: clamp(2rem, 9.5vw, 2.8rem);
    line-height: .98;
  }
  
  .slogan-heading {
    gap: 5px;
  }
  
  .slogan-heading .slogan-support {
    font-size: .8rem;
    line-height: 1.35;
  }
  
  .service-list,
  .matters .matter-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 350px);
    grid-template-columns: none;
    grid-template-rows: 1fr;
    gap: 12px;
    height: calc(100dvh - 225px);
    padding: 2px 14px 12px 2px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  
  .service-list article,
  .service-list article:first-child,
  .matters .matter-list article {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    height: 100%;
    padding: 22px;
    scroll-snap-align: start;
  }
  
  .service-list article:first-child h3,
  .service-list h3,
  .matters .matter-list h3 {
    font-size: 1.55rem;
  }
  
  .service-list article:first-child p,
  .service-list p,
  .matters .matter-list p {
    font-size: .92rem;
    line-height: 1.5;
  }
  
  .recognition-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    height: calc(100dvh - 225px);
    padding-bottom: 18px;
    overflow-y: auto;
  }
  
  .recognition-list {
    max-height: none;
    overflow: visible;
  }
  
  .insights {
    background-position: center, 56% top;
  }
  
  .insights .matter-list {
    height: calc(100dvh - 225px);
    max-height: none;
    overflow-y: auto;
  }
  
  .contact {
    display: block;
    padding: 98px 18px 22px;
  }
  
  .contact > div:first-of-type {
    padding-top: 0;
  }
}

.nav-group {
  position: relative;
}

.nav-group summary {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 25px 0 21px;
  border-bottom: 3px solid transparent;
  list-style: none;
  color: var(--ink);
  cursor: pointer;
  user-select: none;
}

.nav-group summary::-webkit-details-marker {
  display: none;
}

.nav-group summary::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.nav-group[open] summary {
  color: var(--wine);
  border-bottom-color: var(--wine);
}

.nav-group[open] summary::after {
  margin-top: 3px;
  transform: rotate(225deg);
}

.site-header > nav:not(.mobile-nav) .nav-submenu {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  z-index: 20;
  display: grid;
  min-width: 190px;
  padding: 8px;
  border: 1px solid var(--line);
  background: rgba(251, 252, 250, .98);
  box-shadow: 0 18px 38px rgba(23, 35, 31, .13);
  transform: translateX(-50%);
}

.site-header > nav:not(.mobile-nav) .nav-submenu a {
  padding: 12px 13px;
  border-bottom: 0;
  color: var(--ink);
  white-space: nowrap;
}

.site-header > nav:not(.mobile-nav) .nav-submenu a:hover {
  color: var(--wine);
  background: var(--green-soft);
}

.mobile-nav .nav-group summary {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-nav .nav-submenu {
  display: grid;
  padding: 4px 0 4px 16px;
  border-bottom: 1px solid var(--line);
}

.mobile-nav .nav-submenu a {
  color: var(--muted);
  font-size: .7rem;
}

.matters > .section-name,
.recognition > .section-name {
  letter-spacing: .13em;
}

@media (min-width: 1001px) {
  .matters .matter-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
    height: min(60svh, 610px);
    padding: 2px;
    border-top: 0;
  }
  
  .matters .matter-list article {
    grid-template-columns: 28px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 10px 13px;
    min-height: 0;
    padding: 18px 19px 16px;
    border: 1px solid var(--line);
    background: rgba(251, 252, 250, .9);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }
  
  .matters .matter-list article:hover {
    border-color: #aebfb5;
    background: var(--green-soft);
    transform: translateY(-4px);
  }
  
  .matters .matter-list h3,
  .matters .matter-list article.compact h3,
  .matters .matter-list article.dense h3 {
    margin-bottom: 8px;
    font-size: clamp(1.16rem, 1.38vw, 1.42rem);
    line-height: 1.12;
  }
  
  .matters .matter-list p,
  .matters .matter-list article.compact p,
  .matters .matter-list article.dense p {
    font-size: clamp(.78rem, .84vw, .88rem);
    line-height: 1.42;
  }
  
  .matters .matter-list article > strong,
  .matters .matter-list article.compact > strong,
  .matters .matter-list article.dense > strong,
  .matters .matter-list article > span,
  .matters .matter-list article.compact > span,
  .matters .matter-list article.dense > span {
    font-size: .68rem;
  }
}

@media (min-width: 621px) and (max-width: 1000px) {
  .matters .matter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 10px;
    height: calc(100dvh - 225px);
    padding: 2px;
    overflow: hidden;
    border-top: 0;
  }
  
  .matters .matter-list article {
    grid-template-columns: 24px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 7px 10px;
    min-height: 0;
    padding: 12px 13px 11px;
    border: 1px solid var(--line);
    background: rgba(251, 252, 250, .9);
  }
  
  .matters .matter-list article:hover {
    background: var(--green-soft);
    transform: translateY(-3px);
  }
  
  .matters .matter-list h3,
  .matters .matter-list article.compact h3,
  .matters .matter-list article.dense h3 {
    margin-bottom: 5px;
    font-size: 1.02rem;
    line-height: 1.12;
  }
  
  .matters .matter-list p,
  .matters .matter-list article.compact p,
  .matters .matter-list article.dense p {
    font-size: .72rem;
    line-height: 1.32;
  }
  
  .matters .matter-list article > strong,
  .matters .matter-list article.compact > strong,
  .matters .matter-list article.dense > strong,
  .matters .matter-list article > span,
  .matters .matter-list article.compact > span,
  .matters .matter-list article.dense > span {
    font-size: .62rem;
  }
}

@media (min-width: 1001px) {
  .intro-band,
  .services,
  .matters,
  .recognition,
  .insights,
  .contact {
    scroll-margin-top: 0;
  }
  
  .intro-band {
    overflow: hidden !important;
  }
  
  .insights > .section-name {
    left: max(20px, calc((100vw - var(--max)) / 2));
  }
}

.insights {
  background-color: #a9c0b5;
  background-image: linear-gradient(90deg, rgba(9, 36, 30, .98) 0%, rgba(9, 36, 30, .92) 38%, rgba(9, 36, 30, .48) 64%, rgba(9, 36, 30, .16) 100%),
    var(--insights-image);
  background-position: center, 76% 22%;
  background-size: cover, cover;
}

.insights::after {
  background: linear-gradient(180deg, rgba(5, 22, 18, .08), rgba(5, 22, 18, .38));
}

.insights .matter-list {
  border-top-color: rgba(23, 35, 31, .38);
}

.insights .matter-list h3,
.insights .matter-list article > span,
.insights .matter-list article > strong {
  color: var(--ink);
}

.insights .matter-list p {
  color: var(--muted);
}

.contact {
  background: var(--green-deep);
}

.contact > .section-name {
  color: #ffd1da;
  font-weight: 800;
  letter-spacing: .19em;
}

@media (min-width: 1001px) {
  .insights {
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    gap: clamp(64px, 9vw, 150px);
    background-position: center, 76% 22%;
  }
  
  .insights .section-heading {
    align-self: center;
  }
  
  .insights .matter-list {
    justify-self: end;
    width: min(100%, 720px);
  }
}

.hero-utility-links {
  position: absolute;
  z-index: 6;
  bottom: 24px;
  left: max(20px, calc((100vw - var(--max)) / 2));
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  align-items: center;
  max-width: calc(54% - 40px);
}

.hero-social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.hero-social-actions a,
.hero-social-actions button {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 36px;
  padding: 6px 11px;
  border: 1px solid rgba(23, 71, 58, .32);
  color: var(--green);
  background: rgba(251, 252, 250, .72);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.3;
}

.hero-social-actions span {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--wine);
  font-size: .56rem;
  letter-spacing: 0;
  text-transform: none;
}

.hero-firm-link {
  min-height: 0;
  padding: 3px 0;
  border: 0;
  color: var(--green);
  background: transparent;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-firm-link::after {
  content: " ↗";
  color: var(--wine);
}

.hero-social-actions a:hover,
.hero-social-actions button:hover,
.hero-firm-link:hover {
  color: var(--wine);
}

.hero-summary strong,
.profile-copy strong,
.service-list p strong,
.matter-list p strong,
.contact-details p strong {
  color: var(--ink);
  font-weight: 700;
}

.contact-details p strong {
  color: var(--white);
}

@media (max-width: 620px) {
  .hero-utility-links {
    right: 18px;
    bottom: 10px;
    left: 18px;
    gap: 5px 12px;
    max-width: none;
  }
  
  .hero-social-actions a,
  .hero-social-actions button,
  .hero-firm-link {
    font-size: .52rem;
  }
  
  .hero-social-actions a,
  .hero-social-actions button {
    min-height: 32px;
    padding: 4px 8px;
  }
}

.contact-channel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.contact-details .contact-channel-actions a,
.contact-channel-actions button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .42);
  color: var(--white);
  background: transparent;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.contact-channel-actions span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-deep);
  background: var(--white);
  font-size: .58rem;
  letter-spacing: 0;
  text-transform: none;
}

.contact-details .contact-channel-actions a:hover,
.contact-channel-actions button:hover {
  color: var(--green-deep);
  background: var(--white);
}

.contact-details .contact-channel-actions a:hover span,
.contact-channel-actions button:hover span {
  color: var(--white);
  background: var(--wine);
}

@media (min-width: 1001px) {
  .contact {
    row-gap: 14px;
    padding-top: 92px;
    padding-bottom: 16px;
  }
  
  .contact > div:first-of-type {
    padding-top: 30px;
  }
  
  .contact h2 {
    font-size: clamp(2.8rem, 4.7vw, 5.25rem);
  }
  
  .contact-details {
    max-width: 700px;
  }
  
  .contact-details > p {
    margin-bottom: 5px;
    font-size: .88rem;
    line-height: 1.48;
  }
  
  .contact-details > a[data-content="email"],
  .contact-details > address {
    padding: 9px 0;
    font-size: .85rem;
  }
  
  .contact-channel-actions {
    margin-top: 8px;
    padding-bottom: 8px;
  }
  
  .inquiry-form {
    gap: 7px;
    margin-top: 10px;
  }
  
  .inquiry-form input,
  .inquiry-form textarea {
    padding: 9px 11px;
    font-size: .82rem;
  }
  
  .inquiry-form textarea {
    min-height: 82px;
  }
  
  .inquiry-disclaimer {
    padding: 8px 10px;
    font-size: .66rem !important;
    line-height: 1.35 !important;
  }
  
  .inquiry-form button {
    min-height: 38px;
    font-size: .68rem;
  }
  
  .contact footer {
    padding-top: 11px;
  }
}

@media (max-width: 620px) {
  .contact-channel-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .contact-details .contact-channel-actions a,
  .contact-channel-actions button {
    justify-content: center;
    padding: 6px;
    font-size: .56rem;
  }
}

.case-disclosure {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.case-disclosure-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid var(--green);
  color: var(--green);
  background: transparent;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.case-disclosure-button i {
  color: var(--wine);
  font-size: .9rem;
  font-style: normal;
  line-height: 1;
}

.case-disclosure-button:hover {
  color: var(--white);
  background: var(--green);
  transform: translateY(-2px);
}

.case-disclosure-button:hover i {
  color: var(--white);
}

.additional-cases[hidden] {
  display: none;
}

.additional-cases {
  width: 100%;
  padding: 36px 0 56px;
}

.additional-cases-heading {
  display: grid;
  grid-template-columns: minmax(230px, .8fr) minmax(320px, 1.2fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--ink);
}

.additional-cases-heading span {
  color: var(--wine);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.additional-cases-heading p {
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.5;
}

.matters.is-expanded {
  height: auto !important;
  min-height: 100dvh !important;
  max-height: none !important;
  overflow: visible !important;
  scroll-snap-align: none;
}

.matters.is-expanded > .matter-list {
  height: min(60svh, 610px);
}

.matters.is-expanded .additional-matter-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(260px, auto));
  height: auto;
  min-height: 560px;
  overflow: visible;
}

.cases-expanded {
  scroll-snap-type: none !important;
}

.case-disclosure-collapse {
  margin-top: 28px;
}

@media (min-width: 1001px) {
  .matters:not(.is-expanded) .matter-list {
    height: min(56svh, 570px);
  }
}

@media (max-width: 1000px) {
  .matters.is-expanded > .matter-list,
  .matters.is-expanded .additional-matter-list {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  
  .matters.is-expanded .additional-matter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
}

@media (max-width: 620px) {
  .additional-cases {
    padding: 28px 0 44px;
  }
  
  .additional-cases-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  
  .matters.is-expanded .additional-matter-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1001px) {
  .recognition {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    padding-top: 92px;
    padding-bottom: 24px;
    overflow: hidden !important;
  }
  
  .recognition .section-heading {
    margin-top: 0;
    margin-bottom: 18px;
  }
  
  .recognition .slogan-heading {
    max-width: 980px;
  }
  
  .recognition .slogan-heading .slogan-support {
    font-size: clamp(1rem, 1.25vw, 1.25rem);
  }
  
  .recognition .slogan-heading .slogan-focus {
    font-size: clamp(3.2rem, 5.1vw, 5.7rem);
  }
  
  .recognition-columns {
    min-height: 0;
    gap: clamp(38px, 5vw, 72px);
    overflow: hidden;
  }
  
  .recognition-columns h3 {
    margin-bottom: 8px;
    font-size: 1.35rem;
  }
  
  .recognition-list article {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 11px 0;
  }
  
  .recognition-list h4 {
    font-size: clamp(.92rem, 1.04vw, 1.08rem);
    line-height: 1.18;
  }
  
  .recognition-list p {
    margin-top: 2px;
    font-size: .73rem;
    line-height: 1.3;
  }
  
  .recognition-list span {
    font-size: .66rem;
  }
}

.insights {
  color: var(--white);
}

.insights > .section-name {
  color: #ffd1da;
}

.insights .slogan-heading,
.insights .slogan-heading .slogan-support,
.insights .slogan-heading .slogan-focus {
  color: var(--white);
}

.insights .matter-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .48);
}

.insights .matter-list article,
.insights .matter-list article.compact,
.insights .matter-list article.dense {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  min-height: 0;
  padding: 15px 0 17px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.insights .matter-list article:hover {
  padding-left: 8px;
  border-color: rgba(255, 255, 255, .66);
  background: rgba(255, 255, 255, .06);
  transform: none;
}

.insights .matter-list time {
  padding-top: 3px;
  color: #ffd1da;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.insights .matter-list h3,
.insights .matter-list article.compact h3,
.insights .matter-list article.dense h3 {
  margin: 0 82px 5px 0;
  color: var(--white);
  font-size: clamp(1rem, 1.22vw, 1.26rem);
  line-height: 1.16;
}

.insights .matter-list p,
.insights .matter-list article.compact p,
.insights .matter-list article.dense p {
  display: -webkit-box;
  margin: 0 82px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(.78rem, .83vw, .88rem);
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.insights .matter-list article > a {
  position: absolute;
  right: 0;
  bottom: 17px;
  color: var(--white);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.insights .matter-list article > a:hover {
  color: #ffd1da;
}

@media (min-width: 1001px) {
  .insights {
    align-items: start;
    padding-top: 92px;
    padding-bottom: 24px;
  }
  
  .insights .section-heading {
    align-self: start;
    margin-top: 42px;
  }
  
  .insights .slogan-heading {
    max-width: 520px;
  }
  
  .insights .slogan-heading .slogan-support {
    font-size: clamp(1.05rem, 1.35vw, 1.4rem);
  }
  
  .insights .slogan-heading .slogan-focus {
    font-size: clamp(3.5rem, 5.8vw, 6.4rem);
  }
  
  .insights .matter-list {
    align-self: start;
    width: min(100%, 720px);
    max-height: calc(100dvh - 142px);
    margin-top: 42px;
    padding-right: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, .42) transparent;
    scrollbar-width: thin;
  }
}

@media (min-width: 1001px) {
  .contact {
    padding-top: 86px;
    padding-bottom: 13px;
  }
  
  .contact > div:first-of-type {
    padding-top: 24px;
  }
  
  .contact-details > p {
    margin: 0 0 3px;
    font-size: .83rem;
    line-height: 1.4;
  }
  
  .contact-details > a[data-content="email"],
  .contact-details > address {
    padding: 7px 0;
    font-size: .8rem;
  }
  
  .contact-channel-actions {
    margin-top: 6px;
    padding-bottom: 6px;
  }
  
  .inquiry-form {
    gap: 6px;
    margin-top: 8px;
  }
  
  .inquiry-form textarea {
    min-height: 118px;
  }
  
  .inquiry-disclaimer {
    padding: 7px 9px;
    font-size: .62rem !important;
    line-height: 1.3 !important;
  }
  
  .contact footer {
    padding-top: 8px;
  }
}

@media (max-width: 620px) {
  .insights .matter-list article,
  .insights .matter-list article.compact,
  .insights .matter-list article.dense {
    grid-template-columns: 54px minmax(0, 1fr);
  }
  
  .insights .matter-list h3,
  .insights .matter-list p {
    margin-right: 0;
  }
  
  .insights .matter-list article > a {
    position: static;
    grid-column: 2;
    margin-top: 8px;
  }
}

.intro-band,
.services,
.matters,
.recognition {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

main > section > .section-name,
.hero > .section-name,
.intro-band > .section-name,
.services > .section-name,
.matters > .section-name,
.recognition > .section-name,
.insights > .section-name,
.contact > .section-name {
  top: 88px !important;
  left: clamp(20px, 3.2vw, 56px) !important;
  margin: 0 !important;
}

.ideas-all-link {
  grid-column: 2;
  justify-self: end;
  align-self: start;
  display: inline-block;
  padding: 8px 0 4px;
  border-bottom: 1px solid currentColor;
  color: var(--white);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ideas-all-link:hover {
  color: #ffd1da;
}

@media (min-width: 1001px) {
  .recognition {
    padding-top: 112px;
  }
  
  .recognition .section-heading {
    margin-top: 12px;
  }
  
  .insights .matter-list {
    max-height: none;
    overflow: visible;
  }
  
  .insights .matter-list article,
  .insights .matter-list article.compact,
  .insights .matter-list article.dense {
    padding-top: 12px;
    padding-bottom: 13px;
  }
  
  .insights .matter-list article > a {
    bottom: 13px;
  }
}

@media (max-width: 620px) {
  main > section > .section-name,
  .hero > .section-name,
  .intro-band > .section-name,
  .services > .section-name,
  .matters > .section-name,
  .recognition > .section-name,
  .insights > .section-name,
  .contact > .section-name {
    top: 78px !important;
    left: 18px !important;
  }
  
  .intro-band,
  .services,
  .matters,
  .recognition {
    padding-inline: 18px !important;
  }
  
  .ideas-all-link {
    grid-column: 1;
    justify-self: start;
    margin-left: 16px;
  }
}

main > section > .section-name {
  top: var(--section-label-top) !important;
  left: var(--section-label-left) !important;
}

.intro-band,
.services,
.matters,
.recognition {
  padding-inline: max(var(--section-label-left), calc((100vw - var(--max)) / 2)) !important;
}

@media (min-width: 1001px) {
  .services,
  .matters,
  .recognition {
    align-content: start !important;
    padding-top: var(--section-slogan-top) !important;
  }
  
  .services .section-heading,
  .matters .section-heading,
  .recognition .section-heading {
    margin-top: 0 !important;
  }
  
  .insights {
    align-items: start !important;
    padding-top: var(--section-slogan-top) !important;
    padding-left: max(var(--section-label-left), 7vw) !important;
  }
  
  .insights .section-heading,
  .insights .matter-list {
    margin-top: 0 !important;
  }
  
  .contact {
    padding-top: var(--section-slogan-top) !important;
    padding-left: max(var(--section-label-left), 7vw) !important;
  }
  
  .contact > div:first-of-type {
    padding-top: 0 !important;
  }
}

@media (max-width: 1000px) {
  .hero-copy,
  .intro-band,
  .services,
  .matters,
  .recognition,
  .insights,
  .contact {
    padding-left: var(--section-label-left) !important;
    padding-right: var(--section-label-left) !important;
  }
  
  .services,
  .matters,
  .recognition,
  .insights,
  .contact {
    padding-top: var(--section-slogan-top) !important;
  }
}

.intro-band .profile-heading {
  grid-column: 1 / -1;
  align-self: end;
  max-width: 960px;
  margin: 0 !important;
}

.intro-band .profile-heading .slogan-heading {
  max-width: 920px;
  gap: 5px;
}

.intro-band .profile-heading .slogan-support {
  font-size: clamp(.9rem, 1.05vw, 1.02rem);
  line-height: 1.35;
}

.intro-band .profile-heading .slogan-focus {
  font-size: clamp(2.25rem, 3.8vw, 4.2rem);
  line-height: .98;
}

@media (min-width: 1001px) {
  .intro-band {
    grid-template-rows: auto minmax(0, 1fr);
    align-items: start;
    column-gap: clamp(42px, 6vw, 94px) !important;
    row-gap: 16px !important;
    padding-top: var(--section-slogan-top) !important;
    padding-bottom: clamp(34px, 4vh, 50px) !important;
  }
  
  .intro-band .intro-statement,
  .intro-band .profile-credentials {
    align-self: start;
  }
}

@media (max-width: 1000px) {
  .intro-band {
    row-gap: 20px !important;
    padding-top: var(--section-slogan-top) !important;
    padding-bottom: 38px !important;
  }
  
  .intro-band .profile-heading {
    margin-bottom: 0 !important;
  }
}

.insights .ideas-all-link {
  position: relative;
  z-index: 3;
  display: inline-flex !important;
  align-items: center;
  justify-self: start !important;
  width: max-content;
  margin: 14px 0 0 !important;
  padding: 9px 0 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .78);
  color: var(--white);
}

@media (min-width: 1001px) {
  .insights {
    grid-template-columns: minmax(280px, .78fr) minmax(520px, 1.22fr) !important;
    grid-template-rows: auto auto !important;
    align-content: start !important;
    align-items: start !important;
    column-gap: clamp(42px, 6vw, 96px) !important;
    row-gap: 0 !important;
    padding-top: clamp(128px, 15vh, 158px) !important;
    padding-bottom: clamp(34px, 5vh, 50px) !important;
  }
  
  .insights .section-heading {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    margin: 0 !important;
  }
  
  .insights .matter-list {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin: 0 !important;
  }
  
  .insights .ideas-all-link {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 1000px) {
  .insights {
    padding-top: calc(var(--section-slogan-top) + 18px) !important;
    padding-bottom: clamp(34px, 7vw, 50px) !important;
  }
  
  .insights .ideas-all-link {
    grid-column: 1;
    margin-left: 0 !important;
  }
}
