/* Monart landing — layout follows the approved editorial mockup. */
.page-landing{background:var(--bg)}
.page-landing main{display:block}
.page-landing img{max-width:100%}
.page-landing .l-eyebrow{
  display:block;margin-bottom:1rem;color:var(--gold);
  font-size:.6rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase
}
.page-landing .l-h2{
  margin:0;color:var(--text);font-family:'Cormorant Garamond',serif;
  font-size:clamp(3rem,5.4vw,5.75rem);font-weight:300;line-height:.9;
  letter-spacing:-.04em;text-wrap:balance
}
.l-cta{
  display:inline-flex;align-items:center;justify-content:center;min-height:48px;
  padding:.85rem 2.35rem;border:1px solid var(--gold);background:var(--gold);
  color:#FAF8F4;font-family:'Jost',sans-serif;font-size:.65rem;font-weight:500;
  letter-spacing:.18em;text-decoration:none;text-transform:uppercase;
  transition:background .2s,border-color .2s,color .2s
}
.l-cta:hover{border-color:#7F5823;background:#7F5823}
.l-cta:focus-visible,.l-plan-link:focus-visible,.l-faq summary:focus-visible{
  outline:2px solid var(--gold);outline-offset:4px
}
.l-cta-sm{min-height:auto;padding:.58rem 1.35rem;font-size:.58rem}

/* Hero */

.l-h1{
  margin:0;color:var(--text);font-family:'Cormorant Garamond',serif;
  font-size:clamp(3.35rem,5.2vw,6rem);font-weight:300;line-height:.86;
  letter-spacing:-.035em;text-wrap:balance
}
.l-h1 span,.l-h1 em{display:block}
.l-h1 em{
  margin-top:.12em;color:#6A5A48;font-family:'Cormorant Garamond',serif;
  font-size:1em;font-style:italic;font-weight:300;letter-spacing:-.045em
}

/* Why a picture is not enough, and the three steps */
.l-why{width:min(100%,1600px);margin:0 auto;padding:8rem 4rem 0}
.l-why-head{
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.9fr);
  gap:2rem 7rem;align-items:end;margin-bottom:4.5rem
}
.l-why-head .l-eyebrow{grid-column:1/-1;margin-bottom:-.8rem}
.l-why-head .l-h2{max-width:48rem}
.l-why-body p{max-width:32rem;margin:0;color:#5A5248;font-size:.86rem;line-height:1.9}
.l-why-body p+p{margin-top:1rem}
.l-why .l-why-lead{
  color:var(--text);font-family:'Cormorant Garamond',serif;
  font-size:1.55rem;font-weight:400;line-height:1.25
}
.l-process{
  margin:0;padding:4.5rem 0;display:grid;grid-template-columns:repeat(3,1fr);list-style:none;
  border-top:1px solid var(--border);border-bottom:1px solid var(--border)
}
.l-process li{position:relative;padding:0 clamp(2rem,4vw,4.5rem);border-left:1px solid var(--border)}
.l-process li:first-child{padding-left:0;border-left:0}
.l-step-num{
  display:block;margin-bottom:1.35rem;color:var(--gold);
  font-size:.58rem;letter-spacing:.2em
}
.l-process h3{
  margin:0;color:var(--text);font-family:'Cormorant Garamond',serif;
  font-size:1.45rem;font-weight:400;line-height:1.2
}
.l-process p{max-width:17rem;margin:.65rem 0 0;color:var(--muted);font-size:.73rem;line-height:1.8}

/* Main result */
.l-showcase{width:min(100%,1600px);margin:0 auto;padding:9rem 4rem 8rem}
.l-section-head{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,28rem);
  gap:2rem 6rem;align-items:end;margin-bottom:4rem
}
.l-section-head .l-eyebrow{grid-column:1/-1;margin-bottom:-.8rem}
.l-section-head .l-h2{max-width:56rem}
.l-section-head>p{margin:0 0 .25rem;color:#5A5248;font-size:.86rem;line-height:1.9}
/* Room 42 with the room page's markers and its card, cut down to the facts.
   The card's measurements are .spot-card's in interior.css, so the two read as
   the same object. The box has the picture's proportions: the dots sit at
   percentages of it. */
.l-room{position:relative;aspect-ratio:1536/1024;background:var(--surface);line-height:0}
.l-room img{display:block;width:100%;height:100%;object-fit:cover}
.l-room-dot{position:absolute;z-index:2;display:grid;place-items:center;width:34px;height:34px;padding:0;
  border:0;background:none;cursor:pointer;transform:translate(-50%,-50%)}
.l-room-dot span{position:relative;width:18px;height:18px;border-radius:50%;background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,.45);transition:transform .18s ease}
.l-room-dot span::after{content:'';position:absolute;inset:0;margin:auto;width:6px;height:6px;
  border-radius:50%;background:var(--gold)}
