/* AUTO-GENERATED by scripts/extract-critical-css.js from main.css — do not hand-edit.
 * Regenerate with `node scripts/extract-critical-css.js` after changing any selector in
 * CRITICAL_SELECTORS (see that file) or editing a main.css rule that matches one.
 * Verified in sync by test/critical-css.test.js.
 * main.css remains the single source of truth for these rules. */

:root {
  --clay: #c4593a;
  --clay-dark: #a3452a;
  --clay-light: #faf0ec;
  --clay-mid: #f0d5cb;
  --amber: #c8780a;
  --bark: #2c1f14;
  --soil: #5c4030;
  --dust: #9c8070;
  --linen: #faf6f1;
  --linen-mid: #f3ede5;
  --linen-dark: #e9ddd3;
  --border: #e0d3c8;
  --border-dark: #c8b8a8;
  --white: #ffffff;
  --text-muted: #9c8070;
  --red: #b91c1c;
  --gold: #f59e0b;
  --sev-ana: #cc0000;
  --sev-sev: #c8780a;
  --sev-int: #5c4030;
  --status-success-bg: #f0f7ee;
  --status-success-border: #c8e6c9;
  --status-success-text: #2e7d32;
  --status-error-bg: #fef2f2;
  --status-error-border: #fecaca;
  --status-error-text: #991b1b;
  --font-body: "Plus Jakarta Sans", -apple-system, sans-serif;
  --font-display: "Instrument Serif", "Lora", Georgia, serif;
  --font-serif: "Lora", Georgia, serif;
  --font-mono: "Courier New", Courier, monospace;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --nav-h: 64px;
}

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

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

body {
  font-family: var(--font-body);
  background: var(--linen);
  color: var(--bark);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--nav-h);
}

a {
  color: var(--clay);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--clay-mid);
  text-underline-offset: 2px;
}

a:hover {
  color: var(--clay-dark);
  text-decoration-color: var(--clay-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
}

button,
input,
select,
textarea,
.btn,
nav,
.nav-link,
.badge,
.tag,
.chip,
.eyebrow {
  font-family: var(--font-body);
}

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

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
}

.container--narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section {
  padding: 5rem 0;
}

.section--alt {
  background: var(--linen-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section--no-top {
  padding-top: 0;
}

.section--sm-top {
  padding-top: 1rem;
}

.section--hero-center {
  padding: 8rem 0;
  text-align: center;
}

.eyebrow {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--clay);
  margin-bottom: 0.75rem;
}

.eyebrow--tight {
  margin-bottom: 0.25rem;
}

.lead {
  font-size: 1.0625rem;
  color: var(--soil);
  line-height: 1.75;
  max-width: 540px;
  margin: 0 auto;
}

.lead--reset {
  margin-left: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 2.75rem);
  line-height: 1.15;
  color: var(--bark);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-header h2 em {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--clay);
  font-weight: 600;
}

.section-header p {
  font-size: 1.0625rem;
  color: var(--soil);
  margin-top: 1.125rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 1.75;
}

.section-header--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.section-header--left h2 {
  margin-left: 0;
}

.hero {
  padding: 4rem 0 3.5rem;
  text-align: center;
  background: var(--linen);
}

.hero h1 {
  font-family: var(--font-display);
  font-size: 2.75rem;
  line-height: 1.1;
  color: var(--bark);
}

.hero h1 em {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--clay);
}

.hero--left {
  text-align: left;
  padding-bottom: 2rem;
}

.hero-title-large {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--bark);
  margin-bottom: 1rem;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--clay);
  color: #fff;
  padding: 0.6rem 1.25rem;
  border-radius: 0 0 var(--radius) var(--radius);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  z-index: 9999;
  transition: top 0.15s;
}

.skip-link:focus {
  top: 0;
}

.nav-links a:focus-visible,
.nav-cta:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
}

.footer-links a:focus-visible,
.footer-legal-link:focus-visible {
  outline: 2px solid rgba(250, 247, 242, 0.6);
  outline-offset: 3px;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--nav-h);
  background: rgba(250, 247, 242, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.25s ease;
}

.site-nav.is-scrolled {
  box-shadow: 0 2px 16px rgba(44, 31, 20, 0.09);
}

