.sttb-info{
  --sttb-green:var(--stt-accent,#65794f);
  --sttb-ink:#29372e;
  --sttb-muted:#727b74;
  --sttb-soft:#f3f6ef;
  --sttb-soft-2:#fafbf8;
  --sttb-line:#dfe5da;
  width:100%;max-width:none;margin:1rem 0 2.5rem;color:var(--sttb-ink);font:inherit
}
.sttb-info,.sttb-info *{box-sizing:border-box}
.sttb-info__tabs{display:flex;gap:.45rem;margin:0 0 1rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.sttb-info__tabs::-webkit-scrollbar{display:none}
.sttb-info__tab{appearance:none;border:1px solid rgba(101,121,79,.42);border-radius:999px!important;background:rgba(255,255,255,.8);color:var(--sttb-ink);padding:.5rem .82rem;font:inherit;font-size:.84rem;font-weight:750;white-space:nowrap;cursor:pointer}
.sttb-info__tab.is-active{background:var(--sttb-green);border-color:var(--sttb-green);color:#fff}
.sttb-info__panel{display:none;min-width:0}
.sttb-info__panel.is-active{display:block}

.sttb-info__hero{display:grid;grid-template-columns:minmax(0,1fr);border:1px solid var(--sttb-line);border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 7px 24px rgba(41,55,46,.035);margin-bottom:1rem}
.sttb-info__hero.has-image{grid-template-columns:minmax(250px,.9fr) minmax(0,1.1fr)}
.sttb-info__hero-image{min-height:280px;background:var(--sttb-soft)}
.sttb-info__hero-image img{display:block;width:100%;height:100%;min-height:280px;object-fit:cover}
.sttb-info__hero-copy{padding:clamp(1.15rem,3.2vw,2rem);align-self:center;min-width:0}
.sttb-info__eyebrow{display:block;color:var(--sttb-green);font-size:.73rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase;margin-bottom:.34rem}
.sttb-info__hero h2{margin:0;color:var(--sttb-ink);font:inherit;font-size:clamp(1.65rem,4vw,2.3rem);font-weight:780;line-height:1.08}
.sttb-info__facts{display:flex;flex-wrap:wrap;gap:.42rem;margin:.8rem 0 0}
.sttb-info__facts span{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;background:var(--sttb-soft);color:var(--sttb-ink);padding:.28rem .62rem;font-size:.8rem;font-weight:650}
.sttb-info__quick{display:flex;flex-wrap:wrap;gap:.42rem;margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--sttb-line)}
.sttb-info__quick a,.sttb-info__quick span{display:inline-flex;align-items:center;justify-content:center;border-radius:999px!important;padding:.45rem .7rem;font-size:.8rem;font-weight:750;text-decoration:none!important;line-height:1.1}
.sttb-info__quick a{border:1px solid rgba(101,121,79,.36);color:var(--sttb-green)!important;background:#fff}
.sttb-info__quick a:hover{background:var(--sttb-soft)}
.sttb-info__quick .is-current{border:1px solid var(--sttb-green);background:var(--sttb-green);color:#fff}

.sttb-info__intro{padding:1.05rem 1.1rem;margin:0 0 .8rem;border:1px solid var(--sttb-line);border-radius:9px;background:var(--sttb-soft-2);line-height:1.62}
.sttb-info__intro>:first-child{margin-top:0}.sttb-info__intro>:last-child{margin-bottom:0}
.sttb-info__intro p{margin:.55rem 0}
.sttb-info__section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.sttb-info__section{min-width:0;border:1px solid var(--sttb-line);border-radius:9px;background:#fff;padding:1rem 1.05rem;box-shadow:0 5px 18px rgba(41,55,46,.025)}
.sttb-info__section-heading{display:flex;align-items:center;gap:.58rem;margin:0 0 .62rem}
.sttb-info__section-icon{display:block!important;width:34px!important;height:34px!important;min-width:34px;object-fit:contain!important;border-radius:0!important}
.sttb-info__section h3{margin:0;color:var(--sttb-ink);font:inherit;font-size:1.08rem;font-weight:780;line-height:1.2}
.sttb-info__section-body{color:var(--sttb-ink);line-height:1.58;font-size:.94rem;min-width:0}
.sttb-info__section-body>:first-child{margin-top:0}.sttb-info__section-body>:last-child{margin-bottom:0}
.sttb-info__section-body p{margin:.5rem 0}
.sttb-info__section-body ul,.sttb-info__section-body ol{margin:.45rem 0;padding-left:1.2rem}
.sttb-info__section-body a{color:var(--sttb-green);text-underline-offset:2px}
.sttb-info__section img,.sttb-info__intro img{max-width:100%;height:auto;border-radius:7px}
.sttb-info__section figure,.sttb-info__intro figure{margin:.65rem 0}
.sttb-info__section .wp-block-gallery,.sttb-info__intro .wp-block-gallery{gap:.45rem!important}
.sttb-info__section .wp-block-image,.sttb-info__intro .wp-block-image{margin:0}
.sttb-info__section .wp-block-image img,.sttb-info__intro .wp-block-image img{width:100%;height:auto;object-fit:cover}
.sttb-info__section hr,.sttb-info__intro hr{display:none!important}
.sttb-info-notice{padding:1rem 1.1rem;border-radius:9px;background:var(--sttb-soft);border:1px solid var(--sttb-line)}

/* Theme-proof the component: old page button/gallery styles should not turn
   the new cards into large coloured blocks. */
.sttb-info .wp-block-buttons{display:none!important}
.sttb-info .wp-block-separator{display:none!important}
.sttb-info .wp-block-columns{gap:.75rem!important;margin:.6rem 0!important}
.sttb-info .wp-block-column{min-width:0}

@media(max-width:820px){
  .sttb-info__hero.has-image{grid-template-columns:1fr}
  .sttb-info__hero-image,.sttb-info__hero-image img{min-height:220px;max-height:360px}
  .sttb-info__section-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .sttb-info{margin:.75rem 0 2rem}
  .sttb-info__hero{border-radius:7px;margin-bottom:.65rem}
  .sttb-info__hero-image,.sttb-info__hero-image img{min-height:185px;max-height:260px}
  .sttb-info__hero-copy{padding:.9rem .9rem 1rem}
  .sttb-info__hero h2{font-size:1.55rem}
  .sttb-info__facts{gap:.32rem;margin-top:.65rem}
  .sttb-info__facts span{font-size:.75rem;padding:.24rem .5rem}
  .sttb-info__quick{gap:.32rem;margin-top:.72rem;padding-top:.72rem}
  .sttb-info__quick a,.sttb-info__quick span{font-size:.75rem;padding:.4rem .56rem}
  .sttb-info__intro{padding:.8rem .82rem;border-radius:7px;line-height:1.52}
  .sttb-info__section-grid{gap:.5rem}
  .sttb-info__section{padding:.78rem .82rem;border-radius:7px}
  .sttb-info__section h3{font-size:1rem;margin-bottom:.4rem}
  .sttb-info__section-body{font-size:.9rem;line-height:1.5}
}

/* 0.35.145: no forced inline-image hero. If the source page has no featured
   photo, keep the header compact and let the content cards do the work. */
.sttb-info__hero:not(.has-image) .sttb-info__hero-copy{padding:1.35rem 1.45rem}
.sttb-info__intro{font-size:.96rem}
.sttb-info__intro p{max-width:78ch}
@media(min-width:821px){
  .sttb-info__section:nth-child(3n+1):last-child{grid-column:1 / -1}
}

/* 0.35.146: calmer editorial layout. The previous preview put every opening
   paragraph into one tall white slab and then stretched unrelated cards to the
   same grid-row height. Keep the story open and move the practical notes into
   a small side panel instead. */
.sttb-info__intro-layout{
  display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);
  gap:.85rem;align-items:start;margin:0 0 .9rem
}
.sttb-info__lead{
  min-width:0;padding:.25rem .15rem .35rem;line-height:1.62;font-size:.98rem
}
.sttb-info__kicker{
  display:block;color:var(--sttb-green);font-size:.76rem;font-weight:800;
  letter-spacing:.065em;text-transform:uppercase;margin:0 0 .55rem
}
.sttb-info__lead>:first-child{margin-top:0}.sttb-info__lead>:last-child{margin-bottom:0}
.sttb-info__lead p{margin:.55rem 0;max-width:82ch}
.sttb-info__practical{
  min-width:0;border:1px solid var(--sttb-line);border-radius:9px;background:#fff;
  padding:.95rem 1rem;box-shadow:0 5px 18px rgba(41,55,46,.022)
}
.sttb-info__practical h3{
  margin:0 0 .55rem;color:var(--sttb-ink);font:inherit;font-size:1rem;font-weight:780
}
.sttb-info__practical-list{display:grid;gap:0}
.sttb-info__practical-item{padding:.48rem 0;border-top:1px solid var(--sttb-line);font-size:.9rem;line-height:1.46}
.sttb-info__practical-item:first-child{border-top:0;padding-top:.1rem}
.sttb-info__practical-item:last-child{padding-bottom:.08rem}
.sttb-info__practical-item>:first-child{margin-top:0}.sttb-info__practical-item>:last-child{margin-bottom:0}
.sttb-info__practical-item p{margin:0}
.sttb-info__section-grid{align-items:start}
.sttb-info__section{align-self:start}
.sttb-info__section.is-wide{grid-column:1 / -1}
.sttb-info__section.is-wide .sttb-info__section-body{max-width:92ch}
/* Old intro styling remains for backwards compatibility but is not used by
   the current renderer. */
@media(max-width:820px){
  .sttb-info__intro-layout{grid-template-columns:1fr;gap:.55rem}
  .sttb-info__lead{padding:.1rem 0 .25rem}
}
@media(max-width:520px){
  .sttb-info__lead{font-size:.92rem;line-height:1.52}
  .sttb-info__practical{padding:.78rem .82rem;border-radius:7px}
  .sttb-info__practical-item{font-size:.88rem}
}

/* 0.35.147: maintained editorial content with deliberate photography. */
.sttb-info__editorial-intro{max-width:86ch;margin:0 0 1.1rem;padding:.15rem .1rem .35rem;font-size:1rem;line-height:1.65}
.sttb-info__editorial-intro>:last-child,.sttb-info__editorial-copy>:last-child,.sttb-info__simple-section>:last-child,.sttb-info__feature-copy>:last-child{margin-bottom:0}
.sttb-info__editorial-section{display:grid;grid-template-columns:minmax(0,1fr);gap:.8rem;margin:0 0 1rem;padding:1.05rem 0;border-top:1px solid var(--sttb-line)}
.sttb-info__editorial-copy{max-width:88ch;line-height:1.58}
.sttb-info__editorial-copy h3,.sttb-info__simple-section h3,.sttb-info__feature-copy h3,.sttb-info__gallery h3{margin:0 0 .6rem;color:var(--sttb-ink);font:inherit;font-size:1.18rem;font-weight:800}
.sttb-info__editorial-copy p,.sttb-info__simple-section p,.sttb-info__feature-copy p{margin:.48rem 0}
.sttb-info__editorial-copy ul,.sttb-info__simple-section ul,.sttb-info__feature-copy ul{margin:.45rem 0;padding-left:1.2rem}
.sttb-info__photo-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}
.sttb-info__photo-strip img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;background:var(--sttb-soft)}
.sttb-info__simple-section{margin:0 0 1rem;padding:1rem 1.05rem;border:1px solid var(--sttb-line);border-radius:9px;background:var(--sttb-soft-2);line-height:1.55}
.sttb-info__feature-section{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr);gap:.9rem;align-items:center;margin:0 0 1rem;padding:1rem 1.05rem;border:1px solid var(--sttb-line);border-radius:9px;background:#fff}
.sttb-info__feature-image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px}
.sttb-info__gallery{margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--sttb-line)}
.sttb-info__gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}
.sttb-info__gallery-grid a{display:block;overflow:hidden;border-radius:8px;background:var(--sttb-soft)}
.sttb-info__gallery-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .18s ease}
.sttb-info__gallery-grid a:hover img{transform:scale(1.02)}
@media(max-width:820px){
  .sttb-info__photo-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sttb-info__photo-strip img:last-child:nth-child(odd){grid-column:1/-1;aspect-ratio:16/9}
  .sttb-info__feature-section{grid-template-columns:1fr}
  .sttb-info__gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .sttb-info__editorial-intro{font-size:.93rem;line-height:1.55;margin-bottom:.8rem}
  .sttb-info__editorial-section{padding:.8rem 0;margin-bottom:.65rem}
  .sttb-info__photo-strip{grid-template-columns:1fr}
  .sttb-info__photo-strip img,.sttb-info__photo-strip img:last-child:nth-child(odd){grid-column:auto;aspect-ratio:16/10}
  .sttb-info__simple-section,.sttb-info__feature-section{padding:.8rem .82rem;border-radius:7px}
}

