
:root{
  --navy:#061a33;
  --navy2:#0b294d;
  --gold:#c4932f;
  --gold2:#e1b858;
  --light:#f7f5ef;
  --text:#17233d;
  --muted:#637083;
  --white:#fff;
  --line:#e7dece;
  --shadow:0 22px 60px rgba(6,26,51,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:86px}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:var(--light);
  line-height:1.6;
}
a{color:inherit}
img{max-width:100%}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  min-height:78px;
  background:rgba(6,26,51,.97);
  backdrop-filter:blur(12px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 5%;
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
}
.brand img{
  width:64px;
  height:64px;
  object-fit:contain;
  object-position:center;
  display:block;
}
.topbar nav{
  display:flex;
  gap:22px;
  align-items:center;
  font-weight:800;
  color:white;
}
.topbar nav a{
  text-decoration:none;
  opacity:.92;
}
.topbar nav a:hover{opacity:1;color:var(--gold2)}
.nav-cta{
  background:var(--gold);
  color:white!important;
  padding:10px 17px;
  border-radius:999px;
}
.menu-toggle{
  display:none;
  border:1px solid rgba(255,255,255,.24);
  background:transparent;
  color:white;
  border-radius:10px;
  padding:7px 11px;
  font-size:1.4rem;
}

.hero{
  min-height:78vh;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:46px;
  align-items:center;
  padding:76px 5%;
  background:
    radial-gradient(circle at 85% 15%,rgba(196,147,47,.30),transparent 30%),
    linear-gradient(135deg,var(--navy),var(--navy2));
  color:white;
}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.17em;
  font-weight:900;
  color:var(--gold2);
  font-size:.84rem;
}
.hero h1{
  font-family:Georgia,serif;
  font-size:clamp(2.7rem,7vw,5rem);
  line-height:.98;
  margin:12px 0 22px;
}
.hero h1 span{color:var(--gold2)}
.lead{
  font-size:1.2rem;
  color:#e4ebf4;
  max-width:760px;
}
.buttons{
  display:flex;
  gap:13px;
  flex-wrap:wrap;
  margin:26px 0;
}
.btn{
  display:inline-block;
  border-radius:999px;
  padding:14px 21px;
  text-decoration:none;
  font-weight:900;
  border:2px solid transparent;
  cursor:pointer;
  text-align:center;
}
.primary{background:var(--gold);color:white}
.secondary{background:white;color:var(--navy)}
.outline{border-color:rgba(255,255,255,.58);color:white}
.trust,.area-tags{display:flex;gap:10px;flex-wrap:wrap}
.trust span,.area-tags span{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  padding:8px 13px;
  border-radius:999px;
}
.area-tags span{
  background:white;
  border-color:#eadfca;
  color:var(--navy);
  font-weight:800;
}
.hero-card img,.flyer{
  width:100%;
  border-radius:22px;
  box-shadow:var(--shadow);
}
.hero-card img{border:1px solid rgba(255,255,255,.2)}

.today{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:-36px 5% 0;
  background:white;
  border-radius:24px;
  padding:28px;
  position:relative;
  box-shadow:var(--shadow);
}
.today h2{
  font-family:Georgia,serif;
  margin:0;
  color:var(--navy);
  font-size:2rem;
}
.today p{margin:.25rem 0 0;color:var(--muted)}

