/*
Theme Name: Dishcomfortable
Theme URI: https://dishcomfortable.com
Author: G. F. Edward / GordoEditsAI
Description: Lean food voice theme for recipes, reviews, and video. No plugin zoo. Footer links Clean-Cut Docs.
Version: 1.8.0
Text Domain: dishcomfortable
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
*/

/* ========== Tokens from BRAND.md + Hostinger logo set (navy/gold) ========== */
:root {
  --navy: #1B2A4A;
  --navy-deep: #102040;
  --ink: #1A1A1A;
  --body: #2D2D2D;
  --muted: #666666;
  --cream: #F8F6F1;
  --paper: #FFFFFF;
  --card: #FFFFFF;
  --line: #D0CCC5;
  --gold: #C9A84C;
  --gold-soft: #C0B090;
  --gold-muted: #9E8540;
  --footer-bg: #1A1A1A;
  --footer-text: #D9CFC3;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --wrap: 68rem;
  --radius: 8px;
  --shadow: 0 10px 30px rgba(27, 42, 74, 0.08);
  --nav-h: 4.5rem;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--navy);
  text-underline-offset: 0.15em;
}
a:hover { color: var(--gold-muted); }

.wrap {
  width: min(100% - 2rem, var(--wrap));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 200;
  background: var(--ink);
  color: #fff;
  padding: 0.5rem 1rem;
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; }

/* ========== Header (navy bar â€” CLEAN logo plate) ========== */
.site-header {
  background: var(--navy);
  border-bottom: 1px solid var(--navy-deep);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.site-brand-logo {
  height: 2.6rem;
  width: auto;
  max-width: min(52vw, 16rem);
  object-fit: contain;
  display: block;
  filter: saturate(1.25) brightness(1.12);
}

/* Solid navy band (middle homepage — no random food photo) */
.band-navy {
  background: var(--navy);
  color: #fff;
  padding: 3.5rem 0;
}
.band-navy .section-head.on-dark h2 {
  color: #fff;
}
.band-navy .section-head.on-dark p {
  color: rgba(255, 255, 255, 0.92);
}
.band-navy .cards-on-dark .card {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

.site-brand span {
  display: block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-top: 0.15rem;
}
.site-brand-text { display: none; } /* logo carries wordmark */

.nav-toggle {
  display: none;
  border: 1.5px solid var(--gold);
  background: transparent;
  color: var(--gold);
  padding: 0.4rem 0.75rem;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 999px;
}

.primary-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.primary-nav a {
  display: inline-block;
  padding: 0.45rem 0.7rem;
  text-decoration: none;
  color: #F0EBE3;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
  background: rgba(201, 168, 76, 0.2);
  color: var(--gold);
}

.primary-nav .nav-cta a,
.primary-nav a.nav-cta {
  background: var(--gold) !important;
  color: #fff !important;
  margin-left: 0.25rem;
}
.primary-nav .nav-cta a:hover,
.primary-nav a.nav-cta:hover {
  background: var(--navy) !important;
}
.site-footer .nav-cta a,
.site-footer a.nav-cta {
  background: none !important;
  color: inherit !important;
  margin-left: 0;
  padding: 0;
  border-radius: 0;
}

@media (max-width: 820px) {
  .nav-toggle { display: inline-block; }
  .primary-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--navy-deep);
    border-bottom: 1px solid var(--navy);
    padding: 0.75rem 1rem 1rem;
    box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; align-items: stretch; }
  .primary-nav a { padding: 0.7rem 0.5rem; }
}

/* ========== Hero ========== */
.hero {
  padding: 3.5rem 0 3rem;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(201, 168, 76, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 20%, rgba(27, 42, 74, 0.08), transparent 50%),
    var(--cream);
  border-bottom: 1px solid var(--line);
}

.hero-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-muted);
}

.hero-logo-wrap {
  margin: 0 0 1rem;
}
.hero-logo {
  width: min(100%, 28rem);
  height: auto;
  display: block;
}

.hero h1 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  line-height: 1.1;
  color: var(--navy);
  max-width: 16ch;
}

.hero-rule {
  width: 4.5rem;
  height: 0;
  border: 0;
  border-top: 2px solid var(--gold);
  margin: 0 0 1rem;
}

.hero-sub {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  color: var(--navy);
}

