body.theme-luxury-home {
  --text-main: #111319;
  --text-muted: rgba(17, 19, 25, 0.72);
  --accent-color: #ef8300;
  --nav-bg: rgba(255, 255, 255, 0.74);
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.92), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(239, 122, 9, 0.14), transparent 18%),
    linear-gradient(180deg, #f4f5f7 0%, #ddd9d3 52%, #bdb7af 100%);
}

body.theme-luxury-home::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.36;
}

body.theme-luxury-home .page-switcher a {
  color: rgba(17, 19, 25, 0.66);
}

body.theme-luxury-home .page-switcher a:hover,
body.theme-luxury-home .page-switcher a:focus-visible {
  color: #111319;
  border-color: rgba(17, 19, 25, 0.12);
}

body.theme-luxury-home .button--ghost {
  border-color: rgba(17, 19, 25, 0.1);
  background: rgba(255, 255, 255, 0.56);
  color: #111319;
}

.luxury-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1.16fr);
  gap: 28px;
  align-items: center;
  min-height: calc(100vh - 120px);
  padding: 40px 0 24px;
}

.luxury-home-copy {
  display: grid;
  gap: 22px;
}

.luxury-home-copy h1,
.luxury-section-heading h2,
.luxury-product-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.luxury-home-copy h1 span:last-child {
  color: var(--accent-color);
}

.luxury-benefit {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17, 19, 25, 0.08);
  box-shadow: 0 18px 42px rgba(24, 26, 32, 0.08);
}

.luxury-home-signature {
  display: grid;
  gap: 12px;
  max-width: 560px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 19, 25, 0.12);
}

.luxury-home-signature__eyebrow {
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 19, 25, 0.5);
}

.luxury-home-signature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.luxury-home-signature__list span {
  position: relative;
  padding-left: 16px;
  font-family: var(--font-body);
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(17, 19, 25, 0.84);
}

.luxury-home-signature__list span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 1px;
  background: rgba(239, 122, 9, 0.72);
  transform: translateY(-50%);
}

.luxury-home-stage {
  position: relative;
  min-height: 660px;
  border-radius: 44px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.95), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(222, 216, 208, 0.74));
  box-shadow: 0 34px 80px rgba(24, 26, 32, 0.12);
}

.luxury-home-stage::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border-radius: 30px;
  border: 1px solid rgba(17, 19, 25, 0.08);
}

.luxury-home-stage__glow {
  position: absolute;
  inset: auto 10% 8% 10%;
  z-index: 0;
  height: 32%;
  background: radial-gradient(circle, rgba(239, 122, 9, 0.2), transparent 70%);
  filter: blur(16px);
}

.luxury-home-stage__pack {
  position: absolute;
  top: 7%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(224, 220, 214, 0.78));
  border: 1px solid rgba(17, 19, 25, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.luxury-home-stage__pack img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.luxury-home-strip {
  overflow: hidden;
  margin-bottom: 18px;
  border-top: 1px solid rgba(17, 19, 25, 0.12);
  border-bottom: 1px solid rgba(17, 19, 25, 0.12);
}

.luxury-home-strip__track {
  display: flex;
  gap: 34px;
  width: max-content;
  padding: 14px 0;
  font-family: var(--font-display);
  font-size: 0.96rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 19, 25, 0.86);
  animation: luxuryTicker 18s linear infinite;
}

.luxury-home-strip__track span:nth-child(2n) {
  color: var(--accent-color);
}

.luxury-home-benefits-section,
.luxury-home-tech-teaser,
.luxury-home-note,
.tech-page-studies,
.luxury-product-section {
  padding-bottom: 18px;
}

.luxury-section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.luxury-section-heading h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.luxury-section-heading p:last-child,
.luxury-section-heading__text {
  color: var(--text-muted);
  max-width: 72ch;
}

.luxury-section-heading--center {
  text-align: center;
  justify-items: center;
}

.luxury-section-heading--compact {
  gap: 8px;
}

.luxury-section-heading--compact h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.luxury-tech-note {
  margin-top: -2px;
  font-size: 0.92rem;
}

.luxury-home-note {
  display: grid;
  gap: 18px;
  padding-top: 18px;
  padding-bottom: 68px;
}

.luxury-home-note__line {
  width: 96px;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 122, 9, 0.68), rgba(17, 19, 25, 0.16));
}

.luxury-home-note__card {
  display: grid;
  gap: 12px;
  max-width: 760px;
  padding: 0;
}

.luxury-home-note__label {
  color: rgba(17, 19, 25, 0.54);
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.luxury-home-note__text {
  max-width: 62ch;
  color: rgba(17, 19, 25, 0.72);
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
  line-height: 1.62;
}

.luxury-home-tech-teaser {
  padding: 10px 0 22px;
}

.luxury-home-tech-panel {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 22px;
  border-radius: 26px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 122, 9, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(244, 240, 234, 0.68));
  box-shadow: 0 18px 40px rgba(24, 26, 32, 0.06);
}

.luxury-home-tech-panel__head {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.luxury-home-tech-panel__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.02;
  text-transform: uppercase;
  max-width: 16ch;
}

.luxury-home-tech-panel__text {
  max-width: 54ch;
  color: var(--text-muted);
  font-size: 0.96rem;
}

.luxury-home-tech-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.luxury-home-tech-badge {
  appearance: none;
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.58);
  color: #111319;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.luxury-home-tech-badge:hover,
.luxury-home-tech-badge:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(239, 122, 9, 0.28);
  background: rgba(255, 255, 255, 0.76);
}

.luxury-home-tech-badge.is-active {
  border-color: rgba(239, 122, 9, 0.28);
  background: rgba(239, 122, 9, 0.09);
}

