﻿@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');

/* ===== DESIGN TOKENS ===== */
:root {
  --white: #21201d;            /* Obsidian Earth */
  --ivory: #21201d;            /* Card / alternate background */
  --light-gray: #21201d;        /* Borders / dividers */
  --mid-gray: #fffaec;         /* Secondary labels */
  --dark-gray: #fffaec;        /* Body text */
  --charcoal: #fffaec;         /* Titles / headers */
  --black: #fffaec;            /* Highlight text */
  --pure-black: #fffaec;       /* Ivory Blush for buttons / active states */
  --accent: #fffaec;           /* Brand accent */
  --accent-light: #fffaec;     /* Hover states */
  --accent-dark: #fffaec;      /* Contrast text on dark backgrounds */
  --header-bg: rgba(33, 32, 29, 0.88);
  --header-bg-solid: rgba(33, 32, 29, 0.97);
  --order-bg: #21201d;
  --contact-bg: linear-gradient(135deg, #21201d 0%, #21201d 48%, #21201d 100%);
  --soft-glow-a: rgba(255,250,236,0.07);
  --soft-glow-b: rgba(255,250,236,0.045);

  --ff-display: 'Akzidenz Grotesk Pro', 'Akzidenz-Grotesk Pro', 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --ff-body: 'Akzidenz Grotesk Pro', 'Akzidenz-Grotesk Pro', 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --ff-mono: 'Akzidenz Grotesk Pro', 'Akzidenz-Grotesk Pro', 'Archivo', 'Helvetica Neue', Arial, sans-serif;

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --audio-wave-bg: url("data:image/svg+xml,%3Csvg width='1200' height='180' viewBox='0 0 1200 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 90 C80 34 160 146 240 90 S400 34 480 90 S640 146 720 90 S880 34 960 90 S1120 146 1200 90' stroke='rgba(255,250,236,0.5)' stroke-width='1.6'/%3E%3Cpath d='M0 70 C70 28 170 112 240 70 S410 28 480 70 S650 112 720 70 S890 28 960 70 S1130 112 1200 70' stroke='rgba(255,250,236,0.34)' stroke-width='1.15'/%3E%3Cpath d='M0 112 C90 68 150 156 240 112 S390 68 480 112 S630 156 720 112 S870 68 960 112 S1110 156 1200 112' stroke='rgba(255,250,236,0.28)' stroke-width='1.15'/%3E%3Cpath d='M0 48 C95 18 145 78 240 48 S385 18 480 48 S625 78 720 48 S865 18 960 48 S1105 78 1200 48' stroke='rgba(255,250,236,0.2)' stroke-width='1'/%3E%3Cpath d='M0 136 C95 106 145 166 240 136 S385 106 480 136 S625 166 720 136 S865 106 960 136 S1105 166 1200 136' stroke='rgba(255,250,236,0.16)' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

:root[data-theme="light"] {
  --white: #fffaec;            /* Ivory Blush */
  --ivory: #fffaec;            /* Card / alternate background */
  --light-gray: #fffaec;        /* Borders / dividers */
  --mid-gray: #21201d;         /* Secondary labels */
  --dark-gray: #21201d;        /* Body text */
  --charcoal: #21201d;         /* Titles / headers */
  --black: #21201d;            /* Highlight text */
  --pure-black: #21201d;       /* Obsidian Earth for buttons / active states */
  --accent: #21201d;           /* Brand accent */
  --accent-light: #21201d;     /* Hover states */
  --accent-dark: #21201d;      /* Contrast text on light backgrounds */
  --header-bg: rgba(255, 250, 236, 0.84);
  --header-bg-solid: rgba(255, 250, 236, 0.97);
  --order-bg: #fffaec;
  --contact-bg: linear-gradient(135deg, #fffaec 0%, #fffaec 48%, #fffaec 100%);
  --soft-glow-a: rgba(255,255,255,0.42);
  --soft-glow-b: rgba(33,32,29,0.045);
  --audio-wave-bg: url("data:image/svg+xml,%3Csvg width='1200' height='180' viewBox='0 0 1200 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 90 C80 34 160 146 240 90 S400 34 480 90 S640 146 720 90 S880 34 960 90 S1120 146 1200 90' stroke='rgba(33,32,29,0.36)' stroke-width='1.6'/%3E%3Cpath d='M0 70 C70 28 170 112 240 70 S410 28 480 70 S650 112 720 70 S890 28 960 70 S1130 112 1200 70' stroke='rgba(33,32,29,0.22)' stroke-width='1.15'/%3E%3Cpath d='M0 112 C90 68 150 156 240 112 S390 68 480 112 S630 156 720 112 S870 68 960 112 S1110 156 1200 112' stroke='rgba(33,32,29,0.28)' stroke-width='1.15'/%3E%3Cpath d='M0 48 C95 18 145 78 240 48 S385 18 480 48 S625 78 720 48 S865 18 960 48 S1105 78 1200 48' stroke='rgba(33,32,29,0.16)' stroke-width='1'/%3E%3Cpath d='M0 136 C95 106 145 166 240 136 S385 106 480 136 S625 166 720 136 S865 106 960 136 S1105 166 1200 136' stroke='rgba(33,32,29,0.12)' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--ff-body);
  background: var(--white);
  color: var(--black);
  overflow-x: hidden;
  line-height: 1.6;
  font-weight: 400;
}

h1,
h2,
h3,
.brand-name,
.card-title,
.detail-name,
.feature-title,
.about-hero h1,
.contact-info h2,
.order-inner h2,
.specs-header h2,
.team-name,
.tech-block h3 {
  text-transform: uppercase;
}

a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; background: none; border: none; color: inherit; }
img { max-width: 100%; display: block; }

::selection {
  background: var(--accent);
  color: #21201d;
}

/* ===== INTERNAL PAGE SWIRL BACKDROPS ===== */
.page-swirl-hero {
  --page-swirl-image: url("assets/Asset 1-qw 1.svg");
  --page-swirl-opacity: 0.13;
  --page-swirl-size: min(1180px, 88vw);
  --page-swirl-x: 50%;
  --page-swirl-y: 38%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.page-swirl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--page-swirl-image);
  background-repeat: no-repeat;
  background-position: var(--page-swirl-x) var(--page-swirl-y);
  background-size: var(--page-swirl-size) auto;
  opacity: var(--page-swirl-opacity);
  filter: grayscale(1) brightness(1.25);
}

.page-swirl-hero-a {
  --page-swirl-image: url("assets/Asset 1-qw 1.svg");
  --page-swirl-size: min(1280px, 94vw);
  --page-swirl-x: 45%;
}

.page-swirl-hero-b {
  --page-swirl-image: url("assets/Asset 4-tn 1.svg");
  --page-swirl-size: min(1180px, 90vw);
  --page-swirl-x: 54%;
}

.page-swirl-hero-c {
  --page-swirl-image: url("assets/Asset 7-tn 1.svg");
  --page-swirl-size: min(1080px, 86vw);
  --page-swirl-x: 48%;
}

.page-swirl-hero > * {
  position: relative;
  z-index: 1;
}

:root[data-theme="light"] .page-swirl-hero {
  --page-swirl-opacity: 0.11;
}

:root[data-theme="light"] .page-swirl-hero::after {
  filter: grayscale(1) invert(1) contrast(0.9) brightness(0.9);
}

/* ===== GRAIN TEXTURE ===== */
.grain {
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
  z-index: 9998;
  animation: grainShift 6s steps(8) infinite;
}

@keyframes grainShift {
  0%, 100% { transform: translate(0,0); }
  25% { transform: translate(-5%, -5%); }
  50% { transform: translate(5%, -10%); }
  75% { transform: translate(-10%, 5%); }
}

/* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  background: var(--header-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--light-gray);
  transition: background 0.4s, box-shadow 0.4s;
}

.site-header.scrolled {
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
  background: var(--header-bg-solid);
}

.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

.site-logo {
  display: flex;
  align-items: center;
  width: 40px;
  height: 60px;
}

.site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter 0.25s;
}

:root[data-theme="light"] .site-logo img {
  filter: brightness(0) saturate(0);
}

.main-nav {
  display: flex;
  gap: clamp(0.85rem, 1.7vw, 1.9rem);
  align-items: center;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  min-width: 62px;
  padding: 0.35rem 0;
  border: none;
  color: var(--pure-black);
  font-family: var(--ff-mono);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.25s, opacity 0.25s, transform 0.25s;
}

.theme-toggle:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.theme-toggle-dot {
  width: 58px;
  height: 30px;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid currentColor;
  background: color-mix(in srgb, var(--pure-black) 8%, transparent);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.theme-toggle-knob {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--pure-black);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 13px;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.25s var(--ease-out-expo), background 0.25s, color 0.25s;
}

:root[data-theme="light"] .theme-toggle {
  color: var(--pure-black);
}

:root[data-theme="light"] .theme-toggle-knob {
  background: var(--pure-black);
  color: var(--white);
  transform: translateX(28px);
}

.main-nav button {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dark-gray);
  padding: 0.4rem 0;
  position: relative;
  transition: color 0.25s;
}

.main-nav button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--pure-black);
  transition: width 0.3s var(--ease-out-expo);
}

.main-nav button:hover,
.main-nav button.active {
  color: var(--pure-black);
}

.main-nav button:hover::after,
.main-nav button.active::after {
  width: 100%;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 24px;
}

.burger span {
  display: block;
  height: 2px;
  background: var(--pure-black);
  border-radius: 1px;
  transition: 0.3s;
}

/* ===== MAIN CONTAINER ===== */
#app {
  padding-top: 72px;
  min-height: 100vh;
}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
}

/* ===== HERO SECTION (HOME) ===== */
.home-hero {
  position: relative;
  padding: 14vh 0 12vh;
  text-align: center;
  border-bottom: 1px solid var(--light-gray);
  overflow: hidden;
  isolation: isolate;
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 180px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.28;
  background-image: var(--audio-wave-bg);
  background-repeat: repeat-x;
  background-size: 1200px 180px;
  filter: blur(0.15px);
  mask-image: linear-gradient(90deg, transparent 0%, #21201d 14%, #21201d 86%, transparent 100%);
  animation: heroAudioWave 16s linear infinite;
}

.home-hero::before {
  top: 18%;
}

.home-hero::after {
  bottom: 14%;
  opacity: 0.16;
  transform: scaleY(-1);
  animation-duration: 22s;
  animation-direction: reverse;
}

@keyframes heroAudioWave {
  from { background-position-x: 0; }
  to { background-position-x: -1200px; }
}

.home-hero .brand-name {
  position: relative;
  z-index: 1;
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 7.2vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--pure-black);
  margin-bottom: 1.5rem;
}

.home-hero .brand-sub {
  position: relative;
  z-index: 1;
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.6rem);
  color: var(--dark-gray);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ===== HERO PAGE CONCEPTS ===== */
.hero-lab-intro {
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 5vw, 4.5rem);
  border-bottom: 1px solid var(--light-gray);
  text-align: center;
}

.hero-lab-intro h1 {
  max-width: 960px;
  margin: 0 auto 1rem;
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(1.8rem, 4.2vw, 4.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-lab-intro p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--dark-gray);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.hero-concept {
  position: relative;
  min-height: calc(100vh - 72px);
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--light-gray);
  isolation: isolate;
}

.hero-concept::before {
  content: "";
  position: absolute;
  inset: 12% 0 auto;
  height: 180px;
  z-index: -1;
  opacity: 0.22;
  background-image: var(--audio-wave-bg);
  background-size: 1200px 180px;
  background-repeat: repeat-x;
  mask-image: linear-gradient(90deg, transparent 0%, #21201d 12%, #21201d 88%, transparent 100%);
  animation: heroAudioWave 18s linear infinite;
}

.hero-concept::after {
  content: "";
  position: absolute;
  inset: auto 8% 8%;
  height: 32%;
  z-index: -2;
  background: radial-gradient(ellipse at center, color-mix(in srgb, var(--pure-black) 9%, transparent), transparent 70%);
  filter: blur(10px);
}

.hero-concept-inner,
.hero-editorial-grid,
.hero-dual-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.hero-copy {
  max-width: 620px;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--accent);
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h2,
.hero-center-inner h2 {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(1.92rem, 4.68vw, 5.1rem);
  line-height: 0.88;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}

.hero-copy p,
.hero-center-inner p {
  max-width: 560px;
  margin-bottom: 2rem;
  color: var(--dark-gray);
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  line-height: 1.65;
}

.hero-product-stage {
  position: relative;
  min-height: 620px;
}

.hero-product-stage::before {
  content: "";
  position: absolute;
  inset: 14% 8%;
  border: 1px solid var(--light-gray);
  border-radius: 22px;
}

.hero-product {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0,0,0,0.28));
}

.hero-product-m3 {
  left: 4%;
  top: 10%;
  width: min(58%, 430px);
  max-height: 560px;
}

.hero-product-back {
  right: 10%;
  bottom: 10%;
  width: min(34%, 260px);
  max-height: 410px;
  opacity: 0.76;
}

.hero-concept-center {
  text-align: center;
}

.hero-center-inner {
  width: 100%;
  display: grid;
  justify-items: center;
}

.hero-center-inner h2 {
  max-width: 1120px;
}

.hero-center-inner p {
  margin-left: auto;
  margin-right: auto;
}

.hero-center-products {
  width: min(900px, 100%);
  min-height: 310px;
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.9fr;
  align-items: end;
  gap: clamp(1.5rem, 5vw, 5rem);
  margin-top: 1.5rem;
}

.hero-center-products img {
  max-height: 285px;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,0.24));
}

.hero-center-products img:nth-child(2) {
  max-height: 330px;
}

.hero-editorial-image {
  min-height: 640px;
  border: 1px solid var(--light-gray);
  border-radius: 22px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--pure-black) 4%, transparent), transparent),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--pure-black) 8%, transparent), transparent 60%);
}

.hero-editorial-image img {
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 28px 44px rgba(0,0,0,0.24));
}

.hero-concept-dual {
  min-height: calc(100vh - 72px);
}

.hero-dual-inner {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.hero-dual-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.hero-dual-products article {
  min-height: 520px;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--light-gray);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--pure-black) 7%, transparent), transparent 58%),
    color-mix(in srgb, var(--pure-black) 2.5%, transparent);
}

.hero-dual-products img {
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 28px 40px rgba(0,0,0,0.24));
}

