/* ============================================================
   THE EUREKA NOOK — Customizer Additional CSS
   Rewrite: 2026-05-21 (bundle):
   - restore dropped .gl4-tbrand / .gl4-tdim
   - scope soft-toys minicard rule so it stops affecting dollhouse
   - consolidate brand-card header into shared .gl4-header pattern
   - drop redundant .gl4-brand-body (replaced by .gl4-body)
   - drop redundant .gl4-product-topline (replaced by .gl4-topline)
   2026-05-21 (PM):
   - product cutout forced to square, pinned to left of right column
     (ivory column-bg shows on the right rather than white tile)
   - drop redundant order:N on minicard children (dollhouse source
     order now matches visual order)
   ============================================================ */


/* === 2. Brand tokens === */
:root {
  --bg-page: #E4EDF0;
  --bg-card: #F7F6F0;
  --bg-minicard: #FFFFFF;
  --bg-tile: #FFFFFF;
  --green-rgb: 22, 85, 80;
  --green: rgb(var(--green-rgb));
  --green-hairline: rgba(var(--green-rgb), 0.12);
  --lilac: #5A566D;
  --lilac-rgb: 90, 86, 109;
  --marigold-deep: #B07A1E;
  --marigold-bright: #E8C547;
  --body-text: #232320;
  --text-muted: #3A3A38;
  --header-h: 56px;
  --radius-md: 6px;
}

/* === 3. Site typography === */
body { font-family: 'Mulish', sans-serif; }
h1, h2, h3, h4, h5, h6,
.entry-title, .entry-title a,
.wp-block-heading {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
}
.site-title, .site-title a {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 500;
  font-size: 24px;
}

/* === 4. Site chrome === */
.transparent-header.content-title-style-hide .content-area,
.mobile-transparent-header.content-title-style-hide .content-area {
  margin-top: var(--header-h);
}
.site-main-header-wrap .site-header-row-container-inner {
  background: var(--bg-page);
}
.site-main-header-wrap .site-container {
  max-width: 1040px;
}

/* Override Kadence sticky-revealed background so it matches page bg */
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner,
.kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
  background: var(--bg-page) !important;
}

html { scroll-padding-top: 72px; } /* keeps anchor jumps below sticky header when revealed (56 + ~16 breathing) */
/* Nav hover — override Kadence palette2 (poor contrast on pale bg) with the readable amber */
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.main-navigation .primary-menu-container > ul > li.menu-item > a:focus { color: var(--marigold-deep); }
body.home .ten-bento-wrap { padding-top: 0 !important; }
.entry-content-wrap:has(.gl4) {
  padding-top: 12px;
  padding-bottom: 0;
}
.single-content:has(> .gl4-page-title) { margin-top: 0; }
.site-main, .entry-content-wrap, .site-content, .content-bg {
  box-shadow: none !important;
  background-image: none !important;
}

/* === 5. Footer === */
.ten-foot {
  background: transparent;
  padding: 0 24px;
  font-family: 'Mulish', system-ui, sans-serif;
  color: var(--text-muted);
}
.ten-foot-inner { max-width: 1400px; margin: 0 auto; }
.ten-foot-disclosure {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 16px 0 0;
  font-style: italic;
}
.ten-foot-disclosure a { color: var(--green); }
.ten-foot-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(31,39,36,.15);
  margin-bottom: 20px;
}
.ten-foot-brand {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--green);
  margin: 0 0 8px;
  line-height: 1;
}
.ten-foot-h {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 14px;
  font-family: 'Mulish', sans-serif;
}
.ten-foot-list { list-style: none; padding: 0; margin: 0; }
.ten-foot-list li { margin: 0 0 8px; }
.ten-foot-list a {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color .15s ease;
}
.ten-foot-list a:hover { color: var(--green); text-decoration: underline; }
.ten-foot-base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(31,39,36,.15);
  font-size: 12px;
  color: var(--text-muted);
}
.ten-foot-base em {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: 13px;
}
@media (max-width: 720px) {
  .ten-foot-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
  .ten-foot-base { flex-direction: column; gap: 8px; align-items: flex-start; }
}
@media (max-width: 480px) { .ten-foot-cols { grid-template-columns: 1fr; } }

/* === 6. General prose === */
.entry-content > p,
.entry-content > ul,
.entry-content > ol { margin-bottom: 1.25em; }

