/* Formations Coiffissimo — feuille de style unique des pages publiques (index + vidéo).
   Charte boutique : Assistant, noir/blanc, angles droits, accent jaune Coiffissimo. Mobile-first. */

:root {
  --ink: #121212;
  --paper: #ffffff;
  --bone: #f3f3f3;
  --line: #e4e4e4;
  --mute: #6f6f6f;
  --soft: #3a3a3a;
  --yellow: #FFCE0B;
  --yellow-soft: #fff9df;
  --wrap: 1312px;
  --gutter: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Assistant, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; height: auto; display: block; }
html, body { overflow-x: hidden; }
.fx-faq { overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:hover { color: #000; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, p { margin: 0; }
ol, ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.fx-visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.fx-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

/* ── Header boutique (thème Dawn de coiffissimo-professional.com) ──────── */
.sh-header-wrapper { background: #fff; border-bottom: 1px solid rgba(18, 18, 18, .08); position: relative; z-index: 30; }
.sh-header { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; min-height: 73px; padding: 10px 15px; max-width: 1200px; margin: 0 auto; font-size: 14px; letter-spacing: .6px; color: rgba(18, 18, 18, .75); }
.sh-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; color: #121212; background: none; border: 0; cursor: pointer; }
.sh-icon:hover { color: #121212; }
.sh-svg { width: 20px; height: 20px; }
.sh-svg-cart { width: 40px; height: 40px; }
.sh-menu-toggle .sh-svg-close { display: none; }
.sh-menu-toggle.is-open .sh-svg-close { display: block; }
.sh-menu-toggle.is-open .sh-svg-hamburger { display: none; }
.sh-logo { justify-self: center; display: inline-block; padding: 7.5px; line-height: 0; }
.sh-logo img { width: 150px; height: 38px; }
.sh-nav { display: none; }
.sh-icons { display: flex; align-items: center; justify-self: end; }
.sh-icon-account { display: none; }
.sh-badge { font-size: 11px; font-weight: 700; color: #121212; }
.sh-caret { width: 10px; height: 6px; margin-left: 6px; flex-shrink: 0; }
/* Tiroir mobile (menu-drawer Dawn) */
.sh-drawer { background: #fff; border-top: 1px solid rgba(18, 18, 18, .08); }
.sh-drawer[hidden] { display: none; }
.sh-drawer ul { list-style: none; margin: 0; padding: 0; }
.sh-drawer-link { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 44px; padding: 11px 30px; font-size: 18px; letter-spacing: .6px; color: rgba(18, 18, 18, .75); background: none; border: 0; text-align: left; cursor: pointer; list-style: none; }
.sh-drawer-link::-webkit-details-marker { display: none; }
.sh-drawer-link:hover, .sh-drawer-group[open] > .sh-drawer-link { color: #121212; text-decoration: underline; text-underline-offset: 3px; }
.sh-drawer-group[open] > .sh-drawer-link .sh-caret { transform: rotate(180deg); }
.sh-drawer-sub { background: #f7f7f7; padding: 6px 0; }
.sh-drawer-sub a { display: block; padding: 10px 30px 10px 46px; font-size: 15px; color: rgba(18, 18, 18, .75); }
.sh-drawer-sub a:hover { color: #121212; text-decoration: underline; }
body.sh-drawer-open { overflow: hidden; }

/* ── Hero (index) ───────────────────────────────────────────────────────── */
.fx-hero { padding-top: 32px; padding-bottom: 16px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.fx-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.fx-eyebrow::before { content: ""; width: 8px; height: 8px; background: var(--yellow); }
.fx-h1 { font-size: clamp(32px, 6vw, 58px); line-height: 1.14; font-weight: 800; letter-spacing: -.02em; text-wrap: pretty; max-width: 760px; }
.fx-h1-mark { background: var(--yellow); color: var(--ink); padding: .02em .12em; margin: 0 -.04em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.fx-lead { font-size: 16px; line-height: 1.5; color: var(--mute); max-width: 600px; }
.fx-hero-copy { display: grid; gap: 16px; }
.fx-search { display: flex; align-items: stretch; border: 2px solid var(--ink); max-width: 640px; }
.fx-search input { flex: 1; min-width: 0; border: 0; padding: 0 14px; font: inherit; font-size: 16px; color: var(--ink); background: transparent; height: 48px; }
.fx-search input::placeholder { color: #8a8a8a; }
.fx-search button { background: var(--ink); color: var(--paper); font-weight: 700; padding: 0 18px; min-width: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.fx-search button .fx-search-label { display: none; }
.fx-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); }
.fx-stat { padding: 16px 12px; border-right: 1px solid var(--line); }
.fx-stat dd { margin: 0; display: grid; gap: 4px; }
.fx-stat:last-child { border-right: 0; background: var(--yellow); }
.fx-stat strong { font-size: 28px; font-weight: 800; line-height: 1; }
.fx-stat span { font-size: 12px; font-weight: 600; color: var(--mute); }
.fx-stat:last-child span { color: var(--ink); }

/* ── Chips catégories ───────────────────────────────────────────────────── */
.fx-chips { display: flex; gap: 8px; overflow-x: auto; padding: 8px 0 20px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.fx-chips::-webkit-scrollbar { display: none; }
.fx-chip { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 1px solid var(--ink); font-size: 13px; font-weight: 700; background: var(--paper); }
.fx-chip span { color: var(--mute); font-weight: 600; }
.fx-chip[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.fx-chip[aria-pressed="true"] span { color: #bdbdbd; }

/* ── Sections ───────────────────────────────────────────────────────────── */
.fx-section-label { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); margin-bottom: 12px; }
.fx-section-label::before { content: ""; width: 22px; height: 2px; background: var(--ink); }
.fx-cat { padding: 8px 0 28px; }
.fx-cat-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 2px solid var(--ink); padding-bottom: 10px; margin-bottom: 18px; }
.fx-cat-head h2 { font-size: 24px; font-weight: 800; letter-spacing: -.01em; }
.fx-cat-head .fx-count { font-size: 13px; font-weight: 600; color: var(--mute); margin-left: 10px; }
.fx-cat-head a { font-size: 13px; font-weight: 700; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.fx-cat-desc { font-size: 15px; color: var(--mute); margin: -8px 0 18px; max-width: 720px; }
.fx-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.fx-cat.is-hidden, .fx-card.is-hidden, .fx-featured-wrap.is-hidden { display: none; }
.fx-empty { display: none; padding: 40px 0; text-align: center; color: var(--mute); font-size: 15px; }
.fx-empty.is-visible { display: block; }

/* ── Vignettes / cartes ─────────────────────────────────────────────────── */
.fx-thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink); }
.fx-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.fx-card:hover .fx-thumb img, .fx-featured:hover .fx-thumb img { transform: scale(1.03); }
.fx-duration { position: absolute; right: 10px; bottom: 10px; background: var(--ink); color: var(--paper); font-size: 11px; font-weight: 700; padding: 4px 7px; letter-spacing: .04em; }
.fx-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.fx-play span { width: 60px; height: 60px; background: var(--yellow); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(0,0,0,.35); }
.fx-tag { display: inline-block; background: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 4px 8px; }
.fx-card { display: grid; gap: 10px; }
.fx-card-cat { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.fx-card-title { font-size: 18px; font-weight: 700; line-height: 1.2; }
.fx-card-meta { font-size: 13px; color: var(--mute); font-weight: 600; }
.fx-card-summary { font-size: 14px; line-height: 1.45; color: var(--soft); }
.fx-products-mini { display: flex; gap: 6px; flex-wrap: wrap; }
.fx-products-mini span { font-size: 12px; font-weight: 600; background: var(--bone); padding: 4px 8px; }

/* ── À la une ───────────────────────────────────────────────────────────── */
.fx-featured-wrap { padding: 4px 0 28px; }
.fx-featured { display: grid; background: var(--bone); }
.fx-featured .fx-play span { width: 76px; height: 76px; }
.fx-featured-body { padding: 18px; display: grid; gap: 12px; align-content: center; }
.fx-featured-tags { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.fx-featured-tags .fx-new { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.fx-featured h2 { font-size: 24px; line-height: 1.1; font-weight: 800; letter-spacing: -.01em; }
.fx-featured-meta { font-size: 13px; font-weight: 600; color: var(--mute); }
.fx-featured p { font-size: 15px; line-height: 1.55; color: var(--soft); }
.fx-chapters-mini { display: grid; gap: 6px; border-top: 1px solid var(--line); padding-top: 12px; }
.fx-chapters-mini li { display: flex; gap: 12px; font-size: 13px; color: var(--soft); }
.fx-chapters-mini b { width: 44px; flex-shrink: 0; }
.fx-btn-yellow { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 18px; background: var(--yellow); color: var(--ink); font-size: 15px; font-weight: 800; }
.fx-btn-yellow:hover { background: #f2c200; color: var(--ink); }

/* ── Bande CTA ──────────────────────────────────────────────────────────── */
.fx-band { background: var(--ink); color: var(--paper); padding: 32px 0; }
.fx-band .fx-wrap { display: grid; gap: 14px; }
.fx-band .fx-eyebrow { color: var(--yellow); }
.fx-band h2 { font-size: 26px; font-weight: 800; line-height: 1.1; letter-spacing: -.015em; }
.fx-band p { font-size: 15px; line-height: 1.5; color: #bdbdbd; max-width: 560px; }
.fx-band-action { display: grid; gap: 8px; justify-items: start; }
.fx-band small { font-size: 13px; color: #8a8a8a; font-weight: 600; }

/* ── Footer boutique (bloc noir Replo de la page d'accueil) ─────────────── */
.sh-footer { background: #000; color: #fff; padding: 40px 30px; font-size: 14px; letter-spacing: .6px; line-height: 26px; }
.sh-footer-inner { max-width: 1200px; margin: 0 auto; display: grid; gap: 30px; }
.sh-fcol { display: flex; flex-direction: column; align-items: flex-start; }
.sh-fcol a { color: #fff; font-weight: 400; }
.sh-fcol a:hover { color: #fff; text-decoration: underline; }
.sh-fhead { font-size: 18px; font-weight: 600; line-height: 20px; margin: 0 0 9px; color: #fff; }
.sh-flogo { width: 180px; height: 46px; }
.sh-social { display: flex; gap: 10px; margin-top: 15px; }
.sh-social a { display: inline-flex; line-height: 0; }
.sh-social img { height: 26px; width: auto; }

/* ── Page vidéo ─────────────────────────────────────────────────────────── */
.fx-breadcrumb { padding-top: 14px; }
.fx-breadcrumb ol { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 13px; font-weight: 600; color: var(--mute); }
.fx-breadcrumb li:not(:last-child)::after { content: "›"; margin-left: 8px; color: #bdbdbd; }
.fx-breadcrumb li:last-child { color: var(--ink); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fx-video-layout { padding-top: 14px; padding-bottom: 32px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: start; }
.fx-main { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; min-width: 0; }
.fx-player-wrap { position: relative; overflow: hidden; background: #000; }
/* Vidéos verticales : fond flouté (poster) à la place des bandes noires. */
.fx-player-wrap.is-portrait::before { content: ""; position: absolute; inset: -40px; background: var(--fx-poster) center / cover no-repeat; filter: blur(28px) brightness(.55); }
.fx-player { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.fx-player-wrap.is-portrait .fx-player { background: transparent; }
.fx-player-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0 0; font-size: 12px; font-weight: 600; color: var(--mute); }
.fx-player-float { position: relative; }
.fx-unmute { position: absolute; left: 12px; bottom: 58px; z-index: 3; display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 14px; background: var(--ink); color: var(--paper); font-size: 13px; font-weight: 700; box-shadow: 0 6px 18px rgba(0,0,0,.3); }
.fx-unmute[hidden] { display: none; }
.fx-unmute svg { color: var(--yellow); }
/* Mini-lecteur flottant (façon YouTube mobile) : le wrap garde sa hauteur (style inline posé par player.js),
   le bloc vidéo + boutons se fixe en haut à droite. Activé par player.js sous 1024 px uniquement. */
.fx-mini-bar { display: none; }
.fx-player-wrap.is-mini .fx-player-float { position: fixed; top: 10px; right: 10px; width: min(52vw, 240px); z-index: 80; background: #000; box-shadow: 0 12px 32px rgba(0,0,0,.35); }
.fx-player-wrap.is-mini .fx-player { aspect-ratio: var(--fx-ratio, 16 / 9); background: #000; cursor: pointer; }
.fx-player-wrap.is-portrait.is-mini .fx-player-float { width: min(38vw, 160px); }
.fx-player-wrap.is-mini .fx-mini-bar { display: flex; }
.fx-player-wrap.is-mini .fx-unmute { left: 8px; bottom: 48px; min-height: 32px; padding: 0 10px; font-size: 12px; }
.fx-mini-bar button { flex: 1; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; color: var(--paper); background: var(--ink); }
.fx-mini-bar button:hover { background: #2a2a2a; }
.fx-mini-bar .fx-i-pause, .fx-mini-bar[data-playing="true"] .fx-i-play { display: none; }
.fx-mini-bar[data-playing="true"] .fx-i-pause { display: inline-flex; }
.fx-quality { display: inline-flex; border: 1px solid var(--line); }
.fx-quality button { padding: 6px 10px; font-size: 12px; font-weight: 700; color: var(--mute); min-height: 32px; }
.fx-quality button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.fx-quality[hidden] { display: none; }
.fx-title-block { display: grid; gap: 12px; }
.fx-title-tags { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.fx-h1-video { font-size: clamp(26px, 4vw, 42px); line-height: 1.06; font-weight: 800; letter-spacing: -.02em; text-wrap: pretty; }
.fx-meta-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 13px; font-weight: 600; color: var(--mute); }
.fx-meta-row .fx-sep { width: 1px; height: 16px; background: var(--line); }
.fx-trainer { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 700; }
.fx-avatar { width: 30px; height: 30px; background: var(--ink); color: var(--yellow); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
.fx-share { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-weight: 700; color: var(--mute); }
.fx-learn { background: var(--bone); padding: 18px; display: grid; gap: 10px; }
.fx-learn h2 { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fx-learn ul { display: grid; gap: 10px; }
.fx-learn li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.4; }
.fx-learn li svg { flex-shrink: 0; margin-top: 2px; }
.fx-h2 { font-size: 20px; font-weight: 800; border-bottom: 2px solid var(--ink); padding-bottom: 8px; }
.fx-h2-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 2px solid var(--ink); padding-bottom: 8px; }
.fx-h2-row h2 { font-size: 20px; font-weight: 800; }
.fx-h2-row span { font-size: 13px; font-weight: 600; color: var(--mute); }
.fx-chapters { display: grid; }
.fx-chapter { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 44px; padding: 10px 8px; margin: 0 -8px; width: calc(100% + 16px); border-bottom: 1px solid var(--line); font-size: 15px; text-align: left; }
.fx-chapter b { width: 52px; flex-shrink: 0; color: var(--mute); font-weight: 800; }
.fx-chapter.is-active { background: var(--yellow-soft); }
.fx-chapter.is-active b { color: var(--ink); }
.fx-chapter.is-active span { font-weight: 700; }
.fx-desc { font-size: 16px; line-height: 1.65; color: var(--soft); display: grid; gap: 12px; overflow-wrap: anywhere; }
.fx-desc h3 { font-size: 18px; font-weight: 800; color: var(--ink); margin-top: 6px; }
.fx-desc ul, .fx-desc ol { padding-left: 20px; display: grid; gap: 6px; }
.fx-desc ul { list-style: disc; }
.fx-desc ol { list-style: decimal; }
.fx-desc a { text-decoration: underline; }
.fx-faq details { border-bottom: 1px solid var(--line); }
.fx-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding: 12px 0; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.fx-faq summary::-webkit-details-marker { display: none; }
.fx-faq summary::after { content: ""; width: 10px; height: 10px; border-right: 2.5px solid var(--ink); border-bottom: 2.5px solid var(--ink); transform: rotate(45deg); flex-shrink: 0; transition: transform .2s; }
details[open] > summary::after { transform: rotate(-135deg); }
.fx-faq p { padding: 0 0 14px; font-size: 15px; line-height: 1.55; color: var(--soft); }

/* Colonne latérale */
.fx-side { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; min-width: 0; }
.fx-products { border: 1px solid var(--ink); }
.fx-products-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fx-products-head span { color: var(--mute); font-weight: 700; }
.fx-product { display: flex; gap: 14px; align-items: center; padding: 12px 16px; border-bottom: 1px solid var(--line); min-height: 44px; }
.fx-product:last-child { border-bottom: 0; }
.fx-product-img { width: 80px; height: 80px; background: var(--bone); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.fx-product-img img { width: 68px; height: 68px; object-fit: contain; }
.fx-product-img.is-photo { background: none; }
.fx-product-img.is-photo img { width: 100%; height: 100%; object-fit: cover; }
.fx-product-body { display: grid; gap: 3px; min-width: 0; }
.fx-product-name { font-size: 14px; font-weight: 700; line-height: 1.25; }
.fx-product-at { font-size: 12px; color: var(--mute); font-weight: 600; }
.fx-product-link { font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; margin-top: 2px; }
.fx-products-scroll { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.fx-products-scroll .fx-product { flex: 0 0 auto; width: min(260px, 78vw); }
.fx-products-scroll::-webkit-scrollbar { display: none; }
.fx-side-cta { background: var(--ink); color: var(--paper); padding: 22px; display: grid; gap: 10px; }
.fx-side-cta .fx-eyebrow { color: var(--yellow); }
.fx-side-cta strong { font-size: 20px; font-weight: 800; line-height: 1.15; }
.fx-side-cta p { font-size: 14px; line-height: 1.5; color: #bdbdbd; }
.fx-related { display: grid; gap: 12px; }
.fx-related h2 { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; border-bottom: 2px solid var(--ink); padding-bottom: 8px; }
.fx-related-item { display: flex; gap: 12px; align-items: center; }
.fx-related-item .fx-thumb { width: 120px; flex-shrink: 0; }
.fx-related-item .fx-duration { font-size: 10px; padding: 2px 5px; right: 5px; bottom: 5px; }
.fx-related-item b { font-size: 14px; font-weight: 700; line-height: 1.25; display: block; }
.fx-related-item small { font-size: 12px; color: var(--mute); font-weight: 600; }
.fx-continue { padding-top: 8px; padding-bottom: 32px; }

/* ── Tablette ───────────────────────────────────────────────────────────── */
@media (min-width: 768px) {
  :root { --gutter: 32px; }
  .fx-logo img { height: 32px; }
  .fx-hero { padding-top: 56px; padding-bottom: 24px; }
  .fx-search input { height: 54px; padding: 0 18px; }
  .fx-search button .fx-search-label { display: inline; }
  .fx-stat { padding: 24px; }
  .fx-stat strong { font-size: 38px; }
  .fx-chips { flex-wrap: wrap; overflow: visible; padding-bottom: 28px; }
  .fx-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .fx-featured { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
  .fx-featured-body { padding: 28px 32px; gap: 14px; }
  .fx-featured h2 { font-size: 30px; }
  .fx-cat-head h2 { font-size: 28px; }
  .fx-band { padding: 48px 0; }
  .fx-band .fx-wrap { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: 40px; }
  .fx-band h2 { font-size: 34px; }
  .fx-h2, .fx-h2-row h2 { font-size: 24px; }
  .fx-learn { padding: 24px 28px; }
  .fx-learn ul { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .fx-products-scroll { display: block; overflow: visible; }
  .fx-products-scroll .fx-product { width: auto; }
}

/* ── Desktop ────────────────────────────────────────────────────────────── */
@media (min-width: 990px) {
  .sh-header { grid-template-columns: auto 1fr auto; align-items: start; padding: 20px 50px; min-height: 0; }
  .sh-menu-toggle, .sh-drawer { display: none !important; }
  .sh-logo { justify-self: start; padding: 7.5px 0; margin-top: 30px; }
  .sh-nav { display: block; padding-left: 20px; }
  .sh-nav > ul { display: inline-flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
  .sh-item { position: relative; }
  .sh-link { display: inline-flex; align-items: center; padding: 12px; font-size: 14px; line-height: 1.3; letter-spacing: .6px; color: rgba(18, 18, 18, .75); background: none; border: 0; cursor: pointer; font-family: inherit; }
  .sh-link:hover, .sh-has-sub.is-open > .sh-summary { color: #121212; text-decoration: underline; text-underline-offset: 3px; }
  .sh-sub { display: none; position: absolute; left: 0; top: 100%; z-index: 40; min-width: 280px; max-width: 360px; list-style: none; margin: 0; padding: 10px 0; background: #fff; border: 1px solid rgba(18, 18, 18, .08); box-shadow: 0 8px 24px rgba(0, 0, 0, .08); }
  .sh-has-sub:hover > .sh-sub, .sh-has-sub.is-open > .sh-sub { display: block; }
  .sh-sub a { display: block; padding: 8px 20px; font-size: 14px; line-height: 1.3; color: rgba(18, 18, 18, .75); }
  .sh-sub a:hover { color: #121212; text-decoration: underline; text-underline-offset: 3px; }
  .sh-icons { margin-top: 41px; }
  .sh-icon-account { display: inline-flex; }
  .sh-footer { padding: 50px 0; }
  .sh-footer-inner { padding: 30px 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
}

@media (min-width: 1024px) {
  :root { --wrap: 1200px; --gutter: 50px; }
  .fx-hero { grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: 64px; align-items: end; padding-top: 64px; padding-bottom: 24px; }
  .fx-hero-copy { gap: 22px; }
  .fx-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fx-video-layout { grid-template-columns: minmax(0, 1fr) 380px; gap: 48px; }
  .fx-side { position: sticky; top: 96px; }
  .fx-main { gap: 32px; }
  .fx-cat { padding-bottom: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fx-thumb img { transition: none; }
}
