/* One destination layout for existing resorts, new resorts and road passes. */
html body[data-xionia-layout] #main[data-destination-layout="r1.2"]{
 box-sizing:border-box;width:min(var(--xionia-content-width,1240px),calc(100% - var(--xionia-gutter,20px)*2));
 max-width:var(--xionia-content-width,1240px);min-width:0;margin:0 auto;
 padding:26px calc(clamp(14px,2vw,24px) + 1px) 48px!important;
 color:var(--text,#192e42);font-family:inherit;font-size:15px;line-height:1.75;
}
html body[data-xionia-layout] #main[data-destination-layout="r1.2"]>.wrap{
 box-sizing:border-box;width:100%;max-width:none;min-width:0;margin:0;padding:0;
}
#main[data-destination-layout="r1.2"] :is(.breadcrumb,.xp-breadcrumb){
 display:flex;flex-wrap:wrap;align-items:center;gap:6px 9px;padding:0;margin:0 0 20px;
 font-size:13px;line-height:1.6;min-width:0;
}
#main[data-destination-layout="r1.2"] :is(.xd-intro,.xp-intro){
 display:block;width:100%;max-width:none;margin:0 0 22px;padding:0;
}
#main[data-destination-layout="r1.2"] .detail-title{width:100%;max-width:none;min-width:0;padding:0}
#main[data-destination-layout="r1.2"] :is(.xd-intro,.xp-intro) h1{
 font-size:38px;font-size:clamp(28px,3.1vw,40px);font-weight:750;line-height:1.18;letter-spacing:-.025em;
 text-align:start;margin:8px 0 14px;padding:0;overflow-wrap:break-word;
}
#main[data-destination-layout="r1.2"] :is(.xd-intro .location,.xp-eyebrow){
 font-size:12px!important;font-weight:700;letter-spacing:.08em;line-height:1.6;margin:0 0 8px;padding:0;
 color:var(--muted,#54677a);text-transform:uppercase;
}
#main[data-destination-layout="r1.2"] :is(.detail-title,.xp-intro)>p{
 max-width:none;font-size:18px;line-height:1.8;margin:12px 0 0;
}
#main[data-destination-layout="r1.2"] #original-place-name{
 font-size:14px!important;font-weight:400;line-height:1.6;margin:7px 0 12px!important;color:var(--muted,#54677a);
}
#main[data-destination-layout="r1.2"] #xionia-time-reference{
 display:block!important;box-sizing:border-box;width:100%;max-width:none;text-align:start!important;font-size:12px!important;
 line-height:1.65;margin:8px 0!important;padding:0!important;border:0!important;background:transparent!important;
}
#main[data-destination-layout="r1.2"] .xd-jumps{
 display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px;padding:0;overflow:visible;font-size:14px;
}
#main[data-destination-layout="r1.2"] .xd-jumps a{
 display:inline-flex;align-items:center;min-height:42px;padding:8px 14px;line-height:1.5;
 border:1px solid #819caa66;border-radius:8px;background:var(--panel,#ffffff88);color:inherit;
 text-decoration:none;white-space:normal;
}
#main[data-destination-layout="r1.2"] .xd-jumps a:hover{background:#6e99ac20}
#main[data-destination-layout="r1.2"] .xd-jumps a:focus-visible{outline:3px solid #239acc;outline-offset:3px}
#main[data-destination-layout="r1.2"] :is(.xp-photo,.x29-resort-photo,.editorial-r2-photo){
 box-sizing:border-box;width:100%;max-width:none;height:auto;float:none;margin:0 0 28px!important;padding:0!important;
}
#main[data-destination-layout="r1.2"] :is(.xp-photo,.x29-resort-photo,.editorial-r2-photo)>img{
 display:block;width:100%!important;max-width:100%;height:380px!important;height:clamp(220px,30vw,380px)!important;
 object-fit:cover;border-radius:12px;margin:0;
}
#main[data-destination-layout="r1.2"] :is(.xp-photo,.x29-resort-photo,.editorial-r2-photo) figcaption{
 display:block;font-size:12px!important;line-height:1.65;padding:8px 0 0!important;margin:0;color:var(--muted,#54677a);
}
#main[data-destination-layout="r1.2"] :is(.xp-photo,.x29-resort-photo,.editorial-r2-photo) figcaption p{
 font-size:inherit!important;line-height:inherit!important;padding:0!important;margin:0!important;
}
#main[data-destination-layout="r1.2"] :is(.xp-guide,.detail-layout){
 box-sizing:border-box;display:block;width:100%;max-width:none;padding:0;margin:0 0 28px;
}
#main[data-destination-layout="r1.2"] .detail-main{width:100%;max-width:none;min-width:0}
#main[data-destination-layout="r1.2"] :is(.detail-main,.xp-guide,.xionia-local-guide) :is(p,ul,ol){
 font-size:16px;line-height:1.8;overflow-wrap:break-word;
}
#main[data-destination-layout="r1.2"] :is(.detail-main,.xp-guide,.xionia-local-guide) h2{
 font-size:25px;line-height:1.3;letter-spacing:-.015em;margin:26px 0 12px;
}
#main[data-destination-layout="r1.2"] :is(.detail-main,.xp-guide,.xionia-local-guide) h3{
 font-size:19px;line-height:1.4;margin:20px 0 10px;
}
#main[data-destination-layout="r1.2"] .detail-layout>aside{
 position:static;box-sizing:border-box;width:100%;max-width:none;margin:24px 0 0;padding:20px;
 border:1px solid #819caa55;border-radius:12px;box-shadow:none;
}
#main[data-destination-layout="r1.2"] .detail-layout>aside dl{
 display:grid;grid-template-columns:minmax(140px,1fr) minmax(0,3fr);gap:8px 18px;margin:12px 0 18px;
}
#main[data-destination-layout="r1.2"] .detail-layout>aside :is(dt,dd){margin:0;padding:0;min-width:0}
html body[data-xionia-layout] #main[data-destination-layout="r1.2"] :is(#atlas-city-widget,#resort-forecast,#resort-region,#place-history,#pass-status){
 box-sizing:border-box;width:100%;max-width:none!important;min-width:0;margin:24px 0!important;
}
#main[data-destination-layout="r1.2"] .xp-nearby{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
#main[data-destination-layout="r1.2"] .xp-facts{margin-top:16px;gap:8px}
#main[data-destination-layout="r1.2"] .regional-tabs{margin:28px 0 0;flex-wrap:wrap;gap:8px}
#main[data-destination-layout="r1.2"] :is(#page-title,#resort-forecast,#resort-region,#place-history,#pass-status){scroll-margin-top:110px}
body.dark #main[data-destination-layout="r1.2"] .xd-jumps a,[data-theme="dark"] #main[data-destination-layout="r1.2"] .xd-jumps a{background:#142333;color:#e6eef5}
body.dark #main[data-destination-layout="r1.2"] :is(.xp-eyebrow,#original-place-name,figcaption){color:#aabccb}
@media(max-width:650px){
 html body[data-xionia-layout] #main[data-destination-layout="r1.2"]{padding-top:20px!important;padding-bottom:32px!important}
 #main[data-destination-layout="r1.2"] :is(.detail-title,.xp-intro)>p{font-size:16px;line-height:1.75}
 #main[data-destination-layout="r1.2"] .xp-nearby{grid-template-columns:minmax(0,1fr);gap:8px}
 #main[data-destination-layout="r1.2"] .xd-jumps{gap:6px}
 #main[data-destination-layout="r1.2"] .xd-jumps a{padding:8px 10px;font-size:13px}
 #main[data-destination-layout="r1.2"] .detail-layout>aside dl{grid-template-columns:minmax(0,1fr);gap:4px}
 #main[data-destination-layout="r1.2"] .detail-layout>aside dd{margin-bottom:10px}
 #main[data-destination-layout="r1.2"] :is(.detail-main,.xp-guide,.xionia-local-guide) h2{font-size:22px}
}
