/* ============================================================
   CWP Ventures LLC — style.css
   Theme: LIGHT — warm ivory #FAF7F0 · espresso #2A2118
   Accent: HONEY GOLD #D97706 · #B45309 · #F59E0B · #FFFBEB
   ============================================================ */

:root {
  --ivory: #FAF7F0;
  --ivory-2: #F3ECDD;
  --paper: #FFFFFF;
  --espresso: #2A2118;
  --espresso-2: #3B2F22;
  --muted: #6E5F4D;
  --gold: #D97706;
  --gold-deep: #B45309;
  --gold-light: #F59E0B;
  --gold-tint: #FFFBEB;
  --gold-pale: #F7E3BC;
  --line: #E7DCC6;
  --line-soft: #F0E8D8;
}

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

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

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: var(--ivory);
  color: var(--espresso);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--espresso);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 14px;
}

.section-head {
  max-width: 720px;
  margin-bottom: 44px;
}

.section-head h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
}

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-gold {
  background-color: var(--gold);
  color: #FFFFFF;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.btn-gold:hover {
  background-color: var(--gold-deep);
}

.btn-ghost {
  background-color: transparent;
  color: var(--espresso);
  border-color: var(--espresso);
}

.btn-ghost:hover {
  background-color: var(--espresso);
  color: #FFFFFF;
}

.btn-dark {
  background-color: var(--espresso);
  color: #FFFFFF;
}

.btn-dark:hover {
  background-color: var(--espresso-2);
}

.btn-light {
  background-color: #FFFFFF;
  color: var(--espresso);
}

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

.btn-outline-light:hover {
  background-color: #FFFFFF;
  color: var(--espresso);
}

/* ============================================================
   PENNANT-FLAG NAVIGATION
   ============================================================ */
.bunting-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: var(--ivory);
}

.bunting-utility {
  background-color: var(--espresso);
  color: #F3ECDD;
}

.bunting-utility-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.utility-brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  text-transform: uppercase;
  color: var(--gold-light);
}

.utility-contacts {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
}

.utility-contacts a {
  color: #F3ECDD;
  transition: color 0.18s ease;
}

.utility-contacts a:hover {
  color: var(--gold-light);
}

.utility-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--gold);
}

.bunting-flagbar {
  position: relative;
  border-bottom: 1px solid var(--line);
  padding-top: 14px;
}

.bunting-rope {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold-deep) 0 10px, transparent 10px 16px);
}

.bunting-flags {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px 4px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.bunting-flag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-width: 74px;
  padding: 10px 14px 6px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--espresso);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--gold-tint);
  transition: background-color 0.18s ease, color 0.18s ease;
}

.bunting-flag::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--gold-deep);
}

.bunting-flag:hover {
  background-color: var(--gold);
  color: #FFFFFF;
}

.bunting-brand {
  min-width: 92px;
  height: 46px;
  padding-top: 12px;
  background-color: var(--gold);
  color: #FFFFFF;
  font-size: 1.1rem;
}

.bunting-brand::before {
  background-color: var(--espresso);
}

.flag-mono {
  font-weight: 800;
  letter-spacing: 0.12em;
}

.bunting-toggle {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 10px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.bunting-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--espresso);
  border-radius: 2px;
}

/* ============================================================
   ORIGAMI-FOLD HERO
   ============================================================ */
.origami-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--ivory-2);
}

.origami-facets {
  position: absolute;
  inset: 0;
}

.facet {
  position: absolute;
  display: block;
}

.facet-1 {
  top: -12%;
  left: -6%;
  width: 52%;
  height: 88%;
  background-color: var(--gold-pale);
  clip-path: polygon(0 0, 86% 4%, 100% 100%, 8% 96%);
}

.facet-2 {
  top: -10%;
  right: -8%;
  width: 56%;
  height: 82%;
  background-color: var(--gold);
  clip-path: polygon(18% 0, 100% 8%, 92% 100%, 0 88%);
}

.facet-3 {
  bottom: -16%;
  left: 22%;
  width: 46%;
  height: 66%;
  background-color: var(--gold-light);
  clip-path: polygon(0 0, 100% 12%, 84% 100%, 10% 92%);
}

