:root {
  --hhs-ink: #171a18;
  --hhs-muted: #656961;
  --hhs-green: #0d2b20;
  --hhs-green-2: #16392c;
  --hhs-accent: #c87b55;
  --hhs-stone: #f4f2ee;
  --hhs-line: #d8d7d2;
  --hhs-white: #fff;
  --hhs-type: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
  --hhs-display: var(--hhs-type);
  --hhs-sans: var(--hhs-type);
  --hhs-body: var(--hhs-type);
  --hhs-container: 1320px;
  --hhs-header: 88px;
  --hhs-home-copy-left: clamp(48px, 7vw, 132px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--hhs-ink);
  background: #fff;
  font-family: var(--hhs-sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body:not(.home) { padding-top: var(--hhs-header); }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--hhs-display); font-weight: 400; line-height: 1.08; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.hhs-skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 16px; background: #fff; }
.hhs-skip-link:focus { top: 16px; }
.hhs-container { width: min(calc(100% - 72px), var(--hhs-container)); margin-inline: auto; }
.hhs-eyebrow { margin: 0 0 12px; color: var(--hhs-accent); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.hhs-accent-line { display: block; width: 42px; height: 2px; margin: 18px 0 26px; background: var(--hhs-accent); }
.hhs-button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 16px;
  padding: 12px 24px; border: 1px solid transparent; font-size: 13px; font-weight: 500;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.hhs-button:hover { transform: translateY(-1px); }
.hhs-button:focus-visible, .hhs-icon-button:focus-visible, .hhs-nav__link:focus-visible { outline: 2px solid var(--hhs-accent); outline-offset: 3px; }
.hhs-button--dark { color: #fff; background: var(--hhs-green); }
.hhs-button--dark:hover { background: #071b14; }
.hhs-button--glass { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(18,24,21,.22); }
.hhs-button--glass:hover { background: rgba(18,24,21,.45); }
.hhs-button--outline { color: var(--hhs-green); border-color: #315348; background: #fff; }
.hhs-button--outline:hover { color: #fff; background: var(--hhs-green); }
.hhs-button--outline-light { color: #fff; border-color: rgba(255,255,255,.66); }
.hhs-text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid var(--hhs-ink); font-size: 13px; }
.hhs-lucide-icon { display: block; flex: 0 0 auto; width: 22px; height: 22px; stroke-width: 2; }

/* Header */
.hhs-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--hhs-header); color: var(--hhs-ink); background: rgba(255,255,255,.98); border-bottom: 1px solid #eee; transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.admin-bar .hhs-header { top: 32px; }
.home .hhs-header:not(.is-scrolled) { color: #fff; background: transparent; border-bottom-color: transparent; }
.home .hhs-header.is-scrolled { box-shadow: 0 8px 28px rgba(0,0,0,.08); }
.home .hhs-header:not(.is-scrolled) .hhs-icon-button,
.home .hhs-header:not(.is-scrolled) .hhs-language,
.home .hhs-header:not(.is-scrolled) .hhs-menu-toggle { color: #fff; }
.home .hhs-header:not(.is-scrolled) .hhs-nav__link::after { background: #fff; }
.home.menu-open .hhs-header { color: var(--hhs-ink); background: #fff; border-bottom-color: #eee; }
.home.menu-open .hhs-header .hhs-menu-toggle { color: var(--hhs-ink); }
.hhs-header__inner { width: min(calc(100% - 48px), 1440px); height: 100%; margin: auto; display: grid; grid-template-columns: 330px 1fr auto; align-items: center; gap: 28px; }
.hhs-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 17px; letter-spacing: -.02em; white-space: nowrap; }
.hhs-brand__mark { width: 46px; height: 46px; object-fit: contain; border-radius: 50%; }
.hhs-brand .custom-logo-link { display: flex; align-items: center; }
.hhs-brand .custom-logo { max-width: 300px; max-height: 58px; width: auto; }
.hhs-nav { display: flex; align-self: stretch; justify-content: center; gap: 30px; }
.hhs-nav__link { position: relative; display: flex; align-items: center; font-size: 16px; }
.hhs-nav__link::after { content: ""; position: absolute; bottom: 18px; left: 50%; width: 0; height: 2px; background: var(--hhs-green); transform: translateX(-50%); transition: width .2s ease; }
.hhs-nav__link:hover::after, .hhs-nav__link.is-active::after { width: 32px; }
.hhs-header__tools { display: flex; align-items: center; gap: 20px; }
.hhs-icon-button, .hhs-language, .hhs-menu-toggle { border: 0; background: transparent; color: var(--hhs-ink); }
.hhs-icon-button { width: 38px; height: 38px; display: grid; place-items: center; }
.hhs-icon-button .dashicons { font-size: 24px; width: 24px; height: 24px; }
.hhs-language { display: inline-flex; align-items: center; gap: 4px; font-size: 16px; white-space: nowrap; }
.hhs-language .dashicons { font-size: 15px; width: 15px; height: 15px; }
.hhs-header__cta { min-height: 52px; padding-inline: 24px; font-size: 16px; }
.hhs-menu-toggle { display: none; }
.hhs-search-panel { position: absolute; right: 24px; top: calc(100% + 8px); width: min(420px, calc(100vw - 32px)); padding: 16px; background: #fff; box-shadow: 0 16px 38px rgba(0,0,0,.12); }
.hhs-search-panel form { display: flex; }
.hhs-search-panel input[type="search"] { flex: 1; min-width: 0; padding: 12px; border: 1px solid var(--hhs-line); }
.hhs-search-panel input[type="submit"] { border: 0; padding: 12px 18px; color: #fff; background: var(--hhs-green); }

/* Home */
.hhs-hero { position: relative; box-sizing: border-box; min-height: 90vh; display: flex; padding-top: var(--hhs-header); color: #fff; background-color: #222; background-image: var(--hhs-hero-image); background-position: center; background-size: cover; background-repeat: no-repeat; isolation: isolate; }
.hhs-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,12,10,.74) 0%, rgba(8,12,10,.42) 34%, rgba(8,12,10,.08) 67%); }
.home .hhs-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: #111713; animation: hhs-hero-curtain 1.35s cubic-bezier(.22,1,.36,1) both; }
.hhs-hero__video { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hhs-hero__inner { box-sizing: border-box; width: 100%; max-width: none; min-height: 0; margin-inline: 0; display: flex; align-items: center; padding: 0 24px 0 var(--hhs-home-copy-left); }
.hhs-hero__content { max-width: 940px; padding-bottom: 64px; }
.home .hhs-hero__content > * { opacity: 0; animation: hhs-hero-copy-reveal .95s cubic-bezier(.22,1,.36,1) both; }
.home .hhs-hero__content > h1 { animation-delay: .24s; }
.home .hhs-hero__content > .hhs-accent-line { animation-delay: .38s; }
.home .hhs-hero__content > p { animation-delay: .5s; }
.home .hhs-hero__content > .hhs-hero__actions { animation-delay: .64s; }
.hhs-hero h1 { margin: 0; font-size: clamp(72px, 5.4vw, 104px); letter-spacing: -.045em; }
.hhs-hero .hhs-accent-line { width: 82px; height: 3px; margin: 24px 0 32px; }
.hhs-hero p { max-width: 430px; margin-bottom: 44px; font-size: 24px; font-weight: 500; line-height: 1.5; }
.hhs-hero__actions { display: flex; gap: 18px; }
.hhs-hero__actions .hhs-button { min-width: 260px; min-height: 64px; padding: 16px 30px; font-size: 16px; }
.hhs-hero__actions .hhs-button:first-child { min-width: 280px; }
.hhs-scroll-cue { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); color: #fff; }
.home .hhs-scroll-cue { opacity: 0; animation: hhs-hero-cue-reveal .8s cubic-bezier(.22,1,.36,1) .9s both; }
.hhs-scroll-cue .dashicons { font-size: 34px; width: 34px; height: 34px; }

@keyframes hhs-hero-curtain {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes hhs-hero-copy-reveal {
  0% { opacity: 0; transform: translateY(28px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes hhs-hero-cue-reveal {
  0% { opacity: 0; transform: translate(-50%, 18px); }
  100% { opacity: 1; transform: translate(-50%, 0); }
}

/* Inner-page entrance */
[data-page-entrance-item] { opacity: 0; animation: hhs-page-entrance-copy .82s cubic-bezier(.22,1,.36,1) both; }
[data-page-entrance-item="media"] { animation-name: hhs-page-entrance-media; animation-delay: .08s; }
[data-page-entrance-item="copy"] { animation-delay: .2s; }
[data-page-entrance-item="support"] { animation-delay: .34s; }

@keyframes hhs-page-entrance-copy {
  0% { opacity: 0; transform: translateY(24px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes hhs-page-entrance-media {
  0% { opacity: 0; transform: scale(1.025); }
  100% { opacity: 1; transform: scale(1); }
}

.hhs-section { padding: 40px 0 56px; }
.hhs-section-heading { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin-bottom: 28px; }
.hhs-section-heading h2 { margin: 0; font-size: 28px; }
.hhs-section-heading > span { height: 1px; background: #9b9b97; }
.hhs-section-heading a { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; }
.hhs-collections .hhs-container,
.hhs-news-preview .hhs-container { box-sizing: border-box; width: 100%; max-width: none; padding-inline: var(--hhs-home-copy-left); }
.hhs-collection-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.hhs-collection-card > a { display: flex; height: 100%; flex-direction: column; align-items: flex-start; }
.hhs-collection-card img { width: 100%; height: auto; aspect-ratio: 1.05; object-fit: cover; }
.hhs-collection-card h3 { margin: 17px 0 5px; font-size: 25px; }
.hhs-collection-card p { min-height: 52px; margin-bottom: 12px; color: #565b56; font-size: 15px; line-height: 1.55; }
.hhs-collection-card .hhs-lucide-icon { margin-top: auto; transition: transform .2s ease; }
.hhs-collection-card a:hover .hhs-lucide-icon { transform: translateX(6px); }
.hhs-manufacturing { position: relative; min-height: 460px; color: #fff; background-color: #171715; overflow: hidden; isolation: isolate; }
.hhs-manufacturing__image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hhs-manufacturing::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,10,8,0) 40%, rgba(7,10,8,.12) 52%, rgba(7,10,8,.34) 64%, rgba(7,10,8,.58) 80%, rgba(7,10,8,.72) 100%); }
.hhs-manufacturing__inner { position: relative; z-index: 2; min-height: inherit; display: flex; align-items: center; justify-content: flex-end; }
.hhs-manufacturing__copy { width: 44%; min-width: 580px; margin-right: clamp(-72px, -4vw, -24px); padding: 48px; background: transparent; }
.hhs-manufacturing .hhs-eyebrow, .hhs-featured-video .hhs-eyebrow, .hhs-about-preview .hhs-eyebrow { font-size: 13px; }
.hhs-manufacturing .hhs-eyebrow { color: #fff; }
.hhs-manufacturing h2 { margin-bottom: 24px; font-size: 40px; }
.hhs-manufacturing__copy > p:last-child { max-width: 470px; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.65; }
.hhs-featured-video { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); height: clamp(240px, 22vw, 410px); min-height: 0; margin-top: 6px; overflow: hidden; }
.hhs-featured-video__media { position: relative; min-width: 0; overflow: hidden; background: #171a18; }
.hhs-featured-video__media img, .hhs-featured-video__media video { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.hhs-play-button { position: absolute; left: 50%; top: 50%; width: 74px; height: 74px; display: grid; place-items: center; color: #fff; border: 2px solid #fff; border-radius: 50%; transform: translate(-50%,-50%); background: rgba(0,0,0,.24); }
.hhs-play-button .dashicons { font-size: 40px; width: 40px; height: 40px; }
.hhs-featured-video__media.is-playing .hhs-play-button { opacity: 0; pointer-events: none; }
.hhs-featured-video__copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 36px clamp(40px, 6vw, 110px); background: #f7f6f3; }
.hhs-featured-video__copy h2 { max-width: 520px; margin-bottom: .83em; font-size: 40px; }
.hhs-featured-video__copy > p:not(.hhs-eyebrow) { max-width: 420px; color: var(--hhs-muted); font-size: 16px; line-height: 1.65; }
.hhs-featured-video__text-button { padding: 0 0 5px; border: 0; border-bottom: 1px solid var(--hhs-ink); background: transparent; }

/* Scroll reveal */
.is-reveal-ready [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.is-reveal-ready [data-reveal="left"] { transform: translateX(-42px); }
.is-reveal-ready [data-reveal="right"] { transform: translateX(42px); }
.is-reveal-ready [data-reveal].is-visible { opacity: 1; transform: translate(0,0); }
.hhs-about-preview.hhs-container { box-sizing: border-box; width: 100%; max-width: none; margin: 6px 0 0; padding: 0 0 22px var(--hhs-home-copy-left); }
.hhs-about-preview { display: grid; grid-template-columns: 39% 61%; min-height: 310px; overflow: hidden; }
.hhs-about-preview__copy { min-width: 0; padding: 24px 54px 24px 0; align-self: center; }
.hhs-about-preview h2 { font-size: 40px; }
.hhs-about-preview__copy > p:not(.hhs-eyebrow) { color: var(--hhs-muted); font-size: 16px; line-height: 1.65; }
.hhs-about-preview > img { width: 100%; height: clamp(230px, 20vw, 370px); min-width: 0; min-height: 0; align-self: center; object-fit: cover; }
.hhs-featured-video .hhs-text-link, .hhs-featured-video__text-button, .hhs-about-preview .hhs-text-link { font-size: 16px; }
.hhs-news-preview { padding-top: 20px; }
.hhs-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.hhs-news-card { min-width: 0; }
.hhs-news-card > a { display: flex; height: 100%; flex-direction: column; align-items: flex-start; }
.hhs-news-card img { width: 100%; height: auto; aspect-ratio: 2.35; object-fit: cover; }
.hhs-news-card time { display: block; margin-top: 13px; color: #656a65; font-size: 13px; font-weight: 400; }
.hhs-news-card h3 { max-width: 350px; margin: 7px 0 8px; font-size: 21px; }
.hhs-news-card .hhs-lucide-icon { margin-top: auto; transition: transform .2s ease; }
.hhs-news-card > a:hover .hhs-lucide-icon { transform: translateX(6px); }

/* Footer */
.hhs-footer-cta { color: #fff; background: var(--hhs-green); }
.hhs-footer-cta__inner { min-height: 112px; display: grid; grid-template-columns: 1.6fr 1fr .8fr; align-items: center; gap: 48px; }
.hhs-footer-cta h2 { margin: 0; font-size: 35px; white-space: nowrap; }
.hhs-footer-cta p { margin: 0; padding-left: 38px; border-left: 1px solid rgba(255,255,255,.45); font-size: 14px; }
.hhs-footer-cta .hhs-button { min-width: 220px; font-size: 16px; }
.hhs-footer { padding: 60px 0 45px; color: rgba(255,255,255,.78); background: #1d1f1e; }
.hhs-footer__grid { display: grid; grid-template-columns: minmax(0, 2.2fr) repeat(3, minmax(140px, .8fr)); gap: 56px; }
.hhs-footer__brand { min-width: 0; }
.hhs-brand--footer { color: #fff; font-size: 17px; }
.hhs-footer h3 { margin: 0 0 14px; color: #fff; font-family: var(--hhs-sans); font-size: 15px; font-weight: 600; }
.hhs-footer a:not(.hhs-brand) { display: block; margin: 7px 0; font-size: 14px; }
.hhs-footer p { font-size: 14px; }
.hhs-footer__intro { max-width: 560px; margin-top: 24px; }
.hhs-footer__intro p { margin: 0; line-height: 1.65; }
.hhs-footer__intro a { margin-top: 14px; overflow-wrap: anywhere; }
.hhs-footer__copyright { margin: 32px 0 0; font-size: 13px !important; }

/* Archive */
.hhs-archive-hero { position: relative; min-height: 470px; background-color: #eee; background-image: var(--hhs-archive-image); background-position: center; background-size: cover; background-repeat: no-repeat; }
.hhs-archive-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(249,248,246,.98) 0%, rgba(249,248,246,.9) 34%, rgba(249,248,246,.18) 68%, transparent 100%); }
.hhs-archive-hero__inner { position: relative; z-index: 1; min-height: inherit; padding-top: 56px; }
.hhs-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #686c68; font-size: 12px; }
.hhs-breadcrumbs a:hover { color: var(--hhs-green); }
.hhs-archive-hero__copy { display: flex; max-width: 510px; min-height: calc(470px - 56px); flex-direction: column; padding-top: 70px; }
.hhs-archive-hero h1 { margin: 0; font-size: clamp(48px, 4.5vw, 64px); letter-spacing: -.035em; }
.hhs-archive-hero__copy p { max-width: 440px; margin-bottom: 34px; font-size: 19px; line-height: 1.5; }
.hhs-archive-hero__copy strong { display: block; margin-top: auto; margin-bottom: 42px; font-size: 21px; font-weight: 500; }
.hhs-product-archive { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 48px; padding-block: 48px 76px; }
.hhs-product-archive.has-no-sidebar { grid-template-columns: minmax(0, 1fr); }
.hhs-empty-state { grid-column: 1 / -1; margin: 36px 0; color: var(--hhs-muted); }
.hhs-category-sidebar h2 { padding-bottom: 15px; border-bottom: 1px solid var(--hhs-line); font-size: 25px; }
.hhs-category-sidebar h2::after { content: ""; display: block; width: 34px; height: 2px; margin-top: 10px; background: var(--hhs-green); }
.hhs-category-sidebar__list { padding-bottom: 30px; border-bottom: 1px solid var(--hhs-line); }
.hhs-category-sidebar__list a { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; color: #292e2b; font-size: 15px; line-height: 1.35; }
.hhs-category-sidebar__list a.is-current { color: var(--hhs-green); font-weight: 600; }
.hhs-category-sidebar__list small { font-size: inherit; }
.hhs-assistance-card { margin-top: 32px; padding: 28px 24px 24px; border-radius: 4px; background: #f3f1ec; }
.hhs-assistance-card h3 { margin: 0; font-size: 20px; font-weight: 500; }
.hhs-assistance-card > .hhs-accent-line { width: 28px; height: 2px; margin: 14px 0 20px; }
.hhs-assistance-card__intro { margin: 0; color: #515652; font-size: 15px; line-height: 1.35; }
.hhs-assistance-card__details { display: grid; gap: 15px; margin-top: 24px; }
.hhs-assistance-card__detail { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: center; gap: 11px; color: #303531; font-size: 16px; line-height: 1.4; }
.hhs-assistance-card__detail img { width: 20px; height: 20px; object-fit: contain; }
.hhs-assistance-card__detail a { overflow-wrap: anywhere; }
.hhs-assistance-card__detail a:hover { color: var(--hhs-green); }
.hhs-assistance-card .hhs-button { width: 100%; min-height: 48px; justify-content: space-between; margin-top: 26px; padding: 10px 16px; font-size: 16px; }
.hhs-assistance-card .hhs-button .hhs-lucide-icon { width: 20px; height: 20px; }
.hhs-product-toolbar { min-height: 60px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 32px; margin-bottom: 26px; padding: 10px 22px; background: #f5f4f1; }
.hhs-sort-form { display: flex; align-items: center; gap: 4px; font-size: 14px; }
.hhs-sort-form select { min-width: 118px; border: 0; padding: 8px 28px 8px 4px; background: transparent; }
.hhs-product-search { flex: 0 0 260px; display: grid; grid-template-columns: minmax(0, 1fr) 40px; align-items: center; border: 1px solid #d7d7d2; background: #fff; }
.hhs-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.hhs-product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #dcdedb; border-radius: 8px; background: #fff; }
.hhs-product-card__image { display: block; overflow: hidden; }
.hhs-product-card__image img { width: 100%; height: auto; aspect-ratio: .9; object-fit: cover; transition: transform .45s ease; }
.hhs-product-card__image-empty { display: block; aspect-ratio: .9; background: #f2f2ef; }
.hhs-product-card__body { display: flex; flex: 1 1 auto; min-height: 230px; flex-direction: column; padding: 18px; }
.hhs-product-card__title { display: block; min-height: 82px; }
.hhs-product-card__title strong { display: block; min-height: 26px; font-family: var(--hhs-display); font-size: 22px; font-weight: 400; }
.hhs-product-card__title h2 { min-height: 55px; margin: 2px 0 0; font-family: var(--hhs-sans); font-size: 14px; font-weight: 500; line-height: 1.45; }
.hhs-product-card__cta { width: 100%; min-height: 46px; margin-top: auto; padding: 8px 12px; }
.hhs-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 46px; }
.hhs-pagination .page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--hhs-line); }
.hhs-pagination .current { color: #fff; background: var(--hhs-green); }

/* Product detail */
.hhs-breadcrumbs--detail { padding-top: 22px; }
.hhs-product-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr); gap: 48px; padding: 34px 0 54px; }
.hhs-product-intro.has-no-gallery { grid-template-columns: minmax(0, 720px); justify-content: center; }
.hhs-product-gallery { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 18px; }
.hhs-product-gallery__thumbs { display: flex; flex-direction: column; gap: 18px; }
.hhs-gallery-thumb { position: relative; overflow: hidden; width: 86px; aspect-ratio: 1; padding: 0; border: 1px solid #d4d8d5; border-radius: 7px; background: #fff; }
.hhs-gallery-thumb.is-active { border: 2px solid #4aa2e8; }
.hhs-gallery-thumb img, .hhs-gallery-thumb video { width: 100%; height: 100%; object-fit: cover; }
.hhs-gallery-thumb .dashicons { position: absolute; left: 50%; top: 50%; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(0,0,0,.52); transform: translate(-50%,-50%); }
.hhs-product-gallery__stage { width: min(100%, 520px); max-width: 520px; justify-self: start; aspect-ratio: 3 / 4; height: auto; min-height: 0; overflow: hidden; border-radius: 6px; background: transparent; }
.hhs-gallery-panel { width: 100%; height: 100%; }
.hhs-gallery-panel img, .hhs-gallery-panel video { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: transparent; }
.hhs-gallery-panel--video { position: relative; display: flex; align-items: center; justify-content: center; }
.hhs-gallery-panel[hidden] { display: none; }
.hhs-gallery-panel--video video { height: auto; aspect-ratio: auto; }
.hhs-gallery-video-play { position: absolute; left: 50%; top: 50%; z-index: 2; width: 68px; height: 68px; display: grid; place-items: center; padding: 0; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; color: #fff; background: rgba(7,18,13,.42); transform: translate(-50%,-50%); transition: opacity .2s ease, visibility .2s ease, background-color .2s ease, transform .2s ease; }
.hhs-gallery-video-play:hover { background: rgba(7,18,13,.72); transform: translate(-50%,-50%) scale(1.04); }
.hhs-gallery-video-play .dashicons { width: 30px; height: 30px; font-size: 30px; }
.hhs-gallery-panel--video.is-playing .hhs-gallery-video-play { visibility: hidden; opacity: 0; pointer-events: none; }
.hhs-product-summary { padding-top: 12px; }
.hhs-product-summary > .hhs-accent-line { width: 28px; margin: 0 0 14px; }
.hhs-product-model { margin-bottom: 4px; font-family: var(--hhs-display); font-size: 28px; font-weight: 400; }
.hhs-product-summary h1 { max-width: 590px; margin-bottom: 14px; font-family: var(--hhs-display); font-size: 36px; font-weight: 400; line-height: 1.12; letter-spacing: -.025em; }
.hhs-product-summary__lead { max-width: 520px; margin-bottom: 26px; color: #444945; font-size: 16px; line-height: 1.6; }
.hhs-product-facts { margin-bottom: 28px; }
.hhs-product-fact { display: grid; grid-template-columns: 170px 1fr; gap: 20px; margin: 10px 0; font-size: 14px; line-height: 1.5; }
.hhs-product-fact dt, .hhs-product-fact dd { margin: 0; }
.hhs-product-fact dt { color: #5d625e; }
.hhs-product-fact a { color: #14543d; text-decoration: underline; }
.hhs-product-summary__actions { display: grid; gap: 10px; }
.hhs-product-summary__actions .hhs-button { font-size: 14px; }
.hhs-product-tabs { position: sticky; top: 0; z-index: 50; border-block: 1px solid #e2e3df; background: rgba(255,255,255,.97); }
.admin-bar .hhs-product-tabs { top: 32px; }
.hhs-product-tabs .hhs-container { display: flex; gap: 58px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; }
.hhs-product-tabs .hhs-container::-webkit-scrollbar { display: none; }
.hhs-product-tabs a { position: relative; flex: 0 0 auto; padding: 19px 0; font-size: 14px; }
.hhs-product-tabs a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--hhs-green); }
.hhs-product-tabs a:hover::after, .hhs-product-tabs a.is-active::after { width: 100%; }
.hhs-product-content { padding-block: 36px 70px; }
.hhs-product-content h2 { margin: 0; font-size: 30px; }
.hhs-product-overview { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 58px; margin-bottom: 35px; }
.hhs-product-overview--text-only { grid-template-columns: minmax(0, 760px); }
.hhs-product-overview > img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 10px; }
.hhs-product-overview p { color: #3f4440; font-size: 16px; line-height: 1.6; }
.hhs-specifications { scroll-margin-top: 70px; margin-bottom: 36px; }
.hhs-specifications .hhs-accent-line, .hhs-image-module .hhs-accent-line, .hhs-related-products .hhs-accent-line, .hhs-custom-section .hhs-accent-line { width: 28px; margin: 10px 0 18px; }
.hhs-specification-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; }
.hhs-specification-grid > div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 10px 0; border-top: 1px solid #dedfdb; font-size: 14px; }
.hhs-specification-grid dt, .hhs-specification-grid dd { margin: 0; }
.hhs-image-module, .hhs-custom-section { scroll-margin-top: 70px; margin: 38px 0; }
.hhs-image-grid { display: grid; gap: 22px; }
.hhs-image-grid--1 { grid-template-columns: minmax(0, 720px); }
.hhs-image-grid--2 { grid-template-columns: repeat(2, 1fr); }
.hhs-image-grid--3 { grid-template-columns: repeat(3, 1fr); }
.hhs-image-grid--4 { grid-template-columns: repeat(4, 1fr); }
.hhs-image-grid--5 { grid-template-columns: repeat(5, 1fr); }
.hhs-image-module--color-options .hhs-image-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hhs-image-grid figure { min-width: 0; margin: 0; text-align: center; }
.hhs-image-grid img { width: 100%; height: auto; aspect-ratio: .92; object-fit: cover; border-radius: 5px; }
.hhs-image-module--color-options .hhs-image-grid figure { width: 100%; max-width: 520px; }
.hhs-image-module--color-options .hhs-image-grid img { height: auto; aspect-ratio: 3 / 4; object-fit: contain; }
.hhs-image-module--applications .hhs-image-grid figcaption { font-size: 16px; }
.hhs-image-grid figcaption { margin-top: 10px; font-size: 12px; }
.hhs-image-grid--scroll { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
.hhs-image-grid--scroll figure { flex: 0 0 min(280px, 72vw); scroll-snap-align: start; }
.hhs-custom-section { display: grid; gap: 30px; }
.hhs-custom-section__copy { font-size: 16px; line-height: 1.6; }
.hhs-custom-section--image-left, .hhs-custom-section--image-right { grid-template-columns: 1fr 1fr; align-items: center; }
.hhs-custom-section--image-left .hhs-custom-section__copy { order: 2; }
.hhs-custom-section--image-right .hhs-image-grid { order: 2; }
.hhs-custom-section--text-top { grid-template-columns: 1fr; }
.hhs-custom-section--text-top .hhs-image-grid--1 { grid-template-columns: minmax(0, 1fr); }
.hhs-custom-section .hhs-image-grid img { height: auto; aspect-ratio: 16 / 6.6; object-fit: cover; }
.hhs-related-products { margin-top: 54px; }
.hhs-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.hhs-related-grid > a { display: grid; grid-template-columns: 150px 1fr; min-height: 150px; overflow: hidden; border: 1px solid var(--hhs-line); border-radius: 5px; }
.hhs-related-grid img { width: 100%; height: 100%; object-fit: cover; }
.hhs-related-grid > a > span { display: flex; flex-direction: column; gap: 6px; padding: 18px; font-size: 12px; }
.hhs-related-grid strong { font-family: var(--hhs-display); font-size: 18px; font-weight: 400; }
.hhs-related-grid small { display: flex; align-items: center; gap: 8px; margin-top: auto; font-size: 11px; }

/* Placeholder */
.hhs-placeholder-page { min-height: calc(100vh - var(--hhs-header)); display: grid; place-items: center; padding: 80px 24px; background: #f5f4f0; }
.hhs-placeholder-page__inner { max-width: 700px; text-align: center; }
.hhs-placeholder-page h1 { margin-bottom: 20px; font-size: clamp(48px,7vw,84px); }
.hhs-placeholder-page__inner > p:not(.hhs-eyebrow) { margin-bottom: 32px; color: var(--hhs-muted); font-size: 18px; }

/* 404 */
.hhs-not-found { min-height: calc(100vh - var(--hhs-header)); display: grid; place-items: center; padding: 96px 24px; overflow: hidden; background: var(--hhs-stone); }
.hhs-not-found__inner { position: relative; z-index: 1; width: min(100%, 760px); text-align: center; }
.hhs-not-found__code { position: absolute; z-index: -1; top: 50%; left: 50%; margin: 0; color: rgba(13,43,32,.055); font-family: var(--hhs-display); font-size: clamp(220px, 28vw, 430px); line-height: .72; transform: translate(-50%, -50%); user-select: none; }
.hhs-not-found .hhs-eyebrow { margin-bottom: 18px; }
.hhs-not-found h1 { margin: 0; font-size: clamp(48px, 6vw, 78px); letter-spacing: -.035em; }
.hhs-not-found .hhs-accent-line { margin: 26px auto 28px; }
.hhs-not-found__message { max-width: 620px; margin: 0 auto; color: var(--hhs-muted); font-size: 17px; line-height: 1.8; }
.hhs-not-found__actions { display: flex; justify-content: center; gap: 14px; margin-top: 38px; }
.hhs-not-found__actions .hhs-button { min-width: 180px; }

/* About Us */
.hhs-about-page { background: #fff; }
.hhs-about-hero { position: relative; min-height: 610px; overflow: hidden; background: #f7f5f1; isolation: isolate; }
.hhs-about-hero__image { position: absolute; inset: 0; z-index: -2; background-image: var(--hhs-about-hero-image); background-position: center; background-size: cover; transition: opacity .9s ease, transform 1.2s ease; }
.hhs-about-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 31%, rgba(255,255,255,.72) 48%, rgba(255,255,255,.08) 72%); transition: opacity .75s ease; }
.hhs-about-hero__content { box-sizing: border-box; width: min(calc(100% - 72px), var(--hhs-container)); min-height: 610px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; margin-inline: auto; padding: 54px 0 62px; transition: opacity .6s ease, transform .75s ease, visibility 0s linear 0s; }
.hhs-about-hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 4.5vw, 64px); letter-spacing: -.035em; }
.hhs-about-hero__subtitle { margin: 16px 0 0; color: #9a7452; font-size: 20px; font-weight: 500; }
.hhs-about-hero .hhs-accent-line { margin: 20px 0 24px; }
.hhs-about-hero__description { max-width: 485px; margin: 0; color: #333735; font-size: 15px; line-height: 1.75; }
.hhs-about-film-button { align-items: center; display: inline-flex; gap: 14px; margin-top: 38px; padding: 0; border: 0; color: var(--hhs-ink); background: transparent; cursor: pointer; font: 600 15px/1 var(--hhs-sans); }
.hhs-about-film-button__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--hhs-green); transition: transform .2s ease, background .2s ease; }
.hhs-about-film-button__icon span { width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; }
.hhs-about-film-button:hover .hhs-about-film-button__icon { background: var(--hhs-green-2); transform: scale(1.06); }
.hhs-about-film-button:focus-visible { outline: 2px solid var(--hhs-accent); outline-offset: 5px; }
.hhs-about-hero__video { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; background: #111; opacity: 0; pointer-events: none; transition: opacity .9s ease; }
.hhs-about-hero.is-playing .hhs-about-hero__video { opacity: 1; }
.hhs-about-hero.is-playing .hhs-about-hero__content { opacity: 0; transform: translateY(14px); visibility: hidden; transition: opacity .45s ease, transform .55s ease, visibility 0s linear .55s; }
.hhs-about-hero.is-playing .hhs-about-hero__image { opacity: 0; transform: scale(1.02); }
.hhs-about-hero.is-playing::after { opacity: 0; }
.hhs-about-tabs { position: relative; z-index: 1; border-bottom: 1px solid #dedbd4; background: #f7f6f3; }
.hhs-about-tabs__inner { display: flex; justify-content: center; overflow-x: auto; scrollbar-width: none; }
.hhs-about-tabs__inner::-webkit-scrollbar { display: none; }
.hhs-about-tabs a { position: relative; min-width: 150px; padding: 21px 34px; color: #747873; text-align: center; white-space: nowrap; }
.hhs-about-tabs a + a::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 30px; background: #d8d4cc; transform: translateY(-50%); }
.hhs-about-tabs a::after { content: ""; position: absolute; left: 34px; right: 34px; bottom: -1px; height: 2px; background: var(--hhs-green); transform: scaleX(0); transition: transform .2s ease; }
.hhs-about-tabs a.is-active { color: var(--hhs-ink); font-weight: 600; }
.hhs-about-tabs a.is-active::after { transform: scaleX(1); }
.hhs-about-tabs a:focus-visible { outline: 2px solid var(--hhs-accent); outline-offset: -4px; }
.hhs-about-company, .hhs-about-custom-section, .hhs-quality-documents { scroll-margin-top: calc(var(--hhs-header) + 24px); }
.hhs-about-company { padding: 66px 0 0; }
.hhs-about-company > .hhs-container { display: block; }
.hhs-about-company__intro { padding: 0 0 48px; }
.hhs-about-company__intro h2, .hhs-about-custom-section h2, .hhs-quality-documents h2 { margin: 0 0 26px; font-size: clamp(50px, 4.2vw, 66px); letter-spacing: -.032em; }
.hhs-about-richtext { max-width: none; color: #454a46; font-size: 18px; line-height: 1.85; }
.hhs-about-richtext p { margin: 0 0 18px; }
.hhs-about-richtext p:last-child { margin-bottom: 0; }
.hhs-about-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 20px 0 22px; }
.hhs-about-fact { position: relative; min-height: 76px; display: grid; grid-template-columns: 56px auto; align-items: center; justify-content: center; gap: 18px; padding: 0 38px; }
.hhs-about-fact:first-child, .hhs-about-fact:last-child { padding-inline: 38px; }
.hhs-about-fact + .hhs-about-fact::before { content: ""; position: absolute; left: 0; top: 8px; width: 1px; height: calc(100% - 16px); background: #d6cfc4; }
.hhs-about-fact img { width: 44px; height: 44px; object-fit: contain; }
.hhs-about-fact h3 { margin: 0 0 7px; font-family: var(--hhs-sans); font-size: 17px; font-weight: 600; }
.hhs-about-fact p { margin: 0; color: #454a46; font-size: 15.5px; line-height: 1.55; }
.hhs-about-principles { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; border-top: 1px solid #d8d0c5; border-bottom: 1px solid #d8d0c5; background: #f7f6f3; }
.hhs-about-principles::after { content: ""; position: absolute; left: 50%; top: 24px; bottom: 24px; width: 1px; background: #c9bcae; }
.hhs-about-principles article { min-height: 170px; padding: 38px 60px 40px; }
.hhs-about-principles h2 { margin: 0 0 16px; font-size: 29px; }
.hhs-about-principles p { max-width: 520px; margin: 0; color: #454a46; font-size: 15.5px; line-height: 1.75; }
.hhs-about-custom-section { padding: 78px 0 0; }
.hhs-about-custom-section__copy { padding-bottom: 34px; }
.hhs-about-custom-section .hhs-about-richtext { max-width: none; font-size: 18px; line-height: 1.85; }
.hhs-about-custom-section__image { width: 100%; aspect-ratio: 16 / 6.6; margin: 0; overflow: hidden; background: var(--hhs-stone); }
.hhs-about-custom-section__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hhs-quality-documents { padding: 86px 0 74px; }
.hhs-quality-documents__heading { padding-bottom: 20px; border-bottom: 1px solid var(--hhs-line); }
.hhs-quality-documents__heading h2 { margin-bottom: 10px; }
.hhs-quality-documents__heading p, .hhs-quality-documents__empty { margin: 0; color: var(--hhs-muted); font-size: 18px; line-height: 1.85; }
.hhs-quality-documents__list { border-bottom: 1px solid var(--hhs-line); }
.hhs-quality-document { min-height: 63px; display: grid; grid-template-columns: 42px minmax(250px, 1.25fr) minmax(260px, 1.5fr) 58px 84px; align-items: center; gap: 16px; border-top: 1px solid var(--hhs-line); }
.hhs-quality-document:first-child { border-top: 0; }
.hhs-quality-document__icon { color: #8e8e87; }
.hhs-quality-document__icon .dashicons { font-size: 26px; height: 26px; width: 26px; }
.hhs-quality-document h3 { margin: 0; font-family: var(--hhs-sans); font-size: 16px; font-weight: 600; }
.hhs-quality-document p { margin: 0; color: #7b7e79; font-size: 15px; }
.hhs-quality-document__view { font-size: 14px; text-align: center; }
.hhs-quality-document__download { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid #969992; font-size: 12px; font-weight: 600; }
.hhs-quality-document__download .hhs-lucide-icon { width: 16px; height: 16px; }
.hhs-quality-documents__empty { padding: 22px 0; border-bottom: 1px solid var(--hhs-line); }

@media (max-width: 1180px) {
  :root { --hhs-header: 76px; }
  .hhs-header__inner { grid-template-columns: 280px 1fr auto; gap: 14px; }
  .hhs-nav { gap: 22px; }
  .hhs-nav__link, .hhs-language { font-size: 16px; }
  .hhs-header__tools { gap: 8px; }
  .hhs-header__cta { padding-inline: 15px; font-size: 15px; }
  .hhs-brand { font-size: 16px; }
  .hhs-featured-video { height: clamp(300px, 30vw, 350px); }
  .hhs-featured-video__copy { padding: 30px clamp(32px, 5vw, 60px); }
  .hhs-manufacturing h2, .hhs-featured-video__copy h2, .hhs-about-preview h2 { font-size: 36px; }
  .hhs-about-preview { grid-template-columns: 44% 56%; }
  .hhs-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hhs-footer-cta__inner { grid-template-columns: 1.3fr 1fr auto; gap: 26px; }
  .hhs-footer-cta h2 { font-size: 28px; }
  .hhs-product-intro { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hhs-product-gallery { grid-template-columns: 76px minmax(0,1fr); gap: 14px; }
  .hhs-gallery-thumb { width: 76px; }
  .hhs-product-summary h1 { font-size: 34px; }
  .hhs-product-fact { grid-template-columns: 140px 1fr; }
  .hhs-about-tabs a { min-width: 132px; padding-inline: 26px; }
  .hhs-about-fact { padding-inline: 24px; }
  .hhs-about-fact:first-child, .hhs-about-fact:last-child { padding-inline: 24px; }
}

@media (max-width: 960px) {
  .hhs-container { width: min(calc(100% - 40px), var(--hhs-container)); }
  .hhs-collections .hhs-container { width: 100%; padding-inline: 20px; }
  .hhs-hero__inner { width: min(calc(100% - 40px), var(--hhs-container)); margin-inline: auto; padding-inline: 0; }
  .hhs-about-preview.hhs-container { width: 100%; padding: 0 0 22px 20px; }
  .hhs-about-preview { grid-template-columns: 48% 52%; }
  .hhs-header__inner { width: calc(100% - 32px); grid-template-columns: 1fr auto auto; }
  .hhs-menu-toggle { display: grid; place-items: center; width: 42px; height: 42px; }
  .hhs-menu-toggle .dashicons { font-size: 25px; width: 25px; height: 25px; }
  .hhs-nav { position: fixed; inset: var(--hhs-header) 0 0; display: none; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; padding: 24px; background: #fff; }
  .hhs-nav.is-open { display: flex; }
  .hhs-nav__link { min-height: 54px; border-bottom: 1px solid #e8e8e5; font-size: 17px; }
  .hhs-nav__link::after { display: none; }
  .hhs-header__tools .hhs-language, .hhs-header__cta { display: none; }
  .hhs-hero { min-height: 90vh; }
  .hhs-hero h1 { font-size: 64px; }
  .hhs-hero p { max-width: 380px; font-size: 19px; }
  .hhs-collection-grid { grid-template-columns: repeat(2, 1fr); }
  .hhs-manufacturing__copy { width: 54%; min-width: 400px; margin-right: -24px; }
  .hhs-featured-video { height: clamp(330px, 38vw, 350px); min-height: 0; }
  .hhs-featured-video__copy { padding: 26px 32px; }
  .hhs-manufacturing h2, .hhs-featured-video__copy h2, .hhs-about-preview h2 { font-size: 34px; }
  .hhs-about-preview__copy { padding: 12px 32px 12px 0; }
  .hhs-about-preview > img { height: 320px; align-self: center; }
  .hhs-footer-cta__inner { grid-template-columns: 1fr auto; padding-block: 24px; }
  .hhs-footer-cta p { display: none; }
  .hhs-footer__grid { grid-template-columns: minmax(0,1.6fr) repeat(3,minmax(0,1fr)); gap: 28px; }
  .hhs-product-archive { grid-template-columns: 210px minmax(0,1fr); gap: 30px; }
  .hhs-product-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .hhs-product-intro { grid-template-columns: 1fr; }
  .hhs-product-summary { max-width: 720px; }
  .hhs-related-grid { grid-template-columns: 1fr; }
  .hhs-image-module--color-options .hhs-image-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hhs-about-hero__content { width: min(calc(100% - 40px), var(--hhs-container)); }
  .hhs-about-fact { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding-inline: 18px; }
  .hhs-about-fact:first-child, .hhs-about-fact:last-child { padding-inline: 18px; }
  .hhs-about-fact img { width: 39px; height: 39px; }
  .hhs-about-fact h3 { font-size: 16px; }
  .hhs-about-fact p { font-size: 14px; }
  .hhs-about-tabs__inner { justify-content: flex-start; width: 100%; }
  .hhs-about-principles article { padding-inline: 34px; }
  .hhs-quality-document { grid-template-columns: 36px minmax(200px, 1fr) minmax(180px, 1fr) 50px 80px; gap: 10px; }
}

@media (max-width: 720px) {
  .hhs-container { width: min(calc(100% - 32px), var(--hhs-container)); }
  .hhs-collections .hhs-container { width: 100%; padding-inline: 16px; }
  .hhs-brand { font-size: 13px; gap: 8px; }
  .hhs-brand__mark { width: 38px; height: 38px; }
  .hhs-header__tools { display: none; }
  .hhs-not-found { min-height: calc(100svh - var(--hhs-header)); padding: 72px 16px; }
  .hhs-not-found__code { font-size: clamp(170px, 54vw, 240px); }
  .hhs-not-found h1 { font-size: 42px; }
  .hhs-not-found__message { font-size: 15px; }
  .hhs-not-found__actions { align-items: stretch; flex-direction: column; width: min(100%, 280px); margin: 32px auto 0; }
  .hhs-not-found__actions .hhs-button { min-width: 0; }
  .hhs-header__inner { grid-template-columns: 1fr auto; }
  .hhs-hero { min-height: 90vh; background-position: 60% center; }
  .hhs-hero::before { background: linear-gradient(90deg, rgba(7,10,8,.76), rgba(7,10,8,.25)); }
  .hhs-hero h1 { font-size: 48px; }
  .hhs-hero__content { padding-bottom: 24px; }
  .hhs-hero p { max-width: 310px; margin-bottom: 30px; font-size: 16px; }
  .hhs-hero .hhs-accent-line { width: 58px; margin: 20px 0 24px; }
  .hhs-hero__actions { align-items: stretch; flex-direction: column; max-width: 280px; }
  .hhs-hero__actions .hhs-button { min-width: 0; min-height: 54px; padding: 12px 20px; font-size: 14px; }
  .hhs-hero__actions .hhs-button:first-child { min-width: 0; }
  .hhs-section { padding-block: 34px 42px; }
  .hhs-section-heading { grid-template-columns: 1fr auto; gap: 14px; }
  .hhs-section-heading > span { display: none; }
  .hhs-section-heading h2 { font-size: 24px; }
  .hhs-collection-grid { gap: 16px; }
  .hhs-collection-card h3 { font-size: 21px; }
  .hhs-manufacturing { min-height: 400px; }
  .hhs-manufacturing__image { object-position: 38% center; }
  .hhs-manufacturing__inner { align-items: flex-end; }
  .hhs-manufacturing::before { background: linear-gradient(0deg, rgba(5,7,6,.78) 0%, rgba(5,7,6,.42) 48%, rgba(5,7,6,.06) 82%); }
  .hhs-manufacturing__copy { width: 100%; min-width: 0; margin-right: 0; padding: 34px 20px; background: transparent; }
  .hhs-manufacturing h2 { font-size: 32px; }
  .hhs-manufacturing .hhs-eyebrow { font-size: 13px; }
  .hhs-manufacturing__copy > p:last-child { font-size: 16px; }
  .hhs-featured-video { grid-template-columns: 1fr; height: auto; }
  .hhs-featured-video__media { height: 240px; min-height: 0; }
  .hhs-featured-video__media img, .hhs-featured-video__media video { height: 240px; min-height: 0; }
  .hhs-featured-video__copy { order: -1; padding: 38px 24px; }
  .hhs-featured-video__copy h2 { font-size: 32px; }
  .is-reveal-ready [data-reveal="left"], .is-reveal-ready [data-reveal="right"] { transform: translateY(28px); }
  .is-reveal-ready [data-reveal].is-visible { transform: translateY(0); }
  .hhs-about-preview.hhs-container { width: 100%; margin-inline: 0; padding: 0; }
  .hhs-about-preview { grid-template-columns: minmax(0, 1fr); }
  .hhs-about-preview__copy, .hhs-about-preview > img { min-width: 0; }
  .hhs-about-preview__copy { padding: 38px 16px 24px; }
  .hhs-about-preview h2 { font-size: 32px; }
  .hhs-about-preview > img { height: 230px; min-height: 0; }
  .hhs-news-grid { grid-template-columns: 1fr; }
  .hhs-news-card img { aspect-ratio: 2; }
  .hhs-footer-cta__inner { min-height: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding-block: 16px; }
  .hhs-footer-cta h2 { font-size: 18px; line-height: 1.25; white-space: normal; }
  .hhs-footer-cta .hhs-button { min-width: 0; min-height: 40px; justify-self: end; gap: 10px; padding: 8px 12px; font-size: 12px; }
  .hhs-footer__grid { grid-template-columns: 1fr 1fr; }
  .hhs-footer__brand { grid-column: 1 / -1; }
  .hhs-footer__copyright { margin-top: 24px; }
  .hhs-archive-hero { min-height: 420px; background-position: 62% center; }
  .hhs-archive-hero__inner { padding-top: 28px; }
  .hhs-archive-hero__copy { min-height: calc(420px - 28px); padding-top: 55px; }
  .hhs-archive-hero h1 { font-size: 43px; }
  .hhs-product-archive { display: block; padding-top: 26px; }
  .hhs-category-sidebar { margin-bottom: 24px; }
  .hhs-category-sidebar h2 { position: relative; margin: 0; padding: 15px; border: 1px solid var(--hhs-line); font-family: var(--hhs-sans); font-size: 14px; }
  .hhs-category-sidebar h2::after { display: none; }
  .hhs-category-sidebar__list { display: none; }
  .hhs-category-sidebar.is-open .hhs-category-sidebar__list { display: block; padding: 12px 15px; border: 1px solid var(--hhs-line); border-top: 0; }
  .hhs-assistance-card { margin-top: 18px; padding: 24px 20px; }
  .hhs-product-toolbar { align-items: stretch; justify-content: space-between; flex-direction: column; gap: 14px; padding-inline: 14px; }
  .hhs-product-toolbar .hhs-sort-form { justify-content: space-between; }
  .hhs-product-search { width: 100%; flex-basis: auto; }
  .hhs-product-grid { grid-template-columns: 1fr; }
  .hhs-breadcrumbs--detail { padding-top: 16px; }
  .hhs-product-intro { padding-top: 20px; }
  .hhs-product-gallery { display: flex; flex-direction: column-reverse; }
  .hhs-product-gallery__thumbs { flex-direction: row; overflow-x: auto; }
  .hhs-gallery-thumb { flex: 0 0 68px; width: 68px; }
  .hhs-product-summary h1 { font-size: 32px; }
  .hhs-product-fact { grid-template-columns: 125px 1fr; gap: 12px; }
  .hhs-product-tabs .hhs-container { gap: 30px; }
  .hhs-product-overview { grid-template-columns: 1fr; gap: 28px; }
  .hhs-specification-grid { grid-template-columns: 1fr; }
  .hhs-specification-grid > div { grid-template-columns: 135px 1fr; }
  .hhs-image-grid--3, .hhs-image-grid--4, .hhs-image-grid--5 { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .hhs-image-grid--3 figure, .hhs-image-grid--4 figure, .hhs-image-grid--5 figure { flex: 0 0 72%; scroll-snap-align: start; }
  .hhs-image-module--color-options .hhs-image-grid--3 figure,
  .hhs-image-module--color-options .hhs-image-grid--4 figure,
  .hhs-image-module--color-options .hhs-image-grid--5 figure { flex-basis: min(520px, 100%); }
  .hhs-image-module--color-options .hhs-image-grid--1,
  .hhs-image-module--color-options .hhs-image-grid--2 { grid-template-columns: 1fr; }
  .hhs-custom-section--image-left, .hhs-custom-section--image-right { grid-template-columns: 1fr; }
  .hhs-custom-section--image-left .hhs-custom-section__copy { order: initial; }
  .hhs-about-hero, .hhs-about-hero__content { min-height: 560px; }
  .hhs-about-hero__content { width: min(calc(100% - 32px), var(--hhs-container)); padding-block: 42px; }
  .hhs-about-hero::after { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.82) 70%, rgba(255,255,255,.48)); }
  .hhs-about-hero__image { background-position: 60% center; }
  .hhs-about-hero h1 { max-width: 340px; font-size: 43px; }
  .hhs-about-hero__subtitle { max-width: 330px; font-size: 17px; line-height: 1.45; }
  .hhs-about-hero__description { max-width: 340px; font-size: 13px; line-height: 1.65; }
  .hhs-about-film-button { margin-top: 28px; }
  .hhs-about-tabs a { min-width: auto; padding: 17px 23px; font-size: 13px; }
  .hhs-about-tabs a::after { left: 23px; right: 23px; }
  .hhs-about-company { padding-top: 44px; }
  .hhs-about-company__intro { padding-bottom: 42px; }
  .hhs-about-company__intro h2, .hhs-about-custom-section h2, .hhs-quality-documents h2 { font-size: 44px; }
  .hhs-about-richtext, .hhs-about-custom-section .hhs-about-richtext { font-size: 17px; line-height: 1.8; }
  .hhs-quality-documents__heading p, .hhs-quality-documents__empty { font-size: 17px; line-height: 1.8; }
  .hhs-about-facts { grid-template-columns: 1fr; padding: 0; }
  .hhs-about-fact, .hhs-about-fact:first-child, .hhs-about-fact:last-child { min-height: 0; grid-template-columns: 44px minmax(0, 1fr); justify-content: stretch; gap: 14px; padding: 24px 0; }
  .hhs-about-fact + .hhs-about-fact::before { left: 0; top: 0; width: 100%; height: 1px; }
  .hhs-about-fact img { width: 36px; height: 36px; }
  .hhs-about-principles { grid-template-columns: 1fr; }
  .hhs-about-principles::after { display: none; }
  .hhs-about-principles article { min-height: 0; padding: 30px 24px 34px; }
  .hhs-about-principles article + article { border-top: 1px solid var(--hhs-line); border-left: 0; }
  .hhs-about-principles h2 { margin-bottom: 14px; font-size: 28px; }
  .hhs-about-principles p { font-size: 15px; line-height: 1.7; }
  .hhs-about-custom-section { padding-top: 54px; }
  .hhs-about-custom-section__copy { padding-bottom: 25px; }
  .hhs-about-custom-section__image { aspect-ratio: 4 / 2.4; }
  .hhs-custom-section .hhs-image-grid img { aspect-ratio: 4 / 2.4; }
  .hhs-quality-documents { padding-block: 62px 50px; }
  .hhs-quality-document { min-height: 0; grid-template-columns: 32px minmax(0, 1fr) auto; padding: 16px 0; }
  .hhs-quality-document h3 { grid-column: 2; }
  .hhs-quality-document p { grid-column: 2 / -1; }
  .hhs-quality-document__view { grid-column: 2; justify-self: start; }
.hhs-quality-document__download { grid-column: 3; grid-row: 1 / span 2; min-width: 72px; }
}

/* Videos page */
.hhs-videos-page { background: #fff; }
.hhs-videos-hero { padding: 54px 0 72px; background: linear-gradient(120deg, #f7f6f2 0%, #fff 50%, #f4f2ee 100%); }
.hhs-videos-hero__layout { display: grid; grid-template-columns: minmax(360px, 390px) minmax(0, 1fr); gap: clamp(56px, 6vw, 96px); margin-top: 0; }
.hhs-videos-hero__intro { padding-top: 68px; }
.hhs-videos-hero__intro h1 { max-width: 380px; margin: 0; font-size: clamp(48px, 4.5vw, 64px); line-height: .98; letter-spacing: -.045em; }
.hhs-videos-hero__intro .hhs-accent-line { width: 48px; margin: 30px 0 24px; }
.hhs-videos-hero__intro p { max-width: 295px; margin: 0; color: #535853; font-size: 15px; line-height: 1.62; }
.hhs-featured-film { min-width: 0; }
.hhs-featured-film__media,
.hhs-video-card__media { position: relative; width: 100%; display: block; padding: 0; overflow: hidden; border: 0; border-radius: 5px; background: #dfddd5; cursor: pointer; }
.hhs-featured-film__media { aspect-ratio: 1.92 / 1; }
.hhs-featured-film__media > img,
.hhs-video-card__media > img,
.hhs-featured-film__media > .hhs-video-first-frame,
.hhs-video-card__media > .hhs-video-first-frame { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.hhs-featured-film__media:hover > img,
.hhs-video-card__media:hover > img,
.hhs-featured-film__media:hover > .hhs-video-first-frame,
.hhs-video-card__media:hover > .hhs-video-first-frame { transform: none; }
.hhs-video-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #e8e4db, #d2cec4); }
.hhs-video-placeholder .hhs-brand__mark { width: 72px; height: 72px; opacity: .55; }
.hhs-video-play { position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: rgba(21,26,23,.56); box-shadow: 0 7px 24px rgba(0,0,0,.2); transform: translate(-50%, -50%); transition: background .2s ease, transform .2s ease; }
.hhs-video-play span { width: 0; height: 0; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #fff; }
.hhs-video-card__media:hover .hhs-video-play,
.hhs-featured-film__media:hover .hhs-video-play { background: rgba(21,26,23,.56); transform: translate(-50%, -50%); }
.hhs-featured-film__copy { max-width: 800px; padding: 24px 24px 0; }
.hhs-featured-film__copy h2 { max-width: 720px; margin: 5px 0 12px; font-size: clamp(28px, 2.5vw, 37px); line-height: 1.16; letter-spacing: -.028em; }
.hhs-featured-film__copy time,
.hhs-video-card time { display: inline-flex; align-items: center; gap: 7px; color: #696e69; font-size: 12px; }
.hhs-featured-film__copy time .dashicons,
.hhs-video-card time .dashicons { width: 15px; height: 15px; font-size: 15px; }
.hhs-featured-film__excerpt { max-width: 700px; margin: 17px 0 20px; color: #444944; font-size: 13px; line-height: 1.65; }
.hhs-featured-film__copy .hhs-button { min-height: 44px; margin-top: 20px; padding: 10px 20px; border: 0; font-size: 12px; cursor: pointer; }
.hhs-featured-film--empty .hhs-featured-film__copy { padding-bottom: 20px; }
.hhs-video-results { padding: 0 0 92px; scroll-margin-top: 94px; }
.hhs-video-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 20px 0 18px; border-bottom: 1px solid var(--hhs-line); }
.hhs-video-tabs { min-width: 0; display: flex; align-items: center; gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scroll-snap-type: x proximity; }
.hhs-video-tabs a { position: relative; flex: 0 0 auto; min-height: 42px; display: grid; place-items: center; padding: 9px 5px; color: #4c514c; font-size: 14px; white-space: nowrap; scroll-snap-align: start; }
.hhs-video-tabs a::after { position: absolute; left: 5px; right: 5px; bottom: 0; height: 2px; background: var(--hhs-green); content: ""; opacity: 0; transform: scaleX(.5); transition: opacity .2s ease, transform .2s ease; }
.hhs-video-tabs a:hover,
.hhs-video-tabs a.is-active { color: var(--hhs-green); }
.hhs-video-tabs a.is-active::after { opacity: 1; transform: scaleX(1); }
.hhs-video-search, .hhs-news-search { flex: 0 0 260px; display: grid; grid-template-columns: minmax(0, 1fr) 40px; align-items: center; border: 1px solid #d7d7d2; background: #fff; }
.hhs-video-search input, .hhs-news-search input, .hhs-product-search input { min-width: 0; height: 42px; padding: 8px 13px; border: 0; outline: 0; box-shadow: none; background: transparent; font-size: 12px; }
.hhs-product-search input { font-size: 14px; }
.hhs-video-search button, .hhs-news-search button, .hhs-product-search button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hhs-video-search input[type="search"]::-webkit-search-cancel-button, .hhs-news-search input[type="search"]::-webkit-search-cancel-button, .hhs-product-search input[type="search"]::-webkit-search-cancel-button { filter: grayscale(1) brightness(0); opacity: 1; }
.hhs-video-tabs a:focus-visible,
.hhs-video-search button:focus-visible,
.hhs-product-search button:focus-visible,
.hhs-video-trigger:focus-visible,
.hhs-video-modal button:focus-visible { outline: 2px solid var(--hhs-accent); outline-offset: 3px; }
.hhs-video-query-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 15px 18px; background: #f5f4f1; }
.hhs-video-query-heading p { margin: 0; }
.hhs-video-query-heading a { font-size: 12px; text-decoration: underline; }
.hhs-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 24px; padding-top: 34px; }
.hhs-video-card { min-width: 0; display: flex; flex-direction: column; }
.hhs-video-card__media { aspect-ratio: 16 / 9; border-radius: 4px; }
.hhs-video-card__media .hhs-video-play { width: 52px; height: 52px; }
.hhs-video-card__media .hhs-video-play span { border-top-width: 8px; border-bottom-width: 8px; border-left-width: 13px; }
.hhs-video-card__body { min-height: 132px; display: flex; flex: 1 1 auto; flex-direction: column; align-items: flex-start; padding: 17px 4px 0; }
.hhs-video-card__tag { margin: 0 0 10px; color: var(--hhs-accent); font-size: 13px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.hhs-video-card h2 { min-height: 2.5em; display: -webkit-box; margin: 0 0 14px; overflow: hidden; font-size: 24px; line-height: 1.25; letter-spacing: -.022em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hhs-video-card time { margin-top: auto; font-size: 13px; }
.hhs-video-pagination { margin-top: 58px; }
.hhs-video-empty { padding: 80px 24px 10px; text-align: center; }
.hhs-video-empty h2 { margin-bottom: 12px; font-size: 36px; }
.hhs-video-empty p { color: var(--hhs-muted); }
.hhs-video-empty .hhs-text-link { margin-top: 12px; }
body.hhs-video-modal-open { overflow: hidden; }
.hhs-video-modal[hidden] { display: none; }
.hhs-video-modal { position: fixed; inset: 0; z-index: 100100; display: grid; place-items: center; padding: 24px; }
.hhs-video-modal__backdrop { position: absolute; inset: 0; background: rgba(7,12,10,.82); backdrop-filter: blur(5px); }
.hhs-video-modal__dialog { position: relative; width: min(1120px, calc(100vw - 48px)); max-height: calc(100vh - 48px); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: #0b0f0d; box-shadow: 0 28px 80px rgba(0,0,0,.48); }
.hhs-video-modal__dialog > header { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 14px 10px 20px; color: #fff; }
.hhs-video-modal__dialog h2 { min-width: 0; margin: 0; overflow: hidden; font-family: var(--hhs-body); font-size: 14px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.hhs-video-modal__dialog header button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; color: #fff; background: transparent; cursor: pointer; }
.hhs-video-modal__dialog header .dashicons { width: 26px; height: 26px; font-size: 26px; }
.hhs-video-modal__player { max-height: calc(100vh - 104px); display: grid; place-items: center; background: #000; }
.hhs-video-modal__player video { width: 100%; max-height: calc(100vh - 104px); aspect-ratio: 16 / 9; object-fit: contain; background: #000; }
@media (max-width: 960px) {
  .hhs-videos-hero__layout { grid-template-columns: minmax(280px, 330px) minmax(0, 1fr); gap: 36px; }
  .hhs-videos-hero__intro { padding-top: 30px; }
  .hhs-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .hhs-videos-hero { padding-top: 38px; }
  .hhs-videos-hero__layout { grid-template-columns: 1fr; gap: 36px; margin-top: 0; }
  .hhs-videos-hero__intro { padding-top: 0; }
  .hhs-videos-hero__intro h1,
  .hhs-videos-hero__intro p { max-width: 560px; }
  .hhs-featured-film__copy { padding-inline: 4px; }
  .hhs-video-toolbar { align-items: stretch; flex-direction: column; gap: 14px; }
  .hhs-video-tabs { width: 100%; }
  .hhs-video-search { width: min(100%, 360px); align-self: flex-end; flex-basis: auto; }
  .hhs-video-grid { gap: 38px 18px; }
}
@media (max-width: 520px) {
  .hhs-videos-hero { padding-bottom: 52px; }
  .hhs-videos-hero__intro h1 { font-size: 43px; }
  .hhs-featured-film__media { aspect-ratio: 16 / 9; }
  .hhs-featured-film__copy h2 { font-size: 27px; }
  .hhs-video-grid { grid-template-columns: 1fr; }
  .hhs-video-card h2 { min-height: 0; font-size: 22px; }
  .hhs-video-modal { padding: 10px; }
  .hhs-video-modal__dialog { width: calc(100vw - 20px); max-height: calc(100vh - 20px); }
  .hhs-video-modal__player,
  .hhs-video-modal__player video { max-height: calc(100vh - 76px); }
}

@media (max-width: 430px) {
  .hhs-brand span { max-width: 190px; overflow: hidden; text-overflow: ellipsis; }
  .hhs-hero h1 { font-size: 42px; }
  .hhs-collection-grid { grid-template-columns: 1fr; }
  .hhs-news-preview .hhs-section-heading a { font-size: 0; }
  .hhs-news-preview .hhs-section-heading a .hhs-lucide-icon { width: 20px; height: 20px; }
  .hhs-gallery-panel img, .hhs-gallery-panel video { min-height: 0; }
  .hhs-image-grid--2 { grid-template-columns: 1fr; }
  .hhs-about-principles article { padding-inline: 20px; }
}

@media (max-width: 782px) {
  .admin-bar .hhs-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hhs-hero__video { display: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .is-reveal-ready [data-reveal] { opacity: 1; transform: none; }
}

/* News archive */
.hhs-news-archive { background: #fff; }
.hhs-news-heading { padding: 54px 0 44px; }
.hhs-news-heading__copy { padding-top: 0; }
.hhs-news-heading h1 { margin: 0; font-size: clamp(48px, 4.5vw, 64px); letter-spacing: -.045em; }
.hhs-news-heading .hhs-accent-line { width: 78px; margin: 24px 0 20px; }
.hhs-news-heading__copy p { max-width: 480px; margin: 0; color: var(--hhs-muted); font-size: 17px; line-height: 1.55; }
.hhs-lead-news { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); min-height: 470px; padding: 0; overflow: hidden; background: #f7f6f3; }
.hhs-lead-news__image { position: relative; display: block; min-width: 0; min-height: 470px; overflow: hidden; background: #eeeee9; }
.hhs-lead-news__image > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.hhs-lead-news__copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 56px clamp(44px, 5vw, 82px); }
.hhs-lead-news__copy h2 { max-width: 540px; margin: 0 0 22px; font-size: clamp(34px, 2.6vw, 40px); letter-spacing: -.03em; }
.hhs-lead-news__copy > p:not(.hhs-news-item__category) { max-width: 520px; margin-bottom: 24px; color: #4f544f; font-size: 15px; line-height: 1.65; }
.hhs-lead-news__copy time { margin-bottom: 24px; color: #565b56; font-size: 15px; }
.hhs-lead-news__copy .hhs-text-link { font-size: 15px; }
.hhs-news-item__category { margin: 0 0 15px; color: var(--hhs-accent); font-size: 13px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.hhs-news-image-placeholder { width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center; background: #f1efe9; }
.hhs-news-image-placeholder .hhs-brand__mark { width: 72px; height: 72px; opacity: .52; }
.hhs-news-results { padding: 50px 0 84px; scroll-margin-top: 96px; }
.hhs-news-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-bottom: 22px; border-bottom: 1px solid var(--hhs-line); }
.hhs-news-tabs { min-width: 0; display: flex; align-items: center; gap: 16px; overflow-x: auto; scrollbar-width: thin; }
.hhs-news-tabs a { position: relative; flex: 0 0 auto; min-height: 42px; display: grid; place-items: center; padding: 9px 5px; color: #4c514c; font-size: 14px; white-space: nowrap; }
.hhs-news-tabs a::after { position: absolute; left: 5px; right: 5px; bottom: 0; height: 2px; background: var(--hhs-green); content: ""; opacity: 0; transform: scaleX(.5); transition: opacity .2s ease, transform .2s ease; }
.hhs-news-tabs a:hover,
.hhs-news-tabs a.is-active { color: var(--hhs-green); background: transparent; }
.hhs-news-tabs a.is-active::after { opacity: 1; transform: scaleX(1); }
.hhs-news-tabs a:focus-visible, .hhs-news-search button:focus-visible, .hhs-news-share a:focus-visible, .hhs-news-share button:focus-visible { outline: 2px solid var(--hhs-accent); outline-offset: 3px; }
.hhs-news-search input { color: var(--hhs-ink); }
.hhs-news-search input:focus, .hhs-news-search input:focus-visible { outline: 0; box-shadow: none; }
.hhs-news-query-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 15px 18px; background: #f5f4f1; }
.hhs-news-query-heading p { margin: 0; }
.hhs-news-query-heading a { font-size: 12px; text-decoration: underline; }
.hhs-news-featured-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; border-bottom: 1px solid var(--hhs-line); }
.hhs-news-featured-grid::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 32px; width: 1px; background: var(--hhs-line); }
.hhs-news-featured-grid .hhs-news-item:first-child { padding-right: 24px; border-right: 0; }
.hhs-news-featured-grid .hhs-news-item:last-child { padding-left: 24px; }
.hhs-news-item--featured { min-width: 0; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 24px; padding-bottom: 32px; }
.hhs-news-item__image { display: block; overflow: hidden; background: #eeeee9; }
.hhs-news-item__image > img { width: 100%; height: 100%; object-fit: cover; }
.hhs-news-item--featured .hhs-news-item__image { min-height: 380px; }
.hhs-news-item--featured .hhs-news-item__body { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 4px 0; }
.hhs-news-item__title { margin: 0; font-size: 26px; letter-spacing: -.025em; }
.hhs-news-item__excerpt { margin: 14px 0; color: #4f544f; font-size: 13px; line-height: 1.65; }
.hhs-news-item time { display: block; margin-top: auto; color: #656a65; font-size: 13px; }
.hhs-news-item__link { margin-top: 20px; font-size: 13px; }
.hhs-news-standard-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 48px; margin-top: 34px; }
.hhs-news-item--standard { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 0 0 34px; border-bottom: 1px solid var(--hhs-line); }
.hhs-news-item--standard::before { content: ""; position: absolute; left: -24px; top: 0; bottom: 34px; width: 1px; background: var(--hhs-line); }
.hhs-news-item--standard:nth-child(3n+1)::before { display: none; }
.hhs-news-item--standard:nth-last-child(-n+3) { border-bottom: 0; }
.hhs-news-item--standard .hhs-news-item__image { aspect-ratio: 1.8; margin-bottom: 20px; }
.hhs-news-item--standard .hhs-news-item__body { min-height: 292px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.hhs-news-item--standard .hhs-news-item__title { font-size: 25px; }
.hhs-news-empty { padding: 72px 24px; text-align: center; }
.hhs-news-empty h2 { margin-bottom: 12px; font-size: 36px; }
.hhs-news-empty p { color: var(--hhs-muted); }
.hhs-news-empty .hhs-text-link { margin-top: 12px; }

/* News detail */
.hhs-news-single { padding-top: 28px; background: #fff; }
.hhs-news-single__topline { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.hhs-news-back { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; }
.hhs-news-back:hover { color: var(--hhs-green); }
.hhs-news-article-header { max-width: 1130px; padding: 62px 0 0; }
.hhs-news-article-meta { display: flex; align-items: center; gap: 44px; margin-bottom: 23px; font-size: 13px; }
.hhs-news-article-meta span { color: var(--hhs-accent); font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.hhs-news-article-header h1 { max-width: 1100px; margin: 0; font-size: clamp(48px, 5vw, 76px); letter-spacing: -.045em; }
.hhs-news-article-header .hhs-accent-line { width: 70px; margin: 26px 0 30px; }
.hhs-news-article-lede { width: 100%; max-width: 960px; margin: 0 auto 30px; color: #575c57; font-size: 18px; line-height: 1.65; }
.hhs-news-article-lede__label { color: var(--hhs-ink); font-weight: 600; }
.hhs-news-article-hero { width: 100%; max-width: 960px; margin: 0 auto; overflow: hidden; border-radius: 6px; }
.hhs-news-article-hero img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.hhs-news-content { max-width: 960px; margin: 44px auto 0; color: #2f3430; font-size: 18px; line-height: 1.7; scroll-margin-top: 96px; }
.hhs-news-content > * { max-width: 100%; }
.hhs-news-content > * + * { margin-top: 20px; }
.hhs-news-content h2 { margin: 36px 0 10px; color: var(--hhs-ink); font-size: 34px; letter-spacing: -.025em; }
.hhs-news-content h3 { margin: 28px 0 8px; color: var(--hhs-ink); font-size: 25px; }
.hhs-news-content a { color: var(--hhs-green); text-decoration: underline; text-underline-offset: 3px; }
.hhs-news-content ul, .hhs-news-content ol { padding-left: 24px; }
.hhs-news-content blockquote, .hhs-news-content .wp-block-quote { margin: 38px 0; padding: 6px 0 6px 30px; border-left: 2px solid var(--hhs-accent); }
.hhs-news-content blockquote p { margin: 0; font-family: var(--hhs-display); font-size: 30px; font-style: italic; line-height: 1.22; }
.hhs-news-content figure { margin-block: 34px; }
.hhs-news-content img { height: auto; max-width: 100%; border-radius: 5px; }
.hhs-news-content figure:not(.alignleft):not(.aligncenter):not(.alignright) img { width: 100%; }
.hhs-news-content img.alignnone { display: inline-block; vertical-align: top; }
.hhs-news-content .alignleft { float: left; max-width: 50%; margin: 8px 28px 20px 0; }
.hhs-news-content .alignright { float: right; max-width: 50%; margin: 8px 0 20px 28px; }
.hhs-news-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.hhs-news-content::after { clear: both; content: ""; display: table; }
.hhs-news-content figcaption { margin-top: 9px; color: #737873; font-size: 11px; text-align: center; }
.hhs-news-content .wp-block-columns { display: flex; gap: 20px; }
.hhs-news-content .wp-block-column { min-width: 0; flex: 1; }
.hhs-news-content .wp-block-column figure { height: 100%; margin: 0; }
.hhs-news-content .wp-block-column img { height: 100%; object-fit: cover; }
.hhs-news-content .alignwide { width: min(1120px, calc(100vw - 72px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.hhs-news-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.hhs-news-share { max-width: 960px; min-height: 88px; display: flex; align-items: center; gap: 26px; margin: 28px auto 0; border-top: 1px solid var(--hhs-line); }
.hhs-news-share > span:first-child { margin-right: 10px; color: #5f645f; font-size: 14px; font-weight: 500; }
.hhs-news-share a, .hhs-news-share button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; color: var(--hhs-ink); background: transparent; font-size: 22px; font-weight: 700; }
.hhs-news-share .dashicons { display: block; width: 25px; height: 25px; font-size: 25px; line-height: 1; }
.hhs-news-share a:hover, .hhs-news-share button:hover { color: var(--hhs-green-2); transform: translateY(-1px); }
.hhs-news-share__status { color: var(--hhs-green); font-size: 13px; }
.hhs-related-news { padding: 48px 0 72px; }
.hhs-related-news__heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.hhs-related-news__heading h2 { margin: 0; font-size: 29px; }
.hhs-related-news__heading a { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 400; }
.hhs-related-news__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.hhs-news-item--related { min-width: 0; display: flex; flex-direction: column; }
.hhs-news-item--related .hhs-news-item__image { aspect-ratio: 2.45; margin-bottom: 15px; }
.hhs-news-item--related .hhs-news-item__body { display: flex; flex: 1; flex-direction: column; }
.hhs-news-item--related .hhs-news-item__category { margin-bottom: 8px; font-size: 14px; }
.hhs-news-item--related .hhs-news-item__title { min-height: 2.16em; font-size: 23px; }
.hhs-news-item--related time { margin-top: 8px; font-size: 14px; }

@media (max-width: 1100px) {
  .hhs-lead-news { grid-template-columns: 1fr 1fr; }
  .hhs-lead-news__copy { padding: 44px; }
  .hhs-news-item--featured { grid-template-columns: 1fr; }
  .hhs-news-item--featured .hhs-news-item__image { min-height: 250px; aspect-ratio: 1.45; }
  .hhs-news-item--featured .hhs-news-item__body { min-height: 300px; }
}

@media (max-width: 840px) {
  .hhs-news-heading { padding-top: 38px; }
  .hhs-news-heading__copy { padding-top: 0; }
  .hhs-lead-news { width: 100%; grid-template-columns: 1fr; }
  .hhs-lead-news__image { min-height: 0; aspect-ratio: 1.7; }
  .hhs-lead-news__copy { padding: 40px; }
  .hhs-news-toolbar { align-items: stretch; flex-direction: column; gap: 18px; }
  .hhs-news-search { flex-basis: auto; width: min(100%, 350px); align-self: flex-end; }
  .hhs-news-standard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
  .hhs-news-item--standard, .hhs-news-item--standard:nth-child(3n+1), .hhs-news-item--standard:nth-child(3n) { padding: 0 0 32px; border-right: 0; border-bottom: 1px solid var(--hhs-line); }
  .hhs-news-item--standard::before, .hhs-news-item--standard:nth-child(3n+1)::before { display: block; left: -20px; bottom: 32px; }
  .hhs-news-item--standard:nth-child(2n+1)::before { display: none; }
  .hhs-news-item--standard:nth-last-child(-n+2) { border-bottom: 0; }
  .hhs-news-single__topline { align-items: flex-start; }
  .hhs-news-article-header { padding-top: 48px; }
  .hhs-news-content { max-width: calc(100% - 48px); }
}

@media (max-width: 640px) {
  .hhs-news-heading { padding: 28px 0 34px; }
  .hhs-news-heading__copy { padding-top: 0; }
  .hhs-news-heading h1 { font-size: 43px; }
  .hhs-news-heading__copy p { font-size: 15px; }
  .hhs-lead-news { min-height: 0; }
  .hhs-lead-news__copy { padding: 32px 20px 36px; }
  .hhs-lead-news__copy h2 { font-size: 34px; }
  .hhs-news-results { padding: 34px 0 58px; }
  .hhs-news-tabs { margin-inline: -16px; padding-inline: 16px; }
  .hhs-news-tabs a { padding-inline: 15px; }
  .hhs-news-search { width: 100%; align-self: stretch; }
  .hhs-news-featured-grid, .hhs-news-standard-grid { grid-template-columns: 1fr; }
  .hhs-news-featured-grid::after, .hhs-news-item--standard::before, .hhs-news-item--standard:nth-child(3n+1)::before { display: none; }
  .hhs-news-featured-grid .hhs-news-item:first-child, .hhs-news-featured-grid .hhs-news-item:last-child { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid var(--hhs-line); }
  .hhs-news-featured-grid .hhs-news-item:last-child { padding-top: 30px; border-bottom: 0; }
  .hhs-news-item--featured { grid-template-columns: 1fr; }
  .hhs-news-item--featured .hhs-news-item__body { min-height: 0; }
  .hhs-news-item--standard, .hhs-news-item--standard:nth-child(3n+1), .hhs-news-item--standard:nth-child(3n), .hhs-news-item--standard:nth-child(2n+1), .hhs-news-item--standard:nth-child(2n) { padding: 0 0 32px; border-right: 0; border-bottom: 1px solid var(--hhs-line); }
  .hhs-news-item--standard + .hhs-news-item--standard { padding-top: 30px; }
  .hhs-news-item--standard:last-child { border-bottom: 0; }
  .hhs-news-item--standard .hhs-news-item__body { min-height: 0; }
  .hhs-news-item--standard .hhs-news-item__link { margin-top: 20px; }
  .hhs-news-item time { margin-top: 18px; }
  .hhs-news-single { padding-top: 20px; }
  .hhs-news-single__topline { display: block; }
  .hhs-news-back { margin-top: 18px; }
  .hhs-news-article-header { padding: 40px 0 0; }
  .hhs-news-article-meta { gap: 22px; }
  .hhs-news-article-header h1 { font-size: 42px; }
  .hhs-news-article-lede { font-size: 16px; }
  .hhs-news-article-hero { margin-inline: auto; border-radius: 6px; }
  .hhs-news-article-hero img { aspect-ratio: 16 / 9; }
  .hhs-news-content { max-width: 100%; margin-top: 32px; font-size: 16px; }
  .hhs-news-content h2 { font-size: 29px; }
  .hhs-news-content blockquote p { font-size: 26px; }
  .hhs-news-content .wp-block-columns { flex-direction: column; }
  .hhs-news-content .alignwide { width: calc(100vw - 32px); }
  .hhs-news-share { margin-top: 20px; }
  .hhs-related-news { padding: 34px 0 54px; }
  .hhs-related-news__heading h2 { font-size: 25px; }
  .hhs-related-news__heading a { font-size: 0; }
  .hhs-related-news__heading a .hhs-lucide-icon { width: 19px; height: 19px; }
  .hhs-related-news__grid { grid-template-columns: 1fr; gap: 32px; }
  .hhs-news-item--related .hhs-news-item__title { min-height: 0; }
}
