/* R146 — one map-inspired interactive floor-plan section per project. */
.ayr-simple-plans-section{
  --r146-plan-blue:#0c436a;
  --r146-plan-orange:#f6921e;
  background:var(--r146-plan-blue)!important;
  color:#fff!important;
  padding-block:clamp(64px,7vw,108px)!important;
  overflow:hidden;
}
.ayr-simple-plans-section .ayr-label,
.ayr-simple-plans-section .ayr-simple-plans__head h2,
.ayr-simple-plans-section .ayr-simple-plans__group-title{
  color:#fff!important;
}
.ayr-simple-plans-section .ayr-simple-plans__head{
  margin-bottom:clamp(28px,4vw,52px)!important;
}

/* Keep source figures as an accessible no-JS fallback only. */
.ayr-simple-plans.is-r146-enhanced > .ayr-simple-plans__group,
.ayr-simple-plans.is-r146-enhanced > .ayr-simple-plans__grid{
  display:none!important;
}

.ayr-r146-plan-layout{
  display:grid;
  grid-template-columns:minmax(220px,.62fr) minmax(0,1.38fr);
  gap:clamp(34px,6vw,96px);
  align-items:stretch;
  min-height:min(70svh,740px);
}
.ayr-r146-plan-nav{
  min-width:0;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-inline-end:clamp(20px,3vw,44px);
  border-inline-end:1px solid rgba(255,255,255,.20);
}
.ayr-r146-plan-group-label{
  margin:clamp(18px,2.5vw,30px) 0 7px;
  color:rgba(255,255,255,.52);
  font-size:.72rem;
  line-height:1.35;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ayr-r146-plan-group-label:first-child{margin-top:0}

.ayr-r146-plan-choice{
  appearance:none;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:transparent;
  color:rgba(255,255,255,.58);
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:center;
  width:100%;
  padding:14px 0;
  text-align:start;
  cursor:pointer;
  transition:color .22s ease,transform .22s ease,border-color .22s ease;
}
.ayr-r146-plan-number{
  color:rgba(255,255,255,.38);
  font-size:.7rem;
  line-height:1;
  letter-spacing:.08em;
  transition:color .22s ease;
}
.ayr-r146-plan-choice-title{
  font-size:clamp(1.1rem,1.55vw,1.55rem);
  line-height:1.25;
}
.ayr-r146-plan-choice:hover,
.ayr-r146-plan-choice:focus-visible,
.ayr-r146-plan-choice.is-active{
  color:#fff;
  border-bottom-color:rgba(255,255,255,.30);
  outline:0;
}
.ayr-r146-plan-choice.is-active{
  transform:translateX(8px);
}
[dir="rtl"] .ayr-r146-plan-choice.is-active{
  transform:translateX(-8px);
}
.ayr-r146-plan-choice.is-active .ayr-r146-plan-number{
  color:var(--r146-plan-orange);
}

.ayr-r146-plan-stage{
  min-width:0;
  display:grid;
  grid-template-rows:1fr auto;
  align-items:center;
  justify-items:center;
}
.ayr-r146-plan-open{
  width:100%;
  min-height:min(60svh,660px);
  padding:0;
  border:0;
  background:transparent!important;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:zoom-in;
}
.ayr-r146-plan-open:focus-visible{
  outline:1px solid rgba(246,146,30,.8);
  outline-offset:8px;
}
.ayr-r146-plan-open img{
  display:block;
  width:100%;
  height:min(60svh,660px);
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
}
.ayr-r146-plan-stage-meta{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:20px;
  margin-top:12px;
  border-top:1px solid rgba(255,255,255,.15);
  padding-top:13px;
}
.ayr-r146-plan-caption{
  margin:0;
  color:#fff;
  font-size:1.9rem;
  line-height:1.25;
}
.ayr-r146-plan-hint{
  flex:0 0 auto;
  color:var(--r146-plan-orange);
  font-size:1.52rem;
  line-height:1.25;
}

@media(max-width:760px){
  .ayr-simple-plans-section{padding-block:54px 68px!important}
  .ayr-r146-plan-layout{
    grid-template-columns:1fr;
    gap:26px;
    min-height:0;
  }
  .ayr-r146-plan-nav{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:18px;
    justify-content:initial;
    border-inline-end:0;
    border-bottom:1px solid rgba(255,255,255,.20);
    padding:0 0 18px;
  }
  .ayr-r146-plan-group-label{
    grid-column:1/-1;
    margin:20px 0 4px;
  }
  .ayr-r146-plan-group-label:first-child{margin-top:0}
  .ayr-r146-plan-choice{
    grid-template-columns:26px 1fr;
    gap:8px;
    padding:11px 0;
  }
  .ayr-r146-plan-choice-title{font-size:1.08rem}
  .ayr-r146-plan-choice.is-active{transform:none!important}
  .ayr-r146-plan-open{min-height:44svh}
  .ayr-r146-plan-open img{height:44svh}
  .ayr-r146-plan-stage-meta{align-items:flex-start}
  .ayr-r146-plan-caption{font-size:1.65rem}
  .ayr-r146-plan-hint{font-size:1.3rem;text-align:end}
}
