:root{
  --sh2-gold:#c89a4a;
  --sh2-gold-2:#d6ad5c;
  --sh2-black:#151515;
  --sh2-zero:#000000;
  --sh2-snow:#f3f1ee;
  --sh2-bg:#f8f4f2;
  --sh2-pure-white:#ffffff;
  --sh2-card:#fffdfa;
  --sh2-text:#151515;
  --sh2-muted:rgba(21,21,21,.66);
  --sh2-border:rgba(21,21,21,.12);
  --sh2-gold-border:rgba(200,154,74,.85);
  --sh2-radius-card:10px;
  --sh2-radius-panel:12px;
  --sh2-radius-btn:9px;
  --sh2-shadow-soft:0 8px 22px rgba(0,0,0,.06);
  --sh2-container-max:1720px;
  --sh2-gutter:44px;
  --sh2-container:min(var(--sh2-container-max), calc(100vw - (var(--sh2-gutter) * 2)));
  /* Shared vertical rhythm for the landing-page content blocks. */
  --sh2-section-padding-y:52px;
  /* Shared title-like scale for every gold section and hero kicker. */
  --sh2-kicker-font-size:22px;

  --sh-header-padding-top: 14px;
  --sh-header-padding-right: 32px;
  --sh-header-padding-bottom: 12px;
  --sh-header-padding-left: 0px;

  /* Header tuning: the logo height is the main vertical reference. */
  --sh-logo-height: 124px;
  --sh-logo-size: var(--sh-logo-height); /* legacy alias; prefer --sh-logo-height */
  --sh-wordmark-size: 35px;
  --sh-wordmark-offset-y: -35px;
  --sh-wordmark-menu-gap: 8px;
  --sh-menu-offset-y: -7px;

  --sh-logo-content-gap: 22px; /* kept for compatibility; desktop now uses separator gaps below */
  --sh-separator-height: 130px;
  --sh-separator-gap-left: 30px;
  --sh-separator-gap-right: 30px;

  --sh-menu-font-size: 18px;
  --sh-menu-item-gap: 46px;
}
/* Schwarm canvas edge treatment v0.8.39
   Keep the proven header geometry untouched. The small top strip now lives
   inside each Schwarm page, so it cannot alter viewport/header positioning. */
html, body.schwarm-ui-canvas{
  margin:0 !important;
  padding:0 !important;
}
body.schwarm-ui-canvas{
  min-height:100%;
  background:var(--sh2-zero) !important;
}
.sh2-top-gap{
  display:block;
  width:100%;
  height:16px;
  margin:0;
  padding:0;
  background:var(--sh2-bg);
  flex:none;
}
body.schwarm-ui-canvas .sh2-footer{margin-bottom:0 !important;}
body:has(.sh2){background:var(--sh2-bg);}
.sh2{background:var(--sh2-bg);color:var(--sh2-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;max-width:100vw;min-height:100vh;overflow-x:hidden;transition:background .25s ease,color .25s ease;}
.sh2 *{box-sizing:border-box}
.sh2 section[id]{scroll-margin-top:150px}.sh2 a{color:inherit;text-decoration:none}.sh2 p{color:var(--sh2-muted);line-height:1.65}.sh2 h1,.sh2 h2,.sh2 h3{font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;margin:0 0 16px;color:inherit}.sh2 img{max-width:100%;display:block}

/* Header / Schwarm UI Framework v0.5.6 - logo-based geometry
   Goal: header height = top padding + logo height + bottom padding.
   The logo is the vertical reference. Wordmark and menu can move independently. */
.sh2-header{
  width:var(--sh2-container);
  height:calc(var(--sh-header-padding-top) + var(--sh-logo-height) + var(--sh-header-padding-bottom));
  min-height:calc(var(--sh-header-padding-top) + var(--sh-logo-height) + var(--sh-header-padding-bottom));
  margin:0 auto;
  display:grid;
  grid-template-columns:auto var(--sh-separator-gap-left) 2px var(--sh-separator-gap-right) minmax(0,1fr) auto;
  grid-template-rows:minmax(0,1fr) auto;
  column-gap:0;
  row-gap:var(--sh-wordmark-menu-gap);
  align-items:stretch;
  padding:var(--sh-header-padding-top) var(--sh-header-padding-right) var(--sh-header-padding-bottom) var(--sh-header-padding-left);
  background:transparent;
  position:sticky;
  top:0;
  z-index:50;
  isolation:isolate;
}
.sh2-header::before{
  content:"";
  position:absolute;
  inset:0 auto 0 50%;
  width:100vw;
  transform:translateX(-50%);
  background:rgba(248,244,242,.88);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(21,21,21,.06);
  box-shadow:0 8px 24px rgba(0,0,0,.035);
  z-index:-1;
}

/* Desktop: the wrapper is made transparent so logo / line / wordmark can be placed in the header grid separately. */
.sh2-brand{
  display:contents;
}
.sh2-brand-icon{
  grid-column:1;
  grid-row:1 / 3;
  height:var(--sh-logo-height);
  width:auto;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:visible;
  align-self:stretch;
  flex:0 0 auto;
}
.sh2-icon{
  height:var(--sh-logo-height);
  width:auto;
  max-width:none;
  object-fit:contain;
}
.sh2-brand-separator{
  grid-column:3;
  grid-row:1 / 3;
  height:var(--sh-separator-height);
  width:2px;
  background:linear-gradient(to bottom,transparent 0%,rgba(200,154,74,.95) 12%,rgba(200,154,74,.95) 88%,transparent 100%);
  align-self:center;
  justify-self:center;
  flex:0 0 auto;
}
.sh2-wordmark{
  grid-column:5;
  grid-row:1;
  align-self:end;
  justify-self:start;
  transform:translateY(var(--sh-wordmark-offset-y));
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:var(--sh-wordmark-size);
  line-height:1;
  letter-spacing:.18em;
  white-space:nowrap;
  color:var(--sh2-text);
  font-weight:600;
}
.sh2-wordmark-accent{
  color:var(--sh2-gold);
  font-variant-caps:small-caps;
  margin-left:.28em;
  font-weight:500;
  letter-spacing:.16em;
}
.sh2-nav{
  grid-column:5;
  grid-row:2;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:var(--sh-menu-item-gap);
  font-size:var(--sh-menu-font-size);
  line-height:1.25;
  font-weight:700;
  color:var(--sh2-text);
  justify-self:stretch;
  align-self:end;
  padding-right:0;
  transform:translateY(var(--sh-menu-offset-y));
}
.sh2-nav a{transition:color .18s ease}
.sh2-nav a:hover{color:var(--sh2-gold)}
.sh2-actions{
  grid-column:6;
  grid-row:1 / 3;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  align-self:center;
  padding-top:0;
}
.sh2-menu-toggle{display:none;width:48px;height:58px;border:0;background:transparent;cursor:pointer;padding:0}
.sh2-menu-toggle:focus-visible{outline:2px solid var(--sh2-gold);outline-offset:3px}
.sh2-menu-toggle span{display:block;width:32px;height:2px;background:var(--sh2-text);margin:8px auto;border-radius:3px}
.sh2-mobile-cta,.sh2-mobile-panel{display:none}

.sh2-hero{
  position:relative;
  min-height:650px;
  overflow:hidden;
  display:grid;
  place-items:center;
}

.sh2-hero-bg{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
}

.sh2-hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity 900ms ease;
  z-index:0;
  pointer-events:none;
}

.sh2-hero-slide.is-active{
  opacity:1;
  z-index:1;
}

.sh2-hero-slide picture{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
}

.sh2-hero-bg img,
.sh2-hero-bg video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:72% center;
  transform:scale(1.02);
}

.sh2-hero-slide.is-active img,
.sh2-hero-slide.is-active video{
  animation:sh2HeroIntroMotion 1.8s ease-out both;
}

@keyframes sh2HeroIntroMotion{
  0%{
    transform:scale(1.02) translateX(0);
  }
  100%{
    transform:scale(1.05) translateX(-1.2%);
  }
}

.sh2-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.22),rgba(0,0,0,.08));
  z-index:2;
}

.sh2-hero-content{
  position:relative;
  width:var(--sh2-container);
  padding:92px 0 105px;
  color:#fff;
  z-index:3;
}

.sh2-hero h1{
  max-width:680px;
  font-size:clamp(48px,5.8vw,82px);
  line-height:.98;
  color:#fff;
}

.sh2-subtitle{
  max-width:680px;
  font-size:19px;
  line-height:1.55;
  color:rgba(255,255,255,.9)!important;
}

.sh2-nowrap{
  white-space:nowrap;
}

.sh2-eyebrow{
  text-transform:uppercase;
  letter-spacing:.16em;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:var(--sh2-kicker-font-size);
  line-height:1.2;
  font-weight:700;
  color:var(--sh2-gold)!important;
  margin:0 0 18px;
}

.sh2-btn{
  display:inline-flex;
  gap:14px;
  align-items:center;
  justify-content:center;
  border-radius:var(--sh2-radius-btn);
  padding:15px 26px;
  font-size:var(--sh-menu-font-size);
  line-height:1.25;
  font-weight:700;
  transition:transform .2s ease,filter .2s ease,border-color .2s ease;
}

.sh2-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.04);
}

.sh2-btn-primary{
  background:linear-gradient(135deg,var(--sh2-gold),var(--sh2-gold-2));
  color:#151515!important;
}

.sh2-btn-outline{
  border:1px solid var(--sh2-gold);
  color:var(--sh2-gold)!important;
  background:transparent;
}

.sh2-hero-dots{
  position:absolute;
  right:max(24px,calc((100vw - var(--sh2-container-max))/2 + 24px));
  bottom:44px;
  z-index:4;
  display:flex;
  gap:10px;
  align-items:center;
}

.sh2-hero-dots button{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.52);
  cursor:pointer;
  transition:width 180ms ease,background 180ms ease;
}

.sh2-hero-dots button.is-active{
  width:28px;
  background:var(--sh2-gold);
}

@media (prefers-reduced-motion: reduce){
  .sh2-hero-slide{
    transition:none;
  }

  .sh2-hero-slide.is-active img,
  .sh2-hero-slide.is-active video{
    animation:none;
    transform:none;
  }
}