.hero-dual-products span {
  margin-top: 1.4rem;
  color: var(--dark-gray);
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-concept-all-products {
  text-align: center;
}

.hero-concept-home-center {
  background: var(--white);
}

.hero-concept-home-center::before,
.hero-concept-home-center::after {
  display: none;
}

.hero-concept-home-center .test-hero-center-stage {
  width: 100%;
  min-height: calc(100vh - 72px);
}

.hero-home-center-stage {
  grid-template-columns: minmax(180px, 0.88fr) minmax(420px, 1fr) minmax(180px, 0.88fr);
  gap: clamp(0.4rem, 1.8vw, 1.8rem);
}

.hero-home-center-copy {
  width: min(100%, 720px);
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-home-center-stage .test-hero-center-f2,
.hero-home-center-stage .test-hero-center-m2 {
  justify-self: center;
  max-height: 720px;
}

.hero-home-center-stage .test-hero-center-f2 {
  max-height: 720px;
}

.hero-home-center-stage .test-hero-center-m2 {
  max-height: 720px;
}

.hero-home-center-stage .test-hero-center-f2 {
  transform: translateX(-8%) scaleX(-1) scale(2.1);
  animation: heroSpeakerLeftFloat 8.5s ease-in-out infinite;
}

.hero-home-center-stage .test-hero-center-m2 {
  transform: translateX(8%) scale(2.1);
  animation: heroSpeakerRightFloat 9.5s ease-in-out infinite;
}

.hero-concept-home-center .test-hero-copy h2 {
  color: var(--black);
  margin-bottom: 0.75rem;
  line-height: 0.9;
}

.hero-concept-home-center .test-hero-copy p {
  color: var(--dark-gray);
  margin-bottom: 1.15rem;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-concept-all-products::before {
  top: 46%;
  height: 260px;
  z-index: 3;
  opacity: 0.28;
  pointer-events: none;
  background-size: 1200px 260px;
}

.hero-concept-all-products::after {
  inset: auto 15% 10%;
  height: 34%;
}

.hero-all-products-inner {
  --hero-kicker-drop: clamp(-2.25rem, -5vh, -1.25rem);
  --hero-title-drop: clamp(-2.25rem, -5vh, -1.25rem);
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
  padding-top: clamp(0.5rem, 2vw, 1rem);
}

.hero-all-products-inner h2 {
  position: relative;
  top: var(--hero-title-drop);
  z-index: 1;
  margin-bottom: 0;
  color: var(--pure-black);
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 6.48vw, 7.05rem);
  line-height: 0.82;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-all-products-inner p {
  position: relative;
  top: var(--hero-kicker-drop);
  z-index: 1;
  margin-top: clamp(1.2rem, 2.6vw, 2.4rem);
  margin-bottom: 0;
  color: var(--dark-gray);
  font-family: var(--ff-display);
  font-size: clamp(1rem, 2.1vw, 1.7rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-all-products-image {
  position: relative;
  top: clamp(0.4rem, 2vh, 1.4rem);
  z-index: 2;
  width: min(980px, 94vw);
  min-height: clamp(230px, 28vw, 400px);
  display: grid;
  place-items: center;
  margin-top: clamp(-4.4rem, -5.8vw, -2.4rem);
}

.hero-all-products-image img {
  width: min(930px, 94%);
  max-height: 465px;
  object-fit: contain;
  filter: drop-shadow(0 30px 44px rgba(0,0,0,0.22));
}

/* ===== HOMEPAGE HERO TESTS ===== */
.test-hero-page {
  min-height: calc(100vh - 72px);
  background:
    radial-gradient(circle at 62% 36%, color-mix(in srgb, var(--pure-black) 7%, transparent), transparent 38%),
    var(--white);
}

.test-hero-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
  border-bottom: 1px solid var(--light-gray);
}

.test-hero-toolbar .feature-label {
  display: block;
  margin-bottom: 0.55rem;
}

.test-hero-toolbar h1 {
  font-family: var(--ff-display);
  font-size: clamp(1.312rem, 2.25vw, 2.025rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.test-hero-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.test-hero-tabs button {
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--light-gray);
  color: var(--mid-gray);
  font-family: var(--ff-mono);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.test-hero-tabs button:hover,
.test-hero-tabs button.active {
  border-color: var(--pure-black);
  color: var(--white);
  background: var(--pure-black);
}

.test-hero {
  display: none;
  min-height: clamp(620px, calc(100vh - 185px), 860px);
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid var(--light-gray);
}

.test-hero.active {
  display: block;
  animation: testHeroIn 0.45s var(--ease-out-expo) both;
}

@keyframes testHeroIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.test-hero::before {
  content: "";
  position: absolute;
  inset: 43% 0 auto;
  height: 180px;
  opacity: 0.2;
  background-image: var(--audio-wave-bg);
  background-size: 1200px 180px;
  mask-image: linear-gradient(90deg, transparent 0%, #21201d 12%, #21201d 88%, transparent 100%);
}

.test-hero-grid {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
}

.test-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
}

.test-hero-copy > span {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--accent);
  font-family: var(--ff-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.test-hero-copy h2 {
  max-width: 700px;
  margin-bottom: 1.25rem;
  color: var(--pure-black);
  font-family: var(--ff-display);
  font-size: clamp(1.44rem, 2.88vw, 3.12rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 0.94;
  text-transform: uppercase;
}

.test-hero-copy p {
  max-width: 560px;
  margin-bottom: 2rem;
  color: var(--dark-gray);
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.test-hero-copy button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid var(--pure-black);
  color: var(--pure-black);
  font-family: var(--ff-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.25s, background 0.25s;
}

.test-hero-copy button:hover {
  color: var(--white);
  background: var(--pure-black);
}

.test-hero-copy b {
  font-size: 1rem;
  font-weight: 500;
}

.test-hero-stage {
  min-height: clamp(520px, 68vh, 730px);
  position: relative;
  isolation: isolate;
}

.test-hero-stage i {
  position: absolute;
  inset: 15% 5%;
  z-index: -1;
  border: 1px solid var(--light-gray);
  background:
    radial-gradient(circle at center, color-mix(in srgb, var(--pure-black) 8%, transparent), transparent 62%);
  transform: rotate(-4deg);
}

.test-hero-stage img,
.test-hero-center-stage img {
  object-fit: contain;
  filter: drop-shadow(0 25px 38px rgba(0,0,0,0.24));
}

:root[data-theme="light"] .test-hero-stage img,
:root[data-theme="light"] .test-hero-center-stage img {
  filter: drop-shadow(0 14px 22px rgba(33,32,29,0.12));
}

.test-hero-stage small {
  position: absolute;
  right: 8%;
  bottom: 10%;
  color: var(--mid-gray);
  font-family: var(--ff-mono);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.test-hero-stage-single img {
  width: 100%;
  height: 100%;
}

.test-hero-stage-single .test-hero-m2 {
  max-height: 580px;
}

.test-hero-stage-single .test-hero-f2 {
  max-height: 690px;
}

.test-hero-center-stage {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(130px, 0.72fr) minmax(360px, 1.3fr) minmax(130px, 0.72fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 4rem);
  position: relative;
  isolation: isolate;
}

.test-hero-center-stage::before,
.test-hero-center-stage::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  height: 180px;
  pointer-events: none;
  background-image: var(--audio-wave-bg);
  background-repeat: repeat-x;
  background-size: 1200px 180px;
  mask-image: linear-gradient(90deg, transparent 0%, #21201d 14%, #21201d 86%, transparent 100%);
  animation: heroAudioWave 16s linear infinite;
  z-index: 0;
}

.test-hero-center-stage::before {
  top: calc(50% - 122px);
  opacity: 0.24;
}

.test-hero-center-stage::after {
  top: calc(50% - 80px);
  opacity: 0.14;
  transform: scaleY(-1);
  animation-duration: 22s;
  animation-direction: reverse;
}

.test-hero-center .test-hero-copy {
  justify-self: center;
  text-align: center;
  z-index: 2;
}

.test-hero-center .test-hero-copy h2 {
  margin-bottom: 0.35rem;
  line-height: 0.9;
}

.test-hero-center .test-hero-copy p {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.15rem;
  line-height: 1.35;
}

.test-hero-copy .test-hero-scroll {
  position: absolute;
  top: calc(100% + clamp(10rem, 18vh, 14rem));
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  color: #fffaec;
  background: transparent;
  transition: transform 0.25s, opacity 0.25s;
  transform: translateX(-50%);
  cursor: pointer;
}

.test-hero-copy .test-hero-scroll:hover {
  transform: translate(-50%, 4px);
  opacity: 0.75;
  color: #fffaec;
  background: transparent;
}

.test-hero-scroll img {
  width: 30px;
  height: 30px;
  display: block;
  filter: brightness(0) saturate(100%) invert(96%) sepia(31%) saturate(253%) hue-rotate(310deg) brightness(105%) contrast(101%);
}

.test-hero-center-f2,
.test-hero-center-m2 {
  width: 100%;
  max-height: 640px;
  position: relative;
  z-index: 1;
}

.test-hero-center-f2 {
  transform: translateX(-12%);
}

.test-hero-center-m2 {
  transform: translateX(12%);
}

.test-blueprint-grid {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  position: relative;
}

.test-blueprint-model {
  min-height: clamp(520px, 69vh, 730px);
  position: relative;
  display: grid;
  place-items: center;
}

.test-blueprint-model img {
  max-width: 70%;
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 25px 38px rgba(0,0,0,0.24));
}

:root[data-theme="light"] .test-blueprint-model img {
  filter: drop-shadow(0 14px 22px rgba(33,32,29,0.12));
}

.test-blueprint-frame {
  position: absolute;
  inset: 9% 12%;
  border: 1px solid var(--light-gray);
  transform: rotate(4deg);
}

.test-blueprint-frame::before,
.test-blueprint-frame::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: var(--accent);
}

.test-blueprint-frame::before {
  top: -1px;
  left: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.test-blueprint-frame::after {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.test-blueprint-axis {
  position: absolute;
  background: var(--light-gray);
}

.test-blueprint-axis-x {
  right: 2%;
  left: 2%;
  height: 1px;
}

.test-blueprint-axis-y {
  top: 3%;
  bottom: 3%;
  width: 1px;
}

.test-blueprint-model small {
  position: absolute;
  bottom: 6%;
  left: 15%;
  color: var(--mid-gray);
  font-family: var(--ff-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.test-blueprint-index {
  position: absolute;
  right: 0;
  bottom: -0.05em;
  z-index: -1;
  color: color-mix(in srgb, var(--pure-black) 7%, transparent);
  font-family: var(--ff-display);
  font-size: clamp(7.2rem, 15vw, 13.8rem);
  font-weight: 900;
  line-height: 0.75;
}

.test-editorial-stage {
  min-height: inherit;
  display: grid;
  place-items: center;
  position: relative;
  text-align: center;
}

.test-editorial-stage .test-hero-copy {
  max-width: 780px;
}

.test-editorial-stage .test-hero-copy p {
  margin-right: auto;
  margin-left: auto;
}

.test-editorial-number {
  position: absolute;
  top: 50%;
  left: 50%;
  color: color-mix(in srgb, var(--pure-black) 6%, transparent);
  font-family: var(--ff-display);
  font-size: clamp(9.6rem, 22.8vw, 22.2rem);
  font-weight: 900;
  letter-spacing: -0.12em;
  line-height: 0.7;
  transform: translate(-54%, -50%);
}

.test-editorial-f2,
.test-editorial-m2 {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 25px 38px rgba(0,0,0,0.24));
}

:root[data-theme="light"] .test-editorial-f2,
:root[data-theme="light"] .test-editorial-m2 {
  filter: drop-shadow(0 14px 22px rgba(33,32,29,0.12));
}

.test-editorial-f2 {
  left: -1%;
  bottom: -11%;
  max-width: 21%;
  max-height: 720px;
}

.test-editorial-m2 {
  right: 2%;
  bottom: -2%;
  max-width: 26%;
  max-height: 580px;
}

.test-hero-brandwall {
  min-height: clamp(620px, calc(100vh - 185px), 820px);
  background: #21201d;
}

:root[data-theme="light"] .test-hero-brandwall {
  background: #fffaec;
}

:root[data-theme="light"] .test-hero-scroll {
  color: #21201d;
}

:root[data-theme="light"] .test-hero-scroll img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(588%) hue-rotate(349deg) brightness(95%) contrast(88%);
}

.test-hero-brandwall::before {
  display: none;
}

.test-brandwall-stage {
  min-height: inherit;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.test-brandwall-stage::before,
.test-brandwall-stage::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  height: 180px;
  pointer-events: none;
  background-image: var(--audio-wave-bg);
  background-repeat: repeat-x;
  background-size: 1200px 180px;
  mask-image: linear-gradient(90deg, transparent 0%, #21201d 14%, #21201d 86%, transparent 100%);
  animation: heroAudioWave 16s linear infinite;
}

.test-brandwall-stage::before {
  top: 28%;
  opacity: 0.24;
  z-index: 0;
}

.test-brandwall-stage::after {
  top: 48%;
  opacity: 0.14;
  transform: scaleY(-1);
  animation-duration: 22s;
  animation-direction: reverse;
  z-index: 0;
}

.test-brandwall-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: brightness(1.1) contrast(1.08);
  z-index: 0;
  pointer-events: none;
}

.test-brandwall-copy {
  width: min(100%, 760px);
  padding: 2rem 1rem;
  position: relative;
  z-index: 2;
}

.test-brandwall-copy h2 {
  margin-bottom: 1.6rem;
  color: #fffaec;
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 4.8vw, 3.84rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.94;
  text-transform: uppercase;
}

.test-brandwall-copy p {
  color: rgba(255, 250, 237, 0.92);
  font-family: var(--ff-display);
  font-size: clamp(1.1rem, 2.1vw, 1.9rem);
  font-weight: 300;
  letter-spacing: 0.01em;
}

:root[data-theme="light"] .test-brandwall-copy h2 {
  color: #21201d;
}

:root[data-theme="light"] .test-brandwall-copy p {
  color: rgba(34, 31, 27, 0.8);
}

:root[data-theme="light"] .test-brandwall-pattern {
  filter: brightness(0.98) contrast(1.14);
}

/* ===== PRODUCT CARDS (HOME) ===== */
.products-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--light-gray);
}

.studio-monitors-row {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 65%;
  margin: 0 auto;
}

.studio-monitors-row .product-card {
  padding-left: clamp(0.5rem, 1.5vw, 1.5rem);
  padding-right: clamp(0.5rem, 1.5vw, 1.5rem);
}

.products-row .product-card .speaker-visual {
  align-self: end;
}

.studio-monitors-row .product-card:nth-child(3) .speaker-visual {
  justify-self: center;
  max-width: 420px;
  align-self: center;
}

.products-row .product-card {
  align-content: start;
  padding-left: clamp(0.5rem, 1vw, 1rem);
  padding-right: clamp(0.5rem, 1vw, 1rem);
}


.products-row .product-card .card-cta {
  align-self: end;
  margin-top: auto;
}

.product-card {
  padding: clamp(0.75rem, 1.5vw, 1.5rem) clamp(2rem, 4vw, 4rem);
  display: grid;
  grid-template-rows: auto 0px minmax(0.25rem, auto) minmax(280px, 1fr) auto;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: background 0.5s;
  min-height: auto;
  justify-items: center;
  align-content: center;
}

.product-card::before {
  content: none;
}

.product-card:first-child {
  border-right: 1px solid var(--light-gray);
}

.studio-monitors-row .product-card {
  border-right: 1px solid var(--light-gray);
}

.studio-monitors-row .product-card:last-child {
  border-right: none;
}

.product-card:hover {
  background: var(--ivory);
}

.product-card .card-label {
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid-gray);
  margin-bottom: 2rem;
}

.product-card .card-title {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  letter-spacing: 0;
  margin-bottom: 0;
}

.product-card .card-subtitle {
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--dark-gray);
  max-width: 380px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
}

.product-card .speaker-visual {
  grid-row: 4;
  grid-column: 1;
  width: 100%;
  max-width: 340px;
  transition: transform 0.8s var(--ease-out-expo);
  align-self: center;
  justify-self: center;
  position: relative;
  z-index: 1;
}

.product-photo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

:root[data-theme="light"] .hero-product,
:root[data-theme="light"] .hero-center-products img,
:root[data-theme="light"] .hero-editorial-image img,
:root[data-theme="light"] .hero-dual-products img,
:root[data-theme="light"] .hero-all-products-image img {
  filter: drop-shadow(0 14px 22px rgba(33,32,29,0.12));
}

.speaker-visual .product-photo {
  max-height: 320px;
}

.speaker-visual .product-photo-m1,
.speaker-visual .product-photo-m2 {
  max-height: 420px;
}

.speaker-visual .product-photo-m3 {
  max-height: 360px;
}

.speaker-visual .product-photo-f1,
.speaker-visual .product-photo-f2 {
  max-height: 520px;
  object-fit: contain;
  object-position: center bottom;
}

.products-row:not(.home-category-row) .speaker-visual .product-photo-f2 {
  position: relative;
  top: 22px;
}

.product-card .speaker-visual-studio {
  max-width: 360px;
  align-self: center;
}

.speaker-visual-studio .product-photo {
  max-height: 400px;
}

.product-card .speaker-visual-home {
  max-width: 360px;
}

.speaker-visual-home .product-photo {
  max-height: 540px;
}

.product-card .speaker-visual-monitor {
  max-width: 500px;
}

.product-card .speaker-visual-monitor-wide {
  max-width: 660px;
}

.speaker-visual-monitor-wide .product-photo {
  max-height: 520px;
}

.product-card:hover .speaker-visual {
  transform: none;
}

/* ===== HOME CATEGORY BLOCK TUNING ===== */
.home-category-row .product-card {
  min-height: 74vh;
  padding-top: clamp(3rem, 5vw, 4.75rem);
  padding-bottom: clamp(2.5rem, 3.5vw, 3.5rem);
  grid-template-rows: auto auto minmax(250px, 32vh) auto;
  row-gap: 0;
  align-content: center;
  position: relative;
}

.home-category-row .product-card::before {
  display: none;
}

:root[data-theme="light"] .home-category-row .product-card::before {
  opacity: 0;
}

.home-category-row .product-card .card-label {
  margin-bottom: 0.1rem;
}

.home-category-row .product-card .card-title {
  margin-bottom: clamp(0.35rem, 0.75vw, 0.75rem);
}

.home-category-row .product-card .speaker-visual {
  grid-row: 3;
  align-self: start;
  margin-top: clamp(0.25rem, 0.8vw, 0.75rem);
}

.home-category-row .product-card .speaker-visual-studio {
  max-width: 460px;
  margin-bottom: 40px;
}

.home-category-row .product-card .speaker-visual-home {
  max-width: 400px;
}

.home-category-row .speaker-visual-studio .product-photo {
  max-height: 360px;
}

.home-category-row .speaker-visual-home .product-photo {
  max-height: 399px;
}

.home-category-row .product-card .card-cta {
  grid-row: 4;
  align-self: start;
  margin-top: clamp(2.5rem, 4vw, 4rem);
  min-width: min(220px, 60%);
  max-width: 280px;
}


/* ===== HOME TECHNOLOGIES INTRO ===== */
.home-technologies-intro {
  padding: clamp(5rem, 8vw, 8rem) 0;
  border-bottom: 1px solid var(--light-gray);
  overflow: hidden;
  isolation: isolate;
}

.home-technologies-intro .wrap {
  padding-left: 0;
}

.home-technologies-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.home-technologies-intro-visual {
  min-height: clamp(400px, 42vw, 600px);
  position: relative;
  overflow: visible;
  align-self: stretch;
}

.home-technologies-intro-visual::before {
  content: none;

  transition: opacity 0.4s, filter 0.4s, background-size 0.4s;
}

:root[data-theme="light"] .home-technologies-intro-visual::before {
  background-image: url("assets/Asset 1-qw 1.svg");
  opacity: 1;
  filter: grayscale(1) brightness(0.38) contrast(3);
}

@media (prefers-reduced-motion: reduce) {
  .hero-home-center-stage .test-hero-center-f2,
  .hero-home-center-stage .test-hero-center-m2,
  .home-technologies-intro-visual::before {
    animation: none;
  }
}

.home-tech-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  filter: none;
}

.home-technologies-intro-visual {
  overflow: hidden;
}

.home-technologies-intro-copy {
  max-width: 720px;
}

.home-technologies-intro-copy .feature-title {
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  margin-bottom: clamp(1.4rem, 2.4vw, 2rem);
}

.home-technologies-intro-copy .feature-text {
  margin-bottom: 1.15rem;
  text-align: justify;
}

.home-technologies-intro-copy .section-link {
  margin-top: 0.85rem;
}

@media (max-width: 900px) {
  .home-category-row .product-card {
    min-height: auto;
    grid-template-rows: auto auto minmax(300px, auto) auto;
    padding-top: 4rem;
    padding-bottom: 3rem;
    align-content: start;
  }

  .home-category-row .product-card .card-title {
    margin-bottom: 1rem;
  }

  .home-category-row .product-card .speaker-visual-home,
  .home-category-row .product-card .speaker-visual-studio {
    max-width: 100%;
  }

  .home-category-row .speaker-visual-home .product-photo,
  .home-category-row .speaker-visual-studio .product-photo {
    max-height: 423px;
  }

  .home-speakers-row .product-card {
    min-height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3rem;
    grid-template-rows: auto auto auto minmax(180px, auto) auto;
    row-gap: 0;
  }

  .home-speakers-row .product-card::after {
    display: none;
  }

  .home-speakers-row .product-card .card-title {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  .home-speakers-row .product-card .card-subtitle {
    max-width: 28rem;
    font-size: 0.98rem;
  }

  .home-speakers-row .product-card .speaker-visual {
    max-width: 240px;
    margin-top: 0;
    align-self: start;
  }

  .home-speakers-row .product-card .card-subtitle {
    margin-bottom: 0;
  }

  .home-technologies-intro-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-technologies-intro-visual {
    min-height: 260px;
  }
}

.product-card .card-cta {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  gap: 0.6rem;
  padding: 1rem 2.2rem;
  border: 1.5px solid var(--pure-black);
  transition: all 0.35s var(--ease-out-expo);
  grid-row: 5;
  grid-column: 1;
  align-self: start;
  justify-self: center;
  margin-top: clamp(1rem, 2vw, 2rem);
}

.product-card .card-cta:hover {
  background: var(--pure-black);
  color: var(--white);
}

.product-card .card-cta .arrow {
  transition: transform 0.35s;
}

.product-card .card-cta:hover .arrow {
  transform: translateX(4px);
}

/* ===== BRAND STORY SECTION ===== */
.brand-story {
  padding: clamp(5rem, 10vw, 10rem) 0;
  border-bottom: 1px solid var(--light-gray);
}

.brand-story-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.brand-story .story-text {
  font-size: 1.15rem;
  color: var(--dark-gray);
  line-height: 1.85;
  max-width: 540px;
}

.brand-story .story-quote {
  font-family: var(--ff-display);
  font-size: clamp(1.05rem, 1.875vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--charcoal);
  border-left: 3px solid var(--accent);
  padding-left: 2rem;
}

.brand-story .story-quote cite {
  display: block;
  margin-top: 1.5rem;
  font-family: var(--ff-mono);
  font-size: 0.78rem;
  font-style: normal;
  color: var(--accent-dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ===== PRODUCT DETAIL PAGE ===== */
.detail-page {
  animation: fadeUp 0.6s var(--ease-out-expo);
}

.detail-page > .feature-section {
  display: none;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Detail Hero */
.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1.1fr);
  min-height: calc(100vh - 72px);
  border-bottom: 1px solid var(--light-gray);
  background: var(--white);
}

.detail-page .detail-hero {
  overflow: visible !important;
}

.detail-hero-visual {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: clamp(2rem, 3vw, 3rem);
  position: relative;
  order: 2;
  overflow: visible;
}

.detail-hero-visual--m1,
.detail-hero-visual--m2,
.detail-hero-visual--m3 {
  padding-top: clamp(1rem, 1.5vw, 1.5rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.detail-hero-visual--m3 .product-photo-single {
  flex: 1 1 auto;
  width: 100%;
}

.detail-hero-visual--m3 .product-photo-single .product-photo-frame {
  width: 100%;
}

.detail-hero-visual--m3 .product-photo-single .product-photo {
  width: auto;
  height: auto;
  max-height: 73vh;
  max-width: 100%;
}

.detail-hero-info {
  order: 1;
}

.detail-hero-visual svg {
  max-height: 80vh;
  width: auto;
  max-width: 100%;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.12));
}

.product-photo-carousel {
  width: 100%;
  max-width: 980px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.product-photo-single {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  flex: 0 0 auto;
  min-width: 0;
}

.product-photo-pair {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.78fr);
  align-items: center;
  gap: clamp(1.4rem, 3.4vw, 2.8rem);
}

.product-photo-single .product-photo-frame {
  min-height: 0;
  width: auto;
  min-width: 0;
  padding: 0;
}

.product-photo-single .product-photo {
  max-height: 80vh;
  width: auto;
}

.detail-hero-visual--m1 .product-photo-single .product-photo {
  max-height: 82.8vh;
}

.detail-hero-visual--m2 .product-photo-single .product-photo {
  max-height: 83.4vh;
}

.detail-hero-visual--f1 .product-photo-single .product-photo {
  max-height: 92.1vh;
}

.detail-hero-visual--f2 .product-photo-single .product-photo {
  max-height: 90.4vh;
}

.product-photo-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 42vh;
  padding: clamp(1.25rem, 2.2vw, 2rem);
  border: 0;
  background: transparent;
}

.product-photo-single .product-photo {
  transition: transform 0.7s var(--ease-out-expo);
}

.product-photo-single .product-photo-frame:hover .product-photo {
  transform: none;
}

.product-photo-frame[data-slot="0"] {
  min-height: 52vh;
}

.product-photo-frame[data-slot="1"] {
  min-height: 42vh;
  opacity: 0.92;
}

.product-photo-pair .product-photo {
  max-height: 48vh;
  justify-self: center;
  transition: transform 0.3s var(--ease-out-expo);
}

.product-photo-frame:hover .product-photo {
  transform: none;
}

.product-photo-frame[data-slot="0"] .product-photo {
  max-height: 48vh;
}

.product-photo-frame[data-slot="1"] .product-photo {
  max-height: 36vh;
}

.product-photo-pair .product-photo-side,
.product-photo-pair .product-photo-back {
  opacity: 0.88;
}

.product-photo-pair-f1,
.product-photo-pair-f2 {
  max-width: 820px;
}

.product-photo-pair-f1 .product-photo-frame[data-slot="0"],
.product-photo-pair-f2 .product-photo-frame[data-slot="0"] {
  min-height: 58vh;
}

.product-photo-pair-f1 .product-photo-frame[data-slot="0"] .product-photo,
.product-photo-pair-f2 .product-photo-frame[data-slot="0"] .product-photo {
  max-height: 54vh;
}

.product-photo-pair-f1 .product-photo-frame[data-slot="1"] .product-photo,
.product-photo-pair-f2 .product-photo-frame[data-slot="1"] .product-photo {
  max-height: 42vh;
}

.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 4rem);
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(10px);
  cursor: default !important;
}

.image-lightbox img {
  max-width: 94vw;
  max-height: 92vh;
  object-fit: contain;
  filter: drop-shadow(0 28px 60px rgba(0,0,0,0.7));
  cursor: grab !important;
  touch-action: none;
  user-select: none;
  transition: transform 0.08s linear;
}

.image-lightbox img.is-dragging {
  cursor: grabbing !important;
  transition: none;
}

.image-lightbox-close {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--pure-black);
  font-size: 2rem;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: border-color 0.25s, color 0.25s;
  cursor: pointer !important;
}

.image-lightbox-close:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
}

.image-lightbox-nav {
  position: fixed;
  top: 50%;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,0.22);
  color: var(--pure-black);
  font-size: 3rem;
  line-height: 1;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  transition: border-color 0.25s, color 0.25s, background 0.25s;
  cursor: pointer !important;
}

.image-lightbox-nav:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
  background: rgba(255,255,255,0.04);
}

.image-lightbox-prev {
  left: 1.25rem;
}

.image-lightbox-next {
  right: 1.25rem;
}

.image-lightbox-caption {
  position: fixed;
  left: 50%;
  bottom: 1.4rem;
  transform: translateX(-50%);
  color: var(--dark-gray);
  font-family: var(--ff-mono);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

:root[data-theme="light"] .image-lightbox {
  background: rgba(255,250,236,0.92);
}

:root[data-theme="light"] .image-lightbox img {
  filter: drop-shadow(0 14px 24px rgba(33,32,29,0.16));
}

:root[data-theme="light"] .image-lightbox-close,
:root[data-theme="light"] .image-lightbox-nav {
  border-color: rgba(33,32,29,0.28);
  color: #21201d;
}

:root[data-theme="light"] .image-lightbox-close:hover,
:root[data-theme="light"] .image-lightbox-nav:hover {
  border-color: #21201d;
  color: #21201d;
  background: rgba(33,32,29,0.06);
}

:root[data-theme="light"] .image-lightbox-caption {
  color: #21201d;
}

.detail-hero-info {
  padding: clamp(3rem, 5vw, 5rem) clamp(3rem, 5vw, 5rem) clamp(3rem, 5vw, 5rem) clamp(4rem, 7vw, 7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detail-tag {
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 1.5rem;
}

.detail-name {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 0.75rem;
}

.detail-type {
  font-family: var(--ff-display);
  font-weight: 300;
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  color: var(--dark-gray);
  margin-bottom: 1.35rem;
  letter-spacing: 0.05em;
}

.detail-desc {
  max-width: 560px;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.detail-intro {
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  color: var(--dark-gray);
  line-height: 1.6;
}

.detail-section-heading {
  font-family: var(--ff-mono);
  font-size: clamp(0.7rem, 0.8vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 0.25rem;
}

.detail-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding-left: 1.1rem;
}

.detail-feature-list li {
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  color: var(--dark-gray);
  line-height: 1.5;
}

.detail-bullet-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-left: 0;
}

.detail-bullet-list li {
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  color: var(--dark-gray);
  line-height: 1.55;
  padding-left: 1.2rem;
  position: relative;
  text-align: justify;
}

.detail-bullet-list li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.55;
  color: var(--dark-gray);
  opacity: 0.6;
}

.detail-meta {
  display: flex;
  gap: 3rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 2.5rem;
}

.meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.meta-label {
  font-family: var(--ff-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--mid-gray);
}

.meta-value {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 1.1rem;
}

.detail-page .feature-title,
.detail-page .specs-header h2,
.detail-page .order-inner h2 {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.detail-page .feature-title {
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1.06;
}

.meta-value.price-val {
  color: var(--accent-dark);
  font-family: var(--ff-mono);
}

.detail-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  text-align: center;
  gap: 0.75rem;
  padding: 1.1rem 2.8rem;
  background: var(--pure-black);
  color: var(--white);
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  user-select: none;
  transition: all 0.4s var(--ease-out-expo);
}

.detail-order-btn:hover {
  background: var(--charcoal);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* Feature Sections */
.feature-section {
  padding: clamp(5rem, 8vw, 8rem) 0;
  border-bottom: 1px solid var(--light-gray);
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.feature-grid.reversed {
  direction: rtl;
}

.feature-grid.reversed > * {
  direction: ltr;
}

.feature-visual {
  background: var(--ivory);
  border-radius: 4px;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.feature-visual svg {
  max-width: 100%;
  max-height: 320px;
}

/* Technologies Page V3 */
.tv3-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.tv3-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.tv3-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.08);
  animation: tv3HeroDrift 18s ease-in-out infinite alternate;
}

.tv3-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg,
      rgba(33,32,29,0.45) 0%,
      rgba(33,32,29,0.2) 30%,
      rgba(33,32,29,0.55) 60%,
      rgba(33,32,29,0.92) 100%
    ),
    linear-gradient(90deg,
      rgba(33,32,29,0.7) 0%,
      transparent 50%
    );
}

.tv3-hero-grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px;
  pointer-events: none;
}