.hero-lead {
  margin: 0 0 1.5rem;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* ========== Buttons ========== */
.btn {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1.5px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn:hover {
  background: var(--ink);
  color: #fff;
}
.btn-solid {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.btn-solid:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}
.btn-gold:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.btn-ghost {
  border-color: transparent;
  background: transparent;
  color: var(--navy);
}

/* ========== Sections ========== */
.section {
  padding: 3rem 0;
}
.section-alt {
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.section-head {
  max-width: 40rem;
  margin-bottom: 1.75rem;
}
.section-head h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  color: var(--ink);
}
.section-head p {
  margin: 0;
  color: var(--muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 860px) {
  .card-grid { grid-template-columns: 1fr; }
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--shadow);
}
a.card {
  text-decoration: none;
  color: inherit;
  display: block;
}
a.card:hover {
  border-color: var(--gold);
}
.card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ink);
}
.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.card .meta {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-muted);
}

/* ========== Content / posts ========== */
.site-main {
  padding: 2.5rem 0 3.5rem;
}

.page-title,
.entry-title {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.15;
}

.entry-header {
  margin-bottom: 1.5rem;
  max-width: 42rem;
}
.entry-meta {
  color: var(--muted);
  font-size: 0.9rem;
}

.entry-content {
  max-width: 42rem;
}
.entry-content h2,
.entry-content h3 {
  font-family: var(--font-display);
  color: var(--ink);
}
.entry-content p,
.entry-content li {
  color: var(--body);
}

.post-list {
  display: grid;
  gap: 1.25rem;
}
.post-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.post-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
  color: inherit;
}
.post-card-thumb {
  margin: -0.25rem -0.35rem 0.85rem;
  border-radius: 8px;
  overflow: hidden;
  max-height: 12rem;
}
.post-card-thumb img {
  display: block;
  width: 100%;
  height: 12rem;
  object-fit: cover;
}
.toons-embed {
  position: relative;
  width: 100%;
  max-width: 48rem;
  padding-bottom: 56.25%;
  height: 0;
  margin: 1.5rem 0 1.75rem;
  overflow: hidden;
  border-radius: 10px;
  background: var(--navy);
}
.toons-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.entry-content .btn {
  margin: 0 0.5rem 0.5rem 0;
}
.post-card h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--ink);
}
.post-card .excerpt {
  margin: 0;
  color: var(--muted);
}

/* ========== Recipes & Reviews archive (1 / 2 / 3 columns) ========== */
body.dish-entry-archive .wrap.archive-wrap {
  width: min(100% - 2rem, 82rem);
}

.archive-header { margin-bottom: 1.25rem; }
.archive-intro {
  color: var(--muted);
  max-width: 42rem;
}
.archive-intro p { margin: 0.35rem 0 0; }

.archive-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 1.35rem;
  padding: 0.9rem 1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.archive-filters,
.archive-view {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.75rem;
  align-items: flex-end;
}
.archive-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.archive-field select {
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  border: 1.5px solid var(--line);
  border-radius: 6px;
  padding: 0.4rem 0.55rem;
  background: var(--cream);
  min-width: 9.5rem;
}
.archive-apply { padding: 0.45rem 0.9rem; }
.archive-view-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  align-self: center;
}
.col-btn {
  width: 2.15rem;
  height: 2.15rem;
  border: 1.5px solid var(--navy);
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
}
.col-btn.is-on,
.col-btn[aria-pressed="true"] {
  background: var(--navy);
  color: var(--gold);
}
.ghost-btn {
  border: 0;
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  padding: 0.35rem 0.2rem;
}

.entry-grid {
  display: grid;
  gap: 0.85rem;
  align-items: start;
}
.entry-grid.cols-1 { grid-template-columns: 1fr; }
.entry-grid.cols-2 { grid-template-columns: 1fr 1fr; }
.entry-grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; }

