:root {
  --ht-black: #050505;
  --ht-black-soft: #0d0e10;
  --ht-panel: #141518;
  --ht-panel-soft: #1b1d21;
  --ht-white: #f5f5f5;
  --ht-muted: #b6b8bd;
  --ht-red: #ed111b;
  --ht-red-dark: #b90009;
  --ht-line: #2d3035;
  --ht-inner: min(1220px, calc(100vw - 64px));
}

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { background: var(--ht-black); color: var(--ht-white); overflow-x: hidden; }
body, button, input, select, textarea { font-family: Inter, Arial, Helvetica, sans-serif; }
a { color: inherit; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--ht-red); outline-offset: 3px;
}
.elementor-location-header { position: sticky; top: 0; z-index: 100; transition: filter .3s ease; }
.admin-bar .elementor-location-header { top: 32px; }
.elementor-location-header.ht-scrolled { filter: drop-shadow(0 12px 22px rgba(0,0,0,.5)); }
.ht-inner { width: var(--ht-inner); margin-inline: auto; }
.ht-section { width: 100%; position: relative; padding: clamp(84px, 8vw, 132px) 0; background: var(--ht-black); border-top: 1px solid rgba(255,255,255,.08); }
.ht-section .elementor-widget-text-editor > .elementor-widget-container > :last-child { margin-bottom: 0; }
.ht-section p { color: var(--ht-muted); font-size: clamp(16px, 1.35vw, 18px); line-height: 1.72; }
.ht-section h1, .ht-section h2, .ht-section h3, .ht-global-header a, .ht-button a, .gform_button {
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
}
.ht-section h2, .ht-section h3 { color: var(--ht-white); margin: 0; }
.ht-section h2 span, .ht-section h1 span { color: var(--ht-red); }
.ht-section-title h2 { max-width: 760px; font-size: clamp(46px, 5.4vw, 76px); line-height: .99; letter-spacing: -.045em; text-transform: uppercase; font-style: italic; }
.ht-eyebrow p { margin: 0 0 20px; color: var(--ht-red); font-weight: 800; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; line-height: 1.3; }
.ht-lead p { color: var(--ht-white); font-size: clamp(18px, 1.65vw, 22px); line-height: 1.6; }
.ht-split { align-items: center; gap: clamp(42px, 6vw, 90px); }
.ht-split-column { flex: 1 1 0; min-width: 0; }
.ht-heading-split { align-items: end; }
.ht-grid { display: grid !important; width: 100%; }

