:root {
  --ink: #102439;
  --ink-soft: #3c4f5b;
  --paper: #f6f1ea;
  --paper-warm: #fffaf3;
  --banking: #6f8783;
  --regulation: #b37b58;
  --finance: #244a70;
  --line: rgba(16, 36, 57, 0.22);
  --dark: #061826;
  --dark-soft: #0c2435;
  --white: #fffaf3;
  --content: 1320px;
  --section-label-width: clamp(220px, 22vw, 280px);
  --section-column-gap: clamp(1.8rem, 5vw, 4rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(var(--content), calc(100% - 7rem));
  margin: 0 auto;
  padding: 2.2rem 0 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 360px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  flex: 0 0 auto;
  width: 58px;
  height: 48px;
}

.ring {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1.4px solid currentColor;
  border-radius: 50%;
}

.ring--finance {
  top: 0;
  left: 13px;
  color: var(--finance);
}

.ring--banking {
  left: 0;
  top: 17px;
  color: var(--banking);
}

.ring--regulation {
  right: 0;
  top: 17px;
  color: var(--regulation);
}

.brand-name {
  display: block;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 2.4vw, 2.65rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.95;
}

.brand-claim {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.45em;
  color: var(--ink-soft);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-claim__item {
  white-space: nowrap;
}

.brand-claim__item:not(:last-child)::after {
  content: "·";
  margin-left: 0.45em;
}

.main-nav {
  display: flex;
  gap: clamp(0.8rem, 1.6vw, 1.8rem);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a {
  text-decoration: none;
  white-space: nowrap;
}

.language-switch,
.footer-language {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.55rem;
  overflow: hidden;
  padding-left: 1rem;
  border-left: 1px solid rgba(16, 36, 57, 0.22);
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.language-switch a,
.footer-language a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  opacity: 0.58;
}

.language-switch a + a,
.footer-language a + a {
  position: relative;
}

.language-switch a.is-active,
.footer-language a.is-active {
  color: var(--regulation);
  border-bottom-color: currentColor;
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: clip;
  display: grid;
  grid-template-columns: minmax(380px, 0.98fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  padding: 10rem max(3.5rem, calc((100vw - var(--content)) / 2)) 4.25rem;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.96) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(16, 36, 57, 0.055) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 78% 24%, rgba(111, 135, 131, 0.18), transparent 27%),
    linear-gradient(110deg, #fbf8f1 0%, #f3ece1 58%, #e5ded2 100%);
  background-size: 88px 88px, 88px 88px, auto, auto;
}

.hero__content {
  position: relative;
  z-index: 5;
  max-width: 760px;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 560px;
  font-size: clamp(1.95rem, 2.45vw, 2.9rem);
  line-height: 1.08;
}

.hero__name {
  margin: 0 !important;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4.2vw, 4.7rem) !important;
  font-weight: 600;
  line-height: 0.98;
}

.hero__credentials {
  margin: 0.45rem 0 1.9rem !important;
  color: var(--ink-soft);
  font-size: 0.82rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--regulation);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255, 250, 243, 0.68);
}

.text-regulation {
  color: var(--regulation);
}

.text-banking {
  color: var(--banking);
}

.text-finance {
  color: var(--finance);
}

.hero-disciplines {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.rule {
  display: block;
  width: 64px;
  height: 1px;
  margin: 2.2rem 0 1.65rem;
  background: var(--regulation);
}

.hero p {
  max-width: 670px;
  margin: 0 0 1.4rem;
  font-size: 1.05rem;
}

.hero__lead {
  color: var(--ink);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem) !important;
}

.hero__strapline {
  display: block;
  margin: 1.25rem 0 1.6rem !important;
  padding-top: 1rem;
  border-top: 1px solid var(--regulation);
  color: var(--ink-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem) !important;
  line-height: 1.08;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  min-height: 54px;
  padding: 0 1.55rem;
  border: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button--dark {
  color: var(--white);
  background: var(--dark);
  border-color: var(--dark);
}

.button--outline {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 250, 243, 0.46);
}

.button--light {
  color: var(--ink);
  background: rgba(255, 250, 243, 0.5);
  border-color: rgba(16, 36, 57, 0.24);
}

.hero-circles {
  position: absolute;
  z-index: 1;
  right: max(4rem, calc((100vw - var(--content)) / 2 + 2rem));
  top: 18%;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  pointer-events: none;
}

.hero-circles::before,
.hero-circles::after {
  content: "";
  position: absolute;
  inset: -4%;
  pointer-events: none;
}