/* === 7. GUIDE LAYOUT (shared) === */
.gl4 {
  background: var(--bg-page);
  padding: 0 24px 24px;
  font-family: 'Mulish', sans-serif;
}
.gl4 *, .gl4 *::before, .gl4 *::after { box-sizing: border-box; }

.gl4-page-title {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.15;
  color: var(--green);
  margin: 0 auto 0;
  padding: 0 24px;
  text-align: center;
  text-wrap: balance;
  max-width: 880px;
}
.single-content h1.gl4-page-title,
.entry-content h1.gl4-page-title { margin: 0 auto 0; text-align: center; }

.gl4-intro { max-width: 840px; margin: 0 auto 32px; }

.gl4 .gl4-disclosure {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #7A776E;
  text-align: center;
  margin: 0 0 16px;
}

.gl4 .gl4-body {
  font-size: 16px;
  line-height: 1.55;
  color: var(--body-text);
  margin: 0 0 20px;
}
.gl4 .gl4-body:last-child { margin-bottom: 0; }
.gl4 .gl4-list { margin: 6px 0 28px; padding-left: 22px; }
.gl4 .gl4-list li {
  font-size: 16px;
  line-height: 1.55;
  color: var(--body-text);
  margin-bottom: 14px;
}
.gl4 .gl4-list li:last-child { margin-bottom: 0; }
.gl4 .gl4-body:has(+ .gl4-list) { margin-bottom: 0; }
.gl4 .gl4-body:has(+ .gl4-footer) { margin-bottom: 12px; }
.gl4 .gl4-trust-note {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.55;
  color: var(--lilac);
  max-width: 840px;
  margin: 0 auto 28px;
}
.gl4-section-head:has(+ .gl4-trust-note),
.single-content h2.gl4-section-head:has(+ .gl4-trust-note),
.entry-content h2.gl4-section-head:has(+ .gl4-trust-note) { margin-bottom: 0; }

.gl4-section-head {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: var(--green);
  margin: 44px auto 0;
  max-width: 840px;
}
.single-content h2.gl4-section-head,
.entry-content h2.gl4-section-head { margin: 44px auto 0; max-width: 840px; }

/* Strip (minicards) */
.gl4-strip {
  display: flex;
  flex-wrap: nowrap;
  justify-content: safe center;
  overflow-x: auto;
  gap: 8px;
  margin: 14px 0 24px;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.gl4-strip::-webkit-scrollbar { display: none; }
.gl4-scard { flex: 0 0 128px; cursor: pointer; text-decoration: none; }
.gl4-scard-img {
  position: relative;
  width: 128px;
  background: var(--bg-card);
  border: 0.5px solid var(--green-hairline);
  overflow: hidden;
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
}
.gl4-scard-photo-wrap {
  height: 113px;
  flex-shrink: 0;
  background: var(--bg-minicard);
  padding: 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gl4-scard-photo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.gl4-scard-name-inner {
  margin-top: 6px;
  padding: 0 6px;
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-size: 11.5px;
  color: var(--green);
  line-height: 1.2;
  text-align: center;
}
/* Soft toys minicards (no award sibling) — 2-line height + vertical center */
.gl4-scard-img:not(:has(.gl4-scard-award)) .gl4-scard-name-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
}
/* Dollhouse/kitchen minicards — award follows name; tightened gap */
.gl4-scard-award {
  margin-top: 0;
  padding: 0 6px 10px;
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: 11px;
  color: var(--lilac);
  line-height: 1.2;
  text-align: center;
}

/* Comparison table */
.gl4-twrap {
  width: 100%;
  overflow-x: auto;
  margin: 12px 0 36px;
  background: var(--bg-card);
  border: 1px solid rgba(31,36,25,.08);
  border-radius: var(--radius-md);
  box-shadow: 0 1px 2px rgba(31,36,25,.05), 0 6px 14px rgba(31,36,25,.045);
}
.gl4-twrap table { background: transparent; width: 100%; border-collapse: collapse; font-size: 13px; table-layout: fixed; }
.gl4-twrap th {
  text-align: left;
  padding: 6px 8px;
  font-family: 'Mulish', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--lilac);
  border-bottom: 1.5px solid rgba(var(--green-rgb), 0.15);
  white-space: nowrap;
}
.gl4-twrap td {
  padding: 10px 8px;
  vertical-align: top;
  border-bottom: 0.5px solid rgba(var(--green-rgb), 0.08);
  line-height: 1.5;
}
.gl4-twrap tr:last-child td { border-bottom: none; }
.gl4-twrap tr:hover td { background: rgba(var(--green-rgb), 0.03); }
.gl4-tname {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--green);
  display: block;
  text-decoration: none;
  line-height: 1.35;
}
.gl4-tname:hover { text-decoration: underline; }
.gl4-tname-brand, .gl4-tname-award { display: block; }
.gl4-tname-award { margin-top: 2px; }
/* Legacy table classes still used by dollhouse (95) + kitchens (96) tables. */
.gl4-tbrand { font-size: 11px; color: var(--lilac); margin-top: 2px; }
.gl4-tdim {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: 12.5px;
  color: var(--lilac);
  white-space: nowrap;
}
.gl4-tprice {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: var(--marigold-deep);
  font-weight: 500;
  letter-spacing: 1px;
}
.gl4-tmat { font-size: 12.5px; color: var(--body-text); }
.gl4-tcoo { font-size: 12.5px; color: var(--lilac); }

