@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/literata-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/public-sans-latin-variable.woff2") format("woff2");
}

:root {
  --eih-canvas: oklch(0.97 0.004 50);
  --eih-surface: oklch(0.985 0.002 50);
  --eih-ink: oklch(0.28 0.025 36);
  --eih-muted: oklch(0.46 0.018 42);
  --eih-sienna: oklch(0.48 0.12 36);
  --eih-sienna-dark: oklch(0.36 0.1 33);
  --eih-teal: oklch(0.34 0.07 190);
  --eih-yellow: oklch(0.86 0.09 90);
  --eih-line: oklch(0.82 0.008 50);
  --eih-font-display: "Literata", Georgia, serif;
  --eih-font-body: "Public Sans", Arial, sans-serif;
  --eih-frame: 96rem;
  --eih-reading: 47.5rem;
  --eih-gutter: clamp(1.25rem, 4.2vw, 5rem);
  --eih-section: clamp(4rem, 7.5vw, 8rem);
  --eih-fast: 140ms;
  --eih-base: 200ms;
  --eih-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0 !important;
  background: var(--eih-canvas);
  color: var(--eih-ink);
  font-family: var(--eih-font-body);
  font-size: clamp(1.0625rem, 0.35vw + 0.98rem, 1.1875rem);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.eih-menu-open,
body.eih-dialog-open {
  overflow: hidden;
}

.wp-site-blocks {
  padding: 0;
}

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

img {
  height: auto;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--eih-sienna-dark);
}

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--eih-yellow);
  outline-offset: 4px;
}

::selection {
  background: var(--eih-yellow);
  color: var(--eih-ink);
}

h1,
h2,
h3,
h4 {
  color: var(--eih-ink);
  font-family: var(--eih-font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.screen-reader-text,
.eih-skip-link:not(:focus) {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.eih-skip-link:focus {
  position: fixed;
  z-index: 10000;
  inset: 0.75rem auto auto 0.75rem;
  background: var(--eih-ink);
  color: var(--eih-surface);
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.eih-masthead {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--eih-line);
  background: color-mix(in oklch, var(--eih-canvas) 94%, transparent);
}

.eih-masthead__inner {
  display: grid;
  grid-template-columns: minmax(max-content, 1fr) auto 2.75rem;
  align-items: center;
  min-height: 4.75rem;
  max-width: var(--eih-frame);
  margin: 0 auto;
  padding: 0 var(--eih-gutter);
  gap: clamp(1rem, 3vw, 3.75rem);
}

.eih-wordmark,
.eih-footer__wordmark {
  width: fit-content;
  color: var(--eih-ink);
  font-family: var(--eih-font-display);
  font-size: clamp(1.55rem, 1.8vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
}

.eih-wordmark:hover,
.eih-footer__wordmark:hover {
  color: var(--eih-ink);
}

.eih-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 2.7vw, 3.4rem);
}

.eih-nav a {
  position: relative;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.eih-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.65rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--eih-base) var(--eih-ease);
}

.eih-nav a:hover::after,
.eih-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.eih-search-toggle,
.eih-menu-toggle,
.eih-search-close {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.eih-search-toggle:hover,
.eih-menu-toggle:hover,
.eih-search-close:hover {
  background: color-mix(in oklch, var(--eih-ink) 7%, transparent);
}

.eih-search-toggle svg {
  width: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.eih-menu-toggle {
  display: none;
}

.eih-search-dialog {
  width: min(45rem, calc(100% - 2rem));
  max-width: none;
  margin: 7rem auto auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--eih-line);
  border-radius: 0.25rem;
  background: var(--eih-surface);
  color: var(--eih-ink);
  box-shadow: 0 1.5rem 5rem color-mix(in oklch, var(--eih-ink) 25%, transparent);
}

.eih-search-dialog::backdrop {
  background: color-mix(in oklch, var(--eih-ink) 65%, transparent);
}

.eih-search-dialog__bar {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.eih-search-dialog h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.eih-search-close {
  flex: 0 0 auto;
  font-family: var(--eih-font-body);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.eih-search-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.eih-search-form__row {
  display: grid;
  grid-template-columns: 1fr auto;
}

.eih-search-form input {
  min-width: 0;
  min-height: 3.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--eih-ink);
  border-radius: 0.25rem 0 0 0.25rem;
  background: var(--eih-canvas);
}

.eih-search-form button {
  padding: 0.75rem 1.4rem;
  border: 1px solid var(--eih-ink);
  border-left: 0;
  border-radius: 0 0.25rem 0.25rem 0;
  background: var(--eih-ink);
  color: var(--eih-surface);
  cursor: pointer;
  font-weight: 600;
}

.eih-main {
  min-height: 55vh;
}

.eih-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.97fr) minmax(0, 1.03fr);
  min-height: clamp(30rem, 34vw, 38rem);
  border-bottom: 1px solid var(--eih-line);
}

.eih-home-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7.5rem) clamp(2rem, 5vw, 6.5rem) clamp(4rem, 7vw, 7rem) var(--eih-gutter);
}

