@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/* ---------- scoped reset & tokeny (dle originálu) ---------- */
.auk-brand{
  --auk-teal:#00BDA2;
  --auk-dark:#0F1822;
  --auk-grey:#F2F2F2;
  font-family:'Montserrat',sans-serif;
  color:var(--auk-dark);
  line-height:1.6;
  max-width:1400px;
  margin:0 auto;
  background:#fff;
}
.auk-brand *,.auk-brand *::before,.auk-brand *::after{box-sizing:border-box;margin:0;padding:0;}
.auk-brand img{max-width:100%;height:auto;display:block;}
.auk-brand a{text-decoration:none;color:inherit;}

/* ---------- hlavička značky (textový wordmark dle originálu) ---------- */
.auk-brand .auk-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 28px;flex-wrap:wrap;gap:14px;border-bottom:1px solid #ececec;
}
.auk-brand .auk-logo{font-size:30px;font-weight:800;letter-spacing:.06em;color:var(--auk-dark);}
.auk-brand .auk-logo span{color:var(--auk-teal);}
.auk-brand .auk-claim{font-size:14px;font-weight:700;color:var(--auk-teal);text-transform:uppercase;letter-spacing:.14em;}
.auk-brand .auk-header-note{font-size:13px;color:#999;}

/* ---------- hero slider (2000×1000, blur panely s češtinou) ---------- */
.auk-brand .auk-slider{position:relative;width:100%;padding-top:50%;overflow:hidden;background:var(--auk-grey);container-type:inline-size;}
.auk-brand .auk-slide{
  position:absolute;inset:0;opacity:0;visibility:hidden;
  background-size:cover;background-position:center;background-repeat:no-repeat;
  animation:aukFade 14s infinite;
}
.auk-brand .auk-slide:nth-child(1){animation-delay:0s;}
.auk-brand .auk-slide:nth-child(2){animation-delay:7s;}  /* dřív 3. slide; ARK se smazal, protože ten produkt neprodáváme */
@keyframes aukFade{
  0%{opacity:0;visibility:hidden}
  5%{opacity:1;visibility:visible}
  29%{opacity:1;visibility:visible}
  34%{opacity:0;visibility:hidden}
  100%{opacity:0;visibility:hidden}
}
.auk-brand .auk-sl1{background-image:url('/shop-data/campaign/aukey/6868c050e4c8329dc1aaeaef8b299a50.png');}
.auk-brand .auk-sl3{background-image:url('/shop-data/campaign/aukey/LC-MC213KV_20250626__2160-1080.png');}
/* panel překrývající anglický text banneru */
.auk-brand .auk-panel{
  position:absolute;border-radius:14px;padding:1.6cqw 2cqw;
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  display:flex;flex-direction:column;justify-content:center;
}
.auk-brand .auk-panel h2{font-size:20px;font-size:2.2cqw;font-weight:800;line-height:1.2;margin-bottom:.7cqw;}
.auk-brand .auk-panel p{font-size:12px;font-size:1.15cqw;font-weight:600;margin-bottom:1.2cqw;}
.auk-brand .auk-pill{
  display:inline-block;align-self:flex-start;background:var(--auk-teal);color:#fff;
  font-weight:700;font-size:11px;font-size:1cqw;letter-spacing:.06em;
  padding:.8cqw 2.2cqw;border-radius:999px;transition:background .25s;
}
.auk-brand .auk-pill:hover{background:var(--auk-dark);}
/* slide 1: světlý panel vlevo (béžové pozadí) */
.auk-brand .auk-p1{left:2.5%;top:14%;width:41%;height:38%;background:rgba(238,226,216,.72);}
.auk-brand .auk-p1 h2{color:var(--auk-dark);}
.auk-brand .auk-p1 p{color:#5a4f47;}
/* slide 2: světlý panel nahoře uprostřed */
.auk-brand .auk-p2{left:24%;top:4%;width:52%;height:26%;background:rgba(255,255,255,.65);align-items:center;text-align:center;}
.auk-brand .auk-p2 h2{color:var(--auk-dark);}
.auk-brand .auk-p2 p{color:#555;}
.auk-brand .auk-p2 .auk-pill{align-self:center;}
/* slide 3: tmavý panel nahoře uprostřed */
.auk-brand .auk-p3{left:24%;top:2%;width:52%;height:27%;background:rgba(10,18,30,.6);align-items:center;text-align:center;}
.auk-brand .auk-p3 h2{color:#fff;}
.auk-brand .auk-p3 p{color:#cfd6de;}
.auk-brand .auk-p3 .auk-pill{align-self:center;}

/* ---------- kategorie (kruhové chipy s produkty) ---------- */
.auk-brand .auk-section{padding:48px 28px;}
.auk-brand .auk-h2{font-size:28px;font-weight:800;text-align:center;margin-bottom:8px;}
.auk-brand .auk-h2 span{color:var(--auk-teal);}
.auk-brand .auk-sub{text-align:center;color:#888;font-weight:500;margin-bottom:28px;font-size:15px;}
.auk-brand .auk-circles{display:flex;gap:26px;justify-content:center;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;}
.auk-brand .auk-circle{flex:0 0 auto;width:130px;text-align:center;}
.auk-brand .auk-circle-img{
  width:130px;height:130px;border-radius:50%;background:var(--auk-grey);
  display:flex;align-items:center;justify-content:center;overflow:hidden;
  border:2px solid transparent;transition:border-color .3s,transform .3s;
}
.auk-brand .auk-circle:hover .auk-circle-img{border-color:var(--auk-teal);transform:scale(1.04);}
.auk-brand .auk-circle-img img{width:78%;height:78%;object-fit:contain;mix-blend-mode:multiply;}
.auk-brand .auk-circle span{display:block;margin-top:10px;font-size:13.5px;font-weight:700;line-height:1.3;}
.auk-brand .auk-circle:hover span{color:var(--auk-teal);}

/* ---------- technologie (tmavá sekce dle „Amazing Tech") ---------- */
.auk-brand .auk-tech{background:var(--auk-dark);color:#c6ccd2;padding:56px 28px;}
.auk-brand .auk-tech .auk-h2{color:#fff;}
.auk-brand .auk-tech .auk-sub{color:#8b949d;}
.auk-brand .auk-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.auk-brand .auk-tech-card{
  background:rgba(255,255,255,.05);border-radius:14px;padding:26px 22px;
  border-top:3px solid var(--auk-teal);
}
.auk-brand .auk-tech-card svg{width:36px;height:36px;margin-bottom:14px;stroke:var(--auk-teal);}
.auk-brand .auk-tech-card strong{display:block;font-size:16.5px;font-weight:800;color:#fff;margin-bottom:8px;}
.auk-brand .auk-tech-card span{font-size:13.5px;color:#aeb6bd;}

/* ---------- bestsellery ---------- */
.auk-brand .auk-prods{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.auk-brand .auk-prod{
  display:flex;flex-direction:column;background:#fff;border:1px solid #e8e8e8;border-radius:14px;
  overflow:hidden;transition:box-shadow .3s,transform .3s;
}
.auk-brand .auk-prod:hover{box-shadow:0 12px 30px rgba(15,24,34,.12);transform:translateY(-3px);}
.auk-brand .auk-prod-img{aspect-ratio:1/1;padding:18px;display:flex;align-items:center;justify-content:center;background:#fff;}
.auk-brand .auk-prod-img img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .35s;}
.auk-brand .auk-prod:hover .auk-prod-img img{transform:scale(1.05);}
.auk-brand .auk-prod-body{padding:0 18px 20px;display:flex;flex-direction:column;gap:5px;flex:1;text-align:center;}
.auk-brand .auk-prod-body h3{font-size:15.5px;font-weight:800;}
.auk-brand .auk-prod-cat{font-size:13px;color:#999;font-weight:500;margin-bottom:12px;}
.auk-brand .auk-btn{
  margin-top:auto;display:inline-block;text-align:center;
  background:var(--auk-teal);color:#fff;font-weight:700;font-size:13.5px;
  padding:11px 18px;border-radius:999px;transition:background .25s;
}
.auk-brand .auk-btn:hover{background:var(--auk-dark);}

/* ---------- příběh značky ---------- */
.auk-brand .auk-story{background:var(--auk-grey);padding:60px 28px;}
.auk-brand .auk-story-inner{max-width:900px;margin:0 auto;text-align:center;}
.auk-brand .auk-story-inner h2{font-size:30px;font-weight:800;margin-bottom:8px;}
.auk-brand .auk-story-inner h2 span{color:var(--auk-teal);}
.auk-brand .auk-story-sub{font-size:15.5px;color:#666;font-weight:500;margin-bottom:22px;}
.auk-brand .auk-story-inner .auk-story-text{font-size:15px;color:#555;text-align:left;margin-bottom:13px;}
.auk-brand .auk-aukey-mean{
  display:flex;gap:0;justify-content:center;align-items:stretch;margin:28px 0;
  flex-wrap:wrap;
}
.auk-brand .auk-mean{
  flex:1 1 180px;max-width:240px;background:#fff;padding:22px 18px;border-radius:14px;margin:6px;
}
.auk-brand .auk-mean strong{display:block;font-size:15px;font-weight:800;color:var(--auk-teal);margin-bottom:6px;}
.auk-brand .auk-mean span{font-size:13px;color:#666;}
.auk-brand .auk-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px;}
.auk-brand .auk-milestone{background:#fff;border-radius:14px;padding:20px 16px;text-align:left;}
.auk-brand .auk-year{font-size:26px;font-weight:800;color:var(--auk-teal);margin-bottom:6px;}
.auk-brand .auk-milestone p{font-size:13.5px;color:#666;}

/* ---------- CTA ---------- */
.auk-brand .auk-cta{background:var(--auk-teal);color:#fff;text-align:center;padding:48px 28px;}
.auk-brand .auk-cta h2{color:#fff;font-size:26px;font-weight:800;margin-bottom:6px;}
.auk-brand .auk-cta p{color:#dffaf4;font-weight:600;margin-bottom:20px;}
.auk-brand .auk-cta a{
  display:inline-block;background:#fff;color:var(--auk-teal);
  font-weight:800;font-size:15px;padding:13px 42px;border-radius:999px;
  transition:background .25s,color .25s;
}
.auk-brand .auk-cta a:hover{background:var(--auk-dark);color:#fff;}

/* ---------- responzivita ---------- */
@media (max-width:1000px){
  .auk-brand .auk-tech-grid{grid-template-columns:repeat(2,1fr);}
  .auk-brand .auk-timeline{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:900px){
  .auk-brand .auk-prods{grid-template-columns:repeat(2,1fr);}
  .auk-brand .auk-circles{justify-content:flex-start;}
  .auk-brand .auk-p1{width:52%;}
}
@media (max-width:768px){
  .auk-brand .auk-header{justify-content:center;text-align:center;}
  .auk-brand .auk-h2{font-size:23px;}
}
@media (max-width:520px){
  .auk-brand .auk-prods{grid-template-columns:1fr;}
  .auk-brand .auk-tech-grid{grid-template-columns:1fr;}
  .auk-brand .auk-timeline{grid-template-columns:1fr;}
}

/* ---------- oprava dodaného CSS ---------- */
/* Hero slider: dodané keyframy počítaly se TŘEMI slidy (viditelnost 5–34 % cyklu),
   jenže slide ARK se z balíčku odstranil a zůstaly dva s prodlevou 7 s ze 14 = 50 %.
   Slide tak zhasl na 34 % a další nabíhal až na 50 % — každých 7 s svítilo v hero
   několik sekund prázdné šedé pozadí. Opraveno 2026-09-04, ale tehdy jen v CSS na FTP;
   sem to patří proto, aby přegenerování opravu nesmazalo. Že to chybí, se ukázalo
   2026-09-08: náhled na ai_serveru pořád ukazoval starou vadu.
   PRAVIDLO: viditelné okno = 100/N % cyklu, prodleva = cyklus/N. */
@keyframes aukFade{
  0%{opacity:0;visibility:hidden}
  3%{opacity:1;visibility:visible}
  50%{opacity:1;visibility:visible}
  56%{opacity:0;visibility:hidden}
  100%{opacity:0;visibility:hidden}
}


/* ---------- guardy šablony Upgates (stejné jako u ostatních brand pages) ---------- */
/* Šablona kategorie vykresluje nad obsahem vlastní H1 s názvem stránky; hero má svůj
   vlastní titulek, takže duplicitní nadpis skryjeme. */
body:has(.auk-brand-wrapper) h1.ph-main { display: none; }
/* Obsahový sloupec šablony je omezený na 640 px, brand page potřebuje plnou šířku. */
.max-w-xl:has(.auk-brand-wrapper) { max-width: none; }
/* Nadpisy: šablona tlačí vlastní font a u diakritiky pak padá na tučný fallback
   (řešeno u Tesly). Vynutíme Montserrat i pro nadpisy uvnitř brand page. */
.auk-brand :where(h1, h2, h3, h4, h5, h6) { font-family: 'Montserrat', system-ui, sans-serif; }