.luxury-home-tech-badge__label {
  color: var(--accent-color);
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.luxury-home-tech-badge strong {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.06;
}

.luxury-home-tech-badge small {
  color: rgba(17, 19, 25, 0.66);
  font-size: 0.86rem;
  line-height: 1.42;
}

.luxury-home-tech-stage {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
}

.luxury-home-tech-stage.is-open {
  grid-template-rows: 1fr;
}

.luxury-home-tech-stage__inner {
  overflow: hidden;
}

.luxury-home-tech-summary {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 18px;
  align-items: end;
  padding: 16px 4px 2px;
  border-top: 1px solid rgba(17, 19, 25, 0.08);
}

.luxury-home-tech-summary.is-active {
  display: grid;
}

.luxury-home-tech-summary__copy {
  display: grid;
  gap: 8px;
}

.luxury-home-tech-summary__eyebrow,
.luxury-home-tech-summary__note,
.luxury-home-tech-summary__link {
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.luxury-home-tech-summary__eyebrow {
  color: var(--accent-color);
}

.luxury-home-tech-summary h3 {
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.04;
}

.luxury-home-tech-summary p {
  max-width: 58ch;
  color: var(--text-muted);
}

.luxury-home-tech-summary__note {
  color: rgba(17, 19, 25, 0.54);
}

.luxury-home-tech-summary__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(17, 19, 25, 0.58);
}

.luxury-home-tech-summary__link::after {
  content: "→";
  font-size: 0.92rem;
}

.luxury-home-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.luxury-benefit {
  padding: 26px;
  background: rgba(255, 255, 255, 0.56);
}

.luxury-benefit h3 {
  margin: 14px 0 10px;
  font-family: var(--font-display);
  font-size: 1.26rem;
}

.luxury-benefit p:last-child {
  color: var(--text-muted);
}

.luxury-tech-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tech-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  align-items: start;
  padding: 40px 0 24px;
}

.tech-page-copy {
  display: grid;
  gap: 20px;
}

.tech-page-copy h1,
.cart-placeholder__card h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.tech-page-stat-rack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.luxury-tech-stat {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17, 19, 25, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(239, 122, 9, 0.08)),
    rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(24, 26, 32, 0.08);
  text-align: center;
}

.luxury-tech-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  color: var(--accent-color);
}

.luxury-tech-stat span {
  display: block;
  margin-top: 10px;
  color: var(--text-muted);
  font-family: var(--font-accent);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.luxury-study-browser {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.luxury-study-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.luxury-study-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(17, 19, 25, 0.1);
  background: rgba(255, 255, 255, 0.52);
  color: #111319;
  font-family: var(--font-accent);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.luxury-study-badge:hover,
.luxury-study-badge:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(239, 122, 9, 0.34);
}

.luxury-study-badge.is-active {
  background: rgba(239, 122, 9, 0.12);
  border-color: rgba(239, 122, 9, 0.34);
  color: var(--accent-color);
}

.luxury-study-stage {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

.luxury-study-stage.is-open {
  grid-template-rows: 1fr;
}

.luxury-study-stage__inner {
  overflow: hidden;
}

.luxury-study-panels {
  border-top: 1px solid rgba(17, 19, 25, 0.1);
}

.luxury-study-panel {
  display: none;
  gap: 10px;
  padding: 22px 0 6px;
}

.luxury-study-panel.is-active {
  display: grid;
}

.luxury-study-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.42rem;
  line-height: 1.02;
}

.luxury-study-panel p {
  margin: 0;
  color: var(--text-muted);
}

.luxury-study-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 4px 0 0;
  list-style: none;
  color: var(--text-muted);
}

.luxury-study-list li {
  position: relative;
  padding-left: 22px;
}

.luxury-study-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-color);
}

.luxury-product-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.98fr) minmax(0, 1.02fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 8px;
  padding: 22px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17, 19, 25, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(239, 122, 9, 0.06)),
    rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(24, 26, 32, 0.08);
}

.luxury-product-section::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

.tech-results-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  gap: 18px;
  padding-bottom: 18px;
}

.tech-result-card {
  padding: 26px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 42px rgba(24, 26, 32, 0.08);
}

.tech-result-card--summary {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(239, 122, 9, 0.08)),
    rgba(255, 255, 255, 0.58);
}

.tech-result-card strong {
  display: block;
  margin: 12px 0 10px;
  font-family: var(--font-display);
  font-size: 1.5rem;
}

.tech-result-card h3 {
  margin: 8px 0 10px;
  font-family: var(--font-display);
  font-size: 1.22rem;
}

.tech-result-card p:last-child {
  color: var(--text-muted);
}

.tech-result-value {
  font-family: var(--font-display);
  font-size: 2.3rem;
  line-height: 1;
  color: var(--accent-color);
}

.tech-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tech-result-tags span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(17, 19, 25, 0.06);
  color: rgba(17, 19, 25, 0.8);
  font-size: 0.82rem;
}

.cart-placeholder {
  display: grid;
  min-height: calc(100vh - 240px);
  padding: 40px 0 24px;
}

.cart-placeholder__card {
  display: grid;
  align-content: center;
  gap: 22px;
  max-width: 760px;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 42px rgba(24, 26, 32, 0.08);
}

.catalog-page {
  display: grid;
  gap: 22px;
  padding: 40px 0 28px;
}

.catalog-page__intro {
  display: grid;
  gap: 12px;
  max-width: 68ch;
}

.catalog-page__intro.patch-collection__head {
  max-width: none;
}

.catalog-page__intro h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.catalog-grid {
  display: grid;
}

.catalog-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-radius: 34px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 42px rgba(24, 26, 32, 0.08);
}

.catalog-card__visual {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 16%, rgba(239, 122, 9, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 237, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.catalog-card__visual img {
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(12, 14, 18, 0.12));
}

.catalog-card__copy {
  display: grid;
  gap: 14px;
}

.catalog-card__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.catalog-card__copy p {
  color: var(--text-muted);
}

.catalog-card__list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 4px 0 0;
  list-style: none;
  color: var(--text-muted);
}

.catalog-card__list li {
  position: relative;
  padding-left: 22px;
}

.catalog-card__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-color);
}

.catalog-card__meta {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.52);
}

.catalog-card__meta span {
  color: rgba(17, 19, 25, 0.54);
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-card__meta strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  line-height: 1.04;
}

