/* ============================================================
   MoonBliss — MOON-GOLD dark theme
   Indigo-night #14122B  /  moon-gold #E6BE6E  /  moon-mist #F4EFE3
   Night panel #211E45  /  space-ink #0B0A1C
   ============================================================ */

:root{
  --indigo:#14122B;
  --gold:#E6BE6E;
  --mist:#F4EFE3;
  --panel:#211E45;
  --ink:#0B0A1C;
  --subcopy:#C3BFA9;
  --blurb:#9BA0C0;
  --hairline:#3A3660;
  --crater:#8E6A34;
}

*{margin:0;padding:0;box-sizing:border-box;}

html{scroll-behavior:smooth;}

body{
  font-family:"Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size:16px;
  line-height:1.7;
  color:#F4EFE3;
  background-color:#14122B;
  overflow-x:hidden;
}

h1,h2,h3,h4{
  font-family:Georgia, "Times New Roman", serif;
}

img{max-width:100%;display:block;}

a{color:#E6BE6E;}

::selection{background-color:#E6BE6E;color:#0B0A1C;}

:focus-visible{outline:2px solid #E6BE6E;outline-offset:2px;}

/* ---------- scroll reveal (safe without JS via noscript fallback) ---------- */
.fade-up{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .7s ease, transform .7s ease;
}
.fade-up.visible{
  opacity:1;
  transform:none;
}

/* ---------- shared buttons ---------- */
.btn{
  display:inline-block;
  padding:15px 30px;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none;
  border:2px solid transparent;
  transition:background-color .25s ease, color .25s ease, border-color .25s ease;
}
.btn-primary{
  background-color:#E6BE6E;
  color:#14122B;
}
.btn-primary:hover{
  background-color:#F0D18F;
  color:#0B0A1C;
}
.btn-ghost{
  border-color:#F4EFE3;
  color:#F4EFE3;
}
.btn-ghost:hover{
  background-color:#F4EFE3;
  color:#14122B;
}

/* ---------- hero-embedded nav ribbon (.hero-nav) ---------- */
.hero-nav{
  position:relative;
  background-color:transparent;
}
.hero-nav-inner{
  max-width:1180px;
  margin:0 auto;
  padding:22px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand-mark{
  display:flex;
  align-items:center;
  gap:11px;
  text-decoration:none;
}
.mini-crescent{
  width:18px;
  height:18px;
  border-radius:50%;
  background-color:#E6BE6E;
  position:relative;
  flex:none;
}
.mini-crescent::after{
  content:"";
  position:absolute;
  top:-3px;
  left:7px;
  width:18px;
  height:18px;
  border-radius:50%;
  background-color:#14122B;
}
.brand-name{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:700;
  font-size:15px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#F4EFE3;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:26px;
}
.nav-links a{
  color:#F4EFE3;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.1em;
  text-transform:uppercase;
  padding-bottom:4px;
  border-bottom:2px solid transparent;
  transition:color .25s ease, border-color .25s ease;
}
.nav-links a:hover{
  color:#E6BE6E;
  border-bottom-color:#E6BE6E;
}
.nav-toggle{
  display:none;
  flex-direction:column;
  gap:5px;
  background:none;
  border:none;
  cursor:pointer;
  padding:6px 2px;
}
.nav-toggle span{
  width:24px;
  height:2px;
  background-color:#F4EFE3;
}

/* ---------- trio hero ---------- */
.trio-hero{
  background-color:#14122B;
}
.trio-grid{
  max-width:1180px;
  margin:0 auto;
  padding:40px 24px 96px;
  display:grid;
  grid-template-columns:1fr 1.35fr 1fr;
  gap:36px;
  align-items:center;
}
.hero-graphic{
  display:flex;
  justify-content:center;
}
.moon-disc{
  width:248px;
  height:248px;
  border-radius:50%;
  background-color:#211E45;
  border:1px solid #3A3660;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.moon-crescent{
  width:122px;
  height:122px;
  border-radius:50%;
  background-color:#E6BE6E;
  position:relative;
}
.moon-crescent::after{
  content:"";
  position:absolute;
  top:-18px;
  left:26px;
  width:122px;
  height:122px;
  border-radius:50%;
  background-color:#211E45;
}
.star{
  position:absolute;
  background-color:#F4EFE3;
  transform:rotate(45deg);
  border-radius:1px;
}
.star-a{width:13px;height:13px;top:38px;right:46px;}
.star-b{width:7px;height:7px;top:76px;right:62px;}
.moon-full{
  width:150px;
  height:150px;
  border-radius:50%;
  background-color:#E6BE6E;
  position:relative;
}
.crater{
  position:absolute;
  border-radius:50%;
  background-color:#8E6A34;
}
.crater.c1{width:34px;height:34px;top:28px;left:42px;}
.crater.c2{width:22px;height:22px;top:86px;right:34px;}
.crater.c3{width:14px;height:14px;top:46px;right:30px;}

.hero-copy{
  text-align:left;
}
.eyebrow{
  display:inline-block;
  background-color:#E6BE6E;
  color:#14122B;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.16em;
  text-transform:uppercase;
  padding:8px 14px;
  margin-bottom:24px;
}
.hero-copy h1{
  font-size:50px;
  line-height:1.12;
  color:#F4EFE3;
  font-weight:700;
  margin-bottom:20px;
}
.hero-subcopy{
  color:#C3BFA9;
  font-size:17px;
  line-height:1.75;
  margin-bottom:30px;
  max-width:540px;
}
.hero-ctas{
  display:flex;
  gap:16px;
  margin-bottom:36px;
  flex-wrap:wrap;
}
.stat-line{
  display:flex;
  align-items:stretch;
}
.stat-item{
  padding:0 24px;
}
.stat-item:first-child{
  padding-left:0;
}
.stat-item strong{
  display:block;
  font-family:Georgia, "Times New Roman", serif;
  font-size:26px;
  color:#E6BE6E;
}
.stat-item span{
  display:block;
  font-size:12px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#9BA0C0;
  margin-top:4px;
}
.stat-item + .stat-item{
  border-left:1px solid #E6BE6E;
}

/* ---------- magazine collage ---------- */
.collage-section{
  background-color:#14122B;
  padding:96px 0;
}
.collage-head{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px 44px;
}
.collage-head h2{
  font-size:40px;
  color:#F4EFE3;
  margin-bottom:18px;
  font-weight:700;
}
.collage-head .section-intro{
  color:#C3BFA9;
  max-width:780px;
  line-height:1.75;
  margin-bottom:14px;
}
.collage-head .section-intro + .section-intro{
  margin-bottom:0;
}
.collage-grid{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  grid-auto-rows:215px;
  gap:20px;
}
.collage-tile{
  border:1px solid #F4EFE3;
  background-color:#211E45;
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.collage-tile h3{
  font-size:23px;
  color:#E6BE6E;
  margin-bottom:12px;
  font-weight:700;
}
.collage-tile p{
  color:#C3BFA9;
  font-size:15px;
  line-height:1.7;
}
.tile-large{
  grid-column:1 / 3;
  grid-row:1 / 3;
}
.tile-b{
  grid-column:3 / 4;
  grid-row:1 / 2;
}
.tile-c{
  grid-column:3 / 4;
  grid-row:2 / 3;
}
.tile-wide{
  grid-column:1 / 3;
  grid-row:3 / 4;
}
.tile-gold{
  grid-column:3 / 4;
  grid-row:3 / 4;
  background-color:#E6BE6E;
  border-color:#E6BE6E;
  justify-content:center;
}
.tile-gold h3{
  color:#0B0A1C;
  font-size:44px;
  line-height:1.05;
}
.tile-gold p{
  color:#0B0A1C;
  font-weight:600;
  font-size:14px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  margin-top:10px;
}

/* ---------- metric band ---------- */
.metric-band{
  background-color:#E6BE6E;
  padding:74px 0;
}
.metric-inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  justify-content:space-between;
  align-items:stretch;
}
.metric{
  flex:1;
  text-align:center;
  padding:0 24px;
}
.metric strong{
  display:block;
  font-family:Georgia, "Times New Roman", serif;
  font-size:56px;
  color:#0B0A1C;
  line-height:1;
}
.metric span{
  display:block;
  margin-top:10px;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#0B0A1C;
}
.metric + .metric{
  border-left:1px solid #0B0A1C;
}

/* ---------- statement band ---------- */
.statement-band{
  background-color:#0B0A1C;
  padding:112px 0;
}
.statement-inner{
  max-width:900px;
  margin:0 auto;
  padding:0 24px;
  text-align:center;
}
.statement-inner p{
  font-family:Georgia, "Times New Roman", serif;
  font-size:30px;
  line-height:1.5;
  color:#F4EFE3;
  font-style:italic;
}
.statement-inner p + p{
  margin-top:28px;
}

/* ---------- CTA band ---------- */
.cta-band{
  background-color:#211E45;
  padding:92px 0;
  text-align:center;
}
.cta-inner{
  max-width:820px;
  margin:0 auto;
  padding:0 24px;
}
.cta-inner h2{
  font-size:40px;
  color:#F4EFE3;
  margin-bottom:18px;
  font-weight:700;
}
.cta-inner p{
  color:#C3BFA9;
  font-size:17px;
  line-height:1.75;
  margin-bottom:36px;
}

/* ---------- four-column footer ---------- */
.four-col-footer{
  background-color:#0B0A1C;
  padding:80px 0 0;
}
.footer-grid{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px 60px;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.3fr;
  gap:44px;
}
.footer-wordmark{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:700;
  font-size:18px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#F4EFE3;
  display:flex;
  align-items:center;
  gap:11px;
}
.footer-brand .mini-crescent::after{
  background-color:#0B0A1C;
}
.footer-brand p{
  color:#9BA0C0;
  margin-top:16px;
  font-size:14px;
  line-height:1.7;
}
.footer-col h4{
  color:#E6BE6E;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.16em;
  text-transform:uppercase;
  margin-bottom:20px;
}
.footer-col a{
  display:block;
  color:#F4EFE3;
  text-decoration:none;
  margin-bottom:12px;
  font-size:14px;
}
.footer-col a:hover{
  color:#E6BE6E;
}
.contact-line{
  color:#C3BFA9;
  font-size:14px;
  line-height:1.8;
}
.contact-line a{
  display:inline;
  margin:0;
}
.footer-legal{
  border-top:1px solid #3A3660;
  padding:26px 24px;
  text-align:center;
  color:#9BA0C0;
  font-size:13px;
}
.footer-legal a{
  color:#F4EFE3;
  text-decoration:none;
  margin:0;
  display:inline;
}
.footer-legal a:hover{
  color:#E6BE6E;
}

/* ---------- secondary page hero ---------- */
.page-hero{
  background-color:#14122B;
  padding:72px 0 70px;
  border-bottom:1px solid #3A3660;
}
.page-hero-inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
}
.page-chip{
  display:inline-block;
  background-color:#E6BE6E;
  color:#14122B;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.16em;
  text-transform:uppercase;
  padding:8px 14px;
  margin-bottom:22px;
}
.page-hero h1{
  font-size:46px;
  line-height:1.15;
  color:#F4EFE3;
  max-width:820px;
  margin-bottom:18px;
  font-weight:700;
}
.page-hero .lede{
  color:#C3BFA9;
  font-size:18px;
  line-height:1.75;
  max-width:740px;
}

/* ---------- services list ---------- */
.services-list{
  background-color:#14122B;
  padding:96px 0 30px;
}
.service-block{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px 72px;
  display:grid;
  grid-template-columns:96px 1fr;
  gap:40px;
  align-items:start;
}
.service-num{
  font-family:Georgia, "Times New Roman", serif;
  font-size:64px;
  line-height:1;
  color:#E6BE6E;
}
.service-block h2{
  font-size:30px;
  color:#F4EFE3;
  margin-bottom:14px;
  font-weight:700;
}
.service-block p{
  color:#C3BFA9;
  line-height:1.75;
  margin-bottom:12px;
}
.service-tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.tag{
  border:1px solid #3A3660;
  color:#E6BE6E;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:6px 12px;
}

/* ---------- process ---------- */
.process-band{
  background-color:#211E45;
  padding:96px 0;
}
.process-head{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px 40px;
}
.process-head h2{
  font-size:38px;
  color:#F4EFE3;
  margin-bottom:14px;
  font-weight:700;
}
.process-head p{
  color:#C3BFA9;
  max-width:720px;
  line-height:1.75;
}
.process-grid{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:20px;
}
.step{
  background-color:#0B0A1C;
  border:1px solid #3A3660;
  padding:26px 22px;
}
.step b{
  display:block;
  font-family:Georgia, "Times New Roman", serif;
  font-size:34px;
  color:#E6BE6E;
}
.step h3{
  color:#F4EFE3;
  font-size:17px;
  margin:10px 0 8px;
  font-weight:700;
}
.step p{
  color:#C3BFA9;
  font-size:13px;
  line-height:1.65;
}

/* ---------- contact ---------- */
.contact-main{
  background-color:#14122B;
  padding:96px 0;
}
.contact-grid{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:60px;
  align-items:start;
}
.contact-form{
  background-color:#211E45;
  border:1px solid #3A3660;
  padding:38px;
}
.contact-form h2{
  color:#F4EFE3;
  font-size:26px;
  margin-bottom:8px;
  font-weight:700;
}
.contact-form > p{
  color:#C3BFA9;
  font-size:14px;
  margin-bottom:26px;
}
.form-field{
  margin-bottom:18px;
}
.form-field label{
  display:block;
  color:#F4EFE3;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.form-field input,
.form-field textarea{
  width:100%;
  background-color:#14122B;
  border:1px solid #3A3660;
  color:#F4EFE3;
  padding:14px;
  font-size:16px;
  font-family:inherit;
  transition:border-color .25s ease;
}
.form-field input:focus,
.form-field textarea:focus{
  border-color:#E6BE6E;
  outline:none;
}
.form-field textarea{
  min-height:150px;
  resize:vertical;
}
.form-status{
  display:none;
  margin-top:18px;
  padding:14px 16px;
  font-size:14px;
  font-weight:700;
}
.form-status.ok{
  display:block;
  background-color:#E6BE6E;
  color:#0B0A1C;
}
.form-status.err{
  display:block;
  background-color:#B23A48;
  color:#F4EFE3;
}
.info-panel h2{
  color:#F4EFE3;
  font-size:26px;
  margin-bottom:10px;
  font-weight:700;
}
.info-panel > p{
  color:#C3BFA9;
  font-size:15px;
  margin-bottom:14px;
}
.info-row{
  border-bottom:1px solid #3A3660;
  padding:18px 0;
}
.info-row:last-child{
  border-bottom:none;
}
.info-row b{
  display:block;
  color:#E6BE6E;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
  margin-bottom:6px;
}
.info-row p,
.info-row a{
  color:#F4EFE3;
  font-size:15px;
  line-height:1.65;
  text-decoration:none;
}
.info-row a:hover{
  color:#E6BE6E;
}

/* ---------- FAQ ---------- */
.faq-band{
  background-color:#211E45;
  padding:96px 0 104px;
  border-top:1px solid #3A3660;
}
.faq-inner{
  max-width:820px;
  margin:0 auto;
  padding:0 24px;
}
.faq-inner h2{
  color:#F4EFE3;
  font-size:36px;
  text-align:center;
  margin-bottom:10px;
  font-weight:700;
}
.faq-inner > p{
  color:#C3BFA9;
  text-align:center;
  margin-bottom:36px;
}
.faq-item{
  border:1px solid #3A3660;
  background-color:#0B0A1C;
  margin-bottom:14px;
}
.faq-q{
  width:100%;
  background:none;
  border:none;
  color:#F4EFE3;
  font-size:17px;
  font-weight:700;
  font-family:inherit;
  padding:20px 22px;
  text-align:left;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}
.faq-q .plus{
  color:#E6BE6E;
  font-size:24px;
  line-height:1;
  flex:none;
}
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}
.faq-a p{
  color:#C3BFA9;
  padding:0 22px 22px;
  line-height:1.7;
}
.faq-item.open .faq-a{
  max-height:320px;
}
.faq-item.open .plus{
  transform:rotate(45deg);
}

/* ---------- responsive ---------- */
@media (max-width: 980px){
  .trio-grid{
    grid-template-columns:1fr;
    gap:34px;
    text-align:center;
  }
  .hero-copy{
    text-align:center;
  }
  .hero-subcopy{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-ctas{
    justify-content:center;
  }
  .stat-line{
    justify-content:center;
  }
  .stat-item:first-child{
    padding-left:24px;
  }
  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
  .process-grid{
    grid-template-columns:repeat(2, 1fr);
  }
  .contact-grid{
    grid-template-columns:1fr;
  }
  .collage-grid{
    grid-template-columns:repeat(2, 1fr);
    grid-auto-rows:auto;
  }
  .collage-tile{
    justify-content:flex-end;
    min-height:200px;
  }
  .tile-large{
    grid-column:1 / -1;
    grid-row:auto;
  }
  .tile-wide{
    grid-column:1 / -1;
    grid-row:auto;
  }
  .tile-b,
  .tile-c{
    grid-column:auto;
    grid-row:auto;
  }
  .tile-gold{
    grid-column:1 / -1;
    grid-row:auto;
  }
  .moon-disc{
    width:220px;
    height:220px;
  }
}

@media (max-width: 640px){
  .nav-toggle{
    display:flex;
  }
  .nav-links{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background-color:#211E45;
    border-top:1px solid #3A3660;
    border-bottom:1px solid #3A3660;
    flex-direction:column;
    align-items:stretch;
    padding:20px 24px;
    gap:16px;
    z-index:100;
  }
  .nav-links.open{
    display:flex;
  }
  .nav-links a{
    border-bottom:none;
  }
  .hero-copy h1{
    font-size:34px;
  }
  .eyebrow{
    font-size:11px;
  }
  .stat-line{
    flex-direction:column;
    gap:22px;
  }
  .stat-item,
  .stat-item:first-child{
    padding:0;
  }
  .stat-item + .stat-item{
    border-left:none;
    border-top:1px solid #E6BE6E;
    padding-top:22px;
  }
  .collage-grid{
    grid-template-columns:1fr;
  }
  .tile-b,
  .tile-c{
    grid-column:1 / -1;
  }
  .collage-head h2{
    font-size:30px;
  }
  .metric-inner{
    flex-direction:column;
    gap:34px;
  }
  .metric + .metric{
    border-left:none;
    border-top:1px solid #0B0A1C;
    padding-top:34px;
  }
  .metric strong{
    font-size:46px;
  }
  .statement-inner p{
    font-size:22px;
  }
  .cta-inner h2{
    font-size:30px;
  }
  .footer-grid{
    grid-template-columns:1fr;
  }
  .page-hero h1{
    font-size:34px;
  }
  .service-block{
    grid-template-columns:1fr;
    gap:12px;
  }
  .service-num{
    font-size:44px;
  }
  .process-grid{
    grid-template-columns:1fr;
  }
  .contact-form{
    padding:26px;
  }
}
