/* ===== BASE ===== */
:root {
  --bg: #FAFAF8;
  --fg: #0F0F0F;
  --accent: #FF4D00;
  --accent-warm: #FF6B35;
  --muted: #6B6B6B;
  --border: #E8E4DE;
  --surface: #FFFFFF;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ===== TYPOGRAPHY ===== */
.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--fg);
}

.section-heading-light {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #FAFAF8;
}

/* ===== NAV ===== */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 4vw;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  background: rgba(250, 250, 248, 0.92);
  backdrop-filter: blur(12px);
  z-index: 100;
}

.nav-brand {}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--fg);
  letter-spacing: -0.02em;
}

.nav-tagline {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 400;
}

/* ===== HERO ===== */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  align-items: center;
  padding: 5rem 4vw;
  gap: 4rem;
  border-bottom: 1px solid var(--border);
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
}

.hero-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg);
  background: var(--fg);
  color: #FAFAF8;
  padding: 0.35rem 0.85rem;
  border-radius: 2px;
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
}

.hero-headline em {
  font-style: italic;
  color: var(--accent);
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.65;
  max-width: 42ch;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-meta-item {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--fg);
  background: var(--border);
  padding: 0.3rem 0.7rem;
  border-radius: 2px;
}

.hero-meta-sep {
  color: var(--muted);
  font-size: 0.75rem;
}

.hero-cta-note {}

.hero-cta-sub {
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
}

/* Hero Right - Visual */
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 380px;
}

/* Phone Mockup */
.phone-mockup {
  background: #1C1C1E;
  border-radius: 36px;
  padding: 14px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.18), 0 0 0 1px rgba(255,255,255,0.08);
  transform: perspective(900px) rotateY(-6deg) rotateX(3deg);
  transition: transform 0.3s ease;
}

.phone-mockup:hover {
  transform: perspective(900px) rotateY(-2deg) rotateX(1deg);
}

.phone-screen {
  background: #000;
  border-radius: 28px;
  overflow: hidden;
  padding-bottom: 8px;
}

.feed-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 0.9rem;
}

.feed-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF4D00, #FF8C42);
  flex-shrink: 0;
}

.feed-username {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
}

.feed-image {
  height: 260px;
  background: linear-gradient(160deg, #1A1A2E 0%, #16213E 40%, #0F3460 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Abstract art inside phone screen */
.feed-content-art {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-bottom: 30px;
}

.art-bar {
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, rgba(255,77,0,0.9), rgba(255,107,53,0.6));
  opacity: 0.7;
}

.art-bar-1 { width: 40px; height: 70%; animation: barPulse 2.4s ease-in-out infinite; }
.art-bar-2 { width: 60px; height: 100%; animation: barPulse 2.4s ease-in-out 0.3s infinite; background: linear-gradient(180deg, rgba(255,140,66,0.95), rgba(255,77,0,0.7)); }
.art-bar-3 { width: 35px; height: 55%; animation: barPulse 2.4s ease-in-out 0.6s infinite; }

@keyframes barPulse {
  0%, 100% { opacity: 0.6; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.04); }
}

.feed-actions {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
}

.feed-heart, .feed-comment, .feed-share {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
}

.feed-heart { background: rgba(255,77,0,0.8); }

.feed-likes {
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  padding: 0 0.9rem;
  margin-bottom: 0.35rem;
}

.feed-caption {
  padding: 0 0.9rem;
  font-size: 0.72rem;
  color: #fff;
  line-height: 1.5;
  display: flex;
  gap: 0.3rem;
}

.feed-caption-user { font-weight: 700; flex-shrink: 0; }
.feed-caption-text { color: rgba(255,255,255,0.8); }

.feed-time {
  font-size: 0.62rem;
  color: rgba(255,255,255,0.4);
  padding: 0.4rem 0.9rem 0;
}

/* Floating stat cards */
.stat-card {
  position: absolute;
  background: var(--surface);
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  border: 1px solid var(--border);
}

.stat-card-1 {
  top: -20px;
  right: -30px;
  animation: floatCard 3s ease-in-out infinite;
}

.stat-card-2 {
  bottom: 40px;
  left: -40px;
  animation: floatCard 3s ease-in-out 1.5s infinite;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.stat-card-label {
  font-size: 0.62rem;
  color: var(--muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.15rem;
}

.stat-card-value {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
}

.stat-card-sub {
  font-size: 0.62rem;
  color: var(--muted);
  margin-top: 0.1rem;
}

/* ===== MANIFESTO ===== */
.manifesto {
  background: var(--fg);
  color: #FAFAF8;
  padding: 6rem 4vw;
}

.manifesto-inner {
  max-width: 800px;
  margin: 0 auto;
}

.manifesto-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.manifesto-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 2rem;
  border-left: 3px solid var(--accent);
  padding-left: 2rem;
}

.manifesto-body {
  font-size: 1rem;
  color: rgba(250,250,248,0.7);
  line-height: 1.8;
}

/* ===== PROBLEM ===== */
.problem {
  padding: 6rem 4vw;
  border-bottom: 1px solid var(--border);
}

.problem-header {
  max-width: 640px;
  margin-bottom: 4rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
}

.problem-item {
  padding: 1.75rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: border-color 0.2s, transform 0.2s;
}

.problem-item:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}