.eih-home-hero h1 {
  max-width: 12ch;
  margin: 0 0 1.5rem;
  font-size: clamp(3.25rem, 4.3vw, 5.3rem);
  font-variation-settings: "opsz" 64, "wght" 480;
}

.eih-home-hero__copy > p {
  max-width: 34rem;
  margin: 0 0 2rem;
  font-size: clamp(1.1rem, 1.15vw, 1.35rem);
  line-height: 1.55;
}

.eih-actions,
.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.eih-button,
.wp-element-button,
.wp-block-button__link {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background var(--eih-fast) var(--eih-ease), border-color var(--eih-fast) var(--eih-ease), color var(--eih-fast) var(--eih-ease), transform var(--eih-fast) var(--eih-ease);
}

.eih-button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover {
  transform: translateY(-1px);
}

.eih-button--primary,
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--eih-sienna);
  color: var(--eih-surface);
}

.eih-button--primary:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background: var(--eih-sienna-dark);
  color: var(--eih-surface);
}

.eih-button--secondary,
.is-style-outline .wp-block-button__link {
  border-color: var(--eih-ink);
  background: transparent;
  color: var(--eih-ink);
}

.eih-button--secondary:hover,
.is-style-outline .wp-block-button__link:hover {
  background: var(--eih-ink);
  color: var(--eih-surface);
}

.eih-button--light {
  background: var(--eih-surface);
  color: var(--eih-teal);
}

.eih-button--light:hover {
  background: var(--eih-yellow);
  color: var(--eih-ink);
}

.eih-button > span {
  margin-left: 0.5rem;
}

.eih-home-hero__media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.eih-home-hero__media picture,
.eih-home-hero__media img {
  width: 100%;
  height: 100%;
}

.eih-home-hero__media img {
  object-fit: cover;
  object-position: 50% 50%;
}

.eih-problem-index {
  display: grid;
  grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 3.2fr);
  border-bottom: 1px solid var(--eih-line);
}

.eih-problem-index > h2 {
  display: flex;
  align-items: center;
  max-width: 14ch;
  margin: 0;
  padding: 2.5rem var(--eih-gutter);
  border-right: 1px solid var(--eih-line);
  font-size: clamp(2rem, 2.2vw, 2.8rem);
}

.eih-problem-index__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eih-problem-link {
  display: grid;
  grid-template-columns: 3.75rem minmax(0, 1fr) 1.5rem;
  align-items: center;
  min-height: 9rem;
  padding: 1.5rem clamp(1rem, 2.2vw, 2rem);
  gap: 1rem;
  border-right: 1px solid var(--eih-line);
  text-decoration: none;
}

.eih-problem-link:last-child {
  border-right: 0;
}

.eih-problem-link:hover .eih-arrow,
.eih-text-link:hover span,
.eih-section-heading a:hover span,
.eih-footer__next a:hover span {
  transform: translateX(0.3rem);
}

