/* NOCCOST - aubergine-plum vanity theme for Noc Cosmetics Inc. */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  background-color: #1C0F14;
  color: #E3C9D2;
  line-height: 1.7;
  overflow-x: hidden;
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: #FAF0F3; font-weight: 700; line-height: 1.25; }
p { color: #E3C9D2; }
a { color: #E3C9D2; text-decoration: none; }
ul { list-style: none; }

/* ---------- Dresser-top navigation ---------- */
.dresser-top-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #1C0F14;
  border-bottom: 3px solid #D4547A;
}
.dresser-top-nav.scrolled { box-shadow: 0 4px 0 #12090E; }
.nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.brand-drawer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #2A1520;
  border: 1px solid #3D2431;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 3px 0 #12090E;
}
.lip-chip {
  width: 12px;
  height: 24px;
  background-color: #D4547A;
  border-radius: 5px 5px 2px 2px;
  position: relative;
  display: inline-block;
}
.lip-chip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -3px;
  width: 18px;
  height: 5px;
  background-color: #37202C;
  border-radius: 2px;
}
.wordmark {
  font-family: Georgia, serif;
  color: #FAF0F3;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
}
.nav-links { display: flex; align-items: center; flex-wrap: wrap; }
.nav-links li { display: flex; align-items: center; }
.nav-links li + li::before {
  content: "\25C6";
  color: #D4547A;
  font-size: 8px;
  margin: 0 13px;
}
.nav-links a {
  color: #E3C9D2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover { color: #FAF0F3; border-bottom-color: #FAF0F3; }

/* ---------- Vanity-frame hero ---------- */
.vanity-frame-hero { padding: 56px 24px 64px; }
.mirror-frame {
  max-width: 980px;
  margin: 0 auto;
  background-color: #2A1520;
  border: 8px solid #D4547A;
  border-radius: 30px 30px 14px 14px;
  padding: 52px 40px 44px;
  text-align: center;
  box-shadow: 0 10px 0 #12090E;
}
.eyebrow-chip {
  display: inline-block;
  background-color: #D4547A;
  color: #FAF0F3;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 999px;
}
.hero-title { font-size: 52px; margin: 22px 0 18px; }
.accent-word { color: #D4547A; }
.hero-sub { max-width: 740px; margin: 0 auto 28px; font-size: 18px; }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }
.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
}
.btn-primary { background-color: #D4547A; color: #FFFFFF; border: 2px solid #D4547A; }
.btn-primary:hover { background-color: #B94263; border-color: #B94263; color: #FFFFFF; }
.btn-outline { color: #FAF0F3; border: 2px solid #FAF0F3; background-color: transparent; }
.btn-outline:hover { background-color: #FAF0F3; color: #1C0F14; }

.vanity-shelf {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  padding: 0 30px 14px;
  border-bottom: 3px solid #3D2431;
  max-width: 660px;
  margin: 0 auto;
}
.obj { position: relative; flex: none; }
.obj-lipstick { width: 48px; height: 66px; }
.obj-lipstick::before {
  content: ""; position: absolute; left: 14px; bottom: 26px;
  width: 20px; height: 28px; background-color: #D4547A;
  border-radius: 10px 10px 2px 2px;
}
.obj-lipstick::after {
  content: ""; position: absolute; left: 6px; bottom: 0;
  width: 36px; height: 24px; background-color: #37202C;
  border: 2px solid #D4547A; border-radius: 5px;
}
.obj-compact { width: 60px; height: 60px; background-color: #37202C; border: 4px solid #D4547A; border-radius: 50%; }
.obj-compact::before {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 16px; height: 16px; margin: -8px 0 0 -8px;
  background-color: #FAF0F3; border-radius: 50%;
}
.obj-compact::after {
  content: ""; position: absolute; right: -8px; top: 50%; margin-top: -3px;
  width: 8px; height: 6px; background-color: #FAF0F3; border-radius: 2px;
}
.obj-polish { width: 42px; height: 60px; }
.obj-polish::before {
  content: ""; position: absolute; left: 14px; top: 0;
  width: 14px; height: 18px; background-color: #FAF0F3; border-radius: 3px;
}
.obj-polish::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 42px; height: 42px; background-color: #D4547A;
  border-radius: 7px 7px 11px 11px;
}
.obj-dropper { width: 28px; height: 66px; }
.obj-dropper::before {
  content: ""; position: absolute; left: 8px; top: 0;
  width: 12px; height: 22px; background-color: #FAF0F3;
  border-radius: 5px 5px 3px 3px;
}
.obj-dropper::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 28px; height: 44px; background-color: #37202C;
  border: 2px solid #D4547A; border-radius: 6px 6px 9px 9px;
}
.obj-brush { width: 46px; height: 72px; }
.obj-brush::before {
  content: ""; position: absolute; left: 18px; top: 0;
  width: 10px; height: 38px; background-color: #FAF0F3; border-radius: 5px;
}
.obj-brush::after {
  content: ""; position: absolute; left: 3px; bottom: 0;
  width: 40px; height: 32px; background-color: #D4547A;
  border-radius: 4px 4px 9px 9px;
}
.shelf-caption { margin-top: 16px; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; }

/* ---------- Compendium book ---------- */
.compendium-book {
  background-color: #2A1520;
  padding: 64px 24px 56px;
  border-top: 1px solid #3D2431;
  border-bottom: 1px solid #3D2431;
}
.book-head { text-align: center; max-width: 780px; margin: 0 auto 42px; }
.book-head h2 { font-size: 36px; margin: 16px 0 12px; }
.spread { max-width: 1120px; margin: 0 auto; display: flex; gap: 48px; position: relative; }
.spread::after {
  content: ""; position: absolute; left: 50%; top: 10px; bottom: 10px;
  width: 1px; background-color: #3D2431;
}
.page {
  width: 50%;
  background-color: #1C0F14;
  border: 1px solid #3D2431;
  border-radius: 6px;
  padding: 34px 30px;
  position: relative;
}
.page-left::before {
  content: ""; position: absolute; top: 0; left: 0;
  border-top: 22px solid #D4547A; border-right: 22px solid transparent;
}
.page-right::before {
  content: ""; position: absolute; top: 0; right: 0;
  border-top: 22px solid #D4547A; border-left: 22px solid transparent;
}
.page-label {
  display: block;
  color: #D4547A;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}
.page-intro { margin-bottom: 20px; }
.chapter { padding: 16px 0 18px; border-top: 1px solid #3D2431; }
.page .chapter:first-of-type { border-top: 0; padding-top: 0; }
.chapter-num {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: #D4547A;
  display: block;
  margin-bottom: 6px;
}
.chapter h3 { font-size: 21px; margin-bottom: 8px; }
.book-appendix {
  max-width: 860px;
  margin: 36px auto 0;
  text-align: center;
  border-top: 1px solid #3D2431;
  padding-top: 22px;
}

/* ---------- Metric band ---------- */
.metric-band { background-color: #D4547A; padding: 48px 24px; }
.metric-row { max-width: 1120px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.metric { flex: 1 1 220px; text-align: center; padding: 8px 18px; }
.metric + .metric { border-left: 1px solid #FAF0F3; }
.metric-num {
  display: block;
  font-family: Georgia, serif;
  font-size: 58px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}
.metric-label {
  display: block;
  margin-top: 10px;
  color: #FAF0F3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
}

/* ---------- Statement band ---------- */
.statement-band { background-color: #1C0F14; padding: 64px 24px; }
.statement-inner { max-width: 880px; margin: 0 auto; border-left: 4px solid #D4547A; padding-left: 28px; }
.statement-text { font-family: Georgia, serif; font-size: 27px; color: #FAF0F3; line-height: 1.5; }
.statement-attr {
  margin-top: 16px;
  color: #D4547A;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
}

/* ---------- CTA band ---------- */
.cta-band { background-color: #2A1520; padding: 60px 24px; text-align: center; }
.cta-inner { max-width: 760px; margin: 0 auto; }
.cta-inner h2 { font-size: 34px; margin-bottom: 12px; }
.cta-inner p { margin-bottom: 26px; }

/* ---------- Dresser-base footer ---------- */
.dresser-base-footer {
  background-color: #37202C;
  padding: 44px 24px 34px;
  text-align: center;
  border-top: 3px solid #D4547A;
  position: relative;
  z-index: 1;
}
.handle-row { display: flex; justify-content: center; gap: 64px; margin-bottom: 26px; }
.handle { display: inline-block; width: 96px; height: 8px; border-radius: 999px; background-color: #D4547A; }
.footer-wordmark {
  font-family: Georgia, serif;
  color: #FAF0F3;
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 18px; }
.footer-links a { color: #E3C9D2; text-transform: uppercase; font-size: 13px; letter-spacing: 1.5px; }
.footer-links a:hover { color: #FAF0F3; text-decoration: underline; }
.footer-legal { font-size: 14px; }

/* ---------- Secondary page hero ---------- */
.page-hero { background-color: #2A1520; border-bottom: 3px solid #D4547A; padding: 56px 24px 46px; text-align: center; }
.page-hero h1 { font-size: 44px; margin: 18px 0 14px; }
.page-hero p { max-width: 780px; margin: 0 auto; font-size: 17px; }

/* ---------- Services sections ---------- */
.service-section { padding: 56px 24px; border-top: 1px solid #3D2431; }
.service-section.alt { background-color: #2A1520; }
.service-inner { max-width: 980px; margin: 0 auto; }
.service-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 14px; }
.service-num { font-family: Georgia, serif; font-size: 34px; color: #D4547A; font-weight: 700; }
.service-section h2 { font-size: 30px; }
.service-section p { margin-bottom: 14px; max-width: 880px; }

.process-overview { background-color: #2A1520; border-top: 1px solid #3D2431; padding: 56px 24px 64px; }
.process-inner { max-width: 900px; margin: 0 auto; }
.process-inner h2 { font-size: 32px; text-align: center; margin-bottom: 10px; }
.process-lead { text-align: center; max-width: 720px; margin: 0 auto 34px; }
.step { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid #3D2431; }
.step-num {
  flex: none; width: 52px; height: 52px; border-radius: 50%;
  background-color: #D4547A; color: #FFFFFF;
  font-family: Georgia, serif; font-size: 22px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.step h3 { font-size: 20px; margin-bottom: 6px; }

/* ---------- Contact page ---------- */
.contact-section { padding: 56px 24px; }
.contact-grid { max-width: 1080px; margin: 0 auto; display: flex; gap: 40px; flex-wrap: wrap; }
.contact-info {
  flex: 1 1 320px;
  background-color: #2A1520;
  border: 1px solid #3D2431;
  border-radius: 10px;
  padding: 30px;
}
.contact-info h2 { font-size: 24px; margin-bottom: 14px; }
.info-block { margin-bottom: 20px; padding-top: 16px; border-top: 1px solid #3D2431; }
.info-block h3 {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #D4547A;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.hours-list li {
  display: flex; justify-content: space-between;
  padding: 5px 0; border-bottom: 1px solid #3D2431;
}
.contact-form-panel {
  flex: 1 1 420px;
  background-color: #2A1520;
  border: 1px solid #3D2431;
  border-radius: 10px;
  padding: 30px;
}
.contact-form-panel h2 { font-size: 24px; margin-bottom: 18px; }
.form-row { margin-bottom: 16px; }
label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #FAF0F3;
  font-weight: 700;
  margin-bottom: 6px;
}
input, textarea {
  width: 100%;
  background-color: #1C0F14;
  border: 1px solid #3D2431;
  border-radius: 6px;
  color: #F0DEE4;
  padding: 12px 14px;
  font-size: 16px;
  font-family: inherit;
}
input:focus, textarea:focus { outline: 2px solid #D4547A; border-color: #D4547A; }
.form-status { margin-top: 14px; color: #FAF0F3; font-weight: 600; display: none; }
.form-status.show { display: block; }
.form-status.error { color: #FAF0F3; background-color: #B94263; padding: 10px 14px; border-radius: 6px; }

/* ---------- FAQ ---------- */
.faq-section { background-color: #2A1520; border-top: 1px solid #3D2431; padding: 56px 24px 64px; }
.faq-inner { max-width: 860px; margin: 0 auto; }
.faq-inner h2 { font-size: 32px; text-align: center; margin-bottom: 10px; }
.faq-item { border: 1px solid #3D2431; border-radius: 8px; margin-bottom: 14px; background-color: #1C0F14; }
.faq-q {
  width: 100%; text-align: left;
  background-color: transparent; border: 0;
  color: #FAF0F3; font-size: 17px; font-weight: 700;
  padding: 16px 18px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  font-family: Georgia, serif;
}
.faq-q::after { content: "+"; color: #D4547A; font-size: 22px; font-weight: 400; }
.faq-item.open .faq-q::after { content: "\2013"; }
.faq-a { display: none; padding: 0 18px 16px; }
.faq-item.open .faq-a { display: block; }

/* ---------- Scroll reveal ---------- */
.fade-up { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .fade-up { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .spread { flex-direction: column; gap: 24px; }
  .page { width: 100%; }
  .spread::after { display: none; }
  .hero-title { font-size: 40px; }
  .metric-num { font-size: 44px; }
  .handle-row { gap: 36px; }
  .handle { width: 64px; }
  .statement-text { font-size: 23px; }
}
@media (max-width: 560px) {
  .nav-inner { flex-direction: column; align-items: flex-start; }
  .hero-title { font-size: 32px; }
  .vanity-shelf { gap: 22px; }
  .mirror-frame { padding: 36px 22px 34px; }
  .page-hero h1 { font-size: 32px; }
  .service-head { flex-direction: column; gap: 4px; }
  .step { flex-direction: column; }
  .faq-q { font-size: 16px; }
}
