/* === CPP homepage CSS (extracted from post 24 post_content) === */
/* Source-of-truth: this file. Do NOT add inline <style> back to post 24. */
/* Extracted 2026-06-26 to permanently fix wpautop CSS-leak bug. */

/* --- block 1 (top-of-content CSS, was naked / wpautop-mangled) --- */
:root{
    --navy:#003087;
    --navy-deep:#00266b;
    --cream:#f8f3ed;
    --cream-deep:#f0e8db;
    --ink:#0a0a0a;
    --muted:#5f5f5f;
    --line:#e7e3dc;
    --gold:#e7a900;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html,body{font-family:"Source Sans Pro",sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
  a{color:inherit;text-decoration:none}
  img{max-width:100%;display:block}
  /* Utility / announcement bar */
  .util{background:var(--navy);color:#fff;font-size:13px}
  .util-inner{max-width:1600px;margin:0 auto;padding:8px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px}
  .util-rating{display:flex;align-items:center;gap:8px}
  .stars{color:var(--gold);letter-spacing:1px}
  .util-links{display:flex;gap:18px}
  .util-links a:hover{text-decoration:underline}
  /* Header — SINGLE ROW with mega-nav dropdowns */
  header.main{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.03)}
  .head-inner{max-width:1600px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;gap:24px}
  .logo img{height:78px;width:auto}
  nav.primary{display:flex;gap:2px;align-items:center;flex:1;justify-content:center}
  nav.primary > .nav-item{position:relative}
  nav.primary > .nav-item > a{display:block;padding:18px 16px;font-weight:600;font-size:15px;color:var(--navy);letter-spacing:.2px;white-space:nowrap}
  nav.primary > .nav-item > a:hover{color:var(--navy-deep)}
  nav.primary > .nav-item > a .caret{display:inline-block;margin-left:6px;font-size:10px;opacity:.7}
  nav.primary > .nav-item > a.sale{color:#c0392b}
  .megapanel{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border:1px solid var(--line);box-shadow:0 24px 48px -12px rgba(0,40,135,.18);padding:28px 32px;min-width:680px;border-radius:6px;z-index:200}
  .nav-item:hover .megapanel{display:grid}
  .megapanel{grid-template-columns:repeat(3,1fr);gap:24px 36px}
  .megapanel.mega-wide{min-width:820px}
  .megapanel.mega-4col{grid-template-columns:repeat(4,1fr);min-width:980px;max-width:1180px}
  .megapanel.mega-5col{grid-template-columns:repeat(5,1fr);min-width:1180px;max-width:1280px;gap:20px 28px}
  /* Wide panels: anchor relative to header so they don't clip off-screen when item is at left edge */
  header.main{position:sticky}
  .head-inner{position:relative}
  .nav-item.has-mega-wide{position:static}
  .nav-item.has-mega-wide .megapanel{left:50%;transform:translateX(-50%);max-width:calc(100vw - 48px)}
  /* Scrollbar polish so scrollable megapanels don't look like a bug */
  .megapanel::-webkit-scrollbar{width:8px}
  .megapanel::-webkit-scrollbar-thumb{background:#d5cfc2;border-radius:4px}
  .megapanel::-webkit-scrollbar-track{background:transparent}
  .mega-col h5{color:var(--navy);text-transform:uppercase;font-size:12px;letter-spacing:1.5px;margin-bottom:10px;font-weight:700;border-bottom:1px solid var(--line);padding-bottom:8px;position:sticky;top:0;background:#fff;padding-top:2px;z-index:2}
  .mega-col a{display:block;padding:5px 0;font-size:14px;color:#333;font-weight:400}
  .mega-col a:hover{color:var(--navy);padding-left:4px;transition:padding-left .15s}
  .head-actions{display:flex;gap:18px;align-items:center;color:var(--navy)}
  .head-actions .icon{font-size:20px;cursor:pointer;position:relative}
  .cart-badge{background:var(--navy);color:#fff;border-radius:50%;font-size:11px;padding:2px 6px;margin-left:-4px;vertical-align:top}
  /* Trust strip — premium pill-chip styling */
  .trust-strip{background:linear-gradient(180deg,#fbf7f1 0%,#f5efe6 100%);border-bottom:1px solid var(--line);padding:18px 24px}
  .trust-strip-inner{max-width:1600px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap}
  .chip{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #e0d8c9;border-radius:999px;padding:10px 18px;font-size:13.5px;font-weight:600;color:#1a2a4f;letter-spacing:.2px;box-shadow:0 1px 2px rgba(0,40,135,.04);transition:transform .2s,box-shadow .2s,border-color .2s}
  .chip:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,40,135,.08);border-color:#c7bea8}
  .chip svg{width:18px;height:18px;flex-shrink:0;color:var(--navy)}
  .chip-star svg{color:var(--gold);fill:var(--gold)}
  .chip-rating{display:inline-flex;align-items:center;gap:6px}
  .chip-rating .rating-num{font-weight:700;color:var(--navy)}
  .chip-rating .rating-stars{color:var(--gold);letter-spacing:1px;font-size:14px}
  /* Hero */
  .hero{background:var(--cream);padding:70px 24px}
  .hero-inner{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}
  .hero-eyebrow{font-size:13px;letter-spacing:2.5px;text-transform:uppercase;color:var(--navy);font-weight:700;margin-bottom:16px}
  .hero-title{font-family:"Playfair Display",Georgia,serif;font-size:56px;font-weight:700;line-height:1.05;color:#0a1a3a;margin-bottom:20px;letter-spacing:-1px}
  .hero-sub{font-size:18px;color:#3a3a3a;margin-bottom:30px;max-width:520px;line-height:1.55}
  .hero-cta{display:inline-block;background:var(--navy);color:#fff;padding:17px 38px;font-weight:700;font-size:14px;letter-spacing:1.5px;text-transform:uppercase;transition:background .2s}
  .hero-cta:hover{background:var(--navy-deep)}
  .hero-cta.ghost{background:transparent;color:var(--navy);border:2px solid var(--navy);margin-left:10px;padding:15px 32px}
  .hero-cta.ghost:hover{background:var(--navy);color:#fff}
  .hero-img{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 32px 64px -22px rgba(0,40,135,.32)}
  .hero-img img{width:100%;height:540px;object-fit:cover}
  .hero-tag{position:absolute;top:22px;left:22px;background:#fff;padding:9px 16px;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;font-weight:700;color:var(--navy)}
  .hero-price{position:absolute;bottom:22px;right:22px;background:var(--navy);color:#fff;padding:11px 18px;font-weight:700;font-size:14px;letter-spacing:.5px}
  /* Section commons */
  section.block{padding:72px 24px}
  .block-inner{max-width:1600px;margin:0 auto}
  .section-title{font-family:"Playfair Display",Georgia,serif;font-size:34px;font-weight:700;text-align:center;margin-bottom:8px;color:var(--ink);letter-spacing:-.3px}
  .section-sub{font-size:16px;text-align:center;color:var(--muted);margin-bottom:44px}
  /* Intro block */
  .intro{background:#fff;padding:64px 24px 16px}
  .intro-inner{max-width:1200px;margin:0 auto;text-align:center}
  .intro h2{font-family:"Playfair Display",Georgia,serif;font-size:36px;font-weight:700;color:var(--ink);margin-bottom:22px;letter-spacing:-.3px}
  .intro p{font-size:16.5px;color:#333;line-height:1.75;margin-bottom:18px;text-align:left}
  .intro p:last-child{margin-bottom:0}
  /* Best sellers (above categories) */
  .best{background:#fff}
  .prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
  .prod{background:#fff;border-radius:6px;overflow:hidden;transition:transform .25s,box-shadow .25s;border:1px solid var(--line)}
  .prod:hover{transform:translateY(-4px);box-shadow:0 14px 36px -10px rgba(0,40,135,.22)}
  .prod-img{aspect-ratio:1/1;overflow:hidden;background:#f3efe8}
  .prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
  .prod:hover .prod-img img{transform:scale(1.04)}
  .prod-body{padding:18px 18px 22px}
  .prod-title{font-weight:600;font-size:15px;color:var(--ink);margin-bottom:6px;line-height:1.3;min-height:39px}
  .prod-price{font-size:15px;color:var(--navy);font-weight:700}
  .prod-img-wrap{position:relative}
  /* Category grid */
  .cats{background:var(--cream)}
  .cats .section-sub{margin-bottom:24px}
  .cats-intro{max-width:1200px;margin:0 auto 44px;}
  .cats-intro p{font-size:16.5px;color:#333;line-height:1.75;margin-bottom:18px;text-align:left}
  .cats-intro p:last-child{margin-bottom:0}
  .cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
  .cat-tile{position:relative;aspect-ratio:1/1;border-radius:8px;overflow:hidden;cursor:pointer;background:#eee;transition:transform .25s;display:block}
  .cat-tile:hover{transform:translateY(-4px)}
  .cat-tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
  .cat-tile:hover img{transform:scale(1.06)}
  .cat-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,28,80,.88))}
  .cat-tile .label{position:absolute;bottom:18px;left:18px;right:18px;color:#fff;font-weight:700;font-size:16px;z-index:2;line-height:1.25}
  /* Personalised / featured second strip */
  .feat{background:#fff}
  .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .feat-card{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:5/4;display:block;cursor:pointer}
  .feat-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
  .feat-card:hover img{transform:scale(1.04)}
  .feat-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,28,80,.85))}
  .feat-card .info{position:absolute;bottom:24px;left:24px;right:24px;color:#fff;z-index:2}
  .feat-card .info h3{font-family:"Playfair Display",serif;font-size:24px;font-weight:700;margin-bottom:6px;line-height:1.15}
  .feat-card .info p{font-size:14px;opacity:.9;margin-bottom:10px}
  .feat-card .info .btn{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;background:#fff;color:var(--navy);padding:9px 16px;border-radius:3px}
  /* FAQ section */
  .faqs{background:var(--cream);padding:80px 24px}
  .faqs-inner{max-width:1200px;margin:0 auto}
  .faq-list{margin-top:36px}
  .faq-item{background:#fff;border:1px solid var(--line);border-radius:8px;margin-bottom:12px;overflow:hidden;transition:box-shadow .2s}
  .faq-item[open]{box-shadow:0 6px 18px -6px rgba(0,40,135,.12)}
  .faq-item summary{cursor:pointer;padding:20px 26px;list-style:none;font-weight:700;font-size:16.5px;color:var(--navy);display:flex;justify-content:space-between;align-items:center;gap:16px}
  .faq-item summary::-webkit-details-marker{display:none}
  .faq-item summary::after{content:"+";font-size:24px;font-weight:300;color:var(--navy);transition:transform .2s;flex-shrink:0;line-height:1}
  .faq-item[open] summary::after{content:"–"}
  .faq-item summary:hover{background:#fafafa}
  .faq-answer{padding:0 26px 22px;color:#333;font-size:15px;line-height:1.7}
  .faq-answer p{margin-bottom:10px}
  .faq-answer p:last-child{margin-bottom:0}
  /* Trust block */
  .trust{padding:54px 24px;background:var(--cream-deep);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
  .trust-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}
  .trust-item{padding:12px}
  .trust-icon{font-size:34px;margin-bottom:10px;color:var(--navy)}
  .trust-item h4{color:var(--navy);font-weight:700;margin-bottom:6px;font-size:15px;letter-spacing:.5px;text-transform:uppercase}
  .trust-item p{color:var(--muted);font-size:14px;line-height:1.5}
  /* Footer */
  footer{background:#1a2a4f;color:#cbd6ee;padding:64px 24px 28px}
  .foot-inner{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:40px}
  footer h4{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:18px;font-weight:700}
  footer a{display:block;padding:5px 0;color:#cbd6ee;font-size:13.5px;transition:color .15s}
  footer a:hover{color:#fff}
  .foot-brand p{font-size:13.5px;line-height:1.6;margin-bottom:14px;color:#cbd6ee}
  .foot-brand .contact-line{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#fff;margin-bottom:8px}
  .foot-brand .contact-line span{color:var(--gold);font-size:16px}
  .foot-social{display:flex;gap:12px;margin-top:14px}
  .foot-social a{display:flex;width:34px;height:34px;background:rgba(255,255,255,.1);border-radius:50%;align-items:center;justify-content:center;padding:0}
  .foot-social a:hover{background:rgba(255,255,255,.22)}
  .foot-social svg{width:16px;height:16px;fill:#fff}
  .foot-payments{max-width:1600px;margin:36px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
  .foot-payments .pay-logos img{max-height:34px;opacity:.92}
  .foot-payments .related-sites{font-size:12px;color:#9aa9c9}
  .foot-payments .related-sites a{display:inline-block;color:#9aa9c9;padding:0 6px}
  .foot-payments .related-sites a:hover{color:#fff}
  .foot-bottom{max-width:1600px;margin:18px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;font-size:12.5px;color:#9aa9c9;flex-wrap:wrap;gap:8px}
  /* Mobile */
  @media (max-width:900px){
    .head-inner{padding:12px 16px;gap:12px;justify-content:space-between}
    .head-inner .logo img{height:56px}
    nav.primary{display:none}
    .util-inner{padding:6px 14px;font-size:12px}
    .util-links{display:none}
    .trust-strip{padding:14px 16px}
    .trust-strip-inner{gap:8px}
    .chip{font-size:12px;padding:8px 12px;gap:6px}
    .chip svg{width:14px;height:14px}
    .hero{padding:36px 16px}
    .hero-inner{grid-template-columns:1fr;gap:30px}
    .hero-title{font-size:34px}
    .hero-img img{height:320px}
    section.block{padding:44px 16px}
    .intro{padding:44px 16px 8px}
    .intro h2{font-size:26px}
    .intro p{font-size:15px;line-height:1.65}
    .section-title{font-size:26px}
    .section-sub{margin-bottom:28px}
    .prod-grid{grid-template-columns:repeat(2,1fr);gap:14px}
    .cat-grid{grid-template-columns:repeat(2,1fr);gap:12px}
    .cats-intro{margin-bottom:28px}
    .cats-intro p{font-size:15px;line-height:1.65}
    .cat-tile .label{font-size:14px;bottom:12px;left:12px;right:12px}
    .feat-grid{grid-template-columns:1fr;gap:14px}
    .faqs{padding:48px 16px}
    .faq-item summary{padding:16px 18px;font-size:15px}
    .faq-answer{padding:0 18px 18px;font-size:14.5px}
    .trust-inner{grid-template-columns:repeat(2,1fr);gap:20px}
    .foot-inner{grid-template-columns:1fr 1fr;gap:28px}
    .foot-brand{grid-column:1/-1}
    .foot-bottom{flex-direction:column;gap:6px;text-align:center}
    .foot-payments{flex-direction:column;text-align:center}
    .hero-cta.ghost{margin-left:0;margin-top:10px;display:inline-block}
  }
  /* Compare print types — homepage section */
  .compare-cpt{background:#fff;padding:72px 24px 60px}
  .compare-cpt-inner{max-width:1600px;margin:0 auto}
  .compare-cpt .section-sub{margin-bottom:36px}
  .cpt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
  .cpt-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
  .cpt-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px -10px rgba(0,40,135,.22)}
  .cpt-imgwrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f3efe8}
  .cpt-imgwrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
  .cpt-card:hover .cpt-imgwrap img{transform:scale(1.04)}
  .cpt-tag{position:absolute;top:14px;left:14px;background:rgba(0,28,80,.92);color:#fff;padding:5px 11px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px}
  .cpt-tag.popular{background:#c63d2f}
  .cpt-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}
  .cpt-body h3{font-family:"Playfair Display",Georgia,serif;font-size:21px;font-weight:700;margin:0 0 4px;color:var(--ink);line-height:1.2}
  .cpt-tagline{color:var(--navy);font-size:12px;font-weight:600;margin:0 0 10px;text-transform:uppercase;letter-spacing:1.2px}
  .cpt-price{margin-top:auto;padding-top:12px;border-top:1px solid var(--line);font-size:14px;color:#555}
  .cpt-price strong{color:var(--navy);font-size:16px;font-weight:700}
  .cpt-cta-wrap{text-align:center;margin-top:40px}
  .cpt-cta-link{display:inline-block;background:var(--navy);color:#fff;text-decoration:none;padding:14px 32px;font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;transition:background .2s}
  .cpt-cta-link:hover{background:var(--navy-deep)}
  @media (max-width:900px){
    .compare-cpt{padding:44px 16px 36px}
    .cpt-grid{grid-template-columns:repeat(2,1fr);gap:14px}
    .cpt-body h3{font-size:18px}
    .cpt-body{padding:14px 16px 16px}
  }
  @media (max-width:520px){
    .cpt-grid{grid-template-columns:1fr}
  }
.all-art-tile{display:block;padding:10px 8px;border-radius:8px;margin-bottom:6px;color:#1a1a1a;text-decoration:none}
.all-art-tile:hover{background:#f6f3ee}
.all-art-tile .aa-name{display:block;font-weight:600;font-size:14px;margin-bottom:3px;color:#1a1a1a}
.all-art-tile .aa-desc{display:block;font-size:11.5px;color:#6b6b6b;line-height:1.4}
.mega-bottom-link{display:inline-block;margin-top:8px;font-weight:600;color:#b45309}
.mega-bottom-link:hover{color:#92400e}
.mega-sub-heading{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#6b6b6b;margin:10px 0 4px}
  /* Tile image sizing — keep mockups proportional inside the card */
  .cpt-card[data-cpt="floating"] .cpt-imgwrap img,
  .cpt-card[data-cpt="framed"] .cpt-imgwrap img{
    max-width:78%;
    width:78%;
    height:auto;
    max-height:88%;
    margin:auto;
    position:absolute;
    inset:0;
    object-fit:contain;
  }
  .cpt-card[data-cpt="floating"] .cpt-imgwrap,
  .cpt-card[data-cpt="framed"] .cpt-imgwrap{
    display:flex;
    align-items:center;
    justify-content:center;
  }

/* --- block 2 (after-script CSS, was naked / wpautop-mangled) --- */
/* =================================================================
   CPP — Final visual fixes for live homepage (post 24)
   Higher specificity selectors (body.home ...) + !important to beat
   parent-style.min.css + twenty-twenty-one + child-theme overrides
   (notably ".home h1, .home h2, ..." which sets h1 to 13pt).
   ================================================================= */

/* 1 + 8  Close the white gap above the trust strip — paint the band
          beige from the nav-bar down to the hero, and remove the top
          spacing the theme injects on article + entry-content + primary. */
body.home #primary.content-area,
body.home main#main.site-main,
body.home article.post-24,
body.home .entry-content {
  background-color: #fbf7f1 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body.home .site-content,
body.home #content.site-content {
  background-color: #fbf7f1 !important;
}
body.home .entry-content > style:first-child + * ,
body.home .entry-content > * {
  /* defensive — anything stray at the top of entry-content gets no top space */
}
body.home .entry-content > .trust-strip {
  margin-top: 0 !important;
}

/* 6  Trust strip — restore the beige-gradient band background and
       keep the pills visually anchored to the hero (no white seam). */
body.home .trust-strip {
  background: linear-gradient(180deg,#fbf7f1 0%,#f5efe6 100%) !important;
  border-bottom: 1px solid #e7e3dc !important;
  padding: 20px 24px !important;
  margin: 0 !important;
}
body.home .trust-strip-inner {
  max-width: 1600px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

/* 6 + 9 + 10  Pill chips — equal height, white background on beige,
              all inner content vertically centred with the icon. */
body.home .trust-strip .chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  background: #ffffff !important;
  border: 1px solid #e0d8c9 !important;
  border-radius: 999px !important;
  padding: 12px 20px !important;
  min-height: 52px !important;
  height: 52px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #1a2a4f !important;
  letter-spacing: .2px !important;
  box-shadow: 0 1px 2px rgba(0,40,135,.04) !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}
body.home .trust-strip .chip > svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
  color: #003087 !important;
  vertical-align: middle !important;
}
body.home .trust-strip .chip.chip-star > svg {
  color: #e7a900 !important;
  fill: #e7a900 !important;
}
/* Defensive: kill any stray <br> that wpautop may have injected inside chips. */
body.home .trust-strip .chip br { display: none !important; }
body.home .trust-strip .chip .chip-rating {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

/* 11  Hero heading — defeat the child-theme rule
       ".home h1, .home h2, .home h3, .home h4 { font-size:13pt }"
       which was rendering hero-title at 17px. */
body.home .hero {
  background: #f8f3ed !important;
  padding: 60px 24px !important;
}
body.home .hero .hero-title,
body.home h1.hero-title,
body.home .entry-content h1.hero-title {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2rem, 4.2vw, 56px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -1px !important;
  color: #0a1a3a !important;
  margin: 0 0 20px 0 !important;
  text-transform: none !important;
}
body.home .hero .hero-eyebrow {
  font-size: 13px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #003087 !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
}
body.home .hero .hero-sub {
  font-size: 18px !important;
  color: #3a3a3a !important;
  max-width: 520px !important;
  line-height: 1.55 !important;
  margin: 0 0 30px 0 !important;
}

/* 3  Belt-and-braces — secondary navigation hidden on homepage. */
body.home .secondary-navigation,
body.home #secondary-navigation,
body.home nav.secondary,
body.home .top-bar-nav,
body.home .header-secondary-menu,
body.home .header-secondary,
body.home .secondary-menu,
body.home #menu-product-category,
body.home .new_menu_class {
  display: none !important;
}

/* Mobile — keep the title large but readable, pills wrap nicely. */
@media (max-width: 760px) {
  body.home .hero .hero-title { font-size: clamp(1.8rem, 7.5vw, 34px) !important; }
  body.home .trust-strip { padding: 14px 12px !important; }
  body.home .trust-strip-inner { gap: 8px !important; }
  body.home .trust-strip .chip {
    padding: 10px 14px !important;
    font-size: 12.5px !important;
    min-height: 44px !important;
    height: 44px !important;
    white-space: normal !important;
  }
}

/* POLISH PASS 2026-06-26 — final visual diff fixes */

/* 12  Section title — larger Playfair to match hero family/scale */
body.home .section-title,
body.home h2.section-title,
body.home .entry-content h2.section-title {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.9rem, 3.4vw, 44px) !important;
  font-weight: 700 !important;
  letter-spacing: -.5px !important;
  line-height: 1.1 !important;
  text-align: center !important;
  margin-bottom: 12px !important;
  color: #0a1a3a !important;
  text-transform: none !important;
}

/* 13  Tile titles (h3) — modest, paragraph-like, never huge */
body.home .cpt-card h3,
body.home .prod-title,
body.home .cat-info h3,
body.home .feat-card h3,
body.home .info h3 {
  font-family: "Source Sans Pro", system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

/* 14  cpt-imgwrap — clip image inside tile so it never overlaps the badge */
body.home .cpt-card .cpt-imgwrap {
  position: relative !important;
  overflow: hidden !important;
  background: #ffffff !important;
  aspect-ratio: 4 / 3 !important;
}
body.home .cpt-card .cpt-imgwrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}
/* Floating Frame v2 image is studio-white, scale to 78% so its white edge clears the PREMIUM pill */
body.home .cpt-card[data-cpt="floating"] .cpt-imgwrap {
  background: #f8f3ed !important;
}
body.home .cpt-card[data-cpt="floating"] .cpt-imgwrap img {
  object-fit: contain !important;
  padding: 22px 22px 8px !important;
}
/* Framed Paper now hosts Banksy Behind-the-Curtain — already 4:3, just clip neatly */
body.home .cpt-card[data-cpt="framed"] .cpt-imgwrap img {
  object-fit: cover !important;
}
/* PREMIUM / Photographic badges — keep on top of image */
body.home .cpt-card .cpt-tag {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 5 !important;
}

/* 15  Hero CTAs — force side-by-side via wrapping flex */
body.home .hero .hero-inner > div:first-child {
  display: block !important;
}
/* Hero CTA pair — force row layout, defeat any inherited column flex */
body.home .hero .hero-inner > div:first-child > a.hero-cta {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important;
}
body.home .hero .hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.home .hero .hero-cta + .hero-cta {
  margin-left: 12px !important;
  margin-top: 0 !important;
}
@media (max-width: 600px) {
  body.home .hero .hero-cta + .hero-cta {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}

/* 16  Compare 3x2 grid — explicit guarantees */
body.home .cpt-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
  align-items: stretch !important;
}
body.home .cpt-card {
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border: 1px solid #e7e3dc !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}
body.home .cpt-card .cpt-body {
  padding: 16px 18px !important;
}
@media (max-width: 900px) { body.home .cpt-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 540px) { body.home .cpt-grid { grid-template-columns: 1fr !important; } }

/* 17  Best sellers 4x2 grid — explicit guarantees */
body.home .prod-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}
@media (max-width: 900px) { body.home .prod-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 14px !important; } }

/* 18  Compare CTA button — keep navy pill */
body.home .cpt-cta-link {
  background: #003087 !important;
  color: #fff !important;
  text-decoration: none !important;
}