.hero-circles::before {
  opacity: 0.34;
  background:
    linear-gradient(90deg, transparent 49.85%, rgba(16, 36, 57, 0.34) 50%, transparent 50.15%),
    linear-gradient(0deg, transparent 49.85%, rgba(16, 36, 57, 0.28) 50%, transparent 50.15%),
    linear-gradient(90deg, transparent 82.85%, rgba(16, 36, 57, 0.18) 83%, transparent 83.15%),
    linear-gradient(0deg, transparent 81.85%, rgba(16, 36, 57, 0.16) 82%, transparent 82.15%),
    linear-gradient(135deg, transparent 49.9%, rgba(16, 36, 57, 0.16) 50%, transparent 50.1%);
}

.hero-circles::after {
  opacity: 0.72;
  background:
    radial-gradient(circle at 50% 50%, rgba(16, 36, 57, 0.88) 0 4px, transparent 4.8px),
    radial-gradient(circle at 83% 50%, rgba(16, 36, 57, 0.72) 0 3px, transparent 3.8px),
    radial-gradient(circle at 50% 16%, rgba(16, 36, 57, 0.76) 0 4px, transparent 4.8px),
    radial-gradient(circle at 16% 50%, rgba(111, 135, 131, 0.86) 0 3.5px, transparent 4.3px),
    radial-gradient(circle at 83% 82%, rgba(179, 123, 88, 0.8) 0 3px, transparent 3.8px);
}

.hero-circles--interactive::after {
  display: none;
}

.hero-circles--interactive {
  pointer-events: auto;
}

.hero-circle {
  position: absolute;
  display: block;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.92;
  background:
    radial-gradient(circle at 34% 27%, rgba(255, 255, 255, 0.58), transparent 34%),
    radial-gradient(circle at 70% 72%, rgba(16, 36, 57, 0.1), transparent 34%),
    var(--circle-fill);
  box-shadow:
    inset 0 0 70px rgba(255, 250, 243, 0.2),
    0 0 0 1px rgba(255, 250, 243, 0.14);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hero-circle::before,
.hero-circle::after {
  content: "";
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.28;
}

.hero-circle::before {
  inset: -9%;
}

.hero-circle::after {
  inset: 24%;
  border-style: dotted;
  opacity: 0.2;
}

.hero-circle--finance {
  top: 0;
  left: 22%;
  width: 62%;
  height: 62%;
  color: rgba(36, 74, 112, 0.78);
  --circle-fill: rgba(36, 74, 112, 0.42);
}

.hero-circle--banking {
  left: 0;
  bottom: 6%;
  width: 62%;
  height: 62%;
  color: rgba(111, 135, 131, 0.74);
  --circle-fill: rgba(111, 135, 131, 0.38);
}

.hero-circle--regulation {
  right: 0;
  bottom: 4%;
  width: 62%;
  height: 62%;
  color: rgba(179, 123, 88, 0.78);
  --circle-fill: rgba(179, 123, 88, 0.4);
}

.hero-circle-marker {
  position: absolute;
  z-index: 6;
  left: var(--marker-x);
  top: var(--marker-y);
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  outline: none;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

.hero-circle-marker::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: var(--marker-color);
  box-shadow:
    0 0 0 4px rgba(255, 250, 243, 0.34),
    0 8px 18px rgba(16, 36, 57, 0.16);
  transition: inset 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hero-circle-marker::after {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: calc(100% + 0.35rem);
  min-width: max-content;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(16, 36, 57, 0.12);
  border-top: 3px solid var(--marker-color);
  color: var(--marker-color);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(246, 241, 234, 0.96));
  box-shadow:
    0 12px 28px rgba(6, 24, 38, 0.14),
    inset 0 1px 0 rgba(255, 250, 243, 0.9);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.hero-circle-marker:hover::before,
.hero-circle-marker:focus-visible::before {
  inset: 10px;
  box-shadow:
    0 0 0 5px rgba(255, 250, 243, 0.44),
    0 10px 22px rgba(16, 36, 57, 0.22);
  transform: scale(1.02);
}

.hero-circle-marker:hover::after,
.hero-circle-marker:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.hero-circle-marker--finance {
  --marker-x: 53%;
  --marker-y: 31%;
  --marker-color: var(--finance);
}

.hero-circle-marker--banking {
  --marker-x: 31%;
  --marker-y: 63%;
  --marker-color: var(--banking);
}

.hero-circle-marker--regulation {
  --marker-x: 69%;
  --marker-y: 65%;
  --marker-color: var(--regulation);
}

.hero-circle-marker--integrated {
  --marker-x: 50%;
  --marker-y: 50%;
  --marker-color: rgba(16, 36, 57, 0.9);
}

.hero-circle-marker--integrated::after {
  color: var(--ink);
}

.hero-circle-marker--integrated::before {
  inset: 8px;
  border: 1px solid rgba(16, 36, 57, 0.5);
  background:
    radial-gradient(circle, rgba(255, 250, 243, 0.9) 0 34%, transparent 36%),
    rgba(16, 36, 57, 0.88);
  box-shadow:
    0 0 0 5px rgba(255, 250, 243, 0.28),
    0 9px 22px rgba(16, 36, 57, 0.2);
}

.hero-circle-marker--integrated:hover::before,
.hero-circle-marker--integrated:focus-visible::before {
  inset: 7px;
}

.portrait {
  position: relative;
  align-self: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(16, 36, 57, 0.08)),
    #d9d6cf;
  box-shadow: 0 18px 45px rgba(16, 36, 57, 0.08);
}

.portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,0.22) 50%, transparent 50.3%),
    radial-gradient(circle at 50% 27%, rgba(255,255,255,0.45), transparent 18%);
}