.facet-4 {
  top: 8%;
  left: 34%;
  width: 30%;
  height: 40%;
  background-color: var(--paper);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.facet-5 {
  top: -6%;
  left: 48%;
  width: 26%;
  height: 34%;
  background-color: var(--gold-deep);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.crease {
  position: absolute;
  top: 0;
  left: 46%;
  width: 3px;
  height: 100%;
  background: rgba(42, 33, 24, 0.28);
  transform: rotate(18deg);
}

.origami-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 24px 110px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.origami-copy {
  max-width: 640px;
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 18px;
}

.origami-copy h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  margin-bottom: 22px;
}

.hero-lede {
  font-size: 1.1rem;
  color: var(--espresso-2);
  max-width: 560px;
  margin-bottom: 30px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.origami-tag {
  margin-top: 30px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 22px;
  background-color: var(--espresso);
  color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  padding-bottom: 26px;
  min-width: 210px;
}

.tag-caption {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.tag-value {
  font-size: 0.95rem;
  font-weight: 700;
}

/* ============================================================
   STATEMENT ROW
   ============================================================ */
.statement-section {
  background-color: var(--espresso);
  color: #F3ECDD;
  padding: 88px 24px;
}

.statement-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.statement-mark {
  color: var(--gold);
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.statement-inner h2 {
  color: #FFFFFF;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  margin-bottom: 22px;
}

.statement-body {
  color: #E6DBC8;
  font-size: 1.1rem;
  max-width: 720px;
  margin: 0 auto;
}

/* ============================================================
   STAT COLUMNS
   ============================================================ */
.stats-section {
  padding: 80px 0;
  background-color: var(--gold-tint);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.stat-cell {
  padding: 24px 12px;
}

.stat-num {
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}

.stat-plus {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 800;
  color: var(--gold-deep);
}

.stat-label {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: var(--espresso-2);
}

/* ============================================================
   SERVICES
   ============================================================ */
.services-section {
  padding: 90px 0;
  background-color: var(--ivory);
}

.services-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 44px;
  align-items: start;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-item {
  display: flex;
  gap: 22px;
  padding: 26px 26px;
  background-color: var(--paper);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
}

.service-index {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--gold-pale);
  line-height: 1;
  min-width: 46px;
}

.service-text h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.service-text p {
  color: var(--muted);
}

.service-panel {
  position: sticky;
  top: 120px;
  background-color: var(--espresso);
  color: #F3ECDD;
  padding: 34px 30px;
  border-radius: 6px;
}

.service-panel h3 {
  color: #FFFFFF;
  font-size: 1.4rem;
  margin-bottom: 14px;
}

.service-panel p {
  color: #E6DBC8;
  margin-bottom: 24px;
}

/* ============================================================
   PROCESS (numbered)
   ============================================================ */
.process-section {
  padding: 90px 0;
  background-color: var(--ivory-2);
}

.process-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.process-step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 46px;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 70px;
  bottom: 0;
  width: 2px;
  background-color: var(--gold);
}

.step-num {
  flex: 0 0 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--espresso);
  color: var(--gold-light);
  font-weight: 800;
  font-size: 1.2rem;
  border-radius: 50%;
  z-index: 1;
}

.step-body {
  padding-top: 6px;
}

.step-body h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.step-body p {
  color: var(--muted);
  max-width: 620px;
}

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.compare-section {
  padding: 90px 0;
  background-color: var(--ivory);
}

.compare-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  max-width: 900px;
  margin: 0 auto;
}

.compare-col {
  border-radius: 8px;
  padding: 34px 32px;
  border: 1px solid var(--line);
}

.compare-col h3 {
  font-size: 1.35rem;
  margin-bottom: 20px;
}

.compare-bad {
  background-color: var(--ivory-2);
}

.compare-bad h3 {
  color: var(--muted);
}

.compare-bad li {
  color: var(--muted);
}

.compare-good {
  background-color: var(--gold-tint);
  border-color: var(--gold-pale);
  border-top: 4px solid var(--gold);
}

.compare-good h3 {
  color: var(--gold-deep);
}

.compare-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.compare-col li {
  position: relative;
  padding-left: 26px;
}

.compare-bad li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: var(--gold-deep);
  font-weight: 700;
}