.sh2-info-bar{width:var(--sh2-container);margin:-32px auto 0;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border-radius:var(--sh2-radius-panel);background:var(--sh2-border);box-shadow:var(--sh2-shadow-soft)}.sh2-info-bar div{background:var(--sh2-card);padding:20px 16px;text-align:center;font-weight:700;color:var(--sh2-text)}.sh2-info-bar span{color:var(--sh2-gold)}
.sh2-benefit-cards{width:var(--sh2-container);margin:34px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.sh2-section{width:var(--sh2-container);margin:0 auto;padding:var(--sh2-section-padding-y) 0}.sh2-apartment{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:48px;align-items:start;min-width:0}.sh2-apartment .sh2-section-copy{max-width:640px}.sh2-apartment-cta{justify-self:start;margin-top:18px}.sh2 h2{font-size:clamp(36px,4.7vw,60px)}.sh2 h3{font-size:24px}.sh2-card{background:var(--sh2-card);border:1px solid var(--sh2-border);border-radius:var(--sh2-radius-card);padding:26px;box-shadow:var(--sh2-shadow-soft)}.sh2-mini-card{box-shadow:none}.sh2-mini-card h3{font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:800;margin-bottom:10px}.sh2-mini-card p{font-size:14px;margin:0}.sh2-image-card{width:100%;max-width:100%;min-width:0;min-height:300px;aspect-ratio:3/2;overflow:hidden;border-radius:var(--sh2-radius-card);background:var(--sh2-card);border:1px solid var(--sh2-border);box-shadow:var(--sh2-shadow-soft);box-sizing:border-box}.sh2-image-card img{display:block;width:100%;max-width:100%;height:100%;object-fit:cover}
.sh2-apartment-features{display:grid;grid-template-columns:max-content max-content;gap:10px 12px;justify-content:start;align-items:start;margin:24px 0 0;max-width:100%}.sh2-apartment-badge{position:relative;display:block;max-width:100%;color:var(--sh2-text);overflow:hidden}.sh2-apartment-badge-bg{display:block;width:100%;height:auto}.sh2-apartment-badge-text{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;width:calc(100% - var(--sh2-badge-text-left));padding:0 8px 0 6px;box-sizing:border-box;font-family:inherit;font-size:17px;font-weight:500;line-height:1.04;letter-spacing:-.01em;color:inherit;text-align:center}.sh2-apartment-badge-text sup{font-size:.58em;line-height:0;vertical-align:super}.sh2-apartment-badge--size{width:217px;--sh2-badge-text-left:24.1%}.sh2-apartment-badge--bedrooms{width:250px;--sh2-badge-text-left:48.5%}.sh2-apartment-badge--entrance{width:215px;--sh2-badge-text-left:24.6%}.sh2-apartment-badge--panorama{width:233px;--sh2-badge-text-left:28.3%}.sh2-apartment-badge--parking{width:226px;--sh2-badge-text-left:41.6%}.sh2-apartment-badge--wifi{width:162px;--sh2-badge-text-left:31.3%}.sh2-apartment-badge--size .sh2-apartment-badge-text,.sh2-apartment-badge--bedrooms .sh2-apartment-badge-text,.sh2-apartment-badge--entrance .sh2-apartment-badge-text,.sh2-apartment-badge--wifi .sh2-apartment-badge-text{white-space:nowrap}
/* Card heading typography */
.sh2 .sh2-card h3,
.sh2 .sh2-mini-card h3{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:24px;
  font-weight:500;
  line-height:1.15;
  letter-spacing:0;
  margin:0 0 16px;
}
.sh2 .sh2-mini-card h3{
  font-size:22px;
  margin-bottom:10px;
}

.sh2-booking{background:#0f1110;color:var(--sh2-snow);width:100%;padding:var(--sh2-section-padding-y) max(var(--sh2-gutter),calc((100vw - var(--sh2-container-max))/2));display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.sh2-booking h2,.sh2-booking p{color:var(--sh2-snow)!important}.sh2-section-center{text-align:center;max-width:760px;margin:0 auto 30px}.sh2-feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.sh2-benefits-subsection{margin-top:72px;padding-top:64px;border-top:1px solid var(--sh2-border);display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}.sh2-benefits-copy h2{margin-bottom:0}.sh2-benefit-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.sh2-benefit-list div{display:flex;flex-direction:column;gap:8px;padding:22px;background:var(--sh2-card);border:1px solid var(--sh2-border);border-radius:var(--sh2-radius-card);box-shadow:var(--sh2-shadow-soft);color:var(--sh2-text)}.sh2-benefit-list span{color:var(--sh2-muted);font-size:14px;line-height:1.55}.sh2-footer{
  width:100%;
  margin:0;
  padding:0;
  background:var(--sh2-zero);
  color:var(--sh2-pure-white);
}
.sh2-footer-inner{
  width:var(--sh2-container);
  margin:0 auto;
  padding:66px 0 34px;
}
.sh2-footer-grid{
  display:grid;
  grid-template-columns:.9fr 1.18fr 1fr 1.18fr;
  gap:56px;
  align-items:start;
}
.sh2-footer-column h2{
  margin:0 0 30px;
  color:var(--sh2-pure-white);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:24px;
  line-height:1.15;
  font-weight:500;
  letter-spacing:0;
}
.sh2-footer-column ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:15px;
}
.sh2-footer-column a{
  color:rgba(255,255,255,.94);
  font-size:15px;
  line-height:1.45;
  transition:color .2s ease,transform .2s ease;
}
.sh2-footer-column a:hover,
.sh2-footer-column a:focus-visible{
  color:var(--sh2-gold-2);
}
.sh2-footer-column a:focus-visible{
  outline:2px solid var(--sh2-gold-2);
  outline-offset:5px;
  border-radius:2px;
}
.sh2-social-list{
  display:grid;
  gap:17px;
}
.sh2-social-list a{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:13px;
  align-items:center;
  width:fit-content;
}
.sh2-social-list svg{
  width:26px;
  height:26px;
  fill:var(--sh2-gold-2);
  flex:none;
}
.sh2-social-list span{
  font-size:15px;
  line-height:1.35;
}
.sh2-footer-bottom{
  margin-top:66px;
  min-height:74px;
  padding:20px 28px;
  border-radius:12px;
  background:var(--sh2-pure-white);
  color:var(--sh2-text);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  text-align:center;
  font-size:17px;
  line-height:1.4;
}

@media (max-width:1080px){
  :root{
    --sh-logo-height:96px;
    --sh-wordmark-size:32px;
    --sh-wordmark-offset-y:-8px;
    --sh-menu-font-size:16px;
    --sh-menu-item-gap:28px;
    --sh-header-padding-top:34px;
    --sh-header-padding-bottom:24px;
    --sh-separator-height:98px;
    --sh-separator-gap-left:24px;
    --sh-separator-gap-right:24px;
  }
  .sh2-wordmark{letter-spacing:.15em}
}

@media (max-width:980px){
  :root{
    /* Mobile header tuning: same logo-based geometry as desktop. */
    --sh-logo-height:60px;
    --sh-wordmark-size:22px;
    --sh-header-padding-top:18px;
    --sh-header-padding-right:0px;
    --sh-header-padding-bottom:18px;
    --sh-header-padding-left:0px;
    --sh-wordmark-menu-gap:6px;
    --sh-wordmark-offset-y:-4px;
    --sh-menu-offset-y:0px;
    --sh-separator-height:56px;
    --sh-separator-gap-left:12px;
    --sh-separator-gap-right:12px;
  }
  .sh2-header{
    width:calc(100vw - 28px);
    height:calc(var(--sh-header-padding-top) + var(--sh-logo-height) + var(--sh-header-padding-bottom));
    min-height:calc(var(--sh-header-padding-top) + var(--sh-logo-height) + var(--sh-header-padding-bottom));
    grid-template-columns:auto var(--sh-separator-gap-left) 2px var(--sh-separator-gap-right) minmax(0,1fr) auto;
    grid-template-rows:minmax(0,1fr) auto;
    column-gap:0;
    row-gap:var(--sh-wordmark-menu-gap);
    align-items:stretch;
    padding:var(--sh-header-padding-top) var(--sh-header-padding-right) var(--sh-header-padding-bottom) var(--sh-header-padding-left);
  }
  .sh2-brand{display:contents}
  .sh2-brand-icon{
    grid-column:1;
    grid-row:1 / 3;
    height:var(--sh-logo-height);
    width:auto;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-right:0;
    align-self:stretch;
  }
  .sh2-icon{
    height:var(--sh-logo-height);
    width:auto;
    max-width:none;
  }
  .sh2-brand-separator{
    grid-column:3;
    grid-row:1 / 3;
    height:var(--sh-separator-height);
    width:2px;
    margin-right:0;
    align-self:center;
    justify-self:center;
    flex:0 0 auto;
  }
  .sh2-wordmark{
    grid-column:5;
    grid-row:1;
    align-self:end;
    justify-self:start;
    transform:translateY(var(--sh-wordmark-offset-y));
    font-size:var(--sh-wordmark-size);
    letter-spacing:.12em;
    white-space:normal;
    line-height:1.08;
    min-width:0;
  }
  .sh2-wordmark-accent{
    margin-left:.12em;
    letter-spacing:.12em;
  }
  .sh2-nav{display:none}
  .sh2-actions{display:contents}
  .sh2-menu-toggle{
    grid-column:6;
    grid-row:1 / 3;
    display:block;
    justify-self:end;
    align-self:end;
    transform:translateY(var(--sh-menu-offset-y));
  }
  .sh2-mobile-cta{
    grid-column:5;
    grid-row:2;
    display:block;
    margin:0;
    justify-self:start;
    align-self:end;
    transform:translateY(var(--sh-menu-offset-y));
    font-size:15px;
    line-height:1.25;
    font-weight:800;
    color:var(--sh2-text);
  }
  .sh2-mobile-cta span{color:var(--sh2-gold)}
  .sh2-mobile-panel{
    position:fixed;
    z-index:60;
    top:18px;
    left:20px;
    right:20px;
    border-radius:var(--sh2-radius-panel);
    background:var(--sh2-card);
    border:1px solid var(--sh2-border);
    box-shadow:var(--sh2-shadow-soft);
    padding:22px;
    flex-direction:column;
    gap:0;
  }
  .sh2-mobile-panel.is-open{display:flex}
  .sh2-mobile-panel-head{
    display:flex;
    align-items:center;
    gap:18px;
    padding-bottom:18px;
    border-bottom:1px solid var(--sh2-border);
    margin-bottom:8px;
  }
  .sh2-mobile-close{font-size:34px;line-height:1;border:0;background:transparent;color:var(--sh2-text);cursor:pointer}

  /* Mobile menu panel brand: same visual language as the main wordmark. */
  .sh2-mobile-panel-brand{
    font-family:"Cormorant Garamond",Georgia,serif;
    font-size:var(--sh-wordmark-size);
    line-height:1.08;
    letter-spacing:.12em;
    white-space:normal;
    color:var(--sh2-text);
    font-weight:600;
  }
  .sh2-mobile-panel-brand small{
    color:var(--sh2-gold);
    font-size:1em;
    font-weight:500;
    font-variant-caps:small-caps;
    letter-spacing:.12em;
    margin-left:.12em;
  }
  .sh2-mobile-panel a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--sh2-border);font-weight:600}
  .sh2-mobile-panel a.is-featured{color:var(--sh2-gold)}
  .sh2-hero{min-height:620px}
  .sh2-info-bar{grid-template-columns:1fr 1fr}
  .sh2-benefit-cards,.sh2-feature-grid,.sh2-benefits-subsection,.sh2-benefit-list{grid-template-columns:1fr}
  .sh2-apartment{grid-template-columns:1fr;row-gap:26px}
  .sh2-apartment>*{min-width:0}
  .sh2-apartment .sh2-section-copy{max-width:none}
  .sh2-apartment-features{grid-template-columns:max-content max-content;gap:10px 12px}
  .sh2-apartment-badge-text{font-size:16px}
  .sh2-apartment-badge--size{width:205px}.sh2-apartment-badge--bedrooms{width:236px}.sh2-apartment-badge--entrance{width:203px}.sh2-apartment-badge--panorama{width:220px}.sh2-apartment-badge--parking{width:213px}.sh2-apartment-badge--wifi{width:154px}
  .sh2-apartment .sh2-image-card{width:100%;max-width:100%;overflow:hidden}
  .sh2-section{padding:var(--sh2-section-padding-y) 0}
  .sh2-booking{grid-template-columns:1fr}
  .sh2-booking .sh2-btn{width:100%;justify-self:stretch;box-sizing:border-box}
  .sh2-footer-inner{padding-top:54px}
  .sh2-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:50px 42px}
  .sh2-footer-bottom{margin-top:54px}
  .sh2-btn{width:100%}
  .sh2-booking .sh2-btn{width:100%;max-width:none;justify-self:stretch;box-sizing:border-box}
}

@media (max-width:760px){
  .sh2{--sh2-kicker-font-size:18px}
  /* Final mobile header geometry */
  .sh2-header{
    height:102px;
    min-height:102px;
    padding-top:14px;
    padding-bottom:15px;
  }
  .sh2-brand-icon,
  .sh2-icon{height:58px}
  .sh2-brand-separator{height:54px}
  .sh2-wordmark{
    font-size:18px;
    line-height:1.06;
    transform:translateY(-18px);
  }
  .sh2-mobile-cta{
    font-size:13.5px;
    line-height:1.15;
    font-weight:800;
    transform:translateY(-17px);
  }
  .sh2-menu-toggle{transform:translateY(-16px)}

  /* Final mobile Hero */
  .sh2-hero{
    min-height:0 !important;
    height:120vw !important;
    max-height:none !important;
  }
  .sh2-hero-bg,
  .sh2-hero-slide,
  .sh2-hero-slide picture{height:100% !important}
  .sh2-hero-bg img,
  .sh2-hero-bg video{
    width:100% !important;
    height:100% !important;
    object-fit:cover;
    object-position:102% center;
  }
  .sh2-hero-content{padding:88px 0 72px}
  .sh2-hero .sh2-eyebrow{
    margin-bottom:14px;
  }
  .sh2-hero h1{
    max-width:560px;
    font-size:clamp(36px,9.5vw,52px);
    line-height:1;
  }
  .sh2-subtitle{
    max-width:460px;
    font-size:16px;
    line-height:1.55;
  }
  .sh2-hero .sh2-btn{
    width:100%;
    max-width:360px;
    padding:14px 22px;
    font-size:15px;
    line-height:1.2;
    border-radius:10px;
  }
  .sh2-hero-dots{
    left:50%;
    right:auto;
    bottom:42px;
    transform:translateX(-50%);
  }

  /* Direct Booking button aligned with card width */
  .sh2 .sh2-booking{
    padding-left:var(--sh2-gutter);
    padding-right:var(--sh2-gutter);
  }
  .sh2 .sh2-booking .sh2-btn{
    width:100%;
    max-width:none;
    justify-self:stretch;
    box-sizing:border-box;
  }
}

