/* ===== C3 Collective — stylesheet ===== */

/* Reset & base */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Mulish', sans-serif;
  color: #3a2a1c;
  background: #f0e1d2;
  overflow-x: hidden;
}
::selection { background: #5f818b; color: #f0e1d2; }
a { text-decoration: none; }
img, svg { display: block; }

@keyframes c3spin { to { transform: rotate(360deg); } }

/* Shared layout */
.wrap { max-width: 1200px; margin: 0 auto; }
.wrap-narrow { max-width: 1100px; margin: 0 auto; }

/* Typographic helpers */
.eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 15px;
  font-weight: 500;
}
.serif { font-family: 'Cormorant', serif; }
.label {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ===== Nav ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(95, 129, 139, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(240, 225, 210, 0.18);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 32px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-reel { width: 34px; height: 34px; }
.brand-name {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.5px;
  color: #f0e1d2;
}
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-link {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 500;
  color: #e7d7c6;
}
.nav-link:hover { color: #fff; }

/* Buttons */
.btn {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 16px;
  border-radius: 2px;
  display: inline-block;
}
.btn-sm { font-size: 15px; padding: 9px 20px; }
.btn-gold { background: #d2a14f; color: #3a2a1c; font-weight: 600; padding: 14px 28px; }
.btn-gold:hover { background: #c4923f; }
.btn-outline {
  color: #f0e1d2;
  border: 1px solid rgba(240, 225, 210, 0.45);
  font-weight: 500;
  padding: 14px 28px;
}
.btn-outline:hover { border-color: rgba(240, 225, 210, 0.9); }

/* ===== Hero ===== */
.hero {
  position: relative;
  background: #5f818b;
  color: #f0e1d2;
  overflow: hidden;
}
.film-grain {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  background-image: radial-gradient(#000 1px, transparent 1px);
  background-size: 3px 3px;
}
.sprockets {
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  display: flex;
  gap: 18px;
  padding: 6px 0;
  opacity: 0.22;
  overflow: hidden;
}
.sprockets.top { top: 0; }
.sprockets.bottom { bottom: 0; }
.sprockets span {
  flex: 0 0 auto;
  width: 18px;
  height: 8px;
  background: #f0e1d2;
  border-radius: 2px;
}
.hero-inner {
  position: relative;
  padding: 110px 32px 120px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.hero-eyebrow { color: #d2a14f; margin-bottom: 22px; }
.hero h1 {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 74px;
  line-height: 1.02;
  letter-spacing: 0.5px;
  color: #f4e9dc;
  margin-bottom: 24px;
}
.hero-lede {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 300;
  color: #dfcdb9;
  max-width: 480px;
  margin-bottom: 36px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Logo lockup */
.lockup { display: flex; align-items: center; justify-content: center; }
.lockup-inner { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.lockup-row {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.lockup-letter {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 190px;
  line-height: 1;
  color: #f0e1d2;
}
.lockup-letter.three { margin-left: 56px; }
.lockup-reel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.lockup-word {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 14px;
  color: #f0e1d2;
  padding-left: 14px;
}

/* ===== Promise (Capture/Convert/Cherish) ===== */
.promise { background: #f0e1d2; padding: 90px 32px; }
.promise-inner { text-align: center; }
.promise .eyebrow { color: #5f818b; margin-bottom: 14px; }
.section-title {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 46px;
  color: #43301f;
}
.promise .section-title { margin-bottom: 52px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pillar {
  background: #fbf4ea;
  border: 1px solid #e4d3c1;
  border-radius: 3px;
  padding: 38px 28px;
  text-align: left;
}
.pillar-num {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 34px;
  color: #d2a14f;
}
.pillar h3 {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-size: 27px;
  color: #43301f;
  margin: 10px 0 12px;
}
.pillar p { font-size: 16px; line-height: 1.6; color: #6f5742; }

/* ===== Services ===== */
.services { background: #5f818b; padding: 96px 32px; color: #f0e1d2; }
.services-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
}
.services-head .eyebrow { color: #d2a14f; margin-bottom: 12px; }
.services-head .section-title { color: #f4e9dc; }
.services-note {
  max-width: 340px;
  font-size: 16px;
  line-height: 1.6;
  color: #dfcdb9;
  font-weight: 300;
}
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  background: rgba(240, 225, 210, 0.07);
  border: 1px solid rgba(240, 225, 210, 0.2);
  border-radius: 3px;
  padding: 30px 26px;
}
.service-icon { font-size: 30px; margin-bottom: 16px; }
.service-card h3 {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-size: 24px;
  color: #f4e9dc;
  margin-bottom: 8px;
}
.service-card p { font-size: 15px; line-height: 1.6; color: #dfcdb9; font-weight: 300; }

/* ===== Process ===== */
.process { background: #f0e1d2; padding: 96px 32px; }
.process-head { text-align: center; margin-bottom: 56px; }
.process-head .eyebrow { color: #5f818b; margin-bottom: 12px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.step { padding: 0 22px; border-left: 1px solid #d8c5b1; }
.step-num {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-size: 40px;
  color: #d2a14f;
  line-height: 1;
  margin-bottom: 14px;
}
.step h3 {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-size: 23px;
  color: #43301f;
  margin-bottom: 8px;
}
.step p { font-size: 15px; line-height: 1.6; color: #6f5742; }

/* ===== Pricing ===== */
.pricing { background: #43301f; padding: 96px 32px; color: #f0e1d2; }
.pricing-head { text-align: center; margin-bottom: 52px; }
.pricing-head .eyebrow { color: #d2a14f; margin-bottom: 12px; }
.pricing-head .section-title { color: #f4e9dc; }
.pricing-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}
.price-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.price-card {
  background: rgba(240, 225, 210, 0.06);
  border: 1px solid rgba(240, 225, 210, 0.18);
  border-radius: 3px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.price-item {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-size: 24px;
  color: #f4e9dc;
}
.price-amount {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  color: #d2a14f;
}
.price-unit {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  color: #cdb59c;
}
.includes {
  background: #5f818b;
  border-radius: 3px;
  padding: 32px 30px;
}
.includes h3 {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-size: 25px;
  color: #f4e9dc;
  margin-bottom: 18px;
}
.includes ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.includes li { display: flex; gap: 12px; align-items: flex-start; }
.includes li::before { content: "✦"; color: #d2a14f; font-size: 16px; line-height: 1.5; }
.includes li span { font-size: 16px; line-height: 1.5; color: #eadbca; font-weight: 300; }
.includes-note {
  font-size: 14px;
  line-height: 1.6;
  color: #cfe0e0;
  margin-top: 20px;
  font-weight: 300;
}

/* ===== Story ===== */
.story { background: #43301f; padding: 96px 32px; color: #f0e1d2; }
.story-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.story-reel { width: 54px; height: 54px; margin: 0 auto 28px; }
.story-quote {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 34px;
  line-height: 1.4;
  color: #f4e9dc;
  margin-bottom: 28px;
}
.story-body {
  font-size: 17px;
  line-height: 1.7;
  color: #cdb59c;
  font-weight: 300;
  max-width: 620px;
  margin: 0 auto;
}

/* ===== Contact ===== */
.contact { background: #5f818b; padding: 96px 32px; color: #f0e1d2; }
.contact-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.contact .eyebrow { color: #d2a14f; margin-bottom: 14px; }
.contact h2 {
  font-family: 'Cormorant', serif;
  font-weight: 500;
  font-size: 50px;
  color: #f4e9dc;
  margin-bottom: 18px;
}
.contact-lede {
  font-size: 18px;
  line-height: 1.6;
  color: #dfcdb9;
  font-weight: 300;
  margin-bottom: 36px;
}
.contact-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.contact-actions .btn-gold,
.contact-actions .btn-outline { padding: 15px 36px; }
.contact-meta {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #cfe0e0;
  margin-bottom: 40px;
}
.contact-badges {
  display: flex;
  gap: 36px;
  justify-content: center;
  flex-wrap: wrap;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  color: #cfe0e0;
}

/* ===== Footer ===== */
.site-footer { background: #43301f; padding: 40px 32px; color: #cdb59c; }
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-name {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-size: 22px;
  color: #f0e1d2;
}
.footer-tag {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #9c8369;
}
.footer-copy { font-size: 13px; color: #9c8369; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: 56px; }
  .lockup { order: -1; }
  .pillars { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .section-title, .contact h2 { font-size: 38px; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 44px; }
  .services-grid, .price-cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { border-left: none; padding: 0; }
  .lockup-letter { font-size: 140px; }
  .lockup-letter.three { margin-left: 42px; }
  .lockup-reel { width: 60px; height: 60px; }
}