.eih-problem-link__icon {
  display: grid;
  width: 3.75rem;
  height: 3.75rem;
  place-items: center;
  border-radius: 50%;
  color: var(--eih-surface);
}

.eih-problem-link__icon svg {
  width: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.eih-problem-link__icon--sienna { background: var(--eih-sienna); }
.eih-problem-link__icon--umber { background: color-mix(in oklch, var(--eih-ink) 82%, var(--eih-sienna)); }
.eih-problem-link__icon--ink { background: var(--eih-ink); }
.eih-problem-link__icon--teal { background: var(--eih-teal); }

.eih-arrow,
.eih-text-link span,
.eih-section-heading a span,
.eih-footer__next a span {
  display: inline-block;
  font-size: 1.35rem;
  transition: transform var(--eih-base) var(--eih-ease);
}

.eih-home-discovery {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  border-bottom: 1px solid var(--eih-line);
}

.eih-feature-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(15rem, 1.1fr);
  align-items: center;
  min-width: 0;
  padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 4.5vw, 5rem) clamp(2rem, 4vw, 4rem) var(--eih-gutter);
  gap: clamp(2rem, 4vw, 4.5rem);
  border-right: 1px solid var(--eih-line);
}

.eih-feature-guide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.eih-kicker {
  margin: 0 0 0.9rem;
  color: var(--eih-sienna);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eih-feature-guide h2 {
  max-width: 10ch;
  margin: 0 0 1rem;
  font-size: clamp(2rem, 2.7vw, 3.4rem);
}

.eih-feature-guide__copy > p:not(.eih-kicker) {
  margin: 0 0 1.4rem;
  color: var(--eih-muted);
}

.eih-text-link,
.eih-section-heading a,
.eih-footer__next a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4rem;
}

.eih-room-index {
  min-width: 0;
  padding: clamp(2rem, 4vw, 4rem) var(--eih-gutter) clamp(2rem, 4vw, 4rem) clamp(2rem, 3vw, 3.25rem);
}

.eih-section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.eih-section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 2.4vw, 3rem);
}

.eih-section-heading a {
  font-size: 0.9rem;
}

.eih-room-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.8vw, 1.75rem);
}

.eih-room-link {
  display: block;
  min-width: 0;
  font-size: 0.98rem;
  text-decoration: none;
}

.eih-room-link img {
  width: 100%;
  aspect-ratio: 4 / 4.3;
  margin-bottom: 0.65rem;
  object-fit: cover;
  filter: saturate(0.88);
  transition: filter var(--eih-base) var(--eih-ease), transform var(--eih-base) var(--eih-ease);
}

.eih-room-link:first-child img {
  object-position: 35% 50%;
}

.eih-room-link:hover img {
  filter: saturate(1);
  transform: translateY(-2px);
}

.eih-next-step {
  display: grid;
  grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1.15fr);
  max-width: var(--eih-frame);
  margin: 0 auto;
  padding: var(--eih-section) var(--eih-gutter);
  gap: clamp(3rem, 7vw, 8rem);
}

.eih-next-step__heading h2 {
  max-width: 12ch;
  margin: 0 0 1.5rem;
  font-size: clamp(2.8rem, 4.3vw, 5rem);
}

.eih-next-step__heading > p:last-child {
  max-width: 34rem;
  color: var(--eih-muted);
}

.eih-next-step__list {
  border-top: 1px solid var(--eih-line);
}

.eih-next-step__list a {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  align-items: center;
  min-height: 6.75rem;
  padding: 1rem 0;
  gap: 1rem;
  border-bottom: 1px solid var(--eih-line);
  text-decoration: none;
}

.eih-next-step__list span {
  color: var(--eih-sienna);
  font-size: 0.8rem;
  font-weight: 700;
}

.eih-next-step__list strong {
  font-family: var(--eih-font-display);
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.15;
}

.eih-next-step__list em {
  color: var(--eih-muted);
  font-size: 0.85rem;
  font-style: normal;
}