@media (max-width:620px){
  :root{
    --sh2-gutter:14px;
    --sh2-container:min(100vw - 28px,var(--sh2-container-max));
    --sh-logo-height:54px;
    --sh-wordmark-size:18px;
    --sh-header-padding-top:16px;
    --sh-header-padding-bottom:15px;
    --sh-wordmark-menu-gap:5px;
    --sh-wordmark-offset-y:-3px;
    --sh-menu-offset-y:0px;
    --sh-separator-height:50px;
    --sh-separator-gap-left:9px;
    --sh-separator-gap-right:9px;
  }

  .sh2-header{width:calc(100vw - 24px)}
  .sh2-wordmark,
  .sh2-mobile-panel-brand{
    letter-spacing:.105em;
    line-height:1.08;
  }
  .sh2-mobile-panel-brand small{letter-spacing:.105em}
  .sh2-mobile-cta{font-size:13.5px}
  .sh2-menu-toggle{width:48px;height:58px}
  .sh2-menu-toggle span{width:32px;height:2px;margin:8px auto}

  .sh2-info-bar,
  .sh2-benefit-cards{grid-template-columns:1fr}
  .sh2-apartment-features{grid-template-columns:1fr;gap:10px;margin:22px 0 0;justify-items:start}
  .sh2-apartment-badge{max-width:100%}
  .sh2-apartment-badge--size{width:min(100%,220px)}
  .sh2-apartment-badge--bedrooms{width:min(100%,252px)}
  .sh2-apartment-badge--entrance{width:min(100%,216px)}
  .sh2-apartment-badge--panorama{width:min(100%,238px)}
  .sh2-apartment-badge--parking{width:min(100%,232px)}
  .sh2-apartment-badge--wifi{width:min(100%,168px)}
  .sh2-apartment-badge-text{font-size:14px;line-height:1.02}
  .sh2-apartment-badge--size .sh2-apartment-badge-text,.sh2-apartment-badge--entrance .sh2-apartment-badge-text,.sh2-apartment-badge--wifi .sh2-apartment-badge-text{white-space:normal}
  .sh2-hero-content{padding:80px 0}
  .sh2-card{padding:22px}

  .sh2-benefits-subsection{
    margin-top:54px;
    padding-top:48px;
    gap:30px;
  }

  .sh2-footer-inner{padding:52px 0 24px}
  .sh2-footer-grid{
    grid-template-columns:1fr;
    gap:58px;
  }
  .sh2-footer-column h2{
    margin-bottom:27px;
    font-size:22px;
  }
  .sh2-footer-column ul{gap:13px}
  .sh2-footer-column a,
  .sh2-social-list span{font-size:15px}
  .sh2-social-list{gap:19px}
  .sh2-social-list a{
    grid-template-columns:31px minmax(0,1fr);
    gap:14px;
  }
  .sh2-social-list svg{
    width:24px;
    height:24px;
  }
  .sh2-footer-bottom{
    margin-top:58px;
    min-height:0;
    padding:20px 18px;
    flex-direction:column;
    gap:3px;
    font-size:15px;
  }
  .sh2-footer-bottom span[aria-hidden="true"]{display:none}
}


@media (max-width:620px) and (orientation: portrait){
  .sh2-apartment-features{grid-template-columns:1fr;gap:10px;margin:22px 0 0;justify-items:start}
  .sh2-apartment-badge,
  .sh2-apartment-badge--size,
  .sh2-apartment-badge--bedrooms,
  .sh2-apartment-badge--entrance,
  .sh2-apartment-badge--panorama,
  .sh2-apartment-badge--parking,
  .sh2-apartment-badge--wifi{width:auto;max-width:100%}
  .sh2-apartment-badge-bg{height:50px;width:auto;max-width:100%}
  .sh2-apartment-badge-text{font-size:14.5px;line-height:1.02;padding:0 7px 0 6px}
  .sh2-apartment-badge--size .sh2-apartment-badge-text,
  .sh2-apartment-badge--bedrooms .sh2-apartment-badge-text,
  .sh2-apartment-badge--entrance .sh2-apartment-badge-text,
  .sh2-apartment-badge--wifi .sh2-apartment-badge-text{white-space:nowrap}
}

@media (max-width:390px){
  :root{
    --sh-logo-height:50px;
    --sh-wordmark-size:16px;
    --sh-header-padding-top:15px;
    --sh-header-padding-bottom:14px;
    --sh-wordmark-offset-y:-2px;
    --sh-separator-height:46px;
    --sh-separator-gap-left:7px;
    --sh-separator-gap-right:8px;
  }
  .sh2-wordmark,
  .sh2-mobile-panel-brand{letter-spacing:.08em}
  .sh2-mobile-panel-brand small{letter-spacing:.08em}
  .sh2-mobile-cta{font-size:13.5px}
}


/* =========================================================
   Location block — Schwarm Home2 v0.8.5
   ========================================================= */
