:root { --ink:#151515; --paper:#e7e0d4; --bone:#f2eee7; --red:#b1322d; --line:rgba(231,224,212,.18); }
* { box-sizing:border-box; }
html { background:var(--ink); scroll-behavior:smooth; }
body { margin:0; background:var(--ink); color:var(--bone); font-family:Arial, Helvetica, sans-serif; }
body.spacer-open { overflow:hidden; }
button { color:inherit; font:inherit; }
button:focus-visible { outline:2px solid #f5c65f; outline-offset:3px; }

.intro { position:relative; min-height:100svh; overflow:hidden; background:#111; display:flex; }
.intro__image,.intro__veil { position:absolute; inset:0; width:100%; height:100%; }
.intro__image { object-fit:cover; filter:saturate(.55) contrast(1.08); animation:slowZoom 16s ease-out both; }
.intro__veil { background:linear-gradient(90deg,rgba(10,10,10,.93) 0%,rgba(10,10,10,.72) 39%,rgba(10,10,10,.12) 78%),linear-gradient(0deg,rgba(10,10,10,.68),transparent 45%); }
.intro__top { position:absolute; z-index:2; top:0; left:0; right:0; display:flex; align-items:center; justify-content:space-between; padding:30px 42px; border-bottom:1px solid rgba(255,255,255,.16); }
.wordmark { font-size:12px; font-weight:700; letter-spacing:.2em; }
.wordmark i { display:inline-block; width:5px; height:5px; margin:0 11px 2px; background:var(--red); transform:rotate(45deg); }
.text-button { border:0; background:transparent; text-transform:uppercase; letter-spacing:.13em; font-size:11px; cursor:pointer; opacity:.82; }
.text-button:hover { opacity:1; }
.intro__content { position:relative; z-index:1; width:min(790px,72vw); margin:auto 0 8vh 9vw; padding-top:130px; }
.kicker { display:flex; align-items:center; gap:12px; margin:0 0 26px; text-transform:uppercase; letter-spacing:.21em; font-size:10px; font-weight:700; color:#d8d2c8; }
.kicker span { width:36px; height:1px; background:var(--red); }
.intro h1 { margin:0; font-family:Georgia, 'Times New Roman', serif; font-size:clamp(66px,9.7vw,146px); font-weight:400; line-height:.78; letter-spacing:-.065em; }
.intro h1 em { color:#c9bfb0; font-weight:400; }
.intro__lead { max-width:600px; margin:38px 0 32px; padding-left:2px; font-family:Georgia, 'Times New Roman', serif; font-size:clamp(17px,1.55vw,23px); line-height:1.55; color:#d4cec4; }
.start-button { display:flex; align-items:center; justify-content:space-between; gap:35px; min-width:300px; border:1px solid rgba(255,255,255,.42); background:rgba(22,22,22,.32); padding:17px 18px 17px 23px; text-transform:uppercase; letter-spacing:.14em; font-size:10px; font-weight:700; cursor:pointer; transition:.25s; }
.start-button b { display:grid; place-items:center; width:37px; height:37px; background:var(--red); font-size:18px; }
.start-button:hover { background:var(--bone); color:#171717; border-color:var(--bone); transform:translateY(-2px); }
.intro__meta { display:flex; gap:28px; margin-top:30px; color:#aaa49b; text-transform:uppercase; font-size:9px; letter-spacing:.14em; }
.intro__meta span+span:before { content:'·'; margin-right:28px; color:var(--red); }
.intro__credit { position:absolute; z-index:2; right:35px; bottom:28px; margin:0; writing-mode:vertical-rl; transform:rotate(180deg); text-transform:uppercase; font-size:8px; letter-spacing:.17em; color:rgba(255,255,255,.55); }

.tour { min-height:100vh; background:#181818; color:var(--bone); --header:74px; --rail:248px; }
.tour__header { position:fixed; z-index:40; top:0; left:0; right:0; height:var(--header); background:#171717; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; padding:0 24px; }
.brand { display:flex; align-items:center; gap:13px; border:0; background:transparent; text-align:left; cursor:pointer; font-family:Georgia, 'Times New Roman', serif; font-size:16px; }
.brand__mark { display:grid; place-items:center; width:36px; height:36px; border:1px solid rgba(255,255,255,.35); color:#d4cac0; font-size:19px; }
.brand small { display:block; margin-top:3px; color:#918b83; font-family:Arial,sans-serif; font-size:7px; text-transform:uppercase; letter-spacing:.18em; }
.header-actions { display:flex; gap:7px; }
.icon-button { height:35px; min-width:37px; border:1px solid rgba(255,255,255,.2); background:transparent; font-size:11px; cursor:pointer; transition:.2s; }
.icon-button:hover,.icon-button[aria-pressed="true"] { background:var(--bone); color:#171717; }
.mobile-menu { display:none; padding:0 12px; text-transform:uppercase; letter-spacing:.1em; }
.progress { position:absolute; left:0; right:0; bottom:-1px; height:2px; background:transparent; }
.progress span { display:block; height:100%; background:var(--red); transition:width .4s ease; }

.rail { position:fixed; z-index:35; left:0; top:var(--header); bottom:0; width:var(--rail); background:#141414; border-right:1px solid var(--line); display:flex; flex-direction:column; }
.rail__heading { display:flex; justify-content:space-between; align-items:center; padding:22px 25px 15px; color:#817b74; text-transform:uppercase; font-size:8px; font-weight:700; letter-spacing:.2em; }
.rail__heading button { display:none; border:0; background:transparent; font-size:24px; cursor:pointer; }
.rail nav { flex:1; overflow:auto; padding:0 10px 16px; }
.rail nav button { position:relative; width:100%; display:grid; grid-template-columns:30px 1fr; align-items:center; gap:7px; padding:10px 12px; border:0; border-left:2px solid transparent; background:transparent; text-align:left; cursor:pointer; color:#7d7973; transition:.18s; }
.rail nav button:hover { color:#ddd6cc; background:rgba(255,255,255,.025); }
.rail nav button.active { color:var(--bone); background:rgba(255,255,255,.045); border-left-color:var(--red); }
.rail nav button span { font-family:Georgia,serif; font-size:10px; color:#625e58; }
.rail nav button.active span { color:#c45b54; }
.rail nav button b { font-size:11px; font-weight:500; line-height:1.2; }
.rail__footer { padding:16px 24px 22px; border-top:1px solid var(--line); color:#77716a; font-family:Georgia,serif; font-size:13px; }
.rail__footer span { color:var(--bone); font-size:27px; }

.experience { margin-left:var(--rail); padding-top:var(--header); }
.stage { position:relative; height:calc(100svh - var(--header)); min-height:520px; overflow:hidden; display:grid; place-items:center; background:#0b0b0b; }
.stage__blur { position:absolute; inset:-30px; width:calc(100% + 60px); height:calc(100% + 60px); object-fit:cover; filter:blur(30px) brightness(.29) saturate(.6); transform:scale(1.08); }
.stage__photo { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; z-index:1; }
.stage__shade { position:absolute; z-index:2; inset:0; pointer-events:none; background:linear-gradient(90deg,rgba(0,0,0,.42),transparent 34%,transparent 70%,rgba(0,0,0,.32)),linear-gradient(0deg,rgba(0,0,0,.69),transparent 42%); }
.stage__caption { position:absolute; z-index:4; left:42px; bottom:36px; max-width:620px; }
.stage__caption span { display:block; margin-bottom:9px; color:#d2c8bc; text-transform:uppercase; letter-spacing:.19em; font-size:8px; font-weight:700; }
.stage__caption h1 { margin:0; font-family:Georgia,serif; font-size:clamp(27px,3.4vw,54px); font-weight:400; line-height:1.05; text-shadow:0 2px 16px #000; }
.photo-arrow { position:absolute; z-index:5; top:50%; width:44px; height:70px; border:1px solid rgba(255,255,255,.2); background:rgba(10,10,10,.3); backdrop-filter:blur(6px); cursor:pointer; font-size:19px; opacity:.74; transition:.2s; }
.photo-arrow:hover { opacity:1; background:var(--red); }
.photo-arrow--left { left:21px; }.photo-arrow--right { right:21px; }
.photo-counter { position:absolute; z-index:5; right:33px; bottom:32px; font-family:Georgia,serif; font-size:11px; color:#9f9890; }
.photo-counter b { font-size:24px; color:var(--bone); font-weight:400; }
.enlarge { position:absolute; z-index:5; top:21px; right:23px; height:37px; padding:0 13px; border:1px solid rgba(255,255,255,.25); background:rgba(10,10,10,.35); backdrop-filter:blur(8px); text-transform:uppercase; letter-spacing:.13em; font-size:8px; cursor:pointer; }
.enlarge span { margin-left:6px; }
.hotspot { position:absolute; z-index:7; width:42px; height:42px; border:0; border-radius:50%; background:transparent; transform:translate(-50%,-50%); cursor:pointer; }
.hotspot i,.hotspot:before { content:''; position:absolute; inset:4px; border:1px solid rgba(255,255,255,.8); border-radius:50%; animation:pulse 2.3s infinite; }
.hotspot:before { inset:-5px; border-color:rgba(255,255,255,.25); animation-delay:.4s; }
.hotspot b { position:relative; z-index:2; display:grid; place-items:center; width:100%; height:100%; border-radius:50%; background:var(--red); font-size:17px; font-weight:400; box-shadow:0 2px 16px #000; }
.hotspot-card { position:absolute; z-index:8; width:min(310px,75vw); padding:20px 23px 22px; background:rgba(21,21,21,.94); border-top:2px solid var(--red); box-shadow:0 18px 55px rgba(0,0,0,.45); backdrop-filter:blur(12px); }
.hotspot-card>button { position:absolute; top:7px; right:9px; border:0; background:transparent; font-size:21px; color:#8f8982; cursor:pointer; }
.hotspot-card>span { color:#b35550; text-transform:uppercase; letter-spacing:.18em; font-size:8px; font-weight:700; }
.hotspot-card h2 { margin:10px 0 8px; font:400 23px/1.1 Georgia,serif; }
.hotspot-card p { margin:0; color:#c0bab1; font:14px/1.55 Georgia,serif; }

.lower { background:var(--paper); color:#1a1a1a; }
.thumbnails { display:flex; gap:5px; padding:13px 20px; border-bottom:1px solid rgba(0,0,0,.14); overflow-x:auto; }
.thumbnails button { flex:0 0 88px; height:54px; padding:0; border:2px solid transparent; background:#222; opacity:.55; cursor:pointer; overflow:hidden; transition:.18s; }
.thumbnails button.active { border-color:var(--red); opacity:1; }
.thumbnails img { width:100%; height:100%; object-fit:cover; }
.story { display:grid; grid-template-columns:120px 1fr; max-width:1040px; margin:0 auto; padding:70px 45px 57px; }
.story__number { color:rgba(32,29,26,.18); font:76px/1 Georgia,serif; }
.story__copy { max-width:780px; }
.story__summary { margin:0 0 27px!important; font:400 clamp(26px,3vw,42px)/1.18 Georgia,serif!important; letter-spacing:-.025em; color:#1b1a18!important; }
.story__copy>p { max-width:700px; margin:0; color:#4d4943; font:16px/1.72 Georgia,serif; }
.reflection { display:grid; grid-template-columns:150px 1fr; gap:24px; max-width:700px; margin-top:38px; padding-top:24px; border-top:1px solid rgba(0,0,0,.17); }
.reflection span { padding-top:3px; color:var(--red); text-transform:uppercase; letter-spacing:.15em; font-size:8px; font-weight:700; }
.reflection p { margin:0; color:#393631; font-size:13px; line-height:1.55; }
.scene-nav { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid rgba(0,0,0,.15); border-bottom:1px solid rgba(0,0,0,.15); }
.scene-nav button { min-height:112px; display:grid; grid-template-columns:42px 1fr; grid-template-rows:1fr 1fr; align-items:end; gap:0 12px; padding:25px 32px; border:0; background:transparent; color:#1d1c19; text-align:left; cursor:pointer; }
.scene-nav button+button { border-left:1px solid rgba(0,0,0,.15); }
.scene-nav button:hover:not(:disabled) { background:#d9d0c3; }
.scene-nav button:disabled { opacity:.35; cursor:default; }
.scene-nav span { grid-row:1/3; align-self:center; font-size:25px; color:var(--red); }
.scene-nav small { align-self:end; text-transform:uppercase; color:#777068; font-size:8px; letter-spacing:.15em; }
.scene-nav b { align-self:start; font:400 21px/1.2 Georgia,serif; }
.scene-nav__next { grid-template-columns:1fr 42px!important; text-align:right!important; }
.scene-nav__next span { grid-column:2; }
.scene-nav__next small,.scene-nav__next b { grid-column:1; }
footer { display:flex; justify-content:space-between; gap:20px; padding:25px 30px 40px; color:#777068; text-transform:uppercase; letter-spacing:.13em; font-size:7px; }

.modal-backdrop,.lightbox { position:fixed; z-index:100; inset:0; display:grid; place-items:center; background:rgba(5,5,5,.86); backdrop-filter:blur(10px); padding:20px; }
.modal { position:relative; width:min(680px,95vw); max-height:88vh; overflow:auto; padding:50px 55px; background:#e7e0d4; color:#24211e; border-top:4px solid var(--red); box-shadow:0 25px 90px #000; }
.modal__close { position:absolute; top:16px; right:19px; border:0; background:transparent; color:#56504a; font-size:25px; cursor:pointer; }
.modal .kicker { color:#746e66; margin-bottom:24px; }
.modal h2 { margin:0 0 24px; font:400 36px/1.08 Georgia,serif; letter-spacing:-.025em; }
.modal>p { color:#504a44; font:15px/1.65 Georgia,serif; }
.modal__facts { display:flex; margin:29px 0; border-block:1px solid rgba(0,0,0,.15); }
.modal__facts span { flex:1; padding:18px 8px; text-transform:uppercase; font-size:8px; letter-spacing:.1em; color:#756e66; }
.modal__facts span+span { border-left:1px solid rgba(0,0,0,.15); text-align:center; }
.modal__facts b { display:block; margin-bottom:3px; color:#1f1d1b; font:400 29px Georgia,serif; }
.modal__action { padding:14px 20px; border:0; background:var(--red); color:#fff; text-transform:uppercase; letter-spacing:.14em; font-size:9px; cursor:pointer; }
.lightbox { display:flex; flex-direction:column; }
.lightbox img { max-width:93vw; max-height:84vh; object-fit:contain; box-shadow:0 20px 75px #000; }
.lightbox>button { position:fixed; top:20px; right:25px; z-index:2; border:0; background:transparent; color:#fff; font-size:32px; cursor:pointer; }
.lightbox p { margin:11px 0 0; color:#aaa39b; font-size:10px; text-transform:uppercase; letter-spacing:.14em; }

.is-focus .rail { transform:translateX(-100%); }.is-focus .experience { margin-left:0; }.is-focus .tour__header .brand small { display:none; }
.is-contrast { --paper:#fff; --bone:#fff; --red:#ff3b30; }.is-contrast .stage__blur { filter:blur(28px) brightness(.2) grayscale(1); }

@keyframes slowZoom { from{transform:scale(1.02)} to{transform:scale(1.09)} }
@keyframes pulse { 0%,100%{transform:scale(.86);opacity:.35} 50%{transform:scale(1.18);opacity:1} }

@media (max-width:900px) {
  .tour { --rail:210px; }
  .rail nav button { padding:8px 8px; }.rail nav button b { font-size:10px; }
  .story { grid-template-columns:78px 1fr; padding-inline:30px; }.story__number { font-size:55px; }
}
@media (max-width:720px) {
  .intro__top { padding:23px 20px; }.intro__content { width:auto; margin:auto 24px 8vh; padding-top:105px; }
  .intro h1 { font-size:clamp(62px,22vw,100px); }.intro__lead { font-size:17px; margin-top:29px; }.intro__meta { flex-wrap:wrap; gap:10px 18px; }.intro__meta span+span:before{margin-right:18px}.intro__credit{display:none}
  .tour { --header:64px; }.brand { font-size:13px; }.brand__mark { width:32px; height:32px; }.brand small { display:none; }.mobile-menu{display:block}.icon-button[title="Tryb skupienia"]{display:none}
  .rail { width:min(330px,88vw); transform:translateX(-100%); transition:.25s; box-shadow:15px 0 60px rgba(0,0,0,.5); }.rail.is-open { transform:translateX(0); }.rail__heading button { display:block; }
  .experience { margin-left:0; }.stage { height:72svh; min-height:470px; }.stage__caption { left:24px; bottom:27px; right:65px; }.stage__caption h1 { font-size:31px; }.photo-arrow { width:38px; height:58px; }.photo-arrow--left{left:8px}.photo-arrow--right{right:8px}.enlarge span{display:none}.photo-counter{right:19px;bottom:22px}
  .story { grid-template-columns:1fr; padding:46px 23px 40px; }.story__number { font-size:40px; margin-bottom:18px; }.story__summary { font-size:29px!important; }.reflection { grid-template-columns:1fr; gap:9px; }
  .scene-nav { grid-template-columns:1fr; }.scene-nav button+button { border-left:0; border-top:1px solid rgba(0,0,0,.15); }.scene-nav button { padding:21px 23px; min-height:100px; }.scene-nav b { font-size:18px; }
  footer { flex-direction:column; }.modal { padding:43px 25px 32px; }.modal h2 { font-size:30px; }.modal__facts { flex-wrap:wrap; }
}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.noscript { max-width:760px; margin:80px auto; padding:30px; background:#e7e0d4; color:#171717; font:18px/1.6 Georgia,serif; }