.entry-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
}
.entry-card.is-open { box-shadow: var(--shadow); border-color: var(--gold); }
.entry-card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
}
.entry-card-toggle {
  border: 1.5px solid var(--gold);
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 0.15rem;
}
.entry-card-meta {
  margin: 0 0 0.15rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.entry-card-titles h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--ink);
}
.entry-card-titles h2 a {
  text-decoration: none;
  color: inherit;
}
.entry-card-titles h2 a:hover { color: var(--gold-muted); }
.entry-card-lede {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.entry-card-body {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}
.entry-card-thumb {
  margin: 0 0 0.75rem;
  border-radius: 8px;
  overflow: hidden;
  max-height: 10rem;
}
.entry-card-thumb img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
.archive-empty { color: var(--muted); }
.archive-pager { margin-top: 1.75rem; }

@media (max-width: 1100px) {
  .entry-grid.cols-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .entry-grid.cols-2,
  .entry-grid.cols-3 { grid-template-columns: 1fr; }
  .archive-toolbar { padding: 0.75rem; }
}

/* ========== Footer ========== */
.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 2.75rem 0 1.5rem;
  margin-top: auto;
}
.site-footer a {
  color: #f0e6d8;
  text-decoration: none;
}
.site-footer a:hover { color: var(--gold); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; }
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 0.5rem;
}
.footer-logo {
  height: 2.4rem;
  width: auto;
  max-width: 14rem;
  object-fit: contain;
  margin-bottom: 0.75rem;
  filter: saturate(1.25) brightness(1.12);
}
.footer-col h4 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col li { margin-bottom: 0.4rem; }
.footer-social {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}
.footer-social-icon {
  flex: 0 0 1.35rem;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.12rem;
  color: var(--gold);
}
.footer-social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-social:hover .footer-social-icon { color: #f0e6d8; }
.footer-social-text { min-width: 0; }
.footer-social-label { display: block; }
.footer-note {
  display: block;
  font-size: 0.85rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  justify-content: space-between;
  font-size: 0.88rem;
  color: #a89a8c;
}

/* ========== Utilities ========== */
.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.alignwide { max-width: var(--wrap); }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* ========== FULL-BLEED HERO + PARALLAX (v1.3.1 — food color first, text panel only) ========== */
.hero-stage {
  position: relative;
  min-height: 92vh;
  min-height: 92dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--navy-deep);
  color: #fff;
}
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.12);
  transition: opacity 1.1s ease;
  will-change: opacity, transform;
  animation: none;
}
.hero-slide.is-active {
  opacity: 1;
  animation: dishKenBurns 9s ease-out forwards;
}
@keyframes dishKenBurns {
  from { transform: scale(1.16); }
  to { transform: scale(1.03); }
}

/* Full-image wash removed — food colors stay vivid.
   Tiny edge vignette only so the frame doesn't blow out. */
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 90% 80% at 50% 50%, transparent 45%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}
.hero-parallax-layer {
  position: absolute;
  inset: -12%;
  z-index: 1;
  background: transparent;
  pointer-events: none;
  will-change: transform;
}

/* Fade / plate sits ONLY behind logo + words (a bit more transparent) */
.hero-stage-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1.75rem 2.15rem;
  max-width: 42rem;
  will-change: transform;
  border-radius: 14px;
  background:
    linear-gradient(
      180deg,
      rgba(16, 32, 64, 0.48) 0%,
      rgba(16, 32, 64, 0.56) 100%
    );
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(201, 168, 76, 0.14);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.hero-stage .hero-kicker {
  color: var(--gold);
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.hero-stage .hero-logo {
  width: min(100%, 20rem);
  height: auto;
  margin: 0 auto 0.85rem;
  /* brighter gold mark + soft shadow so fork/wordmark pop */
  filter:
    drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45))
    saturate(1.25)
    brightness(1.12);
}
.hero-stage .hero-sub {
  color: #f0d78c;
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  margin: 0 auto 0.75rem;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.hero-stage .hero-lead {
  color: #ffffff;
  margin: 0 auto 1.35rem;
  max-width: 34rem;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  opacity: 1;
}
.hero-stage .hero-actions { justify-content: center; }
.btn-on-dark {
  border-color: rgba(255, 255, 255, 0.9) !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
.btn-on-dark:hover {
  background: #fff !important;
  color: var(--navy) !important;
}
.hero-dots {
  display: flex;
  gap: 0.45rem;
  justify-content: center;
  margin-top: 1.35rem;
}
.hero-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.hero-dot.is-active {
  background: var(--gold);
  transform: scale(1.2);
}
.hero-scroll-cue {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
  background: rgba(16, 32, 64, 0.55);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}
.hero-scroll-cue:hover { color: var(--gold); }

/* Parallax: light full wash, text sits on a local panel */
.parallax-band {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  color: #fff;
  background: var(--navy-deep);
}
.parallax-band-tall {
  min-height: 55vh;
  display: flex;
  align-items: center;
}
.parallax-bg {
  position: absolute;
  inset: -15%;
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
.food-rotator-slides {
  position: absolute;
  inset: 0;
}
.parallax-bg .hero-slide {
  inset: 0;
}
.parallax-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* was heavy 0.72–0.82 — keep food readable */
  background: rgba(16, 32, 64, 0.22);
}
.parallax-content {
  position: relative;
  z-index: 2;
}
.parallax-content.center {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  padding: 1.75rem 1.5rem 2rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(16, 32, 64, 0.52), rgba(16, 32, 64, 0.58));
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(201, 168, 76, 0.12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
/* Card row: light scrim only — cards carry their own white plate */
.parallax-band:not(.parallax-band-tall) .parallax-content {
  padding: 1.25rem 1rem 1.5rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(16, 32, 64, 0.32), rgba(16, 32, 64, 0.4));
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
}
.section-head.on-dark h2,
.parallax-title {
  color: #fff;
  font-family: var(--font-display);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.section-head.on-dark p,
.parallax-lead {
  color: #ffffff;
  opacity: 0.95;
}
.parallax-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0.5rem 0 0.75rem;
}
.hero-kicker.on-dark { color: var(--gold); }
.cards-on-dark .card {
  background: rgba(255, 255, 255, 0.98);
  color: var(--body);
}
.cards-on-dark .card h3 { color: var(--navy); }
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: opacity 0.3s ease; transform: none !important; animation: none !important; }
  .hero-slide.is-active { transform: none; animation: none !important; }
  [data-parallax-bg], [data-parallax-slow], .hero-stage-inner { transform: none !important; }
}

