:root{
  --bg:#f4f7fb;
  --card:#fff;
  --text:#132034;
  --muted:#68758a;
  --line:#e3e9f1;
  --accent:#1593e7;
  --accent-dark:#0c6fae;
  --navy:#102137;
  --navy-2:#172b45;
  --shadow:0 22px 60px rgba(22,37,61,.12);
  --shadow-soft:0 10px 30px rgba(22,37,61,.08);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.62;-webkit-font-smoothing:antialiased}
body:has(.pr-previewbar) .pr-topbar{top:74px}
a{color:inherit}
button,input{font:inherit}
img{max-width:100%}
.pr-shell{max-width:1180px;margin:0 auto;padding:0 26px}
.pr-narrow{max-width:980px}

.pr-previewbar{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);box-shadow:0 6px 22px rgba(18,32,52,.06)}
.pr-previewbar-inner{max-width:1180px;margin:auto;padding:11px 26px;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:74px}
.pr-preview-copy{display:flex;flex-direction:column;gap:1px}
.pr-preview-copy strong{font-size:15px}
.pr-preview-copy span{font-size:13px;color:var(--muted)}
.pr-previewbar form{margin:0}

.pr-topbar{position:absolute;z-index:20;left:0;right:0;top:0;padding:24px 0;color:#fff}
.pr-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.pr-brand{display:inline-flex;align-items:center;gap:9px;text-decoration:none;line-height:1;color:#fff;font-weight:850;white-space:nowrap}
.pr-brand-logo{display:block!important;width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important;min-width:30px!important;min-height:30px!important;object-fit:contain!important;filter:drop-shadow(0 2px 10px rgba(0,0,0,.22))}
.pr-brand-wordmark{font-size:16px;font-weight:850;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.24)}
.pr-topbar-note{font-size:13px;font-weight:700;opacity:.86}

.pr-hero{min-height:min(760px,78vh);display:flex;align-items:flex-end;position:relative;background:#1d2a3c center 46%/cover no-repeat;color:#fff;overflow:hidden}
.pr-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,19,34,.86) 0%,rgba(8,19,34,.55) 45%,rgba(8,19,34,.16) 78%),linear-gradient(0deg,rgba(8,19,34,.64),rgba(8,19,34,.03) 55%)}
.pr-hero:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(0deg,rgba(8,19,34,.38),transparent);pointer-events:none}
.pr-hero-content{position:relative;z-index:2;padding-top:160px;padding-bottom:88px;max-width:930px}
.pr-eyebrow{display:inline-flex;align-items:center;min-height:35px;padding:0 14px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(10px);font-size:13px;font-weight:800;letter-spacing:.02em}
.pr-hero h1{font-size:clamp(42px,5.7vw,72px);line-height:1.02;letter-spacing:-.045em;margin:18px 0 16px;max-width:900px;text-wrap:balance}
.pr-hero-location{font-size:17px;font-weight:650;opacity:.94;margin-bottom:26px}
.pr-hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.pr-price-wrap{display:flex;flex-direction:column;gap:2px}
.pr-price{font-size:clamp(29px,3vw,40px);font-weight:900;letter-spacing:-.025em}
.pr-price-note{font-size:13px;opacity:.78}

.pr-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 23px;border-radius:999px;text-decoration:none;font-weight:850;border:0;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s}
.pr-button:hover{transform:translateY(-1px)}
.pr-button-primary{background:var(--accent);color:#fff;box-shadow:0 12px 28px rgba(21,147,231,.28)}
.pr-button-primary:hover{background:var(--accent-dark);box-shadow:0 14px 34px rgba(21,147,231,.34)}
.pr-button-secondary{background:var(--navy);color:#fff}
.pr-button-compact{min-height:44px;padding:0 19px;font-size:14px}

.pr-facts-wrap{position:relative;z-index:10;margin-top:-42px}
.pr-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));background:#fff;border:1px solid rgba(225,232,241,.88);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}
.pr-fact{padding:24px 25px;min-height:96px;display:flex;flex-direction:column;justify-content:center;position:relative}
.pr-fact:not(:last-child):after{content:"";position:absolute;right:0;top:23px;bottom:23px;width:1px;background:var(--line)}
.pr-fact-label{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:850}
.pr-fact-value{font-size:19px;font-weight:900;margin-top:4px;line-height:1.25}

