/* =========================================================
   Sony Centre — WH-1000XM6 Oliwkowy (mini LP)
   Prefix: xm6o-  |  Bez selektorów znaczników, bez resetów globalnych
   ========================================================= */

.xm6o-lp {
  --canvas:      #131611;
  --s1:          #1a1e15;
  --s2:          #23281c;
  --hairline:    #3a4132;
  --ink:         #ffffff;
  --muted:       #9a9a9a;
  --accent:      #6A7259;
  --accent2:     #4E5641;
  --accent3:     #8C9678;
  --accent-ink:  #ffffff;
  --new:         #D85E00;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  background-color: var(--canvas);
  color: var(--ink);
  font-family: var(--font);
  /* pelna szerokosc kontenera nadrzednego, bez marginesow wlasnych */
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.xm6o-lp *,
.xm6o-lp *::before,
.xm6o-lp *::after { box-sizing: border-box; }

.xm6o-container {
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 2.4rem;
}

/* ---------- PRELOADER ---------- */
.xm6o-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #0f120c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.xm6o-preloader-hidden { opacity: 0; pointer-events: none; }
.xm6o-preloader-logo { width: 180px; height: auto; opacity: 0.9; }
.xm6o-preloader-spinner { width: 34px; height: 34px; }
.xm6o-preloader-ring {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255,255,255,0.14);
  border-top-color: var(--accent3);
  border-radius: 50%;
  animation: xm6o-spin 0.9s linear infinite;
}
@keyframes xm6o-spin { to { transform: rotate(360deg); } }

/* ---------- HEADER ---------- */
.xm6o-header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}
.xm6o-header--scrolled {
  background-color: rgba(19,22,17,0.74);
  backdrop-filter: blur(19px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-bottom-color: rgba(58,58,58,0.5);
}
.xm6o-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 84px;
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 2.4rem;
}
.xm6o-header-left,
.xm6o-header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
}
.xm6o-logo-centre { height: 36px; width: auto; display: block; }
.xm6o-logo-sony   { height: 20px; width: auto; display: block; }
.xm6o-logo-fallback {
  display: none;
  font-size: 15px; font-weight: 700; letter-spacing: 0.08em; color: #fff;
}
.xm6o-logo-fallback--sony { font-size: 16px; font-weight: 900; letter-spacing: 0.15em; }
.xm6o-logo-fallback--footer { font-size: 13px; color: #888; letter-spacing: 0.1em; }
.xm6o-header-tagline {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted);
  border-left: 1px solid var(--hairline);
  padding-left: 18px;
}

/* ---------- HERO ---------- */
.xm6o-hero-video-fixed {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: blur(7px) saturate(1.05);
  transform: scale(1.1);
  pointer-events: none;
  z-index: 0;
}
.xm6o-hero {
  position: relative;
  min-height: 76vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* hero wchodzi pod przezroczysty header — nakladka przyciemniajaca obejmuje takze jego pas */
  margin-top: -84px;
  padding: 156px 0 88px;
  overflow: hidden;
}
.xm6o-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(14,17,11,0.86);
  z-index: 0;
}
.xm6o-hero-inner {
  display: grid;
  grid-template-columns: minmax(460px, 620px) 1fr;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 2.4rem;
  position: relative;
  z-index: 2;
}
.xm6o-hero-eyebrow { margin-bottom: 16px; }
.xm6o-hero-model {
  display: block;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.005em;
  line-height: 1.15;
  color: var(--accent3);
}
.xm6o-hero-title {
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: var(--ink);
}
.xm6o-hero-title-accent {
  display: block;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent3) 45%, #c9d1b6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xm6o-hero-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #cfcfcf;
  max-width: 560px;
  margin: 0 0 32px;
}
.xm6o-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.xm6o-btn-primary {
  display: inline-block;
  background-color: var(--accent);
  color: var(--accent-ink);
  padding: 13px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 22px rgba(106,114,89,0.42);
  transition: background-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.xm6o-btn-primary:hover {
  background-color: var(--accent3);
  box-shadow: 0 6px 26px rgba(140,150,120,0.5);
  transform: translateY(-1px);
}
.xm6o-btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: var(--ink);
  border: 1px solid var(--hairline);
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.2s, background-color 0.2s;
}
.xm6o-btn-secondary:hover { border-color: var(--accent3); background-color: rgba(255,255,255,0.04); }

