:root {
  --cm-ink: #31302d;
  --cm-muted: #77756f;
  --cm-sage: #8f9680;
  --cm-sage-dark: #737a69;
  --cm-coral: #d97b66;
  --cm-coral-dark: #c96854;
  --cm-cream: #fbf8f2;
  --cm-ivory: #fffdf9;
  --cm-sand: #f2eee5;
  --cm-line: #e7e1d7;
  --cm-gold: #c8974f;
  --cm-shadow: 0 16px 40px rgba(73, 62, 45, .08);
  --cm-radius: 3px;
  --cm-serif: Georgia, 'Times New Roman', serif;
  --cm-sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cm-ivory);
  color: var(--cm-ink);
  font-family: var(--cm-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--cm-coral-dark); }
button, input, textarea, select { font: inherit; }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute!important; width: 1px; word-wrap: normal!important;
}
.screen-reader-text:focus, .cm-skip-link:focus {
  background: #fff; clip: auto!important; clip-path: none; height: auto; width: auto; left: 12px; top: 12px;
  padding: 12px 16px; z-index: 99999; border: 1px solid var(--cm-coral);
}

.cm-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.cm-announcement { background: var(--cm-sage-dark); color: #fff; font-size: 12px; letter-spacing: .02em; }
.cm-announcement-inner { min-height: 34px; display: flex; justify-content: center; gap: 10px; align-items: center; }

.cm-site-header { background: rgba(255,253,249,.97); border-bottom: 1px solid rgba(231,225,215,.7); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); }
.cm-header-inner { min-height: 88px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 24px; }
.cm-branding .custom-logo { max-height: 58px; width: auto; }
.cm-wordmark { display: inline-flex; flex-direction: column; line-height: 1; letter-spacing: .1em; }
.cm-mark { font-family: var(--cm-serif); font-size: 34px; letter-spacing: -.04em; }
.cm-publishing-word { font-size: 11px; text-transform: uppercase; margin-top: 5px; letter-spacing: .17em; }
.cm-primary-nav { justify-self: center; }
.cm-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 34px; }
.cm-menu > li { position: relative; }
.cm-menu a { font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; display: inline-flex; padding: 30px 0; }
.cm-menu .current-menu-item > a, .cm-menu a:hover { color: var(--cm-coral-dark); }
.cm-menu .sub-menu { display: none; position: absolute; top: 72px; left: -18px; width: 210px; background: #fff; border: 1px solid var(--cm-line); padding: 10px 0; box-shadow: var(--cm-shadow); list-style: none; }
.cm-menu li:hover > .sub-menu, .cm-menu li:focus-within > .sub-menu { display: block; }
.cm-menu .sub-menu a { display: block; padding: 10px 18px; text-transform: none; font-size: 13px; }
.cm-header-actions { display: flex; align-items: center; gap: 14px; }
.cm-icon-link, .cm-cart-link { width: 30px; height: 30px; display: inline-grid; place-items: center; position: relative; }
.cm-icon-link svg, .cm-cart-link svg { width: 19px; height: 19px; }
.cm-cart-count { position: absolute; top: -3px; right: -5px; width: 17px; height: 17px; border-radius: 50%; background: var(--cm-coral); color: #fff; display: grid; place-items: center; font-size: 9px; }
.cm-menu-toggle { display: none; background: none; border: 0; width: 40px; padding: 8px; }
.cm-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--cm-ink); margin: 5px 0; }

