/*
Theme Name: Hamisu Quiet Luxury
Theme URI: https://hamisu.com.my/
Author: Hamisu Online Store
Description: A warm quiet-luxury multilingual WooCommerce theme for Hamisu Online Store.
Version: 4.6.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: hamisu-commerce
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --hamisu-blush: #e5cfc4;
  --hamisu-brick: #a44438;
  --hamisu-ivory: #fbf8f5;
  --hamisu-white: #fffefa;
  --hamisu-ink: #211b19;
  --hamisu-cocoa: #4a352f;
  --hamisu-muted: #6f625e;
  --hamisu-line: rgba(33, 27, 25, 0.16);
  --hamisu-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --hamisu-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --hamisu-content: 1280px;
}

/*
 * Quiet Luxury art direction
 * Faithfully follows Hamisu design option 3: centred brand mark, split desktop
 * navigation, candle-first editorial carousel, centred story, stacked collection
 * banners and a deep cocoa footer.
 */
@media (min-width: 901px) {
  .hamisu-site-header { background: rgba(255, 254, 250, 0.98); }
  .hamisu-header-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    width: min(calc(100% - 64px), 1460px);
    min-height: 150px;
  }
  .hamisu-brand {
    position: absolute;
    top: 14px;
    left: 50%;
    z-index: 4;
    width: 112px;
    transform: translateX(-50%);
  }
  .hamisu-brand img { width: 112px; height: 112px; }
  .hamisu-nav { width: 100%; }
  .hamisu-nav > ul {
    display: grid;
    grid-template-columns: auto auto auto minmax(155px, 13vw) auto auto minmax(110px, 9vw);
    justify-content: center;
    gap: clamp(22px, 2.25vw, 44px);
    width: 100%;
  }
  .hamisu-nav > ul > li:nth-child(4) { grid-column: 5; }
  .hamisu-nav > ul > li:nth-child(5) { grid-column: 6; }
  .hamisu-header-tools {
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 5;
  }
}

.hamisu-announcement {
  min-height: 42px;
  background: linear-gradient(90deg, #9e392e, var(--hamisu-brick), #b34a3d);
  font-family: var(--hamisu-serif);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: none;
}

.hamisu-carousel { min-height: clamp(560px, 47vw, 720px); }
.hamisu-slide--candles .hamisu-slide-copy { color: var(--hamisu-ink); }
.hamisu-slide--candles .hamisu-kicker,
.hamisu-slide--candles .hamisu-text-link--light { color: var(--hamisu-brick); }
.hamisu-slide--candles .hamisu-text-link--light::after { background: var(--hamisu-brick); }
.hamisu-slide-copy {
  left: clamp(68px, 8vw, 150px);
  width: min(42vw, 650px);
}
.hamisu-slide-copy h1 {
  max-width: 650px;
  font-size: clamp(3.5rem, 5.1vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.hamisu-intro {
  padding: clamp(84px, 8.5vw, 132px) 0;
  background: linear-gradient(90deg, #ead5ca 0%, #f0ddd4 48%, #ead2c6 100%);
  text-align: center;
}
.hamisu-intro-grid { display: block; }
.hamisu-intro-copy { max-width: 760px; margin: 0 auto; }
.hamisu-intro-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 4.2vw, 5rem);
  font-weight: 500;
}
.hamisu-intro-copy > p:not(.hamisu-kicker) { max-width: 690px; margin: 0 auto 28px; }
.hamisu-intro-mark { display: none; }

.hamisu-editorial-collections {
  padding: clamp(58px, 6vw, 96px) 0 54px;
  background: var(--hamisu-white);
}
.hamisu-editorial-heading {
  margin: 0 0 30px;
  font-size: clamp(2.8rem, 4.4vw, 5.2rem);
  font-weight: 500;
}
.hamisu-editorial-band { min-height: clamp(245px, 22vw, 350px); margin-bottom: 7px; border-radius: 2px; }
.hamisu-editorial-band img { min-height: clamp(245px, 22vw, 350px); }
.hamisu-editorial-band--mahjong img { object-position: 57% center; }
.hamisu-editorial-band::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(27, 15, 11, 0.72) 0%, rgba(27, 15, 11, 0.2) 48%, transparent 74%);
  pointer-events: none;
}
.hamisu-editorial-copy {
  right: auto;
  left: clamp(30px, 4vw, 68px);
  z-index: 2;
  width: min(36%, 410px);
  color: #fffefa;
}
.hamisu-editorial-copy small { display: none; }
.hamisu-editorial-copy strong {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.1vw, 3.75rem);
  font-weight: 500;
  line-height: 1.02;
}
.hamisu-editorial-copy > span { font-size: 1.65rem; border: 0; }
.hamisu-others-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 28px;
  border-top: 1px solid rgba(164, 68, 56, 0.3);
  border-bottom: 1px solid rgba(164, 68, 56, 0.3);
  font-family: var(--hamisu-serif);
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.hamisu-others-link span:last-child { color: var(--hamisu-brick); font-size: 2.2rem; transition: transform 180ms ease; }
.hamisu-others-link:hover span:last-child { transform: translateX(6px); }