/* Table column widths */
.gl4-tcol-product { width: 24%; }
.gl4-tcol-price   { width: 9%; }
.gl4-tcol-dim     { width: 22%; }
.gl4-tcol-mat     { width: 28%; }
.gl4-tcol-coo     { width: 17%; }

.gl4-tcol-k-product { width: 21%; }
.gl4-tcol-k-tier    { width: 8%; }
.gl4-tcol-k-size    { width: 13%; }
.gl4-tcol-k-cth     { width: 9%; }
.gl4-tcol-k-mat     { width: 19%; }
.gl4-tcol-k-fin     { width: 19%; }
.gl4-tcol-k-coo     { width: 11%; }

.gl4-tcol-st-brand { width: 28%; }
.gl4-tcol-st-price { width: 8%; }
.gl4-tcol-st-outer { width: 13%; }
.gl4-tcol-st-inner { width: 13%; }
.gl4-tcol-st-certs { width: 26%; }
.gl4-tcol-st-coo   { width: 12%; }

/* FULL CARD pattern (dollhouse, kitchens) */
.gl4-card {
  background: var(--bg-card);
  max-width: 840px;
  margin: 0 auto 32px;
  border-radius: var(--radius-md);
  box-shadow: 0 1px 2px rgba(31,36,25,.05), 0 6px 14px rgba(31,36,25,.045);
  border: 1px solid rgba(31,36,25,.08);
  padding: 18px 24px 10px;
  overflow: hidden;
}
.gl4-header { margin-bottom: 12px; }
.gl4-topline {
  margin-bottom: 1px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.gl4 .gl4-eyebrow {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  color: var(--lilac);
  margin: 0;
}
.gl4 .gl4-price {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  color: var(--marigold-deep);
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}
.gl4-title {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.15;
  color: var(--green);
  margin: 0;
}
.single-content h3.gl4-title,
.entry-content h3.gl4-title { margin: 0; }
.gl4-title .sep { color: var(--lilac); font-weight: 400; margin: 0 6px; }

.gl4-media-grid {
  display: grid;
  grid-template-columns: min(420px, 53%) 1fr;
  column-gap: 24px;
  align-items: stretch;
  margin-bottom: 12px;
}
.gl4-media-grid .gl4-photo-lifestyle {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f5f5f3;
}
.gl4-media-grid .gl4-photo-lifestyle img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.gl4-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  height: 100%;
}
/* Cutout is square, sized by available column height (flex remainder after
   specs). align-self: flex-start breaks the default cross-axis stretch so
   width follows aspect-ratio instead of column width; the leftover column
   width on the right shows card-bg ivory. */
.gl4-photo-product {
  flex: 1 1 0;
  min-height: 0;
  width: auto;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg-tile);
  padding: 0;
  border-radius: var(--radius-md);
  box-shadow: 0 14px 30px -18px rgba(35,35,32,0.32), 0 2px 6px -2px rgba(35,35,32,0.08);
}
.gl4-photo-product img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.gl4-specscol { display: flex; flex-direction: column; gap: 4px; flex: 0 0 auto; }
.gl4 .gl4-specs {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--green);
  margin: 0;
}
.gl4-sl {
  font-family: 'Mulish', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--lilac);
  margin-right: 4px;
}

