:root {
	--pmx-forest: #113b2d;
	--pmx-forest-deep: #09271e;
	--pmx-leaf: #2f6e4e;
	--pmx-accent: #a64b35;
	--pmx-saffron: #d89335;
	--pmx-ivory: #f8f3e9;
	--pmx-cream: #f0e7d8;
	--pmx-white: #fffdf8;
	--pmx-ink: #17231e;
	--pmx-muted: #69756f;
	--pmx-line: rgba(23, 35, 30, .14);
	--pmx-serif: Georgia, "Times New Roman", serif;
	--pmx-sans: Poppins, "Avenir Next", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--pmx-ivory); color: var(--pmx-ink); font-family: var(--pmx-sans); -webkit-font-smoothing: antialiased; }
body.pmx-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.pmx-skip-link:focus { top: 10px; left: 10px; z-index: 9999; width: auto; height: auto; padding: 12px 16px; clip: auto; background: white; color: var(--pmx-forest); }

.pmx-announcement { display: flex; min-height: 34px; align-items: center; justify-content: center; padding: 7px 20px; background: var(--pmx-forest-deep); color: rgba(255,255,255,.82); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.pmx-site-header { position: sticky; top: 0; z-index: 90; display: grid; grid-template-columns: 1fr auto 1fr; min-height: 76px; align-items: center; padding: 0 clamp(22px, 5vw, 76px); border-bottom: 1px solid rgba(17,59,45,.1); background: rgba(248,243,233,.94); backdrop-filter: blur(18px); }
.admin-bar .pmx-site-header { top: 32px; }
.pmx-brand { min-width: 0; }
.pmx-brand .custom-logo-link { display: block; width: fit-content; }
.pmx-brand .custom-logo { display: block; width: auto; max-width: 170px; max-height: 48px; }
.pmx-brand > a { display: inline-flex; flex-direction: column; width: fit-content; line-height: 1; }
.pmx-brand > a span { font-family: var(--pmx-serif); font-size: 23px; font-weight: 700; letter-spacing: .035em; }
.pmx-brand > a small { margin-top: 4px; color: var(--pmx-muted); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.pmx-primary-nav ul { display: flex; align-items: center; gap: 31px; margin: 0; padding: 0; list-style: none; }
.pmx-primary-nav li { position: relative; }
.pmx-primary-nav a { display: block; padding: 29px 0; color: #415149; font-size: 11px; font-weight: 700; }
.pmx-primary-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; background: var(--pmx-forest); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.pmx-primary-nav a:hover::after, .pmx-primary-nav a:focus-visible::after { transform: scaleX(1); }
.pmx-primary-nav .sub-menu { position: absolute; top: 100%; left: -18px; display: none; min-width: 190px; padding: 10px 18px; border: 1px solid var(--pmx-line); background: var(--pmx-white); box-shadow: 0 20px 45px rgba(17,35,28,.12); }
.pmx-primary-nav li:hover > .sub-menu, .pmx-primary-nav li:focus-within > .sub-menu { display: block; }
.pmx-primary-nav .sub-menu a { padding: 9px 0; }
.pmx-primary-nav .sub-menu a::after { bottom: 5px; }
.pmx-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.pmx-header-help { color: var(--pmx-leaf); font-size: 9px; font-weight: 800; }
.pmx-header-cart { display: flex; min-height: 40px; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--pmx-line); background: rgba(255,255,255,.35); font-size: 9px; font-weight: 700; }
.pmx-cart-count { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--pmx-accent); color: white; font-size: 8px; }
.pmx-menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.pmx-menu-toggle > span:not(.screen-reader-text) { display: block; height: 1px; margin: 4px 0; background: var(--pmx-ink); }

.pmx-home-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); min-height: calc(100vh - 110px); overflow: hidden; }
.pmx-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(32px, 6vw, 104px); }
.pmx-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--pmx-leaf); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.pmx-eyebrow::before { width: 25px; height: 1px; background: currentColor; content: ""; }
.pmx-hero-copy h1 { max-width: 690px; margin: 0; font-family: var(--pmx-serif); font-size: clamp(50px, 5.6vw, 88px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.pmx-hero-lede { max-width: 590px; margin: 28px 0 0; color: #59655f; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.75; }
.pmx-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.pmx-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 19px; border: 1px solid transparent; border-radius: 3px; font-size: 11px; font-weight: 800; line-height: 1.25; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.pmx-button-primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button { background: var(--pmx-forest); color: white; box-shadow: 0 14px 34px rgba(17,59,45,.18); }
.pmx-button-primary:hover, .pmx-button-primary:focus-visible, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background: var(--pmx-forest-deep); color: white; transform: translateY(-1px); }
.pmx-button-quiet { border-color: var(--pmx-line); background: rgba(255,255,255,.25); }
.pmx-button-quiet:hover, .pmx-button-quiet:focus-visible { border-color: var(--pmx-forest); }
.pmx-hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: #55625c; font-size: 9px; }
.pmx-hero-trust span::before { margin-right: 7px; color: var(--pmx-leaf); content: "✓"; }
.pmx-hero-visual { position: relative; min-height: 660px; margin: 0; background: var(--pmx-forest); }
.pmx-hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pmx-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(7,31,23,.02), rgba(7,31,23,.38)); content: ""; pointer-events: none; }
.pmx-hero-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: flex; align-items: center; gap: 17px; padding: 22px 28px; background: rgba(8,36,27,.88); color: white; backdrop-filter: blur(12px); }
.pmx-hero-visual figcaption > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--pmx-saffron); font-family: var(--pmx-serif); }
.pmx-hero-visual figcaption strong, .pmx-hero-visual figcaption small { display: block; }
.pmx-hero-visual figcaption strong { font-size: 11px; }
.pmx-hero-visual figcaption small { margin-top: 3px; color: rgba(255,255,255,.65); font-size: 8px; }
.pmx-image-required { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px; background: linear-gradient(140deg, #345e49, #0d2d22); color: white; text-align: center; }
.pmx-image-required strong, .pmx-image-required small { display: block; }
.pmx-image-required strong { font-family: var(--pmx-serif); font-size: 24px; font-weight: 500; }
.pmx-image-required small { margin-top: 8px; color: rgba(255,255,255,.55); font-size: 8px; }

.pmx-home-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0 clamp(24px, 5vw, 76px); border-top: 1px solid var(--pmx-line); border-bottom: 1px solid var(--pmx-line); background: var(--pmx-white); }
.pmx-home-proof article { display: flex; min-height: 104px; flex-direction: column; justify-content: center; padding: 20px 24px; border-right: 1px solid var(--pmx-line); }
.pmx-home-proof article:first-child { border-left: 1px solid var(--pmx-line); }
.pmx-home-proof strong, .pmx-home-proof span { display: block; }
.pmx-home-proof strong { font-size: 11px; }
.pmx-home-proof span { margin-top: 4px; color: var(--pmx-muted); font-size: 8px; }
.pmx-home-products, .pmx-journey-section { padding: clamp(76px, 9vw, 128px) clamp(22px, 5vw, 76px); }
.pmx-section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); align-items: end; gap: 50px; margin-bottom: 45px; }
.pmx-section-heading h2, .pmx-decision-section h2, .pmx-support-section h2 { margin: 0; font-family: var(--pmx-serif); font-size: clamp(38px, 4.2vw, 64px); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.pmx-section-heading > p, .pmx-decision-section > div > p:last-child, .pmx-support-section > div > p:last-child { margin: 0; color: var(--pmx-muted); font-size: 13px; line-height: 1.75; }
.pmx-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pmx-product-card { overflow: hidden; border: 1px solid var(--pmx-line); background: var(--pmx-white); }
.pmx-product-image { display: block; aspect-ratio: 1 / .86; overflow: hidden; background: var(--pmx-cream); }
.pmx-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pmx-product-card:hover .pmx-product-image img { transform: scale(1.025); }
.pmx-product-card > div { display: grid; min-height: 190px; padding: 22px; }
.pmx-product-card > div > span { color: var(--pmx-leaf); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pmx-product-card > div > span a { pointer-events: none; }
.pmx-product-card h3 { margin: 8px 0 0; font-family: var(--pmx-serif); font-size: 21px; font-weight: 500; }
.pmx-product-card p { margin: 9px 0 0; color: var(--pmx-muted); font-size: 10px; line-height: 1.6; }
.pmx-product-card footer { display: flex; align-items: end; justify-content: space-between; align-self: end; margin-top: 22px; }
.pmx-product-card footer strong { font-size: 14px; }
.pmx-product-card footer > a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--pmx-line); border-radius: 50%; }
.pmx-product-card footer > a:hover, .pmx-product-card footer > a:focus-visible { border-color: var(--pmx-forest); background: var(--pmx-forest); color: white; }
.pmx-empty-catalog { grid-column: 1 / -1; padding: 50px; border: 1px dashed var(--pmx-line); background: var(--pmx-white); text-align: center; }
.pmx-empty-catalog strong { font-family: var(--pmx-serif); font-size: 24px; font-weight: 500; }
.pmx-empty-catalog p { color: var(--pmx-muted); font-size: 10px; }