.site-nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--bark);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  text-decoration: none;
  transition: color 0.15s;
  min-height: 44px;
}

.nav-logo:hover {
  color: var(--clay);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
  justify-content: center;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--soil);
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition:
    color 0.15s,
    background-color 0.15s;
}

.nav-links a:hover {
  color: var(--bark);
  background: var(--linen-dark);
}

.nav-links a[aria-current="page"] {
  color: var(--clay);
  font-weight: 600;
  background: var(--clay-light);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--clay);
  color: #fff;
  padding: 0.55rem 1.25rem;
  border-radius: var(--radius);
  font-size: 0.875rem;
  font-weight: 600;
  flex-shrink: 0;
  text-decoration: none;
  transition:
    background-color 0.15s,
    transform 0.15s;
  border: none;
  min-height: 44px;
}

.nav-cta:hover {
  background: var(--clay-dark);
}

@media (hover: hover) and (pointer: fine) {
  .nav-cta:hover {
    transform: translateY(-1px);
  }
}

.nav-hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.6rem;
  color: var(--bark);
  font-size: 1.375rem;
  line-height: 1;
  flex-shrink: 0;
}

.mobile-drawer {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: min(320px, 85vw);
  z-index: 500;
  background: var(--linen);
  flex-direction: column;
  padding: 1.25rem 1.5rem 2rem;
  overflow-y: auto;
  box-shadow: -4px 0 32px rgba(44, 31, 20, 0.18);
  transform: translateX(100%);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.32s;
  visibility: hidden;
}

.mobile-drawer.open {
  transform: translateX(0);
  visibility: visible;
}

.mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.mobile-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--bark);
  padding: 0.5rem 0.75rem;
  line-height: 1;
}

.mobile-drawer a {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--bark);
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.15s;
  text-decoration: none;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-family: var(--font-body);
}

.mobile-drawer a:last-of-type {
  border-bottom: none;
}

.mobile-drawer a:hover {
  color: var(--clay);
}

.mobile-drawer__cta {
  display: block;
  background: var(--clay);
  color: #fff;
  text-align: center;
  padding: 1rem;
  border-radius: var(--radius-lg);
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.5rem;
  transition: background 0.15s;
  text-decoration: none;
}

.mobile-drawer__cta:hover {
  background: var(--clay-dark);
}

.mobile-drawer-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 499;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.mobile-drawer-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.9375rem;
  border: none;
  cursor: pointer;
  transition:
    background-color 0.15s var(--ease),
    border-color 0.15s var(--ease),
    color 0.15s var(--ease),
    transform 0.15s var(--ease),
    box-shadow 0.15s var(--ease);
  text-decoration: none;
}

.btn--primary {
  background: var(--clay);
  color: #fff;
  padding: 1rem 2.25rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--radius-lg);
  box-shadow:
    0 4px 20px rgba(196, 89, 58, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  font-family: var(--font-body);
}

.btn--primary:hover {
  background: var(--clay-dark);
}

@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 32px rgba(196, 89, 58, 0.35);
  }
}

.btn:active {
  transform: scale(0.97);
}

.btn--terra {
  background: var(--clay);
  color: #fff;
}

.btn--terra:hover {
  background: var(--clay-dark);
}

@media (hover: hover) and (pointer: fine) {
  .btn--terra:hover {
    transform: translateY(-1px);
  }
}

.btn--outline {
  background: transparent;
  color: var(--bark);
  border: 1.5px solid var(--border-dark);
}

.btn--outline:hover {
  border-color: var(--bark);
  background: var(--linen-mid);
}

.btn--dark {
  background: var(--bark);
  color: #fff;
}

.btn--dark:hover {
  background: var(--soil);
}

.btn--white {
  background: #fff;
  color: var(--clay);
  font-weight: 700;
}

.btn--white:hover {
  background: var(--linen);
}

@media (hover: hover) and (pointer: fine) {
  .btn--white:hover {
    transform: translateY(-1px);
  }
}

.btn--small {
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  min-height: 44px;
}

.btn--full {
  width: 100%;
  justify-content: center;
}

.prose-block {
  max-width: 680px;
}

