:root{
  --adh-white:#ffffff;
  --adh-soft:#f8f6f2;
  --adh-cream:#fbf8f1;

  --adh-black:#090909;
  --adh-charcoal:#24211b;

  --adh-gold:#c79a55;
  --adh-gold-light:#f1d69a;
  --adh-gold-dark:#8a6130;

  --adh-text:#1f1f1f;
  --adh-muted:#6b6255;
  --adh-border:rgba(199,154,85,.36);
  --adh-shadow:rgba(0,0,0,.08);
}

/* BASE */

body{
  font-family:'Inter',sans-serif;
  color:var(--adh-text);
  background:var(--adh-white);
}

h1,h2,h3,h4,h5,.display-font{
  font-family:'Cormorant Garamond',serif;
  letter-spacing:.25px;
}

a{
  color:var(--adh-gold-dark);
}

a:hover{
  color:var(--adh-gold);
}

/* NAVBAR / LOGO */

/* LOGO ONLY NAVBAR */

.navbar{
  min-height:95px;
  padding:.75rem 0;
}

.navbar-brand{
  display:flex;
  align-items:center;
  padding:0;
}

/* Desktop logo */
.site-logo{
  height:72px;
  width:auto;
  object-fit:contain;
}
@media (max-width:991px){

  .navbar{
    min-height:75px;
  }

  .site-logo{
    height:48px;
  }

}

@media (max-width:576px){

  .site-logo{
    height:42px;
  }

}
.brand-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  line-height:1;
  text-decoration:none;
}

.brand-main{
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;
  font-weight:700;
  letter-spacing:.22rem;
  line-height:.9;
  color:var(--adh-black);
  text-transform:uppercase;
}

.brand-sub{
  display:block;
  font-family:'Inter',sans-serif;
  font-size:.55rem;
  font-weight:700;
  letter-spacing:.34rem;
  line-height:1;
  margin-top:4px;
  padding-left:.16rem;
  color:var(--adh-gold-dark);
  text-transform:uppercase;
}

.navbar-toggler{
  border-color:var(--adh-border);
}

.nav-link{
  font-weight:600;
  color:var(--adh-black) !important;
  position:relative;
}

.nav-link:hover,
.nav-link.active{
  color:var(--adh-gold-dark) !important;
}

.nav-link.active::after,
.nav-link:hover::after{
  content:"";
  position:absolute;
  left:.5rem;
  right:.5rem;
  bottom:.1rem;
  height:2px;
  background:var(--adh-gold);
  border-radius:999px;
}

.dropdown-menu{
  background:#fff;
  border:1px solid var(--adh-border);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
  border-radius:14px;
  overflow:hidden;
}

.dropdown-item{
  color:var(--adh-black);
  font-weight:500;
}

.dropdown-item:hover{
  background:var(--adh-cream);
  color:var(--adh-gold-dark) !important;
}

/* BUTTONS */

.btn-brand{
  background:linear-gradient(135deg,var(--adh-gold-light),var(--adh-gold),var(--adh-gold-dark));
  border:0;
  color:#090909;
  border-radius:999px;
  padding:.85rem 1.45rem;
  font-weight:800;
  box-shadow:0 10px 24px rgba(199,154,85,.26);
}

.btn-brand:hover{
  background:linear-gradient(135deg,#ffe6aa,var(--adh-gold),#70481f);
  color:#090909;
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(199,154,85,.34);
}

.btn-outline-brand{
  border:1px solid var(--adh-gold);
  color:var(--adh-black);
  border-radius:999px;
  padding:.85rem 1.45rem;
  font-weight:700;
  background:#fff;
}

.btn-outline-brand:hover{
  background:var(--adh-black);
  color:var(--adh-gold-light);
  border-color:var(--adh-black);
}

/* HERO */

.page-hero,
.hero{
  background:
    radial-gradient(circle at 20% 20%, rgba(241,214,154,.32), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,246,242,.96));
  padding:7rem 0 4.5rem;
  border-bottom:1px solid var(--adh-border);
}

.page-hero h1,
.hero h1{
  font-size:clamp(3rem,6vw,5.2rem);
  line-height:.95;
  margin-bottom:1rem;
  color:var(--adh-black);
}

.page-hero .lead,
.hero .lead{
  font-size:1.15rem;
  color:var(--adh-muted);
  max-width:760px;
  line-height:1.8;
}

.eyebrow{
  text-transform:uppercase;
  letter-spacing:.24rem;
  font-size:.78rem;
  font-weight:800;
  color:var(--adh-gold-dark);
  margin-bottom:1rem;
}

