.sha-section{
  font-family:var(--sha-sans);
  color:#000000;
  background:var(--sha-paper);
  font-size:17px;
  line-height:1.5;
}
.sha-section a{color:var(--sha-accent);text-decoration:none}
.sha-section a:hover{color:var(--sha-accent-hover);text-decoration:underline}
.sha-section .sha-wrap{max-width:1120px;margin:0 auto;padding:0 20px}
.sha-section .sha-kicker{
  margin:0 0 8px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.06em;
  color:var(--sha-muted);
}
.sha-section h1,.sha-section h2,.sha-section h3{
  font-family:var(--sha-display);
  font-weight:600;
  color:#000000;
  line-height:1.12;
}
.sha-section h1{margin:0 0 12px;font-size:clamp(32px,4vw,46px)}
.sha-section .sha-hero-dek{
  margin:0 0 20px;
  font-size:18px;
  line-height:1.5;
  color:#000000;
  max-width:34em;
}
.sha-section .sha-sec-title{
  margin:0 0 8px;
  font-size:28px;
  color:#000000;
  scroll-margin-top:88px;
}
.sha-section .sha-sec-dek{
  margin:0 0 24px;
  color:#000000;
  font-size:17px;
  line-height:1.5;
  max-width:40em;
}
.sha-section .sha-label{
  display:block;
  margin:8px 0 4px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.06em;
  color:var(--sha-accent);
}
.sha-section .sha-band{padding:48px 0}
.sha-section .sha-band-stone{
  background:var(--sha-stone);
  color:#000000;
}
.sha-section .sha-band-stone .sha-sec-title,
.sha-section .sha-band-stone .sha-sec-dek,
.sha-section .sha-band-stone .sha-path p,
.sha-section .sha-band-stone .sha-path h3,
.sha-section .sha-band-stone .sha-res-list p,
.sha-section .sha-band-stone .sha-res-list h3,
.sha-section .sha-band-stone .sha-start-side a,
.sha-section .sha-band-stone .sha-start-side small,
.sha-section .sha-band-stone .sha-room-stack h3,
.sha-section .sha-band-stone .sha-room-stack p,
.sha-section .sha-band-stone .sha-facts p,
.sha-section .sha-band-stone .sha-facts h2{
  color:#000000;
}
.sha-section .sha-band-stone a:hover{color:var(--sha-accent)}
.sha-section .sha-band-stone .sha-label{color:var(--sha-accent)}
.sha-section img{display:block;width:100%;height:auto;border-radius:4px}
.sha-section figure{margin:0}
.sha-section figcaption{
  margin-top:8px;
  font-size:14px;
  color:var(--sha-muted);
}
.sha-section .sha-hero{padding:36px 0 28px}
.sha-section .sha-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
  gap:36px;
  align-items:center;
}
.sha-section .sha-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  align-items:center;
  margin:0 0 4px;
}
.sha-section .sha-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:4px;
  font-weight:600;
  font-size:16px;
  text-decoration:none;
}
.sha-section .sha-btn-primary{background:var(--sha-accent);color:var(--sha-on)}
.sha-section .sha-btn-primary:hover{background:var(--sha-accent-hover);color:var(--sha-on);text-decoration:none}
.sha-section .sha-text-link{
  font-size:16px;
  font-weight:600;
  color:var(--sha-accent);
}
.sha-section .sha-facts{
  background:var(--sha-surface);
  border-left:3px solid var(--sha-accent);
  padding:16px 18px;
  margin:20px 0 0;
}
.sha-section .sha-facts h2{margin:0 0 8px;font-size:22px;font-style:italic;font-weight:500;color:#000000}
.sha-section .sha-facts p{margin:0;color:#000000;font-size:16px;line-height:1.5}
.sha-section .sha-start{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr);
  gap:24px;
  align-items:start;
}
.sha-section .sha-start-side a{
  display:block;
  padding:12px 0;
  border-top:1px solid var(--sha-rule);
  color:#000000;
  font-weight:600;
  font-size:16px;
}
.sha-section .sha-start-side a:first-child{border-top:0;padding-top:0}
.sha-section .sha-start-side small{
  display:block;
  font-weight:400;
  color:#000000;
  margin-top:4px;
  font-size:16px;
}
.sha-section .sha-path-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.sha-section .sha-path-grid-4{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.sha-section .sha-path{
  background:var(--sha-surface);
  border:1px solid var(--sha-rule);
  border-radius:4px;
  overflow:hidden;
}
.sha-section .sha-path a{display:block;color:#000000;text-decoration:none}
.sha-section .sha-path a:hover{color:var(--sha-accent);text-decoration:none}
.sha-section .sha-path .sha-pad{padding:16px 18px 20px}
.sha-section .sha-path p{
  margin:8px 0 0;
  color:#000000;
  font-size:16px;
  line-height:1.5;
}
.sha-section .sha-path h3{font-size:22px;margin:0}
.sha-section .sha-path img{aspect-ratio:4/3;object-fit:cover;border-radius:0}
.sha-section .sha-res-list{list-style:none;margin:0;padding:0;display:grid;gap:0}
.sha-section .sha-res-list li{border-top:1px solid var(--sha-rule)}
.sha-section .sha-res-list a{
  display:grid;
  grid-template-columns:140px minmax(0,1fr);
  gap:16px;
  padding:14px 0;
  color:#000000;
  align-items:center;
  font-size:16px;
}
.sha-section .sha-res-list a:hover{color:var(--sha-accent);text-decoration:none}
.sha-section .sha-res-list img{aspect-ratio:4/3;object-fit:cover}
.sha-section .sha-res-list h3{margin:0;font-size:22px}
.sha-section .sha-res-list p{margin:4px 0 0;color:#000000;font-size:16px}
.sha-section.sha-section-cozy .sha-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr)}
.sha-section.sha-section-cozy .sha-rooms{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
  gap:20px;
  align-items:stretch;
}
.sha-section.sha-section-cozy .sha-room-lead img{aspect-ratio:16/9;object-fit:cover}
.sha-section.sha-section-cozy .sha-room-stack{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.sha-section.sha-section-cozy .sha-room-stack article{
  display:block;
  background:var(--sha-surface);
  border:1px solid var(--sha-rule);
  border-radius:4px;
  overflow:hidden;
}
.sha-section.sha-section-cozy .sha-room-stack .sha-pad{padding:12px 14px 16px}
.sha-section.sha-section-cozy .sha-room-stack h3{font-size:20px;margin:0;color:#000000}
.sha-section.sha-section-cozy .sha-room-stack p{
  margin:6px 0 0;
  font-size:16px;
  line-height:1.45;
  color:#000000;
}
.sha-section.sha-section-cozy .sha-room-stack a{font-size:16px;color:#000000;text-decoration:none;display:block}
.sha-section.sha-section-cozy .sha-room-stack a:hover{color:var(--sha-accent);text-decoration:none}
.sha-section.sha-section-cozy .sha-room-stack img{aspect-ratio:4/3;object-fit:cover;border-radius:0}
.sha-section.sha-section-cozy .sha-mood{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.sha-section.sha-section-cozy .sha-mood article img{aspect-ratio:4/3;object-fit:cover}
body.sha-section-page .main-sidebar,
body.sha-section-page .ts-row,
body.sha-section-page .post-title,
body.sha-section-page .the-post-header{display:none!important}
@media (max-width:900px){
  .sha-section .sha-hero-grid,
  .sha-section.sha-section-cozy .sha-hero-grid,
  .sha-section .sha-start,
  .sha-section.sha-section-cozy .sha-rooms{grid-template-columns:1fr}
  .sha-section .sha-path-grid,
  .sha-section .sha-path-grid-4,
  .sha-section.sha-section-cozy .sha-room-stack,
  .sha-section.sha-section-cozy .sha-mood{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sha-section .sha-res-list a{grid-template-columns:1fr}
  .sha-section h1{font-size:28px}
}
@media (max-width:640px){
  .sha-section .sha-path-grid,
  .sha-section .sha-path-grid-4,
  .sha-section.sha-section-cozy .sha-room-stack,
  .sha-section.sha-section-cozy .sha-mood{grid-template-columns:1fr}
  .sha-section{font-size:16px}
  .sha-section .sha-sec-dek,
  .sha-section .sha-path p,
  .sha-section .sha-res-list p,
  .sha-section .sha-facts p,
  .sha-section .sha-room-stack p,
  .sha-section .sha-start-side a,
  .sha-section .sha-text-link{font-size:16px}
  .sha-section .sha-kicker{font-size:13px}
  .sha-section figcaption{font-size:14px}
}
