:root {
  --paper: #f5f7f2;
  --white: #ffffff;
  --ink: #182420;
  --green: #17473a;
  --green-soft: #dfe9e1;
  --wine: #812f42;
  --blue: #315f75;
  --brass: #ad8544;
  --muted: #66716c;
  --line: #d7ddd8;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
}

.hero,
.intro-band,
.services,
.recognition,
.matters,
.insights,
.contact {
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.hero,
.intro-band,
.services,
.recognition,
.matters,
.insights,
.contact {
  position: relative;
  scroll-margin-top: 74px;
}

.section-name {
  position: absolute;
  top: 88px;
  left: 0;
  z-index: 4;
  margin: 0;
  color: var(--wine);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero > .section-name,
.contact > .section-name {
  left: clamp(18px, 4vw, 64px);
}

.section-name-inverse,
.section-name-on-portrait {
  color: rgba(255, 255, 255, 0.84);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  pointer-events: none;
  background-image: linear-gradient(rgba(24, 36, 32, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 36, 32, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 74px;
  padding: 0 clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(24, 36, 32, 0.12);
  background: rgba(245, 247, 242, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 1px;
  justify-self: start;
}

.brand strong,
footer strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
}

.brand span,
footer span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-header > nav:not(.mobile-nav) {
  display: flex;
  gap: clamp(10px, 1.35vw, 22px);
  font-size: clamp(0.61rem, 0.7vw, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header > nav:not(.mobile-nav) a {
  padding: 27px 0 23px;
  border-bottom: 3px solid transparent;
}

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

.header-actions {
  display: flex;
  gap: 12px;
  justify-self: end;
  align-items: center;
}

.language-toggle {
  border: 0;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.header-contact,
.button.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--green);
  color: var(--white);
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header-contact {
  text-transform: none;
}

.menu-toggle,
.site-header .mobile-nav {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 48%);
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.hero-lines {
  position: absolute;
  inset: 74px 0 0;
  opacity: 0.58;
  background-image: linear-gradient(90deg, transparent 0 8%, rgba(24, 36, 32, 0.08) 8% calc(8% + 1px), transparent calc(8% + 1px) 92%, rgba(24, 36, 32, 0.08) 92% calc(92% + 1px), transparent calc(92% + 1px)),
    linear-gradient(rgba(24, 36, 32, 0.07) 1px, transparent 1px);
  background-size: 100% 100%, 100% 120px;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 720px;
  padding: 112px 5vw 54px 8vw;
  animation: copy-enter 900ms ease-out both;
}

.scene-label,
.eyebrow,
.section-index {
  color: var(--wine);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  letter-spacing: 0;
}

.slogan-heading {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.slogan-heading .slogan-support {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(.95rem, 1.45vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
}

.slogan-heading .slogan-focus {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 4.6vw, 5.2rem);
  line-height: .94;
}

.insights .slogan-focus {
  grid-row: 1;
}

.insights .slogan-support {
  grid-row: 2;
}

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

.hero-slogan .slogan-support {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.35rem);
}

.hero-slogan .slogan-focus {
  color: var(--ink);
  font-size: clamp(3.35rem, 6vw, 6.5rem);
}

.contact .slogan-support {
  color: rgba(255, 255, 255, .7);
}

.contact .slogan-focus {
  color: var(--white);
}

.hero-summary {
  max-width: 600px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.button.text-button {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button.text-button span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 180ms ease;
}

.button.text-button:hover span {
  transform: translateX(5px);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-portrait {
  position: relative;
  height: calc(100svh - 74px);
  min-height: 0;
  margin-top: 74px;
  overflow: hidden;
  background: var(--green-soft);
  animation: portrait-enter 1100ms ease-out both;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0%;
  filter: saturate(0.82) contrast(0.98) brightness(1.08);
  transform: scale(1.01);
  animation: portrait-drift 9s ease-in-out infinite alternate;
}

.portrait-caption {
  position: absolute;
  z-index: 3;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  color: var(--white);
  background: rgba(23, 71, 58, 0.86);
}

.portrait-caption span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
}

.portrait-caption strong {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-band,
.services,
.recognition,
.matters,
.insights,
.contact {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: clamp(42px, 6vw, 94px);
  align-items: center;
  padding: 118px 0 42px;
}

.intro-statement {
  align-self: center;
}

.section-heading h2,
.contact h2 {
  margin-bottom: 20px;
  font-size: clamp(2.3rem, 4.4vw, 4.85rem);
  line-height: 0.98;
}

.profile-copy,
.section-heading > p,
.contact-details p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.principles {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.principles div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.principles strong {
  padding-top: 3px;
  color: var(--wine);
  font-size: .76rem;
}

.principles span {
  color: var(--ink);
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.5;
}

.profile-copy {
  display: grid;
  gap: 16px;
  text-align: left;
  color: var(--ink);
  font-size: clamp(.94rem, 1.08vw, 1.06rem);
  line-height: 1.62;
}

.profile-copy p {
  margin: 0;
}

.profile-credentials {
  display: grid;
  align-content: center;
  gap: 0;
  min-width: 0;
  border-top: 1px solid var(--ink);
}

.profile-facts {
  display: grid;
  grid-template-columns: 1fr;
}

.profile-facts > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  min-width: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.profile-facts > div:first-child {
  border-bottom: 0;
}

.profile-facts > div + div {
  padding-left: 0;
  border-left: 0;
}

.profile-facts span,
.profile-detail h3 {
  display: block;
  margin: 2px 0 0;
  color: var(--wine);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.profile-facts strong {
  display: block;
  font-size: 1.03rem;
  line-height: 1.45;
}

.firm-position-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.firm-position-content p {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.45;
}

.firm-position-content a {
  display: block;
  width: fit-content;
  margin-top: 3px;
  color: var(--green);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.profile-detail {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.profile-detail h3 {
  margin: 2px 0 0;
}

.profile-detail ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-detail li {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.45;
}

.profile-detail li::before {
  content: "—";
  margin-right: 7px;
  color: var(--wine);
}

.profile-engagements ul {
  grid-template-columns: 1fr;
  gap: 13px;
}

.profile-engagements li {
  display: grid;
  gap: 4px;
  padding-left: 18px;
}

.profile-engagements li::before {
  display: none;
}

.profile-engagements li strong {
  color: var(--ink);
  font-size: .96rem;
  line-height: 1.35;
}

.profile-engagements li em {
  display: block;
  color: var(--muted);
  font-size: .84rem;
  font-style: normal;
  line-height: 1.35;
}

.profile-engagements li span {
  display: block;
  padding-left: 18px;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.4;
}

.profile-engagements li span::before {
  content: "—";
  display: inline-block;
  width: 11px;
  margin-left: -18px;
  margin-right: 7px;
  color: var(--wine);
}

.services {
  display: grid;
  align-content: center;
  padding: 96px 0 78px;
  border-top: 1px solid var(--line);
}

.recognition,
.insights {
  display: grid;
  align-content: center;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0 42px;
}

.insights {
  --insights-image: url("assets/ideas-portrait.jpg");
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  padding: 96px clamp(28px, 7vw, 138px) 42px;
  color: var(--white);
  background-color: #102e27;
  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;
  background-repeat: no-repeat;
}

.insights::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(5, 22, 18, .08), rgba(5, 22, 18, .38));
}

.insights .section-heading,
.insights .matter-list {
  width: min(720px, 54%);
  margin-right: auto;
  margin-left: 0;
}

.insights .section-heading {
  margin-bottom: 28px;
}

.insights .matter-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: none;
  height: auto;
  max-height: 42svh;
  gap: 12px;
  overflow-y: auto;
}

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

.insights .matter-list article:hover {
  background: rgba(20, 77, 63, .82);
}

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

.insights .matter-list p {
  color: rgba(255, 255, 255, .72);
}

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

.recognition-columns h3 {
  margin-bottom: 12px;
  color: var(--green);
  font-size: 1.35rem;
}

.recognition-list {
  max-height: 46svh;
  overflow-y: auto;
  border-top: 1px solid var(--ink);
}

.recognition-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.recognition-list span {
  color: var(--wine);
  font-size: .72rem;
  font-weight: 700;
}

.recognition-list h4 {
  margin: 0 0 5px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
}

.recognition-list p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 32px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  height: min(50svh, 510px);
  overflow: hidden;
  padding: 2px;
}

.service-list article {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  min-height: 0;
  padding: 17px 18px 16px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: background 180ms ease, transform 180ms ease;
}

.service-list article:hover {
  background: var(--green-soft);
  transform: translateY(-4px);
}

.service-list h3 {
  margin: 12px 0 8px;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.08;
}

.service-list p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(.76rem, .93vw, .9rem);
  line-height: 1.42;
}

.service-list a {
  align-self: end;
  margin-top: 10px;
  color: var(--green);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-list article.compact {
  padding: 13px 15px;
}

.service-list article.compact h3 {
  margin: 8px 0 6px;
  font-size: 1.12rem;
}

.service-list article.compact p {
  font-size: .72rem;
  line-height: 1.34;
}

.service-list article.dense h3 {
  font-size: 1rem;
}

.service-list article.dense p {
  font-size: .65rem;
  line-height: 1.28;
}

.service-list article.dense a {
  margin-top: 6px;
  font-size: .58rem;
}

blockquote {
  margin: 34px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.25;
}

.matters {
  display: grid;
  align-content: center;
  padding: 76px 0 48px;
}

.matters > .section-name {
  top: 82px;
}

.matters .section-heading {
  margin-top: 24px;
  margin-bottom: 18px;
}

.matters .slogan-focus {
  max-width: none;
  font-size: clamp(2.15rem, 3.7vw, 4.25rem);
  white-space: nowrap;
}

.matter-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  height: min(51svh, 520px);
  overflow: hidden;
  padding: 2px;
}

.matter-list article {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  align-content: start;
  gap: 10px;
  min-height: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  transition: border-color 180ms ease, transform 180ms ease;
}

.matter-list article:hover {
  border-color: rgba(23, 71, 58, .48);
  transform: translateY(-2px);
}

.matter-list h3 {
  margin-bottom: 7px;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.12;
}

.matter-list article > span,
.service-list article > span {
  color: var(--wine);
  font-size: .72rem;
  font-weight: 700;
}

.matter-list article > strong {
  grid-column: 2;
}

.matter-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(.73rem, .86vw, .84rem);
  line-height: 1.42;
}

.matter-list p .matter-emphasis {
  color: var(--ink);
  font-weight: 800;
}

.matter-list article > strong {
  align-self: end;
  color: var(--blue);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

.matters .matter-list {
  gap: 11px;
  height: min(60svh, 610px);
}

.matters .matter-list h3 {
  font-size: clamp(1.35rem, 1.7vw, 1.65rem);
}

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

.matters .matter-list article > span,
.matters .matter-list article > strong {
  font-size: .875rem;
}

.matter-list article.compact {
  gap: 7px;
  padding: 12px;
}

.matter-list article.compact h3 {
  font-size: 1rem;
}

.matter-list article.compact p {
  font-size: .69rem;
  line-height: 1.32;
}

.matter-list article.compact > strong {
  font-size: .6rem;
}

.matter-list article.dense {
  grid-template-columns: 22px minmax(0, 1fr);
  padding: 10px;
}

.matter-list article.dense h3 {
  font-size: .9rem;
}

.matter-list article.dense p {
  font-size: .61rem;
  line-height: 1.25;
}

.matter-list article.dense > strong,
.matter-list article.dense > span {
  font-size: .55rem;
}

.matters .matter-list article.compact h3,
.matters .matter-list article.dense h3 {
  font-size: 1.125rem;
}

.matters .matter-list article.compact p,
.matters .matter-list article.dense p {
  font-size: .875rem;
  line-height: 1.38;
}

.matters .matter-list article.compact > strong,
.matters .matter-list article.compact > span,
.matters .matter-list article.dense > strong,
.matters .matter-list article.dense > span {
  font-size: .875rem;
}

.services,
.recognition,
.matters,
.insights {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.services,
.matters {
  overflow: hidden;
}

.intro-band,
.contact {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.contact {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(500px, 1.38fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(48px, 5vw, 100px);
  row-gap: 28px;
  width: 100%;
  max-width: none;
  align-items: center;
  padding: 96px clamp(24px, 2.5vw, 52px) 40px clamp(32px, 7.5vw, 154px);
  color: var(--white);
  background: var(--wine);
}

.contact .section-index {
  color: #ffd6de;
}

.contact-details {
  display: grid;
  align-content: center;
  gap: 0;
  width: 100%;
}

.contact-details p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-details a {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.08rem;
  font-weight: 600;
}

.contact-details address {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, .82);
  font-size: .92rem;
  font-style: normal;
  line-height: 1.5;
}

.social-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.social-actions button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .42);
  color: var(--white);
  background: transparent;
  font: inherit;
  font-size: .76rem;
  font-weight: 700;
  cursor: pointer;
}

.social-actions span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--wine);
  background: var(--white);
  font-size: .62rem;
}

.inquiry-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 18px;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 0;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  font: inherit;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: rgba(255, 255, 255, .68);
}

.inquiry-form textarea {
  grid-column: 1 / -1;
  min-height: 132px;
  resize: vertical;
}

.inquiry-disclaimer {
  grid-column: 1 / -1;
  margin: 0;
  padding: 11px 13px;
  border-left: 3px solid rgba(255, 255, 255, .9);
  color: var(--white) !important;
  background: rgba(255, 255, 255, .13);
  font-size: .76rem !important;
  font-weight: 600;
  line-height: 1.5 !important;
}

.inquiry-form button {
  grid-column: 1 / -1;
  min-height: 42px;
  border: 1px solid var(--white);
  color: var(--wine);
  background: var(--white);
  font: inherit;
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

footer {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 620px) auto;
  gap: 34px;
  align-items: start;
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

footer > div {
  display: grid;
}

footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.6;
}

.site-records {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 8px;
  text-align: center;
}

.site-records a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-records a:hover,
.site-records a:focus-visible {
  color: var(--white);
  text-decoration: underline;
}

.record-divider {
  color: rgba(255, 255, 255, 0.38);
}

footer > a {
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.qr-dialog {
  width: min(360px, calc(100% - 36px));
  padding: 28px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(24, 36, 32, .24);
}

.qr-dialog::backdrop {
  background: rgba(24, 36, 32, .66);
  backdrop-filter: blur(4px);
}

.qr-dialog h3 {
  margin: 0 0 18px;
  font-size: 1.5rem;
}

.qr-dialog img {
  display: block;
  width: min(250px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid var(--line);
  object-fit: contain;
}

.qr-dialog p {
  margin: 15px 0 0;
  color: var(--muted);
  text-align: center;
}

.qr-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 1.7rem;
  cursor: pointer;
}

@keyframes copy-enter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes portrait-enter {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  
  to {
    opacity: 1;
    clip-path: inset(0);
  }
}

@keyframes portrait-drift {
  from {
    transform: scale(1.01) translateY(0);
  }
  
  to {
    transform: scale(1.025) translateY(0);
  }
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  
  .site-header > nav:not(.mobile-nav) {
    display: none;
  }
  
  .menu-toggle {
    display: grid;
    width: 40px;
    height: 40px;
    padding: 11px 9px;
    border: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
  }
  
  .menu-toggle > span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 3px 0;
    background: var(--ink);
    transition: transform 180ms ease;
  }
  
  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }
  
  .mobile-nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    grid-column: 1 / -1;
    padding: 12px clamp(18px, 4vw, 64px) 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(245, 247, 242, .98);
    box-shadow: 0 18px 30px rgba(24, 36, 32, .12);
  }
  
  .site-header .mobile-nav.open {
    display: grid;
  }
  
  .mobile-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  
  .hero {
    position: relative;
    grid-template-columns: 1fr;
  }
  
  .hero-copy {
    z-index: 3;
    display: grid;
    align-content: center;
    min-height: 100svh;
    padding: 112px 42vw 46px 32px;
  }
  
  .hero-portrait {
    position: absolute;
    top: 74px;
    right: 0;
    bottom: 0;
    width: 44%;
    height: auto;
    min-height: 0;
    margin-top: 0;
    z-index: 1;
  }
  
  .intro-band,
  .recognition,
  .insights,
  .section-heading,
  .contact {
    grid-template-columns: 1fr;
  }
  
  .intro-band {
    padding: 92px 0 36px;
  }
  
  .service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .service-list article {
    min-height: 250px;
  }
  
  footer {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 620px) {
  html {
    scroll-snap-type: none;
    overscroll-behavior-y: auto;
  }
  
  .hero,
  .intro-band,
  .services,
  .recognition,
  .matters,
  .insights,
  .contact {
    height: auto;
    min-height: 0;
    overflow: visible;
    scroll-snap-align: none;
  }
  
  .hero,
  .intro-band,
  .services,
  .recognition,
  .matters,
  .insights,
  .contact {
    scroll-margin-top: 64px;
  }
  
  .section-name,
  .hero > .section-name,
  .contact > .section-name {
    top: 76px;
    left: 18px;
  }
  
  .hero > .section-name {
    top: 78px;
  }
  
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 64px;
    padding: 0 16px;
  }
  
  .header-contact {
    display: none;
  }
  
  .brand {
    max-width: calc(100vw - 116px);
  }
  
  .brand strong {
    overflow: hidden;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .brand span {
    font-size: .56rem;
  }
  
  .header-actions {
    gap: 8px;
  }
  
  .language-toggle {
    padding: 8px 4px;
    font-size: .66rem;
  }
  
  .mobile-nav {
    top: 64px;
    padding: 12px 16px 18px;
  }
  
  .hero {
    display: flex;
    flex-direction: column-reverse;
    min-height: 100svh;
    padding-top: 64px;
  }
  
  .hero-copy {
    display: block;
    min-height: 0;
    max-width: none;
    padding: 28px 18px 38px;
  }
  
  h1 {
    margin-bottom: 18px;
  }
  
  .hero-slogan .slogan-focus {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }
  
  .slogan-heading .slogan-focus {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
    line-height: 1;
  }
  
  .slogan-heading .slogan-support {
    font-size: .9rem;
  }
  
  .hero-summary {
    font-size: .95rem;
    line-height: 1.58;
  }
  
  .hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 20px;
  }
  
  .hero-actions .button {
    width: 100%;
    min-height: 48px;
  }
  
  .button.text-button {
    justify-content: flex-start;
  }
  
  .hero-meta {
    gap: 8px 14px;
    margin-top: 22px;
    font-size: .62rem;
  }
  
  .hero-portrait {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 46svh;
    min-height: 330px;
    margin: 0;
    opacity: 1;
  }
  
  .hero-portrait img {
    object-position: center 4%;
    animation: none;
  }
  
  .portrait-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 13px 14px;
  }
  
  .portrait-caption span {
    font-size: 1.15rem;
  }
  
  .intro-band,
  .services,
  .recognition,
  .matters,
  .insights {
    width: min(100% - 36px, var(--max));
  }
  
  .insights {
    width: 100%;
    padding: 108px 18px 54px;
    background-image: linear-gradient(180deg, rgba(9, 36, 30, .9) 0%, rgba(9, 36, 30, .7) 45%, rgba(9, 36, 30, .92) 100%),
        var(--insights-image);
    background-position: center, 56% top;
  }
  
  .insights .section-heading,
  .insights .matter-list {
    width: 100%;
  }
  
  .insights .matter-list {
    max-height: none;
    overflow: visible;
  }
  
  .intro-band {
    display: block;
    padding: 108px 0 54px;
  }
  
  .profile-copy {
    text-align: left;
    font-size: .92rem;
    line-height: 1.65;
  }
  
  .profile-credentials {
    margin-top: 30px;
  }
  
  .profile-facts {
    grid-template-columns: 1fr;
  }
  
  .profile-facts > div,
  .profile-facts > div + div {
    display: block;
    padding: 14px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
  
  .profile-detail,
  .profile-engagements ul {
    grid-template-columns: 1fr;
  }
  
  .profile-detail {
    gap: 8px;
    padding: 18px 0;
  }
  
  .profile-detail li {
    font-size: .82rem;
  }
  
  .profile-engagements li {
    padding-left: 0;
  }
  
  .section-heading h2,
  .contact h2 {
    font-size: 2.25rem;
  }
  
  .services,
  .recognition,
  .insights,
  .matters {
    display: block;
    padding: 108px 0 54px;
  }
  
  .section-heading {
    gap: 18px;
    margin-bottom: 28px;
  }
  
  .service-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
    height: auto;
    overflow: visible;
    padding: 0;
    border-top: 0;
  }
  
  .service-list article {
    min-height: 0;
    padding: 20px;
    border: 1px solid var(--line);
  }
  
  .service-list h3 {
    margin-top: 12px;
    font-size: 1.42rem;
  }
  
  .service-list a {
    margin-top: 14px;
  }
  
  .matter-list article {
    grid-template-columns: 1fr;
  }
  
  .matter-list article > strong {
    grid-column: 1;
  }
  
  .recognition-columns {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  
  .recognition-list {
    max-height: none;
    overflow: visible;
  }
  
  .matter-list h3 {
    font-size: 1.25rem;
  }
  
  .matters > .section-name {
    top: 76px;
  }
  
  .matters .section-heading {
    margin-top: 0;
  }
  
  .matters .slogan-focus {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
    white-space: normal;
  }
  
  .matter-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  
  .matter-list article {
    min-height: 0;
    padding: 18px;
  }
  
  .contact {
    display: block;
    width: 100%;
    padding: 108px 18px 28px;
    overflow: visible;
  }
  
  .contact > div:first-child {
    margin-bottom: 34px;
  }
  
  .contact-details p {
    font-size: .9rem;
    line-height: 1.6;
  }
  
  .contact-details a,
  .contact-details address {
    font-size: .9rem;
  }
  
  .social-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .social-actions button {
    justify-content: center;
  }
  
  .inquiry-form {
    grid-template-columns: 1fr;
  }
  
  .inquiry-form input,
  .inquiry-form textarea {
    font-size: 16px;
  }
  
  .inquiry-form textarea {
    min-height: 160px;
  }
  
  .contact footer {
    display: block;
    margin-top: 36px;
    padding-top: 18px;
  }
  
  .contact footer > div {
    display: grid;
  }
  
  .contact footer > p {
    display: block;
    font-size: .68rem;
  }

  .contact footer .site-records {
    display: flex;
    margin: 14px 0;
  }
  
  .qr-dialog {
    width: calc(100% - 28px);
    padding: 24px 18px;
  }
  
  .qr-dialog img {
    width: min(300px, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}
