/* ============================================================
   SAD NUGGIE LTD - SADNUGG.HAIR
   Dark amber-honey theme
   ============================================================ */

:root {
  --ink: #141110;
  --ink-soft: #1b1713;
  --panel: #221C15;
  --paper: #F1ECE7;
  --honey: #D9943B;
  --honey-bright: #E3A44D;
  --honey-pale: #F0D9AC;
  --hairline: #3A3128;
  --muted: #BDB2A4;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.75;
  color: #F1ECE7;
  background-color: #141110;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.home-page {
  overflow-x: hidden;
}

a {
  color: #D9943B;
  text-decoration: none;
  transition: color 0.25s ease;
}

a:hover {
  color: #F0D9AC;
}

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

/* ---------- Utility ---------- */

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 56px;
}

.section-head .eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D9943B;
  background: #221C15;
  padding: 6px 14px;
  margin-bottom: 18px;
}

.section-head h2 {
  font-size: 40px;
  line-height: 1.15;
  color: #F1ECE7;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.section-head p {
  font-size: 17px;
  color: #BDB2A4;
  line-height: 1.8;
}

/* ---------- Hero-embedded navigation ---------- */

.hero-nav {
  position: static;
  padding-top: 34px;
  padding-bottom: 60px;
}

.hero-nav .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-nav .brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #F1ECE7;
  text-decoration: none;
}

.hero-nav .brand span {
  color: #D9943B;
}

.hero-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.hero-nav .nav-links li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-nav .nav-links li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #D9943B;
  display: inline-block;
}

.hero-nav .nav-links a {
  color: #F1ECE7;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 6px 2px;
  position: relative;
}

.hero-nav .nav-links a:hover {
  color: #D9943B;
}

.hero-nav .nav-links a.active {
  color: #F1ECE7;
}

.hero-nav .nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #D9943B;
}

.hero-nav .nav-toggle {
  display: none;
  background: #D9943B;
  border: none;
  color: #141110;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 16px;
  cursor: pointer;
  line-height: 1;
}

/* ---------- Stat hero ---------- */

.stat-hero {
  background: #141110;
  padding: 0 0 96px;
}

.stat-hero .hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.stat-hero .hero-overline {
  display: inline-block;
  background: #D9943B;
  color: #141110;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 16px;
  margin-bottom: 28px;
}

.stat-hero h1 {
  font-size: 58px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1px;
  color: #F1ECE7;
  max-width: 900px;
  margin-bottom: 26px;
}

.stat-hero h1 .accent {
  color: #D9943B;
}

.stat-hero .hero-sub {
  font-size: 19px;
  color: #BDB2A4;
  line-height: 1.85;
  max-width: 720px;
  margin-bottom: 36px;
}

.stat-hero .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
}

.btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn-primary {
  background: #D9943B;
  color: #141110;
}

.btn-primary:hover {
  background: #E3A44D;
  color: #141110;
}

.btn-outline {
  background: transparent;
  color: #F0D9AC;
  border-color: #F0D9AC;
}

.btn-outline:hover {
  background: #F0D9AC;
  color: #141110;
}

.stat-hero .stat-strip {
  display: flex;
  align-items: stretch;
  border-top: 2px solid #D9943B;
  border-bottom: 2px solid #D9943B;
  max-width: 1180px;
  margin: 0 auto;
}

.stat-hero .stat-block {
  flex: 1 1 0;
  padding: 30px 24px;
}

.stat-hero .stat-block + .stat-block {
  border-left: 1px solid #D9943B;
}

.stat-hero .stat-num {
  display: block;
  font-size: 44px;
  font-weight: 700;
  color: #F0D9AC;
  line-height: 1.1;
  margin-bottom: 8px;
}

.stat-hero .stat-label {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #BDB2A4;
}

/* ---------- Duo panels ---------- */

.duo-section {
  background: #141110;
  padding: 96px 0;
  border-top: 1px solid #221C15;
}

.duo-section .duo-heading {
  max-width: 760px;
  margin-bottom: 60px;
}

.duo-section .duo-heading .eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D9943B;
  background: #221C15;
  padding: 6px 14px;
  margin-bottom: 18px;
}

.duo-section .duo-heading h2 {
  font-size: 42px;
  line-height: 1.12;
  color: #F1ECE7;
  font-weight: 700;
  margin-bottom: 18px;
}

.duo-section .duo-heading p {
  font-size: 17px;
  color: #BDB2A4;
}

.duo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.duo-row + .duo-row {
  margin-top: 64px;
}

.duo-panel {
  background: #221C15;
  padding: 48px 44px;
}

.duo-panel + .duo-panel {
  border-left: 2px solid #D9943B;
}

.duo-panel .duo-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D9943B;
  display: block;
  margin-bottom: 14px;
}