.quick{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:var(--navy);
  color:white;
  margin:36px 5% 0;
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.quick a,.quick span{
  text-decoration:none;
  padding:22px;
  border-right:1px solid rgba(255,255,255,.16);
}
.quick strong{
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.12em;
}
.section{padding:76px 5%}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}
.section h2{
  font-family:Georgia,serif;
  font-size:clamp(2rem,4vw,3.35rem);
  line-height:1.06;
  margin:0 0 20px;
  color:var(--navy);
}
.center{text-align:center}
.panel,article,.appointment form,.faq-list details,.fee-main{
  background:white;
  border-radius:22px;
  padding:28px;
  box-shadow:0 10px 32px rgba(6,26,51,.08);
}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:34px;
}
.cards.compact{grid-template-columns:repeat(3,1fr)}
article{
  border:1px solid rgba(6,26,51,.05);
  transition:transform .2s ease, box-shadow .2s ease;
}
article:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(6,26,51,.12)}
article h3,.panel h3{color:var(--navy);margin-top:0}
.fees,.prepare{background:white}
.fee-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:22px;
  max-width:1000px;
  margin:34px auto;
}
.fee-main{background:var(--navy);color:white}
.fee-main h3{margin-top:0}
.big{
  font-family:Georgia,serif;
  color:var(--gold2);
  font-size:4rem;
  font-weight:900;
  margin:0;
}
table{width:100%;border-collapse:collapse}
td{padding:13px;border-bottom:1px solid #e8dfcf}
td:last-child{text-align:right;font-weight:900;color:var(--gold)}
.note{color:var(--muted);font-size:.95rem}
.hours{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:white;
}
.hours h2{color:white}
.hours-grid{
  max-width:700px;
  margin:35px auto 0;
  background:white;
  color:var(--text);
  border-radius:24px;
  padding:28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  box-shadow:var(--shadow);
}
.hours-grid div,.hours-grid strong{
  padding:13px;
  border-bottom:1px solid #eee3d2;
}
.hours-grid strong{text-align:right;color:var(--navy)}
.reviews{background:var(--navy);color:white}
.reviews h2{color:white}
.review-cta{
  max-width:780px;
  margin:30px auto 0;
  text-align:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  padding:30px;
}
.faq-list{
  max-width:950px;
  margin:35px auto 0;
  display:grid;
  gap:14px;
}
.faq-list details{
  box-shadow:none;
  border:1px solid #e3dacb;
}
.faq-list summary{
  font-weight:900;
  cursor:pointer;
  color:var(--navy);
}
.appointment{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:40px;
  background:var(--navy);
  color:white;
}
.appointment h2{color:white}
.appointment label{
  display:block;
  font-weight:900;
  margin-bottom:14px;
  color:var(--navy);
}
input,textarea{
  width:100%;
  margin-top:7px;
  border:1px solid #d7dce5;
  border-radius:12px;
  padding:13px;
  font:inherit;
}
footer{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  background:#031225;
  color:white;
  padding:38px 5%;
}
footer a{color:white}
.floating-call{
  display:none;
}

@media(max-width:900px){
  html{scroll-padding-top:70px}
  .topbar{min-height:72px;padding:6px 18px}
  .brand img{width:58px;height:58px}
  .menu-toggle{display:block}
  .topbar nav{
    display:none;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    background:var(--navy);
    padding:18px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    box-shadow:0 18px 30px rgba(0,0,0,.25);
  }
  .topbar nav.open{display:flex}
  .topbar nav a{padding:12px 8px;border-bottom:1px solid rgba(255,255,255,.10)}
  .nav-cta{text-align:center;margin-top:10px;border-bottom:0!important}
  .hero,.split,.appointment,.fee-layout{grid-template-columns:1fr}
  .hero{
    min-height:auto;
    padding:46px 5% 52px;
    gap:28px;
  }
  .hero h1{font-size:clamp(2.65rem,12vw,4.3rem)}
  .hero-card{max-width:620px}
  .quick,.cards,.cards.compact,footer{grid-template-columns:1fr}
  .today{display:block;margin:0;border-radius:0}
  .today .btn{margin-top:12px}
  .quick{margin:0;border-radius:0}
  .quick a,.quick span{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
  .hours-grid{grid-template-columns:1fr}
  .hours-grid strong{text-align:left;padding-top:0}
  .section{padding:58px 5%}
  .floating-call{display:none}
  body{padding-bottom:0}
}


.brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.brand img{
  width:54px;
  height:54px;
  object-fit:contain;
}
.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.brand-text .dynamic{
  font-size:2rem;
  font-weight:900;
  letter-spacing:.03em;
  color:#fff;
  text-transform:uppercase;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}
.brand-text .sub{
  margin-top:4px;
  font-size:.82rem;
  color:#c99a2e;
  letter-spacing:.18em;
  font-weight:700;
  text-transform:uppercase;
}
@media(max-width:700px){
 .brand img{width:52px;height:52px}
 .brand-text .dynamic{font-size:1.15rem}
 .brand-text .sub{font-size:.52rem}
}

/* Premium branded header */
.topbar{
  min-height:88px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.brand img{
  width:66px;
  height:66px;
  object-fit:contain;
  flex:0 0 auto;
}
.brand-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  line-height:1;
}
.brand-main{
  color:#ffffff;
  font-family:Georgia,serif;
  font-size:1.85rem;
  font-weight:900;
  letter-spacing:.10em;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}
.brand-sub{
  margin-top:7px;
  color:#d3a43d;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.17em;
  display:flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}
.brand-sub span{
  display:block;
  width:24px;
  height:2px;
  background:#d3a43d;
}

@media(max-width:700px){
  .topbar{
    min-height:82px;
    padding:8px 16px;
  }
  .brand{
    gap:10px;
  }
  .brand img{
    width:58px;
    height:58px;
  }
  .brand-main{
    font-size:1.28rem;
    letter-spacing:.07em;
  }
  .brand-sub{
    margin-top:5px;
    font-size:.50rem;
    letter-spacing:.12em;
    gap:5px;
  }
  .brand-sub span{
    width:14px;
    height:1px;
  }
  .topbar nav{
    top:82px;
  }
}

/* v4.5 — match approved premium mobile mockup */
.topbar{
  min-height:104px;
  padding:10px 5%;
  border-bottom:1px solid rgba(255,255,255,.18);
}
.brand{gap:16px}
.brand img{
  width:82px;
  height:82px;
  object-fit:contain;
}
.brand-main{
  font-size:2.35rem;
  letter-spacing:.11em;
}
.brand-sub{
  margin-top:8px;
  font-size:.83rem;
  letter-spacing:.18em;
  gap:9px;
}
.brand-sub span{width:34px;background:#d8a83d}
.menu-toggle{
  border:2px solid #c99a2e;
  border-radius:16px;
  width:66px;
  height:66px;
  padding:0;
  font-size:2rem;
  line-height:1;
}
.hero h1{
  margin:20px 0 26px;
}
.hero-white,.hero-gold{
  display:block;
}
.hero-gold{
  color:var(--gold2);
}
.btn-icon{
  display:inline-block;
  margin-right:9px;
  font-size:1.15em;
  vertical-align:-.04em;
}
.trust b{
  color:#e2ad36;
  margin-right:8px;
}

@media(max-width:700px){
  .topbar{
    min-height:98px;
    padding:8px 18px;
  }
  .brand{gap:10px}
  .brand img{
    width:72px;
    height:72px;
  }
  .brand-main{
    font-size:1.72rem;
    letter-spacing:.09em;
  }
  .brand-sub{
    margin-top:6px;
    font-size:.59rem;
    letter-spacing:.14em;
    gap:6px;
  }
  .brand-sub span{width:20px}
  .menu-toggle{
    width:58px;
    height:58px;
    border-radius:14px;
    font-size:1.65rem;
  }
  .topbar nav{top:98px}

  .hero{
    padding:58px 5% 48px;
  }
  .eyebrow{
    font-size:.72rem;
    letter-spacing:.14em;
    white-space:nowrap;
  }
  .hero h1{
    line-height:.96;
    margin:20px 0 27px;
  }
  .hero-white{
    font-size:3.72rem;
  }
  .hero-gold{
    font-size:2.72rem;
    line-height:1.02;
    margin-top:7px;
    white-space:nowrap;
  }
  .lead{
    font-size:1.05rem;
    line-height:1.65;
  }
  .buttons{
    display:grid;
    grid-template-columns:1.24fr .86fr;
    gap:12px;
    margin:27px 0 25px;
  }
  .buttons .btn{
    padding:14px 10px;
    white-space:nowrap;
    font-size:.95rem;
  }
  .appointment-btn{
    grid-column:1 / -1;
    width:78%;
    justify-self:start;
    white-space:normal!important;
  }
  .trust{
    gap:10px;
  }
  .trust span{
    padding:9px 13px;
    font-size:.93rem;
  }
}
@media(max-width:390px){
  .brand img{width:64px;height:64px}
  .brand-main{font-size:1.48rem}
  .brand-sub{font-size:.50rem}
  .hero-white{font-size:3.35rem}
  .hero-gold{font-size:2.38rem}
  .eyebrow{font-size:.65rem}
  .buttons .btn{font-size:.88rem}
}