.hamisu-site-footer {
  padding: 72px 0 28px;
  background: #342824;
  border-top: 0;
  color: #f5ece7;
}
.hamisu-footer-grid { border-bottom-color: rgba(255, 255, 255, 0.12); }
.hamisu-footer-brand p,
.hamisu-site-footer li a,
.hamisu-footer-bottom { color: rgba(255, 254, 250, 0.76); }
.hamisu-site-footer h2 { color: #fffefa; font-family: var(--hamisu-sans); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.hamisu-site-footer li a:hover,
.hamisu-site-footer li a:focus-visible,
.hamisu-site-footer .hamisu-language-link.is-current { color: #f3c5b9; }
.hamisu-footer-bottom { border-top-color: rgba(255, 255, 255, 0.14); }
.hamisu-footer-languages .hamisu-language-link { color: rgba(255, 254, 250, 0.76); }

@media (max-width: 900px) {
  .hamisu-header-inner { position: relative; }
  .hamisu-brand { position: static; transform: none; }
  .hamisu-brand,
  .hamisu-brand img { width: 64px; height: 64px; }
  .hamisu-header-tools { position: static; }
  .hamisu-nav > ul { display: block; }
  .hamisu-slide-copy { width: 58vw; }
  .hamisu-editorial-copy { width: min(52%, 420px); }
}

@media (max-width: 640px) {
  .hamisu-announcement { min-height: 32px; }
  .hamisu-carousel { min-height: 630px; }
  .hamisu-slide-copy {
    right: 18px;
    bottom: 68px;
    left: 18px;
    width: auto;
    background: rgba(255, 254, 250, 0.86);
    color: var(--hamisu-ink);
    backdrop-filter: blur(10px);
  }
  .hamisu-slide-copy h1 { font-size: clamp(2.9rem, 14vw, 4.1rem); }
  .hamisu-slide-copy .hamisu-kicker,
  .hamisu-slide-copy .hamisu-text-link--light { color: var(--hamisu-brick); }
  .hamisu-intro { padding: 76px 0; }
  .hamisu-editorial-heading { margin-bottom: 22px; }
  .hamisu-editorial-band,
  .hamisu-editorial-band img { min-height: 310px; }
  .hamisu-editorial-band img { object-position: 64% center; }
  .hamisu-editorial-copy {
    right: 22px;
    left: 22px;
    width: auto;
    padding: 0;
    background: transparent;
  }
  .hamisu-editorial-copy strong { font-size: 2.25rem; }
  .hamisu-others-link { min-height: 66px; padding: 0 16px; }
}

/* v4.3 — minimalist catalog typography lock.
 * This final cascade layer overrides legacy display-sized H1 rules so
 * archive and product titles remain compact after a theme update. */
.hamisu-products-heading {
  display: grid !important;
  min-height: clamp(210px, 20vw, 300px) !important;
  place-items: center;
  padding: clamp(54px, 6vw, 82px) 24px !important;
  border-bottom: 1px solid var(--hamisu-line);
  background: var(--hamisu-white) !important;
  color: var(--hamisu-ink) !important;
  text-align: center;
}

.hamisu-products-heading .hamisu-narrow {
  width: min(100%, 760px);
  margin-inline: auto;
}

.hamisu-products-heading .hamisu-kicker {
  margin: 0 0 15px !important;
  color: var(--hamisu-brick) !important;
  font-family: var(--hamisu-sans) !important;
  font-size: 0.66rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

.hamisu-products-heading h1 {
  margin: 0 0 16px !important;
  color: var(--hamisu-ink) !important;
  font-family: var(--hamisu-sans) !important;
  font-size: clamp(1.6rem, 1.7vw, 1.85rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.075em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.hamisu-products-heading p:last-child {
  max-width: 650px !important;
  margin: 0 auto !important;
  color: var(--hamisu-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.75 !important;
}

.hamisu-category-masthead,
.post-type-archive-product .woocommerce-products-header {
  min-height: clamp(210px, 20vw, 290px) !important;
  padding: clamp(52px, 6vw, 78px) 24px !important;
  border-bottom: 1px solid var(--hamisu-line);
  background: var(--hamisu-white) !important;
  color: var(--hamisu-ink) !important;
}

.hamisu-category-masthead-inner {
  width: min(100%, 720px) !important;
  margin-inline: auto !important;
}

.hamisu-category-masthead .hamisu-kicker {
  margin: 0 0 14px !important;
  color: var(--hamisu-brick) !important;
  font-family: var(--hamisu-sans) !important;
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

body.tax-product_cat .hamisu-category-masthead h1,
body.post-type-archive-product .woocommerce-products-header__title {
  margin: 0 0 15px !important;
  color: var(--hamisu-ink) !important;
  font-family: var(--hamisu-sans) !important;
  font-size: clamp(1.5rem, 1.7vw, 1.85rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.075em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body.tax-product_cat .hamisu-category-masthead p:last-child {
  max-width: 620px !important;
  margin: 0 auto !important;
  color: var(--hamisu-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.72 !important;
}

/* Compatible with sites still rendering the earlier category-hero markup
 * during the first request after WordPress replaces the theme directory. */
body.tax-product_cat .hamisu-category-hero {
  min-height: clamp(210px, 20vw, 290px) !important;
  place-items: center !important;
  padding: clamp(52px, 6vw, 78px) 24px !important;
  border-bottom: 1px solid var(--hamisu-line);
  background: var(--hamisu-white) !important;
  color: var(--hamisu-ink) !important;
  text-align: center !important;
}

body.tax-product_cat .hamisu-category-hero-inner {
  width: min(100%, 720px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.tax-product_cat .hamisu-category-hero-inner .hamisu-kicker {
  color: var(--hamisu-brick) !important;
  opacity: 1 !important;
}

body.tax-product_cat .hamisu-category-hero-inner h1 {
  margin: 0 0 15px !important;
  color: var(--hamisu-ink) !important;
  font-family: var(--hamisu-sans) !important;
  font-size: clamp(1.5rem, 1.7vw, 1.85rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.075em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body.tax-product_cat .hamisu-category-hero-inner p:last-child {
  margin: 0 auto !important;
  color: var(--hamisu-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.72 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--hamisu-ink) !important;
  font-family: var(--hamisu-sans) !important;
  font-size: 0.76rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.035em !important;
  line-height: 1.5 !important;
  text-transform: uppercase !important;
}

body.single-product .woocommerce div.product .product_title {
  margin: 0 0 12px !important;
  color: var(--hamisu-ink) !important;
  font-family: var(--hamisu-sans) !important;
  font-size: clamp(1.05rem, 1.1vw, 1.25rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.045em !important;
  line-height: 1.38 !important;
  text-transform: uppercase !important;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
  color: var(--hamisu-brick) !important;
}

@media (max-width: 760px) {
  .hamisu-products-heading,
  .hamisu-category-masthead,
  .post-type-archive-product .woocommerce-products-header,
  body.tax-product_cat .hamisu-category-hero {
    min-height: 180px !important;
    padding: 46px 20px !important;
  }

  .hamisu-products-heading h1,
  body.tax-product_cat .hamisu-category-masthead h1,
  body.tax-product_cat .hamisu-category-hero-inner h1,
  body.post-type-archive-product .woocommerce-products-header__title {
    font-size: 1.35rem !important;
    letter-spacing: 0.06em !important;
  }

  .hamisu-products-heading p:last-child,
  body.tax-product_cat .hamisu-category-masthead p:last-child,
  body.tax-product_cat .hamisu-category-hero-inner p:last-child {
    font-size: 0.82rem !important;
  }

  body.single-product .woocommerce div.product .product_title {
    font-size: 1.05rem !important;
    letter-spacing: 0.035em !important;
  }
}

/* Our Story 4.0 — full-width, one-screen chapters with reliable contrast */
.hamisu-story-page {
  --hamisu-story-header-offset: 132px;
  background: var(--hamisu-white);
  color: var(--hamisu-ink);
}

.hamisu-story-panel {
  width: 100%;
  min-height: calc(100svh - var(--hamisu-story-header-offset));
  scroll-margin-top: var(--hamisu-story-header-offset);
}

.hamisu-story-hero {
  display: grid;
  place-items: center;
  padding: clamp(56px, 7vw, 108px) clamp(24px, 7vw, 120px);
  background: var(--hamisu-blush);
  color: var(--hamisu-ink);
  text-align: center;
}

.hamisu-story-hero-inner {
  width: min(100%, 1040px);
  margin-inline: auto;
}

.hamisu-story-hero .hamisu-kicker,
.hamisu-story-purpose .hamisu-kicker,
.hamisu-commitment .hamisu-kicker { color: var(--hamisu-brick); }

.hamisu-story-hero h1 {
  max-width: 920px;
  margin: 0 auto clamp(26px, 3vw, 38px);
  color: var(--hamisu-ink);
  font-size: clamp(3rem, 4.35vw, 5.15rem);
  line-height: 0.98;
  text-wrap: balance;
}

.hamisu-story-lede {
  max-width: 780px;
  margin: 0 auto 28px;
  color: #493d39;
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
  line-height: 1.75;
}

.hamisu-story-note {
  margin: 0;
  color: var(--hamisu-brick);
  font-family: var(--hamisu-serif);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-style: italic;
}

.hamisu-story-purpose {
  display: grid;
  align-items: center;
  padding: clamp(64px, 8vw, 128px) clamp(24px, 8vw, 144px);
  background: var(--hamisu-ivory);
  color: var(--hamisu-ink);
}

.hamisu-story-purpose-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(56px, 10vw, 160px);
  align-items: center;
  width: min(100%, 1320px);
  margin-inline: auto;
}

.hamisu-story-purpose h2 {
  max-width: 540px;
  margin: 0;
  color: var(--hamisu-ink);
  font-size: clamp(2.7rem, 4vw, 4.6rem);
  text-wrap: balance;
}

.hamisu-story-purpose-copy {
  max-width: 660px;
  color: #554843;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.82;
}

.hamisu-story-purpose-copy p { margin-bottom: 1.25em; }
.hamisu-story-purpose-copy p:last-child { margin-bottom: 0; }

.hamisu-story-worlds {
  width: 100%;
  margin: 0;
}

.hamisu-story-world {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  margin: 0;
  background: var(--hamisu-ivory);
}

.hamisu-story-world--reverse {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.hamisu-story-world--reverse .hamisu-story-world-media { order: 2; }

.hamisu-story-world-media {
  min-width: 0;
  min-height: inherit;
  overflow: hidden;
}

.hamisu-story-world-media img {
  width: 100%;
  height: 100%;
  min-height: calc(100svh - var(--hamisu-story-header-offset));
  object-fit: cover;
}

.hamisu-story-world-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 6vw, 108px);
}

.hamisu-story-world-copy > * { max-width: 560px; }
.hamisu-story-index {
  margin-bottom: clamp(34px, 5vh, 60px);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.hamisu-story-world h2 {
  margin-bottom: 26px;
  font-size: clamp(2.7rem, 3.7vw, 4.65rem);
  text-wrap: balance;
}

.hamisu-story-world-copy > p:last-child {
  margin-bottom: 0;
  font-size: clamp(1rem, 1.08vw, 1.13rem);
  line-height: 1.78;
}

.hamisu-story-world--dark .hamisu-story-world-copy {
  background: #3f2b26;
  color: var(--hamisu-white);
}

.hamisu-story-world--dark h2,
.hamisu-story-world--dark .hamisu-story-world-copy > p:last-child { color: var(--hamisu-white); }
.hamisu-story-world--dark .hamisu-kicker,
.hamisu-story-world--dark .hamisu-story-index { color: #efb8aa; }

.hamisu-story-world--light .hamisu-story-world-copy {
  background: #f4ebe5;
  color: var(--hamisu-ink);
}

.hamisu-story-world--light h2 { color: var(--hamisu-ink); }
.hamisu-story-world--light .hamisu-story-world-copy > p:last-child { color: #554843; }
.hamisu-story-world--light .hamisu-kicker,
.hamisu-story-world--light .hamisu-story-index { color: var(--hamisu-brick); }

.hamisu-commitment {
  display: grid;
  align-items: center;
  padding: clamp(64px, 7vw, 112px) clamp(24px, 7vw, 120px);
  background: var(--hamisu-blush);
  color: var(--hamisu-ink);
  text-align: center;
}

.hamisu-commitment-inner {
  width: min(100%, 1320px);
  margin-inline: auto;
}

.hamisu-commitment h2 {
  margin-bottom: 22px;
  color: var(--hamisu-ink);
  font-size: clamp(2.8rem, 4vw, 4.7rem);
  text-wrap: balance;
}

.hamisu-commitment-lede {
  max-width: 740px;
  margin: 0 auto clamp(42px, 6vh, 68px);
  color: #554843;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  line-height: 1.75;
}

.hamisu-commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 48px;
  border-top: 1px solid rgba(33, 27, 25, 0.2);
  border-bottom: 1px solid rgba(33, 27, 25, 0.2);
  text-align: left;
}

.hamisu-commitment-grid > div {
  padding: clamp(30px, 3.5vw, 52px);
  border-right: 1px solid rgba(33, 27, 25, 0.2);
}

.hamisu-commitment-grid > div:last-child { border-right: 0; }
.hamisu-commitment-grid span {
  display: block;
  margin-bottom: 30px;
  color: var(--hamisu-brick);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.hamisu-commitment-grid h3 {
  margin-bottom: 18px;
  color: var(--hamisu-ink);
  font-size: clamp(1.55rem, 2vw, 2.15rem);
}

.hamisu-commitment-grid p {
  margin: 0;
  color: #554843;
  line-height: 1.72;
}

.hamisu-story-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 900px) {
  .hamisu-story-page { --hamisu-story-header-offset: 102px; }
  .hamisu-story-purpose-inner { grid-template-columns: 1fr; gap: 38px; }
  .hamisu-story-purpose-heading,
  .hamisu-story-purpose-copy { max-width: 680px; }
  .hamisu-story-world,
  .hamisu-story-world--reverse { grid-template-columns: 1fr; }
  .hamisu-story-world--reverse .hamisu-story-world-media { order: 0; }
  .hamisu-story-world-media,
  .hamisu-story-world-media img {
    min-height: 48svh;
    max-height: 56svh;
  }
  .hamisu-story-world-copy { min-height: 44svh; padding: 52px clamp(28px, 8vw, 72px); }
  .hamisu-commitment-grid { grid-template-columns: 1fr; }
  .hamisu-commitment-grid > div { border-right: 0; border-bottom: 1px solid rgba(33, 27, 25, 0.2); }
  .hamisu-commitment-grid > div:last-child { border-bottom: 0; }
}

@media (max-width: 640px) {
  .hamisu-story-page { --hamisu-story-header-offset: 102px; }
  .hamisu-story-panel { min-height: calc(100svh - var(--hamisu-story-header-offset)); }
  .hamisu-story-hero,
  .hamisu-story-purpose,
  .hamisu-commitment { padding: 56px 24px; }
  .hamisu-story-hero h1 { font-size: clamp(2.65rem, 13vw, 3.65rem); }
  .hamisu-story-purpose h2,
  .hamisu-story-world h2,
  .hamisu-commitment h2 { font-size: clamp(2.35rem, 10.5vw, 3.1rem); }
  .hamisu-story-world-media,
  .hamisu-story-world-media img { min-height: 42svh; max-height: 42svh; }
  .hamisu-story-world-copy { min-height: auto; padding: 46px 24px 54px; }
  .hamisu-story-index { margin-bottom: 26px; }
  .hamisu-commitment-grid > div { padding: 30px 0; }
  .hamisu-story-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hamisu-story-actions .hamisu-btn { width: 100%; }
}

/* v3.3 navigation refinement: transparent brand mark, compact sticky desktop
 * navigation, and a right-edge off-canvas menu for phones and tablets. */
.hamisu-site-header {
  position: sticky !important;
  top: 0;
  z-index: 10000;
  box-shadow: 0 1px 0 rgba(33, 27, 25, 0.09);
}
.hamisu-brand img,
.hamisu-footer-brand img,
.hamisu-intro-mark img,
.hamisu-product-world--others > img {
  background: transparent !important;
}
body.admin-bar .hamisu-site-header { top: 32px; }

@media (min-width: 901px) {
  .hamisu-announcement { min-height: 36px; }
  .hamisu-header-inner {
    width: min(calc(100% - 64px), 1460px) !important;
    min-height: 94px !important;
  }
  .hamisu-brand {
    top: 7px !important;
    width: 80px !important;
  }
  .hamisu-brand img {
    width: 80px !important;
    height: 80px !important;
  }
  .hamisu-nav > ul {
    grid-template-columns: auto auto auto minmax(112px, 9vw) auto auto minmax(102px, 7vw) !important;
    gap: clamp(18px, 1.65vw, 32px) !important;
  }
  .hamisu-nav a {
    padding: 35px 0 31px !important;
    font-size: 0.92rem !important;
  }
  .hamisu-nav .sub-menu a { padding: 11px 0 !important; }
  .hamisu-header-tools {
    top: 34px !important;
    gap: 14px;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hamisu-header-inner { width: min(calc(100% - 32px), 1120px) !important; }
  .hamisu-brand,
  .hamisu-brand img { width: 72px !important; height: 72px !important; }
  .hamisu-brand { top: 11px !important; }
  .hamisu-nav > ul {
    grid-template-columns: auto auto auto 90px auto auto 90px !important;
    gap: 14px !important;
  }
  .hamisu-nav a { font-size: 0.84rem !important; }
  .hamisu-header-tools { gap: 7px; }
}

@media (max-width: 900px) {
  .hamisu-site-header { background: rgba(255, 254, 250, 0.98); }
  .hamisu-header-inner {
    min-height: 70px !important;
    grid-template-columns: 62px 1fr !important;
  }
  .hamisu-brand,
  .hamisu-brand img {
    width: 54px !important;
    height: 54px !important;
  }
  .hamisu-header-tools {
    position: relative !important;
    z-index: 10030;
    justify-self: end;
  }
  .hamisu-menu-toggle {
    position: relative;
    z-index: 10031;
  }
  .hamisu-nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 10020;
    width: min(86vw, 360px) !important;
    padding: 96px 30px 54px !important;
    background: #fffefa !important;
    box-shadow: -20px 0 55px rgba(33, 27, 25, 0.18);
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(102%) !important;
    transition: opacity 200ms ease, transform 240ms ease, visibility 240ms ease !important;
  }
  .hamisu-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
  }
  .hamisu-nav > ul {
    width: 100%;
    text-align: left;
  }
  .hamisu-nav > ul > li { position: relative; }
  .hamisu-nav a {
    padding: 16px 0 !important;
    font-size: 1.08rem !important;
    text-align: left;
  }
  .hamisu-nav .sub-menu a { padding: 9px 0 !important; font-size: 0.84rem !important; }
  .hamisu-submenu-toggle { right: -8px; }
  body.menu-open::before {
    position: fixed;
    inset: 0;
    z-index: 9990;
    background: rgba(25, 17, 14, 0.42);
    content: "";
  }
}

@media (max-width: 782px) {
  body.admin-bar .hamisu-site-header { top: 46px; }
}

@media (max-width: 640px) {
  .hamisu-announcement { min-height: 32px; }
  .hamisu-header-inner { width: calc(100% - 24px) !important; }
  .hamisu-nav { width: min(88vw, 340px) !important; padding-inline: 26px !important; }
}

/* v3.1 visual lock and Elementor interoperability. */
.hamisu-native-home #primary,
.hamisu-native-home #primary * { box-sizing: border-box; }
.hamisu-native-home .hamisu-slide-copy h1,
.hamisu-native-home .hamisu-intro-copy h2,
.hamisu-native-home .hamisu-editorial-heading,
.hamisu-native-home .hamisu-editorial-copy strong {
  font-family: var(--hamisu-serif) !important;
  text-transform: none !important;
}
.hamisu-native-home .hamisu-slide-copy h1 {
  margin: 0 0 26px !important;
  font-size: clamp(3.2rem, 4.6vw, 5.25rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
  line-height: 0.99 !important;
}
.hamisu-native-home .hamisu-intro-copy h2 {
  font-size: clamp(2.7rem, 3.6vw, 4.5rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.05 !important;
}
.hamisu-native-home .hamisu-editorial-heading {
  font-size: clamp(2.7rem, 3.6vw, 4.45rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.05 !important;
}
.hamisu-native-home .hamisu-editorial-copy strong {
  font-size: clamp(2rem, 2.65vw, 3.35rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
}
.hamisu-cart-icon {
  width: 17px;
  height: 17px;
  margin-left: 6px;
  font-size: 17px;
  line-height: 17px;
}
.hamisu-elementor-content {
  width: 100%;
  min-height: 45vh;
  margin: 0;
  padding: 0;
  overflow: clip;
}
.hamisu-elementor-content > .elementor,
.hamisu-elementor-content .elementor-section-wrap,
.hamisu-elementor-content .e-con.e-parent { width: 100%; max-width: none; }
.elementor-page .hamisu-site-header,
.elementor-page .hamisu-site-footer { display: block; }

@media (min-width: 901px) {
  .hamisu-header-inner {
    width: min(calc(100% - 72px), 1500px) !important;
    min-height: 150px !important;
  }
  .hamisu-brand {
    top: 14px !important;
    left: 50% !important;
    width: 112px !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
  }
  .hamisu-brand img {
    width: 112px !important;
    height: 112px !important;
    max-width: none !important;
  }
  .hamisu-nav { align-self: stretch; display: grid; align-items: center; }
  .hamisu-nav > ul {
    grid-template-columns: auto auto auto minmax(180px, 14vw) auto auto minmax(116px, 8vw) !important;
    gap: clamp(24px, 2.35vw, 46px) !important;
  }
  .hamisu-nav a {
    padding: 61px 0 57px !important;
    font-family: var(--hamisu-serif) !important;
    font-size: 0.98rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }
  .hamisu-nav .sub-menu a {
    padding: 11px 0 !important;
    font-family: var(--hamisu-sans) !important;
    font-size: 0.78rem !important;
  }
  .hamisu-header-tools { top: 61px !important; }
  .hamisu-language-link {
    font-family: var(--hamisu-sans) !important;
    font-size: 0.67rem !important;
    text-transform: none !important;
  }
}

@media (max-width: 640px) {
  .hamisu-native-home .hamisu-slide-copy h1 { font-size: 3rem !important; }
  .hamisu-native-home .hamisu-intro-copy h2 { font-size: 2.65rem !important; }
  .hamisu-native-home .hamisu-editorial-heading { font-size: 2.55rem !important; }
  .hamisu-native-home .hamisu-editorial-copy strong { font-size: 2.25rem !important; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--hamisu-white);
  color: var(--hamisu-ink);
  font-family: var(--hamisu-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--hamisu-serif); font-weight: 500; line-height: 1.05; }
h1 { font-size: clamp(3rem, 5.4vw, 5.8rem); }
h2 { font-size: clamp(2.5rem, 4vw, 4.5rem); }
h3 { font-size: clamp(1.75rem, 2.2vw, 2.5rem); }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 8px;
  background: var(--hamisu-white);
  color: var(--hamisu-ink);
  z-index: 9999;
}
.hamisu-container { width: min(calc(100% - 80px), var(--hamisu-content)); margin-inline: auto; }
.hamisu-narrow { width: min(calc(100% - 48px), 860px); margin-inline: auto; }
.hamisu-kicker {
  margin-bottom: 24px;
  color: var(--hamisu-brick);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.hamisu-lede { color: var(--hamisu-muted); font-family: var(--hamisu-serif); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.45; }
.hamisu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid var(--hamisu-brick);
  border-radius: 0;
  background: var(--hamisu-brick);
  color: var(--hamisu-white) !important;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
}
.hamisu-btn:hover,
.hamisu-btn:focus-visible { background: var(--hamisu-cocoa); border-color: var(--hamisu-cocoa); }

/* Header */
.hamisu-announcement {
  min-height: 32px;
  display: grid;
  place-items: center;
  padding: 6px 24px;
  background: var(--hamisu-brick);
  color: var(--hamisu-white);
  font-family: var(--hamisu-serif);
  font-size: 0.9rem;
  letter-spacing: 0.035em;
  text-align: center;
}
.hamisu-site-header {
  position: relative;
  z-index: 50;
  background: rgba(255, 254, 250, 0.98);
  border-bottom: 1px solid var(--hamisu-line);
}
.hamisu-header-inner {
  width: min(calc(100% - 64px), 1380px);
  min-height: 92px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 130px 1fr 180px;
  align-items: center;
  gap: 28px;
}
.hamisu-brand { width: 76px; display: block; }
.hamisu-brand img { width: 76px; height: 76px; object-fit: contain; }
.hamisu-nav { justify-self: center; }
.hamisu-nav ul { list-style: none; margin: 0; padding: 0; }
.hamisu-nav > ul { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.5vw, 44px); }
.hamisu-nav > ul > li { position: relative; }
.hamisu-nav a {
  display: block;
  padding: 34px 0 31px;
  color: var(--hamisu-ink);
  font-family: var(--hamisu-serif);
  font-size: 1.02rem;
  line-height: 1;
  white-space: nowrap;
}
.hamisu-nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 25px;
  height: 1px;
  background: var(--hamisu-brick);
  transition: right 180ms ease;
}
.hamisu-nav > ul > li:hover > a::after,
.hamisu-nav > ul > li.current-menu-item > a::after,
.hamisu-nav > ul > li.current-menu-ancestor > a::after,
.hamisu-nav > ul > li > a:focus-visible::after { right: 0; }
.hamisu-nav .menu-item-has-children > a { display: flex; align-items: center; gap: 5px; }
.hamisu-nav .menu-item-has-children > a .dashicons { width: 14px; height: 14px; font-size: 14px; line-height: 14px; }
.hamisu-nav .sub-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: -24px;
  width: 250px;
  padding: 12px 24px 18px;
  background: var(--hamisu-white);
  border: 1px solid var(--hamisu-line);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}
.hamisu-nav li:hover > .sub-menu,
.hamisu-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.hamisu-nav .sub-menu a { padding: 10px 0; font-family: var(--hamisu-sans); font-size: 0.8rem; letter-spacing: 0.03em; }
.hamisu-nav .sub-menu a:hover,
.hamisu-nav .sub-menu a:focus-visible { color: var(--hamisu-brick); }
.hamisu-header-tools { justify-self: end; display: flex; align-items: center; gap: 22px; }
.hamisu-languages { display: flex; align-items: center; gap: 0; }
.hamisu-language-link {
  padding: 2px 9px;
  border-right: 1px solid var(--hamisu-line);
  color: var(--hamisu-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.hamisu-language-link:last-child { border-right: 0; }
.hamisu-language-link:hover,
.hamisu-language-link:focus-visible,
.hamisu-language-link.is-current { color: var(--hamisu-brick); }
.hamisu-menu-toggle,
.hamisu-submenu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

/* Home carousel */
.hamisu-carousel {
  position: relative;
  width: 100%;
  min-height: clamp(500px, 48vw, 720px);
  overflow: hidden;
  background: #160704;
}
.hamisu-carousel-track,
.hamisu-slide { position: absolute; inset: 0; }
.hamisu-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 650ms ease, visibility 650ms ease;
}
.hamisu-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hamisu-slide > img { width: 100%; height: 100%; object-fit: cover; }
.hamisu-slide-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(6vw, calc((100vw - 1380px) / 2));
  width: min(500px, 38vw);
  color: var(--hamisu-white);
  transform: translateY(-48%);
}
.hamisu-slide-copy .hamisu-kicker { color: rgba(255, 254, 250, 0.82); }
.hamisu-slide-copy h1 { margin-bottom: 36px; text-wrap: balance; }
.hamisu-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-bottom: 1px solid var(--hamisu-brick);
  color: var(--hamisu-brick);
  font-family: var(--hamisu-serif);
  font-size: 1.08rem;
  line-height: 1;
}
.hamisu-text-link--light { color: var(--hamisu-white); border-color: var(--hamisu-brick); }
.hamisu-carousel-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(20, 9, 6, 0.18);
  color: white;
  cursor: pointer;
  transform: translateY(-50%);
}
.hamisu-carousel-arrow:hover,
.hamisu-carousel-arrow:focus-visible { background: var(--hamisu-brick); border-color: var(--hamisu-brick); }
.hamisu-carousel-prev { left: 24px; }
.hamisu-carousel-next { right: 24px; }
.hamisu-carousel-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 24px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}
.hamisu-carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid white;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.hamisu-carousel-dot.is-active { background: white; }

/* Home story and collection bands */
.hamisu-intro { padding: clamp(76px, 9vw, 138px) 0; background: var(--hamisu-blush); }
.hamisu-intro-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: clamp(60px, 9vw, 150px); }
.hamisu-intro-copy { max-width: 590px; }
.hamisu-intro-copy h2 { margin-bottom: 32px; text-wrap: balance; }
.hamisu-intro-copy > p:not(.hamisu-kicker) { max-width: 590px; margin-bottom: 34px; color: #4f4541; }
.hamisu-intro-mark { display: grid; place-items: center; }
.hamisu-intro-mark img { width: min(100%, 360px); }
.hamisu-editorial-collections { padding: 42px 0 54px; background: var(--hamisu-blush); }
.hamisu-editorial-band { position: relative; display: block; min-height: 300px; margin-bottom: 6px; overflow: hidden; }
.hamisu-editorial-band img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform 650ms ease; }
.hamisu-editorial-band:hover img { transform: scale(1.015); }
.hamisu-editorial-copy {
  position: absolute;
  top: 50%;
  left: 6%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--hamisu-white);
  transform: translateY(-50%);
}
.hamisu-editorial-copy small { margin-bottom: 12px; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.hamisu-editorial-copy strong { margin-bottom: 18px; font-family: var(--hamisu-serif); font-size: clamp(2.4rem, 4vw, 4.4rem); font-weight: 500; line-height: 1; }
.hamisu-editorial-copy > span { padding-bottom: 6px; border-bottom: 1px solid currentColor; font-family: var(--hamisu-serif); font-size: 1rem; }

/* Footer */
.hamisu-site-footer { padding: 72px 0 28px; background: var(--hamisu-white); border-top: 1px solid var(--hamisu-line); }
.hamisu-footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 54px; padding-bottom: 58px; }
.hamisu-footer-brand img { width: 92px; margin-bottom: 22px; }
.hamisu-footer-brand p { max-width: 290px; color: var(--hamisu-muted); font-size: 0.82rem; line-height: 1.65; }
.hamisu-site-footer h2 { margin-bottom: 20px; font-family: var(--hamisu-serif); font-size: 1.25rem; }
.hamisu-site-footer ul { list-style: none; margin: 0; padding: 0; }
.hamisu-site-footer li { margin-bottom: 9px; }
.hamisu-site-footer li a { color: #4f4541; font-size: 0.78rem; }
.hamisu-site-footer li a:hover,
.hamisu-site-footer li a:focus-visible { color: var(--hamisu-brick); }
.hamisu-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 24px; border-top: 1px solid var(--hamisu-line); color: var(--hamisu-muted); font-size: 0.72rem; }

/* Generic pages */
.hamisu-page-hero,
.hamisu-story-hero,
.hamisu-products-heading { padding: clamp(90px, 11vw, 165px) 0; background: var(--hamisu-blush); text-align: center; }
.hamisu-page-hero h1,
.hamisu-story-hero h1,
.hamisu-products-heading h1 { margin-bottom: 28px; }
.hamisu-page-hero p:last-child,
.hamisu-story-hero p:last-child,
.hamisu-products-heading p:last-child { max-width: 720px; margin-inline: auto; color: #554843; }
.hamisu-page-content { padding: 80px 0 120px; }
.hamisu-prose { font-size: 1rem; }
.hamisu-prose h2 { margin: 58px 0 20px; font-size: clamp(2rem, 3vw, 3.2rem); }
.hamisu-prose h3 { margin: 38px 0 14px; font-size: 1.7rem; }
.hamisu-prose a { color: var(--hamisu-brick); text-decoration: underline; text-underline-offset: 3px; }
.hamisu-info-grid,
.hamisu-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 44px 0; background: var(--hamisu-line); border: 1px solid var(--hamisu-line); }
.hamisu-info-card { padding: 32px; background: var(--hamisu-white); }
.hamisu-faq details { border-bottom: 1px solid var(--hamisu-line); }
.hamisu-faq summary { padding: 24px 0; cursor: pointer; font-family: var(--hamisu-serif); font-size: 1.45rem; }
.hamisu-faq details > div { padding: 0 0 26px; color: var(--hamisu-muted); }

/* Our Story */
.hamisu-story-opening { padding: clamp(80px, 10vw, 150px) 0; }
.hamisu-story-opening-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(56px, 10vw, 150px); }
.hamisu-story-opening h2 { margin-bottom: 0; }
.hamisu-story-opening-grid > div:last-child { color: #554843; }
.hamisu-story-worlds { width: min(calc(100% - 80px), 1380px); margin: 0 auto; }
.hamisu-story-world { display: grid; grid-template-columns: 1.4fr 0.6fr; min-height: 480px; margin-bottom: 6px; background: var(--hamisu-ivory); }
.hamisu-story-world--reverse { grid-template-columns: 0.6fr 1.4fr; }
.hamisu-story-world--reverse img { order: 2; }
.hamisu-story-world img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.hamisu-story-world > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 92px); }
.hamisu-story-world > div > span { margin-bottom: 30px; color: var(--hamisu-brick); font-size: 0.72rem; letter-spacing: 0.16em; }
.hamisu-story-world h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 3.6vw, 4.2rem); }
.hamisu-story-world p:last-child { color: var(--hamisu-muted); }
.hamisu-commitment { padding: clamp(90px, 11vw, 160px) 0; background: var(--hamisu-blush); text-align: center; }
.hamisu-commitment h2 { margin-bottom: 56px; }
.hamisu-commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 48px; text-align: left; }
.hamisu-commitment-grid > div { padding: 0 42px; border-right: 1px solid rgba(33, 27, 25, 0.22); }
.hamisu-commitment-grid > div:first-child { padding-left: 0; }
.hamisu-commitment-grid > div:last-child { padding-right: 0; border-right: 0; }
.hamisu-commitment-grid h3 { margin-bottom: 18px; font-size: 1.7rem; }
.hamisu-commitment-grid p { color: #554843; font-size: 0.9rem; }

/* Our Products */
.hamisu-product-worlds { width: min(calc(100% - 80px), 1380px); margin: 70px auto 110px; }
.hamisu-product-world { position: relative; display: block; height: clamp(380px, 42vw, 600px); margin-bottom: 6px; overflow: hidden; background: var(--hamisu-cocoa); color: var(--hamisu-white); }
.hamisu-product-world > img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms ease; }
.hamisu-product-world:hover > img { transform: scale(1.012); }
.hamisu-product-world-copy { position: absolute; top: 50%; left: 7%; width: min(440px, 38%); display: flex; flex-direction: column; align-items: flex-start; transform: translateY(-50%); }
.hamisu-product-world-copy small,
.hamisu-product-world--others small { margin-bottom: 22px; font-size: 0.7rem; letter-spacing: 0.16em; }
.hamisu-product-world-copy strong,
.hamisu-product-world--others strong { margin-bottom: 20px; font-family: var(--hamisu-serif); font-size: clamp(2.7rem, 4.5vw, 5rem); font-weight: 500; line-height: 1; }
.hamisu-product-world-copy > span,
.hamisu-product-world--others > span > span { margin-bottom: 26px; font-size: 0.9rem; }
.hamisu-product-world-copy em,
.hamisu-product-world--others em { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-family: var(--hamisu-serif); font-size: 1rem; font-style: normal; }
.hamisu-product-world--others { height: 330px; display: grid; grid-template-columns: 1fr 360px; align-items: center; padding: 52px 7%; background: var(--hamisu-blush); color: var(--hamisu-ink); }
.hamisu-product-world--others > span { max-width: 570px; display: flex; flex-direction: column; align-items: flex-start; }
.hamisu-product-world--others > img { justify-self: end; width: 240px; height: 240px; object-fit: contain; }

/* Product categories and WooCommerce */
.hamisu-category-hero { min-height: clamp(440px, 48vw, 680px); display: grid; align-items: center; background-position: center; background-size: cover; }
.hamisu-category-hero--mahjong { background-image: url("assets/images/mahjong-hero-final-engraved-flat-velvet.png"); color: var(--hamisu-white); }
.hamisu-category-hero--honey { background-image: url("assets/images/honey-hero-v3.webp"); color: var(--hamisu-white); }
.hamisu-category-hero--candles { background-image: url("assets/images/candles-hero-v2.webp"); color: var(--hamisu-ink); }
.hamisu-category-hero--home { min-height: 420px; background: var(--hamisu-blush); }
.hamisu-category-hero-inner { width: min(520px, 42%); padding: 80px 0; }
.hamisu-category-hero-inner .hamisu-kicker { color: currentColor; opacity: 0.82; }
.hamisu-category-hero-inner h1 { margin-bottom: 24px; }
.hamisu-category-hero-inner p:last-child { max-width: 520px; }
.hamisu-shop-shell { padding: 68px 0 120px; }
.woocommerce-breadcrumb { margin-bottom: 40px !important; color: var(--hamisu-muted) !important; font-size: 0.72rem !important; letter-spacing: 0.05em; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 38px; font-size: 0.78rem; }
.woocommerce .woocommerce-ordering select { padding: 9px 34px 9px 12px; border: 1px solid var(--hamisu-line); border-radius: 0; background: var(--hamisu-white); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px 22px; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }
.woocommerce ul.products li.product a img { margin-bottom: 20px; background: var(--hamisu-ivory); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; color: var(--hamisu-ink); font-family: var(--hamisu-sans); font-size: 0.88rem; font-weight: 500; line-height: 1.45; }
.woocommerce ul.products li.product .price { color: var(--hamisu-brick); font-size: 0.84rem; }
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  padding: 13px 18px;
  border-radius: 0;
  background: var(--hamisu-brick);
  color: var(--hamisu-white);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .button { display: none; }
.woocommerce span.onsale { min-width: auto; min-height: auto; margin: 0; padding: 6px 9px; border-radius: 0; background: var(--hamisu-brick); font-size: 0.66rem; line-height: 1; }
.woocommerce div.product .product_title { font-size: clamp(2.7rem, 4.4vw, 4.8rem); }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--hamisu-brick); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-cart table.cart,
.woocommerce-checkout #payment { border-radius: 0; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea { min-height: 48px; padding: 12px; border: 1px solid var(--hamisu-line); }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 250px 1fr; gap: 60px; }
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content { width: auto; float: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--hamisu-line); }
.woocommerce-account .woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--hamisu-line); }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 14px 0; }
.woocommerce-message,
.woocommerce-info { border-top-color: var(--hamisu-brick); background: var(--hamisu-ivory); }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--hamisu-brick); }

