/*
Theme Name: Superlatt – Astra Child
Theme URI: https://www.superlatt.cz
Description: Jednostránková prezentace českých pracích prostředků SUPERLATT od LATT GROUP s.r.o. Child theme pro šablonu Astra.
Author: LATT GROUP s.r.o.
Author URI: https://www.latt.cz
Template: astra
Version: 1.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: superlatt-astra-child
*/


:root {
  --ink: #14231a;
  --muted: #5d6b61;
  --paper: #f6f7f1;
  --cream: #eef0e2;
  --white: #ffffff;
  --green: #5e7f28;
  --green-dark: #1d3a26;
  --lime: #b9d53b;
  --raspberry: #b8445c;
  --line: rgba(20, 35, 26, 0.14);
  --font-manrope: "Manrope";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-manrope), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  padding: 0 clamp(24px, 5vw, 84px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(255,255,255,.24);
  color: white;
}
.brand-lockup { display: flex; align-items: center; flex: 0 0 auto; gap: 14px; }
.brand-lockup img { width: auto; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); }
.brand-lockup .brand-latt { height: 35px; }
.brand-lockup .brand-superlatt { height: 31px; }
.brand-lockup > span { width: 2px; height: 42px; border-radius: 2px; background: var(--lime); box-shadow: 0 0 18px rgba(185,213,59,.38); }
.site-header nav { display: flex; gap: clamp(20px, 2.5vw, 42px); font-size: 13px; font-weight: 700; }
.site-header nav a { opacity: .82; transition: opacity .2s ease; }
.site-header nav a:hover { opacity: 1; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 12px 34px rgba(15, 44, 27, .18);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(15,44,27,.25); background: #c7df4b; }
.button-small { min-height: 42px; padding: 0 20px; background: rgba(255,255,255,.12); color: white; border: 1px solid rgba(255,255,255,.34); box-shadow: none; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.45); padding: 10px 0 7px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  padding: 168px clamp(24px, 7vw, 118px) 80px;
  display: grid;
  grid-template-columns: minmax(340px, .92fr) minmax(490px, 1.08fr);
  align-items: center;
  background:
    radial-gradient(circle at 78% 25%, rgba(185,213,59,.22), transparent 28%),
    linear-gradient(132deg, #173520 0%, #234a2d 54%, #537329 100%);
  color: white;
}
.hero-grain { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.24) .6px, transparent .6px); background-size: 6px 6px; mask-image: linear-gradient(to right, black, transparent); }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #dae9af; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { margin: 22px 0 26px; font-size: clamp(50px, 5.2vw, 82px); line-height: .99; letter-spacing: -.055em; max-width: 780px; font-weight: 650; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 620px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; margin-top: 36px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 530px; margin-top: 52px; border-top: 1px solid rgba(255,255,255,.22); padding-top: 24px; }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; border-right: 1px solid rgba(255,255,255,.18); padding-right: 20px; margin-right: 20px; }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { font-size: 23px; }
.hero-proof span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.56); }

.hero-stage { position: relative; align-self: stretch; min-height: 610px; z-index: 1; }
.hero-stage::after { content: ""; position: absolute; z-index: -1; left: 8%; right: -15%; bottom: -5%; height: 38%; background: rgba(6,23,13,.32); filter: blur(45px); border-radius: 50%; }
.pack { position: absolute; bottom: 0; width: 32%; margin: 0; filter: drop-shadow(0 30px 27px rgba(4,20,10,.42)); animation: float 6s ease-in-out infinite; transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .45s ease, z-index 0s; transform-origin: 50% 82%; cursor: pointer; }
.pack img { width: 100%; max-height: 570px; object-fit: contain; }
.pack span { position: absolute; z-index: 2; top: 43%; right: -20px; padding: 7px 12px; background: rgba(255,255,255,.92); color: var(--ink); border-radius: 99px; text-transform: uppercase; letter-spacing: .11em; font-size: 8px; font-weight: 800; box-shadow: 0 8px 28px rgba(0,0,0,.14); }
.pack-left { left: 3%; transform: rotate(-5deg) translateY(10px); animation-delay: -3s; }
.pack-center { z-index: 3; left: 34%; width: 36%; bottom: 15px; }
.pack-right { right: 0; transform: rotate(5deg) translateY(14px); animation-delay: -1.5s; }
.pack:hover { z-index: 9; animation-play-state: paused; filter: drop-shadow(0 42px 34px rgba(4,20,10,.54)); }
.pack-left:hover { transform: translate(16px,-34px) rotate(-2deg) scale(1.18); }
.pack-center:hover { transform: translateY(-42px) scale(1.17); }
.pack-right:hover { transform: translate(-16px,-34px) rotate(2deg) scale(1.18); }
.czech-seal { position: absolute; z-index: 5; right: 0; top: 7%; width: 98px; height: 98px; display: grid; place-items: center; background: rgba(255,255,255,.94); border-radius: 50%; box-shadow: 0 15px 42px rgba(5,25,12,.22); }
.czech-seal img { width: 76px; height: 76px; object-fit: contain; }