.pr-section{padding:82px 0}
.pr-section-white{background:#fff}
.pr-intro-section{padding-top:70px;padding-bottom:70px}
.pr-intro{font-size:clamp(21px,2.35vw,30px);line-height:1.5;letter-spacing:-.015em;max-width:900px;margin:0;color:#26364d}
.pr-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}
.pr-kicker{display:block;color:var(--accent-dark);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:8px}
.pr-title{font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0;text-wrap:balance}
.pr-link-button{border:0;background:transparent;color:var(--accent-dark);font-weight:850;cursor:pointer;padding:9px 0;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}

.pr-gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(5,120px);grid-auto-rows:120px;gap:10px;border-radius:24px;overflow:hidden;background:#eef2f7}
.pr-gallery-item{position:relative;border:0;padding:0;margin:0;background:#dfe6ef;overflow:hidden;cursor:pointer;min-height:0}
.pr-gallery-item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease,filter .25s ease}
.pr-gallery-item:hover img{transform:scale(1.025);filter:saturate(1.04)}
.pr-gallery-item-1{grid-column:1/8;grid-row:1/4}
.pr-gallery-item-2{grid-column:8/13;grid-row:1/3}
.pr-gallery-item-3{grid-column:8/13;grid-row:3/4}
.pr-gallery-item-4{grid-column:1/5;grid-row:4/6}
.pr-gallery-item-5{grid-column:5/9;grid-row:4/6}
.pr-gallery-item-6{grid-column:9/13;grid-row:4/6}
.pr-gallery-more{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(11,28,48,.60);color:#fff;font-size:34px;font-weight:900;backdrop-filter:blur(2px)}
.pr-gallery-more small{font-size:13px;font-weight:800;margin-top:2px}

.pr-story-shell{display:grid;grid-template-columns:minmax(220px,.34fr) minmax(0,.66fr);column-gap:76px;align-items:start}
.pr-story-heading{position:sticky;top:110px}
.pr-story-wrap{position:relative}
.pr-story{font-size:18px;color:#2d3d54;line-height:1.82}
.pr-story p{margin:0 0 1.22em}
.pr-story p:last-child{margin-bottom:0}
.pr-story-wrap.is-collapsible:not(.is-open){max-height:520px;overflow:hidden}
.pr-story-fade{display:none}
.pr-story-wrap.is-collapsible:not(.is-open) .pr-story-fade{display:block;position:absolute;left:0;right:0;bottom:0;height:150px;background:linear-gradient(transparent,var(--bg))}
.pr-story-toggle{grid-column:2;border:0;background:transparent;color:var(--accent-dark);font-weight:900;cursor:pointer;padding:14px 0 0;text-align:left}

.pr-location-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:44px;align-items:stretch}
.pr-location-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:28px 0}
.pr-location-address{font-size:21px;font-weight:850;margin:21px 0 8px}
.pr-muted{color:var(--muted);max-width:430px;margin:0 0 24px}
.pr-map-card{min-height:380px;border-radius:24px;overflow:hidden;background:#e8edf4;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.pr-map-card iframe{border:0;width:100%;height:100%;min-height:380px;display:block}
.pr-map-placeholder{height:100%;min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:#34445b;background:radial-gradient(circle at center,#f7f9fc 0,#e7edf5 72%)}
.pr-map-pin{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--accent);font-size:30px;box-shadow:var(--shadow-soft);margin-bottom:14px}
.pr-map-placeholder span{color:var(--muted);font-size:14px;margin-top:5px}

.pr-contact-section{background:linear-gradient(180deg,var(--bg),#edf3f9)}
.pr-contact-card{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff;border-radius:30px;padding:48px;display:grid;grid-template-columns:1.1fr .9fr;gap:46px;box-shadow:0 28px 70px rgba(13,31,53,.20)}
.pr-contact-kicker{display:block;color:#8fd2ff;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:9px}
.pr-contact-copy h2{font-size:clamp(34px,4vw,50px);line-height:1.06;letter-spacing:-.035em;margin:0 0 17px}
.pr-contact-copy p{color:#d3deea;font-size:17px;max-width:600px;margin:0}
.pr-contact-person{margin-top:22px;font-size:18px;font-weight:900}
.pr-contact-actions{display:flex;flex-direction:column;gap:11px;justify-content:center}
.pr-contact-link{background:#fff;color:var(--navy);border-radius:16px;padding:13px 17px;text-decoration:none;display:flex;flex-direction:column;gap:1px;box-shadow:0 9px 24px rgba(0,0,0,.08);transition:transform .18s}
.pr-contact-link:hover{transform:translateY(-1px)}
.pr-contact-link span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#76849a;font-weight:850}
.pr-contact-link strong{font-size:15px;overflow-wrap:anywhere}
.pr-contact-link-primary{box-shadow:inset 4px 0 0 var(--accent),0 9px 24px rgba(0,0,0,.08)}

.pr-footer{background:#fff;border-top:1px solid var(--line);padding:30px 0;color:var(--muted);font-size:13px}
.pr-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.pr-footer strong{color:var(--text)}

.pr-lightbox{position:fixed;inset:0;background:rgba(4,10,19,.965);display:none;z-index:100;padding:24px;color:#fff}
.pr-lightbox.open{display:flex;align-items:center;justify-content:center}
.pr-lightbox-stage{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:calc(100vw - 150px);max-height:94vh}
.pr-lightbox img{max-width:100%;max-height:86vh;object-fit:contain;display:block;border-radius:8px;box-shadow:0 20px 70px rgba(0,0,0,.42)}
.pr-lightbox-counter{font-size:13px;color:#d2d9e4;margin-top:10px}
.pr-lightbox-close,.pr-lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;backdrop-filter:blur(10px)}
.pr-lightbox-close{top:20px;right:22px;width:46px;height:46px;border-radius:50%;font-size:27px}
.pr-lightbox-nav{top:50%;transform:translateY(-50%);width:52px;height:72px;border-radius:16px;font-size:42px;line-height:1}
.pr-lightbox-prev{left:22px}.pr-lightbox-next{right:22px}
.pr-mobile-cta{display:none}
.pr-empty-hero{background-image:linear-gradient(135deg,#3979a7,#182a44)}

@media(max-width:900px){
  body:has(.pr-previewbar) .pr-topbar{top:68px}
  .pr-story-shell{grid-template-columns:1fr;row-gap:28px}
  .pr-story-heading{position:static}
  .pr-story-toggle{grid-column:1}
  .pr-location-grid{grid-template-columns:1fr}
  .pr-location-copy{padding:0}
  .pr-contact-card{grid-template-columns:1fr;padding:36px}
  .pr-fact:not(:last-child):after{display:none}
}

@media(max-width:760px){
  .pr-shell{padding:0 17px}
  .pr-previewbar-inner{padding:9px 17px;min-height:68px}
  .pr-preview-copy span{display:none}
  .pr-preview-copy strong{font-size:13px}
  .pr-previewbar .pr-button{font-size:12px;min-height:40px;padding:0 14px}
  .pr-topbar{padding:18px 0}
  .pr-topbar-note{display:none}
  .pr-brand-logo{width:27px!important;height:27px!important;max-width:27px!important;max-height:27px!important;min-width:27px!important;min-height:27px!important}
  .pr-hero{min-height:610px;background-position:center}
  .pr-hero:before{background:linear-gradient(0deg,rgba(8,19,34,.86),rgba(8,19,34,.18) 72%)}
  .pr-hero-content{padding-top:145px;padding-bottom:78px}
  .pr-hero h1{font-size:clamp(38px,11vw,54px)}
  .pr-hero-location{font-size:15px}
  .pr-hero-actions{align-items:flex-start;flex-direction:column;gap:17px}
  .pr-facts-wrap{margin-top:-30px}
  .pr-facts{grid-template-columns:repeat(2,1fr);border-radius:20px}
  .pr-fact{padding:17px 18px;min-height:82px;border-bottom:1px solid var(--line)}
  .pr-fact:nth-child(odd){border-right:1px solid var(--line)}
  .pr-fact-label{font-size:10px}.pr-fact-value{font-size:16px}
  .pr-section{padding:58px 0}
  .pr-intro-section{padding-top:48px;padding-bottom:50px}
  .pr-intro{font-size:21px}
  .pr-section-head{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:22px}
  .pr-gallery{grid-template-columns:repeat(2,1fr);grid-template-rows:none;grid-auto-rows:150px;border-radius:18px}
  .pr-gallery-item,.pr-gallery-item-1,.pr-gallery-item-2,.pr-gallery-item-3,.pr-gallery-item-4,.pr-gallery-item-5,.pr-gallery-item-6,.pr-gallery-item-7,.pr-gallery-item-8{grid-column:span 1;grid-row:span 1}
  .pr-gallery-item-1{grid-column:span 2;grid-row:span 2}
  .pr-story{font-size:16px;line-height:1.75}
  .pr-story-wrap.is-collapsible:not(.is-open){max-height:460px}
  .pr-map-card,.pr-map-card iframe,.pr-map-placeholder{min-height:300px}
  .pr-contact-card{padding:29px 23px;border-radius:22px;gap:28px}
  .pr-contact-copy h2{font-size:36px}
  .pr-footer{padding-bottom:90px}
  .pr-footer-inner{align-items:flex-start;flex-direction:column;gap:3px}
  .pr-lightbox{padding:14px}
  .pr-lightbox-stage{max-width:100vw}
  .pr-lightbox-nav{width:42px;height:58px;font-size:34px;border-radius:12px}
  .pr-lightbox-prev{left:8px}.pr-lightbox-next{right:8px}
  .pr-lightbox-close{top:12px;right:12px}
  .pr-mobile-cta{display:flex;position:fixed;z-index:45;left:14px;right:14px;bottom:12px;min-height:52px;align-items:center;justify-content:center;background:var(--accent);color:#fff;border-radius:999px;text-decoration:none;font-weight:900;box-shadow:0 14px 35px rgba(16,41,67,.26)}
}

@media(max-width:420px){
  .pr-previewbar-inner{gap:10px}
  .pr-preview-copy strong{max-width:160px;line-height:1.25}
  .pr-previewbar .pr-button{padding:0 11px}
  .pr-gallery{grid-auto-rows:128px}
}

/* ===== V3: tisk, sdílení, video, půdorys, čitelnější text ===== */
.pr-print-head,.pr-print-hero-image{display:none}
.pr-button-light{background:#fff;color:var(--navy);border:1px solid var(--line);box-shadow:var(--shadow-soft)}

.pr-sharebar{background:#fff;border-bottom:1px solid var(--line)}
.pr-sharebar-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.pr-sharebar-label{font-size:13px;font-weight:850;color:var(--muted);white-space:nowrap}
.pr-share-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.pr-share-button{min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;font-size:13px;font-weight:850;cursor:pointer;transition:transform .15s,border-color .15s,background .15s}
.pr-share-button:hover{transform:translateY(-1px);border-color:#c9d5e3;background:#f8fbfe}
.pr-share-button span{font-weight:900}
.pr-share-button-quiet{color:var(--muted)}
.pr-copy-toast{position:fixed;left:50%;bottom:28px;z-index:120;transform:translate(-50%,18px);background:var(--navy);color:#fff;border-radius:999px;padding:10px 17px;font-size:13px;font-weight:800;opacity:0;pointer-events:none;transition:opacity .18s,transform .18s;box-shadow:var(--shadow)}
.pr-copy-toast.is-visible{opacity:1;transform:translate(-50%,0)}

.pr-media-section{background:linear-gradient(180deg,#f4f7fb,#edf3f9)}
.pr-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.pr-media-grid-single{grid-template-columns:minmax(0,1fr)}
.pr-media-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-soft)}
.pr-media-card-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line)}
.pr-media-card-head strong{font-size:18px}
.pr-media-card-head span{font-size:12px;color:var(--muted);text-align:right}
.pr-video-frame{aspect-ratio:16/9;background:#091321;display:flex;align-items:center;justify-content:center}
.pr-video-frame iframe,.pr-video-frame video{width:100%;height:100%;border:0;display:block;background:#000;object-fit:contain}
.pr-video-fallback{width:100%;height:100%;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#fff;padding:28px;text-align:center;background:radial-gradient(circle at center,#1d3551,#091321)}
.pr-video-play{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:30px;padding-left:4px}
.pr-floorplan-image{position:relative;border:0;padding:0;background:#fff;width:100%;display:block;cursor:zoom-in;min-height:320px}
.pr-floorplan-image img{width:100%;height:auto;max-height:620px;object-fit:contain;display:block;background:#fff}
.pr-floorplan-image span{position:absolute;right:16px;bottom:16px;background:rgba(12,31,52,.88);color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:850}
.pr-floorplan-pdf{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:#f7f9fc}
.pr-floorplan-pdf>span{width:78px;height:96px;border:2px solid #d8e0ea;border-radius:12px;display:grid;place-items:center;color:var(--accent-dark);font-size:22px;font-weight:900;background:#fff}

.pr-highlights{margin-top:30px;display:flex;flex-direction:column;gap:9px}
.pr-highlights>span{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:900}
.pr-highlights strong{display:block;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid var(--line);font-size:13px;line-height:1.55;box-shadow:0 5px 18px rgba(22,37,61,.04)}
.pr-technical-box{margin-top:32px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px 24px;box-shadow:var(--shadow-soft)}
.pr-technical-box h3{font-size:18px;margin:0 0 14px;letter-spacing:-.015em}
.pr-technical-box ul{margin:0;padding-left:20px;display:grid;gap:9px}
.pr-technical-box li{color:#33445a;line-height:1.65;padding-left:3px}
.pr-map-links{display:flex;gap:10px;flex-wrap:wrap}

@media(max-width:900px){
  .pr-sharebar-inner{align-items:flex-start;flex-direction:column;padding-top:17px;padding-bottom:17px;gap:11px}
  .pr-share-actions{justify-content:flex-start}
  .pr-media-grid{grid-template-columns:1fr}
  .pr-highlights{margin-top:20px}
}

@media(max-width:760px){
  .pr-sharebar-label{font-size:12px}
  .pr-share-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:8px}
  .pr-share-button{width:100%;min-height:44px;padding:0 10px}
  .pr-media-card{border-radius:18px}
  .pr-media-card-head{align-items:flex-start;flex-direction:column;gap:2px;padding:15px 17px}
  .pr-media-card-head span{text-align:left}
  .pr-video-fallback,.pr-floorplan-pdf{min-height:240px}
  .pr-floorplan-image{min-height:220px}
  .pr-highlights strong{font-size:12px}
  .pr-technical-box{padding:18px;border-radius:16px}
}

@media print{
  @page{size:A4;margin:12mm}
  :root{--bg:#fff;--text:#111;--muted:#555;--line:#d9d9d9;--navy:#111;--navy-2:#222}
  html,body{background:#fff!important;color:#111!important;font-size:10.5pt;line-height:1.45}
  body{print-color-adjust:exact;-webkit-print-color-adjust:exact}
  .pr-no-print,.pr-previewbar,.pr-topbar,.pr-sharebar,.pr-mobile-cta,.pr-lightbox,.pr-story-toggle,.pr-story-fade,.pr-map-links{display:none!important}
  .pr-shell{max-width:none;padding:0}
  .pr-print-head{display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid #ccc;padding:0 0 7mm;margin-bottom:6mm;font-size:9pt;color:#555}
  .pr-print-head strong{font-size:14pt;color:#111}
  .pr-hero{display:block;min-height:0;background:none!important;color:#111;overflow:visible}
  .pr-hero:before,.pr-hero:after{display:none!important}
  .pr-print-hero-image{display:block;width:100%;height:82mm;object-fit:cover;border-radius:4mm;margin-bottom:6mm}
  .pr-hero-content{padding:0!important;max-width:none}
  .pr-eyebrow{border:1px solid #ccc;background:#fff;color:#333;min-height:0;padding:2mm 3mm;font-size:8pt}
  .pr-hero h1{font-size:25pt;line-height:1.08;margin:4mm 0 2mm;color:#111}
  .pr-hero-location{font-size:11pt;color:#333;margin-bottom:3mm}
  .pr-price{font-size:20pt;color:#111}.pr-price-note{color:#555}
  .pr-facts-wrap{margin:6mm 0 0}
  .pr-facts{box-shadow:none;border:1px solid #ccc;border-radius:3mm;grid-template-columns:repeat(4,1fr)}
  .pr-fact{min-height:0;padding:4mm}.pr-fact:not(:last-child):after{display:none}.pr-fact-label{font-size:7pt}.pr-fact-value{font-size:10pt}
  .pr-section{padding:9mm 0}
  .pr-intro-section{padding:7mm 0}.pr-intro{font-size:13pt;line-height:1.45}
  .pr-title{font-size:20pt}.pr-kicker{font-size:8pt}
  .pr-gallery{grid-template-columns:repeat(2,1fr);grid-template-rows:none;grid-auto-rows:55mm;gap:2mm;background:none;border-radius:0;overflow:visible}
  .pr-gallery-item,.pr-gallery-item-1,.pr-gallery-item-2,.pr-gallery-item-3,.pr-gallery-item-4,.pr-gallery-item-5,.pr-gallery-item-6{grid-column:auto;grid-row:auto;border-radius:2mm;overflow:hidden}
  .pr-gallery-item:nth-child(n+5){display:none!important}.pr-gallery-more{display:none!important}
  .pr-story-shell{display:block}.pr-story-heading{position:static;margin-bottom:5mm}.pr-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:2mm;margin:4mm 0}.pr-highlights strong{box-shadow:none;padding:3mm;border-radius:2mm}
  .pr-story-wrap.is-collapsible:not(.is-open){max-height:none!important;overflow:visible!important}.pr-story{font-size:10.5pt;line-height:1.6}.pr-story p{margin-bottom:3.5mm}
  .pr-technical-box{box-shadow:none;padding:4mm;border-radius:3mm;margin-top:5mm}
  .pr-media-grid{grid-template-columns:1fr;gap:5mm}.pr-media-card{box-shadow:none;border-radius:3mm;break-inside:avoid}.pr-video-card{display:none!important}.pr-floorplan-image img{max-height:170mm}.pr-floorplan-image span{display:none}.pr-floorplan-pdf{min-height:35mm}
  .pr-location-grid{grid-template-columns:1fr}.pr-location-copy{padding:0}.pr-map-card{min-height:0;box-shadow:none;border:0}.pr-map-card iframe{display:none!important}.pr-map-placeholder{display:none!important}
  .pr-contact-section{background:#fff}.pr-contact-card{background:#fff!important;color:#111!important;border:1px solid #bbb;box-shadow:none;border-radius:3mm;padding:6mm;grid-template-columns:1fr 1fr;gap:6mm;break-inside:avoid}.pr-contact-copy h2{font-size:20pt}.pr-contact-copy p{color:#444}.pr-contact-kicker{color:#555}.pr-contact-link{box-shadow:none;border:1px solid #ddd;border-radius:2mm;padding:3mm}.pr-contact-link span{color:#666}.pr-contact-link strong{color:#111}
  .pr-footer{border-top:1px solid #ccc;padding:5mm 0 0;font-size:8pt}.pr-footer-inner{display:flex;flex-direction:row}
  section,article,.pr-facts,.pr-technical-box{break-inside:avoid}
}

/* ===== V2 FINAL POLISH: čitelnost, sdílení a tisk ===== */
.pr-story-shell{grid-template-columns:minmax(220px,.30fr) minmax(0,.70fr);column-gap:64px}
.pr-story{font-size:18.5px;line-height:1.88;max-width:790px}
.pr-story p{margin:0 0 1.45em;text-wrap:pretty}
.pr-story p strong{color:var(--navy);font-weight:850}
.pr-story-wrap.is-collapsible:not(.is-open){max-height:680px}
.pr-story-wrap.is-collapsible:not(.is-open) .pr-story-fade{height:185px}
.pr-story-toggle{padding-top:18px;font-size:14px;text-underline-offset:4px}
.pr-story-toggle:hover{text-decoration:underline}

.pr-highlights{gap:10px}
.pr-highlight{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;padding:13px 14px;border-radius:15px;background:linear-gradient(135deg,#fff,#f7fbff);border:1px solid var(--line);box-shadow:0 5px 18px rgba(22,37,61,.035)}
.pr-highlight-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e8f6ff;color:var(--accent-dark);font-size:13px;font-weight:950;margin-top:1px}
.pr-highlight strong{display:block;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:14px;line-height:1.55;font-weight:760;color:#26384f}

.pr-technical-box{margin-top:38px;padding:24px 26px}
.pr-technical-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.pr-technical-head span{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--accent-dark);font-weight:900;white-space:nowrap}
.pr-technical-head h3{font-size:19px;margin:0;letter-spacing:-.018em}
.pr-technical-box ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.pr-technical-box li{position:relative;padding:0 0 0 29px;color:#33445a;line-height:1.68;font-size:15px}
.pr-technical-box li:before{content:"✓";position:absolute;left:0;top:.08em;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#e8f6ff;color:var(--accent-dark);font-size:11px;font-weight:950}

.pr-share-button:focus-visible,.pr-link-button:focus-visible,.pr-story-toggle:focus-visible,.pr-gallery-item:focus-visible,.pr-floorplan-image:focus-visible{outline:3px solid rgba(21,147,231,.35);outline-offset:3px}
.pr-map-card iframe{background:#e8edf4}
.pr-contact-card{isolation:isolate}

@media(max-width:900px){
  .pr-story-shell{grid-template-columns:1fr;row-gap:28px}
  .pr-story{max-width:none}
  .pr-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
}

@media(max-width:760px){
  .pr-story{font-size:16.5px;line-height:1.8}
  .pr-story p{margin-bottom:1.35em}
  .pr-story-wrap.is-collapsible:not(.is-open){max-height:560px}
  .pr-highlights{grid-template-columns:1fr}
  .pr-highlight{padding:12px 13px}
  .pr-highlight strong{font-size:13px}
  .pr-technical-box{margin-top:28px;padding:18px}
  .pr-technical-head{align-items:flex-start;flex-direction:column;gap:3px;margin-bottom:14px}
  .pr-technical-box li{font-size:14px;line-height:1.65}
}

@media print{
  section{break-inside:auto!important}
  article,.pr-facts,.pr-technical-box,.pr-contact-card,.pr-floorplan-card{break-inside:avoid!important}
  .pr-media-section.no-floorplans{display:none!important}
  .pr-story p{orphans:3;widows:3;break-inside:auto}
  .pr-highlights{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2mm!important}
  .pr-highlight{box-shadow:none!important;padding:3mm!important;border-radius:2mm!important;grid-template-columns:7mm minmax(0,1fr)!important;gap:2mm!important}
  .pr-highlight-icon{width:7mm!important;height:7mm!important;font-size:8pt!important}
  .pr-highlight strong{font-size:8.5pt!important;line-height:1.4!important}
  .pr-technical-head{margin-bottom:3mm;padding-bottom:2.5mm}
  .pr-technical-head span{font-size:7pt}
  .pr-technical-head h3{font-size:13pt}
  .pr-technical-box ul{display:block!important}
  .pr-technical-box li{font-size:9.5pt!important;line-height:1.5!important;margin-bottom:2.5mm;padding-left:7mm!important}
  .pr-technical-box li:last-child{margin-bottom:0}
}

.pr-print-logo{display:block!important;width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;object-fit:contain!important}

.pr-print-brand{display:flex;align-items:center;gap:8px}.pr-print-brand strong{font-size:14px;color:#0f2742}