.portrait img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% 15%;
}

.portrait img.is-missing {
  display: none;
}

.expertise h2 {
  font-size: clamp(2.15rem, 3vw, 3.05rem);
  line-height: 1.04;
}

.expertise {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 65% 15%, rgba(74, 117, 138, 0.22), transparent 34%),
    linear-gradient(145deg, var(--dark), var(--dark-soft));
}

.expertise::before {
  content: "";
  position: absolute;
  inset: 16% -10% auto;
  height: 260px;
  opacity: 0.14;
  background: repeating-radial-gradient(ellipse at center, transparent 0 16px, rgba(255, 250, 243, 0.38) 17px 18px);
  transform: rotate(-7deg);
}

.expertise__inner {
  position: relative;
  z-index: 1;
  width: min(var(--content), calc(100% - 7rem));
  margin: 0 auto;
  padding: 4.4rem 0 4.2rem;
}

.expertise .rule {
  margin: 1.4rem 0 2rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.6rem 0 2.7rem;
}

.service-card {
  min-height: 220px;
  padding: 0 2.7rem;
  border-left: 1px solid rgba(255, 250, 243, 0.2);
}

.service-card:first-child {
  padding-left: 0;
  border-left: 0;
}

.service-card__icon {
  position: relative;
  width: 76px;
  height: 76px;
  margin-bottom: 1.35rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: rgba(255, 250, 243, 0.72);
}

.service-card:nth-child(2) .service-card__icon {
  color: var(--regulation);
}

.service-card__icon::before,
.service-card__icon::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid currentColor;
}

.service-card__icon--bank::before {
  inset: 24px 18px 22px;
  border-width: 1px 0;
  background: repeating-linear-gradient(90deg, currentColor 0 1px, transparent 1px 9px);
}

.service-card__icon--bank::after {
  inset: 17px 18px auto;
  height: 18px;
  border-width: 1px 0 0;
  transform: skewY(-22deg);
}

.service-card__icon--section::before {
  border: 0;
  content: "\00A7";
  inset: 11px 0 0;
  font-family: Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}

.service-card__icon--section::after {
  display: none;
}

.service-card__icon--growth::before {
  inset: 24px 22px 20px 20px;
  border-width: 0 0 1px 1px;
}

.service-card__icon--growth::after {
  inset: 22px;
  border: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(-34deg);
}

.service-card h3 {
  margin: 0 0 0.8rem;
  color: rgba(255, 250, 243, 0.78);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.service-card:nth-child(2) h3 {
  color: var(--regulation);
}

.service-card p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 250, 243, 0.86);
}

.approach {
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(420px, 1.26fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding: 4.7rem max(3.5rem, calc((100vw - var(--content)) / 2));
  background: var(--paper-warm);
  border-top: 1px solid rgba(16, 36, 57, 0.08);
}

.approach h2 {
  max-width: 620px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.approach__portrait {
  width: min(460px, 100%);
}

.approach__copy {
  max-width: 780px;
}

.approach__copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}

.approach__copy p + p {
  margin-top: 1rem;
}

.experience {
  padding: 4rem max(3.5rem, calc((100vw - var(--content)) / 2));
  background: var(--paper);
  border-top: 1px solid rgba(16, 36, 57, 0.12);
}

.experience__inner {
  max-width: 780px;
  margin: 0 auto;
}

.experience h2 {
  max-width: 620px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.experience p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}

.experience p + p {
  margin-top: 1rem;
}

.text-highlight {
  color: var(--ink);
  font-weight: 800;
}

.blog-overview,
.publications {
  width: min(1080px, calc(100% - 7rem));
  margin: 0 auto;
  padding: 3.6rem 0 4rem;
  border-top: 1px solid rgba(16, 36, 57, 0.14);
}

.blog-overview {
  width: min(1180px, calc(100% - 7rem));
  padding-top: 4.2rem;
}

.blog-list {
  display: grid;
  gap: 1.35rem;
}

.blog-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(16, 36, 57, 0.14);
  background: rgba(255, 250, 243, 0.62);
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(16, 36, 57, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.blog-card:hover {
  border-color: rgba(179, 123, 88, 0.42);
  box-shadow: 0 22px 52px rgba(16, 36, 57, 0.1);
  transform: translateY(-2px);
}

.blog-card__media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #9ba7a4;
}

.blog-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 60%, rgba(16, 36, 57, 0.08));
  pointer-events: none;
}