/* Focus and motion */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline: 2px solid var(--hamisu-brick); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

@media (max-width: 1120px) {
  .hamisu-header-inner { grid-template-columns: 92px 1fr 132px; width: min(calc(100% - 36px), 1100px); gap: 14px; }
  .hamisu-nav > ul { gap: 22px; }
  .hamisu-nav a { font-size: 0.92rem; }
  .hamisu-languages .hamisu-language-link { padding-inline: 6px; }
  .hamisu-slide-copy { left: 7vw; width: 42vw; }
}

@media (max-width: 900px) {
  .hamisu-container { width: min(calc(100% - 40px), var(--hamisu-content)); }
  .hamisu-header-inner { min-height: 78px; grid-template-columns: 80px 1fr; }
  .hamisu-brand, .hamisu-brand img { width: 64px; height: 64px; }
  .hamisu-header-tools { grid-column: 2; }
  .hamisu-menu-toggle { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; }
  .hamisu-menu-toggle .dashicons { width: 24px; height: 24px; font-size: 24px; }
  .hamisu-nav {
    position: fixed;
    top: 110px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 34px 24px 60px;
    background: var(--hamisu-white);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }
  .hamisu-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .hamisu-nav > ul { display: block; }
  .hamisu-nav > ul > li { border-bottom: 1px solid var(--hamisu-line); }
  .hamisu-nav a { padding: 18px 0; font-size: 1.35rem; }
  .hamisu-nav > ul > li > a::after,
  .hamisu-nav .menu-item-has-children > a > .dashicons { display: none; }
  .hamisu-submenu-toggle { position: absolute; top: 8px; right: 0; width: 44px; height: 44px; display: grid; place-items: center; z-index: 2; }
  .hamisu-nav .sub-menu { position: static; width: auto; display: none; padding: 0 0 14px 20px; border: 0; opacity: 1; visibility: visible; transform: none; }
  .hamisu-nav .submenu-open > .sub-menu { display: block; }
  .hamisu-nav .sub-menu a { padding: 9px 0; font-size: 0.86rem; }
  .hamisu-carousel { min-height: 560px; }
  .hamisu-slide > img { object-position: 62% center; }
  .hamisu-slide-copy { left: 9vw; width: 52vw; }
  .hamisu-slide-copy h1 { font-size: clamp(3.2rem, 8vw, 5rem); }
  .hamisu-intro-grid { grid-template-columns: 1fr; }
  .hamisu-intro-mark img { width: 260px; }
  .hamisu-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hamisu-story-opening-grid { grid-template-columns: 1fr; }
  .hamisu-story-world,
  .hamisu-story-world--reverse { grid-template-columns: 1fr; }
  .hamisu-story-world--reverse img { order: 0; }
  .hamisu-commitment-grid { grid-template-columns: 1fr; }
  .hamisu-commitment-grid > div { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(33, 27, 25, 0.22); }
  .hamisu-commitment-grid > div:last-child { border-bottom: 0; }
  .hamisu-product-world--others { grid-template-columns: 1fr 220px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .hamisu-container,
  .hamisu-story-worlds,
  .hamisu-product-worlds { width: min(calc(100% - 28px), var(--hamisu-content)); }
  .hamisu-announcement { min-height: 30px; font-size: 0.76rem; }
  .hamisu-header-inner { width: calc(100% - 28px); }
  .hamisu-header-tools { gap: 8px; }
  .hamisu-header-tools .hamisu-language-link { padding-inline: 5px; font-size: 0.62rem; }
  .hamisu-nav { top: 108px; }
  .hamisu-carousel { min-height: 610px; }
  .hamisu-slide > img { object-position: 72% center; }
  .hamisu-slide-copy { top: auto; right: 24px; bottom: 74px; left: 24px; width: auto; padding: 22px; background: rgba(27, 12, 8, 0.74); transform: none; }
  .hamisu-slide-copy h1 { margin-bottom: 24px; font-size: 3rem; }
  .hamisu-slide-copy .hamisu-kicker { margin-bottom: 14px; }
  .hamisu-carousel-arrow { top: 46%; width: 38px; height: 38px; }
  .hamisu-carousel-prev { left: 10px; }
  .hamisu-carousel-next { right: 10px; }
  .hamisu-intro { padding: 72px 0; }
  .hamisu-intro-grid { gap: 46px; }
  .hamisu-intro-mark img { width: 210px; }
  .hamisu-editorial-band,
  .hamisu-editorial-band img { min-height: 420px; }
  .hamisu-editorial-band img { object-position: 64% center; }
  .hamisu-editorial-copy { right: 24px; left: 24px; padding: 20px; background: rgba(27, 12, 8, 0.68); }
  .hamisu-footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .hamisu-footer-bottom { align-items: flex-start; flex-direction: column; }
  .hamisu-page-hero,
  .hamisu-story-hero,
  .hamisu-products-heading { padding: 80px 0; }
  .hamisu-story-world img { min-height: 360px; }
  .hamisu-story-world > div { padding: 42px 28px; }
  .hamisu-product-world { height: 540px; }
  .hamisu-product-world > img { object-position: 68% center; }
  .hamisu-product-world-copy { right: 24px; bottom: 24px; left: 24px; top: auto; width: auto; padding: 24px; background: rgba(27, 12, 8, 0.72); transform: none; }
  .hamisu-product-world--others { height: auto; min-height: 460px; grid-template-columns: 1fr; padding: 48px 28px; }
  .hamisu-product-world--others > img { justify-self: center; width: 190px; height: 190px; }
  .hamisu-category-hero { min-height: 590px; background-position: 68% center; align-items: end; }
  .hamisu-category-hero-inner { width: auto; margin: 0 -4px 18px; padding: 26px; background: rgba(27, 12, 8, 0.75); color: var(--hamisu-white); }
  .hamisu-category-hero--candles .hamisu-category-hero-inner,
  .hamisu-category-hero--home .hamisu-category-hero-inner { background: rgba(255, 254, 250, 0.88); color: var(--hamisu-ink); }
  .woocommerce ul.products { gap: 34px 12px; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; gap: 36px; }
}

/* Quiet Luxury cascade lock: these rules intentionally follow the shared base. */
.hamisu-announcement {
  min-height: 42px;
  background: linear-gradient(90deg, #9e392e, var(--hamisu-brick), #b34a3d);
  font-family: var(--hamisu-serif);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: none;
}
.hamisu-carousel { min-height: clamp(560px, 47vw, 720px); }
.hamisu-slide--candles .hamisu-slide-copy { color: var(--hamisu-ink); }
.hamisu-slide--candles .hamisu-kicker,
.hamisu-slide--candles .hamisu-text-link--light { color: var(--hamisu-brick); }
.hamisu-slide--candles .hamisu-text-link--light::after { background: var(--hamisu-brick); }
.hamisu-slide-copy { left: clamp(68px, 8vw, 150px); width: min(42vw, 650px); }
.hamisu-slide-copy h1 {
  max-width: 650px;
  font-size: clamp(3.5rem, 5.1vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}
.hamisu-intro {
  padding: clamp(84px, 8.5vw, 132px) 0;
  background: linear-gradient(90deg, #ead5ca 0%, #f0ddd4 48%, #ead2c6 100%);
  text-align: center;
}
.hamisu-intro-grid { display: block; }
.hamisu-intro-copy { max-width: 760px; margin: 0 auto; }
.hamisu-intro-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 4.2vw, 5rem);
  font-weight: 500;
}
.hamisu-intro-copy > p:not(.hamisu-kicker) { max-width: 690px; margin: 0 auto 28px; }
.hamisu-intro-mark { display: none; }
.hamisu-editorial-collections {
  padding: clamp(58px, 6vw, 96px) 0 54px;
  background: var(--hamisu-white);
}
.hamisu-editorial-heading {
  margin: 0 0 30px;
  font-size: clamp(2.8rem, 4.4vw, 5.2rem);
  font-weight: 500;
}
.hamisu-editorial-band { min-height: clamp(245px, 22vw, 350px); margin-bottom: 7px; border-radius: 2px; }
.hamisu-editorial-band img { min-height: clamp(245px, 22vw, 350px); }
.hamisu-editorial-band--mahjong img { object-position: 57% center; }
.hamisu-editorial-band::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(27, 15, 11, 0.72) 0%, rgba(27, 15, 11, 0.2) 48%, transparent 74%);
  pointer-events: none;
}
.hamisu-editorial-copy {
  right: auto;
  left: clamp(30px, 4vw, 68px);
  z-index: 2;
  width: min(36%, 410px);
  color: #fffefa;
}
.hamisu-editorial-copy small { display: none; }
.hamisu-editorial-copy strong {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.1vw, 3.75rem);
  font-weight: 500;
  line-height: 1.02;
}
.hamisu-editorial-copy > span { border: 0; font-size: 1.65rem; }
.hamisu-others-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 28px;
  border-top: 1px solid rgba(164, 68, 56, 0.3);
  border-bottom: 1px solid rgba(164, 68, 56, 0.3);
  font-family: var(--hamisu-serif);
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.hamisu-others-link span:last-child { color: var(--hamisu-brick); font-size: 2.2rem; transition: transform 180ms ease; }
.hamisu-others-link:hover span:last-child { transform: translateX(6px); }
.hamisu-site-footer {
  padding: 72px 0 28px;
  background: #342824;
  border-top: 0;
  color: #f5ece7;
}
.hamisu-footer-brand p,
.hamisu-site-footer li a,
.hamisu-footer-bottom { color: rgba(255, 254, 250, 0.76); }
.hamisu-site-footer h2 {
  color: #fffefa;
  font-family: var(--hamisu-sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hamisu-site-footer li a:hover,
.hamisu-site-footer li a:focus-visible,
.hamisu-site-footer .hamisu-language-link.is-current { color: #f3c5b9; }
.hamisu-footer-bottom { border-top-color: rgba(255, 255, 255, 0.14); }
.hamisu-footer-languages .hamisu-language-link { color: rgba(255, 254, 250, 0.76); }

@media (min-width: 901px) {
  .hamisu-site-header { background: rgba(255, 254, 250, 0.98); }
  .hamisu-header-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    width: min(calc(100% - 64px), 1460px);
    min-height: 150px;
  }
  .hamisu-brand {
    position: absolute;
    top: 14px;
    left: 50%;
    z-index: 4;
    width: 112px;
    transform: translateX(-50%);
  }
  .hamisu-brand img { width: 112px; height: 112px; }
  .hamisu-nav { width: 100%; }
  .hamisu-nav > ul {
    display: grid;
    grid-template-columns: auto auto auto minmax(155px, 13vw) auto auto minmax(110px, 9vw);
    justify-content: center;
    gap: clamp(22px, 2.25vw, 44px);
    width: 100%;
  }
  .hamisu-nav > ul > li:nth-child(4) { grid-column: 5; }
  .hamisu-nav > ul > li:nth-child(5) { grid-column: 6; }
  .hamisu-header-tools { position: absolute; top: 54px; right: 0; z-index: 5; }
}

@media (max-width: 900px) {
  .hamisu-header-inner { position: relative; }
  .hamisu-brand { position: static; transform: none; }
  .hamisu-brand,
  .hamisu-brand img { width: 64px; height: 64px; }
  .hamisu-header-tools { position: static; }
  .hamisu-nav > ul { display: block; }
  .hamisu-slide-copy { width: 58vw; }
  .hamisu-editorial-copy { width: min(52%, 420px); }
}

@media (max-width: 640px) {
  .hamisu-announcement { min-height: 32px; }
  .hamisu-carousel { min-height: 630px; }
  .hamisu-slide-copy {
    right: 18px;
    bottom: 68px;
    left: 18px;
    width: auto;
    background: rgba(255, 254, 250, 0.86);
    color: var(--hamisu-ink);
    backdrop-filter: blur(10px);
  }
  .hamisu-slide-copy h1 { font-size: clamp(2.9rem, 14vw, 4.1rem); }
  .hamisu-slide-copy .hamisu-kicker,
  .hamisu-slide-copy .hamisu-text-link--light { color: var(--hamisu-brick); }
  .hamisu-intro { padding: 76px 0; }
  .hamisu-editorial-heading { margin-bottom: 22px; }
  .hamisu-editorial-band,
  .hamisu-editorial-band img { min-height: 310px; }
  .hamisu-editorial-band img { object-position: 64% center; }
  .hamisu-editorial-copy {
    right: 22px;
    left: 22px;
    width: auto;
    padding: 0;
    background: transparent;
  }
  .hamisu-editorial-copy strong { font-size: 2.25rem; }
  .hamisu-others-link { min-height: 66px; padding: 0 16px; }
}