.patch-collection__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 18px 24px;
  align-items: end;
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17, 19, 25, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(239, 122, 9, 0.08)),
    rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 42px rgba(24, 26, 32, 0.08);
}

.patch-collection__intro {
  display: grid;
  gap: 12px;
}

.patch-collection__intro :is(h1, h2) {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.patch-collection__intro p:last-child {
  max-width: 66ch;
  color: var(--text-muted);
}

.patch-collection__meta {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.patch-collection__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.patch-collection__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(17, 19, 25, 0.66);
  font-family: var(--font-accent);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.patch-collection__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.patch-card {
  --patch-accent: #111319;
  --patch-accent-soft: rgba(17, 19, 25, 0.14);
  --patch-badge-bg: rgba(17, 19, 25, 0.86);
  --patch-line: rgba(17, 19, 25, 0.1);
  position: relative;
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 42px rgba(24, 26, 32, 0.08);
  overflow: hidden;
}

.patch-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--patch-accent-soft), transparent 68%);
  pointer-events: none;
}

.patch-card--rouge {
  --patch-accent: #dc2626;
  --patch-accent-soft: rgba(220, 38, 38, 0.18);
  --patch-badge-bg: rgba(165, 27, 27, 0.92);
}

.patch-card--blanc {
  --patch-accent: #d3d8e0;
  --patch-accent-soft: rgba(255, 255, 255, 0.94);
  --patch-badge-bg: rgba(17, 19, 25, 0.84);
  --patch-line: rgba(17, 19, 25, 0.14);
}

.patch-card--rose {
  --patch-accent: #ec4899;
  --patch-accent-soft: rgba(236, 72, 153, 0.18);
  --patch-badge-bg: rgba(171, 35, 100, 0.92);
}

.patch-card__visual {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 44px 14px 14px;
  border-radius: 24px;
  border: 1px solid var(--patch-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 242, 237, 0.92));
  overflow: hidden;
}

.patch-card__visual::before,
.patch-card__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.patch-card__visual::before {
  inset: 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.patch-card__visual::after {
  content: none;
}

.patch-card__stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--patch-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 238, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 10px 22px rgba(24, 26, 32, 0.06);
}

.patch-card__stage img {
  width: min(100%, 280px);
  max-height: 190px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(12, 14, 18, 0.14));
}

.patch-card__thumbs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.patch-card__thumb {
  display: grid;
  gap: 8px;
  justify-items: center;
  width: 100%;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 20px rgba(24, 26, 32, 0.06);
  appearance: none;
  cursor: pointer;
  text-align: center;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.patch-card__thumb:hover,
.patch-card__thumb:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(17, 19, 25, 0.16);
  background: rgba(255, 255, 255, 0.96);
}

.patch-card__thumb.is-active {
  border-color: rgba(17, 19, 25, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    var(--patch-accent-soft);
  box-shadow: 0 12px 24px rgba(24, 26, 32, 0.1);
}

.patch-card__thumb img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.patch-card__thumb span {
  color: rgba(17, 19, 25, 0.62);
  font-family: var(--font-accent);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.patch-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--patch-badge-bg);
  color: #fff;
  font-family: var(--font-accent);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.patch-card__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.patch-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(17, 19, 25, 0.62);
  font-family: var(--font-accent);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.patch-card__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--patch-accent);
}

.patch-card__copy :is(h2, h3) {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.patch-card__copy p:last-child {
  color: var(--text-muted);
}

.patch-card__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--text-muted);
}

.patch-card__list li {
  position: relative;
  padding-left: 20px;
}

.patch-card__list li::before {
  content: "";
  position: absolute;
  top: 0.48rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--patch-accent);
}

.patch-card--blanc .patch-card__eyebrow::before,
.patch-card--blanc .patch-card__list li::before {
  box-shadow: 0 0 0 2px rgba(17, 19, 25, 0.1);
}

.patch-card__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.patch-card__footer span {
  color: rgba(17, 19, 25, 0.5);
  font-family: var(--font-accent);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.patch-card__footer strong {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.02;
}

.luxury-product-visual {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 460px;
  padding: 12px 14px 12px 12px;
  overflow: visible;
  background: transparent;
}

.luxury-product-visual::before {
  content: none;
}

.luxury-product-visual__caption {
  position: relative;
  z-index: 1;
  align-self: start;
  justify-self: center;
  color: rgba(17, 19, 25, 0.46);
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.luxury-product-visual__stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 247, 243, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 30px rgba(24, 26, 32, 0.06);
}

.luxury-product-visual__stage img {
  width: min(100%, 620px);
  max-height: 320px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 36px rgba(12, 14, 18, 0.14));
}

.luxury-product-visual__thumbs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 420px);
  margin: 0 auto;
}

.luxury-product-thumb {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 84px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(24, 26, 32, 0.08);
  cursor: pointer;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.luxury-product-thumb:hover,
.luxury-product-thumb:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(239, 122, 9, 0.3);
  background: rgba(255, 255, 255, 0.98);
}

.luxury-product-thumb.is-active {
  border-color: rgba(239, 122, 9, 0.38);
  box-shadow: 0 14px 28px rgba(24, 26, 32, 0.12);
}

.luxury-product-thumb img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
}

.luxury-product-copy {
  display: grid;
  align-content: center;
  background: transparent;
  padding: 18px 18px 18px 10px;
}

.luxury-product-copy h2 {
  margin: 14px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.luxury-product-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 28px;
  list-style: none;
  color: var(--text-muted);
}

.luxury-product-list li {
  position: relative;
  padding-left: 22px;
}

.luxury-product-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer__brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.98rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__brand p {
  margin-top: 8px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer__links a {
  color: var(--text-muted);
}

body.theme-tech-page {
  --text-main: #12151a;
  --text-muted: rgba(18, 21, 26, 0.68);
  --accent-color: #ef8300;
  --nav-bg: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.94), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(239, 122, 9, 0.12), transparent 18%),
    linear-gradient(180deg, #f4f5f7 0%, #dfd9d1 58%, #d0c6b8 100%);
}