/* Full card footer */
.gl4-card .gl4-footer {
  background: transparent;
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(var(--lilac-rgb), 0.35);
  border-radius: 0;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.gl4-card .gl4-buyif {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.45;
  color: var(--lilac);
  margin: 0;
  flex: 1 1 auto;
  text-align: right;
  text-wrap: balance;
}
.gl4-ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  flex: 0 0 auto;
  justify-content: flex-end;
}
.gl4-cta {
  font-family: 'Mulish', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  background: var(--marigold-bright);
  color: var(--body-text);
  padding: 10px 18px;
  border-radius: var(--radius-md);
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(176,122,30,.18);
  min-width: 130px;
  text-align: center;
  box-sizing: border-box;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}
.gl4-cta:hover, .gl4-cta:focus-visible {
  background: var(--marigold-deep);
  color: var(--bg-card);
  box-shadow: 0 4px 10px rgba(176,122,30,.28), 0 1px 2px rgba(176,122,30,.18);
}
.gl4-cta:focus-visible { outline: 2px solid var(--marigold-deep); outline-offset: 2px; }
.entry-content a:not(.gl4-cta):hover { color: var(--marigold-deep); }

/* === 8. BRAND CARD PATTERN (soft toys) ===
   Brand cards reuse the shared header (.gl4-header → .gl4-topline → .gl4-title)
   and body (.gl4-body) classes. Only the outer container, brand-specs grid,
   product subcard, and media-text layout are unique to this pattern. */
.gl4-brand-card {
  background: var(--bg-card);
  max-width: 840px;
  margin: 0 auto 32px;
  border-radius: var(--radius-md);
  box-shadow: 0 1px 2px rgba(31,36,25,.05), 0 6px 14px rgba(31,36,25,.045);
  border: 1px solid rgba(31,36,25,.08);
  padding: 18px 24px 18px;
  overflow: hidden;
}

.gl4-brand-specs {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 24px;
  margin: 0 0 6px;
}
.gl4-brand-specs .gl4-specs { margin: 0; }
.gl4-brand-specs .gl4-sl {
  display: block;
  margin-right: 0;
  margin-bottom: 2px;
}

.gl4-product {
  background: transparent;
  border: 1px solid rgba(var(--lilac-rgb), 0.22);
  border-radius: 4px;
  padding: 0;
  margin-top: 20px;
  overflow: hidden;
}
.gl4-product:first-of-type { margin-top: 6px; }