.sh2-location{
  background:var(--sh2-bg);
  color:var(--sh2-text);
}
.sh2-location-map{
  width:100%;
  height:520px;
  background:#dfe7df;
  overflow:hidden;
}
.sh2-location-map iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
.sh2-location-inner{
  width:var(--sh2-container);
  margin:0 auto;
  padding:var(--sh2-section-padding-y) 0;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:42px;
  align-items:start;
}
.sh2-location-copy h2{
  max-width:760px;
  font-size:clamp(40px,4.6vw,66px);
  line-height:1;
}
.sh2-location-copy > p:not(.sh2-eyebrow):not(.sh2-section-label){
  max-width:740px;
  margin:0;
  font-size:18px;
  line-height:1.7;
}
.sh2-location-copy > p:not(.sh2-eyebrow):not(.sh2-section-label) + p{
  margin-top:16px;
}
.sh2-location-card{
  background:var(--sh2-card);
  border:1px solid var(--sh2-border);
  border-radius:var(--sh2-radius-panel);
  box-shadow:var(--sh2-shadow-soft);
  padding:30px 28px;
}
.sh2-location-card h3{
  margin:0 0 22px;
  font-size:32px;
  line-height:1.05;
}
.sh2-contact-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:18px;
}
.sh2-contact-list li{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:15px;
  align-items:start;
}
.sh2-contact-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(200,154,74,.11);
  color:var(--sh2-gold);
  border:1px solid rgba(200,154,74,.18);
}
.sh2-contact-icon.is-whatsapp{
  background:rgba(37,211,102,.10);
  color:#1a9b4d;
  border-color:rgba(37,211,102,.24);
}
.sh2-contact-icon svg{
  width:22px;
  height:22px;
  fill:currentColor;
}
.sh2-contact-text{min-width:0}
.sh2-contact-text strong{
  display:block;
  margin:1px 0 4px;
  color:var(--sh2-text);
  font-size:14px;
  line-height:1.2;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.sh2-contact-text a{
  color:var(--sh2-text);
  font-size:17px;
  line-height:1.5;
  font-weight:600;
  word-break:break-word;
  transition:color .18s ease;
}
.sh2-contact-text a:hover{color:var(--sh2-gold)}

@media (max-width:1080px){
  .sh2-location-inner{grid-template-columns:1fr;gap:34px}
  .sh2-location-copy h2{max-width:820px}
  .sh2-location-card{max-width:760px}
}

@media (max-width:760px){
  .sh2-location-map{height:420px}
  .sh2-location-inner{padding:var(--sh2-section-padding-y) 0;gap:28px}
  .sh2-location-copy h2{font-size:clamp(36px,10vw,52px)}
  .sh2-location-copy > p:not(.sh2-eyebrow):not(.sh2-section-label){font-size:16px;line-height:1.65}
  .sh2-location-card{padding:24px 22px}
  .sh2-location-card h3{margin-bottom:18px;font-size:28px}
  .sh2-contact-list{gap:16px}
  .sh2-contact-list li{grid-template-columns:42px minmax(0,1fr);gap:13px}
  .sh2-contact-icon{width:42px;height:42px}
  .sh2-contact-icon svg{width:20px;height:20px}
  .sh2-contact-text a{font-size:16px;line-height:1.45}
}

@media (max-width:390px){
  .sh2-location-map{height:380px}
  .sh2-contact-text strong{font-size:13px}
}



/* =========================================================
   Location practical cards — v0.8.45
   ========================================================= */
.sh2-location-practical{
  width:var(--sh2-container);
  margin:0 auto;
  padding:0 0 var(--sh2-section-padding-y);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.sh2-location-practical-card{
  min-width:0;
  padding:24px 22px 26px;
  background:var(--sh2-card);
  border:1px solid var(--sh2-border);
  border-radius:var(--sh2-radius-card);
  box-shadow:var(--sh2-shadow-soft);
}
.sh2 .sh2-location-practical-card h3{
  margin:0 0 12px;
  font-family:Inter,system-ui,sans-serif;
  font-size:20px;
  line-height:1.25;
  font-weight:800;
  color:var(--sh2-text);
}
.sh2-location-practical-card p{
  margin:0;
  color:var(--sh2-muted);
  font-size:18px;
  line-height:1.6;
}
@media (max-width:1080px){
  .sh2-location-practical{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .sh2-location-practical{grid-template-columns:1fr;gap:14px}
  .sh2-location-practical-card{padding:22px 20px 23px}
  .sh2 .sh2-location-practical-card h3{font-size:18px}
  .sh2-location-practical-card p{font-size:15px;line-height:1.6}
}

/* =========================================================
   Guest Reviews — retained from the previous page
   ========================================================= */
.sh2-reviews{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  background:var(--sh2-zero);
  color:var(--sh2-pure-white);
}
.sh2-reviews-inner{
  width:var(--sh2-container);
  margin:0 auto;
  padding:var(--sh2-section-padding-y) 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:58px;
  row-gap:48px;
  align-items:start;
}
.sh2-reviews-head{
  grid-column:1 / -1;
  width:100%;
  max-width:820px;
  margin:0 auto;
  text-align:center;
}
.sh2-reviews-head .sh2-section-label{
  margin-left:auto;
  margin-right:auto;
}
.sh2-reviews-head h2{
  margin:0;
  color:var(--sh2-pure-white);
  font-size:clamp(44px,4.7vw,68px);
  line-height:1.02;
  text-wrap:balance;
}
.sh2-review-card{
  min-width:0;
  text-align:center;
}
.sh2-review-stars{
  margin:0 0 4px;
  color:#ffd83d;
  font-size:27px;
  line-height:1;
  letter-spacing:1px;
  white-space:nowrap;
}
.sh2-review-card blockquote{
  margin:0 auto;
  max-width:470px;
  color:var(--sh2-pure-white);
  font-family:Inter,system-ui,sans-serif;
  font-size:18px;
  font-style:normal;
  font-weight:400;
  line-height:1.48;
  text-wrap:pretty;
}
.sh2-review-author{
  position:relative;
  width:max-content;
  max-width:100%;
  margin:30px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
}
.sh2-review-author img,
.sh2-review-avatar-fallback{
  width:58px;
  height:58px;
  flex:0 0 58px;
  border-radius:50%;
}
.sh2-review-avatar-fallback{
  display:grid;
  place-items:center;
  background:#30322f;
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:700;
}
.sh2-review-author img{
  position:absolute;
  left:0;
  top:0;
  object-fit:cover;
}
.sh2-review-author cite{
  color:var(--sh2-pure-white);
  font-family:Inter,system-ui,sans-serif;
  font-size:19px;
  font-style:normal;
  font-weight:700;
  line-height:1.25;
  white-space:nowrap;
}
@media (max-width:1080px){
  .sh2-reviews-inner{gap:32px}
  .sh2-review-card blockquote{font-size:16px}
  .sh2-review-author cite{font-size:17px}
}
@media (max-width:760px){
  .sh2-reviews-inner{
    padding:var(--sh2-section-padding-y) 0;
    grid-template-columns:1fr;
    column-gap:0;
    row-gap:72px;
  }
  .sh2-reviews-head{margin-bottom:-24px}
  .sh2-reviews-head h2{font-size:clamp(38px,11vw,54px)}
  .sh2-review-stars{font-size:25px}
  .sh2-review-card blockquote{
    max-width:560px;
    font-size:16px;
    line-height:1.55;
  }
  .sh2-review-author{margin-top:25px}
}

/* =========================================================
   Landing Final CTA — Schwarm Home2 v0.8.0
   Final copy will be transferred from the Landing-all plan.
   ========================================================= */
.sh2-final-cta{
  position:relative;
  width:100%;
  min-height:clamp(610px,48vw,820px);
  display:grid;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  background:#182016;
}
.sh2-final-cta::after{
  content:"";
  position:absolute;
  z-index:3;
  left:50%;
  bottom:0;
  width:min(86%,1200px);
  height:2px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent 0%,rgba(200,154,74,.18) 10%,var(--sh2-gold-2) 50%,rgba(200,154,74,.18) 90%,transparent 100%);
  box-shadow:0 0 12px rgba(200,154,74,.18);
  pointer-events:none;
}
.sh2-final-cta-media,
.sh2-final-cta-media img,
.sh2-final-cta-overlay{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.sh2-final-cta-media{z-index:-3}
.sh2-final-cta-media img{
  max-width:none;
  object-fit:cover;
  object-position:center center;
  transform:scale(1.005);
}
.sh2-final-cta-overlay{
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(7,10,8,.82) 0%,rgba(7,10,8,.66) 32%,rgba(7,10,8,.27) 62%,rgba(7,10,8,.08) 100%),
    linear-gradient(0deg,rgba(7,10,8,.30) 0%,rgba(7,10,8,.04) 48%,rgba(7,10,8,.14) 100%);
}
.sh2-final-cta-inner{
  width:var(--sh2-container);
  margin:0 auto;
  padding:var(--sh2-section-padding-y) 0;
}
.sh2-final-cta-copy{
  max-width:760px;
  color:var(--sh2-pure-white);
}
.sh2 .sh2-final-cta-eyebrow{
  margin:0 0 20px;
  color:var(--sh2-gold-2);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:var(--sh2-kicker-font-size);
  line-height:1.2;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.sh2-final-cta h2{
  max-width:760px;
  margin:0;
  color:var(--sh2-pure-white);
  font-size:clamp(52px,5.4vw,88px);
  line-height:.98;
  text-wrap:balance;
  text-shadow:0 2px 26px rgba(0,0,0,.18);
}
.sh2 .sh2-final-cta-text{
  max-width:660px;
  margin:28px 0 0;
  color:rgba(255,255,255,.91);
  font-size:19px;
  line-height:1.65;
  text-wrap:pretty;
}
.sh2-final-cta-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:28px;
  margin-top:38px;
}
.sh2-final-cta .sh2-btn-primary{
  box-shadow:0 14px 34px rgba(0,0,0,.20);
}
@media (max-width:980px){
  .sh2-final-cta{min-height:680px}
  .sh2-final-cta-inner{padding:var(--sh2-section-padding-y) 0}
  .sh2-final-cta-copy{max-width:680px}
}

@media (max-width:760px){
  .sh2-final-cta{
    min-height:780px;
    align-items:end;
  }
  .sh2-final-cta-media img{
    object-position:center center;
    transform:none;
  }
  .sh2-final-cta-overlay{
    background:
      linear-gradient(0deg,rgba(7,10,8,.92) 0%,rgba(7,10,8,.78) 27%,rgba(7,10,8,.38) 58%,rgba(7,10,8,.10) 100%),
      linear-gradient(90deg,rgba(7,10,8,.22) 0%,rgba(7,10,8,.04) 100%);
  }
  .sh2-final-cta-inner{padding:var(--sh2-section-padding-y) 0}
  .sh2 .sh2-final-cta-eyebrow{
    max-width:340px;
    margin-bottom:16px;
  }
  .sh2-final-cta h2{
    max-width:580px;
    font-size:clamp(42px,12vw,62px);
    line-height:.98;
  }
  .sh2 .sh2-final-cta-text{
    margin-top:22px;
    font-size:16px;
    line-height:1.58;
  }
  .sh2-final-cta-actions{
    align-items:stretch;
    flex-direction:column;
    gap:18px;
    margin-top:30px;
  }
  .sh2-final-cta .sh2-btn{
    width:100%;
    min-height:52px;
    font-size:15px;
  }
}

@media (max-width:390px){
  .sh2-final-cta{min-height:740px}
  .sh2-final-cta h2{font-size:40px}
}



/* =========================================================
   Guest Benefits — Schwarm Home2 v0.8.11
   Full-size transparent product layers overlap equal information cards
   without covering the text or colliding at narrower desktop widths.
   Image files are supplied separately in assets/images/:
   - Guest Card layer.webp
   - Mobility Ticket layer.webp
   - Cards v3 background.webp
   ========================================================= */
.sh2-guest-benefits{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  background-color:#151515;
  background-image:url("../images/Cards v3 background.webp");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  color:var(--sh2-pure-white);
}
.sh2-guest-benefits-inner{
  width:var(--sh2-container);
  margin:0 auto;
  padding:var(--sh2-section-padding-y) 0;
}
.sh2-guest-benefits-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:64px;
  align-items:end;
  margin-bottom:34px;
}
.sh2-guest-benefits-copy{max-width:980px}

/* Shared landing-page block label. Each word group owns its underline. */
.sh2-section-label{
  display:inline-flex;
  gap:.32em;
  align-items:flex-end;
  white-space:nowrap;
  width:max-content;
  margin:0 0 20px;
  color:var(--sh2-gold-2)!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:var(--sh2-kicker-font-size);
  line-height:1.2;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.sh2-section-center .sh2-section-label{
  margin-left:auto;
  margin-right:auto;
}
.sh2-section-label-word{
  position:relative;
  display:inline-block;
  padding-bottom:12px;
}
.sh2-section-label-word::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
}
.sh2-section-label-word-primary::after{
  height:2px;
  background:var(--sh2-gold-2);
}
.sh2-section-label-word-secondary::after{
  height:1px;
  background:linear-gradient(90deg,rgba(214,173,92,.92) 0%,rgba(214,173,92,.34) 100%);
}
.sh2-booking .sh2-booking-label{
  margin-bottom:18px;
  color:var(--sh2-gold-2)!important;
}

.sh2-guest-benefits h2{
  max-width:980px;
  margin:0;
  color:var(--sh2-pure-white);
  font-size:clamp(52px,4.8vw,82px);
  line-height:.98;
  text-wrap:balance;
}
.sh2 .sh2-guest-benefits-copy>p:last-child{
  max-width:880px;
  margin:22px 0 0;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.55;
  text-wrap:pretty;
}
.sh2-guest-benefits-cta{
  min-width:300px;
  min-height:58px;
  justify-self:end;
  margin-bottom:6px;
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}
.sh2-guest-benefits-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(38px,4vw,76px);
  align-items:stretch;
}
.sh2-guest-benefit{
  position:relative;
  min-width:0;
  display:grid;
  /* The second row follows the real info-card height, so the overlap
     is not reserved again as empty space below the cards. */
  grid-template-rows:600px auto;
  align-items:start;
}
.sh2-guest-benefit-visual{
  position:relative;
  z-index:2;
  min-width:0;
  height:600px;
  display:flex;
  align-items:center;
  overflow:visible;
  pointer-events:none;
}
.sh2-guest-benefit-visual::after{display:none}
.sh2-guest-benefit-visual img{
  position:relative;
  z-index:2;
  flex:0 0 auto;
  width:auto;
  max-width:none!important;
  height:auto;
  object-fit:contain;
  filter:none;
}
.sh2-guest-benefit-card .sh2-guest-benefit-visual{justify-content:flex-start}
.sh2-guest-benefit-ticket .sh2-guest-benefit-visual{justify-content:flex-end}
.sh2-guest-card-image{
  width:clamp(720px,47vw,900px)!important;
  transform:translate(-24px,56px);
}
.sh2-mobility-ticket-image{
  width:clamp(660px,42.7vw,820px)!important;
  transform:translate(clamp(180px,13vw,250px),124px);
}
.sh2-guest-benefit-info{
  position:relative;
  z-index:1;
  width:100%;
  min-height:590px;
  height:auto;
  margin-top:-190px;
  padding:38px 40px 40px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  background:linear-gradient(145deg,rgba(32,33,31,.985),rgba(19,20,19,.985));
  border:1px solid rgba(214,173,92,.18);
  border-radius:18px;
  box-shadow:0 24px 55px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.025);
}
/* The horizontal Guest Card overlaps only the reserved blank top area. */
.sh2-guest-benefit-card .sh2-guest-benefit-info{
  justify-self:stretch;
  padding-top:240px;
}
/* The tall Mobility Ticket occupies the reserved right-hand area. */
.sh2-guest-benefit-ticket .sh2-guest-benefit-info{
  justify-self:stretch;
  margin-left:0;
  padding-right:clamp(285px,19vw,340px);
  transform:none;
}
.sh2-guest-benefit-icon{
  width:50px;
  height:50px;
  margin-bottom:18px;
  color:var(--sh2-gold-2);
}
.sh2-guest-benefit-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.sh2-guest-benefit-info h3{
  margin:0;
  color:var(--sh2-pure-white);
  font-size:clamp(32px,2.25vw,46px);
  line-height:1.04;
  overflow-wrap:anywhere;
}
.sh2 .sh2-guest-benefit-highlight{
  margin:12px 0 0;
  color:var(--sh2-gold-2);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(21px,1.45vw,28px);
  font-weight:600;
  line-height:1.25;
  overflow-wrap:anywhere;
}
.sh2-guest-benefit-rule{
  width:44px;
  height:2px;
  margin:20px 0;
  background:var(--sh2-gold-2);
}
.sh2 .sh2-guest-benefit-text{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.8);
  font-size:17px;
  line-height:1.62;
  overflow-wrap:anywhere;
}

@media (max-width:1280px){
  .sh2-guest-benefits-head{gap:38px;margin-bottom:28px}
  .sh2-guest-benefits-cta{min-width:260px}
  .sh2-guest-benefits-grid{gap:34px}
  .sh2-guest-benefit-info{padding-left:32px;padding-bottom:34px}
}

/* Switch to one clean column before the full-size products can collide. */
@media (max-width:1140px){
  .sh2-guest-benefits-grid{
    grid-template-columns:1fr;
    gap:76px;
    align-items:start;
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
  }
  .sh2-guest-benefit{grid-template-rows:auto auto}
  .sh2-guest-benefit-card .sh2-guest-benefit-visual{
    height:clamp(500px,36vw,580px);
    justify-content:center;
  }
  .sh2-guest-benefit-ticket .sh2-guest-benefit-visual{
    height:clamp(590px,43vw,690px);
    justify-content:center;
  }
  .sh2-guest-card-image,
  .sh2-mobility-ticket-image{transform:none}
  .sh2-guest-benefit-info{
    width:100%;
    min-height:470px;
    height:auto;
    margin-top:-96px;
    padding:132px 40px 42px;
    border-radius:16px;
  }
  .sh2-guest-benefit-ticket .sh2-guest-benefit-info{
    margin-left:0;
    padding:148px 40px 42px;
    transform:none;
  }
}

@media (max-width:900px){
  .sh2-guest-benefits-head{
    grid-template-columns:1fr;
    gap:28px;
    align-items:start;
    margin-bottom:44px;
  }
  .sh2-guest-benefits-cta{width:100%;min-width:0;justify-self:stretch;margin:0}
  .sh2-guest-benefits-grid{gap:58px}
  .sh2-guest-benefit-card .sh2-guest-benefit-visual{
    height:clamp(330px,58vw,470px);
  }
  .sh2-guest-benefit-ticket .sh2-guest-benefit-visual{
    height:clamp(430px,72vw,560px);
  }
  .sh2-guest-card-image{width:min(112vw,760px)!important}
  .sh2-mobility-ticket-image{width:min(98vw,650px)!important}
  .sh2-guest-benefit-info{
    min-height:0;
    margin-top:-72px;
    padding:30px 26px 32px;
    border-radius:15px;
  }
  .sh2-guest-benefit-card .sh2-guest-benefit-info{padding-top:30px}
  .sh2-guest-benefit-ticket .sh2-guest-benefit-info{padding:30px 26px 32px}
}

