:root {
  --hl-bg: #f7f4ee;
  --hl-surface: #ffffff;
  --hl-surface-warm: #efe6d7;
  --hl-ink: #17130e;
  --hl-muted: #6f675c;
  --hl-line: #ded4c7;
  --hl-gold: #b9853b;
  --hl-gold-dark: #7a5322;
  --hl-charcoal: #25231f;
  --hl-success: #3e7a55;
  --hl-warning: #b96b2d;
  --hl-danger: #b94135;
  --hl-radius-sm: 6px;
  --hl-radius-md: 8px;
  --hl-shadow: 0 24px 70px rgba(40, 31, 21, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--hl-bg);
  color: var(--hl-ink);
  font-family: "Manrope", "Inter", "Segoe UI", "Noto Sans SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.hl-no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.hl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 clamp(18px, 4vw, 64px);
  background: rgba(247, 244, 238, 0.9);
  border-bottom: 1px solid rgba(222, 212, 199, 0.8);
  backdrop-filter: blur(16px);
}
.hl-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.hl-brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--hl-charcoal);
  border-radius: var(--hl-radius-sm);
  font-weight: 800;
  letter-spacing: 0;
}
.hl-brand strong { display: block; font-size: 16px; line-height: 1.1; }
.hl-brand em { display: block; margin-top: 3px; color: var(--hl-muted); font-size: 11px; font-style: normal; }
.hl-nav { display: flex; justify-content: center; gap: 24px; color: #3b342c; font-size: 14px; font-weight: 700; }
.hl-nav a { padding: 28px 0; }
.hl-nav a:hover { color: var(--hl-gold-dark); }
.hl-nav-cta, .hl-btn, .hl-mini-form button, .hl-contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--hl-charcoal);
  border-radius: var(--hl-radius-sm);
  background: var(--hl-charcoal);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.hl-nav-cta:hover, .hl-btn-primary:hover, .hl-mini-form button:hover, .hl-contact-form button:hover { background: #000; }
.hl-menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--hl-line); background: #fff; border-radius: var(--hl-radius-sm); }
.hl-menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--hl-ink); }

.hl-page { overflow: hidden; }
.hl-hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: end;
  gap: 28px;
  padding: clamp(80px, 11vw, 150px) clamp(20px, 5vw, 76px) 36px;
  color: #fff;
  background: radial-gradient(circle at 70% 32%, rgba(255, 217, 154, 0.28), transparent 27%), linear-gradient(135deg, #16120d 0%, #2a2118 45%, #6e4a20 100%);
}
.hl-hero-media { position: absolute; inset: 0; overflow: hidden; opacity: 0.9; }
.hl-hero-media img { position: absolute; right: 0; width: 180%; height: 100%; max-width: none; object-fit: cover; object-position: right center; }
.hl-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 12, 9, 0.92) 0%, rgba(15, 12, 9, 0.66) 52%, rgba(15, 12, 9, 0.28) 100%); }
.hl-light-sculpture {
  position: absolute;
  right: 8vw;
  top: 9vh;
  width: min(42vw, 540px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 244, 208, 0.98) 0 9%, rgba(255, 207, 126, 0.48) 10% 18%, transparent 19%),
    repeating-conic-gradient(from 12deg, rgba(255, 231, 174, 0.72) 0 7deg, transparent 7deg 17deg);
  filter: drop-shadow(0 0 42px rgba(255, 204, 109, 0.42));
}
.hl-hero-content, .hl-hero-panel { position: relative; z-index: 1; }
.hl-hero-content { width: 100%; min-width: 0; max-width: 840px; padding-bottom: 48px; }
.hl-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--hl-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hl-hero .hl-eyebrow { color: #ffd08a; }
.hl-hero h1 { max-width: 900px; margin: 0; font-size: clamp(46px, 7vw, 92px); line-height: 0.98; letter-spacing: 0; }
.hl-hero p { max-width: 760px; color: rgba(255,255,255,0.78); font-size: clamp(16px, 1.6vw, 20px); }
.hl-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hl-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.56); }
.hl-btn-ghost:hover { background: rgba(255,255,255,0.12); }
.hl-hero-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: rgba(255,255,255,0.11);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--hl-radius-md);
  backdrop-filter: blur(16px);
}
.hl-hero-panel div { padding: 18px; background: rgba(255,255,255,0.1); border-radius: var(--hl-radius-sm); }
.hl-hero-panel strong { display: block; font-size: 30px; }
.hl-hero-panel span { color: rgba(255,255,255,0.72); font-size: 13px; }

.hl-section { padding: clamp(62px, 8vw, 116px) clamp(20px, 5vw, 76px); }
.hl-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.hl-section-head h2, .hl-capacity-copy h2, .hl-showroom-main h2, .hl-compliance h2 { margin: 0; max-width: 780px; font-size: clamp(30px, 4vw, 54px); line-height: 1.05; }
.hl-section-head a, .hl-text-link, .hl-card-link { color: var(--hl-gold-dark); font-weight: 800; }

