:root{
  --cream:#F3EEE4;
  --cream-alt:#EAE4D6;
  --charcoal:#22262B;
  --navy:#1B2A4A;
  --brass:#A9812E;
  --stone:#8A8578;
  --radius:3px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--cream);
  color:var(--charcoal);
  font-family:'Inter', sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none;}

.label{
  font-family:'IBM Plex Mono', monospace;
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--brass);
}
h1,h2,h3{
  font-family:'Fraunces', serif;
  font-weight:600;
  line-height:1.1;
  letter-spacing:-0.01em;
}
.wrap{max-width:1100px; margin:0 auto; padding:0 6vw;}

/* NAV */
nav{
  position:sticky; top:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:1.4rem 6vw;
  background:rgba(243,238,228,.9);
  backdrop-filter:blur(6px);
  border-bottom:1px solid rgba(34,38,43,.08);
  flex-wrap:wrap; gap:1rem;
}
.brand{
  font-family:'Fraunces', serif;
  font-size:1.3rem;
  font-weight:600;
  letter-spacing:.01em;
}
.nav-links{
  display:flex; gap:2rem; align-items:center;
  font-family:'IBM Plex Mono', monospace;
  font-size:.78rem;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.nav-links a{opacity:.68; transition:opacity .2s ease;}
.nav-links a:hover, .nav-links a.active{opacity:1; color:var(--brass);}
.nav-cta{
  font-family:'IBM Plex Mono', monospace;
  font-size:.72rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  border:1px solid var(--brass);
  color:var(--brass);
  padding:.6rem 1.1rem;
  border-radius:var(--radius);
  transition:background .2s ease, color .2s ease;
  white-space:nowrap;
}
.nav-cta:hover{background:var(--brass); color:var(--cream);}
@media (max-width:760px){
  .nav-links{order:3; width:100%; justify-content:center; flex-wrap:wrap; gap:1.2rem;}
}

/* PAGE HEADER (non-home pages) */
.page-header{padding:7vh 6vw 3vh; max-width:1100px; margin:0 auto;}
.page-header .label{margin-bottom:1rem; display:block;}
.page-header h1{font-size:clamp(2rem, 5vw, 3.2rem); max-width:20ch;}
.page-header p{margin-top:1.1rem; color:var(--charcoal); opacity:.75; max-width:56ch; font-size:1.02rem;}

/* HERO */
.hero{padding:9vh 6vw 8vh; max-width:1100px; margin:0 auto;}
.hero .label{margin-bottom:1.4rem; display:block;}
.hero h1{font-size:clamp(2.4rem, 6vw, 4.2rem); max-width:16ch; margin-bottom:1.6rem;}
.hero h1 em{font-style:italic; color:var(--brass); font-weight:500;}
.hero p{max-width:50ch; color:var(--charcoal); opacity:.72; font-size:1.05rem; margin-bottom:2.2rem;}
.btn-primary{
  display:inline-block; background:var(--brass); color:var(--cream);
  font-weight:600; padding:.95rem 1.8rem; border-radius:var(--radius);
  font-size:.95rem; transition:transform .18s ease, box-shadow .18s ease;
}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 8px 22px rgba(169,129,46,.28);}

/* DEMO — navy band */
.demo-band{background:var(--navy); padding:8vh 6vw; color:var(--cream);}
.demo-inner{max-width:1100px; margin:0 auto;}
.demo-inner .label{color:var(--brass); margin-bottom:1.2rem; display:block;}
.demo-frame{
  position:relative; width:100%; aspect-ratio:16/9; border-radius:6px;
  overflow:hidden; border:1px solid rgba(243,238,228,.14); background:#16223a;
}
.demo-caption{margin-top:1.1rem; font-size:.95rem; color:rgba(243,238,228,.78); max-width:56ch;}
.demo-caption strong{color:var(--cream); font-weight:600;}

/* TEASER (home page condensed services) */
.teaser{padding:8vh 6vw; max-width:1100px; margin:0 auto;}
.teaser .label{display:block; margin-bottom:1rem;}
.teaser h2{font-size:clamp(1.6rem, 3.4vw, 2.2rem); margin-bottom:1.2rem; max-width:22ch;}
.teaser p{font-size:1.02rem; color:var(--charcoal); opacity:.78; max-width:60ch; margin-bottom:1.4rem;}
.teaser a.link{color:var(--brass); font-weight:600; font-size:.95rem;}
.teaser a.link:hover{text-decoration:underline;}

/* SERVICES */
.services{padding:9vh 6vw; max-width:1100px; margin:0 auto;}
.services > .label{display:block; margin-bottom:1rem;}
.services h2{font-size:clamp(1.7rem, 3.6vw, 2.3rem); max-width:20ch; margin-bottom:2.6rem;}
.tiers{display:grid; grid-template-columns:repeat(2, 1fr); gap:1.4rem;}
.tier{
  background:var(--cream-alt); border:1px solid rgba(34,38,43,.08);
  border-radius:8px; padding:1.6rem;
}
.tier .tier-label{font-family:'IBM Plex Mono', monospace; font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; color:var(--stone); margin-bottom:.6rem;}
.tier h3{font-size:1.15rem; font-weight:600; margin-bottom:.5rem;}
.tier p{font-size:.92rem; color:var(--charcoal); opacity:.75; margin-bottom:.6rem;}
.tier .tier-price{font-family:'IBM Plex Mono', monospace; font-size:.85rem; color:var(--brass); font-weight:600;}
.tier-breakdown{margin-top:.4rem; border-top:1px solid rgba(34,38,43,.1); padding-top:.7rem;}
.breakdown-row{display:flex; justify-content:space-between; align-items:baseline; font-family:'IBM Plex Mono', monospace; font-size:.78rem; padding:.28rem 0; color:var(--charcoal);}
.breakdown-row span:first-child{opacity:.65; font-family:'Inter', sans-serif;}
.breakdown-row span:last-child{color:var(--brass); font-weight:600; white-space:nowrap; margin-left:1rem;}
@media (max-width:760px){ .tiers{grid-template-columns:1fr;} }