.xm6o-hero-awards { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 34px; }
.xm6o-award-chip {
  display: flex;
  align-items: center;
  gap: 11px;
  background: transparent;
  border: none;
  padding: 0;
}
.xm6o-award-chip-icon { width: 25px; height: 25px; flex: none; color: var(--accent3); display: block; }
.xm6o-award-chip-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.45;
  color: #c2c2c2;
}
.xm6o-award-chip-text sup { font-size: 9px; }

.xm6o-hero-media { position: relative; display: flex; justify-content: center; }
.xm6o-hero-glow {
  position: absolute;
  width: 720px;
  height: 720px;
  max-width: 100%;
  background: radial-gradient(ellipse, rgba(106,114,89,0.34) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: xm6o-glow-pulse 4s ease-in-out infinite;
}
@keyframes xm6o-glow-pulse { 0%,100% { opacity: 0.4; } 50% { opacity: 0.75; } }
.xm6o-hero-imgwrap {
  position: relative;
  container-type: inline-size;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.xm6o-hero-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,0.6));
}
.xm6o-new-badge {
  position: absolute;
  top: 4%; left: 20%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(74px, 19cqi, 108px);
  height: clamp(74px, 19cqi, 108px);
  background-color: var(--new);
  color: var(--accent-ink);
  font-size: clamp(13px, 3.4cqi, 18px);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 8px 26px rgba(0,0,0,0.45);
  animation: xm6o-badge-float 3.4s ease-in-out infinite;
}
@keyframes xm6o-badge-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.xm6o-hero-video-fade {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(19,22,17,0) 0%, var(--canvas) 100%);
  z-index: 1;
  pointer-events: none;
}

/* ---------- TICKER SPEC ---------- */
.xm6o-ticker {
  position: relative;
  z-index: 2;
  background-color: var(--canvas);
  border-top: 1px solid rgba(58,65,50,0.55);
  border-bottom: 1px solid rgba(58,65,50,0.55);
  overflow: hidden;
  padding: 22px 0;
}
.xm6o-ticker::before,
.xm6o-ticker::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.xm6o-ticker::before { left: 0;  background: linear-gradient(90deg, var(--canvas) 0%, rgba(19,22,17,0) 100%); }
.xm6o-ticker::after  { right: 0; background: linear-gradient(270deg, var(--canvas) 0%, rgba(19,22,17,0) 100%); }
.xm6o-ticker-track {
  display: flex;
  width: max-content;
  animation: xm6o-ticker-scroll 46s linear infinite;
}
.xm6o-ticker:hover .xm6o-ticker-track { animation-play-state: paused; }
.xm6o-ticker-group { display: flex; align-items: baseline; flex: none; }
.xm6o-ticker-item {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 0 26px;
  white-space: nowrap;
}
.xm6o-ticker-item::after {
  content: '·';
  margin-left: 26px;
  color: var(--accent);
  font-size: 20px;
  line-height: 1;
}
.xm6o-ticker-value {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.xm6o-ticker-label { font-size: 14px; font-weight: 500; color: #9aa38a; }
.xm6o-ticker-label sup, .xm6o-ticker-value sup { font-size: 9px; }
@keyframes xm6o-ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- SEKCJE ---------- */
.xm6o-section { position: relative; z-index: 2; background-color: var(--canvas); padding: 88px 0; }
.xm6o-section--alt { background-color: var(--s1); }

/* sekcja odwrocona — jasne tlo, ciemny tekst */
.xm6o-section--light {
  --ink:      #14170f;
  --muted:    #5b6151;
  --hairline: #d5d9c9;
  --s2:       #ffffff;
  --accent3:  #4e5641;
  background-color: #f1f2ec;
  color: var(--ink);
}
.xm6o-section--light .xm6o-badge { border-color: rgba(78,86,65,0.35); }
.xm6o-section--light .xm6o-color-hero {
  background: #ffffff;
  border-color: rgba(106,114,89,0.32);
}
.xm6o-section--light .xm6o-color-hero:hover { border-color: var(--accent); }
.xm6o-section--light .xm6o-color-hero-desc { color: #4c5245; }
.xm6o-section--light .xm6o-color-flag { background-color: var(--new); color: #fff; }
.xm6o-section--light .xm6o-color-link { color: var(--accent2); }
.xm6o-section--light .xm6o-color-card { background-color: var(--s2); }
.xm6o-section--light .xm6o-color-card:hover { background-color: #fbfbf7; border-color: var(--accent); }
.xm6o-section--light .xm6o-color-card--note { background-color: transparent; }
.xm6o-section--light .xm6o-color-img,
.xm6o-section--light .xm6o-color-hero-img { filter: none;}
.xm6o-section--light .xm6o-color-note-text { color: #5b6151; }
.xm6o-section-header { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.xm6o-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent3);
  border: 1px solid rgba(140,150,120,0.4);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 18px;
}
.xm6o-section-title {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--ink);
}
.xm6o-section-title--left { text-align: left; }
.xm6o-section-desc { font-size: 16px; line-height: 1.7; color: var(--muted); margin: 0; }

/* ---------- FEATURES ---------- */
.xm6o-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.xm6o-feat-card {
  display: flex;
  flex-direction: column;
  background-color: var(--s2);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s;
}
.xm6o-feat-card:hover { border-color: rgba(140,150,120,0.55); transform: translateY(-3px); }
.xm6o-feat-card--tall { grid-row: span 2; }
.xm6o-feat-body { padding: 28px 26px; }
.xm6o-feat-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent3);
  margin-bottom: 12px;
}
.xm6o-feat-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--ink);
}
.xm6o-feat-title sup { font-size: 11px; }
.xm6o-feat-tagline { font-size: 14.5px; line-height: 1.7; color: var(--muted); margin: 0 0 12px; }
.xm6o-feat-tagline:last-child { margin-bottom: 0; }
.xm6o-feat-media { overflow: hidden; }
.xm6o-feat-media:last-child { margin-top: auto; }
.xm6o-feat-card--tall .xm6o-feat-media { flex: 1 1 auto; min-height: 200px; }
.xm6o-feat-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.xm6o-feat-card--tall .xm6o-feat-media .xm6o-feat-img { max-height: 460px; }
.xm6o-feat-card:hover .xm6o-feat-img { transform: scale(1.03); }