.eih-reset-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  min-height: 34rem;
  align-items: center;
  margin: 0 var(--eih-gutter) var(--eih-section);
  padding: clamp(3rem, 6vw, 6.5rem);
  gap: clamp(2rem, 5vw, 6rem);
  overflow: hidden;
  background: var(--eih-teal);
  color: var(--eih-surface);
}

.eih-reset-panel::before,
.eih-reset-panel::after {
  position: absolute;
  background: color-mix(in oklch, var(--eih-surface) 55%, transparent);
  content: "";
  pointer-events: none;
}

.eih-reset-panel::before {
  top: 2.2rem;
  right: 31%;
  width: 1px;
  height: 6rem;
  transform: rotate(7deg);
}

.eih-reset-panel::after {
  top: 2.2rem;
  right: calc(31% - 0.3rem);
  width: 0.65rem;
  height: 1px;
  box-shadow: 0 6rem 0 color-mix(in oklch, var(--eih-surface) 55%, transparent);
  transform: rotate(7deg);
}

.eih-reset-panel .eih-kicker {
  color: var(--eih-yellow);
}

.eih-reset-panel h2 {
  max-width: 12ch;
  margin: 0 0 1.25rem;
  color: var(--eih-surface);
  font-size: clamp(3rem, 4.4vw, 5rem);
}

.eih-reset-panel__copy > p:not(.eih-kicker) {
  max-width: 34rem;
  margin-bottom: 2rem;
}

.eih-paper {
  width: min(23rem, 80%);
  min-height: 28rem;
  justify-self: center;
  padding: 2.5rem 2.2rem;
  background: var(--eih-surface);
  color: var(--eih-ink);
  box-shadow: 1.1rem 1.2rem 0 color-mix(in oklch, var(--eih-ink) 25%, transparent);
  transform: rotate(4deg);
}

.eih-paper p,
.eih-paper span {
  display: block;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.65;
}

.eih-paper p:not(.eih-paper__title) {
  margin-top: 1.2rem;
  font-weight: 700;
}

.eih-paper .eih-paper__title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.eih-paper__rule {
  height: 1px;
  margin: 0.9rem 0 0;
  background: var(--eih-line);
}

.eih-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--eih-line);
  border-bottom: 1px solid var(--eih-line);
}

.eih-trust-strip > div {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  min-height: 10rem;
  padding: 2rem var(--eih-gutter);
  gap: 1.5rem;
  border-right: 1px solid var(--eih-line);
}

.eih-trust-strip > div:last-child {
  border-right: 0;
}

.eih-trust-strip > div > span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid var(--eih-ink);
  border-radius: 50%;
  font-family: var(--eih-font-display);
  font-size: 1.5rem;
}

.eih-trust-strip p {
  margin: 0;
  line-height: 1.5;
}

.eih-home-about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  max-width: var(--eih-frame);
  margin: 0 auto;
  padding: var(--eih-section) var(--eih-gutter);
  gap: clamp(3rem, 8vw, 9rem);
}

.eih-home-about h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3rem, 4.5vw, 5.25rem);
}

.eih-home-about > div:last-child {
  max-width: 43rem;
}

.eih-home-about > div:last-child p:first-child {
  margin-top: 0;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}

.eih-footer {
  background: var(--eih-ink);
  color: var(--eih-canvas);
}

.eih-footer a,
.eih-footer h2 {
  color: inherit;
}

.eih-footer__lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: clamp(3rem, 6vw, 6rem) var(--eih-gutter);
  gap: 3rem;
  border-bottom: 1px solid color-mix(in oklch, var(--eih-canvas) 25%, transparent);
}

.eih-footer__wordmark {
  display: block;
  color: var(--eih-canvas);
  font-size: clamp(2.4rem, 4vw, 4.75rem);
}

.eih-footer__lead > div:first-child p {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: color-mix(in oklch, var(--eih-canvas) 76%, transparent);
}

.eih-footer__next {
  align-self: center;
  justify-self: end;
}