.blog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: transform 400ms ease;
}

.blog-card:hover .blog-card__media img {
  transform: scale(1.015);
}

.blog-card__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.7rem, 3.5vw, 3rem);
}

.blog-card__category {
  margin: 0 0 0.8rem;
  color: var(--regulation);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-card h3 {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 2.6vw, 2.7rem);
  font-weight: 600;
  line-height: 1.04;
  text-wrap: balance;
}

.blog-card__description {
  max-width: 650px;
  margin: 1rem 0 1.5rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.blog-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1.5rem;
  margin-top: auto;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(16, 36, 57, 0.12);
  font-size: 0.68rem;
  font-weight: 700;
}

.blog-card__footer > span {
  color: var(--ink-soft);
}

.blog-card__footer strong {
  color: var(--ink);
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card__footer strong span {
  margin-left: 0.35rem;
  color: var(--regulation);
}

.section-heading {
  display: grid;
  grid-template-columns: var(--section-label-width) minmax(0, 1fr);
  gap: var(--section-column-gap);
  align-items: start;
  margin-bottom: 1.8rem;
}

.section-heading > * {
  min-width: 0;
}

.section-heading h2 {
  max-width: 760px;
  font-size: clamp(1.55rem, 2.25vw, 2.35rem);
  line-height: 1.12;
  overflow-wrap: break-word;
}

.section-heading p:not(.eyebrow) {
  max-width: 780px;
  margin: 0.75rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.publication-list-shell {
  display: block;
}

.publication-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16, 36, 57, 0.14);
}

.publication-card {
  position: relative;
  display: grid;
  grid-template-columns: var(--section-label-width) minmax(0, 1fr) auto;
  gap: var(--section-column-gap);
  align-items: center;
  min-height: 72px;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(16, 36, 57, 0.14);
  background: transparent;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.publication-card:hover {
  border-color: rgba(179, 123, 88, 0.48);
  background: rgba(255, 250, 243, 0.34);
  transform: none;
}

.publication-card__meta {
  color: var(--regulation);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.publication-card__title {
  color: var(--ink);
  font-size: clamp(0.95rem, 1.15vw, 1.12rem);
  font-weight: 700;
  line-height: 1.28;
  display: -webkit-box;
  min-height: 2.56em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.publication-card__arrow {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(16, 36, 57, 0.14);
  color: var(--ink);
}

.publication-card__arrow svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
  fill: none;
}

.contact-strip {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) auto;
  align-items: end;
  justify-content: space-between;
  gap: clamp(2rem, 6vw, 5rem);
  padding: 4rem max(3.5rem, calc((100vw - var(--content)) / 2));
  background:
    linear-gradient(135deg, rgba(179, 123, 88, 0.09), transparent 42%),
    var(--paper-warm);
}

.contact-strip h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 3.8rem);
  line-height: 1;
}

.contact-strip p:not(.eyebrow) {
  max-width: 620px;
  margin: 1.05rem 0 0;
  color: var(--ink-soft);
}

.contact-list {
  display: grid;
  gap: 1rem;
  min-width: min(100%, 360px);
  margin: 0;
  padding: 1.4rem;
  border: 1px solid rgba(16, 36, 57, 0.14);
  background: rgba(255, 250, 243, 0.58);
}

.contact-list div {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(16, 36, 57, 0.12);
}

.contact-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-list dt {
  color: var(--regulation);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-list dt::after {
  content: ":";
}

.contact-list dd {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-list a {
  text-decoration-color: rgba(16, 36, 57, 0.24);
  text-underline-offset: 0.2em;
}

.legal {
  width: min(var(--content), calc(100% - 7rem));
  margin: 0 auto;
  padding: 4.6rem 0;
  border-top: 1px solid rgba(16, 36, 57, 0.14);
}

.legal--privacy {
  padding-top: 0;
  border-top: 0;
}

.legal--error {
  border-top: 0;
}

.legal__heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(360px, 1.45fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  margin-bottom: 2.3rem;
}

.legal__heading h2 {
  font-size: clamp(2.1rem, 3.2vw, 3.45rem);
  line-height: 1.03;
}

.legal__heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 1rem 0 1.7rem;
  color: var(--ink-soft);
}

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

.legal__flow {
  display: grid;
  gap: 1rem;
}

.legal-card {
  padding: 1.25rem;
  border: 1px solid rgba(16, 36, 57, 0.14);
  background: rgba(255, 250, 243, 0.46);
}

.legal-card h3 {
  margin: 0 0 0.9rem;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 1.7vw, 1.75rem);
  font-weight: 600;
  line-height: 1.1;
}