.prose-block h2 {
  font-family: var(--font-display);
  font-size: 1.625rem;
  color: var(--bark);
  margin: 2.5rem 0 0.875rem;
  line-height: 1.2;
}

.prose-block h2:first-child {
  margin-top: 0;
}

.prose-block h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bark);
  margin: 1.75rem 0 0.5rem;
}

.prose-block p {
  font-size: 0.9375rem;
  color: var(--soil);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.prose-block strong {
  color: var(--bark);
  font-weight: 600;
}

.prose-block ul,
.prose-block ol {
  margin: 0.75rem 0 1.25rem 1.25rem;
}

.prose-block li {
  font-size: 0.9375rem;
  color: var(--soil);
  line-height: 1.8;
  margin-bottom: 0.4rem;
}

.prose-block li strong {
  color: var(--bark);
}

.info-box {
  background: var(--clay-light);
  border: 1px solid var(--clay-mid);
  border-left: 3px solid var(--clay);
  border-radius: var(--radius);
  padding: 1.125rem 1.25rem;
  margin: 1.5rem 0;
  font-size: 0.9rem;
  color: var(--bark);
  line-height: 1.7;
}

.info-box strong {
  color: var(--clay-dark);
}

.info-box--urgent {
  background: #fff5f5;
  border-color: #ffcfcf;
  border-left-color: var(--sev-ana);
}

.info-box--urgent strong {
  color: var(--sev-ana);
}

.cta-inline p {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--bark);
  margin: 0;
}

.affiliate-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.faq-block h2 {
  font-family: var(--font-display);
  font-size: 1.625rem;
}

.faq-qa p {
  font-size: 0.875rem;
  color: var(--soil);
  line-height: 1.8;
  margin: 0;
}

.related-articles h2 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--soil);
  margin: 0 0 0.875rem;
}

.hospital-item p {
  font-size: 0.875rem;
  color: var(--soil);
  margin-bottom: 0.375rem;
}

.note-panel a.text-clay:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.note-panel a.text-clay:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 2px;
  border-radius: 2px;
}