body.theme-tech-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(17, 19, 25, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 25, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.28;
}

body.theme-tech-page .page-switcher a,
body.theme-tech-page .site-footer__links a,
body.theme-tech-page .site-footer__brand p {
  color: rgba(18, 21, 26, 0.66);
}

body.theme-tech-page .page-switcher a:hover,
body.theme-tech-page .page-switcher a:focus-visible {
  color: #12151a;
  border-color: rgba(17, 19, 25, 0.1);
}

body.theme-tech-page .page-switcher a.is-active {
  color: #12151a;
  border-color: rgba(17, 19, 25, 0.1);
  background: rgba(255, 255, 255, 0.62);
}

body.theme-tech-page .site-footer {
  border-top: 1px solid rgba(17, 19, 25, 0.08);
}

body.theme-tech-page .topbar {
  padding-bottom: 6px;
}

body.theme-tech-page .tech-page-hero {
  grid-template-columns: 1fr;
  gap: 24px;
  justify-items: center;
  min-height: auto;
  padding: 46px 0 18px;
}

body.theme-tech-page .tech-page-copy {
  display: grid;
  gap: 20px;
  max-width: 74ch;
  padding: 8px 0;
  justify-items: center;
  text-align: center;
}

body.theme-tech-page .tech-page-copy h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

body.theme-tech-page .tech-page-copy .lead {
  max-width: 64ch;
  font-size: 1.02rem;
}

body.theme-tech-page .tech-page-overview {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

body.theme-tech-page .tech-overview-card,
body.theme-tech-page .tech-study-layout {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 42px rgba(24, 26, 32, 0.08);
}

body.theme-tech-page .tech-overview-card {
  display: grid;
  gap: 8px;
  min-height: 0;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(241, 236, 230, 0.78));
}

body.theme-tech-page .tech-overview-card--interactive {
  position: relative;
  width: 100%;
  appearance: none;
  font: inherit;
  letter-spacing: normal;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease,
    color 0.24s ease;
}

body.theme-tech-page .tech-overview-card--interactive::before {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(239, 122, 9, 0.96), rgba(239, 122, 9, 0.1));
  transform: scaleX(0.32);
  transform-origin: left center;
  opacity: 0.72;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.theme-tech-page .tech-overview-card--interactive:hover,
body.theme-tech-page .tech-overview-card--interactive:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(239, 122, 9, 0.26);
  box-shadow: 0 24px 40px rgba(24, 26, 32, 0.11);
}

body.theme-tech-page .tech-overview-card--interactive:hover::before,
body.theme-tech-page .tech-overview-card--interactive:focus-visible::before {
  transform: scaleX(1);
  opacity: 1;
}

body.theme-tech-page .tech-overview-card--interactive:active {
  transform: translateY(-1px) scale(0.993);
}

body.theme-tech-page .tech-overview-card--interactive.is-active {
  transform: translateY(-4px);
  border-color: rgba(17, 19, 25, 0.88);
  background:
    linear-gradient(180deg, rgba(17, 19, 25, 0.97), rgba(33, 36, 44, 0.98));
  box-shadow:
    0 26px 46px rgba(24, 26, 32, 0.18),
    0 0 0 1px rgba(239, 122, 9, 0.16);
  animation: studyBadgePulse 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.theme-tech-page .tech-overview-card--interactive.is-active::before {
  transform: scaleX(1);
  opacity: 1;
  background: linear-gradient(90deg, #ef8300, rgba(255, 201, 152, 0.62));
}

body.theme-tech-page .tech-overview-card--interactive.is-active strong,
body.theme-tech-page .tech-overview-card--interactive.is-active p,
body.theme-tech-page .tech-overview-card--interactive.is-active .kicker,
body.theme-tech-page .tech-overview-card--interactive.is-active .tech-overview-card__subtitle {
  color: rgba(248, 248, 248, 0.9);
}

body.theme-tech-page .tech-overview-card strong {
  font-family: var(--font-display);
  font-size: 1.14rem;
  line-height: 1.04;
}

body.theme-tech-page .tech-overview-card__subtitle {
  color: rgba(18, 21, 26, 0.58);
  font-family: var(--font-accent);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.theme-tech-page .tech-overview-card p {
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

body.theme-tech-page .tech-page-studies {
  display: grid;
  gap: 22px;
  padding: 12px 0 20px;
}

body.theme-tech-page .tech-page-studies__intro {
  display: grid;
  gap: 12px;
  max-width: 78ch;
  margin: 0 auto;
  justify-items: center;
  text-align: center;
}

body.theme-tech-page .tech-page-studies__intro h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.96;
  text-transform: uppercase;
  color: #12151a;
}

body.theme-tech-page .tech-page-studies__intro p:last-child,
body.theme-tech-page .tech-page-summary__statement {
  max-width: 66ch;
}

body.theme-tech-page .tech-study-layout {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 122, 9, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(236, 229, 220, 0.8));
}

body.theme-tech-page .tech-study-layout::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(17, 19, 25, 0.06);
  pointer-events: none;
}

body.theme-tech-page .luxury-study-badges {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 930px);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 12px;
}

body.theme-tech-page .luxury-study-badge {
  position: relative;
  display: grid;
  align-content: start;
  gap: 4px;
  min-height: 64px;
  padding: 11px 16px 11px 20px;
  border-radius: 18px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 240, 233, 0.76));
  color: #111319;
  font-family: inherit;
  letter-spacing: normal;
  text-align: left;
  box-shadow: 0 10px 24px rgba(24, 26, 32, 0.05);
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease,
    color 0.24s ease;
}

body.theme-tech-page .luxury-study-badge::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 10px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(239, 122, 9, 0.9), rgba(239, 122, 9, 0.22));
  opacity: 0.72;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

body.theme-tech-page .luxury-study-badge__eyebrow {
  font-family: var(--font-accent);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(18, 21, 26, 0.54);
}