.hl-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.hl-product-card { background: var(--hl-surface); border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); overflow: hidden; box-shadow: 0 10px 30px rgba(34, 26, 18, 0.06); }
.hl-product-media { display: block; aspect-ratio: 4 / 3; background: #ebe2d5; overflow: hidden; }
.hl-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.hl-product-card:hover img { transform: scale(1.04); }
.hl-product-placeholder, .hl-news-media span {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 242, 205, 0.95) 0 8%, rgba(229, 171, 80, 0.42) 9% 22%, transparent 23%),
    linear-gradient(135deg, #f4eee4, #d1b98d 52%, #2b241e 100%);
}
.hl-product-body { padding: 22px; }
.hl-product-body span { color: var(--hl-gold-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hl-product-body h3 { margin: 8px 0 10px; font-size: 21px; line-height: 1.2; }
.hl-product-body p { margin: 0; color: var(--hl-muted); font-size: 14px; }
.hl-product-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.hl-product-meta em { padding: 4px 8px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-sm); color: var(--hl-muted); font-size: 11px; font-style: normal; font-weight: 800; line-height: 1.2; }

.hl-capacity { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); background: var(--hl-charcoal); color: #fff; }
.hl-capacity-copy p, .hl-showroom-main p, .hl-compliance p { color: rgba(255,255,255,0.72); max-width: 660px; }
.hl-capacity-board { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.hl-capacity-board div { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--hl-radius-md); }
.hl-capacity-board strong { color: #ffd08a; font-size: 13px; }
.hl-capacity-board span { font-size: 20px; font-weight: 800; }

.hl-showroom { background: #e7ddce; }
.hl-showroom-grid { display: grid; grid-template-columns: 1.2fr 0.9fr 0.9fr; gap: 16px; margin-top: 30px; }
.hl-showroom-grid a {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: end;
  padding: 24px;
  color: #fff;
  border-radius: var(--hl-radius-md);
  background: linear-gradient(135deg, rgba(20,16,12,0.08), rgba(20,16,12,0.72)), linear-gradient(135deg, #ccb189, #604323);
  box-shadow: var(--hl-shadow);
  overflow: hidden;
}
.hl-showroom-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hl-showroom-grid a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,12,0.08), rgba(20,16,12,0.72)); }
.hl-showroom-grid span { position: relative; z-index: 1; font-size: 24px; font-weight: 800; }

.hl-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hl-category-grid a { padding: 24px; background: #fff; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); }
.hl-category-grid strong { display: block; font-size: 20px; }
.hl-category-grid span { display: block; margin-top: 10px; color: var(--hl-muted); }

.hl-compliance { display: grid; grid-template-columns: 1fr 430px; gap: 36px; background: #181512; color: #fff; }
.hl-cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.hl-cert-grid span { display: grid; place-items: center; min-height: 90px; border: 1px solid rgba(255,255,255,0.18); border-radius: var(--hl-radius-sm); color: #ffd08a; font-weight: 900; background: rgba(255,255,255,0.06); }

.hl-sub-hero { padding: clamp(80px, 10vw, 132px) clamp(20px, 5vw, 76px) 54px; background: linear-gradient(135deg, #211a14, #7a5322); color: #fff; }
.hl-sub-hero h1 { max-width: 920px; margin: 0; font-size: clamp(42px, 6vw, 78px); line-height: 1; }
.hl-sub-hero p { max-width: 760px; color: rgba(255,255,255,0.76); font-size: 18px; }

.hl-list-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 32px; align-items: start; }
.hl-filter-panel { position: sticky; top: 98px; display: grid; gap: 8px; padding: 20px; background: #fff; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); }
.hl-filter-panel h2 { margin: 0 0 8px; font-size: 18px; }
.hl-filter-panel a { padding: 10px 12px; border-radius: var(--hl-radius-sm); color: var(--hl-muted); }
.hl-filter-panel a:hover, .hl-filter-panel .hl-filter-quote { background: var(--hl-surface-warm); color: var(--hl-ink); font-weight: 800; }
.hl-list-toolbar { margin-bottom: 18px; }
.hl-list-toolbar form { display: flex; gap: 10px; }
.hl-list-toolbar input { flex: 1; min-height: 48px; padding: 0 16px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-sm); }
.hl-list-toolbar button { padding: 0 18px; border: 0; border-radius: var(--hl-radius-sm); background: var(--hl-charcoal); color: #fff; font-weight: 800; }
.hl-product-grid-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hl-pagination { margin-top: 30px; }

.hl-product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.hl-detail-media { aspect-ratio: 1; background: #eee3d3; border-radius: var(--hl-radius-md); overflow: hidden; box-shadow: var(--hl-shadow); }
.hl-detail-media img, .hl-detail-media .hl-product-placeholder { width: 100%; height: 100%; object-fit: cover; }
.hl-detail-copy h1 { margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.02; }
.hl-detail-copy p { color: var(--hl-muted); font-size: 18px; }
.hl-spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 24px 0; }
.hl-spec-grid div { padding: 16px; background: #fff; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-sm); }
.hl-spec-grid span { display: block; color: var(--hl-muted); font-size: 12px; text-transform: uppercase; }
.hl-spec-grid strong { display: block; margin-top: 4px; }
.hl-product-note { margin: -4px 0 24px; padding: 18px; border-left: 3px solid var(--hl-gold); background: #fff; color: var(--hl-muted); border-radius: var(--hl-radius-sm); }
.hl-product-note p { margin: 0; font-size: 15px; }
.hl-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hl-detail-copy .hl-btn-ghost { color: var(--hl-ink); border-color: var(--hl-line); }
.hl-detail-copy .hl-btn-ghost:hover { background: #fff; }
.hl-product-gallery { display: grid; gap: 14px; align-self: start; }
.hl-product-gallery .hl-gallery-stage { min-height: min(54vw, 640px); }
.hl-product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 4px; }
.hl-product-tags span, .hl-guide-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--hl-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hl-muted);
  font-size: 12px;
  font-weight: 800;
}
.hl-product-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding-top: clamp(38px, 5vw, 70px);
  padding-bottom: clamp(28px, 4vw, 58px);
  background: #f2eadf;
}
.hl-product-guide h2, .hl-product-buying h2, .hl-service-overview h2, .hl-service-flow h2 { margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: 1.05; }
.hl-guide-strip { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.hl-product-buying {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background: #211a14;
  color: #fff;
}
.hl-product-buying .hl-eyebrow { color: #ffd08a; }
.hl-buying-grid, .hl-product-related, .hl-product-path, .hl-contact-process, .hl-resource-grid, .hl-service-card-grid, .hl-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.hl-buying-grid article, .hl-contact-process article, .hl-service-card-grid article {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--hl-radius-md);
  background: rgba(255,255,255,0.06);
}
.hl-buying-grid span, .hl-contact-process span, .hl-service-card-grid span { color: #ffd08a; font-size: 13px; font-weight: 900; }
.hl-buying-grid strong, .hl-contact-process strong, .hl-service-card-grid strong { margin-top: 18px; font-size: 20px; }
.hl-buying-grid p, .hl-contact-process p, .hl-service-card-grid p { margin: 10px 0 0; color: rgba(255,255,255,0.68); font-size: 14px; }
.hl-product-related, .hl-product-path { padding-top: clamp(34px, 5vw, 72px); padding-bottom: clamp(34px, 5vw, 72px); background: #e7ddce; }
.hl-product-related a, .hl-product-path a, .hl-resource-grid a {
  display: grid;
  gap: 10px;
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius-md);
  background: #fff;
  box-shadow: 0 10px 30px rgba(34, 26, 18, 0.06);
}
.hl-product-related strong, .hl-product-path strong, .hl-resource-grid strong { color: var(--hl-ink); font-size: 21px; }
.hl-product-related span, .hl-product-path span, .hl-resource-grid span { color: var(--hl-muted); font-size: 14px; }
.hl-content article { max-width: 920px; color: #2b251f; }
.hl-content article h2, .hl-content article h3 { line-height: 1.2; }
.hl-content article img { border-radius: var(--hl-radius-md); margin: 20px 0; }

.hl-manufacturing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
  padding: clamp(54px, 8vw, 112px) clamp(20px, 5vw, 76px);
  background: #211a14;
  color: #fff;
}
.hl-manufacturing-hero-copy { max-width: 740px; }
.hl-manufacturing-hero-copy h1 { margin: 0; font-size: clamp(46px, 7vw, 88px); line-height: 0.98; }
.hl-manufacturing-hero-copy p { max-width: 650px; color: rgba(255,255,255,0.74); font-size: 18px; }
.hl-manufacturing-hero-media { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--hl-radius-md); background: #493522; box-shadow: var(--hl-shadow); }
.hl-manufacturing-hero-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.hl-manufacturing-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(15,12,9,0.76)); pointer-events: none; }
.hl-manufacturing-hero-placeholder { display: block; min-height: 520px; background: radial-gradient(circle at 50% 30%, rgba(255,220,159,0.82) 0 8%, transparent 9%), linear-gradient(135deg, #efe2cf, #b9853b 50%, #191512); }
.hl-manufacturing-hero-stamp { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 1; display: flex; justify-content: space-between; gap: 16px; align-items: end; color: #fff; }
.hl-manufacturing-hero-stamp strong { font-size: 32px; line-height: 1; }
.hl-manufacturing-hero-stamp span { color: rgba(255,255,255,0.72); font-size: 13px; }
.hl-manufacturing-overview { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); gap: clamp(28px, 6vw, 100px); align-items: start; }
.hl-manufacturing-overview-copy h2, .hl-manufacturing-workflow h2, .hl-manufacturing-cta h2 { margin: 0 0 22px; font-size: clamp(32px, 4vw, 56px); line-height: 1.05; }
.hl-manufacturing-overview-copy .hl-content article { max-width: 760px; }
.hl-manufacturing-overview-copy .hl-content article h2 { font-size: 28px; }
.hl-manufacturing-overview-copy .hl-content article p { color: var(--hl-muted); font-size: 17px; }
.hl-manufacturing-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hl-manufacturing-stats div { min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); background: #fff; box-shadow: 0 10px 30px rgba(34, 26, 18, 0.06); }
.hl-manufacturing-stats strong { color: var(--hl-gold-dark); font-size: clamp(26px, 3vw, 42px); line-height: 1; }
.hl-manufacturing-stats span { color: var(--hl-muted); font-size: 13px; font-weight: 800; }
.hl-manufacturing-capabilities { background: var(--hl-charcoal); color: #fff; }
.hl-manufacturing-capabilities .hl-eyebrow, .hl-manufacturing-capabilities .hl-section-head a { color: #ffd08a; }
.hl-manufacturing-capabilities h2 { max-width: 850px; }
.hl-manufacturing-capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.hl-manufacturing-capability-grid article { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid rgba(255,255,255,0.14); border-radius: var(--hl-radius-md); background: rgba(255,255,255,0.06); }
.hl-manufacturing-capability-grid article > span { color: #ffd08a; font-size: 13px; font-weight: 900; }
.hl-manufacturing-capability-grid h3 { margin: 22px 0 10px; font-size: 21px; }
.hl-manufacturing-capability-grid p { margin: 0; color: rgba(255,255,255,0.68); font-size: 14px; }
.hl-manufacturing-workflow { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: clamp(28px, 6vw, 90px); align-items: start; }
.hl-workflow-intro p { max-width: 580px; color: var(--hl-muted); font-size: 17px; }
.hl-workflow-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hl-workflow-steps div { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; padding: 18px; border-top: 2px solid var(--hl-gold); background: #fff; }
.hl-workflow-steps b { grid-row: span 2; color: var(--hl-gold-dark); font-size: 13px; }
.hl-workflow-steps strong { font-size: 18px; }
.hl-workflow-steps span { color: var(--hl-muted); font-size: 13px; }
.hl-manufacturing-gallery-section { background: #e7ddce; }
.hl-manufacturing-gallery-section .hl-gallery-stage { min-height: min(54vw, 640px); }
.hl-manufacturing-cta { display: flex; justify-content: space-between; gap: 28px; align-items: end; background: #181512; color: #fff; }
.hl-manufacturing-cta h2 { max-width: 780px; margin-bottom: 0; }
.hl-manufacturing-cta .hl-btn-ghost { color: #fff; border-color: rgba(255,255,255,0.45); }

.hl-contact-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 26px; align-items: start; }
.hl-contact-card, .hl-contact-form { background: #fff; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); padding: clamp(22px, 3vw, 34px); box-shadow: 0 10px 30px rgba(34, 26, 18, 0.06); }
.hl-contact-card a, .hl-contact-card p { display: block; padding: 16px 0; border-bottom: 1px solid var(--hl-line); margin: 0; }
.hl-contact-card span { display: block; color: var(--hl-muted); font-size: 12px; text-transform: uppercase; font-weight: 800; }
.hl-contact-card strong { display: block; margin-top: 4px; }
.hl-contact-brief { display: grid; gap: 8px; margin-top: 18px; padding: 18px; border-radius: var(--hl-radius-sm); background: var(--hl-surface-warm); }
.hl-contact-brief strong { margin: 0 0 4px; color: var(--hl-ink); }
.hl-contact-brief span { position: relative; padding-left: 18px; text-transform: none; font-size: 13px; }
.hl-contact-brief span::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 7px; height: 7px; border-radius: 50%; background: var(--hl-gold); }
.hl-contact-process { background: #211a14; color: #fff; }
.hl-contact-form, .hl-mini-form { display: grid; gap: 12px; }
.hl-contact-form input, .hl-contact-form textarea, .hl-contact-form select, .hl-mini-form input, .hl-mini-form textarea, .hl-mini-form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius-sm);
  background: #fff;
}
.hl-contact-form textarea, .hl-mini-form textarea { min-height: 124px; resize: vertical; }
.hl-contact-form select, .hl-mini-form select { color: var(--hl-muted); }
.hl-captcha-row { display: flex; gap: 10px; align-items: center; }
.hl-form-error { display: none; margin: 0; color: var(--hl-danger); font-size: 13px; }
.hl-form-error.is-visible { display: block; }
.hl-form-status { margin: 0; color: var(--hl-success); font-size: 13px; font-weight: 800; }
.hl-form-status.is-error { color: var(--hl-danger); }

.hl-home-resources { background: #f5efe6; }
.hl-resource-grid a { min-height: 170px; align-content: space-between; }

.hl-service-hero { background: linear-gradient(135deg, #17130e 0%, #5e4223 55%, #315947 100%); }
.hl-service-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}
.hl-service-overview .hl-content { margin-top: 22px; }
.hl-service-overview .hl-content article, .hl-service-overview .hl-content { max-width: 760px; color: var(--hl-muted); }
.hl-service-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hl-service-card-grid article { border-color: var(--hl-line); background: #fff; box-shadow: 0 10px 30px rgba(34, 26, 18, 0.06); }
.hl-service-card-grid span { color: var(--hl-gold-dark); }
.hl-service-card-grid p { color: var(--hl-muted); }
.hl-service-flow { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: clamp(26px, 6vw, 86px); background: #211a14; color: #fff; }
.hl-service-flow .hl-eyebrow { color: #ffd08a; }
.hl-service-timeline { display: grid; gap: 10px; }
.hl-service-timeline article {
  display: grid;
  grid-template-columns: 58px 130px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--hl-radius-md);
  background: rgba(255,255,255,0.06);
}
.hl-service-timeline b { color: #ffd08a; font-size: 13px; }
.hl-service-timeline strong { font-size: 19px; }
.hl-service-timeline span { color: rgba(255,255,255,0.68); font-size: 14px; }
.hl-service-fit { background: #e7ddce; }
.hl-fit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hl-fit-grid article {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius-md);
  background: #fff;
  box-shadow: 0 10px 30px rgba(34, 26, 18, 0.06);
}
.hl-fit-grid strong { font-size: 20px; }
.hl-fit-grid span { color: var(--hl-muted); font-size: 14px; }

.hl-footer-inquiry {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  padding: clamp(48px, 7vw, 86px) clamp(20px, 5vw, 76px);
  background: #e8ddcf;
  border-top: 1px solid var(--hl-line);
}
.hl-footer-inquiry h2 { margin: 0; font-size: clamp(28px, 3vw, 44px); line-height: 1.1; }
.hl-mini-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hl-mini-form textarea, .hl-mini-form button, .hl-mini-form .hl-captcha-row, .hl-mini-form .hl-form-error, .hl-mini-form .hl-form-status { grid-column: 1 / -1; }

.hl-footer { padding: 44px clamp(20px, 5vw, 76px) 24px; background: #15120f; color: #fff; }
.hl-footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 30px; }
.hl-brand-footer { color: #fff; }
.hl-footer p, .hl-footer a, .hl-footer-bottom { color: rgba(255,255,255,0.68); }
.hl-footer h3 { margin: 0 0 14px; font-size: 14px; color: #ffd08a; text-transform: uppercase; }
.hl-footer a { display: block; margin: 8px 0; }
.hl-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 13px; }
.hl-footer-socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.hl-footer-socials .hl-social-trigger { width: 34px; height: 34px; border-color: rgba(255,255,255,0.18); background: rgba(255,255,255,0.08); color: #fff; }
.hl-footer-socials .hl-social-trigger:hover { border-color: #ffd08a; background: #ffd08a; color: #201a14; }
.hl-service-dock { position: fixed; right: 18px; top: 54%; z-index: 40; display: grid; gap: 8px; transform: translateY(-50%); }
.hl-service-action { width: 58px; min-height: 58px; display: grid; place-items: center; gap: 2px; padding: 7px 4px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-sm); background: #fff; color: var(--hl-ink); box-shadow: 0 12px 28px rgba(34, 26, 18, 0.16); cursor: pointer; }
.hl-service-action:hover { transform: translateX(-3px); }
.hl-service-primary { border-color: var(--hl-charcoal); background: var(--hl-charcoal); color: #fff; }
.hl-service-top { background: var(--hl-gold); border-color: var(--hl-gold); color: #fff; }
.hl-service-icon { font-size: 18px; font-weight: 900; line-height: 1; }
.hl-service-action span:last-child { font-size: 11px; font-weight: 900; line-height: 1; }
.hl-service-panel {
  position: fixed;
  right: 94px;
  top: 50%;
  z-index: 120;
  width: min(360px, calc(100vw - 32px));
  display: none;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius-md);
  background: #fff;
  color: var(--hl-ink);
  box-shadow: 0 24px 70px rgba(34, 26, 18, 0.24);
  transform: translateY(-50%);
}
.hl-service-panel.is-open { display: grid; }
.hl-service-panel h2 { margin: 0; font-size: 28px; line-height: 1.08; }
.hl-service-panel p { margin: 0; color: var(--hl-muted); font-size: 14px; }
.hl-service-panel-close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-sm); background: #fff; color: var(--hl-ink); font-weight: 900; cursor: pointer; }
.hl-service-qr { display: grid; place-items: center; gap: 8px; min-height: 130px; padding: 12px; background: var(--hl-surface-warm); border-radius: var(--hl-radius-sm); text-align: center; }
.hl-service-qr img { width: 110px; height: 110px; object-fit: contain; }
.hl-service-qr span { color: var(--hl-muted); font-size: 12px; }
.hl-service-contact-list { display: grid; gap: 8px; }
.hl-service-contact-list a { display: grid; gap: 2px; padding: 10px 12px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-sm); }
.hl-service-contact-list span { color: var(--hl-muted); font-size: 11px; text-transform: uppercase; }
.hl-service-contact-list strong { font-size: 14px; }
.hl-service-social-section { display: grid; gap: 9px; padding-top: 12px; border-top: 1px solid var(--hl-line); }
.hl-service-social-section > strong { font-size: 12px; text-transform: uppercase; }
.hl-service-social-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.hl-social-trigger { display: inline-grid; place-items: center; min-width: 0; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-sm); background: #fff; color: var(--hl-ink); cursor: pointer; transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease; }
.hl-service-social-grid .hl-social-trigger { min-height: 55px; gap: 4px; padding: 7px 3px; }
.hl-service-social-grid .hl-social-trigger i, .hl-service-social-grid .hl-social-monogram { font-size: 18px; }
.hl-service-social-grid .hl-social-trigger span:last-child { max-width: 100%; overflow: hidden; font-size: 9px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.hl-social-trigger:hover { border-color: var(--hl-gold); background: var(--hl-surface-warm); color: var(--hl-gold-dark); transform: translateY(-2px); }
.hl-social-monogram { font-size: 11px; font-weight: 900; line-height: 1; }
.hl-service-backdrop { position: fixed; inset: 0; z-index: 115; display: none; background: rgba(15,12,9,0.35); }
.hl-service-backdrop.is-open { display: block; }
.hl-social-modal { position: fixed; inset: 0; z-index: 180; display: none; place-items: center; padding: 22px; background: rgba(15,12,9,0.72); backdrop-filter: blur(8px); }
.hl-social-modal.is-open { display: grid; }
.hl-social-modal-card { position: relative; width: min(400px, 100%); display: grid; gap: 12px; padding: 28px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); background: #fff; color: var(--hl-ink); box-shadow: 0 28px 90px rgba(15,12,9,0.36); text-align: center; }
.hl-social-modal-card .hl-eyebrow { margin: 0; }
.hl-social-modal-card h2 { margin: 0; font-size: 28px; line-height: 1.1; }
.hl-social-modal-card p { margin: 0; color: var(--hl-muted); font-size: 13px; }
.hl-social-modal-close { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-sm); background: #fff; color: var(--hl-ink); font-weight: 900; cursor: pointer; }
.hl-social-modal-qr { aspect-ratio: 1; display: grid; place-items: center; width: min(250px, 74vw); margin: 2px auto; overflow: hidden; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-sm); background: var(--hl-surface-warm); }
.hl-social-modal-qr img { display: block; width: 100%; height: 100%; padding: 12px; object-fit: contain; background: #fff; }
.hl-social-modal-empty { display: none; place-items: center; gap: 10px; padding: 24px; color: var(--hl-muted); }
.hl-social-modal-empty i { color: var(--hl-gold-dark); font-size: 28px; }
.hl-social-modal-qr.is-empty img { display: none; }
.hl-social-modal-qr.is-empty .hl-social-modal-empty { display: grid; }
.hl-social-modal-card .hl-btn { justify-self: stretch; }
body.hl-modal-open { overflow: hidden; }

.hl-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hl-news-card { background: #fff; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); overflow: hidden; }
.hl-news-media { display: block; aspect-ratio: 4 / 3; background: #ded4c7; }
.hl-news-media img { width: 100%; height: 100%; object-fit: cover; }
.hl-news-card div { padding: 20px; }
.hl-news-card time { color: var(--hl-muted); font-size: 12px; }
.hl-news-card h2 { margin: 8px 0; font-size: 22px; line-height: 1.2; }
.hl-news-card p { color: var(--hl-muted); }
.hl-media-hero { background: linear-gradient(135deg, #17130e 0%, #50391f 55%, #3e7a55 100%); }
.hl-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hl-video-card { background: #fff; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); overflow: hidden; box-shadow: 0 10px 30px rgba(34, 26, 18, 0.06); }
.hl-video-cover { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #ded4c7; }
.hl-video-cover img, .hl-video-cover > span:first-child { width: 100%; height: 100%; object-fit: cover; }
.hl-video-cover > span:first-child { display: block; background: linear-gradient(135deg, #efe2cf, #b9935d 52%, #2b241e); }
.hl-video-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(15,12,9,0.62)); pointer-events: none; }
.hl-video-play { position: absolute; left: 50%; top: 50%; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; padding-left: 3px; border: 1px solid rgba(255,255,255,0.68); border-radius: 50%; background: rgba(22,19,15,0.7); color: #fff; font-size: 22px; transform: translate(-50%, -50%); }
.hl-video-ready { position: absolute; right: 14px; bottom: 12px; z-index: 2; padding: 4px 8px; border-radius: var(--hl-radius-sm); background: var(--hl-gold); color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.hl-video-ready.is-pending { background: rgba(22,19,15,0.74); color: rgba(255,255,255,0.78); }
.hl-video-body { padding: 20px; }
.hl-video-body time { color: var(--hl-muted); font-size: 12px; }
.hl-video-body h2 { margin: 8px 0; font-size: 22px; line-height: 1.2; }
.hl-video-body p { min-height: 70px; color: var(--hl-muted); }
.hl-video-detail { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: clamp(28px, 5vw, 70px); align-items: start; }
.hl-video-player { min-height: 430px; overflow: hidden; border-radius: var(--hl-radius-md); background: #181512; box-shadow: var(--hl-shadow); }
.hl-video-player video { display: block; width: 100%; min-height: 430px; object-fit: contain; background: #181512; }
.hl-video-empty { min-height: 430px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 40px; text-align: center; color: rgba(255,255,255,0.76); }
.hl-video-empty strong { color: #fff; font-size: 22px; }
.hl-video-empty p { max-width: 520px; margin: 0; }
.hl-video-empty-icon { display: grid; place-items: center; width: 72px; height: 72px; padding-left: 4px; border: 1px solid rgba(255,255,255,0.42); border-radius: 50%; color: #ffd08a; font-size: 28px; }
.hl-video-detail-copy { padding: 8px 0; }
.hl-video-detail-copy h2 { margin: 0 0 16px; font-size: clamp(28px, 4vw, 50px); line-height: 1.05; }
.hl-video-detail-copy .hl-content { margin-bottom: 24px; }

.hl-gallery-group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.hl-gallery-group-card { display: grid; grid-template-columns: 0.95fr 1.05fr; background: #fff; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); overflow: hidden; box-shadow: 0 10px 30px rgba(34, 26, 18, 0.06); }
.hl-gallery-cover { min-height: 280px; background: #ded4c7; overflow: hidden; }
.hl-gallery-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.hl-gallery-group-card:hover .hl-gallery-cover img { transform: scale(1.04); }
.hl-gallery-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  background: linear-gradient(135deg, #efe2cf, #b9935d 52%, #2b241e);
}
.hl-gallery-group-card div { padding: clamp(22px, 3vw, 34px); }
.hl-gallery-group-card span { color: var(--hl-gold-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hl-gallery-group-card h2 { margin: 10px 0 12px; font-size: clamp(24px, 3vw, 36px); line-height: 1.05; }
.hl-gallery-group-card p { color: var(--hl-muted); }
.hl-showroom-detail { display: grid; gap: 30px; }
.hl-showroom-detail-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.hl-showroom-detail-head h2 { max-width: 880px; margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: 1.05; }
.hl-showroom-detail-head p { max-width: 720px; color: var(--hl-muted); font-size: 17px; }
.hl-showroom-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; align-items: center; }
.hl-showroom-insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.hl-showroom-insight-grid article { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); background: #fff; box-shadow: 0 10px 30px rgba(34, 26, 18, 0.06); }
.hl-showroom-insight-grid span { color: var(--hl-gold-dark); font-size: 13px; font-weight: 900; }
.hl-showroom-insight-grid strong { margin-top: 20px; font-size: 20px; }
.hl-showroom-insight-grid p { margin: 10px 0 0; color: var(--hl-muted); font-size: 14px; }
.hl-canvas-gallery { display: grid; gap: 14px; user-select: none; }
.hl-gallery-stage { position: relative; min-height: min(64vw, 720px); border-radius: var(--hl-radius-md); background: #181512; overflow: hidden; box-shadow: var(--hl-shadow); }
.hl-gallery-canvas, .hl-gallery-lightbox-canvas { display: block; width: 100%; height: 100%; min-height: inherit; }
.hl-gallery-canvas { cursor: zoom-in; }
.hl-gallery-nav { position: absolute; top: 50%; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,0.28); border-radius: var(--hl-radius-sm); background: rgba(20,16,12,0.6); color: #fff; font-size: 24px; cursor: pointer; transform: translateY(-50%); }
.hl-gallery-nav:hover { background: rgba(20,16,12,0.84); }
.hl-gallery-prev { left: 16px; }
.hl-gallery-next { right: 16px; }
.hl-gallery-expand { position: absolute; right: 16px; bottom: 16px; min-height: 38px; padding: 0 13px; border: 1px solid rgba(255,255,255,0.32); border-radius: var(--hl-radius-sm); background: rgba(20,16,12,0.64); color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.hl-gallery-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--hl-muted); }
.hl-gallery-meta strong { color: var(--hl-ink); }
.hl-gallery-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.hl-gallery-thumb { aspect-ratio: 4 / 3; padding: 0; border: 2px solid transparent; border-radius: var(--hl-radius-sm); background: #ded4c7; overflow: hidden; cursor: pointer; }
.hl-gallery-thumb.is-active { border-color: var(--hl-gold); }
.hl-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.hl-gallery-note { margin: 0; color: var(--hl-muted); font-size: 13px; }
.hl-gallery-lightbox { position: fixed; inset: 0; z-index: 100; display: none; grid-template-rows: 1fr auto; align-content: center; gap: 12px; padding: 24px; background: rgba(12,10,8,0.94); }
.hl-gallery-lightbox.is-open { display: grid; }
.hl-gallery-lightbox-close { position: absolute; top: 18px; right: 18px; z-index: 5; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.3); border-radius: var(--hl-radius-sm); background: rgba(255,255,255,0.1); color: #fff; font-weight: 900; cursor: pointer; }
.hl-gallery-lightbox-stage { position: relative; min-height: 70vh; }
.hl-gallery-lightbox-canvas { cursor: grab; touch-action: none; overscroll-behavior: contain; }
.hl-gallery-lightbox-canvas.is-panning { cursor: grabbing; }
.hl-gallery-zoom-tools { position: absolute; left: 18px; top: 18px; z-index: 2; display: flex; gap: 8px; }
.hl-gallery-zoom-tools button { min-width: 42px; height: 38px; padding: 0 12px; border: 1px solid rgba(255,255,255,0.28); border-radius: var(--hl-radius-sm); background: rgba(20,16,12,0.64); color: #fff; font-weight: 900; cursor: pointer; }
.hl-gallery-zoom-tools button:hover { background: var(--hl-gold); border-color: var(--hl-gold); }
.hl-gallery-lightbox .hl-gallery-meta { padding: 0 max(0px, 5vw); color: rgba(255,255,255,0.72); }
.hl-gallery-lightbox .hl-gallery-meta strong { color: #fff; }
.hl-gallery-source { display: none; }
.hl-showroom-related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.hl-showroom-related a { display: grid; gap: 8px; min-height: 120px; padding: 20px; border: 1px solid var(--hl-line); border-radius: var(--hl-radius-md); background: var(--hl-charcoal); color: #fff; }
.hl-showroom-related strong { font-size: 20px; }
.hl-showroom-related span { color: rgba(255,255,255,0.68); font-size: 13px; }

.hl-catalog-hero { background: linear-gradient(135deg, #17130e 0%, #463728 52%, #3e7a55 100%); }
.hl-catalog-shelf { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.hl-catalog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius-md);
  box-shadow: 0 14px 38px rgba(34, 26, 18, 0.08);
}
.hl-catalog-book {
  position: relative;
  display: block;
  width: min(76%, 320px);
  margin: 8px auto 18px;
  aspect-ratio: 0.72;
  perspective: 900px;
}
.hl-catalog-cover {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: var(--hl-radius-sm);
  background: #efe6d7;
  box-shadow: 22px 24px 38px rgba(31, 24, 17, 0.22);
  transform: rotateY(-10deg);
  transform-origin: left center;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.hl-catalog-book:hover .hl-catalog-cover { transform: rotateY(-3deg) translateY(-4px); box-shadow: 18px 30px 46px rgba(31, 24, 17, 0.28); }
.hl-catalog-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.28), transparent 18%, rgba(255,255,255,0.2) 48%, transparent 74%);
  pointer-events: none;
}
.hl-catalog-cover img, .hl-catalog-cover-placeholder { width: 100%; height: 100%; object-fit: cover; }
.hl-catalog-cover-placeholder {
  display: block;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 228, 171, 0.9) 0 10%, transparent 11%),
    linear-gradient(145deg, #f6efe5 0%, #b9853b 54%, #1d1812 100%);
}
.hl-catalog-spine {
  position: absolute;
  left: -16px;
  top: 4%;
  bottom: 4%;
  width: 26px;
  border-radius: var(--hl-radius-sm) 0 0 var(--hl-radius-sm);
  background: linear-gradient(180deg, #181512, #7a5322);
  box-shadow: 10px 18px 30px rgba(34, 26, 18, 0.18);
}
.hl-catalog-card-body { display: grid; align-content: start; gap: 10px; padding: 4px 4px 2px; }
.hl-catalog-card-body span { color: var(--hl-gold-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hl-catalog-card-body h2 { margin: 0; font-size: 25px; line-height: 1.16; }
.hl-catalog-card-body p { margin: 0; color: var(--hl-muted); }
.hl-catalog-body { width: 100vw; margin: 0; overflow: hidden; background: #11100e; }
.hl-catalog-reader-page { display: grid; grid-template-rows: 64px minmax(0, 1fr); width: 100%; min-width: 0; max-width: 100vw; height: 100vh; height: 100dvh; padding: 0; overflow: hidden; background: #11100e; color: #fff; }
.hl-catalog-reader-head { position: relative; z-index: 4; display: grid; grid-template-columns: minmax(210px, 1fr) minmax(240px, 2fr) minmax(210px, 1fr); align-items: center; gap: 20px; width: 100%; min-width: 0; min-height: 64px; padding: 8px clamp(16px, 2.5vw, 38px); overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.1); background: rgba(13,12,10,0.96); }
.hl-catalog-reader-head h1 { margin: 0; overflow: hidden; color: rgba(255,255,255,0.82); font-size: 15px; line-height: 1.3; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.hl-catalog-brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: #fff; }
.hl-catalog-brand .hl-brand-mark { width: 36px; height: 36px; font-size: 12px; }
.hl-catalog-brand strong, .hl-catalog-brand em { display: block; }
.hl-catalog-brand strong { font-size: 14px; }
.hl-catalog-brand em { margin-top: 1px; color: rgba(255,255,255,0.48); font-size: 10px; font-style: normal; text-transform: uppercase; }
.hl-catalog-reader-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.hl-catalog-reader-actions a { padding: 9px 12px; border-radius: 4px; color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 800; }
.hl-catalog-reader-actions a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.hl-catalog-reader-actions .hl-catalog-quote { color: #1b1711; background: var(--hl-gold); }
.hl-catalog-reader-shell {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 58px;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
  min-height: 0;
  overflow: hidden;
  background: #171512;
}
.hl-catalog-reader-shell.is-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 120;
  grid-template-rows: minmax(0, 1fr) 58px;
  background: #11100e;
}
.hl-catalog-stage {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.42), transparent 15%, transparent 85%, rgba(0,0,0,0.42)),
    radial-gradient(circle at 50% 48%, #3b3730 0, #24211d 42%, #151310 78%);
  user-select: none;
}
.hl-catalog-canvas { display: block; width: 100%; height: 100%; cursor: grab; touch-action: none; overscroll-behavior: contain; }
.hl-catalog-canvas.is-panning { cursor: grabbing; }
.hl-catalog-loading { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,0.7); font-weight: 800; pointer-events: none; }
.hl-catalog-loading.is-hidden { display: none; }
.hl-catalog-edge { position: absolute; z-index: 3; top: 0; bottom: 0; width: clamp(58px, 8vw, 120px); border: 0; background: transparent; color: rgba(255,255,255,0.8); cursor: pointer; opacity: 0.55; transition: opacity .2s ease, background .2s ease; }
.hl-catalog-edge:hover { opacity: 1; }
.hl-catalog-edge span { display: grid; place-items: center; width: 42px; height: 64px; border: 1px solid rgba(255,255,255,0.16); background: rgba(0,0,0,0.3); font-size: 28px; font-weight: 300; }
.hl-catalog-edge-prev { left: 0; text-align: left; }
.hl-catalog-edge-next { right: 0; text-align: right; }
.hl-catalog-edge-next span { margin-left: auto; }
.hl-catalog-hint { position: absolute; z-index: 2; left: 50%; bottom: 16px; transform: translateX(-50%); padding: 7px 12px; border-radius: 4px; background: rgba(0,0,0,0.48); color: rgba(255,255,255,0.68); font-size: 11px; pointer-events: none; transition: opacity .3s ease; }
.hl-catalog-hint.is-hidden { opacity: 0; }
.hl-catalog-bottom-bar { position: relative; z-index: 5; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-width: 0; max-width: 100vw; min-height: 58px; padding: 7px clamp(12px, 2vw, 28px); overflow: hidden; border-top: 1px solid rgba(255,255,255,0.1); background: rgba(13,12,10,0.98); }
.hl-catalog-page-tools { grid-column: 2; }
.hl-catalog-view-tools { grid-column: 3; justify-self: end; }
.hl-catalog-toolbar-group { display: flex; align-items: center; gap: 6px; }
.hl-catalog-toolbar-group button { min-width: 36px; height: 36px; padding: 0 10px; border: 1px solid transparent; border-radius: 4px; background: transparent; color: rgba(255,255,255,0.76); font-size: 12px; font-weight: 800; cursor: pointer; }
.hl-catalog-toolbar-group button:hover, .hl-catalog-toolbar-group button.is-active { border-color: rgba(255,255,255,0.14); background: rgba(255,255,255,0.1); color: #fff; }
.hl-catalog-counter { display: flex; align-items: center; gap: 5px; height: 36px; padding: 0 10px; border-radius: 4px; background: #fff; color: #211d18; font-size: 12px; font-weight: 800; }
.hl-catalog-counter input { width: 36px; padding: 0; border: 0; outline: 0; background: transparent; color: #211d18; font: inherit; text-align: right; appearance: textfield; }
.hl-catalog-counter input::-webkit-inner-spin-button { appearance: none; }
.hl-catalog-zoom-value { min-width: 42px; color: rgba(255,255,255,0.56); font-size: 11px; text-align: center; }
.hl-catalog-page-drawer { position: absolute; z-index: 8; left: 0; top: 0; bottom: 58px; width: min(360px, 88vw); padding: 18px; overflow: hidden; transform: translateX(-102%); border-right: 1px solid rgba(255,255,255,0.12); background: rgba(18,16,14,0.98); box-shadow: 20px 0 60px rgba(0,0,0,0.35); transition: transform .25s ease; }
.hl-catalog-page-drawer.is-open { transform: translateX(0); }
.hl-catalog-drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.hl-catalog-drawer-head button { width: 34px; height: 34px; border: 0; border-radius: 4px; background: rgba(255,255,255,0.08); color: #fff; cursor: pointer; }
.hl-catalog-page-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; height: calc(100% - 48px); overflow-y: auto; padding: 2px 5px 18px 2px; }
.hl-catalog-page-strip button { position: relative; display: grid; gap: 6px; align-content: start; padding: 5px; border: 1px solid rgba(255,255,255,0.12); border-radius: 4px; background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.65); font-size: 11px; font-weight: 800; cursor: pointer; }
.hl-catalog-page-strip canvas { display: block; width: 100%; aspect-ratio: 1400 / 1900; background: #fff; object-fit: contain; }
.hl-catalog-page-strip button.is-active { border-color: var(--hl-gold); color: #fff; box-shadow: 0 0 0 1px var(--hl-gold); }
.hl-catalog-source { display: none; }

@media (max-width: 1080px) {
  .hl-header { grid-template-columns: auto auto; justify-content: space-between; }
  .hl-menu-toggle { display: block; }
  .hl-nav-cta { display: none; }
  .hl-nav {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px 20px 24px;
    background: var(--hl-bg);
    border-bottom: 1px solid var(--hl-line);
  }
  .hl-nav.is-open { display: flex; }
  .hl-nav a { padding: 12px 0; }
  .hl-hero, .hl-capacity, .hl-compliance, .hl-contact-layout, .hl-footer-inquiry, .hl-product-detail, .hl-product-guide, .hl-product-buying, .hl-service-overview, .hl-service-flow, .hl-manufacturing-hero, .hl-manufacturing-overview, .hl-manufacturing-workflow { grid-template-columns: 1fr; }
  .hl-product-grid, .hl-product-grid-list, .hl-category-grid, .hl-news-grid, .hl-video-grid, .hl-catalog-shelf, .hl-buying-grid, .hl-product-related, .hl-product-path, .hl-contact-process, .hl-resource-grid, .hl-fit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hl-guide-strip { justify-content: flex-start; }
  .hl-list-layout { grid-template-columns: 1fr; }
  .hl-filter-panel { position: static; }
  .hl-catalog-reader-head { grid-template-columns: 1fr auto; }
  .hl-catalog-reader-head h1 { display: none; }
  .hl-video-detail { grid-template-columns: 1fr; }
  .hl-manufacturing-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hl-manufacturing-hero-media, .hl-manufacturing-hero-media img, .hl-manufacturing-hero-placeholder { min-height: 420px; }
}

@media (max-width: 680px) {
  .hl-header { min-height: 66px; padding: 0 16px; }
  .hl-brand { min-width: 0; }
  .hl-brand em { display: none; }
  .hl-nav { top: 66px; }
  .hl-hero { min-height: auto; padding: 86px 18px 104px; }
  .hl-hero-media img { width: 230%; }
  .hl-hero h1 { max-width: 100%; font-size: 40px; overflow-wrap: break-word; }
  .hl-hero p { max-width: 100%; }
  .hl-hero-actions { display: grid; grid-template-columns: 1fr; }
  .hl-hero-actions .hl-btn { width: 100%; }
  .hl-hero-panel { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; padding: 8px; }
  .hl-hero-panel div { min-width: 0; padding: 10px 8px; }
  .hl-hero-panel strong { font-size: 20px; }
  .hl-hero-panel span { font-size: 10px; line-height: 1.25; }
  .hl-light-sculpture { width: 82vw; right: -18vw; top: 5vh; opacity: 0.55; }
  .hl-section, .hl-sub-hero { padding-left: 18px; padding-right: 18px; }
  .hl-section-head, .hl-footer-bottom { display: block; }
  .hl-product-grid, .hl-product-grid-list, .hl-category-grid, .hl-news-grid, .hl-showroom-grid, .hl-capacity-board, .hl-cert-grid, .hl-footer-grid, .hl-mini-form, .hl-spec-grid, .hl-gallery-group-grid, .hl-gallery-group-card, .hl-catalog-shelf, .hl-video-grid, .hl-showroom-insight-grid, .hl-showroom-related, .hl-buying-grid, .hl-product-related, .hl-product-path, .hl-contact-process, .hl-resource-grid, .hl-service-card-grid, .hl-fit-grid { grid-template-columns: 1fr; }
  .hl-showroom-grid a { min-height: 220px; }
  .hl-showroom-detail-head { display: block; }
  .hl-showroom-actions { justify-content: flex-start; }
  .hl-gallery-stage { min-height: 62vw; }
  .hl-gallery-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hl-gallery-lightbox { padding: 14px; }
  .hl-gallery-lightbox-stage { min-height: 76vh; }
  .hl-service-dock {
    right: 10px;
    left: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    top: auto;
    grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
    gap: 5px;
    padding: 5px;
    border: 1px solid rgba(34, 26, 18, 0.12);
    border-radius: var(--hl-radius-md);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 30px rgba(34, 26, 18, 0.18);
    backdrop-filter: blur(14px);
    transform: none;
  }
  .hl-service-action { width: auto; min-height: 44px; padding: 5px 3px; box-shadow: none; }
  .hl-service-action:hover { transform: none; }
  .hl-service-icon { font-size: 16px; }
  .hl-service-action span:last-child { font-size: 10px; }
  .hl-service-panel { right: 10px; left: 10px; bottom: 72px; top: auto; width: auto; transform: none; }
  .hl-service-panel { max-height: calc(100vh - 92px); overflow-y: auto; padding: 22px; }
  .hl-service-social-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hl-footer-socials { justify-content: flex-start; margin-top: 16px; }
  .hl-social-modal { padding: 14px; }
  .hl-social-modal-card { padding: 24px 18px 20px; }
  .hl-list-toolbar form { display: grid; }
  .hl-catalog-reader-page { grid-template-rows: 56px minmax(0, 1fr); }
  .hl-catalog-reader-head { min-height: 56px; padding: 7px 12px; }
  .hl-catalog-brand { min-width: 0; }
  .hl-catalog-brand em, .hl-catalog-reader-actions a:first-child { display: none; }
  .hl-catalog-brand strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hl-catalog-reader-actions a { padding: 8px 9px; white-space: nowrap; }
  .hl-catalog-reader-shell, .hl-catalog-reader-shell.is-fullscreen { grid-template-rows: minmax(0, 1fr) 54px; }
  .hl-catalog-edge { width: 48px; }
  .hl-catalog-edge span { width: 34px; height: 54px; font-size: 22px; }
  .hl-catalog-hint { bottom: 10px; max-width: calc(100% - 100px); text-align: center; white-space: nowrap; }
  .hl-catalog-bottom-bar { display: flex; justify-content: space-between; gap: 4px; min-height: 54px; padding: 6px 8px; }
  .hl-catalog-toolbar-group { gap: 2px; }
  .hl-catalog-toolbar-group button { min-width: 34px; height: 34px; padding: 0 7px; }
  .hl-catalog-page-tools button:first-child, .hl-catalog-page-tools button:last-child, .hl-catalog-view-tools [data-catalog-zoom-out], .hl-catalog-view-tools [data-catalog-zoom-in], .hl-catalog-view-tools [data-catalog-fit], .hl-catalog-zoom-value { display: none; }
  .hl-catalog-counter { height: 34px; padding: 0 7px; }
  .hl-catalog-view-tools [data-catalog-thumbs-toggle] { font-size: 0; }
  .hl-catalog-view-tools [data-catalog-thumbs-toggle]::after { content: "Pages"; font-size: 11px; }
  .hl-catalog-page-drawer { bottom: 54px; }
  .hl-product-gallery .hl-gallery-stage { min-height: 72vw; }
  .hl-service-timeline article { grid-template-columns: 1fr; align-items: start; }
  .hl-manufacturing-stats, .hl-manufacturing-capability-grid, .hl-workflow-steps { grid-template-columns: 1fr; }
  .hl-manufacturing-hero { padding-top: 42px; }
  .hl-manufacturing-hero-media, .hl-manufacturing-hero-media img, .hl-manufacturing-hero-placeholder { min-height: 320px; }
  .hl-manufacturing-cta { display: block; }
  .hl-manufacturing-cta .hl-detail-actions { margin-top: 22px; }
}
