*{margin:0;padding:0;box-sizing:border-box}
:root{
  --black:#0a0a0a;
  --white:#fafaf8;
  --cream:#f4f1eb;
  --gold:#b8973a;
  --gold-light:#d4b86a;
  --gold-pale:#f0e6c8;
  --slate:#1e2228;
  --gray:#6b7280;
  --mid:#3a3f48;
  --border:#e4dfd4;
}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--white);color:var(--black);overflow-x:hidden}

/* ─── NAV ─── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:200;
  background:rgba(10,10,10,0.93);
  backdrop-filter:blur(16px);
  height:68px;display:flex;align-items:center;
  padding:0 6%;
  border-bottom:1px solid rgba(184,151,58,0.18);
}
.nav-inner{width:100%;display:flex;align-items:center;justify-content:space-between}
.nav-logo{
  font-family:'Cormorant Garamond',serif;
  font-size:1.75rem;font-weight:600;
  color:var(--gold);letter-spacing:0.04em;
  text-decoration:none;
}
.nav-logo span{color:var(--white);font-weight:400;font-size:1rem;letter-spacing:0.12em;text-transform:uppercase;margin-left:0.3rem;vertical-align:middle}
.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}
.nav-links a{
  color:rgba(250,250,248,0.7);text-decoration:none;
  font-size:0.8rem;font-weight:400;letter-spacing:0.1em;text-transform:uppercase;
  transition:color 0.2s;
}
.nav-links a:hover,.nav-links a.active{color:var(--gold)}
.nav-book{
  background:var(--gold);color:var(--black)!important;
  padding:0.5rem 1.4rem;border-radius:1px;
  font-weight:600!important;letter-spacing:0.08em!important;
  transition:background 0.2s!important;
}
.nav-book:hover{background:var(--gold-light)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{display:block;width:22px;height:1.5px;background:var(--white);transition:0.3s}

/* ─── HERO ─── */
.hero{
  min-height:100vh;background:var(--black);
  display:flex;align-items:center;
  position:relative;overflow:hidden;padding-top:68px;
}
.hero-bg-grid{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(184,151,58,0.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(184,151,58,0.035) 1px,transparent 1px);
  background-size:72px 72px;
}
.hero-glow{
  position:absolute;top:20%;right:10%;
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(184,151,58,0.07) 0%,transparent 70%);
  pointer-events:none;
}
.hero-content{
  position:relative;z-index:2;
  padding:5rem 6%;max-width:680px;
}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:0.75rem;
  margin-bottom:1.75rem;
}
.hero-line{width:32px;height:1px;background:var(--gold)}
.hero-tag{
  font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;
  color:var(--gold-light);
}
.hero h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(3rem,6.5vw,5.5rem);
  color:var(--white);line-height:1.05;
  font-weight:600;margin-bottom:1.5rem;
}
.hero h1 em{color:var(--gold);font-style:italic}
.hero-desc{
  font-size:1rem;color:rgba(250,250,248,0.62);
  line-height:1.85;margin-bottom:2.5rem;max-width:500px;font-weight:300;
}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}
.btn-gold{
  display:inline-block;background:var(--gold);color:var(--black);
  padding:0.9rem 2.2rem;text-decoration:none;
  font-size:0.8rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;
  border-radius:1px;border:none;cursor:pointer;
  transition:background 0.2s,transform 0.15s;font-family:'Inter',sans-serif;
}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px)}
.btn-ghost{
  display:inline-block;background:transparent;
  border:1px solid rgba(250,250,248,0.28);color:var(--white);
  padding:0.9rem 2.2rem;text-decoration:none;
  font-size:0.8rem;font-weight:400;letter-spacing:0.1em;text-transform:uppercase;
  border-radius:1px;cursor:pointer;
  transition:border-color 0.2s,background 0.2s;font-family:'Inter',sans-serif;
}
.btn-ghost:hover{border-color:var(--gold);background:rgba(184,151,58,0.06)}
.hero-scroll{
  position:absolute;bottom:2.5rem;left:6%;
  display:flex;flex-direction:column;align-items:flex-start;gap:0.5rem;
}
.hero-scroll-text{font-size:0.65rem;letter-spacing:0.2em;text-transform:uppercase;color:rgba(250,250,248,0.3)}
.hero-scroll-bar{width:1px;height:48px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s ease-in-out infinite}
@keyframes scrollPulse{0%,100%{opacity:0.4}50%{opacity:1}}