.tv3-hero-content {
  position: relative;
  padding-top: clamp(5rem, 10vh, 8rem);
  padding-bottom: clamp(4rem, 8vh, 6rem);
  text-align: center;
}

.tv3-hero-tag {
  display: inline-block;
  color: #fffaec;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.tv3-hero h1 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fffaec;
  margin-bottom: 1.5rem;
  white-space: nowrap;
  text-align: center;
}

.tv3-hero-line {
  display: inline-block;
}

@media (max-width: 640px) {
  .tv3-hero h1 {
    white-space: normal;
  }

  .tv3-hero-line {
    display: block;
  }
}

.tv3-hero-line-accent {
  background: linear-gradient(90deg, #fffaec 0%, #fffaec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tv3-hero-desc {
  max-width: 540px;
  margin: 0 auto;
  color: #fffaec;
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.7;
  text-align: justify;
  text-align-last: center;
  opacity: 0.85;
  text-align: center;
}

.tv3-hero-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: clamp(3rem, 5vh, 5rem);
}

.tv3-hero-scroll-hint span {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, #fffaec 0%, transparent 100%);
  animation: tv3ScrollPulse 2s ease-in-out infinite;
}

.tv3-hero-scroll-hint small {
  color: #fffaec;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.tv3-hero-stats-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,250,236,0.12);
}

.tv3-stat {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: clamp(1.2rem, 2vw, 2rem) clamp(1rem, 2vw, 2.5rem);
  background: rgba(33,32,29,0.75);
  backdrop-filter: blur(12px);
}

.tv3-stat strong {
  color: #fffaec;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(1.2rem, 1.875vw, 1.8rem);
  line-height: 1;
}

.tv3-stat span {
  color: #fffaec;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Mission */
.tv3-mission {
  padding: clamp(0.25rem, 0.5vw, 0.5rem) 0;
  background: var(--white);
  text-align: center;
}

.tv3-mission-inner {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: 900px;
  margin: 0 auto;
}

.tv3-mission-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  color: var(--accent-dark);
  opacity: 0.6;
}

.tv3-mission-icon svg {
  width: 100%;
  height: 100%;
}

.tv3-mission blockquote,
.tv3-mission p {
  color: var(--pure-black);
  font-family: var(--ff-display);
  font-size: clamp(0.9rem, 1.2vw, 1.15rem);
  font-weight: 500;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tv3-mission strong {
  color: var(--accent-dark);
  font-style: normal;
  font-weight: 600;
}

/* Ticker */
.tv3-ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--light-gray);
  background: var(--white);
  padding: clamp(0.8rem, 1.2vw, 1.2rem) 0;
}

.tv3-ticker-track {
  display: flex;
  gap: clamp(1.5rem, 3vw, 3rem);
  white-space: nowrap;
  animation: tv3TickerScroll 28s linear infinite;
}

.tv3-ticker-track span {
  flex-shrink: 0;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(0.85rem, 1.4vw, 1.3rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mid-gray);
}

/* Section layout */
.tv3-section {
  position: relative;
  overflow: hidden;
  border-bottom: none;
  background: var(--white);
}

.tv3-section-alt {
  background: var(--ivory);
}

.tv3-section-media-full {
  position: relative;
  width: 100%;
  height: clamp(360px, 52vw, 640px);
  overflow: hidden;
}

.tv3-section-media-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 1.2s var(--ease-out-expo);
}

.tv3-section-media-full:hover img {
  transform: scale(1.08);
}

.tv3-media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, transparent 50%, var(--white) 100%),
    linear-gradient(90deg, rgba(33,32,29,0.3) 0%, transparent 50%);
  pointer-events: none;
}

.tv3-media-overlay-blueprint {
  background:
    linear-gradient(180deg, transparent 0%, transparent 40%, var(--white) 100%),
    radial-gradient(circle at 30% 40%, rgba(33,32,29,0.15), transparent 60%);
}

.tv3-section-media-drivers {
  background: #21201d;
}

.tv3-section-media-drivers img {
  object-fit: contain;
  padding: clamp(2rem, 4vw, 4rem);
}

.tv3-media-num {
  position: absolute;
  top: clamp(1.5rem, 3vw, 3rem);
  right: clamp(1.5rem, 3vw, 3rem);
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 1;
  color: rgba(255,250,236,0.12);
  pointer-events: none;
}

.tv3-section-body {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.tv3-section-header {
  margin-bottom: clamp(0.75rem, 1.5vw, 1.25rem);
}

.tv3-section-header h2 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0.75rem;
}

.tv3-section-header h2 sup {
  font-size: 0.4em;
  vertical-align: super;
}

.tv3-section-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.tv3-section-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}

.tv3-section-split-reverse {
  grid-template-columns: 1fr 0.85fr;
  direction: rtl;
}

.tv3-section-split-reverse > * {
  direction: ltr;
}

.tv3-section-text p {
  color: var(--dark-gray);
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.65;
  margin-bottom: 1.25rem;
  text-align: justify;
}

.tv3-section-text h4,
.tv3-section-benefits h4,
.tv3-tech-highlights h4 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--charcoal);
  position: relative;
  padding-left: 0;
}

.tv3-section-text h4::before,
.tv3-section-benefits h4::before,
.tv3-tech-highlights h4::before {
  content: none;
}

.tv3-section-text ul,
.tv3-section-benefits ul,
.tv3-tech-highlights ul {
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.tv3-section-text li,
.tv3-section-benefits li,
.tv3-tech-highlights li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--dark-gray);
  text-align: justify;
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.65;
}

.tv3-section-text li::before,
.tv3-section-benefits li::before,
.tv3-tech-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.825em;
  transform: translateY(-50%);
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent-dark);
  opacity: 0.7;
}

.tv3-section-text li strong {
  color: var(--charcoal);
  font-weight: 600;
}

/* Image frames */
.tv3-img-frame {
  position: relative;
  overflow: hidden;
  border: none;
  background: transparent;
}

.tv3-img-frame::before {
  content: none;
}

.tv3-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease-out-expo);
}

.tv3-img-frame:hover img {
  transform: none;
}

.tv3-img-frame-cabinet {
  background: transparent;
}

.tv3-img-frame-cabinet img {
  object-fit: contain;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.tv3-img-frame-amp {
  background: transparent !important;
}

.tv3-img-frame-amp img {
  object-fit: contain !important;
  object-position: center center;
}

.tv3-img-frame-ceramic {
  aspect-ratio: 3 / 4;
}

.tv3-img-frame-stream img {
  object-position: center 30%;
}

.tv3-tech-highlights {
  margin-top: clamp(2rem, 3vw, 3rem);
  padding-top: clamp(2rem, 3vw, 3rem);
  border-top: 1px solid var(--light-gray);
}

/* Bottom CTA */
.tv3-bottom-cta {
  padding: clamp(6rem, 10vw, 10rem) 0;
  background: var(--ivory);
  text-align: center;
}

.tv3-bottom-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}

.tv3-bottom-cta h2 {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1.08;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.tv3-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 3rem;
  background: var(--pure-black);
  color: var(--white);
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.4s var(--ease-out-expo);
}

.tv3-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.2);
}

/* Animations */
@keyframes tv3HeroDrift {
  0% { transform: scale(1.08) translate3d(0, 0, 0); }
  100% { transform: scale(1.14) translate3d(-20px, -10px, 0); }
}

@keyframes tv3ScrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
  50% { opacity: 1; transform: scaleY(1); }
}

@keyframes tv3TickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes tv3FrameShine {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* Light theme overrides */
:root[data-theme="light"] .tv3-hero-overlay {
  background:
    linear-gradient(180deg,
      rgba(255,250,236,0.3) 0%,
      rgba(255,250,236,0.1) 30%,
      rgba(255,250,236,0.45) 60%,
      rgba(255,250,236,0.92) 100%
    ),
    linear-gradient(90deg,
      rgba(255,250,236,0.6) 0%,
      transparent 50%
    );
}

:root[data-theme="light"] .tv3-hero-bg img {
  filter: invert(1);
}

:root[data-theme="light"] .tv3-hero h1 {
  color: #21201d;
}

:root[data-theme="light"] .tv3-hero-line-accent {
  background: linear-gradient(90deg, #21201d 0%, #21201d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

:root[data-theme="light"] .tv3-hero-tag {
  color: #21201d;
}

:root[data-theme="light"] .tv3-hero-desc {
  color: #21201d;
}

:root[data-theme="light"] .tv3-hero-scroll-hint span {
  background: linear-gradient(180deg, #21201d 0%, transparent 100%);
}

:root[data-theme="light"] .tv3-hero-scroll-hint small {
  color: #21201d;
}

:root[data-theme="light"] .tv3-stat {
  background: rgba(255,250,236,0.75);
  backdrop-filter: blur(12px);
}

:root[data-theme="light"] .tv3-stat strong {
  color: #21201d;
}

:root[data-theme="light"] .tv3-stat span {
  color: #21201d;
}

:root[data-theme="light"] .tv3-hero-stats-strip {
  background: rgba(33,32,29,0.12);
}

:root[data-theme="light"] .tv3-media-num {
  color: rgba(33,32,29,0.08);
}

:root[data-theme="light"] .tv3-media-overlay {
  background:
    linear-gradient(180deg, transparent 0%, transparent 50%, var(--white) 100%),
    linear-gradient(90deg, rgba(255,250,236,0.3) 0%, transparent 50%);
}

:root[data-theme="light"] .tv3-img-frame-cabinet {
  background: transparent;
}

:root[data-theme="light"] .tv3-img-frame-cabinet img {
  filter: none;
}

:root[data-theme="light"] .tv3-section-media-drivers {
  background: #fffaec;
}

/* Technologies editorial layout */
#app > .tv3-section {
  min-height: min(900px, 92vh);
  display: block;
  isolation: isolate;
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--ivory) 78%, transparent), transparent 62%),
    var(--white);
}

#app > .tv3-section-alt {
  background:
    linear-gradient(245deg, color-mix(in srgb, var(--white) 72%, transparent), transparent 62%),
    var(--ivory);
}

#app > .tv3-section::before {
  position: absolute;
  right: clamp(1rem, 5vw, 6rem);
  top: clamp(1.5rem, 5vw, 4.5rem);
  z-index: -1;
  color: color-mix(in srgb, var(--charcoal) 7%, transparent);
  font-family: var(--ff-display);
  font-size: clamp(4.8rem, 12vw, 13.2rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.12em;
}

#app > .tv3-section:nth-of-type(2)::before { content: "01"; }

/* ULTRAPHASE: resp 1.png overlay */
.tv3-ultraphase-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
  object-fit: cover;
}
#app > .tv3-section:nth-of-type(3)::before { content: "02"; }
#app > .tv3-section:nth-of-type(4)::before { content: "03"; }
#app > .tv3-section:nth-of-type(5)::before { content: "04"; }
#app > .tv3-section:nth-of-type(6)::before { content: "05"; }

#app > .tv3-section::after {
  content: "";
  position: absolute;
  inset: auto 0 5% 0;
  z-index: -1;
  height: 180px;
  background-image: var(--audio-wave-bg);
  background-position: center;
  background-size: cover;
  opacity: 0.12;
  pointer-events: none;
}

.tv3-section-body {
  position: relative;
  width: min(100%, 1440px);
  padding-top: clamp(5rem, 9vw, 9rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.tv3-section-header {
  max-width: 1060px;
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
  padding-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--charcoal) 24%, transparent);
}

.tv3-section-header h2 {
  max-width: 980px;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1;
  letter-spacing: 0;
}

.tv3-section-grid,
.tv3-section-split {
  gap: clamp(2.5rem, 7vw, 7rem);
}

.tv3-section-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(270px, 0.7fr);
}

.tv3-section-split {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  align-items: center;
}

.tv3-section-split-reverse {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 0.92fr);
}

.tv3-section-text {
  max-width: 760px;
}

.tv3-section-benefits,
.tv3-tech-highlights {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid color-mix(in srgb, var(--charcoal) 18%, transparent);
  background: color-mix(in srgb, var(--ivory) 76%, transparent);
  backdrop-filter: blur(12px);
}

.tv3-tech-highlights {
  max-width: 900px;
  margin-top: clamp(3rem, 6vw, 6rem);
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.tv3-section-text h4,
.tv3-section-benefits h4,
.tv3-tech-highlights h4 {
  margin-top: 0;
}

.tv3-section-text ul {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.2rem;
  border-top: 0;
}

.tv3-section-text li {
  padding: 0 0 0 1.6rem;
  border-bottom: 0;
}

.tv3-img-frame {
  aspect-ratio: 0.9 / 1;
  border-color: color-mix(in srgb, var(--charcoal) 24%, transparent);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
}

.tv3-img-frame::after {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 2;
  border: 1px solid rgba(255,250,236,0.16);
  pointer-events: none;
}

.tv3-img-frame-cabinet {
  aspect-ratio: 1 / 0.9;
}

.tv3-section-media-full {
  width: min(100% - clamp(2rem, 8vw, 9rem), 1520px);
  height: clamp(320px, 42vw, 560px);
  margin: clamp(4rem, 7vw, 7rem) auto 0;
  border: 1px solid color-mix(in srgb, var(--charcoal) 20%, transparent);
}

.tv3-section-media-drivers + .tv3-section-body {
  padding-top: clamp(3.5rem, 6vw, 6rem);
}

@media (max-width: 1024px) {
  #app > .tv3-section {
    min-height: auto;
  }

  .tv3-section-grid,
  .tv3-section-split,
  .tv3-section-split-reverse {
    grid-template-columns: 1fr;
  }

  .tv3-section-split-reverse {
    direction: ltr;
  }

  .tv3-section-img {
    max-width: 680px;
    order: -1;
  }
}

/* Force single-column on mobile for all tv3 splits regardless of specificity */
@media (max-width: 768px) {
  #app > .tv3-section .tv3-section-split,
  #app > .tv3-section .tv3-section-split-reverse,
  #app > .tv3-section:nth-of-type(4) .tv3-section-split-reverse,
  #app > .tv3-section:nth-of-type(5) .tv3-section-split-reverse {
    grid-template-columns: 1fr !important;
    direction: ltr !important;
  }

  .tv3-section-img,
  #app > .tv3-section .tv3-section-split-reverse .tv3-section-img {
    order: -1 !important;
  }
}

@media (max-width: 640px) {
  .tv3-section-header h2 {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  .tv3-section-benefits,
  .tv3-tech-highlights {
    padding: 1.25rem;
  }

  .tv3-section-media-full {
    width: calc(100% - 2rem);
    height: 260px;
  }
}

/* Technologies panel layout */
#app > .tv3-section {
  width: min(calc(100% - clamp(2rem, 7vw, 8rem)), 1560px);
  min-height: 0;
  margin: clamp(1.2rem, 2.5vw, 2.4rem) auto;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--charcoal) 17%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ivory) 88%, transparent), transparent 70%),
    var(--white);
}

#app > .tv3-section-alt {
  background:
    linear-gradient(225deg, color-mix(in srgb, var(--white) 76%, transparent), transparent 68%),
    var(--ivory);
}

#app > .tv3-section::before {
  right: clamp(1.2rem, 3vw, 3rem);
  top: clamp(1rem, 2vw, 2rem);
  color: color-mix(in srgb, var(--charcoal) 8%, transparent);
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: -0.1em;
}

#app > .tv3-section::after {
  inset: auto 0 0 0;
  height: 128px;
  opacity: 0.08;
}

#app > .tv3-section .tv3-section-body {
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1fr);
  column-gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  width: 100%;
  padding: clamp(3rem, 5vw, 5.5rem);
}

#app > .tv3-section .tv3-section-header {
  position: sticky;
  top: 104px;
  max-width: none;
  margin: 0;
  padding: 1rem 0 0;
  border-top-color: color-mix(in srgb, var(--charcoal) 28%, transparent);
}

#app > .tv3-section .tv3-section-header h2 {
  max-width: 520px;
  margin-top: 1.15rem;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1;
  letter-spacing: -0.065em;
  overflow-wrap: anywhere;
}

#app > .tv3-section .tv3-section-grid,
#app > .tv3-section .tv3-section-split,
#app > .tv3-section .tv3-tech-highlights {
  grid-column: 2;
}

#app > .tv3-section .tv3-section-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
}

#app > .tv3-section .tv3-section-split,
#app > .tv3-section .tv3-section-split-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.62fr);
  gap: clamp(2rem, 4vw, 4rem);
  direction: ltr;
}

#app > .tv3-section .tv3-section-split-reverse .tv3-section-img {
  order: -1;
}

#app > .tv3-section .tv3-section-text {
  max-width: 820px;
}

#app > .tv3-section .tv3-section-benefits,
#app > .tv3-section .tv3-tech-highlights {
  max-width: none;
  padding: clamp(1.25rem, 2vw, 2rem);
  background: color-mix(in srgb, var(--white) 54%, transparent);
}

#app > .tv3-section .tv3-tech-highlights {
  width: 100%;
  margin-top: clamp(2rem, 4vw, 4rem);
}

#app > .tv3-section .tv3-img-frame {
  aspect-ratio: 0.82 / 1;
  box-shadow: 0 18px 48px rgba(0,0,0,0.16);
}

#app > .tv3-section .tv3-img-frame-cabinet {
  aspect-ratio: 1 / 0.82;
}

#app > .tv3-section .tv3-section-media-full {
  width: calc(100% - clamp(2rem, 5vw, 5rem));
  height: clamp(250px, 32vw, 460px);
  margin: clamp(1rem, 2vw, 2rem) auto 0;
}

#app > .tv3-section .tv3-section-media-drivers + .tv3-section-body {
  padding-top: clamp(2.5rem, 4vw, 4rem);
}

@media (max-width: 1100px) {
  #app > .tv3-section .tv3-section-body {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  #app > .tv3-section .tv3-section-header {
    position: static;
  }

  #app > .tv3-section .tv3-section-grid,
  #app > .tv3-section .tv3-section-split,
  #app > .tv3-section .tv3-section-split-reverse,
  #app > .tv3-section .tv3-tech-highlights {
    grid-column: 1;
  }
}

@media (max-width: 720px) {
  #app > .tv3-section {
    width: calc(100% - 1rem);
    margin: 0.5rem auto;
  }

  #app > .tv3-section .tv3-section-body {
    padding: 2.25rem 1.15rem;
  }

  #app > .tv3-section .tv3-section-split,
  #app > .tv3-section .tv3-section-split-reverse {
    grid-template-columns: 1fr;
  }

  #app > .tv3-section .tv3-section-split-reverse .tv3-section-img {
    order: initial;
  }
}

/* Technologies timeline layout */
#app > .tv3-section {
  width: 100%;
  margin: 0;
  border-width: 0 0 1px;
  background:
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--charcoal) 5%, transparent), transparent 34%),
    var(--white);
}

#app > .tv3-section-alt {
  background:
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--charcoal) 6%, transparent), transparent 34%),
    var(--ivory);
}

#app > .tv3-section::before {
  left: 50%;
  right: auto;
  top: clamp(2.5rem, 5vw, 5rem);
  color: color-mix(in srgb, var(--charcoal) 9%, transparent);
  font-size: clamp(3.9rem, 8.4vw, 9rem);
  line-height: 0.78;
  transform: translateX(-50%);
}

#app > .tv3-section::after {
  inset: 0 auto 0 50%;
  width: 1px;
  height: auto;
  background: color-mix(in srgb, var(--charcoal) 22%, transparent);
  opacity: 1;
}

#app > .tv3-section .tv3-section-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(4rem, 9vw, 10rem);
  align-items: start;
  width: min(100%, 1440px);
  padding: clamp(7rem, 11vw, 12rem) clamp(1.5rem, 4vw, 3rem);
}

#app > .tv3-section .tv3-section-header {
  position: static;
  grid-column: 1;
  max-width: 590px;
  margin: 0 0 clamp(2.5rem, 4vw, 4rem);
  padding: 1rem 0 0;
}

#app > .tv3-section .tv3-section-header h2 {
  max-width: 590px;
  margin-top: 1rem;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1;
}

#app > .tv3-section .tv3-section-grid,
#app > .tv3-section .tv3-section-split,
#app > .tv3-section .tv3-tech-highlights {
  grid-column: 1 / -1;
}

#app > .tv3-section .tv3-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(4rem, 9vw, 10rem);
}

#app > .tv3-section .tv3-section-split,
#app > .tv3-section .tv3-section-split-reverse {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(4rem, 9vw, 10rem);
  align-items: center;
}

#app > .tv3-section:nth-of-type(3) .tv3-section-text,
#app > .tv3-section:nth-of-type(5) .tv3-section-text {
  grid-column: 2;
}

