:root{--pod-accent:#eb641f;--pod-dark:#182126;--pod-paper:#f7f6f2}
.pod-demo-notice{display:flex;gap:18px;align-items:center;justify-content:center;padding:11px 20px;background:#f9e7c8;color:#573313;font-size:13px;line-height:1.4;text-align:center}
.pod-demo-notice strong{font-size:11px;letter-spacing:.08em;white-space:nowrap}
.pod-hero{background:var(--pod-paper);border-radius:18px;padding:64px clamp(24px,5vw,70px);margin:10px 0 48px;border:1px solid #e6e4dd}
.pod-eyebrow{font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.12em;color:#915525;margin-bottom:14px}
.pod-hero h1{font-size:clamp(34px,5vw,62px);line-height:1.07;letter-spacing:-.035em;max-width:750px;margin:0 0 22px}
.pod-hero p{font-size:19px;max-width:650px;line-height:1.6;color:#52606a}
.pod-link{display:inline-flex;background:var(--pod-dark);color:white!important;border-radius:7px;padding:13px 24px;font-weight:650;margin-top:13px;text-decoration:none!important}
.pod-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin:35px 0 22px}
.pod-section-head h2{margin:0;font-size:30px;letter-spacing:-.025em}
.pod-section-head p{margin:0;font-size:14px;color:#66717a}
.pod-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-bottom:55px}
.pod-category{display:flex;flex-direction:column;border:1px solid #e3e6e7;border-radius:12px;overflow:hidden;background:#fff;color:var(--pod-dark);font-weight:650;transition:box-shadow .15s ease}
.pod-category:hover{box-shadow:0 7px 22px #18212612}
.pod-category img{width:100%;aspect-ratio:1;object-fit:contain;background:#f3f2ef}
.pod-category span{padding:14px 15px;font-size:15px;line-height:1.35}
.pod-info{padding:28px 32px;border:1px solid #e3e6e7;border-radius:12px;margin-top:45px;background:#fbfcfc}
.pod-info h2{font-size:23px;margin-bottom:10px}
.pod-info p{margin-bottom:0;color:#5e6971}
.woocommerce-product-gallery{background:#f4f3ef;border-radius:12px;overflow:hidden}
.woocommerce-loop-product__title{font-size:17px!important}
.woocommerce-info,.woocommerce-message{border-radius:8px}
.wp-block-woocommerce-checkout{margin-top:25px}
.pod-checkout-info{padding:16px 20px;background:#f9e7c8;border-radius:8px;color:#573313;margin-bottom:24px}
.site-branding .site-title{font-weight:800;letter-spacing:-.04em}
@media(max-width:1000px){.pod-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.pod-demo-notice{display:block;padding:9px 12px;font-size:12px}.pod-demo-notice strong{display:block;margin-bottom:3px}.pod-hero{padding:30px 22px;margin-bottom:30px;border-radius:12px}.pod-hero p{font-size:16px}.pod-section-head{display:block}.pod-section-head p{margin-top:8px}.pod-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pod-category span{font-size:14px;padding:12px}.pod-section-head h2{font-size:26px}.pod-info{padding:22px}}
/* The homepage has its own visible hero heading; other page headings stay visible. */
.home .hero-section:has(.entry-header .page-title), .home .entry-header:has(.page-title) {display:none;}
