:root{--ink:#191a17;--olive:#73733e;--paper:#fbfaf6;--line:#deddd5;--soft:#f2f0e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif;line-height:1.45}h1,h2,h3{font-family:Georgia,serif;font-weight:400;margin:0}a{color:inherit;text-decoration:none}.page{width:min(1180px,calc(100% - 48px));margin:auto}.site-header{height:106px;display:flex;align-items:center;gap:34px;padding:9px max(24px,calc((100vw - 1180px)/2));background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #eee}.brand{width:190px;height:72px;overflow:hidden}.brand img{width:190px;height:72px;object-fit:contain}.site-header nav{display:flex;align-items:center;justify-content:center;gap:29px;flex:1}.site-header nav a{text-transform:uppercase;font-size:12px;padding:15px 0;position:relative;white-space:nowrap}.site-header nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:1px;background:var(--olive)}.outline,.button,.dark-button{display:inline-flex;min-height:45px;align-items:center;justify-content:center;padding:0 23px;border:1px solid #555;text-transform:uppercase;font-size:12px;letter-spacing:.2px}.button{border-color:var(--olive);background:var(--olive);color:white}.dark-button{background:#181916;color:white;border-color:#181916}.hero{display:grid;grid-template-columns:42% 58%;min-height:455px}.hero-copy{padding:38px max(30px,calc((100vw - 1180px)/2)) 30px}.hero h1{font-size:58px;line-height:.91;margin-bottom:23px}.hero h1 em{font-family:cursive;font-weight:400;color:var(--olive)}.hero p{max-width:390px;font-size:15px;margin:0 0 28px}.actions{display:flex;gap:18px}.photo{display:block;background-repeat:no-repeat;background-size:cover;background-position:center;overflow:hidden}.p1{background-image:url('assets/photo-1.jpg')}.p2{background-image:url('assets/photo-2.jpg')}.p3{background-image:url('assets/photo-3.jpg')}.p4{background-image:url('assets/photo-4.jpg')}.p5{background-image:url('assets/photo-5.jpg')}.p6{background-image:url('assets/photo-6.jpg')}.mosaic{display:grid;grid-template-columns:35% 33% 32%;min-height:226px;border-top:2px solid white}.mosaic.reverse{grid-template-columns:46% 54%}.mosaic article{padding:31px 44px;background:#fff}.mosaic h2{font-size:30px;margin:8px 0 12px}.mosaic p{font-size:13px;margin:0 0 18px;max-width:420px}.mosaic a,.cards a,.adoption a,.about a{font-size:11px;text-transform:uppercase;color:#555d26}.mosaic i,.about i{display:block;width:24px;height:1px;background:var(--olive)}.wide{background-position:center 42%}.programs{padding-top:14px;padding-bottom:16px}.programs>h2{text-align:center;font-size:31px;margin-bottom:13px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.cards article{background:#fff;border:1px solid var(--line);position:relative;padding:0 18px 15px}.cards .photo{height:124px;margin:0 -18px 16px}.cards span{position:absolute;top:105px;left:15px;width:44px;height:44px;background:#fff;border:1px solid #ddd;border-radius:50%;display:grid;place-items:center;color:var(--olive);font-size:25px}.cards h3{font-size:20px;margin:0 0 8px}.cards p{font-size:12px;min-height:50px;margin:0}.invite{display:grid;grid-template-columns:70px 250px 1fr 270px;gap:20px;align-items:center;background:var(--soft);padding:20px 44px;margin-top:2px}.invite h2{font-size:26px}.invite p{font-size:12px}.calendar{font-size:44px;color:var(--olive)}.adoption{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:18px;padding-top:14px;padding-bottom:15px}.adoption>article{padding:7px 12px 0 6px}.adoption h2{font-size:28px;margin-bottom:12px}.adoption p{font-size:12px}.animal{border:1px solid var(--line);text-align:center;background:#fff}.animal .photo{height:125px}.animal h3{font-size:18px;margin-top:8px}.animal small{display:block;margin-bottom:8px}.about{display:grid;grid-template-columns:150px 230px 1fr;gap:24px;border-top:1px solid var(--line);padding-top:14px;padding-bottom:18px}.about>.photo{height:115px}.about article{font-size:16px}.about article h2{font-size:23px}.gallery h2{font-size:20px;margin-bottom:7px}.gallery>div{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.gallery span{height:76px}footer{border-top:1px solid var(--line);display:grid;grid-template-columns:1.15fr 1.4fr 1fr 1.1fr;gap:42px;padding-top:22px;padding-bottom:25px;font-size:16px;position:relative}footer h4{text-transform:uppercase;font-size:10px;margin:0 0 10px}footer a,footer span{display:block;margin:3px 0}footer p{margin:0 0 8px}footer img{width:190px;height:82px;object-fit:contain}footer>small{position:absolute;bottom:2px;left:0;width:100%;color:#888;text-align:center;white-space:nowrap}footer>small span{display:inline;margin:0}.menu-button{display:none}.sr-only{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}
@media(max-width:900px){.site-header{height:76px;padding:6px 20px}.brand{height:58px;width:145px}.brand img{width:145px;height:58px}.header-cta{display:none}.menu-button{display:flex;margin-left:auto;width:44px;height:44px;border:0;background:none;flex-direction:column;justify-content:center;gap:6px}.menu-button span{width:25px;height:2px;background:#222}.site-header nav{position:absolute;display:none;top:76px;left:0;right:0;background:white;padding:16px 25px;flex-direction:column;align-items:flex-start;gap:0;border-bottom:1px solid #ddd}.site-header nav.open{display:flex}.site-header nav a{width:100%;padding:11px 0}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:42px 25px}.hero .photo{height:390px}.mosaic,.mosaic.reverse{grid-template-columns:1fr}.mosaic .photo{height:270px}.mosaic article{padding:34px 25px}.cards{grid-template-columns:repeat(2,1fr)}.invite{grid-template-columns:60px 1fr;padding:25px}.invite p,.invite .dark-button{grid-column:1/-1}.adoption{grid-template-columns:repeat(3,1fr)}.adoption>article{grid-column:1/-1}.about{grid-template-columns:150px 1fr}.gallery{grid-column:1/-1}footer{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.page{width:calc(100% - 30px)}.hero h1{font-size:49px}.hero .photo{height:300px}.actions{flex-direction:column;align-items:stretch}.actions a{width:100%}.cards,.adoption{grid-template-columns:1fr}.mosaic .photo{height:230px}.invite{grid-template-columns:1fr}.invite .calendar{display:none}.about{grid-template-columns:1fr}.about>.photo{height:220px}.gallery>div{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr;padding-bottom:45px}footer>small{width:100%;text-align:center}}

/* Jemný vizuální polish */
.site-header{box-shadow:0 5px 24px rgba(35,36,27,.055)}
.hero-copy{background:radial-gradient(circle at 9% 88%,rgba(115,115,62,.07),transparent 30%)}
.photo{position:relative;filter:saturate(.94) contrast(1.02);transition:filter .35s ease}
.photo::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.07),transparent 42%,rgba(22,24,16,.07));opacity:.5;transition:opacity .35s ease}
.cards article,.animal{box-shadow:0 8px 24px rgba(38,39,29,.045);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.cards article:hover,.animal:hover{transform:translateY(-4px);border-color:#c9c7b8;box-shadow:0 14px 32px rgba(38,39,29,.1)}
.cards article:hover .photo,.animal:hover .photo,.gallery .photo:hover{filter:saturate(1.06) contrast(1.035)}
.button,.outline,.dark-button{transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}
.button:hover,.dark-button:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(30,31,23,.18)}
.outline:hover{background:var(--ink);border-color:var(--ink);color:#fff;transform:translateY(-2px)}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(115,115,62,.42);outline-offset:3px}
.programs>h2::after,.adoption>article h2::after,.gallery>h2::after{content:"";display:block;width:32px;height:1px;background:var(--olive);margin:9px auto 0}
.adoption>article h2::after,.gallery>h2::after{margin-left:0}
.invite{border:1px solid rgba(115,115,62,.09);box-shadow:inset 4px 0 0 rgba(115,115,62,.55)}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Prostornější desktopové rozvržení */
@media(min-width:901px){
  .page{width:min(1360px,calc(100% - 64px))}
  .site-header{gap:40px;padding-left:max(32px,calc((100vw - 1360px)/2));padding-right:max(32px,calc((100vw - 1360px)/2))}
  .hero{grid-template-columns:41% 59%;min-height:510px}
  .hero-copy{padding:54px max(36px,calc((100vw - 1360px)/2)) 46px}
  .hero h1{font-size:64px;margin-bottom:29px}
  .hero p{font-size:16px;line-height:1.65;margin-bottom:34px;max-width:440px}
  .hero .actions{gap:24px}
  .hero .actions a{min-width:190px;min-height:49px;padding-left:30px;padding-right:30px}
  .mosaic{min-height:248px;margin-top:12px}
  .mosaic article{padding:40px 52px}
  .mosaic p{font-size:14px;line-height:1.58}
  .programs{padding-top:38px;padding-bottom:38px}
  .programs>h2{font-size:34px;margin-bottom:22px}
  .cards{gap:30px}
  .cards h3{font-size:21px}
  .cards p,.invite p,.adoption p{font-size:13px;line-height:1.55}
  .cards article{padding-bottom:21px}
  .invite{margin-top:10px;margin-bottom:16px;padding-top:27px;padding-bottom:27px}
  .adoption{padding-top:30px;padding-bottom:31px}
  .about{padding-top:29px;padding-bottom:31px}
  footer{padding-top:30px;padding-bottom:34px;font-size:12px}
}
@media(min-width:901px) and (max-width:1180px){
  .hero{grid-template-columns:46% 54%}
  .hero .actions{flex-direction:column;align-items:flex-start;gap:15px}
  .hero .actions a{width:220px}
}


