:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-82d2539 *//* =========================
   MEMBERSHIP PAGE
========================= */

section{
  padding:78px 0;
  border-bottom:1px solid var(--line);
}

.dark{
  background:var(--ink);
  color:var(--paper);
  border-bottom:0;
}

.dark .note{
  color:rgba(231,234,227,.6);
}

.kicker{
  font-family:var(--serif);
  font-size:15px;
  color:var(--brass);
  margin-bottom:12px;
}

h2{
  font-size:clamp(29px,3.9vw,45px);
  max-width:21ch;
}

.sub{
  max-width:56ch;
  margin-top:16px;
  color:rgba(14,35,32,.78);
}

.dark .sub{
  color:rgba(231,234,227,.8);
}

.btn{
  display:inline-block;
  font-family:var(--sans);
  font-size:15px;
  font-weight:500;
  padding:13px 22px;
  text-decoration:none;
  border:1px solid currentColor;
  border-radius:2px;
  background:none;
  color:inherit;
  cursor:pointer;
}

.btn.primary{
  background:var(--brass);
  border-color:var(--brass);
  color:#160f01;
  font-weight:600;
}

.btn.primary:hover{
  background:#c19c4d;
}

.row{
  display:flex;
  flex-wrap:wrap;
  gap:11px;
  margin-top:26px;
}

.split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:52px;
  align-items:start;
}


/* pricing toggle */

.toggle{
  display:inline-flex;
  border:1px solid var(--linel);
  border-radius:2px;
  margin-top:24px;
  overflow:hidden;
}

.toggle button{
  background:none;
  border:0;
  color:inherit;
  font:inherit;
  font-size:14px;
  padding:10px 17px;
  cursor:pointer;
}

.toggle button[aria-pressed="true"]{
  background:var(--brass);
  color:#160f01;
  font-weight:600;
}


/* membership tiers */

.tiers{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:var(--linel);
  border:1px solid var(--linel);
  margin-top:24px;
}

.tier{
  background:var(--ink);
  padding:25px 21px 27px;
  display:flex;
  flex-direction:column;
}

.tier.feat{
  background:#13312a;
}

.tier h3{
  font-size:24px;
}

.tier .who2{
  font-size:14px;
  color:rgba(231,234,227,.66);
  margin:7px 0 18px;
  min-height:66px;
}

.price{
  font-family:var(--serif);
  font-size:38px;
  line-height:1;
}

.price sup{
  font-size:19px;
  position:relative;
  top:-15px;
}

.per{
  font-size:12.5px;
  color:rgba(231,234,227,.6);
  margin-top:6px;
  min-height:32px;
}

.tier ul{
  list-style:none;
  padding:0;
  margin:18px 0 22px;
  font-size:14.5px;
}

.tier li{
  padding:7px 0;
  border-top:1px solid var(--linel);
}

.tier .btn{
  margin-top:auto;
  text-align:center;
  font-size:14px;
  padding:11px;
}


/* resident CTA */

.resident{
  border:1px solid var(--brass);
  padding:26px;
  margin-top:32px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
}

.resident h3{
  font-size:25px;
  margin-bottom:7px;
}

.resident p{
  margin:0;
  font-size:15.5px;
  color:rgba(231,234,227,.78);
  max-width:62ch;
}


/* table */

table{
  width:100%;
  border-collapse:collapse;
  margin-top:24px;
  font-size:15.5px;
}

th,
td{
  text-align:left;
  padding:13px 12px;
  border-bottom:1px solid var(--line);
}

th{
  font-family:var(--sans);
  font-size:12px;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:rgba(14,35,32,.62);
  font-weight:600;
}

td:last-child,
th:last-child{
  text-align:right;
}


/* responsive */

@media(max-width:1000px){
  .tiers{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:920px){
  .split{
    grid-template-columns:1fr;
    gap:30px;
  }
}

@media(max-width:760px){
  section{
    padding:58px 0;
  }

  .resident{
    grid-template-columns:1fr;
  }

  .resident .btn{
    width:100%;
    text-align:center;
  }

  table{
    display:block;
    overflow-x:auto;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
  }
}

@media(max-width:600px){
  .tiers{
    grid-template-columns:1fr;
  }

  .tier .who2,
  .per{
    min-height:0;
  }
}

@media(max-width:520px){
  .toggle{
    display:flex;
    width:100%;
  }

  .toggle button{
    flex:1;
  }

  .row{
    flex-direction:column;
  }

  .row .btn{
    text-align:center;
  }
}

#membership .membership-image-band{
  max-width:1180px;
  margin:0 auto;
  padding:18px 24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
#membership .membership-image-band > div{
  aspect-ratio:16/10;
  overflow:hidden;
}
#membership .membership-image-band img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:760px){
  #membership .membership-image-band{
    grid-template-columns:1fr;
  }
}/* End custom CSS */