/* PROCESS */
.process{padding:8vh 6vw; background:var(--charcoal); color:var(--cream);}
.process-inner{max-width:1100px; margin:0 auto;}
.process h2{font-size:clamp(1.6rem, 3.4vw, 2.2rem); margin-bottom:2.6rem;}
.steps{display:grid; grid-template-columns:repeat(3, 1fr); gap:2.2rem;}
.step .num{font-family:'IBM Plex Mono', monospace; color:var(--brass); font-size:.85rem; margin-bottom:.7rem; letter-spacing:.08em;}
.step h3{font-size:1.15rem; font-weight:600; margin-bottom:.5rem;}
.step p{color:rgba(243,238,228,.68); font-size:.92rem;}
@media (max-width:760px){ .steps{grid-template-columns:1fr; gap:2rem;} }

/* WHY */
.why{padding:9vh 6vw; max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:3.5rem;}
.why h2{font-size:clamp(1.6rem, 3.4vw, 2.2rem); margin-bottom:1.2rem; max-width:14ch;}
.why-list p{padding:1.1rem 0; border-top:1px solid rgba(34,38,43,.1); color:var(--charcoal); opacity:.78; font-size:.95rem;}
.why-list p:last-child{border-bottom:1px solid rgba(34,38,43,.1);}
.why-list strong{opacity:1; font-weight:600;}
@media (max-width:760px){ .why{grid-template-columns:1fr; gap:1.5rem;} }

/* ABOUT */
.about{padding:9vh 6vw; max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1.3fr; gap:3.5rem;}
.about-photo{
  aspect-ratio:4/5; border-radius:8px; background:var(--cream-alt);
  border:1px solid rgba(34,38,43,.08); display:flex; align-items:center;
  justify-content:center; text-align:center; padding:2rem;
}
.about h2{font-size:clamp(1.6rem, 3.4vw, 2.2rem); margin-bottom:1.1rem;}
.about p{color:var(--charcoal); opacity:.78; font-size:.98rem; margin-bottom:1rem; max-width:52ch;}
.credentials{margin-top:1.6rem; display:flex; flex-direction:column; gap:.7rem;}
.credential{
  display:flex; align-items:center; gap:.7rem; font-size:.88rem;
  padding:.7rem .9rem; background:var(--cream-alt); border-radius:6px;
  border:1px solid rgba(34,38,43,.08);
}
.credential .dot{width:6px; height:6px; border-radius:50%; background:var(--brass); flex-shrink:0;}
@media (max-width:760px){ .about{grid-template-columns:1fr; gap:1.5rem;} }

/* TESTIMONIALS */
.testimonial-page{padding:8vh 6vw; max-width:1100px; margin:0 auto;}
.testimonial-empty{
  background:var(--cream-alt); border:1px dashed rgba(34,38,43,.2); border-radius:8px;
  padding:3rem 2rem; text-align:center; max-width:640px; margin:0 auto;
}
.testimonial-empty p{color:var(--charcoal); opacity:.7; font-size:1rem; max-width:44ch; margin:0 auto;}
.testimonial-card{
  background:var(--cream-alt); border:1px solid rgba(34,38,43,.08); border-radius:8px;
  padding:2rem; margin-bottom:1.4rem;
}
.testimonial-card blockquote{font-family:'Fraunces', serif; font-style:italic; font-size:1.15rem; margin-bottom:1rem;}
.testimonial-card cite{font-family:'IBM Plex Mono', monospace; font-style:normal; font-size:.75rem; letter-spacing:.06em; text-transform:uppercase; color:var(--brass);}

/* CTA */
.cta{padding:11vh 6vw; max-width:800px; margin:0 auto; text-align:center;}
.cta h2{font-size:clamp(1.8rem, 4vw, 2.8rem); margin-bottom:1rem;}
.cta p{color:var(--charcoal); opacity:.72; margin-bottom:2rem; max-width:48ch; margin-left:auto; margin-right:auto;}

footer{
  padding:3rem 6vw 3.5rem; background:var(--charcoal); color:var(--cream);
  display:flex; flex-wrap:wrap; gap:1rem; align-items:center; justify-content:space-between; font-size:.85rem;
}
footer .brand-small{font-family:'Fraunces', serif; opacity:.9;}
footer a{opacity:.7;}
footer a:hover{opacity:1; color:var(--brass);}
.footer-contacts{display:flex; gap:1.6rem; flex-wrap:wrap;}
.contact-link{display:flex; align-items:center; gap:.45rem; font-size:.85rem;}
.contact-link svg{width:15px; height:15px; flex-shrink:0;}

.reveal{opacity:0; transform:translateY(16px); transition:opacity .7s ease, transform .7s ease;}
.reveal.in{opacity:1; transform:none;}
