/*
Theme Name: Healthy Hamesha
Theme URI: https://healthyhamesha.in
Author: Healthy Hamesha
Description: A clean, conversion-focused WooCommerce theme for Indian health supplements and nutraceuticals, with structured product-information safeguards.
Version: 1.3.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: healthy-hamesha
Tags: e-commerce, custom-logo, custom-menu, featured-images, accessibility-ready, block-styles
*/

:root {
  --hh-cream: #f8f5ec;
  --hh-paper: #fffdf7;
  --hh-ink: #183127;
  --hh-green: #184f3c;
  --hh-green-dark: #112d23;
  --hh-sage: #e4ebdb;
  --hh-saffron: #e8a735;
  --hh-line: #d9ddcf;
  --hh-muted: #647069;
  --hh-radius: 22px;
  --hh-shadow: 0 18px 45px rgba(22, 49, 38, .10);
  --hh-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hh-serif: Georgia, "Times New Roman", serif;
  --hh-content-width: 1380px;
  --hh-page-gutter: clamp(20px, 5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--hh-cream); color: var(--hh-ink); font-family: var(--hh-sans); }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: #000; }
.hh-container { width: min(90%, 1440px); margin-inline: auto; }
.hh-eyebrow { margin: 0 0 16px; color: #9a6112; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hh-section-title { margin: 0; font-family: var(--hh-serif); font-size: clamp(38px, 4.4vw, 62px); font-weight: 500; line-height: 1.04; letter-spacing: -.045em; }
.hh-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 0; border-radius: 999px; background: var(--hh-green); color: #fff; font-weight: 750; font-size: 14px; line-height: 1; transition: transform .2s ease, background .2s ease;
}
.hh-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #0f3d2d; color: #fff; transform: translateY(-1px); }
.hh-button--light { background: var(--hh-cream); color: var(--hh-ink); }
.hh-button--saffron { background: var(--hh-saffron); color: var(--hh-ink); }
.hh-arrow::after { content: "\2192"; font-size: 17px; }