/* 0.35.148 — editorial accommodation page.
   Keep the visual language of Rates/Terms, but avoid a wall of boxes. Real
   photography carries the page; copy is grouped in open, readable sections. */
.sttb-info__hero--editorial{position:relative;margin-bottom:clamp(1.25rem,3vw,2rem);border-radius:12px;box-shadow:none}
.sttb-info__hero--editorial.has-image{grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);min-height:390px}
.sttb-info__hero--editorial .sttb-info__hero-image{min-height:390px;overflow:hidden}
.sttb-info__hero--editorial .sttb-info__hero-image img{min-height:390px;max-height:520px;object-fit:cover}
.sttb-info__hero--editorial .sttb-info__hero-copy{padding:clamp(1.35rem,3vw,2.35rem)}
.sttb-info__hero--editorial .sttb-info__hero h2{font-size:clamp(2rem,4.2vw,3rem)}

.sttb-info__story{display:grid;grid-template-columns:minmax(145px,.26fr) minmax(0,1fr);gap:clamp(1rem,3vw,2.5rem);align-items:start;margin:0 0 clamp(1.8rem,4vw,3rem);padding:0 .1rem}
.sttb-info__story .sttb-info__kicker{margin:.28rem 0 0}
.sttb-info__story-copy{max-width:82ch;font-size:1.02rem;line-height:1.7}
.sttb-info__story-copy>:first-child{margin-top:0}.sttb-info__story-copy>:last-child{margin-bottom:0}
.sttb-info__story-copy p{margin:.58rem 0}