.compare-good li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-deep);
  font-weight: 800;
}

/* ============================================================
   TESTIMONIAL SLIDER
   ============================================================ */
.quote-section {
  padding: 90px 0;
  background-color: var(--ivory-2);
}

.slider {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.45s ease;
}

.slide {
  flex: 0 0 100%;
  padding: 44px 44px 36px;
  text-align: center;
}

.slide blockquote {
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
  color: var(--espresso);
  margin-bottom: 24px;
}

.slide figcaption {
  font-size: 0.95rem;
  color: var(--muted);
}

.slide figcaption strong {
  display: block;
  color: var(--espresso);
  margin-bottom: 2px;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  background-color: transparent;
  color: var(--gold-deep);
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.slider-btn:hover {
  background-color: var(--gold);
  color: #FFFFFF;
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--line);
  cursor: pointer;
  border: none;
  transition: background-color 0.18s ease;
}

.dot.active {
  background-color: var(--gold);
}

/* ============================================================
   ABOUT
   ============================================================ */
.about-section {
  padding: 90px 0;
  background-color: var(--ivory);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}

.about-text h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  margin-bottom: 20px;
}

.about-text p {
  color: var(--muted);
  margin-bottom: 16px;
}

.about-facts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fact {
  padding: 18px 22px;
  background-color: var(--gold-tint);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.fact span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 4px;
}

.fact strong {
  color: var(--espresso);
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-section {
  padding: 90px 0;
  background-color: var(--ivory-2);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.contact-info h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.contact-info p {
  color: var(--muted);
  margin-bottom: 18px;
}

.contact-link {
  display: block;
  color: var(--gold-deep);
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-address {
  margin-top: 18px !important;
  font-size: 0.95rem;
}

.contact-form {
  background-color: var(--paper);
  padding: 34px 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-form label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 14px 0 6px;
  color: var(--espresso);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-family: inherit;
  font-size: 1rem;
  color: var(--espresso);
  background-color: #FFFFFF;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--gold);
  border-color: var(--gold);
}

.contact-form .btn {
  margin-top: 20px;
}

.form-note {
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--gold-deep);
  font-weight: 600;
}

/* ============================================================
   SPLIT CTA BAND
   ============================================================ */
.cta-band {
  background-color: var(--gold-deep);
  color: #FFFFFF;
  padding: 72px 0;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.cta-copy h2 {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  margin-bottom: 12px;
}

.cta-copy p {
  color: #FFF4DC;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background-color: var(--espresso);
  color: #E6DBC8;
  border-top: 3px solid var(--gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding-top: 54px;
  padding-bottom: 44px;
}

.footer-brand p {
  margin-top: 14px;
  font-size: 0.92rem;
  color: #CBBFA9;
  max-width: 260px;
}

.footer-mono {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--gold-light);
}

.footer-col h3 {
  color: #FFFFFF;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-col a,
.footer-col span {
  display: block;
  color: #CBBFA9;
  font-size: 0.92rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer-col a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  border-top: 1px solid #3B2F22;
  padding: 20px 24px;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.85rem;
  color: #CBBFA9;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .services-layout,
  .about-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .service-panel {
    position: static;
  }

  .compare-table {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .origami-inner {
    flex-direction: column;
    padding: 64px 24px 84px;
  }
}

@media (max-width: 640px) {
  .bunting-flags {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding-bottom: 14px;
  }

  .bunting-flags.open {
    display: flex;
  }

  .bunting-flag {
    clip-path: none;
    height: auto;
    min-width: 0;
    border-radius: 4px;
    padding: 10px 16px;
  }

  .bunting-brand {
    height: auto;
  }

  .bunting-toggle {
    display: flex;
  }

  .bunting-utility-inner {
    justify-content: center;
    text-align: center;
  }

  .utility-contacts {
    flex-direction: column;
    gap: 4px;
  }

  .utility-sep {
    display: none;
  }

  .origami-copy h1 {
    font-size: 1.9rem;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

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

  .process-step {
    flex-direction: column;
    gap: 16px;
  }

  .process-step:not(:last-child)::after {
    left: 34px;
    top: 86px;
  }

  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
