/* Noir OS clean redesign: white canvas, warm gold conversion system, soft charcoal text. */
:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #fbf7ef;
  --ink: #171511;
  --muted: #6b6255;
  --accent: #c7a15a;
  --accent-strong: #a67f35;
  --accent-soft: rgba(199, 161, 90, 0.14);
  --line: #ebe3d6;
  --white: #ffffff;
  --dark: #171511;
  --dark-soft: #2b271f;
  --shadow: 0 18px 44px rgba(23, 21, 17, 0.08);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --max: 1220px;
}

html {
  background: #fff;
}

body,
body.supporting-page {
  font-family: "Inter", "Manrope", "Segoe UI", sans-serif;
  background: #fff;
  color: var(--ink);
}

.site-header,
body.supporting-page .site-header,
body.supporting-page .site-header.scrolled {
  height: 78px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(23, 21, 17, 0.06);
}

.nav-wrap {
  width: min(var(--max), calc(100% - 48px));
}

.brand {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.brand::before {
  content: "N";
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid var(--accent);
  border-radius: 12px;
  color: var(--accent);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark,
body.supporting-page .brand-mark,
.site-footer .brand-mark {
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: none;
  font-weight: 900;
}

.brand-mark span,
body.supporting-page .brand-mark span,
.site-footer .brand-mark span {
  color: var(--accent);
}

.desktop-nav {
  gap: 28px;
}

.desktop-nav a,
body.supporting-page .desktop-nav a,
body.supporting-page .desktop-nav a.is-current {
  color: #302b22;
  font-size: 0.94rem;
  letter-spacing: 0;
  font-weight: 700;
}

.desktop-nav a:hover,
.desktop-nav a.is-current {
  color: var(--accent);
}

.nav-cta,
.desktop-nav .nav-cta,
body.supporting-page .desktop-nav .nav-cta {
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 12px;
  background: var(--accent);
  color: var(--ink);
  border-color: var(--accent);
  box-shadow: 0 14px 30px rgba(199, 161, 90, 0.24);
}

.desktop-nav .nav-cta:hover,
body.supporting-page .desktop-nav .nav-cta:hover {
  color: var(--ink);
  background: #d2ad66;
}

.menu-toggle {
  border-radius: 999px;
  border-color: var(--line);
  background: #fff;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  background: var(--ink);
}

.mobile-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.mobile-panel a,
body.supporting-page .mobile-panel a,
body.supporting-page .mobile-panel a.is-current {
  color: var(--ink);
  border-bottom-color: var(--line);
}

.hero-shell,
.intro,
body.supporting-page .intro {
  padding: 90px 0 48px;
  background:
    radial-gradient(circle at 0 75%, rgba(199, 161, 90, 0.16), transparent 19rem),
    linear-gradient(90deg, #fbf8f2 0%, #fff 48%, #fff 100%);
}

.hero-shell--center .hero-shell__copy,
.intro .content-block {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.hero-shell--center .hero-shell__copy {
  max-width: var(--max);
}

@media (min-width: 961px) {
  .hero-shell--center .hero-shell__copy {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.78fr);
    column-gap: 64px;
    align-items: center;
    text-align: left;
  }

  .hero-shell--center .hero-shell__copy > :not(.hero-product-visual) {
    grid-column: 1;
  }

  .hero-shell--center .hero-shell__copy .hero-product-visual {
    grid-column: 2;
    grid-row: 1 / span 6;
  }

  .hero-shell--center .hero-shell__copy h1,
  .hero-shell--center .hero-lede {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-shell--center .hero-actions,
  .hero-shell--center .hero-chip-row {
    justify-content: flex-start;
  }
}

.eyebrow,
.kicker,
body.supporting-page .kicker,
.price-label,
.service-label,
.panel-label,
.niche-label,
.offer-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--accent);
  box-shadow: 0 10px 24px rgba(23, 21, 17, 0.06);
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 800;
}

.eyebrow::before,
.kicker::before,
.kicker-gold::before {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
}

.hero-shell__copy h1,
.intro h1,
.section h2,
.content-block h2,
.split-copy h2,
.cta-copy h2,
.band-inner h2 {
  font-family: "Inter", "Manrope", sans-serif;
  color: var(--ink);
  letter-spacing: -0.07em;
  font-weight: 900;
}

.hero-shell__copy h1 {
  max-width: 760px;
  margin: 26px auto 18px;
  font-size: clamp(4.4rem, 6.1vw, 6.6rem);
  line-height: 0.92;
}

.intro h1 {
  max-width: 920px;
  margin: 22px auto 18px;
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.94;
}

body.supporting-page .intro h1,
body.supporting-page .content-block h2,
body.supporting-page .split-copy h2,
body.supporting-page .cta-copy h2 {
  max-width: 900px;
}

.hero-lede,
.intro p,
.section-intro,
.band-copy,
.split-copy p,
.cta-copy p,
.card p,
.offer-card p,
.niche-card p,
.template-card p,
.service-detail-card p,
.price-card p,
.timeline-panel p,
.footer-tag {
  color: var(--muted);
}

.hero-lede,
.intro p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.14rem;
  line-height: 1.65;
}

.hero-actions,
.cta-actions {
  justify-content: center;
}

.hero-chip-row {
  margin: 24px auto 0;
  max-width: 720px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-chip-row span {
  padding: 0.56rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(23, 21, 17, 0.06);
}

.hero-product-visual {
  position: relative;
  width: min(540px, 100%);
  min-height: 370px;
  margin: 18px auto 0;
}

.hero-orbit {
  position: absolute;
  inset: 20px 42px 0;
  border: 2px dashed rgba(199, 161, 90, 0.28);
  border-radius: 999px;
}

.agent-preview-card {
  position: relative;
  z-index: 2;
  width: min(340px, 82vw);
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(23, 21, 17, 0.14);
}

.score-ring {
  height: 212px;
  border-radius: 24px;
  background: linear-gradient(145deg, #f6ecd8, #fff);
  display: grid;
  place-items: center;
}

.score-ring strong {
  width: 132px;
  height: 132px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 12px solid rgba(199, 161, 90, 0.24);
  color: var(--accent);
  font-size: 2.45rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.agent-preview-copy {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  text-align: left;
}

.agent-preview-copy strong,
.agent-preview-copy span {
  display: block;
}

.agent-preview-copy span {
  margin-top: 5px;
  color: var(--muted);
}

.agent-bubble {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 58px;
  height: 58px;
  padding: 0 12px;
  border-radius: 18px;
  background: var(--accent);
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(199, 161, 90, 0.26);
}

.agent-bubble-maps {
  left: 70px;
  top: 128px;
}

.agent-bubble-reviews {
  right: 42px;
  top: 48px;
}

.agent-bubble-ai {
  right: 26px;
  bottom: 96px;
}

.agent-bubble-seo {
  left: 92px;
  bottom: 78px;
}

.button,
.nav-cta {
  border-radius: 12px;
}

.button-primary {
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(199, 161, 90, 0.24);
}

.button-secondary,
.button-ghost,
body.supporting-page .button-secondary {
  background: #fff;
  border: 1px solid var(--accent);
  color: var(--accent);
}

.statement-band {
  width: min(var(--max), calc(100% - 48px));
  padding: 40px 0 90px;
}

.band-inner {
  padding: 54px 0 26px;
  border-top-color: var(--line);
  text-align: center;
}

.band-inner h2,
.section h2,
.content-block h2,
.split-copy h2,
.cta-copy h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  line-height: 0.98;
}

.band-copy,
.section-intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  font-size: 1.08rem;
  line-height: 1.65;
}

.signal-row,
.price-grid,
.impact-grid,
.template-grid {
  gap: 18px;
}

.signal-card,
.card,
.offer-card,
.price-card,
.template-card,
.timeline-panel,
.service-detail-card,
.audit-notice,
body.supporting-page .audit-form {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 25, 37, 0.05);
}

.signal-card {
  padding: 26px;
  text-align: center;
}

.signal-card strong {
  color: var(--ink);
  font-size: 2.2rem;
  letter-spacing: -0.06em;
}

.section,
body.supporting-page .section {
  padding: 86px 0;
  background: #fff;
}

.section-muted,
body.supporting-page .section-muted {
  background: linear-gradient(180deg, #fbf8f2 0%, #fff 100%);
}

.section-light {
  background: #fff;
}

.section-dark {
  background: #fbf8f2;
  color: var(--ink);
}

.section-dark .section-intro,
.section-dark .content-block h2,
.section-dark .kicker,
.section-dark .cta-copy p,
.section-dark .footer-tag,
.section-dark p,
.niche-card p {
  color: var(--muted);
}

.offer-grid,
.niche-grid,
.service-detail-grid,
.template-grid,
.list-columns,
.impact-grid,
.price-grid {
  margin-top: 34px;
}

.offer-card,
.card,
.price-card,
.template-card,
.service-detail-card,
.timeline-panel,
.audit-notice {
  padding: 28px;
}

.card-number,
.process-step {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 15px;
  background: var(--accent);
  color: var(--ink);
}

.service-stack-grid {
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
}

.service-stack-board {
  border-radius: 22px;
  background: #fbf8f2;
  border: 1px solid var(--line);
  box-shadow: none;
}

.service-stack-board p {
  color: var(--accent);
}

.service-stack-board li {
  color: var(--ink);
  border-color: var(--line);
  letter-spacing: -0.05em;
}

.service-stack-copy {
  gap: 16px;
}

.service-stack-copy h2 {
  font-size: clamp(2.4rem, 4vw, 4.4rem);
}

.agent-meta strong {
  color: var(--accent);
  letter-spacing: 0;
}

.price-card.featured {
  border-color: rgba(199, 161, 90, 0.42);
  background: #fbf8f2;
  box-shadow: 0 22px 48px rgba(199, 161, 90, 0.14);
}

.price {
  font-family: "Inter", "Manrope", sans-serif;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: -0.07em;
}

.price small {
  color: var(--muted);
  font-weight: 600;
}

.niche-card,
.niche-card--featured {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
  box-shadow: 0 14px 34px rgba(20, 25, 37, 0.05);
}

.list-column {
  border-top-color: var(--line);
}

.cta-band {
  width: min(var(--max), calc(100% - 48px));
}

.cta-slab,
body.supporting-page .cta-slab {
  border-radius: 24px;
  background: #fbf8f2;
  color: var(--ink);
  border: 1px solid var(--line);
  grid-template-columns: 1fr auto;
  box-shadow: none;
}

.cta-copy p,
body.supporting-page .cta-copy p {
  color: var(--muted);
}

.site-footer,
body.supporting-page .site-footer {
  background: #fff;
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.footer-wrap {
  border-top: 0;
}

.footer-links,
body.supporting-page .footer-links a {
  color: var(--muted);
}

.field input,
.field textarea,
.field select {
  border-radius: 12px;
  border-color: var(--line);
  background: #fff;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 3px solid rgba(199, 161, 90, 0.18);
  border-color: rgba(199, 161, 90, 0.5);
}

body.supporting-page .audit-form {
  background: #fff;
}

body.supporting-page .audit-notice {
  background: #fbf8f2;
  color: var(--ink);
}

body.supporting-page .audit-notice p,
body.supporting-page .audit-notice li {
  color: var(--muted);
}

@media (max-width: 1080px) {
  .service-stack-grid,
  .cta-slab {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --nav-height: 66px;
  }

  .site-header,
  body.supporting-page .site-header,
  body.supporting-page .site-header.scrolled {
    height: var(--nav-height);
  }

  .nav-wrap,
  .content-block,
  .split-feature,
  .stat-band,
  .cta-band,
  .section,
  .footer-wrap,
  .hero-shell__inner,
  .band-inner,
  .cta-slab,
  .statement-band {
    width: min(var(--max), calc(100% - 24px));
  }

  .brand::before {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .brand-mark,
  body.supporting-page .brand-mark {
    font-size: 1.08rem;
  }

  .hero-shell,
  .intro,
  body.supporting-page .intro {
    padding: 58px 0 34px;
    background:
      radial-gradient(circle at 0 70%, rgba(199, 161, 90, 0.16), transparent 13rem),
      linear-gradient(180deg, #fbf8f2 0%, #fff 72%);
  }

  .hero-shell__copy h1 {
    font-size: clamp(2.65rem, 10.6vw, 3.35rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .intro h1 {
    font-size: clamp(2.9rem, 13vw, 4rem);
    line-height: 1;
    letter-spacing: -0.035em;
  }

  .band-inner h2,
  .section h2,
  .content-block h2,
  .split-copy h2,
  .cta-copy h2,
  .service-stack-copy h2 {
    font-size: clamp(2.2rem, 10vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .hero-actions .button,
  .cta-actions .button {
    width: 100%;
    max-width: none;
  }

  .hero-product-visual {
    min-height: 380px;
    margin-top: 46px;
  }

  .hero-orbit {
    inset: 82px 18px 8px;
  }

  .agent-bubble {
    display: none;
  }

  .score-ring {
    height: 190px;
  }

  .section,
  body.supporting-page .section,
  .statement-band {
    padding: 62px 0;
  }

  .signal-card strong {
    font-size: 1.8rem;
  }

  .cta-slab,
  .card,
  .process-item,
  .price-card,
  .hero-panel,
  .audit-notice,
  .timeline-panel,
  .template-card,
  .service-detail-card,
  .offer-card,
  .niche-card {
    padding: 22px;
  }
}