.pmx-story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--pmx-forest-deep); color: white; }
.pmx-story-section figure { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #254637; }
.pmx-story-section figure > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pmx-story-section figure::after { position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.16); content: ""; }
.pmx-story-section > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 112px); }
.pmx-eyebrow-light { color: #dfb469; }
.pmx-story-section h2 { max-width: 650px; margin: 0; font-family: var(--pmx-serif); font-size: clamp(42px, 4.6vw, 70px); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.pmx-story-section > div > p:not(.pmx-eyebrow) { margin: 27px 0 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.8; }
.pmx-story-section ul { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.pmx-story-section li { display: flex; gap: 9px; color: rgba(255,255,255,.78); font-size: 10px; line-height: 1.5; }
.pmx-story-section li::before { color: #dfb469; content: "✓"; }
.pmx-decision-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 140px); align-items: center; padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 130px); background: var(--pmx-cream); }
.pmx-decision-section > div > p:last-child { margin-top: 24px; }
.pmx-decision-section aside { padding: 28px; border: 1px solid rgba(17,59,45,.15); background: var(--pmx-white); box-shadow: 0 28px 60px rgba(42,49,43,.09); }
.pmx-decision-section aside span, .pmx-decision-section aside strong, .pmx-decision-section aside small { display: block; }
.pmx-decision-section aside span { color: var(--pmx-leaf); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pmx-decision-section aside strong { margin-top: 7px; font-family: var(--pmx-serif); font-size: 21px; font-weight: 500; }
.pmx-decision-section aside small { margin-top: 5px; color: var(--pmx-muted); font-size: 8px; line-height: 1.5; }
.pmx-decision-section aside hr { height: 1px; margin: 23px 0; border: 0; background: var(--pmx-line); }
.pmx-support-section { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; padding: 55px clamp(24px, 8vw, 130px); background: var(--pmx-accent); color: white; }
.pmx-support-section h2 { max-width: 850px; }
.pmx-support-section > div > p:last-child { max-width: 680px; margin-top: 14px; color: rgba(255,255,255,.72); }
.pmx-button-light { border-color: rgba(255,255,255,.3); background: white; color: var(--pmx-accent); }
.pmx-number-needed { max-width: 270px; padding: 14px; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.72); font-size: 8px; line-height: 1.5; }
.pmx-journey-section { background: var(--pmx-white); }
.pmx-journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--pmx-line); border-left: 1px solid var(--pmx-line); }
.pmx-journey-grid article { position: relative; min-height: 230px; padding: 28px; border-right: 1px solid var(--pmx-line); border-bottom: 1px solid var(--pmx-line); }
.pmx-journey-grid article > span { color: #a5aea9; font-family: var(--pmx-serif); font-size: 10px; }
.pmx-journey-grid h3 { margin: 60px 0 10px; font-family: var(--pmx-serif); font-size: 19px; font-weight: 500; }
.pmx-journey-grid p { margin: 0; color: var(--pmx-muted); font-size: 9px; line-height: 1.65; }

.pmx-site-footer { padding: 68px clamp(24px, 6vw, 96px) 24px; background: var(--pmx-forest-deep); color: white; }
.pmx-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; padding-bottom: 60px; }
.pmx-footer-grid > div:not(.pmx-footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.pmx-footer-grid > div > strong { margin-bottom: 6px; color: #dfb469; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.pmx-footer-grid a, .pmx-footer-grid span { color: rgba(255,255,255,.66); font-size: 9px; }
.pmx-footer-brand strong { font-family: var(--pmx-serif); font-size: 29px; font-weight: 500; }
.pmx-footer-brand p { max-width: 280px; margin: 18px 0 0; color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.7; }
.pmx-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 8px; }

/* WordPress content */
.pmx-content-main { min-height: 65vh; padding: clamp(55px, 8vw, 110px) clamp(18px, 8vw, 130px); }
.pmx-content-card { max-width: 920px; margin: 0 auto 25px; padding: clamp(25px, 5vw, 60px); border: 1px solid var(--pmx-line); background: var(--pmx-white); }
.pmx-content-card h1 { margin: 0 0 20px; font-family: var(--pmx-serif); font-size: clamp(38px, 5vw, 62px); font-weight: 500; letter-spacing: -.035em; }
.pmx-content-card p, .pmx-content-card li { color: var(--pmx-muted); font-size: 12px; line-height: 1.75; }
.pmx-content-card a:not(.pmx-button) { color: var(--pmx-leaf); text-decoration: underline; }
.pmx-not-found { max-width: 760px; text-align: center; }
.pmx-not-found .pmx-eyebrow { justify-content: center; }

/* WooCommerce collection and product pages */
.pmx-commerce-main { min-height: 65vh; padding: 36px clamp(18px, 5vw, 76px) clamp(80px, 9vw, 135px); }
.woocommerce .woocommerce-breadcrumb { max-width: 1480px; margin: 0 auto 28px; color: var(--pmx-muted); font-size: 9px; }
.woocommerce .woocommerce-breadcrumb a { font-weight: 700; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 28px; color: var(--pmx-muted); font-size: 9px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 8px 35px 8px 12px; border: 1px solid var(--pmx-line); border-radius: 0; background: var(--pmx-white); color: var(--pmx-ink); }
.woocommerce-products-header h1, .woocommerce div.product .product_title, .woocommerce-cart .pmx-commerce-main > h1, .woocommerce-checkout .pmx-commerce-main > h1 { margin: 20px 0 35px; font-family: var(--pmx-serif); font-size: clamp(45px, 5.4vw, 76px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 20px; border: 1px solid var(--pmx-line); background: var(--pmx-white); }
.woocommerce ul.products li.product a img { aspect-ratio: 1 / .86; margin: 0 0 20px; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 20px; font-family: var(--pmx-serif); font-size: 20px; font-weight: 500; }
.woocommerce ul.products li.product .price { padding: 0 20px; color: var(--pmx-ink); font-size: 13px; font-weight: 700; }
.woocommerce ul.products li.product .button { min-height: 42px; margin: 8px 20px 0; border: 1px solid var(--pmx-line); background: transparent; color: var(--pmx-forest); font-size: 9px; }
.woocommerce span.onsale { top: 13px; left: 13px; min-width: auto; min-height: auto; padding: 7px 9px; border-radius: 0; background: var(--pmx-accent); font-size: 7px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.woocommerce div.product { max-width: 1480px; margin: 0 auto; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 80px; }
.woocommerce div.product div.images { width: 54%; }
.woocommerce div.product div.summary { width: 40%; padding-top: 26px; }
.woocommerce div.product div.images img { background: var(--pmx-cream); }
.woocommerce div.product .woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce div.product .flex-control-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.woocommerce div.product .flex-control-thumbs li { width: 70px; border: 1px solid var(--pmx-line); }
.woocommerce div.product .product_title { margin: 0; font-size: clamp(44px, 4.6vw, 68px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 25px 0 0; color: var(--pmx-ink); font-family: var(--pmx-serif); font-size: 30px; }
.woocommerce-product-details__short-description { margin-top: 20px; color: var(--pmx-muted); font-size: 12px; line-height: 1.75; }
.woocommerce div.product .product_meta { padding-top: 18px; border-top: 1px solid var(--pmx-line); color: var(--pmx-muted); font-size: 8px; line-height: 1.8; }
.woocommerce div.product .product_meta > span { display: block; }
.woocommerce div.product .product_meta a { color: var(--pmx-leaf); }
.pmx-one-offer { margin: 23px 0 12px; padding: 16px 18px; border-left: 3px solid var(--pmx-saffron); background: #f8f0df; }
.pmx-one-offer span, .pmx-one-offer strong { display: block; }
.pmx-one-offer span { color: #805d27; font-size: 7px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.pmx-one-offer strong { margin-top: 5px; font-size: 9px; line-height: 1.5; }
.pmx-purchase-anchor { display: block; position: relative; top: -125px; visibility: hidden; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.woocommerce div.product form.cart .variations { flex: 1 0 100%; margin-bottom: 12px; }
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { padding: 6px 0; text-align: left; }
.woocommerce div.product form.cart .variations label { font-size: 9px; }
.woocommerce div.product form.cart .variations select { min-height: 44px; padding: 9px; border: 1px solid var(--pmx-line); border-radius: 0; background: var(--pmx-white); }
.woocommerce .quantity .qty { width: 62px; min-height: 52px; border: 1px solid var(--pmx-line); border-radius: 0; background: var(--pmx-white); }
.woocommerce div.product form.cart .button { flex: 1; min-height: 52px; background: var(--pmx-forest); color: white; }
.pmx-delivery-promise, .pmx-whatsapp-context { display: block; margin-top: 10px; padding: 15px 17px; border: 1px solid var(--pmx-line); background: rgba(255,255,255,.48); }
.pmx-delivery-promise strong, .pmx-delivery-promise small, .pmx-whatsapp-context strong, .pmx-whatsapp-context small { display: block; }
.pmx-delivery-promise strong, .pmx-whatsapp-context strong { font-size: 9px; }
.pmx-delivery-promise small, .pmx-whatsapp-context small { margin-top: 4px; color: var(--pmx-muted); font-size: 8px; line-height: 1.5; }
.pmx-whatsapp-context { border-color: rgba(47,110,78,.25); background: #edf3ed; color: var(--pmx-leaf); }
.pmx-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 19px; border-top: 1px solid var(--pmx-line); border-left: 1px solid var(--pmx-line); }
.pmx-trust-row span { padding: 12px; border-right: 1px solid var(--pmx-line); border-bottom: 1px solid var(--pmx-line); }
.pmx-trust-row strong, .pmx-trust-row small { display: block; }
.pmx-trust-row strong { font-size: 7px; }
.pmx-trust-row small { margin-top: 4px; color: var(--pmx-muted); font-size: 6px; line-height: 1.45; }
.woocommerce div.product .woocommerce-tabs { clear: both; padding: clamp(55px, 7vw, 95px) 0 0; border-top: 1px solid var(--pmx-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 20px; margin: 0 0 30px; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--pmx-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 9px; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 850px; color: var(--pmx-muted); font-size: 11px; line-height: 1.75; }
.woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce .related.products > h2 { color: var(--pmx-ink); font-family: var(--pmx-serif); font-size: clamp(30px, 4vw, 48px); font-weight: 500; }
.pmx-mobile-buy { display: none; }

/* Cart and checkout */
.woocommerce-cart .pmx-commerce-main, .woocommerce-checkout .pmx-commerce-main { max-width: 1240px; margin: 0 auto; }
.woocommerce table.shop_table { border: 1px solid var(--pmx-line); border-radius: 0; background: var(--pmx-white); }
.woocommerce table.shop_table th { padding: 15px; color: var(--pmx-muted); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce table.shop_table td { padding: 18px 15px; border-top-color: var(--pmx-line); font-size: 10px; }
.woocommerce table.shop_table .product-thumbnail { width: 100px; }
.woocommerce table.shop_table .product-thumbnail img { width: 74px; background: var(--pmx-cream); }
.woocommerce table.shop_table .product-name a { font-family: var(--pmx-serif); font-size: 15px; }
.woocommerce a.remove { color: var(--pmx-accent) !important; font-size: 18px; }
.woocommerce a.remove:hover { background: var(--pmx-accent); color: white !important; }
.woocommerce .coupon { display: none; }
.woocommerce-cart table.cart td.actions .button { background: transparent; color: var(--pmx-forest); }
.woocommerce .cart-collaterals .cart_totals { padding: 25px; border: 1px solid var(--pmx-line); background: var(--pmx-white); }
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-checkout #order_review_heading, .woocommerce-checkout h3 { font-family: var(--pmx-serif); font-size: 25px; font-weight: 500; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { font-size: 10px; }
.woocommerce form .form-row label { font-size: 8px; font-weight: 700; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 46px; padding: 10px 12px; border: 1px solid var(--pmx-line); border-radius: 0; background: var(--pmx-white); color: var(--pmx-ink); font-size: 10px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 24px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 45px; }
.woocommerce-checkout .col2-set { width: 58%; padding: 26px; border: 1px solid var(--pmx-line); background: var(--pmx-white); }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { float: right; width: 39%; }
.woocommerce-checkout #order_review { padding: 22px; border: 1px solid var(--pmx-line); background: var(--pmx-white); }
.woocommerce-checkout #payment { border-radius: 0; background: #edf3ed; }
.woocommerce-checkout #payment div.payment_box { background: var(--pmx-white); color: var(--pmx-muted); font-size: 9px; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--pmx-white); }
.woocommerce-checkout #payment ul.payment_methods { border-bottom-color: var(--pmx-line); }
.woocommerce-checkout #payment .payment_method_paypal .about_paypal { font-size: 8px; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error { border-top-color: var(--pmx-leaf); background: var(--pmx-white); font-size: 9px; line-height: 1.5; }
.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before { color: var(--pmx-leaf); }

@media (max-width: 1050px) {
	.pmx-primary-nav ul { gap: 18px; }
	.pmx-home-hero { grid-template-columns: 1fr 1fr; }
	.pmx-hero-copy { padding: 60px 44px; }
	.pmx-home-proof { grid-template-columns: repeat(2, 1fr); }
	.pmx-home-proof article:nth-child(2) { border-right: 0; }
	.pmx-product-grid { gap: 12px; }
	.pmx-story-section > div { padding: 60px; }
	.pmx-journey-grid { grid-template-columns: repeat(2, 1fr); }
	.woocommerce div.product div.images { width: 50%; }
	.woocommerce div.product div.summary { width: 46%; }
}

@media (max-width: 782px) {
	.admin-bar .pmx-site-header { top: 46px; }
}

@media (max-width: 760px) {
	.pmx-announcement { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
	.pmx-site-header { grid-template-columns: 1fr auto; min-height: 64px; padding: 0 16px; }
	.pmx-brand > a span { font-size: 20px; }
	.pmx-brand > a small { display: none; }
	.pmx-primary-nav { position: fixed; top: 98px; right: 0; bottom: 0; left: 0; display: none; padding: 32px 22px; background: var(--pmx-ivory); }
	.admin-bar .pmx-primary-nav { top: 144px; }
	.pmx-primary-nav.is-open { display: block; }
	.pmx-primary-nav ul { display: grid; gap: 0; }
	.pmx-primary-nav a { padding: 17px 0; border-bottom: 1px solid var(--pmx-line); font-family: var(--pmx-serif); font-size: 25px; font-weight: 500; }
	.pmx-primary-nav a::after { display: none; }
	.pmx-primary-nav .sub-menu { position: static; display: block; padding: 0 0 0 18px; border: 0; background: transparent; box-shadow: none; }
	.pmx-primary-nav .sub-menu a { font-family: var(--pmx-sans); font-size: 11px; }
	.pmx-header-help { display: none; }
	.pmx-header-cart { min-height: 36px; padding: 0 9px; }
	.pmx-header-cart > span:first-child { display: none; }
	.pmx-menu-toggle { display: block; }

	.pmx-home-hero { display: flex; min-height: auto; flex-direction: column; }
	.pmx-hero-copy { padding: 55px 20px 42px; }
	.pmx-hero-copy h1 { font-size: clamp(44px, 13vw, 62px); }
	.pmx-hero-lede { margin-top: 20px; font-size: 14px; }
	.pmx-hero-actions { display: grid; }
	.pmx-button { width: 100%; }
	.pmx-hero-trust { display: grid; gap: 8px; }
	.pmx-hero-visual { min-height: 470px; }
	.pmx-hero-visual figcaption { padding: 17px 20px; }
	.pmx-home-proof { grid-template-columns: 1fr 1fr; padding: 0; }
	.pmx-home-proof article { min-height: 112px; padding: 18px 15px; }
	.pmx-home-proof article:first-child { border-left: 0; }
	.pmx-home-products, .pmx-journey-section { padding: 70px 16px; }
	.pmx-section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
	.pmx-product-grid { display: flex; margin-right: -16px; overflow-x: auto; scroll-snap-type: x mandatory; }
	.pmx-product-card { min-width: 84vw; scroll-snap-align: start; }
	.pmx-story-section { grid-template-columns: 1fr; }
	.pmx-story-section figure { min-height: 470px; }
	.pmx-story-section > div { padding: 65px 20px; }
	.pmx-story-section h2 { font-size: 44px; }
	.pmx-decision-section { grid-template-columns: 1fr; padding: 76px 16px; }
	.pmx-support-section { grid-template-columns: 1fr; padding: 60px 20px; }
	.pmx-journey-grid { grid-template-columns: 1fr; }
	.pmx-journey-grid article { min-height: 195px; }
	.pmx-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
	.pmx-footer-brand { grid-column: 1 / -1; }
	.pmx-footer-bottom { flex-direction: column; }

	.pmx-commerce-main { padding: 22px 14px 80px; }
	.woocommerce-products-header h1 { font-size: 49px; }
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 12px; font-size: 16px; }
	.woocommerce ul.products li.product .price { padding: 0 12px; font-size: 11px; }
	.woocommerce ul.products li.product .button { min-height: 38px; margin: 7px 12px 0; padding: 9px; }
	.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: 100%; margin-bottom: 38px; }
	.woocommerce div.product div.summary { padding-top: 0; }
	.woocommerce div.product .product_title { font-size: 44px; }
	.woocommerce div.product p.price, .woocommerce div.product span.price { font-size: 27px; }
	.pmx-trust-row { grid-template-columns: repeat(3, 1fr); }
	.woocommerce div.product .woocommerce-tabs { padding-top: 45px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs { display: grid; gap: 0; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li { display: block; margin: 0; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li a { display: block; padding: 12px 0; }
	.pmx-mobile-buy { position: fixed; right: 0; bottom: 0; left: 0; z-index: 95; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 13px max(10px, env(safe-area-inset-bottom)); border-top: 1px solid var(--pmx-line); background: rgba(255,253,248,.97); box-shadow: 0 -12px 30px rgba(17,35,28,.1); backdrop-filter: blur(16px); }
	.pmx-mobile-buy small, .pmx-mobile-buy strong { display: block; }
	.pmx-mobile-buy small { color: var(--pmx-muted); font-size: 7px; }
	.pmx-mobile-buy strong { font-size: 12px; }
	.pmx-mobile-buy a { padding: 12px 17px; background: var(--pmx-forest); color: white; font-size: 9px; font-weight: 800; }
	.single-product .pmx-site-footer { padding-bottom: 78px; }

	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before { color: var(--pmx-muted); font-size: 7px; }
	.woocommerce table.shop_table .product-thumbnail { display: block; width: 100%; text-align: left !important; }
	.woocommerce table.shop_table .product-thumbnail::before { display: none; }
	.woocommerce-checkout .col2-set, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { float: none; width: 100%; }
	.woocommerce-checkout .col2-set { padding: 18px 14px; }
	.woocommerce-checkout #order_review_heading { margin-top: 35px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