.l-room-dot:hover span,.l-room-dot:focus-visible span{transform:scale(1.25)}
.l-room-dot:focus-visible{outline:none}
.l-room-total{position:absolute;z-index:1;left:0;bottom:0;display:flex;flex-wrap:wrap;align-items:baseline;
  gap:.2rem .9rem;margin:0;padding:.75rem 1.05rem;background:rgba(26,24,20,.8);color:#FAF8F4;
  font-size:.55rem;line-height:1.4;letter-spacing:.16em;text-transform:uppercase}
.l-room-total b{color:#E6CFA3;font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:400;
  letter-spacing:0;text-transform:none;white-space:nowrap}
.l-room-card{position:absolute;z-index:5;width:min(312px,calc(100vw - 2rem));padding:1.05rem;
  background:rgba(250,250,248,.98);border:1px solid var(--border2);box-shadow:0 18px 55px rgba(26,24,20,.2);
  line-height:1.45;backdrop-filter:blur(12px)}
.l-room-card[hidden]{display:none}
.l-room-close{position:absolute;top:.55rem;right:.55rem;display:grid;place-items:center;width:26px;height:26px;
  padding:0;border:1px solid transparent;background:none;color:var(--muted);
  font:300 1.15rem/1 'Jost',sans-serif;cursor:pointer;transition:color .18s,border-color .18s}
.l-room-close:hover,.l-room-close:focus-visible{color:var(--text);border-color:var(--border);outline:none}
.l-room-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding-right:2rem}
.l-room-cat{margin:0;padding-top:.16rem;color:var(--muted);font-size:.52rem;font-weight:400;
  letter-spacing:.18em;text-transform:uppercase}
.l-room-price{display:flex;align-items:baseline;gap:.35rem;margin:0;white-space:nowrap}
.l-room-price span{color:var(--muted);font-size:.48rem;letter-spacing:.13em;text-transform:uppercase}
.l-room-price b{color:var(--gold);font-family:'Cormorant Garamond',serif;font-size:.98rem;font-weight:400;line-height:1}
.l-room-label{margin:.45rem 2rem .5rem 0;color:var(--text);font-family:'Cormorant Garamond',serif;
  font-size:1.38rem;font-weight:400;line-height:1.08}