/* ---------- KOLORY ---------- */
.xm6o-colors { display: grid; grid-template-columns: minmax(320px, 420px) 1fr; gap: 20px; align-items: stretch; }
.xm6o-color-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(160deg, rgba(106,114,89,0.30) 0%, rgba(35,40,28,0.92) 62%);
  border: 1px solid rgba(140,150,120,0.4);
  border-radius: 16px;
  padding: 30px 28px;
  text-decoration: none;
  transition: border-color 0.25s, transform 0.25s;
}
.xm6o-color-hero:hover { border-color: var(--accent3); transform: translateY(-3px); }
.xm6o-color-hero-media { display: flex; justify-content: center; padding: 6px 0 12px; }
.xm6o-color-hero-img { width: 78%; max-width: 300px; height: auto; display: block;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.5)); }
.xm6o-color-flag {
  display: inline-block;
  background-color: var(--new);
  color: var(--accent-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 12px;
}
.xm6o-color-hero-name { font-size: 28px; font-weight: 800; margin: 0 0 10px; color: var(--ink); }
.xm6o-color-hero-desc { font-size: 14.5px; line-height: 1.65; color: #c8c8c8; margin: 0 0 16px; }
.xm6o-color-link { font-size: 13px; font-weight: 600; color: var(--accent3); }
.xm6o-color-cta { align-self: flex-start; margin-top: 4px; }
.xm6o-color-cta-small {
  display: inline-block;
  margin-top: 4px;
  padding: 9px 20px;
  border-radius: 6px;
  background-color: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.15s;
}
.xm6o-color-cta-small:hover { background-color: var(--accent2); transform: translateY(-1px); }

.xm6o-color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.xm6o-color-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  background-color: var(--s2);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 22px 16px 18px;
  text-decoration: none;
  transition: border-color 0.25s, background-color 0.25s, transform 0.25s;
}
.xm6o-color-card:hover { border-color: rgba(140,150,120,0.55); background-color: #2b3122; transform: translateY(-3px); }
.xm6o-color-img { width: 74%; max-width: 190px; height: auto; display: block;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,0.45)); }
.xm6o-color-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink);
  text-align: center;
}
.xm6o-color-card--note {
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 34px 30px;
  background-color: transparent;
  border-style: dashed;
}
.xm6o-color-note-title {
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent3);
}
.xm6o-color-note-text { font-size: 13px; line-height: 1.65; color: var(--muted); }