/* ========== Ebook magnet (under tagline) ========== */
.hero-magnet {
  margin: 0 auto 1.15rem;
  padding: 1rem 1.1rem 1.15rem;
  max-width: 28rem;
  text-align: center;
  background: var(--cream);
  color: var(--body);
  border-radius: 12px;
  border: 1px solid rgba(201, 168, 76, 0.55);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.panel-cream {
  background: var(--cream) !important;
  color: var(--body) !important;
  border-radius: 14px;
  border: 1px solid rgba(201, 168, 76, 0.55);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  padding: 1.5rem 1.35rem 1.75rem;
}
.panel-cream h2,
.panel-cream .parallax-title {
  color: var(--navy) !important;
  text-shadow: none !important;
}
.panel-cream p,
.panel-cream .parallax-lead,
.panel-cream .section-head p {
  color: var(--body) !important;
  opacity: 1 !important;
}
.panel-cream .cream-kicker,
.panel-cream .hero-kicker {
  color: var(--navy) !important;
  letter-spacing: 0.12em;
}
.hero-magnet-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-muted);
}
.hero-magnet-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}
.hero-magnet-lead {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  color: var(--body);
}
.kit-mount .formkit-form,
.kit-mount form { margin: 0; }
.kit-privacy,
.kit-fallback { margin: 0.65rem 0 0; font-size: 0.85rem; color: var(--muted); }
.hero-magnet .btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  white-space: normal;
  line-height: 1.3;
}

/* ========== Testimonials ========== */
.testimonials-band { background: var(--paper); }
.testimonial-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.testimonial-card {
  margin: 0;
  padding: 1.25rem 1.35rem;
  background: var(--cream);
  border-radius: var(--radius);
  border-left: 3px solid var(--gold);
  box-shadow: var(--shadow);
}
.testimonial-card p {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--navy);
}
.testimonial-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  font-size: 0.9rem;
  color: var(--muted);
}
.testimonial-card cite { font-style: normal; font-weight: 700; color: var(--navy); }
.testimonial-empty { text-align: center; }
.testimonial-cta-row { margin-top: 1.25rem; text-align: center; }

/* ========== Contact + maker ========== */
.contact-page { padding: 2.5rem 0 3.5rem; }
.contact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  margin: 1.5rem 0 2.5rem;
}
.testimonial-maker {
  padding: 1.75rem 0 0;
  border-top: 1px solid var(--line);
}
.testimonial-form label { display: block; font-weight: 700; color: var(--navy); margin-bottom: 0.35rem; }
.testimonial-form input[type="text"],
.testimonial-form textarea {
  width: 100%;
  max-width: 36rem;
  padding: 0.65rem 0.75rem;
  border: 1.5px solid var(--line);
  border-radius: 6px;
  font: inherit;
  background: var(--paper);
}
.testimonial-form textarea { min-height: 7rem; }
.testimonial-consent label { font-weight: 500; display: flex; gap: 0.5rem; align-items: flex-start; }
.testimonial-thanks {
  padding: 1rem 1.15rem;
  background: #eef5ee;
  border-left: 3px solid var(--gold);
  max-width: 36rem;
}
.hp-field {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

@media (max-width: 640px) {
  .hero-magnet { max-width: none; }
  .hero-stage-inner { padding: 1.35rem 1rem 1.5rem; }
}