.eih-footer__next .eih-kicker {
  color: var(--eih-yellow);
}

.eih-footer__next a {
  font-family: var(--eih-font-display);
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 500;
}

.eih-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid color-mix(in oklch, var(--eih-canvas) 25%, transparent);
}

.eih-footer__grid nav {
  display: flex;
  flex-direction: column;
  padding: 3rem var(--eih-gutter);
  gap: 0.5rem;
  border-right: 1px solid color-mix(in oklch, var(--eih-canvas) 25%, transparent);
}

.eih-footer__grid nav:last-child {
  border-right: 0;
}

.eih-footer__grid h2 {
  margin: 0 0 1rem;
  font-family: var(--eih-font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eih-footer__grid a {
  width: fit-content;
  color: color-mix(in oklch, var(--eih-canvas) 82%, transparent);
  text-decoration-thickness: 1px;
}

.eih-footer__base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem var(--eih-gutter);
  gap: 1.5rem;
  color: color-mix(in oklch, var(--eih-canvas) 65%, transparent);
  font-size: 0.8rem;
}

.eih-footer__base p {
  margin: 0;
}

.eih-page-shell,
.eih-article-shell,
.eih-archive-shell,
.eih-not-found {
  padding: clamp(4rem, 8vw, 8rem) var(--eih-gutter) var(--eih-section);
}

.eih-page-shell > *,
.eih-article-shell > *,
.eih-archive-shell > *,
.eih-not-found > * {
  max-width: var(--eih-reading);
  margin-right: auto;
  margin-left: auto;
}

.eih-page-header,
.eih-article-header {
  margin-bottom: clamp(2rem, 5vw, 4.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--eih-line);
}

.eih-page-header h1,
.eih-article-header h1,
.eih-archive-shell > h1,
.eih-not-found h1 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: clamp(3.2rem, 6vw, 6.75rem);
}

.eih-article-shell {
  padding-top: clamp(3rem, 5vw, 5.5rem);
}

.eih-article-header h1 {
  font-size: clamp(2.75rem, 4.6vw, 5.25rem);
  line-height: 0.98;
}

.eih-page-shell .wp-block-post-content > :first-child,
.eih-article-shell .wp-block-post-content > :first-child {
  margin-top: 0;
}