body.theme-tech-page .luxury-study-badge strong {
  font-family: var(--font-display);
  font-size: 0.96rem;
  line-height: 1.03;
}

body.theme-tech-page .luxury-study-badge small {
  display: block;
  color: rgba(18, 21, 26, 0.68);
  font-size: 0.71rem;
  line-height: 1.28;
}

body.theme-tech-page .luxury-study-badge:hover,
body.theme-tech-page .luxury-study-badge:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(239, 122, 9, 0.28);
  box-shadow: 0 16px 28px rgba(24, 26, 32, 0.08);
}

body.theme-tech-page .luxury-study-badge:hover::before,
body.theme-tech-page .luxury-study-badge:focus-visible::before {
  opacity: 1;
  transform: scaleY(1.06);
}

body.theme-tech-page .luxury-study-badge:active {
  transform: translateY(-1px) scale(0.992);
}

body.theme-tech-page .luxury-study-badge.is-active {
  transform: translateY(-2px);
  border-color: rgba(17, 19, 25, 0.86);
  background:
    linear-gradient(180deg, rgba(17, 19, 25, 0.96), rgba(28, 31, 39, 0.98));
  color: #f8f8f8;
  box-shadow:
    0 18px 30px rgba(24, 26, 32, 0.14),
    0 0 0 1px rgba(239, 122, 9, 0.18);
  animation: studyBadgePulse 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.theme-tech-page .luxury-study-badge.is-active::before {
  opacity: 1;
  background: linear-gradient(180deg, #ef8300, rgba(255, 186, 117, 0.54));
}

body.theme-tech-page .luxury-study-badge.is-active .luxury-study-badge__eyebrow,
body.theme-tech-page .luxury-study-badge.is-active small {
  color: rgba(248, 248, 248, 0.72);
}

body.theme-tech-page .luxury-study-stage {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

body.theme-tech-page .luxury-study-stage.is-open {
  grid-template-rows: 1fr;
}

body.theme-tech-page .luxury-study-stage__inner {
  overflow: hidden;
}

body.theme-tech-page .luxury-study-panels {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(17, 19, 25, 0.08);
  padding-top: 8px;
}

body.theme-tech-page .luxury-study-panel {
  display: none;
  padding: 28px 0 2px;
  opacity: 0;
  transform: translateY(24px) scale(0.99);
}

body.theme-tech-page .luxury-study-panel.is-active {
  display: grid;
  animation: studyPanelIn 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.theme-tech-page .study-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 20px;
  align-items: start;
}

body.theme-tech-page .study-panel-copy {
  display: grid;
  gap: 14px;
}

body.theme-tech-page .panel-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(239, 122, 9, 0.18);
  background: rgba(239, 122, 9, 0.1);
  color: var(--accent-color);
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.theme-tech-page .study-panel-copy h3 {
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.94;
  text-transform: uppercase;
}

body.theme-tech-page .study-panel-copy p {
  max-width: 58ch;
  color: var(--text-muted);
}

body.theme-tech-page .study-panel-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.theme-tech-page .study-panel-meta article,
body.theme-tech-page .study-readouts div {
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(17, 19, 25, 0.03);
}

body.theme-tech-page .study-panel-meta strong,
body.theme-tech-page .study-readouts strong {
  display: block;
  margin-top: 7px;
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

body.theme-tech-page .luxury-study-list li {
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 0.94rem;
}

body.theme-tech-page .luxury-study-list li::before {
  color: var(--accent-color);
}

body.theme-tech-page .study-panel-analytics {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
  gap: 12px;
}

body.theme-tech-page .study-graph-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 280px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(241, 236, 230, 0.82));
}

body.theme-tech-page .study-graph-head {
  display: grid;
  gap: 4px;
}

body.theme-tech-page .study-graph-head span,
body.theme-tech-page .study-readouts span {
  display: block;
  font-family: var(--font-accent);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(18, 21, 26, 0.6);
}

body.theme-tech-page .study-graph-head strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
}

body.theme-tech-page .study-graph-note,
body.theme-tech-page .study-chart-caption,
body.theme-tech-page .study-source-note {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

body.theme-tech-page .study-graph-card--feature {
  align-content: start;
}

body.theme-tech-page .study-graph {
  position: relative;
  display: grid;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(17, 19, 25, 0.02), rgba(17, 19, 25, 0.06));
}

body.theme-tech-page .study-graph--bars {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  min-height: 160px;
  padding: 16px;
}

body.theme-tech-page .study-graph--bars::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(17, 19, 25, 0.05) 1px, transparent 1px);
  background-size: 100% 32px;
}

body.theme-tech-page .study-graph--bars span {
  position: relative;
  z-index: 1;
  border-radius: 999px 999px 10px 10px;
  background:
    linear-gradient(180deg, rgba(239, 122, 9, 0.28), rgba(17, 19, 25, 0.84));
}

body.theme-tech-page .study-graph--rails {
  gap: 14px;
  align-content: center;
  min-height: 160px;
  padding: 18px;
}

body.theme-tech-page .study-graph--rails span {
  display: block;
  height: 16px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(239, 122, 9, 0.76), rgba(17, 19, 25, 0.82));
}