.disclaimer-block__text a {
  color: var(--clay-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 4rem;
  align-items: start;
}

.toc-inline nav {
  padding: 0 1.25rem 0.875rem;
}

.toc-inline nav a {
  display: block;
  font-size: 0.875rem;
  color: var(--soil);
  padding: 0.375rem 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.15s;
}

.toc-inline nav a:last-child {
  border-bottom: none;
}

.toc-inline nav a:hover {
  color: var(--clay);
}

.card-cta-sidebar p {
  font-size: 0.8125rem;
  color: var(--soil);
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.card-cta-sidebar .btn {
  display: inline-block;
  background: none;
  border: none;
  box-shadow: none;
  color: var(--clay-dark);
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0;
  width: auto;
  text-align: left;
  justify-content: flex-start;
}

.card-cta-sidebar .btn:hover {
  background: none;
  color: var(--clay);
  transform: none;
  box-shadow: none;
}

.rec-sidebar .rec-engine__card-media img {
  width: 100%;
  height: 40px;
  object-fit: cover;
  display: block;
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: var(--dust);
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.article-breadcrumb a {
  color: var(--dust);
  text-decoration: none;
  transition: color 0.15s;
}

.article-breadcrumb a:hover {
  color: var(--clay);
}

.article-breadcrumb svg {
  flex-shrink: 0;
  opacity: 0.4;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: var(--dust);
  flex-wrap: wrap;
}

.article-meta__sep {
  opacity: 0.4;
}

.featured-image {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 12px 32px rgba(44, 31, 20, 0.08);
  max-height: 460px;
}

.featured-image img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
}

.prose-block .inline-image {
  margin: 1.75rem 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(44, 31, 20, 0.06);
}

.prose-block .inline-image img {
  width: 100%;
  height: auto;
  max-height: 380px;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.prose-block .inline-image figcaption {
  font-size: 0.8125rem;
  color: var(--dust);
  line-height: 1.5;
  padding: 0.625rem 0.875rem;
  background: var(--linen-mid);
}

.prose-block .inline-image-pair {
  display: grid;
  gap: 1rem;
  margin: 1.75rem 0;
}

.prose-block .inline-image-pair .inline-image {
  margin: 0;
}

.prose-block .inline-image-pair .inline-image img {
  max-height: none;
  aspect-ratio: 4 / 5;
}

.prose-block .inline-image.inline-image--compact {
  max-width: 31.25rem;
  margin-inline: auto;
}

.prose-block .inline-image.inline-image--compact img {
  max-height: none;
  aspect-ratio: 1;
}

@media (min-width: 640px) {
  .prose-block .inline-image-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.takeaways h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.legal-prose h2 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bark);
  margin: 2rem 0 0.75rem;
  line-height: 1.3;
}

.legal-prose h2:first-child {
  margin-top: 0;
}

.legal-prose p {
  font-size: 0.9375rem;
  color: var(--soil);
  line-height: 1.85;
  margin-bottom: 0.875rem;
}

.legal-prose p:last-child {
  margin-bottom: 0;
}

.disclaimer-prose h2 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bark);
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.disclaimer-prose p {
  font-size: 0.9375rem;
  color: var(--soil);
  line-height: 1.85;
  margin-bottom: 0.875rem;
}

.disclaimer-prose p:last-child {
  margin-bottom: 0;
}

.footer-contact-email a {
  color: rgba(250, 247, 242, 0.75);
  text-decoration: none;
  transition: color 0.15s;
}

.footer-contact-email a:hover {
  color: #fff;
}

.footer-col h2 {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(250, 247, 242, 0.55);
  margin-bottom: 1rem;
}

.footer-links a {
  display: block;
  font-size: 0.85rem;
  color: rgba(250, 247, 242, 0.55);
  margin-bottom: 0.6rem;
  text-decoration: none;
  transition: color 0.15s;
}

.footer-links a:hover {
  color: #fff;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-1-25 {
  margin-top: 1.25rem;
}

.mt-1-5 {
  margin-top: 1.5rem;
}

.section-center {
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }

  .nav-cta {
    display: none;
  }

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

@media (max-width: 900px) {
  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .container,
  .container--narrow {
    padding: 0 1.25rem;
  }

  .section {
    padding: 3rem 0;
  }

  .hero {
    padding: 2.5rem 0 2rem;
  }

  .hero h1 {
    font-size: 2rem;
  }
}

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

.animate {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.animate.is-visible {
  opacity: 1;
  transform: translateY(0);
  animation-duration: 0.55s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: both;
  animation-name: ap-fade-up;
}

.animate.is-visible[data-animation="fade-down"] {
  animation-name: ap-fade-down;
}

.animate.is-visible[data-animation="fade-left"] {
  animation-name: ap-fade-left;
}

.animate.is-visible[data-animation="scale"] {
  animation-name: ap-scale;
}

.animate.is-visible[data-delay="1"] {
  animation-delay: 0.08s;
}

.animate.is-visible[data-delay="2"] {
  animation-delay: 0.16s;
}

.animate.is-visible[data-delay="3"] {
  animation-delay: 0.24s;
}

.animate.is-visible[data-delay="4"] {
  animation-delay: 0.32s;
}

@media (prefers-reduced-motion: no-preference) {
  .animate-hero {
    opacity: 0;
    transform: translateY(16px);
    animation: ap-fade-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .animate-hero-delay-1 {
    animation-delay: 0.1s;
  }

  .animate-hero-delay-2 {
    animation-delay: 0.22s;
  }
}

.blog-hero .container {
  position: relative;
  z-index: 1;
}

:root {
  --hp-radius: 16px;
  --hp-radius-sm: 10px;
  --hp-radius-xs: 6px;
  --hp-transition: 0.22s cubic-bezier(0.23, 1, 0.32, 1);
}

.home-hero__actions .btn--outline {
  color: var(--clay);
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  padding: 0.25rem 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: none;
}

.home-hero__actions .btn--outline:hover {
  color: var(--clay-dark);
  background: none;
  text-decoration-thickness: 2px;
}

.guide-card__country img {
  border-radius: 2px;
  flex-shrink: 0;
}

@media (max-width: 540px) {
  .home-hero__actions .btn--primary {
    width: 100%;
    text-align: center;
  }

  .home-hero__actions .btn--outline {
    background: none !important;
    border: none !important;
    padding: 0.25rem 0;
    color: var(--clay);
    font-size: 0.88rem;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

.section--rec-engine {
  padding: 3.5rem 0;
  background: var(--linen);
  border-top: 1px solid var(--border);
}

.rec-engine__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rec-engine__card-media--fallback img {
  width: auto;
  height: 44%;
  object-fit: contain;
  opacity: 0.85;
}

.pricing-card--founder .btn--outline {
  color: #faf7f2;
  border-color: rgba(250, 247, 242, 0.4);
}

.pricing-card--founder .btn--outline:hover {
  border-color: #faf7f2;
  background: rgba(250, 247, 242, 0.1);
}

.founder-teaser__context a {
  color: var(--amber, #c8780a);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn--hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  background: var(--clay, #c4593a);
  color: #fff;
  border: 2px solid var(--clay, #c4593a);
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(20, 12, 6, 0.2);
  transition:
    background-color 0.18s,
    border-color 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
  white-space: nowrap;
}

.btn--hero-primary:hover {
  background: #c9672f;
  border-color: #c9672f;
}

@media (hover: hover) and (pointer: fine) {
  .btn--hero-primary:hover {
    box-shadow: 0 8px 24px rgba(20, 12, 6, 0.28);
    transform: translateY(-1px);
  }
}

.btn--hero-primary:active {
  transform: translateY(0) scale(0.98);
}

.btn--hero-primary:focus-visible,
.home-hero__secondary-link:focus-visible {
  outline-color: #fff;
}

.hero-scroll-cue {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  opacity: 0.45;
  animation: scrollBounce 2.2s ease-in-out infinite;
}

.hero-scroll-cue span {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #faf7f2;
}

.hero-scroll-cue svg {
  display: block;
}

@media (max-width: 860px) {
  .btn--hero-primary {
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .hero-scroll-cue {
    display: none;
  }
}

.email-cap__confirm p {
  margin: 0;
}

body.blog-index {
  --bark: #2c1f14;
  --clay: #c4593a;
  --clay-dk: #a34530;
  --linen: #f7f4ef;
  --linen-dk: #ede8df;
  --amber: #e8a640;
  --white: #ffffff;
  --text: #2c1f14;
  --text-2: #5a4535;
  --text-3: #8a7060;
  --border: rgba(44, 31, 20, 0.1);
  --shadow-sm:
    0 1px 3px rgba(44, 31, 20, 0.08), 0 4px 12px rgba(44, 31, 20, 0.06);
  --shadow-md:
    0 4px 16px rgba(44, 31, 20, 0.1), 0 12px 40px rgba(44, 31, 20, 0.08);
  --shadow-lg:
    0 8px 32px rgba(44, 31, 20, 0.12), 0 24px 64px rgba(44, 31, 20, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --serif: "Lora", Georgia, serif;
  --sans: "Plus Jakarta Sans", system-ui, sans-serif;
}

.bi-hero__image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bi-featured__img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .bi-featured__inner:hover .bi-featured__img-wrap img {
    transform: scale(1.04);
  }
}

.bi-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}

@media (hover: hover) and (pointer: fine) {
  .bi-card:hover .bi-card__img img {
    transform: scale(1.05);
  }
}

.bi-final-cta__note a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

@media (prefers-reduced-motion: no-preference) {
  html.bi-anim-ready .bi-fade {
    opacity: 0;
    transform: translateY(20px);
    transition:
      opacity 0.5s ease,
      transform 0.5s ease;
    transition-delay: calc(var(--bi-delay, 0) * 60ms);
  }

  html.bi-anim-ready .bi-fade--visible {
    opacity: 1;
    transform: translateY(0);
  }
}

.arc-country-btn img {
  width: 18px;
  height: 13px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.arc-country-pill img {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  object-fit: cover;
}

.arc-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 5vw, 2.75rem);
  line-height: 1.1;
  color: var(--bark);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 0.625rem;
}

.arc-hero h1 em {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--clay);
}

.arc-hero .lead {
  margin: 0.75rem auto 0;
}

.arc-safe-placeholder h2 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--bark);
  margin-bottom: 0.5rem;
}

.arc-suggestion img {
  width: 18px;
  height: 13px;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
}

.note-block p {
  font-size: 0.875rem;
  color: var(--soil);
  margin: 0;
  line-height: 1.7;
}

.contact-block p {
  font-size: 0.9rem;
  color: var(--soil);
  line-height: 1.75;
  margin-bottom: 0.5rem;
}

.contact-block p:last-child {
  margin-bottom: 0;
}

.contact-block a {
  color: var(--clay);
  font-weight: 600;
  transition: color 0.15s;
}

.contact-block a:hover {
  color: var(--clay-dark);
}

@media (prefers-reduced-motion: reduce) {
  .preview-card,
  .mobile-drawer-backdrop {
    transition-duration: 0.15s !important;
  }
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: var(--bark);
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 0 0 8px 0;
  text-decoration: none;
}

.skip-link:focus {
  left: 0;
}

.hero.hero--left {
  padding: 3.5rem 0 2.5rem;
  background: var(--linen);
  position: relative;
}

.hero.hero--left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--border) 20%,
    var(--border) 80%,
    transparent
  );
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}