/* Header */
.ht-global-header { background: rgba(5,5,5,.96); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(16px); }
.ht-header-inner { min-height: 82px; gap: 40px; }
.ht-logo { width: 235px; flex: 0 0 235px; }
.ht-logo img { display: block; width: 100%; height: auto; }
.ht-navigation { flex: 1 1 auto; }
.ht-navigation .elementor-nav-menu--main .elementor-item { color: var(--ht-white); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 16px 14px; }
.ht-navigation .elementor-nav-menu--main li:not(.ht-nav-cta) > .elementor-item { position: relative; }
.ht-navigation .elementor-nav-menu--main li:not(.ht-nav-cta) > .elementor-item::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 9px; height: 2px;
  background: var(--ht-red); transform: scaleX(0); transform-origin: right; transition: transform .28s ease;
}
.ht-navigation .elementor-nav-menu--main li:not(.ht-nav-cta) > .elementor-item:hover::after,
.ht-navigation .elementor-nav-menu--main li:not(.ht-nav-cta) > .elementor-item.elementor-item-active::after { transform: scaleX(1); transform-origin: left; }
.ht-navigation .elementor-nav-menu--main .elementor-item:hover,
.ht-navigation .elementor-nav-menu--main .elementor-item.elementor-item-active { color: var(--ht-red); }
.ht-navigation .ht-nav-cta > a { background: var(--ht-red); color: white !important; padding-inline: 24px !important; }
.ht-navigation .ht-nav-cta > a:hover { background: #ff202a; }
.ht-navigation .elementor-menu-toggle { color: white; background: var(--ht-red); border-radius: 0; }
.ht-navigation .elementor-menu-toggle { min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.ht-navigation .elementor-nav-menu--dropdown { background: var(--ht-panel); border: 1px solid var(--ht-line); }
.ht-navigation .elementor-nav-menu--dropdown .elementor-item { color: white; padding: 16px 20px; font-weight: 700; text-transform: uppercase; }

/* Buttons */
.ht-actions { gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.ht-button .elementor-button, .gform_wrapper.gravity-theme .gform_button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--ht-red); border-radius: 0; background: var(--ht-red); color: #fff;
  padding: 15px 24px; font-size: 14px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.ht-button .elementor-button:hover, .gform_wrapper.gravity-theme .gform_button:hover { background: #ff202a; border-color: #ff202a; transform: translateY(-2px); }
.ht-button-secondary .elementor-button { background: transparent; border-color: #4a4d53; }
.ht-button-secondary .elementor-button:hover { background: var(--ht-panel); border-color: var(--ht-white); }

/* Hero */
.ht-hero { min-height: 780px; display: flex; align-items: center; padding-top: clamp(90px, 9vw, 140px); background:
  radial-gradient(circle at 79% 36%, rgba(237,17,27,.17), transparent 33%),
  linear-gradient(115deg, #050505 0 52%, #0b0c0e 52% 100%); overflow: hidden; }
.ht-hero::after { content: ""; position: absolute; inset: auto -9% -28% 45%; height: 78%; border: 1px solid rgba(237,17,27,.25); transform: skewX(-21deg); pointer-events: none; }
.ht-hero-layout { position: relative; z-index: 1; }
.ht-display-title h1 { margin: 0; color: var(--ht-white); font-size: clamp(62px, 7vw, 108px); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; font-style: italic; }
.ht-hero .ht-split-column:first-child { flex: 1.22 1 0; }
.ht-hero .ht-split-column:last-child { flex: .78 1 0; }
.ht-benefit-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.ht-card { background: rgba(20,21,24,.92); border: 1px solid var(--ht-line); padding: 28px; }
.ht-benefit-card { min-height: 220px; justify-content: flex-end; }
.ht-card-icon { width: auto; margin-bottom: 22px; }
.ht-card-icon .elementor-icon { color: var(--ht-red); font-size: 28px; }
.ht-card-icon .elementor-icon svg { fill: currentColor !important; }
.ht-benefit-card .ht-card-icon { margin-bottom: auto; }
.ht-card-number p { color: var(--ht-red); font-size: 14px; font-weight: 800; letter-spacing: .18em; }
.ht-benefit-card h3 { font-size: 21px; line-height: 1.2; text-transform: uppercase; }
.ht-benefit-card p { font-size: 14px; line-height: 1.6; }

/* Content sections */
.ht-kits, .ht-maintenance, .ht-product-overview { background: var(--ht-black-soft); }
.ht-feature-image img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--ht-line); box-shadow: 18px 18px 0 rgba(237,17,27,.07); }
.ht-brand-line { color: var(--ht-white) !important; font-weight: 700; }
.ht-check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.ht-check-list li { position: relative; padding-left: 25px; color: var(--ht-white); line-height: 1.55; }
.ht-check-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 3px; background: var(--ht-red); }

.ht-testing { background: #020202; }
.ht-testing-split { align-items: stretch; margin-top: 56px; }
.ht-testing-split > .ht-split-column:first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ht-process-card { min-height: 245px; }
.ht-process-card h3 { font-size: 20px; text-transform: uppercase; }
.ht-process-card p { font-size: 15px; }
.ht-data-card { margin-top: 14px; border-left: 4px solid var(--ht-red); }
.ht-data-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.ht-data-grid span { padding: 11px 12px; border: 1px solid var(--ht-line); color: var(--ht-white); font-size: 13px; font-weight: 700; }
.ht-accent-card { margin-top: 14px; border-left: 4px solid var(--ht-red); }
.ht-accent-card h3 { font-size: 24px; text-transform: uppercase; }

/* Machines */
.ht-machines { background: var(--ht-black-soft); }
.ht-machine-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 52px; }
.ht-machine-card { min-height: 250px; }
.ht-machine-card h3 { font-size: clamp(26px,2.4vw,36px); text-transform: uppercase; }
.ht-machine-type { color: var(--ht-red) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ht-series { margin: 22px 0 8px !important; color: var(--ht-white) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ht-model-list { display: flex; flex-wrap: wrap; gap: 8px; }
.ht-model-list span, .ht-model-list a { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 12px; border: 1px solid #45484e; color: white; font-size: 13px; font-weight: 800; text-decoration: none; }
.ht-model-list a { border-color: var(--ht-red); background: rgba(237,17,27,.12); }
.ht-model-list a:hover { background: var(--ht-red); }
.ht-part-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 10px; }
.ht-part-links a { display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 9px 11px; border: 1px solid var(--ht-red); background: rgba(237,17,27,.1); color: white; font-size: 12px; font-weight: 800; letter-spacing: .03em; text-decoration: none; }
.ht-part-links a::after { content: "→"; color: var(--ht-red); }
.ht-part-links a:hover { background: var(--ht-red); }
.ht-part-links a:hover::after { color: white; }
.ht-machine-card-featured { border-color: rgba(237,17,27,.55); }

/* CTA */
.ht-cta-section { background: linear-gradient(105deg, var(--ht-red-dark), var(--ht-red)); border: 0; }
.ht-cta-section .ht-eyebrow p, .ht-cta-section p { color: white; }
.ht-cta-section h2 { color: white; font-size: clamp(44px,5vw,70px); text-transform: uppercase; }
.ht-cta-layout { display: grid !important; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; }
.ht-cta-layout > .ht-split-column { width: auto !important; min-width: 0; }
.ht-cta-layout > .ht-split-column:first-child { max-width: 820px; }
.ht-cta-layout > .ht-split-column:last-child { justify-self: end; }
.ht-cta-section .ht-button .elementor-button { background: white; color: #0b0c0e; border-color: white; }

/* Product */
.ht-product-hero { padding-top: clamp(90px,9vw,140px); background: linear-gradient(115deg,#0d0e10 0 70%,rgba(237,17,27,.14)); }
.ht-product-title h1 { margin: 0; font-size: clamp(64px,8vw,116px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; font-style: italic; }
.ht-product-hero .ht-lead { max-width: 800px; }
.ht-product-hero a { color: var(--ht-red); font-weight: 700; }
.ht-image-note { font-size: 13px !important; margin-top: 10px !important; }
.ht-product-facts { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 58px; }
.ht-fact-card { min-height: 230px; padding: 24px; }
.ht-fact-card h3 { font-size: 19px; text-transform: uppercase; }
.ht-fact-card p { font-size: 14px; line-height: 1.55; }
.ht-kit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 48px; }
.ht-kit-card { min-height: 420px; padding: 34px; }
.ht-part-number p { color: var(--ht-red); font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.ht-kit-card h3 { min-height: 68px; font-size: clamp(25px,2.4vw,34px); line-height: 1.08; text-transform: uppercase; }
.ht-kit-restriction { min-height: 56px; }
.ht-kit-restriction p { color: var(--ht-white); font-size: 14px; }
.ht-no-restriction { color: var(--ht-muted) !important; }
.ht-kit-contents { flex: 1 1 auto; }
.ht-kit-contents ul { margin: 0; padding-left: 20px; color: var(--ht-white); line-height: 1.9; }
.ht-kit-select { margin-top: auto; }
.ht-kit-select .elementor-button { width: 100%; }
.ht-kit-card.is-selected { border-color: var(--ht-red); box-shadow: inset 0 0 0 1px var(--ht-red); }
.ht-kit-card.is-selected .ht-kit-select .elementor-button { background: white; color: #111; border-color: white; }

/* Form */
.ht-quote-section { background: var(--ht-black-soft); }
.ht-selection-card { border-left: 4px solid var(--ht-red); }
.ht-selection-card h3 { font-size: 28px; text-transform: uppercase; }
.ht-selection-summary { color: white !important; }
.ht-selection-summary span { display: block; padding: 9px 0; border-bottom: 1px solid var(--ht-line); }
.ht-form-wrap { margin-top: 48px; padding: clamp(24px,4vw,54px); background: var(--ht-panel); border: 1px solid var(--ht-line); }
.gform_wrapper.gravity-theme .gform_fields { gap: 22px 18px; }
.gform_wrapper .gfield_label,
.gform-theme--framework .gfield_label,
.gform-theme--foundation .gfield_label {
  color: var(--ht-white) !important; font-size: 13px !important; font-weight: 800 !important;
  letter-spacing: .06em; text-transform: uppercase;
}
.gform_wrapper .gfield_description,
.gform-theme--framework .gfield_description,
.gform-theme--foundation .gfield_description { color: var(--ht-muted) !important; }
.gform_wrapper .gfield_description:not(.validation_message) { display: none; }
.gform_wrapper .validation_message { display: block; color: #ff8b91 !important; }
.ht-form-wrap .gform_wrapper input:not([type=hidden]):not([type=checkbox]):not([type=radio]),
.ht-form-wrap .gform_wrapper select,
.ht-form-wrap .gform_wrapper textarea {
  min-height: 52px !important; border: 1px solid #42454b !important; border-radius: 0 !important;
  background: #090a0b !important; color: white !important; padding: 13px 14px !important;
}
.ht-form-wrap .gform_wrapper textarea { min-height: 132px !important; }
.ht-form-wrap .gform_wrapper input:focus, .ht-form-wrap .gform_wrapper select:focus, .ht-form-wrap .gform_wrapper textarea:focus { border-color: var(--ht-red) !important; box-shadow: 0 0 0 2px rgba(237,17,27,.25); outline: none; }
.ht-form-wrap .gform_wrapper input::placeholder, .ht-form-wrap .gform_wrapper textarea::placeholder { color: #8d9198; opacity: 1; }
.gform_wrapper.gravity-theme .gfield_required { color: var(--ht-red); }
.ht-form-wrap .gform_wrapper .gform_footer input[type=submit].gform_button,
.ht-form-wrap .gform_wrapper .gform_footer button.gform_button {
  min-height: 52px !important; border: 1px solid var(--ht-red) !important; border-radius: 0 !important;
  background: var(--ht-red) !important; color: white !important; padding: 15px 24px !important;
  font-weight: 800 !important; letter-spacing: .035em; text-transform: uppercase;
}
.ht-form-wrap .gform_wrapper .gform_footer input[type=submit].gform_button:hover,
.ht-form-wrap .gform_wrapper .gform_footer button.gform_button:hover { background: #ff202a !important; border-color: #ff202a !important; }
.gform_wrapper.gravity-theme .gform_validation_errors { border-radius: 0; background: #260407; border: 1px solid var(--ht-red); box-shadow: none; }
.gform_confirmation_message { padding: 22px; border-left: 4px solid var(--ht-red); background: #090a0b; color: white; }
.ht-privacy-note { margin: 22px 0 0 !important; color: var(--ht-muted) !important; font-size: 13px !important; }
.ht-privacy-note a { color: white; }

/* Privacy */
.ht-privacy-hero { padding-top: clamp(90px,9vw,140px); background: linear-gradient(115deg,#0d0e10 0 72%,rgba(237,17,27,.13)); }
.ht-privacy-hero .ht-lead { max-width: 820px; }
.ht-privacy-section { background: var(--ht-black-soft); }
.ht-reading-column { max-width: 900px; }
.ht-privacy-body { color: var(--ht-muted); }
.ht-privacy-body h2 { margin: 58px 0 18px; font-size: clamp(30px,3.3vw,46px); line-height: 1.05; letter-spacing: -.025em; text-transform: uppercase; }
.ht-privacy-body h3 { margin: 36px 0 14px; font-size: 23px; }
.ht-privacy-body p, .ht-privacy-body li { color: var(--ht-muted); font-size: 16px; line-height: 1.75; }
.ht-privacy-body ul, .ht-privacy-body ol { margin: 0 0 24px; padding-left: 24px; }
.ht-privacy-body a { color: white; text-decoration-color: var(--ht-red); }
.ht-privacy-body strong { color: white; }
#content:focus { outline: none; }

/* Footer */
.ht-global-footer { padding: 76px 0 24px; background: #020202; border-top: 1px solid var(--ht-line); }
.ht-footer-grid { gap: clamp(42px,8vw,110px); }
.ht-footer-column { flex: 1 1 0; }
.ht-footer-brand { flex: 1.45 1 0; }
.ht-footer-logo { width: 260px; }
.ht-footer-logo img { width: 100%; height: auto; }
.ht-global-footer h3 { color: white; font-size: 18px; text-transform: uppercase; }
.ht-global-footer p, .ht-global-footer a { color: var(--ht-muted); font-size: 14px; line-height: 1.85; }
.ht-global-footer a:hover { color: white; }
.ht-footer-bottom { gap: 24px; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--ht-line); }
.ht-footer-bottom p { font-size: 12px; }

/* Motion and interaction polish. Reveal classes are stored on Elementor
   elements; JS only enables the hidden start state after it is ready. */
.ht-card, .ht-machine-card, .ht-kit-card, .ht-selection-card, .ht-form-wrap {
  transition: transform .35s cubic-bezier(.2,.75,.25,1), border-color .35s ease, box-shadow .35s ease;
}
.ht-feature-image img, .ht-product-image img {
  transition: transform .7s cubic-bezier(.2,.75,.25,1), filter .5s ease;
}
.ht-motion-enabled .ht-reveal {
  opacity: 0; transform: translate3d(0,24px,0);
  transition: opacity .7s cubic-bezier(.2,.75,.25,1), transform .7s cubic-bezier(.2,.75,.25,1);
  transition-delay: var(--ht-reveal-delay, 0ms); will-change: opacity, transform;
}
.ht-motion-enabled .ht-reveal.ht-reveal-media { transform: translate3d(0,18px,0) scale(.985); }
.ht-motion-enabled .ht-reveal.is-revealed { opacity: 1; transform: none; will-change: auto; }
.ht-selection-card.ht-selection-bump { animation: ht-selection-bump .42s cubic-bezier(.2,.8,.25,1); }
@keyframes ht-selection-bump { 50% { transform: translateY(-4px); border-color: var(--ht-red); } }
@keyframes ht-hero-line-drift {
  from { transform: skewX(-21deg) translate3d(0,0,0); opacity: .7; }
  to { transform: skewX(-21deg) translate3d(-18px,-10px,0); opacity: 1; }
}
.ht-motion-enabled .ht-hero::after { animation: ht-hero-line-drift 9s ease-in-out infinite alternate; }
@media (hover: hover) {
  .ht-card:hover, .ht-machine-card:hover, .ht-kit-card:hover { transform: translateY(-6px); border-color: rgba(237,17,27,.7); box-shadow: 0 18px 42px rgba(0,0,0,.24); }
  .ht-feature-image:hover img, .ht-product-image:hover img { transform: scale(1.018); filter: contrast(1.04) saturate(1.04); }
}

@media (max-width: 1024px) {
  :root { --ht-inner: min(100% - 48px, 920px); }
  .ht-header-inner { min-height: 76px; }
  .ht-logo { width: 210px; flex-basis: 210px; }
  .ht-hero { min-height: auto; }
  .ht-hero-layout, .ht-media-split, .ht-testing-split, .ht-heading-split { flex-direction: column !important; align-items: stretch; }
  .ht-benefit-grid { margin-top: 30px; }
  .ht-testing-split > .ht-split-column:first-child { grid-template-columns: 1fr 1fr; }
  .ht-product-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ht-section-title h2 { max-width: none; }
  .ht-cta-layout { align-items: start; }
  .ht-footer-grid, .ht-footer-bottom { flex-direction: column !important; }
  .ht-footer-column { width: 100%; }
  .ht-global-footer a { overflow-wrap: anywhere; }
}

@media (max-width: 767px) {
  :root { --ht-inner: calc(100vw - 30px); }
  html { scroll-padding-top: 72px; }
  .ht-section { padding: 72px 0; }
  .ht-header-inner { min-height: 70px; }
  .admin-bar .elementor-location-header { top: 46px; }
  .ht-logo { width: 185px; flex-basis: 185px; }
  .ht-display-title h1 { font-size: clamp(40px,11.5vw,54px); }
  .ht-display-title h1 span { font-size: .82em; letter-spacing: -.04em; }
  .ht-product-title h1 { font-size: clamp(54px,16vw,76px); }
  .ht-section-title h2 { font-size: clamp(42px,12vw,60px); }
  .ht-benefit-grid, .ht-machine-grid, .ht-kit-grid { grid-template-columns: 1fr; }
  .ht-product-facts { grid-template-columns: 1fr; }
  .ht-benefit-card { min-height: 180px; }
  .ht-testing-split > .ht-split-column:first-child { grid-template-columns: 1fr; }
  .ht-process-card { min-height: auto; }
  .ht-data-grid { grid-template-columns: 1fr; }
  .ht-kit-card { min-height: auto; }
  .ht-kit-card h3, .ht-kit-restriction { min-height: 0; }
  .ht-cta-layout { grid-template-columns: 1fr; }
  .ht-cta-layout > .ht-split-column:last-child { justify-self: stretch; }
  .ht-cta-section .ht-button .elementor-button { width: 100%; }
  .ht-actions { flex-direction: column !important; align-items: stretch; }
  .ht-actions .elementor-button { width: 100%; }
  .gform_wrapper.gravity-theme .gf_left_half, .gform_wrapper.gravity-theme .gf_right_half { grid-column: 1 / -1; }
}

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

/* Bespoke Hi-Tune direction -------------------------------------------------
   Minecore remains the structural starting point; this layer establishes a
   quieter editorial system based on calibrated engineering and real product. */
:root {
  --ht-paper: #efede7;
  --ht-paper-soft: #e7e4dc;
  --ht-ink: #111214;
  --ht-ink-muted: #595c61;
}
.ht-section { padding-block: clamp(96px,9vw,148px); }
.ht-section-title h2 { font-style: normal; font-size: clamp(44px,5vw,70px); line-height: .98; letter-spacing: -.052em; }
.ht-card { box-shadow: none; }

/* Refined global navigation */
.ht-global-header { background: rgba(7,8,9,.9); border-bottom-color: rgba(255,255,255,.12); }
.ht-header-inner { min-height: 76px; }
.ht-logo { width: 210px; flex-basis: 210px; }
.ht-navigation .elementor-nav-menu--main .elementor-item { font-size: 12px; letter-spacing: .075em; }

/* Product-led homepage hero */
.ht-hero {
  min-height: 920px; padding-top: clamp(92px,8vw,132px); padding-bottom: 62px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0/84px 100%,
    radial-gradient(circle at 78% 31%,rgba(237,17,27,.17),transparent 34%),
    #070809;
}
.ht-hero::before {
  content: ""; position: absolute; right: 0; top: 0; width: 34%; height: 100%; opacity: .24;
  background: repeating-linear-gradient(180deg,rgba(255,255,255,.18) 0 1px,transparent 1px 28px);
  mask-image: linear-gradient(to left,#000,transparent); pointer-events: none;
}
.ht-hero-layout { gap: clamp(56px,7vw,112px); align-items: center; }
.ht-hero .ht-split-column:first-child { flex: 1.04 1 0; }
.ht-hero .ht-split-column:last-child { flex: .96 1 0; }
.ht-display-title h1 { font-size: clamp(68px,6.55vw,102px); }
.ht-hero-visual { position: relative; padding: 28px 28px 62px; border: 1px solid rgba(255,255,255,.14); background: rgba(13,14,16,.84); }
.ht-hero-product-image img { display: block; width: 100%; aspect-ratio: 1.08/1; object-fit: cover; filter: saturate(.82) contrast(1.06); }
.ht-calibration-card {
  position: absolute; left: -34px; right: 34px; bottom: 20px; display: grid; gap: 4px;
  padding: 18px 22px; border-left: 4px solid var(--ht-red); background: #f2f0ea; color: var(--ht-ink);
  box-shadow: 0 16px 34px rgba(0,0,0,.34);
}
.ht-calibration-card span, .ht-calibration-card small { font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.ht-calibration-card strong { font-family: "Plus Jakarta Sans",sans-serif; font-size: clamp(17px,1.4vw,23px); letter-spacing: -.02em; text-transform: uppercase; }
.ht-benefit-grid { margin-top: 54px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; border-block: 1px solid rgba(255,255,255,.15); }
.ht-benefit-card {
  min-height: 0; padding: 25px 28px; display: grid !important; grid-template-columns: 46px 1fr; align-content: center;
  background: transparent; border: 0; border-right: 1px solid rgba(255,255,255,.12);
}
.ht-benefit-card:last-child { border-right: 0; }
.ht-benefit-card .ht-card-icon { grid-column: 1; grid-row: 1 / 4; margin: 3px 0 0; }
.ht-benefit-card .ht-card-number, .ht-benefit-card .elementor-widget-heading, .ht-benefit-card .elementor-widget-text-editor { grid-column: 2; }
.ht-benefit-card .ht-card-number p { margin: 0 0 5px; font-size: 10px; }
.ht-benefit-card h3 { font-size: 17px; }
.ht-benefit-card p { margin: 7px 0 0; }

/* Editorial light sections */
.ht-kits, .ht-maintenance, .ht-product-overview, .ht-privacy-section { background: var(--ht-paper); color: var(--ht-ink); }
.ht-kits h2, .ht-kits h3, .ht-maintenance h2, .ht-maintenance h3,
.ht-product-overview h2, .ht-product-overview h3, .ht-privacy-section h2, .ht-privacy-section h3 { color: var(--ht-ink); }
.ht-kits p, .ht-maintenance p, .ht-product-overview p, .ht-privacy-body,
.ht-privacy-body p, .ht-privacy-body li { color: var(--ht-ink-muted); }
.ht-kits .ht-brand-line, .ht-product-overview .ht-brand-line { color: var(--ht-ink) !important; }
.ht-kits .ht-check-list li, .ht-maintenance .ht-check-list li, .ht-product-overview .ht-check-list li { color: var(--ht-ink); }
.ht-kits .ht-feature-image img, .ht-maintenance .ht-feature-image img, .ht-product-overview .ht-feature-image img {
  border: 0; box-shadow: 22px 22px 0 #d9d5cc;
}
.ht-kits .ht-media-split, .ht-maintenance .ht-media-split, .ht-product-overview .ht-media-split { gap: clamp(64px,8vw,124px); }
.ht-spec-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 30px 0 34px; border-block: 1px solid #c8c4bb; }
.ht-spec-strip span { display: grid; gap: 6px; padding: 18px 16px 18px 0; border-right: 1px solid #c8c4bb; }
.ht-spec-strip span:last-child { border-right: 0; padding-left: 16px; }
.ht-spec-strip span:nth-child(2) { padding-left: 16px; }
.ht-spec-strip small { color: #777a7e; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.ht-spec-strip strong { color: var(--ht-ink); font-family: "Plus Jakarta Sans",sans-serif; font-size: 13px; text-transform: uppercase; }

/* Testing reads as an engineering sequence, not a card catalogue */
.ht-testing { background: #08090a; }
.ht-testing-split { gap: clamp(60px,7vw,100px); }
.ht-process-card { min-height: 210px; padding: 28px 8px 22px; background: transparent; border: 0; border-top: 1px solid #3b3e43; }
.ht-process-card .ht-card-number p { font-size: 11px; }
.ht-process-card h3 { font-size: 18px; }
.ht-data-card { background: transparent; border: 1px solid #383b40; border-left: 3px solid var(--ht-red); }

/* Planned maintenance is a calm editorial story */
.ht-maintenance .ht-accent-card { background: var(--ht-ink); border: 0; border-left: 4px solid var(--ht-red); }
.ht-maintenance .ht-accent-card h3 { color: white; }
.ht-maintenance .ht-accent-card p { color: #bdc0c5; }

/* Machine selector with open, technical rows */
.ht-machines { background: #0c0d0f; }
.ht-machine-grid { gap: 0 34px; border-top: 1px solid #35383d; }
.ht-machine-card { min-height: 270px; padding: 34px 0; background: transparent; border: 0; border-bottom: 1px solid #35383d; }
.ht-machine-card-featured { padding-inline: 28px; background: linear-gradient(140deg,rgba(237,17,27,.11),rgba(237,17,27,.025)); border-top: 3px solid var(--ht-red); }
.ht-machine-card:hover { box-shadow: none; }
.ht-model-list span, .ht-model-list a { background: transparent; }

/* Minimal enquiry band */
.ht-cta-section { background: var(--ht-paper); border-top: 0; }
.ht-cta-section .ht-eyebrow p { color: var(--ht-red); }
.ht-cta-section h2, .ht-cta-section p { color: var(--ht-ink); }
.ht-cta-section .ht-button .elementor-button { background: var(--ht-red); border-color: var(--ht-red); color: white; }

/* Product page */
.ht-product-hero {
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0/84px 100%,
    linear-gradient(115deg,#0b0c0e 0 66%,rgba(237,17,27,.16));
}
.ht-product-overview .ht-product-facts { border-block: 1px solid #c8c4bb; gap: 0; }
.ht-product-overview .ht-fact-card { min-height: 190px; padding: 28px; background: transparent; border: 0; border-right: 1px solid #c8c4bb; }
.ht-product-overview .ht-fact-card:last-child { border-right: 0; }
.ht-product-overview .ht-fact-card p { color: var(--ht-ink-muted); }
.ht-product-options { background: #070809; }
.ht-kit-grid { gap: 0 34px; border-top: 1px solid #383b40; }
.ht-kit-card { min-height: 390px; padding: 38px 0 32px; background: transparent; border: 0; border-bottom: 1px solid #383b40; }
.ht-kit-card:hover { box-shadow: none; }
.ht-kit-card.is-selected { border-color: var(--ht-red); box-shadow: none; background: linear-gradient(135deg,rgba(237,17,27,.08),transparent 52%); }
.ht-quote-section { background: var(--ht-paper); }
.ht-quote-section .ht-section-title h2, .ht-quote-section > .ht-inner > .ht-heading-split > .ht-split-column:first-child p { color: var(--ht-ink); }
.ht-selection-card, .ht-form-wrap { background: var(--ht-ink); }
.ht-selection-card h3, .ht-selection-card p, .ht-form-wrap p { color: white; }
.ht-selection-card p, .ht-form-wrap .ht-privacy-note { color: #bfc1c5 !important; }

/* Long-form policy is intentionally paper-like */
.ht-privacy-body h2, .ht-privacy-body h3, .ht-privacy-body strong { color: var(--ht-ink); }
.ht-privacy-body a { color: #b00008; }

@media (max-width: 1024px) {
  .ht-hero { min-height: auto; }
  .ht-hero-layout { gap: 46px; }
  .ht-hero-visual { max-width: 720px; }
  .ht-benefit-grid { margin-top: 46px; }
  .ht-kits .ht-media-split, .ht-maintenance .ht-media-split, .ht-product-overview .ht-media-split { gap: 64px; }
  .ht-product-overview .ht-product-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ht-product-overview .ht-fact-card:nth-child(2) { border-right: 0; }
  .ht-product-overview .ht-fact-card:nth-child(-n+2) { border-bottom: 1px solid #c8c4bb; }
}

@media (max-width: 767px) {
  .ht-section { padding-block: 78px; }
  .ht-header-inner { min-height: 68px; }
  .ht-logo { width: 174px; flex-basis: 174px; }
  .ht-display-title h1 { font-size: clamp(40px,11.5vw,54px); }
  .ht-display-title h1 span { font-size: .82em; letter-spacing: -.04em; }
  .ht-section-title h2 { font-size: clamp(38px,11vw,52px); }
  .ht-hero { padding-top: 74px; padding-bottom: 38px; }
  .ht-hero-visual { padding: 14px 14px 52px; }
  .ht-calibration-card { left: 8px; right: 8px; bottom: 10px; padding: 14px 16px; }
  .ht-benefit-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .ht-benefit-card { grid-template-columns: 42px 1fr; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding-inline: 8px; }
  .ht-spec-strip { grid-template-columns: 1fr; }
  .ht-spec-strip span, .ht-spec-strip span:nth-child(2), .ht-spec-strip span:last-child { padding: 13px 0; border-right: 0; border-bottom: 1px solid #c8c4bb; }
  .ht-spec-strip span:last-child { border-bottom: 0; }
  .ht-machine-grid, .ht-kit-grid { border-top: 0; }
  .ht-machine-card-featured { padding-inline: 20px; }
  .ht-product-overview .ht-product-facts { grid-template-columns: 1fr; }
  .ht-product-overview .ht-fact-card { min-height: 0; border-right: 0; border-bottom: 1px solid #c8c4bb; }
  .ht-kit-card { min-height: 0; }
}