.l-room-shop{margin:0 0 .8rem;color:#5A5248;font-size:.7rem;line-height:1.45}
.l-room-gone{margin:-.45rem 0 .8rem;color:#8A5B50;font-size:.66rem;line-height:1.45}
.l-room-spec{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 .75rem;padding:.7rem 0;
  border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.l-room-spec div{min-width:0;padding:0 .55rem;border-left:1px solid var(--border)}
.l-room-spec div:first-child{padding-left:0;border-left:0}
.l-room-spec dt{margin-bottom:.22rem;color:var(--muted);font-size:.47rem;letter-spacing:.13em;text-transform:uppercase}
.l-room-spec dd{margin:0;overflow:hidden;color:#5A5248;font-size:.67rem;line-height:1.35;text-overflow:ellipsis}
.l-room-link{border-bottom:1px solid transparent;color:var(--gold);font-size:.68rem;line-height:1.45;text-decoration:none}
.l-room-link:hover{border-color:var(--gold)}
.l-room-note{margin:.8rem 0 0;color:var(--muted);font-size:.64rem;line-height:1.5}
.l-capabilities{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3.5rem
}
.l-capabilities article{
  min-width:0;padding:0 0 2.4rem;border-bottom:1px solid var(--border)
}
.l-cap-visual{
  position:relative;margin:0 0 1.65rem;overflow:hidden;background:var(--surface);
  border:1px solid var(--border);aspect-ratio:1.18/1
}
.l-cap-visual img{
  display:block;width:100%;height:100%;object-fit:cover;
  transition:transform .45s ease
}
.l-capabilities article:hover .l-cap-visual img{transform:scale(1.015)}
.l-cap-num{
  display:block;margin-bottom:1rem;color:var(--gold);
  font-size:.58rem;letter-spacing:.2em
}
.l-capabilities h3{
  max-width:19rem;margin:0;color:var(--text);font-family:'Cormorant Garamond',serif;
  font-size:1.55rem;font-weight:400;line-height:1.15
}
.l-capabilities p{max-width:21rem;margin:.8rem 0 0;color:var(--muted);font-size:.73rem;line-height:1.8}

/* What the room costs: the market first, then the visitor's answer */
.l-budget{
  width:min(100%,1600px);margin:0 auto;padding:0 4rem 9rem;
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(20rem,.9fr);
  gap:clamp(3rem,7vw,8rem);align-items:center
}
.l-budget-head p{max-width:32rem;margin:1.8rem 0 0;color:#5A5248;font-size:.86rem;line-height:1.9}
.l-budget-panel{padding:2.2rem;background:var(--surface);border:1px solid var(--border)}
.l-budget-kicker{display:block;color:var(--muted);font-size:.54rem;letter-spacing:.18em;text-transform:uppercase}
.l-estimate{
  margin:1rem 0 2rem;padding:.8rem .9rem;border:1px solid rgba(154,110,46,.22);
  background:var(--gold-dim);color:var(--gold);font-family:'Cormorant Garamond',serif;
  font-size:1.12rem;line-height:1.35
}
.l-budget-answers{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.7rem}
.l-budget-answer{
  padding:.55rem .9rem;border:1px solid var(--border2);color:#5A5248;
  font-size:.55rem;letter-spacing:.14em;text-transform:uppercase
}
.l-budget-answer-on{border-color:var(--gold);background:var(--gold);color:#FAF8F4}
.l-budget-kicker-gap{margin-top:2rem}
.l-budget-total{margin:.9rem 0 0;color:var(--text);font-family:'Cormorant Garamond',serif;
  font-size:1.3rem;font-weight:400;text-align:right}

/* Editorial statement */
.l-statement{
  width:min(100%,1600px);min-height:650px;margin:0 auto;padding:0 4rem 8rem;
  display:grid;grid-template-columns:minmax(17rem,.62fr) minmax(0,1.38fr);
  gap:clamp(3rem,7vw,8rem);align-items:center;overflow:hidden;
  background:var(--bg);color:var(--text)
}
.l-statement figure{
  position:relative;height:520px;margin:0;overflow:hidden;background:var(--surface)
}
.l-statement figure::before{
  content:'';position:absolute;z-index:2;inset:1rem -1rem -1rem 1rem;
  border:1px solid rgba(154,110,46,.28);pointer-events:none
}
.l-statement img{
  display:block;width:100%;height:100%;object-fit:cover;object-position:center 53%;
  filter:saturate(.82)
}
.l-statement>div{position:relative;z-index:2}
.l-statement span{
  display:block;color:var(--text);font-family:'Cormorant Garamond',serif;
  font-size:clamp(3.2rem,5.2vw,6rem);font-weight:300;line-height:.9;
  letter-spacing:-.045em
}
.l-statement em{
  display:block;margin-top:.12em;color:#6A5A48;font-family:'Cormorant Garamond',serif;
  font-size:clamp(3.4rem,5.6vw,6.4rem);font-style:italic;font-weight:300;
  line-height:.88;letter-spacing:-.05em
}
.l-statement-note{
  max-width:29rem;margin:3.5rem 0 0;padding-top:1.25rem;border-top:1px solid var(--border2);
  color:var(--muted);font-size:.58rem;letter-spacing:.2em;line-height:1.6;text-transform:uppercase
}

/* Plan composition from the mockup */
.l-plans{width:min(100%,1600px);margin:0 auto;padding:9rem 4rem;background:var(--bg)}
.l-plans-head{
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.9fr);
  gap:2rem 7rem;align-items:end;margin-bottom:4rem
}
.l-plans-head .l-eyebrow{grid-column:1/-1;margin-bottom:-.8rem}
.l-plans-head .l-h2{max-width:50rem}
.l-plans-head>p{max-width:32rem;margin:0 0 .3rem;color:#5A5248;font-size:.84rem;line-height:1.9}
.l-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border2);border-bottom:1px solid var(--border2)}
.l-plan{display:flex;min-height:470px;padding:2.75rem;flex-direction:column;border-left:1px solid var(--border)}
.l-plan:first-child{border-left:0}
.l-plan-primary{background:var(--surface)}
.l-plan-kicker{
  min-height:1.2rem;margin-bottom:2.25rem;color:var(--gold);
  font-size:.55rem;letter-spacing:.22em;text-transform:uppercase
}
.l-plan h3{
  margin:0;color:var(--text);font-family:'Cormorant Garamond',serif;
  font-size:2.25rem;font-weight:300;line-height:1
}
.l-plan>p{margin:.7rem 0 1.8rem;color:var(--muted);font-size:.72rem;line-height:1.6}
.l-plan ul{margin:0 0 2rem;padding:0;list-style:none}
.l-plan li{position:relative;padding:.55rem 0 .55rem 1.4rem;border-top:1px solid var(--border);color:#5A5248;font-size:.72rem;line-height:1.55}
.l-plan li::before{content:'✓';position:absolute;left:0;color:var(--gold);font-size:.63rem}
.l-plan-link{
  display:inline-flex;align-items:center;align-self:flex-start;margin-top:auto;
  padding-bottom:.2rem;border-bottom:1px solid var(--gold);color:var(--gold);
  font-size:.6rem;font-weight:500;letter-spacing:.17em;text-decoration:none;text-transform:uppercase
}
.l-plan-link::after{content:'→';margin-left:.7rem;font-size:.8rem}
.l-plan-link:hover{color:#7F5823;border-color:#7F5823}
.l-plan-muted{opacity:.62}
.l-plan-link-disabled{border-color:var(--muted);color:var(--muted)}
.l-plan-link-disabled::after{content:''}

/* FAQ */
.l-faq{
  width:min(100%,1600px);margin:0 auto;padding:8rem 4rem 9rem;
  display:grid;grid-template-columns:minmax(18rem,.7fr) minmax(0,1.3fr);
  gap:clamp(4rem,9vw,10rem);border-top:1px solid var(--border)
}
.l-faq header{max-width:29rem}
.l-faq .l-h2{font-size:clamp(3rem,4.8vw,5rem)}
.l-faq-list{border-top:1px solid var(--border2)}
.l-faq details{border-bottom:1px solid var(--border2)}
.l-faq summary{
  position:relative;padding:1.55rem 3.5rem 1.55rem 0;list-style:none;
  color:var(--text);font-family:'Cormorant Garamond',serif;
  font-size:1.35rem;font-weight:400;line-height:1.25;cursor:pointer
}
.l-faq summary::-webkit-details-marker{display:none}
.l-faq summary::after{
  content:'+';position:absolute;top:50%;right:.2rem;transform:translateY(-50%);
  color:var(--gold);font-family:'Jost',sans-serif;font-size:1.15rem;font-weight:300
}
.l-faq details[open] summary::after{content:'−'}
.l-faq details p{max-width:42rem;margin:0;padding:0 3.5rem 1.5rem 0;color:var(--muted);font-size:.77rem;line-height:1.85}

/* Closing image */
.l-close{
  min-height:690px;padding:7rem max(4rem,calc((100vw - 1472px)/2));
  display:flex;align-items:center;
  background:
    linear-gradient(90deg,rgba(26,24,20,.93) 0%,rgba(26,24,20,.76) 38%,rgba(26,24,20,.08) 72%),
    url("../../landing/monart-cta-banner.7c323c970896.webp") center/cover no-repeat
}
.l-close-copy{max-width:41rem}
.l-close .l-eyebrow{color:#D1B27D}
.l-close h2{
  margin:0;color:#FAF8F4;font-family:'Cormorant Garamond',serif;
  font-size:clamp(3.4rem,5.4vw,6rem);font-weight:300;line-height:.88;letter-spacing:-.05em
}
.l-close p{max-width:28rem;margin:1.5rem 0 2.2rem;color:rgba(250,248,244,.72);font-size:.86rem;line-height:1.85}

/* Tablet */
@media (max-width:1120px){
  .l-showcase,.l-plans,.l-why,.l-budget{padding-left:2rem;padding-right:2rem}
  .l-statement,.l-close{padding-left:2rem;padding-right:2rem}
  .l-statement{gap:2.5rem}
  .l-faq{padding-left:2rem;padding-right:2rem;gap:4rem}
  .l-plan{padding:2.2rem}
}

@media (max-width:900px){
  .page-landing .nav-links a.nav-link{display:none}
  .page-landing .nav-links a.l-cta{display:inline-flex;white-space:nowrap;padding:.55rem .9rem;font-size:.54rem;letter-spacing:.1em}
  .page-landing .nav-links{gap:.55rem}
  .l-h1{font-size:clamp(4.1rem,13.5vw,6.5rem)}

  .l-why{padding:6rem 1.2rem 0}
  .l-why-head{grid-template-columns:1fr;gap:1.15rem;margin-bottom:2.5rem}
  .l-why-head .l-eyebrow{grid-column:auto;margin-bottom:0}
  .l-process{padding:2.5rem 0;grid-template-columns:1fr}
  .l-process li{padding:1.5rem 0;border-top:1px solid var(--border);border-left:0}
  .l-process li:first-child{padding-top:0;border-top:0}
  .l-process li:last-child{padding-bottom:0}
  .l-step-num{margin-bottom:.55rem}
  .l-process p{max-width:32rem}

  .l-showcase{padding:6rem 1.2rem}
  .l-section-head{grid-template-columns:1fr;gap:1.15rem;margin-bottom:2.5rem}
  .l-section-head .l-eyebrow{grid-column:auto;margin-bottom:0}
  /* No hover on touch: the card is a sheet from the bottom of the screen, as
     on the room page, so the room above it stays in view. */
  .l-room-card{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;max-height:78vh;overflow-y:auto;
    border:0;border-top:1px solid var(--border2);padding:1.2rem 1.15rem calc(1.2rem + env(safe-area-inset-bottom));
    box-shadow:0 -18px 55px rgba(26,24,20,.18);animation:l-sheet-up .22s ease-out}
  @keyframes l-sheet-up{from{transform:translateY(100%)}to{transform:none}}
  .l-room-dot{width:44px;height:44px}
  .l-capabilities{grid-template-columns:1fr;gap:2.8rem}
  .l-capabilities article{padding:0 0 2.2rem;border:0;border-bottom:1px solid var(--border)}
  .l-capabilities h3,.l-capabilities p{max-width:34rem}
  .l-cap-visual{max-width:42rem;aspect-ratio:1.28/1}

  .l-budget{padding:0 1.2rem 6rem;grid-template-columns:1fr;gap:2.5rem}
  .l-budget-panel{max-width:36rem;padding:1.5rem}

  .l-statement{
    min-height:auto;padding:1rem 1.2rem 6rem;grid-template-columns:1fr;gap:3.5rem
  }
  .l-statement span{font-size:clamp(2.8rem,9vw,4.6rem)}
  .l-statement em{font-size:clamp(3rem,9.6vw,4.9rem)}
  .l-statement figure{width:min(78%,34rem);height:auto;margin-left:auto}
  .l-statement img{aspect-ratio:1/1}

  .l-plans{padding:6rem 1.2rem}
  .l-plans-head{grid-template-columns:1fr;gap:1.2rem;margin-bottom:2.5rem}
  .l-plans-head .l-eyebrow{grid-column:auto;margin-bottom:0}
  .l-plan-grid{grid-template-columns:1fr}
  .l-plan{min-height:auto;padding:2.4rem 0;border-top:1px solid var(--border);border-left:0}
  .l-plan:first-child{border-top:0}
  .l-plan-primary{margin:0 -1.2rem;padding-right:1.2rem;padding-left:1.2rem}
  .l-plan ul{max-width:38rem;width:100%}
  .l-plan-link{margin-top:1rem}

  .l-faq{padding:6rem 1.2rem;grid-template-columns:1fr;gap:2.5rem}
  .l-faq header{max-width:34rem}

  .l-close{min-height:590px;padding:5rem 1.2rem;background-position:61% center}
  .l-close h2{font-size:clamp(3rem,10vw,5rem)}
}

@media (max-width:560px){
  .l-h1{font-size:clamp(3.6rem,17vw,5rem)}
  .l-cta{width:100%}
  /* A room 340 pixels wide has no floor to spare: the total goes over the
     window, clear of the rug's dot. */
  .l-room-total{top:0;bottom:auto;padding:.5rem .7rem;font-size:.48rem}
  .l-room-total b{font-size:1rem}
  .l-section-head .l-h2,.l-plans-head .l-h2,.l-faq .l-h2,
  .l-why-head .l-h2,.l-budget-head .l-h2{font-size:clamp(2.8rem,12vw,4rem)}
  .l-capabilities article{padding:2rem 0}
  .l-statement{padding-top:5rem;padding-bottom:5rem}
  .l-statement span,.l-statement em{font-size:clamp(2.6rem,11vw,3.6rem)}
  .l-statement figure{width:88%}
  .l-plan{padding:2.2rem 0}
  .l-plan-primary{padding-right:1.2rem;padding-left:1.2rem}
  .l-faq summary{padding:1.3rem 2.5rem 1.3rem 0;font-size:1.18rem}
  .l-faq details p{padding-right:1rem}
  .l-close{min-height:540px}
  .l-close h2{font-size:clamp(2.8rem,12vw,3.8rem)}
}

/* Hero — the words beside the room, before and after, as the page first began.
   The markers and cards are on room 42, in the examples. */
.l-hero{position:relative;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:clamp(2.5rem,5vw,5.5rem);align-items:center;width:min(100%,1600px);margin:0 auto;
  padding:60px 4rem 0}
.l-hero-copy{position:relative;z-index:5;max-width:31rem}
.l-hero-sub{max-width:27rem;margin:1.6rem 0 0;color:#5A5248;font-size:.88rem;line-height:1.9}
.l-hero-actions{display:flex;align-items:center;gap:1.3rem;margin-top:2rem}
.l-hero-link{padding-bottom:.15rem;border-bottom:1px solid var(--border2);color:var(--text);font-size:.62rem;
  letter-spacing:.16em;text-decoration:none;text-transform:uppercase;transition:border-color .2s}
.l-hero-link:hover{border-color:var(--text)}
.l-hero-link:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.l-hero-proof{max-width:27rem;margin:1.7rem 0 0;padding-top:1rem;border-top:1px solid var(--border2);
  color:#6A5A48;font-family:'Cormorant Garamond',serif;font-size:1.08rem;font-style:italic;line-height:1.4}
/* The before-and-after: the furnished room clipped from the handle's left edge,
   and a range input over the whole picture to drag it. */
.ba{position:relative;overflow:hidden;background:var(--surface);line-height:0;user-select:none;--split:50%}
.ba img{display:block;width:100%;height:100%;object-fit:cover}
.ba-after{position:absolute;inset:0;clip-path:inset(0 0 0 var(--split))}
.ba-range{
  position:absolute;inset:0;z-index:5;width:100%;height:100%;margin:0;
  opacity:0;cursor:ew-resize;-webkit-appearance:none;appearance:none;background:none
}
.ba-handle{
  position:absolute;z-index:4;top:0;bottom:0;left:var(--split);width:1px;
  background:rgba(250,250,248,.95);box-shadow:0 0 0 1px rgba(0,0,0,.13);
  pointer-events:none
}
.ba-handle::before{
  content:'‹  ›';position:absolute;top:50%;left:50%;width:46px;height:46px;
  display:grid;place-items:center;transform:translate(-50%,-50%);
  border-radius:50%;background:rgba(250,250,248,.97);
  box-shadow:0 5px 24px rgba(0,0,0,.2);color:var(--text);
  font-family:'Jost',sans-serif;font-size:.7rem;line-height:1
}
.ba-label{
  position:absolute;z-index:3;bottom:1.15rem;padding:.4rem .75rem;
  background:rgba(26,24,20,.72);color:#FAF8F4;font-size:.53rem;
  letter-spacing:.2em;line-height:1.2;text-transform:uppercase;pointer-events:none
}
.ba-label-left{left:1.15rem}
.ba-label-right{right:1.15rem}
/* As tall as the hero: at least the pictures' own proportions across their
   column, and as tall as the words beside them when those run taller — so the
   picture meets the header above and the next section below with no gap. What
   the frame crops, the pictures cover. */
.l-hero-compare{align-self:stretch;
  min-height:calc((min(100vw,1600px) - 8rem - clamp(2.5rem,5vw,5.5rem)) * .6 * 1086 / 1448)}
.l-market-list{margin:.6rem 0 0;padding:0;list-style:none}
.l-market-list li{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.1rem .75rem;padding:.42rem 0;
  border-bottom:1px solid var(--border);color:#5A5248;font-size:.7rem;line-height:1.4}
.l-market-list b{color:var(--gold);font-family:'Cormorant Garamond',serif;font-size:.92rem;font-weight:400;white-space:nowrap}

/* Below 1100px the words go above the before-and-after. */
@media (max-width:1100px){
  .l-hero{grid-template-columns:1fr;gap:2.4rem;padding:6.5rem 2rem 3rem}
  .l-hero-compare{align-self:auto;min-height:0;aspect-ratio:1448/1086}
  .l-hero-copy{max-width:42rem}
  .l-hero-sub,.l-hero-proof{max-width:36rem}
}
@media (max-width:560px){
  .l-hero{padding:5.5rem 1.2rem 2.5rem}
  .l-hero-actions{align-items:flex-start;flex-direction:column;gap:.85rem}
  .ba-handle::before{width:38px;height:38px}
  .ba-label{bottom:.7rem;padding:.34rem .5rem;font-size:.47rem}
  .ba-label-left{left:.7rem}
  .ba-label-right{right:.7rem}
}
