:root {
  --h6-ink: #211c18;
  --h6-cream: #f3eadc;
  --h6-paper: #fffdf8;
  --h6-miso: #6d2f20;
  --h6-dark: #351912;
  --h6-line: #dfd4c5;
  --h6-muted: #74645a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--h6-ink); background: var(--h6-paper); font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif; font-size: 16px; line-height: 1.75; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.h6-site-content { min-height: 60vh; }
.h6-eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.h6-arrow::after { content: "→"; margin-left: 1rem; }
.h6-button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: 0 1.5rem; border-radius: 2px; background: var(--h6-cream); color: var(--h6-dark); font-weight: 700; letter-spacing: .04em; }

/* Header */
.h6-shipping-note { position: relative; z-index: 110; padding: .4rem 1rem; text-align: center; background: #421d17; color: #f8eee4; font-size: .75rem; letter-spacing: .04em; }
.h6-site-header { position: relative; z-index: 100; width: 100%; color: var(--h6-ink); background: rgba(255,253,248,.97); border-bottom: 1px solid var(--h6-line); }
.home .h6-site-header { position: absolute; top: 2.35rem; color: #fff; background: transparent; border-bottom-color: rgba(255,255,255,.28); }
.admin-bar.home .h6-site-header { top: calc(2.35rem + 32px); }
.h6-header-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1440px; min-height: 5.25rem; margin: auto; padding: 0 5vw; }
.h6-brand, .h6-brand > a { display: inline-flex; align-items: center; gap: .75rem; min-width: max-content; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-weight: 700; letter-spacing: .13em; }
.h6-logo-placeholder { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border: 1px solid currentColor; border-radius: 50%; font-size: .95rem; }
.h6-brand .custom-logo-link { display: block; }
.h6-brand .custom-logo { width: auto; max-width: 210px; max-height: 58px; }
.h6-primary-nav, .h6-menu { display: flex; align-items: center; }
.h6-primary-nav { gap: 1.6rem; }
.h6-menu { gap: 1.65rem; margin: 0; padding: 0; list-style: none; font-size: .875rem; font-weight: 600; }
.h6-menu a { position: relative; padding: .5rem 0; }
.h6-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .2rem; height: 1px; background: currentColor; transition: right .2s ease; }
.h6-menu a:hover::after { right: 0; }
.h6-cart-link { position: relative; display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border: 1px solid currentColor; border-radius: 50%; }
.h6-cart-link svg { width: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.h6-cart-count { position: absolute; right: -.25rem; top: -.3rem; display: grid; place-items: center; min-width: 1.15rem; height: 1.15rem; padding: 0 .2rem; border-radius: 999px; background: var(--h6-miso); color: #fff; font: 700 .65rem/1 sans-serif; }
.h6-menu-toggle { display: none; width: 2.75rem; height: 2.75rem; padding: .65rem; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; }
.h6-menu-toggle span:not(.screen-reader-text) { display: block; height: 1px; margin: .28rem 0; background: currentColor; }

/* Slider hero */
.h6-hero { position: relative; min-height: 47.5rem; overflow: hidden; background: #17110e; color: #fff; }
.h6-slides, .h6-slide { position: absolute; inset: 0; }
.h6-slide { opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility .9s ease; }
.h6-slide.is-active { opacity: 1; visibility: visible; }
.h6-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); transition: transform 7s ease; }
.h6-slide.is-active img { transform: scale(1); }
.h6-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(12,9,7,.88) 0%,rgba(12,9,7,.54) 43%,rgba(12,9,7,.12) 76%); }
.h6-hero-inner { position: relative; z-index: 2; display: grid; align-items: center; min-height: 47.5rem; padding: 9rem 8vw 6.25rem; }
.h6-hero-copy { max-width: 38rem; }
.h6-hero .h6-eyebrow { margin: 0; color: #e5b692; }
.h6-hero h1 { margin: 1.1rem 0 1.5rem; font: 500 clamp(2.7rem,5.6vw,4.9rem)/1.24 "Yu Mincho", "Hiragino Mincho ProN", serif; letter-spacing: .09em; color: #fff; }
.h6-hero-text { max-width: 30rem; margin: 0 0 2.1rem; color: #eee6dc; }
.h6-seal { position: absolute; right: 5vw; bottom: 4.4rem; display: grid; place-items: center; width: 5rem; height: 5rem; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font-family: "Yu Mincho", serif; font-size: .8rem; letter-spacing: .13em; text-align: center; }
.h6-slide-controls { position: absolute; z-index: 4; left: 8vw; bottom: 2.35rem; display: flex; align-items: center; gap: .75rem; }
.h6-slide-dot { width: 2.6rem; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.38); cursor: pointer; transition: .25s; }
.h6-slide-dot.is-active { width: 4.25rem; background: #fff; }
.h6-slide-arrow { width: 2.4rem; height: 2.4rem; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.16); color: #fff; cursor: pointer; }

/* Home sections */
.h6-trust { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4,1fr); max-width: 74rem; margin: -2.8rem auto 0; background: #fff; box-shadow: 0 20px 55px rgba(55,35,23,.12); }
.h6-trust div { padding: 1.9rem; text-align: center; border-right: 1px solid var(--h6-line); }
.h6-trust div:last-child { border: 0; }
.h6-trust strong { display: block; font: 500 1.2rem "Yu Mincho", serif; }
.h6-trust span { color: #806f61; font-size: .78rem; }
.h6-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; max-width: 74rem; margin: auto; padding: 7rem 1.5rem 4rem; }
.h6-intro h2, .h6-section-heading h2, .h6-shop-transition h2 { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-weight: 500; }
.h6-intro h2 { margin: .75rem 0; font-size: clamp(2rem,4vw,3.15rem); line-height: 1.4; }
.h6-intro > p { margin-top: 2.75rem; color: #5f5146; }
.h6-series, .h6-featured-products { max-width: 74rem; margin: auto; padding: 1.25rem 1.5rem 6.9rem; }
.h6-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.9rem; }
.h6-section-heading h2 { margin: .25rem 0 0; font-size: 2rem; }
.h6-text-link { font-size: .9rem; font-weight: 700; }
.h6-series-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.h6-series-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 14.5rem; padding: 1.75rem; overflow: hidden; color: #fff; background: linear-gradient(145deg,#704231,#321e18); }
.h6-series-card-2 { background: linear-gradient(145deg,#575331,#252718); }
.h6-series-card-3 { background: linear-gradient(145deg,#8c5330,#432319); }
.h6-series-card::before { content: ""; position: absolute; right: -2.8rem; top: -3.4rem; width: 11rem; height: 11rem; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transition: transform .35s; }
.h6-series-card:hover::before { transform: scale(1.2); }
.h6-series-card span, .h6-series-card strong { position: relative; }
.h6-series-card span { color: #e7ddd4; font-size: .8rem; }
.h6-series-card strong { font: 500 1.5rem "Yu Mincho", serif; }
.h6-shop-transition { padding: 6.5rem 1.5rem 3.6rem; text-align: center; background: #fff; border-top: 1px solid var(--h6-line); }
.h6-shop-transition h2 { margin: .6rem 0 1.1rem; font-size: clamp(2rem,4.2vw,3.4rem); line-height: 1.35; }
.h6-shop-transition > p { max-width: 43rem; margin: auto; color: #716257; }
.h6-purpose-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .75rem; max-width: 74rem; margin: 2.6rem auto 0; }
.h6-purpose-grid a { padding: 1.65rem 1.15rem; border: 1px solid var(--h6-line); background: #f7f0e5; text-align: left; transition: .22s; }
.h6-purpose-grid a:hover { transform: translateY(-4px); border-color: #8b4d3b; background: #fff; }
.h6-purpose-grid small { display: block; color: #9a6b58; font-size: .7rem; letter-spacing: .08em; }
.h6-purpose-grid strong { display: block; margin-top: .25rem; font: 500 1.2rem "Yu Mincho", serif; }
.h6-featured-products { max-width: 77rem; padding-top: 4.5rem; }
.h6-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem 1rem; }
.h6-product-card { overflow: hidden; border: 1px solid #e2d8ca; background: #fff; transition: .22s; }
.h6-product-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(55,35,23,.1); }
.h6-product-image { display: block; aspect-ratio: 1/.78; overflow: hidden; background: #f2ece3; }
.h6-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.h6-product-card:hover .h6-product-image img { transform: scale(1.035); }
.h6-product-card-body { padding: 1.15rem; }
.h6-product-card h3 { margin: 0 0 .35rem; font: 500 1.15rem "Yu Mincho", serif; }
.h6-price { margin-bottom: .8rem; color: var(--h6-miso); font-weight: 700; }
.h6-product-link { display: flex; justify-content: space-between; padding-top: .75rem; border-top: 1px solid #eadfd2; font-size: .8rem; font-weight: 700; }
.h6-products-empty { padding: 3rem; border: 1px solid var(--h6-line); background: #f7f0e5; text-align: center; }

/* Shop archive and WooCommerce */
.h6-woo-wrap { max-width: 78rem; margin: auto; padding: 4.5rem 1.5rem 7rem; }
.h6-woo-wrap.has-sidebar { display: grid; grid-template-columns: 14rem 1fr; gap: 3.25rem; }
.h6-shop-sidebar { align-self: start; position: sticky; top: 2rem; }
.admin-bar .h6-shop-sidebar { top: 4rem; }
.h6-sidebar-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 2px solid #2e211b; }
.h6-sidebar-heading strong { font: 500 1.2rem "Yu Mincho", serif; }
.h6-sidebar-heading small { color: var(--h6-muted); letter-spacing: .1em; }
.h6-filter-widget { padding: 1.35rem 0; border-bottom: 1px solid var(--h6-line); }
.h6-filter-title, .h6-filter-widget .wp-block-heading { margin: 0 0 .8rem; font: 700 .85rem/1.5 sans-serif; letter-spacing: .06em; }
.h6-filter-widget ul, .h6-product-categories { margin: 0; padding: 0; list-style: none; }
.h6-filter-widget li { margin: .45rem 0; color: #68594f; font-size: .9rem; }
.h6-widget-note { color: #8b7b70; font-size: .75rem; line-height: 1.65; }
.h6-filter-toggle { display: none; }
.h6-woo-main { min-width: 0; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 1.5rem; color: #8b7b70; font-size: .8rem; }
.woocommerce-products-header__title.page-title, .woocommerce div.product .product_title, .h6-woo-main .entry-title { font-family: "Yu Mincho", serif; font-weight: 500; color: var(--h6-ink); }
.woocommerce-products-header__title.page-title { margin: 0 0 1.5rem; font-size: clamp(2rem,4vw,3rem); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem 1rem; margin: 2rem 0 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 1rem; border: 1px solid #e2d8ca; background: #fff; }
.woocommerce ul.products li.product a img { aspect-ratio: 1/.82; margin: 0 0 1rem; object-fit: cover; background: #f2ece3; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 1rem; margin-right: 1rem; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font: 500 1.05rem "Yu Mincho", serif; color: var(--h6-ink); }
.woocommerce ul.products li.product .price { color: var(--h6-miso); font-weight: 700; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 2px; background: var(--h6-dark); color: #fff; font-weight: 700; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--h6-miso); color: #fff; }
.woocommerce span.onsale { min-width: 3.2rem; min-height: 3.2rem; padding: .9rem .35rem; background: var(--h6-miso); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--h6-miso); }
.woocommerce div.product form.cart .button { min-height: 3rem; padding-left: 1.5rem; padding-right: 1.5rem; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--h6-miso); background: #f7f0e5; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--h6-miso); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select { min-height: 2.9rem; border: 1px solid #cfc2b3; border-radius: 2px; background: #fff; }

/* Footer */
.h6-site-footer { padding: 4.5rem 5vw 1.5rem; background: #281712; color: #eee3d8; }
.h6-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; max-width: 74rem; margin: auto; }
.h6-footer-brand { color: #fff; }
.h6-footer-grid p { color: #cbbcb0; font-size: .85rem; }
.h6-footer-grid h2 { margin: 0 0 1rem; color: #fff; font: 500 1.05rem "Yu Mincho", serif; }
.h6-footer-grid ul { margin: 0; padding: 0; list-style: none; }
.h6-footer-grid li { margin: .5rem 0; color: #d5c8bd; font-size: .85rem; }
.h6-footer-bottom { max-width: 74rem; margin: 3rem auto 0; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.14); color: #a9978a; }

@media (max-width: 900px) {
  .admin-bar.home .h6-site-header { top: calc(2.35rem + 46px); }
  .h6-menu-toggle { display: block; }
  .h6-primary-nav { position: fixed; inset: 0; z-index: 150; display: flex; flex-direction: column; justify-content: center; gap: 2rem; padding: 5rem 2rem; visibility: hidden; opacity: 0; background: #281712; color: #fff; transition: .25s; }
  .h6-primary-nav.is-open { visibility: visible; opacity: 1; }
  .h6-menu { flex-direction: column; gap: .9rem; font: 500 1.35rem "Yu Mincho", serif; }
  .h6-menu-toggle { position: relative; z-index: 160; }
  .h6-hero, .h6-hero-inner { min-height: 43rem; }
  .h6-hero-inner { padding: 11rem 7vw 6.5rem; }
  .h6-slide img { object-position: 61% center; }
  .h6-seal { display: none; }
  .h6-slide-controls { left: 7vw; bottom: 1.8rem; }
  .h6-trust { grid-template-columns: repeat(2,1fr); margin-top: 0; }
  .h6-trust div:nth-child(2) { border-right: 0; }
  .h6-intro { grid-template-columns: 1fr; gap: .75rem; padding-top: 4.5rem; }
  .h6-intro > p { margin-top: 0; }
  .h6-series-grid { grid-template-columns: 1fr; }
  .h6-purpose-grid { grid-template-columns: repeat(2,1fr); }
  .h6-woo-wrap.has-sidebar { display: block; }
  .h6-filter-toggle { display: block; width: 100%; margin-bottom: 1.25rem; padding: .8rem 1rem; border: 1px solid #bcae9f; background: #fff; text-align: left; }
  .h6-shop-sidebar { display: none; position: static; padding: 0 1rem 1rem; border: 1px solid var(--h6-line); margin: -1.25rem 0 1.5rem; }
  .h6-shop-sidebar.is-open { display: block; }
  .h6-sidebar-heading { display: none; }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .h6-footer-grid { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 560px) {
  .h6-shipping-note { font-size: .68rem; }
  .h6-header-inner { min-height: 4.5rem; padding: 0 1.25rem; }
  .h6-brand-name { font-size: .95rem; }
  .h6-logo-placeholder { width: 2.35rem; height: 2.35rem; font-size: .82rem; }
  .h6-hero, .h6-hero-inner { min-height: 40.5rem; }
  .h6-hero-inner { padding: 10.5rem 1.5rem 6rem; }
  .h6-slide img { object-position: 59% center; }
  .h6-slide::after { background: linear-gradient(90deg,rgba(12,9,7,.87),rgba(12,9,7,.32)); }
  .h6-hero h1 { font-size: 2.6rem; }
  .h6-slide-controls { left: 1.5rem; }
  .h6-slide-arrow { display: none; }
  .h6-slide-dot { width: 1.75rem; }
  .h6-slide-dot.is-active { width: 3rem; }
  .h6-trust div { padding: 1.3rem .75rem; }
  .h6-trust strong { font-size: 1rem; }
  .h6-trust span { font-size: .68rem; }
  .h6-intro, .h6-series, .h6-featured-products { padding-left: 1.25rem; padding-right: 1.25rem; }
  .h6-shop-transition { padding: 5rem 1.25rem 3rem; }
  .h6-purpose-grid { gap: .5rem; }
  .h6-purpose-grid a { padding: 1.25rem .85rem; }
  .h6-purpose-grid strong { font-size: 1rem; }
  .h6-product-grid { grid-template-columns: repeat(2,1fr); gap: .75rem; }
  .h6-product-card-body { padding: .85rem; }
  .h6-product-card h3 { font-size: 1rem; }
  .h6-section-heading { align-items: flex-start; }
  .h6-section-heading h2 { font-size: 1.65rem; }
  .h6-text-link { font-size: .75rem; }
  .h6-woo-wrap { padding: 2.5rem 1.15rem 5rem; }
  .woocommerce ul.products { gap: .75rem; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: .7rem; margin-right: .7rem; }
  .woocommerce ul.products li.product .button { padding: .7rem .6rem; font-size: .75rem; }
  .h6-site-footer { padding: 3.5rem 1.25rem 1.25rem; }
  .h6-footer-grid { grid-template-columns: 1fr; gap: 2.25rem; }
}

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