/*
Theme Name: Prášky na praní – LATT GROUP
Theme URI: https://praskynaprani.cz/
Author: LATT GROUP s.r.o.
Description: Jednostránková WordPress šablona pro prezentaci pracích prášků SUPERLATT, PROFITIX a pracích gelů EKOLATT.
Version: 2.13.0
Text Domain: prasky-na-prani
*/

:root {
  --font-body: "DM Sans";
  --font-heading: "Manrope";
  --ink: #183329;
  --ink-soft: #50645c;
  --green: #2e7d59;
  --green-dark: #1e6144;
  --lime: #c9df59;
  --cream: #f5f3eb;
  --paper: #fffdf8;
  --line: rgba(24, 51, 41, 0.14);
  --shadow: 0 24px 70px rgba(33, 75, 58, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
section[id] { scroll-margin-top: 85px; }

.site-header {
  position: sticky; top: 0; z-index: 30; height: 86px; padding: 0 clamp(24px, 5vw, 80px);
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  background: rgba(255, 253, 248, 0.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; line-height: 1; }
.brand-logo { display: block; width: 146px; height: auto; max-height: 54px; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 38px); font-size: 14px; font-weight: 600; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border-radius: 999px; background: var(--green); color: #fff; font-weight: 700; box-shadow: 0 12px 28px rgba(46, 125, 89, .22); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.shop-bounce { animation: shop-button-bounce 7s ease-in-out infinite; will-change: translate; }
@keyframes shop-button-bounce {
  0%, 88%, 100% { translate: 0 0; }
  91% { translate: 0 -7px; }
  94% { translate: 0 0; }
  97% { translate: 0 -4px; }
  99% { translate: 0 0; }
}
.text-link { display: inline-flex; gap: 8px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 700; }

.hero { min-height: calc(100vh - 86px); padding: 54px clamp(24px, 6vw, 96px) 70px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: clamp(30px, 6vw, 96px); overflow: hidden; background: radial-gradient(circle at 80% 28%, #edf3f0 0, transparent 28%), linear-gradient(135deg, #fffdf8 0%, #f4f5f2 100%); }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 22px; color: var(--green); font-size: 24px; font-weight: 800; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--font-heading), Arial, sans-serif; letter-spacing: -.04em; }
h1 { max-width: 800px; font-size: clamp(48px, 6vw, 86px); line-height: .98; font-weight: 760; }
h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 640px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.3vw, 20px); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; }
.proof-row span { display: flex; flex-direction: column; gap: 3px; }
.proof-row strong { color: var(--ink); font-size: 16px; }
.hero-visual { position: relative; min-height: 590px; display: flex; align-items: flex-end; justify-content: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 80px 2% 10px; border-radius: 46% 54% 48% 52% / 46% 42% 58% 54%; background: #edf2f0; z-index: -3; }
.hero-orbit { position: absolute; border: 1px solid rgba(46, 125, 89, .22); border-radius: 50%; z-index: -2; }
.hero-orbit-one { width: 520px; height: 520px; top: 15px; right: -50px; }
.hero-orbit-two { width: 390px; height: 390px; left: -25px; bottom: 20px; }
.hero-product { position: absolute; bottom: 5px; object-fit: contain; filter: drop-shadow(0 26px 22px rgba(40, 59, 47, .16)); }
.hero-product-main { width: min(48%, 290px); left: 50%; z-index: 4; transform: translateX(-50%) rotate(-1deg); }
.hero-product-left { width: min(36%, 210px); left: 8%; bottom: 8px; z-index: 2; transform: rotate(-7deg); opacity: .94; }
.hero-product-right { width: min(34%, 200px); right: 7%; bottom: 10px; z-index: 3; transform: rotate(7deg); opacity: .96; }
.made-badge { position: absolute; top: 48px; right: 6px; z-index: 6; width: 142px; height: auto; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(22, 55, 44, .16)); transform: rotate(3deg); }

.section { padding: 110px clamp(24px, 6vw, 96px); }
.powders-section { background: #fff; }
.section-heading { max-width: 1320px; margin: 0 auto 48px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.section-heading h2, .profitix-section h2, .business-section h2, .contact-section h2 { font-size: clamp(36px, 4vw, 58px); line-height: 1.08; }
.section-heading > p { margin: 0; color: var(--ink-soft); line-height: 1.75; }
.section-brand-logo { display: block; width: auto; height: auto; object-fit: contain; object-position: left center; }
.section-brand-lockup { display: flex; align-items: stretch; gap: 22px; margin-bottom: 26px; }
.section-brand-lockup .section-brand-logo { flex: 0 0 auto; align-self: center; margin: 0; }
.section-brand-lockup .eyebrow { display: flex; align-items: center; margin: 0; padding-left: 22px; border-left: 1px solid var(--line); }
.profitix-copy .section-brand-lockup .eyebrow { border-left-color: rgba(255,255,255,.24); }
.superlatt-brand-logo { max-width: 260px; max-height: 62px; }
.profitix-brand-logo { max-width: 280px; max-height: 60px; filter: brightness(0) invert(1); opacity: .96; }
.ekolatt-brand-logo { max-width: 235px; max-height: 104px; }
.product-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-image-wrap { position: relative; height: 390px; display: grid; place-items: center; padding: 35px; background: linear-gradient(145deg, #f7f8f6, #edf2ef); overflow: hidden; }
.product-image-wrap img { position: relative; z-index: 2; width: 56%; height: 88%; object-fit: contain; object-position: center; filter: drop-shadow(0 18px 16px rgba(24,51,41,.13)); }
.product-tag { position: absolute; z-index: 3; top: 20px; left: 20px; padding: 8px 12px; border-radius: 99px; background: rgba(255,255,255,.9); color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.product-content { padding: 28px; }
.product-kicker { min-height: auto !important; margin: 0 0 26px !important; color: var(--green) !important; font-size: 16px !important; line-height: 1.35 !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-content h3 { font-size: 25px; line-height: 1.15; }
.superlatt-title-brand, .superlatt-title-model { display: inline; }
.superlatt-title-model { margin-left: .34em; word-spacing: .22em; }
.product-content > p { min-height: 82px; margin: 16px 0 18px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.product-content ul { min-height: 90px; margin: 0; padding: 16px 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-content li { position: relative; padding: 5px 0 5px 22px; color: var(--ink-soft); font-size: 13px; }
.product-content li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 20px; }
.price-row p { display: grid; min-height: auto; margin: 0; }
.price-row span { color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.price-row strong { margin: 2px 0; font-family: var(--font-heading); font-size: 24px; }
.price-row small { color: var(--ink-soft); }
.circle-link { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 20px; transition: transform .2s ease; }
.circle-link:hover { transform: rotate(12deg) scale(1.05); }
.price-note { max-width: 1320px; margin: 18px auto 0; color: var(--ink-soft); font-size: 11px; text-align: right; }
.light { color: white; }

.profitix-section { position: relative; padding: 110px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: minmax(380px, .85fr) minmax(0, 1.15fr); gap: clamp(55px, 8vw, 130px); align-items: center; overflow: hidden; background: var(--ink); color: white; }
.profitix-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.profitix-visual::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: var(--lime); opacity: .92; }
.stain { position: absolute; border: 1px solid rgba(201,223,89,.34); border-radius: 50%; }
.stain-one { width: 560px; height: 560px; left: -120px; top: 5px; }
.stain-two { width: 290px; height: 290px; right: -30px; bottom: 5px; }
.profitix-image-wrap { position: relative; z-index: 2; width: min(82%, 450px); height: 540px; display: grid; place-items: center; transform: rotate(-3deg); }
.profitix-image-wrap img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 30px 24px rgba(0,0,0,.28)); }
.weight-badge { position: absolute; right: -30px; bottom: 40px; width: 112px; height: 112px; padding: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: var(--ink); text-align: center; font-size: 10px; line-height: 1.4; transform: rotate(7deg); box-shadow: var(--shadow); }
.weight-badge strong { display: block; color: var(--green); font-size: 21px; }
.profitix-copy { max-width: 720px; }
.profitix-copy .eyebrow { color: var(--lime); }
.profitix-copy h2 em { color: var(--lime); font-style: normal; }
.profitix-lead { max-width: 680px; margin: 26px 0 32px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.benefit-grid { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.16); }
.benefit-grid > div { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.benefit-grid span { color: var(--lime); font-family: var(--font-heading); font-weight: 800; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.6; }
.benefit-grid strong { display: block; margin-bottom: 3px; color: white; font-size: 16px; }
.profitix-buy { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-top: 32px; }
.profitix-buy p { display: grid; margin: 0; }
.profitix-buy p span { color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.profitix-buy p strong { margin: 2px 0; color: var(--lime); font-family: var(--font-heading); font-size: 34px; }
.profitix-buy p small { color: rgba(255,255,255,.6); }
.button-lime { background: var(--lime); color: var(--ink); box-shadow: 0 14px 30px rgba(201,223,89,.17); }
.button-lime:hover { background: #d9ec7b; color: var(--ink); }


/* PROFITIX – jemný Apple-style scroll reveal */
html.pnp-motion .profitix-section.pnp-reveal .profitix-visual,
html.pnp-motion .profitix-section.pnp-reveal .profitix-copy {
  opacity: 0;
  will-change: transform, opacity, filter;
  filter: blur(5px);
  transition:
    transform 1.85s cubic-bezier(.22, 1, .36, 1),
    opacity 1.35s ease,
    filter 1.5s ease;
}
html.pnp-motion .profitix-section.pnp-reveal .profitix-visual {
  transform: translate3d(-110px, 20px, 0) scale(.94);
}
html.pnp-motion .profitix-section.pnp-reveal .profitix-copy {
  transform: translate3d(110px, 12px, 0);
  transition-delay: .18s;
}
html.pnp-motion .profitix-section.pnp-reveal.is-revealed .profitix-visual,
html.pnp-motion .profitix-section.pnp-reveal.is-revealed .profitix-copy {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

html.pnp-motion .profitix-section.pnp-reveal .stain {
  opacity: 0;
  transform: scale(.8);
  transition: opacity 1.65s ease .32s, transform 1.85s cubic-bezier(.22, 1, .36, 1) .32s;
}
html.pnp-motion .profitix-section.pnp-reveal.is-revealed .stain {
  opacity: 1;
  transform: scale(1);
}

/* Hlavní výhody 01/02/03 se odhalí až po hlavním textu, postupně ze strany. */
html.pnp-motion .profitix-section.pnp-reveal .benefit-grid > div {
  opacity: 0;
  transform: translate3d(72px, 0, 0);
  filter: blur(3px);
  will-change: transform, opacity, filter;
  transition:
    transform 1.15s cubic-bezier(.22, 1, .36, 1),
    opacity .9s ease,
    filter .95s ease;
}
html.pnp-motion .profitix-section.pnp-reveal.is-revealed .benefit-grid > div {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
/* Nejdřív se dokončí produkt + hlavní text, potom 01 → 02 → 03. */
html.pnp-motion .profitix-section.pnp-reveal.is-revealed .benefit-grid > div:nth-child(1) { transition-delay: 1.45s; }
html.pnp-motion .profitix-section.pnp-reveal.is-revealed .benefit-grid > div:nth-child(2) { transition-delay: 1.75s; }
html.pnp-motion .profitix-section.pnp-reveal.is-revealed .benefit-grid > div:nth-child(3) { transition-delay: 2.05s; }

html.pnp-motion .profitix-section.pnp-reveal .profitix-buy {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .95s ease, transform 1.15s cubic-bezier(.22, 1, .36, 1);
}
html.pnp-motion .profitix-section.pnp-reveal.is-revealed .profitix-buy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.45s;
}

.profitix-image-wrap {
  --profitix-parallax: 0px;
  translate: 0 var(--profitix-parallax);
  transition: translate .15s linear;
}

@media (max-width: 900px) {
  html.pnp-motion .profitix-section.pnp-reveal .profitix-visual {
    transform: translate3d(-45px, 12px, 0) scale(.97);
  }
  html.pnp-motion .profitix-section.pnp-reveal .profitix-copy {
    transform: translate3d(45px, 8px, 0);
  }
  .profitix-image-wrap { translate: none; }
}

/* PROFITIX – jemná levitace produktu po dokončení scroll reveal animace.
   Původní produktový obrázek zůstává beze změny; pohybuje se pouze jeho obal na stránce. */
html.pnp-motion .profitix-section.pnp-reveal.is-revealed .profitix-image-wrap {
  animation: profitix-float 5.8s ease-in-out 1.7s infinite alternate;
  will-change: transform;
}

@keyframes profitix-float {
  0% { transform: rotate(-3deg) translate3d(0, 0, 0); }
  45% { transform: rotate(-1.8deg) translate3d(2px, -13px, 0); }
  100% { transform: rotate(-3.4deg) translate3d(-2px, 5px, 0); }
}

@media (max-width: 900px) {
  html.pnp-motion .profitix-section.pnp-reveal.is-revealed .profitix-image-wrap {
    animation-duration: 6.4s;
  }
  @keyframes profitix-float {
    0% { transform: rotate(-3deg) translate3d(0, 0, 0); }
    50% { transform: rotate(-2deg) translate3d(1px, -7px, 0); }
    100% { transform: rotate(-3.2deg) translate3d(-1px, 3px, 0); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .profitix-section *,
  .profitix-section *::before,
  .profitix-section *::after {
    animation: none !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

.gels-section { background: #eff4f1; }
.gels-heading { margin-bottom: 28px; }
.gel-list { max-width: 1320px; margin: 0 auto; border-top: 1px solid var(--line); }
.gel-card { --gel-accent: var(--green); position: relative; min-height: 420px; display: grid; grid-template-columns: 80px minmax(250px, .72fr) minmax(430px, 1.28fr); gap: 34px; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--line); }
.gel-blue { --gel-accent: #397ab7; }
.gel-pink { --gel-accent: #d43a7c; }
.gel-number { align-self: start; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--gel-accent); color: var(--gel-accent); font-family: var(--font-heading); font-size: 32px; font-weight: 800; }
.gel-info { max-width: 440px; }
.gel-use { margin: 0 0 12px !important; color: var(--gel-accent) !important; font-size: 22px !important; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gel-info h3 { font-size: clamp(28px, 3vw, 42px); color: var(--ink); }
.gel-info > p { margin: 18px 0 26px; color: var(--ink-soft); line-height: 1.7; }
.gel-info .text-link { color: var(--gel-accent); font-size: 14px; }
.gel-sizes { height: 350px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 18px; }
.gel-size { position: relative; display: grid; grid-template-rows: 1fr auto; place-items: center; padding: 18px; border-radius: 24px; background: rgba(255,255,255,.68); overflow: hidden; }
.gel-size img { position: relative; z-index: 2; height: 245px; width: 100%; object-fit: contain; filter: drop-shadow(0 15px 15px rgba(24,51,41,.12)); }
.gel-size-large img { height: 260px; }
.gel-size p { position: relative; z-index: 2; width: 100%; margin: 2px 0 0; display: flex; justify-content: space-between; align-items: baseline; }
.gel-size strong { font-family: var(--font-heading); font-size: 22px; color: var(--gel-accent); }
.gel-size span { color: var(--ink-soft); font-size: 12px; }

.business-section { padding: 110px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: center; background: var(--cream); }
.business-copy { max-width: 650px; }
.business-copy > p:not(.eyebrow) { margin: 28px 0 32px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.business-types { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.business-type { min-height: 166px; padding: 24px 26px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); transition: background .25s ease, color .25s ease, transform .25s ease; }
.business-type-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: rgba(43,132,97,.1); color: var(--green); transition: background .25s ease, color .25s ease, transform .25s ease; }
.business-type-icon svg { width: 31px; height: 31px; display: block; }
.business-type strong { font-family: var(--font-heading); font-size: 18px; font-weight: 750; line-height: 1.15; }
.business-type:hover { background: var(--green); color: #fff; }
.business-type:hover .business-type-icon { background: var(--lime); color: var(--ink); transform: translateY(-3px) rotate(-3deg); }

.contact-section { padding: 110px clamp(24px, 6vw, 96px) 72px; background: #fff; }
.contact-heading { max-width: 720px; margin-bottom: 48px; }
.contact-heading > p:last-child { max-width: 590px; margin: 24px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.contact-grid { max-width: 1320px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-grid article { min-height: 440px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 46px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-family: var(--font-heading); font-weight: 800; }
.contact-label { margin: 0 0 12px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-grid h3 { min-height: 64px; font-size: 24px; line-height: 1.25; }
.contact-grid address, .shop-card > p:not(.contact-label) { margin: 18px 0 24px; color: var(--ink-soft); font-size: 15px; font-style: normal; line-height: 1.65; }
.contact-links { display: grid; gap: 7px; margin: auto 0 0; font-weight: 700; }
.contact-links a:hover { color: var(--green); }
.shop-card { background: var(--ink); color: white; }
.shop-card .contact-icon { border-color: rgba(255,255,255,.25); color: var(--lime); }
.shop-card .contact-label { color: var(--lime); }
.shop-card > p:not(.contact-label) { color: rgba(255,255,255,.65); }
.shop-card .button { align-self: flex-start; margin-top: auto; }

.brand-strip { padding: 96px clamp(24px, 6vw, 96px); background: var(--ink); color: #fff; overflow: hidden; }
.brand-strip-inner { max-width: 1320px; margin: 0 auto; }
.brand-strip-heading { margin-bottom: 46px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.brand-strip-heading .eyebrow { margin-bottom: 18px; color: var(--lime); }
.brand-strip-heading h2 { max-width: 780px; color: #fff; font-size: clamp(42px, 5vw, 72px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.brand-strip-heading h2 em { color: var(--lime); font-style: normal; }
.brand-strip-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.7; }
.brand-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brand-showcase-card { position: relative; isolation: isolate; min-height: 310px; padding: 28px 30px 26px; display: flex; flex-direction: column; overflow: hidden; border-radius: 26px; color: var(--ink); box-shadow: 0 18px 55px rgba(0,0,0,.15); transition: transform .3s ease, box-shadow .3s ease; }
.brand-showcase-card::before { content: ""; position: absolute; z-index: -1; top: -145px; right: -120px; width: 310px; height: 310px; border: 1px solid rgba(24,51,41,.14); border-radius: 50%; }
.brand-showcase-card::after { content: ""; position: absolute; z-index: -1; top: -85px; right: -55px; width: 170px; height: 170px; border: 1px solid rgba(24,51,41,.11); border-radius: 50%; }
.brand-showcase-card:hover { transform: translateY(-8px); box-shadow: 0 26px 70px rgba(0,0,0,.24); }
.brand-showcase-card:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.brand-showcase-superlatt { background: linear-gradient(145deg, #fff 0%, #e7eee7 100%); }
.brand-showcase-profitix { background: linear-gradient(145deg, #dcf254 0%, #b7d62f 100%); }
.brand-showcase-ekolatt { background: linear-gradient(145deg, #f1f8f5 0%, #cbe5dc 100%); }
.brand-card-top { display: flex; align-items: center; gap: 12px; }
.brand-card-index { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(24,51,41,.22); border-radius: 50%; font-size: 10px; font-weight: 800; }
.brand-card-category { font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.brand-showcase-card img { display: block; width: auto; height: auto; margin: auto 0; object-fit: contain; object-position: left center; }
.brand-strip-superlatt, .brand-strip-profitix { max-width: 285px; max-height: 70px; }
.brand-strip-ekolatt { max-width: 220px; max-height: 112px; }
.brand-card-bottom { padding-top: 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(24,51,41,.18); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.brand-card-arrow { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 17px; transition: transform .3s ease; }
.brand-showcase-card:hover .brand-card-arrow { transform: rotate(45deg); }

footer { padding: 34px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1fr 1.5fr 1fr 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); background: #fff; color: var(--ink-soft); font-size: 12px; }
footer > p { margin: 0; }
footer > p:last-child { text-align: right; }
footer > div { display: flex; gap: 20px; justify-content: center; font-weight: 700; }
.footer-brand { color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  .shop-bounce { animation: none; }
}

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { min-height: 520px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); margin: 0 auto; }
  .profitix-section { grid-template-columns: .85fr 1.15fr; gap: 30px; }
  .profitix-visual { min-height: 540px; }
  .gel-card { grid-template-columns: 54px .72fr 1.28fr; gap: 20px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .shop-card { grid-column: 1 / -1; min-height: 340px !important; }
  .brand-showcase { grid-template-columns: 1fr 1fr; }
  .brand-showcase-card:last-child { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; padding: 0 18px; }
  .site-header .button-small { min-height: 40px; padding: 0 14px; font-size: 12px; }
  .brand-logo { width: 122px; max-height: 48px; }
  .hero { min-height: auto; padding: 58px 20px 44px; }
  h1 { font-size: clamp(42px, 14vw, 64px); }
  .hero-lead { margin-top: 24px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .proof-row { grid-template-columns: 1fr; gap: 11px; }
  .proof-row span { flex-direction: row; gap: 6px; }
  .hero-visual { min-height: 430px; margin-top: 10px; }
  .hero-visual::before { inset: 50px -10px 0; }
  .hero-product-main { width: 48%; }
  .hero-product-left { left: 1%; width: 36%; }
  .hero-product-right { right: 1%; width: 34%; }
  .made-badge { top: 24px; right: 12px; width: 108px; }
  .section { padding: 78px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .section-brand-lockup { gap: 14px; margin-bottom: 22px; }
  .section-brand-lockup .eyebrow { padding-left: 14px; }
  .superlatt-brand-logo { max-width: 180px; }
  .profitix-brand-logo { max-width: 175px; }
  .ekolatt-brand-logo { max-width: 150px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; max-width: none; }
  .product-image-wrap { height: 330px; }
  .product-content > p, .product-content ul { min-height: auto; }
  .price-note { text-align: left; }
  .profitix-section { padding: 78px 20px; grid-template-columns: 1fr; gap: 42px; }
  .profitix-visual { min-height: 430px; order: 2; }
  .profitix-visual::before { width: 340px; height: 340px; }
  .stain-one { width: 410px; height: 410px; left: -120px; }
  .profitix-image-wrap { height: 390px; }
  .weight-badge { right: -6px; bottom: 22px; width: 92px; height: 92px; }
  .profitix-buy { align-items: flex-start; flex-direction: column; }
  .gel-card { grid-template-columns: 1fr; gap: 18px; padding: 34px 0; }
  .gel-number { width: 42px; height: 42px; }
  .gel-sizes { height: auto; grid-template-columns: 1fr 1fr; }
  .gel-size { min-height: 300px; padding: 12px; }
  .gel-size img, .gel-size-large img { height: 220px; }
  .gel-size p { align-items: flex-start; flex-direction: column; }
  .business-section { padding: 78px 20px; grid-template-columns: 1fr; gap: 50px; }
  .business-type { min-height: 140px; padding: 18px; gap: 18px; }
  .business-type-icon { width: 50px; height: 50px; border-radius: 15px; }
  .business-type-icon svg { width: 27px; height: 27px; }
  .business-type strong { font-size: 15px; }
  .contact-section { padding: 78px 20px 50px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid article, .shop-card { min-height: 360px !important; grid-column: auto; }
  .brand-strip { padding: 72px 20px; }
  .brand-strip-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .brand-strip-heading h2 { font-size: clamp(40px, 12vw, 56px); }
  .brand-showcase { grid-template-columns: 1fr; }
  .brand-showcase-card, .brand-showcase-card:last-child { min-height: 245px; grid-column: auto; padding: 24px; border-radius: 22px; }
  .brand-strip-superlatt, .brand-strip-profitix { max-width: 235px; }
  .brand-strip-ekolatt { max-width: 185px; }
  footer { padding: 32px 20px; grid-template-columns: 1fr; }
  footer > div { justify-content: flex-start; flex-wrap: wrap; }
  footer > p:last-child { text-align: left; }
}


/* SEO / credibility block — v2.3 */
.seo-trust-section {
  padding: 38px clamp(24px, 5vw, 80px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: #f7f5ed;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.seo-trust-copy { max-width: 720px; }
.seo-trust-copy h2 { margin: 5px 0 10px; font-family: var(--font-heading), Arial, sans-serif; font-size: clamp(26px, 3vw, 40px); line-height: 1.08; }
.seo-trust-copy > p:last-child { margin: 0; color: var(--ink-soft); line-height: 1.7; }
.seo-trust-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.seo-trust-points span { padding: 15px 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.62); }
.seo-trust-points strong, .seo-trust-points small { display: block; }
.seo-trust-points strong { font-size: 15px; }
.seo-trust-points small { margin-top: 4px; color: var(--ink-soft); font-size: 12px; line-height: 1.35; }
@media (max-width: 820px) {
  .seo-trust-section { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .seo-trust-points { grid-template-columns: 1fr; }
}


/* v2.9 – větší orientační a kategoriální texty */
@media (max-width: 720px) {
  .eyebrow { font-size: 18px; line-height: 1.4; }
  .gel-use { font-size: 17px !important; line-height: 1.4; }
  .gel-number { font-size: 25px; }
}
