/* ===========================
   CUTIT — Brand Stylesheet
   =========================== */

:root {
  --bg: #111111;
  --bg-alt: #1a1a1a;
  --surface: #222222;
  --fg: #f5f0e6;
  --fg-muted: #a09888;
  --accent: #e8610e;
  --accent-dim: rgba(232, 97, 14, 0.12);
  --border: rgba(245, 240, 230, 0.08);
}

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

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Plus Jakarta Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  padding: 1.5rem 2.5rem;
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: 1100px; margin: 0 auto; }
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
.nav-logo-mark {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  color: var(--accent);
  line-height: 1;
}
.nav-logo-text {
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--fg);
  letter-spacing: 0.02em;
}

/* HERO */
.hero {
  padding: 7rem 2.5rem 6rem;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-inner { max-width: 680px; }
.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.hero-headline {
  font-family: 'Fraunces', serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 1.75rem;
}
.hero-sub {
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* SECTION LABEL */
.section-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 3rem;
}

/* SERVICES */
.services {
  background: var(--bg-alt);
  padding: 6rem 2.5rem;
}
.services-inner { max-width: 1100px; margin: 0 auto; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2px;
  border: 1px solid var(--border);
}
.service-card {
  padding: 2.5rem 2rem;
  background: var(--bg-alt);
  border-right: 1px solid var(--border);
}
.service-card:last-child { border-right: none; }
.service-icon {
  width: 48px;
  height: 48px;
  background: var(--accent-dim);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.service-title {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.75rem;
}
.service-desc {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* HOW IT WORKS */
.how {
  padding: 6rem 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--border);
}
.step {
  display: flex;
  gap: 2.5rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}
.step-num {
  font-family: 'Fraunces', serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  min-width: 2.5rem;
  padding-top: 0.25rem;
  letter-spacing: 0.05em;
}
.step-title {
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.5rem;
}
.step-desc {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.7;
  max-width: 520px;
}

/* PRICING */
.pricing {
  background: var(--bg-alt);
  padding: 6rem 2.5rem;
}
.pricing-inner { max-width: 1100px; margin: 0 auto; }
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--border);
}
.pricing-card {
  padding: 2.5rem 2rem;
  background: var(--bg-alt);
  border-right: 1px solid var(--border);
}
.pricing-card:last-child { border-right: none; }
.pricing-card-featured {
  background: #1e1e1e;
  position: relative;
}
.pricing-card-featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--accent);
}
.pricing-top { margin-bottom: 1.5rem; }
.pricing-name {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.3rem;
}
.pricing-tagline {
  font-size: 0.8rem;
  color: var(--fg-muted);
  font-style: italic;
  font-family: 'Fraunces', serif;
}
.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.pricing-amount {
  font-family: 'Fraunces', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--fg);
}
.pricing-per {
  font-size: 0.8rem;
  color: var(--fg-muted);
}
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.pricing-features li {
  font-size: 0.88rem;
  color: var(--fg-muted);
  padding-left: 1.2rem;
  position: relative;
}
.pricing-features li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 0.75rem;
}

/* CLOSING */
.closing {
  padding: 7rem 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.closing-quote {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 300;
  font-style: italic;
  color: var(--fg);
  max-width: 700px;
  margin: 0 auto 2.5rem;
  line-height: 1.5;
}
.closing-sub {
  font-size: 1rem;
  font-weight: 400;
  color: var(--fg-muted);
}

/* FOOTER */
.footer {
  border-top: 1px solid var(--border);
  padding: 3rem 2.5rem;
}
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.footer-logo {
  font-family: 'Fraunces', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--fg);
}
.footer-tag { font-size: 0.8rem; color: var(--fg-muted); }

/* RESPONSIVE */
@media (max-width: 640px) {
  .hero { padding: 5rem 1.5rem 4rem; }
  .services { padding: 4rem 1.5rem; }
  .how { padding: 4rem 1.5rem; }
  .pricing { padding: 4rem 1.5rem; }
  .closing { padding: 4rem 1.5rem; }
  .nav { padding: 1.25rem 1.5rem; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { border-right: none; border-bottom: 1px solid var(--border); }
  .pricing-card:last-child { border-bottom: none; }
  .services-grid { border: none; }
  .service-card { border-right: none; border-bottom: 1px solid var(--border); }
  .step { gap: 1.5rem; }
  .footer-inner { flex-direction: column; gap: 0.5rem; text-align: center; }
}