.proof-strip { min-height: 90px; padding: 0 clamp(24px, 7vw, 118px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--lime); color: var(--green-dark); text-transform: uppercase; letter-spacing: .08em; font-size: 17px; font-weight: 900; }
.proof-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--green-dark); opacity: .45; }

.section { padding: 120px clamp(24px, 7vw, 118px); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; max-width: 1280px; margin: 0 auto 70px; }
.kicker { color: var(--green); margin: 0 0 18px; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.05em; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.8; max-width: 480px; }

.products-section { background: var(--paper); }
.product-list { max-width: 1280px; margin: 0 auto; display: grid; gap: 28px; }
.product-card { position: relative; overflow: hidden; min-height: 600px; display: grid; grid-template-columns: .92fr 1.08fr; border: 1px solid var(--line); border-radius: 34px; background: white; box-shadow: 0 24px 80px rgba(22,47,27,.07); }
.product-card:nth-child(even) .product-visual { order: 2; }
.product-card:nth-child(even) .product-info { order: 1; }
.product-number { position: absolute; z-index: 4; top: 28px; left: 32px; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.product-visual { position: relative; overflow: hidden; min-height: 600px; display: grid; place-items: center; background: #edf1e5; }
.product-visual img { position: relative; z-index: 2; height: 480px; width: 76%; object-fit: contain; filter: drop-shadow(0 26px 20px rgba(28,47,31,.19)); transition: transform .5s ease; }
.product-card:hover .product-visual img { transform: translateY(-10px) rotate(-1deg); }
.weight-badge { position: absolute; z-index: 3; right: 30px; bottom: 30px; width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center; background: var(--green-dark); color: white; font-size: 15px; font-weight: 900; }
.product-info { padding: clamp(50px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.product-info h3 { margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.product-info h4 { max-width: 540px; margin: 17px 0 20px; font-size: 17px; line-height: 1.5; color: var(--green); }
.product-intro { max-width: 590px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.benefit-list { list-style: none; margin: 25px 0; padding: 0; display: grid; gap: 12px; font-size: 13px; font-weight: 750; }
.benefit-list li { display: flex; align-items: center; gap: 11px; }
.benefit-list li::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--green-dark); font-size: 11px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 30px; }
.tag-list span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-button { background: var(--green-dark); color: white; }
.accent-raspberry .product-visual { background: #f7edf0; }
.accent-raspberry .product-info h4, .accent-raspberry .kicker { color: var(--raspberry); }
.accent-lime .product-visual { background: #f1f2e7; }

.benefits-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(60px, 8vw, 140px);
  background:
    radial-gradient(circle at 8% 14%, rgba(185,213,59,.17), transparent 25%),
    var(--green-dark);
  color: white;
}
.benefits-intro { align-self: start; position: sticky; top: 60px; }
.kicker-light { color: var(--lime); }
.benefits-intro h2 { margin: 0; font-size: clamp(45px, 5vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.benefits-intro h2 em, .partnership h2 em { color: var(--lime); font-style: normal; }
.benefits-intro > p:last-child { max-width: 520px; margin-top: 30px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.85; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.feature-card { min-height: 285px; padding: 34px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .3s ease; }
.feature-card:hover { background: rgba(255,255,255,.055); }
.feature-card > span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.feature-card h3 { max-width: 270px; margin: 58px 0 15px; font-size: 21px; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.75; }

.audience-section { background: #ebeede; }
.audience-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.audience-card { min-height: 132px; display: grid; grid-template-columns: 42px 1fr 28px; gap: 24px; align-items: center; padding: 26px 30px; border-bottom: 1px solid var(--line); }
.audience-card:nth-child(odd) { border-right: 1px solid var(--line); }
.audience-card > span { font-size: 10px; color: var(--green); font-weight: 900; }
.audience-card h3 { margin: 0 0 8px; font-size: 21px; }
.audience-card p { margin: 0; color: var(--muted); font-size: 12px; }
.audience-card i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); font-style: normal; transition: .25s ease; }
.audience-card:hover i { color: white; background: var(--green-dark); transform: rotate(45deg); }

.choice-section { padding: 95px clamp(24px, 7vw, 118px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; background: white; }
.choice-copy h2 { margin: 0; font-size: clamp(40px, 4.6vw, 66px); line-height: 1.02; letter-spacing: -.05em; }
.choice-table { display: grid; border-top: 1px solid var(--line); }
.choice-table a { display: grid; grid-template-columns: 18px 180px 1fr 30px; gap: 18px; align-items: center; min-height: 84px; border-bottom: 1px solid var(--line); transition: padding .25s ease; }
.choice-table a:hover { padding-left: 12px; }
.choice-dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-green { background: var(--green); }.dot-red { background: var(--raspberry); }.dot-lime { background: var(--lime); }
.choice-table strong { font-size: 15px; }
.choice-table small { color: var(--muted); font-size: 12px; }
.choice-table i { font-style: normal; }

.more-products { background: var(--paper); }
.more-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.more-card { overflow: hidden; display: grid; grid-template-rows: 500px auto; border-radius: 34px; background: white; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(22,47,27,.06); }
.more-visual { position: relative; overflow: hidden; display: grid; place-items: center; background: #eef1e7; }
.more-visual > img:not(.gel) { position: relative; z-index: 2; height: 425px; max-width: 80%; object-fit: contain; filter: drop-shadow(0 24px 24px rgba(20,45,24,.18)); animation: float 7s ease-in-out infinite; }
.more-visual > span { position: absolute; z-index: 3; right: 30px; bottom: 28px; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--green-dark); color: white; font-weight: 900; }
.stain { position: absolute; border-radius: 48% 52% 63% 37% / 40% 37% 63% 60%; background: rgba(147,190,60,.16); animation: morph 8s ease-in-out infinite alternate; }
.stain-one { width: 330px; height: 300px; left: 8%; top: 8%; }
.stain-two { width: 210px; height: 190px; right: 5%; bottom: 5%; animation-delay: -3s; }
.more-copy { padding: 46px; }
.more-copy h3 { margin: 0; font-size: clamp(42px, 4vw, 62px); letter-spacing: -.05em; }
.more-copy > p:not(.kicker) { min-height: 75px; margin: 18px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.gel-stage { background: linear-gradient(145deg, #edf2e6, #dfe9ee); }
.gel { position: absolute; bottom: 25px; height: 390px; width: 38%; object-fit: contain; filter: drop-shadow(0 22px 20px rgba(24,45,27,.19)); transition: transform .4s ease; }
.gel-left { left: 1%; transform: rotate(-6deg) scale(.9); }
.gel-center { left: 31%; z-index: 3; }
.gel-right { right: 1%; transform: rotate(6deg) scale(.9); }
.ekolatt-card:hover .gel-left { transform: translateY(-8px) rotate(-8deg) scale(.92); }
.ekolatt-card:hover .gel-center { transform: translateY(-12px); }
.ekolatt-card:hover .gel-right { transform: translateY(-8px) rotate(8deg) scale(.92); }

.partnership { min-height: 640px; padding: 110px clamp(24px, 7vw, 118px); display: grid; grid-template-columns: 1.12fr .88fr; gap: 100px; align-items: center; background:
  radial-gradient(circle at 80% 20%, rgba(185,213,59,.2), transparent 29%),
  linear-gradient(135deg, #264b2f, #17341f);
  color: white;
}
.partnership-copy h2 { margin: 0; font-size: clamp(48px, 5.8vw, 86px); line-height: .98; letter-spacing: -.055em; }
.partnership-copy > p:not(.kicker) { max-width: 650px; margin: 28px 0 38px; color: rgba(255,255,255,.65); line-height: 1.8; }
.partnership-points { border-top: 1px solid rgba(255,255,255,.2); }
.partnership-points div { min-height: 105px; display: grid; grid-template-columns: 45px 1fr; gap: 22px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.partnership-points strong { color: var(--lime); font-size: 10px; letter-spacing: .12em; }
.partnership-points span { font-size: 14px; font-weight: 700; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; background: #ebeede; }
.faq-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 92px; display: grid; grid-template-columns: 40px 1fr 30px; gap: 20px; align-items: center; cursor: pointer; list-style: none; font-weight: 760; font-size: 15px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 10px; font-weight: 900; }
.faq-list summary i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); font-style: normal; transition: transform .3s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); background: var(--green-dark); color: white; }
.faq-list details > p { margin: -6px 60px 30px; max-width: 680px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.contact-section { padding: 115px clamp(24px, 7vw, 118px); display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; background: var(--green-dark); color: white; }
.contact-info h2 { margin: 0; font-size: clamp(52px, 6vw, 92px); line-height: .93; letter-spacing: -.055em; }
.contact-info > p:not(.kicker) { max-width: 530px; margin: 28px 0 35px; color: rgba(255,255,255,.6); line-height: 1.8; }
.contact-company { margin: 0 0 14px; color: white; font-size: 16px; font-weight: 800; letter-spacing: .04em; }
.contact-phone { display: block; width: fit-content; font-size: clamp(24px, 3vw, 42px); letter-spacing: -.04em; border-bottom: 1px solid rgba(255,255,255,.3); }
.contact-email { display: block; width: fit-content; margin-top: 12px; color: var(--lime); font-size: 18px; }
.contact-secondary { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; color: rgba(255,255,255,.62); font-size: 11px; }
.company-websites { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 24px; }
.company-websites a { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 4px; border-bottom: 1px solid rgba(185,213,59,.42); color: var(--lime); font-size: 12px; font-weight: 700; transition: color .2s ease, border-color .2s ease; }
.company-websites a:hover { color: white; border-color: white; }
.address-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 38px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.address-grid div { display: grid; gap: 10px; }
.address-grid strong { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.address-grid span { color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; }
.contact-actions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; align-self: center; }
.contact-action-card { min-height: 420px; padding: clamp(30px,4vw,48px); display: flex; flex-direction: column; align-items: flex-start; border-radius: 30px; background: white; color: var(--ink); transition: transform .3s ease, box-shadow .3s ease; }
.contact-action-card:hover { transform: translateY(-9px); box-shadow: 0 26px 70px rgba(0,0,0,.22); }
.contact-action-card > span { color: var(--green); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.contact-action-card h3 { margin: 62px 0 18px; font-size: clamp(24px,2.5vw,38px); line-height: 1.08; letter-spacing: -.045em; }
.contact-action-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.contact-action-card strong { margin-top: auto; display: inline-flex; align-items: center; gap: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--line); font-size: 12px; }
.collaboration-card { background: var(--lime); }
.collaboration-card > span, .collaboration-card p { color: var(--green-dark); }

/* Keep headings legible when WordPress/Astra injects its global heading color. */
.superlatt-landing-page .hero h1,
.superlatt-landing-page .benefits-section h2,
.superlatt-landing-page .benefits-section h3,
.superlatt-landing-page .partnership h2,
.superlatt-landing-page .contact-info h2 {
  color: var(--white) !important;
}
.superlatt-landing-page .hero h1 em,
.superlatt-landing-page .benefits-intro h2 em,
.superlatt-landing-page .partnership h2 em {
  color: var(--lime) !important;
}

footer { min-height: 245px; padding: 60px clamp(24px, 7vw, 118px) 42px; display: grid; grid-template-columns: 1.1fr .9fr .8fr; gap: 60px; align-items: start; background: #0f2517; color: white; }
.footer-brand-logos { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; }
.footer-brand-logos img { width: auto; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .96; }
.footer-brand-logos .footer-logo-superlatt { height: 30px; }
.footer-brand-logos .footer-logo-ekolatt { height: 45px; }
.footer-brand-logos .footer-logo-profitix { height: 29px; }
.footer-brand p { max-width: 390px; margin-top: 22px; color: rgba(255,255,255,.47); font-size: 11px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 30px; font-size: 11px; }
.footer-company { display: flex; flex-direction: column; align-items: flex-end; gap: 24px; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.footer-company img { width: 140px; filter: grayscale(1) brightness(0) invert(1); opacity: .7; }

@keyframes morph { 0% { border-radius: 48% 52% 63% 37% / 40% 37% 63% 60%; transform: rotate(0); } 100% { border-radius: 64% 36% 43% 57% / 61% 58% 42% 39%; transform: rotate(18deg); } }

@keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -14px; } }

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: reveal .8s both; animation-timeline: view(); animation-range: entry 5% cover 28%; }
  @keyframes reveal { from { opacity: .001; transform: translateY(35px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1040px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .hero-stage { min-height: 570px; margin-top: 30px; }
  .product-card { grid-template-columns: 1fr 1fr; }
  .product-info { padding: 54px 44px; }
  .benefits-section { grid-template-columns: 1fr; }
  .benefits-intro { position: static; }
  .choice-section, .faq-section, .contact-section { grid-template-columns: 1fr; gap: 60px; }
  .partnership { grid-template-columns: 1fr; gap: 60px; }
  .more-card { grid-template-rows: 440px auto; }
  .contact-actions { max-width: 900px; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; padding: 0 20px; }
  .brand-lockup { gap: 9px; }
  .brand-lockup .brand-latt { height: 27px; }
  .brand-lockup .brand-superlatt { height: 23px; }
  .brand-lockup > span { height: 32px; }
  .button-small { min-height: 38px; padding: 0 15px; }
  .hero { padding: 125px 22px 40px; min-height: 0; }
  .hero h1 { font-size: clamp(45px, 13vw, 65px); }
  .hero-copy > p { font-size: 15px; }
  .hero-proof { gap: 12px; }
  .hero-proof div { margin-right: 0; padding-right: 10px; }
  .hero-stage { min-height: 410px; }
  .pack { width: 35%; }
  .pack-center { width: 38%; left: 31%; }
  .pack span { display: none; }
  .czech-seal { width: 72px; height: 72px; right: -6px; }
  .czech-seal img { width: 58px; height: 58px; }
  .proof-strip { overflow-x: auto; justify-content: flex-start; min-height: 76px; padding: 0 22px; font-size: 15px; }
  .proof-strip span { white-space: nowrap; }
  .section { padding: 82px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 44px; }
  .product-card, .product-card:nth-child(even) { grid-template-columns: 1fr; }
  .product-card:nth-child(even) .product-visual { order: 1; }
  .product-card:nth-child(even) .product-info { order: 2; }
  .product-visual { min-height: 430px; }
  .product-visual img { height: 350px; }
  .product-info { padding: 46px 28px 52px; }
  .benefits-section { gap: 48px; }
  .feature-grid, .audience-grid, .more-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .audience-card:nth-child(odd) { border-right: 0; }
  .choice-section { padding: 76px 20px; gap: 45px; }
  .choice-table a { grid-template-columns: 16px 1fr 24px; padding: 14px 0; }
  .choice-table a small { grid-column: 2; }
  .choice-table a i { grid-column: 3; grid-row: 1 / 3; }
  .more-card { grid-template-rows: 390px auto; border-radius: 26px; }
  .more-visual > img:not(.gel) { height: 335px; }
  .gel { height: 310px; }
  .more-copy { padding: 34px 26px 40px; }
  .more-copy > p:not(.kicker) { min-height: 0; }
  .partnership { padding: 82px 20px; min-height: 0; }
  .faq-list summary { grid-template-columns: 30px 1fr 30px; font-size: 13px; }
  .faq-list details > p { margin: -4px 38px 28px 50px; }
  .contact-section { padding: 82px 20px; gap: 52px; }
  .address-grid { grid-template-columns: 1fr; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-action-card { min-height: 330px; border-radius: 24px; }
  .contact-action-card h3 { margin-top: 38px; }
  footer { grid-template-columns: 1fr; gap: 38px; padding: 56px 20px 34px; }
  .footer-company { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* WordPress admin bar compatibility */
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