.sttb-info__editorial-section{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:clamp(1.2rem,3.5vw,3rem);align-items:start;margin:0;padding:clamp(1.6rem,4vw,3rem) .1rem;border-top:1px solid var(--sttb-line)}
.sttb-info__editorial-section:not(.has-photos){grid-template-columns:1fr}
.sttb-info__editorial-section.is-photo-first .sttb-info__photo-mosaic{order:-1}
.sttb-info__editorial-copy{max-width:none;min-width:0}
.sttb-info__section-label{display:flex;align-items:center;gap:.65rem;margin:0 0 1rem}
.sttb-info__section-label:after{content:"";height:1px;background:var(--sttb-line);flex:1}
.sttb-info__section-label span{font-size:1.25rem;font-weight:800;color:var(--sttb-ink);white-space:nowrap}
.sttb-info__detail-list{font-size:.95rem;line-height:1.62;max-width:78ch}
.sttb-info__detail-list>h3,.sttb-info__detail-list>h4{margin:1rem 0 .28rem;padding-top:.78rem;border-top:1px solid rgba(223,229,218,.8);font:inherit;font-size:.98rem;font-weight:800;color:var(--sttb-ink)}
.sttb-info__detail-list>h3:first-child,.sttb-info__detail-list>h4:first-child{margin-top:0;padding-top:0;border-top:0}
.sttb-info__detail-list p{margin:.28rem 0 .65rem}
.sttb-info__detail-list ul,.sttb-info__detail-list ol{margin:.35rem 0 .75rem;padding-left:1.2rem}