.eih-page-shell .wp-block-post-content h2,
.eih-article-shell .wp-block-post-content h2 {
  margin-top: 3.75rem;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

.eih-page-shell .wp-block-post-content h3,
.eih-article-shell .wp-block-post-content h3 {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.eih-page-shell .wp-block-post-content p,
.eih-page-shell .wp-block-post-content li,
.eih-article-shell .wp-block-post-content p,
.eih-article-shell .wp-block-post-content li {
  max-width: 68ch;
}

.eih-page-shell .wp-block-post-content a,
.eih-article-shell .wp-block-post-content a {
  color: var(--eih-sienna-dark);
  font-weight: 600;
}

.eih-page-shell .wp-block-post-content ul,
.eih-page-shell .wp-block-post-content ol,
.eih-article-shell .wp-block-post-content ul,
.eih-article-shell .wp-block-post-content ol {
  padding-left: 1.35rem;
}

.eih-page-shell .wp-block-post-content li + li,
.eih-article-shell .wp-block-post-content li + li {
  margin-top: 0.65rem;
}

.eih-article-dek {
  max-width: 42rem;
  color: var(--eih-muted);
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
}

.eih-byline {
  color: var(--eih-muted);
  font-size: 0.9rem;
}

.eih-byline p {
  margin: 0;
}

.eih-post-kicker,
.eih-post-kicker a {
  color: var(--eih-sienna-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.eih-article-trust {
  margin-top: 4rem;
  padding: 2rem;
  border-top: 1px solid var(--eih-line);
  border-bottom: 1px solid var(--eih-line);
  background: color-mix(in oklch, var(--eih-teal) 8%, transparent);
}

.eih-article-trust h2 {
  margin-top: 0;
  font-size: 1.7rem;
}

.eih-article-categories {
  margin-top: 2rem;
  font-size: 0.9rem;
}

.eih-answer {
  margin-bottom: 2rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-left: 3px solid var(--eih-teal);
  background: color-mix(in oklch, var(--eih-teal) 8%, var(--eih-surface));
  font-size: clamp(1.12rem, 1.4vw, 1.3rem);
}

.eih-note {
  margin: 2rem 0;
  padding: 1.2rem 1.35rem;
  border-top: 1px solid var(--eih-line);
  border-bottom: 1px solid var(--eih-line);
  background: color-mix(in oklch, var(--eih-sienna) 6%, transparent);
}

.eih-note > :first-child,
.eih-answer:first-child {
  margin-top: 0;
}

.eih-note > :last-child,
.eih-answer:last-child {
  margin-bottom: 0;
}

.eih-data-table-wrap {
  max-width: 100%;
  margin: 2rem 0 3rem;
  overflow-x: auto;
  border-top: 1px solid var(--eih-ink);
  -webkit-overflow-scrolling: touch;
}

.eih-data-table {
  width: 100%;
  min-width: 38rem;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.eih-data-table th,
.eih-data-table td {
  padding: 0.9rem 1rem 0.9rem 0;
  border-bottom: 1px solid var(--eih-line);
  text-align: left;
  vertical-align: top;
}

.eih-data-table th {
  color: var(--eih-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eih-faq {
  margin: 2rem 0 3.5rem;
  border-top: 1px solid var(--eih-line);
}

.eih-faq h3 {
  margin: 0 !important;
  padding-top: 1.35rem;
  font-family: var(--wp--preset--font-family--sans);
  font-size: 1.05rem !important;
  font-weight: 650;
}

.eih-faq p {
  margin-top: 0.55rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--eih-line);
}

.eih-latest-guides {
  padding: var(--eih-section) var(--eih-gutter);
  border-top: 1px solid var(--eih-line);
}

.eih-latest-guides > h2,
.eih-latest-guides > p,
.eih-latest-guides > .wp-block-query {
  max-width: var(--eih-wide);
  margin-right: auto;
  margin-left: auto;
}

.eih-latest-guides > h2 {
  margin-top: 0;
}

.eih-archive-shell > .wp-block-term-description,
.eih-archive-shell > p.has-large-font-size {
  color: var(--eih-muted);
  font-size: clamp(1.2rem, 1.5vw, 1.5rem) !important;
}

.eih-query {
  max-width: var(--eih-frame);
  margin-top: 3.5rem;
}

.eih-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4rem) clamp(1.25rem, 2.5vw, 2.5rem);
  padding: 0;
  list-style: none;
}

.eih-post-grid > li {
  min-width: 0;
  border-bottom: 1px solid var(--eih-line);
  padding-bottom: 2rem;
}

.eih-post-grid .wp-block-post-featured-image {
  margin: 0 0 1.2rem;
}

.eih-post-grid .wp-block-post-title {
  margin: 0.45rem 0 0.75rem;
}

.eih-post-grid .wp-block-post-title a {
  text-decoration: none;
}

.eih-post-grid .wp-block-post-excerpt {
  color: var(--eih-muted);
}

.eih-search-results {
  display: grid;
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--eih-line);
  list-style: none;
}

.eih-search-results > li {
  padding: 2rem 0;
  border-bottom: 1px solid var(--eih-line);
}

.eih-search-results .wp-block-post-title {
  margin: 0.35rem 0;
}

.wp-block-search__inside-wrapper {
  min-height: 3.5rem;
}

.wp-block-search__input,
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--eih-muted);
  border-radius: 0.25rem;
  background: var(--eih-surface);
}

.eih-contact-form {
  display: grid;
  margin: 2.5rem 0 4rem;
  gap: 1.3rem;
}

.eih-form-field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.eih-contact-form textarea {
  resize: vertical;
}

.eih-form-help {
  margin: 0;
  color: var(--eih-muted);
  font-size: 0.85rem;
}

.eih-form-notice {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border: 1px solid var(--eih-line);
}

.eih-form-notice--success {
  border-left: 3px solid var(--eih-teal);
  background: color-mix(in oklch, var(--eih-teal) 8%, transparent);
}

.eih-form-notice--error {
  border-left: 3px solid var(--eih-sienna);
  background: color-mix(in oklch, var(--eih-sienna) 7%, transparent);
}

.eih-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.wp-block-search__button,
button[type="submit"],
input[type="submit"] {
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--eih-ink);
  border-radius: 0.25rem;
  background: var(--eih-ink);
  color: var(--eih-surface);
  cursor: pointer;
  font-weight: 600;
}