.legal-card h4 {
  margin: 1rem 0 0.4rem;
  color: var(--regulation);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-card p {
  margin: 0;
  color: var(--ink-soft);
}

.legal-card p + p {
  margin-top: 0.42rem;
}

.legal-card ul {
  margin: 0.3rem 0 0.9rem;
  padding-left: 1.15rem;
  color: var(--ink-soft);
}

.legal-card li + li {
  margin-top: 0.28rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  padding: 3rem max(3.5rem, calc((100vw - var(--content)) / 2));
  color: rgba(255, 250, 243, 0.84);
  background: #04121d;
  border-top: 1px solid rgba(255, 250, 243, 0.12);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-brand strong {
  display: block;
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
}

.footer-brand > div > span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: end;
  gap: 0.8rem 1.35rem;
}

.footer-links h2 {
  flex-basis: 100%;
  text-align: right;
}

.site-footer h2 {
  margin: 0 0 0.85rem;
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer address {
  margin: 0;
  color: rgba(255, 250, 243, 0.76);
  font-style: normal;
  line-height: 1.75;
}

.site-footer a {
  text-decoration-color: rgba(255, 250, 243, 0.34);
  text-underline-offset: 0.22em;
}

.site-footer .footer-language {
  border-left-color: rgba(255, 250, 243, 0.24);
  color: rgba(255, 250, 243, 0.78);
}

.site-footer .footer-language a.is-active {
  color: var(--white);
}

.back-to-top {
  position: fixed;
  z-index: 40;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 250, 243, 0.32);
  color: var(--white);
  background: rgba(6, 24, 38, 0.92);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(6, 24, 38, 0.18);
}

.anchor-target {
  display: block;
  height: 0;
}

@media (max-width: 1100px) {
  .site-header {
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 2rem max(2rem, calc((100vw - 900px) / 2)) 1rem;
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.96) 0 1px, transparent 1px 100%),
      linear-gradient(0deg, rgba(16, 36, 57, 0.055) 0 1px, transparent 1px 100%),
      radial-gradient(circle at 78% 24%, rgba(111, 135, 131, 0.18), transparent 27%),
      linear-gradient(110deg, #fbf8f1 0%, #f3ece1 58%, #e5ded2 100%);
    background-size: 88px 88px, 88px 88px, auto, auto;
  }

  .brand {
    justify-content: center;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 3rem 2rem 4rem;
  }

  .hero__content {
    max-width: 760px;
  }

  .hero-circles {
    right: 2rem;
    top: 38%;
    width: min(70vw, 420px);
  }

  .portrait {
    width: min(460px, 100%);
    margin: 0 auto;
  }

  .expertise__inner {
    width: min(100% - 4rem, 820px);
  }

  .approach {
    grid-template-columns: 1fr;
    padding: 3.8rem 2rem;
    gap: 2rem;
  }

  .experience {
    padding: 3.8rem 2rem;
  }

  .blog-overview,
  .publications {
    width: min(100% - 4rem, 820px);
  }

  .legal {
    width: min(100% - 4rem, 820px);
  }

  .legal__heading,
  .legal__grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .publication-card {
    grid-template-columns: 1fr auto;
    gap: 0.7rem 1rem;
  }

  .publication-card__meta {
    grid-column: 1 / -1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }

  .footer-links {
    justify-content: start;
  }

  .footer-links h2 {
    text-align: left;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-card,
  .service-card:first-child {
    min-height: auto;
    padding: 0 0 2rem;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 250, 243, 0.2);
  }

  .service-card:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.9rem 1rem;
    padding: 1.55rem 2rem 1.2rem;
  }

  .brand {
    grid-column: 1 / -1;
    min-width: 315px;
    justify-self: center;
    justify-content: center;
  }

  .brand-mark {
    width: 52px;
    height: 43px;
  }

  .ring {
    width: 29px;
    height: 29px;
  }

  .ring--finance {
    left: 11px;
  }

  .ring--banking,
  .ring--regulation {
    top: 15px;
  }

  .brand-name {
    font-size: 2.15rem;
  }

  .brand-claim {
    max-width: 290px;
    font-size: 0.56rem;
    letter-spacing: 0.055em;
    line-height: 1.2;
  }

  .main-nav {
    grid-column: 2;
    justify-self: center;
    margin-left: 0;
    gap: clamp(0.7rem, 1.4vw, 1rem);
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  .language-switch {
    grid-column: 3;
    justify-self: end;
    padding-left: 0.8rem;
    font-size: 0.62rem;
  }

  .hero {
    grid-template-columns: minmax(410px, 0.92fr) minmax(330px, 0.72fr);
    min-height: 560px;
    gap: 1.5rem;
    padding: 4.2rem 2rem 3.5rem;
  }

  .hero__content {
    max-width: 560px;
  }

  .hero__strapline {
    font-size: 1.75rem !important;
  }

  .hero__lead {
    max-width: 540px;
    font-size: 0.95rem !important;
  }

  .hero-circles {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 430px);
    align-self: center;
    justify-self: center;
  }

  .approach {
    grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
    gap: 3rem;
    padding: 4rem 2rem;
  }

  .approach__portrait {
    width: min(360px, 100%);
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .service-card,
  .service-card:first-child {
    min-height: 220px;
    padding: 0 1.6rem;
    border-bottom: 0;
    border-left: 1px solid rgba(255, 250, 243, 0.2);
  }

  .service-card:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

@media (min-width: 681px) and (max-width: 900px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.9rem 1rem;
    padding: 1.45rem 2rem 1.1rem;
  }

  .brand {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .main-nav {
    grid-column: 2;
    justify-self: center;
    gap: clamp(0.6rem, 1.4vw, 0.8rem);
    font-size: 0.6rem;
    letter-spacing: 0.065em;
  }

  .language-switch {
    grid-column: 3;
    justify-self: end;
    padding-left: 0.8rem;
    font-size: 0.62rem;
  }

  .hero {
    padding: 3rem 2rem 5.8rem;
  }

  .hero__content {
    max-width: 620px;
  }

  .hero .hero__lead {
    max-width: 510px;
  }

  .hero-circles {
    top: auto;
    right: 1rem;
    bottom: -4.5rem;
    width: min(44vw, 315px);
    opacity: 0.68;
  }

  .approach__portrait {
    width: min(380px, 100%);
  }
}

@media (max-width: 680px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.8rem;
    width: 100%;
    padding: 1.45rem 1rem 1.05rem;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    gap: 0.65rem;
    justify-content: flex-start;
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .brand-mark {
    width: 48px;
    height: 40px;
  }

  .ring {
    width: 27px;
    height: 27px;
  }

  .ring--finance {
    left: 10px;
  }

  .ring--banking,
  .ring--regulation {
    top: 14px;
  }

  .brand-name {
    font-size: 1.85rem;
    letter-spacing: 0;
    transform: none;
  }

  .brand-claim {
    max-width: 250px;
    font-size: 0.52rem;
    line-height: 1.35;
    letter-spacing: 0.035em;
  }

  .main-nav {
    display: none;
  }

  .language-switch {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    margin: 0.28rem 0 0;
    padding-left: 0.7rem;
    border-left: 1px solid rgba(16, 36, 57, 0.2);
    font-size: 0.64rem;
  }

  .hero {
    padding: 2rem 1.15rem 3rem;
  }

  h1 {
    font-size: clamp(1.95rem, 8vw, 2.7rem);
    line-height: 1.08;
  }

  .hero__credentials {
    font-size: 0.7rem !important;
  }

  .hero p {
    font-size: 1rem;
  }

  .hero-circles {
    top: 52%;
    right: 1rem;
    width: min(88vw, 340px);
    opacity: 0.28;
  }

  .button {
    width: 100%;
    min-height: 54px;
  }

  .hero-actions {
    display: grid;
  }

  .portrait {
    width: 100%;
    max-width: 390px;
  }

  .expertise__inner {
    width: calc(100% - 2.3rem);
    max-width: 560px;
    padding: 3.5rem 0;
  }

  .approach {
    padding: 3.2rem 1.15rem;
  }

  .experience {
    padding: 3.2rem 1.15rem;
  }

  .blog-overview,
  .publications {
    width: calc(100% - 2.3rem);
    max-width: 560px;
    padding: 2.8rem 0 3rem;
  }

  .legal {
    width: calc(100% - 2.3rem);
    max-width: 560px;
    padding: 3.2rem 0;
  }

  .legal--privacy {
    padding-top: 0;
  }

  .publication-card {
    min-height: auto;
    padding: 0.85rem 0;
  }

  .publication-card__arrow {
    width: 30px;
    height: 30px;
  }

  .contact-strip {
    display: grid;
    grid-template-columns: 1fr;
    padding: 2rem 1.15rem;
  }

  .contact-list {
    min-width: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 2.5rem 1.15rem;
  }
}

/* Reusable editorial article layout */
.article-page .site-header {
  position: relative;
  width: min(var(--content), calc(100% - 7rem));
  padding-bottom: 2rem;
}

.article-page .site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(16, 36, 57, 0.14);
}

