*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --color-bg: #F5F1E8;
  --color-text: #1C1A17;
  --color-meta: #6B655B;
  --color-hairline: #D9D2C2;
  --color-accent: #6B2737;
  --color-bg-dark: #1C1A17;
  --color-text-on-dark: #F5F1E8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

img,
  iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
  input,
  textarea,
  select {
  border-radius: 0;
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

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

.site-shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.site-header__inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo {
  font-family: "Fraunces", serif;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.primary-nav__list,
  .primary-nav__list .sub-menu,
  .social-links,
  .footer-nav,
  .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 500;
}

.primary-nav__list a {
  display: block;
  padding: 10px 0;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a::after {
  content: " \25BE";
  font-size: 10px;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  min-width: 220px;
  padding: 12px 16px;
  border: .5px solid var(--color-hairline);
  background: var(--color-bg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
}

.menu-item-has-children:hover .sub-menu,
  .menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: .5px solid var(--color-hairline);
  background: transparent;
}

.nav-toggle__line,
  .nav-toggle__line::before,
  .nav-toggle__line::after {
  display: block;
  width: 18px;
  height: 1px;
  margin: 0 auto;
  background: var(--color-text);
  content: "";
}

.nav-toggle__line::before {
  transform: translateY(-6px);
}

.nav-toggle__line::after {
  transform: translateY(5px);
}

.hero-section {
  padding: 64px 0 80px;
}

.hero-section h1,
  .page-hero h1,
  .article-header h1,
  .not-found h1 {
  max-width: 760px;
  margin: 12px 0 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: .98;
}

.hero-section h1 {
  font-size: clamp(32px, 6vw, 64px);
}

.hero-section h1 em {
  font-style: italic;
}

.page-hero,
  .article-header {
  padding-top: 80px;
  padding-bottom: 48px;
}

.page-hero--compact {
  padding-top: 64px;
}

.page-hero h1,
  .article-header h1 {
  font-size: clamp(28px, 4vw, 44px);
}

.lead {
  max-width: 640px;
  margin-top: 24px;
  color: var(--color-text);
  font-family: "Newsreader", serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
}

.eyebrow {
  margin: 0;
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-block {
  padding: 64px 0;
  border-top: .5px solid var(--color-hairline);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin-bottom: 32px;
}

.section-heading h2,
  .about-summary h2,
  .related-posts h2,
  .comments-area h2,
  .cta-bar h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  border-top: .5px solid var(--color-hairline);
}

.practice-item,
  .practice-list__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px 24px;
  padding: 24px 0;
  border-bottom: .5px solid var(--color-hairline);
  transition: color .18s ease, opacity .18s ease;
}

.practice-item:hover,
  .practice-list__item:hover {
  color: var(--color-accent);
  opacity: .8;
}

.practice-item__title,
  .practice-list__title {
  font-family: "Fraunces", serif;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.practice-item__excerpt,
  .practice-list__excerpt {
  grid-column: 1 / -1;
  color: var(--color-meta);
  font-family: "Newsreader", serif;
  font-size: 14px;
  line-height: 1.6;
}

.practice-item__arrow,
  .practice-list__detail,
  .section-link,
  .text-link {
  color: var(--color-accent);
}

.latest-posts {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}

.post-card,
  .post-row {
  border-top: .5px solid var(--color-hairline);
}

.post-card {
  padding-top: 20px;
}

.post-card__title {
  margin: 8px 0;
  font-family: "Fraunces", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.post-card--lg .post-card__title {
  font-size: 24px;
}

.post-card--sm .post-card__title {
  font-size: 16px;
}

.post-card__meta,
  .meta-block,
  .post-row time {
  color: var(--color-meta);
  font-size: 12px;
}

.post-card__excerpt,
  .about-summary p {
  color: var(--color-meta);
  font-family: "Newsreader", serif;
  line-height: 1.7;
}

.section-link {
  margin-top: 24px;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
}

.about-summary__grid,
  .about-page__grid,
  .contact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}

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

.contact-grid {
  grid-template-columns: 1.2fr 1fr;
  padding-bottom: 64px;
}

.portrait-frame img,
  .portrait-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  border: .5px solid var(--color-hairline);
  background: var(--color-bg);
}

.cta-bar {
  padding: 48px 0;
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
}

.cta-bar__inner,
  .site-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.button,
  .share-buttons a,
  .share-buttons button,
  .filter-chips a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: .5px solid currentColor;
  padding: 10px 16px;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.button--dark {
  color: var(--color-text-on-dark);
  border-color: var(--color-accent);
}

.site-footer {
  padding: 32px 0;
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
  border-top: .5px solid rgba(245, 241, 232, .24);
}

.site-footer p {
  margin: 0;
  font-size: 13px;
}

.social-links,
  .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}