#app > .tv3-section:nth-of-type(3) .tv3-section-img,
#app > .tv3-section:nth-of-type(5) .tv3-section-img {
  grid-column: 1;
  grid-row: 1;
}

#app > .tv3-section .tv3-section-split-reverse .tv3-section-img {
  order: initial;
}

#app > .tv3-section .tv3-section-text {
  max-width: 620px;
}

#app > .tv3-section .tv3-section-text p {
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.65;
}

#app > .tv3-section .tv3-section-benefits,
#app > .tv3-section .tv3-tech-highlights {
  max-width: 620px;
  padding: clamp(1.4rem, 2vw, 2rem);
  border-color: color-mix(in srgb, var(--charcoal) 24%, transparent);
  background: color-mix(in srgb, var(--white) 66%, transparent);
}

#app > .tv3-section .tv3-tech-highlights {
  width: calc(50% - clamp(2rem, 4.5vw, 5rem));
  margin: clamp(3rem, 5vw, 5rem) 0 0 auto;
}

#app > .tv3-section:nth-of-type(5) .tv3-tech-highlights {
  margin-right: auto;
  margin-left: 0;
}

#app > .tv3-section .tv3-img-frame {
  max-width: 600px;
  margin: 0 auto;
  aspect-ratio: 1 / 0.88;
  border-color: color-mix(in srgb, var(--charcoal) 28%, transparent);
  box-shadow: 0 25px 64px rgba(0,0,0,0.2);
}

#app > .tv3-section .tv3-img-frame-ceramic {
  aspect-ratio: 0.86 / 1;
}

#app > .tv3-section .tv3-section-media-full {
  width: min(calc(100% - 3rem), 1440px);
  height: clamp(280px, 40vw, 540px);
  margin: clamp(2rem, 5vw, 5rem) auto 0;
}

#app > .tv3-section .tv3-section-media-drivers + .tv3-section-body {
  padding-top: clamp(4rem, 7vw, 7rem);
}

@media (max-width: 900px) {
  #app > .tv3-section::before {
    left: auto;
    right: 1rem;
    transform: none;
  }

  #app > .tv3-section::after {
    display: none;
  }

  #app > .tv3-section .tv3-section-body {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app > .tv3-section .tv3-section-header,
  #app > .tv3-section .tv3-section-grid,
  #app > .tv3-section .tv3-section-split,
  #app > .tv3-section .tv3-section-split-reverse,
  #app > .tv3-section .tv3-tech-highlights {
    grid-column: 1;
  }

  #app > .tv3-section .tv3-section-grid,
  #app > .tv3-section .tv3-section-split,
  #app > .tv3-section .tv3-section-split-reverse {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  #app > .tv3-section:nth-of-type(3) .tv3-section-text,
  #app > .tv3-section:nth-of-type(5) .tv3-section-text,
  #app > .tv3-section:nth-of-type(3) .tv3-section-img,
  #app > .tv3-section:nth-of-type(5) .tv3-section-img {
    grid-column: 1;
    grid-row: auto;
  }

  #app > .tv3-section .tv3-tech-highlights,
  #app > .tv3-section:nth-of-type(5) .tv3-tech-highlights {
    width: 100%;
    margin: 2.5rem 0 0;
  }
}

/* Technologies showcase layout */
#app > .tv3-section,
#app > .tv3-section-alt {
  width: min(calc(100% - clamp(1.5rem, 5vw, 5rem)), 1640px);
  margin: clamp(1rem, 2vw, 2rem) auto;
  border: 1px solid color-mix(in srgb, var(--charcoal) 18%, transparent);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--ivory) 86%, transparent), transparent 72%),
    var(--white);
}

#app > .tv3-section:nth-of-type(even) {
  background:
    linear-gradient(215deg, color-mix(in srgb, var(--white) 74%, transparent), transparent 68%),
    var(--ivory);
}

#app > .tv3-section::before {
  left: auto;
  right: clamp(1.25rem, 4vw, 4rem);
  top: clamp(1.25rem, 3vw, 3rem);
  color: color-mix(in srgb, var(--charcoal) 10%, transparent);
  font-size: clamp(3.6rem, 6.6vw, 7.2rem);
  transform: none;
}

#app > .tv3-section::after {
  inset: auto 0 0 0;
  display: block;
  width: auto;
  height: 118px;
  background: var(--audio-wave-bg) center / cover no-repeat;
  opacity: 0.09;
}

#app > .tv3-section .tv3-section-body {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  grid-template-areas:
    "header content"
    "header content"
    "header highlights";
  column-gap: clamp(3rem, 7vw, 8rem);
  width: 100%;
  padding: clamp(4rem, 7vw, 8rem);
}

#app > .tv3-section:nth-of-type(even) .tv3-section-body {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  grid-template-areas:
    "content header"
    "content header"
    "highlights header";
}

#app > .tv3-section .tv3-section-header {
  grid-area: header;
  align-self: center;
  max-width: 620px;
  margin: 0;
  padding-top: 1rem;
  border-top-color: color-mix(in srgb, var(--charcoal) 30%, transparent);
}

#app > .tv3-section .tv3-section-header h2 {
  max-width: 620px;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 0.86;
}

#app > .tv3-section .tv3-section-grid,
#app > .tv3-section .tv3-section-split,
#app > .tv3-section .tv3-section-split-reverse {
  grid-area: content;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
}

#app > .tv3-section .tv3-section-text,
#app > .tv3-section:nth-of-type(3) .tv3-section-text,
#app > .tv3-section:nth-of-type(5) .tv3-section-text {
  grid-column: auto;
  grid-row: auto;
  max-width: 800px;
}

#app > .tv3-section .tv3-section-img,
#app > .tv3-section:nth-of-type(3) .tv3-section-img,
#app > .tv3-section:nth-of-type(5) .tv3-section-img {
  grid-column: auto;
  grid-row: auto;
}

#app > .tv3-section .tv3-section-benefits,
#app > .tv3-section .tv3-tech-highlights {
  max-width: 800px;
  padding: clamp(1.4rem, 2.5vw, 2.25rem);
  border-color: color-mix(in srgb, var(--charcoal) 22%, transparent);
  background: color-mix(in srgb, var(--white) 58%, transparent);
}

#app > .tv3-section .tv3-tech-highlights,
#app > .tv3-section:nth-of-type(5) .tv3-tech-highlights {
  grid-area: highlights;
  width: 100%;
  margin: clamp(2rem, 4vw, 4rem) 0 0;
}

#app > .tv3-section .tv3-img-frame {
  max-width: none;
  margin: 0;
  aspect-ratio: 16 / 9;
  border-color: color-mix(in srgb, var(--charcoal) 26%, transparent);
  box-shadow: 0 22px 58px rgba(0,0,0,0.18);
}

#app > .tv3-section .tv3-img-frame-cabinet {
  aspect-ratio: 16 / 8;
}

#app > .tv3-section .tv3-img-frame-ceramic {
  aspect-ratio: 16 / 10;
}

#app > .tv3-section .tv3-section-media-full {
  width: calc(100% - clamp(2rem, 7vw, 7rem));
  height: clamp(240px, 31vw, 470px);
  margin: clamp(1.25rem, 3vw, 3rem) auto 0;
}

#app > .tv3-section .tv3-section-media-drivers + .tv3-section-body {
  padding-top: clamp(3rem, 5vw, 5rem);
}

@media (min-width: 1180px) {
  #app > .tv3-section:nth-of-type(3) .tv3-section-img,
  #app > .tv3-section:nth-of-type(5) .tv3-section-img {
    order: -1;
  }
}

@media (max-width: 900px) {
  #app > .tv3-section,
  #app > .tv3-section-alt {
    width: calc(100% - 1rem);
    margin: 0.5rem auto;
  }

  #app > .tv3-section .tv3-section-body,
  #app > .tv3-section:nth-of-type(even) .tv3-section-body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "content"
      "highlights";
    gap: 2.25rem;
    padding: 3.2rem 1.2rem;
  }

  #app > .tv3-section .tv3-section-header h2 {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  #app > .tv3-section .tv3-tech-highlights,
  #app > .tv3-section:nth-of-type(5) .tv3-tech-highlights {
    margin-top: 0;
  }

  #app > .tv3-section .tv3-img-frame,
  #app > .tv3-section .tv3-img-frame-cabinet,
  #app > .tv3-section .tv3-img-frame-ceramic {
    aspect-ratio: 1 / 0.82;
  }
}

/* Technologies editorial layout selected */
#app > .tv3-section,
#app > .tv3-section-alt {
  width: 100%;
  min-height: min(900px, 92vh);
  margin: 0;
  overflow: hidden;
  border-width: 0 0 1px;
  isolation: isolate;
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--ivory) 78%, transparent), transparent 62%),
    var(--white);
}

#app > .tv3-section-alt {
  background:
    linear-gradient(245deg, color-mix(in srgb, var(--white) 72%, transparent), transparent 62%),
    var(--ivory);
}

#app > .tv3-section::before {
  display: none;
  left: auto;
  right: clamp(1rem, 5vw, 6rem);
  top: clamp(1.5rem, 5vw, 4.5rem);
  color: color-mix(in srgb, var(--charcoal) 7%, transparent);
  font-size: clamp(4.8rem, 12vw, 13.2rem);
  line-height: 0.78;
  letter-spacing: -0.12em;
  transform: none;
}

#app > .tv3-section::after {
  display: none;
  inset: auto 0 5% 0;
  width: auto;
  height: 180px;
  background: var(--audio-wave-bg) center / cover no-repeat;
  opacity: 0.12;
}

#app > .tv3-section .tv3-section-body,
#app > .tv3-section:nth-of-type(even) .tv3-section-body {
  display: block;
  width: min(100%, 1440px);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 4vw, 3rem);
}

#app > .tv3-section .tv3-section-header {
  position: static;
  max-width: 1060px;
  margin: 0 auto clamp(2.5rem, 5vw, 5rem);
  padding-top: 1rem;
  border-top: 0;
  text-align: center;
}

#app > .tv3-section .tv3-section-header::before {
  content: none;
  width: min(46vw, 680px);
  height: 1px;
  margin-bottom: 1rem;
  background: color-mix(in srgb, var(--charcoal) 24%, transparent);
}

#app > .tv3-section .tv3-section-header h2 {
  max-width: 980px;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

#app > .tv3-section .tv3-section-header .feature-label {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#app > .tv3-section .tv3-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(270px, 0.7fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

#app > .tv3-section .tv3-section-split,
#app > .tv3-section .tv3-section-split-reverse {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  direction: ltr;
}

#app > .tv3-section .tv3-section-split-reverse {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 0.92fr);
  direction: rtl;
}

#app > .tv3-section .tv3-section-split-reverse > * {
  direction: ltr;
}

#app > .tv3-section:nth-of-type(4) .tv3-section-split-reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  direction: ltr;
}

#app > .tv3-section:nth-of-type(3) .tv3-section-text,
#app > .tv3-section:nth-of-type(5) .tv3-section-text,
#app > .tv3-section:nth-of-type(3) .tv3-section-img,
#app > .tv3-section:nth-of-type(5) .tv3-section-img {
  grid-column: auto;
  grid-row: auto;
}

#app > .tv3-section:nth-of-type(2) .tv3-section-text {
  grid-column: 1;
  grid-row: 1;
}

#app > .tv3-section:nth-of-type(2) .tv3-section-img {
  grid-column: 2;
  grid-row: 1;
}

#app > .tv3-section:nth-of-type(2)::before {
  left: clamp(1rem, 5vw, 6rem);
  right: auto;
}

#app > .tv3-section:nth-of-type(2) .tv3-section-header {
  margin-left: auto;
  margin-right: auto;
}

#app > .tv3-section:nth-of-type(5) .tv3-section-split {
  display: block;
}

#app > .tv3-section:nth-of-type(5) .tv3-section-text {
  max-width: 900px;
}

#app > .tv3-section .tv3-section-header .feature-label {
  display: none;
}

#app > .tv3-section .tv3-section-text {
  max-width: 760px;
}

#app > .tv3-section .tv3-section-text p {
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.65;
}

#app > .tv3-section .tv3-section-benefits,
#app > .tv3-section .tv3-tech-highlights {
  max-width: 900px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-color: color-mix(in srgb, var(--charcoal) 18%, transparent);
  background: color-mix(in srgb, var(--ivory) 76%, transparent);
}

#app > .tv3-section .tv3-tech-highlights,
#app > .tv3-section:nth-of-type(5) .tv3-tech-highlights {
  width: auto;
  margin: clamp(3rem, 6vw, 6rem) auto 0;
}

#app > .tv3-section .tv3-img-frame,
#app > .tv3-section .tv3-img-frame-ceramic {
  max-width: none;
  margin: 0;
  aspect-ratio: 0.9 / 1;
  border-color: color-mix(in srgb, var(--charcoal) 24%, transparent);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
}

#app > .tv3-section .tv3-img-frame-cabinet {
  aspect-ratio: 1 / 0.9;
}

#app > .tv3-section .tv3-section-media-full {
  width: min(100% - clamp(2rem, 8vw, 9rem), 1520px);
  height: clamp(320px, 42vw, 560px);
  margin: clamp(1rem, 2vw, 2rem) auto clamp(3rem, 5vw, 5rem);
}

#app > .tv3-section .tv3-section-media-drivers + .tv3-section-body {
  padding-top: clamp(3.5rem, 6vw, 6rem);
}

#app > .tv3-section-accuton {
  min-height: 0;
  border-bottom: none;
  padding-bottom: 0;
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--ivory) 78%, transparent), transparent 62%),
    var(--white);
}

#app > .tv3-section-air-stream {
  min-height: 0;
  background:
    linear-gradient(245deg, color-mix(in srgb, var(--white) 72%, transparent), transparent 62%),
    var(--ivory);
}

#app > .tv3-section-air-stream::before,
#app > .tv3-section-air-stream::after,
#app > .tv3-section-accuton::before,
#app > .tv3-section-accuton::after {
  display: none;
}

#app > .tv3-section .tv3-air-stream-body,
#app > .tv3-section .tv3-accuton-body {
  display: block;
  max-width: 1280px;
  padding-top: clamp(4rem, 6vw, 6rem);
  padding-bottom: clamp(0.5rem, 1vw, 1rem);
}

#app > .tv3-section-air-stream .tv3-section-header,
#app > .tv3-section-accuton .tv3-section-header {
  max-width: none;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
  text-align: center;
}

#app > .tv3-section-air-stream .tv3-section-header::before,
#app > .tv3-section-air-stream .feature-label,
#app > .tv3-section-accuton .tv3-section-header::before,
#app > .tv3-section-accuton .feature-label {
  display: none;
}

#app > .tv3-section-air-stream .tv3-section-header h2,
#app > .tv3-section-accuton .tv3-section-header h2 {
  max-width: none;
  margin: 0;
  color: #fffaec;
}

.tv3-air-stream-grid,
.tv3-accuton-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.55fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.tv3-air-stream-details {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}

#app > .tv3-section-air-stream .tv3-section-text,
#app > .tv3-section-accuton .tv3-section-text {
  max-width: none;
}

#app > .tv3-section-air-stream .tv3-section-text p,
#app > .tv3-section-air-stream .tv3-section-text li,
#app > .tv3-section-accuton .tv3-section-text p,
#app > .tv3-section-accuton .tv3-section-text li {
  color: #fffaec;
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.5;
}

#app > .tv3-section-air-stream .tv3-section-text h4,
#app > .tv3-section-accuton .tv3-section-text h4 {
  color: #fffaec;
}

#app > .tv3-section-air-stream .tv3-section-text h4::before,
#app > .tv3-section-accuton .tv3-section-text h4::before {
  background: #fffaec;
}

#app > .tv3-section-air-stream .tv3-section-text ul,
#app > .tv3-section-accuton .tv3-section-text ul {
  margin-top: 0;
  border-top: 0;
}

#app > .tv3-section-air-stream .tv3-section-text li,
#app > .tv3-section-accuton .tv3-section-text li {
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
  border-bottom: 0;
}

.tv3-accuton-drivers {
  margin-top: clamp(1rem, 2vw, 2rem);
  margin-bottom: -2rem;
}

.tv3-accuton-drivers img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  object-position: center bottom;
}

:root[data-theme="light"] #app > .tv3-section-air-stream,
:root[data-theme="light"] #app > .tv3-section-accuton,
:root[data-theme="light"] #app > .tv3-section-air-stream .tv3-section-header h2,
:root[data-theme="light"] #app > .tv3-section-accuton .tv3-section-header h2,
:root[data-theme="light"] #app > .tv3-section-air-stream .tv3-section-text p,
:root[data-theme="light"] #app > .tv3-section-air-stream .tv3-section-text li,
:root[data-theme="light"] #app > .tv3-section-accuton .tv3-section-text p,
:root[data-theme="light"] #app > .tv3-section-accuton .tv3-section-text li,
:root[data-theme="light"] #app > .tv3-section-air-stream .tv3-section-text h4,
:root[data-theme="light"] #app > .tv3-section-accuton .tv3-section-text h4,
:root[data-theme="light"] #app > .tv3-section-air-stream .tv3-section-text strong,
:root[data-theme="light"] #app > .tv3-section-accuton .tv3-section-text strong {
  color: #21201d;
}

@media (max-width: 1024px) {
  #app > .tv3-section,
  #app > .tv3-section-alt {
    min-height: auto;
  }

  #app > .tv3-section .tv3-section-grid,
  #app > .tv3-section .tv3-section-split,
  #app > .tv3-section .tv3-section-split-reverse {
    grid-template-columns: 1fr;
  }

  #app > .tv3-section .tv3-section-split-reverse {
    direction: ltr;
  }

  #app > .tv3-section .tv3-section-img {
    max-width: 680px;
  }

  #app > .tv3-section:nth-of-type(2) .tv3-section-text,
  #app > .tv3-section:nth-of-type(2) .tv3-section-img {
    grid-column: 1;
    grid-row: auto;
  }

  #app > .tv3-section:nth-of-type(4) .tv3-section-text,
  #app > .tv3-section:nth-of-type(4) .tv3-section-img {
    grid-column: 1;
    grid-row: auto;
  }

  #app > .tv3-section:nth-of-type(2)::before {
    left: auto;
    right: clamp(1rem, 5vw, 6rem);
  }

  #app > .tv3-section:nth-of-type(2) .tv3-section-header {
    margin-left: 0;
  }

  .tv3-air-stream-grid,
  .tv3-accuton-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 640px) {
  #app > .tv3-section .tv3-section-body,
  #app > .tv3-section:nth-of-type(even) .tv3-section-body {
    padding: 4rem 1.15rem;
  }

  #app > .tv3-section .tv3-section-header h2,
  #app > .tv3-section-air-stream .tv3-section-header h2,
  #app > .tv3-section-accuton .tv3-section-header h2 {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  #app > .tv3-section .tv3-section-header::before {
    width: 58vw;
  }

  #app > .tv3-section .tv3-section-media-full {
    width: calc(100% - 2rem);
    height: 260px;
  }
}

.home-tech-section {
  display: none !important;
  padding: clamp(5rem, 8vw, 8rem) 0;
  border-bottom: 1px solid var(--light-gray);
}

.home-tech-stack {
  display: grid;
  gap: clamp(4rem, 7vw, 7rem);
}

.home-tech-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: center;
}

.home-tech-card:first-child {
  --home-tech-edge-offset: calc(max((100vw - 1440px) / 2, 0px) + clamp(1.5rem, 4vw, 3rem));
}

.home-tech-card:first-child .home-tech-visual {
  width: calc(100% + var(--home-tech-edge-offset));
  height: clamp(430px, 40vw, 640px);
  min-height: clamp(430px, 40vw, 640px);
  margin-left: calc(var(--home-tech-edge-offset) * -1);
}

.home-tech-card.reversed {
  --home-tech-edge-offset: calc(max((100vw - 1440px) / 2, 0px) + clamp(1.5rem, 4vw, 3rem));
}

.home-tech-card.reversed .home-tech-visual {
  order: 2;
  left: -18px;
  width: calc(100% + var(--home-tech-edge-offset));
  height: clamp(430px, 40vw, 640px);
  min-height: clamp(430px, 40vw, 640px);
  margin-right: calc(18px - var(--home-tech-edge-offset));
}

.home-tech-card.reversed .home-tech-copy {
  order: 1;
}

.home-tech-card::before {
  content: none;
}

.home-tech-card.reversed::before {
  content: none;
}

.home-tech-visual {
  position: relative;
  height: clamp(360px, 34vw, 500px);
  min-height: clamp(360px, 34vw, 500px);
  overflow: hidden;
  border-radius: 0;
  background: #21201d;
  margin: 0;
  isolation: isolate;
}

.home-tech-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1) contrast(1.08) brightness(0.9);
  opacity: 0.94;
  padding: 0;
  transform: scale(1.16);
  transform-origin: left center;
  animation: techImageFloat 7s ease-in-out infinite;
}

.home-tech-card:first-child .home-tech-visual img {
  transform: scale(1.32);
}

.home-tech-visual::after {
  content: none;
}

.home-tech-visual::before {
  content: none;
}

.home-tech-visual-line img {
  object-position: center center;
  transform: scale(1);
  transform-origin: center center;
  filter: none;
  opacity: 1;
  animation: techLineImageFloat 7s ease-in-out infinite;
}

:root[data-theme="light"] .home-tech-visual-line {
  background: #fffaec;
}

:root[data-theme="light"] .home-tech-card:first-child .home-tech-visual {
  background: transparent;
}

:root[data-theme="light"] .home-tech-visual-line img {
  filter: none;
  opacity: 1;
}

.home-tech-card.reversed .home-tech-visual img {
  object-position: right center;
}

.home-tech-copy {
  position: relative;
  z-index: 1;
}

.home-tech-copy::before {
  content: "";
  display: block;
  width: clamp(44px, 5vw, 72px);
  height: 2px;
  margin-bottom: 1.6rem;
  background: var(--white);
  opacity: 0.7;
}

.home-tech-copy .feature-title {
  max-width: 720px;
}

.home-tech-copy .feature-text {
  max-width: 760px;
}

@keyframes techImageFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1.32);
  }
  50% {
    transform: translate3d(0, -10px, 0) scale(1.37);
  }
}