.article {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.72) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(16, 36, 57, 0.035) 0 1px, transparent 1px 100%),
    var(--paper);
  background-size: 88px 88px, 88px 88px, auto;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
  width: min(var(--content), calc(100% - 7rem));
  margin: 0 auto;
  padding: clamp(3.2rem, 5vw, 5.6rem) 0;
}

.article-hero__copy {
  min-width: 0;
}

.article-hero h1 {
  max-width: 700px;
  font-size: clamp(2.45rem, 3.65vw, 4.25rem);
  line-height: 0.98;
  text-wrap: balance;
}

.article-hero__rule {
  display: block;
  width: 72px;
  height: 2px;
  margin: 2rem 0 1.25rem;
  background: var(--regulation);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.article-meta > * {
  display: inline-flex;
  align-items: center;
}

.article-meta__author {
  gap: 0.28rem;
}

.article-meta > * + *::before {
  content: "";
  width: 1px;
  height: 0.9em;
  margin: 0 0.8rem;
  background: rgba(16, 36, 57, 0.28);
}

.article-hero__media {
  position: relative;
  min-width: 0;
  aspect-ratio: 7 / 4;
  margin: 0;
  overflow: hidden;
  background: #9ba7a4;
  box-shadow: 0 24px 55px rgba(16, 36, 57, 0.14);
}

.article-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(16, 36, 57, 0.14);
  pointer-events: none;
}

