/*
Theme Name: ChirpMerch Modern
Theme URI: https://chirpmerch.com
Author: ChirpMerch
Description: A crisp, modern WooCommerce theme designed for ChirpMerch.
Version: 2.0.5
Requires at least: 6.9
Requires PHP: 7.4
Text Domain: chirpmerch
*/

:root {
  --cm-ink: #172322;
  --cm-muted: #64716f;
  --cm-paper: #fbfaf6;
  --cm-white: #fff;
  --cm-line: #dfe5e1;
  --cm-teal: #0a776e;
  --cm-teal-dark: #075e58;
  --cm-mint: #dff4ed;
  --cm-coral: #f26b4f;
  --cm-sun: #f4c95d;
  --cm-radius: 22px;
  --cm-shadow: 0 18px 50px rgba(23,35,34,.09);
  --cm-width: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cm-paper); color: var(--cm-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
.cm-brand:focus-visible, .cm-nav a:focus-visible, .cm-icon-link:focus-visible, .cm-menu-toggle:focus-visible, .cm-button:focus-visible, .woocommerce a.button:focus-visible, .woocommerce button.button:focus-visible, .woocommerce input.button:focus-visible, .woocommerce select:focus-visible, .woocommerce input:focus-visible, .woocommerce textarea:focus-visible { outline: 3px solid rgba(10,119,110,.34); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.cm-container { width: min(calc(100% - 40px), var(--cm-width)); margin-inline: auto; }

.cm-announcement { background: var(--cm-ink); color: var(--cm-white); min-height: 38px; display: grid; place-items: center; padding: 7px 20px; font-size: .78rem; font-weight: 750; letter-spacing: .075em; text-align: center; text-transform: uppercase; }
.cm-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(23,35,34,.08); background: rgba(251,250,246,.9); backdrop-filter: blur(18px); }
.admin-bar .cm-header { top: 32px; }
.cm-header__inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; }
.cm-brand { display: inline-flex; align-items: center; color: var(--cm-ink); text-decoration: none; }
.cm-brand__logo,
.woocommerce .cm-brand__logo,
.woocommerce-page .cm-brand__logo { display: block; width: 104px; max-width: none; height: auto; object-fit: contain; }
.cm-nav ul { display: flex; align-items: center; justify-content: center; gap: 30px; list-style: none; padding: 0; margin: 0; }
.cm-nav a { color: var(--cm-muted); font-size: .9rem; font-weight: 680; text-decoration: none; transition: color .2s ease; }
.cm-nav a:hover, .cm-nav .current-menu-item > a { color: var(--cm-ink); }
.cm-actions { display: flex; align-items: center; gap: 9px; }
.cm-icon-link { min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--cm-line); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: var(--cm-white); color: var(--cm-ink); text-decoration: none; font-size: .86rem; font-weight: 750; }
.cm-cart-count { min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; border-radius: 999px; background: var(--cm-coral); color: #fff; font-size: .68rem; }
.cm-menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--cm-line); border-radius: 999px; background: var(--cm-white); cursor: pointer; }

.cm-button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 0 !important; border-radius: 999px !important; background: var(--cm-teal) !important; color: #fff !important; font-weight: 780 !important; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.cm-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--cm-teal-dark) !important; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(10,119,110,.22); }
.cm-button--light { background: var(--cm-white) !important; color: var(--cm-ink) !important; }
.cm-button--ghost { background: transparent !important; color: var(--cm-ink) !important; border: 1px solid var(--cm-line) !important; }

.cm-hero { padding: 52px 0 32px; overflow: hidden; }
.cm-hero__panel { position: relative; min-height: 585px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 42px; padding: clamp(42px, 7vw, 88px); border-radius: 36px; background: linear-gradient(135deg, #dff4ed 0%, #eef8f3 56%, #fae9d5 100%); overflow: hidden; }
.cm-hero__panel::before, .cm-hero__panel::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); opacity: .65; }
.cm-hero__panel::before { width: 250px; height: 250px; right: -80px; top: -95px; background: var(--cm-sun); }
.cm-hero__panel::after { width: 180px; height: 180px; left: 47%; bottom: -100px; background: #b9e1d4; }
.cm-hero__copy { position: relative; z-index: 2; max-width: 660px; }
.cm-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--cm-teal-dark); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.cm-eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.cm-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: .92; letter-spacing: -.075em; }
.cm-hero h1 em { color: var(--cm-teal); font-family: Georgia, serif; font-weight: 500; }
.cm-hero__text { max-width: 570px; margin: 26px 0 32px; color: #4d5d5a; font-size: clamp(1rem, 1.8vw, 1.18rem); }
.cm-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cm-hero__art { position: relative; z-index: 2; min-height: 390px; display: grid; place-items: center; }
.cm-orbit { position: relative; width: min(100%, 430px); aspect-ratio: 1; border: 1px solid rgba(10,119,110,.18); border-radius: 50%; display: grid; place-items: center; }
.cm-orbit::before { content: ""; width: 72%; aspect-ratio: 1; border: 1px dashed rgba(10,119,110,.26); border-radius: 50%; }
.cm-shirt { position: absolute; width: 240px; aspect-ratio: .85; display: grid; place-items: center; border-radius: 36px 36px 48px 48px; background: var(--cm-ink); color: #fff; box-shadow: 0 30px 70px rgba(23,35,34,.25); transform: rotate(5deg); }
.cm-shirt::before, .cm-shirt::after { content: ""; position: absolute; top: 18px; width: 85px; height: 92px; border-radius: 26px; background: var(--cm-ink); }
.cm-shirt::before { left: -48px; transform: rotate(34deg); }
.cm-shirt::after { right: -48px; transform: rotate(-34deg); }
.cm-shirt__bird { position: relative; z-index: 2; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50% 50% 50% 18%; background: var(--cm-coral); font-size: 3.4rem; transform: rotate(-8deg); }
.cm-float { position: absolute; z-index: 4; padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.88); box-shadow: var(--cm-shadow); font-size: .78rem; font-weight: 800; }
.cm-float--one { top: 16%; left: 0; transform: rotate(-6deg); }
.cm-float--two { right: -1%; bottom: 16%; transform: rotate(5deg); }

.cm-mission-hero .cm-hero__panel { grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); background: linear-gradient(135deg, #dff4ed 0%, #edf8f3 52%, #f9e7d2 100%); }
.cm-mission-hero .cm-hero__text { max-width: 620px; }
.cm-mission-visual { position: relative; z-index: 2; min-height: 430px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 28px; border: 1px solid rgba(10,119,110,.15); border-radius: 50%; background: rgba(255,255,255,.24); transform: rotate(2deg); }
.cm-mission-logo { min-width: 0; display: grid; place-items: center; padding: 22px; border: 1px solid rgba(23,35,34,.08); border-radius: 28px; background: rgba(255,255,255,.93); box-shadow: 0 16px 35px rgba(23,35,34,.08); transition: transform .2s ease, box-shadow .2s ease; }
.cm-mission-logo:hover, .cm-mission-logo:focus-visible { position: relative; z-index: 2; outline: none; transform: scale(1.04) rotate(-2deg); box-shadow: 0 20px 42px rgba(23,35,34,.15); }
.cm-mission-logo:nth-child(1), .cm-mission-logo:nth-child(4) { transform: translateY(-8px); }
.cm-mission-logo:nth-child(1):hover, .cm-mission-logo:nth-child(1):focus-visible, .cm-mission-logo:nth-child(4):hover, .cm-mission-logo:nth-child(4):focus-visible { transform: translateY(-8px) scale(1.04) rotate(-2deg); }
.cm-mission-logo img { display: block; width: 100%; max-width: 150px; max-height: 115px; object-fit: contain; }
.cm-mission-badge { position: absolute; z-index: 3; inset: 50% auto auto 50%; min-width: 126px; min-height: 126px; display: grid; place-content: center; padding: 15px; border: 7px solid #edf7f2; border-radius: 50%; background: var(--cm-ink); color: #fff; font-size: .69rem; font-weight: 750; line-height: 1.25; letter-spacing: .04em; text-align: center; text-transform: uppercase; transform: translate(-50%, -50%) rotate(-4deg); box-shadow: 0 16px 35px rgba(23,35,34,.22); }
.cm-mission-badge strong { color: var(--cm-sun); font-size: .82rem; }

.cm-benefits { padding: 26px 0 70px; }
.cm-benefits__grid { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--cm-line); }
.cm-benefit { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; padding: 26px 34px; }
.cm-benefit + .cm-benefit { border-left: 1px solid var(--cm-line); }
.cm-benefit__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--cm-mint); font-size: 1.15rem; }
.cm-benefit strong { display: block; font-size: .92rem; }
.cm-benefit span { color: var(--cm-muted); font-size: .78rem; }