/* ─── SECTIONS COMMON ─── */
.section{padding:6rem 6%}
.section-dark{background:var(--black)}
.section-cream{background:var(--cream)}
.section-white{background:var(--white)}
.section-slate{background:var(--slate)}
.eyebrow{
  display:inline-flex;align-items:center;gap:0.6rem;
  margin-bottom:1rem;
}
.eyebrow-line{width:24px;height:1px;background:var(--gold)}
.eyebrow-text{font-size:0.68rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold)}
.section-h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,4vw,3rem);line-height:1.12;
  font-weight:600;margin-bottom:0.75rem;
}
.section-h2.light{color:var(--white)}
.section-sub{font-size:0.95rem;color:var(--gray);line-height:1.85;max-width:520px}
.section-sub.light{color:rgba(250,250,248,0.55)}
.section-header{margin-bottom:3.5rem}

/* ─── ABOUT ─── */
.about-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:5rem;
  align-items:center;max-width:1100px;margin:0 auto;
}
.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}
.stat{padding:1.25rem;border:1px solid var(--border);border-radius:1px}
.stat-n{
  font-family:'Cormorant Garamond',serif;
  font-size:2.5rem;font-weight:600;color:var(--gold);line-height:1;
}
.stat-l{font-size:0.75rem;color:var(--gray);margin-top:0.25rem;letter-spacing:0.04em}
.about-imgs{position:relative;height:420px}
.img-big,.img-small{
  position:absolute;overflow:hidden;
  background:var(--slate);border-radius:2px;
}
.img-big{width:78%;height:78%;top:0;right:0}
.img-small{width:52%;height:52%;bottom:0;left:0;border:4px solid var(--cream)}
.img-big img,.img-small img{width:100%;height:100%;object-fit:cover}
.img-placeholder-inner{
  width:100%;height:100%;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:0.6rem;
  background:var(--mid);color:rgba(250,250,248,0.3);
  font-size:0.7rem;letter-spacing:0.12em;text-transform:uppercase;
}

/* ─── SERVICES ─── */
.services-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:1.5rem;max-width:1100px;margin:0 auto;
}
.svc-card{
  background:var(--cream);border:1px solid var(--border);
  padding:2rem;border-radius:2px;
  position:relative;overflow:hidden;
  transition:transform 0.2s,box-shadow 0.2s;
}
.svc-card::after{
  content:'';position:absolute;left:0;top:0;bottom:0;width:2px;
  background:var(--gold);transform:scaleY(0);transform-origin:bottom;transition:transform 0.3s;
}
.svc-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,0.07)}
.svc-card:hover::after{transform:scaleY(1)}
.svc-ico{
  width:44px;height:44px;border-radius:1px;
  background:rgba(184,151,58,0.12);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1.25rem;
}
.svc-ico svg{color:var(--gold)}
.svc-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.3rem;font-weight:600;margin-bottom:0.6rem;
}
.svc-card p{font-size:0.875rem;color:var(--gray);line-height:1.8}
.svc-tag{
  margin-top:1.25rem;display:inline-block;
  font-size:0.68rem;letter-spacing:0.1em;text-transform:uppercase;
  color:var(--gold);font-weight:500;
}

/* ─── GALLERY (homepage grid) ─── */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;max-width:1100px;margin:0 auto}
.gal-item{overflow:hidden;position:relative;cursor:pointer;background:var(--mid)}
.gal-item:first-child{grid-column:span 2}
.gal-item:nth-child(5){grid-column:span 2}
.gal-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform 0.5s ease}
.gal-item:first-child .gal-img,.gal-item:nth-child(5) .gal-img{aspect-ratio:16/9}
.gal-item:hover .gal-img{transform:scale(1.04)}
.gal-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,0.72));padding:2rem 1rem 0.75rem;opacity:0;transition:opacity 0.25s}
.gal-item:hover .gal-overlay{opacity:1}
.gal-overlay-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:0.5rem}
.gal-caption{color:rgba(250,250,248,0.9);font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase}
.gal-view-btn{font-size:0.62rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(184,151,58,0.5);padding:0.3rem 0.75rem;border-radius:1px;white-space:nowrap;flex-shrink:0}