.article-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body {
  width: min(1180px, calc(100% - 7rem));
  margin: 0 auto;
  padding-bottom: 4.5rem;
}

.article-intro,
.article-section {
  border-top: 1px solid rgba(16, 36, 57, 0.16);
}

.article-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  padding: 3.25rem 0 3.5rem;
}

.article-prose {
  max-width: 780px;
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 1.08vw, 1.06rem);
  line-height: 1.78;
}

.article-prose p {
  margin: 0;
}

.article-prose p + p {
  margin-top: 1rem;
}

.article-prose--intro {
  color: var(--ink);
  font-size: clamp(1.02rem, 1.18vw, 1.12rem);
}

.article-question {
  position: relative;
  padding: 1.55rem 1.65rem;
  border-left: 3px solid var(--regulation);
  background: rgba(255, 250, 243, 0.68);
  box-shadow: 0 12px 32px rgba(16, 36, 57, 0.06);
}

.article-question p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.article-question blockquote {
  margin: 0.75rem 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.08;
}

.article-question p:last-child {
  color: var(--regulation);
  font-weight: 800;
}

.article-section {
  padding: 2.55rem 0 2.8rem;
}

.article-section > h2,
.article-conclusion h2 {
  max-width: 900px;
  font-size: clamp(1.75rem, 2.55vw, 2.65rem);
  line-height: 1.05;
  text-wrap: balance;
}

.article-section__layout {
  margin-top: 1.35rem;
}

.article-section__layout--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.article-section__layout:not(.article-section__layout--split) .article-prose {
  max-width: 860px;
}

.article-insight {
  padding: 1.45rem 1.55rem 1.5rem;
  border: 1px solid rgba(179, 123, 88, 0.18);
  background:
    linear-gradient(135deg, rgba(179, 123, 88, 0.1), transparent 72%),
    rgba(255, 250, 243, 0.76);
  box-shadow: 0 12px 30px rgba(16, 36, 57, 0.045);
}

.article-insight p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.68;
}

.article-insight .article-insight__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0;
  margin-bottom: 0.85rem;
  color: var(--ink);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.article-insight__terms span {
  display: inline-flex;
  align-items: center;
}

.article-insight__terms span + span::before {
  content: "+";
  margin: 0 0.65rem;
  color: var(--regulation);
}

.article-prose--secondary {
  padding-left: clamp(1.25rem, 2.8vw, 2.2rem);
  border-left: 1px solid rgba(16, 36, 57, 0.18);
}

.article-prose__emphasis {
  color: var(--ink);
  font-weight: 700;
}

.article-conclusion {
  margin-top: 0.9rem;
  padding: clamp(1.7rem, 3.5vw, 2.6rem);
  border: 1px solid rgba(179, 123, 88, 0.2);
  background:
    linear-gradient(120deg, rgba(179, 123, 88, 0.11), transparent 55%),
    rgba(255, 250, 243, 0.82);
  box-shadow: 0 16px 42px rgba(16, 36, 57, 0.06);
}