@keyframes techLineSweep {
  0%, 16% {
    transform: scaleX(0);
    opacity: 0;
  }
  42%, 70% {
    transform: scaleX(1);
    opacity: 0.38;
  }
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes techLineImageFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -14px, 0) scale(1.025);
  }
}

@keyframes heroSpeakerLeftFloat {
  0%, 100% {
    transform: translateX(-8%) translateY(0) scaleX(-1) scale(1.42);
  }
  50% {
    transform: translateX(-9.5%) translateY(-14px) scaleX(-1) scale(1.445);
  }
}

@keyframes heroSpeakerRightFloat {
  0%, 100% {
    transform: translateX(8%) translateY(0) scale(1);
  }
  50% {
    transform: translateX(9.5%) translateY(-12px) scale(1.03);
  }
}

.feature-label {
  display: none;
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 1.5rem;
}

.feature-title {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.feature-text {
  font-size: 0.89rem;
  color: var(--dark-gray);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.feature-bullets {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feature-bullet {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--charcoal);
}

.feature-bullet .check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-dark);
  font-size: 0.65rem;
}

/* Specs Section */
.specs-section {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  background: var(--ivory);
  border-bottom: 1px solid var(--light-gray);
}

.specs-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--light-gray);
}

.specs-header h2 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.2rem, 2.25vw, 1.65rem);
}

.unit-switch {
  display: flex;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  overflow: hidden;
}

.unit-switch button {
  padding: 0.5rem 1.2rem;
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.25s;
}

.unit-switch button.active {
  background: var(--pure-black);
  color: var(--white);
}

.specs-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 6rem);
  align-items: center;
}

.specs-photo-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.specs-back-photo {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.7s var(--ease-out-expo);
}

.specs-photo-col:hover .specs-back-photo {
  transform: none;
}

.specs-back-photo--m1,
.specs-back-photo--m2,
.specs-back-photo--m3,
.specs-back-photo--f1,
.specs-back-photo--f2 {
  width: auto;
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  object-position: center top;
}


.specs-table-col {
  display: flex;
  flex-direction: column;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  padding: 0.47rem 0;
  border-bottom: 1px solid var(--light-gray);
  font-size: 0.95rem;
}

.spec-label {
  font-weight: 500;
  color: var(--dark-gray);
  white-space: nowrap;
  flex-shrink: 0;
}

.spec-value {
  text-align: right;
  font-weight: 500;
  color: var(--pure-black);
}

/* In The Box */
.inbox-section {
  padding: clamp(4rem, 6vw, 6rem) 0;
  border-bottom: 1px solid var(--light-gray);
}

.inbox-section + .order-section {
  display: none;
}

.inbox-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.inbox-item {
  padding: 2rem;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  transition: border-color 0.3s;
}

.inbox-item:hover {
  border-color: var(--accent);
}

.inbox-num {
  font-family: var(--ff-mono);
  font-size: 0.75rem;
  color: var(--accent-dark);
  margin-bottom: 1rem;
}

.inbox-name {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.inbox-desc {
  font-size: 0.85rem;
  color: var(--mid-gray);
  line-height: 1.5;
}

/* CTA / Order Section */
.order-section {
  position: relative;
  padding: clamp(5rem, 8vw, 8rem) 0;
  background: var(--order-bg);
  color: var(--pure-black);
  overflow: hidden;
  isolation: isolate;
}

.order-section::before,
.order-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 180px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.28;
  background-image: var(--audio-wave-bg);
  background-repeat: repeat-x;
  background-size: 1200px 180px;
  filter: blur(0.15px);
  mask-image: linear-gradient(90deg, transparent 0%, #21201d 14%, #21201d 86%, transparent 100%);
  animation: heroAudioWave 16s linear infinite;
}

.order-section::before {
  top: 18%;
}

.order-section::after {
  bottom: 14%;
  opacity: 0.16;
  transform: scaleY(-1);
  animation-duration: 22s;
  animation-direction: reverse;
}

.order-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.order-inner h2 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  margin-bottom: 1.5rem;
}

.order-inner p {
  color: var(--mid-gray);
  font-size: 0.89rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  text-align: justify;
}

.home-contact-cta p {
  max-width: 560px;
  margin: 0 auto 2rem;
  text-align: center;
}

.order-price {
  font-family: var(--ff-mono);
  font-size: 1.8rem;
  color: var(--accent);
  margin: 2rem 0;
}

.order-details {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3rem;
  font-size: 0.85rem;
  color: var(--mid-gray);
}

.order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
  padding: 1.2rem 3rem;
  background: var(--pure-black);
  color: var(--white);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  user-select: none;
  transition: 0.4s var(--ease-out-expo);
}

.order-btn:hover {
  background: var(--accent-light);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(180, 180, 180, 0.3);
}

/* ===== ABOUT PAGE ===== */
.about-hero {
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(1.5rem, 2.5vw, 2.5rem);
  border-bottom: 1px solid var(--light-gray);
  text-align: center;
}

.clients-page-hero {
  padding: clamp(2.5rem, 4vw, 4rem) 0 0;
  border-bottom: none;
}

.team-about-hero {
  padding: clamp(2rem, 3.5vw, 3.5rem) 0 clamp(1.5rem, 2.5vw, 2.5rem);
}

.about-hero h1 {
  font-family: var(--ff-display);
  font-weight: 500 !important;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.about-hero p {
  font-size: 0.89rem;
  color: var(--dark-gray);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.8;
}

.team-about-hero {
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(1rem, 2vw, 1.5rem);
}

.home-team-section,
.team-section {
  padding: clamp(5rem, 8vw, 8rem) 0;
  border-bottom: 1px solid var(--light-gray);
}

.team-page-section {
  padding-top: clamp(0.75rem, 1.5vw, 1.25rem);
}

.home-team-section {
  min-height: calc(100vh - 72px);
  padding: clamp(4rem, 6vw, 6rem) 0;
  display: flex;
  align-items: center;
}

.home-team-section .wrap {
  display: grid;
  justify-items: center;
  width: 100%;
}

.team-page-section {
  min-height: calc(100vh - 72px);
  padding: clamp(1rem, 2vw, 2rem) 0 clamp(5rem, 8vw, 7rem);
}

.team-page-section .wrap {
  display: grid;
  justify-items: center;
  width: 100%;
}

.team-page-section .team-grid {
  max-width: 1080px;
  column-gap: clamp(2.5rem, 4.2vw, 4rem);
  row-gap: clamp(1rem, 2vw, 1.6rem);
}

.team-page-section .team-card {
  min-height: 0;
  aspect-ratio: 1.02;
  border-radius: 10px;
}

.team-page-section .team-photo {
  object-position: center 35%;
  transform: scale(1.08);
}

.team-page-section .team-card-content {
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(0.9rem, 1.6vw, 1.35rem);
  padding: clamp(1.35rem, 2.1vw, 2rem);
}

.team-page-section .team-name {
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
  margin-bottom: 0.2rem;
}

.team-page-section .team-role {
  font-size: clamp(0.7rem, 0.9vw, 0.86rem);
}

.team-card-bio {
  max-width: min(92%, 430px);
  color: rgba(255,250,236,0.82);
  font-size: clamp(0.68rem, 0.82vw, 0.86rem);
  line-height: 1.38;
  margin: 0;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: 720px;
  margin-bottom: 2rem;
}

.home-team-section .section-heading-row {
  max-width: 100%;
  align-items: center;
}

.section-heading-row .feature-title {
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  max-width: 760px;
  margin-bottom: 0;
}

.section-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.7rem;
  padding: 1rem 1.35rem;
  border: 1px solid rgba(255,255,255,0.22);
  color: var(--pure-black);
  font-family: var(--ff-display);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: border-color 0.25s, color 0.25s, transform 0.25s;
}

.section-link:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
  transform: translateY(-2px);
}

.team-grid,
.home-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.1rem, 2vw, 1.6rem);
  max-width: 720px;
  margin: 0 auto;
}

.home-team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 820px;
  column-gap: clamp(1.75rem, 3vw, 2.75rem);
  row-gap: clamp(1.75rem, 3vw, 2.75rem);
}

.home-team-grid .team-card {
  min-height: 360px;
  aspect-ratio: 1.04;
}

.team-card {
  position: relative;
  min-height: 220px;
  aspect-ratio: 1.52;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--pure-black) 10%, transparent);
  background: var(--ivory);
  box-shadow: 0 18px 46px rgba(0,0,0,0.18);
}

.team-card-compact {
  min-height: 260px;
  aspect-ratio: 1.55;
}

.team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background 0.25s ease;
}

.team-card-baked::after {
  background: transparent;
}

.team-card:hover::after,
.team-card:focus-within::after {
  background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.18) 45%, rgba(0,0,0,0.72));
}

.team-card-baked:hover::after,
.team-card-baked:focus-within::after {
  background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.2) 45%, rgba(0,0,0,0.76));
}

.team-photo {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: none;
  transition: transform 0.6s var(--ease-out-expo);
}

.team-card:hover .team-photo {
  transform: scale(1.035);
}

.team-page-section .team-card:hover .team-photo {
  transform: scale(1.12);
}

.team-card-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: clamp(1.05rem, 1.7vw, 1.35rem);
  color: #fffaec;
  background: transparent;
  backdrop-filter: none;
}

.team-name {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.05;
  margin-bottom: 0.4rem;
  color: #fffaec;
  text-shadow: 0 0 10px rgba(0,0,0,0.18);
}

.team-role {
  font-size: 0.78rem;
  color: #fffaec;
  margin-bottom: 0;
  text-shadow: 0 0 10px rgba(0,0,0,0.18);
}

.team-card-compact .team-role {
  margin-bottom: 0;
}

.team-card-compact .team-card-content {
  padding: 1.35rem;
}

.team-card-compact .team-name {
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
}

.team-card-compact .team-role {
  font-size: 0.78rem;
}

.team-card-bio {
  margin-top: 0.45rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #fffaec;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease, margin-top 0.25s ease;
  margin-top: 0;
}

.team-card-with-bio:hover .team-card-bio,
.team-card-with-bio:focus-within .team-card-bio {
  opacity: 1;
  max-height: 16rem;
  transform: translateY(0);
  margin-top: 1rem;
}

.team-bio {
  font-size: 0.95rem;
  color: var(--dark-gray);
  line-height: 1.6;
  max-width: 540px;
}

.feedback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  border-top: 1px solid var(--light-gray);
  padding-top: 3rem;
}

/* ===== REVIEWS ===== */
.reviews-section {
  padding: clamp(5rem, 8vw, 8rem) 0;
  background: var(--white);
  border-bottom: 1px solid var(--light-gray);
}

.reviews-page-list {
  padding-top: clamp(0.5rem, 1vw, 1rem);
}

.reviews-list {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.reviews-page-list .reviews-shell {
  min-height: clamp(440px, 48vw, 620px);
  border-top: 1px solid var(--light-gray);
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
}

.reviews-page-list .reviews-static-header {
  max-width: none;
}

.reviews-page-list .reviews-static-header h2 {
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
}

.reviews-page-list .reviews-static-header p,
.reviews-page-list .reviews-menu,
.reviews-page-list .reviews-arrow {
  display: none;
}

.reviews-shell {
  --reviews-shell-gap: clamp(2.5rem, 6vw, 6rem);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: var(--reviews-shell-gap);
  min-height: clamp(520px, 58vw, 680px);
  overflow: visible;
  border: 0;
  background: transparent;
}

/* Photo on right, text on left */
.reviews-shell--photo-right {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.reviews-shell--photo-right .reviews-photo-panel {
  order: 2;
}

.reviews-shell--photo-right .reviews-copy-panel {
  order: 1;
}

.reviews-copy-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(2.2rem, 4vw, 4rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  padding-top: clamp(1.2rem, 2.4vw, 2rem);
  color: var(--black);
  isolation: isolate;
}

.reviews-copy-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: transparent;
}

.reviews-copy-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
}

.reviews-brand {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviews-static-header {
  max-width: 660px;
}

.reviews-static-header h2 {
  margin: 0;
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* Reviews page list пїЅ smaller heading */
.reviews-page-list .reviews-static-header h2 {
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
}

.reviews-static-header p {
  max-width: 520px;
  margin-top: clamp(0.8rem, 1.4vw, 1.2rem);
  color: var(--dark-gray);
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.55;
}

.reviews-copy-panel blockquote {
  max-width: 620px;
  margin: 0;
  color: var(--dark-gray);
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.65;
}

/* Justified body text site-wide */
.reviews-copy-panel blockquote,
.review-section-p,
.detail-intro,
.detail-feature-list li,
.detail-bullet-list li,
.tv3-hero-desc,
.tv3-mission blockquote,
.about-hero p,
.reviews-static-header p,
.card-subtitle,
.team-card-bio,
.feature-text {
  text-align: justify;
}

.card-subtitle {
  text-align-last: center;
}

.reviews-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: clamp(0.8rem, 2vw, 1.4rem);
}

.reviews-menu[hidden] {
  display: none;
}

.reviews-menu button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 3.1rem;
  height: 2.65rem;
  padding: 0;
  border: 1px solid var(--light-gray);
  color: var(--dark-gray);
  background: color-mix(in srgb, var(--ivory) 80%, transparent);
  font-family: var(--ff-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.reviews-menu button span {
  color: var(--accent);
}

.reviews-menu button.active,
.reviews-menu button:hover {
  border-color: var(--accent);
  color: var(--pure-black);
  background: color-mix(in srgb, var(--accent) 8%, transparent);
}

.reviews-photo-panel {
  position: relative;
  overflow: hidden;
  background: var(--white);
  align-self: start;
}

.reviews-photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0,0,0,0.58)),
    linear-gradient(90deg, rgba(0,0,0,0.22), transparent 28%, rgba(0,0,0,0.08));
  pointer-events: none;
}

.reviews-photo-panel img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1) contrast(1.04);
}

.reviews-photo-meta {
  position: absolute;
  left: clamp(1.4rem, 3vw, 2.6rem);
  bottom: clamp(1.6rem, 4vw, 3.5rem);
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  max-width: min(82%, 520px);
  color: #fffaec;
}

.reviews-photo-grammys {
  position: absolute;
  right: clamp(1.4rem, 3vw, 2.6rem);
  bottom: clamp(1.6rem, 4vw, 3.5rem);
  z-index: 2;
}

.reviews-photo-meta strong {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(0.938rem, 1.5vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.reviews-photo-meta span {
  color: rgba(255,250,236,0.84);
  font-size: 0.88rem;
}

.reviews-grammys {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2rem;
  margin-top: 0.45rem;
}

.reviews-grammy-count {
  margin-right: 0.25rem;
  color: rgba(255,250,236,0.78);
  font-family: var(--ff-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-grammys.empty {
  color: rgba(255,250,236,0.58);
  font-size: 0.78rem;
}

.reviews-grammys[hidden] {
  display: none;
}

.grammy-badge {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 0;
  background: transparent;
}

.grammy-badge img {
  width: 2.1rem;
  height: 2.1rem;
  object-fit: contain;
  filter: grayscale(1) brightness(4);
}

.grammy-badge::after {
  display: none;
}

.reviews-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #21201d !important;
  background: #fffaec !important;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  text-shadow: none;
  transition: background 0.2s, transform 0.2s;
}

.reviews-arrow:hover {
  background: #e8e2d4 !important;
}

.reviews-arrow-prev {
  left: -0.35rem;
  transform: translate(-100%, -50%);
}

.reviews-arrow-next {
  right: -0.35rem;
  transform: translate(100%, -50%);
}

:root[data-theme="light"] .reviews-arrow {
  color: #21201d;
  text-shadow: 0 4px 16px rgba(255,250,236,0.2);
}

:root[data-theme="light"] .reviews-arrow:hover {
  opacity: 0.68;
}

/* ===== CLIENTS ===== */
.clients-section {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  border-bottom: 1px solid var(--light-gray);
}

.clients-page-hero + .clients-section {
  padding-top: clamp(1.5rem, 2.5vw, 2.5rem);
}

.clients-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(1.5rem, 3vw, 3rem);
  row-gap: 0.9rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.clients-header-top {
  min-width: 0;
}

.clients-header .feature-title {
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  margin-bottom: 0;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.4vw, 1.25rem);
}

.clients-grid:has(.client-logo:only-child) {
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}

.clients-grid:has(.client-logo:only-child) .client-logo {
  min-height: 280px;
  padding: 3rem 4rem;
}

.clients-grid:has(.client-logo:only-child) .client-mark {
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
}

.clients-grid:has(.client-logo:only-child) .client-logo span {
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  letter-spacing: 0.12em;
}

.clients-grid:has(.client-logo:only-child) .client-logo small {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  margin-top: 0.5rem;
}

.client-logo {
  min-height: 190px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.5rem;
  border: 1px solid var(--light-gray);
  border-radius: 14px;
  color: var(--pure-black);
  background:
    radial-gradient(circle at 50% 32%, color-mix(in srgb, var(--pure-black) 7%, transparent), transparent 56%),
    linear-gradient(145deg, color-mix(in srgb, var(--pure-black) 4%, transparent), transparent 52%);
  transition: border-color 0.3s var(--ease-out-expo), background 0.3s var(--ease-out-expo), transform 0.3s var(--ease-out-expo);
}

.client-logo::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid color-mix(in srgb, var(--pure-black) 8%, transparent);
  border-radius: 10px;
  pointer-events: none;
}

.client-logo::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--pure-black) 4%, transparent);
  filter: blur(24px);
  opacity: 0.8;
  pointer-events: none;
}

.client-mark {
  position: relative;
  z-index: 1;
  width: clamp(48px, 5vw, 68px);
  height: clamp(48px, 5vw, 68px);
  margin-bottom: 0.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.86;
}

.client-logo span {
  position: relative;
  z-index: 1;
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(1rem, 1.65vw, 1.45rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-logo small {
  position: relative;
  z-index: 1;
  font-family: var(--ff-mono);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mid-gray);
}

.client-logo:hover {
  border-color: color-mix(in srgb, var(--pure-black) 28%, transparent);
  background:
    radial-gradient(circle at 50% 32%, color-mix(in srgb, var(--pure-black) 12%, transparent), transparent 56%),
    linear-gradient(145deg, color-mix(in srgb, var(--pure-black) 7%, transparent), transparent 52%);
  transform: translateY(-3px);
}

/* Tech Blocks */
.tech-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--light-gray);
  border: 1px solid var(--light-gray);
  margin-top: 4rem;
}

.tech-block {
  background: var(--white);
  padding: 3rem 2.5rem;
  transition: background 0.4s;
}

.tech-block:hover {
  background: var(--ivory);
}

.tech-num {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 3rem;
  color: var(--light-gray);
  margin-bottom: 1rem;
  line-height: 1;
}

.tech-block h3 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.tech-block p {
  font-size: 0.92rem;
  color: var(--dark-gray);
  line-height: 1.65;
}

/* ===== CONTACT PAGE ===== */
.contact-section {
  position: relative;
  padding: clamp(2.5rem, 4vw, 4rem) 0;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, var(--soft-glow-a), transparent 26rem),
    radial-gradient(circle at 80% 70%, var(--soft-glow-b), transparent 30rem),
    var(--contact-bg);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(90deg, transparent 0%, #21201d 12%, #21201d 88%, transparent 100%);
}

.contact-section .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}

.contact-info h2 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
}

.contact-block {
  margin-bottom: 2.5rem;
}

.contact-block h4 {
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 0.75rem;
}

.contact-block p {
  font-size: 0.89rem;
  color: var(--dark-gray);
  line-height: 1.7;
}

.contact-socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.contact-socials a {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pure-black);
  color: var(--white);
  transition: background 0.25s, color 0.25s, transform 0.25s;
  position: relative;
  z-index: 1;
}

.contact-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.contact-socials a:hover {
  background: var(--white);
  color: var(--pure-black);
  box-shadow: 0 0 0 1px var(--pure-black);
  transform: translateY(-2px) scale(1.04);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 0.75rem 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  font-size: 1rem;
  color: var(--pure-black);
  transition: border-color 0.3s;
  font-family: var(--ff-body);
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.form-field label {
  position: static;
  order: -1;
  font-size: 0.72rem;
  font-family: var(--ff-mono);
  color: var(--mid-gray);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}

.form-field textarea {
  resize: vertical;
  min-height: 100px;
}

.form-field-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-submit {
  align-self: center;
  padding: 1.1rem 3rem;
  background: var(--pure-black);
  color: var(--white);
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.4s var(--ease-out-expo);
}

.form-submit:hover {
  background: #fffaec;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.form-success {
  padding: 1.2rem 1.5rem;
  background: var(--ivory);
  border: 1px solid var(--accent);
  font-size: 0.95rem;
  color: var(--accent-dark);
  display: none;
}

.form-success.form-error {
  border-color: #b3261e;
  color: #b3261e;
}

/* ===== FOOTER ===== */
.site-footer {
  padding: 3rem 0;
  border-top: 1px solid var(--light-gray);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  color: var(--mid-gray);
  letter-spacing: 0.05em;
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  font-size: 0.82rem;
  color: var(--mid-gray);
  transition: color 0.25s;
}

.footer-links a:hover {
  color: var(--pure-black);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--light-gray);
  border-radius: 50%;
  color: var(--dark-gray);
  transition: color 0.25s, border-color 0.25s, background 0.25s, transform 0.25s;
}

.footer-socials svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: none;
}

