:root {
  --dmj-forest: #0b4b32;
  --dmj-deep: #073824;
  --dmj-leaf: #2f6b43;
  --dmj-lime: #b8cc32;
  --dmj-gold: #efb83f;
  --dmj-red: #a8442d;
  --dmj-cream: #fbf7ec;
  --dmj-sand: #efe5ce;
  --dmj-paper: #fffdf8;
  --dmj-ink: #163126;
  --dmj-muted: #5f7168;
  --dmj-line: #d9dfd8;
  --dmj-white: #fff;
  --dmj-shadow: 0 18px 50px rgba(7, 56, 36, .13);
  --dmj-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.dmj-retail {
  background: var(--dmj-paper);
  color: var(--dmj-ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
body.admin-bar .dmj-site-header { top: 32px; }
img { height: auto; max-width: 100%; }
a { color: var(--dmj-forest); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid var(--dmj-gold); outline-offset: 3px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.dmj-container { margin-inline: auto; max-width: 1240px; padding-inline: clamp(20px, 5vw, 64px); width: 100%; }
.dmj-skip-link { background: var(--dmj-gold); color: var(--dmj-deep); font-weight: 700; left: 14px; padding: 12px 18px; position: fixed; top: -100px; z-index: 9999; }
.dmj-skip-link:focus { top: 12px; }

h1, h2, h3, h4 { font-family: Fraunces, Georgia, serif; letter-spacing: -.025em; line-height: 1.08; margin-block: 0 .55em; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.25rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
p { margin-block: 0 1.25em; }
.dmj-lead { color: var(--dmj-muted); font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.6; max-width: 660px; }
.dmj-eyebrow { color: var(--dmj-leaf); font-size: .78rem; font-weight: 800; letter-spacing: .14em; margin-bottom: 1rem; text-transform: uppercase; }
.dmj-section { padding-block: clamp(72px, 10vw, 128px); }
.dmj-section-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 38px; }
.dmj-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }
.dmj-button { align-items: center; border: 2px solid transparent; border-radius: 999px; cursor: pointer; display: inline-flex; font-weight: 700; justify-content: center; min-height: 48px; padding: 11px 21px; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.dmj-button:hover { transform: translateY(-2px); }
.dmj-button-primary { background: var(--dmj-forest); border-color: var(--dmj-forest); color: var(--dmj-white); }
.dmj-button-primary:hover { background: var(--dmj-deep); border-color: var(--dmj-deep); color: var(--dmj-white); }
.dmj-button-secondary { background: transparent; border-color: var(--dmj-forest); color: var(--dmj-forest); }
.dmj-button-secondary:hover { background: var(--dmj-cream); }
.dmj-button-accent { background: var(--dmj-gold); border-color: var(--dmj-gold); color: var(--dmj-deep); }
.dmj-button-accent:hover { background: #f5c85d; border-color: #f5c85d; color: var(--dmj-deep); }
.dmj-button-light { background: var(--dmj-white); border-color: var(--dmj-white); color: var(--dmj-deep); }
.dmj-text-link { align-items: center; display: inline-flex; font-weight: 800; min-height: 44px; text-decoration-color: var(--dmj-lime); text-decoration-thickness: 3px; text-underline-offset: 4px; }

.dmj-site-header { background: rgba(255, 253, 248, .97); border-bottom: 1px solid var(--dmj-line); position: sticky; top: 0; z-index: 1000; }
.dmj-utility { background: var(--dmj-deep); color: var(--dmj-white); font-size: .75rem; }
.dmj-utility-inner { align-items: center; display: flex; justify-content: space-between; min-height: 34px; padding-block: 5px; }
.dmj-header-main { align-items: center; display: grid; gap: 28px; grid-template-columns: 170px 1fr auto; min-height: 88px; padding-block: 12px; }
.dmj-brand { display: block; line-height: 0; }
.dmj-brand img { max-height: 66px; object-fit: contain; object-position: left center; width: 150px; }
.dmj-desktop-nav { align-items: center; display: flex; gap: clamp(16px, 2vw, 28px); justify-content: center; }
.dmj-desktop-nav a { color: var(--dmj-ink); font-size: .91rem; font-weight: 700; min-height: 44px; padding-block: 11px; text-decoration: none; }
.dmj-desktop-nav a:hover { color: var(--dmj-forest); text-decoration: underline; text-decoration-color: var(--dmj-lime); text-decoration-thickness: 3px; text-underline-offset: 7px; }
.dmj-header-actions { align-items: center; display: flex; gap: 10px; }
.dmj-language { border: 1px solid var(--dmj-line); border-radius: 999px; display: flex; padding: 2px; }
.dmj-language a { align-items: center; border-radius: 999px; display: flex; font-size: .75rem; font-weight: 800; justify-content: center; min-height: 44px; padding-inline: 15px; text-decoration: none; white-space: nowrap; }
.dmj-language a[aria-current="page"] { background: var(--dmj-forest); color: var(--dmj-white); }
.dmj-cart-link { align-items: center; background: var(--dmj-cream); border-radius: 999px; display: flex; font-size: .76rem; font-weight: 800; gap: 7px; min-height: 44px; padding: 8px 11px; text-decoration: none; text-transform: uppercase; }
.dmj-cart-count { align-items: center; background: var(--dmj-red); border-radius: 50%; color: var(--dmj-white); display: inline-flex; height: 22px; justify-content: center; min-width: 22px; padding: 0 5px; }
.dmj-menu-toggle { background: transparent; border: 0; display: none; height: 44px; padding: 10px; width: 44px; }
.dmj-menu-icon, .dmj-menu-icon::before, .dmj-menu-icon::after { background: var(--dmj-forest); content: ""; display: block; height: 2px; transition: transform .2s ease; width: 24px; }
.dmj-menu-icon::before { transform: translateY(-7px); }
.dmj-menu-icon::after { transform: translateY(5px); }
.dmj-mobile-nav { background: var(--dmj-paper); border-top: 1px solid var(--dmj-line); padding: 12px 20px 22px; }
.dmj-mobile-nav a { border-bottom: 1px solid var(--dmj-line); color: var(--dmj-ink); display: block; font-weight: 800; min-height: 48px; padding: 12px 4px; text-decoration: none; }

.dmj-hero { background: linear-gradient(135deg, var(--dmj-cream) 0%, #fff8df 100%); overflow: hidden; }
.dmj-hero-grid { align-items: center; display: grid; gap: clamp(40px, 7vw, 100px); grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); min-height: min(780px, calc(100vh - 122px)); padding-block: clamp(70px, 10vw, 130px); }
.dmj-hero-copy { position: relative; z-index: 2; }
.dmj-hero-copy h1 { max-width: 820px; }
.dmj-hero .dmj-actions { margin-block: 28px 24px; }
.dmj-proof-list { display: flex; flex-wrap: wrap; gap: 10px 26px; list-style: none; margin: 0; padding: 0; }
.dmj-proof-list li { color: var(--dmj-muted); font-size: .87rem; font-weight: 700; }
.dmj-proof-list li::before { color: var(--dmj-leaf); content: "✓"; font-weight: 900; margin-right: 7px; }
.dmj-hero-visual { isolation: isolate; position: relative; }
.dmj-hero-visual img { filter: drop-shadow(0 26px 30px rgba(7, 56, 36, .2)); position: relative; z-index: 2; }
.dmj-hero-visual-dark .dmj-hero-sun { display: none; }
.dmj-hero-visual-dark img { aspect-ratio: 1394 / 1128; background: #000; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; box-shadow: 0 30px 60px rgba(7,56,36,.22); display: block; filter: none; object-fit: cover; width: 100%; }
.dmj-hero-sun { background: var(--dmj-gold); border-radius: 50%; height: 75%; left: 12%; position: absolute; top: 8%; width: 75%; z-index: 0; }
.dmj-fresh-badge { background: var(--dmj-deep); border: 6px solid var(--dmj-cream); border-radius: 50%; bottom: 2%; color: var(--dmj-white); display: grid; font-family: Fraunces, Georgia, serif; font-size: .86rem; font-weight: 700; height: 112px; letter-spacing: .05em; line-height: 1.15; padding: 16px; place-items: center; position: absolute; right: 0; text-align: center; text-transform: uppercase; transform: rotate(7deg); width: 112px; z-index: 3; }

.dmj-video-feature { background: var(--dmj-deep); color: var(--dmj-white); overflow: hidden; position: relative; }
.dmj-video-feature::before { background: var(--dmj-gold); border-radius: 50%; content: ""; filter: blur(1px); height: 430px; opacity: .12; position: absolute; right: -150px; top: -170px; width: 430px; }
.dmj-video-grid { align-items: center; display: grid; gap: clamp(48px, 9vw, 130px); grid-template-columns: minmax(0, 1fr) minmax(320px, 480px); position: relative; }
.dmj-video-copy { max-width: 680px; }
.dmj-video-copy .dmj-eyebrow { color: var(--dmj-lime); }
.dmj-video-copy > p:not(.dmj-eyebrow) { color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 1.6vw, 1.24rem); max-width: 620px; }
.dmj-video-notes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.dmj-video-notes span { align-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.86); display: inline-flex; font-size: .78rem; font-weight: 800; min-height: 44px; padding: 8px 15px; }
.dmj-video-notes span::before { color: var(--dmj-gold); content: "●"; font-size: .6rem; margin-right: 8px; }
.dmj-video-card { margin: 0 auto; max-width: 430px; width: 100%; }
.dmj-video-frame { background: #061d13; border: 8px solid rgba(255,255,255,.12); border-radius: 30px; box-shadow: 0 28px 65px rgba(0,0,0,.3); overflow: hidden; position: relative; }
.dmj-video-frame::after { border: 1px solid rgba(255,255,255,.14); border-radius: 21px; content: ""; inset: 7px; pointer-events: none; position: absolute; }
.dmj-video-frame video { aspect-ratio: 9 / 16; background: #000; display: block; object-fit: cover; width: 100%; }
.dmj-video-card figcaption { color: rgba(255,255,255,.7); font-size: .78rem; margin-top: 14px; text-align: center; }

.dmj-benefits { background: var(--dmj-paper); }
.dmj-benefits h2 { max-width: 760px; }
.dmj-card-grid { display: grid; gap: 22px; }
.dmj-benefit-grid { grid-template-columns: repeat(3, 1fr); margin-top: 44px; }
.dmj-benefit-grid article { background: var(--dmj-cream); border: 1px solid #eadfc5; border-radius: var(--dmj-radius); min-height: 260px; padding: clamp(28px, 4vw, 42px); }
.dmj-benefit-grid article > span { color: var(--dmj-red); display: block; font-family: Fraunces, Georgia, serif; font-size: 2.2rem; font-weight: 700; margin-bottom: 34px; }
.dmj-benefit-grid p { color: var(--dmj-muted); margin: 0; }

.dmj-how { background: var(--dmj-deep); color: var(--dmj-white); }
.dmj-how .dmj-eyebrow { color: var(--dmj-lime); }
.dmj-how-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: 1fr 1fr; }
.dmj-how-grid > div > p:not(.dmj-eyebrow) { color: rgba(255,255,255,.78); max-width: 620px; }
.dmj-how .dmj-text-link { color: var(--dmj-white); }
.dmj-step-list { counter-reset: dmjstep; display: grid; gap: 14px; list-style: none; margin: 0; padding: 0; }
.dmj-step-list li { align-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; display: grid; gap: 4px 18px; grid-template-columns: 58px 1fr; padding: 19px 22px; }
.dmj-step-list li::before { align-items: center; background: var(--dmj-gold); border-radius: 50%; color: var(--dmj-deep); content: counter(dmjstep); counter-increment: dmjstep; display: flex; font-family: Fraunces, Georgia, serif; font-size: 1.35rem; font-weight: 700; grid-row: 1 / 3; height: 48px; justify-content: center; width: 48px; }
.dmj-step-list strong { font-family: Fraunces, Georgia, serif; font-size: 1.4rem; }
.dmj-step-list span { color: rgba(255,255,255,.72); font-size: .9rem; }

.dmj-locator-teaser { background: var(--dmj-sand); }
.dmj-locator-teaser-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: .9fr 1.1fr; }
.dmj-locator-teaser-grid img { border-radius: var(--dmj-radius); box-shadow: var(--dmj-shadow); }
.dmj-locator-teaser-grid .dmj-button { margin-top: 10px; }

.dmj-products-section { background: var(--dmj-paper); }
.dmj-product-grid { grid-template-columns: repeat(4, 1fr); }
.dmj-product-card { background: var(--dmj-white); border: 1px solid var(--dmj-line); border-radius: var(--dmj-radius); box-shadow: 0 10px 30px rgba(7,56,36,.05); overflow: hidden; }
.dmj-product-image { background: var(--dmj-cream); display: block; overflow: hidden; }
.dmj-product-image img { aspect-ratio: 1; display: block; object-fit: contain; padding: 16px; transition: transform .25s ease; width: 100%; }
.dmj-product-card:hover .dmj-product-image img { transform: scale(1.035); }
.dmj-product-card-content { padding: 22px; }
.dmj-product-card h3 { font-size: 1.3rem; min-height: 2.2em; }
.dmj-product-card h3 a { color: var(--dmj-ink); text-decoration: none; }
.dmj-price { color: var(--dmj-red); font-weight: 800; margin-bottom: 13px; }

.dmj-story { background: var(--dmj-cream); }
.dmj-story-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: 1fr 1fr; }
.dmj-story-image { background: var(--dmj-gold); border-radius: 45% 45% 22px 22px; overflow: hidden; }
.dmj-story-image img { aspect-ratio: 4 / 5; display: block; object-fit: cover; object-position: center 34%; width: 100%; }
.dmj-story .dmj-button { margin-top: 12px; }
.dmj-closing-cta { background: var(--dmj-forest); color: var(--dmj-white); text-align: center; }
.dmj-closing-cta .dmj-eyebrow { color: var(--dmj-lime); }
.dmj-closing-cta .dmj-actions { justify-content: center; margin-top: 30px; }

.dmj-page-hero { background: var(--dmj-deep); color: var(--dmj-white); padding-block: clamp(70px, 9vw, 118px); }
.dmj-page-hero h1 { font-size: clamp(3.2rem, 7vw, 6rem); }
.dmj-page-hero .dmj-eyebrow { color: var(--dmj-lime); }
.dmj-page-hero .dmj-lead { color: rgba(255,255,255,.78); }
.dmj-locator-title { max-width: 1100px; }
.dmj-locator-title-top { align-items: baseline; display: flex; flex-wrap: wrap; gap: 0 .16em; }
.dmj-locator-product-lockup { align-items: baseline; display: inline-flex; gap: .16em; white-space: nowrap; }
.dmj-locator-sofrito-lockup { align-items: baseline; display: inline-flex; position: relative; white-space: nowrap; }
.dmj-locator-signature { align-items: center; bottom: -.28em; display: inline-flex; gap: 2px; opacity: .7; position: absolute; right: -.03em; }
.dmj-locator-signature > span { font-family: Manrope, Arial, sans-serif; font-size: clamp(6px, .7vw, 7px); font-weight: 700; letter-spacing: 0; line-height: 1; }
.dmj-locator-signature img { display: block; height: auto; width: clamp(36px, 5vw, 50px); }
.dmj-locator-title-bottom { display: block; margin-top: .2em; }
.dmj-locator-section { background: var(--dmj-cream); }
.dmj-locator-search { background: var(--dmj-white); border: 1px solid var(--dmj-line); border-radius: var(--dmj-radius); box-shadow: var(--dmj-shadow); margin-top: -105px; padding: clamp(24px, 4vw, 42px); position: relative; z-index: 2; }
.dmj-locator-search > label { display: block; font-size: 1.1rem; font-weight: 800; margin-bottom: 10px; }
.dmj-search-row { display: grid; gap: 10px; grid-template-columns: 1fr auto; }
.dmj-search-row input { border: 2px solid var(--dmj-line); border-radius: 999px; min-height: 54px; padding: 12px 20px; width: 100%; }
.dmj-search-row input:focus { border-color: var(--dmj-forest); }
.dmj-product-filter { border: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 20px 0 0; padding: 0; }
.dmj-product-filter legend { font-size: .78rem; font-weight: 800; margin-bottom: 8px; text-transform: uppercase; width: 100%; }
.dmj-product-filter label { align-items: center; display: flex; gap: 7px; min-height: 44px; }
.dmj-product-filter input { accent-color: var(--dmj-forest); height: 20px; width: 20px; }
.dmj-inventory-notice { background: #fff6d8; border-left: 5px solid var(--dmj-gold); margin-block: 24px; padding: 16px 20px; }
.dmj-locator-layout { align-items: start; display: grid; gap: 24px; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); }
.dmj-map-panel { background: var(--dmj-sand); border: 1px solid var(--dmj-line); border-radius: var(--dmj-radius); overflow: hidden; position: sticky; top: 150px; }
.dmj-map-panel > img { display: block; min-height: 600px; object-fit: cover; width: 100%; }
.dmj-map-pin { align-items: center; background: var(--dmj-red); border: 3px solid var(--dmj-white); border-radius: 50% 50% 50% 0; box-shadow: 0 4px 12px rgba(7,56,36,.28); color: var(--dmj-white); cursor: pointer; display: flex; height: 44px; justify-content: center; left: var(--x); position: absolute; top: var(--y); transform: translate(-50%, -100%) rotate(-45deg); width: 44px; }
.dmj-map-pin span { font-size: .72rem; font-weight: 800; transform: rotate(45deg); }
.dmj-map-pin[aria-pressed="true"] { background: var(--dmj-deep); height: 50px; width: 50px; z-index: 3; }
.dmj-map-pin[hidden] { display: none; }
.dmj-results-panel { min-width: 0; }
.dmj-results-heading { align-items: end; display: flex; justify-content: space-between; }
.dmj-results-heading h2 { font-size: 2rem; }
.dmj-results-heading p { color: var(--dmj-muted); font-size: .85rem; }
.dmj-store-list { display: grid; gap: 13px; max-height: 720px; overflow-y: auto; padding: 4px 10px 4px 2px; }
.dmj-store-card { background: var(--dmj-white); border: 2px solid transparent; border-radius: 18px; display: grid; gap: 14px; grid-template-columns: 38px 1fr; padding: 20px; }
.dmj-store-card.is-selected { border-color: var(--dmj-forest); box-shadow: 0 8px 22px rgba(7,56,36,.11); }
.dmj-store-card:focus { outline: 3px solid var(--dmj-gold); outline-offset: 3px; }
.dmj-store-number { align-items: center; background: var(--dmj-forest); border-radius: 50%; color: var(--dmj-white); display: flex; font-size: .78rem; font-weight: 800; height: 34px; justify-content: center; width: 34px; }
.dmj-store-city { color: var(--dmj-red); font-size: .7rem; font-weight: 800; letter-spacing: .1em; margin: 0 0 3px; text-transform: uppercase; }
.dmj-store-card h3 { font-size: 1.28rem; margin-bottom: 6px; }
.dmj-store-card address { color: var(--dmj-muted); font-size: .88rem; font-style: normal; }
.dmj-stocked { color: var(--dmj-leaf); font-size: .78rem; font-weight: 800; margin: 9px 0; }
.dmj-store-actions { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.dmj-store-actions a { align-items: center; display: inline-flex; font-size: .83rem; font-weight: 800; min-height: 44px; }
.dmj-no-results { background: var(--dmj-white); border-radius: 18px; padding: 30px; text-align: center; }

.dmj-content-main, .dmj-commerce-main { min-height: 60vh; padding-block: clamp(60px, 8vw, 100px); }
.dmj-content-shell { max-width: 900px; }
.dmj-entry-header, .dmj-archive-header { margin-bottom: 42px; }
.dmj-entry-header h1, .dmj-archive-header h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.dmj-entry-content { font-size: 1.08rem; }
.dmj-entry-content > * { max-width: 760px; }
.dmj-entry-content > .alignwide { max-width: 1180px; }
.dmj-entry-content img, .dmj-featured-image img { border-radius: var(--dmj-radius); }
.dmj-about-hero { padding-bottom: clamp(100px, 13vw, 170px); }
.dmj-about-intro { background: var(--dmj-paper); padding-top: 0; }
.dmj-about-badge { background: var(--dmj-white); border: 10px solid var(--dmj-paper); border-radius: 50%; box-shadow: var(--dmj-shadow); margin: clamp(-130px, -10vw, -90px) auto 70px; max-width: 390px; overflow: hidden; position: relative; width: min(72vw, 390px); z-index: 2; }
.dmj-about-badge img { aspect-ratio: 1; display: block; object-fit: cover; width: 100%; }
.dmj-about-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.dmj-about-card { background: var(--dmj-white); border: 1px solid var(--dmj-line); border-radius: var(--dmj-radius); box-shadow: 0 12px 34px rgba(7,56,36,.07); overflow: hidden; }
.dmj-about-card > img { aspect-ratio: 4 / 3; display: block; object-fit: cover; width: 100%; }
.dmj-about-card:first-child > img { object-position: center 28%; }
.dmj-about-card:nth-child(2) > img { background: var(--dmj-cream); object-fit: contain; padding: 20px; }
.dmj-about-card > div { padding: clamp(25px, 3vw, 34px); }
.dmj-about-card h2 { font-size: clamp(1.75rem, 2.7vw, 2.45rem); }
.dmj-about-card p { color: var(--dmj-muted); margin: 0; }
.dmj-approved-claims { background: var(--dmj-forest); color: var(--dmj-white); }
.dmj-approved-claims .dmj-eyebrow { color: var(--dmj-lime); }
.dmj-approved-claims h2 { max-width: 820px; }
.dmj-approved-claims ul { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 40px 0; padding: 0; }
.dmj-approved-claims li { align-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; display: flex; font-weight: 800; min-height: 52px; padding: 10px 18px; }
.dmj-approved-claims li::before { color: var(--dmj-gold); content: "✓"; font-weight: 900; margin-right: 9px; }

.dmj-contact-section { background: var(--dmj-cream); }
.dmj-contact-grid { align-items: start; display: grid; gap: clamp(40px, 7vw, 90px); grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); }
.dmj-contact-info > p:not(.dmj-eyebrow) { color: var(--dmj-muted); }
.dmj-contact-details { border-block: 1px solid var(--dmj-line); display: grid; gap: 4px; margin-block: 32px; padding-block: 18px; }
.dmj-contact-details > div { display: grid; gap: 4px; padding-block: 10px; }
.dmj-contact-details span { color: var(--dmj-red); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dmj-contact-details a, .dmj-contact-details strong { color: var(--dmj-ink); font-size: 1.05rem; font-weight: 800; overflow-wrap: anywhere; }
.dmj-hours { background: var(--dmj-sand); border-radius: 18px; padding: 22px; }
.dmj-hours h3 { font-size: 1.35rem; }
.dmj-hours p { margin: 0; }
.dmj-contact-panel { background: var(--dmj-white); border: 1px solid var(--dmj-line); border-radius: var(--dmj-radius); box-shadow: var(--dmj-shadow); padding: clamp(25px, 4vw, 44px); }
.dmj-contact-panel > h2 { font-size: clamp(2rem, 3.5vw, 3.1rem); }
.dmj-contact-form { display: grid; gap: 18px; }
.dmj-form-row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.dmj-contact-form label { color: var(--dmj-ink); display: grid; font-size: .83rem; font-weight: 800; gap: 7px; }
.dmj-contact-form input, .dmj-contact-form select, .dmj-contact-form textarea { background: var(--dmj-paper); border: 2px solid var(--dmj-line); border-radius: 12px; color: var(--dmj-ink); font: inherit; min-height: 50px; padding: 11px 13px; width: 100%; }
.dmj-contact-form textarea { min-height: 150px; resize: vertical; }
.dmj-contact-form input:focus, .dmj-contact-form select:focus, .dmj-contact-form textarea:focus { border-color: var(--dmj-forest); outline: 3px solid rgba(239,184,63,.45); outline-offset: 1px; }
.dmj-contact-form .dmj-button { justify-self: start; }
.dmj-form-notice { border-left: 5px solid; border-radius: 8px; margin-bottom: 20px; padding: 14px 16px; }
.dmj-form-notice.is-success { background: #e7f5eb; border-color: var(--dmj-leaf); }
.dmj-form-notice.is-error { background: #fff0eb; border-color: var(--dmj-red); }
.dmj-form-privacy { color: var(--dmj-muted); font-size: .76rem; margin: 0; }
.dmj-honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
.dmj-post-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); }
.dmj-post-card { background: var(--dmj-white); border: 1px solid var(--dmj-line); border-radius: var(--dmj-radius); overflow: hidden; }
.dmj-post-image img { aspect-ratio: 4 / 3; display: block; object-fit: cover; width: 100%; }
.dmj-post-card-content { padding: 24px; }
.dmj-post-date { color: var(--dmj-red); font-size: .76rem; font-weight: 800; }
.dmj-post-card h2 { font-size: 1.55rem; }
.dmj-post-card h2 a { color: var(--dmj-ink); text-decoration: none; }
.dmj-empty-state { padding-block: 100px; text-align: center; }
.dmj-empty-state h1 { font-size: clamp(3rem, 7vw, 5rem); }

/* WooCommerce: preserve commerce behavior while simplifying presentation. */
.dmj-commerce-main .woocommerce { width: 100%; }
.woocommerce .woocommerce-breadcrumb, .woocommerce .product_meta, .woocommerce .related, .woocommerce .upsells, .yith-wcwl-add-to-wishlist, .woosc-btn, .compare, .opal-wrapper, .woosw-btn { display: none !important; }
.woocommerce div.product { display: grid; gap: clamp(38px, 6vw, 80px); grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; margin: 0; width: auto; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { background: var(--dmj-cream); border-radius: var(--dmj-radius); overflow: hidden; }
.woocommerce div.product div.images img { padding: 16px; }
.woocommerce div.product .product_title { font-size: clamp(2.7rem, 5vw, 4.6rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--dmj-red); font-size: 1.55rem; font-weight: 800; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--dmj-muted); font-size: 1.05rem; }
.woocommerce div.product form.cart { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin-block: 26px; }
.woocommerce .quantity .qty { border: 2px solid var(--dmj-line); border-radius: 999px; min-height: 48px; padding: 8px; width: 82px; }
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit { background: var(--dmj-forest); border-radius: 999px; color: var(--dmj-white); font-weight: 800; min-height: 48px; padding: 13px 21px; }
.woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover { background: var(--dmj-deep); color: var(--dmj-white); }
.woocommerce div.product .woocommerce-tabs { border-top: 1px solid var(--dmj-line); grid-column: 1 / -1; margin-top: 28px; padding-top: 34px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .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 { background: var(--dmj-cream); border: 0; border-radius: 999px; margin: 0; padding: 0 18px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--dmj-forest); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--dmj-white); }
.woocommerce ul.products { display: grid; gap: 24px; grid-template-columns: repeat(4, 1fr); margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { background: var(--dmj-white); border: 1px solid var(--dmj-line); border-radius: var(--dmj-radius); float: none; margin: 0; overflow: hidden; padding: 18px; width: auto; }
.woocommerce ul.products li.product a img { background: var(--dmj-cream); border-radius: 18px; margin-bottom: 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--dmj-ink); font-family: Fraunces, Georgia, serif; font-size: 1.3rem; }
.woocommerce ul.products li.product .price { color: var(--dmj-red); font-weight: 800; }
.woocommerce table.shop_table { border-color: var(--dmj-line); border-radius: 18px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { border: 2px solid var(--dmj-line); border-radius: 12px; min-height: 48px; padding: 10px 12px; }

.dmj-site-footer { background: #052c1d; color: rgba(255,255,255,.78); padding-top: 66px; }
.dmj-footer-grid { display: grid; gap: 36px; grid-template-columns: 1.7fr repeat(3, 1fr); }
.dmj-footer-grid h2 { color: var(--dmj-white); font-family: Manrope, Arial, sans-serif; font-size: .8rem; letter-spacing: .12em; margin-bottom: 16px; text-transform: uppercase; }
.dmj-footer-grid a { align-items: center; color: rgba(255,255,255,.78); display: flex; margin-block: 2px; min-height: 44px; text-decoration: none; }
.dmj-footer-grid a:hover { color: var(--dmj-lime); text-decoration: underline; }
.dmj-footer-brand img { filter: brightness(0) invert(1); max-width: 170px; }
.dmj-footer-brand p { max-width: 330px; }
.dmj-footer-bottom { border-top: 1px solid rgba(255,255,255,.14); display: flex; font-size: .78rem; justify-content: space-between; margin-top: 50px; padding-block: 22px; }

@media (max-width: 1080px) {
  .dmj-header-main { gap: 16px; grid-template-columns: 125px 1fr auto; }
  .dmj-desktop-nav { gap: 13px; }
  .dmj-desktop-nav a { font-size: .8rem; }
  .dmj-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .dmj-post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  body.admin-bar .dmj-site-header { top: 46px; }
  .dmj-utility-inner span:last-child { display: none; }
  .dmj-utility-inner { justify-content: center; }
  .dmj-header-main { gap: 8px 10px; grid-template-columns: 48px 1fr 48px; grid-template-rows: 64px auto; min-height: 116px; padding-block: 6px 10px; }
  .dmj-menu-toggle { display: block; }
  .dmj-brand { justify-self: center; }
  .dmj-brand img { max-height: 54px; width: 120px; }
  .dmj-desktop-nav { display: none; }
  .dmj-header-actions { display: contents; }
  .dmj-language { grid-column: 1 / -1; grid-row: 2; justify-self: center; }
  .dmj-cart-link { grid-column: 3; grid-row: 1; justify-self: end; }
  .dmj-cart-link > span:first-child { display: none; }
  .dmj-hero-grid, .dmj-video-grid, .dmj-how-grid, .dmj-locator-teaser-grid, .dmj-story-grid, .dmj-locator-layout, .dmj-contact-grid, .woocommerce div.product { grid-template-columns: 1fr; }
  .dmj-hero-grid { min-height: auto; padding-block: 64px 44px; }
  .dmj-hero-visual { margin-inline: auto; max-width: 580px; }
  .dmj-video-copy { text-align: center; }
  .dmj-video-copy > p:not(.dmj-eyebrow) { margin-inline: auto; }
  .dmj-video-notes { justify-content: center; }
  .dmj-video-card { max-width: 390px; }
  .dmj-benefit-grid { grid-template-columns: 1fr; }
  .dmj-about-grid { grid-template-columns: 1fr; }
  .dmj-about-card { display: grid; grid-template-columns: minmax(230px, .75fr) 1.25fr; }
  .dmj-about-card > img { aspect-ratio: auto; height: 100%; min-height: 330px; }
  .dmj-approved-claims ul { grid-template-columns: repeat(2, 1fr); }
  .dmj-benefit-grid article { min-height: 0; }
  .dmj-locator-teaser-grid img { grid-row: 1; }
  .dmj-map-panel { position: relative; top: auto; }
  .dmj-map-panel > img { min-height: 460px; }
  .dmj-store-list { max-height: none; overflow: visible; }
  .dmj-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .dmj-footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.1rem, 11vw, 3.2rem); }
  .dmj-container { padding-inline: 20px; }
  .dmj-locator-title-top { display: block; }
  .dmj-locator-title-top > span:first-child { display: block; }
  .dmj-locator-product-lockup { display: block; white-space: normal; }
  .dmj-locator-fresco { display: block; }
  .dmj-locator-signature { bottom: -.25em; }
  .dmj-language a { min-height: 44px; padding-inline: 17px; }
  .dmj-cart-link { padding-inline: 8px; }
  .dmj-proof-list { display: grid; }
  .dmj-fresh-badge { height: 92px; width: 92px; }
  .dmj-section-heading, .dmj-results-heading, .dmj-footer-bottom { align-items: flex-start; flex-direction: column; }
  .dmj-product-grid, .dmj-post-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .dmj-search-row { grid-template-columns: 1fr; }
  .dmj-about-card, .dmj-form-row { grid-template-columns: 1fr; }
  .dmj-about-card > img { aspect-ratio: 4 / 3; height: auto; min-height: 0; }
  .dmj-approved-claims ul { grid-template-columns: 1fr; }
  .dmj-search-row .dmj-button { width: 100%; }
  .dmj-locator-search { margin-top: -76px; }
  .dmj-map-panel > img { min-height: 380px; }
  .dmj-map-pin { height: 44px; width: 44px; }
  .dmj-map-pin[aria-pressed="true"] { height: 50px; width: 50px; }
  .dmj-footer-grid { grid-template-columns: 1fr 1fr; }
  .dmj-footer-brand { grid-column: 1 / -1; }
  .dmj-footer-grid > div:last-child { grid-column: auto; }
  .dmj-footer-bottom { gap: 4px; }
}

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