:root {
  --ink: #183127;
  --ink-soft: #52665c;
  --forest-950: #0b2f23;
  --forest-900: #123c2d;
  --forest-700: #2f6b50;
  --forest-500: #4f896d;
  --sage-200: #dce8dc;
  --sage-100: #edf3e9;
  --ivory: #f8f5ec;
  --paper: #fffdf8;
  --clay: #be684b;
  --gold: #d8a545;
  --blue: #263d67;
  --white: #fff;
  --line: rgba(24, 49, 39, .13);
  --shadow-sm: 0 12px 32px rgba(18, 60, 45, .08);
  --shadow-lg: 0 28px 76px rgba(18, 60, 45, .15);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 42px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--forest-700); text-underline-offset: .2em; text-decoration-thickness: .08em; }
a:hover { color: var(--forest-950); }
h1, h2, h3, h4 {
  margin: 0 0 .65em;
  color: var(--forest-950);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.8rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); }
p { margin: 0 0 1.25em; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid rgba(216, 165, 69, .75); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only, .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; color: #fff; background: var(--forest-950); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.topbar { color: #edf6ef; background: var(--forest-950); font-size: .82rem; letter-spacing: .01em; }
.topbar-inner, .topbar-links { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-inner { min-height: 38px; }
.topbar-links { gap: 20px; }
.topbar a { color: #fff; text-decoration: none; font-weight: 700; }
.topbar a:hover { color: #f4d992; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255, 253, 248, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { position: relative; display: flex; align-items: center; gap: 24px; min-height: 88px; }
.brand { flex: 0 0 168px; }
.brand img { width: 164px; max-height: 62px; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 25px); margin-left: auto; }
.site-nav > a, .nav-dropdown > summary {
  position: relative;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .075em;
  cursor: pointer;
  list-style: none;
}
.site-nav > a::after, .nav-dropdown > summary::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--clay);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.site-nav > a:hover::after, .nav-dropdown > summary:hover::before { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary::after { content: "+"; margin-left: 6px; color: var(--clay); font-size: 1rem; }
.nav-dropdown[open] > summary::after { content: "−"; }
.nav-panel {
  position: absolute;
  top: calc(100% + 20px);
  left: -22px;
  display: grid;
  min-width: 286px;
  padding: 12px;
  background: rgba(255, 253, 248, .99);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
}
.nav-panel a { padding: 10px 12px; color: var(--ink); text-decoration: none; border-radius: 10px; font-size: .92rem; }
.nav-panel a:hover { color: var(--forest-950); background: var(--sage-100); }
.header-search { display: flex; width: 174px; min-height: 43px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.header-search:focus-within { border-color: var(--forest-500); box-shadow: 0 0 0 3px rgba(79, 137, 109, .14); }
.header-search input { min-width: 0; width: 100%; padding: 9px 2px 9px 13px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: .82rem; }
.header-search button { padding: 0 12px; color: var(--forest-700); background: transparent; border: 0; font-size: 1.3rem; cursor: pointer; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 9px; background: var(--sage-100); border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.trust-strip { padding: 11px 0; color: #fff; background: var(--blue); font-size: .83rem; }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.trust-stars { color: #f3ca6b; letter-spacing: .12em; }
.trust-strip a { color: #fff; font-weight: 800; text-decoration-color: rgba(255,255,255,.5); }

.button, .wp-block-button__link, .stk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 23px;
  color: #fff !important;
  background: var(--forest-900) !important;
  border: 1px solid var(--forest-900) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 22px rgba(18, 60, 45, .14);
  text-decoration: none !important;
  font-size: .91rem;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .wp-block-button__link:hover, .stk-button:hover { color: #fff !important; background: var(--forest-700) !important; transform: translateY(-2px); box-shadow: 0 15px 28px rgba(18, 60, 45, .19); }
.button.secondary { color: var(--forest-950) !important; background: transparent !important; border-color: rgba(18, 60, 45, .28) !important; box-shadow: none; }
.button.secondary:hover { color: var(--forest-950) !important; background: var(--sage-100) !important; }
.button.light { color: var(--forest-950) !important; background: #fff !important; border-color: #fff !important; }
.button.full { display: flex; width: 100%; margin-top: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--forest-700); font-size: .9rem; font-weight: 850; text-decoration: none; }
.text-link:hover { gap: 10px; }
.eyebrow, .card-kicker { margin-bottom: 16px; color: var(--clay); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.section { padding: clamp(70px, 9vw, 120px) 0; }
.section-heading { max-width: 780px; margin: 0 auto 50px; text-align: center; }
.section-heading p:not(.eyebrow) { max-width: 620px; margin-inline: auto; color: var(--ink-soft); font-size: 1.08rem; }

.home-content { overflow: hidden; }
.home-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(64px, 7.8vw, 112px) 0 clamp(72px, 9vw, 128px); background: linear-gradient(135deg, #edf4e9 0%, #f8f5ec 52%, #f5e9d9 100%); }
.home-hero::before, .home-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 999px; filter: blur(1px); }
.home-hero::before { width: 380px; height: 380px; top: -190px; right: 12%; background: rgba(216, 165, 69, .16); }
.home-hero::after { width: 520px; height: 520px; bottom: -350px; left: -220px; border: 1px solid rgba(47, 107, 80, .18); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: clamp(48px, 8vw, 112px); }
.home-hero-copy { max-width: 690px; }
.home-hero h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.25rem, 6vw, 6.25rem); }
.home-hero h1 em { color: var(--clay); font-weight: inherit; font-style: italic; }
.home-lead { max-width: 610px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.65; }
.home-hero .hero-actions { justify-content: flex-start; margin: 34px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; padding-top: 28px; border-top: 1px solid rgba(24, 49, 39, .14); }
.hero-proof div { display: grid; gap: 1px; }
.hero-proof strong { color: var(--forest-950); font-family: "Iowan Old Style", Georgia, serif; font-size: 1.45rem; line-height: 1; }
.hero-proof span { color: var(--ink-soft); font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; }
.home-hero-visual { position: relative; padding: 20px 0 34px 22px; }
.hero-image-frame { position: relative; overflow: hidden; background: var(--forest-900); border: 10px solid rgba(255,255,255,.7); border-radius: 46% 46% 28px 28px; box-shadow: var(--shadow-lg); }
.hero-image-frame img { width: 100%; aspect-ratio: .88; object-fit: cover; }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,47,35,.28), transparent 45%); pointer-events: none; }
.hero-note { position: absolute; right: -18px; bottom: 0; max-width: 230px; padding: 20px 22px; color: #fff; background: var(--forest-900); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; box-shadow: var(--shadow-lg); }
.hero-note strong { display: block; margin-bottom: 3px; font-family: "Iowan Old Style", Georgia, serif; font-size: 1.25rem; font-weight: 600; }
.hero-note span { color: #dbe9df; font-size: .82rem; }

.remedies-band { position: relative; padding: 58px 0; color: #fff; background: var(--forest-950); }
.remedies-band .container { display: grid; grid-template-columns: .8fr 2.2fr; align-items: center; gap: 50px; }
.remedies-band .eyebrow { color: #efcb79; }
.remedies-band h2 { margin: 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.remedy-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.remedy-list span, .remedy-list a { padding: 13px 12px; color: #e5efe8; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 12px; text-align: center; text-decoration: none; font-size: .82rem; font-weight: 750; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.remedy-list a:hover { transform: translateY(-3px); border-color: rgba(255,183,77,.7); background: rgba(255,255,255,.1); }

.products-section { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.product-card-media { display: block; overflow: hidden; background: var(--sage-100); }
.product-card-media img { width: 100%; aspect-ratio: 4 / 2.65; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-card-media img { transform: scale(1.045); }
.product-card-body { padding: 28px; }
.product-card h3 { margin-bottom: 12px; font-size: 1.75rem; }
.product-card p { color: var(--ink-soft); font-size: .95rem; }
.product-badge { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 7px 10px; color: var(--forest-950); background: rgba(255,253,248,.94); border-radius: 999px; box-shadow: 0 6px 16px rgba(11,47,35,.1); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }

.feature-section { background: var(--ivory); }
.feature-panel { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; overflow: hidden; color: #fff; background: var(--forest-900); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.feature-panel-media { min-height: 560px; }
.feature-panel-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-panel-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 84px); }
.feature-panel .eyebrow { color: #efcb79; }
.feature-panel h2 { color: #fff; }
.feature-panel p { color: #dbe8df; font-size: 1.05rem; }
.feature-points { display: grid; gap: 11px; margin: 8px 0 30px; padding: 0; list-style: none; }
.feature-points li { position: relative; padding-left: 27px; }
.feature-points li::before { content: "✓"; position: absolute; left: 0; color: #efcb79; font-weight: 900; }

.resources-section { background: linear-gradient(180deg, #fffdf8 0%, #f1f5ed 100%); }
.resource-feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.resource-feature, .resource-link-card { border: 1px solid var(--line); border-radius: var(--radius); }
.resource-feature { position: relative; min-height: 440px; overflow: hidden; background: var(--forest-950); }
.resource-feature img { width: 100%; height: 100%; object-fit: cover; opacity: .68; }
.resource-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,47,35,.95), rgba(11,47,35,.02) 72%); }
.resource-feature-copy { position: absolute; z-index: 2; right: 32px; bottom: 32px; left: 32px; color: #fff; }
.resource-feature-copy h3 { color: #fff; }
.resource-feature-copy p { max-width: 530px; color: #e0ece3; }
.resource-link-list { display: grid; gap: 18px; }
.resource-link-card { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 132px; padding: 25px 28px; color: var(--ink); background: #fff; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.resource-link-card:hover { color: var(--ink); background: var(--sage-100); border-color: rgba(47,107,80,.32); transform: translateX(5px); }
.resource-link-card strong { display: block; margin-bottom: 4px; color: var(--forest-950); font-family: "Iowan Old Style", Georgia, serif; font-size: 1.32rem; }
.resource-link-card span { color: var(--ink-soft); font-size: .88rem; }
.resource-link-card b { color: var(--clay); font-size: 1.5rem; }

.home-cta { padding: 0 0 clamp(76px, 9vw, 120px); background: linear-gradient(180deg, #f1f5ed, var(--paper)); }
.home-cta-inner { position: relative; overflow: hidden; padding: clamp(44px, 7vw, 76px); color: #fff; background: var(--clay); border-radius: var(--radius-lg); text-align: center; }
.home-cta-inner::before { content: ""; position: absolute; width: 330px; height: 330px; top: -230px; right: -80px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.home-cta h2 { max-width: 760px; margin-inline: auto; color: #fff; }
.home-cta p { max-width: 630px; margin-inline: auto; color: #fff5ef; font-size: 1.06rem; }
.home-cta .hero-actions { position: relative; }

.page-hero { padding: clamp(72px, 9vw, 130px) 0; background: radial-gradient(circle at 87% 16%, rgba(216,165,69,.22), transparent 26%), linear-gradient(135deg, #edf4e9, #fbf5e8 72%); border-bottom: 1px solid var(--line); }
.page-hero.compact { padding-block: clamp(64px, 7vw, 96px); text-align: center; }
.page-hero.compact .container { max-width: 870px; }
.page-hero p:not(.eyebrow):not(.entry-meta) { max-width: 750px; color: var(--ink-soft); font-size: 1.14rem; }
.page-hero.compact p { margin-inline: auto; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr); align-items: center; gap: clamp(40px, 7vw, 92px); }
.post-hero h1 { font-size: clamp(2.7rem, 5vw, 5.25rem); }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; z-index: -1; inset: -18px 20px 18px -18px; background: var(--sage-200); border-radius: var(--radius); }
.hero-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; color: var(--ink-soft); font-size: .84rem; }
.breadcrumbs a { color: var(--ink-soft); }
.entry-meta { color: var(--ink-soft); }
.share-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 26px; }
.share-row span { margin-right: 2px; font-weight: 800; }
.share-row a { padding: 7px 12px; color: var(--forest-950); background: rgba(255,255,255,.6); border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: .82rem; }

.content-section { background: #f3f6f0; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 38px; }
.content-shell { min-width: 0; padding: clamp(27px, 5vw, 68px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.content-aside { position: sticky; top: 112px; display: grid; gap: 20px; }
.aside-card { padding: 27px; color: #e8f2eb; background: var(--forest-950); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.aside-card:nth-child(even) { color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: none; }
.aside-card h2 { color: inherit; font-size: 1.65rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list a { padding: 7px 10px; color: var(--forest-950); background: var(--sage-100); border-radius: 999px; text-decoration: none; font-size: .82rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.resource-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.resource-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card-media { display: block; overflow: hidden; }
.card-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .4s ease; }
.resource-card:hover .card-media img { transform: scale(1.04); }
.card-body { padding: 27px; }
.card-body h2 { font-size: 1.65rem; }
.card-body h2 a { color: var(--forest-950); text-decoration: none; }
.card-body p { color: var(--ink-soft); }
.empty-state { grid-column: 1 / -1; padding: 56px; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.pagination { display: flex; justify-content: center; margin-top: 42px; }
.pagination a { padding: 11px 19px; color: #fff; background: var(--forest-900); border-radius: 12px; text-decoration: none; font-weight: 800; }

.migrated-content { overflow-wrap: anywhere; }
.migrated-content .wp-block-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(27px, 5vw, 62px); }
.migrated-content .wp-block-columns:has(> .wp-block-column:nth-child(3)) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.migrated-content .wp-block-group { margin-bottom: 28px; }
.migrated-content .wp-block-group:last-child { margin-bottom: 0; }
.migrated-content .wp-block-image { margin: 26px 0; }
.migrated-content .wp-block-image img { margin-inline: auto; border-radius: var(--radius-sm); }
.migrated-content .aligncenter, .migrated-content .has-text-align-center { text-align: center; }
.migrated-content ul, .migrated-content ol { padding-left: 1.3em; }
.migrated-content li { margin-bottom: .55em; }
.migrated-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.migrated-content th, .migrated-content td { padding: 12px 14px; border: 1px solid var(--line); }
.migrated-content details { margin: 14px 0; padding: 18px 20px; background: var(--ivory); border: 1px solid var(--line); border-radius: 12px; }
.migrated-content summary { color: var(--forest-950); cursor: pointer; font-weight: 850; }
.migrated-content hr { margin: 40px 0; border: 0; border-top: 1px solid var(--line); }
.migrated-content .wp-block-buttons, .migrated-content .stk-button-group { display: flex; flex-wrap: wrap; gap: 12px; }
.migrated-content .wp-block-spacer { max-height: 40px; }
.migrated-content [style*="color: #FFF"], .migrated-content [style*="color:#FFF"] { color: inherit !important; }
.interactive-puzzle-intro { max-width: 760px; margin-bottom: 30px; }
.interactive-puzzle-wrap { overflow-x: auto; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
#CrosswordCompilerPuz { min-height: 410px; }

.site-footer { position: relative; padding: 82px 0 26px; overflow: hidden; color: #dceae1; background: var(--forest-950); }
.site-footer::before { content: ""; position: absolute; width: 480px; height: 480px; right: -250px; bottom: -320px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 50px; }
.footer-logo { width: 184px; margin-bottom: 24px; }
.site-footer p { max-width: 360px; color: #bfd1c5; }
.site-footer h2 { color: #f6fbf7; font-family: inherit; font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.site-footer a, .site-footer span { display: block; margin: 9px 0; color: #dceae1; text-decoration: none; font-size: .91rem; }
.site-footer a:hover { color: #f3ce79; }
.footer-social { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-social a { display: inline-block; }
.footer-bottom { position: relative; margin-top: 54px; padding-top: 24px; color: #a9bdb0; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom a { display: inline; color: #dceae1; }

@media (max-width: 1120px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 78px 0 auto; display: none; align-items: stretch; max-height: calc(100vh - 120px); margin: 0; padding: 18px; overflow-y: auto; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); }
  .site-nav.is-open { display: grid; }
  .site-nav > a, .nav-dropdown > summary { padding: 10px 8px; }
  .site-nav > a::after, .nav-dropdown > summary::before { display: none; }
  .nav-panel { position: static; margin: 4px 0 8px; box-shadow: none; }
  .header-search { width: 210px; }
  .home-hero-grid { grid-template-columns: 1fr .82fr; gap: 52px; }
  .remedies-band .container { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .content-layout { grid-template-columns: 1fr; }
  .content-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .home-hero-grid, .feature-panel, .resource-feature-grid, .hero-grid { grid-template-columns: 1fr; }
  .home-hero-copy { max-width: none; }
  .home-hero h1 { max-width: 680px; font-size: clamp(3.2rem, 12vw, 5.4rem); }
  .home-hero-visual { max-width: 610px; padding-right: 18px; }
  .hero-note { right: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); margin-inline: auto; }
  .feature-panel-media { min-height: 430px; }
  .remedy-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-media { order: -1; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .topbar-inner > span { display: none; }
  .topbar-inner, .topbar-links { justify-content: center; }
  .header-inner { min-height: 76px; gap: 12px; }
  .brand { flex-basis: 138px; }
  .brand img { width: 138px; }
  .site-nav { inset: 70px 0 auto; }
  .header-search { display: none; }
  .trust-strip { padding-block: 10px; }
  .trust-inner { gap: 7px; font-size: .74rem; }
  .trust-inner > span:nth-child(2) { display: none; }
  .home-hero { padding-top: 55px; }
  .home-hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .home-lead { font-size: 1.02rem; }
  .home-hero .hero-actions, .home-cta .hero-actions { display: grid; }
  .home-hero .button, .home-cta .button { width: 100%; }
  .hero-proof { gap: 18px; }
  .home-hero-visual { padding: 0 0 30px; }
  .hero-image-frame { border-width: 7px; border-radius: 42% 42% 22px 22px; }
  .hero-note { right: -2px; max-width: 205px; padding: 16px 18px; }
  .remedies-band { padding-block: 50px; }
  .product-grid, .card-grid, .content-aside, .footer-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; max-width: none; }
  .feature-panel { border-radius: var(--radius); }
  .feature-panel-media { min-height: 330px; }
  .feature-panel-copy { padding: 36px 25px 42px; }
  .resource-feature { min-height: 420px; }
  .resource-feature-copy { right: 23px; bottom: 24px; left: 23px; }
  .resource-link-card { padding: 22px; }
  .home-cta-inner { padding: 42px 22px; border-radius: var(--radius); }
  .page-hero { padding-block: 58px; }
  .content-shell { padding: 27px 19px; }
  .empty-state { padding: 38px 20px; }
  .migrated-content .wp-block-columns, .migrated-content .wp-block-columns:has(> .wp-block-column:nth-child(3)) { grid-template-columns: 1fr; }
  .site-footer { padding-top: 64px; }
}

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

/* Cinematic faith-and-health direction */
:root {
  --power-night: #061913;
  --power-forest: #0c2b21;
  --power-forest-2: #164635;
  --power-orange: #f26122;
  --power-gold: #f3bf52;
  --power-cream: #f5eedf;
}

body { background: var(--power-cream); }
.topbar { color: var(--power-night); background: var(--power-gold); font-weight: 700; }
.topbar a, .topbar a:hover { color: var(--power-night); }
.site-header { background: rgba(6, 25, 19, .96); border-color: rgba(255,255,255,.09); box-shadow: 0 16px 40px rgba(0,0,0,.13); }
.brand { flex-basis: 184px; }
.brand img { width: 180px; }
.site-nav > a, .nav-dropdown > summary { color: #f7f2e8; }
.site-nav > a::after, .nav-dropdown > summary::before { background: var(--power-gold); }
.nav-dropdown > summary::after { color: var(--power-orange); }
.nav-panel { background: rgba(10, 40, 30, .99); border-color: rgba(255,255,255,.12); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.nav-panel a { color: #eff8f2; }
.nav-panel a:hover { color: #fff; background: rgba(255,255,255,.08); }
.header-search { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.15); }
.header-search:focus-within { border-color: var(--power-gold); box-shadow: 0 0 0 3px rgba(243,191,82,.15); }
.header-search input { color: #fff; }
.header-search input::placeholder { color: rgba(255,255,255,.6); }
.header-search button { color: var(--power-gold); }
.menu-toggle { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.menu-toggle span:not(.sr-only) { background: #fff; }
.trust-strip { color: #e7f0e9; background: #020d0a; border-bottom: 1px solid rgba(243,191,82,.2); }
.trust-stars { color: var(--power-gold); }
.trust-strip a { color: #fff; text-decoration-color: var(--power-orange); }

.button, .wp-block-button__link, .stk-button {
  color: #fff !important;
  background: var(--power-orange) !important;
  border-color: var(--power-orange) !important;
  box-shadow: 0 16px 34px rgba(242,97,34,.25);
}
.button:hover, .wp-block-button__link:hover, .stk-button:hover { background: #ff7839 !important; box-shadow: 0 20px 40px rgba(242,97,34,.34); }
.button.secondary { color: var(--power-night) !important; background: transparent !important; border-color: rgba(6,25,19,.32) !important; }
.button.secondary:hover { color: var(--power-night) !important; background: rgba(6,25,19,.07) !important; }
.button.light { color: var(--power-night) !important; background: #fff !important; border-color: #fff !important; box-shadow: 0 16px 35px rgba(0,0,0,.14); }
.eyebrow, .card-kicker { color: var(--power-orange); }

.home-hero {
  display: grid;
  align-items: center;
  min-height: min(900px, calc(100svh - 126px));
  padding: clamp(78px, 8vw, 126px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 42%, rgba(242,97,34,.26), transparent 23%),
    radial-gradient(circle at 74% 43%, rgba(243,191,82,.12), transparent 39%),
    linear-gradient(118deg, #04110d 0%, #08241b 49%, #0e3528 100%);
}
.home-hero::before {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: .26;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, rgba(0,0,0,.8), transparent 75%);
}
.home-hero::after { width: 900px; height: 900px; right: -530px; bottom: -610px; left: auto; border: 1px solid rgba(243,191,82,.22); background: transparent; }
.home-hero-grid { grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: clamp(50px, 8vw, 116px); }
.home-hero-copy { position: relative; z-index: 3; max-width: 780px; }
.home-hero .eyebrow { color: var(--power-gold); }
.home-hero h1 { max-width: 830px; margin-bottom: 28px; color: #fff; font-size: clamp(4.1rem, 7.1vw, 8rem); line-height: .88; letter-spacing: -.065em; }
.home-hero h1 span, .home-hero h1 em { display: block; }
.home-hero h1 em { margin-top: .12em; color: var(--power-gold); font-style: italic; }
.home-lead { max-width: 660px; color: #c7d7ce; font-size: clamp(1.08rem, 1.35vw, 1.28rem); }
.home-hero .button { min-height: 58px; padding-inline: 28px; }
.home-hero .button.secondary { color: #fff !important; border-color: rgba(255,255,255,.35) !important; }
.home-hero .button.secondary:hover { color: #fff !important; background: rgba(255,255,255,.08) !important; }
.hero-proof { border-color: rgba(255,255,255,.16); }
.hero-proof strong { color: #fff; }
.hero-proof span { color: #9fb4a8; }
.home-hero-visual { position: relative; min-height: 630px; padding: 0; }
.hero-giant-number { position: absolute; top: 50%; left: 50%; color: transparent; font-family: Georgia, serif; font-size: 39rem; font-weight: 800; line-height: 1; -webkit-text-stroke: 1px rgba(243,191,82,.14); transform: translate(-50%, -51%); }
.hero-orbit { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: min(540px, 100%); aspect-ratio: 1; place-items: center; border: 1px solid rgba(243,191,82,.38); border-radius: 50%; background: radial-gradient(circle, rgba(243,191,82,.18), rgba(242,97,34,.06) 46%, transparent 70%); box-shadow: 0 0 120px rgba(242,97,34,.18), inset 0 0 80px rgba(243,191,82,.06); transform: translate(-50%, -50%); }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.hero-orbit::before { inset: 8%; }
.hero-orbit::after { inset: -8%; border-color: rgba(243,191,82,.13); }
.hero-orbit img { position: relative; z-index: 2; width: 82%; filter: drop-shadow(0 28px 35px rgba(0,0,0,.4)); }
.hero-note { z-index: 4; right: -8px; bottom: 48px; max-width: 250px; padding: 22px 24px; color: var(--power-night); background: var(--power-gold); border-color: rgba(255,255,255,.3); border-radius: 0 20px 0 20px; box-shadow: 0 25px 60px rgba(0,0,0,.34); }
.hero-note strong { color: var(--power-night); font-size: 1.35rem; }
.hero-note span { color: #3e392d; }

.remedies-band { padding: 66px 0; background: #020d0a; border-top: 1px solid rgba(243,191,82,.22); border-bottom: 1px solid rgba(243,191,82,.22); }
.remedies-band .container { grid-template-columns: .72fr 2.28fr; }
.remedies-band .eyebrow { color: var(--power-orange); }
.remedies-band h2 { color: #fff; }
.remedy-list { gap: 12px; }
.remedy-list span, .remedy-list a { position: relative; padding: 16px 14px; color: #fff; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); border-color: rgba(255,255,255,.13); border-radius: 4px 16px 4px 16px; text-align: left; }
.remedy-list span b, .remedy-list a b { display: block; margin-bottom: 2px; color: var(--power-gold); font-size: .68rem; letter-spacing: .14em; }
.remedy-list span:nth-child(2n) b, .remedy-list a:nth-child(2n) b { color: var(--power-orange); }

.impact-section { position: relative; overflow: hidden; background: var(--power-cream); }
.impact-section::after { content: "PURPOSE"; position: absolute; right: -25px; bottom: -80px; color: rgba(6,25,19,.035); font-family: Georgia, serif; font-size: clamp(7rem, 18vw, 18rem); font-weight: 800; line-height: 1; pointer-events: none; }
.impact-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(55px, 9vw, 128px); }
.impact-visual { position: relative; z-index: 1; }
.impact-visual::before { content: ""; position: absolute; z-index: -1; inset: -24px 24px 24px -24px; background: var(--power-orange); border-radius: 4px 150px 4px 150px; }
.impact-visual img { width: 100%; aspect-ratio: .92; object-fit: cover; border-radius: 4px 150px 4px 150px; box-shadow: 0 40px 90px rgba(6,25,19,.22); }
.impact-seal { position: absolute; right: -30px; bottom: 44px; max-width: 220px; padding: 21px 24px; color: #fff; background: var(--power-night); border-left: 4px solid var(--power-gold); box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.impact-seal strong { display: block; font-family: Georgia, serif; font-size: 1.28rem; }
.impact-seal span { color: #adc0b5; font-size: .82rem; }
.impact-copy { position: relative; z-index: 2; }
.impact-copy h2 { max-width: 750px; font-size: clamp(2.9rem, 5vw, 5.5rem); }
.impact-lead { color: var(--power-forest-2); font-family: Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.4; }
.impact-copy > p:not(.eyebrow):not(.impact-lead) { max-width: 700px; color: #59665f; }
.impact-quote { display: flex; gap: 13px; max-width: 650px; margin: 31px 0; padding: 22px 25px; background: rgba(255,255,255,.65); border-left: 3px solid var(--power-orange); }
.impact-quote span { color: var(--power-orange); font-family: Georgia, serif; font-size: 3rem; line-height: .8; }
.impact-quote p { margin: 0; color: var(--power-night); font-weight: 800; }

.products-section { color: #dbe8e0; background: linear-gradient(135deg, #04120e, #0a2b20); }
.products-section .section-heading h2 { color: #fff; }
.products-section .section-heading p:not(.eyebrow) { color: #aebfb5; }
.products-section .eyebrow { color: var(--power-gold); }
.product-grid { gap: 28px; }
.product-card { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.12); border-radius: 4px 28px 4px 28px; box-shadow: 0 22px 50px rgba(0,0,0,.2); }
.product-card:hover { border-color: rgba(243,191,82,.45); box-shadow: 0 35px 80px rgba(0,0,0,.38); }
.product-card-media { background: #18382d; }
.product-card-media img { aspect-ratio: 4 / 2.6; }
.product-card-body { padding: 32px; }
.product-card h3 { color: #fff; }
.product-card p { color: #aebfb5; }
.product-card .text-link { color: var(--power-gold); }
.product-badge { color: var(--power-night); background: var(--power-gold); border-radius: 2px 10px 2px 10px; }

.feature-section { background: #efe5d3; }
.feature-panel { background: linear-gradient(135deg, #c94716, #f16a24); border: 1px solid rgba(255,255,255,.3); border-radius: 4px 44px 4px 44px; box-shadow: 0 40px 90px rgba(94,45,17,.24); }
.feature-panel-media { position: relative; }
.feature-panel-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset -35px 0 55px rgba(114,38,9,.2); }
.feature-panel .eyebrow { color: #ffe39d; }
.feature-panel h2 { color: #fff; font-size: clamp(2.7rem, 4.7vw, 5rem); }
.feature-panel p { color: #fff0e8; }
.feature-points li::before { color: #ffe39d; }

.resources-section { background: linear-gradient(180deg, #f6f0e4, #e4e8dc); }
.resources-section .section-heading h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); }
.resource-feature { border-radius: 4px 32px 4px 32px; }
.resource-feature::after { background: linear-gradient(to top, rgba(2,13,10,.98), rgba(2,13,10,.08) 78%); }
.resource-link-card { border-radius: 3px 22px 3px 22px; border-left: 4px solid var(--power-orange); box-shadow: 0 14px 34px rgba(6,25,19,.07); }
.resource-link-card:hover { background: #fff; border-color: var(--power-gold); }
.resource-link-card b { color: var(--power-orange); }

.home-cta { padding-top: clamp(76px, 9vw, 120px); background: var(--power-night); }
.home-cta-inner { background: linear-gradient(120deg, #e94f17, #f28a2c 56%, #efb949); border-radius: 4px 44px 4px 44px; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.home-cta-inner::before { border-color: rgba(255,255,255,.38); }
.home-cta .eyebrow { color: #2b1a0e; }
.home-cta .button.secondary { color: #fff !important; border-color: rgba(255,255,255,.6) !important; }
.home-cta .button.secondary:hover { color: #fff !important; background: rgba(255,255,255,.1) !important; }

.page-hero { color: #fff; background: radial-gradient(circle at 82% 24%, rgba(242,97,34,.3), transparent 23%), linear-gradient(120deg, #04120e, #0d3427); border-bottom-color: rgba(243,191,82,.22); }
.page-hero h1 { color: #fff; }
.page-hero p:not(.eyebrow):not(.entry-meta), .page-hero .entry-meta { color: #bacbc1; }
.page-hero .eyebrow { color: var(--power-gold); }
.breadcrumbs, .breadcrumbs a { color: #a9bcb1; }
.hero-media::before { background: var(--power-orange); }
.share-row { color: #fff; }
.share-row a { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }
.page-hero .button.secondary { color: #fff !important; border-color: rgba(255,255,255,.38) !important; }
.content-section { background: #e9ede6; }
.aside-card { background: var(--power-night); }
.site-footer { background: #020d0a; }

@media (max-width: 1120px) {
  .site-nav { background: rgba(6,25,19,.99); border-color: rgba(255,255,255,.13); }
  .home-hero { min-height: auto; }
  .home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: 45px; }
  .home-hero h1 { font-size: clamp(3.8rem, 7.5vw, 6.4rem); }
  .home-hero-visual { min-height: 540px; }
  .hero-orbit { width: min(450px, 100%); }
  .hero-giant-number { font-size: 32rem; }
  .impact-grid { gap: 70px; }
}

@media (max-width: 900px) {
  .home-hero-grid, .impact-grid { grid-template-columns: 1fr; }
  .home-hero-copy { max-width: 820px; }
  .home-hero-visual { min-height: 590px; }
  .hero-orbit { width: min(520px, 90vw); }
  .hero-note { right: max(0px, calc(50% - 290px)); }
  .remedies-band .container { grid-template-columns: 1fr; text-align: center; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; max-width: none; }
  .impact-visual { max-width: 600px; margin-inline: auto; }
  .impact-copy { max-width: 760px; }
}

@media (max-width: 640px) {
  .brand { flex-basis: 151px; }
  .brand img { width: 148px; }
  .home-hero { padding: 68px 0 78px; }
  .home-hero h1 { font-size: clamp(3.55rem, 17vw, 5.1rem); }
  .home-hero .hero-actions { display: grid; }
  .home-hero .button { width: 100%; }
  .home-hero-visual { min-height: 425px; margin-top: 14px; }
  .hero-orbit { width: min(345px, 88vw); }
  .hero-giant-number { font-size: 22rem; }
  .hero-note { right: 0; bottom: 10px; max-width: 205px; padding: 17px 18px; }
  .hero-note strong { font-size: 1.14rem; }
  .remedies-band { padding-block: 54px; }
  .remedy-list span, .remedy-list a { padding: 14px 12px; }
  .impact-visual::before { inset: -12px 12px 12px -12px; border-radius: 3px 80px 3px 80px; }
  .impact-visual img { border-radius: 3px 80px 3px 80px; }
  .impact-seal { right: -2px; bottom: 24px; }
  .impact-copy h2 { font-size: clamp(2.7rem, 13vw, 4.1rem); }
  .impact-quote { padding: 19px; }
  .product-card-body { padding: 27px 24px; }
  .feature-panel, .home-cta-inner { border-radius: 3px 26px 3px 26px; }
}