@media (max-width:760px){
  .sh2-guest-benefits{
    background-size:auto 100%;
    background-position:center center;
  }
  .sh2-guest-benefits-inner{padding:58px 0 68px}
  .sh2-section-label{margin-bottom:16px}
  .sh2-section-label-word{padding-bottom:10px}
  .sh2-guest-benefits h2{font-size:clamp(42px,12vw,58px)}
  .sh2 .sh2-guest-benefits-copy>p:last-child{margin-top:18px;font-size:16px;line-height:1.58}
  .sh2-guest-benefits-grid{gap:50px}
  .sh2-guest-benefit-card .sh2-guest-benefit-visual{height:clamp(300px,68vw,420px)}
  .sh2-guest-benefit-ticket .sh2-guest-benefit-visual{height:clamp(390px,88vw,520px)}
  .sh2-guest-benefit-icon{width:44px;height:44px;margin-bottom:16px}
  .sh2-guest-benefit-info h3{font-size:34px}
  .sh2 .sh2-guest-benefit-highlight{font-size:23px}
  .sh2 .sh2-guest-benefit-text{font-size:16px;line-height:1.58}
}
@media (max-width:390px){
  .sh2-guest-benefit-info{padding:27px 22px 29px}
  .sh2-guest-benefit-card .sh2-guest-benefit-info{padding-top:27px}
  .sh2-guest-benefit-ticket .sh2-guest-benefit-info{padding:27px 22px 29px}
  .sh2-guest-benefit-info h3{font-size:31px}
}

/* Explore the Region cards v0.8.13 */
.sh2-region-benefits{
  padding-top:72px;
  padding-bottom:78px;
}
.sh2-region-benefits .sh2-section-center{
  margin-bottom:38px;
}
.sh2-explore-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}
.sh2-explore-card{
  min-width:0;
  margin:0;
}
.sh2-explore-card-link{
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:var(--sh2-card);
  border:1px solid var(--sh2-border);
  border-radius:var(--sh2-radius-card);
  box-shadow:var(--sh2-shadow-soft);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.sh2-explore-card-media{
  position:relative;
  aspect-ratio:4 / 3;
  overflow:hidden;
  background:rgba(21,21,21,.06);
}
.sh2-explore-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.sh2-explore-card-copy{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:25px 27px 28px;
}
.sh2 .sh2-explore-card h3{
  margin:0 0 12px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(25px,1.75vw,32px);
  font-weight:600;
  line-height:1.12;
}
.sh2 .sh2-explore-card p{
  margin:0;
  font-size:16px;
  line-height:1.62;
}
.sh2-explore-card-link:hover,
.sh2-explore-card-link:focus-visible{
  transform:translateY(-4px);
  border-color:var(--sh2-gold-border);
  box-shadow:0 16px 34px rgba(0,0,0,.11);
}
.sh2-explore-card-link:hover .sh2-explore-card-media img,
.sh2-explore-card-link:focus-visible .sh2-explore-card-media img{
  transform:scale(1.035);
}
.sh2-explore-card-link:focus-visible{
  outline:3px solid var(--sh2-gold);
  outline-offset:4px;
}

@media (max-width:1080px){
  .sh2-explore-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
  }
}

@media (max-width:620px){
  .sh2-region-benefits{
    padding-top:58px;
    padding-bottom:64px;
  }
  .sh2-region-benefits .sh2-section-center{
    margin-bottom:30px;
  }
  .sh2-explore-grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .sh2-explore-card-copy{
    padding:22px 23px 25px;
  }
  .sh2 .sh2-explore-card h3{
    font-size:29px;
  }
  .sh2 .sh2-explore-card p{
    font-size:15px;
    line-height:1.58;
  }
}

@media (prefers-reduced-motion:reduce){
  .sh2-explore-card-link,
  .sh2-explore-card-media img{
    transition:none;
  }
}

@media (max-width:760px){
  .sh2-explore-hero,
  .sh2-explore-place-hero{min-height:620px}
}


/* ================================================================
   Sub-Apartment page v0.8.41
   ================================================================ */
.sh2-subpage .sh2-nav a.is-current{color:var(--sh2-gold)}

.sh2-subpage-hero{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
}
.sh2-subpage-hero-media,
.sh2-subpage-hero-overlay{position:absolute;inset:0}
.sh2-subpage-hero-media{z-index:-2;background:#222}
.sh2-subpage-hero-media picture{display:block;width:100%;height:100%}
.sh2-subpage-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 54%}
.sh2-subpage-hero-overlay{
  z-index:-1;
  background:linear-gradient(90deg,rgba(0,0,0,.70) 0%,rgba(0,0,0,.48) 44%,rgba(0,0,0,.18) 76%,rgba(0,0,0,.12) 100%);
}
.sh2-subpage-hero-inner{
  width:var(--sh2-container);
  margin:0 auto;
  padding:88px 0 96px;
  color:#fff;
}
.sh2-subpage-hero .sh2-eyebrow{margin-bottom:20px}
.sh2-subpage-hero h1{
  max-width:840px;
  font-size:clamp(48px,5.2vw,78px);
  line-height:1;
  color:#fff;
  margin-bottom:22px;
}
.sh2-subpage-hero-inner>p:not(.sh2-eyebrow){
  max-width:760px;
  color:rgba(255,255,255,.9);
  font-size:19px;
  margin:0 0 30px;
}

.sh2-ap-detail-section{padding:var(--sh2-section-padding-y) 0}
.sh2-ap-detail-inner,
.sh2-subpage-cta-inner{width:var(--sh2-container);margin:0 auto}
.sh2-ap-detail-head{max-width:920px;margin-bottom:38px}
.sh2-ap-detail-copy{max-width:720px}
.sh2-ap-detail-section h2,
.sh2-subpage-cta h2{
  font-size:clamp(38px,4vw,58px);
  line-height:1.02;
}
.sh2-ap-detail-section h3{font-size:clamp(30px,3vw,42px);line-height:1.05}
.sh2-ap-detail-section p{font-size:18px;line-height:1.7}
.sh2-ap-detail-head>p:last-child,
.sh2-ap-detail-copy>p:last-child,
.sh2-subpage-cta-inner>div>p:last-child{max-width:820px}

.sh2-ap-layout{background:var(--sh2-bg);padding:30px 0}
.sh2-ap-layout-grid{
  display:grid;
  grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);
  gap:64px;
  align-items:center;
}
.sh2-ap-floorplan{margin:0;min-width:0}
.sh2-ap-floorplan img{display:block;width:100%;height:auto;max-height:690px;object-fit:contain}

.sh2-ap-exterior{background:var(--sh2-pure-white)}
.sh2-ap-photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}
.sh2-ap-photo{margin:0;min-width:0;overflow:hidden;border-radius:var(--sh2-radius-card);background:#e9e6e2}
.sh2-ap-photo img{display:block;width:100%;height:100%;object-fit:cover}
.sh2-ap-photo-pair--exterior{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)}
.sh2-ap-photo-pair--exterior .sh2-ap-photo{aspect-ratio:4/3}
.sh2-ap-photo-pair--exterior .sh2-ap-photo--large{aspect-ratio:1/1}
.sh2-ap-photo-pair--exterior .sh2-ap-photo--large img{object-position:center 48%}
.sh2-ap-photo-pair--exterior .sh2-ap-photo:not(.sh2-ap-photo--large) img{object-position:center 58%}

.sh2-ap-living{background:var(--sh2-bg)}
.sh2-ap-photo-pair--living .sh2-ap-photo{aspect-ratio:4/3}

.sh2-ap-bedrooms{background:var(--sh2-pure-white)}
.sh2-ap-bedroom-row{
  display:grid;
  grid-template-columns:minmax(240px,.38fr) minmax(0,1.62fr);
  gap:44px;
  align-items:center;
  padding:46px 0;
  border-top:1px solid rgba(0,0,0,.10);
}
.sh2-ap-bedroom-row:last-child{padding-bottom:0}
.sh2-ap-bedroom-row--reverse{grid-template-columns:minmax(0,1.62fr) minmax(240px,.38fr)}
.sh2-ap-bedroom-row--reverse .sh2-ap-bedroom-copy{order:2}
.sh2-ap-bedroom-row--reverse .sh2-ap-bedroom-photos{order:1}
.sh2-ap-bedroom-copy p{margin-bottom:0}
.sh2-ap-bedroom-photos{display:grid;grid-template-columns:1.18fr .82fr;gap:18px;min-width:0}
.sh2-ap-bedroom-photos .sh2-ap-photo{aspect-ratio:4/3}
.sh2-ap-bedroom-photos .sh2-ap-photo:not(.sh2-ap-photo--primary){aspect-ratio:1/1}
.sh2-ap-bedroom-row--reverse .sh2-ap-bedroom-photos{grid-template-columns:.82fr 1.18fr}
.sh2-ap-bedroom-row--reverse .sh2-ap-photo--primary{order:2}
.sh2-ap-bedroom-row--reverse .sh2-ap-photo:not(.sh2-ap-photo--primary){order:1}

.sh2-ap-bathroom{background:var(--sh2-bg)}
.sh2-ap-bathroom-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);
  gap:60px;
  align-items:center;
}
.sh2-ap-bathroom-photo{aspect-ratio:4/3}

.sh2-ap-amenities{background:var(--sh2-pure-white)}
.sh2-ap-amenities-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:start;
}
.sh2-ap-amenity-column{
  border-top:3px solid var(--sh2-gold);
  padding:26px 24px 28px;
  background:var(--sh2-bg);
  min-height:100%;
}
.sh2-ap-amenity-group + .sh2-ap-amenity-group{
  margin-top:30px;
  padding-top:26px;
  border-top:1px solid rgba(0,0,0,.12);
}
.sh2 .sh2-ap-amenity-column h3{
  font-family:Inter,system-ui,sans-serif;
  font-size:20px;
  line-height:1.25;
  font-weight:800;
  margin:0 0 18px;
}
.sh2-ap-amenity-column ul{list-style:none;margin:0;padding:0}
.sh2-ap-amenity-column li{
  position:relative;
  padding:8px 0 8px 22px;
  border-bottom:1px solid rgba(0,0,0,.08);
  font-size:17px;
  line-height:1.5;
}
.sh2-ap-amenity-column li:last-child{border-bottom:0}
.sh2-ap-amenity-column li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:8px;
  color:var(--sh2-gold);
  font-weight:800;
}


.sh2-ap-local{background:var(--sh2-bg)}
.sh2-ap-local-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.sh2-ap-local-card{
  min-width:0;
  height:100%;
  padding:28px 24px 30px;
  background:var(--sh2-pure-white);
  border:1px solid var(--sh2-border);
  border-radius:var(--sh2-radius-card);
  box-shadow:var(--sh2-shadow-soft);
}
.sh2-ap-local-icon{
  width:72px;
  height:72px;
  margin:0 0 22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--sh2-card);
  border:1px solid var(--sh2-border);
  color:var(--sh2-text);
}
.sh2-ap-local-icon svg,
.sh2-ap-local-icon img{
  width:66px;
  height:66px;
}
.sh2-ap-local-icon svg{
  fill:none;
  stroke:currentColor;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.sh2-ap-local-icon img{
  display:block;
  object-fit:contain;
}
.sh2 .sh2-ap-local-card h3{
  margin:0 0 13px;
  font-family:Inter,system-ui,sans-serif;
  font-size:20px;
  line-height:1.25;
  font-weight:800;
  color:var(--sh2-text);
}
.sh2-ap-local-card p{
  margin:0;
  color:var(--sh2-muted);
  font-size:18px;
  line-height:1.65;
}

@media (max-width:1120px){
  .sh2-ap-local-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:700px){
  .sh2-ap-local-grid{grid-template-columns:1fr;gap:16px}
  .sh2-ap-local-card{padding:24px 22px 26px}
  .sh2-ap-local-icon{width:64px;height:64px;margin-bottom:18px}
  .sh2-ap-local-icon svg,
  .sh2-ap-local-icon img{width:59px;height:59px}
  .sh2 .sh2-ap-local-card h3{font-size:19px}
  .sh2-ap-local-card p{font-size:15.5px;line-height:1.58}
}

.sh2-subpage-cta{
  background:var(--sh2-black);
  color:#fff;
  padding:var(--sh2-section-padding-y) 0;
}
.sh2-subpage-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:46px;
}
.sh2-subpage-cta-inner>div{max-width:900px}
.sh2-subpage-cta p{color:rgba(255,255,255,.76)}
.sh2-subpage-cta .sh2-btn{flex:0 0 auto}