/* ─── GALLERY FULL PAGE ─── */
.gp-hero{background:var(--black);padding:8rem 6% 3rem;border-bottom:1px solid rgba(184,151,58,0.12)}
.gp-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;color:var(--white);margin-bottom:0.6rem}
.gp-hero p{color:rgba(250,250,248,0.45);font-size:0.95rem;max-width:500px}
.gp-filters{background:var(--black);padding:1.25rem 6%;display:flex;gap:0.5rem;flex-wrap:wrap;border-bottom:1px solid rgba(184,151,58,0.1);position:sticky;top:68px;z-index:50}
.gp-filter{background:none;border:1px solid rgba(250,250,248,0.12);color:rgba(250,250,248,0.5);font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase;padding:0.42rem 1.1rem;border-radius:1px;cursor:pointer;font-family:'Inter',sans-serif;transition:0.15s}
.gp-filter:hover,.gp-filter.on{background:var(--gold);color:var(--black);border-color:var(--gold);font-weight:600}
.gp-body{background:var(--black);padding:2.5rem 6% 6rem;min-height:60vh}
.gp-section{margin-bottom:4rem}
.gp-section[data-cat].hidden{display:none}
.gp-section-head{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.25rem;padding-bottom:0.75rem;border-bottom:1px solid rgba(184,151,58,0.15)}
.gp-section-line{width:24px;height:1px;background:var(--gold);flex-shrink:0}
.gp-section-title{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:600;color:var(--white)}
.gp-section-sub{font-size:0.75rem;color:rgba(250,250,248,0.35);margin-left:auto;white-space:nowrap}
.gp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}
.gp-thumb{position:relative;overflow:hidden;cursor:pointer;background:var(--mid)}
.gp-thumb img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform 0.4s ease}
.gp-thumb:hover img{transform:scale(1.05)}
.gp-thumb-overlay{position:absolute;inset:0;background:rgba(0,0,0,0);display:flex;flex-direction:column;justify-content:flex-end;padding:0.875rem;transition:background 0.25s}
.gp-thumb:hover .gp-thumb-overlay{background:rgba(0,0,0,0.5)}
.gp-thumb-badge{display:inline-block;font-size:0.58rem;letter-spacing:0.08em;text-transform:uppercase;background:rgba(184,151,58,0.2);border:1px solid rgba(184,151,58,0.4);color:var(--gold-light);padding:0.18rem 0.5rem;border-radius:1px;margin-bottom:0.3rem;opacity:0;transition:opacity 0.2s;width:fit-content}
.gp-thumb-label{font-size:0.7rem;letter-spacing:0.08em;text-transform:uppercase;color:rgba(250,250,248,0);transition:color 0.2s}
.gp-thumb:hover .gp-thumb-badge,.gp-thumb:hover .gp-thumb-label{opacity:1;color:rgba(250,250,248,0.85)}
.gp-before-after{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:4px}
.ba-tag{position:absolute;top:0.5rem;left:0.5rem;font-size:0.58rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;padding:0.22rem 0.55rem;border-radius:1px;z-index:2}
.ba-before{background:rgba(220,38,38,0.8);color:#fff}
.ba-after{background:rgba(22,163,74,0.8);color:#fff}

/* ─── LIGHTBOX ─── */
.lightbox{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,0.95);display:none;align-items:center;justify-content:center;flex-direction:column}
.lightbox.open{display:flex}
.lb-img-wrap{max-width:90vw;max-height:80vh;display:flex;align-items:center;justify-content:center}
.lb-img-wrap img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:2px}
.lb-close{position:fixed;top:1.25rem;right:1.25rem;width:42px;height:42px;border-radius:50%;background:rgba(250,250,248,0.08);border:1px solid rgba(250,250,248,0.15);color:var(--white);font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.15s;z-index:501}
.lb-close:hover{background:rgba(250,250,248,0.18)}
.lb-nav{position:fixed;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(250,250,248,0.07);border:1px solid rgba(250,250,248,0.12);color:rgba(250,250,248,0.7);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:0.15s;z-index:501}
.lb-nav:hover{background:rgba(184,151,58,0.2);color:var(--gold);border-color:rgba(184,151,58,0.4)}
.lb-prev{left:1rem}
.lb-next{right:1rem}
.lb-meta{margin-top:1.25rem;text-align:center}
.lb-caption{font-size:0.8rem;color:rgba(250,250,248,0.6);letter-spacing:0.06em}
.lb-counter{font-size:0.65rem;color:rgba(250,250,248,0.3);margin-top:0.3rem;letter-spacing:0.12em}