.eih-not-found {
  min-height: 60vh;
}

.eih-not-found > p.has-large-font-size {
  color: var(--eih-muted);
}

.eih-printable-checklist {
  margin: 2.5rem 0;
  padding: 0;
  border-top: 1px solid var(--eih-line);
  list-style: none;
}

.eih-printable-checklist li {
  position: relative;
  margin: 0 !important;
  padding: 1rem 0 1rem 2.25rem;
  border-bottom: 1px solid var(--eih-line);
}

.eih-printable-checklist li::before {
  position: absolute;
  top: 1.35rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--eih-ink);
  content: "";
}

.eih-print-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2rem 0;
  gap: 1rem;
}

.eih-print-actions button {
  min-height: 3.25rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid var(--eih-sienna);
  border-radius: 0.25rem;
  background: var(--eih-sienna);
  color: var(--eih-surface);
  cursor: pointer;
  font-weight: 600;
}

.eih-route-list {
  display: grid;
  margin: 2rem 0 3.5rem;
  padding: 0;
  border-top: 1px solid var(--eih-line);
  list-style: none;
}

.eih-route-list li {
  margin: 0 !important;
  border-bottom: 1px solid var(--eih-line);
}

.eih-route-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.25rem 0;
  gap: 1rem;
  text-decoration: none;
}

.eih-route-list a::after {
  color: var(--eih-ink);
  content: "→";
  font-size: 1.35rem;
}

.eih-note {
  margin: 2.5rem 0;
  padding: 1.5rem 1.75rem;
  border-left: 3px solid var(--eih-teal);
  background: color-mix(in oklch, var(--eih-teal) 8%, transparent);
}

.eih-note > :first-child { margin-top: 0; }
.eih-note > :last-child { margin-bottom: 0; }

@media (max-width: 80rem) {
  .eih-problem-link {
    grid-template-columns: 3.25rem minmax(0, 1fr);
    align-content: center;
  }

  .eih-problem-link__icon {
    width: 3.25rem;
    height: 3.25rem;
  }

  .eih-problem-link .eih-arrow {
    grid-column: 2;
    line-height: 1;
  }

  .eih-feature-guide {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2rem;
  }
}