.sttb-info__photo-mosaic{display:grid;grid-template-columns:1.18fr .82fr;grid-template-rows:repeat(2,minmax(150px,1fr));gap:.55rem;position:sticky;top:1rem;min-width:0}
.sttb-info__photo-mosaic figure{margin:0;overflow:hidden;border-radius:10px;background:var(--sttb-soft);min-height:0}
.sttb-info__photo-mosaic img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
.sttb-info__photo-mosaic .photo-1{grid-row:1 / span 2;min-height:360px}
.sttb-info__photo-mosaic.count-1{display:block}.sttb-info__photo-mosaic.count-1 .photo-1{min-height:360px;aspect-ratio:4/3}
.sttb-info__photo-mosaic.count-2{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.sttb-info__photo-mosaic.count-2 .photo-1{grid-row:auto;min-height:300px}.sttb-info__photo-mosaic.count-2 .photo-2{min-height:300px}

.sttb-info__practical-band{display:grid;grid-template-columns:minmax(145px,.26fr) minmax(0,1fr);gap:clamp(1rem,3vw,2.5rem);margin:0;padding:clamp(1.5rem,3.5vw,2.4rem) clamp(.9rem,2.4vw,1.5rem);border-top:1px solid var(--sttb-line);border-bottom:1px solid var(--sttb-line);background:rgba(243,246,239,.62)}
.sttb-info__practical-band .sttb-info__section-label{display:block;margin:0}.sttb-info__practical-band .sttb-info__section-label:after{display:none}.sttb-info__practical-band .sttb-info__section-label span{font-size:1.05rem}
.sttb-info__practical-copy{columns:2;column-gap:2.5rem;font-size:.93rem;line-height:1.56}
.sttb-info__practical-copy h3,.sttb-info__practical-copy h4{break-after:avoid;margin:.7rem 0 .2rem;font:inherit;font-weight:800}.sttb-info__practical-copy h3:first-child,.sttb-info__practical-copy h4:first-child{margin-top:0}
.sttb-info__practical-copy p{margin:.25rem 0 .7rem;break-inside:avoid}

.sttb-info__feature-section{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:clamp(1.2rem,3.5vw,3rem);align-items:center;margin:0;padding:clamp(1.7rem,4vw,3rem) .1rem;border:0;border-bottom:1px solid var(--sttb-line);border-radius:0;background:transparent}
.sttb-info__feature-section:not(.has-image){grid-template-columns:1fr}.sttb-info__feature-copy{font-size:.95rem;line-height:1.62}.sttb-info__feature-copy .sttb-info__kicker{font-size:1.2rem;letter-spacing:0;text-transform:none;color:var(--sttb-ink);margin-bottom:.75rem}.sttb-info__feature-image img{aspect-ratio:4/3;border-radius:10px}

.sttb-info__gallery{margin:0;padding:clamp(1.6rem,4vw,3rem) .1rem 0;border-top:0}.sttb-info__gallery-head{margin-bottom:.9rem}.sttb-info__gallery-head .sttb-info__kicker{font-size:1.2rem;letter-spacing:0;text-transform:none;color:var(--sttb-ink)}
.sttb-info__gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.sttb-info__gallery-grid a{border-radius:9px}.sttb-info__gallery-grid a:first-child{grid-column:span 2;grid-row:span 2}.sttb-info__gallery-grid a:first-child img{aspect-ratio:1/1}.sttb-info__gallery-grid img{aspect-ratio:4/3}

@media(max-width:900px){
  .sttb-info__hero--editorial.has-image{grid-template-columns:1fr;min-height:0}.sttb-info__hero--editorial .sttb-info__hero-image,.sttb-info__hero--editorial .sttb-info__hero-image img{min-height:280px;max-height:420px}
  .sttb-info__editorial-section{grid-template-columns:1fr}.sttb-info__editorial-section.is-photo-first .sttb-info__photo-mosaic{order:0}.sttb-info__photo-mosaic{position:static;top:auto}
  .sttb-info__feature-section{grid-template-columns:1fr}
}
@media(max-width:650px){
  .sttb-info__story,.sttb-info__practical-band{grid-template-columns:1fr;gap:.55rem}.sttb-info__story{margin-bottom:1.45rem}.sttb-info__story-copy{font-size:.94rem;line-height:1.58}
  .sttb-info__editorial-section{padding:1.35rem 0;gap:.85rem}.sttb-info__section-label{margin-bottom:.7rem}.sttb-info__section-label span{font-size:1.12rem}.sttb-info__detail-list{font-size:.9rem;line-height:1.52}
  .sttb-info__photo-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:.4rem}.sttb-info__photo-mosaic .photo-1{grid-row:auto;grid-column:1 / -1;min-height:0;aspect-ratio:16/10}.sttb-info__photo-mosaic .photo-2,.sttb-info__photo-mosaic .photo-3{aspect-ratio:1/1}.sttb-info__photo-mosaic.count-1 .photo-1{min-height:0;aspect-ratio:16/10}.sttb-info__photo-mosaic.count-2 .photo-1,.sttb-info__photo-mosaic.count-2 .photo-2{min-height:0;aspect-ratio:1/1}
  .sttb-info__practical-band{padding:1rem .82rem}.sttb-info__practical-copy{columns:1;font-size:.89rem}
  .sttb-info__feature-section{padding:1.35rem 0;gap:.8rem}.sttb-info__gallery{padding-top:1.35rem}.sttb-info__gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sttb-info__gallery-grid a:first-child{grid-column:span 2;grid-row:auto}.sttb-info__gallery-grid a:first-child img{aspect-ratio:16/9}
}