.cm-hero { background: linear-gradient(90deg, #fdfaf5 0%, #fcfaf6 52%, #f2eee7 100%); overflow: hidden; position: relative; }
.cm-hero::after { content:""; position:absolute; width:250px; height:250px; border-radius:50%; background:rgba(216,201,183,.25); right:-100px; top:70px; }
.cm-hero-grid { min-height: 590px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; position: relative; z-index: 1; }
.cm-hero-copy { padding: 70px 0 80px; max-width: 560px; }
.cm-eyebrow { display: inline-block; color: var(--cm-coral); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .15em; margin-bottom: 16px; }
.cm-eyebrow-muted { color: #8b8a82; }
.cm-hero h1, .cm-section h2, .cm-author-copy h2, .cm-band-copy h2, .cm-page-header h1, .cm-archive-header h1 { font-family: var(--cm-serif); font-weight: 400; line-height: 1.08; }
.cm-hero h1 { font-size: clamp(48px, 5vw, 78px); margin: 0 0 24px; letter-spacing: -.03em; }
.cm-hero-copy > p { max-width: 430px; color: #64625e; margin: 0 0 28px; font-size: 17px; }
.cm-hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.cm-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 2px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; border: 1px solid transparent; transition: .2s ease; cursor: pointer; }
.cm-btn-primary { background: var(--cm-coral); color: #fff; }
.cm-btn-primary:hover { background: var(--cm-coral-dark); color: #fff; transform: translateY(-1px); }
.cm-btn-link { padding-left: 0; padding-right: 0; color: #555; }
.cm-btn-sage { background: var(--cm-sage); color: #fff; }
.cm-btn-sage:hover { background: var(--cm-sage-dark); color: #fff; }

.cm-hero-visual { align-self: stretch; position: relative; min-height: 590px; }
.cm-author-hero-image { position: absolute; right: 10px; top: 38px; width: 58%; height: 500px; overflow: hidden; border-radius: 48% 48% 10px 10px / 26% 26% 10px 10px; background: #ece9e2; }
.cm-author-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 84% 22%; }
.cm-author-placeholder { display: grid; place-items: center; color: #8e8a82; font-family: var(--cm-serif); font-size: 18px; background: linear-gradient(145deg,#eee9df,#faf8f3); }
.cm-hero-books { position: absolute; left: 8px; right: 5px; bottom: 0; height: 320px; display: flex; align-items: flex-end; justify-content: flex-end; gap: 8px; pointer-events: none; }
.cm-hero-book { width: 22%; min-width: 105px; filter: drop-shadow(0 16px 16px rgba(41,38,32,.18)); pointer-events: auto; transform-origin: bottom; transition: .25s ease; }
.cm-hero-book:hover { transform: translateY(-8px); }
.cm-hero-book img { aspect-ratio: 2/3; object-fit: cover; width: 100%; }
.cm-book-placeholder { aspect-ratio: 2/3; background: linear-gradient(165deg,#ece9df,#d8ded7); display: grid; place-items: center; padding: 18px; text-align:center; font-family:var(--cm-serif); color:#4b4a46; border:1px solid rgba(0,0,0,.05); }

.cm-benefits { background: #fff; padding: 42px 0 30px; }
.cm-benefit-grid { border: 1px solid var(--cm-line); display: grid; grid-template-columns: repeat(3, 1fr); padding: 26px 30px; }
.cm-benefit { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 56px; padding: 0 18px; border-right: 1px solid var(--cm-line); }
.cm-benefit:last-child { border-right: 0; }
.cm-benefit-icon { font-size: 60px; color: var(--cm-sage); line-height:1; }
.cm-benefit-icon svg {
    width: 60px;
    height: 60px;
    stroke: var(--cm-sage);
    fill: none;
    stroke-width: 1.5;
}
.cm-benefit strong, .cm-benefit small { display: block; }
.cm-benefit strong { font-family: var(--cm-serif); font-size: 16px; font-weight: 400; }
.cm-benefit small { color: var(--cm-muted); font-size: 12px; margin-top: 2px; }

.cm-section { padding: 62px 0; }
.cm-section-heading { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-bottom: 34px; }
.cm-section-heading h2 { margin: 0; font-size: 38px; }
.cm-section-heading .cm-heading-line { height: 1px; background: var(--cm-line); }
.cm-section-heading a { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cm-product-grid { display: grid; gap: 32px; }
.cm-product-grid-four { grid-template-columns: repeat(4, 1fr); }
.cm-product-grid-five { grid-template-columns: repeat(5, 1fr); }
.cm-product-card { min-width: 0; }
.cm-product-image-wrap { display: block; background: #f6f2ea; box-shadow: 0 10px 28px rgba(73,62,45,.06); overflow:hidden; }
.cm-product-image-wrap img { width: 100%; aspect-ratio: 2/3; object-fit: cover; transition: transform .35s ease; }
.cm-product-image-wrap:hover img { transform: scale(1.025); }
.cm-product-card-body { padding-top: 15px; }
.cm-product-card h3 { font-family: var(--cm-serif); font-size: 16px; line-height: 1.3; margin: 0 0 2px; font-weight: 400; }
.cm-product-author { margin: 0; color: #8b8882; font-size: 11px; }
.cm-product-card-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; }
.cm-price { font-size: 13px; font-weight: 700; color: #4d4b47; }
.cm-mini-cart { width: 30px; height: 30px; border: 1px solid #d9d4ca; border-radius: 50%; display: grid; place-items: center; color: #828078; font-size: 15px; }
.cm-mini-cart:hover { background: var(--cm-coral); color: #fff; border-color: var(--cm-coral); }

.cm-ebook-band { padding-top: 16px; }
.cm-split-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 320px; background: linear-gradient(90deg,#efe7d9,#fbf8f2); overflow:hidden; }
.cm-ebook-visual { min-height: 320px; display: grid; place-items: center; position:relative; background: radial-gradient(circle at 30% 35%,#faf8f3 0 14%,transparent 15%),linear-gradient(135deg,#eee6d8,#f7f2e9); }
.cm-ebook-visual img { width:100%; height:100%; object-fit:cover; }
.cm-device-frame { width: 170px; padding: 12px; border: 8px solid #1f2220; border-radius: 14px; background: #111; box-shadow: 0 20px 28px rgba(38,34,28,.18); }
.cm-device-frame img { aspect-ratio:2/3; object-fit:cover; }
.cm-band-copy { padding: 62px 70px; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.cm-band-copy h2 { margin: 0 0 20px; font-size: 46px; }
.cm-band-copy p { color: var(--cm-muted); max-width: 420px; margin-bottom: 24px; }

.cm-author-story { padding-top: 0; }
.cm-author-grid { display: grid; grid-template-columns: .95fr 1.05fr; background: #fbf8f2; min-height: 360px; }
.cm-author-copy { padding: 56px 58px; }
.cm-author-copy h2 { font-size: 42px; margin: 0 0 12px; max-width: 500px; }
.cm-author-copy p { color: var(--cm-muted); max-width: 520px; margin-bottom: 25px; }
.cm-author-stilllife { min-height: 360px; background: #f1eee7; }
.cm-author-stilllife img { width:100%; height:100%; object-fit:cover; }
.cm-stilllife-placeholder { height:100%; min-height:360px; display:grid; place-items:center; color:#8b8881; font-family:var(--cm-serif); background:linear-gradient(145deg,#e8e4d9,#f5f2eb); }

.cm-bestsellers { padding-top: 28px; }
.cm-bestsellers .cm-product-card h3 { font-size: 14px; }
.cm-bestsellers .cm-product-author { font-size: 10px; }
.cm-bestsellers .cm-product-card::after { content:"★★★★★"; display:block; color:var(--cm-gold); letter-spacing:2px; font-size:10px; margin-top:5px; }

.cm-testimonial-band { background: linear-gradient(90deg,#efeee8,#f4f2ed); padding: 52px 0; position:relative; overflow:hidden; }
.cm-testimonial-band::before { content:""; position:absolute; left:-40px; bottom:-80px; width:200px; height:240px; border:1px solid rgba(143,150,128,.22); border-radius:50%; transform:rotate(-24deg); }
.cm-testimonial-inner { text-align:center; max-width:820px; }
.cm-quote-mark { display:block; font-family:var(--cm-serif); color:var(--cm-coral); font-size:44px; line-height:1; }
.cm-testimonial-inner blockquote { margin:8px auto 12px; font-family:var(--cm-serif); font-size:28px; line-height:1.35; max-width:760px; }
.cm-testimonial-inner cite { font-size:10px; text-transform:uppercase; letter-spacing:.12em; color:#77736d; font-style:normal; }
.cm-slider-dots { display:flex; justify-content:center; gap:7px; margin-top:15px; }
.cm-slider-dots span { width:5px; height:5px; border-radius:50%; background:#b8b5ae; }
.cm-slider-dots span:first-child { background:#5f6454; }

.cm-journal { padding-bottom: 48px; }
.cm-journal-grid, .cm-post-list { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.cm-journal-card { border:1px solid var(--cm-line); background:#fff; box-shadow:0 8px 26px rgba(73,62,45,.04); }
.cm-journal-image { display:block; height:205px; overflow:hidden; background:#eee9e0; }
.cm-journal-image img { width:100%; height:100%; object-fit:cover; transition:.35s ease; }
.cm-journal-image:hover img { transform:scale(1.03); }
.cm-journal-placeholder { height:205px; background:linear-gradient(135deg,#e6e0d5,#cfd6cc); }
.cm-journal-card-body { padding:24px; }
.cm-post-category { font-size:9px; letter-spacing:.12em; color:var(--cm-sage-dark); text-transform:uppercase; font-weight:700; }
.cm-journal-card h3 { font-family:var(--cm-serif); font-size:22px; line-height:1.25; font-weight:400; margin:8px 0 12px; }
.cm-post-meta { font-size:10px; color:#85817a; }

.cm-newsletter { padding: 28px 0 36px; }
.cm-newsletter-inner { background:#f7f3eb; min-height:145px; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:50px; padding:32px 54px; position:relative; overflow:hidden; }
.cm-newsletter-inner::after { content:""; position:absolute; right:-40px; top:-50px; width:180px; height:180px; border:1px solid rgba(143,150,128,.23); border-radius:50%; }
.cm-newsletter h2 { font-family:var(--cm-serif); font-size:30px; margin:0 0 5px; font-weight:400; }
.cm-newsletter p { margin:0; color:var(--cm-muted); font-size:13px; }
.cm-newsletter-form form { display:flex; position:relative; z-index:1; }
.cm-newsletter-form input { width:100%; height:48px; border:1px solid #e2ddd3; background:#fff; padding:0 16px; border-radius:2px 0 0 2px; }
.cm-newsletter-form .cm-btn { border-radius:0 2px 2px 0; min-width:126px; }
.cm-newsletter-form input:disabled, .cm-newsletter-form button:disabled { opacity:.8; cursor:not-allowed; }

.cm-footer { background:#eeeae1; border-top:1px solid var(--cm-line); padding:48px 0 20px; }
.cm-footer-grid { display:grid; grid-template-columns:1.4fr repeat(4,1fr); gap:42px; }
.cm-footer h2 { font-family:var(--cm-sans); text-transform:uppercase; font-size:10px; letter-spacing:.12em; margin:0 0 14px; }
.cm-footer ul { list-style:none; margin:0; padding:0; }
.cm-footer li, .cm-footer p { font-size:11px; color:#6c6963; margin:0 0 8px; }
.cm-footer-brand p { max-width:210px; margin-top:14px; }
.cm-socials { display:flex; gap:10px; margin-top:18px; }
.cm-socials a { width:28px; height:28px; border:1px solid #cfc9be; border-radius:50%; display:grid; place-items:center; font-size:11px; }
.cm-footer-bottom { border-top:1px solid #d9d3c8; margin-top:30px; padding-top:18px; display:flex; justify-content:space-between; gap:20px; font-size:10px; color:#77736d; }

.cm-content-shell { padding: 70px 0 90px; }
.cm-content-container { max-width: 1080px; }
.cm-prose { max-width: 820px; }
.cm-page-header { margin-bottom:30px; }
.cm-page-header h1, .cm-archive-header h1 { font-size:54px; margin:0; }
.cm-featured-image { margin:0 0 35px; }
.cm-featured-image img { width:100%; }
.entry-content h2, .entry-content h3 { font-family:var(--cm-serif); font-weight:400; line-height:1.2; }
.entry-content h2 { font-size:34px; margin-top:42px; }
.entry-content h3 { font-size:26px; margin-top:32px; }
.entry-content a { text-decoration:underline; text-underline-offset:3px; }
.entry-content img { border-radius:2px; }
.cm-post-list { margin-top:30px; }
.cm-archive-header { margin-bottom:35px; }
.cm-error-page { text-align:center; max-width:700px; }
.cm-error-page h1 { font-family:var(--cm-serif); font-size:52px; font-weight:400; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { font-size:11px; color:#88847c; margin-bottom:30px; }
.woocommerce-products-header__title.page-title, .woocommerce div.product .product_title { font-family:var(--cm-serif); font-weight:400; }
.woocommerce-products-header__title.page-title { font-size:54px; }
.woocommerce ul.products { display:grid!important; grid-template-columns:repeat(4,1fr); gap:34px 28px; margin:35px 0 0!important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display:none!important; }
.woocommerce ul.products li.product { width:auto!important; float:none!important; margin:0!important; }
.woocommerce ul.products li.product a img { margin-bottom:14px!important; box-shadow:0 10px 28px rgba(73,62,45,.07); aspect-ratio:2/3; object-fit:cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family:var(--cm-serif); font-size:17px!important; font-weight:400; color:var(--cm-ink); }
.woocommerce ul.products li.product .price { color:#4e4b46!important; font-size:13px!important; font-weight:700!important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background:var(--cm-coral)!important; color:#fff!important; border-radius:2px!important; font-size:11px!important; text-transform:uppercase; letter-spacing:.06em; padding:14px 18px!important; font-weight:700!important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background:var(--cm-coral-dark)!important; }
.woocommerce span.onsale { background:var(--cm-sage-dark)!important; min-width:48px; min-height:48px; line-height:48px; font-size:10px; text-transform:uppercase; }
.woocommerce div.product { display:grid; grid-template-columns:1fr 1fr; gap:64px; }
.woocommerce div.product .woocommerce-product-gallery, .woocommerce div.product .summary { width:auto!important; float:none!important; }
.woocommerce div.product .product_title { font-size:46px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color:var(--cm-coral-dark)!important; font-size:24px!important; }
.woocommerce div.product form.cart .button { min-height:48px; }
.woocommerce-tabs, .related.products, .upsells.products { grid-column:1/-1; }
.woocommerce table.shop_table { border-color:var(--cm-line); border-radius:2px; }
.woocommerce-message, .woocommerce-info { border-top-color:var(--cm-sage-dark); background:#f8f5ef; }
.woocommerce-message::before, .woocommerce-info::before { color:var(--cm-sage-dark); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select { border:1px solid var(--cm-line); min-height:46px; padding:10px 12px; background:#fff; }
.woocommerce-checkout #payment { background:#f6f2ea; }

/* focus */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline:2px solid var(--cm-coral); outline-offset:3px; }

@media (max-width: 1100px) {
  .cm-container { width:min(100% - 36px, 1040px); }
  .cm-header-inner { grid-template-columns:180px 1fr auto; }
  .cm-menu { gap:22px; }
  .cm-hero-grid { grid-template-columns:1fr 1fr; }
  .cm-hero h1 { font-size:60px; }
  .cm-product-grid-five { grid-template-columns:repeat(3,1fr); }
  .cm-product-grid-five .cm-product-card:nth-child(n+4) { display:none; }
  .cm-footer-grid { grid-template-columns:1.2fr repeat(2,1fr); }
  .cm-footer-grid > :nth-child(4), .cm-footer-grid > :nth-child(5) { margin-top:10px; }
}

@media (max-width: 980px) {
  .cm-header-inner { grid-template-columns:1fr auto auto; min-height:74px; }
  .cm-menu-toggle { display:block; order:2; }
  .cm-header-actions { order:3; }
  .cm-primary-nav { position:absolute; top:100%; left:0; right:0; background:#fff; border-top:1px solid var(--cm-line); box-shadow:var(--cm-shadow); display:none; }
  .cm-primary-nav.is-open { display:block; }
  .cm-menu { display:block; padding:12px 24px 22px; }
  .cm-menu a { display:block; padding:12px 0; }
  .cm-menu .sub-menu { position:static; box-shadow:none; border:0; width:auto; display:block; padding:0 0 0 16px; }
  .cm-hero-grid { grid-template-columns:1fr; min-height:auto; }
  .cm-hero-copy { padding:70px 0 10px; text-align:center; margin:auto; }
  .cm-hero-copy > p { margin-left:auto; margin-right:auto; }
  .cm-hero-actions { justify-content:center; }
  .cm-hero-visual { min-height:520px; }
  .cm-author-hero-image { width:55%; right:10%; height:430px; }
  .cm-hero-books { justify-content:center; }
  .cm-benefit-grid { grid-template-columns:1fr; }
  .cm-benefit { border-right:0; border-bottom:1px solid var(--cm-line); justify-content:flex-start; padding:18px 0; }
  .cm-benefit:last-child { border-bottom:0; }
  .cm-product-grid-four { grid-template-columns:repeat(2,1fr); }
  .cm-split-band, .cm-author-grid { grid-template-columns:1fr; }
  .cm-author-copy { order:2; }
  .cm-author-stilllife { order:1; }
  .cm-journal-grid, .cm-post-list { grid-template-columns:1fr; }
  .cm-newsletter-inner { grid-template-columns:1fr; gap:20px; }
  .woocommerce ul.products { grid-template-columns:repeat(2,1fr); }
  .woocommerce div.product { grid-template-columns:1fr; }
}

@media (max-width: 640px) {
  .cm-container { width:min(100% - 28px, 600px); }
  .cm-announcement { font-size:10px; }
  .cm-header-actions .cm-icon-link:first-child { display:none; }
  .cm-wordmark .cm-mark { font-size:30px; }
  .cm-hero h1 { font-size:48px; }
  .cm-hero-copy { padding-top:48px; }
  .cm-hero-visual { min-height:430px; }
  .cm-author-hero-image { width:72%; height:350px; right:0; }
  .cm-hero-books { height:250px; gap:4px; }
  .cm-hero-book { min-width:75px; }
  .cm-section { padding:46px 0; }
  .cm-section-heading { grid-template-columns:1fr auto; gap:12px; }
  .cm-section-heading .cm-heading-line { display:none; }
  .cm-section-heading h2 { font-size:32px; }
  .cm-product-grid-four, .cm-product-grid-five { grid-template-columns:repeat(2,1fr); gap:24px 16px; }
  .cm-product-grid-five .cm-product-card:nth-child(n+4) { display:block; }
  .cm-band-copy, .cm-author-copy { padding:42px 28px; }
  .cm-band-copy h2, .cm-author-copy h2 { font-size:36px; }
  .cm-testimonial-inner blockquote { font-size:23px; }
  .cm-newsletter-inner { padding:28px 22px; }
  .cm-newsletter-form form { flex-direction:column; gap:10px; }
  .cm-newsletter-form input, .cm-newsletter-form .cm-btn { border-radius:2px; width:100%; }
  .cm-footer-grid { grid-template-columns:1fr 1fr; gap:30px; }
  .cm-footer-brand { grid-column:1/-1; }
  .cm-footer-bottom { flex-direction:column; }
  .woocommerce ul.products { grid-template-columns:repeat(2,1fr); gap:24px 14px; }
  .woocommerce-products-header__title.page-title, .cm-page-header h1, .cm-archive-header h1 { font-size:42px; }
}
