/*
Theme Name: Holiday Gardens Soap Company
Theme URI: https://hgsoap.com/
Author: Manus AI
Description: A calm, editorial WordPress theme for Holiday Gardens Soap Company, designed to work with WooCommerce.
Version: 1.0.0
Text Domain: holiday-gardens-soap
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, woocommerce, blog, custom-logo, custom-menu, featured-images, full-width-template

DESIGN REMINDER — Botanical Letterpress Calm: a warm cream editorial canvas, sage grounding fields, blush commerce actions, restrained lavender celebration, Cormorant Garamond display typography, and DM Sans utility typography. Preserve product-first spacing, botanical specimen labels, quiet motion, and clear accessible commerce interactions. Do not dilute this with generic rounded-card UI, purple gradients, or dense visual clutter.
*/

:root {
  --hg-cream: #FDFBF7;
  --hg-cream-deep: #F4F0E8;
  --hg-blush: #F4D0CD;
  --hg-blush-deep: #E9B7B1;
  --hg-sage: #C1D5C1;
  --hg-sage-deep: #779579;
  --hg-lavender: #D8D0E6;
  --hg-charcoal: #333333;
  --hg-ink-soft: #625F5A;
  --hg-rule: rgba(51, 51, 51, 0.16);
  --hg-paper-shadow: 0 18px 50px rgba(75, 66, 56, 0.10);
  --hg-content: min(1180px, calc(100% - 48px));
  --hg-ease: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hg-charcoal);
  background: var(--hg-cream);
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body:before {
  content: '';
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image: radial-gradient(rgba(51, 51, 51, 0.07) 0.55px, transparent 0.55px);
  background-size: 5px 5px;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button, input[type='submit'] { cursor: pointer; }

.hg-shell { overflow: clip; }
.hg-wrap { width: var(--hg-content); margin: 0 auto; }
.hg-utility-bar {
  padding: 8px 24px;
  color: var(--hg-charcoal);
  background: var(--hg-sage);
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hg-site-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--hg-rule);
  background: rgba(253, 251, 247, 0.92);
  backdrop-filter: blur(13px);
}
.admin-bar .hg-site-header { top: 32px; }
.hg-header-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  gap: 22px;
}
.hg-primary-nav ul, .hg-footer-nav ul { display: flex; gap: 24px; padding: 0; margin: 0; list-style: none; }
.hg-primary-nav a, .hg-footer-nav a {
  color: var(--hg-charcoal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.hg-primary-nav a:hover, .hg-footer-nav a:hover { color: var(--hg-sage-deep); }
.hg-brand { display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: var(--hg-charcoal); text-decoration: none; }
.hg-brand__mark { display: block; width: 33px; height: 33px; color: var(--hg-sage-deep); }
.hg-brand__mark svg { width: 100%; height: 100%; display: block; }
.hg-brand__words { display: grid; gap: 0; text-align: center; line-height: 0.9; }
.hg-brand__holiday { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 23px; font-weight: 600; letter-spacing: -0.055em; }
.hg-brand__soap { font-size: 8px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.hg-header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.hg-account-link, .hg-cart-link { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.hg-cart-link { display: inline-flex; gap: 7px; align-items: center; }
.hg-cart-count { display: inline-grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: var(--hg-charcoal); background: var(--hg-blush); font-size: 10px; letter-spacing: 0; }
.hg-menu-toggle { display: none; border: 0; background: transparent; color: var(--hg-charcoal); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.hg-hero { position: relative; min-height: 650px; display: flex; align-items: center; border-bottom: 1px solid var(--hg-rule); background: var(--hg-cream-deep); }
.hg-hero:after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(253, 251, 247, 0.98) 0%, rgba(253, 251, 247, 0.76) 38%, rgba(253, 251, 247, 0.08) 73%); pointer-events: none; }
.hg-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hg-hero__content { position: relative; z-index: 2; width: var(--hg-content); margin: 0 auto; padding: 100px 0; }
.hg-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--hg-ink-soft); font-size: 10px; font-weight: 800; letter-spacing: 0.17em; text-transform: uppercase; }
.hg-eyebrow:before { content: ''; width: 29px; height: 1px; background: currentColor; }
.hg-display { max-width: 610px; margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(58px, 6vw, 90px); font-weight: 500; letter-spacing: -0.065em; line-height: 0.86; }
.hg-display em { color: var(--hg-sage-deep); font-weight: 500; }
.hg-hero__intro { max-width: 387px; margin: 28px 0 32px; color: #504E49; font-size: 17px; line-height: 1.75; }
.hg-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hg-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hg-charcoal);
  border-radius: 0;
  padding: 12px 22px;
  color: var(--hg-charcoal);
  background: var(--hg-blush);
  box-shadow: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms var(--hg-ease), background 160ms var(--hg-ease), color 160ms var(--hg-ease), box-shadow 160ms var(--hg-ease);
}
.hg-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { color: var(--hg-charcoal); background: var(--hg-blush-deep); transform: translateY(-2px); box-shadow: 3px 4px 0 var(--hg-charcoal); }
.hg-button:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active { transform: scale(0.97); }
.hg-button--text { border-color: transparent; padding-inline: 8px; background: transparent; box-shadow: inset 0 -1px 0 var(--hg-charcoal); }
.hg-button--text:hover { background: transparent; box-shadow: inset 0 -2px 0 var(--hg-charcoal); }
.hg-button--sage { background: var(--hg-sage); }
.hg-button--sage:hover { background: #B1CBB1; }
.hg-scroll-note { position: absolute; z-index: 2; right: max(24px, calc((100% - 1180px) / 2)); bottom: 24px; display: flex; align-items: center; gap: 10px; color: var(--hg-charcoal); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.hg-scroll-note:after { content: ''; width: 31px; height: 1px; background: var(--hg-charcoal); }

.hg-section { padding: clamp(80px, 9vw, 140px) 0; }
.hg-section--paper { background: var(--hg-cream); }
.hg-section--sage { background: var(--hg-sage); }
.hg-section--lavender { background: var(--hg-lavender); }
.hg-section--deep-cream { background: var(--hg-cream-deep); }
.hg-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 52px; }
.hg-section-heading h2 { max-width: 600px; margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(44px, 5vw, 68px); font-weight: 500; letter-spacing: -0.06em; line-height: 0.91; }
.hg-section-heading h2 em { color: var(--hg-sage-deep); }
.hg-section-heading p { max-width: 325px; margin: 0; color: var(--hg-ink-soft); font-size: 15px; }
.hg-section-link { flex: 0 0 auto; color: var(--hg-charcoal); font-size: 10px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }

.hg-path-grid { display: grid; grid-template-columns: 0.72fr 1.05fr 0.8fr; border-top: 1px solid var(--hg-rule); }
.hg-path-card { min-height: 338px; padding: 28px; border-right: 1px solid var(--hg-rule); border-bottom: 1px solid var(--hg-rule); background: var(--hg-cream); text-decoration: none; transition: transform 220ms var(--hg-ease), background 220ms var(--hg-ease); }
.hg-path-card:last-child { border-right: 0; }
.hg-path-card:nth-child(2) { padding-top: 75px; background: var(--hg-sage); }
.hg-path-card:hover { color: var(--hg-charcoal); transform: translateY(-5px); background: var(--hg-blush); }
.hg-path-card__number { display: block; margin-bottom: 75px; color: var(--hg-ink-soft); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; }
.hg-path-card h3 { max-width: 210px; margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 39px; font-weight: 500; letter-spacing: -0.05em; line-height: 0.95; }
.hg-path-card p { max-width: 225px; margin: 14px 0 0; color: var(--hg-ink-soft); font-size: 14px; }

.woocommerce ul.products, .hg-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; width: 100%; margin: 0; padding: 0; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .hg-product-card { position: relative; float: none; width: auto; min-width: 0; margin: 0; padding: 0; }
.woocommerce ul.products li.product:nth-child(2), .hg-product-card:nth-child(2) { margin-top: 54px; }
.hg-product-card__media, .woocommerce ul.products li.product a.woocommerce-LoopProduct-link { position: relative; display: block; overflow: hidden; background: var(--hg-cream-deep); }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { color: var(--hg-charcoal); text-decoration: none; }
.woocommerce ul.products li.product a img { display: block; width: 100%; margin: 0 0 0; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 360ms var(--hg-ease); }
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
.woocommerce ul.products li.product .onsale { z-index: 3; top: 14px; left: 14px; min-width: auto; min-height: auto; border: 1px solid var(--hg-charcoal); border-radius: 0; padding: 6px 8px; color: var(--hg-charcoal); background: var(--hg-lavender); font-size: 9px; font-weight: 800; line-height: 1; letter-spacing: 0.12em; text-transform: uppercase; }
.hg-product-card__meta { padding: 18px 0 2px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 0; padding: 0; color: var(--hg-charcoal); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 31px; font-weight: 500; letter-spacing: -0.04em; line-height: 1; }
.woocommerce ul.products li.product .price { display: block; margin-top: 8px; color: var(--hg-ink-soft); font-size: 13px; font-weight: 600; }
.woocommerce ul.products li.product .star-rating { display: none; }
.woocommerce ul.products li.product .button { margin: 15px 0 0; background: transparent; }
.woocommerce ul.products li.product .button:hover { background: var(--hg-blush); }
.hg-product-caption { display: block; margin-top: 9px; color: var(--hg-ink-soft); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.hg-ritual { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.hg-ritual__image-wrap { position: relative; }
.hg-ritual__image { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.hg-ritual__tag { position: absolute; right: -14px; bottom: 30px; max-width: 170px; padding: 14px; border: 1px solid var(--hg-charcoal); color: var(--hg-charcoal); background: var(--hg-blush); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; line-height: 1.4; text-transform: uppercase; }
.hg-ritual__copy { padding: 36px 0; }
.hg-kicker { margin: 0 0 19px; color: var(--hg-ink-soft); font-size: 10px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.hg-ritual__copy h2, .hg-page-heading h1 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(48px, 5vw, 75px); font-weight: 500; letter-spacing: -0.06em; line-height: 0.88; }
.hg-ritual__copy h2 em { color: var(--hg-sage-deep); }
.hg-ritual__copy p { max-width: 436px; color: #504E49; font-size: 16px; }
.hg-checklist { display: grid; gap: 0; margin: 30px 0; border-top: 1px solid var(--hg-rule); }
.hg-checklist li { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--hg-rule); list-style: none; font-size: 13px; }
.hg-checklist li:before { content: '✦'; color: var(--hg-sage-deep); font-size: 13px; }

.hg-statement { position: relative; padding: clamp(78px, 11vw, 150px) 0; background: var(--hg-charcoal); color: var(--hg-cream); text-align: center; }
.hg-statement:before { content: ''; position: absolute; inset: 16px; border: 1px solid rgba(253, 251, 247, 0.25); pointer-events: none; }
.hg-statement p { position: relative; max-width: 900px; margin: 0 auto; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(42px, 5.3vw, 76px); font-weight: 500; letter-spacing: -0.055em; line-height: 0.92; }
.hg-statement em { color: var(--hg-blush); }

.hg-journal-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 0; border-top: 1px solid var(--hg-rule); }
.hg-journal-card { display: block; min-height: 300px; padding: 28px; border-right: 1px solid var(--hg-rule); border-bottom: 1px solid var(--hg-rule); background: var(--hg-cream); text-decoration: none; transition: background 200ms var(--hg-ease), transform 200ms var(--hg-ease); }
.hg-journal-card:nth-child(2) { background: var(--hg-lavender); }
.hg-journal-card:last-child { border-right: 0; }
.hg-journal-card:hover { color: var(--hg-charcoal); background: var(--hg-blush); transform: translateY(-4px); }
.hg-journal-card__meta { margin-bottom: 76px; color: var(--hg-ink-soft); font-size: 10px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.hg-journal-card h3 { max-width: 330px; margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 36px; font-weight: 500; letter-spacing: -0.05em; line-height: 0.95; }

.hg-page-hero { position: relative; overflow: hidden; padding: 110px 0 76px; border-bottom: 1px solid var(--hg-rule); background: var(--hg-cream-deep); }
.hg-arch-stamp { position: absolute; z-index: 1; top: 28px; right: max(24px, calc((100% - 1180px) / 2)); display: block; width: 44px; height: 33px; border: 1px solid var(--hg-sage-deep); border-bottom: 0; border-radius: 44px 44px 0 0; color: var(--hg-sage-deep); opacity: 0.8; }
.hg-arch-stamp:before { content: ''; position: absolute; bottom: 0; left: 50%; width: 1px; height: 23px; background: currentColor; }
.hg-arch-stamp:after { content: '✦'; position: absolute; bottom: 7px; left: 50%; transform: translateX(-50%); font-size: 9px; line-height: 1; }
.hg-hero .hg-arch-stamp { z-index: 3; top: auto; right: max(24px, calc((100% - 1180px) / 2)); bottom: 80px; border-color: var(--hg-charcoal); color: var(--hg-charcoal); }
.hg-product-specimen { display: flex; align-items: center; gap: 7px; margin-top: 8px; color: var(--hg-sage-deep); font-size: 9px; font-weight: 800; letter-spacing: 0.11em; line-height: 1.25; text-transform: uppercase; }
.hg-product-specimen:before { content: ''; width: 14px; height: 9px; border: 1px solid currentColor; border-bottom: 0; border-radius: 12px 12px 0 0; }
.hg-page-heading { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.55fr); gap: 64px; align-items: end; }
.hg-page-heading p { max-width: 400px; margin: 0 0 5px; color: var(--hg-ink-soft); font-size: 16px; }
.hg-page-content { max-width: 760px; margin: 0 auto; padding: 80px 0; }
.hg-page-content h2, .hg-page-content h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; letter-spacing: -0.04em; }
.hg-page-content h2 { margin-top: 2em; font-size: 43px; line-height: 1; }
.hg-page-content h3 { font-size: 31px; line-height: 1.1; }
.hg-page-content p, .hg-page-content li { color: #514E48; }

.woocommerce .woocommerce-breadcrumb { margin: 0 0 28px; color: var(--hg-ink-soft); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; }
.woocommerce .woocommerce-breadcrumb a { color: var(--hg-charcoal); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 28px; color: var(--hg-ink-soft); font-size: 13px; }
.woocommerce .woocommerce-ordering select, .woocommerce select { min-height: 43px; border: 1px solid var(--hg-charcoal); border-radius: 0; padding: 7px 28px 7px 12px; color: var(--hg-charcoal); background: var(--hg-cream); }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 36px; border: 1px solid var(--hg-rule); border-radius: 0; color: var(--hg-charcoal); background: var(--hg-cream); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--hg-sage); }

.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.82fr); column-gap: clamp(38px, 7vw, 100px); row-gap: 34px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product div.images .woocommerce-product-gallery__image a { display: block; background: var(--hg-cream-deep); }
.woocommerce div.product div.images img { width: 100%; }
.woocommerce div.product .product_title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(50px, 5vw, 70px); font-weight: 500; letter-spacing: -0.06em; line-height: 0.89; }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 20px 0; color: var(--hg-ink-soft); font-size: 19px; font-weight: 700; }
.woocommerce div.product .woocommerce-product-details__short-description { padding: 18px 0; border-top: 1px solid var(--hg-rule); border-bottom: 1px solid var(--hg-rule); color: #514E48; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 26px 0; }
.woocommerce div.product form.cart div.quantity { margin-right: 0; }
.woocommerce .quantity .qty { min-height: 48px; width: 70px; border: 1px solid var(--hg-charcoal); border-radius: 0; color: var(--hg-charcoal); background: var(--hg-cream); }
.woocommerce-product-details__short-description + form.cart .button { min-width: 192px; }
.woocommerce div.product .product_meta { padding-top: 15px; border-top: 1px solid var(--hg-rule); color: var(--hg-ink-soft); font-size: 12px; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 30px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--hg-rule); }
.woocommerce div.product .woocommerce-tabs ul.tabs:before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; border-radius: 0; margin: 0 20px 0 0; padding: 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 { padding: 12px 0; color: var(--hg-ink-soft); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--hg-charcoal); box-shadow: inset 0 -2px 0 var(--hg-charcoal); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 680px; padding: 26px 0; color: #514E48; }
.woocommerce div.product .related { grid-column: 1 / -1; margin-top: 30px; }
.woocommerce div.product .related > h2, .woocommerce .cross-sells > h2, .woocommerce-cart .cart-collaterals .cross-sells > h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 50px; font-weight: 500; letter-spacing: -0.05em; }

