@font-face{font-family:GeorgiaFallback;src:local(Georgia)}
:root{--black:#050505;--dark:#222;--grey:#777;--line:#d7d7d7;--light:#f2f2f0;--midlight:#e5e5e2;--white:#fff;--serif:GeorgiaFallback,Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif;--radius:28px;--shadow:0 28px 80px rgba(0,0,0,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fafafa;color:var(--black);font-family:var(--sans);line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 42px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(250,250,250,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.09)}.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{display:flex;align-items:center}.logo img{display:block;width:168px;max-height:82px;height:auto;object-fit:contain}.main-nav{display:flex;gap:6px;align-items:center;font-size:14px;font-weight:700}.main-nav a{padding:10px 13px;border-radius:999px}.main-nav a:hover{background:var(--black);color:var(--white)}
.hero{position:relative;padding:92px 0 86px;background:linear-gradient(135deg,#fff 0%,#f1f1ef 50%,#d7d7d4 100%);border-bottom:1px solid var(--line);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 22%,rgba(0,0,0,.12),transparent 28%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center}.overline,.section-label{margin:0 0 22px;color:#555;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero h1,.section h2,.section-head h2,.author-card h3{font-family:var(--serif);line-height:1.08;letter-spacing:-.045em;margin:0;font-weight:400}.hero h1{font-size:clamp(42px,6vw,82px);max-width:760px}.lead{font-size:clamp(17px,2vw,21px);color:#454545;max-width:650px;margin:26px 0 0}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 23px;border-radius:999px;border:1px solid var(--black);font-weight:800}.btn-dark{background:var(--black);color:#fff}.btn-light{background:rgba(255,255,255,.72)}
.hero-visual{position:relative;height:560px;min-width:0}.hero-visual:before{content:"";position:absolute;inset:52px 0 28px 46px;border-radius:38px;background:rgba(255,255,255,.55);border:1px solid rgba(0,0,0,.08);box-shadow:var(--shadow);backdrop-filter:blur(10px)}.cover{position:absolute;width:176px;border-radius:8px 14px 14px 8px;overflow:hidden;background:#ddd;border:1px solid rgba(0,0,0,.16);box-shadow:0 24px 55px rgba(0,0,0,.19)}.cover img{display:block;width:100%;height:auto}.cover-a{left:38px;top:120px;z-index:2;transform:rotate(-9deg);filter:grayscale(.08)}.cover-b{left:206px;top:62px;z-index:4;width:198px;transform:rotate(5deg)}.cover-c{right:28px;top:146px;z-index:3;width:186px;transform:rotate(10deg)}.cover-d{left:126px;bottom:34px;z-index:5;width:170px;transform:rotate(-3deg)}.visual-note{position:absolute;right:24px;bottom:60px;z-index:6;max-width:230px;padding:18px 20px;border-radius:999px;background:rgba(5,5,5,.88);color:#fff;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;text-align:center;box-shadow:0 20px 55px rgba(0,0,0,.18)}
.section{padding:96px 0}.two-col,.footer-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}.section h2,.section-head h2{font-size:clamp(34px,4vw,58px)}.text-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(30px,5vw,54px);box-shadow:var(--shadow);color:#4b4b4b;font-size:17px}.section-grey{background:#ececea;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{max-width:780px;margin-bottom:48px}.authors-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.author-card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}.portrait{height:260px;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.25),rgba(0,0,0,.08)),repeating-linear-gradient(90deg,#eeeeec 0 12px,#dcdcd9 12px 24px);border:1px solid rgba(0,0,0,.08);margin-bottom:28px;position:relative;overflow:hidden}.portrait:after{content:"";position:absolute;left:50%;bottom:-62px;width:180px;height:180px;transform:translateX(-50%);border-radius:50%;background:rgba(0,0,0,.16);box-shadow:0 -122px 0 -56px rgba(0,0,0,.16)}.author-card h3{font-size:38px;margin-bottom:14px}.author-card p{margin:0;color:#4b4b4b}
.footer{padding:68px 0;background:#050505;color:#fff}.footer-logo{display:block;width:220px;max-height:136px;height:auto;object-fit:contain;margin-bottom:18px}.footer p{color:rgba(255,255,255,.68)}.contact{justify-self:end;width:min(430px,100%);padding-top:4px}.contact h3{margin:0 0 18px;font-family:var(--sans);font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.52)}.contact p{margin:0 0 12px;color:rgba(255,255,255,.72);font-size:15px;line-height:1.65}.contact strong{display:block;color:#fff;font-size:17px;font-weight:800;margin-bottom:2px}.footer-copy{margin-top:12px;color:rgba(255,255,255,.58);font-size:14px}.footer .footer-intro{max-width:420px;margin:0;color:rgba(255,255,255,.68)}
@media(max-width:940px){.header-inner{height:auto;padding:18px 0;align-items:flex-start}.main-nav{flex-wrap:wrap;justify-content:flex-end}.hero-grid,.two-col,.authors-grid,.footer-grid{grid-template-columns:1fr}.hero-visual{height:520px}.contact{justify-self:stretch}}@media(max-width:640px){.container{width:calc(100% - 28px)}.header-inner{flex-direction:column}.main-nav{justify-content:flex-start}.logo img{width:148px;max-height:72px}.hero{padding:54px 0}.section{padding:70px 0}.hero-visual{transform:scale(.82);transform-origin:center top;height:470px}}


/* Úprava 03: autorské medailony pouze textově */
.authors-grid-text{align-items:stretch}
.author-card-text{min-height:auto;padding:clamp(28px,4vw,46px)}
.author-card-text h3{margin-bottom:24px}
.author-card-text p{margin:0 0 18px;max-width:none;color:#424242;font-size:16px;line-height:1.75}
.author-card-text p:last-child{margin-bottom:0}
.author-card-text strong{color:#111;font-weight:800}

.nowrap{white-space:nowrap}


/* Úprava 06: klidnější loga a centrovaná patička */
.header-inner{height:96px;padding:10px 0}
.logo img{width:118px;max-height:74px;height:auto;object-fit:contain}
.footer{padding:72px 0 46px;text-align:center}
.footer-center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.footer-logo{width:154px;max-height:96px;height:auto;object-fit:contain;margin:0 auto 28px}
.footer-address{margin:0 0 18px;color:rgba(255,255,255,.76);font-size:15px;line-height:1.7}
.footer-copy{margin:0;color:rgba(255,255,255,.58);font-size:14px}
@media(max-width:640px){.logo img{width:112px;max-height:70px}.header-inner{padding:12px 0}.footer-logo{width:146px}}

/* Úprava 07: nový hlavní obrazový panel s knihami + změna firmy v patičce */
.hero{
  min-height:640px;
  display:flex;
  align-items:center;
  padding:110px 0 100px;
  background-image:
    linear-gradient(90deg, rgba(250,250,250,.98) 0%, rgba(250,250,250,.94) 34%, rgba(250,250,250,.55) 50%, rgba(250,250,250,.12) 68%, rgba(250,250,250,.04) 100%),
    url('../img/hero-books.png');
  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
}
.hero:before{display:none}
.hero-grid{display:block}
.hero-copy{max-width:650px;position:relative;z-index:2}
.hero h1{text-shadow:0 1px 0 rgba(255,255,255,.45)}
.hero-photo{display:none}
.footer-address{max-width:760px}
@media(max-width:940px){
  .hero{min-height:auto;padding:82px 0;background-position:center right;background-image:linear-gradient(90deg, rgba(250,250,250,.99) 0%, rgba(250,250,250,.94) 48%, rgba(250,250,250,.55) 100%),url('../img/hero-books.png')}
}
@media(max-width:640px){
  .hero{padding:70px 0;background-position:58% center}
}

/* Úprava 08: hlavní obrazek v hero sekci se zobrazuje celý na výšku, bez ořezu */
.hero{
  min-height:620px;
  padding:92px 0 86px;
  background-image:
    linear-gradient(90deg, rgba(250,250,250,.99) 0%, rgba(250,250,250,.97) 36%, rgba(250,250,250,.78) 56%, rgba(250,250,250,.30) 74%, rgba(250,250,250,.12) 100%),
    url('../img/hero-books-wide.png');
  background-size:auto 88%;
  background-position:right center;
  background-repeat:no-repeat;
}
.hero-copy{max-width:620px}
@media(max-width:940px){
  .hero{
    min-height:auto;
    padding:76px 0 68px;
    background-image:
      linear-gradient(90deg, rgba(250,250,250,.99) 0%, rgba(250,250,250,.96) 54%, rgba(250,250,250,.72) 100%),
      url('../img/hero-books-wide.png');
    background-size:auto 72%;
    background-position:right center;
  }
}
@media(max-width:640px){
  .hero{
    padding:66px 0;
    background-size:auto 54%;
    background-position:right bottom;
  }
}

/* Úprava 09: jemnější autor bold, šedý hero panel, menší a vzdušnější logo */
.site-header{
  background:rgba(250,250,250,.94);
}
.header-inner{
  height:108px;
  padding:22px 0;
}
.logo img{
  width:83px;
  max-height:54px;
  height:auto;
  object-fit:contain;
}

.hero{
  background-color:#dededb;
  background-image:
    linear-gradient(90deg, rgba(224,224,221,.99) 0%, rgba(224,224,221,.96) 33%, rgba(224,224,221,.82) 55%, rgba(224,224,221,.38) 74%, rgba(224,224,221,.16) 100%),
    url('../img/hero-books-wide.png');
  border-top:1px solid #cfcfcc;
  border-bottom:1px solid #c4c4c1;
}
.hero .overline{color:#4f4f4f}
.hero h1{text-shadow:0 1px 0 rgba(255,255,255,.38)}
.hero .lead{color:#333}
.btn-light{background:rgba(255,255,255,.58)}

.author-card-text strong{
  font-weight:600;
  color:#1f1f1f;
}
.author-card-text h3{
  font-weight:400;
}

@media(max-width:940px){
  .header-inner{height:auto;padding:22px 0;align-items:center}
  .hero{
    background-image:
      linear-gradient(90deg, rgba(224,224,221,.99) 0%, rgba(224,224,221,.95) 58%, rgba(224,224,221,.76) 100%),
      url('../img/hero-books-wide.png');
  }
}
@media(max-width:640px){
  .header-inner{padding:18px 0}
  .logo img{width:78px;max-height:50px}
}


/* Úprava 10: Knižní tituly ve čtyřech sloupcích */
.book-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  align-items:start;
}
.book-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.1);
  border-radius:22px;
  padding:20px;
  box-shadow:0 22px 58px rgba(0,0,0,.075);
}
.book-card img{
  display:block;
  aspect-ratio:2/3;
  object-fit:cover;
  box-shadow:0 16px 34px rgba(0,0,0,.13);
}
.book-card h3{
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(20px,2vw,26px);
  line-height:1.15;
  letter-spacing:-.035em;
  margin:0 0 10px;
}
.book-card p{
  margin:0;
  color:#555;
  font-size:14px;
  line-height:1.55;
}
@media(max-width:1050px){
  .book-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .book-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .book-card{padding:16px;border-radius:18px}
}
@media(max-width:460px){
  .book-grid{grid-template-columns:1fr}
}


/* Úprava 11: samostatná kontaktní podstránka */
.contact-page{
  background:#f7f7f5;
}
.contact-page h2{
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(38px,5vw,72px);
  line-height:1.05;
  letter-spacing:-.045em;
  margin:0 0 46px;
}
.contact-layout{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:28px;
  align-items:stretch;
}
.contact-detail-card,
.map-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.contact-detail-card{
  padding:clamp(28px,4vw,46px);
}
.contact-block{
  padding:0 0 22px;
  margin:0 0 22px;
  border-bottom:1px solid var(--line);
}
.contact-block-last{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:0;
}
.contact-block h3{
  margin:0 0 8px;
  color:#777;
  font-family:var(--sans);
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.contact-block p{
  margin:0;
  color:#222;
  font-size:17px;
  line-height:1.7;
}
.contact-block strong{
  font-weight:700;
}
.contact-block a{
  border-bottom:1px solid rgba(0,0,0,.22);
}
.map-card{
  min-height:620px;
  background:#dededb;
}
.map-card iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:620px;
  border:0;
  filter:grayscale(1) contrast(.96) brightness(1.04);
}
@media(max-width:940px){
  .contact-layout{grid-template-columns:1fr}
  .map-card,.map-card iframe{min-height:430px}
}
@media(max-width:640px){
  .contact-detail-card{padding:26px}
  .contact-block p{font-size:16px}
  .map-card,.map-card iframe{min-height:360px}
}

/* Úprava 12: nový hero obrázek, bez ořezu na výšku */
.hero{
  background-color:#dededb;
  background-image:
    linear-gradient(90deg, rgba(224,224,221,.99) 0%, rgba(224,224,221,.96) 30%, rgba(224,224,221,.82) 52%, rgba(224,224,221,.36) 74%, rgba(224,224,221,.12) 100%),
    url('../img/hero-books-current.jpg');
  background-size:contain;
  background-position:right center;
  background-repeat:no-repeat;
}
@media(max-width:940px){
  .hero{
    background-image:
      linear-gradient(90deg, rgba(224,224,221,.99) 0%, rgba(224,224,221,.95) 56%, rgba(224,224,221,.70) 100%),
      url('../img/hero-books-current.jpg');
    background-size:contain;
    background-position:right center;
  }
}
@media(max-width:640px){
  .hero{
    background-size:contain;
    background-position:right bottom;
  }
}

/* Úprava 13: hero obrázek bez průhlednosti + správné chování na mobilu */
.hero{
  min-height:0;
  padding:82px 0 78px;
  background:#dededb;
  background-image:linear-gradient(135deg,#eeeeec 0%,#dededb 52%,#cfcfcb 100%);
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:0.86fr 1.14fr;
  gap:44px;
  align-items:center;
}
.hero-copy{
  max-width:560px;
  position:relative;
  z-index:2;
}
.hero-photo{
  display:block;
  position:relative;
  height:auto;
  min-height:0;
  padding:0;
  z-index:1;
}
.hero-photo:before{
  display:none;
}
.hero-photo img{
  display:block;
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:contain;
  opacity:1;
  filter:none;
  mix-blend-mode:normal;
  border-radius:26px;
  box-shadow:0 24px 70px rgba(0,0,0,.10);
}
@media(max-width:940px){
  .hero{
    padding:70px 0 62px;
    background:#dededb;
    background-image:linear-gradient(135deg,#eeeeec 0%,#dededb 55%,#d1d1cd 100%);
  }
  .hero-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .hero-copy{
    max-width:720px;
  }
  .hero-photo img{
    max-height:none;
    width:100%;
  }
}
@media(max-width:640px){
  .hero{
    padding:54px 0 48px;
  }
  .hero-photo{
    transform:none;
    height:auto;
  }
  .hero-photo img{
    border-radius:18px;
    box-shadow:0 18px 46px rgba(0,0,0,.10);
  }
}

/* Úprava 14: hero používá průhledné PNG knih na pravé straně bez oparu a bez rámečku */
.hero{
  padding:92px 0 74px;
  background:
    radial-gradient(circle at 82% 34%, rgba(255,255,255,.72) 0%, rgba(255,255,255,.28) 34%, rgba(255,255,255,0) 58%),
    linear-gradient(135deg,#eeeeec 0%,#dededb 54%,#c9c9c5 100%);
  overflow:hidden;
}
.hero-grid{
  grid-template-columns:.88fr 1.12fr;
  gap:28px;
  align-items:center;
}
.hero-copy{
  max-width:600px;
  z-index:2;
}
.hero-photo{
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
  align-self:end;
  margin-right:calc((100vw - min(1180px, calc(100vw - 40px))) / -2);
  margin-bottom:-74px;
  min-height:560px;
  pointer-events:none;
}
.hero-photo img{
  width:min(760px, 58vw);
  max-width:none;
  max-height:640px;
  height:auto;
  object-fit:contain;
  object-position:right bottom;
  border-radius:0;
  box-shadow:none;
  opacity:1;
  filter:none;
  mix-blend-mode:normal;
}
@media(max-width:940px){
  .hero{
    padding:72px 0 0;
  }
  .hero-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .hero-copy{
    max-width:720px;
  }
  .hero-photo{
    min-height:0;
    margin-right:-20px;
    margin-bottom:0;
    justify-content:flex-end;
  }
  .hero-photo img{
    width:min(720px, 100%);
    max-height:none;
  }
}
@media(max-width:640px){
  .hero{
    padding:48px 0 0;
  }
  .hero-photo{
    margin-right:-14px;
  }
  .hero-photo img{
    width:112%;
  }
}

/* Úprava 15: hero obrázek drží pevně v kontejneru + tmavší prémiový podklad */
.hero{
  padding:96px 0 78px;
  background:
    radial-gradient(circle at 78% 34%, rgba(255,255,255,.28) 0%, rgba(255,255,255,.10) 34%, rgba(255,255,255,0) 58%),
    linear-gradient(135deg,#d1d1cc 0%,#bdbdb7 52%,#9f9f99 100%);
  border-top:1px solid #b3b3ad;
  border-bottom:1px solid #999994;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:34px;
  align-items:end;
}
.hero-copy{
  align-self:center;
  max-width:600px;
  position:relative;
  z-index:2;
}
.hero-photo{
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
  align-self:end;
  min-height:560px;
  margin-right:0;
  margin-bottom:-78px;
  overflow:visible;
  pointer-events:none;
}
.hero-photo img{
  display:block;
  width:min(100%, 720px);
  max-width:100%;
  max-height:640px;
  height:auto;
  object-fit:contain;
  object-position:right bottom;
  opacity:1;
  filter:none;
  mix-blend-mode:normal;
  border-radius:0;
  box-shadow:none;
}
.hero .lead{color:#262626}
.hero .overline{color:#3b3b3b}
.hero h1{text-shadow:0 1px 0 rgba(255,255,255,.28)}
@media(max-width:940px){
  .hero{padding:72px 0 0;background:linear-gradient(135deg,#d6d6d1 0%,#bfbfb9 58%,#aaa9a3 100%)}
  .hero-grid{grid-template-columns:1fr;gap:28px;align-items:start}
  .hero-copy{max-width:720px;align-self:auto}
  .hero-photo{min-height:0;margin:0;justify-content:flex-end;width:100%}
  .hero-photo img{width:min(100%, 720px);max-height:none}
}
@media(max-width:640px){
  .hero{padding:50px 0 0}
  .hero-grid{gap:22px}
  .hero-photo{margin:0;justify-content:center}
  .hero-photo img{width:100%;max-width:520px}
}

/* Úprava 16: hlavní hero podle webových standardů – výrazný obrázek, pevný layout */
.hero{
  min-height:720px;
  padding:104px 0;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 78% 48%, rgba(255,255,255,.24) 0%, rgba(255,255,255,.10) 32%, rgba(255,255,255,0) 58%),
    linear-gradient(135deg,#d9d9d4 0%,#c2c2bc 45%,#96968f 100%);
  border-top:1px solid #bdbdb7;
  border-bottom:1px solid #8f8f89;
  overflow:hidden;
}
.hero-grid{
  width:min(1180px,calc(100% - 42px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:46px;
  align-items:center;
}
.hero-copy{
  max-width:610px;
  position:relative;
  z-index:2;
}
.hero h1{
  font-size:clamp(44px,5.6vw,80px);
  font-weight:400;
}
.hero .lead{
  max-width:560px;
  color:#242424;
}
.hero-photo{
  min-height:0;
  height:clamp(520px,50vw,660px);
  margin:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:visible;
  pointer-events:none;
}
.hero-photo img{
  display:block;
  height:100%;
  width:auto;
  max-width:112%;
  max-height:none;
  object-fit:contain;
  object-position:right center;
  border-radius:0;
  box-shadow:none;
  opacity:1;
  filter:none;
  mix-blend-mode:normal;
}
@media(max-width:1040px){
  .hero{
    min-height:auto;
    padding:82px 0 0;
  }
  .hero-grid{
    grid-template-columns:1fr;
    gap:34px;
    align-items:start;
  }
  .hero-copy{
    max-width:760px;
  }
  .hero-photo{
    width:100%;
    height:auto;
    justify-content:center;
    overflow:hidden;
  }
  .hero-photo img{
    width:min(100%,760px);
    height:auto;
    max-width:100%;
  }
}
@media(max-width:640px){
  .hero{
    padding:54px 0 0;
    background:linear-gradient(135deg,#dcdcd7 0%,#c5c5bf 56%,#aaa9a3 100%);
  }
  .hero-grid{
    width:calc(100% - 28px);
    gap:26px;
  }
  .hero h1{
    font-size:clamp(38px,12vw,56px);
  }
  .hero-photo{
    margin-left:-14px;
    margin-right:-14px;
    width:calc(100% + 28px);
  }
  .hero-photo img{
    width:100%;
    max-width:560px;
  }
}

/* Úprava 17: nižší hero panel, méně vzduchu nahoře a dole */
.hero{
  min-height:620px;
  padding:72px 0;
}
.hero-grid{
  align-items:center;
}
.hero-photo{
  height:clamp(460px,44vw,560px);
}
@media(max-width:1040px){
  .hero{
    padding:68px 0 0;
  }
}
@media(max-width:640px){
  .hero{
    padding:46px 0 0;
  }
  .hero-grid{
    gap:20px;
  }
}


/* Úprava 18: hero bez tlačítek, luxusnější podklad a větší obraz knih */
.hero{
  min-height:auto;
  padding:58px 0;
  background:
    radial-gradient(circle at 78% 34%, rgba(255,255,255,.60) 0%, rgba(255,255,255,.20) 28%, rgba(0,0,0,0) 52%),
    linear-gradient(118deg, #f7f5ef 0%, #e2ddd2 42%, #b8b1a3 100%);
  border-bottom:1px solid rgba(25,25,25,.12);
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,.50) 37%, rgba(255,255,255,0) 64%),
    radial-gradient(ellipse at 50% 110%, rgba(60,55,48,.20), transparent 58%);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:42px;
  align-items:center;
}
.hero-copy{
  padding:20px 0;
}
.hero-buttons{display:none!important}
.hero-photo{
  height:clamp(480px,41vw,610px);
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:visible;
}
.hero-photo img{
  height:108%;
  width:auto;
  max-width:120%;
  object-fit:contain;
  object-position:right center;
  filter:drop-shadow(0 28px 38px rgba(20,18,16,.22));
}
.hero .overline{color:#57524a}
.hero .lead{color:#2f2d29}
@media(max-width:1040px){
  .hero{padding:58px 0 0}
  .hero-grid{grid-template-columns:1fr;gap:22px}
  .hero-copy{padding:0;max-width:760px}
  .hero-photo{height:auto;justify-content:center;margin-top:0}
  .hero-photo img{height:auto;width:min(100%,760px);max-width:100%;filter:drop-shadow(0 22px 30px rgba(20,18,16,.18))}
}
@media(max-width:640px){
  .hero{padding:42px 0 0;background:linear-gradient(135deg,#f4f1ea 0%,#ddd8cd 58%,#b7b0a2 100%)}
  .hero-grid{gap:18px}
  .hero-photo{margin-left:-14px;margin-right:-14px;width:calc(100% + 28px)}
  .hero-photo img{width:100%;max-width:560px}
}

/* Úprava 19: větší hlavní obraz, kompaktnější panel a pevné oddělení od textu */
.hero{
  padding:44px 0;
  background:
    radial-gradient(circle at 78% 38%, rgba(255,255,255,.68) 0%, rgba(255,255,255,.22) 28%, rgba(0,0,0,0) 52%),
    linear-gradient(118deg, #f8f5ee 0%, #e5dfd4 42%, #b4ac9d 100%);
}
.hero:after{
  background:
    linear-gradient(90deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.48) 35%, rgba(255,255,255,0) 63%),
    radial-gradient(ellipse at 50% 110%, rgba(60,55,48,.18), transparent 58%);
}
.hero-grid{
  grid-template-columns:minmax(0, .98fr) minmax(0, 1.02fr);
  gap:64px;
  align-items:center;
}
.hero-copy{
  max-width:590px;
  padding:8px 0;
  z-index:2;
}
.hero-photo{
  height:clamp(520px, 43vw, 640px);
  align-items:center;
  justify-content:flex-end;
  overflow:hidden;
  z-index:1;
}
.hero-photo img{
  content:url('../img/hero-books-side-crop.png');
  display:block;
  height:100%;
  width:auto;
  max-width:100%;
  object-fit:contain;
  object-position:right center;
  filter:drop-shadow(0 30px 40px rgba(20,18,16,.22));
}
@media(max-width:1040px){
  .hero{padding:54px 0 0}
  .hero-grid{grid-template-columns:1fr;gap:24px}
  .hero-copy{max-width:760px;padding:0}
  .hero-photo{height:auto;overflow:visible;justify-content:center}
  .hero-photo img{width:min(100%, 760px);height:auto;max-width:100%}
}
@media(max-width:640px){
  .hero{padding:42px 0 0}
  .hero-grid{gap:18px}
  .hero-photo{margin-left:-14px;margin-right:-14px;width:calc(100% + 28px)}
  .hero-photo img{width:100%;max-width:560px}
}

/* Úprava 20: nižší hero panel, méně prázdného místa nahoře a dole */
.hero{
  padding:28px 0;
}
.hero-grid{
  min-height:0;
  align-items:center;
}
.hero-copy{
  padding:0;
}
.hero-photo{
  height:clamp(455px, 38vw, 545px);
}
.hero h1{
  font-size:clamp(42px,5.2vw,76px);
}
.hero .lead{
  margin-top:20px;
}
.overline,
.section-label{
  margin-bottom:18px;
}
@media(max-width:1040px){
  .hero{
    padding:46px 0 0;
  }
  .hero-photo{
    height:auto;
  }
}
@media(max-width:640px){
  .hero{
    padding:36px 0 0;
  }
  .hero h1{
    font-size:clamp(36px,11vw,54px);
  }
  .hero .lead{
    margin-top:16px;
  }
}


/* Úprava 21: naplněná podstránka Knižní tituly + detail publikací */
.titles-page{background:#f7f7f5}
.titles-page h2{font-family:var(--serif);font-weight:400;font-size:clamp(42px,5.6vw,76px);line-height:1.04;letter-spacing:-.045em;margin:0}
.titles-intro{max-width:680px;margin:24px 0 0;color:#4b4b4b;font-size:18px;line-height:1.75}
.category-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:36px 0 52px}
.category-tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;border:1px solid rgba(0,0,0,.16);background:#fff;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#222}
.category-tabs a.active,.category-tabs a:hover{background:#050505;color:#fff;border-color:#050505}
.category-section{margin-top:18px;padding-top:18px}
.category-heading{display:flex;align-items:baseline;gap:16px;margin-bottom:26px;border-top:1px solid rgba(0,0,0,.14);padding-top:28px}
.category-heading span{font-size:12px;font-weight:900;letter-spacing:.16em;color:#8a8174}
.category-heading h3{font-family:var(--serif);font-size:clamp(30px,3.2vw,46px);font-weight:400;letter-spacing:-.04em;line-height:1.08;margin:0}
.book-grid-catalog{grid-template-columns:repeat(4,1fr);gap:24px}
.title-card{padding:0;overflow:hidden;transition:transform .22s ease, box-shadow .22s ease}
.title-card:hover{transform:translateY(-4px);box-shadow:0 30px 72px rgba(0,0,0,.12)}
.book-link{display:block;padding:18px;height:100%}
.book-card .book-kicker{display:block;margin:2px 0 10px;color:#8a8174;font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.book-card .detail-link{display:inline-block;margin-top:16px;font-size:13px;font-weight:800;border-bottom:1px solid rgba(0,0,0,.25);padding-bottom:3px}
.category-muted{margin-top:70px}.sport-placeholder{margin:0;max-width:620px;color:#5a5a5a;font-size:17px;line-height:1.7;background:#fff;border:1px solid rgba(0,0,0,.10);border-radius:22px;padding:26px;box-shadow:var(--shadow)}
.detail-page{background:linear-gradient(135deg,#f8f8f6 0%,#ecece8 100%)}
.back-link{display:inline-flex;margin-bottom:34px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#444;border-bottom:1px solid rgba(0,0,0,.28);padding-bottom:4px}
.detail-layout{display:grid;grid-template-columns:minmax(260px,380px) minmax(0,1fr);gap:64px;align-items:start}
.detail-cover{position:sticky;top:130px}.detail-cover img{display:block;width:100%;border-radius:20px;box-shadow:0 34px 80px rgba(0,0,0,.22);background:#ddd}
.detail-content{background:#fff;border:1px solid rgba(0,0,0,.10);border-radius:var(--radius);padding:clamp(30px,5vw,58px);box-shadow:var(--shadow)}
.detail-content h1{font-family:var(--serif);font-weight:400;font-size:clamp(38px,5vw,68px);line-height:1.04;letter-spacing:-.05em;margin:0 0 28px}
.detail-content blockquote{margin:0 0 34px;padding:0 0 0 24px;border-left:3px solid #9a8b73;color:#2f2f2f;font-family:var(--serif);font-size:clamp(20px,2.4vw,28px);line-height:1.45;font-style:italic}
.detail-text p{margin:0 0 18px;color:#414141;font-size:17px;line-height:1.78}
.book-meta{margin-top:40px;padding-top:30px;border-top:1px solid var(--line)}
.book-meta h2{font-family:var(--serif);font-size:30px;font-weight:400;letter-spacing:-.04em;margin:0 0 18px}.book-meta ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.book-meta li{color:#454545;font-size:15px;line-height:1.55;padding-left:18px;position:relative}.book-meta li:before{content:"";position:absolute;left:0;top:.72em;width:6px;height:6px;border-radius:50%;background:#9a8b73}
@media(max-width:1050px){.book-grid-catalog{grid-template-columns:repeat(3,1fr)}.detail-layout{grid-template-columns:300px 1fr;gap:36px}}
@media(max-width:820px){.detail-layout{grid-template-columns:1fr}.detail-cover{position:relative;top:auto;max-width:340px}.book-grid-catalog{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.book-grid-catalog{grid-template-columns:1fr}.category-tabs{margin-bottom:36px}.detail-content{padding:26px}.detail-cover{max-width:100%}}

/* Oprava 22: katalog titulů – obálky bez ořezu, stejné měřítko jako v předchozí verzi */
.book-grid-catalog{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
.title-card{
  padding:0;
  overflow:hidden;
}
.title-card .book-link{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:18px;
}
.title-card img{
  width:100%;
  height:330px;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center bottom;
  background:linear-gradient(180deg,#f4f4f1 0%,#e9e8e3 100%);
  border-radius:16px;
  box-shadow:0 18px 38px rgba(0,0,0,.14);
}
.title-card h3{
  font-size:clamp(18px,1.45vw,22px);
  line-height:1.18;
  margin:0 0 10px;
}
.title-card p{
  font-size:14px;
  line-height:1.55;
}
.title-card .detail-link{
  margin-top:auto;
  align-self:flex-start;
  padding-top:14px;
}
@media(max-width:1050px){
  .book-grid-catalog{grid-template-columns:repeat(3,minmax(0,1fr));}
  .title-card img{height:320px;}
}
@media(max-width:820px){
  .book-grid-catalog{grid-template-columns:repeat(2,minmax(0,1fr));}
  .title-card img{height:300px;}
}
@media(max-width:520px){
  .book-grid-catalog{grid-template-columns:1fr;}
  .title-card img{height:auto;max-height:420px;aspect-ratio:2/3;}
}

/* Úprava 23: sportovní část katalogu */
.sport-subheading{font-family:var(--serif);font-weight:400;font-size:clamp(24px,2.4vw,36px);letter-spacing:-.035em;margin:10px 0 22px;color:#1f1f1f}
.sport-subheading-gap{margin-top:54px}


/* Finální hero: čistý obraz bez textu a bez ořezu */
.hero.hero-image-only{
  padding:26px 0 34px;
  background:linear-gradient(180deg,#ffffff 0%,#f7f7f5 100%);
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.hero.hero-image-only::before,
.hero.hero-image-only::after{
  display:none!important;
  content:none!important;
}
.hero-art-wrap{
  width:min(100%,1440px);
  margin:0 auto;
  padding:0 24px;
}
.hero-art{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center center;
  border-radius:0;
}
@media(max-width:900px){
  .hero.hero-image-only{padding:18px 0 24px;}
  .hero-art-wrap{padding:0 16px;}
}
@media(max-width:560px){
  .hero.hero-image-only{padding:14px 0 20px;}
  .hero-art-wrap{padding:0 10px;}
}


/* Úprava 24: nový full-bleed hero 2400×1000 bez textu, bez ořezu a bez prázdného místa */
.hero.hero-image-only{
  padding:0!important;
  margin:0!important;
  background:#fff!important;
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.hero-art-wrap{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.hero-art{
  display:block!important;
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0!important;
}
@media(max-width:900px){
  .hero.hero-image-only{padding:0!important;}
  .hero-art-wrap{padding:0!important;}
}
@media(max-width:560px){
  .hero.hero-image-only{padding:0!important;}
  .hero-art-wrap{padding:0!important;}
}


/* Footer polish — minimalistický kontakt + linka */
.footer{
  position:relative;
  padding:76px 0 52px;
  background:
    radial-gradient(circle at 50% -20%, rgba(255,255,255,.10), transparent 34%),
    linear-gradient(180deg,#111 0%,#050505 100%);
  color:#fff;
  text-align:center;
}
.footer-pro{max-width:1040px;}
.footer-rule{
  width:100%;
  height:1px;
  margin:0 auto 42px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
}
.footer-logo{
  display:block;
  width:154px;
  max-height:96px;
  height:auto;
  object-fit:contain;
  margin:0 auto 34px;
}
.footer-contact-minimal{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px 18px;
  max-width:860px;
  margin:0 auto 26px;
  color:rgba(255,255,255,.76);
  font-size:15px;
  line-height:1.7;
}
.footer-contact-minimal span,
.footer-contact-minimal a{white-space:nowrap;}
.footer-contact-minimal a{
  color:rgba(255,255,255,.86);
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.24);
}
.footer-contact-minimal span:not(:last-child)::after,
.footer-contact-minimal a::after{
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  margin-left:18px;
  border-radius:50%;
  background:rgba(255,255,255,.30);
  vertical-align:middle;
}
.footer-copy{
  margin:0;
  color:rgba(255,255,255,.52);
  font-size:13px;
  letter-spacing:.01em;
}
@media(max-width:760px){
  .footer{padding:58px 0 38px;}
  .footer-rule{margin-bottom:32px;}
  .footer-logo{width:138px;margin-bottom:28px;}
  .footer-contact-minimal{display:grid;gap:7px;font-size:14px;}
  .footer-contact-minimal span,
  .footer-contact-minimal a{white-space:normal;}
  .footer-contact-minimal span::after,
  .footer-contact-minimal a::after{display:none!important;}
}


/* Finální úprava: nový hero 2400x1000 bez textu, bez ořezu a bez volného místa */
.hero-image-only{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  background:#fff!important;
  border-top:0!important;
  border-bottom:1px solid rgba(0,0,0,.08)!important;
  overflow:hidden!important;
}
.hero-image-only:before,
.hero-image-only:after{display:none!important;content:none!important}
.hero-art-wrap{
  display:block;
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  line-height:0;
}
.hero-art{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  margin:0 auto;
  object-fit:contain;
  object-position:center center;
  opacity:1;
  filter:none;
}

/* Finální úprava: přejmenování titulů na Osobnosti a objednávková stránka */
.order-page{background:linear-gradient(135deg,#f8f8f6 0%,#ecece8 100%)}
.order-layout{align-items:start}
.order-card p{font-size:18px;line-height:1.75}
.order-contact-list{display:grid;gap:10px;margin:28px 0;padding-top:24px;border-top:1px solid rgba(0,0,0,.12)}
.order-contact-list a{font-weight:800;font-size:20px;border-bottom:1px solid rgba(0,0,0,.20);width:max-content;max-width:100%}
.muted-note{color:#666}

@media(max-width:760px){
  .hero-art{width:100%;min-width:0}
}

/* Order page refined blocks */
.order-info-block {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.order-info-block h3 {
  margin: 0 0 10px;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.58);
}

.order-info-block a {
  display: block;
  width: fit-content;
  margin: 5px 0;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}

.order-info-block p {
  margin: 6px 0;
}


/* Úprava 25: CTA k MS ve fotbale + samostatná fotbalová stránka */
.ms-cta{
  background:linear-gradient(135deg,#111 0%,#2c2c2a 52%,#eceae4 52%,#f7f6f2 100%);
  color:#fff;
  border-top:1px solid rgba(0,0,0,.08);
  border-bottom:1px solid rgba(0,0,0,.12);
}
.ms-cta-inner{
  min-height:172px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:32px 0;
}
.ms-cta .section-label{color:rgba(255,255,255,.62);margin-bottom:12px}
.ms-cta h1{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(34px,4.2vw,62px);
  font-weight:400;
  line-height:1.03;
  letter-spacing:-.045em;
}
.ms-cta h1 span{color:rgba(255,255,255,.78);font-size:.72em}
.ms-cta .btn{white-space:nowrap;background:#fff;color:#111;border-color:#fff;box-shadow:0 20px 45px rgba(0,0,0,.18)}
.football-order-hero{
  background:linear-gradient(135deg,#f8f8f6 0%,#ecece8 100%);
  padding-bottom:56px;
}
.football-order-hero h2{
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(36px,4.5vw,64px);
  line-height:1.04;
  letter-spacing:-.045em;
  margin:0 0 28px;
}
.football-order-panel{
  width:100%;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:var(--radius);
  padding:clamp(24px,3.4vw,42px);
  box-shadow:var(--shadow);
}
.football-order-panel p{
  max-width:980px;
  margin:0 0 24px;
  color:#444;
  font-size:17px;
  line-height:1.72;
}
.football-order-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  border-top:1px solid rgba(0,0,0,.10);
  padding-top:22px;
}
.football-order-grid div{display:grid;gap:6px;align-content:start}
.football-order-grid span{
  color:#777;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.football-order-grid a,.football-order-grid strong{
  color:#111;
  font-size:15px;
  font-weight:600;
  line-height:1.45;
}
.football-only-page{padding-top:74px}
.football-grid-only{margin-top:38px}
@media(max-width:900px){
  .ms-cta{background:linear-gradient(135deg,#111 0%,#2d2d2b 100%)}
  .ms-cta-inner{align-items:flex-start;flex-direction:column}
  .football-order-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .football-order-grid{grid-template-columns:1fr}
  .ms-cta-inner{min-height:0;padding:28px 0}
}


/* Úprava 26: světlejší prémiový pruh pro MS 2026, bez tvrdé černé plochy */
.ms-cta{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(154,139,115,.22), transparent 30%),
    radial-gradient(circle at 12% 92%, rgba(47,82,63,.16), transparent 34%),
    linear-gradient(135deg,#f8f7f2 0%,#e8e4da 48%,#d8d0bf 100%);
  color:#111;
  border-top:1px solid rgba(0,0,0,.08);
  border-bottom:1px solid rgba(0,0,0,.10);
}
.ms-cta::before{
  content:"";
  position:absolute;
  inset:-20% -8%;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.44) 42% 44%, transparent 44% 100%),
    repeating-linear-gradient(90deg, rgba(47,82,63,.055) 0 1px, transparent 1px 38px);
  opacity:.8;
  pointer-events:none;
}
.ms-cta::after{
  content:"MS 2026";
  position:absolute;
  right:clamp(18px,5vw,84px);
  bottom:-.18em;
  font-family:var(--serif);
  font-size:clamp(80px,12vw,210px);
  line-height:1;
  color:rgba(0,0,0,.045);
  letter-spacing:-.07em;
  pointer-events:none;
  white-space:nowrap;
}
.ms-cta-inner{
  position:relative;
  z-index:1;
  min-height:154px;
  padding:28px 0;
}
.ms-cta .section-label{color:#8a8174;margin-bottom:10px}
.ms-cta h1{color:#111}
.ms-cta h1 span{color:#6e6659}
.ms-cta .btn{
  background:#111;
  color:#fff;
  border-color:#111;
  box-shadow:0 18px 42px rgba(0,0,0,.16);
}
.ms-cta .btn:hover{transform:translateY(-2px)}
@media(max-width:900px){
  .ms-cta{background:linear-gradient(135deg,#f8f7f2 0%,#ded7c9 100%)}
  .ms-cta-inner{align-items:flex-start;flex-direction:column}
  .ms-cta::after{font-size:96px;right:14px;opacity:.75}
}

.ms-location{margin:10px 0 0;color:#5f574b;font-size:16px;font-weight:700;letter-spacing:.02em}

.shop-links,
.football-shop-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 12px;
}

.shop-links a,
.football-shop-links a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.football-shop-links {
  grid-column: 1 / -1;
}

.map-note{margin:12px 0 0;text-align:center;font-size:14px}
.map-note a{color:inherit;text-decoration:underline;text-underline-offset:4px}


/* Spodní autorský řádek patičky */
.footer-credit{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.46);
  font-size:12px;
  line-height:1.7;
}
.footer-credit a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.20);
}
.footer-credit a:hover{
  color:#fff;
  border-bottom-color:rgba(255,255,255,.60);
}
@media(max-width:760px){
  .footer-credit{font-size:12px;max-width:280px;margin-left:auto;margin-right:auto;}
}