.footer-socials a:hover {
  background: var(--pure-black);
  border-color: var(--pure-black);
  color: var(--white);
  transform: translateY(-2px);
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .test-hero-grid {
    gap: 2rem;
  }

  .test-hero-copy h2 {
    font-size: clamp(1.8rem, 4.2vw, 3rem);
  }

  .test-hero-center-stage {
    grid-template-columns: minmax(100px, 0.55fr) minmax(320px, 1.2fr) minmax(100px, 0.55fr);
    gap: 1rem;
  }

  .test-blueprint-grid {
    gap: 2rem;
  }

  .products-row,
  .detail-hero,
  .feature-grid,
  .feature-grid.reversed,
  .home-tech-card,
  .brand-story-inner,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .home-tech-card.reversed .home-tech-visual,
  .home-tech-card.reversed .home-tech-copy {
    order: initial;
  }

  .product-card:first-child {
    border-right: none;
    border-bottom: 1px solid var(--light-gray);
  }

  .product-card {
    min-height: 70vh;
  }

  .team-grid,
  .home-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .clients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tech-row {
    grid-template-columns: 1fr;
  }

  .inbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-hero-visual {
    min-height: 50vh;
  }

  .hero-concept-inner,
  .hero-editorial-grid,
  .hero-dual-inner {
    grid-template-columns: 1fr;
  }

  .hero-product-stage,
  .hero-editorial-image {
    min-height: 520px;
  }

  .hero-dual-products article {
    min-height: 430px;
  }

  .tech-hero-grid,
  .tech-feature,
  .tech-feature-wide,
  .tech-feature-reversed,
  .tech-mission-inner,
  .tech-creative-grid,
  .tv3-section-grid,
  .tv3-section-split,
  .tv3-section-split-reverse {
    grid-template-columns: 1fr;
  }

  .tech-feature-reversed .tech-image-panel,
  .tech-feature-reversed .tech-feature-copy {
    order: initial;
  }

  .tv3-section-split-reverse {
    direction: ltr;
  }

  .tech-hero {
    min-height: auto;
  }

  .tech-hero-stage {
    min-height: 460px;
  }

  .tv3-hero-stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-photo-carousel {
    max-width: 620px;
  }

  .product-photo-frame,
  .product-photo-frame-front,
  .product-photo-frame-side,
  .product-photo-frame-back {
    min-height: 42vh;
  }

  .product-photo-pair .product-photo,
  .product-photo-pair .product-photo-side,
  .product-photo-pair .product-photo-back {
    max-height: 44vh;
  }

  .feature-grid.reversed {
    direction: ltr;
  }
}