@media (max-width: 64rem) {
  .eih-masthead__inner {
    grid-template-columns: 1fr auto auto;
  }

  .eih-menu-toggle {
    display: grid;
    grid-column: 2;
  }

  .eih-menu-toggle__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .eih-menu-toggle__lines {
    display: none;
  }

  .eih-nav {
    position: fixed;
    z-index: 99;
    inset: 4.75rem 0 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    background: var(--eih-canvas);
    padding: 1rem var(--eih-gutter) 3rem;
  }

  .eih-nav[data-open] {
    display: flex;
  }

  .eih-nav a {
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--eih-line);
    font-family: var(--eih-font-display);
    font-size: clamp(1.8rem, 5vw, 3rem);
  }

  .eih-nav a::after {
    display: none;
  }

  .eih-home-hero {
    grid-template-columns: 1fr;
  }

  .eih-home-hero__copy {
    min-height: 28rem;
    padding-right: var(--eih-gutter);
  }

  .eih-home-hero__media {
    aspect-ratio: 3 / 2;
  }

  .eih-problem-index {
    grid-template-columns: 1fr;
  }

  .eih-problem-index > h2 {
    max-width: none;
    padding: 2.25rem var(--eih-gutter) 1.5rem;
    border-right: 0;
  }

  .eih-problem-index__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .eih-problem-link {
    border-top: 1px solid var(--eih-line);
  }

  .eih-problem-link:nth-child(2) {
    border-right: 0;
  }

  .eih-home-discovery {
    grid-template-columns: 1fr;
  }

  .eih-feature-guide {
    border-right: 0;
    border-bottom: 1px solid var(--eih-line);
  }

  .eih-room-index {
    padding-left: var(--eih-gutter);
  }

  .eih-next-step,
  .eih-home-about {
    grid-template-columns: 1fr;
  }

  .eih-next-step__heading h2,
  .eih-home-about h2 {
    max-width: 14ch;
  }

  .eih-reset-panel {
    grid-template-columns: 1fr 0.8fr;
    padding: 3.5rem;
  }

  .eih-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 46rem) {
  :root {
    --eih-gutter: 1.25rem;
    --eih-section: 4.5rem;
  }

  .eih-masthead__inner {
    min-height: 4.25rem;
    gap: 0.25rem;
  }

  .eih-wordmark {
    font-size: 1.45rem;
  }

  .eih-menu-toggle,
  .eih-search-toggle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .eih-nav {
    top: 4.25rem;
  }

  .eih-search-dialog {
    margin-top: 4.75rem;
    padding: 1.5rem;
  }

  .eih-search-form__row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .eih-search-form input,
  .eih-search-form button {
    border: 1px solid var(--eih-ink);
    border-radius: 0.25rem;
  }

  .eih-home-hero__copy {
    min-height: 26rem;
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }

  .eih-home-hero h1 {
    font-size: clamp(3.25rem, 15vw, 4.8rem);
  }

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

  .eih-problem-index__items {
    grid-template-columns: 1fr;
  }

  .eih-problem-link {
    grid-template-columns: 3.25rem minmax(0, 1fr) 1.5rem;
    min-height: 6.8rem;
    border-right: 0;
  }

  .eih-problem-link .eih-arrow {
    grid-column: auto;
  }

  .eih-feature-guide {
    grid-template-columns: 1fr;
    padding-right: var(--eih-gutter);
  }

  .eih-feature-guide img {
    aspect-ratio: 4 / 3;
  }

  .eih-room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem 0.8rem;
  }

  .eih-section-heading {
    align-items: start;
    flex-direction: column;
  }

  .eih-next-step {
    gap: 2.5rem;
  }

  .eih-next-step__list a {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .eih-next-step__list em {
    grid-column: 2;
  }

  .eih-reset-panel {
    grid-template-columns: 1fr;
    margin-right: 0;
    margin-left: 0;
    padding: 3.5rem var(--eih-gutter) 4.5rem;
  }

  .eih-reset-panel::before,
  .eih-reset-panel::after {
    display: none;
  }

  .eih-paper {
    width: min(20rem, 85%);
    min-height: 24rem;
  }

  .eih-trust-strip,
  .eih-footer__lead,
  .eih-footer__grid {
    grid-template-columns: 1fr;
  }

  .eih-trust-strip > div,
  .eih-footer__grid nav {
    border-right: 0;
    border-bottom: 1px solid var(--eih-line);
  }

  .eih-trust-strip > div:last-child,
  .eih-footer__grid nav:last-child {
    border-bottom: 0;
  }

  .eih-footer__next {
    justify-self: start;
  }

  .eih-footer__base {
    align-items: flex-start;
    flex-direction: column;
  }

  .eih-page-shell,
  .eih-article-shell,
  .eih-archive-shell,
  .eih-not-found {
    padding-top: 3.5rem;
  }

  .eih-page-header h1,
  .eih-article-header h1,
  .eih-archive-shell > h1,
  .eih-not-found h1 {
    font-size: clamp(3rem, 14vw, 4.75rem);
  }

  .eih-post-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
