/* Confirmed homepage pricing and the property-story layout that follows it. */
.home-pricing{
  display:block!important;
  padding:clamp(82px,8vw,128px) var(--gutter)!important;
  background:var(--mist)!important;
  color:var(--ink);
}

.home-pricing-head,
.home-pricing-path,
.property-layout-copy,
.property-layout-board{
  width:min(100%,var(--max));
  margin-inline:auto;
}

.home-pricing-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);
  align-items:end;
  gap:clamp(36px,6vw,92px);
  margin-bottom:clamp(44px,5vw,72px);
}

.home-pricing-head h2{
  max-width:10ch;
  margin:0;
  font-size:clamp(3.8rem,6.8vw,6rem);
  line-height:.88;
  letter-spacing:-.04em;
}

.home-pricing-head p{
  max-width:42ch;
  margin:0 0 5px;
  color:var(--muted);
  font-size:clamp(17px,1.45vw,21px);
  line-height:1.48;
}

.home-pricing-path{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}

.home-price{
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:clamp(30px,4vw,54px);
  border-radius:16px;
}

.home-price--film{background:var(--white)}
.home-price--build{background:#e4f7ff}
.home-price--marketing{background:#eee8ff}

.home-price-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:clamp(20px,2vw,28px);
  font-weight:800;
}

.home-price-title small{
  flex:none;
  padding:7px 11px;
  border-radius:999px;
  background:rgb(25 23 28 / .07);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-price-amount{
  display:flex;
  align-items:flex-end;
  gap:13px;
  margin:clamp(42px,5vw,70px) 0 20px;
}

.home-price-amount strong{
  font-size:clamp(3.4rem,5vw,5rem);
  line-height:.8;
  letter-spacing:-.04em;
}

.home-price-amount span{
  padding-bottom:3px;
  color:var(--muted);
  font-size:13px;
  font-weight:750;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.home-price-summary{
  max-width:40ch;
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.48;
}

.home-price ul{
  display:grid;
  gap:0;
  margin:32px 0 36px;
  padding:0;
  list-style:none;
}

.home-price li{
  position:relative;
  padding:13px 0 13px 25px;
  border-bottom:1px solid rgb(25 23 28 / .1);
  font-size:15px;
  font-weight:650;
}

.home-price li::before{
  content:"";
  position:absolute;
  left:1px;
  top:19px;
  width:9px;
  height:5px;
  border-left:2px solid var(--teal);
  border-bottom:2px solid var(--teal);
  transform:rotate(-45deg);
}

.home-price>a{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  margin-top:auto;
  padding:0 21px;
  border-radius:999px;
  background:var(--signal-yellow);
  color:var(--ink);
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}

.home-price--marketing>a{background:var(--teal);color:var(--white)}
.home-price--film>a{background:var(--ink);color:var(--white)}
.home-price>a:focus-visible{outline:3px solid var(--ink);outline-offset:4px}

.home-price-plus{display:grid;place-items:center}
.home-price-plus span{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--ink);
  color:var(--white);
  font-size:24px;
  font-weight:600;
}

.property-layout{
  padding:clamp(88px,9vw,144px) var(--gutter)!important;
  background:var(--cloud)!important;
  color:var(--ink);
}

.property-layout-copy{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);
  align-items:end;
  gap:clamp(36px,6vw,92px);
  margin-bottom:clamp(42px,5vw,70px);
}

.property-layout-copy h2{
  max-width:11ch;
  margin:0;
  font-size:clamp(3.7rem,6.4vw,6rem);
  line-height:.9;
  letter-spacing:-.04em;
}

.property-layout-copy p{
  max-width:47ch;
  margin:0;
  color:var(--muted);
  font-size:clamp(17px,1.45vw,20px);
  line-height:1.5;
}

.property-layout-copy>a{
  grid-column:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  margin-top:20px;
  color:var(--ink);
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}

.property-layout-copy>a:hover{text-decoration:underline;text-underline-offset:4px}
.property-layout-copy>a:focus-visible{outline:3px solid var(--signal-blue);outline-offset:5px}

.property-layout-copy .ds-arrow{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}

.property-layout-board{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-template-rows:repeat(2,minmax(220px,32vh));
  gap:12px;
}

.property-frame{
  position:relative;
  min-width:0;
  min-height:0;
  margin:0;
  overflow:hidden;
  border-radius:14px;
  background:var(--ink);
}

.property-frame--arrival{grid-column:1/8;grid-row:1/3}
.property-frame--living{grid-column:8/13;grid-row:1}
.property-frame--sleep{grid-column:8/11;grid-row:2}
.property-frame--reset{grid-column:11/13;grid-row:2}

.property-frame-link{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.property-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 500ms cubic-bezier(.16,1,.3,1);
}

.property-frame--arrival img{object-position:50% 55%}
.property-frame--living img{object-position:48% 50%}
.property-frame--sleep img{object-position:52% 50%}
.property-frame--reset img{object-position:56% 50%}

.property-frame-link::after{
  content:"";
  position:absolute;
  inset:34% 0 0;
  background:linear-gradient(to top,rgb(15 12 20 / .78),transparent);
  pointer-events:none;
}

.property-frame figcaption{
  position:absolute;
  z-index:1;
  left:clamp(18px,2.5vw,34px);
  right:clamp(18px,2.5vw,34px);
  bottom:clamp(17px,2.4vw,31px);
  padding-right:28px;
  color:var(--white);
  transition:transform 320ms cubic-bezier(.16,1,.3,1);
}

.property-frame figcaption span{
  display:block;
  margin-bottom:5px;
  color:var(--signal-yellow);
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.property-frame figcaption strong{
  display:block;
  max-width:19ch;
  font-size:clamp(18px,2vw,30px);
  line-height:1.04;
  letter-spacing:-.025em;
}

.property-frame--sleep figcaption strong,
.property-frame--reset figcaption strong{font-size:clamp(16px,1.45vw,22px)}

.property-frame-arrow{
  position:absolute;
  right:0;
  bottom:1px;
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.72;
  transform:translate(-2px,2px);
  transition:opacity 320ms ease,transform 320ms cubic-bezier(.16,1,.3,1);
}

.property-frame-link:focus-visible{
  outline:3px solid var(--signal-blue);
  outline-offset:-5px;
}

.property-frame-link:focus-visible img{transform:scale(1.025)}
.property-frame-link:focus-visible figcaption{transform:translateY(-4px)}
.property-frame-link:focus-visible .property-frame-arrow{opacity:1;transform:none}

@media(hover:hover){
  .property-frame-link:hover img{transform:scale(1.025)}
  .property-frame-link:hover figcaption{transform:translateY(-4px)}
  .property-frame-link:hover .property-frame-arrow{opacity:1;transform:none}
}

@media(max-width:900px){
  .home-pricing,.property-layout{padding-left:20px!important;padding-right:20px!important}
  .home-pricing-head,.property-layout-copy{grid-template-columns:1fr;gap:22px}
  .home-pricing-head h2,.property-layout-copy h2{font-size:clamp(3.45rem,14vw,5rem)}
  .home-pricing-head p,.property-layout-copy p{max-width:36ch}
  .home-pricing-path{grid-template-columns:1fr;gap:14px}
  .home-price{padding:30px 24px}
  .home-price-amount{margin-top:42px}
  .home-price-amount strong{font-size:clamp(4rem,19vw,5.6rem)}
  .property-layout-copy>a{grid-column:auto;margin-top:0}
  .property-layout-board{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:9px}
  .property-frame--arrival{grid-column:1/3;grid-row:1}
  .property-frame--living{grid-column:1/3;grid-row:2}
  .property-frame--sleep{grid-column:1;grid-row:3}
  .property-frame--reset{grid-column:2;grid-row:3}
  .property-frame--arrival,.property-frame--living{aspect-ratio:4/3}
  .property-frame--sleep,.property-frame--reset{aspect-ratio:4/5}
  .property-frame{border-radius:12px}
  .property-frame figcaption{left:17px;right:17px;bottom:16px}
  .property-frame figcaption strong{font-size:20px}
  .property-frame--sleep figcaption strong,.property-frame--reset figcaption strong{font-size:15px}
}

@media(max-width:520px){
  .property-frame--sleep{grid-column:1/3;grid-row:3}
  .property-frame--reset{grid-column:1/3;grid-row:4}
  .property-frame--sleep,.property-frame--reset{aspect-ratio:4/3}
  .property-frame--sleep figcaption strong,.property-frame--reset figcaption strong{font-size:20px}
}

@media(prefers-reduced-motion:reduce){
  .property-frame img,
  .property-frame figcaption,
  .property-frame-arrow{transition:none}
  .property-frame-link:is(:hover,:focus-visible) img,
  .property-frame-link:is(:hover,:focus-visible) figcaption,
  .property-frame-link:is(:hover,:focus-visible) .property-frame-arrow{transform:none}
}