/* ─── PROCESS ─── */
.process-row{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:2rem;max-width:1100px;margin:0 auto;
  position:relative;
}
.process-row::before{
  content:'';position:absolute;
  top:26px;left:calc(12.5% + 12px);right:calc(12.5% + 12px);
  height:1px;background:linear-gradient(to right,var(--gold),rgba(184,151,58,0.2));
}
.proc-step{text-align:center;position:relative;z-index:1}
.proc-num{
  width:52px;height:52px;border-radius:50%;
  background:var(--black);border:1.5px solid var(--gold);
  color:var(--gold);
  font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:600;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 1.25rem;
}
.proc-step h4{
  font-family:'Cormorant Garamond',serif;
  font-size:1.1rem;font-weight:600;
  color:var(--white);margin-bottom:0.5rem;
}
.proc-step p{font-size:0.8rem;color:rgba(250,250,248,0.5);line-height:1.75}

/* ─── TESTIMONIALS ─── */
.testi-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
  gap:1.5rem;max-width:1100px;margin:0 auto;
}
.testi-card{
  background:var(--white);border:1px solid var(--border);
  padding:2rem;border-radius:2px;
}
.stars{color:var(--gold);font-size:0.85rem;margin-bottom:1rem;letter-spacing:3px}
.testi-card blockquote{
  font-family:'Cormorant Garamond',serif;
  font-size:1.05rem;font-style:italic;color:var(--mid);
  line-height:1.8;margin-bottom:1.25rem;
}
.testi-author{font-size:0.75rem;color:var(--gray);font-weight:500;letter-spacing:0.06em}

/* ─── CTA BAND ─── */
.cta-band{
  background:var(--gold);padding:4rem 6%;
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:2rem;
}
.cta-band h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.6rem,3vw,2.5rem);font-weight:600;
  color:var(--black);
}
.cta-band p{font-size:0.9rem;color:rgba(10,10,10,0.65);margin-top:0.4rem}
.btn-dark{
  display:inline-block;background:var(--black);color:var(--white);
  padding:1rem 2.5rem;text-decoration:none;
  font-size:0.8rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;
  border-radius:1px;transition:background 0.2s;white-space:nowrap;
  font-family:'Inter',sans-serif;
}
.btn-dark:hover{background:var(--slate)}

/* ─── FOOTER ─── */
footer{
  background:var(--black);padding:4rem 6% 2.5rem;
  border-top:1px solid rgba(184,151,58,0.15);
}
.footer-top{
  display:grid;grid-template-columns:1.5fr 1fr 1fr;
  gap:3rem;margin-bottom:3rem;
}
.footer-brand{
  font-family:'Cormorant Garamond',serif;
  font-size:1.5rem;font-weight:600;color:var(--gold);margin-bottom:1rem;
}
.footer-desc{font-size:0.85rem;color:rgba(250,250,248,0.4);line-height:1.8}
.footer-col h5{
  font-size:0.68rem;letter-spacing:0.16em;text-transform:uppercase;
  color:rgba(250,250,248,0.35);margin-bottom:1rem;
}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:0.6rem}
.footer-col ul li a{
  font-size:0.85rem;color:rgba(250,250,248,0.55);text-decoration:none;transition:color 0.2s;
}
.footer-col ul li a:hover{color:var(--gold)}
.footer-bottom{
  border-top:1px solid rgba(250,250,248,0.06);
  padding-top:1.5rem;
  display:flex;justify-content:space-between;align-items:center;
  font-size:0.75rem;color:rgba(250,250,248,0.25);
  flex-wrap:wrap;gap:0.5rem;
}

