/* WordPress and WooCommerce integration over the original storefront design. */
body { overflow-wrap: anywhere; }
body, h1, h2, h3, p, a, button, label, span { letter-spacing: 0; }
button, input, select, textarea { font: inherit; }
input, select, textarea { max-width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: var(--surface); }
textarea { resize: vertical; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #365c50; outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { clip: auto; width: auto; height: auto; padding: 12px; top: 0; left: 0; z-index: 100000; background: white; }
.site-header { grid-template-columns: 180px 1fr auto; gap: 20px; }
.brand { letter-spacing: 0; font-size: 18px; }
.main-nav { font-size: 12px; letter-spacing: 0; }
.main-nav ul { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.main-nav li { position: relative; }
.main-nav a { display: inline-block; padding: 12px 0; }
.submenu-toggle { display: inline-flex; justify-content: center; align-items: center; width: 28px; height: 28px; padding: 5px; border: 0; background: none; cursor: pointer; }
.submenu-toggle svg { width: 16px; height: 16px; }
.main-nav .sub-menu { display: none; position: absolute; top: 100%; left: -16px; width: 240px; padding: 12px 20px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); z-index: 21; }
.main-nav li.expanded > .sub-menu { display: grid; gap: 0; }
.main-nav .sub-menu a { width: 100%; }
.mobile-account { display: none !important; }
.hero { padding-bottom: 24px; }
.hero-copy h1 { font-size: 42px; letter-spacing: 0; }
.hero-copy p { letter-spacing: 0; }
.hero-description { margin: 14px 20px 0; font-size: 16px; }
.hero-products:empty { display: none; }
.hero-product-image { min-width: 0; }
.hero-product .quick-add { position: absolute; top: -10px; right: 8px; min-height: 26px; height: 26px; width: 26px; padding: 4px; border-radius: 50%; color: white; background: var(--ink); z-index: 3; }
.quick-add svg { width: 16px; height: 16px; }
.product-card { min-width: 0; align-content: start; gap: 10px; grid-template-rows: auto minmax(38px,auto) auto auto; }
.product-image { height: 250px; aspect-ratio: auto; min-width: 0; overflow: hidden; }
.product-image img { min-height: 0; min-width: 0; }
.product-card .button { margin-top: 4px; font-weight: 500; font-size: 12px; letter-spacing: 0; text-transform: none; padding: 8px 12px; }
.product-card h3 { margin-top: 8px; }
.product-card .added_to_cart { font-size: 12px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 5%; }
.section-heading h2 { margin: 0; font: 32px Georgia, serif; }
.section-heading a, .text-link { text-decoration: underline; text-underline-offset: 4px; }
.benefits h2, .story-cards h2 { font-size: 28px; letter-spacing: 0; }
.benefits svg { width: 48px; height: 48px; }
.promo-grid { align-items: stretch; grid-template-columns: repeat(2,minmax(0,1fr)); }
.promo-grid > * { min-width: 0; width: 100%; }
.promo-grid > img { height: 100%; max-height: 460px; aspect-ratio: 1.4; object-fit: cover; }
.pattern-panel > div { width: min(90%, 440px); min-width: 0; padding: 30px; }
.pattern-panel h2 { font-size: 36px; letter-spacing: 0; }
.pattern-panel p, .button { letter-spacing: 0; }
.scents { padding-top: 20px; }
.scent span { font-size: 24px; text-align: center; max-width: calc(100% - 24px); }
.image-strip img { height: auto; }
.story-cards { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.story-cards:empty { display: none; }
.story-cards a { letter-spacing: 0; }
.site-footer { grid-template-columns: 2fr 1fr 1fr 1fr; }
.site-footer > * { min-width: 0; }
.site-footer nav { align-content: start; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer h2 { letter-spacing: 0; }
.site-footer .footer-brand { margin: 0 0 20px; }
.store-main, .journal-main, .page-main { min-height: 55vh; padding: 48px max(24px, 5%); max-width: 1440px; margin: auto; }
.page-main { max-width: 880px; }
.page-main.commerce-page { max-width: 1280px; }
.store-main h1, .page-main h1, .journal-main h1 { font: 40px/1.15 Georgia, serif; margin: 0 0 28px; }
.entry-content { line-height: 1.75; }
.entry-content a, .entry-content summary { text-underline-offset: 3px; }
.entry-content a:not(.button) { text-decoration: underline; }
.entry-content img, .article-lead { height: auto; }
.entry-content > * { max-width: 100%; }
.entry-content .alignwide { width: 100%; }
.entry-content details { padding: 20px 0; border-bottom: 1px solid var(--line); }
summary { cursor: pointer; }
.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin: 32px 0; }
.article-grid img { height: auto; aspect-ratio: 1.24; object-fit: cover; }
.article-grid h2 { font: 28px Georgia, serif; }
.article-grid article { min-width: 0; }
.entry-date { font-size: 13px; }
.article-lead { margin: 32px 0; }
.nav-links { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin: 32px 0; }
.page-numbers { padding: 8px 12px; }
.contact-form { display: grid; gap: 10px; margin: 32px 0; }
.contact-form button { justify-self: start; }
.form-status { padding: 16px; background: var(--pale-mint); }
.product-search { display: flex !important; justify-content: start !important; gap: 12px; margin: 20px 0 32px; }
.product-search input[type=search] { flex: 1; min-width: 0; width: auto; }
.search-dialog h2 { font: 30px Georgia,serif; }
.search-dialog .button { background: var(--ink); color: white; }
.dialog-open { overflow: hidden; }
dialog.cart-drawer { display: none; margin: 0 0 0 auto; height: 100dvh; max-height: 100dvh; max-width: 100vw; border: 0; transform: none; overflow-y: auto; }
dialog.cart-drawer[open] { display: flex; }
dialog::backdrop { background: rgba(29,29,29,.55); }
.cart-drawer .widget_shopping_cart_content { margin-top: 24px; }
.cart-drawer ul { flex: none; }
.cart-drawer li { position: relative; display: block; padding: 16px 0 16px 28px; }
.cart-drawer li a.remove { position: absolute; left: 0; top: 16px; }
.cart-drawer img { float: right; width: 64px; height: 64px; object-fit: contain; margin-left: 16px; }
.cart-drawer li::after { content: ''; display: block; clear: both; }
.cart-drawer .quantity { margin-top: 8px; }
.cart-drawer .buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.cart-drawer .buttons .button { color: white; background: var(--ink); font-size: 12px; }
.preview-notice { padding: 12px 24px; background: #fff3ca; color: var(--ink); text-align: center; }
.preview-notice a { text-decoration: underline; }
.catalog-filters { clear: both; padding: 16px 0; margin-bottom: 24px; border-block: 1px solid var(--line); }
.catalog-filters summary { font-size: 14px; padding: 8px 0; }
.catalog-filters form { display: flex; flex-wrap: wrap; gap: 16px; align-items: end; padding: 16px 0; }
.catalog-filters label { display: grid; gap: 6px; font-size: 13px; flex: 1; min-width: 120px; }
.catalog-filters input { width: 100%; }
.filter-dialog { inset: 0 0 0 auto; margin: 0 0 0 auto; width: min(100%,380px); height: 100dvh; max-height: 100dvh; border: 0; padding: 24px; background: white; }
.filter-dialog form, .filter-dialog label { display: grid; gap: 12px; }
.filter-dialog form { margin-top: 24px; }
.footer-signup { grid-column: 1 / -1; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; margin: 28px 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: auto !important; float: none; margin: 0 !important; min-width: 0; text-align: center; }
.woocommerce ul.products li.product a img { height: 260px; object-fit: contain; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 3px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 15px; font-weight: 400; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background: var(--ink); color: white; font-size: 13px; font-weight: 500; border-radius: 3px; letter-spacing: 0; text-transform: none; line-height: 1.4; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { background: #365c50; color: white; }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--ink); }
.woocommerce button.button.alt.disabled { background: #666; }
.woocommerce div.product div.images img { height: auto; max-height: 680px; object-fit: contain; }
.woocommerce div.product div.images .flex-control-thumbs img { aspect-ratio: 1; object-fit: contain; }
.woocommerce div.product .product_title { font-size: 36px; }
.woocommerce div.product form.cart .variations select { min-width: 0; width: 100%; }
.woocommerce div.product form.cart .button { min-height: 44px; }
.woocommerce div.product form.cart div.quantity { margin-right: 16px; }
.woocommerce .quantity .qty { width: 80px; min-height: 44px; }
.woocommerce span.onsale { background: var(--mint); color: var(--ink); min-height: 30px; line-height: 30px; border-radius: 3px; }
.woocommerce table.shop_table img { width: 64px; height: 64px; object-fit: contain; }
.woocommerce-message, .woocommerce-info { border-top-color: #365c50; }
.woocommerce-message::before, .woocommerce-info::before { color: #365c50; }
.woocommerce .woocommerce-breadcrumb { font-size: 13px; margin-bottom: 28px; }
.woocommerce form .form-row { padding: 4px 0; }
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; }
.woocommerce-MyAccount-navigation li a { display: block; padding: 12px; border-bottom: 1px solid var(--line); }
.woocommerce-MyAccount-navigation .is-active a { background: var(--pale-mint); }
.wc-block-components-product-image img { height: auto; }
.wc-block-components-button { border-radius: 3px; background: var(--ink); color: white; }
.wc-block-components-button:not(.is-link) { min-height: 44px; }
.comments-area .avatar { width: 40px; height: 40px; }
.comment-form label { display: block; margin-bottom: 8px; }
.comment-form textarea { width: 100%; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto auto; padding: 0 20px; gap: 10px; }
  .menu-button { display: grid; padding: 4px; }
  .main-nav { max-height: calc(100dvh - 100px); overflow-y: auto; }
  .main-nav > ul { display: grid; gap: 8px; }
  .main-nav .sub-menu { position: static; width: 100%; border: 0; box-shadow: none; }
  .mobile-account { display: block !important; }
  .account-link { display: none; }
  .hero { min-height: 0; padding-top: 40px; }
  .hero-copy h1 { font-size: 36px; }
  .hero-product h3 { font-size: 12px; line-height: 1.35; }
  .benefits { padding: 64px 24px; gap: 32px; }
  .product-row, .product-row.tonka { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; padding: 24px 20px 56px; }
  .product-image { height: 220px; }
  .scents { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 20px 20px 56px; }
  .image-strip { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; padding: 20px 20px 40px; }
  .story-cards { padding: 48px 20px; }
  .site-footer { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
  .woocommerce ul.products li.product a img { height: 220px; }
  .catalog-filters[open] { position: fixed; inset: 0 0 0 auto; width: min(100%,380px); margin: 0; z-index: 30; background: white; padding: 24px; overflow-y: auto; box-shadow: -20px 0 50px #0003; }
  .catalog-filters form { flex-direction: column; align-items: stretch; }
}
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .site-header { top: 0; } }
@media (max-width: 560px) {
  .brand { font-size: 16px; letter-spacing: 0; }
  .hero-copy h1 { font-size: 32px; }
  .hero-product-image { height: 126px; }
  .benefits { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 20px; }
  .benefits h2 { font-size: 23px; }
  .section-heading h2 { font-size: 26px; }
  .product-image { height: 190px; padding: 12px; }
  .promo-grid { grid-template-columns: minmax(0,1fr); }
  .promo-grid > img { min-height: 0; height: 280px; }
  .pattern-panel { min-height: 280px; }
  .pattern-panel h2 { font-size: 30px; }
  .scent span { font-size: 20px; padding: 10px; }
  .story-cards, .article-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 36px 20px; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
  .store-main, .journal-main, .page-main { padding: 32px 20px; }
  .store-main h1, .page-main h1, .journal-main h1 { font-size: 30px; }
  .woocommerce div.product .product_title { font-size: 30px; }
  .woocommerce ul.products { gap: 24px 16px; }
  .woocommerce ul.products li.product a img { height: 190px; padding: 12px; }
  .woocommerce .woocommerce-ordering { float: none; width: 100%; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .product-search { flex-wrap: wrap; }
  .product-search input[type=search] { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
