/* Atlas 2: continuous canvas, editorial experiences, city navigation. */
body.wrotu-atlas.atlas-v2{--atlas-ink:#193a3d;--atlas-muted:#607172;--atlas-accent:#bc492c;--atlas-paper:#faf9f6;--atlas-line:#dfdfd7;--atlas-sand:#edeadf;--atlas-gutter:clamp(20px,4vw,64px);--atlas-width:1360px;background:var(--atlas-paper);font-size:16px;font-weight:400;line-height:1.7}
body.atlas-v2 #page.site{width:100%;max-width:none;background:transparent;overflow:clip}
body.atlas-v2 #content.site-content{width:calc(100% - 2 * var(--atlas-gutter));max-width:var(--atlas-width);margin:0 auto;padding:40px 0 88px!important;background:transparent!important;border:0;box-shadow:none}
body.atlas-v2 #content .site-content-inner{padding:0!important;background:transparent!important;border:0;min-width:0}
body.atlas-v2.home #content.site-content{padding-top:28px!important}
.atlas-v2 [hidden]{display:none!important}
.atlas-v2 h1,.atlas-v2 h2,.atlas-v2 h3,.atlas-v2 h4{font-weight:700;letter-spacing:-.035em;overflow-wrap:break-word}
body.atlas-v2 .atlas-header{width:100%;max-width:none;margin:0;padding:0;background:transparent;border:0;box-shadow:none}
.atlas-v2 .atlas-header-inner{width:calc(100% - 2 * var(--atlas-gutter));max-width:var(--atlas-width);min-height:106px;padding:0;gap:34px}
.atlas-v2 .atlas-brand>span{font-size:41px;font-weight:800;letter-spacing:-.075em}
.atlas-v2 .atlas-brand small{font-size:12px;font-weight:400;line-height:1.5}
.atlas-v2 .atlas-desktop-nav>a{font-weight:650}
.atlas-v2 .atlas-desktop-nav>a[aria-current=page]::after{width:4px;height:4px;border-radius:50%;left:calc(50% - 2px);right:auto;bottom:0}
.atlas-v2 .atlas-icon-button:hover{background:var(--atlas-sand)}
.atlas-v2 .atlas-language summary,.atlas-v2 .atlas-menu summary{font-weight:650}
.atlas-v2 .atlas-menu-panel{border-radius:20px;padding:28px}
.atlas-v2 .atlas-menu-core a{font-size:25px;font-weight:600}
.atlas-v2 .atlas-eyebrow{font-weight:700}
body.atlas-v2 .atlas-home-area{width:100%;max-width:none;padding:0;margin:0;float:none}
.atlas-v2 .atlas-intro{display:grid;grid-template-columns:.94fr 1.06fr;gap:clamp(32px,4.5vw,78px);align-items:center;margin-bottom:72px}
.atlas-v2 .atlas-intro-copy{padding:22px 0}
.atlas-v2 #atlas-home-title{font-size:clamp(40px,4.3vw,64px);font-weight:650;line-height:1.09;letter-spacing:-.045em;margin:24px 0}
.atlas-v2 .atlas-intro-description{font-size:16px;line-height:1.8;max-width:405px;margin-bottom:30px}
.atlas-v2 .atlas-search-form{min-height:64px;padding:8px 9px 8px 18px;border-radius:14px;box-shadow:0 5px 18px #193a3d04}
.atlas-v2 .atlas-search-form button{width:46px;height:46px;border-radius:10px}
.atlas-v2 .atlas-quick-links{gap:8px 18px;margin-top:16px}
.atlas-v2 .atlas-quick-links>a{border:0;padding:0;min-height:44px;font-size:12px;color:var(--atlas-muted);background:transparent}
.atlas-v2 .atlas-quick-links>a:hover{color:var(--atlas-accent);background:transparent}
.atlas-v2 .atlas-section-heading{border:0;padding-top:0;margin-bottom:28px}
.atlas-v2 .atlas-section-heading h2{font-size:clamp(27px,2.7vw,36px);font-weight:650;margin-top:10px}
.atlas-v2 .atlas-text-link{min-height:44px;font-weight:600}

/* Progressive enhancement: without JS the three cards remain horizontally scrollable. */
.atlas-v2 .atlas-spotlights{min-width:0;min-height:492px;position:relative}
.atlas-v2 .atlas-spotlight-panels{display:flex;overflow:auto;scroll-snap-type:x mandatory;gap:12px;border-radius:24px}
.atlas-v2 .atlas-spotlight-panel{min-width:100%;scroll-snap-align:start}
.atlas-v2 .atlas-spotlights.is-ready .atlas-spotlight-panels{display:block;overflow:hidden}
.atlas-v2 .atlas-spotlight-link{position:relative;display:block;height:400px;overflow:hidden;background:#18393c;color:#fff;text-decoration:none;border-radius:24px;isolation:isolate}
.atlas-v2 .atlas-spotlight-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.atlas-v2 .atlas-spotlight-link:hover .atlas-spotlight-photo{transform:scale(1.035)}
.atlas-v2 .atlas-spotlight-link::after{content:'';position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#071b2224,transparent 28%,#082126e8 100%)}
.atlas-v2 .atlas-spotlight-top{position:absolute;z-index:1;top:24px;left:25px;right:25px;display:flex;justify-content:space-between;align-items:center;gap:12px;color:#fff}
.atlas-v2 .atlas-spotlight-tag{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#faf9f6;color:var(--atlas-ink);border-radius:7px;font-size:11px;font-weight:650}
.atlas-v2 .atlas-spotlight-tag .atlas-icon{width:16px;height:16px}
.atlas-v2 .atlas-spotlight-number{font-size:10px;letter-spacing:.12em}
.atlas-v2 .atlas-spotlight-caption{position:absolute;left:30px;right:30px;bottom:28px;z-index:1;color:#fff;display:grid;grid-template-columns:1fr auto;gap:10px 16px}
.atlas-v2 .atlas-spotlight-place{font-size:clamp(26px,2.6vw,37px);font-weight:650;letter-spacing:-.035em;line-height:1.18;grid-column:1 / -1}
.atlas-v2 .atlas-spotlight-copy{max-width:330px;font-size:13px;line-height:1.65;color:#ffffffe3}
.atlas-v2 .atlas-spotlight-action{display:flex;align-items:center;align-self:end;gap:8px;font-size:11px;white-space:nowrap;min-height:38px}
.atlas-v2 .atlas-spotlight-action .atlas-icon{height:38px;width:38px;border:1px solid #ffffff75;border-radius:50%;padding:9px}
.atlas-v2 .atlas-spotlight-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;min-height:80px}
.atlas-v2 .atlas-spotlight-controls button{display:flex;align-items:center;gap:10px;min-width:0;min-height:80px;padding:10px;border:1px solid transparent;border-radius:12px;box-shadow:none;background:transparent;color:var(--atlas-ink);text-align:left;cursor:pointer}
.atlas-v2 .atlas-spotlight-controls button[aria-selected=true]{background:#fff;border-color:#c6ceca;box-shadow:0 3px 10px #193a3d06}
.atlas-v2 .atlas-spotlight-controls button:hover{background:#fff}
.atlas-v2 .atlas-spotlight-controls img{width:46px;height:52px;object-fit:cover;border-radius:7px;flex-shrink:0}
.atlas-v2 .atlas-spotlight-controls small{display:block;font-size:10px;line-height:1.5;color:var(--atlas-muted);margin-bottom:3px}
.atlas-v2 .atlas-spotlight-controls strong{display:block;font-size:12px;font-weight:650;line-height:1.45}

/* Reading and archive spacing. */
body.atlas-v2 .entry-title,body.atlas-v2 .page-title{font-size:clamp(32px,3.5vw,49px);line-height:1.17;letter-spacing:-.035em;font-weight:650;margin:18px 0 26px}
body.atlas-v2 .entry-title::before,body.atlas-v2 .entry-title::after{display:none}
.atlas-v2 .entry-content{font-size:17px;font-weight:400;line-height:1.85}
.atlas-v2 .entry-content p{margin-bottom:1.4em}
.atlas-v2 .entry-content img,.atlas-v2 .entry-image img,.atlas-v2 .entry-image{border-radius:18px}
.atlas-v2 .entry-meta{border:0;margin:16px 0 25px}
.atlas-v2 .breadcrumb,.atlas-v2 .breadcrumbs{margin-bottom:22px}
.atlas-v2 .table-of-contents,.atlas-v2 .toc{border-radius:16px;padding:22px 25px;margin:28px 0;background:#eeefe8}
body.atlas-v2 .post-card{background:#fff;border-color:#e4e5dc;border-radius:18px;box-shadow:none}
body.atlas-v2 .post-card:hover{border-color:#c5cfc7;box-shadow:0 9px 25px #193a3d06}
.atlas-v2 .post-card__title{font-size:21px;font-weight:650;letter-spacing:-.025em;line-height:1.4}
.atlas-v2 .post-card__description{font-size:15px;line-height:1.75}
body.atlas-v2 .post-card--vertical>.post-card__title{padding:22px 24px 0;margin:0 0 12px}
body.atlas-v2 .post-card--vertical>.post-card__description{padding:0 24px 26px;margin:0}
body.atlas-v2 .post-card--vertical>.post-card__thumbnail{margin:0;overflow:hidden}
.atlas-v2 .post-card__body{padding:24px}
.atlas-v2 .page-header{padding:0 0 15px;margin-bottom:28px;border:0}
.atlas-v2 .scrolltop{display:none}
.atlas-v2 .widget{padding:24px;border-radius:20px;background:transparent;margin-bottom:26px}
body.atlas-v2 .widget .widget-header{padding:0 0 16px;background:transparent;color:var(--atlas-muted);font-size:12px;letter-spacing:.08em;font-weight:650;margin-bottom:18px}

/* The city navigator keeps every existing category URL and every other widget. */
body.atlas-v2 .widget:has(>.atlas-city-nav){padding:0;border:0;background:transparent;border-radius:0}
.atlas-v2 .atlas-city-nav{padding:27px 24px 22px;border-radius:24px;background:var(--atlas-sand)}
.atlas-v2 .atlas-city-nav-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.atlas-v2 .atlas-mini-brand{font-size:28px;line-height:1;font-weight:800;letter-spacing:-.1em}
.atlas-v2 .atlas-mini-brand>span{color:var(--atlas-accent)}
.atlas-v2 .atlas-city-nav-top .atlas-eyebrow{font-size:9px;letter-spacing:.09em}
body.atlas-v2 h2.atlas-city-nav-title{font-size:29px;letter-spacing:-.035em;line-height:1.18;font-weight:650;margin:25px 0 10px}
.atlas-v2 .atlas-city-nav-intro{font-size:13px;line-height:1.7;color:var(--atlas-muted);margin:0 0 23px}
.atlas-v2 .atlas-stop-list{position:relative}
.atlas-v2 .atlas-stop-list::before{content:'';position:absolute;top:24px;bottom:24px;left:19px;width:1px;background:#c8c9b8}
.atlas-v2 .atlas-stop{position:relative;display:flex;align-items:center;gap:12px;padding:14px 0;color:var(--atlas-ink);text-decoration:none;min-height:85px}
.atlas-v2 .atlas-stop-dot{position:relative;display:flex;justify-content:center;align-items:center;flex:0 0 39px;width:39px;height:39px;border:5px solid var(--atlas-sand);border-radius:50%;background:#cc5b3e;color:white;box-sizing:content-box;margin-left:-5px}
.atlas-v2 .atlas-stop-discover .atlas-stop-dot{background:#287273}
.atlas-v2 .atlas-stop-walk .atlas-stop-dot{background:#c29b47;color:#143c3f}
.atlas-v2 .atlas-stop-dot .atlas-icon{width:19px;height:19px}
.atlas-v2 .atlas-stop small{display:block;font-size:11px;line-height:1.5;color:var(--atlas-muted);margin-bottom:4px}
.atlas-v2 .atlas-stop strong{display:block;font-size:15px;font-weight:650;line-height:1.45}
.atlas-v2 .atlas-stop-arrow{width:15px;height:15px;margin-left:auto}
.atlas-v2 .atlas-stop:hover strong{color:var(--atlas-accent)}
.atlas-v2 .atlas-topic-drawer{margin-top:16px;border-top:1px solid #d4d3c5;padding-top:12px}
.atlas-v2 .atlas-topic-drawer summary{display:flex;align-items:center;gap:8px;list-style:none;cursor:pointer;min-height:48px;font-size:13px;font-weight:650}
.atlas-v2 .atlas-topic-drawer summary>span{margin-left:auto;font-size:10px;padding:3px 6px;background:#fff9;border-radius:5px}
.atlas-v2 .atlas-topic-drawer summary>.atlas-icon{width:15px;height:15px}
.atlas-v2 .atlas-topic-search{padding:6px 0 12px}
.atlas-v2 .atlas-topic-search input{width:100%;font-size:13px;min-height:42px;padding:10px 12px;background:#ffffffa0}
.atlas-v2 .atlas-topic-list{max-height:360px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}
.atlas-v2 .atlas-topic-list a{display:flex;align-items:center;gap:8px;min-height:44px;border-radius:8px;padding:10px 9px;font-size:13px;line-height:1.6;text-decoration:none}
.atlas-v2 .atlas-topic-list a:hover,.atlas-v2 .atlas-topic-list a[aria-current]{background:#fff9}
.atlas-v2 .atlas-topic-list a>.atlas-icon{width:15px;height:15px;margin-left:auto}
.atlas-v2 .atlas-topic-empty{font-size:13px;color:var(--atlas-muted);margin:10px 0}
.atlas-v2 .atlas-side-today{display:flex;align-items:center;gap:12px;padding:17px 13px;margin-top:17px;border-radius:12px;background:var(--atlas-ink);color:white;text-decoration:none;font-size:12px;font-weight:600;line-height:1.5}
.atlas-v2 .atlas-side-today small{display:block;font-size:10px;font-weight:400;color:#c4d4d1;margin-top:3px}
.atlas-v2 .atlas-side-today>.atlas-icon:last-child{width:16px;height:16px;margin-left:auto}
.atlas-v2 .atlas-side-today:hover{color:#f3c099}
.atlas-v2 .wtp{border-radius:24px}
body.atlas-v2 .atlas-home-content .section-html{width:100%;margin:0!important;padding:0!important;background:transparent}
body.atlas-v2 .atlas-home-content #wrotu-pulse{width:100%;max-width:100%;margin:0!important}
.atlas-v2 .wdp-app{border-radius:22px}
.atlas-v2 .ww-card{border-radius:16px}
.atlas-v2 .foogallery img{border-radius:0}

/* Full-width footer with a lightweight, decorative Wroclaw roofline. */
body.atlas-v2 .atlas-footer-container{width:100%;max-width:none;margin:0;padding:0;border:0;background:#153e41;color:#f8f7f0}
body.atlas-v2 .atlas-footer{width:calc(100% - 2 * var(--atlas-gutter));max-width:var(--atlas-width);margin:auto;padding:64px 0 26px;background:transparent;color:inherit}
.atlas-v2 .atlas-footer a{color:inherit;text-decoration:none}
.atlas-v2 .atlas-footer a:hover{color:#efb793}
.atlas-v2 .atlas-footer-invitation{display:grid;grid-template-columns:1fr 1.15fr;align-items:center;gap:60px;padding-bottom:50px;margin-bottom:42px;border-bottom:1px solid #ffffff23}
.atlas-v2 .atlas-footer .atlas-eyebrow{color:#afc2bf;font-size:10px}
.atlas-v2 .atlas-footer-invitation h2{color:inherit;font-size:clamp(34px,3.4vw,50px);font-weight:550;line-height:1.16;letter-spacing:-.035em;margin:20px 0 0}
.atlas-v2 .atlas-footer-invitation h2 em{font-style:normal;color:#ecb691}
.atlas-v2 .atlas-footer-city{position:relative;text-align:right}
.atlas-v2 .atlas-cityline{width:100%;height:auto;max-height:180px;stroke:#c1b995;stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round}
.atlas-v2 .atlas-cityline .atlas-river{stroke:#729f9a;stroke-width:1}
.atlas-v2 .atlas-footer-city>a{display:inline-flex;align-items:center;gap:12px;font-size:13px;min-height:44px;margin-top:10px}
.atlas-v2 .atlas-footer-city>a .atlas-icon{width:38px;height:38px;border:1px solid #ffffff50;border-radius:50%;padding:10px}
.atlas-v2 .atlas-footer-main{grid-template-columns:1.25fr 1fr .85fr 1.1fr;gap:38px;padding-bottom:46px}
.atlas-v2 .atlas-footer .atlas-brand{color:inherit}
.atlas-v2 .atlas-footer .atlas-brand>span{font-size:47px}
.atlas-v2 .atlas-footer .atlas-brand-accent{color:#ecb691}
.atlas-v2 .atlas-footer-about p{max-width:240px;font-size:13px;line-height:1.8;margin:18px 0;color:#afc4c1}
.atlas-v2 .atlas-footer-about .atlas-language{display:inline-block;color:#d4e2dc}
.atlas-v2 .atlas-footer .atlas-language-list{left:0;right:auto;top:auto;bottom:calc(100% + 10px);background:#faf9f6;color:var(--atlas-ink)}
.atlas-v2 .atlas-footer .atlas-language-list a{color:var(--atlas-ink)}
.atlas-v2 .atlas-footer-links h3{font-size:12px;font-weight:650;letter-spacing:.025em;color:#efc5a7;margin:4px 0 20px;line-height:1.6}
.atlas-v2 .atlas-footer-links>a{display:flex;align-items:center;gap:7px;min-height:40px;font-size:13px}
.atlas-v2 .atlas-footer-links>a .atlas-icon{width:14px;height:14px;opacity:.65}
.atlas-v2 .atlas-footer-email{overflow-wrap:anywhere}
.atlas-v2 .atlas-footer-network{display:flex;gap:15px;margin-top:12px;color:#afc4c1;font-size:11px}
.atlas-v2 .atlas-footer-bottom{gap:20px;padding-top:25px;color:#afc4c1;font-size:11px;line-height:1.8}
.atlas-v2 .atlas-footer-bottom a{display:inline-flex;align-items:center;min-height:36px}
.atlas-v2 .atlas-search-dialog{border-radius:24px}
.atlas-v2 .atlas-search-dialog h2{line-height:1.25;margin:20px 0 28px}

@media(min-width:1100px){
 body.atlas-v2.sidebar-right #content .site-content-inner,body.atlas-v2.sidebar-left #content .site-content-inner{display:flex;flex-wrap:nowrap;gap:55px;align-items:flex-start}
 body.atlas-v2.sidebar-right #content .site-content-inner::before,body.atlas-v2.sidebar-right #content .site-content-inner::after,body.atlas-v2.sidebar-left #content .site-content-inner::before,body.atlas-v2.sidebar-left #content .site-content-inner::after{display:none}
 body.atlas-v2.sidebar-left #content .site-content-inner{flex-direction:row-reverse}
 body.atlas-v2.sidebar-right #primary,body.atlas-v2.sidebar-left #primary{float:none;flex:1 1 0%;width:calc(100% - 360px);max-width:none;padding:0;margin:0}
 body.atlas-v2 #secondary.widget-area{flex:0 0 305px;width:305px;min-width:305px;padding:0;margin:0;float:none}
 body.atlas-v2.single.sidebar-none #primary{width:100%;max-width:900px;padding:0;float:none;margin:auto}
}
@media(max-width:1180px){
 .atlas-v2 .atlas-spotlights{min-height:472px}
 .atlas-v2 .atlas-header-inner{gap:25px}
 .atlas-v2 .atlas-spotlight-controls img{width:37px;height:46px}
 .atlas-v2 .atlas-spotlight-controls button{gap:7px;padding:8px}
 .atlas-v2 .atlas-spotlight-controls strong{font-size:11px}
 .atlas-v2 .atlas-spotlight-link{height:380px}
 .atlas-v2 .atlas-spotlight-caption{grid-template-columns:1fr;left:24px;right:24px}
 .atlas-v2 .atlas-spotlight-copy{max-width:100%}
 .atlas-v2 .atlas-spotlight-action{justify-content:space-between}
}
@media(max-width:1099px){
 body.atlas-v2 #primary.content-area{float:none;width:100%;padding:0;margin:0}
 body.atlas-v2 #secondary.widget-area{float:none;width:100%;padding:0;margin:48px 0 0}
 .atlas-v2 .atlas-stop-list{display:flex;gap:20px}
 .atlas-v2 .atlas-stop-list::before{display:none}
 .atlas-v2 .atlas-stop{flex:1}
 .atlas-v2 .atlas-topic-list{display:grid;grid-template-columns:1fr 1fr}
 .atlas-v2 .atlas-side-today{max-width:330px}
 .atlas-v2 .atlas-footer-main{grid-template-columns:1fr 1fr;gap:35px 55px}
}
@media(max-width:760px){
 body.wrotu-atlas.atlas-v2{--atlas-gutter:22px;font-size:16px}
 .atlas-v2 .atlas-header-inner{min-height:88px;gap:18px}
 .atlas-v2 .atlas-brand>span{font-size:35px}
 .atlas-v2 .atlas-header-actions{margin-left:auto;gap:9px}
 .atlas-v2 .atlas-menu{padding-left:12px}
 body.atlas-v2 #content.site-content{padding-top:25px!important;padding-bottom:52px!important}
 body.atlas-v2.home #content.site-content{padding-top:16px!important}
 .atlas-v2 .atlas-intro{grid-template-columns:1fr;gap:29px;margin-bottom:45px}
 .atlas-v2 .atlas-intro-copy{padding:6px 0 0}
 .atlas-v2 #atlas-home-title{font-size:clamp(40px,8.5vw,58px);line-height:1.08;letter-spacing:-.04em;margin:22px 0 20px}
 .atlas-v2 .atlas-intro-description{font-size:15px;line-height:1.75;margin-bottom:23px}
 .atlas-v2 .atlas-quick-links{gap:8px 18px;margin-top:9px}
 .atlas-v2 .atlas-spotlight-link{height:340px;border-radius:19px}
 .atlas-v2 .atlas-spotlights{min-height:484px}
 .atlas-v2 .atlas-spotlight-panels{border-radius:19px}
 .atlas-v2 .atlas-spotlight-caption{bottom:21px;left:22px;right:22px;gap:8px}
 .atlas-v2 .atlas-spotlight-place{font-size:30px}
 .atlas-v2 .atlas-spotlight-copy{font-size:12px;max-width:310px}
 .atlas-v2 .atlas-spotlight-top{left:21px;right:21px;top:21px}
 .atlas-v2 .atlas-spotlight-controls{gap:7px;margin-top:10px}
 .atlas-v2 .atlas-spotlight-controls button{flex-direction:column;align-items:flex-start;padding:9px;gap:8px;min-height:100px}
 .atlas-v2 .atlas-spotlight-controls img{width:100%;height:49px}
 .atlas-v2 .atlas-spotlight-controls small{font-size:9px}
 .atlas-v2 .atlas-spotlight-controls strong{font-size:11px;line-height:1.5}
 .atlas-v2 .atlas-section-heading{align-items:start;gap:15px}
 .atlas-v2 .atlas-section-heading .atlas-text-link{font-size:0;flex-shrink:0}
 .atlas-v2 .atlas-section-heading .atlas-text-link .atlas-icon{width:40px;height:40px;border:1px solid var(--atlas-line);border-radius:50%;padding:10px}
 .atlas-v2 .atlas-section-heading h2{font-size:28px}
 body.atlas-v2 .entry-title,body.atlas-v2 .page-title{font-size:34px;line-height:1.2;margin-top:16px;letter-spacing:-.035em}
 .atlas-v2 .entry-content{font-size:16px;line-height:1.85}
 body.atlas-v2 .post-card--vertical>.post-card__title{padding:20px 22px 0}
 body.atlas-v2 .post-card--vertical>.post-card__description{padding:0 22px 24px}
 .atlas-v2 .post-card__title{font-size:21px}
 .atlas-v2 .atlas-stop-list{display:block}
 .atlas-v2 .atlas-stop-list::before{display:block}
 .atlas-v2 .atlas-stop{min-height:78px}
 .atlas-v2 .atlas-topic-list{display:block}
 .atlas-v2 .atlas-city-nav{padding:25px}
 .atlas-v2 .atlas-city-nav-top .atlas-eyebrow{font-size:10px}
 .atlas-v2 .atlas-side-today{max-width:none}
 body.atlas-v2 .atlas-footer{padding:42px 0 22px}
 .atlas-v2 .atlas-footer-invitation{grid-template-columns:1fr;gap:24px;padding-bottom:30px;margin-bottom:35px}
 .atlas-v2 .atlas-footer-invitation h2{font-size:39px;margin-top:17px}
 .atlas-v2 .atlas-footer-city{max-width:500px;width:100%;margin-left:auto}
 .atlas-v2 .atlas-cityline{max-height:120px}
 .atlas-v2 .atlas-footer-main{grid-template-columns:1fr 1fr;gap:30px 24px;padding-bottom:32px}
 .atlas-v2 .atlas-footer-about{grid-column:1/-1}
 .atlas-v2 .atlas-footer-about p{max-width:300px}
 .atlas-v2 .atlas-footer-links h3{margin-bottom:12px;font-size:11px}
 .atlas-v2 .atlas-footer-links>a{font-size:12px;min-height:39px}
 .atlas-v2 .atlas-footer-links:last-child{grid-column:1/-1}
 .atlas-v2 .atlas-footer-bottom{gap:10px 20px}
 .atlas-v2 .atlas-footer-bottom nav{order:3;width:100%}
 .atlas-v2 .atlas-footer-bottom ul{gap:8px 18px}
}
@media(max-width:380px){body.wrotu-atlas.atlas-v2{--atlas-gutter:17px}.atlas-v2 .atlas-header-actions{gap:4px}.atlas-v2 .atlas-menu{padding-left:8px}.atlas-v2 .atlas-brand>span{font-size:32px}.atlas-v2 .atlas-spotlight-controls strong{font-size:10px}}
@media(prefers-reduced-motion:reduce){.atlas-v2 .atlas-spotlight-photo{transition:none}}

/* Atlas 2.1: choose an intention, then a place. Shared collections in the sidebar. */
.atlas-v2 .atlas-intent-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;background:var(--atlas-sand);padding:5px;border-radius:14px;margin-bottom:13px}
.atlas-v2 .atlas-intent-controls button{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:44px;margin:0;padding:8px 9px;border:0;border-radius:10px;background:transparent;box-shadow:none;color:var(--atlas-ink);font:600 12px/1.4 Manrope,sans-serif;text-transform:none;letter-spacing:0;cursor:pointer}
.atlas-v2 .atlas-intent-controls button[aria-selected=true]{background:var(--atlas-ink);color:#fff;box-shadow:0 2px 5px #193a3d12}
.atlas-v2 .atlas-intent-controls button:hover:not([aria-selected=true]){background:#ffffffa3}
.atlas-v2 .atlas-intent-controls .atlas-icon{width:17px;height:17px;flex-shrink:0}
.atlas-v2 .atlas-intent-controls small{font-size:9px;opacity:.75;border:1px solid currentColor;border-radius:50%;width:17px;height:17px;line-height:15px;text-align:center;flex-shrink:0}
.atlas-v2 .atlas-intent-panel{min-width:0}
.atlas-v2 .atlas-intent-heading{font-size:22px;margin:25px 0 15px}
.atlas-v2 .atlas-spotlights.is-ready .atlas-intent-heading{display:none}
.atlas-v2 .atlas-choice-heading{display:flex;justify-content:space-between;gap:10px;margin-top:17px;color:var(--atlas-ink);font-size:11px;font-weight:650}
.atlas-v2 .atlas-choice-heading span{font-weight:400;color:var(--atlas-muted)}
.atlas-v2 .atlas-spotlight-controls{margin-top:6px}
.atlas-v2 .atlas-spotlight-controls button>span{min-width:0}
.atlas-v2 .atlas-spotlight-controls strong{overflow-wrap:anywhere}
.atlas-v2 .atlas-spotlights{min-height:0}
.atlas-v2 .atlas-stop-group{min-width:0;flex:1}
.atlas-v2 .atlas-stop-group summary{list-style:none;cursor:pointer}
.atlas-v2 .atlas-stop-group summary::-webkit-details-marker{display:none}
.atlas-v2 .atlas-stop-group[open] .atlas-stop-arrow{transform:rotate(180deg)}
.atlas-v2 .atlas-stop-places{position:relative;margin:0 0 8px 35px;padding:0 0 8px 14px;border-left:1px solid #c8c9b8}
.atlas-v2 .atlas-stop-places a{display:flex;align-items:center;gap:9px;min-height:61px;padding:7px 4px;color:var(--atlas-ink);text-decoration:none;font-size:12px;font-weight:600;line-height:1.5;border-radius:8px;overflow-wrap:anywhere}
.atlas-v2 .atlas-stop-places a:hover,.atlas-v2 .atlas-stop-places a[aria-current=page]{background:#ffffff91}
.atlas-v2 .atlas-stop-places img{width:38px;height:42px;flex:0 0 38px;object-fit:cover;border-radius:6px}
.atlas-v2 .atlas-stop-places a>span{flex:1;min-width:0}
.atlas-v2 .atlas-stop-places small{display:block;font-size:10px;font-weight:400;color:var(--atlas-muted)}
.atlas-v2 .atlas-stop-places .atlas-icon{width:13px;height:13px;flex:0 0 13px;margin-left:auto}
.atlas-v2 .atlas-intent-controls button:focus-visible,.atlas-v2 .atlas-stop:focus-visible,.atlas-v2 .atlas-stop-places a:focus-visible{outline:2px solid var(--atlas-accent);outline-offset:3px}
@media(max-width:1180px) and (min-width:761px){.atlas-v2 .atlas-intent-controls button{font-size:11px;gap:5px;padding:7px 5px}.atlas-v2 .atlas-intent-controls small{display:none}}
@media(max-width:760px){.atlas-v2 .atlas-intent-controls button{font-size:11px;flex-wrap:wrap;gap:5px;padding:7px 3px;min-height:55px}.atlas-v2 .atlas-intent-controls button>span{flex-basis:100%;order:2}.atlas-v2 .atlas-intent-controls small{display:none}.atlas-v2 .atlas-choice-heading{font-size:10px}.atlas-v2 .atlas-stop-places{margin-left:35px}.atlas-v2 .atlas-spotlight-controls{margin-top:7px}}