.gl4-media-text {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  column-gap: 0;
  align-items: stretch;
}
.gl4-media-text .gl4-photo-lifestyle {
  width: 100%;
  height: 100%;
  min-height: 180px;
  overflow: hidden;
  background: #f5f5f3;
}
.gl4-media-text .gl4-photo-lifestyle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gl4-content {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.gl4-product-name {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: var(--green);
  margin: 0;
}
.single-content h4.gl4-product-name,
.entry-content h4.gl4-product-name { margin: 0; }
/* Subcard topline: tighter bottom gap than full-card topline since it sits
   above body prose, not an h3 title. */
.gl4-product .gl4-topline { margin-bottom: 8px; }
.gl4-product .gl4-topline .gl4-price { font-size: 15px; }
.gl4-product .gl4-eyebrow { margin-bottom: 1px; }
.gl4-content .gl4-body {
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 20px;
}

.gl4-product .gl4-footer {
  background: transparent;
  margin: 0;
  padding: 0;
  border-top: none;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.gl4-product .gl4-buyif {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.4;
  color: var(--lilac);
  margin: 0;
  flex: 1 1 auto;
  text-align: right;
  text-wrap: balance;
  align-self: center;
}
.gl4-product .gl4-ctas {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
}
.gl4-product .gl4-cta {
  min-width: 0;
  padding: 9px 16px;
}

/* === 9. FAQ === */
.gl4-faq { max-width: 840px; margin: 8px auto 0; }
.gl4-faq details { border-top: 1px solid var(--green-hairline); }
.gl4-faq details:last-of-type { border-bottom: 1px solid var(--green-hairline); }
.gl4-faq summary {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: var(--green);
  padding: 16px 36px 16px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.gl4-faq summary::-webkit-details-marker { display: none; }
.gl4-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: var(--lilac);
  line-height: 1;
}
.gl4-faq details[open] summary::after { content: "−"; }
.gl4-faq summary:hover { color: var(--marigold-deep); }
.gl4-faq-answer { padding: 4px 0 20px; }
.gl4 .gl4-faq-answer p {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--body-text);
  margin: 0 0 14px;
}
.gl4 .gl4-faq-answer p:last-child { margin-bottom: 0; }

/* === Responsive === */
@media (max-width: 888px) { .gl4 { padding: 0 12px 40px; } }
@media (max-width: 760px) {
  .gl4-media-grid { grid-template-columns: 1fr; column-gap: 0; row-gap: 18px; }
  .gl4-media-grid .gl4-photo-lifestyle { width: 100%; max-width: 500px; margin: 0 auto; }
  .gl4-photo-product { display: none; }
}
@media (max-width: 720px) {
  .gl4-brand-specs { grid-template-columns: 1fr; gap: 8px; }

  /* Comparison table: force horizontal scroll + pin first column on mobile. */
  .gl4-twrap table { min-width: 640px; }
  .gl4-twrap th:first-child,
  .gl4-twrap td:first-child {
    position: sticky;
    left: 0;
    background: var(--bg-card);
    z-index: 1;
    box-shadow: 1px 0 0 var(--green-hairline);
  }
  .gl4-twrap {
    mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 36px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 36px), transparent 100%);
  }
}
@media (max-width: 620px) {
  .gl4-media-text { grid-template-columns: 1fr; column-gap: 0; }
  .gl4-media-text .gl4-photo-lifestyle { aspect-ratio: 3/2; height: auto; min-height: 0; max-width: 100%; }
  .gl4-product .gl4-footer { flex-direction: column; align-items: stretch; gap: 10px; }
  .gl4-product .gl4-buyif { text-align: center; }
  .gl4-product .gl4-ctas { justify-content: center; }
}
@media (max-width: 480px) {
  .gl4 { padding: 0 12px 32px; }
  .gl4-page-title,
  .single-content h1.gl4-page-title,
  .entry-content h1.gl4-page-title { font-size: 26px; margin: 0 auto 14px; }
  .gl4-intro { margin: 0 auto 18px; }
  .gl4 .gl4-disclosure { margin: 0 0 10px; }
  .gl4-card { padding: 18px 22px 20px; max-width: 100%; }
  .gl4-brand-card { padding: 18px 22px 18px; }
  .gl4-title { font-size: 24px; }
  .gl4-card .gl4-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 0 0;
    margin: 0;
  }
  .gl4-card .gl4-buyif { text-align: center; }
  .gl4-card .gl4-ctas { justify-content: center; }
  .gl4-cta { min-width: 0; flex: 1 1 140px; }
}
/* Note box — reusable */
.ten-note {
  background: var(--bg-card, #F7F6F0);
  border-left: 3px solid var(--green, #165550);
  padding: 1.25rem 2rem 1.75rem;
  margin: 2.5rem 0;
  border-radius: 0 6px 6px 0;
}
.ten-note__label {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--lilac, #5A566D);
  margin-bottom: 0.5rem;
}
.ten-note p:not(.ten-note__label) {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0.85rem;
  color: var(--body-text, #232320);
}
.ten-note p:last-child {
  margin-bottom: 0;
}
/* Strip scroll affordance (peek + right-edge fade) */
.gl4-strip {
  padding-right: 32px;
  mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 36px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 36px), transparent 100%);
}
.gl4-strip.at-end {
  mask-image: none;
  -webkit-mask-image: none;
}
.primary-menu-container > ul > li > ul.sub-menu {
  left: auto;
  right: 0;
}
/* === ARCHIVE PAGES (category, tag) === */
.post-archive {
  gap: 18px !important;
  grid-template-columns: repeat(2, 1fr) !important;
  max-width: 1040px !important;
  margin: 0 auto !important;
}
@media (max-width: 720px) {
  .post-archive { grid-template-columns: 1fr !important; }
}
.post-archive .entry.loop-entry.content-bg {
  background: var(--bg-card, #F7F6F0) !important;
  border: 1px solid rgba(31,36,25,.08) !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 2px rgba(31,36,25,.05), 0 6px 14px rgba(31,36,25,.045) !important;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.post-archive .entry.loop-entry.content-bg:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(31,36,25,.07), 0 12px 24px rgba(31,36,25,.06) !important;
}
.post-archive .entry-content-wrap { padding: 24px 26px !important; }
.post-archive .entry-taxonomies { margin-bottom: 10px; }
.post-archive .category-links,
.post-archive .category-links a {
  font-family: 'Mulish', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lilac, #5A566D);
  text-decoration: none;
}
.post-archive .entry-title {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.005em;
  margin: 0 0 10px;
}
.post-archive .entry-title a { color: var(--green, #165550); text-decoration: none; }
.post-archive .entry-title a:hover { color: var(--marigold-deep, #B07A1E); }
.post-archive .entry-meta {
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  color: var(--lilac, #5A566D);
}
.post-archive .entry-meta a { color: var(--lilac, #5A566D); }
.post-archive .entry-summary {
  font-family: 'Mulish', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--body-text, #232320);
  margin-top: 14px;
}
.post-archive .entry-summary p { margin: 0; }
.post-archive .entry-footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(90, 86, 109, 0.18);
}
.post-archive .more-link-wrap { margin: 0; }
.post-archive .post-more-link {
  font-size: 0;
  text-decoration: none;
  display: inline-block;
}
.post-archive .post-more-link::before {
  content: "Continue →";
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  color: var(--marigold-deep, #B07A1E);
}
.post-archive .post-more-link:hover::before { color: var(--green, #165550); }
.post-archive .post-more-link svg,
.post-archive .post-more-link .kadence-svg-iconset,
.post-archive .post-more-link .screen-reader-text { display: none; }
/* Archive hero — teal card matched to bento width, sits like a shelf header.
   Title cut from page bg (stencil effect against teal).
   Beats Kadence: .entry-hero-container-inner{background:var(--global-palette7)}
   and .entry-header{min-height:200px} */
.post-archive-hero-section .entry-hero-container-inner {
  background: transparent;
  padding: 0;
}
.post-archive-hero-section .hero-section-overlay { display: none; }
.post-archive-hero-section .hero-container { padding: 0; }
.post-archive-hero-section .entry-header {
  background: var(--green);
  border-radius: var(--radius-md);
  min-height: 0;
  max-width: 1040px;
  margin: 24px auto 0;
  padding: 12px 32px 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  column-gap: 24px;
  row-gap: 4px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(31,36,25,.05), 0 6px 14px rgba(31,36,25,.045);
}
.post-archive-hero-section .page-title.archive-title {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #E4EDF0;
  margin: 0;
  text-wrap: balance;
}
.post-archive-hero-section .archive-description {
  margin-top: 0;
  display: contents;
}
.post-archive-hero-section .archive-description p {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(184, 221, 224, 0.85);
  margin: 0;
  max-width: 580px;
}
@media (max-width: 767px) {
  .post-archive-hero-section .entry-header {
    margin: 16px 24px 0;
    padding: 12px 24px 16px;
    min-height: 0;
  }
  .post-archive-hero-section .page-title.archive-title { font-size: 26px; }
}
/* Page subtitle / dek under H1 (used on real wood play kitchens guide) */
.gl4-page-subtitle {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.35;
  color: var(--green);
  margin: 4px auto 0;
  padding: 0 24px;
  text-align: center;
  text-wrap: balance;
  max-width: 880px;
}
@media (max-width: 480px) {
  .gl4-page-subtitle { font-size: 17px; }
}
/* Prose page wrapper — centered, readable em-based measure (mirrors home) */
.ten-page { max-width: 840px; margin: 0 auto; }
/* === Related Guides module (ten-rel) === */
.ten-rel{margin:48px 0 8px}
.ten-rel-head{font-family:'Newsreader',Georgia,serif;font-weight:600;font-size:25px;line-height:1.15;color:var(--green);margin:0 0 18px}
.ten-rel-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}
.ten-rel-card{display:block;text-decoration:none;background:var(--bg-card);border:1px solid var(--green-hairline);border-radius:var(--radius-md);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}
.ten-rel-card:hover{transform:translateY(-3px);box-shadow:0 2px 4px rgba(31,36,25,.06),0 14px 26px rgba(31,36,25,.07)}
.ten-rel-thumb{aspect-ratio:3/2;background:var(--bg-tile);overflow:hidden}
.ten-rel-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.ten-rel-name{font-family:'Newsreader',Georgia,serif;font-weight:600;font-size:16.5px;line-height:1.2;color:var(--green);margin:0;padding:12px 13px 15px;transition:color .18s ease}
.ten-rel-card:hover .ten-rel-name{color:var(--marigold-deep)}
@media(max-width:767px){.ten-rel-row{grid-template-columns:1fr}.ten-rel-head{font-size:22px}}