/* ---------- WIDEO ---------- */
.xm6o-video-wrap {
  border: 1px solid var(--hairline);
  border-radius: 16px;
  overflow: hidden;
  background-color: #000;
  max-width: 1000px;
  margin: 0 auto;
}
.xm6o-video { display: block; width: 100%; height: auto; }
.xm6o-video-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1000px;
  margin: 30px auto 0;
}
.xm6o-video-point {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 0 44px;
  border-bottom: 1px solid var(--hairline);
}
.xm6o-video-point-title { font-size: 15px; font-weight: 700; color: var(--ink); }
.xm6o-video-point-text { font-size: 14px; line-height: 1.6; color: var(--muted); }

/* ---------- ZAWARTOŚĆ OPAKOWANIA ---------- */
.xm6o-box { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.xm6o-box-media { display: flex; justify-content: center; }
.xm6o-box-img { width: 100%; max-width: 460px; height: auto; display: block;
  filter: drop-shadow(0 24px 36px rgba(0,0,0,0.55)); }
.xm6o-box-list { margin: 0 0 28px; padding: 0 0 0 20px; }
.xm6o-box-list li { font-size: 15px; line-height: 1.9; color: #cdd2c3; }

/* ---------- PRODUKT / CTA ---------- */
.xm6o-products { position: relative; z-index: 2; background-color: var(--canvas); padding: 88px 0; }
.xm6o-product-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  background: linear-gradient(140deg, rgba(106,114,89,0.16) 0%, var(--s1) 60%);
  border: 1px solid var(--hairline);
  border-radius: 18px;
  padding: 62px 46px 46px;
  position: relative;
}
.xm6o-product-hero-name { font-size: clamp(24px, 3vw, 34px); font-weight: 800; margin: 0 0 6px; color: var(--ink); }
.xm6o-product-hero-model {
  font-size: 12px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent3); margin: 0 0 22px;
}
/* zakladki w bloku produktowym — segmented control (styl shadcn) */
.xm6o-tabs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  border-radius: 12px;
  background-color: var(--s1);
  border: 1px solid var(--hairline);
  box-shadow: 0 8px 24px rgba(0,0,0,0.28);
}
.xm6o-tab {
  appearance: none;
  border: none;
  border-radius: 8px;
  padding: 9px 18px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.25;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.xm6o-tab:hover { color: var(--ink); }
.xm6o-tab:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.xm6o-tab--active {
  background-color: var(--s2);
  color: var(--ink);
}

/* panele w jednej komorce siatki — sekcja ma stala wysokosc niezaleznie od zakladki */
.xm6o-tab-panels { display: grid; margin-top: 24px; }
.xm6o-tab-panel { grid-area: 1 / 1; transition: opacity 0.25s ease; }
.xm6o-tab-panel--hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.xm6o-product-hero-specs { list-style: none; margin: 0 0 28px; padding: 0; }
.xm6o-product-hero-specs li {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
  padding: 10px 0;
  border-bottom: 1px solid var(--hairline);
}
.xm6o-product-hero-specs li strong { display: block; color: var(--ink); font-weight: 600; }
.xm6o-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--ink);
  text-decoration: none;
}
.xm6o-link-arrow svg { width: 20px; height: 20px; transition: transform 0.2s ease; }
.xm6o-link-arrow:hover { color: var(--accent2); }
.xm6o-link-arrow:hover svg { transform: translateX(4px); }
.xm6o-link-arrow:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.xm6o-product-hero-media { display: flex; justify-content: center; }
.xm6o-product-hero-img { width: 100%; max-width: 420px; height: auto; display: block;
  filter: drop-shadow(0 24px 36px rgba(0,0,0,0.55)); }
.xm6o-product-hero-img--hidden { display: none; }

