@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--paper:#fafaf7;--ink:#171717;--blue:#2557d6;--coral:#ff5c45;--yellow:#e7e342;--grey:#efefed;--line:#d8d8d4;--green:#b8e84d;--violet:#8567d9;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(250,250,247,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav{height:78px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:12px;font-family:Space Grotesk;font-size:18px;font-weight:700;line-height:.85}.brand img{width:38px}.menu{display:flex;gap:27px;margin-left:auto;font-weight:600;font-size:14px}.menu a:hover{color:var(--blue)}.menu-button{display:none;background:none;border:0;font-size:24px}.hero{padding:72px 0 52px;border-bottom:1px solid var(--line)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800}.hero h1,.page-hero h1{font-family:Space Grotesk;font-size:clamp(54px,8.8vw,124px);line-height:.86;letter-spacing:-.065em;margin:22px 0 40px;max-width:1050px}.accent{color:var(--blue)}.search{display:grid;grid-template-columns:1fr auto;border:3px solid var(--ink);background:white;max-width:980px}.search input{border:0;padding:24px 28px;font-size:clamp(18px,2vw,25px);min-width:0}.search button,.button{border:0;background:var(--blue);color:white;padding:18px 28px;font-weight:800;cursor:pointer}.quick{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.chip,.filter{border:1px solid var(--ink);background:transparent;padding:10px 15px;font-weight:700;cursor:pointer}.chip:hover,.filter.active{background:var(--ink);color:white}.section{padding:84px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px;border-bottom:2px solid var(--ink);padding-bottom:16px}.section h2{font-family:Space Grotesk;font-size:clamp(38px,5.5vw,74px);line-height:.92;letter-spacing:-.045em;margin:0}.poster-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}.poster{min-height:420px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--ink);transition:transform .2s}.poster:hover{transform:translateY(-5px)}.poster.blue{background:var(--blue);color:white}.poster.coral{background:var(--coral)}.poster.yellow{background:var(--yellow)}.poster.grey{background:var(--grey)}.poster .number{font:700 62px/1 Space Grotesk}.poster h3{font:700 clamp(31px,4vw,54px)/.92 Space Grotesk;letter-spacing:-.04em;margin:12px 0}.poster small{font-weight:800;text-transform:uppercase;letter-spacing:.12em}.cities{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.city{padding:28px 20px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);font:700 24px Space Grotesk}.city:hover{background:var(--blue);color:white}.themes{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.theme{min-height:180px;padding:24px;border:1px solid var(--ink);font:700 clamp(28px,4vw,52px)/.95 Space Grotesk;display:flex;align-items:flex-end}.theme:nth-child(1){background:var(--blue);color:white}.theme:nth-child(2){background:var(--coral)}.theme:nth-child(3){background:var(--green)}.theme:nth-child(4){background:var(--yellow)}.theme:nth-child(5){background:var(--violet);color:white}.planner{background:var(--ink);color:white}.planner-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.choice-label{margin:25px 0 10px;color:#aaa;font-weight:700}.planner .filter{color:white;border-color:#777;margin:0 7px 8px 0}.planner .filter.active{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.inspire-result{margin-top:20px;color:var(--yellow);font-weight:800}.directory{display:grid;grid-template-columns:280px 1fr;gap:36px}.filters{border-right:1px solid var(--line);padding-right:26px}.filter-group{border-top:1px solid var(--line);padding:20px 0}.filter-group h3{font:700 17px Space Grotesk}.filter-group label{display:block;margin:11px 0}.viewbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.views button{padding:10px 16px;border:1px solid var(--ink);background:none}.views button.active{background:var(--ink);color:white}.result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.result-card{min-height:270px;border:1px solid var(--ink);padding:22px;display:flex;flex-direction:column;justify-content:space-between}.result-card h3{font:700 34px/1 Space Grotesk;margin:10px 0}.result-card:nth-child(3n+1){background:var(--grey)}.map-placeholder{display:none;min-height:560px;background:linear-gradient(130deg,#dce1df,#f4f1e9);position:relative;place-items:center;font:700 36px Space Grotesk}.map-mode .result-grid{display:none}.map-mode .map-placeholder{display:grid}.page-hero{padding:70px 0 50px}.page-hero h1{max-width:1000px}.page-intro{font-size:20px;max-width:750px;line-height:1.6}.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ink)}.stat{padding:25px;border-right:1px solid var(--ink)}.stat:last-child{border:0}.stat strong{display:block;font:700 38px Space Grotesk}.museum-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}.visual{min-height:500px;background:var(--blue);padding:30px;color:white;display:flex;align-items:end;font:700 62px/1 Space Grotesk}.facts{border:1px solid var(--ink)}.fact{display:flex;justify-content:space-between;gap:20px;padding:16px 20px;border-bottom:1px solid var(--line)}.fact:last-child{border:0}.placeholder{color:#777}.three-reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ink);border:1px solid var(--ink)}.reason{background:var(--paper);padding:30px;min-height:210px}.reason span{font:700 48px Space Grotesk;color:var(--blue)}.footer{background:var(--blue);color:white;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px}.footer a{display:block;margin:9px 0}.footer .brand{font-size:26px}.legal{margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.4);font-size:12px}@media(max-width:850px){.menu-button{display:block;margin-left:auto}.menu{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:24px;flex-direction:column;border-bottom:1px solid var(--ink)}.menu.open{display:flex}.hero{padding-top:45px}.poster-grid,.themes,.planner-grid,.museum-layout{grid-template-columns:1fr}.poster{min-height:310px}.cities{grid-template-columns:repeat(2,1fr)}.directory{grid-template-columns:1fr}.filters{border-right:0;border-bottom:1px solid var(--line)}.stats,.three-reasons{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.wrap{width:min(var(--max),calc(100% - 24px))}.nav{height:66px}.menu{top:66px}.hero h1,.page-hero h1{font-size:50px}.search{grid-template-columns:1fr}.search button{min-height:58px}.cities,.result-grid,.stats,.three-reasons,.footer-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--ink)}.section{padding:58px 0}.visual{min-height:330px;font-size:42px}}