/* 0.35.149 — curated, calmer accommodation page.
   Room details become compact label/text rows, section photography stays in a
   fixed place instead of following long copy, and the optional gallery uses an
   even rhythm rather than one oversized first tile. */
.sttb-info__detail-items{display:grid;border-top:1px solid var(--sttb-line)}
.sttb-info__detail-row{display:grid;grid-template-columns:minmax(120px,155px) minmax(0,1fr);gap:1rem;padding:.68rem 0;border-bottom:1px solid var(--sttb-line);align-items:start}
.sttb-info__detail-row h3{margin:0!important;padding:0!important;border:0!important;font:inherit!important;font-size:.92rem!important;font-weight:800!important;color:var(--sttb-ink)!important;line-height:1.35}
.sttb-info__detail-copy{min-width:0;color:var(--sttb-ink)}
.sttb-info__detail-copy>:first-child{margin-top:0}.sttb-info__detail-copy>:last-child{margin-bottom:0}
.sttb-info__detail-copy p{margin:0 0 .38rem}.sttb-info__detail-copy p:last-child{margin-bottom:0}
.sttb-info__detail-lead{margin:0 0 .7rem;max-width:72ch}
.sttb-info__photo-mosaic{position:static;top:auto}
.sttb-info__gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}
.sttb-info__gallery-grid a:first-child{grid-column:auto;grid-row:auto}
.sttb-info__gallery-grid a:first-child img,.sttb-info__gallery-grid img{aspect-ratio:4/3}
.sttb-info__gallery-grid a{display:block;overflow:hidden;border-radius:9px;background:var(--sttb-soft)}
.sttb-info__gallery-grid img{display:block;width:100%;height:100%;object-fit:cover}
@media(max-width:650px){
  .sttb-info__detail-row{grid-template-columns:1fr;gap:.2rem;padding:.62rem 0}
  .sttb-info__detail-row h3{font-size:.9rem!important;color:var(--sttb-green)!important}
  .sttb-info__gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sttb-info__gallery-grid a:first-child{grid-column:auto}
  .sttb-info__gallery-grid a:first-child img{aspect-ratio:4/3}
}