body.theme-tech-page .study-readouts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.theme-tech-page .study-readouts div {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

body.theme-tech-page .study-readouts div > span,
body.theme-tech-page .study-readouts div > strong {
  white-space: nowrap;
}

body.theme-tech-page .study-readouts div > span {
  display: none;
}

body.theme-tech-page .study-readouts div > strong {
  min-width: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 0.86rem;
  line-height: 1.2;
}

body.theme-tech-page .study-readouts div.is-multiline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

body.theme-tech-page .study-readouts div.is-multiline > span,
body.theme-tech-page .study-readouts div.is-multiline > strong {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

body.theme-tech-page .study-readouts div.is-multiline > strong {
  max-width: none;
  text-align: left;
}

body.theme-tech-page .study-readouts--bruker .study-readout-card > strong,
body.theme-tech-page .study-readouts--bruker .study-readout-card > small {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.theme-tech-page .study-readouts--bruker .study-readout-card > small {
  line-height: 1.35;
}

body.theme-tech-page .uha-metric-chart {
  display: grid;
  min-height: 290px;
  padding-top: 8px;
}

body.theme-tech-page .uha-metric-chart svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

body.theme-tech-page .uha-axis {
  stroke: rgba(18, 21, 26, 0.26);
  stroke-width: 1.4;
}

body.theme-tech-page .uha-grid {
  stroke: rgba(18, 21, 26, 0.1);
  stroke-width: 1;
  stroke-dasharray: 4 6;
}

body.theme-tech-page .uha-axis-text,
body.theme-tech-page .uha-label-text,
body.theme-tech-page .uha-value-text {
  font-family: var(--font-accent);
}

body.theme-tech-page .uha-axis-text {
  fill: rgba(18, 21, 26, 0.62);
  font-size: 11px;
  font-weight: 600;
}

body.theme-tech-page .uha-axis-text--end {
  text-anchor: middle;
}

body.theme-tech-page .uha-label-text {
  fill: rgba(18, 21, 26, 0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.theme-tech-page .uha-bar {
  opacity: 0.96;
}

body.theme-tech-page .uha-bar--oxygen {
  fill: #12151a;
}

body.theme-tech-page .uha-bar--lactate {
  fill: var(--accent-color);
}

body.theme-tech-page .uha-value-pill {
  fill: rgba(17, 19, 25, 0.92);
}

body.theme-tech-page .uha-value-text {
  fill: #f9f7f2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-anchor: middle;
}

body.theme-tech-page .nifs-line-chart {
  display: grid;
  min-height: 250px;
  padding: 10px 0 0;
}

body.theme-tech-page .nifs-line-chart svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

body.theme-tech-page .nifs-axis {
  stroke: rgba(18, 21, 26, 0.26);
  stroke-width: 1.4;
}

body.theme-tech-page .nifs-grid {
  stroke: rgba(18, 21, 26, 0.1);
  stroke-width: 1;
  stroke-dasharray: 4 6;
}

body.theme-tech-page .nifs-axis-text,
body.theme-tech-page .nifs-x-text {
  fill: rgba(18, 21, 26, 0.62);
  font-family: var(--font-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.theme-tech-page .nifs-x-text,
body.theme-tech-page .nifs-value-text {
  text-anchor: middle;
}

body.theme-tech-page .nifs-area {
  fill: rgba(239, 122, 9, 0.12);
}

body.theme-tech-page .nifs-line {
  fill: none;
  stroke: #12151a;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-tech-page .nifs-point {
  fill: var(--accent-color);
  stroke: #fff;
  stroke-width: 3;
}

body.theme-tech-page .nifs-value-pill {
  fill: rgba(17, 19, 25, 0.92);
}

body.theme-tech-page .nifs-value-text {
  fill: #f9f7f2;
  font-family: var(--font-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

body.theme-tech-page .bruker-spectrum-chart {
  display: grid;
  min-height: 270px;
  padding-top: 6px;
}

body.theme-tech-page .bruker-spectrum-chart svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

body.theme-tech-page .bruker-zone {
  fill: rgba(239, 122, 9, 0.08);
}

body.theme-tech-page .bruker-axis {
  stroke: rgba(18, 21, 26, 0.26);
  stroke-width: 1.4;
}

body.theme-tech-page .bruker-grid {
  stroke: rgba(18, 21, 26, 0.1);
  stroke-width: 1;
  stroke-dasharray: 4 6;
}

body.theme-tech-page .bruker-axis-text {
  fill: rgba(18, 21, 26, 0.62);
  font-family: var(--font-accent);
  font-size: 11px;
  font-weight: 600;
}

body.theme-tech-page .bruker-axis-text--right {
  text-anchor: end;
}

body.theme-tech-page .bruker-line {
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.theme-tech-page .bruker-line--standard {
  stroke: #12151a;
}

body.theme-tech-page .bruker-line--high-ambient {
  stroke: #ef8300;
}

body.theme-tech-page .bruker-line--high-37 {
  stroke: #4a6c6f;
}

body.theme-tech-page .bruker-spectrum-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  color: rgba(18, 21, 26, 0.72);
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.theme-tech-page .bruker-spectrum-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.theme-tech-page .bruker-swatch {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  display: inline-block;
}

body.theme-tech-page .bruker-swatch--standard {
  background: #12151a;
}

body.theme-tech-page .bruker-swatch--high-ambient {
  background: #ef8300;
}

body.theme-tech-page .bruker-swatch--high-37 {
  background: #4a6c6f;
}

body.theme-tech-page .study-detail-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

body.theme-tech-page .study-detail-block {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(241, 236, 230, 0.8));
}

body.theme-tech-page .study-detail-block--wide,
body.theme-tech-page .study-detail-block--note {
  grid-column: 1 / -1;
}

body.theme-tech-page .study-detail-head {
  display: grid;
  gap: 6px;
}

body.theme-tech-page .study-detail-head h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.04;
  color: #12151a;
}

body.theme-tech-page .study-detail-block p,
body.theme-tech-page .study-detail-block li {
  color: var(--text-muted);
  font-size: 0.94rem;
}

body.theme-tech-page .study-detail-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.theme-tech-page .study-detail-list li {
  position: relative;
  padding-left: 18px;
}

body.theme-tech-page .study-detail-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-color);
}

body.theme-tech-page .study-protocol-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.theme-tech-page .study-protocol-step {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(17, 19, 25, 0.03);
}

body.theme-tech-page .study-protocol-step span {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  padding: 0 10px;
  align-items: center;
  border-radius: 999px;
  background: rgba(239, 122, 9, 0.1);
  color: var(--accent-color);
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

body.theme-tech-page .study-protocol-step strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.05;
  color: #12151a;
}

body.theme-tech-page .study-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.theme-tech-page .study-source-links .button {
  min-height: 44px;
  padding: 0 14px;
}

body.theme-tech-page .tech-page-summary {
  display: grid;
  gap: 18px;
  padding: 10px 0 24px;
}

body.theme-tech-page .tech-page-summary__copy {
  display: grid;
  gap: 14px;
  justify-items: center;
  max-width: 82ch;
  margin: 0 auto;
  text-align: center;
}

body.theme-tech-page .tech-page-summary__line {
  width: min(100%, 920px);
  height: 1px;
  margin: 0 auto;
  background:
    linear-gradient(90deg, transparent, rgba(17, 19, 25, 0.14), transparent);
}

body.theme-tech-page .tech-page-summary__eyebrow {
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(18, 21, 26, 0.52);
}

body.theme-tech-page .tech-page-summary__statement {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.18;
  color: #12151a;
}

body.theme-tech-page .tech-page-summary__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

body.theme-tech-page .tech-page-summary__tags span {
  display: inline-flex;
  min-height: 38px;
  padding: 0 14px;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(17, 19, 25, 0.08);
  background: rgba(255, 255, 255, 0.54);
  color: rgba(18, 21, 26, 0.76);
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Tech page tuning: less zoom, less white, more color balance */
body.theme-tech-page .tech-page-hero {
  gap: 16px;
  padding: 34px 0 10px;
}

body.theme-tech-page .tech-page-copy {
  gap: 14px;
  max-width: 68ch;
}

body.theme-tech-page .tech-page-copy h1 {
  max-width: 15ch;
  font-size: clamp(2.15rem, 4.4vw, 3.85rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

body.theme-tech-page .tech-page-copy .lead {
  max-width: 62ch;
  font-size: 0.93rem;
  line-height: 1.56;
}

body.theme-tech-page .tech-page-overview {
  gap: 12px;
}

body.theme-tech-page .tech-overview-card {
  padding: 16px;
  border-color: rgba(145, 98, 57, 0.18);
  background:
    radial-gradient(circle at 86% 16%, rgba(239, 122, 9, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(245, 236, 223, 0.96), rgba(227, 216, 201, 0.92));
}

body.theme-tech-page .tech-overview-card strong {
  font-size: 0.98rem;
}

body.theme-tech-page .tech-overview-card__subtitle {
  font-size: 0.67rem;
}

body.theme-tech-page .tech-overview-card p {
  font-size: 0.84rem;
  line-height: 1.45;
}

body.theme-tech-page .tech-overview-card--interactive.is-active {
  border-color: rgba(227, 126, 35, 0.7);
  background:
    radial-gradient(circle at 86% 18%, rgba(239, 122, 9, 0.34), transparent 38%),
    linear-gradient(180deg, rgba(22, 26, 35, 0.98), rgba(34, 39, 50, 0.98));
}

body.theme-tech-page .tech-study-layout {
  gap: 18px;
  padding: 24px;
  border-color: rgba(145, 98, 57, 0.18);
  background:
    radial-gradient(circle at 10% 10%, rgba(239, 122, 9, 0.14), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(89, 123, 157, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(243, 233, 220, 0.95), rgba(224, 212, 198, 0.9));
}

body.theme-tech-page .tech-study-layout::before {
  inset: 14px;
  border-color: rgba(145, 98, 57, 0.18);
}

body.theme-tech-page .luxury-study-panels {
  border-top-color: rgba(145, 98, 57, 0.22);
}

body.theme-tech-page .luxury-study-panel {
  padding: 18px 0 2px;
}

body.theme-tech-page .study-panel-grid {
  gap: 16px;
}

body.theme-tech-page .study-panel-copy {
  gap: 12px;
}

body.theme-tech-page .panel-label {
  min-height: 30px;
  font-size: 0.66rem;
}

body.theme-tech-page .study-panel-copy h3 {
  max-width: 21ch;
  font-size: clamp(1.4rem, 2.8vw, 2.15rem);
  line-height: 1.01;
}

body.theme-tech-page .study-panel-copy p {
  max-width: 60ch;
  font-size: 0.89rem;
  line-height: 1.52;
}

body.theme-tech-page .study-panel-meta article,
body.theme-tech-page .study-readouts div {
  padding: 10px;
  border-radius: 14px;
  border-color: rgba(145, 98, 57, 0.2);
  background:
    linear-gradient(180deg, rgba(246, 236, 223, 0.9), rgba(232, 221, 206, 0.84));
}

body.theme-tech-page .study-panel-meta strong,
body.theme-tech-page .study-readouts strong {
  margin-top: 5px;
  font-size: 0.9rem;
}

body.theme-tech-page .luxury-study-list li {
  font-size: 0.87rem;
}

body.theme-tech-page .study-panel-analytics {
  gap: 10px;
}

body.theme-tech-page .study-graph-card {
  min-height: 240px;
  padding: 14px;
  border-radius: 18px;
  border-color: rgba(145, 98, 57, 0.2);
  background:
    radial-gradient(circle at 80% 12%, rgba(239, 122, 9, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(247, 238, 225, 0.95), rgba(228, 217, 201, 0.88));
}

body.theme-tech-page .study-graph-head strong {
  font-size: 0.96rem;
}

body.theme-tech-page .study-graph-note,
body.theme-tech-page .study-chart-caption,
body.theme-tech-page .study-source-note,
body.theme-tech-page .study-conclusion {
  font-size: 0.84rem;
  line-height: 1.52;
}

body.theme-tech-page .study-detail-sections {
  gap: 10px;
  margin-top: 14px;
}

body.theme-tech-page .study-detail-block {
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border-color: rgba(145, 98, 57, 0.2);
  background:
    radial-gradient(circle at 86% 14%, rgba(239, 122, 9, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(247, 238, 225, 0.94), rgba(228, 216, 199, 0.88));
}

body.theme-tech-page .study-detail-head h4 {
  font-size: 1rem;
}

body.theme-tech-page .study-detail-block p,
body.theme-tech-page .study-detail-block li {
  font-size: 0.85rem;
}

body.theme-tech-page .study-protocol-step {
  padding: 12px;
  border-radius: 14px;
  border-color: rgba(145, 98, 57, 0.2);
  background:
    linear-gradient(180deg, rgba(247, 238, 225, 0.9), rgba(231, 219, 202, 0.86));
}

body.theme-tech-page .study-protocol-step strong {
  font-size: 0.9rem;
}

body.theme-tech-page .study-detail-block--note {
  justify-items: center;
  text-align: center;
}

body.theme-tech-page .study-detail-block--note .study-detail-head {
  justify-items: center;
  text-align: center;
}

body.theme-tech-page .study-conclusion,
body.theme-tech-page .study-source-note {
  max-width: 72ch;
  margin: 0 auto;
  text-align: center;
}

body.theme-tech-page .study-conclusion {
  font-weight: 500;
  color: rgba(18, 21, 26, 0.84);
}

body.theme-tech-page .study-source-links {
  justify-content: center;
  width: 100%;
}

body.theme-tech-page .study-source-links .button {
  justify-content: center;
  text-align: center;
  min-height: 40px;
  padding: 0 12px;
}

body.theme-tech-page .tech-page-summary {
  gap: 14px;
  padding: 6px 0 18px;
}

body.theme-tech-page .tech-page-summary__statement {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.24;
}

@keyframes studyBadgePulse {
  0% {
    transform: translateY(0) scale(0.99);
  }

  55% {
    transform: translateY(-2px) scale(1.01);
  }

  100% {
    transform: translateY(-1px) scale(1);
  }
}

@keyframes studyPanelIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.99);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes luxuryTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1080px) {
  .luxury-home-hero,
  .luxury-home-benefits,
  .luxury-product-section,
  .tech-page-hero,
  .tech-page-stat-rack,
  .luxury-tech-stats,
  .tech-results-grid,
  .catalog-card {
    grid-template-columns: 1fr;
  }

  .patch-collection__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .luxury-home-tech-summary {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .catalog-card__visual {
    min-height: 320px;
  }

  body.theme-tech-page .study-panel-grid {
    grid-template-columns: 1fr;
  }

  body.theme-tech-page .study-panel-analytics {
    grid-template-columns: 1fr;
  }

  body.theme-tech-page .tech-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-tech-page .study-detail-sections,
  body.theme-tech-page .study-protocol-flow {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .luxury-home-stage {
    min-height: 520px;
  }

  .luxury-home-stage__pack {
    inset: 16px;
  }

  .luxury-home-signature__list {
    gap: 10px 14px;
  }

  .luxury-home-signature__list span {
    width: 100%;
  }

  .luxury-home-tech-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .luxury-home-tech-panel__head h2 {
    max-width: none;
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .luxury-home-tech-badges {
    grid-template-columns: 1fr;
  }

  .luxury-home-note {
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .luxury-home-note__line {
    width: 72px;
  }

  .luxury-home-note__text {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .patch-collection__head {
    padding: 20px;
    border-radius: 24px;
  }

  .patch-collection__intro :is(h1, h2) {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .patch-collection__grid {
    grid-template-columns: 1fr;
  }

  .patch-card {
    padding: 16px;
    border-radius: 24px;
  }

  .patch-card__visual {
    padding: 42px 12px 12px;
  }

  .patch-card__stage {
    min-height: 170px;
    padding: 14px;
  }

  .patch-card__stage img {
    max-height: 170px;
  }

  .patch-card__thumb img {
    height: 42px;
  }

  .patch-card__thumb span {
    font-size: 0.56rem;
  }

  .patch-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .luxury-product-section {
    padding: 16px;
    border-radius: 24px;
    gap: 14px;
  }

  .luxury-product-section::before {
    inset: 12px;
    border-radius: 20px;
  }

  .luxury-product-visual {
    min-height: 360px;
    padding: 8px 4px 0;
  }

  .luxury-product-visual__stage {
    min-height: 290px;
    padding: 18px;
  }

  .luxury-product-visual__stage img {
    width: 100%;
    max-height: 240px;
  }

  .luxury-product-visual__thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .luxury-product-thumb {
    width: 100%;
    min-height: 72px;
    padding: 8px;
    border-radius: 14px;
  }

  .luxury-product-copy {
    padding: 6px 4px 4px;
  }

  .luxury-product-thumb img {
    height: 48px;
  }

  .catalog-page {
    padding-top: 28px;
  }

  .catalog-card {
    padding: 16px;
    border-radius: 24px;
  }

  .catalog-card__visual {
    min-height: 260px;
    border-radius: 22px;
  }

  .catalog-card__copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  body.theme-tech-page .tech-page-hero {
    min-height: auto;
    padding-top: 28px;
  }

  body.theme-tech-page .tech-page-overview,
  body.theme-tech-page .luxury-study-badges,
  body.theme-tech-page .study-panel-meta,
  body.theme-tech-page .study-panel-analytics,
  body.theme-tech-page .study-readouts,
  body.theme-tech-page .tech-results-grid,
  body.theme-tech-page .study-detail-sections,
  body.theme-tech-page .study-protocol-flow {
    grid-template-columns: 1fr;
  }

  body.theme-tech-page .tech-page-copy h1 {
    max-width: none;
  }

  body.theme-tech-page .tech-study-layout {
    padding: 16px;
    border-radius: 22px;
  }

  body.theme-tech-page .study-source-links .button {
    width: 100%;
  }

  body.theme-tech-page .luxury-study-badge {
    min-height: 0;
  }

  body.theme-tech-page .tech-page-summary {
    gap: 14px;
  }

  body.theme-tech-page .tech-page-summary__tags {
    gap: 8px;
  }

  body.theme-tech-page .tech-page-summary__tags span {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .luxury-home-strip__track,
  body.theme-tech-page .luxury-study-badge,
  body.theme-tech-page .luxury-study-badge::before,
  body.theme-tech-page .luxury-study-stage,
  body.theme-tech-page .luxury-study-panel.is-active {
    animation: none;
    transition: none;
  }
}