.duo-panel h3 {
  font-size: 26px;
  line-height: 1.25;
  color: #F1ECE7;
  margin-bottom: 16px;
}

.duo-panel p {
  color: #BDB2A4;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 14px;
}

.duo-panel p:last-child {
  margin-bottom: 0;
}

.duo-panel .panel-link {
  display: inline-block;
  margin-top: 18px;
  font-weight: 700;
  color: #D9943B;
}

.duo-panel .panel-link:hover {
  color: #F0D9AC;
}

/* ---------- Metric band ---------- */

.metric-band {
  background: #D9943B;
  padding: 72px 0;
}

.metric-band .metric-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.metric-band .metric-block {
  flex: 1 1 0;
  text-align: center;
  padding: 10px 20px;
}

.metric-band .metric-block + .metric-block {
  border-left: 2px solid #141110;
}

.metric-band .metric-num {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  color: #141110;
  margin-bottom: 8px;
}

.metric-band .metric-label {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #141110;
}

/* ---------- CTA band ---------- */

.cta-band {
  background: #F0D9AC;
  padding: 88px 0;
}

.cta-band .cta-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.cta-band .cta-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #141110;
  background: #D9943B;
  padding: 6px 14px;
  margin-bottom: 22px;
}

.cta-band h2 {
  font-size: 40px;
  line-height: 1.15;
  color: #141110;
  font-weight: 700;
  margin-bottom: 18px;
}

.cta-band p {
  font-size: 17px;
  color: #3A3128;
  max-width: 620px;
  margin: 0 auto 32px;
  line-height: 1.8;
}

.cta-band .btn-primary {
  background: #D9943B;
  color: #141110;
}

.cta-band .btn-primary:hover {
  background: #C88730;
}

/* ---------- Link-row footer ---------- */

.link-row-footer {
  background: #141110;
}

.link-row-footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 56px 24px 56px;
  max-width: 1180px;
  margin: 0 auto;
}

.link-row-footer .footer-links li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.link-row-footer .footer-links li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #D9943B;
  display: inline-block;
}

.link-row-footer .footer-links a {
  color: #F1ECE7;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.link-row-footer .footer-links a:hover {
  color: #D9943B;
}

.link-row-footer .legal-strip {
  background: #D9943B;
  padding: 20px 24px;
  text-align: center;
}

.link-row-footer .legal-strip p {
  color: #141110;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.link-row-footer .legal-strip a {
  color: #141110;
  text-decoration: underline;
  font-weight: 700;
}

.link-row-footer .legal-strip a:hover {
  color: #221C15;
}

/* ---------- Services page ---------- */

.services-hero {
  background: #141110;
  padding: 60px 0 84px;
  border-bottom: 2px solid #D9943B;
}

.services-hero h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #F1ECE7;
  max-width: 860px;
  margin-bottom: 24px;
}

.services-hero .hero-sub {
  font-size: 19px;
  color: #BDB2A4;
  max-width: 720px;
  line-height: 1.85;
  margin-bottom: 34px;
}

.services-hero .eyebrow {
  display: inline-block;
  background: #D9943B;
  color: #141110;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 16px;
  margin-bottom: 24px;
}

.service-card {
  background: #221C15;
  padding: 46px 44px;
  margin-top: 56px;
}

.service-card .service-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 18px;
}

.service-card .service-num {
  font-size: 30px;
  font-weight: 700;
  color: #D9943B;
  line-height: 1;
}

.service-card h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #F1ECE7;
}

.service-card p {
  color: #BDB2A4;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 14px;
}

.service-card p:last-child {
  margin-bottom: 0;
}

.process-section {
  background: #221C15;
  border-top: 2px solid #D9943B;
  padding: 84px 0;
}

.process-section h2 {
  font-size: 40px;
  color: #F1ECE7;
  margin-bottom: 44px;
}

.process-list {
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid #3A3128;
}

.process-list li:last-child {
  border-bottom: 1px solid #3A3128;
}

.process-list .step-num {
  font-size: 34px;
  font-weight: 700;
  color: #D9943B;
  line-height: 1.2;
}

.process-list h3 {
  font-size: 21px;
  color: #F1ECE7;
  margin-bottom: 8px;
}

.process-list p {
  color: #BDB2A4;
  font-size: 16px;
  line-height: 1.8;
}

.services-cta {
  background: #D9943B;
  padding: 80px 0;
  text-align: center;
}

.services-cta h2 {
  font-size: 38px;
  color: #141110;
  margin-bottom: 18px;
}

.services-cta p {
  color: #3A3128;
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.8;
}

.services-cta .btn-outline {
  border-color: #141110;
  color: #141110;
}

.services-cta .btn-outline:hover {
  background: #141110;
  color: #F0D9AC;
}

