 h1,h2,h3{
    font-family:'Playfair Display', serif;
    margin:0;
    font-weight:700;
    letter-spacing:-0.01em;
  }
  .display{
    font-family:'Cormorant Garamond', serif;
  }
  a{color:inherit;}
  .wrap{max-width:880px;margin:0 auto;padding:0 28px;}

  /* ---- header ---- */
  
  .neighborhood-tag{
      color: rgba(248, 246, 227, 0.56);
  }
  
  
  .navlinks{display:flex;gap:26px;font-size:0.82rem;text-transform:uppercase;letter-spacing:0.08em;}
  .navlinks a{text-decoration:none;color:var(--olive);opacity:0.85;}
  .navlinks a:hover{opacity:1;color:var(--cordovan);}
  @media (max-width:700px){.navlinks{display:none;}}

  /* ---- hero ---- */
  .cher-salon-hero{
    padding:40px 28px 64px;
    text-align: center;
    color:#f9f6f3;
    /* background: radial-gradient(ellipse at top, rgba(196, 151, 151, 0.28), transparent 60%), var(--ivory); */
    border-bottom: 1px solid rgb(180 180 187 / 12%);
        align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    
    align-items: center;
  }
  .eyebrow{
    font-size:0.78rem;text-transform:uppercase;letter-spacing:0.22em;
    color:var(--rosy);font-weight:600;margin-bottom:18px;
  }
  .cher-salon-hero h1{
    font-size:clamp(2.4rem,5vw,3.6rem);
    max-width:760px;margin:0 auto 22px;
  }
  .cher-salon-hero .lede{
    font-family:'Cormorant Garamond',serif;
    font-style:italic;
    font-size:1.35rem;
    color:rgba(248, 246, 227, 0.56);
    max-width:640px;
    margin:0 auto;
  }

  /* ---- salon list ---- */
  .salons{padding:25px 0 20px;}
  .salon{
    display:grid;
    grid-template-columns:90px 1fr;
    gap:6px 34px;
    padding:30px 0;
     border-bottom: 1px solid rgb(180 180 187 / 12%);
  }
  .salon:first-child{padding-top:0;}
  .salon-index{
    font-family:'Playfair Display',serif;
    font-size:2.6rem;
    color:var(--rosy);
    line-height:1;
  }
  .salon-meta{grid-column:2;}
  .specialty-tag{
    font-size:0.74rem;text-transform:uppercase;letter-spacing:0.16em;
    /*color:var(--cordovan);*/
     color: var(--rosy);
    font-weight:600;margin-bottom:10px;
  }
  .salon h2{font-size:1.9rem;margin-bottom:8px;
      color: var(--rosy);
  }
  .address{
    font-family:'Cormorant Garamond',serif;
    font-style:italic;color:rgba(248, 246, 227, 0.56);
    font-size:1.05rem;margin-bottom:18px;
  }
  .salon p.body-copy{
    font-size:0.98rem;color:rgba(248, 246, 227, 0.56);max-width:600px;margin-bottom:18px;
  }
  .why{
    background:rgba(196,151,151,0.14);
    border-left:3px solid var(--cordovan);
    padding:14px 18px;
    margin-bottom:18px;
    max-width:600px;
  }
  .why strong{
    display:block;font-size:0.72rem;text-transform:uppercase;
    letter-spacing:0.12em;color: var(--rosy);margin-bottom:6px;
  }
  .why p{margin:0;font-size:0.94rem; color:rgba(248, 246, 227, 0.56);}
  .contact-line{
    font-size:0.88rem;color:rgba(248, 246, 227, 0.56);margin-bottom:20px;
  }
  .contact-line .sep{margin:0 8px;opacity:0.5;color:rgba(248, 246, 227, 0.56);}
  .btn{
    display:inline-block;
    background:var(--eerie);
    color:var(--ivory);
    text-decoration:none;
    padding:11px 24px;
    font-size:0.82rem;
    letter-spacing:0.06em;
    text-transform:uppercase;
    border-radius:2px;
    transition:background 0.2s ease;
  }
  .btn:hover{background:var(--cordovan);}
  @media (max-width:560px){
    .salon{grid-template-columns:1fr;}
    .salon-meta{grid-column:1;}
    .salon-index{font-size:2rem;margin-bottom:6px;}
    .cher-salon-hero {
padding: 40px 10px 35px;
    
}
  }
