:root {
  --bh-color-bg: #ffffff;
  --bh-color-surface: #f5f5f7;
  --bh-color-text: #1d1d1f;
  --bh-color-text-muted: #6e6e73;
  --bh-color-accent: #b59a6a;
  --bh-color-border: rgba(29, 29, 31, 0.08);
  --bh-color-overlay: rgba(10, 10, 14, 0.42);
  --bh-shadow-soft: 0 20px 48px rgba(17, 17, 26, 0.08);
  --bh-radius-card: 30px;
  --bh-radius-pill: 999px;
  --bh-container: 1280px;
  --bh-section-space: clamp(5rem, 8vw, 8rem);
  --bh-transition-base: 240ms ease;
  --balyan-bg: var(--bh-color-bg);
  --balyan-surface: var(--bh-color-surface);
  --balyan-text: var(--bh-color-text);
  --balyan-muted: var(--bh-color-text-muted);
  --balyan-accent: var(--bh-color-accent);
  --balyan-border: var(--bh-color-border);
  --balyan-shadow: var(--bh-shadow-soft);
  --balyan-header-offset: 5.2rem;
  --balyan-serif-weight: 400;
  --balyan-body-weight: 400;
}

body {
  margin: 0;
  color: var(--balyan-text);
  background: var(--balyan-bg);
  padding-top: var(--balyan-header-offset);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: var(--balyan-body-weight);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

body.nav-open {
  overflow: hidden;
}

.site-footer {
  background: var(--balyan-surface);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px rgba(10, 14, 21, 0.08);
  transition: background-color var(--bh-transition-base), border-color var(--bh-transition-base), box-shadow var(--bh-transition-base), color var(--bh-transition-base), transform var(--bh-transition-base);
}

[data-site-header] {
  overflow: hidden;
}

.site-header__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 14, 21, 0.44), rgba(10, 14, 21, 0.22));
  pointer-events: none;
}