.hero--with-image .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 2.5rem;
  align-items: center;
}

.hero--with-image .hero-copy {
  grid-column: 1;
}

.hero--with-image .featured-image {
  grid-column: 2;
  margin: 0;
  aspect-ratio: 7 / 8;
  max-height: none;
}

.hero--with-image .featured-image img {
  max-height: none;
}

@media (max-width: 900px) {
  .hero--with-image .container {
    display: block;
  }

  .hero--with-image .featured-image {
    margin-top: 2rem;
  }
}

.hero-cta__note {
  font-size: 0.8125rem;
  color: var(--dust);
}

.how-journey .container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  padding-block: 1rem;
}

@media (max-width: 860px) {
  .how-journey .container {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

@media (max-width: 640px) {
  .hero--with-image .how-journey--mobile {
    display: block;
    margin-top: 1.5rem;
  }

  .hero--with-image .how-journey--mobile .how-journey__label {
    display: block;
    margin-bottom: 0.625rem;
  }

  .hero--with-image .how-journey--mobile .how-journey__steps {
    gap: 0.5rem;
  }

  .how-journey .container {
    padding-block: 0.875rem;
  }
}

.hero-image-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.9rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--bark);
}

.hero-image-badge svg {
  flex-shrink: 0;
  color: var(--clay);
}