/* ─── SCHEDULE PAGE ─── */
.sch-hero{
  background:var(--black);padding:8rem 6% 5rem;
}
.sch-hero h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.5rem,5vw,4rem);font-weight:600;
  color:var(--white);margin-bottom:0.75rem;
}
.sch-hero p{font-size:1rem;color:rgba(250,250,248,0.5)}

.sch-body{background:var(--cream);padding:4rem 6%;min-height:60vh}
.sch-container{max-width:720px;margin:0 auto}

/* WIZARD PROGRESS */
.wiz-track{
  display:flex;margin-bottom:3rem;border:1px solid var(--border);
  border-radius:2px;overflow:hidden;
}
.wiz-tab{
  flex:1;padding:0.7rem 0.5rem;text-align:center;
  font-size:0.65rem;letter-spacing:0.1em;text-transform:uppercase;
  background:var(--white);color:var(--gray);
  border-right:1px solid var(--border);cursor:default;
  transition:background 0.2s,color 0.2s;
}
.wiz-tab:last-child{border-right:none}
.wiz-tab.active{background:var(--black);color:var(--gold);font-weight:600}
.wiz-tab.done{background:var(--slate);color:rgba(184,151,58,0.7)}

/* WIZARD CARD */
.wiz-card{
  background:var(--white);border:1px solid var(--border);
  border-radius:2px;padding:2.5rem;
}
.wiz-q{
  font-family:'Cormorant Garamond',serif;
  font-size:1.5rem;font-weight:600;color:var(--black);margin-bottom:0.5rem;
}
.wiz-hint{font-size:0.85rem;color:var(--gray);margin-bottom:2rem;line-height:1.7}

/* OPTION GRID */
.opt-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
  gap:0.875rem;margin-bottom:2rem;
}
.opt-btn{
  background:var(--cream);border:1.5px solid var(--border);
  border-radius:2px;padding:1.25rem 0.875rem;
  cursor:pointer;text-align:center;
  transition:border-color 0.2s,background 0.2s;
  display:flex;flex-direction:column;align-items:center;gap:0.5rem;
  font-family:'Inter',sans-serif;
}
.opt-btn:hover{border-color:var(--gold);background:rgba(184,151,58,0.04)}
.opt-btn.sel{border-color:var(--gold);background:rgba(184,151,58,0.08)}
.opt-ico{font-size:1.6rem}
.opt-lbl{font-size:0.8rem;font-weight:500;color:var(--black)}
.opt-sub{font-size:0.68rem;color:var(--gray)}

/* FORM FIELDS */
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.form-group{margin-bottom:1rem}
.form-group label{
  display:block;font-size:0.72rem;letter-spacing:0.08em;
  text-transform:uppercase;color:var(--gray);margin-bottom:0.4rem;font-weight:500;
}
.form-group input,.form-group select,.form-group textarea{
  width:100%;padding:0.75rem 1rem;
  border:1.5px solid var(--border);border-radius:1px;
  background:var(--cream);font-family:'Inter',sans-serif;
  font-size:0.9rem;color:var(--black);
  transition:border-color 0.2s;outline:none;
}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{
  border-color:var(--gold);background:var(--white);
}
.form-group textarea{resize:vertical;min-height:80px}

