/*
 * Responsive implementation of the approved Jotiraditya Builders landing-page artwork.
 * Loaded after styles.css so this file is the final visual authority.
 */
:root{
  --pdf-pink:#ec087d;
  --pdf-pink-soft:#f4abd0;
  --pdf-charcoal:#272326;
  --pdf-grey:#f2f2f2;
  --pdf-mid:#a3a3a3;
  --pdf-white:#fff;
}
html{scroll-padding-top:68px}
.balsam-home{
  margin:0;
  color:var(--pdf-charcoal);
  background:#fff;
  font-family:Montserrat,Arial,sans-serif;
  font-size:14px;
  line-height:1.5;
}
.balsam-home .container{width:min(1180px,calc(100% - 40px));max-width:1180px;margin-inline:auto}
.balsam-home .section{padding:64px 0}
.balsam-home .eyebrow{
  color:var(--pdf-pink);
  font:700 11px/1.2 Montserrat,Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.balsam-home .nexa-title,
.balsam-home .section h2{
  color:var(--pdf-charcoal);
  font-family:NexaBook,Montserrat,Arial,sans-serif;
  font-weight:400;
  letter-spacing:-.035em;
  text-transform:uppercase;
}
.balsam-home .nexa-title span{color:var(--pdf-pink)}
.balsam-home .section-head{margin:0 auto 30px;text-align:center}
.balsam-home .section-head h2{margin:8px auto 0;font-size:clamp(28px,3.4vw,46px);line-height:1.04}

/* Header and exact supplied hero artwork */
.balsam-home .site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:50;
  height:68px;
  padding:10px max(20px,calc((100vw - 1180px)/2));
  background:rgba(255,255,255,.97);
  border:0;
  border-bottom:1px solid #eee;
  box-shadow:none;
  backdrop-filter:blur(10px);
}
.balsam-home .brand img{height:34px;width:auto;filter:none}
.balsam-home .main-nav{gap:28px;font-size:10px;letter-spacing:.04em}
.balsam-home .main-nav a{padding:10px 0}
.balsam-home .main-nav a:first-child:before{top:3px;height:2px}
.balsam-home .full-hero{display:block;margin:0;padding:68px 0 0;background:#fff}
.balsam-home .full-hero>img{display:block;width:100%;height:auto;object-fit:contain}

/* Overview follows the PDF's compact left-copy/right-image composition */
.balsam-home .project-overview{padding:48px 0 0;background:#fff}
.balsam-home .overview-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);
  gap:44px;
  align-items:end;
}
.balsam-home .overview-copy{padding:0 0 18px}
.balsam-home .overview-copy .nexa-title{
  max-width:690px;
  margin:10px 0 22px;
  font-size:clamp(38px,4.8vw,68px);
  line-height:.94;
}
.balsam-home .overview-copy p{
  margin:0 0 13px;
  padding:0;
  color:#383438;
  font-size:13px;
  line-height:1.58;
}
.balsam-home .overview-card{
  height:390px;
  min-height:0;
  margin:0;
  overflow:hidden;
  border:0;
  border-radius:32px 32px 0 32px;
  background:#edf0f4;
  box-shadow:none;
}
.balsam-home .overview-card img{width:100%;height:100%;object-fit:cover;object-position:center bottom}
.balsam-home .info-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  width:min(1180px,calc(100% - 40px));
  margin-top:26px;
  overflow:hidden;
  border-radius:6px;
  box-shadow:none;
}
.balsam-home .info-strip>div{
  display:grid;
  place-content:center;
  min-height:78px;
  padding:10px 20px;
  border:0;
  border-radius:0;
  background:#929292;
  color:#fff;
  text-align:center;
}
.balsam-home .info-strip>div:first-child{background:var(--pdf-pink)}
.balsam-home .info-strip strong{font:700 20px/1.05 Montserrat,Arial,sans-serif;color:#fff}
.balsam-home .info-strip span{font-size:11px;color:#fff}

/* Client-required placeholders */
.balsam-home .media-placeholders{padding:22px 0 62px;background:#fff}
.balsam-home .video-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.balsam-home .media-placeholders .coming-card{
  position:relative;
  display:grid;
  place-content:center;
  min-height:300px;
  padding:20px;
  border:0;
  border-radius:18px;
  background:#f2f2f2;
  box-shadow:none;
  text-align:center;
}
.balsam-home .coming-card .eyebrow{position:absolute;top:-24px;left:0;transform:none}
.balsam-home .coming-card div{padding:18px 28px;background:#111;color:#fff;font-family:NexaHeavy,Montserrat,sans-serif;font-size:20px;text-transform:uppercase}

/* Pink gallery band: two large frames on desktop, touch swipe, working controls */
.balsam-home .gallery-band{padding:42px 0 34px;background:var(--pdf-pink-soft)}
.balsam-home .gallery-band .container{width:min(1280px,calc(100% - 40px));max-width:1280px}
.balsam-home .gallery-band .section-head{margin-bottom:26px}
.balsam-home .gallery-band .eyebrow{color:var(--pdf-pink)}
.balsam-home .gallery-band .section-head h2{max-width:900px;font-family:NexaBook,Montserrat,sans-serif;font-size:clamp(30px,3.6vw,50px)}
.balsam-home .gallery-slider{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc(50% - 12px);
  gap:24px;
  padding:0 0 10px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
}
.balsam-home .gallery-slider::-webkit-scrollbar{display:none}
.balsam-home .gallery-slide{
  aspect-ratio:1.05/1;
  min-width:0;
  padding:0;
  overflow:hidden;
  scroll-snap-align:start;
  border:0;
  border-radius:18px;
  background:#fff;
  box-shadow:none;
  cursor:zoom-in;
}
.balsam-home .gallery-slide img{width:100%;height:100%;object-fit:cover}
.balsam-home .gallery-controls{display:flex;align-items:center;justify-content:center;gap:170px;margin-top:14px}
.balsam-home .gallery-controls button{
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:var(--pdf-pink);
  color:#fff;
  font-size:30px;
  cursor:pointer;
}
.balsam-home .gallery-status{display:none}

/* Floor-plan layout */
.balsam-home .floorplan-section{padding:64px 0 72px;background:#fff}
.balsam-home .floorplan-section .section-head{max-width:880px}
.balsam-home .floorplan-section .section-head p{max-width:720px;margin:10px auto 0;font-size:12px}
.balsam-home .floorplan-layout{display:grid;grid-template-columns:275px minmax(0,1fr);gap:22px}
.balsam-home .floorplan-tabs{display:grid;gap:10px;padding:0;background:transparent;border-radius:0}
.balsam-home .floor-group-label{padding:4px 8px 0;color:var(--pdf-pink);font-size:9px;letter-spacing:.16em;text-transform:uppercase}
.balsam-home .floor-tab{
  min-height:70px;
  padding:12px 16px;
  border:1px solid #eceaec;
  border-radius:12px;
  background:#fff;
  color:#615d60;
  text-align:left;
  box-shadow:0 6px 16px rgba(30,20,26,.04);
}
.balsam-home .floor-tab.active{border-color:var(--pdf-pink);background:var(--pdf-pink);color:#fff}
.balsam-home .floor-tab small{font-size:8px;letter-spacing:.12em;text-transform:uppercase}
.balsam-home .floor-tab strong{display:block;font:700 16px/1.2 NexaHeavy,Montserrat,sans-serif}
.balsam-home .floor-tab span{font-size:9px}
.balsam-home .floorplan-viewer{overflow:hidden;border:0;border-radius:18px;background:#fff;box-shadow:0 14px 42px rgba(33,25,30,.1)}
.balsam-home .floorplan-image-wrap{min-height:510px;background:#efefef}
.balsam-home .floorplan-image-wrap img{width:100%;height:100%;max-height:560px;object-fit:contain}
.balsam-home .floorplan-image-wrap:not(.unlocked) img{filter:blur(6px);transform:scale(1.03)}
.balsam-home .floor-lock-overlay{background:rgba(46,39,44,.52)}
.balsam-home .floor-lock-overlay strong{font:400 30px/1.1 NexaBook,Montserrat,sans-serif}
.balsam-home .floor-lock-overlay span{font-size:11px}
.balsam-home .btn.primary{background:var(--pdf-pink);box-shadow:none}
.balsam-home .floorplan-info{padding:18px 20px;background:#fff}
.balsam-home .floorplan-info h3{margin:2px 0 4px;font-size:26px;color:var(--pdf-pink)}
.balsam-home .floorplan-info p{max-width:620px;margin:0;font-size:11px;line-height:1.5}

/* Compact amenity matrix */
.balsam-home .amenities{padding:62px 0;background:#fff}
.balsam-home .amenities .section-head{margin-bottom:26px}
.balsam-home .amenity-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}
.balsam-home .amenity{
  display:grid;
  place-content:center;
  min-height:150px;
  padding:18px 12px;
  border:0;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  border-radius:0;
  background:#fff;
  box-shadow:none;
  text-align:center;
}
.balsam-home .amenity img{width:64px;height:64px;margin:0 auto 10px;object-fit:contain}
.balsam-home .amenity span{font:700 10px/1.3 Montserrat,Arial,sans-serif;text-transform:uppercase}

/* Flat specification panel */
.balsam-home .specs-section{padding:60px 0 68px;background:#fff}
.balsam-home .spec-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px 28px;
  padding:30px;
  background:#f3f3f3;
}
.balsam-home .spec-grid article{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.balsam-home .spec-grid h3{margin:0 0 7px;color:var(--pdf-pink);font:700 14px/1.2 Montserrat,Arial,sans-serif;text-transform:uppercase}
.balsam-home .spec-grid ul{margin:0;padding-left:15px;font-size:10px;line-height:1.55}

/* Location and nearby band */
.balsam-home .location{padding:56px 0 0;background:#fff}
.balsam-home .map-frame{border:1px solid #333;padding:8px;background:#fff}
.balsam-home .gmap{display:block;width:100%;height:520px;border-radius:0;box-shadow:none}
.balsam-home .nearby-band{width:100%;max-width:none;margin-top:32px;padding:36px 0 42px;background:var(--pdf-pink-soft)}
.balsam-home .nearby-heading{margin-bottom:24px;text-align:center}
.balsam-home .nearby-heading h2{margin:7px auto 5px;font-size:clamp(28px,3vw,42px)}
.balsam-home .nearby-heading p{margin:0 auto;font-size:11px}
.balsam-home .nearby-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.balsam-home .nearby-card,
.balsam-home .nearby-card:nth-child(n){
  display:grid;
  place-content:center;
  min-height:132px;
  padding:15px 10px;
  grid-column:auto;
  border:0;
  border-radius:12px;
  background:#fff;
  box-shadow:none;
  text-align:center;
}
.balsam-home .nearby-card img{width:62px;height:48px;margin:0 auto 7px;object-fit:contain}
.balsam-home .nearby-card strong{font-size:10px;color:#53133a}
.balsam-home .nearby-card span{font-size:9px;color:var(--pdf-pink)}

/* Trust, contact, disclaimer, footer */
.balsam-home .trust{padding:18px 0;background:#fff}
.balsam-home .trust-row{gap:32px}
.balsam-home .trust-row img{max-height:54px}
.balsam-home .trust-row h2{margin:0;font:700 10px Montserrat,Arial,sans-serif}
.balsam-home .trust-row p{margin:2px 0;font-size:11px}
.balsam-home .contact-strip{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  width:min(1180px,calc(100% - 40px));
  min-height:470px;
  margin:0 auto;
  background:#191718;
}
.balsam-home .contact-image{min-height:470px}
.balsam-home .contact-image img{width:100%;height:100%;object-fit:cover}
.balsam-home .contact-panel{padding:38px 42px;background:#191718;color:#fff}
.balsam-home .contact-panel .eyebrow{color:#fff}
.balsam-home .contact-panel .direct-mail{margin:5px 0 18px;color:#ccc;font-size:11px}
.balsam-home .contact-panel .lead-form{gap:8px;padding:0;background:transparent;border:0;box-shadow:none}
.balsam-home .contact-panel .lead-form>label:not(.consent-check){color:#ddd;font-size:9px}
.balsam-home .contact-panel input,
.balsam-home .contact-panel select,
.balsam-home .contact-panel textarea{
  min-height:38px;
  padding:8px 10px;
  border:0;
  border-bottom:1px solid #888;
  border-radius:0;
  background:#fff;
  color:#222;
  font-size:12px;
}
.balsam-home .contact-panel textarea{min-height:62px;resize:vertical}
.balsam-home .contact-panel .consent-check{color:#ddd}
.balsam-home .contact-panel .btn{width:max-content;min-width:95px;padding:10px 20px;border-radius:5px}
.balsam-home .disclaimer{padding:14px 0;background:#fff;color:#5b5659;font-size:8px;text-align:center}
.balsam-home .disclaimer h3{display:none}
.balsam-home .disclaimer p{margin:0}
.balsam-home footer{padding:30px 0 38px;background:var(--pdf-pink);color:#fff}
.balsam-home .footer-grid{display:grid;grid-template-columns:1.3fr 1fr auto;gap:34px;align-items:center}
.balsam-home footer img{height:38px;filter:brightness(0) invert(1)}
.balsam-home footer p{margin:7px 0 0;font-size:10px;line-height:1.5}
.balsam-home .footer-social button{border:1px solid #fff;border-radius:4px;padding:9px 14px;background:transparent;color:#fff}

/* Functional overlays */
.balsam-home .sticky-cta{right:18px;bottom:16px;left:auto;z-index:45;gap:8px}
.balsam-home .sticky-cta a,.balsam-home .sticky-cta button{padding:10px 14px;background:var(--pdf-pink);font-size:12px}
.balsam-home .sticky-cta a[href*="wa.me"]{background:#15964f}
.balsam-home .modal-card{border-radius:14px!important}
.balsam-home .modal-card h2{font-family:NexaBook,Montserrat,sans-serif;color:var(--pdf-pink)}

@media(max-width:980px){
  .balsam-home .overview-grid{grid-template-columns:1fr 340px;gap:26px}
  .balsam-home .overview-copy .nexa-title{font-size:46px}
  .balsam-home .overview-card{height:350px}
  .balsam-home .floorplan-layout{grid-template-columns:230px minmax(0,1fr)}
  .balsam-home .nearby-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:760px){
  .balsam-home .container{width:min(100% - 28px,620px)}
  .balsam-home .section{padding:48px 0}
  .balsam-home .site-header{height:62px;padding:10px 14px}
  .balsam-home .brand img{height:30px}
  .balsam-home .menu-toggle{display:block;color:#222}
  .balsam-home .main-nav{top:62px;left:14px;right:14px;gap:4px;padding:14px;border-radius:10px}
  .balsam-home .full-hero{padding-top:62px;overflow:hidden}
  .balsam-home .full-hero>img{width:100%;max-width:100%;transform:none}
  .balsam-home .project-overview{padding-top:40px}
  .balsam-home .overview-grid{grid-template-columns:1fr;gap:22px}
  .balsam-home .overview-copy{padding:0}
  .balsam-home .overview-copy .nexa-title{font-size:42px}
  .balsam-home .overview-card{height:auto;aspect-ratio:1.15/1;border-radius:24px 24px 0 24px}
  .balsam-home .info-strip{width:calc(100% - 28px);grid-template-columns:1fr;margin-top:18px}
  .balsam-home .info-strip>div{min-height:62px}
  .balsam-home .video-grid{grid-template-columns:1fr;gap:14px}
  .balsam-home .media-placeholders .coming-card{min-height:210px}
  .balsam-home .coming-card .eyebrow{position:static;transform:none;margin-bottom:12px}
  .balsam-home .gallery-band .container{width:calc(100% - 28px)}
  .balsam-home .gallery-slider{grid-auto-columns:86%;gap:14px}
  .balsam-home .gallery-slide{aspect-ratio:1/1}
  .balsam-home .gallery-controls{gap:80px}
  .balsam-home .floorplan-layout{grid-template-columns:1fr}
  .balsam-home .floorplan-tabs{grid-template-columns:1fr 1fr}
  .balsam-home .floor-group-label{grid-column:1/-1}
  .balsam-home .floorplan-image-wrap{min-height:330px}
  .balsam-home .amenity-grid{grid-template-columns:repeat(2,1fr)}
  .balsam-home .amenity{min-height:135px}
  .balsam-home .spec-grid{grid-template-columns:1fr 1fr;padding:22px;gap:24px 18px}
  .balsam-home .gmap{height:390px}
  .balsam-home .nearby-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .balsam-home .nearby-card,.balsam-home .nearby-card:nth-child(n){min-height:125px}
  .balsam-home .contact-strip{grid-template-columns:1fr;width:100%}
  .balsam-home .contact-image{min-height:340px}
  .balsam-home .contact-panel{padding:34px 22px}
  .balsam-home .footer-grid{grid-template-columns:1fr;gap:22px;text-align:center}
  .balsam-home footer img{margin-inline:auto}
  .balsam-home .sticky-cta{right:8px;bottom:8px;left:8px;justify-content:center}
}

@media(max-width:480px){
  .balsam-home .full-hero>img{width:100%;transform:none}
  .balsam-home .overview-copy .nexa-title{font-size:36px}
  .balsam-home .floorplan-tabs{grid-template-columns:1fr}
  .balsam-home .spec-grid{grid-template-columns:1fr}
  .balsam-home .nearby-grid{grid-template-columns:1fr 1fr}
  .balsam-home .nearby-heading p{padding-inline:10px}
}

@media(prefers-reduced-motion:reduce){
  .balsam-home .gallery-slider{scroll-behavior:auto}
  .balsam-home .reveal{transition:none}
}

/* Final client review adjustments */
.balsam-home .project-overview{padding-bottom:72px}
.balsam-home .media-placeholders{padding-top:58px}

.balsam-home .nearby-card,
.balsam-home .nearby-card:nth-child(n){
  min-height:176px;
  padding:12px;
}
.balsam-home .nearby-card img{
  width:94%;
  height:148px;
  max-width:280px;
  margin:auto;
  object-fit:contain;
}

.balsam-home .trust{
  padding:34px 0 30px;
  border-top:8px solid #f4abd0;
  background:#fff;
}
.balsam-home .trust-row{
  display:grid;
  grid-template-columns:auto auto auto;
  width:max-content;
  max-width:calc(100% - 28px);
  min-height:72px;
  gap:34px;
  align-items:center;
  justify-content:center;
  margin-inline:auto;
}
.balsam-home .trust-row img{width:auto;max-width:150px;max-height:64px;object-fit:contain}
.balsam-home .trust-row h2{margin:0 0 3px;font:800 12px/1.1 Montserrat,Arial,sans-serif;text-transform:uppercase}
.balsam-home .trust-row p{margin:0;font:800 14px/1.1 Montserrat,Arial,sans-serif;color:#111}

.balsam-home .contact-strip{
  grid-template-columns:1fr 1fr;
  min-height:440px;
  margin-bottom:0;
  overflow:hidden;
  background:#1b191a;
}
.balsam-home .contact-image{
  position:relative;
  min-height:440px;
  overflow:hidden;
}
.balsam-home .contact-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.balsam-home .contact-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,38,37,.12),rgba(0,0,0,0) 68%);
  pointer-events:none;
}
.balsam-home .contact-image-copy{
  position:absolute;
  z-index:2;
  top:72px;
  left:68px;
  max-width:250px;
  color:#fff;
  font:400 clamp(30px,3.1vw,48px)/.98 NexaBook,Montserrat,sans-serif;
  letter-spacing:-.04em;
  text-transform:uppercase;
  text-shadow:0 2px 12px rgba(0,0,0,.28);
}
.balsam-home .contact-panel{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:38px 54px;
  background:#1b191a;
}
.balsam-home .contact-panel>.eyebrow{font-size:16px;color:var(--pdf-pink)}
.balsam-home .contact-panel .direct-mail{display:flex;align-items:center;gap:9px;margin:5px 0 15px;color:#fff;font-size:11px}
.balsam-home .contact-panel .direct-mail:before{
  content:"";
  width:0;
  height:0;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:11px solid var(--pdf-pink);
}
.balsam-home .contact-panel .lead-form{
  display:grid;
  gap:0;
  padding:12px 18px 14px;
  border-radius:10px;
  background:#fff!important;
  color:#222;
}
.balsam-home .contact-panel .lead-form>label:not(.consent-check){
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.balsam-home .contact-panel input:not([type="checkbox"]),
.balsam-home .contact-panel select,
.balsam-home .contact-panel textarea{
  min-height:42px;
  padding:8px 4px;
  border:0;
  border-bottom:1px solid #393536;
  border-radius:0;
  background:#fff;
  color:#111;
  font-size:12px;
}
.balsam-home .contact-panel textarea{min-height:54px}
.balsam-home .contact-panel .consent-check{margin:9px 0;color:#4d484b;font-size:9px}
.balsam-home .contact-panel .btn{margin-top:5px}

@media(max-width:760px){
  .balsam-home .project-overview{padding-bottom:56px}
  .balsam-home .media-placeholders{padding-top:46px}
  .balsam-home .nearby-card,.balsam-home .nearby-card:nth-child(n){min-height:140px;padding:8px}
  .balsam-home .nearby-card img{width:100%;height:118px}
  .balsam-home .trust{padding:25px 0}
  .balsam-home .trust-row{grid-template-columns:auto auto auto;gap:12px}
  .balsam-home .trust-row img{max-width:92px;max-height:45px}
  .balsam-home .trust-row h2{font-size:8px}
  .balsam-home .trust-row p{font-size:9px}
  .balsam-home .contact-strip{grid-template-columns:1fr}
  .balsam-home .contact-image{min-height:360px}
  .balsam-home .contact-image-copy{top:48px;left:30px;font-size:34px}
  .balsam-home .contact-panel{padding:30px 18px 38px}
}

@media(max-width:430px){
  .balsam-home .nearby-grid{grid-template-columns:1fr 1fr}
  .balsam-home .nearby-card,.balsam-home .nearby-card:nth-child(n){min-height:125px}
  .balsam-home .nearby-card img{height:105px}
  .balsam-home .trust-row{gap:8px}
  .balsam-home .trust-row img{max-width:78px}
  .balsam-home .contact-image{min-height:300px}
  .balsam-home .contact-image-copy{top:36px;left:22px;font-size:29px}
}

/* Match the established Get In Touch treatment from /balsam_ne/.
   This is presentation-only; the existing contact form and lead flow stay unchanged. */
.balsam-home .contact-strip{
  grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);
  width:100%;
  min-height:0;
  margin:0;
  overflow:visible;
  background:#181818;
}
.balsam-home .contact-image{min-height:0}
.balsam-home .contact-image img{
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
}
.balsam-home .contact-image:after{display:none}
.balsam-home .contact-panel{
  display:grid;
  align-content:center;
  padding:clamp(28px,5vw,60px);
  background:#181818;
}
.balsam-home .contact-panel>.eyebrow{font-size:12px;color:#fff}
.balsam-home .contact-panel .direct-mail{
  display:block;
  margin:4px 0 18px;
  color:#f4c9df;
  font-size:13px;
}
.balsam-home .contact-panel .direct-mail:before{display:none}
.balsam-home .contact-panel .lead-form{
  display:grid;
  gap:14px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent!important;
  box-shadow:none!important;
}
.balsam-home .contact-panel .lead-form>label:not(.consent-check){
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.balsam-home .contact-panel input:not([type="checkbox"]),
.balsam-home .contact-panel select,
.balsam-home .contact-panel textarea{
  min-height:0;
  padding:15px;
  border:0;
  border-bottom:2px solid rgba(35,31,32,.6);
  border-radius:0;
  background:#fff;
  color:#111;
  font-size:inherit;
}
.balsam-home .contact-panel textarea{min-height:76px}
.balsam-home .contact-panel .consent-check{margin:0;color:#ddd;font-size:12px}
.balsam-home .contact-panel .btn{margin-top:0}

@media(max-width:980px){
  .balsam-home .contact-strip{grid-template-columns:1fr}
}

@media(max-width:620px){
  .balsam-home .contact-image img{min-height:270px}
  .balsam-home .contact-panel{padding:28px 20px 38px}
}

/* The gallery dialog must never occupy document space while closed. */
.gallery-lightbox[hidden],
.gallery-lightbox[aria-hidden="true"]{
  display:none!important;
}

@media(max-width:760px){
  .balsam-home footer img{
    max-width:min(330px,90vw);
    height:auto!important;
    padding:8px 12px;
    background:#fff;
    filter:none!important;
    opacity:1;
  }
}

/* Hosted mobile review: show the complete overview artwork without cropping. */
@media(max-width:760px){
  .balsam-home .overview-card{
    height:auto;
    min-height:0;
    aspect-ratio:auto;
  }
  .balsam-home .overview-card img{
    width:100%;
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
    object-position:center;
  }
}

/* Slightly larger trust logos while retaining the three-item row. */
.balsam-home .trust-row img{
  max-width:180px;
  max-height:76px;
}

@media(max-width:760px){
  .balsam-home .trust-row{gap:10px}
  .balsam-home .trust-row img{
    max-width:105px;
    max-height:54px;
  }
}

@media(max-width:430px){
  .balsam-home .trust-row img{max-width:92px}
}