.prose-block h2,
.prose-block h3 {
  scroll-margin-top: 80px;
}

.info-box--tight {
  margin: 1.25rem 0 0;
}

.prose-block--spaced {
  margin: 3rem auto 0;
}

.review-block__text a { color: var(--clay-dark); text-decoration: underline; text-underline-offset: 2px; }

.quick-ref h2 { margin: 0 0 0.75rem; font-size: 0.9rem; color: var(--bark); }

.hero.hero--hub { padding: 3.5rem 0 2.5rem; background: var(--linen); position: relative; }

.hero.hero--hub::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--border) 20%, var(--border) 80%, transparent); }

.hospital-item--accent p { margin: 0.25rem 0; font-size: 0.9rem; }

.sources-list a { font-weight: 600; }

.post-faq-cta h2 { margin-top: 0; margin-bottom: 0.6rem; font-size: 1.5rem; }

.post-faq-cta p { max-width: 36rem; margin: 0 auto 1.5rem; color: var(--soil); line-height: 1.65; }

.exp-card p { margin: 0; font-size: 0.9rem; line-height: 1.7; }

.stall-card p { font-size: 0.875rem; color: var(--soil); line-height: 1.65; margin: 0; }

.author-box__name a { color: var(--bark); text-decoration: none; }

.author-box__name a:hover { color: var(--clay); }

.source-list a { color: var(--bark); text-decoration: underline; text-decoration-color: var(--border); }

.source-list a:hover { color: var(--clay); }

.featured-image--natural { margin: 0; }

.featured-image--natural img { height: auto; border-radius: var(--radius); }

.phrase-block p { margin: 0; font-size: 0.875rem; line-height: 1.7; color: var(--bark); }