.site-header--overlay {
  color: #ffffff;
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.site-header--overlay .site-header__backdrop {
  opacity: 0;
  transition: opacity var(--bh-transition-base);
}

.site-header--overlay.is-scrolled {
  color: var(--balyan-text);
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(29, 29, 31, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px rgba(10, 14, 21, 0.08);
}

.site-header--overlay.is-scrolled .site-header__backdrop {
  opacity: 0;
}

.site-header--solid {
  color: var(--balyan-text);
}

.site-header--solid .site-header__backdrop {
  opacity: 0;
}

.site-footer {
  position: relative;
  border-top: 1px solid rgba(29, 29, 31, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 247, 249, 0.96));
}

.site-header__inner,
.site-footer__inner {
  width: min(calc(var(--bh-container) + 152px), calc(100% - 3rem));
  margin: 0 auto;
  padding: 1rem 0;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: calc(var(--balyan-header-offset) - 2rem);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(29, 29, 31, 0.08);
  box-shadow: 0 8px 24px rgba(10, 14, 21, 0.08);
}

.site-header__controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.site-header__brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--balyan-serif);
  font-size: 1rem;
  font-weight: var(--balyan-serif-weight);
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.site-header__brand-wordmark {
  font-size: clamp(1.95rem, 2.5vw, 2.8rem);
  font-weight: var(--balyan-serif-weight);
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.site-header__brand-divider {
  width: 1px;
  height: 2.45rem;
  background: currentColor;
  opacity: 0.18;
}

.site-header__brand-tagline {
  max-width: 8.25rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.72;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.8rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: inherit;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(17, 17, 26, 0.08);
}

.nav-toggle__line {
  display: block;
  width: 0.9rem;
  height: 1px;
  background: currentColor;
}

.nav-toggle__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.site-nav ul,
.language-switcher {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a,
.language-switcher a {
  font-size: 0.94rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.site-header--overlay .site-nav a,
.site-header--overlay .language-switcher a,
.site-header--overlay .site-header__brand {
  color: #ffffff;
}

.site-header--overlay.is-scrolled .site-nav a,
.site-header--overlay.is-scrolled .language-switcher a,
.site-header--overlay.is-scrolled .site-header__brand,
.site-header--solid .site-nav a,
.site-header--solid .language-switcher a,
.site-header--solid .site-header__brand {
  color: var(--balyan-text);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.28rem;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.site-nav li.current-menu-item > a::after,
.site-nav li.current-menu-ancestor > a::after,
.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 0.9;
  transform: scaleX(1);
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1.25rem;
  border: 1px solid rgba(29, 29, 31, 0.16);
  border-radius: 999px;
  background: #1d1d1f;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(17, 17, 26, 0.08);
}

.language-switcher {
  gap: 0.65rem;
}

.language-switcher a {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-header--overlay .site-header__cta {
  background: #ffffff;
  color: #1d1d1f;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.site-header--overlay.is-scrolled .site-header__cta,
.site-header--solid .site-header__cta {
  background: #1d1d1f;
  color: #ffffff;
  border-color: rgba(29, 29, 31, 0.12);
  box-shadow: 0 12px 24px rgba(17, 17, 26, 0.08);
}

.site-footer__inner {
  padding: 4.2rem 0 2rem;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(4, minmax(0, 0.82fr));
  gap: 2.2rem;
  padding-bottom: 2.75rem;
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
}

.site-footer__title,
.site-footer__heading,
.site-footer__meta {
  margin: 0;
}

.site-footer__title,
.site-footer__heading {
  font-weight: 400;
}

.site-footer__brand-tag {
  margin: -0.1rem 0 0;
  color: #8a8f98;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.site-footer__brand,
.site-footer__nav,
.site-footer__legal,
.site-footer__contact,
.site-footer__links {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.site-footer__nav,
.site-footer__brand-nav {
  align-items: start;
}

.site-footer__contact a {
  text-decoration: none;
}

.site-footer__meta,
.site-footer li,
.site-footer a {
  color: rgba(122, 127, 137, 0.88);
}

.site-footer ul {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li.current-menu-item > a,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--balyan-text);
}

.site-footer__title {
  font-family: var(--balyan-serif);
  font-size: clamp(2.35rem, 3vw, 3.1rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: var(--balyan-serif-weight);
}

.site-footer__heading {
  color: var(--balyan-text);
  font-size: 0.98rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.site-footer__brand-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.4rem;
}

.site-footer__brand-nav a {
  font-size: 0.94rem;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(122, 127, 137, 0.9);
}

.site-footer__legal a,
.site-footer__contact a,
.site-footer__links a {
  font-weight: 400;
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 2rem;
  padding-top: 1.8rem;
  align-items: start;
}

.site-footer__bottom .site-footer__meta {
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .js .nav-toggle {
    display: inline-flex;
  }

  .site-header__inner {
    flex-wrap: wrap;
  }

  .site-header__controls {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .site-nav {
    width: 100%;
  }

  .js .site-nav[hidden] {
    display: none;
  }

  .site-nav ul,
  .language-switcher,
  .site-footer__grid,
  .site-footer ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    grid-template-columns: 1fr;
  }

  .site-header__cta,
  .language-switcher {
    width: 100%;
  }
}

:root {
  --balyan-serif: "Cormorant Garamond", "Times New Roman", serif;
  --balyan-page-width: min(var(--bh-container), calc(100% - 3rem));
}

.home-page {
  display: grid;
  gap: 0;
}

.template-shell {
  padding: 4.25rem 0 5rem;
}

.template-shell__inner {
  width: var(--balyan-page-width);
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}

.template-post-list {
  display: grid;
  gap: 1.5rem;
}

.template-shell--home .template-post-list,
.template-shell--archive .template-post-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 2rem;
}

.template-entry {
  background: #ffffff;
  border: 1px solid var(--balyan-border);
  border-radius: 1.75rem;
  box-shadow: var(--balyan-shadow);
  padding: 2rem;
}

.template-entry--prose {
  padding: clamp(1.5rem, 3vw, 2rem);
}

.template-entry--archive {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 239, 0.7)),
    #ffffff;
}

.template-entry__header,
.template-entry__content {
  display: grid;
  gap: 1rem;
}

.template-entry__meta,
.template-shell__empty {
  margin: 0;
  color: var(--balyan-muted);
  line-height: 1.6;
}

.template-entry__link {
  color: var(--balyan-accent);
  font-weight: 400;
  text-decoration: none;
}

.archive-intro {
  max-width: 74rem;
  margin-bottom: 0.6rem;
}

.archive-intro .section-heading__body {
  gap: 0.95rem;
}

.archive-intro .section-heading__title {
  max-width: 12ch;
  font-size: clamp(2.6rem, 3.9vw, 3.55rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.archive-intro .section-heading__aside {
  justify-items: end;
  align-self: center;
}

.archive-intro .section-heading__summary {
  max-width: 33rem;
  font-size: 1.02rem;
  line-height: 1.78;
}

.archive-intro--centered {
  max-width: 58rem;
  margin: 0 auto 2.8rem;
  justify-items: center;
  text-align: center;
}

.archive-intro--centered .section-heading__body {
  justify-items: center;
  gap: 1rem;
}

.archive-intro--centered .section-heading__title {
  max-width: none;
  font-size: clamp(2.9rem, 4.8vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.archive-intro__summary-centered {
  max-width: 42rem;
  margin: 0 auto;
}

.archive-intro__summary-centered p {
  margin: 0;
}

.inner-hero,
.archive-shell,
.prose-shell {
  position: relative;
}

.inner-hero {
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 4.75rem);
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: clamp(1.75rem, 3vw, 2.25rem);
  background: linear-gradient(180deg, rgba(248, 248, 250, 0.98), rgba(255, 255, 255, 1));
}

.template-page {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.25rem);
}

.template-page .inner-hero--page {
  padding: clamp(1.8rem, 3.7vw, 2.8rem);
  border-radius: 1.8rem;
}

.template-page .inner-hero__content {
  max-width: 39rem;
  gap: 0.95rem;
}

.template-page .inner-hero__title {
  font-size: clamp(2.2rem, 3.8vw, 3.6rem);
}

.template-page .inner-hero__summary {
  max-width: 34rem;
  line-height: 1.7;
}

.inner-hero__content {
  display: grid;
  gap: 1.1rem;
  max-width: 50rem;
}

.inner-hero__eyebrow {
  margin: 0;
  color: var(--balyan-accent);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.inner-hero__title {
  margin: 0;
  font-family: var(--balyan-serif);
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  font-weight: var(--balyan-serif-weight);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.inner-hero__summary {
  display: grid;
  gap: 0.75rem;
  color: var(--balyan-muted);
  line-height: 1.8;
  max-width: 42rem;
}

.inner-hero__summary p {
  margin: 0;
}

.inner-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1rem;
}

.template-article-head {
  display: grid;
  gap: 0.75rem;
  width: min(100%, 40rem);
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  padding: 0 0 1.2rem;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
  justify-items: center;
  text-align: center;
}

.template-article-head__eyebrow {
  margin: 0;
  color: var(--balyan-accent);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.template-article-head__title {
  margin: 0;
  font-family: var(--balyan-serif);
  max-width: 20ch;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.template-article-head__summary {
  max-width: 34rem;
  margin: 0;
  color: var(--balyan-muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.template-article-head__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
}

.archive-shell {
  display: grid;
  gap: 1.5rem;
}

.archive-shell__body {
  display: grid;
  gap: 1.5rem;
}

.archive-shell__empty {
  padding: 1.5rem;
  border: 1px dashed rgba(29, 29, 31, 0.12);
  border-radius: 1.25rem;
  background: rgba(245, 245, 247, 0.65);
}

.prose-shell {
  max-width: 46rem;
  color: var(--balyan-text);
  line-height: 1.85;
}

.template-shell--single .template-entry--prose,
.template-shell--practice-single .template-entry--prose,
.template-shell--404 .template-entry--prose {
  display: grid;
  justify-items: center;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.6rem);
}

.template-shell--single .template-entry__content.prose-shell,
.template-shell--practice-single .template-entry__content.prose-shell,
.template-shell--404 .template-entry__content.prose-shell,
.practice-article__sections {
  width: min(100%, 42rem);
  max-width: 42rem;
  margin: 0 auto;
}

.template-shell--single .template-entry__content.prose-shell {
  font-size: clamp(1.06rem, 1.2vw, 1.14rem);
  line-height: 1.95;
}

.template-shell--single .template-entry__content.prose-shell p {
  color: rgba(52, 52, 58, 0.94);
}

.template-shell--404 .template-entry__content.prose-shell {
  text-align: center;
}

.template-page .template-entry__content.prose-shell {
  max-width: 43rem;
  margin-left: clamp(1.4rem, 4vw, 2.2rem);
}

.template-page--about {
  gap: 0;
}

.about-page {
  display: grid;
  gap: 3rem;
  padding: 1rem 0 3.25rem;
}

.about-page__intro {
  display: grid;
  gap: 1rem;
  justify-items: center;
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
}

.about-page__eyebrow {
  margin: 0;
  color: rgba(108, 34, 48, 0.68);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-page__title {
  margin: 0;
  font-family: var(--balyan-serif);
  font-size: clamp(3rem, 5vw, 4.4rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.about-page__lead {
  max-width: 38rem;
  margin: 0;
  color: rgba(29, 29, 31, 0.72);
  font-size: 1.02rem;
  line-height: 1.85;
}

.about-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.9fr);
  gap: 2.2rem;
  align-items: start;
}

.about-page__body {
  max-width: none !important;
  margin: 0 !important;
  padding: 2.4rem 2.5rem;
  border: 1px solid rgba(29, 29, 31, 0.07);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 246, 241, 0.96)),
    #ffffff;
  box-shadow: 0 24px 56px rgba(17, 17, 26, 0.06);
}

.about-page__body p {
  margin: 0;
  color: rgba(77, 77, 84, 0.92);
  font-size: 1.01rem;
  line-height: 1.9;
}

.about-page__body > * + * {
  margin-top: 1.35rem;
}

.about-page__card {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(250, 246, 239, 0.96), rgba(255, 255, 255, 0.98)),
    #ffffff;
  box-shadow: 0 24px 56px rgba(17, 17, 26, 0.08);
}

.about-page__card-avatar {
  display: inline-grid;
  justify-self: center;
  place-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 999px;
  border: 1px solid rgba(181, 154, 106, 0.36);
  background:
    radial-gradient(circle at 30% 30%, rgba(181, 154, 106, 0.28), rgba(181, 154, 106, 0.04)),
    rgba(255, 255, 255, 0.03);
  color: rgba(89, 74, 49, 0.92);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-page__card-content {
  display: grid;
  gap: 0.9rem;
}

.about-page__card-eyebrow {
  margin: 0;
  color: rgba(140, 113, 66, 0.82);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-page__card-name {
  margin: 0;
  color: rgba(29, 29, 31, 0.96);
  font-family: var(--balyan-serif);
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.about-page__card-summary {
  margin: 0;
  color: rgba(77, 77, 84, 0.82);
  font-size: 0.96rem;
  line-height: 1.8;
}

.prose-shell > * {
  margin-top: 0;
}

.prose-shell > * + * {
  margin-top: 1.25rem;
}

.prose-shell h2,
.prose-shell h3,
.prose-shell h4 {
  margin-bottom: 0;
  font-family: var(--balyan-serif);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: var(--balyan-serif-weight);
}

.prose-shell h2 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.prose-shell h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
}

.prose-shell p,
.prose-shell li,
.prose-shell blockquote {
  color: var(--balyan-muted);
}

.prose-shell ul,
.prose-shell ol {
  padding-left: 1.2rem;
}

.prose-shell a {
  color: var(--balyan-accent);
}

.prose-shell blockquote {
  margin-left: 0;
  padding-left: 1rem;
  border-left: 3px solid rgba(181, 154, 106, 0.42);
}

.contact-prose-details {
  display: grid;
  gap: 0.5rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(181, 154, 106, 0.16);
  border-radius: 1.25rem;
  background: rgba(248, 244, 239, 0.76);
}

.contact-prose-details a {
  text-decoration: none;
}

.template-post__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.template-post__topics li {
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: var(--balyan-surface);
  color: var(--balyan-accent);
  font-size: 0.76rem;
  font-weight: 400;
}

.template-faq-list {
  gap: 1rem;
}

.practice-detail__header,
.practice-detail__body,
.practice-sections {
  display: grid;
  gap: 1.5rem;
}

.practice-detail {
  gap: 1.5rem;
}

.practice-article__sections {
  display: grid;
  gap: 1.9rem;
  max-width: 42rem;
}

.practice-article__section {
  display: grid;
  gap: 0.6rem;
  padding-top: 0.15rem;
}

.practice-article__section-title {
  margin: 0;
  font-family: var(--balyan-serif);
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.018em;
}

.practice-article__section-body {
  display: grid;
  gap: 0.9rem;
}

.practice-article__section-body p {
  margin: 0;
  color: rgba(52, 52, 58, 0.92);
  font-size: 1.08rem;
  line-height: 1.95;
}

.practice-section__actions {
  margin-top: 0.5rem;
}

.practice-article__section--cta .practice-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}

.home-section {
  padding: clamp(5rem, 8vw, 8rem) 0;
}

.home-section--surface {
  background:
    linear-gradient(180deg, rgba(248, 244, 239, 0.92), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

.home-section__inner {
  width: var(--balyan-page-width);
  margin: 0 auto;
}

.home-section__eyebrow {
  margin: 0 0 1rem;
  color: rgba(29, 29, 31, 0.64);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.home-hero .home-section__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.2rem 1.6rem;
  margin-bottom: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.home-intro__inner {
  max-width: 46rem;
}

.section-title,
.home-hero__title {
  margin: 0;
  font-family: var(--balyan-serif);
  font-weight: var(--balyan-serif-weight);
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.section-title {
  font-size: clamp(2.7rem, 4vw, 3.75rem);
}

.section-text,
.home-hero__text,
.approach-step p,
.faq-item__content p,
.home-hero__panel p {
  margin: 0;
  color: var(--balyan-muted);
  line-height: 1.7;
}

.home-hero__text {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 400;
  line-height: 1.65;
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  max-width: 64rem;
  margin-bottom: 2rem;
}

.section-heading__body,
.section-heading__aside {
  display: grid;
  gap: 1rem;
}

.section-heading--split {
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.72fr);
  align-items: end;
  gap: 1.5rem;
}

.section-heading__title {
  max-width: 14ch;
}

.section-heading__summary {
  max-width: 34rem;
}

.section-heading__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--balyan-accent);
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: none;
}

.section-heading__link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.section-heading__link:hover::after,
.section-heading__link:focus-visible::after {
  transform: translateX(0.2rem);
}

.home-practice-areas .section-heading {
  max-width: 42rem;
  margin: 0 auto 3rem;
  justify-items: center;
  text-align: center;
}

.home-practice-areas__footer {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.home-practice-areas .section-heading__body {
  justify-items: center;
}

.home-practice-areas .section-heading__title,
.home-practice-areas .section-heading__summary {
  max-width: none;
}

.home-featured-posts .section-heading {
  max-width: 42rem;
  margin: 0 auto 3.1rem;
  justify-items: center;
  text-align: center;
}

.home-featured-posts .post-grid {
  gap: 3.25rem 2.2rem;
}

.home-featured-posts .section-heading__body {
  justify-items: center;
  gap: 0.95rem;
}

.home-featured-posts .section-heading__title {
  max-width: none;
  font-size: clamp(2.55rem, 3.6vw, 3.4rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.home-featured-posts__footer {
  display: grid;
  gap: 1rem;
  justify-items: center;
  margin-top: 3.6rem;
  text-align: center;
}

.home-featured-posts__summary {
  max-width: 44rem;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.78;
}

.home-featured-posts__link {
  font-size: 0.98rem;
}

.home-faq .section-heading {
  max-width: 58rem;
  margin: 0 auto 2.25rem;
  justify-items: center;
  text-align: center;
}

.home-faq .section-heading__body {
  justify-items: center;
  gap: 0.5rem;
}

.home-faq .section-title {
  max-width: 20ch;
  font-size: clamp(2.45rem, 3.35vw, 3rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.home-faq__footer {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}

.home-faq__note {
  max-width: 46rem;
  margin: 2.4rem auto 0;
  padding: 0.95rem 1.3rem;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(110, 110, 115, 0.9);
  font-size: 0.8rem;
  line-height: 1.65;
  text-align: center;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--balyan-text);
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.section-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.section-link:hover::after,
.section-link:focus-visible::after {
  transform: translateX(0.2rem);
}

.section-link--centered {
  color: var(--balyan-text);
}

.home-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 100svh;
  margin-top: calc(var(--balyan-header-offset) * -1);
  padding-top: calc(var(--balyan-header-offset) + 3.4rem);
  padding-bottom: 1.5rem;
  background: #f5f5f7;
}

.home-hero--video,
.home-hero--image {
  color: #ffffff;
}

.home-hero__media,
.home-hero__media-asset,
.home-hero__media-overlay {
  position: absolute;
  inset: 0;
}

.home-hero__media {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero__media-asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  opacity: 0.78;
}

.home-hero__media-placeholder {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(108, 34, 48, 0.18), transparent 34%),
    linear-gradient(180deg, #f8f4ef 0%, #ffffff 72%);
}

.home-hero__media-overlay {
  background:
    linear-gradient(180deg, rgba(10, 14, 21, 0.16), rgba(10, 14, 21, 0.54)),
    linear-gradient(90deg, rgba(10, 14, 21, 0.22), rgba(10, 14, 21, 0.08));
}

.home-hero__inner {
  display: grid;
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 1.5rem);
  align-items: center;
}

.home-hero__content {
  display: grid;
  gap: 0.9rem;
}

.home-hero__content--centered {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  justify-items: center;
}

.home-hero__title {
  font-size: clamp(4.35rem, 7vw, 6.95rem);
  max-width: 6.6ch;
  line-height: 1;
  letter-spacing: -0.04em;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.home-hero__panel,
.content-card,
.approach-step,
.faq-item {
  background: #ffffff;
  border: 1px solid var(--balyan-border);
  box-shadow: var(--balyan-shadow);
}

.home-hero__panel {
  padding: 1.5rem;
  border-radius: 1.5rem 1.5rem 1.5rem 0.25rem;
}

.home-intro {
  border-bottom: 1px solid rgba(221, 216, 207, 0.65);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.button--primary {
  color: #1d1d1f;
  background: #ffffff;
}

.button--secondary {
  border: 0;
  background: transparent;
  color: #ffffff;
  padding-inline: 0;
  min-height: auto;
  border-radius: 0;
  box-shadow: none;
}

.button--secondary::after {
  content: "→";
  margin-left: 0.55rem;
}

.card-grid,
.practice-grid,
.post-grid,
.approach-grid {
  display: grid;
  gap: 1.75rem;
}

.card-grid--three,
.practice-grid,
.post-grid,
.approach-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-card,
.approach-step {
  padding: 1.5rem;
  border-radius: 1.25rem;
}

.content-card__title,
.approach-step h3 {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.content-card__title a {
  text-decoration: none;
}

.practice-card,
.post-card {
  position: relative;
  display: grid;
  background: #ffffff;
  border: 1px solid rgba(221, 216, 207, 0.9);
  box-shadow: 0 18px 40px rgba(21, 26, 35, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.practice-card:hover,
.practice-card:focus-within,
.post-card:hover,
.post-card:focus-within {
  transform: translateY(-0.35rem);
  border-color: rgba(108, 34, 48, 0.24);
  box-shadow: 0 28px 60px rgba(21, 26, 35, 0.12);
}

.practice-card {
  gap: 0.95rem;
  min-height: 100%;
  grid-template-rows: auto 1fr auto;
  padding: 2rem 2rem 1.9rem;
  border-radius: 2rem;
}

.archive-shell--practice .archive-shell__body {
  gap: 2.15rem 1.85rem;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.practice-archive__heading {
  justify-items: center;
  margin: 0 auto 0.9rem;
  padding: 2.4rem 0 0.4rem;
  text-align: center;
}

.practice-archive__heading .section-heading__body {
  justify-items: center;
  gap: 0;
}

.practice-archive__title {
  max-width: none;
  font-size: clamp(3rem, 5vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.archive-shell--practice .practice-card {
  min-height: 21.75rem;
}

.home-practice-areas .practice-card {
  min-height: 20.5rem;
}

.practice-card__icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(108, 34, 48, 0.08);
  color: #ffffff;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(181, 154, 106, 0.96), rgba(154, 122, 78, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 20px rgba(181, 154, 106, 0.18);
}

.practice-card__icon-mark {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.practice-card__body {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.practice-card__eyebrow {
  margin: 0;
  color: rgba(108, 34, 48, 0.72);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.practice-card__title,
.post-card__title {
  margin: 0;
  font-size: clamp(1.45rem, 1.9vw, 2rem);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.practice-card__title {
  font-family: var(--balyan-serif);
  font-size: clamp(1.7rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.post-card__title {
  font-family: var(--balyan-serif);
  font-size: 1.25rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  display: -webkit-box;
  overflow: hidden;
  min-height: calc(1.08em * 2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.practice-card__title a,
.post-card__title a,
.post-card__link {
  text-decoration: none;
}

.practice-card__summary,
.post-card__excerpt {
  margin: 0;
  color: var(--balyan-muted);
  line-height: 1.7;
}

.practice-card__summary {
  display: -webkit-box;
  overflow: hidden;
  min-height: calc(1.7em * 3);
  font-size: 0.98rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.practice-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: var(--balyan-text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.practice-card__link::after {
  content: "→";
}

.post-card {
  grid-template-rows: auto 1fr;
  min-height: 100%;
  gap: 1.85rem;
  padding: 0.75rem 0.75rem 1.35rem;
  border-radius: 2.5rem;
  overflow: hidden;
  border: 0;
  box-shadow: 0 12px 28px rgba(17, 17, 26, 0.04);
  background: #ffffff;
}

.post-card__media {
  display: grid;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.22 / 1;
  border-radius: 2.5rem;
  background: linear-gradient(180deg, rgba(38, 38, 42, 0.98), rgba(30, 30, 33, 1));
  box-shadow: 0 24px 52px rgba(17, 17, 26, 0.14);
}

.post-card__image,
.post-card__media-fallback {
  width: 100%;
  height: 100%;
}

.post-card__image {
  display: block;
  object-fit: cover;
  filter: grayscale(0.08) saturate(0.75) contrast(0.9) brightness(0.38);
  transform: scale(1.01);
}

.post-card__media-fallback {
  display: block;
  background: linear-gradient(180deg, rgba(41, 41, 45, 0.98), rgba(32, 32, 36, 1));
}

.post-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 10, 12, 0.08), rgba(9, 10, 12, 0.24)),
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.post-card__cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  justify-items: center;
  padding: 3rem 2.8rem 3.25rem;
  text-align: center;
}

.post-card__cover-line {
  width: 3.35rem;
  height: 2px;
  margin-top: auto;
  background: rgba(181, 154, 106, 0.88);
}

.post-card__cover-title {
  color: rgba(181, 154, 106, 0.92);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.post-card__cover-meta {
  margin-bottom: auto;
  color: rgba(241, 242, 244, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.post-card__content {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  gap: 1.1rem;
  padding: 0 1.3rem 0.35rem;
}

.post-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.8rem;
}

.post-card__media::before {
  content: "";
  position: absolute;
  top: 1.45rem;
  left: 1.45rem;
  z-index: 1;
  width: max-content;
  max-width: calc(100% - 2.4rem);
  padding: 0.42rem 0.92rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1d1d1f;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  content: attr(data-card-tag);
}

.post-card__tag,
.post-card__date {
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.post-card__tag {
  display: none;
}

.post-card__date {
  color: rgba(66, 66, 73, 0.78);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.post-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.45rem;
  color: var(--balyan-text);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.post-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  min-height: calc(1.72em * 3);
  font-size: 0.98rem;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.template-shell--home .archive-shell,
.template-shell--archive .archive-shell {
  gap: 2rem;
}

.post-card__link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.post-card__link:hover::after,
.post-card__link:focus-visible::after {
  transform: translateX(0.2rem);
}

.home-approach,
.home-instagram,
.home-contact-cta {
  background: #ffffff;
}

.home-instagram__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: 3rem;
  align-items: start;
}

.home-instagram__intro {
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.home-instagram__feed {
  min-width: 0;
}

.home-instagram__feed iframe,
.home-instagram__feed blockquote,
.home-instagram__feed .instagram-media {
  width: 100% !important;
  max-width: 100% !important;
}

.home-instagram__placeholder {
  display: grid;
  place-items: center;
  min-height: 22rem;
  padding: 2rem;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(248, 244, 239, 0.92), rgba(255, 255, 255, 0.98)),
    #ffffff;
  text-align: center;
}

.home-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1.05fr);
  gap: 4rem;
  align-items: start;
}

.home-contact__intro {
  display: grid;
  gap: 1.6rem;
  align-content: start;
  padding-top: 0.35rem;
}

.home-contact__panel {
  min-height: 100%;
}

.home-foreign-focus__inner,
.home-contact-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 1fr);
  gap: 2rem;
  align-items: center;
}

.feature-list,
.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list {
  display: grid;
  gap: 1rem;
}

.feature-list li {
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--balyan-accent);
  background: var(--balyan-surface);
}

.faq-list {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

.faq-item {
  border: 0;
  border-top: 1px solid rgba(29, 29, 31, 0.055);
  border-radius: 0;
  overflow: clip;
  background: transparent;
  box-shadow: none;
  transition: border-color var(--bh-transition-base), background-color var(--bh-transition-base);
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(29, 29, 31, 0.055);
}

.faq-item.is-open {
  border-color: rgba(29, 29, 31, 0.055);
  box-shadow: none;
}

.faq-item__heading {
  margin: 0;
}

.faq-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  padding: 1.35rem 0;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: color var(--bh-transition-base), border-color var(--bh-transition-base);
}

.faq-item__question {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgba(29, 29, 31, 0.84);
  transition: font-weight var(--bh-transition-base), color var(--bh-transition-base), opacity var(--bh-transition-base);
}

.faq-item.is-open .faq-item__question {
  font-weight: 400 !important;
  font-variation-settings: "wght" 400;
  color: rgba(17, 17, 19, 0.98);
}

.faq-item__icon {
  position: relative;
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
  color: rgba(180, 155, 110, 0.92);
  transform: translateY(0);
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform var(--bh-transition-base), opacity var(--bh-transition-base);
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item__trigger[aria-expanded="true"] .faq-item__icon::after {
  opacity: 0;
}

.faq-item__panel {
  display: none;
  grid-template-rows: 1fr;
}

.faq-item__panel[hidden] {
  display: none !important;
}

.faq-item.is-open .faq-item__panel {
  display: grid;
}

.faq-item__answer {
  padding: 0 0 1.2rem;
  max-width: 42rem;
}

.faq-item__answer p {
  margin: 0;
  color: rgba(113, 113, 122, 0.82);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}

.faq-item.is-open .faq-item__trigger {
  padding: 1.35rem 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.faq-item.is-open .faq-item__icon {
  color: rgba(29, 29, 31, 0.92);
}

.contact-closing {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(14rem, 0.55fr);
  gap: 1.5rem;
  align-items: end;
  padding: 2rem 2.1rem;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 1.6rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 239, 0.92)),
    #ffffff;
  box-shadow: 0 22px 55px rgba(17, 17, 26, 0.08);
}

.faq-archive {
  padding-top: 0.2rem;
  justify-items: stretch;
}

.faq-archive__heading {
  max-width: 58rem;
  margin: 0 auto 2.35rem;
  justify-items: center;
  text-align: center;
  width: 100%;
}

.faq-archive__summary {
  max-width: 34rem;
  color: var(--balyan-muted);
  text-align: center;
  font-size: 0.96rem;
  line-height: 1.68;
}

.faq-archive__note {
  display: flex;
  justify-content: center;
  margin: 1.35rem auto 0;
  max-width: 58rem;
  padding: 0.9rem 1.05rem;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--balyan-muted);
  text-align: center;
  line-height: 1.5;
  box-shadow: 0 10px 24px rgba(17, 17, 26, 0.06);
}

.faq-archive .section-title {
  font-size: clamp(2.7rem, 3.7vw, 3rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.faq-archive .faq-list {
  width: 100%;
  max-width: 54rem;
}

.faq-archive .archive-shell__body {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  justify-items: stretch;
}

.template-shell--contact {
  padding-top: 3rem;
}

.template-shell--archive .archive-shell__body,
.template-shell--home .archive-shell__body {
  gap: 1.8rem;
}

.template-shell__inner--contact {
  width: min(1320px, calc(100% - 3rem));
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 1.05fr);
  gap: 2.5rem;
  align-items: start;
  padding: 1rem 0 3rem;
}

.contact-page__intro {
  display: grid;
  gap: 1.25rem;
  align-content: start;
  padding-top: 2rem;
  color: var(--balyan-text);
}

.contact-page .home-section__eyebrow {
  color: rgba(181, 154, 106, 0.9);
}

.contact-page .inner-hero__title {
  color: var(--balyan-text) !important;
}

.contact-page__summary {
  max-width: 36rem;
  color: rgba(29, 29, 31, 0.74) !important;
  font-size: 1.02rem;
  line-height: 1.8;
}

.contact-page__details {
  display: grid;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-page__detail {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.contact-page__icon {
  display: inline-grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 999px;
  color: #1d1d1f;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  background: rgba(245, 245, 247, 0.92);
}

.contact-page__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.contact-page__label {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.5);
}

.contact-page__value {
  margin: 0.35rem 0 0;
  font-size: 1.08rem;
  line-height: 1.5;
  color: var(--balyan-text) !important;
}

.contact-page__value a {
  text-decoration: none;
}

.contact-page__panel {
  padding: 2.5rem;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(245, 245, 247, 0.92), rgba(255, 255, 255, 0.98));
  box-shadow: 0 18px 45px rgba(17, 17, 26, 0.06);
}

.contact-page__form {
  display: grid;
  gap: 1.15rem;
}

.contact-page__field {
  display: grid;
  gap: 0.55rem;
}

.contact-page__field label {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.46);
}

.contact-page__field input,
.contact-page__field select,
.contact-page__field textarea {
  width: 100%;
  padding: 0.95rem 0 1rem;
  border: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.22);
  background: transparent;
  color: rgba(29, 29, 31, 0.92);
  font: inherit;
  outline: none;
}

.contact-page__field input:focus,
.contact-page__field select:focus,
.contact-page__field textarea:focus {
  border-bottom-color: rgba(181, 154, 106, 0.9);
}

.contact-page__field input::placeholder,
.contact-page__field textarea::placeholder {
  color: rgba(29, 29, 31, 0.35);
}

.contact-page__field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(29, 29, 31, 0.42) 50%), linear-gradient(135deg, rgba(29, 29, 31, 0.42) 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(50% - 3px), calc(100% - 10px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.contact-page__field textarea {
  resize: vertical;
  min-height: 9rem;
}

.contact-page__field--textarea {
  align-content: start;
}

.contact-page__submit {
  width: 100%;
  margin-top: 0.6rem;
  min-height: 3.5rem;
  background: #ffffff;
  color: #1d1d1f;
  border: 1px solid rgba(29, 29, 31, 0.08);
  box-shadow: 0 18px 38px rgba(17, 17, 26, 0.08);
}

.contact-closing__body,
.contact-closing__actions {
  display: grid;
  gap: 1rem;
}

.contact-closing__actions {
  justify-items: start;
}

.contact-closing__note {
  margin: 0;
  max-width: 24rem;
  color: var(--balyan-muted);
  line-height: 1.7;
}

.js [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 2.2rem, 0);
  filter: blur(4px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.card-grid > [data-reveal]:nth-child(2),
.post-grid > [data-reveal]:nth-child(2),
.template-faq-list > [data-reveal]:nth-child(2),
.practice-article__sections > [data-reveal]:nth-child(2) {
  transition-delay: 90ms;
}

.card-grid > [data-reveal]:nth-child(3),
.post-grid > [data-reveal]:nth-child(3),
.template-faq-list > [data-reveal]:nth-child(3),
.practice-article__sections > [data-reveal]:nth-child(3) {
  transition-delay: 180ms;
}

.card-grid > [data-reveal]:nth-child(4),
.post-grid > [data-reveal]:nth-child(4),
.template-faq-list > [data-reveal]:nth-child(4),
.practice-article__sections > [data-reveal]:nth-child(4) {
  transition-delay: 270ms;
}

.card-grid > [data-reveal]:nth-child(5),
.post-grid > [data-reveal]:nth-child(5),
.template-faq-list > [data-reveal]:nth-child(5),
.practice-article__sections > [data-reveal]:nth-child(5) {
  transition-delay: 360ms;
}

@media (max-width: 960px) {
  .home-hero__inner,
  .home-instagram__grid,
  .home-foreign-focus__inner,
  .home-contact-cta__inner,
  .home-contact,
  .contact-closing,
  .card-grid--three,
  .section-heading--split,
  .practice-grid,
  .post-grid,
  .approach-grid,
  .practice-sections {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .site-header__inner,
  .site-footer__inner,
  .home-section__inner {
    width: min(100%, calc(100% - 1.5rem));
  }

  .home-section {
    padding: 4rem 0;
  }

  .home-hero {
    min-height: auto;
    padding-top: calc(var(--balyan-header-offset) + 2.1rem);
  }

  .home-hero__title {
    max-width: none;
    font-size: clamp(3.2rem, 13vw, 4.8rem);
  }

  .home-hero__text {
    font-size: 1rem;
  }

  .section-heading {
    margin-bottom: 1.5rem;
  }

  .home-practice-areas .section-heading,
  .home-featured-posts .section-heading {
    max-width: none;
    margin-inline: 0;
  }

  .home-faq .section-heading {
    max-width: none;
    margin-inline: 0;
  }

  .home-featured-posts .section-heading__aside {
    justify-items: start;
  }

  .archive-intro .section-heading__aside {
    justify-items: start;
  }

  .archive-intro--centered {
    margin-bottom: 2rem;
  }

  .archive-intro--centered .section-heading__title {
    font-size: clamp(2.3rem, 11vw, 3.3rem);
  }

  .archive-intro__summary-centered {
    max-width: 33rem;
  }

  .contact-page {
    grid-template-columns: 1fr;
  }

  .practice-archive__heading {
    padding: 1.6rem 0 0.5rem;
  }

  .practice-archive__title {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .practice-archive__summary {
    max-width: 34rem;
    font-size: 0.98rem;
  }

  .template-page .inner-hero--page {
    padding: 1.45rem 1.3rem 1.55rem;
    border-radius: 1.35rem;
  }

  .template-page .inner-hero__title {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .template-page .template-entry__content.prose-shell {
    margin-left: 0;
    max-width: none;
  }

  .about-page {
    gap: 2rem;
    padding-bottom: 2rem;
  }

  .about-page__title {
    font-size: clamp(2.3rem, 12vw, 3.4rem);
  }

  .about-page__grid {
    grid-template-columns: 1fr;
  }

  .about-page__body,
  .about-page__card {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }

  .template-article-head__title {
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  .contact-page__panel {
    padding: 1.4rem;
    border-radius: 1.5rem;
  }

  .practice-card {
    padding: 1.5rem;
  }

  .post-card {
    gap: 1.3rem;
    padding: 0.6rem 0.6rem 1rem;
  }

  .post-card__content {
    gap: 0.95rem;
    padding: 0 1rem 0.2rem;
  }

  .template-shell--home .template-post-list,
  .template-shell--archive .template-post-list {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .home-featured-posts .post-grid {
    gap: 2.9rem;
  }

  .post-card__media {
    aspect-ratio: 1.38 / 1;
    border-radius: 2rem;
  }

  .post-card__cover {
    padding: 2.15rem 1.8rem 2.3rem;
  }

  .post-card__cover-title {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .site-nav {
    justify-content: flex-start;
    padding: 1.15rem 1.2rem 1.3rem;
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 44px rgba(17, 17, 26, 0.12);
  }

  .faq-list,
  .faq-archive .faq-list {
    max-width: none;
  }

  .site-header__brand {
    gap: 0.55rem;
  }

  .site-header__brand-wordmark {
    font-size: 2.2rem;
  }

  .site-header__brand-divider {
    height: 1.8rem;
  }

  .site-header__brand-tagline {
    max-width: 6.2rem;
    font-size: 0.64rem;
    letter-spacing: 0.22em;
  }

  .site-header__inner {
    align-items: flex-start;
  }

  .site-header__controls {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  .site-header__cta {
    display: none;
  }

  .language-switcher {
    width: 100%;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(29, 29, 31, 0.08);
  }

  .site-nav ul {
    gap: 1rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .contact-page {
    gap: 2rem;
    padding-bottom: 0;
  }

  .contact-page__intro {
    padding-top: 0;
  }

  .contact-page__detail {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .practice-card {
    min-height: auto;
    padding: 1.6rem;
  }

  .home-practice-areas__footer {
    margin-top: 1.8rem;
  }
}

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

  .js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .faq-item,
  .faq-item__icon::before,
  .faq-item__icon::after,
  .site-header,
  .practice-card,
  .post-card {
    transition: none;
  }
}