/* SECTIONS */

.section{
  padding:5rem 0;
  background:#fff;
}

.section-soft{
  background:var(--adh-soft);
}

.section-title{
  font-size:3rem;
  margin-bottom:.75rem;
  color:var(--adh-black);
}

.section-copy{
  color:var(--adh-muted);
  max-width:760px;
  margin:0 auto;
  line-height:1.8;
}

.muted,
.text-secondary{
  color:var(--adh-muted) !important;
}

/* CARDS */

.card-soft,
.info-card,
.service-card,
.contact-card,
.quick-card,
.welcome-panel,
.office-mini,
.hours-card{
  background:#fff;
  border:1px solid rgba(199,154,85,.24);
  color:var(--adh-text);
  box-shadow:0 12px 34px var(--adh-shadow);
  border-radius:1.25rem;
}

.card-soft,
.info-card,
.service-card,
.contact-card,
.quick-card,
.hours-card{
  padding:2rem;
  height:100%;
}

.info-card:hover,
.service-card:hover,
.quick-card:hover,
.card-soft:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 44px rgba(0,0,0,.13);
  border-color:rgba(199,154,85,.58);
}

.service-card h3,
.info-card h3,
.quick-card h3,
.card-soft h3{
  font-size:2rem;
  margin-bottom:.6rem;
  color:var(--adh-black);
}

.welcome-panel{
  padding:2rem;
  border-top:4px solid var(--adh-gold);
}

.office-mini{
  padding:1rem 1.1rem;
  border-left:4px solid var(--adh-gold);
}

/* ICONS */

.icon-wrap{
  width:64px;
  height:64px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(241,214,154,.38),rgba(199,154,85,.16));
  color:var(--adh-gold-dark);
  border:1px solid var(--adh-border);
  font-size:1.6rem;
  margin-bottom:1rem;
}

/* FORMS */

.form-control,
.form-select{
  border-radius:14px;
  border:1px solid rgba(199,154,85,.28);
  background:#fff;
  color:var(--adh-black);
}

.form-control:focus,
.form-select:focus{
  border-color:var(--adh-gold);
  box-shadow:0 0 0 .22rem rgba(199,154,85,.18);
}

.form-label{
  color:var(--adh-black);
}

/* CTA */

.cta-band{
  background:
    radial-gradient(circle at top left, rgba(241,214,154,.22), transparent 34%),
    linear-gradient(135deg,var(--adh-charcoal),var(--adh-black));
  color:#fff;
  border:1px solid var(--adh-border);
  border-radius:1.5rem;
  padding:2.25rem;
  box-shadow:0 18px 48px rgba(0,0,0,.22);
}

.cta-band h2{
  color:var(--adh-gold-light);
}

.cta-band .eyebrow{
  color:var(--adh-gold-light);
}

.cta-band .btn-light{
  background:var(--adh-gold-light);
  color:#090909;
  border:0;
  border-radius:999px;
  padding:.8rem 1.35rem;
  font-weight:800;
}

.cta-band .btn-outline-light{
  border-color:var(--adh-gold-light);
  color:var(--adh-gold-light);
  border-radius:999px;
  padding:.8rem 1.35rem;
  font-weight:800;
}

.cta-band .btn-outline-light:hover{
  background:var(--adh-gold-light);
  color:#090909;
}

/* FOOTER */

footer{
  background:var(--adh-black);
  color:#c9b99d;
  border-top:1px solid var(--adh-border);
}

footer a{
  color:var(--adh-gold-light);
  text-decoration:none;
}

footer a:hover{
  color:var(--adh-gold);
}

.footer-title{
  color:var(--adh-gold-light);
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;
  margin-bottom:.75rem;
}

hr.border-secondary{
  border-color:rgba(199,154,85,.35) !important;
}

/* MOBILE */

@media (max-width:991.98px){
  .navbar{
    min-height:72px;
    padding:.65rem 0;
  }

  .site-logo{
    height:34px;
  }

  .navbar-brand{
    gap:9px;
    margin-right:0;
  }

  .brand-main{
    font-size:1.55rem;
    letter-spacing:.14rem;
  }

  .brand-sub{
    font-size:.48rem;
    letter-spacing:.22rem;
    padding-left:.08rem;
  }

  .nav-link.active::after,
  .nav-link:hover::after{
    display:none;
  }

  .page-hero,
  .hero{
    padding:5.5rem 0 3.5rem;
  }

  .section{
    padding:3.5rem 0;
  }

  .section-title{
    font-size:2.4rem;
  }
}