.br-location-page{
  --br-ink:#423a36;
  --br-copy:#665e59;
  --br-accent:#c8aa98;
  --br-accent-dark:#a88472;
  --br-line:#eadfd8;
  --br-soft:#f8f3f0;
  --br-night:#211d1b;
  background:#fff;
  color:var(--br-copy);
}

.br-location-wrap{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}

.br-location-eyebrow{
  margin:0 0 15px;
  color:#dec2b0;
  font-size:12px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.br-location-eyebrow-dark{color:var(--br-accent-dark);}

.br-location-page h2{
  margin:0;
  padding:0;
  text-align:left;
  color:var(--br-ink);
  font-size:clamp(2.5rem,5vw,4rem);
  line-height:1.08;
  font-weight:100;
}

.br-location-hero{
  position:relative;
  min-height:700px;
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#211d1b;
  color:#fff;
}

.br-location-hero picture,
.br-location-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.br-location-hero-image{
  display:block;
  object-fit:cover;
}

.br-location-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(23,19,17,.90) 0%,rgba(23,19,17,.68) 36%,rgba(23,19,17,.22) 70%,rgba(23,19,17,.08) 100%),
    linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.45));
}

.br-location-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:95px 24px 120px;
}

.br-location-hero h1{
  max-width:820px;
  margin:0 0 24px;
  padding:0;
  text-align:left;
  color:#fff;
  font-size:clamp(3.7rem,7vw,6.5rem);
  line-height:.95;
  font-weight:100;
  letter-spacing:-.045em;
}

.br-location-hero h1 span{
  display:block;
  color:#d4b5a2;
}

.br-location-hero-copy{
  max-width:640px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:1.08rem;
  line-height:1.8;
}

.br-location-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.br-location-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 25px;
  border-radius:999px;
  text-decoration:none!important;
  transition:.22s ease;
}

.br-location-btn-primary{
  background:var(--br-accent);
  color:#fff!important;
}

.br-location-btn-primary:hover{
  background:#b7917e;
  transform:translateY(-2px);
}

.br-location-btn-ghost{
  border:1px solid rgba(255,255,255,.35);
  color:#fff!important;
}

.br-location-btn-ghost:hover{
  background:rgba(255,255,255,.08);
  transform:translateY(-2px);
}

.br-location-scroll{
  position:absolute;
  z-index:3;
  left:50%;
  bottom:27px;
  transform:translateX(-50%);
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
  text-align:center;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.br-location-scroll i{
  display:block;
  width:1px;
  height:34px;
  margin:8px auto 0;
  background:rgba(255,255,255,.5);
}

.br-location-intro{
  padding:95px 0;
}

.br-location-intro-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:80px;
  align-items:start;
}

.br-location-intro p,
.br-location-studio p{
  line-height:1.85;
}

.br-location-lead{
  margin-top:0;
  color:#544d49;
  font-size:1.12rem;
}

.br-location-main{
  padding:20px 0 100px;
  background:#fff;
}

.br-location-main-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:28px;
  align-items:stretch;
}

.br-location-address-card{
  padding:40px 36px;
  border-radius:20px;
  background:linear-gradient(180deg,#211d1b,#302824);
  color:rgba(255,255,255,.76);
  box-shadow:0 18px 50px rgba(45,34,29,.15);
}

.br-location-address-card h2{
  color:#fff;
  margin-bottom:28px;
  font-size:2.4rem;
}

.br-location-address-card address{
  margin-bottom:30px;
  font-style:normal;
  line-height:1.8;
  font-size:1.04rem;
}

.br-location-address-card address strong{
  color:#fff;
}

.br-location-small{
  margin-top:14px;
  color:rgba(255,255,255,.48);
  font-size:12px;
  line-height:1.6;
}

.br-location-photo{
  overflow:hidden;
  min-height:430px;
  border-radius:20px;
  background:#eee;
  box-shadow:0 15px 40px rgba(45,34,29,.09);
}

.br-location-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.br-location-benefits{
  padding:88px 0;
  background:#f8f3f0;
}

.br-location-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.br-location-benefits-grid article{
  padding:28px 25px;
  border-radius:17px;
  background:#fff;
  border:1px solid var(--br-line);
}

.br-location-benefits-grid span{
  display:block;
  margin-bottom:24px;
  color:var(--br-accent-dark);
  font-size:11px;
  letter-spacing:.13em;
}

.br-location-benefits-grid h3{
  margin:0 0 12px;
  color:var(--br-ink);
  font-size:1.18rem;
  font-weight:400;
}

.br-location-benefits-grid p{
  margin:0;
  line-height:1.7;
  font-size:.95rem;
}

.br-location-studio{
  padding:100px 0;
  background:#fff;
}

.br-location-studio-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.br-location-studio-copy h2{
  margin-bottom:25px;
}

.br-location-textlink{
  display:block;
  width:fit-content;
  margin-top:16px;
  color:var(--br-accent-dark)!important;
  text-decoration:none!important;
  font-weight:500;
}

.br-location-textlink:hover{
  text-decoration:underline!important;
  text-underline-offset:4px;
}

.br-location-quote{
  padding:55px;
  border-radius:20px;
  background:#f8f3f0;
  border:1px solid var(--br-line);
}

.br-location-quote span{
  display:block;
  margin-bottom:24px;
  color:var(--br-accent-dark);
  font-size:11px;
  letter-spacing:.16em;
}

.br-location-quote blockquote{
  margin:0;
  color:var(--br-ink);
  font-size:clamp(1.8rem,3vw,2.7rem);
  line-height:1.3;
  font-weight:100;
}

.br-location-final{
  padding:100px 20px;
  text-align:center;
  background:
    radial-gradient(circle at 70% 20%,rgba(200,170,152,.20),transparent 35%),
    #211d1b;
  color:#fff;
}

.br-location-final-inner{
  max-width:760px;
  margin:0 auto;
}

.br-location-final h2{
  text-align:center;
  color:#fff;
}

.br-location-final p{
  color:rgba(255,255,255,.72);
  line-height:1.8;
}

.br-location-final .br-location-actions{
  justify-content:center;
}

@media(max-width:950px){
  .br-location-benefits-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:820px){
  .br-location-hero{
    min-height:640px;
  }

  .br-location-hero-overlay{
    background:
      linear-gradient(180deg,rgba(23,19,17,.38),rgba(23,19,17,.87)),
      linear-gradient(90deg,rgba(23,19,17,.58),rgba(23,19,17,.18));
  }

  .br-location-intro-grid,
  .br-location-main-grid,
  .br-location-studio-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .br-location-main-grid .br-location-address-card{
    order:1;
  }

  .br-location-main-grid .br-location-photo{
    order:2;
  }
}

@media(max-width:600px){
  .br-location-wrap{
    padding-left:18px;
    padding-right:18px;
  }

  .br-location-hero{
    min-height:590px;
  }

  .br-location-hero-inner{
    padding:75px 20px 105px;
  }

  .br-location-hero h1{
    font-size:3.7rem;
  }

  .br-location-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .br-location-btn{
    width:100%;
  }

  .br-location-intro,
  .br-location-benefits,
  .br-location-studio,
  .br-location-final{
    padding-top:70px;
    padding-bottom:70px;
  }

  .br-location-main{
    padding-bottom:70px;
  }

  .br-location-benefits-grid{
    grid-template-columns:1fr;
  }

  .br-location-address-card{
    padding:31px 25px;
  }

  .br-location-photo{
    min-height:300px;
  }

  .br-location-quote{
    padding:33px 26px;
  }
}