.situation-card p { font-size: 0.875rem; color: var(--soil); line-height: 1.65; margin: 0; }

.article-layout h2, .prose-block h2 { scroll-margin-top: 80px; }

.mobile-drawer__logo { font-family: var(--font-display); font-size: 1.2rem; display: flex; align-items: center; gap: 0.5rem; }

.mt-2-0 { margin-top: 2rem; }

.hero--ambient { position: relative; overflow: hidden; }

.hero--ambient::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(ellipse 70% 55% at 20% 20%, rgba(196, 89, 58, 0.07) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 85% 60%, rgba(200, 120, 10, 0.05) 0%, transparent 60%); pointer-events: none; }

.hero--ambient .container { position: relative; z-index: 1; }

.hero-cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; justify-content: center; }

.tool-compare-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.tool-compare-card .btn { display: block; width: 100%; text-align: center; box-sizing: border-box; }

.dietary-card p { font-size: 0.82rem; line-height: 1.6; margin: 0; opacity: 0.78; }

.card-preview-section .eyebrow { opacity: 0.6; }

.dest-region-card__flags img { display: block; border-radius: 2px; height: 14px; width: auto; }

--status-error-* tokens (matching the existing
   .callout--green/.callout--red palette already used sitewide,
   instead of a third slightly-different red/green pair).
   ================================================================ */
.contact-form-wrap { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 2.25rem 2.25rem 2.5rem; margin-bottom: 1.5rem; }

.btn.is-loading .contact-btn-spinner { display: inline-block; }

.btn.is-loading .contact-btn-label { opacity: 0.75; }

.media-about__block p { color: var(--soil); font-size: 0.95rem; line-height: 1.75; }

.media-shot img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: var(--linen-mid); }

.media-press-placeholder p { color: var(--soil); font-size: 0.95rem; margin: 0; }

.media-asset-card__preview img { max-height: 100%; max-width: 80%; object-fit: contain; }

.media-asset-card__preview--photo img { max-width: 100%; height: 100%; object-fit: cover; }

.media-cta h2 { font-family: var(--font-display); color: var(--white); font-size: 1.75rem; margin-bottom: 0.75rem; }

.media-cta p { color: #d8c7b8; font-size: 0.95rem; max-width: 480px; margin: 0 auto 1.75rem; line-height: 1.7; }

.section-heading { font-size: 1.75rem; }

.section-heading--sm { font-size: 1.5rem; }

.eyebrow--center { text-align: center; }

.about-section--dark h2, .about-section--dark p, .about-section--dark li { color: inherit; }

.about-split__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1rem; display: block; }

@media (min-width: 768px) {
  .about-split__image img { position: absolute; inset: 0; height: 100%; min-height: 0; aspect-ratio: auto; }
}

.founder-portrait img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 1rem; display: block; }

.about-section--dark .about-split__image img { opacity: 0.92; }

.tool-card__name a { color: inherit; text-decoration: none; }

.tool-card__name a:hover { color: #b86b3b; }

@media (min-width: 768px) {
  .about-founder-block .founder-portrait img { max-height: 340px; width: 100%; object-fit: cover; object-position: top center; }
}

.about-review-block__portrait img { width: 100%; height: auto; border-radius: 1rem; border: 1px solid var(--border); display: block; }

.final-cta h2 { color: #f5ede4; font-size: clamp(1.75rem, 4vw, 2.75rem); margin-bottom: 0.75rem; }

.final-cta p { color: #c7956e; max-width: 42ch; margin: 0 auto 2rem; }

.btn--ghost-light { border: 2px solid rgba(245, 237, 228, 0.35); color: #f5ede4; background: transparent; padding: 0.65rem 1.4rem; border-radius: 100vmax; font-size: 0.9rem; font-weight: 600; text-decoration: none; transition: border-color 0.2s, background 0.2s; }

.btn--ghost-light:hover { border-color: #f5ede4; background: rgba(245, 237, 228, 0.1); }

.risk-callout p { font-size: 0.875rem; color: var(--soil); margin: 0; line-height: 1.7; }

.disclaimer-section h2 a { color: inherit; }

.toc a { color: var(--clay); transition: color 0.15s; }

.toc a:hover { color: var(--clay-dark); }