/* 0.35.150 — decision-first accommodation features.
   A quiet scan strip directly below the hero surfaces the practical reasons to
   continue reading (or decide the gîte is not a fit) without another wall of cards. */
.sttb-info__decision{margin:-.35rem 0 clamp(1.5rem,3.5vw,2.5rem);padding:.9rem 0 1.05rem;border-bottom:1px solid var(--sttb-line)}
.sttb-info__decision-title{display:block;margin:0 0 .62rem;color:var(--sttb-green);font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.sttb-info__decision-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid var(--sttb-line);border-left:1px solid var(--sttb-line)}
.sttb-info__decision-item{min-width:0;display:flex;align-items:center;gap:.65rem;padding:.72rem .78rem;background:rgba(255,255,255,.56);border-right:1px solid var(--sttb-line);border-bottom:1px solid var(--sttb-line)}
.sttb-info__decision-icon{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;color:var(--sttb-green)}
.sttb-info__decision-icon svg{display:block;width:25px;height:25px}
.sttb-info__decision-copy{min-width:0;display:grid;gap:.08rem;line-height:1.18}
.sttb-info__decision-copy strong{font-size:.86rem;font-weight:760;color:var(--sttb-ink)}
.sttb-info__decision-copy small{font-size:.78rem;color:var(--sttb-muted);font-weight:600}
@media(max-width:900px){.sttb-info__decision-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:650px){.sttb-info__decision{margin-top:-.15rem;padding-top:.65rem}.sttb-info__decision-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sttb-info__decision-item{padding:.64rem .62rem;gap:.5rem}.sttb-info__decision-icon{flex-basis:26px;width:26px;height:26px}.sttb-info__decision-icon svg{width:22px;height:22px}.sttb-info__decision-copy strong{font-size:.81rem}.sttb-info__decision-copy small{font-size:.74rem}}