@media (max-width: 768px) {
  .test-hero-toolbar {
    display: block;
  }

  .test-hero-tabs {
    justify-content: flex-start;
    margin-top: 1rem;
  }

  .test-hero {
    min-height: auto;
    padding: 3.5rem 0 2.5rem;
  }

  .test-hero-grid,
  .test-blueprint-grid {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .test-blueprint-grid .test-hero-copy {
    order: -1;
  }

  .test-hero-copy h2 {
    font-size: clamp(1.68rem, 7.2vw, 2.88rem);
  }

  .test-hero-stage {
    width: 100%;
    min-height: 420px;
  }

  .test-hero-stage-single .test-hero-m2 {
    max-height: 400px;
  }

  .test-hero-stage-single .test-hero-f2 {
    max-height: 460px;
  }

  .test-hero-center-stage {
    min-height: 610px;
    display: grid;
    grid-template-columns: minmax(68px, 0.42fr) minmax(210px, 1fr) minmax(68px, 0.42fr);
    gap: 0.25rem;
  }

  .test-hero-center .test-hero-copy h2 {
    font-size: clamp(1.38rem, 5.4vw, 2.16rem);
  }

  .test-hero-center-f2,
  .test-hero-center-m2 {
    max-height: 390px;
  }

  .test-blueprint-model {
    width: 100%;
    min-height: 440px;
  }

  .test-blueprint-model img {
    max-height: 390px;
  }

  .test-blueprint-index {
    right: 0;
    bottom: 0;
    font-size: 14rem;
  }

  .test-editorial-stage {
    min-height: 710px;
    align-items: start;
    padding-top: 1rem;
  }

  .test-editorial-stage .test-hero-copy h2 {
    font-size: clamp(1.5rem, 6vw, 2.4rem);
  }

  .test-editorial-number {
    top: 54%;
    font-size: 18rem;
  }

  .test-editorial-f2 {
    left: -4%;
    bottom: -4%;
    max-width: 31%;
    max-height: 410px;
  }

  .test-editorial-m2 {
    right: -4%;
    bottom: 2%;
    max-width: 39%;
    max-height: 330px;
  }

  .test-hero-brandwall {
    min-height: 520px;
  }

  .test-brandwall-copy h2 {
    font-size: clamp(1.8rem, 7.8vw, 2.88rem);
    margin-bottom: 1rem;
  }

  .test-brandwall-copy p {
    font-size: clamp(1rem, 4.8vw, 1.35rem);
  }

  .wrap {
    padding: 0 1.25rem;
  }

  .tech-hero-grid {
    gap: 2rem;
  }

  .tech-hero-copy h1 {
    font-size: clamp(1.56rem, 8.4vw, 2.4rem);
  }

  .tech-hero-stats {
    grid-template-columns: 1fr;
  }

  .tech-hero-stats span {
    min-height: 74px;
  }

  .tech-hero-stage,
  .tech-image-panel,
  .tech-wave-panel {
    min-height: 320px;
  }

  .tech-feature-copy h3 {
    font-size: clamp(1.312rem, 7.5vw, 2.1rem);
  }

  .tech-creative-card {
    min-height: 300px;
  }

  .tech-radar {
    width: 240px;
    opacity: 0.55;
  }

  .header-inner {
    gap: 0.8rem;
  }
  .theme-toggle {
    margin-left: auto;
    min-width: 58px;
    padding: 0.35rem 0;
  }
  .theme-toggle-dot {
    width: 58px;
    height: 30px;
  }
  .main-nav { display: none; }
  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 2rem;
    border-bottom: 1px solid var(--light-gray);
    gap: 1.5rem;
  }
  .burger { display: flex; }

  .hero-lab-intro {
    padding-top: 3.5rem;
  }

  .hero-concept,
  .hero-concept-home-center {
    min-height: 0;
    height: auto;
    padding: 0;
  }

  .hero-concept-inner,
  .hero-editorial-grid,
  .hero-dual-inner {
    gap: 2rem;
  }

  .hero-copy h2,
  .hero-center-inner h2 {
    font-size: clamp(1.56rem, 8.4vw, 2.88rem);
  }

  .hero-product-stage,
  .hero-editorial-image {
    min-height: 390px;
  }

  .hero-product-m3 {
    width: 62%;
  }

  .hero-product-back {
    width: 34%;
  }

  .hero-center-products,
  .hero-dual-products {
    grid-template-columns: 1fr;
  }

  .hero-center-products {
    min-height: 0;
    max-width: 340px;
  }

  .hero-center-products img,
  .hero-center-products img:nth-child(2) {
    max-height: 250px;
  }

  .hero-dual-products article {
    min-height: 360px;
  }

  .hero-dual-products img {
    max-height: 290px;
  }

  .hero-all-products-inner h2 {
    font-size: clamp(1.92rem, 9.6vw, 3.24rem);
  }

  .hero-all-products-inner {
    --hero-kicker-drop: clamp(-1.25rem, -3vh, -0.5rem);
    --hero-title-drop: clamp(-1.25rem, -3vh, -0.5rem);
  }

  .hero-all-products-inner p {
    letter-spacing: 0.09em;
  }

  .hero-all-products-image {
    top: 0.5rem;
    width: 100%;
    min-height: 260px;
    border-radius: 18px;
  }

  .hero-all-products-image img {
    width: 94%;
    max-height: 280px;
  }

  .speaker-visual .product-photo {
    max-height: 280px;
  }

  .product-photo-pair,
  .product-photo-pair-f1,
  .product-photo-pair-f2,
  .product-photo-pair-m3 {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 340px;
  }

  .product-photo-carousel {
    max-width: 430px;
  }

  .product-photo-carousel .product-photo-pair {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .product-photo-carousel {
    position: relative;
    overflow: visible;
  }

  .product-photo-frame,
  .product-photo-frame-front,
  .product-photo-frame-side,
  .product-photo-frame-back {
    min-height: 280px;
    padding: 1.25rem 0.8rem;
  }

  .product-photo-pair .product-photo,
  .product-photo-pair .product-photo-side,
  .product-photo-pair .product-photo-back {
    max-height: 260px;
  }

  .product-card {
    min-height: 60vh;
    grid-template-rows: auto auto minmax(6rem, auto) minmax(240px, 1fr) auto;
  }

  .product-card .card-cta,
  .order-btn,
  .detail-order-btn,
  .form-submit {
    width: 100%;
    max-width: 360px;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .detail-meta { flex-wrap: wrap; gap: 1.5rem; }
  .inbox-grid { grid-template-columns: 1fr; }
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .team-grid,
  .home-team-grid { grid-template-columns: 1fr; }
  .team-card,
  .team-card-compact {
    min-height: 240px;
    aspect-ratio: 1.35;
  }
  .team-page-section .team-card {
    aspect-ratio: 1;
  }
  .team-page-section .team-card-content {
    padding: 1.15rem;
  }
  .team-card-bio {
    font-size: 0.7rem;
    line-height: 1.35;
    max-width: 100%;
  }
  .clients-header {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .clients-grid {
    grid-template-columns: 1fr;
  }
  .client-logo {
    min-height: 170px;
    padding: 1.5rem 1rem;
  }
  .feedback-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .reviews-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .reviews-arrow-prev {
    left: 0.5rem;
    transform: translateY(-50%);
  }
  .reviews-arrow-next {
    right: 0.5rem;
    transform: translateY(-50%);
  }
  .reviews-copy-panel {
    min-height: 520px;
  }
  .reviews-photo-panel {
    min-height: 420px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    order: 1;
    justify-content: center;
  }
  .footer-socials {
    flex-wrap: wrap;
    order: 2;
  }
  .footer-copy {
    order: 3;
  }
  .order-details { flex-direction: column; gap: 1rem; }
}
.home-speakers-row {
  border-top: 1px solid var(--light-gray);
}

.home-speakers-row .product-card {
  min-height: 78vh;
  padding-top: clamp(3.5rem, 5vw, 5rem);
  padding-bottom: clamp(2.25rem, 3.5vw, 3.5rem);
  grid-template-rows: auto auto minmax(6rem, auto) minmax(250px, 1fr) auto;
  row-gap: 0;
  background: transparent;
}

.home-speakers-row .product-card::after {
  content: "";
  position: absolute;
  top: 20%;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--white) 65%, transparent);
  background:
    radial-gradient(circle at center, var(--white) 0 0.28rem, transparent 0.29rem);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

.home-speakers-row .product-card:first-child::after {
  right: clamp(1.2rem, 4vw, 4rem);
}

.home-speakers-row .product-card:last-child::after {
  left: clamp(1.2rem, 4vw, 4rem);
}

.home-speakers-row .product-card:hover {
  background:
    radial-gradient(circle at 50% 72%, rgba(255, 250, 236, 0.07) 0%, rgba(255, 250, 236, 0) 58%),
    color-mix(in srgb, var(--ivory) 6%, transparent);
}

.home-speakers-row .product-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.home-speakers-row .product-card .card-label {
  margin-bottom: 0.8rem;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
}

.home-speakers-row .product-card .card-title {
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  margin-bottom: 0.9rem;
}

.home-speakers-row .product-card .card-subtitle {
  max-width: 33rem;
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.65;
}

.home-speakers-row .product-card .speaker-visual {
  max-width: 300px;
  margin-top: clamp(1.8rem, 3vw, 3rem);
}

.home-speakers-row .speaker-visual .product-photo-f1 {
  max-height: 330px;
}

.home-speakers-row .speaker-visual .product-photo-f2 {
  max-height: 300px;
}

.home-speakers-row .product-card .card-cta {
  min-width: 175px;
  padding: 0.95rem 1.7rem;
  font-size: 0.9rem;
  margin-top: 1.4rem;
}


/* ===== PAGE-SPECIFIC LAYOUT TUNING ===== */
/* Home category */
.home-category-row .product-card {
  min-height: 74vh !important;
  padding-top: clamp(3rem, 5vw, 4.75rem) !important;
  padding-bottom: 0 !important;
  grid-template-rows: auto auto clamp(390px, 43vh, 460px) 1fr auto !important;
}

.home-category-row .product-card::before {
  position: absolute !important;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: clamp(0.2rem, 0.8vw, 0.8rem) !important;
}

.home-category-row .product-card .card-title {
  margin-bottom: clamp(0.35rem, 0.75vw, 0.75rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.home-category-row .product-card .speaker-visual {
  margin-top: 0 !important;
  align-self: end !important;
  align-items: flex-end !important;
}

.home-category-row .product-card .speaker-visual .product-photo {
  object-position: center bottom;
}

/* Home contact block: remove small Contact label and reduce vertical gap */
.home-contact-section {
  padding-top: clamp(2rem, 3vw, 3.25rem) !important;
  padding-bottom: clamp(4rem, 6vw, 6rem) !important;
}

.home-contact-section .feature-label {
  display: none !important;
}

.home-contact-section .order-inner h2 {
  margin-top: 0 !important;
}

.home-contact-section::before {
  top: 8% !important;
}

/* Studio monitor listing */
.product-card:has(.speaker-visual-monitor) {
  min-height: auto !important;
  padding-top: clamp(1rem, 2vw, 2rem) !important;
  padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem) !important;
  grid-template-rows: auto 0px minmax(0.25rem, auto) 1fr auto !important;
  align-content: stretch !important;
}

.product-card:has(.speaker-visual-monitor) .card-title {
  margin-bottom: clamp(0.4rem, 0.7vw, 0.75rem) !important;
}

.product-card:has(.speaker-visual-monitor) .card-subtitle {
  margin-bottom: 0 !important;
}

.product-card:has(.speaker-visual-monitor) .speaker-visual {
  margin-top: 0 !important;
  align-self: start !important;
}


.studio-m3-row {
  grid-template-columns: 1fr !important;
}

.studio-m3-row .product-card {
  min-height: 70vh !important;
  justify-items: center !important;
  text-align: center !important;
}

.studio-m3-row .product-card .speaker-visual-monitor-wide {
  justify-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.studio-m3-row .product-card .product-photo {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Home category CTA */
.home-category-row .product-card .card-cta {
  position: static;
  transform: none;
  justify-self: center;
  align-self: end;
  margin-top: clamp(1rem, 2vw, 1.5rem);
  z-index: 2;
  white-space: nowrap;
}

/* ===== CONSOLIDATED RESPONSIVE TUNING ===== */
.home-category-row .product-card {
  justify-items: center;
  text-align: center;
}

.home-category-row .product-card .card-label,
.home-category-row .product-card .card-title,
.home-category-row .product-card .card-subtitle,
.home-category-row .product-card .speaker-visual,
.home-category-row .product-card .card-cta {
  justify-self: center;
  text-align: center;
}

.home-category-row .product-card .speaker-visual {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
}

.home-category-row .product-card .speaker-visual-studio,
.home-category-row .product-card .speaker-visual-home {
  margin-bottom: 0;
}

.home-category-row .product-card .speaker-visual-studio .product-photo,
.home-category-row .product-card .speaker-visual-home .product-photo {
  width: auto;
  object-fit: contain;
  object-position: center bottom;
}

@media (min-width: 769px) {
  .home-category-row .product-card .speaker-visual {
    height: clamp(390px, 43vh, 460px);
    transform: translateY(clamp(-1.35rem, -2.7vh, -1.15rem));
  }

  /* Compensate for different transparent padding inside the source PNGs. */
  .home-category-row .product-card .speaker-visual-studio .product-photo {
    height: clamp(360px, 42.8vh, 391px);
    max-height: none;
    transform: translateY(clamp(14px, 1.72vh, 16px));
  }

  .home-category-row .product-card .speaker-visual-home .product-photo {
    height: clamp(394px, 46.9vh, 428px);
    max-height: none;
    transform: translateY(clamp(25px, 3.04vh, 28px));
  }
}

.home-category-row .product-card .card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: min(calc(100% - 4rem), 420px);
  align-self: end;
  justify-self: center;
  margin-bottom: clamp(1.5rem, 2.4vw, 2.5rem);
  margin-top: auto;
}

@media (min-width: 769px) {
  .home-category-row .product-card .card-cta {
    margin-bottom: clamp(0.75rem, 1vw, 1rem);
    transform: translateY(clamp(0.1rem, 0.3vh, 0.25rem));
  }
}

.home-speakers-list-row .product-card .speaker-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 769px) {
  .home-speakers-list-row {
    grid-template-columns: repeat(2, minmax(320px, 430px));
    justify-content: center;
    column-gap: clamp(5rem, 10vw, 11rem);
  }

  .home-speakers-list-row .product-card {
    border-right: none;
  }

  .home-speakers-list-row .speaker-visual .product-photo-f1 {
    width: auto;
    height: clamp(420px, 59.43vh, 520px);
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
  }

  .products-row.home-speakers-list-row .speaker-visual .product-photo-f2 {
    width: auto;
    height: clamp(412px, 58.31vh, 510px);
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
    top: clamp(6px, 1vh, 8px);
    transform: none;
  }
}

@media (max-width: 768px) {
  .home-speakers-list-row .product-card .speaker-visual {
    width: auto !important;
    max-width: none !important;
    align-self: center !important;
    align-items: center;
    justify-content: center;
  }

  .home-speakers-list-row .speaker-visual .product-photo-f1,
  .home-speakers-list-row .speaker-visual .product-photo-f2 {
    width: auto !important;
    height: clamp(210px, 30vh, 240px);
    max-width: 100%;
    max-height: none !important;
    object-fit: contain;
    object-position: center bottom;
    transform: none;
  }

  .home-speakers-list-row .product-card .card-cta {
    opacity: 1;
    transform: none !important;
  }

  .products-row.home-speakers-list-row .speaker-visual .product-photo-f2 {
    top: 0;
  }
}

.reviews-page-list .reviews-photo-panel {
  height: clamp(440px, 50vw, 640px);
  align-self: start;
  overflow: hidden;
}

.reviews-page-list .reviews-copy-panel {
  gap: clamp(1rem, 1.8vw, 1.6rem);
  padding: clamp(2rem, 4vw, 4rem);
}

.reviews-page-list .reviews-copy-panel blockquote {
  max-width: none;
}

.review-section {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.review-section + .review-section {
  margin-top: clamp(1rem, 2vw, 1.6rem);
}

.review-section-heading {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(0.8rem, 0.95vw, 0.95rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
}

.review-section-p {
  margin: 0;
  color: var(--dark-gray);
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.65;
}

.review-section-p + .review-section-p {
  margin-top: 0.75rem;
}

@media (max-width: 1200px) {
  .detail-name,
  .about-hero h1 {
    white-space: normal;
  }

  .detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  }

  .detail-hero-info {
    padding: clamp(2.25rem, 4vw, 3.5rem);
  }

  .reviews-shell {
    gap: clamp(1.5rem, 4vw, 3rem);
  }
}

@media (max-width: 1024px) {
  .site-header {
    backdrop-filter: blur(14px);
  }

  .about-hero,
  .detail-hero-info,
  .feature-copy,
  .contact-copy,
  .clients-header,
  .section-heading-row {
    text-align: center;
  }

  .section-heading-row {
    align-items: center;
  }

  .detail-hero {
    min-height: auto;
  }

  .detail-hero-visual,
  .detail-hero-info {
    min-height: auto;
  }

  .detail-hero-visual {
    padding-bottom: 1rem;
  }

  .detail-hero-info {
    align-items: flex-start;
    align-items: center;
  }

  .detail-desc {
    max-width: none;
  }

  .home-category-row .product-card {
    min-height: auto !important;
    padding-bottom: clamp(2.5rem, 4vw, 3rem) !important;
    grid-template-rows: auto auto minmax(300px, auto) auto !important;
  }

  .home-category-row .product-card::before {
    top: 54%;
  }

  .home-category-row .product-card .card-cta {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: clamp(1.5rem, 2.4vw, 2rem) !important;
  }

  .home-category-row .speaker-visual-studio .product-photo,
  .home-category-row .speaker-visual-home .product-photo {
    max-height: 423px;
  }

  .home-team-grid,
  .team-grid,
  .clients-grid {
    gap: 1.5rem;
  }

  .reviews-page-list .reviews-photo-panel {
    min-height: clamp(320px, 48vw, 460px);
  }
}

@media (max-width: 768px) {
  .specs-body {
    grid-template-columns: 1fr;
  }

  .specs-photo-col {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 280px;
    max-height: 420px;
  }

  .specs-back-photo {
    max-height: 340px;
    width: auto;
  }

  .specs-back-photo.specs-back-photo--m1,
  .specs-back-photo.specs-back-photo--m2,
  .specs-back-photo.specs-back-photo--f1,
  .specs-back-photo.specs-back-photo--f2 {
    width: 80%;
    max-width: 80%;
    max-height: 50vh;
    height: auto;
  }

  .specs-back-photo--m3 {
    width: 90%;
    max-width: 90%;
    max-height: 55vh;
    height: auto;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .wrap {
    padding: 0 1rem;
  }

  .about-hero .wrap,
  .detail-hero-info,
  .reviews-copy-panel,
  .contact-copy,
  .feature-copy,
  .clients-header,
  .section-heading-row,
  .home-technologies-intro-copy,
  .home-tech-copy {
    text-align: center;
    align-items: center;
  }

  .about-hero h1,
  .detail-name,
  .card-title,
  .feature-title {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .home-category-row .product-card {
    padding-top: 3rem !important;
  }

  .home-category-row .product-card .card-title {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
    white-space: nowrap;
  }

  .home-category-row .product-card .speaker-visual {
    min-height: 260px;
    align-items: center;
  }

  .home-category-row .product-card .card-cta {
    width: 100%;
    max-width: 340px;
  }

  .detail-hero-info {
    padding: 2rem 1rem 2.5rem;
  }

  .detail-name {
    font-size: clamp(1.462rem, 7.35vw, 2.138rem);
  }

  .detail-type {
    font-size: clamp(0.92rem, 3.8vw, 1.08rem);
  }

  .detail-desc {
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: center;
  }

  .product-photo-carousel {
    max-width: 100%;
    padding: 0 2.25rem;
  }

  .detail-hero .product-photo-carousel {
    max-width: 360px;
    margin: 0 auto;
  }

  .detail-hero .product-photo-pair,
  .detail-hero .product-photo-carousel .product-photo-pair {
    display: block;
    max-width: none;
  }

  .detail-hero .product-photo-frame[data-slot="1"] {
    display: none;
  }

  .detail-hero .product-photo-frame[data-slot="0"] {
    min-height: 320px;
    width: 100%;
  }

  .detail-hero .product-photo-frame[data-slot="0"] .product-photo,
  .detail-hero .product-photo-pair .product-photo,
  .detail-hero .product-photo-pair .product-photo-side,
  .detail-hero .product-photo-pair .product-photo-back {
    max-height: 280px;
  }

  .product-carousel-prev {
    left: 0;
  }

  .product-carousel-next {
    right: 0;
  }

  .reviews-page-list .reviews-photo-panel {
    min-height: 360px;
  }

  .reviews-photo-meta {
    max-width: calc(100% - 7rem);
  }

  .reviews-page-list .reviews-copy-panel {
    padding-top: 1.25rem;
  }

  .reviews-copy-panel blockquote,
  .reviews-page-list .reviews-copy-panel blockquote,
  .about-hero p,
  .feature-text,
  .contact-copy p,
  .clients-header p,
  .home-tech-copy p,
  .home-technologies-intro-copy p {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .reviews-photo-meta {
    text-align: center;
    justify-items: center;
  }

  .reviews-photo-grammys,
  .detail-meta,
  .contact-socials {
    justify-content: center;
  }

  .detail-meta {
    width: 100%;
  }

  .meta-item {
    align-items: center;
    text-align: center;
  }

  .home-team-grid,
  .team-grid {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
    max-width: calc(100% - 4rem) !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }

  .team-card,
  .team-card-compact,
  .team-page-section .team-card {
    aspect-ratio: auto;
    min-height: 0;
  }

  .team-photo {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  /* Home hero mobile: one image on top, text below */
  .hero-concept-home-center .test-hero-center-stage,
  .hero-home-center-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: calc(100dvh - 64px);
    height: auto;
    gap: 0;
    padding: 0.5rem 1rem 2rem;
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }

  .hero-concept-home-center {
    min-height: 100dvh;
  }

  /* Waves repositioned to sit behind the photo (top of flex column) */
  .hero-home-center-stage::before,
  .hero-concept-home-center .test-hero-center-stage::before {
    top: 18% !important;
    z-index: 0;
    left: -8%;
    right: -8%;
  }

  .hero-home-center-stage::after,
  .hero-concept-home-center .test-hero-center-stage::after {
    top: 30% !important;
    z-index: 0;
    left: -8%;
    right: -8%;
  }

  /* Show only the right speaker (M2) as the single hero image on top */
  .hero-home-center-stage .test-hero-center-f2 {
    display: none;
  }

  .hero-home-center-stage .test-hero-center-m2 {
    order: 1;
    width: min(86vw, 340px);
    max-height: 420px;
    max-width: none;
    transform: none;
    animation: none;
    margin-bottom: -1rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .hero-home-center-copy {
    order: 2;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  /* Reduce gap below hero to next section */
  .hero-concept-home-center {
    border-bottom: 1px solid var(--light-gray);
  }

  .test-hero-center .test-hero-copy h2,
  .hero-concept-home-center .test-hero-copy h2 {
    font-size: clamp(1.44rem, 7.8vw, 2.16rem);
    line-height: 0.9;
    text-align: center;
    margin-bottom: 0.6rem;
  }

  .test-hero-center .test-hero-copy p,
  .hero-concept-home-center .test-hero-copy p {
    font-size: clamp(0.8rem, 3.8vw, 1rem);
    white-space: nowrap;
    max-width: none;
    text-align: center;
    line-height: 1;
  }

  /* Hide scroll arrow on mobile */
  .test-hero-copy .test-hero-scroll {
    display: none;
  }

  .detail-hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    overflow: hidden;
  }

  .detail-hero-visual {
    order: 1;
    width: 100%;
    padding: 1.5rem 1rem 0.75rem;
  }

  .detail-hero-info {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .header-inner {
    min-height: 72px;
  }

  .site-logo img {
    width: 42px;
  }

  .theme-toggle {
    min-width: 54px;
  }

  .main-nav.open {
    padding: 1.25rem 1rem 1.5rem;
    gap: 1rem;
  }

  .main-nav.open button {
    text-align: center;
    font-size: 0.9rem;
  }

  .about-hero {
    padding-top: 6.5rem;
  }

  .about-hero p {
    max-width: 100%;
    font-size: 0.78rem;
    line-height: 1.65;
  }

  .about-hero h1,
  .feature-title,
  .section-heading-row h2,
  .reviews-static-header h2,
  .tv3-hero h1 {
    font-size: clamp(1.425rem, 7.5vw, 2.1rem);
    line-height: 0.96;
  }

  .reviews-photo-panel,
  .reviews-page-list .reviews-photo-panel {
    min-height: 300px;
  }

  .reviews-photo-meta {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
  }

  .reviews-photo-grammys {
    right: 1rem;
    top: 1rem;
    bottom: auto;
  }

  .detail-meta {
    gap: 1rem;
    padding: 1rem 0;
  }

  .meta-item {
    min-width: calc(50% - 0.5rem);
  }

  .product-photo-carousel {
    padding: 0 2rem;
  }

  .detail-hero .product-photo-carousel {
    max-width: 340px;
  }

  .product-photo-frame,
  .product-photo-frame[data-slot="0"],
  .product-photo-frame[data-slot="1"] {
    min-height: 220px;
  }

  .detail-hero .product-photo-frame[data-slot="0"] {
    min-height: 280px;
  }

  .product-photo-pair .product-photo,
  .product-photo-pair .product-photo-side,
  .product-photo-pair .product-photo-back {
    max-height: 220px;
  }

  .detail-hero .product-photo-frame[data-slot="0"] .product-photo,
  .detail-hero .product-photo-pair .product-photo,
  .detail-hero .product-photo-pair .product-photo-side,
  .detail-hero .product-photo-pair .product-photo-back {
    max-height: 260px;
  }

  .detail-name {
    font-size: clamp(1.312rem, 7.875vw, 1.875rem);
  }

  .detail-desc {
    font-size: 0.84rem;
  }
}

/* ===== COMPREHENSIVE MOBILE RESPONSIVE ===== */

/* --- Tablet / small laptop: 1024px --- */
@media (max-width: 1024px) {
  .hero-home-center-stage {
    grid-template-columns: minmax(120px, 0.72fr) minmax(320px, 1fr) minmax(120px, 0.72fr);
  }

  .specs-body {
    gap: clamp(2rem, 4vw, 4rem);
  }

  .contact-grid {
    gap: 3rem;
  }

  .inbox-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .tv3-hero-stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card:has(.speaker-visual-monitor) {
    min-height: 58vh !important;
  }
}

/* --- Mobile / phablet: 768px --- */
@media (max-width: 768px) {
  /* Global centering on mobile */
  body {
    overflow-x: hidden;
  }

  /* Hero home center пїЅ fix nowrap subtitle */
  .hero-concept-home-center .test-hero-copy p {
    white-space: normal;
    max-width: 100%;
  }

  /* Home hero */
  .home-hero {
    padding: 10vh 0 8vh;
  }

  .home-hero .brand-name {
    font-size: clamp(1.92rem, 10.8vw, 3.6rem);
  }

  .home-hero .brand-sub {
    font-size: clamp(0.72rem, 3.5vw, 1rem);
    letter-spacing: 0.1em;
  }

  /* Home category пїЅ single column */
  .home-category-row {
    display: block;
  }

  .home-category-row .product-card {
    border-right: none;
    border-bottom: 1px solid var(--light-gray);
    min-height: 75vh !important;
    text-align: center;
    justify-items: center;
    overflow: hidden;
  }

  /* Home speakers row пїЅ single column */
  .home-speakers-row {
    display: block;
  }

  .home-speakers-row .product-card {
    border-right: none;
    border-bottom: 1px solid var(--light-gray);
    min-height: 70vh;
  }

  /* Studio monitors — single column */
  .studio-m3-row,
  .studio-monitors-row,
  .products-row {
    grid-template-columns: 1fr;
  }

  .product-card:has(.speaker-visual-monitor) {
    min-height: 55vh !important;
    border-right: none;
    border-bottom: 1px solid var(--light-gray);
  }

  /* Listing pages (studio monitors, home speakers) — even spacing on mobile.
     Excludes home page (.home-category-row), which has its own tuning. */
  .products-row:not(.home-category-row) .product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    min-height: auto !important;
    padding: 1.5rem 1.25rem;
  }

  .products-row:not(.home-category-row) .product-card .card-title {
    margin-bottom: 0;
  }

  .products-row:not(.home-category-row) .product-card .card-subtitle {
    margin-bottom: 0;
  }

  .products-row:not(.home-category-row) .product-card .speaker-visual {
    margin: 0 !important;
    width: 100%;
  }

  .products-row:not(.home-category-row) .product-card .card-cta {
    margin-top: 0.25rem;
  }

  /* Detail hero mobile: photo on top, info below, centered */
  .detail-hero {
    display: flex;
    flex-direction: column;
  }

  .detail-hero-visual {
    order: 1;
    min-height: auto;
    padding: 2rem 1rem 0.5rem;
  }

  .detail-hero-info {
    order: 2;
    padding: 1rem 2rem 3rem;
    text-align: center;
    align-items: center;
  }

  .detail-tag,
  .detail-name,
  .detail-type {
    text-align: center;
  }

  .detail-desc {
    text-align: left;
  }

  .detail-meta {
    justify-content: center;
  }

  .detail-order-btn {
    align-self: center;
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }

  /* Specs */
  .specs-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .specs-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .spec-label,
  .spec-value {
    font-size: 1rem;
  }

  /* In the box */
  .inbox-grid {
    grid-template-columns: 1fr;
  }

  /* Order section */
  .order-inner {
    text-align: center;
  }

  .order-details {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
  }

  /* Contact */
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .contact-info h2 {
    font-size: clamp(1.425rem, 6.75vw, 2.1rem);
    text-align: center;
  }

  .contact-info {
    text-align: center;
  }

  .contact-block {
    text-align: center;
  }

  .contact-block p,
  .contact-block h4 {
    text-align: center;
  }

  .contact-socials {
    justify-content: center;
  }

  .contact-form .form-field label {
    text-align: center;
  }

  .form-submit {
    width: 100%;
    max-width: 340px;
    align-self: center;
  }

  /* Clients */
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .client-logo {
    min-height: 140px;
    border-radius: 10px;
  }

  /* Footer */
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    justify-content: center;
  }

  .footer-socials {
    justify-content: center;
  }

  /* Tech section */
  .home-tech-card {
    grid-template-columns: 1fr;
  }

  .home-tech-card.reversed .home-tech-visual,
  .home-tech-card.reversed .home-tech-copy {
    order: initial;
  }

  /* Reviews page */
  .reviews-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .reviews-photo-panel {
    min-height: 380px;
  }

  /* Technologies stats */
  .tv3-hero-stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Home tech intro */
  .home-technologies-intro-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .home-technologies-intro-copy {
    order: 1;
  }

  .home-technologies-intro-visual {
    order: 2;
    min-height: 360px;
  }

  .home-technologies-intro-copy {
    order: 1;
  }

  .home-technologies-intro-visual {
    order: 2;
  }

  /* Feature grid */
  .feature-grid,
  .feature-grid.reversed {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  /* Brand story */
  .brand-story-inner {
    grid-template-columns: 1fr;
  }

  /* Team */
  .team-grid,
  .home-team-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
    max-width: calc(100% - 4rem) !important;
    margin: 0 auto !important;
  }

  /* Section link */
  .section-heading-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

/* --- Small mobile: 640px --- */
@media (max-width: 640px) {
  .wrap {
    padding: 0 1rem;
  }

  /* Header */
  .header-inner {
    padding: 0 1rem;
  }

  .main-nav.open {
    padding: 1.5rem 1rem;
    gap: 1.25rem;
  }

  .main-nav.open button {
    font-size: 0.88rem;
    text-align: center;
    width: 100%;
  }

  /* Home hero */
  .home-hero {
    padding: 8vh 0 6vh;
  }

  .home-hero .brand-name {
    font-size: clamp(1.68rem, 9.6vw, 3rem);
  }

  /* Page headings пїЅ all 56px > fluid small */
  .about-hero h1,
  .contact-info h2,
  .tv3-hero h1,
  .detail-name {
    font-size: clamp(1.35rem, 7.125vw, 2.1rem);
    white-space: normal;
  }

  /* Product cards */
  .product-card {
    min-height: 65vh;
    padding: 3rem 1.25rem 2.5rem;
  }

  .product-card .card-title {
    font-size: clamp(1.312rem, 6.375vw, 1.875rem);
  }

  .product-card .card-subtitle {
    font-size: 0.82rem;
  }

  .product-card .card-cta {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 0.9rem 1rem;
  }

  /* Home category */
  .home-category-row .product-card {
    min-height: 65vh !important;
    grid-template-rows: auto auto minmax(220px, auto) auto !important;
    row-gap: 0 !important;
  }

  .home-category-row .product-card .card-subtitle {
    margin-bottom: 0 !important;
  }

  .home-category-row .product-card .speaker-visual {
    margin-top: 0 !important;
  }

  /* Detail hero */
  .detail-hero-visual {
    min-height: auto;
    padding: 1.5rem 0.75rem 0.25rem;
  }

  .detail-hero-info {
    padding: 0.75rem 2rem 2.5rem;
  }

  .product-photo-single .product-photo {
    max-height: 62vh;
  }

  .detail-hero-visual--m3 .product-photo-single .product-photo {
    max-width: 76% !important;
    width: auto !important;
    height: auto !important;
    max-height: 58vh !important;
  }

  /* Specs */
  .spec-row {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.1rem;
    padding: 0.75rem 0;
  }

  .spec-label {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: left;
    color: var(--charcoal);
  }

  .spec-value {
    text-align: left;
    flex-basis: auto;
    flex-shrink: 1;
    font-size: 1rem;
    color: var(--mid-gray);
  }

  /* Specs header */
  .specs-header h2 {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  /* Inbox */
  .inbox-item {
    padding: 1.25rem;
  }

  /* Technologies hero stats пїЅ 1 column on very small */
  .tv3-hero-stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .tv3-stat {
    padding: 0.9rem 1rem;
  }

  .tv3-stat strong {
    font-size: clamp(0.975rem, 4.5vw, 1.35rem);
  }

  /* Feature section */
  .feature-section {
    padding: clamp(3rem, 7vw, 5rem) 0;
  }

  .feature-title {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  .feature-visual {
    padding: 1.5rem;
    min-height: 280px;
  }

  /* Order section */
  .order-inner h2 {
    font-size: clamp(1.2rem, 5.625vw, 1.65rem);
  }

  .order-btn,
  .detail-order-btn {
    width: 100%;
    max-width: 320px;
    padding: 1rem 1.5rem;
    justify-content: center;
  }

  /* Inbox */
  .inbox-grid {
    margin-top: 2rem;
    gap: 1rem;
  }

  /* Reviews */
  .reviews-copy-panel {
    padding: 1.5rem 1rem;
    min-height: 0;
  }

  .reviews-photo-panel {
    min-height: 300px;
  }

  /* Team grid */
  .team-grid,
  .home-team-grid {
    grid-template-columns: 1fr;
    max-width: calc(100% - 3rem) !important;
    margin: 0 auto !important;
  }

  .team-card,
  .team-card-compact {
    min-height: 0;
    aspect-ratio: 1.2;
  }

  /* Clients */
  .clients-grid {
    grid-template-columns: 1fr;
  }

  .client-logo {
    min-height: 170px;
    padding: 1.5rem 1rem;
  }

  /* Contact */
  .contact-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .contact-info h2 {
    font-size: clamp(1.275rem, 6.75vw, 1.875rem);
    text-align: center;
  }

  /* Footer */
  .site-footer {
    padding: 2rem 0;
  }

  /* About hero */
  .about-hero {
    padding-top: 5rem;
  }

  .about-hero h1 {
    font-size: clamp(1.35rem, 6.75vw, 2.1rem);
  }

  .about-hero p {
    font-size: 0.78rem;
    line-height: 1.65;
  }

  /* Home hero center stage speaker images */
  .hero-home-center-stage .test-hero-center-f2,
  .hero-home-center-stage .test-hero-center-m2 {
    max-height: 200px;
  }
}

/* --- Very small mobile: 480px --- */
@media (max-width: 480px) {
  .wrap {
    padding: 0 0.875rem;
  }

  /* Header */
  .site-logo {
    width: 32px;
    height: 48px;
  }

  /* Home hero */
  .home-hero .brand-name {
    font-size: clamp(1.44rem, 10.8vw, 2.4rem);
    letter-spacing: 0.01em;
  }

  .home-hero .brand-sub {
    font-size: clamp(0.65rem, 3.5vw, 0.88rem);
  }

  /* Page headings */
  .about-hero h1,
  .contact-info h2,
  .tv3-hero h1,
  .detail-name {
    font-size: clamp(1.2rem, 7.125vw, 1.8rem);
  }

  /* Product cards */
  .product-card {
    padding: 2.5rem 1rem 2rem;
    min-height: auto;
  }

  .product-card .card-title {
    font-size: clamp(1.2rem, 6.75vw, 1.65rem);
  }

  .product-card .card-subtitle {
    font-size: 0.78rem;
    max-width: 100%;
  }

  .speaker-visual .product-photo {
    max-height: 240px;
  }

  /* Category cards */
  .home-category-row .product-card {
    min-height: auto !important;
    grid-template-rows: auto auto minmax(180px, auto) auto !important;
  }

  .home-category-row .speaker-visual-studio .product-photo,
  .home-category-row .speaker-visual-home .product-photo {
    max-height: 317px;
  }

  /* Detail page */
  .detail-hero-visual {
    min-height: auto;
    padding: 1.25rem 0.5rem 0.25rem;
  }

  .detail-hero-info {
    padding: 0.5rem 1.5rem 2rem;
  }

  .detail-tag {
    font-size: 0.65rem;
  }

  .detail-name {
    font-size: clamp(1.125rem, 7.125vw, 1.65rem);
    margin-bottom: 0.5rem;
  }

  .detail-type {
    font-size: 0.88rem;
  }

  .detail-meta {
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .meta-value {
    font-size: 0.95rem;
  }

  .product-photo-single .product-photo {
    max-height: 55vh;
  }

  .detail-hero-visual--m3 .product-photo-single .product-photo {
    width: 100% !important;
    max-height: 52vh !important;
  }

  /* Specs */
  .specs-section {
    padding: clamp(2.5rem, 7vw, 4.5rem) 1rem;
  }

  .specs-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    text-align: center;
  }

  .specs-table-col {
    text-align: center;
  }

  .spec-row {
    font-size: 0.92rem;
    padding: 0.65rem 0;
    gap: 0.2rem 0.75rem;
  }

  /* Feature sections */
  .feature-section {
    padding: 2.5rem 0;
  }

  .feature-title {
    font-size: clamp(1.088rem, 6.375vw, 1.575rem);
  }

  /* Order / CTA section */
  .order-section {
    padding: clamp(3rem, 8vw, 5rem) 0;
  }

  .order-inner h2 {
    font-size: clamp(1.088rem, 6vw, 1.5rem);
  }

  .order-btn,
  .detail-order-btn,
  .product-card .card-cta {
    padding: 0.9rem 1.25rem;
    font-size: 0.82rem;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  /* Tech hero stats */
  .tv3-hero-stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Reviews */
  .reviews-copy-panel {
    padding: 1.25rem 0.875rem;
  }

  .reviews-static-header h2 {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  .reviews-photo-panel {
    min-height: 240px;
  }

  /* Contact form */
  .contact-section {
    min-height: auto;
  }

  .contact-info h2 {
    font-size: clamp(1.125rem, 6.75vw, 1.65rem);
  }

  /* Inbox */
  .inbox-item {
    padding: 1rem;
  }

  .inbox-name {
    font-size: 0.9rem;
  }

  /* About */
  .about-hero {
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }

  /* Footer */
  .footer-copy {
    font-size: 0.65rem;
  }

  .footer-links a {
    font-size: 0.75rem;
  }

  /* Team */
  .team-card,
  .team-card-compact {
    aspect-ratio: 1.05;
  }

  /* Clients */
  .client-logo {
    min-height: 100px;
    border-radius: 8px;
  }

  .client-logo span {
    font-size: clamp(0.82rem, 4.5vw, 1.1rem);
  }

  /* Home hero пїЅ 480px: adjust single image size */
  .hero-home-center-stage {
    min-height: 0;
    height: auto;
    padding: 0.25rem 1rem 1.5rem;
  }

  .hero-home-center-stage .test-hero-center-m2 {
    width: min(80vw, 300px);
    max-height: 360px;
    margin-bottom: -0.75rem;
  }

  .test-hero-center .test-hero-copy h2,
  .hero-concept-home-center .test-hero-copy h2 {
    font-size: clamp(1.2rem, 7.2vw, 1.8rem);
  }

  .test-hero-center .test-hero-copy p,
  .hero-concept-home-center .test-hero-copy p {
    font-size: clamp(0.72rem, 3.5vw, 0.88rem);
    white-space: nowrap;
  }

  /* Technologies hero пїЅ image separate on top, text centered below */
  .tv3-hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    background: var(--white);
  }

  .tv3-hero {
    overflow: hidden;
  }

  .tv3-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    overflow: hidden;
  }

  .tv3-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none;
    animation: none;
    max-width: none;
  }

  .tv3-hero-overlay {
    background:
      linear-gradient(180deg,
        transparent 0%,
        transparent 55%,
        rgba(33,32,29,0.55) 80%,
        rgba(33,32,29,0.92) 100%
      );
  }

  .tv3-hero-content {
    position: relative;
    padding: 1.75rem 1rem 2rem;
    text-align: center;
    background: var(--white);
    z-index: 1;
  }

  .tv3-hero-tag {
    color: var(--mid-gray);
  }

  .tv3-hero h1 {
    color: var(--black) !important;
    font-size: clamp(1.425rem, 7.5vw, 2.1rem);
    white-space: normal;
  }

  .tv3-hero-desc {
    color: var(--dark-gray);
    opacity: 1;
  }

  .tv3-hero-scroll-hint {
    display: none;
  }

  .tv3-hero-stats-strip {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
  }

  .tv3-stat {
    background: color-mix(in srgb, var(--ivory) 80%, transparent);
  }

  .tv3-stat strong,
  .tv3-stat span {
    color: var(--black);
  }

  .tv3-mission-inner {
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
  }

  .tv3-mission blockquote {
    font-size: 0.95rem;
  }
}

/* --- Landscape phone fix: ensure no horizontal scroll --- */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-concept,
  .hero-concept-home-center {
    min-height: auto;
    padding: 3rem 0;
  }

  .detail-hero-visual {
    min-height: 35vh;
  }

  .test-hero-center-stage,
  .hero-home-center-stage {
    min-height: auto;
    padding: 2rem 0;
  }
}

/* ===== GLOBAL MOBILE CENTER ALIGNMENT ===== */
@media (max-width: 768px) {
  /* Ensure all major page sections center their content */
  .about-hero,
  .clients-page-hero,
  .hero-lab-intro,
  .order-inner,
  .home-contact-cta {
    text-align: center;
  }

  .about-hero p,
  .hero-lab-intro p,
  .order-inner p {
    margin-left: auto;
    margin-right: auto;
  }

  /* Tech blocks */
  .tech-row {
    grid-template-columns: 1fr;
  }

  .tech-block {
    padding: 2rem 1.25rem;
  }

  /* Brand story */
  .brand-story .story-quote {
    font-size: clamp(0.9rem, 3.375vw, 1.2rem);
    border-left: none;
    border-top: 3px solid var(--accent);
    padding-left: 0;
    padding-top: 1.25rem;
    text-align: center;
  }

  /* Order price */
  .order-price {
    font-size: 1.4rem;
  }

  /* Detail page feature sections */
  .detail-page .feature-title {
    font-size: clamp(1.125rem, 4.5vw, 1.575rem);
    text-align: center;
  }

  .detail-page .feature-label {
    text-align: center;
    display: block;
  }

  /* Specs header justify */
  .specs-header {
    justify-content: flex-start;
  }

  .unit-switch {
    align-self: flex-start;
  }
}

/* Reviews section reduced top padding on mobile */
@media (max-width: 768px) {
  .reviews-section {
    padding-top: clamp(2rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 5rem);
  }
}

/* ===== MOBILE REVIEWS пїЅ photo top, text truncated ===== */

/* Desktop: hide mobile-only elements */
.review-expand-link,
.review-all-btn,
.reviews-static-header--top {
  display: none;
}

/* Desktop: keep static header inside copy panel visible */
.reviews-copy-panel .reviews-static-header:not(.reviews-static-header--top) {
  display: block;
}

/* Mobile reviews layout */
@media (max-width: 768px) {
  /* Reorder: photo on top, copy below */
  .reviews-shell {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 0;
  }

  .reviews-photo-panel--mobile-top {
    order: -1 !important;
    height: auto;
    max-height: none;
    width: calc(100% + 2 * clamp(1.5rem, 4vw, 3rem));
    margin-left: calc(-1 * clamp(1.5rem, 4vw, 3rem));
  }

  .reviews-copy-panel {
    order: 1 !important;
    padding: 1.5rem 2rem 1.75rem;
    min-height: 0;
  }

  .reviews-arrow-prev {
    top: 300px;
    left: 0.5rem;
    transform: translateY(-50%);
    z-index: 5;
  }

  .reviews-arrow-next {
    top: 300px;
    right: 0.5rem;
    transform: translateY(-50%);
    z-index: 5;
  }

  /* Truncated quote пїЅ show only first section, 3 lines */
  .reviews-quote-collapsed blockquote,
  .reviews-quote-collapsed [data-review-quote],
  .reviews-quote-collapsed .review-section-p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .reviews-quote-collapsed .review-section + .review-section {
    display: none;
  }

  /* "Read full review" button */
  .review-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.85rem;
    padding: 0.7rem 1.4rem;
    border: 1px solid var(--pure-black);
    color: var(--pure-black);
    background: transparent;
    font-family: var(--ff-display);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
  }

  .review-expand-btn:hover {
    background: var(--pure-black);
    color: var(--white);
  }

  /* Grammy top-right */
  .reviews-photo-grammys {
    top: 1rem;
    bottom: auto;
    right: 1rem;
    z-index: 4;
  }

  /* Flip Grammy tooltip downward so it stays inside photo */
  .grammy-badge::after {
    bottom: auto;
    top: calc(100% + 0.4rem);
    transform: translateX(-50%) translateY(-4px);
  }

  .grammy-badge:hover::after,
  .grammy-badge:focus-visible::after {
    transform: translateX(-50%) translateY(0);
  }

  /* On mobile: show top header, hide inline one */
  .reviews-static-header--top {
    display: block;
    order: -2;
    text-align: center;
    padding: 2rem 0 0.5rem;
    width: 100%;
  }

  .reviews-static-header--top h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0.6rem;
  }

  .reviews-static-header--top p {
    font-size: 0.88rem;
    color: var(--dark-gray);
    text-align: center;
    line-height: 1.5;
    max-width: 340px;
    margin: 0 auto;
  }

  /* Hide desktop header inside copy panel on mobile */
  .reviews-copy-panel .reviews-static-header:not(.reviews-static-header--top) {
    display: none;
  }

  /* "Read full review" пїЅ underlined text */
  .review-expand-link {
    display: inline-block;
    margin-top: 0.75rem;
    color: var(--dark-gray);
    font-size: 0.85rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    transition: color 0.2s;
  }

  .review-expand-link:hover {
    color: var(--pure-black);
  }

  /* "View all reviews" пїЅ CTA button */
  .review-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 1.5px solid var(--pure-black);
    color: var(--pure-black);
    background: transparent;
    font-family: var(--ff-display);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
  }

  .review-all-btn:hover {
    background: var(--pure-black);
    color: var(--white);
  }

  /* Static header centered */
  .reviews-static-header {
    text-align: center;
  }

  .reviews-static-header p {
    text-align: center;
  }

  /* Page list: each article stacks */
  .reviews-page-list .reviews-shell {
    border-top: 1px solid var(--light-gray);
    padding-top: 0;
  }

  .reviews-page-list .reviews-photo-panel--mobile-top {
    min-height: 280px;
    max-height: none;
    height: auto;
  }

  .reviews-page-list .reviews-copy-panel {
    padding: 1.25rem 0 1rem;
  }

  /* Reduce gap between REVIEWS h1 hero and first review */
  .reviews-page-list {
    padding-top: 0;
  }

  .reviews-list {
    gap: 0;
  }

  /* About hero compact on reviews page mobile */
  .reviews-section + * .about-hero,
  .about-hero {
    padding-top: clamp(2rem, 5vw, 3rem);
    padding-bottom: 1rem;
  }
}

/* ===== MOBILE HEADINGS пїЅ H1 mobile: 30px / 500 / 100% lh / 0 ls / center ===== */
@media (max-width: 768px) {
  .product-card .card-title,
  .home-category-row .product-card .card-title,
  .home-speakers-row .product-card .card-title,
  .detail-name,
  .about-hero h1,
  .contact-info h2,
  .tv3-hero h1,
  .specs-header h2,
  .order-inner h2,
  .reviews-static-header h2,
  .feature-title,
  .section-heading-row .feature-title {
    font-size: clamp(1.2rem, 6vw, 1.8rem) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center;
    white-space: normal;
  }

  .home-category-row .product-card .card-title {
    white-space: nowrap !important;
    font-size: clamp(1rem, 5.5vw, 1.65rem) !important;
  }

  /* Keep card title uppercase as designed */
  .product-card .card-title {
    text-transform: uppercase;
  }
}

/* ===== DETAIL PAGE пїЅ DECORATIVE LINES (photo column background) ===== */
.specs-photo-col {
  background-image:
    linear-gradient(to bottom, var(--white) 0%, transparent 40%, transparent 58%, var(--white) 88%, var(--white) 100%),
    linear-gradient(to right, transparent 50%, var(--white) 90%),
    url('assets/1white.png');
  background-size: 100% 100%, 100% 100%, 150%;
  background-position: 0 0, 0 0, left center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

:root[data-theme="light"] .specs-photo-col {
  background-image:
    linear-gradient(to bottom, var(--ivory) 0%, transparent 40%, transparent 58%, var(--ivory) 88%, var(--ivory) 100%),
    linear-gradient(to right, transparent 50%, var(--ivory) 90%),
    url('assets/1black.png');
  background-size: 100% 100%, 100% 100%, 150%;
  background-position: 0 0, 0 0, left center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

/* ===== SECTION HEADING ROW WITH BUTTON ===== */
.section-heading-row--with-btn {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

/* Below-grid button: hidden on desktop */
.section-link-below-grid {
  display: none;
}

/* On mobile: hide heading button, show below-grid button */
@media (max-width: 768px) {
  .section-link--heading-btn {
    display: none !important;
  }

  .section-link-below-grid {
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 4vw, 3.5rem);
  }
}

/* ================================================================
   TECHNOLOGIES TEST PAGE пїЅ ttech-*
   ================================================================ */

/* HERO */
.ttech-hero {
  background: #21201d;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ttech-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 6rem);
  align-items: center;
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.ttech-hero-tag {
  display: block;
  font-family: var(--ff-mono);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2rem;
}

.ttech-hero-h1 {
  font-family: var(--ff-display);
  font-size: clamp(2.7rem, 6vw, 6.6rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 2rem;
}

.ttech-hero-sub {
  font-size: clamp(0.82rem, 1vw, 0.92rem);
  line-height: 1.7;
  color: rgba(255,255,255,0.45);
  max-width: 400px;
  margin: 0 0 2.5rem;
}

.ttech-hero-index {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ttech-hero-index li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--ff-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
}

.ttech-hero-index li span {
  color: var(--accent);
  opacity: 0.7;
  flex-shrink: 0;
}

.ttech-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttech-hero-visual img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 40px 80px rgba(0,0,0,0.6));
}

/* MISSION */
.ttech-mission {
  background: #21201d;
  border-top: 3px solid var(--accent);
  padding: clamp(2.5rem, 4vw, 4rem) 0;
}

.ttech-mission p {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  max-width: 740px;
}

.ttech-mission em {
  color: var(--accent);
  font-style: normal;
  font-weight: 600;
}

/* SECTIONS */
.ttech-s {
  padding: clamp(5rem, 9vw, 10rem) 0;
  border-bottom: 1px solid var(--light-gray);
  background: var(--white);
}

.ttech-s--dark {
  background: #21201d;
  border-bottom-color: rgba(255,255,255,0.06);
}

/* GRID SYSTEM */
.ttech-grid {
  display: grid;
  align-items: center;
  gap: clamp(3rem, 6vw, 8rem);
}

.ttech-grid--img-right {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.ttech-grid--img-left {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.ttech-grid--img-left .ttech-copy { order: 2; }
.ttech-grid--img-left .ttech-visual { order: 1; }

/* EYEBROW */
.ttech-eyebrow {
  display: none;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.ttech-num {
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 2.7vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--accent);
  flex-shrink: 0;
}

.ttech-cat {
  font-family: var(--ff-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid-gray);
}

/* HEADINGS */
.ttech-h2 {
  font-family: var(--ff-display);
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 1.75rem;
}

.ttech-s--dark .ttech-h2 { color: #fff; }

.ttech-h2 sup {
  font-size: 0.36em;
  vertical-align: super;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0.65;
}

/* COPY */
.ttech-copy p {
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.74;
  color: var(--dark-gray);
  margin-bottom: 1rem;
  max-width: 520px;
}

.ttech-s--dark .ttech-copy p { color: rgba(255,255,255,0.55); }
.ttech-s--dark .ttech-cat { color: rgba(255,255,255,0.35); }

/* BENEFITS */
.ttech-benefits {
  margin-top: 1.75rem;
}

.ttech-benefits h4 {
  font-family: var(--ff-mono);
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid-gray);
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--light-gray);
}

.ttech-s--dark .ttech-benefits h4 {
  color: rgba(255,255,255,0.3);
  border-bottom-color: rgba(255,255,255,0.08);
}

.ttech-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.ttech-benefits ul li {
  font-size: clamp(0.78rem, 0.94vw, 0.87rem);
  line-height: 1.55;
  color: var(--dark-gray);
  padding-left: 1.1rem;
  position: relative;
}

.ttech-benefits ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 1px;
  background: var(--accent);
}

.ttech-s--dark .ttech-benefits ul li { color: rgba(255,255,255,0.5); }

/* VISUALS */
.ttech-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

.ttech-s--dark .ttech-visual img {
  border-radius: 3px;
}

/* 02: Duo images */
.ttech-visual--duo {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 3px;
  min-height: 520px;
}

.ttech-duo-a,
.ttech-duo-b {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  display: block;
}

.ttech-duo-a { border-radius: 3px 3px 0 0 !important; }
.ttech-duo-b { border-radius: 0 0 3px 3px !important; }

/* 03: Stacked images */
.ttech-visual--stacked {
  position: relative;
  padding-bottom: 3rem;
  padding-right: 1.5rem;
}

.ttech-stack-main {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

.ttech-stack-inset {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48%;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.22);
  background: var(--white);
  padding: 0.75rem;
}

/* ACCUTON section */
.ttech-s--accuton {
  padding-bottom: 0;
}

.ttech-accuton-head {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.ttech-accuton-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 7rem);
  align-items: start;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.ttech-accuton-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--light-gray);
}

.ttech-accuton-cell {
  aspect-ratio: 1;
  overflow: hidden;
  border-right: 1px solid var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--white) 96%, var(--pure-black) 4%);
}

.ttech-accuton-cell:last-child { border-right: none; }

.ttech-accuton-cell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(1.5rem, 3vw, 3.5rem);
  display: block;
  transition: transform 0.6s var(--ease-out-expo);
}

.ttech-accuton-cell:hover img { transform: scale(1.06); }

/* FINALE */
.ttech-finale {
  background: #21201d;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.ttech-finale img {
  width: 100%;
  height: auto;
  display: block;
}

/* LIGHT THEME */
:root[data-theme="light"] .ttech-stack-inset {
  background: var(--ivory);
}

:root[data-theme="light"] .ttech-accuton-cell {
  background: color-mix(in srgb, var(--ivory) 90%, #ddd 10%);
}

/* RESPONSIVE: 1024px */
@media (max-width: 1024px) {
  .ttech-hero-h1 {
    font-size: clamp(2.1rem, 5.4vw, 4.8rem);
  }

  .ttech-visual--duo {
    min-height: 420px;
  }

  .ttech-grid--img-right,
  .ttech-grid--img-left {
    grid-template-columns: 1fr 1fr;
  }
}

/* RESPONSIVE: 768px */
@media (max-width: 768px) {
  .ttech-hero-inner {
    grid-template-columns: 1fr;
    padding-top: clamp(3rem, 8vw, 5rem);
    padding-bottom: 2rem;
    gap: 3rem;
  }

  .ttech-hero-visual {
    order: -1;
  }

  .ttech-hero-visual img {
    max-width: 280px;
    margin: 0 auto;
  }

  .ttech-hero-h1 {
    font-size: clamp(2.1rem, 9.6vw, 3.6rem);
  }

  .ttech-grid--img-right,
  .ttech-grid--img-left {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ttech-grid--img-left .ttech-copy { order: 0; }
  .ttech-grid--img-left .ttech-visual { order: 0; }

  .ttech-visual--duo {
    min-height: clamp(240px, 55vw, 360px);
  }

  .ttech-visual--stacked {
    padding-bottom: 2.5rem;
    padding-right: 1rem;
  }

  .ttech-stack-inset {
    width: 44%;
  }

  .ttech-accuton-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ttech-accuton-strip {
    grid-template-columns: 1fr 1fr;
  }

  .ttech-accuton-cell:nth-child(3) {
    display: none;
  }

  .ttech-accuton-cell:nth-child(2) {
    border-right: none;
  }
}

/* ===== TECHNOLOGIES V4 ===== */
.tv4-section {
  position: relative;
  padding: clamp(4rem, 8vw, 8rem) 0;
  overflow: hidden;
}

.tv4-section-alt {
  background: var(--ivory);
}

.tv3-air-stream-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.tv3-air-stream-photo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .tv3-air-stream-split {
    grid-template-columns: 1fr;
  }

  .tv3-air-stream-photo {
    max-width: 320px;
    margin: 0 auto;
  }
}

.tv4-ultraphase-themed .tv3-ultraphase-bg {
  object-fit: contain;
  object-position: right bottom;
}

.tv4-ultraphase-themed .tv4-bg--light { display: none; }
.tv4-ultraphase-themed .tv4-bg--dark { display: block; }

:root[data-theme="light"] .tv4-ultraphase-themed .tv4-bg--dark { display: none; }
:root[data-theme="light"] .tv4-ultraphase-themed .tv4-bg--light { display: block; }

.tv4-body {
  position: relative;
  z-index: 1;
}

.tv4-title {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
  color: var(--pure-black);
}

.tv4-title sup {
  font-size: 0.4em;
  vertical-align: super;
}

.tv4-content p {
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.65;
  color: var(--charcoal);
  margin-bottom: 1rem;
  text-align: justify;
}

.tv4-benefits {
  margin-top: 1.5rem;
}

.tv4-benefits h4 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: var(--pure-black);
}

.tv4-benefits ul {
  list-style: none;
  padding: 0;
}

.tv4-benefits li {
  position: relative;
  padding-left: 1.25rem;
  font-size: clamp(0.78rem, 0.89vw, 0.89rem);
  line-height: 1.65;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
}

.tv4-benefits li::before {
  content: "▪";
  position: absolute;
  left: 0;
  color: var(--dark-gray);
}

.tv4-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.tv4-split-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.tv4-split-reverse .tv4-img {
  order: -1;
}

.tv4-img img {
  width: 100%;
  height: auto;
  display: block;
}

.tv4-accuton-drivers {
  margin-top: 2rem;
}

.tv4-accuton-drivers img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .tv4-split,
  .tv4-split-reverse {
    grid-template-columns: 1fr;
  }

  .tv4-split-reverse .tv4-img {
    order: -1;
  }
}

/* ===== ULTRAPHASE CARD (design-matched) ===== */
.tv-ultra-section {
  padding: clamp(2.5rem, 5vw, 5rem) 0;
}

.tv-ultra-section--full {
  padding: 0;
}

.tv-ultra-card {
  position: relative;
  aspect-ratio: 1920 / 1080;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 236, 0.22);
  background: var(--white);
}