.problem-icon {
  width: 40px;
  height: 40px;
  color: var(--accent);
  margin-bottom: 1rem;
}

.problem-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.problem-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ===== SERVICES ===== */
.services {
  padding: 6rem 4vw;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.services-header {
  margin-bottom: 4rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.service-card {
  padding: 2rem 1.75rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--bg);
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.service-card-feature {
  border-color: var(--accent);
  background: var(--fg);
  color: #FAFAF8;
}

.service-card-feature .service-title,
.service-card-feature .service-desc,
.service-card-feature .service-detail-item {
  color: #FAFAF8;
}

.service-card-feature .service-num {
  color: var(--accent);
}

.service-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.service-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.service-desc {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.service-detail {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.service-detail-item {
  font-size: 0.8rem;
  color: var(--muted);
  padding-left: 1rem;
  position: relative;
}

.service-detail-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}

.service-card-feature .service-detail-item {
  color: rgba(250,250,248,0.6);
}

/* ===== STATS ===== */
.stats {
  background: var(--fg);
  padding: 6rem 4vw;
}

.stats-inner {}

.stats-header {
  margin-bottom: 4rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.stat-item {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.8rem;
  color: rgba(250,250,248,0.6);
  line-height: 1.5;
}

.stats-callout {
  border-left: 3px solid var(--accent);
  padding-left: 2rem;
}

.stats-callout-text {
  font-size: 1.05rem;
  color: rgba(250,250,248,0.8);
  line-height: 1.7;
  font-style: italic;
  max-width: 640px;
}

/* ===== PRICING ===== */
.pricing {
  padding: 6rem 4vw;
  border-bottom: 1px solid var(--border);
}

.pricing-header {
  margin-bottom: 4rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  align-items: start;
}

.pricing-card {
  padding: 2rem 1.75rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--surface);
  position: relative;
}

.pricing-card-featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 8px 32px rgba(255,77,0,0.12);
}

.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  border-radius: 2px;
  white-space: nowrap;
}

.pricing-tier {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.pricing-price {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pricing-period {
  font-size: 1rem;
  font-weight: 400;
  color: var(--muted);
  font-family: 'DM Sans', sans-serif;
}

.pricing-tagline {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.pricing-feature {
  font-size: 0.85rem;
  color: var(--fg);
  padding-left: 1.2rem;
  position: relative;
  line-height: 1.5;
}

.pricing-feature::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.pricing-note {
  font-size: 0.8rem;
  color: var(--muted);
  max-width: 60ch;
  line-height: 1.6;
}

/* ===== VISION ===== */
.vision {
  padding: 6rem 4vw;
  background: var(--surface);
}

.vision-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.vision-text-block {}

.vision-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.75rem;
}

.vision-body {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

/* Vision Art - Abstract geometric */
.vision-art {
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.art-shape {
  position: absolute;
  border-radius: 8px;
}

.art-shape-1 {
  width: 60%;
  height: 60%;
  top: 10%;
  left: 10%;
  background: linear-gradient(135deg, #FF4D00 0%, #FF6B35 100%);
  opacity: 0.15;
  transform: rotate(-6deg);
}

.art-shape-2 {
  width: 45%;
  height: 45%;
  bottom: 15%;
  right: 10%;
  background: var(--fg);
  opacity: 0.08;
  transform: rotate(12deg);
}

.art-shape-3 {
  width: 30%;
  height: 30%;
  top: 25%;
  right: 20%;
  border: 2px solid var(--accent);
  opacity: 0.4;
  transform: rotate(45deg);
}

.art-texture {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 20% 15%;
}

.texture-line {
  height: 1px;
  background: var(--border);
  width: 100%;
}

/* ===== FOOTER ===== */
.footer {
  padding: 3rem 4vw;
  border-top: 1px solid var(--border);
  background: var(--bg);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 0.3rem;
}

.footer-tagline {
  font-size: 0.8rem;
  color: var(--muted);
}

.footer-note {
  font-size: 0.75rem;
  color: var(--muted);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 3rem 4vw;
    min-height: auto;
    gap: 3rem;
  }

  .hero-right {
    display: none;
  }

  .manifesto {
    padding: 4rem 4vw;
  }

  .manifesto-quote {
    padding-left: 1.25rem;
  }

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

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

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

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

  .vision-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .vision-art {
    height: 220px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}