/* AI ANALYSIS BOX */
.ai-box{
  background:var(--black);border:1px solid rgba(184,151,58,0.25);
  border-radius:2px;padding:1.75rem;margin:1.5rem 0;
}
.ai-box-header{
  display:flex;align-items:center;gap:0.6rem;margin-bottom:1rem;
}
.ai-dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--gold);animation:aiPulse 2s ease-in-out infinite;
}
@keyframes aiPulse{0%,100%{opacity:1}50%{opacity:0.4}}
.ai-box-title{font-size:0.72rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold)}
.ai-box p{font-size:0.875rem;color:rgba(250,250,248,0.7);line-height:1.8}
.ai-chips{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1rem}
.ai-chip{
  background:rgba(184,151,58,0.12);border:1px solid rgba(184,151,58,0.25);
  color:var(--gold-light);font-size:0.7rem;letter-spacing:0.06em;
  padding:0.3rem 0.75rem;border-radius:1px;
}

/* CLIENT MESSAGE BOX */
.client-msg-box{
  background:var(--gold-pale);border:1px solid rgba(184,151,58,0.3);
  border-radius:2px;padding:1.5rem;margin-top:1.5rem;
}
.client-msg-box h4{
  font-size:0.8rem;font-weight:600;letter-spacing:0.06em;
  color:var(--mid);margin-bottom:0.5rem;
}
.client-msg-box p{font-size:0.85rem;color:var(--mid);line-height:1.75;margin-bottom:1rem}

/* LOADING SPINNER */
.spinner{
  display:inline-block;width:20px;height:20px;
  border:2px solid rgba(184,151,58,0.2);
  border-top-color:var(--gold);border-radius:50%;
  animation:spin 0.7s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg)}}

/* WIZARD NAV BUTTONS */
.wiz-footer{
  display:flex;justify-content:space-between;align-items:center;
  margin-top:2rem;padding-top:1.5rem;
  border-top:1px solid var(--border);
}
.btn-back{
  background:none;border:1px solid var(--border);
  color:var(--gray);padding:0.75rem 1.5rem;
  border-radius:1px;cursor:pointer;font-size:0.8rem;
  letter-spacing:0.06em;font-family:'Inter',sans-serif;
  transition:border-color 0.2s,color 0.2s;
}
.btn-back:hover{border-color:var(--gold);color:var(--gold)}
.btn-next{
  background:var(--black);color:var(--white);
  border:none;padding:0.875rem 2rem;
  border-radius:1px;cursor:pointer;font-size:0.8rem;
  letter-spacing:0.08em;text-transform:uppercase;font-weight:500;font-family:'Inter',sans-serif;
  transition:background 0.2s;display:flex;align-items:center;gap:0.6rem;
}
.btn-next:hover{background:var(--mid)}
.btn-next:disabled{opacity:0.4;cursor:not-allowed}

/* CONFIRM PAGE */
.confirm-box{
  background:var(--white);border:1px solid var(--border);
  border-radius:2px;padding:2.5rem;text-align:center;
}
.confirm-icon{
  width:64px;height:64px;border-radius:50%;
  background:rgba(184,151,58,0.1);border:1.5px solid var(--gold);
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 1.5rem;
}
.confirm-icon svg{color:var(--gold);width:28px;height:28px}
.confirm-box h3{
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;font-weight:600;color:var(--black);margin-bottom:0.75rem;
}
.confirm-box p{font-size:0.9rem;color:var(--gray);line-height:1.8}

/* ─── MOBILE ─── */
@media(max-width:768px){
  .nav-links{display:none}
  .hamburger{display:flex}
  .nav-links.open{
    display:flex;flex-direction:column;
    position:fixed;top:68px;left:0;right:0;
    background:var(--black);padding:2rem;gap:1.5rem;
    border-bottom:1px solid rgba(184,151,58,0.2);
  }
  .about-grid{grid-template-columns:1fr;gap:3rem}
  .about-imgs{display:none}
  .process-row{grid-template-columns:1fr 1fr;gap:2rem}
  .process-row::before{display:none}
  .footer-top{grid-template-columns:1fr;gap:2rem}
  .cta-band{flex-direction:column}
  .form-row{grid-template-columns:1fr}
  .hero-content{padding:4rem 5%}
}
@media(max-width:500px){
  .opt-grid{grid-template-columns:1fr 1fr}
  .wiz-tab{font-size:0.55rem;padding:0.6rem 0.25rem}
}