.hh-announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 42px; padding: 7px 5vw; background: #173f32; color: var(--hh-cream); font-size: 12px; letter-spacing: .045em; }
.hh-announcement span:last-child { color: #cbd9c5; }
.hh-site-header { position: relative; z-index: 30; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 5vw; border-bottom: 1px solid rgba(24,49,39,.12); background: rgba(248,245,236,.96); }
.hh-brand, .custom-logo-link { width: max-content; display: inline-flex; align-items: center; gap: 9px; font-size: 19px; font-weight: 800; letter-spacing: -.045em; }
.custom-logo { max-height: 44px; width: auto; }
.hh-brand__mark { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50% 50% 50% 14%; background: var(--hh-green); color: #fff; font: 800 22px/1 var(--hh-serif); transform: rotate(-8deg); }
.hh-brand__name span { color: #d08924; }
.hh-primary-nav ul { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); margin: 0; padding: 0; list-style: none; }
.hh-primary-nav a { display: block; padding: 29px 0 26px; border-bottom: 2px solid transparent; font-size: 14px; font-weight: 650; }
.hh-primary-nav a:hover, .hh-primary-nav .current-menu-item > a { border-color: #d08924; }
.hh-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.hh-icon-button { position: relative; width: 39px; height: 39px; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.hh-icon-button:hover { background: #e7e9df; }
.hh-icon-button svg { width: 19px; height: 19px; }
.hh-cart-count { position: absolute; top: 0; right: -2px; min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; border-radius: 999px; background: var(--hh-saffron); color: var(--hh-ink); font-size: 9px; font-weight: 800; }
.hh-menu-toggle { display: none; }

.hh-hero { min-height: calc(100vh - 110px); display: grid; grid-template-columns: 46% 54%; overflow: hidden; }
.hh-hero__copy { align-self: center; padding: 72px 5vw 78px; }
.hh-hero h1 { max-width: 690px; margin: 0; font-family: var(--hh-serif); font-size: clamp(46px, 5.4vw, 78px); font-weight: 500; line-height: .99; letter-spacing: -.052em; }
.hh-hero__intro { max-width: 590px; margin: 25px 0 0; color: #52635a; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.65; }
.hh-hero__actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.hh-text-link { padding: 9px 0; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.hh-trust-list { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 31px 0 0; padding: 0; color: #56675e; font-size: 12px; list-style: none; }
.hh-trust-list li::before { content: "\2713"; width: 17px; height: 17px; display: inline-grid; place-items: center; margin-right: 7px; border-radius: 50%; background: #dfe9d8; color: var(--hh-green); font-weight: 900; }
.hh-hero__visual { position: relative; min-height: 620px; background: #ece5d4; }
.hh-hero__visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 61% center; }
.hh-hero__note { position: absolute; right: 5vw; bottom: 45px; max-width: 290px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 16px; background: rgba(255,253,247,.9); box-shadow: var(--hh-shadow); backdrop-filter: blur(12px); }
.hh-hero__note span { display: block; margin-bottom: 4px; color: #a26313; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hh-hero__note strong { font-family: var(--hh-serif); font-size: 16px; font-weight: 500; line-height: 1.35; }

.hh-section { padding: 110px 5vw; }
.hh-section--paper { background: var(--hh-paper); }
.hh-section--soft { background: #f1ede1; }
.hh-heading-row { display: grid; grid-template-columns: 1.1fr .72fr; align-items: end; gap: 8vw; margin-bottom: 46px; }
.hh-heading-row > p { max-width: 590px; margin: 0 0 3px; color: #617067; font-size: 16px; line-height: 1.65; }
.hh-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hh-category-card { min-height: 220px; display: grid; grid-template-rows: auto 1fr auto; padding: 25px; border: 1px solid var(--hh-line); border-radius: var(--hh-radius); background: var(--hh-cream); transition: transform .2s ease, box-shadow .2s ease; }
.hh-category-card:hover { transform: translateY(-4px); box-shadow: var(--hh-shadow); }
.hh-category-card > span { color: #9a6b23; font: 700 12px/1 monospace; }
.hh-category-card div { align-self: end; }
.hh-category-card h3 { margin: 0 0 8px; font-family: var(--hh-serif); font-size: 24px; font-weight: 500; }
.hh-category-card p { margin: 0; color: #6c7871; font-size: 13px; line-height: 1.5; }
.hh-category-card::after { content: "\2192"; justify-self: end; margin-top: 18px; font-size: 20px; }

.hh-products-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 16px; }
.hh-catalogue-note { max-width: 760px; margin: 0 0 34px; color: #7a817b; font-size: 12px; line-height: 1.55; }
.hh-verified-date { flex: 0 0 auto; margin-bottom: 8px; padding: 8px 11px; border: 1px solid #d1d4c8; border-radius: 999px; color: #617067; font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.hh-catalogue-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; }
.hh-catalogue-filters a { padding: 9px 13px; border: 1px solid #d0d4c8; border-radius: 999px; background: var(--hh-paper); color: #405249; font-size: 11px; font-weight: 700; }
.hh-catalogue-filters a:hover { border-color: var(--hh-green); background: var(--hh-green); color: #fff; }
.hh-product-grid, .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0 !important; padding: 0; }
.hh-product-card, .woocommerce ul.products li.product { scroll-margin-top: 20px; width: auto !important; float: none !important; overflow: hidden; margin: 0 !important; border: 1px solid #d9d8cd; border-radius: 24px; background: var(--hh-paper); }
.hh-product-image-wrap { position: relative; height: 350px; display: block; padding: 15px; background: #fff; }
.hh-product-image { width: 100%; height: 100%; display: block; object-fit: contain; margin: 0 !important; background: #fff; transition: transform .35s ease; }
.hh-product-card:hover .hh-product-image { transform: scale(1.035); }
.woocommerce ul.products li.product a img { width: 100%; height: 350px; display: block; object-fit: cover; margin: 0 !important; background: var(--hh-sage); }
.hh-product-badge { position: absolute; top: 16px; left: 16px; padding: 6px 9px; border-radius: 999px; background: rgba(255,253,247,.92); color: #365247; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; box-shadow: 0 5px 16px rgba(24,49,39,.08); }
.hh-product-info { min-height: 245px; display: flex; flex-direction: column; padding: 20px; }
.hh-product-format { margin: 0 0 6px; color: #78847d; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.hh-product-info h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 0; padding: 20px 20px 5px !important; font-family: var(--hh-serif); font-size: 22px !important; font-weight: 500; line-height: 1.18; }
.hh-product-info h3 { padding: 0 !important; }
.hh-product-detail { margin: 10px 0 0; color: #6f7a73; font-size: 12px; line-height: 1.45; }
.hh-product-rating { margin: 13px 0 0; color: #a66d13; font-size: 12px; font-weight: 750; }
.hh-product-rating small { color: #7b837e; font-size: 10px; font-weight: 550; }
.hh-product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; }
.hh-product-bottom > div { display: grid; gap: 3px; }
.hh-product-bottom strong { font-size: 16px; }
.hh-product-bottom small { color: #89918c; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.hh-product-bottom > a { color: #295744; font-size: 11px; font-weight: 750; }
.hh-product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 23px; }
.hh-product-bottom a { color: #295744; font-size: 11px; font-weight: 750; }
.woocommerce ul.products li.product .price { padding: 0 20px; color: var(--hh-ink) !important; font-weight: 750 !important; }
.woocommerce ul.products li.product .button { margin: 15px 20px 20px !important; }
.onsale { min-width: auto !important; min-height: auto !important; padding: 7px 10px !important; border-radius: 999px !important; background: var(--hh-saffron) !important; color: var(--hh-ink) !important; line-height: 1 !important; }

.hh-standards { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: 120px 5vw; background: var(--hh-green); color: var(--hh-cream); }
.hh-standards__intro { align-self: center; max-width: 600px; }
.hh-standards__intro .hh-eyebrow { color: #e8bd69; }
.hh-standards__intro > p:not(.hh-eyebrow) { margin: 25px 0 30px; color: #c6d6cf; font-size: 16px; line-height: 1.7; }
.hh-standards__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.16); }
.hh-standard-card { min-height: 245px; padding: 29px; background: var(--hh-green); }
.hh-standard-card__icon { color: #e8bd69; font-size: 25px; }
.hh-standard-card h3 { margin: 35px 0 10px; font-family: var(--hh-serif); font-size: 23px; font-weight: 500; }
.hh-standard-card p { margin: 0; color: #bed0c8; font-size: 13px; line-height: 1.6; }

.hh-info-demo { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--hh-paper); }
.hh-info-demo__photo { position: relative; min-height: 600px; overflow: hidden; }
.hh-info-demo__photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 68% center; }
.hh-info-demo__photo span { position: absolute; left: 30px; bottom: 30px; padding: 9px 13px; border-radius: 999px; background: rgba(255,253,247,.9); font-size: 11px; font-weight: 750; }
.hh-info-demo__copy { align-self: center; max-width: 700px; padding: 80px 8vw; }
.hh-info-demo__copy > p:not(.hh-eyebrow) { margin: 22px 0 28px; color: #66736b; line-height: 1.7; }
.hh-checklist { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.hh-checklist li { position: relative; padding-left: 31px; color: #405249; font-size: 14px; line-height: 1.45; }
.hh-checklist li::before { content: "\2713"; position: absolute; top: 0; left: 0; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #e0ead9; color: var(--hh-green); font-size: 11px; font-weight: 900; }
.hh-advisory { display: grid; gap: 8px; margin-top: 34px; padding: 20px; border: 1px solid #dacda7; border-radius: 15px; background: #f6efdc; }
.hh-advisory strong { font-size: 12px; letter-spacing: .08em; }
.hh-advisory span { color: #665f4b; font-size: 11px; line-height: 1.55; }

.hh-learn { background: var(--hh-sage); }
.hh-learn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hh-learn-card { position: relative; min-height: 300px; padding: 28px; border: 1px solid rgba(24,49,39,.13); border-radius: var(--hh-radius); background: rgba(255,253,247,.58); }
.hh-learn-card > span { position: absolute; top: 25px; right: 25px; color: #6e7b70; font: 700 11px/1 monospace; }
.hh-learn-card h3 { max-width: 270px; margin: 78px 0 13px; font-family: var(--hh-serif); font-size: 26px; font-weight: 500; }
.hh-learn-card p { margin: 0; color: #5f6d64; font-size: 14px; line-height: 1.65; }
.hh-learn-card__icon { color: #a56e1c; font-size: 24px; }

.hh-faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; background: var(--hh-paper); }
.hh-faq-list { border-top: 1px solid #d5d8cd; }
.hh-faq-list details { border-bottom: 1px solid #d5d8cd; }
.hh-faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 25px 0; cursor: pointer; font-family: var(--hh-serif); font-size: 20px; list-style: none; }
.hh-faq-list summary::-webkit-details-marker { display: none; }
.hh-faq-list summary::after { content: "+"; font-family: var(--hh-sans); }
.hh-faq-list details[open] summary::after { transform: rotate(45deg); }
.hh-faq-list p { max-width: 680px; margin: -8px 0 25px; color: #647069; font-size: 14px; line-height: 1.65; }
.hh-closing { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 90px 5vw; background: #ead8af; }
.hh-closing .hh-section-title { max-width: 840px; }

.hh-site-footer { background: var(--hh-green-dark); color: #edf3e9; }
.hh-footer-inner { width: min(var(--hh-content-width), calc(100% - var(--hh-page-gutter) - var(--hh-page-gutter))); margin: 0 auto; padding: 72px 0 28px; }
.hh-footer-widgets { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); }
.hh-footer-column { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.hh-footer-widget { margin: 0 0 28px; font-size: 14px; line-height: 1.7; }
.hh-footer-widget:last-child { margin-bottom: 0; }
.hh-footer-widget > :first-child { margin-top: 0; }
.hh-footer-widget > :last-child { margin-bottom: 0; }
.hh-footer-widget-title { margin: 0 0 18px; color: #edf3e9; font-family: var(--hh-sans); font-size: 13px; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.hh-footer-widget p { color: #b8c8bf; }
.hh-footer-widget ul, .hh-footer-widget ol { padding-left: 20px; }
.hh-footer-widget li + li { margin-top: 8px; }
.hh-footer-widget a:hover { text-decoration: underline; text-underline-offset: 3px; }
.hh-footer-widget :focus-visible { outline: 2px solid var(--hh-saffron); outline-offset: 4px; }
.hh-footer-widget img, .hh-footer-widget video, .hh-footer-widget iframe { max-width: 100%; }
.hh-footer-widget .alignfull, .hh-footer-widget .alignwide { width: 100%; max-width: 100%; margin-inline: 0; }
.hh-footer-widget .wp-block-table, .hh-footer-widget pre { max-width: 100%; overflow-x: auto; }
.hh-footer-widget input:not([type="checkbox"]):not([type="radio"]), .hh-footer-widget textarea, .hh-footer-widget select { min-width: 0; max-width: 100%; padding: 10px; border: 1px solid #6b8375; border-radius: 8px; background: var(--hh-paper); color: var(--hh-ink); }
.hh-footer-widget .wp-block-search__inside-wrapper { flex-wrap: wrap; gap: 8px; }
.hh-footer-widget .wp-block-search__button { margin-left: 0; }
.hh-footer-brand .hh-brand { max-width: 100%; overflow-wrap: anywhere; }
.hh-footer-logo { display: inline-block; max-width: 100%; padding: 12px 16px; border-radius: 12px; background: var(--hh-paper); }
.hh-footer-logo .custom-logo-link { max-width: 100%; }
.hh-footer-logo .custom-logo { display: block; max-width: 100%; max-height: 52px; }
.hh-footer-menu { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
.hh-footer-widget .hh-footer-menu { padding: 0; }
.hh-footer-widget .hh-footer-menu li + li { margin-top: 0; }
.hh-footer-menu a { color: #b8c8bf; font-size: 14px; }
.hh-footer-disclaimer { margin: 36px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: #b8c8bf; font-size: 12px; line-height: 1.7; white-space: pre-line; overflow-wrap: anywhere; }
.hh-footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px 32px; margin-top: 24px; color: #b8c8bf; font-size: 12px; line-height: 1.6; }
.hh-footer-bottom > span { min-width: 0; overflow-wrap: anywhere; }
.hh-footer-notice { margin-left: auto; text-align: right; }

.hh-content { width: min(var(--hh-content-width), calc(100% - var(--hh-page-gutter) - var(--hh-page-gutter))); min-height: 60vh; margin: 0 auto; padding: clamp(32px, 5vw, 70px) 0 clamp(64px, 8vw, 110px); }
.hh-layout { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: clamp(28px, 3vw, 48px); }
.hh-layout--sidebar-right { grid-template-columns: minmax(0, 1fr) minmax(240px, 300px); }
.hh-layout--sidebar-left { grid-template-columns: minmax(240px, 300px) minmax(0, 1fr); }
.hh-layout--sidebar-left > .hh-main { grid-column: 2; grid-row: 1; }
.hh-layout--sidebar-left > .hh-sidebar { grid-column: 1; grid-row: 1; }
.hh-main, .hh-sidebar { min-width: 0; width: 100%; max-width: 100%; overflow-wrap: anywhere; }
.hh-main > article + article { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--hh-line); }
.hh-main .entry-content { display: flow-root; min-width: 0; max-width: 100%; margin-top: 24px; line-height: 1.7; }
.hh-main .entry-content a:not(.button):not(.wp-element-button) { text-decoration: underline; text-underline-offset: 3px; }
.hh-content .hh-main .alignfull, .hh-content .hh-main .alignwide { width: 100%; max-width: 100%; margin-inline: 0; }
.hh-main iframe, .hh-main video, .hh-main embed, .hh-main select { max-width: 100%; }
.hh-main pre, .hh-main .wp-block-table { max-width: 100%; overflow-x: auto; }
.hh-main .navigation { margin-top: 40px; }
.hh-sidebar { display: grid; gap: 22px; }
.hh-widget { padding: 24px; border: 1px solid var(--hh-line); border-radius: 18px; background: var(--hh-paper); font-size: 14px; line-height: 1.65; }
.hh-widget-title, .hh-widget h2 { margin: 0 0 18px; font-family: var(--hh-serif); font-size: 25px; font-weight: 500; line-height: 1.2; }
.hh-widget > :first-child { margin-top: 0; }
.hh-widget > :last-child { margin-bottom: 0; }
.hh-widget ul { margin: 0; padding-left: 20px; }
.hh-widget li + li { margin-top: 9px; }
.hh-widget a:hover { text-decoration: underline; text-underline-offset: 3px; }
.hh-widget :focus-visible { outline: 2px solid var(--hh-green); outline-offset: 3px; }
.hh-widget input:not([type="checkbox"]):not([type="radio"]), .hh-widget select { min-width: 0; max-width: 100%; padding: 10px; border: 1px solid var(--hh-line); border-radius: 8px; background: #fff; }
.hh-widget .wp-block-search__inside-wrapper { flex-wrap: wrap; gap: 8px; }
.hh-widget .wp-block-search__button { margin-left: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.hh-layout:not(.hh-layout--full-width) ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hh-layout ul.products li.product a img { height: auto; aspect-ratio: 1; padding: 12px; object-fit: contain; background: #fff; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 35px; color: var(--hh-muted); font-size: 12px; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product .product_title { font-family: var(--hh-serif); font-size: clamp(38px, 4vw, 58px); font-weight: 500; line-height: 1.05; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--hh-green); font-weight: 800; }
.woocommerce div.product .woocommerce-product-gallery__wrapper img { border-radius: var(--hh-radius); }
.woocommerce div.product .woocommerce-tabs { padding-top: 55px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--hh-green); background: var(--hh-paper); }
.hh-compliance-panel { clear: both; margin: 40px 0 25px; padding: 26px; border: 1px solid #d9d7c8; border-radius: 18px; background: #fbf7ec; }
.hh-compliance-panel h2 { margin: 0 0 18px; font-family: var(--hh-serif); font-size: 28px; font-weight: 500; }
.hh-compliance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0 0 22px; }
.hh-compliance-item { padding: 15px; border-radius: 12px; background: var(--hh-paper); }
.hh-compliance-item dt { margin-bottom: 6px; color: #7a6a42; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hh-compliance-item dd { margin: 0; color: #35483f; font-size: 13px; line-height: 1.55; white-space: pre-line; }
.hh-compliance-panel .hh-advisory { margin-top: 0; }
.hh-admin-readiness { margin: 12px 0 0; padding: 11px 13px; border-left: 4px solid #dba12f; background: #fff8e5; font-size: 12px; line-height: 1.5; }

@media (min-width: 981px) and (max-width: 1200px) {
  .hh-layout:not(.hh-layout--full-width) ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce .hh-layout:not(.hh-layout--full-width) div.product div.images,
  .woocommerce .hh-layout:not(.hh-layout--full-width) div.product div.summary { float: none; width: 100%; }
}

@media (max-width: 980px) {
  .hh-layout--sidebar-right, .hh-layout--sidebar-left { grid-template-columns: minmax(0, 1fr); }
  .hh-layout--sidebar-left > .hh-main, .hh-layout--sidebar-left > .hh-sidebar { grid-column: auto; grid-row: auto; }
  .hh-sidebar { padding-top: 28px; border-top: 1px solid var(--hh-line); }
  .hh-site-header { grid-template-columns: 1fr auto; }
  .hh-menu-toggle { display: grid; }
  .hh-primary-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; padding: 18px 5vw 24px; border-bottom: 1px solid var(--hh-line); background: var(--hh-cream); }
  .hh-primary-nav.is-open { display: block; }
  .hh-primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .hh-primary-nav a { padding: 13px 0; }
  .hh-hero, .hh-standards, .hh-info-demo, .hh-faq { grid-template-columns: 1fr; }
  .hh-hero__copy { padding: 64px 7vw; }
  .hh-hero__visual { min-height: 520px; }
  .hh-category-grid, .hh-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .hh-standards { gap: 60px; }
  .hh-info-demo { min-height: auto; }
  .hh-info-demo__photo { min-height: 620px; }
  .hh-learn-grid { grid-template-columns: 1fr; }
  .hh-learn-card { min-height: 230px; }
  .hh-learn-card h3 { margin-top: 55px; }
  .hh-compliance-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hh-widget { padding: 20px; }
  .hh-announcement span:last-child { display: none; }
  .hh-site-header { height: 68px; padding: 0 18px; }
  .hh-primary-nav { top: 68px; }
  .hh-brand { font-size: 17px; }
  .hh-header-actions .hh-search-link { display: none; }
  .hh-hero h1 { font-size: 46px; }
  .hh-hero__actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hh-hero__visual { min-height: 430px; }
  .hh-hero__note { right: 18px; bottom: 18px; left: 18px; max-width: none; }
  .hh-section { padding: 82px 20px; }
  .hh-heading-row { grid-template-columns: 1fr; gap: 20px; }
  .hh-category-grid, .hh-product-grid, .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .hh-products-heading { align-items: flex-start; flex-direction: column; }
  .hh-product-image-wrap, .woocommerce ul.products li.product a img { height: 410px; }
  .hh-standards { padding: 85px 20px; }
  .hh-standards__grid { grid-template-columns: 1fr; }
  .hh-standard-card { min-height: 210px; }
  .hh-info-demo__photo { min-height: 430px; }
  .hh-info-demo__copy { padding: 75px 20px; }
  .hh-closing { align-items: flex-start; flex-direction: column; padding: 75px 20px; }
}

@media (max-width: 780px) {
  .hh-footer-inner { padding: 54px 0 24px; }
  .hh-footer-widgets { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hh-footer-bottom { flex-direction: column; gap: 10px; }
  .hh-footer-notice { margin-left: 0; text-align: left; }
}

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