@media (max-width:1120px){
  .sh2-ap-layout-grid{grid-template-columns:1fr;gap:34px}
  .sh2-ap-layout-grid .sh2-ap-detail-copy{max-width:860px}
  .sh2-ap-floorplan img{max-height:none}
  .sh2-ap-bedroom-row,
  .sh2-ap-bedroom-row--reverse{grid-template-columns:1fr;gap:26px}
  .sh2-ap-bedroom-row--reverse .sh2-ap-bedroom-copy,
  .sh2-ap-bedroom-row--reverse .sh2-ap-bedroom-photos{order:initial}
  .sh2-ap-bathroom-grid{grid-template-columns:1fr;gap:34px}
  .sh2-ap-bathroom-grid .sh2-ap-detail-copy{max-width:820px}
}

@media (max-width:820px){
  .sh2-ap-photo-pair,
  .sh2-ap-photo-pair--exterior{grid-template-columns:1fr}
  .sh2-ap-photo-pair--exterior .sh2-ap-photo,
  .sh2-ap-photo-pair--exterior .sh2-ap-photo--large,
  .sh2-ap-photo-pair--living .sh2-ap-photo{aspect-ratio:4/3}
  .sh2-ap-amenities-grid{grid-template-columns:1fr}
  .sh2-ap-amenity-column{min-height:0}
  .sh2-ap-amenity-column li{font-size:15.5px;line-height:1.45}
}

@media (max-width:760px){
  .sh2-ap-layout{padding:26px 0}
  .sh2-subpage-hero{min-height:540px}
  .sh2-subpage-hero-media img{object-position:58% center}
  .sh2-subpage-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.38))}
  .sh2-subpage-hero-inner{padding:64px 0 72px}
  .sh2-subpage-hero h1{font-size:clamp(42px,13vw,58px)}
  .sh2-subpage-hero-inner>p:not(.sh2-eyebrow){font-size:17px}
  .sh2-ap-detail-section p{font-size:16.5px}
  .sh2-ap-detail-head{margin-bottom:28px}
  .sh2-ap-bedroom-row{padding:34px 0}
  .sh2-ap-bedroom-photos,
  .sh2-ap-bedroom-row--reverse .sh2-ap-bedroom-photos{grid-template-columns:1fr;gap:14px}
  .sh2-ap-bedroom-row--reverse .sh2-ap-photo--primary,
  .sh2-ap-bedroom-row--reverse .sh2-ap-photo:not(.sh2-ap-photo--primary){order:initial}
  .sh2-ap-bedroom-photos .sh2-ap-photo,
  .sh2-ap-bedroom-photos .sh2-ap-photo:not(.sh2-ap-photo--primary){aspect-ratio:4/3}
  .sh2-subpage-cta-inner{display:block}
  .sh2-subpage-cta .sh2-btn{margin-top:22px;width:100%}
}


/* ================================================================
   Sub-Prices / Availability page v0.8.43
   ================================================================ */
.sh2-prices-hero .sh2-subpage-hero-media img{
  object-position:center 52%;
}
.sh2-prices-calendar-section{
  background:var(--sh2-bg);
  padding:var(--sh2-section-padding-y) 0 64px;
}
.sh2-prices-calendar-inner,
.sh2-prices-note-inner{
  width:var(--sh2-container);
  margin:0 auto;
}
.sh2-prices-calendar-head{
  max-width:980px;
  margin-bottom:34px;
}
.sh2-prices-calendar-head h2,
.sh2-prices-note h2{
  font-size:clamp(38px,4vw,58px);
  line-height:1.02;
}
.sh2-prices-calendar-head>p:last-child,
.sh2-prices-note-inner>div>p:last-child{
  max-width:860px;
  font-size:18px;
  line-height:1.7;
}
.sh2-calendar-embed{
  width:100%;
  min-width:0;
}
.sh2-prices-note{
  background:var(--sh2-pure-white);
  padding:var(--sh2-section-padding-y) 0;
}
.sh2-prices-note-inner>div{
  max-width:980px;
}

/* Keep the calendar plugin inside the Schwarm UI content geometry. */
.sh2-prices-page .ac-calendar-wrap,
.sh2-prices-page .entry-content .ac-calendar-wrap,
.sh2-prices-page .wp-site-blocks .ac-calendar-wrap,
.sh2-prices-page .wp-block-post-content .ac-calendar-wrap,
.sh2-prices-page .wp-block-group .ac-calendar-wrap{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  transform:none!important;
}

@media (max-width:760px){
  .sh2-prices-calendar-head>p:last-child,
  .sh2-prices-note-inner>div>p:last-child{font-size:16.5px}
  .sh2-prices-calendar-section{padding-bottom:52px}
  .sh2-prices-hero .sh2-subpage-hero-media img{object-position:58% center}
}

/* Canonical gold kicker size — intentionally last in the stylesheet so
   page-, theme- or shortcode-level paragraph rules cannot shrink it. */
.sh2 .sh2-section-label,
.sh2 .sh2-eyebrow,
.sh2 .sh2-final-cta-eyebrow{
  font-size:var(--sh2-kicker-font-size)!important;
}

/* ================================================================
   Explore the Region v0.8.54
   ================================================================ */
