:root {
  color-scheme: light;
  --ink: #142327;
  --muted: #617074;
  --paper: #fff8e9;
  --white: #fffdf8;
  --navy: #082f39;
  --blue: #2679c7;
  --sky: #80d3dc;
  --red: #d52b43;
  --gold: #f4bd45;
  --green: #4f8467;
  --violet: #8b6aa2;
  --peach: #f19a6b;
  --line: rgba(20, 35, 39, .14);
  --shadow: 0 26px 76px rgba(8, 47, 57, .18);
  --max: 1160px;
  --radius: 30px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
p, h1, h2, h3 { margin: 0; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.serif { font-family: "Playfair Display", Georgia, serif; }

.ownership {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 44px);
  padding: 10px 18px;
  background: #061f27;
  color: white;
  font-size: clamp(.62rem, 1.2vw, .78rem);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ownership .luxury { font-family: "Playfair Display", Georgia, serif; font-weight: 700; }
.ownership .costsaver { letter-spacing: .04em; text-transform: none; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(8,47,57,.94);
  color: white;
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: min(var(--max), calc(100% - 30px));
  min-height: 64px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-brand {
  flex: 0 0 auto;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: .95;
}
.nav-brand span { display: block; margin-top: 4px; color: var(--gold); font-size: .59rem; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 11px;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--gold); color: var(--ink); }

.hero {
  min-height: calc(100svh - 110px);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  color: white;
  background: var(--navy);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-image) var(--hero-position, center) / cover no-repeat;
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.025);
  animation: heroSettle 16s var(--ease) forwards;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4,29,36,.84) 0%, rgba(4,29,36,.55) 43%, rgba(4,29,36,.08) 76%), linear-gradient(0deg, rgba(4,29,36,.5), transparent 52%);
}
@keyframes heroSettle { from { transform: scale(1.055); } to { transform: scale(1); } }
.home-hero { --hero-image: url("hero-zagreb-pre-stays.jpg"); --hero-position: center 48%; }
.plan-hero { --hero-image: url("cvjetni-trg.jpg"); --hero-position: center; min-height: 70svh; }
.discover-hero { --hero-image: url("hnk-zagreb.jpg"); --hero-position: center 45%; min-height: 70svh; }
.move-hero { --hero-image: url("zagreb-tram.jpg"); --hero-position: center; min-height: 70svh; }
.hero-inner { padding: 76px 0 64px; }
.hero-top { position: absolute; inset: 22px 0 auto; z-index: 1; }
.hero-top .wrap { display: flex; justify-content: space-between; align-items: center; }
.city-chip, .share {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(8,47,57,.62);
  color: white;
  padding: 0 14px;
  font: 900 .7rem/1 "DM Sans", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.share { cursor: pointer; }
.eyebrow { color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
.hero h1 {
  max-width: 1020px;
  margin-top: 12px;
  font-size: clamp(5.4rem, 14vw, 13.5rem);
  font-weight: 900;
  line-height: .74;
  letter-spacing: -.07em;
  text-transform: uppercase;
  text-shadow: 0 14px 42px rgba(0,0,0,.34);
}
.hero h1 span { display: block; }
.hero h1 em { color: var(--gold); font-family: "Playfair Display", Georgia, serif; font-weight: 800; text-transform: none; }
.hero-subtitle { max-width: 760px; margin-top: 22px; color: #ffd860; font: italic 700 clamp(1.45rem, 3.4vw, 3rem)/1.08 "Playfair Display", Georgia, serif; }
.hero-copy { max-width: 620px; margin-top: 15px; color: rgba(255,255,255,.86); line-height: 1.65; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--gold);
  color: var(--ink);
  text-decoration: none;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.ghost { border-color: rgba(255,255,255,.48); background: rgba(8,47,57,.66); color: white; }
.button.red { background: var(--red); color: white; }
.button.blue { background: var(--blue); color: white; }
.ticker { overflow: hidden; border-bottom: 8px solid var(--red); background: var(--gold); color: var(--ink); }
.ticker-track { width: max-content; display: flex; animation: ticker 34s linear infinite; }
.ticker span { padding: 14px 0 13px; font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.ticker i { padding: 0 15px; color: var(--red); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

section { padding: clamp(72px, 9vw, 126px) 0; }
.section-head { max-width: 980px; margin-bottom: 38px; }
.section-head.split-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 36px; max-width: none; }
.section-head h2, .feature-copy h2, .story-copy h2 {
  margin-top: 10px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.section-head h2 em, .feature-copy h2 em, .story-copy h2 em { color: var(--red); font-family: "Playfair Display", Georgia, serif; font-weight: 800; text-transform: none; }
.section-head > p:last-child { max-width: 740px; margin-top: 18px; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.section-head.split-head > p:last-child { margin-top: 0; }

.weather { padding: 26px 0; background: linear-gradient(90deg, var(--sky), #b8e5ae 48%, #ffe36b); }
.weather-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; align-items: center; }
.weather-title h2 { margin-top: 5px; font: 800 clamp(1.8rem,3vw,3rem)/1 "Playfair Display", Georgia, serif; }
.weather-days { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.weather-day { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.75); }
.weather-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); font-size: 1.35rem; }
.weather-day h3 { font-size: .75rem; text-transform: uppercase; }
.weather-range { margin-top: 3px; font-size: 1.35rem; font-weight: 900; }
.weather-range span { color: var(--muted); font-size: .9rem; }
.weather-meta { margin-top: 2px; color: var(--muted); font-size: .75rem; }

.orientation { background: linear-gradient(135deg, #f6ce55, #ee8f65 46%, #83d4dc); }
.map-shell { overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.map-shell img { aspect-ratio: 2106/1408; object-fit: cover; }
.map-key { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-top: 16px; }
.map-key a { min-height: 54px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.76); text-decoration: none; font-size: .73rem; font-weight: 900; }
.map-key b { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: .68rem; }
.map-key a:first-child b { background: var(--red); color: white; }

.directory { background: var(--paper); }
.directory-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.directory-card { min-height: 560px; position: relative; display: flex; align-items: flex-end; overflow: hidden; border-radius: 26px; color: white; text-decoration: none; box-shadow: var(--shadow); }
.directory-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.directory-card:hover img { transform: scale(1.04); }
.directory-card::after { content: ""; position: absolute; inset: 20% 0 0; background: linear-gradient(transparent, rgba(5,29,36,.96)); }
.directory-copy { position: relative; z-index: 1; padding: 26px; }
.directory-copy small { color: var(--gold); font-size: .67rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.directory-copy h3 { margin-top: 7px; font-size: clamp(2.2rem,4vw,3.6rem); line-height: .92; letter-spacing: -.05em; }
.directory-copy p { margin-top: 13px; color: #d9e8e8; font-size: .9rem; line-height: 1.55; }
.directory-copy strong { display: inline-block; margin-top: 18px; padding-bottom: 3px; border-bottom: 2px solid var(--gold); font-size: .7rem; text-transform: uppercase; }

.arrival { background: #fff5d5; }
.feature-split { display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; border-radius: 34px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.feature-photo { min-height: 690px; position: relative; }
.feature-photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.feature-copy { align-self: center; padding: clamp(30px,5vw,62px); }
.feature-copy .eyebrow { color: var(--gold); }
.feature-copy h2 em { color: var(--gold); }
.feature-copy > p:not(.eyebrow) { margin-top: 20px; color: #d5e7e7; line-height: 1.7; }
.rituals { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 24px; }
.rituals div { padding: 15px; border-radius: 14px; background: rgba(255,255,255,.08); }
.rituals b { display: block; color: var(--gold); font-size: 1.7rem; }
.rituals span { display: block; margin-top: 5px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }

.rhythm { background: linear-gradient(135deg, #75d3db, #82c98c 46%, #f3ca51); }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.plan-card { min-height: 360px; display: flex; flex-direction: column; padding: 28px; border-radius: 25px; box-shadow: 0 18px 50px rgba(8,47,57,.14); }
.plan-card:nth-child(1) { background: #fff8e9; }
.plan-card:nth-child(2) { background: #f49a78; }
.plan-card:nth-child(3) { background: #9073a7; color: white; }
.plan-card time { font-size: clamp(3rem,6vw,5.7rem); font-weight: 900; line-height: .8; letter-spacing: -.06em; }
.plan-card h3 { margin-top: 26px; font: 800 1.6rem/1.08 "Playfair Display", Georgia, serif; }
.plan-card p { margin-top: 13px; line-height: 1.62; }
.plan-card a { align-self: flex-start; margin-top: auto; padding-top: 20px; font-size: .7rem; font-weight: 900; text-transform: uppercase; text-underline-offset: 4px; }

.tour-context { background: linear-gradient(135deg, #082f39, #174d59 55%, #533b67); color: white; }
.tour-context .section-head > p:last-child { color: #c7dcdd; }
.context-split { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 32px; background: #fff8e9; color: var(--ink); }
.context-image { min-height: 620px; position: relative; }
.context-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.context-copy { padding: clamp(28px,5vw,58px); }
.context-copy h3 { margin-top: 10px; font-size: clamp(2.5rem,5vw,4.8rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.context-copy > p { margin-top: 18px; color: var(--muted); line-height: 1.68; }
.route-list { margin: 24px 0 0; padding: 0; list-style: none; }
.route-list li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; padding: 14px 0; border-top: 1px solid var(--line); line-height: 1.5; }
.route-list b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: .72rem; }

.moods { background: #fff7e7; }
.mood-grid, .place-grid { display: grid; grid-template-columns: repeat(2,1fr); align-items: start; gap: 16px; }
details.image-card { overflow: hidden; border-radius: 25px; background: white; box-shadow: 0 18px 48px rgba(8,47,57,.12); }
details.image-card summary { min-height: 370px; position: relative; display: flex; align-items: flex-end; cursor: pointer; }
details.image-card summary img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
details.image-card:hover summary img { transform: scale(1.035); }
details.image-card summary::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(transparent, rgba(4,29,36,.94)); }
.card-title { position: relative; z-index: 1; padding: 24px; color: white; }
.card-title small { display: block; color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.card-title strong { display: block; margin-top: 6px; font: 800 clamp(1.8rem,3.4vw,3.2rem)/1 "Playfair Display", Georgia, serif; }
.plus { position: absolute; z-index: 2; top: 17px; right: 17px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--ink); font-size: 1.3rem; font-weight: 900; transition: transform .25s ease; }
details[open] .plus { transform: rotate(45deg); }
.card-body { padding: 26px; border-top: 8px solid var(--red); }
details.image-card:nth-child(2) .card-body { border-color: var(--gold); }
details.image-card:nth-child(3) .card-body { border-color: var(--blue); }
details.image-card:nth-child(4) .card-body { border-color: var(--violet); }
.card-body p { color: var(--muted); line-height: 1.68; }
.card-body p + p { margin-top: 12px; }
.card-body .actions { margin-top: 18px; }

.horseshoe { background: linear-gradient(145deg, #ef7890, #f7a152 46%, #f7d95b); }
.story-card { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border-radius: 34px; background: #fff9e9; box-shadow: var(--shadow); }
.story-photo { min-height: 700px; }
.story-photo img { height: 100%; object-fit: cover; }
.story-copy { align-self: center; padding: clamp(30px,5vw,62px); }
.story-copy h2 em { color: var(--green); }
.story-copy > p { margin-top: 19px; color: var(--muted); line-height: 1.7; }
.story-line { margin-top: 24px; padding: 19px 21px; border-left: 7px solid var(--red); background: #ffe3ca; font: italic 700 clamp(1.2rem,2.3vw,1.7rem)/1.45 "Playfair Display", Georgia, serif; }
.park-key { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 22px; }
.park-key span { padding: 13px 8px; border-radius: 13px; background: #dff0e3; text-align: center; font-size: .68rem; font-weight: 900; text-transform: uppercase; }

.mirogoj { min-height: 760px; position: relative; display: flex; align-items: flex-end; isolation: isolate; color: white; }
.mirogoj::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("mirogoj-cemetery.jpg") center / cover; }
.mirogoj::after { content: ""; position: absolute; inset: 25% 0 0; z-index: -1; background: linear-gradient(transparent, rgba(5,31,38,.92)); }
.mirogoj-copy { max-width: 730px; padding-bottom: 20px; }
.mirogoj h2 { margin-top: 12px; font-size: clamp(4rem,9vw,8.5rem); line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.mirogoj h2 em { color: var(--gold); font-family: "Playfair Display", Georgia, serif; text-transform: none; }
.mirogoj p:not(.eyebrow) { margin-top: 20px; color: #d7e6e6; line-height: 1.7; }

.tram-story { background: #fff5d5; }
.tram-panel { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 34px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.tram-photo { min-height: 610px; }
.tram-photo img { height: 100%; object-fit: cover; }
.tram-copy { align-self: center; padding: clamp(30px,5vw,60px); }
.tram-copy h2 { margin-top: 10px; font-size: clamp(3rem,6vw,5.8rem); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.tram-copy h2 em { color: var(--gold); font-family: "Playfair Display", Georgia, serif; text-transform: none; }
.tram-copy > p { margin-top: 18px; color: #d4e6e6; line-height: 1.7; }
.tram-routes { margin-top: 23px; display: grid; gap: 10px; }
.tram-route { padding: 15px; border-radius: 15px; background: rgba(255,255,255,.08); }
.tram-route strong { display: flex; align-items: center; gap: 10px; color: var(--gold); }
.tram-route strong b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; }
.tram-route p { margin-top: 7px; color: #d4e6e6; font-size: .86rem; line-height: 1.5; }

.tickets { background: linear-gradient(135deg, #77d3dc, #93d08d 48%, #f4cb4d); }
.ticket-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.ticket-card { min-height: 300px; padding: 27px; border-radius: 25px; background: white; box-shadow: 0 18px 48px rgba(8,47,57,.13); }
.ticket-card:nth-child(2) { background: #fff0c5; }
.ticket-card:nth-child(3) { background: #eea07d; }
.ticket-card b { display: block; font-size: clamp(3rem,5vw,5rem); line-height: .85; letter-spacing: -.06em; }
.ticket-card h3 { margin-top: 20px; font: 800 1.55rem/1.08 "Playfair Display", Georgia, serif; }
.ticket-card p { margin-top: 12px; color: var(--muted); line-height: 1.6; }

.airport { background: #fff8e9; }
.practical-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.practical-card { min-height: 310px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.practical-card:nth-child(3n+2) { background: #e6f2ef; }
.practical-card:nth-child(3n) { background: #fff0c9; }
.practical-card .icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 1.3rem; }
.practical-card h3 { margin-top: 20px; font: 800 1.55rem/1.08 "Playfair Display", Georgia, serif; }
.practical-card p { margin-top: 12px; color: var(--muted); line-height: 1.6; }
.practical-card a { align-self: flex-start; margin-top: auto; padding-top: 18px; color: var(--blue); font-size: .7rem; font-weight: 900; text-transform: uppercase; text-underline-offset: 4px; }

.page-next { padding: 24px 0; background: var(--red); color: white; }
.page-next .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.page-next p { font: italic 700 1.1rem/1.4 "Playfair Display", Georgia, serif; }
.page-next a { flex: 0 0 auto; padding: 11px 15px; border-radius: 10px; background: white; color: var(--ink); text-decoration: none; font-size: .72rem; font-weight: 900; text-transform: uppercase; }

footer { padding: 42px 0; background: #061f27; color: #c8dcdc; font-size: .8rem; }
footer summary { cursor: pointer; color: white; font-weight: 900; }
.credit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; margin-top: 14px; line-height: 1.55; }
.footer-line { display: flex; justify-content: space-between; gap: 25px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-line p { color: white; font-weight: 900; }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.js [data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav-shell { align-items: flex-start; flex-direction: column; gap: 8px; padding: 11px 0; }
  .nav-links { width: 100%; overflow-x: auto; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .section-head.split-head { grid-template-columns: 1fr; align-items: start; gap: 0; }
  .weather-shell { grid-template-columns: 1fr; }
  .map-key { grid-template-columns: repeat(2,1fr); }
  .directory-grid { grid-template-columns: 1fr 1fr; }
  .directory-card:last-child { grid-column: 1/-1; width: calc(50% - 8px); justify-self: center; }
  .feature-split, .context-split, .story-card, .tram-panel { grid-template-columns: 1fr; }
  .feature-photo, .context-image, .story-photo, .tram-photo { min-height: 500px; }
  .plan-grid, .ticket-grid { grid-template-columns: 1fr 1fr; }
  .plan-card:last-child, .ticket-card:last-child { grid-column: 1/-1; }
  .practical-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .ownership { justify-content: flex-start; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
  .site-nav { position: relative; }
  .nav-links a { padding: 0 10px; }
  .hero { min-height: 690px; }
  .home-hero { --hero-position: 60% center; }
  .plan-hero { --hero-position: 62% center; }
  .discover-hero { --hero-position: 55% center; }
  .move-hero { --hero-position: 53% center; }
  .hero-inner { padding: 92px 0 44px; }
  .hero h1 { font-size: clamp(4.25rem, 20vw, 6.8rem); }
  .hero-subtitle { font-size: 1.5rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .weather-days, .map-key, .directory-grid, .plan-grid, .mood-grid, .place-grid, .ticket-grid, .practical-grid { grid-template-columns: 1fr; }
  .directory-card, .directory-card:last-child { width: 100%; min-height: 470px; grid-column: auto; }
  .map-shell img { width: 155%; max-width: none; transform: translateX(-20%); }
  .feature-photo, .context-image, .story-photo, .tram-photo { min-height: 350px; }
  .rituals, .park-key { grid-template-columns: 1fr; }
  .plan-card:last-child, .ticket-card:last-child { grid-column: auto; }
  details.image-card summary { min-height: 350px; }
  .mirogoj { min-height: 650px; }
  .page-next .wrap, .footer-line { align-items: flex-start; flex-direction: column; }
  .credit-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .ownership, .site-nav, .hero-actions, .share, .ticker, .page-next { display: none; }
  .hero { min-height: 520px; }
  details { break-inside: avoid; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
