/* THERPIX 0.9.8 — final staging visual/CRO layer.
   Loaded after legacy styles so the release remains reversible and source-design stays untouched. */

:root {
  --t98-max: 1480px;
  --t98-soft: #f0f1ef;
  --t98-card: #ffffff;
  --t98-shadow: 0 24px 70px rgba(9, 10, 11, .10);
  --t98-shadow-dark: 0 28px 80px rgba(0, 0, 0, .28);
}

html { scroll-padding-top: 76px; }
body.therpix-release-098 { overflow-x: clip; }
.therpix-release-098 .container { width: min(100%, calc(var(--t98-max) + (var(--therpix-gutter) * 2))); }
.therpix-release-098 .section { padding-block: clamp(72px, 7vw, 112px); }
.therpix-release-098 .eyebrow { letter-spacing: .13em; }

/* Header */
.therpix-release-098 .site-header {
  background: rgba(11, 12, 13, .88);
  border-bottom-color: rgba(255,255,255,.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.therpix-release-098 .site-header__inner {
  min-height: 62px;
  padding-block: 8px;
  flex-wrap: nowrap;
}
.therpix-release-098 .site-branding__link { min-height: 40px; }
.therpix-release-098 .site-branding__logo { height: 18px; }
.therpix-release-098 .site-nav__panel { gap: 12px 24px; }
.therpix-release-098 .site-nav__list { gap: 4px 22px; }
.therpix-release-098 .site-nav__list a {
  min-height: 40px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .01em;
}
.therpix-release-098 .button--nav {
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 3px;
  font-size: 12px;
}
.therpix-release-098 .site-header.is-scrolled { box-shadow: 0 14px 38px rgba(0,0,0,.18); }

/* Homepage — shorter, more commercial rhythm */
.therpix-release-098 .hero {
  min-height: clamp(650px, 77vh, 840px);
  display: grid;
  align-items: end;
  background: var(--therpix-bg-dark);
}
.therpix-release-098 .hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.therpix-release-098 .hero__veil {
  background:
    linear-gradient(90deg, rgba(7,8,9,.94) 0%, rgba(7,8,9,.72) 38%, rgba(7,8,9,.16) 70%, rgba(7,8,9,.28) 100%),
    linear-gradient(0deg, rgba(7,8,9,.58) 0%, transparent 52%);
}
.therpix-release-098 .hero__inner { min-height: inherit; display: flex; align-items: center; padding-block: 72px 58px; }
.therpix-release-098 .hero__content { max-width: 670px; }
.therpix-release-098 .hero h1 { max-width: 650px; font-size: clamp(48px, 5.8vw, 86px); line-height: .98; letter-spacing: -.045em; }
.therpix-release-098 .hero__lead { max-width: 610px; margin-top: 24px; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.5; color: #d7d9d8; }
.therpix-release-098 .hero__facts { margin-top: 28px; color: #b7b9ba; font-family: var(--therpix-font-mono); font-size: 11px; letter-spacing: .02em; }
.therpix-release-098 .hero__facts strong { color: var(--therpix-ink); font-size: 12px; }
.therpix-release-098 .hero__product-cue {
  max-width: 590px;
  margin-top: 28px;
  border: 1px solid rgba(255,255,255,.11);
  padding: 12px 14px;
  background: rgba(16,17,18,.62);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.therpix-release-098 .hero__product-cue img { width: 58px; height: 58px; object-fit: contain; }
.therpix-release-098 .hero__product-cue strong { font-size: 13px; }
.therpix-release-098 .hero__product-cue span { font-size: 12px; color: #adb0b1; }
.therpix-release-098 .hero__actions { margin-top: 24px; gap: 16px; }
.therpix-release-098 .button--hero { min-height: 50px; padding-inline: 24px; }
.therpix-release-098 .compatibility-badge { min-height: 44px; font-size: 12px; }

.therpix-release-098 .proof-section { background: #f3f4f2; }
.therpix-release-098 .container--proof { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(36px, 6vw, 88px); align-items: center; }
.therpix-release-098 .proof-section .section-heading { grid-column: 2; grid-row: 1; margin: 0; align-self: end; }
.therpix-release-098 .proof-section .thermal-proof { grid-column: 1; grid-row: 1 / span 2; margin: 0; }
.therpix-release-098 .thermal-proof__frame { min-height: 540px; box-shadow: var(--t98-shadow); }
.therpix-release-098 .thermal-proof__frame img { width: 100%; height: 100%; object-fit: cover; }
.therpix-release-098 .physical-proof { grid-column: 2; grid-row: 2; margin: 0; align-self: start; }
.therpix-release-098 .physical-proof__image { width: 120px; min-width: 120px; }
.therpix-release-098 .physical-proof__copy h3 { font-size: 24px; }

.therpix-release-098 .use-cases { background: var(--therpix-ink); }
.therpix-release-098 .use-cases .section-heading { max-width: 830px; margin-bottom: 42px; }
.therpix-release-098 .use-case-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.therpix-release-098 .use-case-card { min-width: 0; border-radius: 4px; overflow: hidden; background: #fff; box-shadow: 0 1px 0 rgba(16,17,19,.05); }
.therpix-release-098 .use-case-card__media { aspect-ratio: 1.14 / 1; min-height: 0; }
.therpix-release-098 .use-case-card__media img { width: 100%; height: 100%; object-fit: cover; }
.therpix-release-098 .use-case-card__copy { padding: 24px 22px 26px; }
.therpix-release-098 .use-case-card__topline { gap: 10px; }
.therpix-release-098 .use-case-card__topline span { font-size: 9px; }
.therpix-release-098 .use-case-card h3 { margin-top: 28px; font-size: clamp(20px, 1.55vw, 25px); line-height: 1.14; }
.therpix-release-098 .use-case-card__copy > p:not(.use-case-card__signal):not(.use-case-card__index) { font-size: 14px; line-height: 1.55; }
.therpix-release-098 .use-case-card__signal { margin-top: 20px; padding-top: 16px; font-size: 11px; }
.therpix-release-098 .use-cases__mobile-hint { display: none; }

.therpix-release-098 .spec-foundation { padding-block: clamp(64px, 6vw, 88px); }
.therpix-release-098 .spec-foundation .section-heading { max-width: 760px; margin-bottom: 34px; }
.therpix-release-098 .spec-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--therpix-border-dark); border: 1px solid var(--therpix-border-dark); }
.therpix-release-098 .spec-card { min-height: 230px; padding: 26px 24px; border: 0; border-radius: 0; background: #101112; }
.therpix-release-098 .spec-card__value { font-size: clamp(29px, 2.5vw, 42px); }
.therpix-release-098 .spec-card h3 { margin-top: 48px; font-size: 14px; }
.therpix-release-098 .spec-card > p:last-child { font-size: 12px; line-height: 1.5; }

.therpix-release-098 .variants-section { background: #f3f4f2; }
.therpix-release-098 .variants-section .section-heading { max-width: 870px; }
.therpix-release-098 .variant-grid { gap: 16px; }
.therpix-release-098 .variant-card { padding: clamp(28px, 3vw, 42px); border-radius: 4px; background: #fff; box-shadow: 0 14px 40px rgba(16,17,19,.05); }
.therpix-release-098 .variant-card--macro { background: #101112; color: var(--therpix-ink); }
.therpix-release-098 .variant-card--macro p,
.therpix-release-098 .variant-card--macro small,
.therpix-release-098 .variant-card--macro .variant-card__baseline span { color: #aeb0b2; }
.therpix-release-098 .variant-card--macro h3,
.therpix-release-098 .variant-card--macro strong { color: var(--therpix-ink); }
.therpix-release-098 .variant-card__hero h3 { font-size: clamp(28px, 2.5vw, 40px); line-height: 1.06; }
.therpix-release-098 .variant-card__tags { gap: 6px; }
.therpix-release-098 .variant-card__tags li { min-height: 32px; padding: 7px 10px; font-size: 10px; }
.therpix-release-098 .value-bridge { margin-top: 16px; }
.therpix-release-098 .variants-section__mobile-hint { display: none; }

.therpix-release-098 .product-conversion { padding-block: clamp(82px, 8vw, 126px); }
.therpix-release-098 .product-conversion__shell { grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr); gap: clamp(42px, 7vw, 100px); }
.therpix-release-098 .product-conversion__stage { min-height: 650px; border: 1px solid var(--therpix-border-dark); background: radial-gradient(circle at 50% 44%, #26282b 0%, #141516 38%, #0b0c0d 72%); }
.therpix-release-098 .product-conversion__stage img { width: min(60%, 520px); filter: drop-shadow(0 30px 45px rgba(0,0,0,.38)); }
.therpix-release-098 .product-conversion__proof { max-width: 430px; }
.therpix-release-098 .product-conversion__panel { align-self: center; }
.therpix-release-098 .product-conversion__panel h2 { font-size: clamp(42px, 4.3vw, 66px); letter-spacing: -.04em; }
.therpix-release-098 .product-conversion__benefit { font-size: 18px; }
.therpix-release-098 .product-conversion__facts { margin-block: 26px; }
.therpix-release-098 .product-conversion__cta { min-height: 52px; }

.therpix-release-098 .faq-section { padding-block: clamp(70px, 6vw, 96px); }
.therpix-release-098 .faq-layout { grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); gap: clamp(40px, 7vw, 110px); }
.therpix-release-098 .faq-intro { position: sticky; top: 96px; align-self: start; }
.therpix-release-098 .faq-item summary { min-height: 72px; }

/* PDP */
.therpix-release-098.single-product .site-main--commerce { padding-block: 0; background: #f3f4f2; }
.therpix-release-098 .therpix-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
  padding-top: clamp(36px, 4vw, 58px);
  padding-bottom: clamp(70px, 7vw, 110px);
}
.therpix-release-098 .therpix-product-gallery { position: sticky; top: 92px; min-width: 0; }
.therpix-release-098 .therpix-product-gallery .woocommerce-product-gallery { width: 100% !important; float: none !important; margin: 0 !important; }
.therpix-release-098 .therpix-product-gallery .woocommerce-product-gallery__wrapper {
  overflow: hidden;
  border: 1px solid #dedfdd;
  border-radius: 5px;
  background: #fff;
  box-shadow: var(--t98-shadow);
}
.therpix-release-098 .therpix-product-gallery .woocommerce-product-gallery__image a { display: grid; place-items: center; min-height: min(63vw, 760px); padding: clamp(20px, 4vw, 56px); background: radial-gradient(circle at 50% 45%, #fff 0%, #f1f2f0 70%); }
.therpix-release-098 .therpix-product-gallery .woocommerce-product-gallery__image img { max-height: 650px; width: auto !important; object-fit: contain; }
.therpix-release-098 .therpix-product-gallery .flex-control-thumbs { display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 10px !important; }
.therpix-release-098 .therpix-product-gallery .flex-control-thumbs li { width: auto !important; float: none !important; }
.therpix-release-098 .therpix-product-gallery .flex-control-thumbs img { aspect-ratio: 1; object-fit: cover; border: 1px solid #dcddda; border-radius: 3px; background: #fff; opacity: .62; }
.therpix-release-098 .therpix-product-gallery .flex-control-thumbs img.flex-active { border-color: #101113; opacity: 1; }
.therpix-release-098 .therpix-gallery-truth { margin-top: 12px; color: #777a7b; font-size: 10px; text-align: center; }

.therpix-release-098 .therpix-product-summary { width: 100% !important; float: none !important; margin: 0 !important; padding: clamp(30px, 3.4vw, 48px); border: 1px solid #dfe0de; border-radius: 5px; background: #fff; box-shadow: var(--t98-shadow); }
.therpix-release-098 .therpix-product-summary .therpix-product-identity { margin-bottom: 10px; }
.therpix-release-098 .therpix-product-summary .therpix-product-reference { margin: 4px 0 0; color: #7a7d7e; font-family: var(--therpix-font-mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.therpix-release-098 .therpix-product-summary .product_title { margin: 0; font-size: clamp(40px, 4vw, 62px); line-height: 1; letter-spacing: -.045em; }
.therpix-release-098 .therpix-product-benefit { margin: 18px 0 22px; color: #45484a; font-size: 18px; line-height: 1.5; }
.therpix-release-098 .therpix-product-summary .price { margin: 0 0 20px; color: #101113; font-size: clamp(27px, 2.8vw, 38px); font-weight: 600; line-height: 1.1; }
.therpix-release-098 .therpix-product-summary .stock { margin: 10px 0; font-size: 12px; }
.therpix-release-098 .therpix-product-facts { margin: 22px 0 16px; grid-template-columns: repeat(3, 1fr); border: 1px solid #e2e3e1; background: #f7f8f6; }
.therpix-release-098 .therpix-product-facts > div { min-height: 94px; padding: 14px; }
.therpix-release-098 .therpix-product-facts > div + div { border-left: 1px solid #e0e1df; }
.therpix-release-098 .therpix-product-facts span { font-size: 9px; }
.therpix-release-098 .therpix-product-facts strong { font-size: 17px; }
.therpix-release-098 .therpix-product-facts small { font-size: 9px; }
.therpix-release-098 .therpix-android-notice { margin: 0 0 20px; padding: 12px 14px; border: 1px solid #dedfdd; border-radius: 3px; background: #fff; }
.therpix-release-098 .therpix-android-notice strong { font-size: 12px; }
.therpix-release-098 .therpix-android-notice small { display: block; margin-top: 2px; color: #777a7b; font-size: 10px; }

.therpix-release-098 .therpix-config-guide { margin: 24px 0 18px; }
.therpix-release-098 .therpix-config-guide__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.therpix-release-098 .therpix-config-guide__head span { color: #777a7b; font-family: var(--therpix-font-mono); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.therpix-release-098 .therpix-config-guide__head strong { font-size: 13px; }
.therpix-release-098 .therpix-config-guide__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.therpix-release-098 .therpix-config-guide__card { min-height: 128px; padding: 16px; border: 1px solid #dfe0de; border-radius: 3px; background: #fafbf9; }
.therpix-release-098 .therpix-config-guide__card.is-macro { border-color: #2d2f31; background: #101112; color: #f5f6f5; }
.therpix-release-098 .therpix-config-guide__card > div { display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.therpix-release-098 .therpix-config-guide__card > div > span { font-family: var(--therpix-font-mono); font-size: 11px; font-weight: 600; }
.therpix-release-098 .therpix-config-guide__card small { color: #7a7d7e; font-size: 9px; }
.therpix-release-098 .therpix-config-guide__card.is-macro small { color: #9ca0a1; }
.therpix-release-098 .therpix-config-guide__card p { margin: 30px 0 0; color: #55585a; font-size: 11px; line-height: 1.45; }
.therpix-release-098 .therpix-config-guide__card.is-macro p { color: #c8cacc; }
.therpix-release-098 .therpix-config-guide__hint { margin: 9px 0 0; color: #777a7b; font-size: 10px; line-height: 1.4; }

.therpix-release-098 .therpix-product-summary form.cart,
.therpix-release-098 .therpix-product-summary form.variations_form { margin: 18px 0 0 !important; }
.therpix-release-098 .therpix-product-summary table.variations { width: 100%; margin: 0 0 12px !important; }
.therpix-release-098 .therpix-product-summary table.variations tr { display: grid; grid-template-columns: 1fr; gap: 6px; }
.therpix-release-098 .therpix-product-summary table.variations th,
.therpix-release-098 .therpix-product-summary table.variations td { display: block; padding: 0 !important; }
.therpix-release-098 .therpix-product-summary table.variations label { font-size: 11px; font-weight: 600; }
.therpix-release-098 .therpix-product-summary table.variations select { min-height: 50px; width: 100%; border: 1px solid #cfd1ce; border-radius: 3px; padding: 0 42px 0 14px; background: #fff; color: #101113; }
.therpix-release-098 .therpix-product-summary .reset_variations { display: inline-flex; margin-top: 6px; font-size: 10px; }
.therpix-release-098 .therpix-product-summary .single_variation { margin: 12px 0; }
.therpix-release-098 .therpix-product-summary .woocommerce-variation-price .price { font-size: 28px; }
.therpix-release-098 .therpix-product-summary .woocommerce-variation-availability { font-size: 11px; }
.therpix-release-098 .therpix-product-summary .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: 94px minmax(0,1fr); gap: 8px; align-items: stretch; }
.therpix-release-098 .therpix-product-summary .quantity .qty { min-height: 52px; width: 100%; border: 1px solid #cfd1ce; border-radius: 3px; text-align: center; }
.therpix-release-098 .therpix-product-summary .single_add_to_cart_button { min-height: 52px; border: 0; border-radius: 3px; padding: 0 22px; background: var(--therpix-accent) !important; color: #0b0c0d !important; font-weight: 700; }
.therpix-release-098 .therpix-product-summary .single_add_to_cart_button.disabled,
.therpix-release-098 .therpix-product-summary .single_add_to_cart_button:disabled { opacity: .38; }
.therpix-release-098 .therpix-deadline,
.therpix-release-098 .therpix-included-preview { margin: 12px 0 0; border: 1px solid #dfe0de; border-radius: 3px; padding: 12px 14px; background: #f8f9f7; }
.therpix-release-098 .therpix-deadline span,
.therpix-release-098 .therpix-included-preview__title { color: #747778; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.therpix-release-098 .therpix-deadline strong { display: block; margin-top: 3px; font-size: 12px; }
.therpix-release-098 .therpix-included-preview p { margin: 3px 0 0; font-size: 11px; }
.therpix-release-098 .therpix-prelaunch-buy { margin-top: 14px; }
.therpix-release-098 .therpix-prelaunch-buy .button { width: 100%; min-height: 52px; opacity: .42; cursor: not-allowed; }
.therpix-release-098 .therpix-prelaunch-buy p { margin: 8px 0 0; color: #777a7b; font-size: 10px; text-align: center; }
.therpix-release-098 .therpix-product-summary .therpix-admin-setup-notice { margin-top: 10px; }

.therpix-release-098 .therpix-pdp-story { background: #fff; }
.therpix-release-098 .therpix-pdp-section { padding-block: clamp(76px, 7vw, 118px); }
.therpix-release-098 .therpix-pdp-heading { max-width: 820px; margin-bottom: clamp(34px, 4vw, 58px); }
.therpix-release-098 .therpix-pdp-heading h2 { font-size: clamp(36px, 4.4vw, 64px); line-height: 1.02; letter-spacing: -.04em; }
.therpix-release-098 .therpix-pdp-heading > p:last-child { max-width: 720px; font-size: 16px; }
.therpix-release-098 .therpix-use-grid { gap: 10px; }
.therpix-release-098 .therpix-use-grid article { min-height: 240px; padding: 26px; border-radius: 3px; }
.therpix-release-098 .therpix-use-grid h3 { margin-top: 72px; font-size: 23px; }

.therpix-release-098 .therpix-proof-layout { grid-template-columns: 1.18fr .82fr; gap: clamp(42px, 7vw, 100px); }
.therpix-release-098 .therpix-proof-media img { width: 100%; min-height: 560px; object-fit: cover; border-radius: 4px; }
.therpix-release-098 .therpix-proof-copy { align-self: center; }
.therpix-release-098 .therpix-proof-copy h2 { font-size: clamp(38px, 4vw, 58px); }

.therpix-release-098 .therpix-tech-split { grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 7vw, 110px); }
.therpix-release-098 .therpix-resolution-demo,
.therpix-release-098 .therpix-frame-demo { min-height: 480px; border-radius: 4px; }
.therpix-release-098 .therpix-resolution-demo strong,
.therpix-release-098 .therpix-frame-demo strong { font-size: clamp(48px, 5vw, 76px); }

.therpix-release-098 .therpix-measure-console { grid-template-columns: 1.2fr .8fr; gap: clamp(34px, 5vw, 72px); }
.therpix-release-098 .therpix-measure-screen { min-height: 560px; border-radius: 4px; }
.therpix-release-098 .therpix-measure-console ul { align-self: stretch; display: grid; align-content: center; }
.therpix-release-098 .therpix-measure-console li { min-height: 76px; }

.therpix-release-098 .therpix-choice-grid { gap: 12px; }
.therpix-release-098 .therpix-choice-grid article { min-height: 330px; padding: clamp(28px, 3vw, 42px); border-radius: 4px; }
.therpix-release-098 .therpix-choice-grid h3 { font-size: clamp(29px, 3vw, 44px); line-height: 1.08; }
.therpix-release-098 .therpix-choice-card--macro { background: #101112 !important; color: #f5f6f5; }

.therpix-release-098 .therpix-spec-table { border-radius: 4px; overflow: hidden; }
.therpix-release-098 .therpix-spec-table > div { min-height: 60px; padding: 14px 18px; }
.therpix-release-098 .therpix-pdp-faq { grid-template-columns: .72fr 1.28fr; gap: clamp(38px, 7vw, 100px); }
.therpix-release-098 .therpix-pdp-faq details { border-bottom-color: #d8dad7; }
.therpix-release-098 .therpix-pdp-faq summary { min-height: 68px; }

/* Cart */
.therpix-release-098.woocommerce-cart .site-main--commerce { background: #f3f4f2; }
.therpix-release-098 .therpix-cart-intro { max-width: 760px; margin-bottom: 26px; }
.therpix-release-098 .therpix-cart-intro h1 { font-size: clamp(36px, 4vw, 56px); letter-spacing: -.035em; }
.therpix-release-098 .therpix-commerce-notice { max-width: 760px; margin-bottom: 28px; }
.therpix-release-098.woocommerce-cart .woocommerce { max-width: 1240px; margin-inline: auto; }
.therpix-release-098.woocommerce-cart form.woocommerce-cart-form { padding: 0; border: 1px solid #dedfdd; border-radius: 4px; overflow: hidden; background: #fff; box-shadow: var(--t98-shadow); }
.therpix-release-098.woocommerce-cart table.shop_table { border: 0; border-collapse: collapse; }
.therpix-release-098.woocommerce-cart table.shop_table th { padding: 14px 16px; background: #f8f9f7; color: #737677; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.therpix-release-098.woocommerce-cart table.shop_table td { padding: 18px 16px; border-top: 1px solid #e4e5e3; }
.therpix-release-098.woocommerce-cart .product-thumbnail img { width: 94px; border-radius: 3px; background: #f3f4f2; }
.therpix-release-098.woocommerce-cart .product-name > a { color: #101113; font-size: 17px; font-weight: 600; }
.therpix-release-098.woocommerce-cart .variation { margin-top: 8px; display: grid; grid-template-columns: auto 1fr; gap: 3px 10px; color: #66696a; font-size: 10px; }
.therpix-release-098.woocommerce-cart .variation dt,
.therpix-release-098.woocommerce-cart .variation dd { margin: 0; }
.therpix-release-098.woocommerce-cart .cart-collaterals { margin-top: 18px; display: flex; justify-content: flex-end; }
.therpix-release-098.woocommerce-cart .cart_totals { width: min(100%, 470px) !important; padding: 26px; border: 1px solid #dedfdd; border-radius: 4px; background: #fff; box-shadow: var(--t98-shadow); }
.therpix-release-098.woocommerce-cart .cart_totals h2 { margin: 0 0 18px; font-size: 22px; }
.therpix-release-098.woocommerce-cart .wc-proceed-to-checkout .checkout-button { width: 100%; min-height: 52px; margin: 12px 0 0; border-radius: 3px; background: var(--therpix-accent) !important; color: #0b0c0d !important; font-size: 14px; font-weight: 700; }
.therpix-release-098 .therpix-cart-checkpoint { margin: 0 0 10px; padding: 12px 14px; border-radius: 3px; }

.therpix-release-098.woocommerce-cart .cart-empty.woocommerce-info,
.therpix-release-098.woocommerce-cart .return-to-shop,
.therpix-release-098.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new,
.therpix-release-098.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid,
.therpix-release-098.woocommerce-cart .wp-block-woocommerce-empty-cart-block [data-block-name="woocommerce/product-new"] { display: none !important; }
.therpix-release-098 .therpix-empty-cart { min-height: 540px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #dedfdd; border-radius: 5px; background: #fff; box-shadow: var(--t98-shadow); }
.therpix-release-098 .therpix-empty-cart__visual { display: grid; place-items: center; min-height: 540px; padding: 48px; background: radial-gradient(circle at 50% 45%, #2c2e30 0%, #141516 45%, #0b0c0d 78%); }
.therpix-release-098 .therpix-empty-cart__visual img { width: min(74%, 390px); filter: drop-shadow(0 28px 42px rgba(0,0,0,.38)); }
.therpix-release-098 .therpix-empty-cart__copy { align-self: center; padding: clamp(38px, 6vw, 84px); }
.therpix-release-098 .therpix-empty-cart__copy h1 { margin: 8px 0 18px; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.04em; }
.therpix-release-098 .therpix-empty-cart__copy p { max-width: 520px; color: #5b5e5f; }
.therpix-release-098 .therpix-empty-cart__copy .button { margin-top: 14px; min-height: 50px; }

/* Checkout */
.therpix-release-098.woocommerce-checkout .site-main--commerce { background: #f3f4f2; }
.therpix-release-098.woocommerce-checkout .woocommerce { max-width: 1280px; margin-inline: auto; }
.therpix-release-098 .therpix-checkout-intro { max-width: 760px; margin-bottom: 26px; }
.therpix-release-098 .therpix-checkout-intro h1 { font-size: clamp(38px, 4.2vw, 58px); line-height: 1; letter-spacing: -.04em; }
.therpix-release-098.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); gap: 20px 28px; align-items: start; }
.therpix-release-098.woocommerce-checkout #customer_details { grid-column: 1; padding: clamp(24px, 3vw, 38px); border: 1px solid #dedfdd; border-radius: 4px; background: #fff; box-shadow: var(--t98-shadow); }
.therpix-release-098.woocommerce-checkout #order_review_heading { grid-column: 2; margin: 0 0 -8px; font-size: 22px; }
.therpix-release-098.woocommerce-checkout #order_review { grid-column: 2; position: sticky; top: 92px; padding: 24px; border: 1px solid #dedfdd; border-radius: 4px; background: #fff; box-shadow: var(--t98-shadow); }
.therpix-release-098.woocommerce-checkout .therpix-checkout-contract { grid-column: 2; margin: 0; padding: 20px; border: 1px solid #dedfdd; border-radius: 4px; background: #fff; }
.therpix-release-098.woocommerce-checkout .form-row { margin-bottom: 14px; }
.therpix-release-098.woocommerce-checkout .form-row label { margin-bottom: 5px; font-size: 10px; font-weight: 600; }
.therpix-release-098.woocommerce-checkout .input-text,
.therpix-release-098.woocommerce-checkout select,
.therpix-release-098.woocommerce-checkout .select2-selection { min-height: 48px; border: 1px solid #cfd1ce !important; border-radius: 3px !important; background: #fff; }
.therpix-release-098.woocommerce-checkout #place_order { width: 100%; min-height: 52px; border-radius: 3px; background: var(--therpix-accent) !important; color: #0b0c0d !important; font-weight: 700; }
.therpix-release-098 .therpix-checkout-contract__item { padding: 0; border: 0; }
.therpix-release-098 .therpix-checkout-contract__product img { width: 72px; height: 72px; object-fit: contain; background: #f2f3f1; border-radius: 3px; }
.therpix-release-098 .therpix-checkout-contract__item dl { margin-top: 14px; }
.therpix-release-098 .therpix-checkout-contract__item dl > div { min-height: 38px; }

/* Support / information pages */
.therpix-release-098 .therpix-info-page { background: #f3f4f2; }
.therpix-release-098 .therpix-info-page > .container { padding-block: clamp(58px, 6vw, 92px); }
.therpix-release-098 .therpix-info-hero { max-width: 860px; margin-bottom: 34px; }
.therpix-release-098 .therpix-info-hero h1 { font-size: clamp(40px, 5vw, 68px); line-height: 1; letter-spacing: -.04em; }
.therpix-release-098 .therpix-info-index { display: flex; gap: 6px; overflow-x: auto; margin-bottom: 20px; padding-bottom: 6px; scrollbar-width: thin; }
.therpix-release-098 .therpix-info-index a { flex: 0 0 auto; min-height: 38px; display: inline-flex; align-items: center; border: 1px solid #d7d9d6; border-radius: 2px; padding: 7px 10px; background: #fff; color: #4e5152; font-size: 9px; }
.therpix-release-098 .therpix-info-sections { border: 1px solid #dedfdd; border-radius: 4px; overflow: hidden; background: #fff; box-shadow: var(--t98-shadow); }
.therpix-release-098 .therpix-info-sections > section { padding: clamp(24px, 3vw, 38px); }
.therpix-release-098 .therpix-info-sections > section + section { border-top: 1px solid #e2e3e1; }
.therpix-release-098 .therpix-info-sections h2 { font-size: clamp(23px, 2.3vw, 32px); }
.therpix-release-098 .therpix-info-sections details { border-top: 1px solid #e2e3e1; }
.therpix-release-098 .therpix-info-sections summary { min-height: 54px; display: flex; align-items: center; cursor: pointer; font-weight: 600; }
.therpix-release-098 .therpix-policy-rows { border: 1px solid #dedfdd; border-radius: 4px; overflow: hidden; background: #fff; }

/* Footer */
.therpix-release-098 .site-footer { padding-top: 58px; }
.therpix-release-098 .site-footer__inner { grid-template-columns: minmax(300px, 1.25fr) minmax(160px, .55fr) minmax(240px, .8fr); gap: 36px clamp(34px, 6vw, 80px); padding-bottom: 38px; }
.therpix-release-098 .site-footer__logo { height: 18px; }
.therpix-release-098 .site-footer__brand p { max-width: 390px; font-size: 13px; }
.therpix-release-098 .site-footer__statement { font-size: 9px !important; }
.therpix-release-098 .site-footer__facts li { min-height: 40px; }
.therpix-release-098 .site-footer__meta { padding-top: 17px; }

/* Laptop */
@media (max-width: 1180px) {
  .therpix-release-098 .use-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .therpix-release-098 .spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .therpix-release-098 .product-conversion__shell,
  .therpix-release-098 .therpix-product-hero { grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: 38px; }
  .therpix-release-098 .product-conversion__stage { min-height: 560px; }
  .therpix-release-098 .therpix-proof-media img { min-height: 480px; }
}

/* Tablet */
@media (max-width: 900px) {
  .therpix-release-098 .container--proof { grid-template-columns: 1fr; }
  .therpix-release-098 .proof-section .section-heading,
  .therpix-release-098 .proof-section .thermal-proof,
  .therpix-release-098 .physical-proof { grid-column: 1; grid-row: auto; }
  .therpix-release-098 .proof-section .section-heading { order: 1; }
  .therpix-release-098 .proof-section .thermal-proof { order: 2; }
  .therpix-release-098 .physical-proof { order: 3; }
  .therpix-release-098 .thermal-proof__frame { min-height: 440px; }
  .therpix-release-098 .product-conversion__shell,
  .therpix-release-098 .therpix-product-hero,
  .therpix-release-098 .therpix-proof-layout,
  .therpix-release-098 .therpix-tech-split,
  .therpix-release-098 .therpix-measure-console,
  .therpix-release-098 .faq-layout,
  .therpix-release-098 .therpix-pdp-faq { grid-template-columns: 1fr; }
  .therpix-release-098 .therpix-product-gallery { position: relative; top: auto; }
  .therpix-release-098 .faq-intro { position: static; }
  .therpix-release-098.woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .therpix-release-098.woocommerce-checkout #customer_details,
  .therpix-release-098.woocommerce-checkout #order_review_heading,
  .therpix-release-098.woocommerce-checkout #order_review,
  .therpix-release-098.woocommerce-checkout .therpix-checkout-contract { grid-column: 1; }
  .therpix-release-098.woocommerce-checkout #order_review { position: static; }
  .therpix-release-098 .therpix-empty-cart { grid-template-columns: 1fr; }
  .therpix-release-098 .therpix-empty-cart__visual { min-height: 360px; }
}

/* Mobile 430 / 390 / 375 */
@media (max-width: 760px) {
  html { scroll-padding-top: 66px; }
  .therpix-release-098 .section { padding-block: 58px; }
  .therpix-release-098 .site-header__inner { min-height: 58px; padding-block: 6px; }
  .therpix-release-098 .site-branding__logo { height: 17px; }
  .therpix-release-098 .site-nav__toggle { min-height: 40px; min-width: 68px; padding: 7px 10px; }
  .therpix-release-098 .site-nav__panel { padding-top: 8px; padding-bottom: 14px; }
  .therpix-release-098 .site-nav__list a { min-height: 44px; font-size: 13px; }
  .therpix-release-098 .button--nav { min-height: 44px; }

  .therpix-release-098 .hero { min-height: 720px; }
  .therpix-release-098 .hero__veil { background: linear-gradient(0deg, rgba(7,8,9,.95) 0%, rgba(7,8,9,.76) 54%, rgba(7,8,9,.26) 100%); }
  .therpix-release-098 .hero__inner { align-items: end; padding-block: 70px 34px; }
  .therpix-release-098 .hero h1 { max-width: 390px; font-size: clamp(44px, 13vw, 60px); }
  .therpix-release-098 .hero__lead { margin-top: 18px; font-size: 17px; line-height: 1.45; }
  .therpix-release-098 .hero__facts { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 5px 12px; margin-top: 20px; font-size: 9px; }
  .therpix-release-098 .hero__facts span[aria-hidden="true"] { display: none; }
  .therpix-release-098 .hero__product-cue { margin-top: 20px; padding: 9px 10px; }
  .therpix-release-098 .hero__product-cue img { width: 48px; height: 48px; }
  .therpix-release-098 .hero__actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .therpix-release-098 .button--hero { width: 100%; }
  .therpix-release-098 .compatibility-badge { justify-content: center; min-height: 36px; }

  .therpix-release-098 .thermal-proof__frame { min-height: 340px; }
  .therpix-release-098 .physical-proof { gap: 16px; }
  .therpix-release-098 .physical-proof__image { width: 92px; min-width: 92px; }

  .therpix-release-098 .use-cases { overflow: hidden; }
  .therpix-release-098 .use-case-grid { display: flex; gap: 10px; overflow-x: auto; margin-inline: calc(var(--therpix-gutter) * -1); padding-inline: var(--therpix-gutter); padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .therpix-release-098 .use-case-grid::-webkit-scrollbar { display: none; }
  .therpix-release-098 .use-case-card { flex: 0 0 min(84vw, 360px); scroll-snap-align: start; }
  .therpix-release-098 .use-case-card__copy { padding: 20px; }
  .therpix-release-098 .use-case-card h3 { margin-top: 22px; font-size: 22px; }
  .therpix-release-098 .use-cases__mobile-hint { display: block; margin-top: 8px; color: #777a7b; font-size: 10px; }

  .therpix-release-098 .spec-grid { grid-template-columns: 1fr 1fr; }
  .therpix-release-098 .spec-card { min-height: 190px; padding: 20px 16px; }
  .therpix-release-098 .spec-card__value { font-size: 27px; }
  .therpix-release-098 .spec-card h3 { margin-top: 34px; }

  .therpix-release-098 .variant-grid { display: flex; overflow-x: auto; gap: 10px; margin-inline: calc(var(--therpix-gutter) * -1); padding-inline: var(--therpix-gutter); padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .therpix-release-098 .variant-grid::-webkit-scrollbar { display: none; }
  .therpix-release-098 .variant-card { flex: 0 0 min(88vw, 380px); scroll-snap-align: start; }
  .therpix-release-098 .variant-card__hero h3 { font-size: 29px; }
  .therpix-release-098 .variants-section__mobile-hint { display: block; font-size: 10px; }
  .therpix-release-098 .value-bridge { margin-top: 20px; }

  .therpix-release-098 .product-conversion__stage { min-height: 430px; }
  .therpix-release-098 .product-conversion__stage img { width: 72%; }
  .therpix-release-098 .product-conversion__panel h2 { font-size: 42px; }

  .therpix-release-098 .therpix-product-hero { padding-top: 18px; padding-bottom: 58px; }
  .therpix-release-098 .therpix-product-gallery .woocommerce-product-gallery__image a { min-height: 430px; padding: 24px; }
  .therpix-release-098 .therpix-product-summary { padding: 24px 20px; box-shadow: none; }
  .therpix-release-098 .therpix-product-summary .product_title { font-size: 42px; }
  .therpix-release-098 .therpix-product-benefit { font-size: 16px; }
  .therpix-release-098 .therpix-product-facts { grid-template-columns: 1fr; }
  .therpix-release-098 .therpix-product-facts > div { min-height: 66px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 12px; padding: 11px 12px; }
  .therpix-release-098 .therpix-product-facts > div + div { border-left: 0; border-top: 1px solid #e0e1df; }
  .therpix-release-098 .therpix-product-facts small { grid-column: 2; }
  .therpix-release-098 .therpix-config-guide__grid { grid-template-columns: 1fr; }
  .therpix-release-098 .therpix-config-guide__card { min-height: 112px; }
  .therpix-release-098 .therpix-config-guide__card p { margin-top: 22px; }
  .therpix-release-098 .therpix-product-summary .woocommerce-variation-add-to-cart { grid-template-columns: 76px minmax(0,1fr); }
  .therpix-release-098 .therpix-pdp-section { padding-block: 62px; }
  .therpix-release-098 .therpix-pdp-heading h2 { font-size: 38px; }
  .therpix-release-098 .therpix-use-grid { display: flex; overflow-x: auto; gap: 9px; margin-inline: calc(var(--therpix-gutter) * -1); padding-inline: var(--therpix-gutter); padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .therpix-release-098 .therpix-use-grid article { flex: 0 0 82vw; min-height: 220px; scroll-snap-align: start; }
  .therpix-release-098 .therpix-proof-media img { min-height: 330px; }
  .therpix-release-098 .therpix-resolution-demo,
  .therpix-release-098 .therpix-frame-demo { min-height: 330px; }
  .therpix-release-098 .therpix-measure-screen { min-height: 390px; }
  .therpix-release-098 .therpix-choice-grid { display: flex; overflow-x: auto; gap: 9px; margin-inline: calc(var(--therpix-gutter) * -1); padding-inline: var(--therpix-gutter); padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .therpix-release-098 .therpix-choice-grid article { flex: 0 0 86vw; min-height: 300px; scroll-snap-align: start; }
  .therpix-release-098 .therpix-spec-table > div { align-items: flex-start; flex-direction: column; gap: 3px; }

  .therpix-release-098.woocommerce-cart .site-main--commerce,
  .therpix-release-098.woocommerce-checkout .site-main--commerce { padding-block: 42px; }
  .therpix-release-098.woocommerce-cart form.woocommerce-cart-form { border: 0; background: transparent; box-shadow: none; }
  .therpix-release-098.woocommerce-cart table.shop_table,
  .therpix-release-098.woocommerce-cart table.shop_table tbody,
  .therpix-release-098.woocommerce-cart table.shop_table tr,
  .therpix-release-098.woocommerce-cart table.shop_table td { display: block; width: 100%; }
  .therpix-release-098.woocommerce-cart table.shop_table thead { display: none; }
  .therpix-release-098.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item { position: relative; margin-bottom: 12px; padding: 18px; border: 1px solid #dedfdd; border-radius: 4px; background: #fff; }
  .therpix-release-098.woocommerce-cart table.shop_table td { padding: 8px 0; border: 0; }
  .therpix-release-098.woocommerce-cart .product-thumbnail { display: block !important; }
  .therpix-release-098.woocommerce-cart .product-thumbnail::before { display: none; }
  .therpix-release-098.woocommerce-cart .product-thumbnail img { width: 84px; }
  .therpix-release-098.woocommerce-cart .product-remove { position: absolute; top: 12px; right: 12px; width: auto !important; }
  .therpix-release-098.woocommerce-cart .cart-collaterals { display: block; }
  .therpix-release-098.woocommerce-cart .cart_totals { width: 100% !important; padding: 20px; }
  .therpix-release-098 .therpix-empty-cart__visual { min-height: 300px; padding: 28px; }
  .therpix-release-098 .therpix-empty-cart__copy { padding: 30px 24px 36px; }
  .therpix-release-098 .therpix-empty-cart__copy h1 { font-size: 40px; }

  .therpix-release-098.woocommerce-checkout #customer_details,
  .therpix-release-098.woocommerce-checkout #order_review,
  .therpix-release-098.woocommerce-checkout .therpix-checkout-contract { padding: 20px; box-shadow: none; }
  .therpix-release-098 .therpix-info-page > .container { padding-block: 48px; }
  .therpix-release-098 .therpix-info-hero h1 { font-size: 42px; }
  .therpix-release-098 .therpix-info-sections > section { grid-template-columns: 32px minmax(0,1fr); gap: 12px; padding: 22px 18px; }
}

@media (max-width: 390px) {
  .therpix-release-098 .hero h1 { font-size: 46px; }
  .therpix-release-098 .hero__lead { font-size: 16px; }
  .therpix-release-098 .spec-card { min-height: 176px; padding: 17px 14px; }
  .therpix-release-098 .spec-card__value { font-size: 24px; }
  .therpix-release-098 .therpix-product-summary { padding-inline: 18px; }
  .therpix-release-098 .therpix-product-summary .product_title { font-size: 39px; }
  .therpix-release-098 .therpix-choice-grid article { flex-basis: 89vw; }
}

@media (max-width: 375px) {
  .therpix-release-098 .hero__facts { gap: 4px 8px; }
  .therpix-release-098 .use-case-card { flex-basis: 86vw; }
  .therpix-release-098 .variant-card { flex-basis: 90vw; }
  .therpix-release-098 .therpix-product-summary .woocommerce-variation-add-to-cart { grid-template-columns: 70px minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .therpix-release-098 .site-header,
  .therpix-release-098 .button,
  .therpix-release-098 [data-reveal] { transition: none !important; }
}