.page-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 44px 40px 72px;
    display: block;
    grid-template-columns: 1fr 292px;
    gap: 44px;
    align-items: start;
}
  /* ---- closing quote ---- */
  .quote{
    text-align: center;
    padding: 52px 28px;
    /*background: var(--olive);*/
    color: var(--ivory);
    background: #c4979726;
  }
  .quote p{
    font-family:'Cormorant Garamond',serif;
    font-style:italic;
    font-size:1.6rem;
    max-width:620px;margin:0 auto 18px;
  }
  .quote span{font-size:0.8rem;text-transform:uppercase;letter-spacing:0.14em;opacity:0.75;}

  /* ---- feature CTA ---- */
  .feature-cta{
    text-align:center;
    padding:72px 28px;
  }
  .feature-cta h3{font-size:1.7rem;margin-bottom:10px; color:#f8f6e3;}
  .feature-cta p{color: rgba(248, 246, 227, 0.56);margin-bottom:26px;}

  /* ---- be ranked block ---- */
  .ranked{
    background:var(--eerie);
    color:var(--ivory);
    padding:64px 28px;
  }
  .ranked-inner{max-width:680px;margin:0 auto;text-align:center;}
  .ranked .eyebrow{color:var(--rosy);}
  .ranked h3{font-size:2rem;margin-bottom:8px;color:var(--ivory);}
  .ranked .window{
    display:inline-flex;gap:10px;align-items:center;
    font-size:0.8rem;color:var(--rosy);
    margin-bottom:24px;letter-spacing:0.04em;
  }
  .ranked ul{
    list-style:none;padding:0;margin:0 0 30px;
    display:grid;gap:10px;text-align:left;
    max-width:420px;margin-left:auto;margin-right:auto;
    font-size:0.92rem;
  }
  .ranked ul li::before{content:"— ";color:var(--rosy);}
  .ranked .btn{background:var(--rosy);color:var(--eerie);}
  .ranked .btn:hover{background:var(--ivory);}

  /* ---- newsletter ---- */
  .newsletter{
    padding:60px 28px;
    text-align:center;
    border-bottom:1px solid var(--rule);
  }
  .newsletter h3{font-size:1.5rem;margin-bottom:8px; color:#f8f6e3;}
  .newsletter p{color: rgba(248, 246, 227, 0.56);margin-bottom:22px;font-size:0.94rem;}
  .nl-form{
    display:flex;gap:0;max-width:380px;margin:0 auto;
    border:1px solid var(--rosy);
  }
  .nl-form input{
    flex:1;border:none;background:transparent;padding:12px 14px;
    font-family:'DM Sans',sans-serif;font-size:0.9rem;outline:none;
  }
  .nl-form button{
    border:none;background:var(--rosy);color:var(--ivory);
    padding:0 20px;font-size:0.8rem;text-transform:uppercase;
    letter-spacing:0.06em;cursor:pointer;
  }
  .nl-form button:hover{background:var(--cordovan);}
  /* ── INTRO COPY ── */
 

  /* ── SALON LIST ── */
  .salons-section {
    max-width: 1080px;
    margin: 0 auto;
    /*padding: 20px 0px;*/
  }

  .salon-entry {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 40px;
    padding: 20px 0;
    border-bottom: 1px solid var(--rosy-light);
    animation: fadeUp 0.6s ease both;
  }
  .salon-entry:last-child { border-bottom: none; }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .salon-number {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 900;
    color: var(--rosy-light);
    line-height: 1;
    padding-top: 8px;
    user-select: none;
  }

  

 

 
  
  
  

 

 
  @media (max-width: 640px) {
    
    .salon-entry { grid-template-columns: 1fr; gap: 12px; }
    .salon-number { font-size: 40px; }
    /*.salons-section { padding: 48px 20px; }*/
    .pull-quote {
    padding: 25px 14px;
    text-align: center;
}
.salon-cta {
    font-size: 10px;
    padding: 10px 20px;
  }
  .page-wrap {
    
    padding: 10px 15px 15px;
   
}
  
  }
.main-featured-image img {
    width: 100%;
    border-radius: 4px;
    /* margin-bottom: 40px; */
}










/* General Layout & Fonts */
.community-section {
  font-family: 'Arial', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #333;
}

/* Header & Search Bar */
.search-header {
  text-align: center;
  /*background: rgba(248, 246, 227, 0.09);*/
    /*border: 0.5px solid rgba(248, 246, 227, 0.14);*/

  padding: 40px 20px;
  
}

.search-header h2 {
  font-size: 28px;
  color:#f9f6f3;
  margin-bottom: 20px;
  font-weight: bold;
}

.search-box-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

.search-box-container input {
  width: 100%;
  padding: 12px 15px 12px 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

/* Primary Tabs Styling */
.filter-tabs-primary {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #ddd;
  padding: 15px 10px 0 10px;
  margin-top: 20px;
}

.tab-btn {
  background: none;
  border: none;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  position: relative;
}

.tab-btn.active {
  color: #a51c24; /* Harvard Red tone from image */
}

.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #a51c24;
}

/* Secondary Tabs Styling */
.filter-tabs-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
}

.region-btn {
  background: none;
  border: none;
  font-size: 15px;
  color: #555;
  cursor: pointer;
  font-weight: 500;
}

.region-btn.active {
  color: #a51c24;
  font-weight: bold;
}

/* Cards Grid Layout (Desktop Default) */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.community-card {
  border: 1px solid #834a49;
  border-radius: 4px;
  overflow: hidden;
  background: #834a49;
  display: flex;
  flex-direction: column;
  border-radius:15px;
}

/* Temporary Image Placeholders */
.card-image {

  width: 100%;
}

.img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* Dynamic Placeholder Gradients to mimic the image */
/*.bg-qa { background: #C49797; }*/
.bg-globe { background: #834a49 }
.bg-tech { background: #C49797; }
.bg-bulb { background: #834a49 }

/* Card Content Area */
.card-content {
  padding: 10px 20px;
  flex-grow: 1;
  display: flex;
  align-items:center;
  justify-content: space-between;
}

.card-content div {
  font-size: 15px;
  line-height: 1.4;
  color: #f8f6e3;
}

.view-detail {
  color: #f8f6e3;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  align-self: flex-end;
}

.img-placeholder img {
    width: 90%;
}
/* --- Responsive Media Queries --- */

/* Tablets Screens */
@media screen and (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 Columns on Tablet */
  }
}

/* Mobile Screens */
@media screen and (max-width: 600px) {
  .cards-grid {
    grid-template-columns: 1fr; /* 1 Column on Mobile */
  }
  
  .filter-tabs-primary, .filter-tabs-secondary {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .tab-btn.active::after {
    display: none; /* Hide horizontal border indicators on mobile stacking */
  }
}
  