.sh2-explore-hero .sh2-subpage-hero-media img,
.sh2-explore-place-hero .sh2-subpage-hero-media img{
  object-position:center center;
}
.sh2-explore-hero,
.sh2-explore-place-hero{
  min-height:660px;
}
.sh2-explore-index{
  background:var(--sh2-bg);
  padding:var(--sh2-section-padding-y) 0;
}
.sh2-explore-index-inner,
.sh2-explore-place-inner{
  width:var(--sh2-container);
  margin:0 auto;
}
.sh2-explore-index-head{
  max-width:900px;
  margin-bottom:30px;
}
.sh2-explore-index-head h2,
.sh2-explore-section-head h2{
  font-size:clamp(38px,4vw,58px);
  line-height:1.02;
}
.sh2-explore-index-head>p:last-child{
  max-width:790px;
  font-size:18px;
  line-height:1.7;
}
.sh2-explore-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 20px;
}
.sh2-explore-filter{
  appearance:none;
  border:1px solid rgba(21,21,21,.16);
  background:rgba(255,255,255,.58);
  color:var(--sh2-text);
  min-height:42px;
  padding:9px 16px;
  border-radius:999px;
  font:600 14px/1.2 Inter,system-ui,sans-serif;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.sh2-explore-filter:hover{
  border-color:rgba(200,154,74,.72);
  transform:translateY(-1px);
}
.sh2-explore-filter.is-active{
  background:var(--sh2-text);
  border-color:var(--sh2-text);
  color:#fff;
}
.sh2-explore-filter.is-all.is-active{
  background:linear-gradient(135deg,var(--sh2-gold),var(--sh2-gold-2));
  border-color:var(--sh2-gold);
  color:#151515;
}
/* Explore planning header + compact Mapy utility card */
.sh2-explore-index-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) 342px;
  gap:44px;
  align-items:start;
  margin-bottom:24px;
}
.sh2-explore-index-primary{min-width:0}
.sh2-explore-mapy-app{
  width:100%;
  padding:18px;
  border:1px solid rgba(21,21,21,.12);
  border-radius:16px;
  background:var(--sh2-pure-white);
  box-shadow:0 10px 28px rgba(21,21,21,.055);
}
.sh2-explore-mapy-app-copy{max-width:none}
.sh2-explore-mapy-kicker{
  margin:0 0 5px!important;
  color:var(--sh2-gold)!important;
  font-size:12px!important;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.sh2-explore-mapy-app h3{margin:0 0 7px;font-size:23px;line-height:1.08}
.sh2-explore-mapy-app-copy>p:last-child{margin:0!important;color:var(--sh2-muted);font-size:14.5px;line-height:1.5}
.sh2-explore-mapy-app-actions{margin-top:15px}
.sh2-explore-store-badge-link{display:inline-block;line-height:0}
.sh2-explore-store-badge{display:block;width:138px;height:auto;aspect-ratio:890/264;object-fit:contain}
.sh2-explore-mapy-desktop{width:100%}
.sh2-explore-mapy-scan{margin:0 0 8px!important;text-align:left;color:var(--sh2-muted);font-size:11px!important;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.sh2-explore-mapy-store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.sh2-explore-mapy-store{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:9px;
  padding:9px 7px 8px;
  border:1px solid rgba(21,21,21,.10);
  border-radius:12px;
  background:#fff;
  color:var(--sh2-text)!important;
  text-decoration:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.sh2-explore-mapy-store:hover{transform:translateY(-2px);border-color:rgba(200,154,74,.55);box-shadow:0 8px 22px rgba(21,21,21,.08)}
.sh2-explore-mapy-store .sh2-explore-mapy-qr{display:block;width:96px;height:96px;object-fit:contain}
.sh2-explore-mapy-store .sh2-explore-store-badge{width:126px;max-width:100%;height:auto;aspect-ratio:890/264;object-fit:contain}
.sh2-explore-mapy-app [hidden]{display:none!important}
.sh2-explore-results-line{
  margin:0 0 22px;
  color:var(--sh2-muted);
  font-size:14px;
  font-weight:600;
}
.sh2-explore-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.sh2-explore-card{
  min-width:0;
  background:var(--sh2-pure-white);
  border:1px solid rgba(21,21,21,.07);
  border-radius:var(--sh2-radius-card);
  overflow:hidden;
  box-shadow:0 14px 36px rgba(27,22,17,.07);
  transition:transform .22s ease,box-shadow .22s ease;
}
.sh2-explore-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 44px rgba(27,22,17,.11);
}
.sh2-explore-card[hidden]{display:none!important}
.sh2-explore-card-link{
  display:flex;
  flex-direction:column;
  height:100%;
}
.sh2-explore-card-media{
  position:relative;
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  background:linear-gradient(135deg,#d9d3cc,#b7aea4);
}
.sh2-explore-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.sh2-explore-card:hover .sh2-explore-card-media img{transform:scale(1.025)}
.sh2-explore-card-badge-stack{
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:14px;
  pointer-events:none;
}
.sh2-explore-badge-graphic{
  display:block;
  width:100px;
}
.sh2-explore-badge-graphic img,
.sh2-explore-badge-secondary img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.sh2-explore-badge-secondary{
  display:block;
  width:100px;
}
.sh2-explore-badge-fallback{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:118px;
  min-height:34px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(248,244,242,.94);
  color:#151515;
  box-shadow:0 6px 20px rgba(0,0,0,.14);
  font-size:11px;
  font-weight:800;
  text-align:center;
}

.sh2-explore-card-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:22px 22px 20px;
}
.sh2-explore-area{
  margin:0 0 7px!important;
  color:var(--sh2-gold)!important;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px!important;
  font-weight:800;
}
.sh2-explore-card h3{
  font-size:clamp(29px,2.25vw,38px);
  line-height:1.02;
  margin:0 0 10px;
}
.sh2-explore-recommendation{
  margin:0 0 16px!important;
  font-size:15.5px;
  line-height:1.62!important;
}
.sh2-explore-travel{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  padding-top:2px;
  margin-bottom:13px;
  color:var(--sh2-text);
  font-size:13px;
}
.sh2-explore-travel span{white-space:nowrap}
.sh2-explore-travel b{
  margin-right:5px;
  color:var(--sh2-muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.sh2-explore-card-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px 10px;
  margin-top:auto;
  padding-top:3px;
}
.sh2-explore-card-tags span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 11px;
  border:1px solid rgba(21,21,21,.22);
  border-radius:999px;
  background:var(--sh2-pure-white);
  color:var(--sh2-text);
  font-size:12.5px;
  font-weight:600;
  line-height:1.2;
}

.sh2-explore-card-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  gap:14px;
  margin-top:20px;
  padding:15px 26px;
  border-radius:var(--sh2-radius-btn);
  background:linear-gradient(135deg,var(--sh2-gold),var(--sh2-gold-2));
  color:#151515!important;
  font-size:var(--sh-menu-font-size);
  line-height:1.25;
  font-weight:700;
  transition:transform .2s ease,filter .2s ease;
}
.sh2-explore-card-cta span{font-size:1.08em;font-weight:800;transition:transform .18s ease}
.sh2-explore-card:hover .sh2-explore-card-cta{transform:translateY(-1px);filter:brightness(1.04)}
.sh2-explore-card:hover .sh2-explore-card-cta span{transform:translateX(3px)}
.sh2-explore-empty,
.sh2-explore-empty-state{
  margin:28px 0 0;
  padding:24px 26px;
  border:1px dashed rgba(21,21,21,.16);
  border-radius:var(--sh2-radius-card);
  background:rgba(255,255,255,.45);
  color:var(--sh2-muted);
}
.sh2-explore-empty-state h3{font-size:30px;margin-bottom:8px}
.sh2-explore-empty-state p{margin:0}


.sh2-explore-route-map-wrap{
  position:relative;
  width:100%;
  height:500px;
  margin-top:12px;
  background:#dfe7df;
  overflow:hidden;
  border:1px solid rgba(21,21,21,.08);
  border-radius:var(--sh2-radius-card);
}
.sh2-explore-mapy-map{
  width:100%;
  height:100%;
}
.sh2-explore-mapy-map.is-openable{cursor:pointer}
.sh2-explore-mapy-map.is-openable:focus-visible{outline:3px solid var(--sh2-gold);outline-offset:3px}

.sh2-explore-route-map-wrap .leaflet-container{
  width:100%;
  height:100%;
  font-family:"Inter",Arial,sans-serif;
  background:#dfe7df;
}
.sh2-explore-route-map-wrap .leaflet-control-attribution{
  font-size:10px;
}
.sh2-mapy-logo-control{
  margin:0 0 8px 8px!important;
  background:rgba(255,255,255,.94);
  border-radius:5px;
  padding:4px 7px;
  box-shadow:0 1px 5px rgba(0,0,0,.25);
}
.sh2-mapy-logo-control img{
  display:block;
  height:30px;
  width:auto;
}
.sh2-mapy-route-legend{
  margin:10px 10px 0 0!important;
  padding:8px 10px;
  border-radius:7px;
  background:rgba(248,244,242,.95);
  box-shadow:0 1px 6px rgba(0,0,0,.22);
  color:#151515;
  font-size:12px;
  font-weight:700;
}
.sh2-mapy-route-legend span{
  display:flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}
.sh2-mapy-route-legend span+span{margin-top:5px}
.sh2-mapy-route-legend i{
  display:inline-block;
  width:22px;
  height:4px;
  border-radius:999px;
}
.sh2-mapy-route-legend .is-walking i,
.sh2-mapy-route-legend .is-cycling i{background:#7a3ff2}

@media (min-width:761px){
  .sh2-explore-filter{min-height:48px;padding:10px 19px;font-size:16px}
  .sh2-explore-results-line{font-size:16px;margin-bottom:24px}
  .sh2 .sh2-explore-card h3{font-size:clamp(33px,2.1vw,39px);line-height:1.04;margin-bottom:12px}
  .sh2-explore-recommendation{font-size:17px!important;line-height:1.65!important;margin-bottom:18px!important}
  .sh2-explore-area{font-size:13.5px!important}
  .sh2-explore-travel{font-size:14.5px;gap:9px 15px;margin-bottom:15px}
  .sh2-explore-travel b{font-size:12px}
  .sh2-explore-card-tags{gap:9px 10px}
  .sh2-explore-card-tags span{min-height:34px;padding:6px 12px;font-size:14.5px}
  .sh2-explore-card-cta{margin-top:20px}
}

/* Individual Explore Place */
.sh2-explore-back-cta{
  position:absolute;
  left:max(24px, calc((100% - var(--sh2-container)) / 2));
  bottom:28px;
  margin:0;
  padding-inline:22px 25px;
  z-index:3;
}
.sh2-explore-place-hero .sh2-subpage-hero-inner{
  padding-bottom:126px;
}
.sh2-explore-back-arrow{
  display:inline-block;
  font-size:24px;
  line-height:.8;
  font-weight:900;
  transform:translateY(-1px);
  transition:transform .18s ease;
}
.sh2-explore-back-cta:hover .sh2-explore-back-arrow{transform:translate(-3px,-1px)}
.sh2-explore-place-main{
  background:var(--sh2-bg);
  padding:var(--sh2-section-padding-y) 0;
}
.sh2-explore-place-facts{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:42px;
}
.sh2-explore-fact{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:8px 13px;
  border-radius:999px;
  background:var(--sh2-pure-white);
  border:1px solid rgba(21,21,21,.09);
  color:var(--sh2-muted);
  font-size:13px;
}
.sh2-explore-fact b{color:var(--sh2-text);font-size:12px;text-transform:uppercase;letter-spacing:.07em}
.sh2-explore-fact.is-tag{
  color:var(--sh2-text);
  font-weight:600;
  border-color:rgba(21,21,21,.22);
}
.sh2-explore-place-hero-badge{
  display:block;
  width:min(165px, 36vw);
  margin:4px 0 20px;
}
.sh2-explore-place-hero-badge img{
  display:block;
  width:100%;
  height:auto;
}
.sh2-explore-place-copy{
  max-width:880px;
  font-size:18px;
  line-height:1.75;
  margin-bottom:64px;
}
.sh2-explore-place-copy p{font-size:18px;line-height:1.75}
.sh2-explore-place-copy h2{font-size:clamp(36px,3.6vw,52px);line-height:1.04;margin-top:48px}
.sh2-explore-place-copy h3{font-size:clamp(28px,2.7vw,38px);line-height:1.08;margin-top:34px}
.sh2-explore-section-head{max-width:850px;margin-bottom:26px}
.sh2-explore-gallery,
.sh2-explore-routes,
.sh2-explore-links{
  padding-top:22px;
  margin-top:38px;
  border-top:1px solid rgba(21,21,21,.09);
}
.sh2-explore-gallery-grid{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:18px;
}
.sh2-explore-gallery-item{
  position:relative;
  flex:0 0 calc(var(--sh2-gallery-ratio,1.3333) * 364px);
  width:calc(var(--sh2-gallery-ratio,1.3333) * 364px);
  height:364px;
  margin:0;
  overflow:hidden;
  border-radius:var(--sh2-radius-card);
  background:#ddd7d0;
}
.sh2-explore-gallery-open{
  display:block;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:zoom-in;
  overflow:hidden;
}
.sh2-explore-gallery-open>img{
  display:block;
  width:100%;
  height:100%;
  border:0;
  object-fit:cover;
  transition:transform .28s ease;
}
.sh2-explore-gallery-item:hover .sh2-explore-gallery-open>img{transform:scale(1.018)}
.sh2-explore-gallery-video{background:#111}
.sh2-explore-gallery-video button{
  position:relative;
  padding:0;
  overflow:hidden;
  background:#111;
  cursor:pointer;
}
.sh2-explore-gallery-video button>img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.sh2-explore-video-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  width:68px;
  height:68px;
  padding-left:4px;
  border-radius:50%;
  background:rgba(0,0,0,.72);
  color:#fff;
  font-size:26px;
  box-shadow:0 6px 24px rgba(0,0,0,.26);
}
.sh2-explore-video-label{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(248,244,242,.92);
  color:#151515;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.sh2-explore-route-list{display:grid;gap:24px}
.sh2-explore-route-item{min-width:0}
.sh2-explore-route-kickers{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin-bottom:2px}
.sh2-explore-route{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:20px 22px;
  background:var(--sh2-pure-white);
  border:1px solid rgba(21,21,21,.08);
  border-radius:var(--sh2-radius-card);
}
.sh2-explore-route h3{font-size:28px;margin:3px 0 4px}
.sh2-explore-route p{margin:0;font-size:14px}
.sh2-explore-route-type{color:var(--sh2-gold);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.sh2-route-difficulty{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:28px;
  padding:3px 10px 3px 6px;
  border:1px solid rgba(21,21,21,.16);
  border-radius:999px;
  background:#fff;
  color:var(--sh2-text);
  font-size:12px;
  font-weight:700;
}
.sh2-route-difficulty-sign{
  position:relative;
  display:inline-block;
  width:24px;
  height:14px;
  border-radius:2px 0 0 2px;
  clip-path:polygon(0 0,76% 0,100% 50%,76% 100%,0 100%);
  background:#2867c7;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
}
.sh2-route-difficulty-sign::after{
  content:"";
  position:absolute;
  left:5px;
  top:11px;
  width:2px;
  height:9px;
  background:#151515;
}
.sh2-route-difficulty.is-red .sh2-route-difficulty-sign{background:#cf3232}
.sh2-route-difficulty.is-black .sh2-route-difficulty-sign{background:#151515}


@media (max-width:1080px){
  .sh2-explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* Explore gallery lightbox */
.sh2-lightbox-open{overflow:hidden}
.sh2-explore-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
}
.sh2-explore-lightbox[hidden]{display:none!important}
.sh2-explore-lightbox-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:rgba(8,8,8,.96);
  cursor:zoom-out;
}
.sh2-explore-lightbox-dialog{
  position:relative;
  z-index:1;
  width:100vw;
  height:100dvh;
  display:grid;
  place-items:center;
  padding:24px 64px;
  pointer-events:none;
}
.sh2-explore-lightbox-stage{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  pointer-events:auto;
}
.sh2-explore-lightbox-image{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:calc(100dvh - 48px);
  object-fit:contain;
  box-shadow:0 12px 44px rgba(0,0,0,.38);
}
.sh2-explore-lightbox-close{
  position:absolute;
  top:18px;
  right:22px;
  z-index:3;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  padding:0 0 4px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  background:rgba(0,0,0,.55);
  color:#fff;
  font-size:34px;
  font-weight:300;
  line-height:1;
  cursor:pointer;
  pointer-events:auto;
}
.sh2-explore-lightbox-close:hover{background:rgba(255,255,255,.14)}

.sh2-explore-lightbox-nav{
  position:absolute;
  top:50%;
  z-index:4;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  width:56px;
  height:72px;
  padding:0;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(0,0,0,.34);
  color:#fff;
  font-size:50px;
  font-weight:400;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  transition:background .18s ease,transform .18s ease;
}
.sh2-explore-lightbox-prev{left:18px}
.sh2-explore-lightbox-next{right:18px}
.sh2-explore-lightbox-nav:hover{background:rgba(0,0,0,.58)}
.sh2-explore-lightbox-nav:focus-visible{outline:2px solid var(--sh2-gold);outline-offset:3px}
.sh2-explore-lightbox-nav[hidden]{display:none!important}
.sh2-explore-lightbox-video-shell{
  position:relative;
  overflow:hidden;
  background:#000;
  box-shadow:0 12px 44px rgba(0,0,0,.42);
}
.sh2-explore-lightbox-video-shell.is-portrait{
  height:min(92dvh,960px);
  aspect-ratio:9/16;
  max-width:92vw;
}
.sh2-explore-lightbox-video-shell.is-landscape{
  width:min(92vw,1500px);
  aspect-ratio:16/9;
  max-height:90dvh;
}
.sh2-explore-lightbox-video-shell iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
@media (max-width:760px){
  .sh2-explore-index-top{display:block;margin-bottom:24px}
  .sh2-explore-mapy-app{display:block;margin:8px 0 24px;padding:20px}
  .sh2-explore-mapy-app h3{font-size:25px}
  .sh2-explore-mapy-app-copy>p:last-child{font-size:14px}
  .sh2-explore-mapy-app-actions{margin-top:17px}
  .sh2-explore-mapy-mobile .sh2-explore-store-badge{width:170px;max-width:100%}
  .sh2-explore-mapy-mobile .sh2-btn{width:100%;white-space:normal;text-align:center;justify-content:center}
  .sh2-explore-card-badge-stack{top:10px;right:10px;gap:16px}
  .sh2-explore-badge-graphic,
  .sh2-explore-badge-secondary{width:70px}
  .sh2-explore-place-hero-badge{width:min(116px,25.2vw)}
  .sh2-explore-index{padding:58px 0 64px}
  .sh2-explore-index-head>p:last-child,
  .sh2-explore-place-copy,
  .sh2-explore-place-copy p{font-size:16.5px}
  .sh2-explore-grid{grid-template-columns:1fr;gap:20px}
  .sh2-explore-card-body{padding:20px}
  .sh2-explore-card h3{font-size:34px}
  .sh2-explore-filter{min-height:40px;padding:8px 14px;font-size:13px}
  .sh2-explore-place-facts{margin-bottom:32px}
  .sh2-explore-gallery-grid{display:grid;grid-template-columns:1fr;gap:16px}
  .sh2-explore-gallery-item{width:100%!important;height:auto!important;aspect-ratio:var(--sh2-gallery-ratio,1.3333);flex:none}
  .sh2-explore-gallery-video{aspect-ratio:9/16;max-width:100%;justify-self:center}
  .sh2-explore-route{display:block}
  .sh2-explore-route .sh2-btn{margin-top:16px;width:100%}
}
@media (max-width:390px){
  .sh2-explore-card-body{padding:18px}
  .sh2-explore-card-badge-stack{top:10px;right:10px;gap:10px}
  .sh2-explore-badge-graphic{width:59px}
  .sh2-explore-badge-secondary{width:59px}
  .sh2-explore-badge-fallback{max-width:100px;font-size:10px}
  .sh2-explore-filters{gap:8px}
}


.sh2-explore-lightbox:fullscreen,
.sh2-explore-lightbox:-webkit-full-screen{
  width:100vw;
  height:100vh;
  height:100dvh;
  background:#000;
}
.sh2-explore-lightbox:fullscreen .sh2-explore-lightbox-dialog,
.sh2-explore-lightbox:fullscreen .sh2-explore-lightbox-stage,
.sh2-explore-lightbox:-webkit-full-screen .sh2-explore-lightbox-dialog,
.sh2-explore-lightbox:-webkit-full-screen .sh2-explore-lightbox-stage{
  width:100vw;
  height:100vh;
  height:100dvh;
  padding:0;
  background:#000;
}
.sh2-explore-lightbox:fullscreen .sh2-explore-lightbox-image,
.sh2-explore-lightbox:-webkit-full-screen .sh2-explore-lightbox-image{
  width:100vw;
  height:100vh;
  height:100dvh;
  max-width:none;
  max-height:none;
  object-fit:contain;
  box-shadow:none;
}
@media (hover:none) and (pointer:coarse){
  .sh2-explore-lightbox,
  .sh2-explore-lightbox-dialog,
  .sh2-explore-lightbox-stage{width:100vw;height:100dvh}
  .sh2-explore-lightbox-dialog{padding:0;overflow:hidden;background:#000}
  .sh2-explore-lightbox-stage{overflow:hidden;touch-action:pan-y;overscroll-behavior:none;overscroll-behavior-x:none;background:#000}
  .sh2-explore-lightbox-image{width:100vw;height:100dvh;max-width:none;max-height:none;object-fit:contain;box-shadow:none;background:#000}
  .sh2-explore-lightbox-close{top:max(10px,env(safe-area-inset-top));right:max(10px,env(safe-area-inset-right));width:42px;height:42px;font-size:30px;background:rgba(0,0,0,.48)}
  .sh2-explore-lightbox-nav{display:none!important}
  .sh2-explore-lightbox-video-shell{box-shadow:none;background:#000}
  .sh2-explore-lightbox-video-shell.is-portrait{width:min(100vw,calc(100dvh * .5625));height:min(100dvh,calc(100vw * 1.7777778));max-width:none;max-height:none}
  .sh2-explore-lightbox-video-shell.is-landscape{width:min(100vw,calc(100dvh * 1.7777778));height:min(100dvh,calc(100vw * .5625));max-width:none;max-height:none}
}
@media (max-width:760px){
  .sh2-explore-route-map-wrap{height:420px}
  .sh2-explore-place-hero .sh2-subpage-hero-inner{padding-bottom:118px}
  .sh2-explore-back-cta{left:18px;right:auto;bottom:18px;width:auto!important;max-width:calc(100% - 36px);padding:14px 18px}
  .sh2-explore-back-arrow{font-size:22px}
}
@media (max-width:390px){
  .sh2-explore-route-map-wrap{height:380px}
}

@media (max-width:1180px) and (orientation:landscape) and (hover:none){
  .sh2-explore-lightbox,
  .sh2-explore-lightbox-dialog,
  .sh2-explore-lightbox-stage{width:100vw;height:100dvh}
  .sh2-explore-lightbox-dialog{padding:0;overflow:hidden;background:#000}
  .sh2-explore-lightbox-stage{overflow:hidden;touch-action:pan-y;overscroll-behavior:none;background:#000}
  .sh2-explore-lightbox-nav{display:none!important}
  .sh2-explore-lightbox-image{width:100vw;height:100dvh;max-width:none;max-height:none;object-fit:contain;box-shadow:none;background:#000}
  .sh2-explore-lightbox-video-shell.is-landscape{width:min(100vw,calc(100dvh * 1.7777778));height:min(100dvh,calc(100vw * .5625));max-width:none;max-height:none}
  .sh2-explore-lightbox-video-shell.is-portrait{width:min(100vw,calc(100dvh * .5625));height:min(100dvh,calc(100vw * 1.7777778));max-width:none;max-height:none}
}

@media (max-width:1080px) and (min-width:761px){
  .sh2-explore-index-top{grid-template-columns:1fr;gap:18px}
  .sh2-explore-mapy-app{max-width:520px;margin-left:auto}
}


/* ================================================================
   Temporary Guest Benefits page v0.8.86
   Reuses the proven landing Guest Benefits cards with a subpage shell.
   ================================================================ */
.sh2-benefits-hero .sh2-subpage-hero-media{
  background-color:#151515;
  background-image:
    linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.28)),
    url("../images/Cards v3 background.webp");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
.sh2-benefits-hero .sh2-subpage-hero-overlay{
  background:linear-gradient(90deg,rgba(0,0,0,.56) 0%,rgba(0,0,0,.35) 48%,rgba(0,0,0,.18) 100%);
}
.sh2-benefits-details{scroll-margin-top:150px}
.sh2-benefits-page .sh2-benefits-details .sh2-guest-benefits-head{
  grid-template-columns:minmax(0,1fr);
  max-width:1080px;
}
.sh2-benefit-official-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:24px;
  color:var(--sh2-gold-2)!important;
  font-size:16px;
  line-height:1.4;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid rgba(214,173,92,.5);
  padding-bottom:3px;
}
.sh2-benefit-official-link:hover{
  border-bottom-color:var(--sh2-gold-2);
}
@media (max-width:760px){
  .sh2-benefits-hero{min-height:560px}
  .sh2-benefit-official-link{font-size:15px}
}

/* ================================================================
   Legal page v0.8.86
   New Schwarm UI shell around the existing legal-page wording.
   ================================================================ */
.sh2-legal-page{
  background:var(--sh2-bg);
}
.sh2-legal-hero{
  background:#151515;
  color:#fff;
  padding:clamp(92px,10vw,148px) 0 clamp(66px,7vw,98px);
}
.sh2-legal-hero-inner,
.sh2-legal-inner{
  width:min(calc(100% - 48px),var(--sh2-container));
  margin-inline:auto;
}
.sh2-legal-hero-inner{
  max-width:980px;
  margin-left:max(24px,calc((100% - var(--sh2-container))/2));
}
.sh2-legal-hero .sh2-eyebrow{
  margin:0 0 13px;
  color:var(--sh2-gold-2);
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.sh2-legal-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(48px,6vw,82px);
  line-height:.98;
}
.sh2-legal-hero p:last-child{
  margin:22px 0 0;
  max-width:760px;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.65;
}
.sh2-legal-main{
  padding:clamp(54px,6vw,86px) 0 clamp(78px,8vw,116px);
  scroll-margin-top:130px;
}
.sh2-legal-inner{
  max-width:1180px;
}
.sh2-legal-jump{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 46px;
  padding:0 0 28px;
  border-bottom:1px solid rgba(21,21,21,.12);
}
.sh2-legal-jump a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:10px 16px;
  border:1px solid rgba(21,21,21,.16);
  border-radius:999px;
  background:var(--sh2-pure-white);
  color:var(--sh2-text);
  font-size:15px;
  line-height:1.25;
  font-weight:700;
  text-decoration:none;
}
.sh2-legal-jump a:hover{
  border-color:var(--sh2-gold);
}
.sh2-legal-content{
  max-width:980px;
  color:var(--sh2-text);
  font-size:17px;
  line-height:1.75;
}
.sh2-legal-content > *:first-child{
  margin-top:0;
}
.sh2-legal-content h1{
  font-size:clamp(38px,4vw,54px);
  line-height:1.05;
  margin:56px 0 20px;
}
.sh2-legal-content h2{
  font-size:clamp(32px,3.2vw,44px);
  line-height:1.08;
  margin:62px 0 20px;
  scroll-margin-top:150px;
}
.sh2-legal-content h3{
  font-size:clamp(24px,2.3vw,32px);
  line-height:1.15;
  margin:38px 0 14px;
  scroll-margin-top:150px;
}
.sh2-legal-content h4{
  font-size:20px;
  line-height:1.25;
  margin:30px 0 12px;
}
.sh2-legal-content p,
.sh2-legal-content li{
  font-size:17px;
  line-height:1.75;
}
.sh2-legal-content p{
  margin:0 0 18px;
}
.sh2-legal-content ul,
.sh2-legal-content ol{
  margin:0 0 22px;
  padding-left:1.35em;
}
.sh2-legal-content a{
  color:inherit;
  text-decoration-color:var(--sh2-gold);
  text-underline-offset:3px;
}
.sh2-legal-content hr{
  margin:48px 0;
  border:0;
  border-top:1px solid rgba(21,21,21,.12);
}
.sh2-legal-content table{
  width:100%;
  border-collapse:collapse;
  margin:24px 0 34px;
  font-size:15px;
}
.sh2-legal-content th,
.sh2-legal-content td{
  padding:12px 14px;
  border:1px solid rgba(21,21,21,.13);
  vertical-align:top;
  text-align:left;
}
.sh2-legal-content blockquote{
  margin:24px 0;
  padding:18px 22px;
  border-left:3px solid var(--sh2-gold);
  background:var(--sh2-pure-white);
}
.sh2-legal-source-warning{
  padding:18px 20px;
  border:1px solid rgba(21,21,21,.12);
  border-radius:var(--sh2-radius-card);
  background:#fff;
}
@media (max-width:760px){
  .sh2-legal-hero-inner,
  .sh2-legal-inner{
    width:min(calc(100% - 36px),var(--sh2-container));
  }
  .sh2-legal-hero-inner{
    margin-inline:auto;
  }
  .sh2-legal-hero{
    padding:78px 0 56px;
  }
  .sh2-legal-hero h1{
    font-size:48px;
  }
  .sh2-legal-hero p:last-child{
    font-size:16.5px;
  }
  .sh2-legal-main{
    padding:44px 0 72px;
  }
  .sh2-legal-jump{
    margin-bottom:34px;
    padding-bottom:22px;
  }
  .sh2-legal-jump a{
    min-height:40px;
    padding:8px 13px;
    font-size:13.5px;
  }
  .sh2-legal-content,
  .sh2-legal-content p,
  .sh2-legal-content li{
    font-size:16.5px;
  }
  .sh2-legal-content table{
    display:block;
    max-width:100%;
    overflow-x:auto;
  }
}

/* Legal page legacy buttons — v0.8.86
   Normalize old orange "Back to Homepage" buttons to Schwarm gold. */
.sh2-legal-content .wp-block-button__link,
.sh2-legal-content .wp-element-button,
.sh2-legal-content a.button,
.sh2-legal-content a.btn,
.sh2-legal-content a[class*="button"]{
  background:linear-gradient(135deg,var(--sh2-gold),var(--sh2-gold-2))!important;
  background-color:var(--sh2-gold)!important;
  border-color:var(--sh2-gold)!important;
  color:#151515!important;
}
.sh2-legal-content .wp-block-button__link:hover,
.sh2-legal-content .wp-element-button:hover,
.sh2-legal-content a.button:hover,
.sh2-legal-content a.btn:hover,
.sh2-legal-content a[class*="button"]:hover{
  color:#151515!important;
  filter:brightness(1.04);
}

