/*
Theme Name: HOMESTAR B2B Ceramics
Theme URI: https://homestar.example/
Author: HOMESTAR
Description: Lightweight B2B ceramic product catalogue and inquiry theme.
Version: 1.0.13
Text Domain: homestar
*/

:root {
  --warm-white: #f8f6f1;
  --paper: #fff;
  --ink: #26312d;
  --muted: #68716d;
  --line: #deddd6;
  --clay: #b85f43;
  --clay-dark: #8e422e;
  --sage: #73806a;
  --navy: #334b5b;
  --coffee: #5a4438;
  --gold: #b79a61;
  --shadow: 0 18px 50px rgba(45, 55, 49, .09);
  --radius: 18px;
  --container: min(1240px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-white); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.hs-container { width: var(--container); margin-inline: auto; }
.hs-kicker { display: inline-flex; gap: 8px; align-items: center; color: var(--clay); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hs-kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(42px, 5.6vw, 76px); }
h2 { font-size: clamp(32px, 4vw, 52px); }
.hs-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: #fff; font-weight: 750; transition: .2s ease; cursor: pointer; }
.hs-button:hover { transform: translateY(-2px); background: var(--clay); border-color: var(--clay); }
.hs-button--light { background: transparent; color: var(--ink); }
.hs-button--light:hover { color: #fff; }
.hs-button--clay { background: var(--clay); border-color: var(--clay); }
.hs-button--clay:hover { background: var(--clay-dark); }
.hs-link { font-weight: 800; color: var(--clay-dark); }

.hs-topbar { background: var(--ink); color: #f8f6f1; font-size: 12px; letter-spacing: .04em; }
.hs-topbar .hs-container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hs-header { position: sticky; z-index: 60; top: 0; background: rgba(248,246,241,.94); border-bottom: 1px solid rgba(38,49,45,.1); backdrop-filter: blur(14px); }
.hs-header-row { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.hs-logo img { width: 158px; height: 66px; object-fit: contain; }
.hs-nav { font-size: 14px; font-weight: 750; }
.hs-menu { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 28px); margin: 0; padding: 0; list-style: none; }
.hs-menu li { position: relative; margin: 0; list-style: none; }
.hs-menu > li > a { display: flex; align-items: center; min-height: 86px; color: var(--ink); white-space: nowrap; }
.hs-menu a:hover { color: var(--clay); }
.hs-menu .menu-item-has-children > a::after { content: "▾"; margin-left: 6px; font-size: 10px; }
.hs-menu .sub-menu { position: absolute; top: calc(100% - 8px); left: -24px; width: 500px; padding: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); border-radius: 16px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.hs-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; }
.hs-menu .sub-menu a:hover { background: var(--warm-white); }
.hs-menu li:hover > .sub-menu, .hs-menu li:focus-within > .sub-menu, .hs-menu li.is-open > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.hs-menu .hs-header-cta > a { min-height: 46px; padding: 0 20px; border-radius: 999px; background: var(--clay); color: #fff; }
.hs-menu .hs-header-cta > a:hover { background: var(--clay-dark); color: #fff; }
.hs-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }

.hs-hero { position: relative; min-height: 720px; overflow: hidden; background: #efeee8; }
.hs-hero-slides, .hs-hero-slide { position: absolute; inset: 0; }
.hs-hero-slide { display: grid; align-items: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .45s ease; }
.hs-hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.hs-hero-media { position: absolute; inset: 0 0 0 43%; }
.hs-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #efeee8 0%, rgba(239,238,232,.35) 28%, rgba(239,238,232,0) 62%); }
.hs-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hs-hero-slide--gift .hs-hero-media { inset: 0 0 0 34%; background: #fff; }
.hs-hero-slide--gift .hs-hero-media img { object-fit: contain; }
.hs-hero-copy { position: relative; z-index: 2; max-width: 640px; padding: 90px 0; }
.hs-hero-copy h1, .hs-hero-copy h2 { font-size: clamp(42px, 5.6vw, 76px); }
.hs-hero-copy p { max-width: 590px; color: #58625e; font-size: 19px; }
.hs-hero-controls { position: absolute; z-index: 8; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 28px; display: flex; align-items: center; gap: 11px; padding: 8px 10px; border: 1px solid rgba(38,49,45,.13); border-radius: 999px; background: rgba(255,255,255,.86); backdrop-filter: blur(10px); }
.hs-hero-controls > button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }
.hs-hero-controls > button:hover { background: var(--warm-white); }
.hs-hero-dots { display: flex; gap: 7px; }
.hs-hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #aeb3af; cursor: pointer; transition: .2s ease; }
.hs-hero-dots button.is-active { width: 24px; border-radius: 999px; background: var(--clay); }
.hs-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hs-proof { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 42px; color: var(--coffee); font-size: 13px; font-weight: 750; }
.hs-proof span::before { content: "✓"; margin-right: 7px; color: var(--clay); }

.hs-section { padding: 100px 0; }
.hs-section--white { background: #fff; }
.hs-section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.hs-section-head h2 { max-width: 700px; margin-bottom: 0; }
.hs-section-head p { max-width: 520px; color: var(--muted); }
.hs-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hs-category { position: relative; min-height: 235px; overflow: hidden; border-radius: var(--radius); background: #e9e6dc; }
.hs-category img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hs-category::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(21,28,25,.75)); }
.hs-category span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 16px; color: #fff; font-size: 18px; font-weight: 800; }
.hs-category:hover img { transform: scale(1.04); }

.hs-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hs-product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .22s ease; }
.hs-product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.hs-product-image { position: relative; display: block; aspect-ratio: 1 / 1; padding: 12px; background: #f7f6f2; overflow: hidden; }
.hs-product-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .45s ease; }
.hs-product-card:hover .hs-product-image img { transform: scale(1.03); }
.hs-product-badge { position: absolute; top: 13px; left: 13px; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.93); color: var(--coffee); font-size: 11px; font-weight: 800; }
.hs-product-body { padding: 18px; }
.hs-product-body h3 { min-height: 48px; margin-bottom: 8px; font-size: 17px; line-height: 1.35; }
.hs-sku { color: var(--muted); font-size: 12px; font-weight: 700; }
.hs-product-meta { display: flex; flex-wrap: wrap; gap: 6px; min-height: 28px; margin: 14px 0; }
.hs-product-meta span { padding: 4px 8px; border-radius: 5px; background: var(--warm-white); color: var(--muted); font-size: 11px; }
.hs-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hs-card-actions a { display: inline-flex; justify-content: center; align-items: center; min-height: 40px; border: 1px solid var(--line); border-radius: 9px; font-size: 12px; font-weight: 800; }
.hs-card-actions a:last-child { border-color: var(--clay); background: var(--clay); color: #fff; }

.hs-solutions { background: var(--navy); color: #fff; }
.hs-solutions .hs-kicker { color: #d7c69d; }
.hs-solutions p { color: #cfdbdf; }
.hs-icon-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 44px; }
.hs-icon-card { min-height: 178px; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.045); }
.hs-icon-card strong { display: block; margin: 32px 0 8px; font-size: 17px; }
.hs-icon-card span { color: #bdcbd0; font-size: 13px; }
.hs-icon-mark { width: 36px; height: 36px; border: 1px solid #d7c69d; border-radius: 50%; display: grid; place-items: center; color: #d7c69d; font-weight: 900; }

.hs-trust-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; }
.hs-panel { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.hs-upload-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.hs-upload-slot { min-height: 180px; display: grid; place-items: center; overflow: hidden; border: 1px dashed #b9b8b0; border-radius: 12px; background: #f3f1eb; color: var(--muted); text-align: center; }
.hs-upload-slot img { width: 100%; height: 100%; object-fit: cover; }
.hs-check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.hs-check-list li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.hs-check-list li::before { content: "✓"; margin-right: 10px; color: var(--clay); font-weight: 900; }

.hs-collection-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.hs-collection-card { min-height: 260px; position: relative; display: flex; align-items: end; overflow: hidden; border-radius: 15px; color: #fff; background: var(--ink); }
.hs-collection-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.hs-collection-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.hs-collection-card span { position: relative; z-index: 2; padding: 20px; font-weight: 800; }

.hs-home-about { scroll-margin-top: 120px; background: #e8e7df; }
.hs-home-about-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: center; gap: 64px; }
.hs-home-about-image { min-height: 500px; display: grid; place-items: center; margin: 0; padding: 22px; overflow: hidden; border-radius: 22px; background: #fff; box-shadow: var(--shadow); color: var(--muted); text-align: center; }
.hs-home-about-image img { width: 100%; height: 100%; max-height: 500px; object-fit: contain; }
.hs-home-about-copy h2 { margin: 18px 0 24px; font-size: clamp(38px,4.5vw,58px); }
.hs-home-about-copy > p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.hs-home-about-copy .hs-actions { align-items: center; }
.hs-home-about-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 42px; }
.hs-home-about-stat { min-height: 138px; padding: 24px; border-radius: 14px; background: var(--ink); color: #fff; }
.hs-home-about-stat strong { display: block; margin-bottom: 10px; font-size: 24px; line-height: 1.15; }
.hs-home-about-stat span { color: #c7d0cc; font-size: 13px; line-height: 1.55; }
.hs-home-exhibition { scroll-margin-top: 120px; background: #fff; }
.hs-home-exhibition .hs-section-head { align-items: start; }
.hs-home-exhibition .hs-section-head > div:last-child { max-width: 540px; }
.hs-home-exhibition .hs-section-head p { margin-bottom: 14px; }
.hs-home-exhibition-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.hs-home-exhibition-card { position: relative; min-height: 340px; overflow: hidden; border-radius: 18px; background: #e8e7df; }
.hs-home-exhibition-card img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.hs-home-exhibition-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(25,34,30,.85)); pointer-events: none; }
.hs-home-exhibition-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 34px; color: var(--muted); background: linear-gradient(135deg,#eeece5,#dfe3db); }
.hs-home-exhibition-placeholder span { color: rgba(38,49,45,.15); font-size: clamp(88px,12vw,150px); font-weight: 900; letter-spacing: -.08em; line-height: 1; }
.hs-home-exhibition-placeholder small { max-width: 130px; font-size: 12px; font-weight: 800; line-height: 1.5; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.hs-home-exhibition-label { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 18px; color: #fff; }
.hs-home-exhibition-label strong { font-size: 20px; }
.hs-home-exhibition-label span { color: #d3dcd7; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hs-home-exhibition-card:not(.has-image)::after { background: linear-gradient(transparent,rgba(38,49,45,.68)); }

.hs-cta { padding: 74px 0; background: var(--clay); color: #fff; }
.hs-cta .hs-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.hs-cta h2 { max-width: 760px; margin-bottom: 0; }
.hs-cta .hs-button { background: #fff; border-color: #fff; color: var(--clay-dark); }

.hs-page-hero { padding: 90px 0 70px; background: #e9e8df; }
.hs-page-hero p { max-width: 700px; color: var(--muted); font-size: 18px; }
.hs-catalog-layout { display: grid; grid-template-columns: 250px 1fr; gap: 32px; align-items: start; }
.hs-filters { position: sticky; top: 110px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.hs-filters label { display: block; margin-bottom: 15px; font-size: 12px; font-weight: 800; }
.hs-filters select, .hs-filters input { width: 100%; height: 44px; margin-top: 6px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.hs-current-category { margin-bottom: 15px; padding: 13px 14px; border-radius: 9px; background: var(--sand); }
.hs-current-category span, .hs-current-category strong { display: block; }
.hs-current-category span { margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.hs-current-category strong { margin-bottom: 7px; font-size: 14px; }
.hs-current-category a { color: var(--clay); font-size: 12px; font-weight: 800; }
.hs-results-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 20px; color: var(--muted); }
.hs-pagination { margin-top: 36px; }
.hs-pagination .page-numbers { display: inline-grid; place-items: center; min-width: 40px; height: 40px; margin-right: 5px; border: 1px solid var(--line); border-radius: 50%; }
.hs-pagination .current { background: var(--ink); color: #fff; }

.hs-product-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; }
.hs-product-detail-image { overflow: hidden; border-radius: var(--radius); background: #fff; }
.hs-product-detail-image img { width: 100%; height: auto; }
.hs-product-detail h1 { font-size: clamp(36px, 4.5vw, 60px); }
.hs-specs { width: 100%; border-collapse: collapse; margin: 25px 0; }
.hs-specs th, .hs-specs td { padding: 11px 0; border-bottom: 1px solid var(--line); text-align: left; font-size: 14px; }
.hs-specs th { width: 36%; color: var(--muted); font-weight: 650; }

.hs-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hs-content-card { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.hs-page-copy { max-width: 980px; }
.hs-page-copy > *:last-child { margin-bottom: 0; }
.hs-page-copy img { border-radius: 14px; }
.hs-page-copy .wp-block-columns { gap: 22px; }
.hs-oem-content { padding-top: 54px; }
.hs-oem-page { max-width: 1120px; }
.hs-oem-page h2 { margin-bottom: 18px; font-size: clamp(30px, 4vw, 48px); }
.hs-oem-page h3 { margin-bottom: 10px; font-size: 20px; }
.hs-oem-page p, .hs-oem-page li { color: var(--muted); line-height: 1.72; }
.hs-oem-hero-image { margin: 0 0 28px; }
.hs-oem-hero-image img { width: 100%; max-height: 610px; object-fit: cover; }
.hs-oem-intro-actions { display: flex; gap: 12px; margin-bottom: 78px; }
.hs-oem-page .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: #fff; font-weight: 750; }
.hs-oem-page .is-style-outline .wp-block-button__link { background: transparent; color: var(--ink); }
.hs-oem-section { margin: 0 0 92px; }
.hs-oem-section-image { margin: 34px 0; }
.hs-oem-section-image img { width: 100%; }
.hs-oem-lead { max-width: 760px; font-size: 18px; }
.hs-oem-cards { margin: 22px 0 0; }
.hs-oem-cards .wp-block-column { padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.hs-oem-cards .wp-block-column p { margin-bottom: 0; }
.hs-oem-section-alt { padding: 46px; border-radius: 20px; background: #e9e8df; }
.hs-oem-process-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; padding: 0; margin: 34px 0 0; list-style: none; counter-reset: hs-oem-step; }
.hs-oem-process-list li { counter-increment: hs-oem-step; padding: 23px; border-radius: 14px; background: #fff; }
.hs-oem-process-list li::before { content: counter(hs-oem-step, decimal-leading-zero); display: block; margin-bottom: 12px; color: var(--clay); font-size: 24px; font-weight: 850; }
.hs-oem-process-list strong { color: var(--ink); }
.hs-oem-process-summary { margin: 28px 0 0; padding: 18px 22px; border-left: 4px solid var(--clay); background: rgba(255,255,255,.72); color: var(--ink) !important; }
.hs-oem-techniques { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.hs-oem-techniques li { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 700; }
.hs-oem-two-column > .wp-block-column { padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.hs-oem-benefits { columns: 2; column-gap: 42px; }
.hs-oem-benefits li { break-inside: avoid; margin-bottom: 9px; }
.hs-oem-note { margin-top: 25px; padding: 16px 18px; border-radius: 10px; background: rgba(255,255,255,.68); font-size: 13px; }
.hs-oem-packing { align-items: center !important; }
.hs-oem-final-cta { padding: 52px; border-radius: 22px; background: var(--clay); color: #fff; }
.hs-oem-final-cta h2, .hs-oem-final-cta p { color: #fff; }
.hs-oem-final-cta .wp-block-button__link { border-color: #fff; background: #fff; color: var(--clay-dark); }
.hs-oem-final-cta .is-style-outline .wp-block-button__link { background: transparent; color: #fff; }

.hs-about-content { padding-top: 54px; }
.hs-about-page { max-width: 1120px; }
.hs-about-page h2 { margin-bottom: 18px; font-size: clamp(30px, 4vw, 48px); }
.hs-about-page h3 { margin-bottom: 9px; }
.hs-about-page p, .hs-about-page li { color: var(--muted); line-height: 1.72; }
.hs-about-hero-image { margin: 0 0 74px; padding: 20px; border-radius: 20px; background: #fff; }
.hs-about-hero-image img { width: 100%; max-height: 650px; object-fit: contain; }
.hs-about-section { margin: 0 0 92px; }
.hs-about-lead { max-width: 900px; font-size: 18px; }
.hs-about-page .hs-about-story-grid { display: grid !important; grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr); align-items: stretch; gap: 42px !important; }
.hs-about-page .hs-about-story-grid > .wp-block-column { width: auto; flex-basis: auto !important; }
.hs-about-story-copy { min-width: 0; }
.hs-about-story-copy h2 { margin-bottom: 34px; }
.hs-about-story p { max-width: none; margin-bottom: 20px; }
.hs-about-story p:last-child { margin-bottom: 0; }
.hs-about-story .hs-about-lead br { content: ""; display: block; margin-bottom: 18px; }
.hs-about-story-aside { display: flex; flex-direction: column; justify-content: center; padding: 34px 30px; border-radius: 18px; background: var(--ink); color: #fff; }
.hs-about-story-aside .hs-about-aside-label { margin-bottom: 12px; color: #d8a38e; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hs-about-story-aside h3 { margin-bottom: 22px; color: #fff; font-size: 25px; line-height: 1.2; }
.hs-about-story-aside ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.hs-about-story-aside li { position: relative; padding-left: 21px; color: #d7dfdb; font-size: 14px; line-height: 1.5; }
.hs-about-story-aside li::before { content: ""; position: absolute; top: .62em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--clay); }
.hs-about-stats { margin: 0 0 92px; gap: 14px !important; }
.hs-about-stats .wp-block-column { padding: 25px 20px; border-radius: 15px; background: var(--ink); }
.hs-about-stats h3 { color: #fff; font-size: 25px; }
.hs-about-stats p { margin-bottom: 0; color: #cbd4d0; font-size: 13px; }
.hs-about-section-image { margin: 32px 0; padding: 14px; border-radius: 18px; background: #fff; }
.hs-about-section-image img { width: 100%; max-height: 600px; object-fit: contain; }
.hs-about-cards { margin-top: 24px; }
.hs-about-cards .wp-block-column { padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.hs-about-cards p { margin-bottom: 0; }
.hs-about-section-alt { padding: 46px; border-radius: 20px; background: #e9e8df; }
.hs-about-process { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; padding: 0; margin: 30px 0 0; list-style: none; counter-reset: hs-about-step; }
.hs-about-process li { counter-increment: hs-about-step; padding: 17px; border-radius: 11px; background: #fff; color: var(--ink); font-weight: 750; }
.hs-about-process li::before { content: counter(hs-about-step,decimal-leading-zero); display: block; margin-bottom: 7px; color: var(--clay); font-size: 18px; }
.hs-about-quality { align-items: center !important; }
.hs-about-quality .hs-about-section-image { margin: 0; }
.hs-about-compliance { padding: 44px; border-left: 5px solid var(--clay); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.hs-about-note { margin-bottom: 0; padding: 15px 17px; border-radius: 9px; background: var(--warm-white); font-size: 13px; }
.hs-about-two-column > .wp-block-column { padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.hs-about-final-cta { padding: 52px; border-radius: 22px; background: var(--clay); color: #fff; }
.hs-about-final-cta h2, .hs-about-final-cta p { color: #fff; }
.hs-about-page .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: #fff; font-weight: 750; }
.hs-about-final-cta .wp-block-button__link { border-color: #fff; background: #fff; color: var(--clay-dark); }
.hs-about-final-cta .is-style-outline .wp-block-button__link { background: transparent; color: #fff; }

.hs-collections-page-hero { position: relative; isolation: isolate; min-height: 470px; display: flex; align-items: center; color: #fff; background-image: linear-gradient(90deg, rgba(24,39,47,.96), rgba(24,39,47,.78)), var(--hs-collections-hero); background-position: center; background-size: cover; }
.hs-collections-page-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.12)); }
.hs-collections-page-hero .hs-kicker { color: #d7af68; }
.hs-collections-page-hero h1 { max-width: 800px; color: #fff; }
.hs-collections-page-hero p { max-width: 780px; color: #d9e0dd; }
.hs-collections-section { background: #f8f6f1; }
.hs-collections-content { max-width: 1120px; }
.hs-market-tabs { width: 100%; }
.hs-market-tab-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 11px; margin: 0 0 40px; }
.hs-market-tab-button { min-height: 48px; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 750; cursor: pointer; transition: .2s ease; }
.hs-market-tab-button:hover, .hs-market-tab-button.is-active { border-color: var(--ink); background: var(--ink); color: #fff; transform: translateY(-1px); }
.hs-market-panel { display: none; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: stretch; gap: 42px; padding: 42px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.hs-market-panel.is-active { display: grid; }
.hs-market-info { padding: 6px 0; }
.hs-market-info h2 { margin-bottom: 10px; font-size: clamp(30px,3vw,42px); }
.hs-market-tagline { margin-bottom: 28px; color: var(--gold); font-size: 15px; font-weight: 800; }
.hs-market-info-group { margin-bottom: 22px; }
.hs-market-info-group:last-child { margin-bottom: 0; }
.hs-market-info-group h3 { margin-bottom: 7px; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.hs-market-info-group p { margin-bottom: 0; }
.hs-market-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.hs-market-badge { display: inline-flex; align-items: center; min-height: 32px; padding: 5px 11px; border: 1px solid #d6dfda; border-radius: 999px; background: #eef3f0; color: var(--ink); font-size: 12px; font-weight: 700; }
.hs-market-image { min-height: 430px; overflow: hidden; border-radius: 14px; background: #eeece6; }
.hs-market-image img { width: 100%; height: 100%; object-fit: cover; }
.hs-market-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 54px; padding: 38px 40px; border-left: 5px solid var(--gold); border-radius: 0 16px 16px 0; background: #ebece8; }
.hs-market-cta h2 { margin-bottom: 7px; font-size: clamp(27px,3vw,38px); }
.hs-market-cta p { margin-bottom: 0; color: var(--muted); }
.hs-market-cta .hs-button { flex: 0 0 auto; background: var(--gold); border-color: var(--gold); }
.hs-market-cta .hs-button:hover { background: #9f824f; border-color: #9f824f; }

.hs-packaging-page-hero { padding: 72px 0; background: linear-gradient(135deg,#eeece5,#e3e6de); }
.hs-packaging-hero-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: center; gap: 52px; }
.hs-packaging-hero-copy h1 { max-width: 650px; margin: 17px 0 24px; font-size: clamp(44px,4.7vw,66px); }
.hs-packaging-hero-copy > p { max-width: 590px; color: var(--muted); font-size: 18px; }
.hs-packaging-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.hs-packaging-hero-image { margin: 0; padding: 18px; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.hs-packaging-hero-image img { width: 100%; aspect-ratio: 1.55/1; object-fit: contain; border-radius: 14px; }
.hs-packaging-section { background: #f8f6f1; }
.hs-packaging-content { max-width: 1120px; }
.hs-packaging-intro { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); align-items: end; gap: 54px; margin-bottom: 70px; }
.hs-packaging-intro h2 { margin-bottom: 0; }
.hs-packaging-intro p { margin-bottom: 0; color: var(--muted); font-size: 18px; }
.hs-packaging-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-bottom: 92px; }
.hs-packaging-benefit { padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.hs-packaging-benefit strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 18px; }
.hs-packaging-benefit span { color: var(--muted); font-size: 14px; line-height: 1.6; }
.hs-packaging-options-head { max-width: 760px; margin-bottom: 38px; }
.hs-packaging-options { scroll-margin-top: 140px; }
.hs-packaging-options-head p { color: var(--muted); font-size: 18px; }
.hs-packaging-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-bottom: 96px; }
.hs-packaging-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.hs-packaging-card-image { margin: 0; padding: 14px; background: #f1f0eb; }
.hs-packaging-card-image img { width: 100%; aspect-ratio: 4/3; object-fit: contain; border-radius: 10px; background: #fff; }
.hs-packaging-card-copy { padding: 26px 28px 30px; }
.hs-packaging-card-copy h3 { margin-bottom: 8px; font-size: 22px; }
.hs-packaging-card-copy p { margin-bottom: 0; color: var(--muted); }
.hs-packaging-custom { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 50px; margin-bottom: 96px; padding: 48px; border-radius: 22px; background: var(--ink); color: #fff; }
.hs-packaging-custom h2, .hs-packaging-custom p { color: #fff; }
.hs-packaging-custom p { color: #cbd4d0; }
.hs-packaging-custom-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; margin: 0; padding: 0; list-style: none; }
.hs-packaging-custom-list li { padding: 13px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.05); color: #eef2ef; font-size: 13px; }
.hs-packaging-process { margin-bottom: 96px; }
.hs-packaging-process > p { max-width: 760px; color: var(--muted); font-size: 18px; }
.hs-packaging-process-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; counter-reset: hs-packaging-step; }
.hs-packaging-process-list li { counter-increment: hs-packaging-step; min-height: 135px; padding: 22px; border-radius: 14px; background: #e8e7df; color: var(--ink); font-weight: 750; }
.hs-packaging-process-list li::before { content: counter(hs-packaging-step,decimal-leading-zero); display: block; margin-bottom: 12px; color: var(--clay); font-size: 20px; }
.hs-packaging-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 46px; border-radius: 22px; background: var(--clay); color: #fff; }
.hs-packaging-cta h2, .hs-packaging-cta p { color: #fff; }
.hs-packaging-cta h2 { margin-bottom: 8px; }
.hs-packaging-cta p { margin-bottom: 0; }
.hs-packaging-cta .hs-button { flex: 0 0 auto; border-color: #fff; background: #fff; color: var(--clay-dark); }
.hs-process { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; counter-reset: process; }
.hs-process div { position: relative; padding: 22px 14px; border-radius: 12px; background: #fff; text-align: center; font-size: 12px; font-weight: 800; }
.hs-process div::before { counter-increment: process; content: counter(process, decimal-leading-zero); display: block; margin-bottom: 12px; color: var(--clay); font-size: 22px; }

.hs-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hs-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 800; }
.hs-form .hs-full { grid-column: 1 / -1; }
.hs-form input, .hs-form select, .hs-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.hs-form textarea { min-height: 130px; resize: vertical; }
.hs-honeypot { position: absolute !important; left: -9999px !important; }
.hs-notice { padding: 14px 18px; margin-bottom: 20px; border-radius: 8px; background: #dcebdd; color: #244b2a; }
.hs-contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 36px; }
.hs-contact-list { list-style: none; padding: 0; }
.hs-contact-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }

.hs-footer { padding: 70px 0 30px; background: #202925; color: #fff; }
.hs-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 44px; }
.hs-footer-logo { width: 160px; filter: brightness(2.2); }
.hs-footer p, .hs-footer a { color: #bfc9c4; font-size: 13px; }
.hs-footer a { display: block; margin: 9px 0; }
.hs-footer h3 { font-size: 14px; }
.hs-copyright { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #9eaaa4; font-size: 12px; }

@media (max-width: 1050px) {
  .hs-nav .hs-header-cta { display: none; }
  .hs-product-grid { grid-template-columns: repeat(3, 1fr); }
  .hs-category-grid { grid-template-columns: repeat(2, 1fr); }
  .hs-icon-grid, .hs-collection-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); }
  .hs-topbar span:last-child { display: none; }
  .hs-header-row { min-height: 72px; }
  .hs-logo img { width: 126px; height: 54px; }
  .hs-menu-toggle { display: block; }
  .hs-nav { position: fixed; inset: 106px 0 auto; display: none; padding: 22px; background: #fff; box-shadow: var(--shadow); }
  .hs-nav.is-open { display: block; }
  .hs-menu { flex-direction: column; align-items: stretch; gap: 2px; }
  .hs-menu > li > a { min-height: 0; width: 100%; padding: 11px 0; }
  .hs-menu .sub-menu { position: static; width: 100%; display: none; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 6px 0 8px 14px; grid-template-columns: 1fr; }
  .hs-menu .menu-item-has-children.is-open > .sub-menu { display: grid; }
  .hs-menu .hs-header-cta { display: block; }
  .hs-menu .hs-header-cta > a { display: inline-flex; width: auto; min-height: 44px; padding: 0 20px; margin-top: 8px; }
  .hs-hero { min-height: 780px; align-items: end; }
  .hs-hero-slide { align-items: end; }
  .hs-hero-media { inset: 0 0 38%; }
  .hs-hero-slide--gift .hs-hero-media { inset: 0 0 auto; height: 230px; }
  .hs-hero-slide--gift .hs-hero-media img { object-fit: contain; }
  .hs-hero-slide--gift .hs-hero-media::after { background: linear-gradient(0deg, #efeee8 0%, rgba(239,238,232,0) 32%); }
  .hs-hero-slide--gift .hs-hero-copy { padding: 250px 0 56px; }
  .hs-hero-media::after { background: linear-gradient(0deg, #efeee8 0%, rgba(239,238,232,.15) 45%, transparent 75%); }
  .hs-hero-copy { padding: 410px 0 56px; }
  .hs-hero-copy h1, .hs-hero-copy h2 { font-size: 43px; }
  .hs-hero-copy p { font-size: 16px; }
  .hs-hero-controls { right: 14px; bottom: 14px; }
  .hs-section { padding: 72px 0; }
  .hs-section-head { align-items: start; flex-direction: column; }
  .hs-product-grid { grid-template-columns: repeat(2, 1fr); }
  .hs-icon-grid, .hs-collection-grid { grid-template-columns: repeat(2, 1fr); }
  .hs-trust-grid, .hs-catalog-layout, .hs-product-detail, .hs-contact-layout { grid-template-columns: 1fr; }
  .hs-filters { position: static; }
  .hs-process { grid-template-columns: repeat(2, 1fr); }
  .hs-oem-process-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hs-oem-section-alt, .hs-oem-final-cta { padding: 30px; }
  .hs-oem-benefits { columns: 1; }
  .hs-about-process { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hs-about-page .hs-about-story-grid { grid-template-columns: 1fr; }
  .hs-about-story-aside { min-height: 0; }
  .hs-about-section-alt, .hs-about-compliance, .hs-about-final-cta { padding: 30px; }
  .hs-market-panel { grid-template-columns: 1fr; padding: 30px; }
  .hs-market-image { min-height: 360px; }
  .hs-market-cta { align-items: flex-start; flex-direction: column; }
  .hs-packaging-hero-grid, .hs-packaging-intro, .hs-packaging-custom { grid-template-columns: 1fr; }
  .hs-packaging-benefits, .hs-packaging-process-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hs-packaging-cta { align-items: flex-start; flex-direction: column; }
  .hs-home-about-grid { grid-template-columns: 1fr; }
  .hs-home-about-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hs-cta .hs-container { align-items: start; flex-direction: column; }
  .hs-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .hs-category-grid, .hs-product-grid, .hs-content-grid, .hs-form, .hs-upload-grid, .hs-icon-grid, .hs-collection-grid, .hs-footer-grid { grid-template-columns: 1fr; }
  .hs-form .hs-full { grid-column: auto; }
  .hs-category { min-height: 210px; }
  .hs-card-actions { grid-template-columns: 1fr; }
  .hs-process { grid-template-columns: 1fr; }
  .hs-oem-process-list { grid-template-columns: 1fr; }
  .hs-oem-intro-actions, .hs-oem-page .wp-block-buttons { align-items: stretch; flex-direction: column; }
  .hs-oem-page .wp-block-button, .hs-oem-page .wp-block-button__link { width: 100%; }
  .hs-oem-section { margin-bottom: 68px; }
  .hs-oem-section-alt, .hs-oem-final-cta { padding: 22px; }
  .hs-about-process { grid-template-columns: 1fr; }
  .hs-about-page .wp-block-buttons { align-items: stretch; flex-direction: column; }
  .hs-about-page .wp-block-button, .hs-about-page .wp-block-button__link { width: 100%; }
  .hs-about-section { margin-bottom: 68px; }
  .hs-about-section-alt, .hs-about-compliance, .hs-about-final-cta { padding: 22px; }
  .hs-collections-page-hero { min-height: 420px; }
  .hs-market-tab-buttons { align-items: stretch; flex-direction: column; }
  .hs-market-tab-button { width: 100%; }
  .hs-market-panel { padding: 22px; }
  .hs-market-image { min-height: 280px; }
  .hs-market-cta { padding: 28px 24px; }
  .hs-market-cta .hs-button { width: 100%; }
  .hs-packaging-page-hero { padding: 54px 0; }
  .hs-packaging-hero-actions { align-items: stretch; flex-direction: column; }
  .hs-packaging-hero-actions .hs-button { width: 100%; }
  .hs-packaging-grid, .hs-packaging-benefits, .hs-packaging-process-list { grid-template-columns: 1fr; }
  .hs-packaging-custom { padding: 28px 24px; }
  .hs-packaging-custom-list { grid-template-columns: 1fr; }
  .hs-packaging-cta { padding: 30px 24px; }
  .hs-packaging-cta .hs-button { width: 100%; }
  .hs-home-about-image { min-height: 300px; }
  .hs-home-about-stats, .hs-home-exhibition-grid { grid-template-columns: 1fr; }
  .hs-home-exhibition-card { min-height: 290px; }
  .hs-home-exhibition-placeholder { padding: 24px; }
  .hs-home-exhibition-label { left: 22px; right: 22px; bottom: 20px; align-items: start; flex-direction: column; gap: 4px; }
}