.tv-ultra-card--full {
  border: none;
}

.tv-ultra-card--full .tv-ultra-content {
  max-width: min(50%, 760px);
  padding: clamp(2rem, 6vw, 7rem) clamp(1.5rem, 6vw, 7rem);
}

.tv-ultra-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.tv-ultra-bg--dark {
  mix-blend-mode: screen;
}

.tv-ultra-bg--light {
  mix-blend-mode: multiply;
  filter: invert(1);
}

.tv-ultra-bg--light { display: none; }
.tv-ultra-bg--dark { display: block; }
:root[data-theme="light"] .tv-ultra-card { background: #fffaec; }
:root[data-theme="light"] .tv-ultra-bg--dark { display: none; }
:root[data-theme="light"] .tv-ultra-bg--light { display: block; }

.tv-ultra-content {
  position: relative;
  z-index: 1;
  max-width: 50%;
  padding: clamp(1.5rem, 4vw, 4.5rem);
}

.tv-ultra-title {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.92rem);
  line-height: 1.15;
  letter-spacing: 0;
  color: #fffaec;
  margin: 0 0 clamp(1rem, 2vw, 1.85rem);
}

.tv-ultra-title sup {
  font-size: 0.32em;
  vertical-align: super;
}

.tv-ultra-text {
  color: rgba(255, 250, 236, 0.82);
  font-size: clamp(0.7rem, 1vw, 0.95rem);
  line-height: 1.6;
  text-align: justify;
  margin: 0 0 clamp(1.25rem, 2.5vw, 2.25rem);
}

.tv-ultra-benefits h4 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(0.72rem, 0.95vw, 0.95rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fffaec;
  margin: 0 0 clamp(0.6rem, 1.2vw, 1rem);
}

.tv-ultra-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tv-ultra-benefits li {
  position: relative;
  padding-left: 1rem;
  font-size: clamp(0.62rem, 0.85vw, 0.82rem);
  line-height: 1.5;
  color: rgba(255, 250, 236, 0.72);
  margin-bottom: 0.4rem;
}

.tv-ultra-benefits li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: rgba(255, 250, 236, 0.6);
}

.tv-ultra-logo {
  position: absolute;
  right: clamp(1.5rem, 3vw, 3.5rem);
  bottom: clamp(2.5rem, 5vw, 5.5rem);
  width: clamp(38px, 4vw, 62px);
  height: auto;
  z-index: 1;
  opacity: 0.85;
}

:root[data-theme="light"] .tv-ultra-title,
:root[data-theme="light"] .tv-ultra-benefits h4 {
  color: #21201d;
}

:root[data-theme="light"] .tv-ultra-text {
  color: rgba(33, 32, 29, 0.85);
}

:root[data-theme="light"] .tv-ultra-benefits li {
  color: rgba(33, 32, 29, 0.72);
}

:root[data-theme="light"] .tv-ultra-benefits li::before {
  color: rgba(33, 32, 29, 0.6);
}

:root[data-theme="light"] .tv-ultra-logo {
  filter: invert(1);
}

@media (max-width: 768px) {
  .tv-ultra-card,
  .tv-ultra-card--full {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
  }

  .tv-ultra-bg {
    position: relative;
    order: 1;
    width: 100%;
    height: auto;
  }

  .tv-ultra-content,
  .tv-ultra-card--full .tv-ultra-content {
    order: 2;
    max-width: 100%;
    padding: clamp(2rem, 7vw, 3rem) clamp(1.5rem, 6vw, 2.5rem);
  }

  .tv-ultra-title {
    text-align: center;
  }

  .tv-ultra-text {
    text-align: left;
    font-size: 0.85rem;
  }

  .tv-ultra-benefits li {
    font-size: 0.8rem;
  }

  .tv-ultra-logo {
    display: none;
  }
}

@media (max-width: 768px) {
  .detail-hero .product-photo-single .product-photo {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 50vh !important;
  }

  .detail-hero-visual--m1 .product-photo-single .product-photo {
    max-height: 51.7vh !important;
  }

  .detail-hero-visual--m2 .product-photo-single .product-photo {
    max-height: 52.2vh !important;
  }

  .detail-hero-visual--f1 .product-photo-single .product-photo {
    max-height: 57.6vh !important;
  }

  .detail-hero-visual--f2 .product-photo-single .product-photo {
    max-height: 56.5vh !important;
  }

  .detail-hero-visual--m3 .product-photo-single .product-photo {
    width: 75.5vw !important;
    height: auto !important;
    max-width: 90vw !important;
    max-height: 55vh !important;
  }

  .detail-hero-visual--m3 .product-photo-carousel {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .detail-hero-visual--m3 .product-photo-single,
  .detail-hero-visual--m3 .product-photo-frame {
    width: 100% !important;
    max-width: none !important;
  }
}