/* ---------- Contact page ---------- */

.contact-hero {
  background: #141110;
  padding: 60px 0 76px;
  border-bottom: 2px solid #D9943B;
}

.contact-hero h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #F1ECE7;
  margin-bottom: 24px;
}

.contact-hero .hero-sub {
  font-size: 19px;
  color: #BDB2A4;
  max-width: 700px;
  line-height: 1.85;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.contact-form-panel {
  background: #221C15;
  padding: 56px 48px;
}

.contact-form-panel h2 {
  font-size: 28px;
  color: #F1ECE7;
  margin-bottom: 28px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #F0D9AC;
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: #141110;
  border: 2px solid #3A3128;
  color: #F1ECE7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.25s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #D9943B;
}

.form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  font-size: 13px;
  color: #BDB2A4;
  margin-top: 14px;
}

.contact-info-panel {
  background: #141110;
  border-left: 2px solid #D9943B;
  padding: 56px 48px;
}

.contact-info-panel h2 {
  font-size: 28px;
  color: #F1ECE7;
  margin-bottom: 28px;
}

.info-block {
  margin-bottom: 30px;
}

.info-block .info-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D9943B;
  display: block;
  margin-bottom: 8px;
}

.info-block p,
.info-block a {
  font-size: 17px;
  color: #F1ECE7;
  line-height: 1.7;
}

.info-block a:hover {
  color: #D9943B;
}

.hours-list {
  list-style: none;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  color: #BDB2A4;
  padding: 8px 0;
  border-bottom: 1px solid #221C15;
}

.hours-list li span {
  color: #F0D9AC;
  font-weight: 700;
}

.contact-faq {
  background: #221C15;
  padding: 84px 0;
}

.contact-faq h2 {
  font-size: 38px;
  color: #F1ECE7;
  margin-bottom: 40px;
}

.faq-item {
  border-top: 2px solid #D9943B;
  margin-bottom: 18px;
}

.faq-item .faq-q {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  color: #F1ECE7;
  padding: 22px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-item .faq-q::after {
  content: "+";
  font-size: 26px;
  color: #D9943B;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq-item.open .faq-q::after {
  content: "−";
}

.faq-item .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.open .faq-a {
  max-height: 400px;
  padding: 0 4px 22px;
}

.faq-item .faq-a p {
  color: #BDB2A4;
  font-size: 16px;
  line-height: 1.85;
}

.form-status {
  font-size: 15px;
  font-weight: 700;
  margin-top: 16px;
  padding: 12px 16px;
  display: none;
}

.form-status.success {
  display: block;
  background: #D9943B;
  color: #141110;
}

.form-status.error {
  display: block;
  background: #F1ECE7;
  color: #141110;
}

/* ---------- Scroll reveal ---------- */

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .hero-nav .nav-row {
    flex-wrap: wrap;
  }

  .hero-nav .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 16px 0;
    gap: 14px;
  }

  .hero-nav .nav-links.open {
    display: flex;
  }

  .hero-nav .nav-links li {
    width: 100%;
  }

  .hero-nav .nav-toggle {
    display: inline-block;
  }

  .stat-hero .stat-strip {
    flex-wrap: wrap;
  }

  .stat-hero .stat-block {
    flex: 1 1 50%;
  }

  .stat-hero .stat-block:nth-child(3) {
    border-left: none;
  }

  .stat-hero .stat-block:nth-child(even) {
    border-left: 1px solid #D9943B;
  }

  .duo-row {
    grid-template-columns: 1fr;
  }

  .duo-panel + .duo-panel {
    border-left: none;
    border-top: 2px solid #D9943B;
  }

  .metric-band .metric-inner {
    flex-wrap: wrap;
  }

  .metric-band .metric-block {
    flex: 1 1 50%;
  }

  .metric-band .metric-block:nth-child(3) {
    border-left: none;
  }

  .metric-band .metric-block:nth-child(even) {
    border-left: 2px solid #141110;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-panel {
    border-left: none;
    border-top: 2px solid #D9943B;
  }

  .stat-hero h1 {
    font-size: 44px;
  }

  .duo-section .duo-heading h2 {
    font-size: 34px;
  }

  .cta-band h2 {
    font-size: 32px;
  }

  .process-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .stat-hero .stat-block {
    flex: 1 1 100%;
  }

  .stat-hero .stat-block:nth-child(even) {
    border-left: none;
  }

  .metric-band .metric-block {
    flex: 1 1 100%;
  }

  .metric-band .metric-block:nth-child(even) {
    border-left: none;
  }

  .duo-panel,
  .service-card,
  .contact-form-panel,
  .contact-info-panel {
    padding: 36px 26px;
  }

  .stat-hero h1 {
    font-size: 38px;
  }
}