.woocommerce table.shop_table { border: 1px solid var(--hg-rule); border-radius: 0; background: var(--hg-cream); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--hg-rule); padding: 15px; }
.woocommerce table.shop_table a { color: var(--hg-charcoal); }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 42%; }
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-checkout h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 43px; font-weight: 500; letter-spacing: -0.04em; }
.woocommerce form .form-row label { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.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: 47px; border: 1px solid var(--hg-charcoal); border-radius: 0; padding: 10px 12px; color: var(--hg-charcoal); background: var(--hg-cream); }
.select2-container--default .select2-selection--single .select2-selection__rendered { padding-left: 0; line-height: 25px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 10px; }
.woocommerce form .form-row textarea { min-height: 105px; }
.woocommerce-checkout #payment { border-radius: 0; background: var(--hg-cream-deep); }
.woocommerce-checkout #payment div.payment_box { background: var(--hg-sage); color: var(--hg-charcoal); }
.woocommerce-checkout #payment div.payment_box:before { border-bottom-color: var(--hg-sage); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top: 2px solid var(--hg-sage-deep); background: var(--hg-cream-deep); color: var(--hg-charcoal); }
.woocommerce-error { border-top-color: #B84646; }
.woocommerce-message:before, .woocommerce-info:before { color: var(--hg-sage-deep); }
.woocommerce-error:before { color: #B84646; }
.woocommerce-MyAccount-navigation { margin-bottom: 34px; border-top: 1px solid var(--hg-rule); }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--hg-rule); }
.woocommerce-MyAccount-navigation a { display: block; padding: 12px 0; color: var(--hg-charcoal); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.woocommerce-MyAccount-navigation .is-active a { color: var(--hg-sage-deep); }
.woocommerce-account .woocommerce-MyAccount-content { color: #514E48; }

.hg-site-footer { color: var(--hg-cream); background: var(--hg-charcoal); }
.hg-footer-main { display: grid; grid-template-columns: 1.2fr 0.8fr 0.7fr; gap: 52px; padding: 78px 0 46px; }
.hg-footer-brand { display: inline-flex; align-items: center; gap: 13px; margin-bottom: 20px; color: var(--hg-cream); text-decoration: none; }
.hg-footer-brand .hg-brand__mark { color: var(--hg-blush); }
.hg-footer-brand .hg-brand__holiday { font-size: 29px; }
.hg-footer-brand .hg-brand__soap { font-size: 9px; }
.hg-footer-copy { max-width: 360px; margin: 0; color: rgba(253, 251, 247, 0.70); font-size: 14px; }
.hg-footer-heading { margin: 4px 0 16px; color: var(--hg-blush); font-size: 10px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.hg-footer-nav ul { display: grid; gap: 10px; }
.hg-footer-nav a { color: rgba(253, 251, 247, 0.78); }
.hg-footer-nav a:hover { color: var(--hg-cream); }
.hg-footer-note { max-width: 230px; color: rgba(253, 251, 247, 0.70); font-size: 13px; }
.hg-footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(253, 251, 247, 0.2); color: rgba(253, 251, 247, 0.55); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.screen-reader-text:focus { z-index: 100000; top: 5px; left: 5px; display: block; width: auto; height: auto; clip: auto; padding: 15px 23px; color: var(--hg-charcoal); background: var(--hg-cream); }

@media (max-width: 900px) {
  :root { --hg-content: min(100% - 34px, 1180px); }
  .hg-primary-nav { display: none; }
  .hg-menu-toggle { display: block; justify-self: start; }
  .hg-header-row { grid-template-columns: 1fr auto 1fr; min-height: 72px; }
  .hg-header-actions { gap: 10px; }
  .hg-account-link { display: none; }
  .hg-menu-open .hg-primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: block; padding: 20px 24px 28px; border-bottom: 1px solid var(--hg-rule); background: var(--hg-cream); }
  .hg-menu-open .hg-primary-nav ul { display: grid; gap: 18px; }
  .hg-hero { min-height: 600px; }
  .hg-hero:after { background: linear-gradient(90deg, rgba(253, 251, 247, 0.99) 0%, rgba(253, 251, 247, 0.83) 50%, rgba(253, 251, 247, 0.27) 100%); }
  .hg-path-grid, .hg-journal-grid { grid-template-columns: 1fr 1fr; }
  .hg-path-card:nth-child(2) { padding-top: 28px; }
  .hg-path-card:last-child, .hg-journal-card:last-child { grid-column: 1 / -1; border-right: 0; }
  .hg-journal-card:nth-child(2) { border-right: 0; }
  .woocommerce ul.products, .hg-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 100%; }
  .hg-footer-main { grid-template-columns: 1fr 1fr; }
  .hg-footer-main > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .admin-bar .hg-site-header { top: 46px; }
  .hg-utility-bar { padding-inline: 15px; font-size: 9px; }
  .hg-brand__holiday { font-size: 20px; }
  .hg-brand__mark { width: 27px; height: 27px; }
  .hg-cart-link { font-size: 10px; letter-spacing: 0.08em; }
  .hg-hero { min-height: 650px; align-items: flex-end; }
  .hg-hero__image { object-position: 68% center; }
  .hg-hero:after { background: linear-gradient(0deg, rgba(253, 251, 247, 0.99) 2%, rgba(253, 251, 247, 0.76) 49%, rgba(253, 251, 247, 0.15) 100%); }
  .hg-hero__content { padding: 70px 0 68px; }
  .hg-display { font-size: clamp(53px, 16vw, 75px); }
  .hg-hero__intro { margin-top: 22px; font-size: 15px; }
  .hg-scroll-note { display: none; }
  .hg-section-heading, .hg-page-heading { display: grid; grid-template-columns: 1fr; gap: 18px; }
  .hg-section-heading { margin-bottom: 34px; }
  .hg-section-heading h2, .hg-ritual__copy h2, .hg-page-heading h1 { font-size: 49px; }
  .hg-path-grid, .hg-journal-grid, .woocommerce ul.products, .hg-products { grid-template-columns: 1fr; }
  .hg-path-card, .hg-path-card:nth-child(2), .hg-journal-card, .hg-journal-card:nth-child(2), .hg-path-card:last-child, .hg-journal-card:last-child { grid-column: auto; border-right: 0; }
  .hg-path-card { min-height: 260px; }
  .hg-path-card__number, .hg-journal-card__meta { margin-bottom: 45px; }
  .woocommerce ul.products li.product:nth-child(2), .hg-product-card:nth-child(2) { margin-top: 0; }
  .hg-ritual { grid-template-columns: 1fr; gap: 26px; }
  .hg-ritual__tag { right: 0; bottom: -14px; }
  .hg-statement { padding-inline: 24px; }
  .hg-statement p { font-size: 47px; }
  .hg-page-hero { padding: 75px 0 52px; }
  .woocommerce div.product .product_title { font-size: 53px; }
  .woocommerce table.shop_table { display: block; overflow-x: auto; white-space: nowrap; }
  .hg-footer-main { grid-template-columns: 1fr; gap: 30px; padding-top: 60px; }
  .hg-footer-main > :first-child { grid-column: auto; }
  .hg-footer-bottom { display: grid; gap: 7px; }
}

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