/* Homepage refresh: spacious editorial layout and explicit category labels. */
.hp-front { --hp-paper: #fcfbf8; --hp-ink: #233b32; --hp-line: #dddcd4; --hp-pine: #254b3d; }
.hp-front .site-header { margin-bottom: 0; background: #fcfbf8 !important; max-width: none; padding-inline: max(28px, calc((100vw - 1184px)/2)); }
.hp-front .site-header::before, .hp-front .site-header::after { display: none; }
.hp-front .site-branding { width: auto !important; margin: 0 !important; padding: 24px 0; }
.hp-front .site-branding .site-title { font-size: 1rem; letter-spacing: .17em; white-space: nowrap; }
.hp-front .site-branding .site-description { display: none; }
.hp-front .site-header .main-navigation { display: none; }
.hp-front .site-header { grid-template-columns: 1fr auto auto; gap: 28px; }
.hp-front .site-search { grid-column: 2; width: 250px; margin: 0; }
.hp-front .site-header-cart { grid-column: 3; width: auto !important; margin: 0 !important; }
.hp-front .site-header .site-search input.search-field { border-radius: 0; background: transparent; }
.hp-front .hp-announce { background: #233b32; font-size: 10px; letter-spacing: .15em; padding: 9px 16px; }
.hp-category-nav { background: #fcfbf8; border-bottom: 1px solid var(--hp-line); }
.hp-category-nav .hp-wrap { display: flex; justify-content: center; align-items: center; gap: clamp(20px, 4vw, 62px); }
.hp-category-nav a { display: block; padding: 16px 0; text-decoration: none; font-size: 13px; font-weight: 600; color: #263c32; white-space: nowrap; border-bottom: 2px solid transparent; }
.hp-category-nav a:hover, .hp-category-nav a:focus-visible { border-bottom-color: #254b3d; }
.hp-category-nav .hp-category-nav__all { color: #72776f; }
.hp-category-nav__all span { margin-left: 8px; }
.hp-front .site-main > section { margin-bottom: 0; }
.hp-front .hp-eyebrow { font-size: 10px; letter-spacing: .18em; color: #657365; }
.hp-editorial-hero { background: #edece5; padding: 38px 0; }
.hp-editorial-hero__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; gap: 48px; align-items: stretch; }
.hp-editorial-hero__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px 0; }
.hp-editorial-hero h1 { font-size: clamp(46px, 5.9vw, 78px); line-height: 1.03; letter-spacing: -.04em; margin: 8px 0 24px; color: #233b32; }
.hp-editorial-hero h1 em { font-weight: 400; color: #647760; }
.hp-editorial-hero__copy > p:not(.hp-eyebrow) { font-size: 15px; line-height: 1.85; color: #60685f; margin-bottom: 30px; }
.hp-editorial-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.hp-front .hp-btn { border-radius: 0; background: #233b32; border-color: #233b32; letter-spacing: .09em; padding: 18px 24px; font-size: 10px; }
.hp-front .hp-btn:hover { background: #385742; }
.hp-text-link { color: #233b32; font-size: 12px; text-decoration: none; border-bottom: 1px solid #a6ad9f; padding-bottom: 4px; }
.hp-text-link span { margin-left: 14px; }
.hp-editorial-hero__note { margin-top: 48px; font-size: 10px; color: #6c7366; letter-spacing: .04em; }
.hp-editorial-hero__note > span { display: inline-block; padding-right: 18px; margin-right: 14px; border-right: 1px solid #bfc4b5; letter-spacing: .1em; }
.hp-editorial-hero__visual { min-width: 0; position: relative; overflow: hidden; background: #e1ddd3; color: #233b32; display: block; }
.hp-editorial-hero__image { height: 100%; width: 100%; position: absolute; inset: 0; object-fit: cover; border-radius: 0; transition: transform .5s; }
.hp-editorial-hero__visual:hover .hp-editorial-hero__image { transform: scale(1.025); }
.hp-editorial-hero__caption { position: absolute; inset: auto 20px 20px; display: flex; align-items: center; justify-content: space-between; background: rgba(252,251,248,.95); padding: 16px 20px; font-family: var(--hp-serif); font-size: 26px; }
.hp-editorial-hero__caption small { display: block; font-family: var(--hp-sans); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; margin-bottom: 3px; }
.hp-circle-arrow { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid #b5beb0; font-size: 23px; }
.hp-collections { padding: 68px 0 64px; scroll-margin-top: 140px; }
.hp-front .hp-section-head { margin-bottom: 28px; gap: 18px; }
.hp-front .hp-section-head h2 { font-size: clamp(28px, 3vw, 40px); }
.hp-section-note { color: #72766d; font-size: 12px; margin: 0; line-height: 1.8; }
.hp-collections__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.hp-collection { text-decoration: none; color: #233b32; min-width: 0; }
.hp-collection__media { position: relative; aspect-ratio: 4/4.6; overflow: hidden; background: #eeece7; }
.hp-collection__image { width: 100%; height: 100%; object-fit: cover; border-radius: 0; transition: transform .4s; }
.hp-collection:hover .hp-collection__image { transform: scale(1.04); }
.hp-collection__number { position: absolute; top: 12px; left: 12px; display: grid; place-items: center; background: #fcfbf8; color: #233b32; width: 28px; height: 28px; border-radius: 50%; font-size: 10px; }
.hp-collection__body { padding: 18px 0 0; }
.hp-collection h3 { font-family: var(--hp-serif); font-size: 24px; display: flex; justify-content: space-between; align-items: center; gap: 6px; margin: 0 0 8px; }
.hp-collection h3 span { font: 20px var(--hp-sans); }
.hp-collection p { font-size: 11px; color: #72766d; margin: 0 0 8px; }
.hp-collection__count { display: block; color: #657365; font-size: 10px; }
.hp-home-products { padding: 52px 0 58px; border-top: 1px solid var(--hp-line); }
.hp-home-products:nth-of-type(even) { background: #f4f3ee; }
.hp-front .hp-link-arrow { font-size: 10px; letter-spacing: .1em; }
.hp-front .hp-home-products ul.products::before, .hp-front .hp-home-products ul.products::after { display: none; }
.hp-front .hp-home-products ul.products { gap: 28px; }
.hp-front .hp-home-products ul.products li.product a img { border-radius: 0; aspect-ratio: 1; object-fit: cover; background: #edece6; }
.hp-front .hp-home-products ul.products li.product .woocommerce-loop-product__title { font-size: 13px !important; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 44px; }
.hp-front .hp-home-products ul.products li.product .price { font-size: 14px; margin-top: 7px; }
.hp-front .hp-home-products .hp-badges { display: none; }
.hp-front .hp-home-products ul.products li.product .button { border-radius: 0; background: transparent; color: #233b32; border-color: #b8beb3; font-size: 9px; padding: 13px 8px; }
.hp-front .hp-home-products ul.products li.product .button:hover { background: #233b32; color: #fff; }
.hp-front .hp-home-products .hp-loop-view { font-size: 9px; margin: 10px 0; }
.hp-home-closing { text-align: center; background: #233b32; padding: 64px 20px; }
.hp-front .hp-home-closing .hp-eyebrow { color: #c2ccbc; }
.hp-home-closing h2 { color: #f5f3e9; font-size: clamp(36px, 4.4vw, 56px); margin: 14px 0 26px; }
.hp-front .hp-home-closing .hp-btn { background: #f5f3e9; border-color: #f5f3e9; color: #233b32; }
.hp-front .site-footer { background: #1c3028; padding-top: 48px; }
.hp-front .site-footer .widget_nav_menu ul li::before { display: none; }
.hp-front .site-footer .widget_nav_menu ul li { padding-left: 0; }
.hp-front .site-footer .widget-area { gap: 30px; }
.hp-front a:focus-visible { outline: 2px solid #8a5c30; outline-offset: 5px; }
@media (max-width: 1000px) {
 .hp-editorial-hero__grid { gap: 28px; min-height: 440px; }
 .hp-collections__grid { gap: 16px; }
 .hp-collection h3 { font-size: 21px; }
 .hp-front .hp-home-products ul.products { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
}
@media (max-width: 767px) {
 .hp-front .site-header { position: relative; padding-inline: 20px; grid-template-columns: 1fr auto; min-height: 66px; gap: 0 18px; }
 .hp-front .site-branding { padding: 22px 0; }
 .hp-front .site-header-cart { display: block; grid-column: 2; grid-row: 1; }
 .hp-front .site-search { display: block; width: 100%; grid-column: 1/-1; grid-row: 2; padding-bottom: 14px; }
 .hp-front .site-header .site-search input.search-field { font-size: 16px; }
 .hp-category-nav .hp-wrap { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; padding-inline: 12px; }
 .hp-category-nav .hp-category-nav__all { display: none; }
 .hp-category-nav a { font-size: 10px; text-align: center; padding: 14px 3px; white-space: normal; }
 .hp-editorial-hero { padding: 26px 0; }
 .hp-editorial-hero__grid { grid-template-columns: 1fr 1fr; min-height: 350px; gap: 20px; }
 .hp-editorial-hero__copy { padding: 12px 0; }
 .hp-editorial-hero h1 { font-size: 43px; }
 .hp-editorial-hero__copy > p:not(.hp-eyebrow) { font-size: 12px; line-height: 1.7; margin-bottom: 20px; }
 .hp-editorial-hero__actions { gap: 16px; }
 .hp-front .hp-editorial-hero .hp-btn { width: auto; font-size: 9px; padding: 15px; }
 .hp-editorial-hero__note { margin-top: 24px; font-size: 9px; }
 .hp-editorial-hero__note > span { display: none; }
 .hp-editorial-hero__caption { inset: auto 10px 10px; font-size: 18px; padding: 12px; }
 .hp-circle-arrow { width: 28px; height: 28px; font-size: 18px; }
 .hp-collections { padding: 40px 0; }
 .hp-collections__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 16px; }
 .hp-collection h3 { font-size: 24px; }
 .hp-section-note { display: none; }
 .hp-home-products { padding: 36px 0; }
 .hp-front .hp-home-products ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 16px; }
 .hp-front .hp-section-head h2 { font-size: 30px; }
}
@media (max-width: 480px) {
 .hp-editorial-hero__grid { grid-template-columns: 1fr; gap: 16px; }
 .hp-editorial-hero__copy { padding: 10px 0 4px; }
 .hp-editorial-hero h1 { font-size: 54px; margin: 2px 0 16px; }
 .hp-editorial-hero__copy > p:not(.hp-eyebrow) { font-size: 13px; }
 .hp-editorial-hero__note { display: none; }
 .hp-editorial-hero__visual { height: 290px; }
 .hp-editorial-hero__image { object-position: center 55%; }
 .hp-editorial-hero__caption { font-size: 22px; }
 .hp-collection h3 { font-size: 20px; }
 .hp-collection p { min-height: 34px; line-height: 1.6; }
 .hp-collection__count { font-size: 9px; }
 .hp-front .hp-section-head h2 { font-size: 28px; }
 .hp-front .hp-home-closing .hp-btn { width: auto; }
}
@media (prefers-reduced-motion: reduce) { .hp-front * { scroll-behavior: auto; transition: none !important; } }
/* Beat Storefront's WooCommerce-specific header sizing rules. */
body.hp-front #masthead { margin: 0; padding-top: 0; padding-bottom: 0; grid-template-columns: 1fr 250px auto; }
body.hp-front #masthead .site-search { width: 250px; float: none; grid-row: 1; }
body.hp-front #masthead .site-search .search-field { width: 100%; }
body.hp-front #masthead .site-branding { margin: 0; }
body.hp-front #main .hp-home-products ul.products li.product .button { border: 1px solid #b8beb3; }
body.hp-front #main .hp-home-products .woocommerce-loop-product__title img.emoji { width: 1em !important; height: 1em !important; display: inline !important; margin: 0 .12em !important; }
@media (max-width: 767px) {
 body.hp-front #masthead { grid-template-columns: 1fr auto; }
 body.hp-front #masthead .site-search { width: 100%; grid-column: 1 / -1; grid-row: 2; }
}
body.hp-front #masthead .col-full::before,
body.hp-front #masthead .col-full::after,
body.hp-front #masthead .storefront-primary-navigation::before,
body.hp-front #masthead .storefront-primary-navigation::after { display: none; }