.article-conclusion h2 {
  margin-bottom: 1.15rem;
  font-size: clamp(1.55rem, 2.1vw, 2.15rem);
}

.article-conclusion p {
  max-width: 1040px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.72;
}

.article-conclusion p + p {
  margin-top: 0.65rem;
}

.article-conclusion .article-conclusion__closing {
  color: var(--ink);
  font-weight: 700;
}

.article-back {
  margin-top: 2.25rem;
}

.article-back a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-back a span {
  color: var(--regulation);
  font-size: 1.15rem;
  transition: transform 160ms ease;
}

.article-back a:hover span {
  transform: translateX(-3px);
}

@media (max-width: 1100px) {
  .article-page .site-header {
    width: 100%;
    padding-bottom: 1.2rem;
  }

  .article-page .site-header::after {
    right: 2rem;
    left: 2rem;
  }

  .article-hero {
    grid-template-columns: minmax(330px, 0.9fr) minmax(380px, 1.1fr);
    width: min(100% - 4rem, 920px);
    gap: 2.5rem;
    padding: 3.8rem 0;
  }

  .article-body {
    width: min(100% - 4rem, 920px);
  }
}

@media (max-width: 900px) {
  .blog-card {
    grid-template-columns: 1fr;
  }

  .blog-card__media,
  .blog-card__media img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .article-hero {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    width: min(100% - 4rem, 760px);
    padding: 3.5rem 0;
  }

  .article-hero__copy {
    max-width: 720px;
  }

  .article-hero__media {
    aspect-ratio: 16 / 8.5;
  }

  .article-body {
    width: min(100% - 4rem, 760px);
  }

  .article-intro,
  .article-section__layout--split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .article-question,
  .article-insight {
    max-width: 620px;
  }

  .article-prose--secondary {
    padding-top: 1.5rem;
    padding-left: 0;
    border-top: 1px solid rgba(16, 36, 57, 0.18);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .blog-card {
    min-height: 0;
  }

  .blog-card__content {
    padding: 1.35rem;
  }

  .blog-card h3 {
    font-size: clamp(1.75rem, 8vw, 2.3rem);
  }

  .blog-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-page .site-header::after {
    right: 1.15rem;
    left: 1.15rem;
  }

  .article-hero {
    width: calc(100% - 2.3rem);
    gap: 2rem;
    padding: 2.5rem 0 2.8rem;
  }

  .article-hero h1 {
    font-size: clamp(2.2rem, 10.4vw, 3.15rem);
    overflow-wrap: break-word;
  }

  .article-hero__rule {
    margin: 1.55rem 0 1rem;
  }

  .article-meta {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 0.35rem 0;
  }

  .article-meta > * + *::before {
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }

  .article-meta > *:nth-child(3) {
    grid-column: 1 / -1;
  }

  .article-meta > *:nth-child(3)::before {
    display: none;
  }

  .article-hero__media {
    aspect-ratio: 4 / 3;
  }

  .article-body {
    width: calc(100% - 2.3rem);
    padding-bottom: 3.25rem;
  }

  .article-intro {
    padding: 2.5rem 0 2.75rem;
  }

  .article-section {
    padding: 2.25rem 0 2.45rem;
  }

  .article-section > h2 {
    font-size: clamp(1.75rem, 8.5vw, 2.25rem);
  }

  .article-prose {
    font-size: 0.97rem;
    line-height: 1.72;
  }

  .article-prose--intro {
    font-size: 1rem;
  }

  .article-question,
  .article-insight {
    padding: 1.25rem;
  }

  .article-insight__terms span {
    width: 100%;
  }

  .article-insight__terms span + span::before {
    content: "+";
    width: 1rem;
    margin: 0 0.4rem 0 0;
  }

  .article-conclusion {
    padding: 1.35rem;
  }

  .article-back {
    margin-top: 1.8rem;
  }
}

@media (min-width: 1101px) and (max-width: 1250px) {
  .site-header {
    gap: 1rem;
  }

  .brand {
    min-width: 310px;
  }

  .brand-name {
    font-size: 2.15rem;
  }

  .brand-claim {
    max-width: 290px;
    font-size: 0.55rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }

  .main-nav {
    gap: 0.7rem;
    font-size: 0.58rem;
    letter-spacing: 0.055em;
  }

  .language-switch {
    padding-left: 0.7rem;
    font-size: 0.62rem;
  }
}

@media (min-width: 681px) and (max-width: 800px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .main-nav {
    display: none;
  }

  .language-switch {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
}