.site-footer__row--secondary {
  margin-top: 16px;
  justify-content: flex-end;
}

.breadcrumb {
  margin-bottom: 20px;
  color: var(--color-accent);
  font-size: 12px;
}

.meta-block {
  max-width: 640px;
  margin-top: 28px;
  padding-top: 16px;
  border-top: .5px solid var(--color-hairline);
}

.toc {
  max-width: 520px;
  margin-top: 32px;
  padding-left: 14px;
  border-left: 2px solid var(--color-accent);
}

.toc ol {
  margin: 10px 0 0;
  padding-left: 18px;
  font-family: "Newsreader", serif;
  font-size: 14px;
  line-height: 1.7;
}

.article-content {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 16px 64px;
  font-family: "Newsreader", serif;
  font-size: 17px;
  line-height: 1.75;
}

.article-content--left {
  max-width: none;
  padding: 0;
}

.article-content h2,
  .article-content h3 {
  font-family: "Fraunces", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.article-content h2 {
  margin: 48px 0 16px;
  font-size: 28px;
}

.article-content h3 {
  margin: 32px 0 12px;
  font-size: 22px;
}

.article-content blockquote {
  margin: 32px 0;
  padding-left: 16px;
  border-left: 2px solid var(--color-accent);
  font-style: italic;
}

.article-content cite,
  .wp-caption-text {
  color: var(--color-meta);
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.article-content td,
  .article-content th {
  border: .5px solid var(--color-hairline);
  padding: 8px 12px;
}

.article-content code {
  padding: 2px 6px;
  background: rgba(107, 39, 55, .08);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
}

.article-after {
  max-width: 760px;
}

.share-buttons,
  .related-posts,
  .comments-area {
  padding: 32px 0;
  border-top: .5px solid var(--color-hairline);
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.share-buttons a:hover,
  .share-buttons button:hover {
  background: var(--color-accent);
  color: var(--color-text-on-dark);
}

.share-buttons button {
  position: relative;
}

.copy-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  padding: 4px 8px;
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
  text-transform: none;
}

.is-copied .copy-tooltip {
  opacity: 1;
}

.related-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.filter-chips .is-active {
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
}

.post-list {
  border-top: .5px solid var(--color-hairline);
}

.post-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 32px;
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-top: 0;
  border-bottom: .5px solid var(--color-hairline);
}

.post-row h2 {
  margin: 4px 0 0;
  font-family: "Fraunces", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.post-row__arrow {
  color: var(--color-accent);
  text-align: right;
}

.archive-layout {
  padding-bottom: 80px;
}

.pagination {
  margin-top: 32px;
}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pagination .current {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.practice-list {
  padding-bottom: 80px;
}

.practice-list__item {
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.4fr) auto;
  align-items: start;
}

.practice-list__title {
  font-size: 28px;
}

.practice-list__excerpt {
  grid-column: auto;
  font-size: 16px;
}

.about-page {
  padding-bottom: 80px;
}

.about-facts {
  margin-top: 32px;
  padding-top: 24px;
  border-top: .5px solid var(--color-hairline);
}

.about-facts p {
  margin: 0 0 16px;
  font-family: "Newsreader", serif;
}

.about-facts span {
  display: block;
  margin-bottom: 4px;
  color: var(--color-meta);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-facts__links {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  color: var(--color-accent);
  font-size: 14px;
}

.editorial-form input,
  .editorial-form textarea,
  .cf7-shell input,
  .cf7-shell textarea,
  .search-form input {
  width: 100%;
  border: 0;
  border-bottom: .5px solid var(--color-text);
  padding: 10px 0;
  background: transparent;
}

.editorial-form label,
  .cf7-shell label {
  display: grid;
  gap: 6px;
  color: var(--color-meta);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.editorial-form input[type="submit"],
  .cf7-shell input[type="submit"],
  .search-form input[type="submit"] {
  width: auto;
  border: .5px solid var(--color-bg-dark);
  padding: 12px 24px;
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
}

.contact-detail {
  margin-top: 24px;
}

.contact-detail:first-child {
  margin-top: 0;
}

.contact-detail p,
  .contact-detail a {
  margin: 8px 0 0;
  font-family: "Newsreader", serif;
  font-size: 14px;
  line-height: 1.7;
}

.map-section {
  padding-bottom: 80px;
}

.map-section iframe {
  width: 100%;
  height: 320px;
  border: 0;
  filter: grayscale(70%);
}

.comment-list {
  padding-left: 20px;
}

.comment-body {
  margin-bottom: 24px;
  font-family: "Newsreader", serif;
  font-size: 14px;
}

.comment-author,
  .comment-metadata {
  font-family: "Inter", sans-serif;
}

.not-found__inner {
  min-height: 58vh;
  display: grid;
  place-content: center;
  text-align: center;
}

.not-found__code {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 96px;
  line-height: 1;
}

.not-found__links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  color: var(--color-accent);
}

.static {
  position: static;
}

.block {
  display: block;
}

@media (min-width: 768px) {
  .site-shell,
    .article-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1024px) {
  .site-shell {
    padding-left: 32px;
    padding-right: 32px;
  }

  .article-content {
    padding-left: 0;
    padding-right: 0;
  }

  .eyebrow {
    font-size: 12px;
  }

  body {
    font-size: 17px;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 30;
    display: none;
    border-bottom: .5px solid var(--color-hairline);
    background: var(--color-bg);
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav__list {
    display: grid;
    gap: 0;
    padding: 16px;
  }

  .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 0 16px;
    border: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .practice-grid,
    .latest-posts,
    .about-summary__grid,
    .about-page__grid,
    .contact-grid,
    .related-posts__grid {
    grid-template-columns: 1fr;
  }

  .practice-list__item,
    .post-row {
    grid-template-columns: 1fr auto;
  }

  .practice-list__excerpt,
    .post-row time {
    grid-column: 1 / -1;
  }

  .cta-bar__inner,
    .site-footer__row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hero-section {
    padding: 48px 0 64px;
  }

  .section-block,
    .page-hero,
    .article-header {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .map-section iframe {
    height: 240px;
  }

  .not-found__links,
    .share-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}

.hero__cta {
  display: inline-block !important;
  margin-top: 2rem !important;
  background-color: #6B2737 !important;
  color: #F5F1E8 !important;
  padding: 0.85rem 2rem !important;
  font-family: var(--font-ui) !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.about-summary h2 {
  margin-bottom: 1.5rem !important;
}

.article-content {
  max-width: 680px;
}

.article-content p,
.article-content .wp-block-paragraph {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.article-content h2,
.article-content .wp-block-heading {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.article-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.about-page__grid {
  grid-template-columns: 2fr 3fr !important;
}

.portrait-frame {
  max-width: 100%;
}

.portrait-frame img {
  aspect-ratio: 3/4 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: auto !important;
}

.about-page-grid .portrait-frame img,
.about-page-grid .portrait-frame {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.wpcf7 .wpcf7-form p {
  margin-bottom: 1.5rem;
}

.wpcf7 label {
  display: block;
  margin-bottom: 0.4rem;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--meta);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  margin-top: 0.5rem;
}

@media (max-width: 640px) {
  .about-page__grid {
    grid-template-columns: 1fr !important;
  }

  .portrait-frame {
    max-width: 200px;
    margin: 0 auto;
  }

  .about-summary__grid {
    grid-template-columns: 1fr !important;
  }

  .about-summary__grid .portrait-frame {
    max-width: 160px;
    margin: 0 auto 1.5rem;
  }

  .hero-section .site-shell {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.practice-item__icon,
.practice-list__icon {
  display: inline-flex;
  align-items: center;
  color: var(--color-text);
  opacity: 0.55;
  transition: opacity .18s ease, color .18s ease;
}

.practice-item:hover .practice-item__icon,
.practice-list__item:hover .practice-list__icon {
  opacity: 1;
  color: var(--color-accent);
}

.practice-list__item {
  grid-template-columns: auto 1fr auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.practice-list__icon {
  padding-top: 0;
  align-self: center;
}

.practice-item__excerpt:empty,
.practice-list__excerpt:empty {
  display: none;
}

.practice-item__icon,
.practice-item__arrow {
  align-self: center;
}

.practice-list__detail {
  align-self: center;
}

.about-facts__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.link-button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  font-family: var(--font-ui);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.link-button:hover {
  background-color: var(--color-accent);
  color: var(--color-bg);
}