.cm-section { padding: 80px 0; }
.cm-section--white { background: var(--cm-white); }
.cm-section__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.cm-section__head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.055em; }
.cm-section__head p { max-width: 520px; margin: 12px 0 0; color: var(--cm-muted); }
.cm-text-link { color: var(--cm-teal-dark); font-weight: 800; text-decoration: none; white-space: nowrap; }
.cm-category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cm-category-card { min-height: 285px; position: relative; display: flex; flex-direction: column; justify-content: end; padding: 30px; border-radius: var(--cm-radius); overflow: hidden; text-decoration: none; transition: transform .25s ease; }
.cm-category-card:hover { transform: translateY(-5px); }
.cm-category-card:nth-child(1) { background: #dcefe8; }
.cm-category-card:nth-child(2) { background: #f7e5d5; }
.cm-category-card:nth-child(3) { background: #e8e3f3; }
.cm-category-card::after { content: attr(data-mark); position: absolute; right: 20px; top: 8px; font-size: 8rem; line-height: 1; opacity: .16; transform: rotate(8deg); }
.cm-category-card small { color: var(--cm-muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cm-category-card h3 { max-width: 75%; margin: 8px 0 0; font-size: 1.65rem; line-height: 1.06; letter-spacing: -.04em; }

.cm-support-heading > div { max-width: 760px; }
.cm-support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.cm-support-card { position: relative; min-height: 310px; display: grid; grid-template-columns: minmax(190px, 40%) 1fr; border: 1px solid var(--cm-line); border-radius: 26px; background: var(--cm-white); color: var(--cm-ink); overflow: hidden; text-decoration: none; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.cm-support-card:hover, .cm-support-card:focus-visible { border-color: #bdcec8; outline: none; transform: translateY(-5px); box-shadow: var(--cm-shadow); }
.cm-support-card__number { position: absolute; z-index: 2; top: 16px; left: 18px; color: rgba(23,35,34,.5); font-family: Georgia, serif; font-size: .78rem; font-style: italic; }
.cm-support-card__logo { min-height: 310px; display: grid; place-items: center; padding: 34px 26px; background: var(--cm-mint); }
.cm-support-card--birds-out-loud .cm-support-card__logo { background: #f7e5d5; }
.cm-support-card--arizona-bird-store .cm-support-card__logo { background: #e8e3f3; }
.cm-support-card--chirp-merch .cm-support-card__logo { background: #e5eff7; }
.cm-support-card__logo img { display: block; width: 100%; max-width: 190px; max-height: 170px; object-fit: contain; }
.cm-support-card__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 32px; }
.cm-support-card__body small { color: var(--cm-teal-dark); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cm-support-card__body > strong { margin-top: 8px; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.02; letter-spacing: -.045em; }
.cm-support-card__body > span { margin-top: 15px; color: var(--cm-muted); font-size: .83rem; line-height: 1.55; }
.cm-support-card__body b { margin-top: 24px; color: var(--cm-teal-dark); font-size: .73rem; letter-spacing: .035em; text-transform: uppercase; }
.cm-featured-mission { background: var(--cm-paper); }
.cm-impact-intro { display: grid; grid-template-columns: .45fr 1fr; gap: 28px 70px; margin-bottom: 52px; }
.cm-impact-intro .cm-eyebrow { align-self: start; }
.cm-impact-intro h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .94; letter-spacing: -.065em; }
.cm-impact-intro h2 em { color: var(--cm-teal); font-family: Georgia, serif; font-weight: 500; }
.cm-impact-intro > p:last-child { grid-column: 2; max-width: 680px; margin: -10px 0 0; color: var(--cm-muted); font-size: 1.05rem; }
.cm-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--cm-line); }
.cm-process-grid article { padding: 36px clamp(20px, 3vw, 42px); }
.cm-process-grid article + article { border-left: 1px solid var(--cm-line); }
.cm-process-grid article > span { color: var(--cm-coral); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.cm-process-grid h3 { margin: 24px 0 10px; font-size: 1.28rem; }
.cm-process-grid p { margin: 0; color: var(--cm-muted); font-size: .9rem; }
.cm-transparency-section { background: var(--cm-ink); color: #fff; }
.cm-transparency { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.cm-transparency .cm-eyebrow { color: var(--cm-sun); }
.cm-transparency h2 { max-width: 550px; margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .94; letter-spacing: -.065em; }
.cm-transparency__details { padding-top: 7px; }
.cm-transparency__details p { margin: 0 0 22px; color: #c5d0ce; font-size: 1rem; }
.cm-transparency__details p strong { color: #fff; }
.cm-transparency__details .cm-button { margin-top: 12px; }

.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 34px 22px; margin: 0 !important; }
.tax-product_cat .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
  position: relative;
  isolation: isolate;
  width: auto !important;
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  float: none !important;
  margin: 0 !important;
  padding: 0 0 20px !important;
  border: 1px solid var(--cm-line);
  border-radius: 20px;
  background: var(--cm-white);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.woocommerce ul.products li.product:hover { border-color: #c7d4cf; transform: translateY(-5px); box-shadow: var(--cm-shadow); }
.woocommerce ul.products li.product .woocommerce-loop-product__link { width: 100%; display: flex !important; flex: 1; flex-direction: column; color: var(--cm-ink); text-decoration: none; }
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin: 0 0 20px !important;
  background: #f0f2ef;
  transition: transform .35s ease;
}
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
.woocommerce ul.products li.product .cm-product-card__impact { width: fit-content; max-width: calc(100% - 40px); display: inline-flex; align-items: center; gap: 7px; margin: 0 20px 10px; padding: 6px 10px; border-radius: 999px; background: var(--cm-mint); color: var(--cm-teal-dark); font-size: .66rem; font-weight: 850; line-height: 1.25; letter-spacing: .025em; }
.woocommerce ul.products li.product .cm-product-card__impact::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--cm-teal); box-shadow: 0 0 0 3px rgba(10,119,110,.13); }
.woocommerce ul.products li.product .cm-product-card__impact--birds-out-loud { background: #f7e5d5; color: #79472f; }
.woocommerce ul.products li.product .cm-product-card__impact--birds-out-loud::before { background: var(--cm-coral); box-shadow: 0 0 0 3px rgba(242,107,79,.13); }
.woocommerce ul.products li.product .cm-product-card__impact--arizona-bird-store { background: #e8e3f3; color: #574b75; }
.woocommerce ul.products li.product .cm-product-card__impact--arizona-bird-store::before { background: #71639a; box-shadow: 0 0 0 3px rgba(113,99,154,.13); }
.woocommerce ul.products li.product .cm-product-card__impact--chirp-merch { background: #e5eff7; color: #345a72; }
.woocommerce ul.products li.product .cm-product-card__impact--chirp-merch::before { background: #4d7f9c; box-shadow: 0 0 0 3px rgba(77,127,156,.13); }
.woocommerce ul.products li.product .cm-product-card__type { display: block; padding: 0 20px; color: var(--cm-muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 7px 0 0 !important; padding: 0 20px !important; color: var(--cm-ink); font-size: 1.06rem !important; font-weight: 750; line-height: 1.35; letter-spacing: -.02em; }
.woocommerce ul.products li.product .star-rating { margin: 12px 20px 0 !important; }
.woocommerce ul.products li.product .price { margin: auto 0 0 !important; padding: 16px 20px 0; color: var(--cm-teal-dark) !important; font-size: 1rem !important; font-weight: 850 !important; }
.woocommerce ul.products li.product .button {
  width: auto !important;
  min-width: 154px;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center;
  margin: 18px 20px 0 !important;
  padding: 0 22px !important;
  border: 1px solid var(--cm-ink) !important;
  border-radius: 999px !important;
  background: var(--cm-ink) !important;
  color: var(--cm-white) !important;
  font-size: .78rem;
  letter-spacing: .035em;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap;
}
.woocommerce ul.products li.product .button::after { content: "→"; display: inline-block; margin: 0 0 0 9px; font-size: 1rem; line-height: 1; }
.woocommerce ul.products li.product .button:hover { border-color: var(--cm-teal) !important; background: var(--cm-teal) !important; }
.woocommerce ul.products li.product .added_to_cart { margin: 10px 20px 0; color: var(--cm-teal-dark); font-size: .8rem; font-weight: 800; text-align: center; }
.woocommerce .woocommerce-result-count { margin: 12px 0 30px !important; color: var(--cm-muted); font-size: .84rem; }
.woocommerce .woocommerce-ordering { margin: 0 0 30px !important; }
.woocommerce .woocommerce-ordering select { min-height: 44px; padding: 8px 40px 8px 14px; border: 1px solid var(--cm-line); border-radius: 999px; background-color: var(--cm-white); color: var(--cm-ink); font-size: .82rem; font-weight: 700; }
.woocommerce span.onsale { min-width: auto !important; min-height: auto !important; margin: 12px !important; padding: 7px 12px !important; border-radius: 999px !important; background: var(--cm-coral) !important; line-height: 1 !important; }
.cm-empty-products { padding: 58px; border: 1px dashed #cbd5d0; border-radius: var(--cm-radius); text-align: center; background: #f7f8f4; }
.cm-empty-products h3 { margin: 0 0 8px; font-size: 1.35rem; }
.cm-empty-products p { margin: 0; color: var(--cm-muted); }

.woocommerce-shop .cm-main { padding-top: 38px; }
.cm-shop-intro { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); align-items: end; column-gap: clamp(36px, 7vw, 90px); margin-bottom: 24px; }
.cm-shop-intro .cm-eyebrow { grid-column: 1; }
.cm-shop-intro h1 { grid-column: 1; max-width: 700px; margin: 0; font-size: clamp(2.5rem, 4vw, 3.8rem); line-height: .94; letter-spacing: -.07em; white-space: nowrap; }
.cm-shop-intro__lead { grid-column: 2; grid-row: 1 / span 2; max-width: 420px; margin: 0 0 5px; color: var(--cm-muted); font-size: 1.02rem; }
.cm-company-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 56px; }
.cm-company-card { min-height: 225px; display: grid; grid-template-columns: 42% 1fr; border: 1px solid var(--cm-line); border-radius: 24px; overflow: hidden; background: var(--cm-white); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.cm-company-card:hover { transform: translateY(-5px); box-shadow: var(--cm-shadow); }
.cm-company-card__visual { min-height: 225px; display: grid; place-items: center; padding: 24px; background: var(--cm-mint); }
.cm-company-card:nth-child(2) .cm-company-card__visual { background: #f7e5d5; }
.cm-company-card:nth-child(3) .cm-company-card__visual { background: #e8e3f3; }
.cm-company-card:nth-child(4) .cm-company-card__visual { background: #e5eff7; }
.cm-company-card__image { width: 100% !important; max-width: 190px !important; height: 145px !important; margin: 0 !important; object-fit: contain !important; mix-blend-mode: multiply; }
.cm-company-card__monogram { font-family: Georgia, serif; color: var(--cm-teal-dark); font-size: 5rem; line-height: 1; }
.cm-company-card__content { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 28px; }
.cm-company-card__content strong { font-size: clamp(1.25rem, 2.3vw, 1.75rem); line-height: 1.05; letter-spacing: -.04em; }
.cm-company-card__content span { margin-top: 10px; color: var(--cm-muted); font-size: .86rem; }
.cm-company-card__content small { margin-top: 22px; color: var(--cm-teal-dark); font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.cm-shop-showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin: 0 0 32px; padding-top: 6px; }
.cm-shop-showcase-heading h2, .cm-company-products-heading h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.055em; }
.cm-shop-showcase-heading > p { max-width: 380px; margin: 0; color: var(--cm-muted); text-align: right; }
.cm-shop-seo-copy { margin-top: 72px; padding: clamp(30px, 5vw, 56px); border: 1px solid var(--cm-border); border-radius: 28px; background: #f7faf9; }
.cm-shop-seo-copy__inner { max-width: 900px; }
.cm-shop-seo-copy h2 { margin: 6px 0 20px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.045em; }
.cm-shop-seo-copy p { color: var(--cm-muted); line-height: 1.75; }
.cm-shop-seo-copy a { color: var(--cm-teal-dark); font-weight: 700; }
.cm-seo-product-intro { margin-bottom: 34px; }
.cm-seo-product-intro h2 { margin-bottom: 16px; font-size: clamp(1.55rem, 3vw, 2.15rem); letter-spacing: -.025em; }
.cm-seo-product-intro p { line-height: 1.75; }
.cm-seo-product-intro a { color: var(--cm-teal-dark); font-weight: 700; }
.cm-company-hero { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); align-items: center; gap: clamp(34px, 7vw, 90px); margin-bottom: 68px; padding: clamp(30px, 6vw, 70px); border-radius: 30px; background: linear-gradient(135deg, var(--cm-mint), #f7e8d8); }
.cm-company-hero__logo { min-height: 270px; display: grid; place-items: center; padding: 36px; border-radius: 24px; background: rgba(255,255,255,.8); }
.cm-company-hero__logo > span { font-family: Georgia, serif; color: var(--cm-teal-dark); font-size: 8rem; line-height: 1; }
.cm-company-hero__image { width: 100% !important; max-width: 320px !important; max-height: 240px !important; margin: 0 !important; object-fit: contain !important; }
.cm-company-hero__back { display: inline-block; margin-bottom: 28px; color: var(--cm-muted); font-size: .82rem; font-weight: 750; text-decoration: none; }
.cm-company-hero h1 { margin: 0; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .92; letter-spacing: -.07em; }
.cm-company-hero__description { max-width: 650px; margin-top: 24px; color: #4d5d5a; font-size: 1.05rem; }
.cm-company-hero__description > :first-child { margin-top: 0; }
.cm-company-hero__description > :last-child { margin-bottom: 0; }
.cm-company-hero__description > p:last-child a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; border-radius: 999px; background: var(--cm-teal-dark); color: #fff !important; font-size: .88rem; font-weight: 800; line-height: 1; text-decoration: none !important; transition: transform .2s ease, background .2s ease; }
.cm-company-hero__description > p:last-child a:hover { background: var(--cm-coral); transform: translateY(-2px); }
.cm-company-products-heading { margin-bottom: 28px; }

.cm-story { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cm-story__card { min-height: 380px; padding: clamp(34px,5vw,64px); border-radius: 28px; background: var(--cm-ink); color: #fff; }
.cm-story__card--accent { display: flex; flex-direction: column; justify-content: space-between; background: var(--cm-coral); }
.cm-story h2 { margin: 0 0 22px; font-size: clamp(2.2rem,4vw,4rem); line-height: .98; letter-spacing: -.06em; }
.cm-story p { max-width: 560px; color: rgba(255,255,255,.76); }
.cm-story__number { font-family: Georgia,serif; font-size: clamp(5rem,10vw,9rem); line-height: .8; }

.cm-main { min-height: 55vh; padding: 60px 0 90px; }
.cm-page-header { margin-bottom: 42px; }
.cm-page-header h1 { margin: 0; font-size: clamp(2.4rem,6vw,5rem); line-height: 1; letter-spacing: -.065em; }
.cm-content { max-width: 820px; }
.cm-content--wide { max-width: none; }
.cm-content h2, .cm-content h3 { line-height: 1.15; letter-spacing: -.035em; }
.cm-content a { color: var(--cm-teal-dark); }
.cm-policy-intro { max-width: 760px; margin-bottom: 42px; }
.cm-policy-intro h2 { max-width: 720px; margin: 0; font-size: clamp(2.5rem, 6vw, 5rem); line-height: .95; letter-spacing: -.065em; }
.cm-policy-intro > p:last-child { max-width: 690px; margin: 24px 0 0; color: var(--cm-muted); font-size: 1.08rem; }
.cm-policy-highlight { margin-bottom: 22px; padding: clamp(28px, 5vw, 48px); border-radius: 24px; background: var(--cm-mint); }
.cm-policy-highlight > strong { display: block; margin-bottom: 10px; color: var(--cm-teal-dark); font-size: 1.3rem; }
.cm-policy-highlight p { margin: 0; font-size: 1.02rem; }
.cm-policy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cm-policy-grid section { padding: 30px; border: 1px solid var(--cm-line); border-radius: 20px; background: var(--cm-white); }
.cm-policy-grid section > span { display: block; margin-bottom: 26px; color: var(--cm-coral); font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.cm-policy-grid h3 { margin: 0 0 12px; font-size: 1.3rem; }
.cm-policy-grid p { margin: 0; color: var(--cm-muted); }
.cm-policy-note { margin-top: 22px; padding: clamp(28px, 5vw, 46px); border-radius: 24px; background: var(--cm-ink); color: var(--cm-white); }
.cm-policy-note h3 { margin-top: 0; font-size: 1.5rem; }
.cm-policy-note p { color: #c3cdcb; }
.cm-policy-note p:last-child { margin-bottom: 0; }
.cm-policy-note a { color: var(--cm-white); }

.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px !important; color: var(--cm-muted) !important; font-size: .78rem !important; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.75fr); gap: clamp(32px,6vw,80px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto !important; float: none !important; }
.woocommerce div.product div.images { min-width: 0; }
.woocommerce div.product div.images .flex-viewport { border-radius: 18px; background: #f2f4f1; }
.cm-gallery-rail { position: relative; padding-inline: 42px; }
.woocommerce div.product div.images ol.flex-control-thumbs {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  float: none;
  margin: 14px 0 0;
  padding: 2px 2px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--cm-teal) var(--cm-line);
  -webkit-overflow-scrolling: touch;
}
.woocommerce div.product div.images ol.flex-control-thumbs::-webkit-scrollbar { height: 7px; }
.woocommerce div.product div.images ol.flex-control-thumbs::-webkit-scrollbar-track { border-radius: 999px; background: var(--cm-line); }
.woocommerce div.product div.images ol.flex-control-thumbs::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--cm-teal); }
.woocommerce div.product div.images ol.flex-control-thumbs li {
  width: 82px !important;
  min-width: 82px;
  flex: 0 0 82px;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  scroll-snap-align: start;
}
.woocommerce div.product div.images ol.flex-control-thumbs img {
  width: 82px !important;
  height: 82px !important;
  display: block;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #f2f4f1;
  object-fit: cover;
  opacity: .66;
  transition: border-color .2s ease, opacity .2s ease;
}
.woocommerce div.product div.images ol.flex-control-thumbs img:hover,
.woocommerce div.product div.images ol.flex-control-thumbs img.flex-active { border-color: var(--cm-teal); opacity: 1; }
.cm-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--cm-line);
  border-radius: 50%;
  background: var(--cm-white);
  color: var(--cm-ink);
  box-shadow: 0 5px 16px rgba(23,35,34,.12);
  cursor: pointer;
  transform: translateY(-56%);
  transition: color .2s ease, background .2s ease, opacity .2s ease;
}
.cm-gallery-arrow span { display: block; margin-top: -3px; font-size: 1.75rem; line-height: 1; }
.cm-gallery-arrow--previous { left: 0; }
.cm-gallery-arrow--next { right: 0; }
.cm-gallery-arrow:hover:not(:disabled) { border-color: var(--cm-teal); background: var(--cm-teal); color: var(--cm-white); }
.cm-gallery-arrow:focus-visible { outline: 3px solid rgba(10,119,110,.3); outline-offset: 2px; }
.cm-gallery-arrow:disabled { opacity: .28; cursor: default; }
.cm-gallery-rail.is-static { padding-inline: 0; }
.cm-gallery-rail.is-static .cm-gallery-arrow { visibility: hidden; opacity: 0; pointer-events: none; }
.woocommerce div.product .product_title { font-size: clamp(2.2rem,4vw,4.2rem); line-height: .98; letter-spacing: -.06em; }
.woocommerce div.product p.price { color: var(--cm-teal-dark) !important; font-size: 1.4rem !important; font-weight: 850; }
.woocommerce div.product div.summary { align-self: start; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--cm-line); border-radius: 24px; background: var(--cm-white); box-shadow: 0 16px 45px rgba(23,35,34,.06); }
.woocommerce div.product div.summary > :first-child { margin-top: 0; }
.woocommerce div.product form.cart { margin-top: 30px; }
.woocommerce div.product form.cart .variations { margin-bottom: 8px; }
.woocommerce div.product form.cart .variations tr { display: block; margin-bottom: 24px; }
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { display: block; width: 100%; padding: 0; text-align: left; }
.woocommerce div.product form.cart .variations th { margin-bottom: 10px; line-height: 1.3; }
.woocommerce div.product form.cart .variations label { color: var(--cm-ink); font-size: .9rem; font-weight: 850; }
.cm-option-current { margin-left: 8px; color: var(--cm-muted); font-weight: 650; }
.woocommerce div.product form.cart .variations select.cm-option-native { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.cm-option-picker { display: flex; flex-wrap: wrap; gap: 9px; }
.cm-option-button { position: relative; min-width: 48px; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; padding: 0 15px; border: 1px solid #cbd4d0; border-radius: 10px; background: var(--cm-white); color: var(--cm-ink); font-size: .86rem; font-weight: 780; line-height: 1; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.cm-option-button:hover:not(:disabled) { border-color: var(--cm-teal); transform: translateY(-1px); }
.cm-option-button.is-selected { border-color: var(--cm-ink); background: var(--cm-ink); color: var(--cm-white); box-shadow: 0 0 0 2px var(--cm-white), 0 0 0 4px var(--cm-ink); }
.cm-option-button:focus-visible { outline: 3px solid rgba(10,119,110,.3); outline-offset: 3px; }
.cm-option-button:disabled { border-color: #cdd3d0; background: #ecefed; color: #7c8581; cursor: not-allowed; }
.cm-option-button:disabled::after { content: ""; position: absolute; inset: 5px; z-index: 2; border-radius: 5px; background: linear-gradient(to top right, transparent calc(50% - 1px), rgba(93,103,99,.72) calc(50% - 1px), rgba(93,103,99,.72) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom right, transparent calc(50% - 1px), rgba(93,103,99,.72) calc(50% - 1px), rgba(93,103,99,.72) calc(50% + 1px), transparent calc(50% + 1px)); pointer-events: none; }
.cm-option-picker--color { gap: 10px; }
.cm-option-picker--color .cm-option-button { width: 48px; min-width: 48px; height: 48px; min-height: 48px; padding: 5px; border-radius: 10px; background: var(--cm-white); }
.cm-option-picker--color .cm-option-button.is-selected { border-color: var(--cm-ink); background: var(--cm-white); }
.cm-option-picker--color .cm-option-button:disabled { border-color: #cdd3d0; background: #ecefed; }
.cm-option-picker--color .cm-option-button:disabled .cm-color-chip { filter: grayscale(1); opacity: .42; }
.cm-color-chip { width: 100%; height: 100%; display: block; border: 1px solid rgba(23,35,34,.15); border-radius: 6px; background: var(--cm-swatch, #d9dedb); }
.woocommerce div.product form.cart .reset_variations { width: fit-content; display: inline-block; margin-top: 11px; color: var(--cm-muted); font-size: .78rem; font-weight: 700; }
.woocommerce div.product .woocommerce-variation { margin: 4px 0 18px; }
.woocommerce div.product .woocommerce-variation-price { margin-bottom: 14px; }
.woocommerce div.product .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: stretch; gap: 12px; }
.woocommerce div.product .quantity.cm-quantity-control { min-width: 126px; display: grid; grid-template-columns: 40px 46px 40px; align-items: center; border: 1px solid var(--cm-line); border-radius: 12px; background: var(--cm-white); overflow: hidden; }
.woocommerce div.product .quantity.cm-quantity-control .qty { width: 46px; min-height: 50px; padding: 0; border: 0; border-radius: 0; background: transparent; text-align: center; appearance: textfield; -moz-appearance: textfield; }
.woocommerce div.product .quantity.cm-quantity-control .qty::-webkit-inner-spin-button, .woocommerce div.product .quantity.cm-quantity-control .qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.cm-quantity-button { width: 40px; height: 50px; padding: 0; border: 0; background: transparent; color: var(--cm-ink); font-size: 1.35rem; line-height: 1; cursor: pointer; }
.cm-quantity-button:hover { background: var(--cm-mint); color: var(--cm-teal-dark); }
.cm-quantity-button:focus-visible { outline: 3px solid rgba(10,119,110,.3); outline-offset: -3px; }
.woocommerce div.product .single_add_to_cart_button { width: 100%; min-height: 52px; margin: 0 !important; border-radius: 12px !important; background: var(--cm-ink) !important; font-size: .94rem; letter-spacing: .015em; }
.woocommerce div.product .single_add_to_cart_button:hover { background: var(--cm-teal) !important; }
.woocommerce div.product .single_add_to_cart_button.disabled { opacity: .42; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .up-sells.products, .woocommerce div.product .upsells.products, .woocommerce div.product .related.products { grid-column: 1 / -1; width: 100%; min-width: 0; clear: both; }
.woocommerce div.product .woocommerce-tabs { margin-top: 8px; }
.woocommerce div.product .related.products, .woocommerce div.product .up-sells.products, .woocommerce div.product .upsells.products { margin-top: 4px; padding-top: clamp(38px, 5vw, 62px); border-top: 1px solid var(--cm-line); }
.woocommerce div.product .related.products > h2, .woocommerce div.product .up-sells.products > h2, .woocommerce div.product .upsells.products > h2 { margin: 0 0 28px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; letter-spacing: -.055em; }
.woocommerce div.product .related.products ul.products, .woocommerce div.product .up-sells.products ul.products, .woocommerce div.product .upsells.products ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 18px; width: 100%; }
.woocommerce div.product .related.products ul.products li.product, .woocommerce div.product .up-sells.products ul.products li.product, .woocommerce div.product .upsells.products ul.products li.product { min-width: 0; }
.woocommerce div.product form.cart .variations select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select { min-height: 48px; padding: 10px 14px; border: 1px solid var(--cm-line); border-radius: 12px; background: #fff; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--cm-line); border-radius: 12px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--cm-teal) !important; background: var(--cm-mint) !important; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--cm-teal) !important; }
.woocommerce table.shop_table { border: 1px solid var(--cm-line) !important; border-radius: 16px !important; overflow: hidden; }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #order_review { padding: 24px; border: 1px solid var(--cm-line); border-radius: 18px; background: #fff; }

/* Cart */
.woocommerce-cart .cm-main { padding-top: 48px; }
.woocommerce-cart .cm-page-header { margin-bottom: 28px; }
.woocommerce-cart .cm-page-header h1 { font-size: clamp(2.6rem, 5vw, 4.5rem); }
.woocommerce-cart .cm-content { width: 100%; max-width: none; }
.woocommerce-cart .wp-block-woocommerce-cart { margin: 0; }
.woocommerce-cart .wp-block-woocommerce-cart.is-loading { min-height: 420px; }

/* Empty cart */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block { margin: 0; }
.cm-empty-cart { position: relative; isolation: isolate; max-width: 860px; margin: 0 auto 68px; padding: clamp(44px, 7vw, 76px) clamp(24px, 7vw, 72px); border: 1px solid rgba(10,119,110,.16); border-radius: 30px; background: linear-gradient(135deg, var(--cm-mint) 0%, #eef8f3 54%, #fae9d7 100%); text-align: center; overflow: hidden; }
.cm-empty-cart::before, .cm-empty-cart::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; }
.cm-empty-cart::before { width: 190px; height: 190px; top: -92px; right: -48px; background: rgba(244,201,93,.52); }
.cm-empty-cart::after { width: 140px; height: 140px; bottom: -86px; left: -42px; background: rgba(10,119,110,.1); }
.cm-empty-cart__mark { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 23px; background: var(--cm-ink); color: var(--cm-sun); box-shadow: 0 16px 32px rgba(23,35,34,.17); }
.cm-empty-cart__mark svg { width: 34px; height: 34px; }
.woocommerce-cart .cm-empty-cart .wc-block-cart__empty-cart__title { margin: 0; color: var(--cm-ink); font-size: clamp(2.15rem, 5vw, 3.85rem); line-height: .98; letter-spacing: -.06em; }
.woocommerce-cart .cm-empty-cart .wc-block-cart__empty-cart__title::before { display: none !important; content: none !important; }
.cm-empty-cart__message { max-width: 560px; margin: 20px auto 28px; color: #52615e; font-size: 1rem; }
.cm-empty-cart__action { min-height: 52px; gap: 10px; }
.cm-empty-cart__action span { font-size: 1.15rem; transition: transform .2s ease; }
.cm-empty-cart__action:hover span { transform: translateX(3px); }
.cm-empty-cart__assurances { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 20px; margin-top: 28px; color: #51605d; font-size: .75rem; font-weight: 760; }
.cm-empty-cart__assurances span { display: inline-flex; align-items: center; gap: 7px; }
.cm-empty-cart__assurances span::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(10,119,110,.13); color: var(--cm-teal-dark); font-size: .7rem; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator { display: none; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title) { margin: 0 0 30px; color: var(--cm-ink); font-size: clamp(1.8rem, 4vw, 2.8rem); letter-spacing: -.05em; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title)::after { content: "A few recent designs to get you started"; display: block; margin-top: 10px; color: var(--cm-muted); font-size: .86rem; font-weight: 520; letter-spacing: 0; }
.woocommerce-cart .wc-block-grid__products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; }
.woocommerce-cart .wc-block-grid__product { width: auto !important; max-width: none !important; display: flex; flex-direction: column; padding: 0 0 20px !important; border: 1px solid var(--cm-line); border-radius: 20px; background: var(--cm-white); text-align: left; overflow: hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.woocommerce-cart .wc-block-grid__product:hover { border-color: #c7d4cf; transform: translateY(-4px); box-shadow: var(--cm-shadow); }
.woocommerce-cart .wc-block-grid__product-link { display: flex; flex: 1; flex-direction: column; color: var(--cm-ink); text-decoration: none; }
.woocommerce-cart .wc-block-grid__product-image { margin: 0 0 18px; }
.woocommerce-cart .wc-block-grid__product-image img { width: 100%; aspect-ratio: 1; display: block; margin: 0; background: #f0f2ef; object-fit: cover; }
.woocommerce-cart .wc-block-grid__product-title { padding: 0 18px; color: var(--cm-ink); font-size: .98rem; font-weight: 790; line-height: 1.3; }
.woocommerce-cart .wc-block-grid__product-price { padding: 0 18px; color: var(--cm-teal-dark); font-size: .86rem; font-weight: 800; }
.woocommerce-cart .wc-block-grid__product-add-to-cart { margin: 16px 18px 0; }
.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link { width: 100%; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; border-radius: 999px; background: var(--cm-ink); color: #fff; font-size: .8rem; font-weight: 780; text-decoration: none; }

/* Filled cart */
.woocommerce-cart .wc-block-cart { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(310px, 360px); align-items: start; gap: clamp(26px, 3vw, 40px); }
.woocommerce-cart .wc-block-cart__main { width: auto !important; min-width: 0; padding-right: 0 !important; }
.woocommerce-cart .wc-block-cart-items { margin: 0; border: 1px solid var(--cm-line); border-radius: 24px; background: var(--cm-white); box-shadow: 0 16px 45px rgba(23,35,34,.055); overflow: hidden; }
.woocommerce-cart .wc-block-cart-items thead { background: #f4f6f3; }
.woocommerce-cart .wc-block-cart-items th { padding: 16px 22px !important; color: var(--cm-muted); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.woocommerce-cart .wc-block-cart-items__row td { padding: 24px 22px !important; border-color: var(--cm-line) !important; vertical-align: top; }
.woocommerce-cart .wc-block-cart-item__image { width: 128px; }
.woocommerce-cart .wc-block-cart-item__image img { width: 112px; border-radius: 15px; background: #f0f2ef; }
.woocommerce-cart .wc-block-components-product-name { color: var(--cm-ink); font-size: 1.04rem; font-weight: 820; line-height: 1.3; text-decoration: none; }
.woocommerce-cart .wc-block-components-product-metadata { margin-top: 8px; color: var(--cm-muted); font-size: .79rem; }
.woocommerce-cart .wc-block-components-product-price { margin-top: 10px; color: var(--cm-teal-dark); font-weight: 820; }
.woocommerce-cart .wc-block-components-quantity-selector { min-height: 42px; border-color: var(--cm-line); border-radius: 11px; background: #fff; }
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input { min-height: 40px; }
.woocommerce-cart .wc-block-cart-item__remove-link { color: var(--cm-muted) !important; font-size: .73rem !important; font-weight: 720 !important; text-decoration: underline !important; text-underline-offset: 3px; }
.woocommerce-cart .wc-block-cart-item__remove-link:hover { color: var(--cm-coral) !important; }
.woocommerce-cart .wc-block-cart__sidebar { position: sticky; top: 132px; align-self: start; width: auto !important; min-width: 0; padding: clamp(24px, 2.6vw, 30px) !important; border: 1px solid var(--cm-line); border-radius: 24px; background: var(--cm-white); box-shadow: 0 16px 45px rgba(23,35,34,.07); overflow: hidden; }
.woocommerce-cart .wp-block-woocommerce-cart-totals-block { width: 100%; padding: 0 !important; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.woocommerce-cart .wc-block-cart__totals-title { padding: 0 0 18px !important; color: var(--cm-ink); font-size: 1.25rem !important; font-weight: 850 !important; letter-spacing: -.025em !important; text-align: left !important; text-transform: none !important; }
.woocommerce-cart .wc-block-components-totals-wrapper { padding: 16px 0; border-color: var(--cm-line); }
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-panel, .woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon { padding-right: 0 !important; padding-left: 0 !important; }
.woocommerce-cart .wc-block-components-totals-item__label { color: var(--cm-muted); }
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { color: var(--cm-ink); font-size: 1.08rem; font-weight: 850; }
.woocommerce-cart .wc-block-cart__submit { margin: 20px 0 0; }
.woocommerce-cart .wc-block-cart__submit-button { min-height: 56px; border-radius: 14px; background: var(--cm-teal); color: #fff; font-size: .94rem; font-weight: 820; text-decoration: none; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.woocommerce-cart .wc-block-cart__submit-button:hover { background: var(--cm-teal-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(10,119,110,.22); }
.woocommerce-cart .wc-block-components-totals-coupon-link { color: var(--cm-teal-dark); font-weight: 750; }
.woocommerce-cart .wc-block-components-text-input input { min-height: 48px; border: 1px solid var(--cm-line); border-radius: 12px; }
.woocommerce-cart .wc-block-components-button:not(.wc-block-cart__submit-button) { border-radius: 12px; }

.cm-express-phone-note { display: block; margin-top: 7px; color: var(--cm-teal-dark); font-size: .76rem; font-weight: 750; }
.cm-express-shipping-selected .wc-block-components-address-form__phone input { border-color: var(--cm-teal); }

/* My Account */
.woocommerce-account .cm-page-header { margin-bottom: 28px; }
.woocommerce-account .cm-content { width: 100%; max-width: none; }
.woocommerce-account .cm-content > .woocommerce { width: 100%; display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: start; gap: 28px; overflow: visible; }
.woocommerce-account .cm-content > .woocommerce::before, .woocommerce-account .cm-content > .woocommerce::after { display: none !important; content: none !important; }
.woocommerce-account .woocommerce-MyAccount-navigation { grid-column: 1; width: auto; float: none; padding: 10px; border: 1px solid var(--cm-line); border-radius: 20px; background: var(--cm-white); box-shadow: 0 14px 35px rgba(23,35,34,.05); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li { margin: 0; padding: 0; border: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a { min-height: 48px; display: flex; align-items: center; padding: 11px 14px; border-radius: 12px; color: var(--cm-muted); font-size: .88rem; font-weight: 760; text-decoration: none; transition: color .18s ease, background .18s ease, transform .18s ease; }
.woocommerce-account .woocommerce-MyAccount-navigation a:hover { color: var(--cm-teal-dark); background: var(--cm-mint); transform: translateX(2px); }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { color: var(--cm-white); background: var(--cm-ink); }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a::before { display: none !important; content: none !important; }
.woocommerce-account .woocommerce-MyAccount-content { grid-column: 2; width: auto; min-width: 0; float: none; padding: clamp(22px, 3vw, 38px); border: 1px solid var(--cm-line); border-radius: 24px; background: var(--cm-white); box-shadow: 0 16px 45px rgba(23,35,34,.06); }
.woocommerce-account .woocommerce-MyAccount-content > :first-child { margin-top: 0; }
.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3 { letter-spacing: -.035em; }
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.cm-account-action):not(.cm-account-signout) { color: var(--cm-teal-dark); font-weight: 700; }
.cm-account-welcome { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--cm-line); }
.cm-account-welcome .cm-eyebrow { margin: 0 0 8px; color: var(--cm-teal); }
.cm-account-welcome h2 { margin: 0; font-size: clamp(1.8rem, 3.4vw, 2.65rem); line-height: 1.05; }
.cm-account-welcome h2 + p { max-width: 620px; margin: 13px 0 0; color: var(--cm-muted); }
.cm-account-signout { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--cm-line); border-radius: 999px; color: var(--cm-muted); font-size: .76rem; font-weight: 780; text-decoration: none; }
.cm-account-signout:hover { border-color: var(--cm-teal); color: var(--cm-teal-dark); }
.cm-account-actions { display: grid; gap: 12px; margin-top: 24px; }
.cm-account-action { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 17px 18px; border: 1px solid var(--cm-line); border-radius: 15px; color: var(--cm-ink); text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.cm-account-action:hover { border-color: rgba(10,119,110,.42); box-shadow: 0 10px 24px rgba(23,35,34,.07); transform: translateY(-2px); }
.cm-account-action__number { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--cm-mint); color: var(--cm-teal-dark); font-size: .7rem; font-weight: 850; }
.cm-account-action strong, .cm-account-action small { display: block; }
.cm-account-action strong { font-size: .98rem; }
.cm-account-action small { margin-top: 4px; color: var(--cm-muted); font-size: .8rem; font-weight: 550; }
.cm-account-action__arrow { color: var(--cm-teal); font-size: 1.25rem; transition: transform .18s ease; }
.cm-account-action:hover .cm-account-action__arrow { transform: translateX(3px); }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::after { display: none !important; content: none !important; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address { width: auto; float: none; padding: 20px; border: 1px solid var(--cm-line); border-radius: 15px; background: #fafbf9; }
.woocommerce-account .woocommerce-Address-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.woocommerce-account .woocommerce-Address-title h2, .woocommerce-account .woocommerce-Address-title h3 { margin: 0; }
.woocommerce-account .woocommerce-Address address { margin-top: 15px; color: var(--cm-muted); font-style: normal; line-height: 1.75; }
.woocommerce-account .woocommerce-MyAccount-content fieldset { margin: 28px 0 0; padding: 22px; border: 1px solid var(--cm-line); border-radius: 16px; }
.woocommerce-account .woocommerce-MyAccount-content legend { padding: 0 8px; color: var(--cm-ink); font-weight: 820; }
.woocommerce-account .woocommerce-MyAccount-content table.shop_table { margin-top: 8px; }
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th { background: #f4f7f5; color: var(--cm-ink); font-size: .76rem; letter-spacing: .045em; text-transform: uppercase; }
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td, .woocommerce-account .woocommerce-MyAccount-content table.shop_table th { padding: 15px 16px; }
.woocommerce-account .woocommerce-MyAccount-content .button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px !important; border-radius: 10px !important; }
.woocommerce-account .cm-content > .woocommerce > #customer_login, .woocommerce-account .cm-content > .woocommerce > .woocommerce-form-login, .woocommerce-account .cm-content > .woocommerce > .woocommerce-notices-wrapper, .woocommerce-account .cm-content > .woocommerce > h2 { grid-column: 1 / -1; }
.woocommerce-account #customer_login { width: min(100%, 1040px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: clamp(20px, 3vw, 32px); margin-inline: auto; }
.woocommerce-account #customer_login::before, .woocommerce-account #customer_login::after { display: none !important; content: none !important; }
.woocommerce-account #customer_login > .u-column1, .woocommerce-account #customer_login > .u-column2 { position: relative; width: auto !important; min-width: 0; display: flex; flex-direction: column; float: none !important; padding: clamp(26px, 3.4vw, 42px); border: 1px solid var(--cm-line); border-radius: 24px; background: var(--cm-white); box-shadow: 0 18px 48px rgba(23,35,34,.065); overflow: hidden; }
.woocommerce-account #customer_login > .u-column1::before, .woocommerce-account #customer_login > .u-column2::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--cm-teal); }
.woocommerce-account #customer_login > .u-column2::before { background: var(--cm-sun); }
.woocommerce-account #customer_login h2, .woocommerce-account .cm-content > .woocommerce > h2 { margin: 0 0 24px; font-size: clamp(1.75rem, 3vw, 2.35rem); line-height: 1.05; letter-spacing: -.045em; }
.woocommerce-account #customer_login form { flex: 1; display: flex; flex-direction: column; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.woocommerce-account #customer_login .form-row { width: 100%; margin: 0 0 18px; padding: 0; float: none; }
.woocommerce-account #customer_login label { display: inline-block; margin-bottom: 7px; color: var(--cm-ink); font-size: .79rem; font-weight: 780; }
.woocommerce-account #customer_login input.input-text { width: 100%; min-height: 52px; padding: 12px 15px; border: 1px solid #ced8d3; border-radius: 12px; background: #fbfcfa; color: var(--cm-ink); transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.woocommerce-account #customer_login input.input-text:focus { border-color: var(--cm-teal); background: var(--cm-white); outline: 0; box-shadow: 0 0 0 4px rgba(10,119,110,.11); }
.woocommerce-account #customer_login .woocommerce-form-login__rememberme { display: inline-flex; align-items: center; gap: 8px; margin: 1px 0 13px; color: var(--cm-muted); font-size: .79rem; cursor: pointer; }
.woocommerce-account #customer_login .woocommerce-form-login__rememberme input { width: 17px; height: 17px; margin: 0; accent-color: var(--cm-teal); }
.woocommerce-account #customer_login .woocommerce-form-login__submit, .woocommerce-account #customer_login .woocommerce-form-register__submit { width: 100%; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; margin: 0 !important; border-radius: 12px !important; background: var(--cm-ink) !important; color: var(--cm-white) !important; font-size: .9rem; font-weight: 820; }
.woocommerce-account #customer_login .woocommerce-form-login__submit:hover, .woocommerce-account #customer_login .woocommerce-form-register__submit:hover { background: var(--cm-teal) !important; }
.woocommerce-account #customer_login .lost_password { margin: 2px 0 0; text-align: center; }
.woocommerce-account #customer_login .lost_password a, .woocommerce-account #customer_login .woocommerce-privacy-policy-link { color: var(--cm-teal-dark); font-weight: 730; }
.woocommerce-account #customer_login .u-column2 form > p:not(.form-row), .woocommerce-account #customer_login .woocommerce-privacy-policy-text { color: var(--cm-muted); font-size: .82rem; line-height: 1.65; }
.woocommerce-account #customer_login .woocommerce-privacy-policy-text { margin-top: auto; padding-top: 4px; }
.woocommerce-account #customer_login .woocommerce-privacy-policy-text p { margin: 0 0 18px; }
.woocommerce-account .cm-content > .woocommerce > form.woocommerce-form-login { width: min(100%, 540px); margin-inline: auto; padding: clamp(26px, 3.4vw, 42px); border: 1px solid var(--cm-line); border-radius: 24px; background: var(--cm-white); box-shadow: 0 18px 48px rgba(23,35,34,.065); }
.woocommerce-account form .show-password-input { top: .85em; }

.cm-footer { padding: 70px 0 28px; background: var(--cm-ink); color: #fff; }
.cm-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(2,1fr); gap: 54px; }
.cm-footer .cm-brand { color: #fff; }
.cm-brand--footer { width: fit-content; padding: 11px 16px; border-radius: 18px; background: #fff; }
.cm-brand--footer .cm-brand__logo { width: 134px; }
.cm-footer__lead { max-width: 390px; margin-top: 18px; color: #aeb9b7; }
.cm-footer h3 { margin: 0 0 16px; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.cm-footer ul { list-style: none; padding: 0; margin: 0; }
.cm-footer li { margin: 9px 0; }
.cm-footer a { color: #cbd3d1; text-decoration: none; }
.cm-footer a:hover { color: #fff; }
.cm-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8f9d9a; font-size: .76rem; }

@media (max-width: 980px) {
  .cm-hero__panel { grid-template-columns: 1fr; }
  .cm-hero__art { min-height: 330px; }
  .cm-benefits__grid { grid-template-columns: 1fr; }
  .cm-benefit + .cm-benefit { border-left: 0; border-top: 1px solid var(--cm-line); }
  .woocommerce ul.products, .tax-product_cat .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .related.products ul.products, .woocommerce div.product .up-sells.products ul.products, .woocommerce div.product .upsells.products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cm-company-grid { grid-template-columns: 1fr; }
  .cm-mission-hero .cm-hero__panel { grid-template-columns: 1fr; }
  .cm-mission-visual { width: min(100%, 560px); min-height: 500px; margin-inline: auto; }
  .cm-support-grid { grid-template-columns: 1fr; }
  .woocommerce-cart .wc-block-cart { grid-template-columns: 1fr; }
  .woocommerce-cart .wc-block-cart__sidebar { position: static; width: 100% !important; margin-top: 0; }
}

@media (max-width: 760px) {
  .admin-bar .cm-header { top: 46px; }
  .cm-container { width: min(calc(100% - 24px), var(--cm-width)); }
  .cm-header__inner { min-height: 66px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .cm-menu-toggle { width: 44px; height: 44px; display: inline-grid; place-items: center; justify-self: end; }
  .cm-nav { position: absolute; inset: 66px 12px auto; display: none; max-height: calc(100vh - 90px); max-height: calc(100dvh - 90px); padding: 12px; border: 1px solid var(--cm-line); border-radius: 16px; background: var(--cm-white); box-shadow: var(--cm-shadow); overflow-y: auto; overscroll-behavior: contain; }
  .cm-nav.is-open { display: block; }
  .cm-nav ul { align-items: stretch; flex-direction: column; gap: 6px; }
  .cm-nav a { min-height: 46px; display: flex; align-items: center; padding: 10px 12px; border-radius: 10px; }
  .cm-nav a:hover, .cm-nav a:focus-visible, .cm-nav .current-menu-item > a { background: var(--cm-mint); }
  .cm-actions .cm-account { display: none; }
  .cm-actions { gap: 6px; }
  .cm-icon-link { min-width: 44px; height: 44px; }
  .cm-hero { padding-top: 20px; }
  .cm-hero__panel { min-height: 0; padding: 42px 24px; border-radius: 24px; }
  .cm-hero h1 { font-size: clamp(3rem,16vw,5rem); }
  .cm-orbit { width: 290px; }
  .cm-shirt { width: 165px; }
  .cm-shirt::before, .cm-shirt::after { width: 60px; height: 67px; }
  .cm-shirt::before { left: -34px; }
  .cm-shirt::after { right: -34px; }
  .cm-shirt__bird { width: 66px; height: 66px; font-size: 2.4rem; }
  .cm-section { padding: 60px 0; }
  .cm-section__head { align-items: start; flex-direction: column; }
  .cm-category-grid, .cm-story, .cm-footer__grid { grid-template-columns: 1fr; }
  .cm-impact-intro, .cm-transparency { grid-template-columns: 1fr; gap: 24px; }
  .cm-impact-intro > p:last-child { grid-column: 1; margin-top: 0; }
  .cm-process-grid { grid-template-columns: 1fr; }
  .cm-process-grid article + article { border-left: 0; border-top: 1px solid var(--cm-line); }
  .cm-company-hero { grid-template-columns: 1fr; }
  .cm-company-hero__logo { min-height: 220px; }
  .cm-shop-intro { display: block; margin-bottom: 22px; }
  .cm-shop-intro h1 { white-space: normal; }
  .cm-shop-intro__lead { max-width: 610px; margin: 12px 0 0; }
  .cm-shop-showcase-heading { align-items: flex-start; flex-direction: column; }
  .cm-shop-showcase-heading > p { text-align: left; }
  .cm-category-card { min-height: 220px; }
  .cm-footer__bottom { flex-direction: column; }
  .cm-policy-grid { grid-template-columns: 1fr; }
  .woocommerce .woocommerce-breadcrumb { line-height: 1.55; overflow-wrap: anywhere; }
  .woocommerce div.product .product_title { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .woocommerce div.product form.cart:not(.variations_form), .woocommerce div.product form.cart .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 10px; }
  .woocommerce div.product form.cart .button { min-height: 50px; }
  .woocommerce div.product form.cart .variations, .woocommerce div.product form.cart .variations tbody, .woocommerce div.product form.cart .variations tr, .woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { width: 100%; display: block; }
  .woocommerce div.product form.cart .variations th { padding-bottom: 6px; text-align: left; }
  .woocommerce div.product form.cart .variations td { padding: 0 0 14px; }
  .woocommerce div.product form.cart .variations select { width: 100%; }
  .woocommerce div.product div.summary { padding: 22px; border-radius: 18px; }
  .woocommerce div.product .woocommerce-variation-add-to-cart { grid-template-columns: 126px minmax(0, 1fr); }
  .woocommerce-cart-form { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2, .woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2 { width: 100%; float: none; }
  .woocommerce-account .cm-content > .woocommerce { grid-template-columns: 1fr; gap: 18px; }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { grid-column: 1; }
  .woocommerce-account .woocommerce-MyAccount-navigation { padding: 7px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; width: max-content; min-width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation a { min-height: 42px; padding: 9px 13px; white-space: nowrap; }
  .woocommerce-account .woocommerce-MyAccount-navigation a:hover { transform: none; }
  .woocommerce-account .woocommerce-MyAccount-content { padding: 22px; border-radius: 19px; }
  .cm-account-welcome { flex-direction: column; gap: 16px; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses { grid-template-columns: 1fr; }
  .woocommerce-account #customer_login { grid-template-columns: 1fr; }
  .woocommerce-checkout #order_review, .woocommerce-cart .cart-collaterals .cart_totals { padding: 18px; overflow-wrap: anywhere; }
  .woocommerce-cart .wc-block-cart { display: grid; gap: 22px; }
  .woocommerce-cart .wc-block-cart__sidebar { position: static; width: 100%; margin-top: 0; }
  .woocommerce-cart .wc-block-cart__main { width: 100%; }
  .woocommerce-cart .wc-block-grid__products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce-message, .woocommerce-info, .woocommerce-error { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding-right: 18px !important; }
  .woocommerce-message .button, .woocommerce-info .button { order: 2; float: none !important; }
}

@media (max-width: 520px) {
  .cm-brand__logo,
  .woocommerce .cm-brand__logo,
  .woocommerce-page .cm-brand__logo { width: 85px; }
  .cm-brand--footer .cm-brand__logo { width: 117px; }
  .cm-icon-link { min-width: 44px; height: 44px; padding: 0 9px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .tax-product_cat .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce div.product .related.products ul.products, .woocommerce div.product .up-sells.products ul.products, .woocommerce div.product .upsells.products ul.products { grid-template-columns: 1fr; }
  .cm-empty-products { padding: 36px 20px; }
  .cm-company-card { grid-template-columns: 1fr; }
  .cm-company-card__visual { min-height: 170px; }
  .cm-company-grid { margin-bottom: 48px; }
  .cm-company-hero { padding: 24px; border-radius: 22px; }
  .cm-company-hero h1 { font-size: clamp(2.5rem, 15vw, 3.8rem); overflow-wrap: anywhere; }
  .cm-company-hero__logo { min-height: 180px; padding: 24px; }
  .cm-main { padding: 40px 0 64px; }
  .woocommerce-shop .cm-main { padding-top: 28px; }
  .cm-gallery-rail { padding-inline: 48px; }
  .cm-gallery-arrow { width: 44px; height: 44px; }
  .woocommerce div.product .woocommerce-variation-add-to-cart { grid-template-columns: 1fr; }
  .woocommerce div.product .quantity.cm-quantity-control { width: 126px; }
  .woocommerce div.product div.images ol.flex-control-thumbs li { width: 68px !important; min-width: 68px; flex-basis: 68px; }
  .woocommerce div.product div.images ol.flex-control-thumbs img { width: 68px !important; height: 68px !important; }
  .cm-account-action { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 11px; padding: 15px 13px; }
  .cm-account-action__number { width: 34px; height: 34px; }
  .cm-account-action small { line-height: 1.4; }
  .woocommerce-account .woocommerce-MyAccount-content table.shop_table td, .woocommerce-account .woocommerce-MyAccount-content table.shop_table th { padding: 12px; }
  .woocommerce-account #customer_login > .u-column1, .woocommerce-account #customer_login > .u-column2, .woocommerce-account .cm-content > .woocommerce > form.woocommerce-form-login { padding: 24px 20px; border-radius: 19px; }
  .woocommerce-cart .cm-main { padding-top: 30px; }
  .woocommerce-cart .cm-page-header { margin-bottom: 20px; }
  .cm-empty-cart { margin-bottom: 48px; padding: 38px 20px; border-radius: 22px; }
  .cm-empty-cart__mark { width: 64px; height: 64px; border-radius: 20px; }
  .cm-empty-cart__assurances { display: grid; justify-content: start; max-width: 230px; margin-inline: auto; text-align: left; }
  .woocommerce-cart .wc-block-grid__products { grid-template-columns: 1fr; gap: 16px; }
  .woocommerce-cart .wc-block-cart-items { border-radius: 18px; }
  .woocommerce-cart .wc-block-cart-items thead { display: none; }
  .woocommerce-cart .wc-block-cart-items__row { display: grid !important; grid-template-columns: 88px minmax(0, 1fr); padding: 18px; }
  .woocommerce-cart .wc-block-cart-items__row td { padding: 0 !important; border: 0 !important; }
  .woocommerce-cart .wc-block-cart-item__image { width: 88px; padding-right: 14px !important; }
  .woocommerce-cart .wc-block-cart-item__image img { width: 74px; border-radius: 12px; }
  .woocommerce-cart .wc-block-cart-item__product { grid-column: 2; min-width: 0; }
  .woocommerce-cart .wc-block-cart-item__total { grid-column: 2; margin-top: 8px; text-align: left; }
  .woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper { justify-content: flex-start; }
  .woocommerce-cart .wc-block-cart__sidebar { padding: 20px !important; border-radius: 18px; }
}

@media (max-width: 360px) {
  .cm-container { width: min(calc(100% - 20px), var(--cm-width)); }
  .cm-brand__logo, .woocommerce .cm-brand__logo, .woocommerce-page .cm-brand__logo { width: 76px; }
  .cm-header__inner { gap: 8px; }
  .cm-icon-link { padding-inline: 8px; font-size: .78rem; }
  .cm-hero__panel { padding-inline: 18px; }
  .cm-orbit { width: 260px; }
  .cm-company-card__content { padding: 22px; }
  .cm-mission-visual { min-height: 350px; gap: 8px; padding: 17px; }
  .cm-mission-logo { padding: 14px; border-radius: 20px; }
  .cm-mission-logo img { max-height: 80px; }
  .cm-mission-badge { min-width: 100px; min-height: 100px; border-width: 5px; font-size: .58rem; }
  .cm-mission-badge strong { font-size: .67rem; }
  .cm-support-card { min-height: 0; grid-template-columns: 1fr; }
  .cm-support-card__logo { min-height: 190px; padding: 32px; }
  .cm-support-card__logo img { max-height: 125px; }
  .cm-support-card__body { padding: 26px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