/* jasny wariant boksu produktowego */
.xm6o-product-hero--light {
  --ink:      #14170f;
  --muted:    #5b6151;
  --hairline: #dfe2d6;
  --accent3:  #4e5641;
  background: linear-gradient(150deg, #ffffff 0%, #f1f2ec 100%);
  border-color: #dfe2d6;
}
.xm6o-product-hero--light .xm6o-badge { border-color: rgba(78,86,65,0.35); }
.xm6o-product-hero--light .xm6o-tabs { background-color: #ffffff; border-color: #dfe2d6;  }
.xm6o-product-hero--light .xm6o-tab--active {
  background-color: #e3e8d5;
  color: #2c3320;
}
.xm6o-product-hero--light .xm6o-tab { color: #6d7364; }
.xm6o-product-hero--light .xm6o-tab:hover { color: #14170f; }
.xm6o-product-hero--light .xm6o-box-list li { color: #3f463a; }
.xm6o-product-hero--light .xm6o-product-hero-img { filter: none; }

/* ---------- PRZYPISY ---------- */

.xm6o-notes { position: relative; z-index: 2; background-color: var(--canvas); padding: 0 0 56px; }
.xm6o-notes-list { margin: 0; padding: 24px 0 0 20px; border-top: 1px solid var(--hairline); }
.xm6o-notes-list li { font-size: 11.5px; line-height: 1.7; color: #7d7d7d; margin-bottom: 6px; }
.xm6o-notes--light { background-color: #f1f2ec; padding-top: 40px; }
.xm6o-notes--light .xm6o-notes-list { border-top-color: #d5d9c9; }
.xm6o-notes--light .xm6o-notes-list li { color: #6a7060; }

/* ---------- FOOTER ---------- */

.xm6o-footer {
  position: relative;
  z-index: 2;
  background-color: #0f120c;
  border-top: 1px solid var(--hairline);
  padding: 46px 0 40px;
}
.xm6o-footer-inner {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.xm6o-footer-logo-img { height: 24px; width: auto; opacity: 0.75; display: block; }
.xm6o-footer-contact p { font-size: 13.5px; line-height: 1.8; color: var(--muted); margin: 0; }
.xm6o-footer-contact-link { color: var(--ink); text-decoration: none; }
.xm6o-footer-contact-link:hover { color: var(--accent3); }
.xm6o-footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.xm6o-footer-link { font-size: 12.5px; color: var(--muted); text-decoration: none; }
.xm6o-footer-link:hover { color: var(--ink); }
.xm6o-footer-copy { font-size: 11.5px; color: #6a6a6a; margin: 6px 0 0; max-width: 640px; }
.xm6o-footer--light { background-color: #f1f2ec; border-top-color: #d5d9c9; }
.xm6o-footer--light .xm6o-footer-logo-img { opacity: 1; }
.xm6o-footer--light .xm6o-footer-contact p { color: #5b6151; }
.xm6o-footer--light .xm6o-footer-contact-link { color: #14170f; }
.xm6o-footer--light .xm6o-footer-contact-link:hover { color: var(--accent2); }
.xm6o-footer--light .xm6o-footer-link { color: #5b6151; }
.xm6o-footer--light .xm6o-footer-link:hover { color: #14170f; }
.xm6o-footer--light .xm6o-footer-copy { color: #7a8070; }

/* ---------- SCROLL REVEAL ---------- */
.xm6o-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.xm6o-reveal.xm6o-visible { opacity: 1; transform: translateY(0); }
.xm6o-reveal-delay-1 { transition-delay: 0.1s; }
.xm6o-reveal-delay-2 { transition-delay: 0.2s; }
.xm6o-reveal-delay-3 { transition-delay: 0.3s; }
.xm6o-reveal-delay-4 { transition-delay: 0.4s; }

/* =========================================================
   RESPONSYWNOŚĆ — wg szerokości serwisu euro.com.pl
   ========================================================= */
@media (max-width: 1440px) {
  .xm6o-container,
  .xm6o-header-inner,
  .xm6o-hero-inner,
  .xm6o-footer-inner { max-width: 1218px; }
}
@media (max-width: 1230px) {
  .xm6o-container,
  .xm6o-header-inner,
  .xm6o-hero-inner,
  .xm6o-footer-inner { max-width: 960px; }
  .xm6o-hero-inner { grid-template-columns: minmax(380px, 1fr) 1fr; }
  .xm6o-feat-grid { grid-template-columns: repeat(2, 1fr); }
  .xm6o-feat-card--tall { grid-row: span 1; }
  .xm6o-colors { grid-template-columns: 1fr; }
  .xm6o-color-hero { flex-direction: row; align-items: center; gap: 28px; }
  .xm6o-color-hero-media { flex: 0 0 34%; padding: 0; }
  .xm6o-color-hero-img { width: 100%; }
}
@media (max-width: 960px) {
  .xm6o-container,
  .xm6o-header-inner,
  .xm6o-hero-inner,
  .xm6o-footer-inner { max-width: 100%; padding-left: 1.4rem; padding-right: 1.4rem; }
  .xm6o-header-inner { height: 62px; gap: 12px; }
  .xm6o-header-tagline { display: none; }
  .xm6o-logo-centre { height: 24px; }
  .xm6o-logo-sony   { height: 15px; }
  .xm6o-hero { min-height: auto; margin-top: -68px; padding: 116px 0 64px; }
  .xm6o-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .xm6o-hero-media { order: -1; }
  .xm6o-hero-imgwrap { max-width: 300px; margin: 0 auto; }
  .xm6o-hero-glow { width: 420px; height: 420px; }
  .xm6o-ticker { padding: 16px 0; }
  .xm6o-ticker::before, .xm6o-ticker::after { width: 60px; }
  .xm6o-ticker-value { font-size: 18px; }
  .xm6o-ticker-label { font-size: 13px; }
  .xm6o-ticker-item { padding: 0 16px; }
  .xm6o-ticker-item::after { margin-left: 16px; }
  .xm6o-section, .xm6o-products { padding: 60px 0; }
  .xm6o-box, .xm6o-product-hero { grid-template-columns: 1fr; gap: 28px; }
  .xm6o-product-hero { padding: 30px 24px; }
  .xm6o-color-grid { grid-template-columns: repeat(2, 1fr); }
  .xm6o-video-points { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 600px) {
  .xm6o-header-inner { height: 56px; padding-left: 1rem; padding-right: 1rem; }
  .xm6o-logo-centre { height: 20px; }
  .xm6o-logo-sony   { height: 13px; }

  /* CTA na pelna szerokosc, jeden pod drugim */
  .xm6o-hero-actions { flex-direction: column; gap: 10px; }
  .xm6o-hero-actions .xm6o-btn-primary,
  .xm6o-hero-actions .xm6o-btn-secondary { display: block; width: 100%; text-align: center; padding: 15px 20px; font-size: 15px; }

  /* chipy jako rowna lista: stala kolumna ikony, wszystko do lewej */
  .xm6o-hero-awards { flex-direction: column; align-items: stretch; gap: 0; margin-top: 30px; }
  .xm6o-award-chip {
    display: grid;
    grid-template-columns: 26px 1fr;
    align-items: center;
    gap: 14px;
    padding: 14px 2px;
    border-top: 1px solid var(--hairline);
    border-radius: 0;
    background: transparent;
  }
  .xm6o-award-chip:last-child { border-bottom: 1px solid var(--hairline); }
  .xm6o-award-chip-icon { width: 26px; height: 26px; }
  .xm6o-award-chip-text { font-size: 15px; text-align: left; }

  /* zakladki na mobile */
  .xm6o-tabs { width: calc(100% - 32px); max-width: 340px; }
  .xm6o-tab { flex: 1 1 0; padding: 9px 8px; font-size: 13px; text-align: center; }
  .xm6o-product-hero { padding-top: 52px; }
  .xm6o-hero-title { font-size: clamp(34px, 10vw, 46px); }
  .xm6o-award-chip { flex: 1 1 100%; }
  .xm6o-feat-grid { grid-template-columns: 1fr; }
  .xm6o-color-hero { flex-direction: column; align-items: flex-start; }
  .xm6o-color-hero-media { flex: none; width: 100%; }
  .xm6o-color-hero-img { width: auto; max-width: 210px; }
  .xm6o-color-grid { grid-template-columns: repeat(2, 1fr); }
  .xm6o-color-card--note { grid-column: span 2; }
  .xm6o-feat-img { max-height: 260px; }
}

/* ---------- PREFERS-REDUCED-MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  .xm6o-reveal { opacity: 1; transform: none; transition: none; }
  .xm6o-hero-glow,
  .xm6o-new-badge,
  .xm6o-preloader-ring { animation: none; }
  .xm6o-ticker-track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
  .xm6o-ticker-group[aria-hidden="true"] { display: none; }
  .xm6o-ticker-item:last-child::after { content: none; }
  .xm6o-feat-card, .xm6o-color-card, .xm6o-color-hero, .xm6o-btn-primary { transition: none; }
  .xm6o-feat-card:hover, .xm6o-color-card:hover, .xm6o-color-hero:hover { transform: none; }
  .xm6o-feat-card:hover .xm6o-feat-img { transform: none; }
}
