:root {
  --primary: oklch(0.62 0.13 38);
  --primary-glow: oklch(0.74 0.11 50);
  --primary-dark: oklch(0.54 0.13 35);
  --primary-foreground: oklch(0.98 0.01 60);

  --bg-dark: oklch(0.21 0.018 40);
  --bg-warm: oklch(0.25 0.02 38);
  --bg-terra: oklch(0.29 0.03 36);
  --bg-light: oklch(0.96 0.012 60);
  --bg-cream: oklch(0.985 0.008 70);

  --text-light: oklch(0.96 0.012 60);
  --text-dark: oklch(0.22 0.02 30);
  --text-muted-light: oklch(0.82 0.025 55);
  --text-muted-dark: oklch(0.48 0.025 35);

  --border-dark: oklch(0.36 0.025 38);
  --border-light: oklch(0.92 0.015 60);
  
  --font-display:"Cormorant Garamond", ui-serif, Georgia, serif;
  --muted:#7a6f66;
  --terracotta:#c46a3d;


  --radius: 0.875rem;

  --gradient-hero: radial-gradient(ellipse 80% 60% at 50% 0%, oklch(0.38 0.08 40 / 0.6), transparent 70%),
                   linear-gradient(160deg, oklch(0.21 0.018 40) 0%, oklch(0.27 0.03 36) 60%, oklch(0.32 0.05 32) 100%);
  --gradient-text: linear-gradient(135deg, oklch(0.72 0.13 45) 0%, oklch(0.82 0.09 70) 100%);
  --gradient-btn: linear-gradient(135deg, oklch(0.62 0.13 38) 0%, oklch(0.72 0.12 50) 100%);
  --gradient-card: linear-gradient(160deg, oklch(0.28 0.025 38 / 0.8), oklch(0.24 0.02 36 / 0.6));
  --gradient-glow: radial-gradient(circle at 30% 20%, oklch(0.62 0.13 38 / 0.25), transparent 60%);

  --shadow-primary: 0 10px 40px -10px oklch(0.62 0.13 38 / 0.55);
  --shadow-card: 0 20px 60px -20px oklch(0.2 0.02 30 / 0.4);
  --shadow-soft: 0 8px 30px -10px oklch(0.2 0.02 30 / 0.15);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  color: var(--text-light);
  background: var(--bg-dark);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
em { font-style: italic; font-weight: 500; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.text-gradient {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Buttons */
.btn-primary, .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: var(--gradient-btn);
  color: var(--primary-foreground);
  box-shadow: var(--shadow-primary);
  border: none;
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, oklch(1 0 0 / 0.25) 50%, transparent 70%);
  transform: translateX(-100%); transition: transform 0.6s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 50px -10px oklch(0.62 0.13 38 / 0.65); }
.btn-primary:hover::before { transform: translateX(100%); }
.btn-outline {
  background: oklch(0.62 0.13 38 / 0.08);
  color: var(--primary-glow);
  border: 1px solid oklch(0.62 0.13 38 / 0.4);
  font-weight: 500;
  backdrop-filter: blur(10px);
}
.btn-outline:hover {
  background: oklch(0.62 0.13 38 / 0.15);
  border-color: oklch(0.62 0.13 38 / 0.7);
  transform: translateY(-2px);
}

/* Eyebrow label */
.label-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.75rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--primary-glow); margin-bottom: 16px;
}
.label-eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; opacity: 0.6; }
.label-eyebrow.light { color: var(--primary-dark); }

/* Glow & noise */
.glow {
  position: absolute; pointer-events: none; border-radius: 50%;
  background: var(--gradient-glow); animation: float 12s ease-in-out infinite;
}
.glow-1 { top: -150px; left: -150px; width: 500px; height: 500px; }
.glow-2 { bottom: -200px; right: -150px; width: 600px; height: 600px; animation-delay: -6s; }
.glow-center { top: 50%; left: 50%; width: 800px; height: 800px; transform: translate(-50%, -50%); opacity: 0.5; }

.noise-overlay { position: relative; }
.noise-overlay::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  opacity: 0.04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='3'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* Navigation */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 0; transition: all 0.3s ease;
}
.nav.scrolled {
  padding: 12px 0;
  background: oklch(0.21 0.018 40 / 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-dark);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 700; color: var(--text-light); }
.nav-logo span { color: var(--primary); }
.nav-links { display: flex; gap: 32px; }
.nav-links a { font-size: 0.9rem; font-weight: 500; color: var(--text-muted-light); transition: color 0.3s; }
.nav-links a:hover { color: var(--primary-glow); }
.nav-cta {
  background: var(--gradient-btn); color: white;
  font-weight: 600; font-size: 0.85rem;
  padding: 10px 22px; border-radius: 10px;
  box-shadow: var(--shadow-primary);
  transition: transform 0.3s;
}
.nav-cta:hover { transform: translateY(-1px); }
.nav-mobile-toggle {
  display: none; background: none; border: none;
  color: var(--text-light); font-size: 1.5rem; cursor: pointer;
}

/* Hero */
.hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; position: relative; background: var(--gradient-hero); overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, oklch(0.21 0.018 40 / 0.6), oklch(0.21 0.018 40 / 0.4), var(--bg-dark));
}
.hero-content { position: relative; z-index: 2; max-width: 800px; padding: 140px 24px 100px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: oklch(0.62 0.13 38 / 0.12);
  border: 1px solid oklch(0.62 0.13 38 / 0.3);
  color: var(--primary-glow);
  font-size: 0.78rem; font-weight: 600;
  padding: 8px 20px; border-radius: 50px;
  margin-bottom: 32px; text-transform: uppercase; letter-spacing: 0.2em;
  backdrop-filter: blur(10px);
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--primary); animation: pulse-dot 2s infinite;
}

.hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); color: var(--text-light); margin-bottom: 16px; }
.hero h1 em { display: block; margin-top: 6px; }
.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--text-muted-light); line-height: 1.75;
  margin: 0 auto 40px; max-width: 620px;
}
.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 48px; }
.hero-proof { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; }
.hero-proof span { display: flex; align-items: center; gap: 6px; font-size: 0.85rem; color: var(--text-muted-light); }
.hero-proof .check { color: var(--primary); font-weight: 700; }

/* Section title */
.section-title { text-align: center; margin-bottom: 64px; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-title .label-eyebrow { justify-content: center; }
.section-title h2 { font-size: clamp(2rem, 4.5vw, 3rem); }

/* Pain */
.section-pain { position: relative; background: var(--bg-warm); padding: 110px 0; overflow: hidden; }
.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.pain-card {
  background: var(--gradient-card); backdrop-filter: blur(20px);
  border: 1px solid oklch(1 0 0 / 0.06); border-radius: 1.25rem;
  padding: 28px; transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.pain-card:hover { border-color: oklch(0.62 0.13 38 / 0.4); transform: translateY(-4px); box-shadow: var(--shadow-card); }
.pain-card .num {
  width: 40px; height: 40px; border-radius: 10px;
  background: oklch(0.62 0.13 38 / 0.15);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-weight: 600;
  color: var(--primary-glow); margin-bottom: 16px; font-size: 0.95rem;
}
.pain-card p { font-size: 0.95rem; color: var(--text-muted-light); line-height: 1.65; }
.pain-card p strong { color: var(--text-light); font-weight: 600; }

/* About */
.section-about { background: var(--bg-light); color: var(--text-dark); padding: 110px 0; }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: start; }
.about-photo {
  width: 100%; max-width: 360px; aspect-ratio: 3 / 4;
  border-radius: 24px; overflow: hidden;
  box-shadow: var(--shadow-card);
  position: sticky; top: 110px;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-text { max-width: 680px; }
.about-text h2 { font-size: clamp(1.9rem, 3.8vw, 2.75rem); color: var(--text-dark); margin-bottom: 22px; }
.about-text p { font-size: 1rem; line-height: 1.85; color: var(--text-muted-dark); margin-bottom: 14px; }
.about-highlight {
  margin-top: 28px; padding: 22px 26px;
  background: oklch(0.62 0.13 38 / 0.08);
  border-left: 3px solid var(--primary);
  border-radius: 0 14px 14px 0;
  color: var(--text-dark); font-family: 'Fraunces', serif;
  font-style: italic; font-size: 1.1rem; line-height: 1.6;
}

/* Services */
.section-services { background: var(--bg-cream); color: var(--text-dark); padding: 110px 0; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; }
.service-card {
  background: white; border: 1px solid var(--border-light);
  border-radius: 1.5rem; padding: 36px 32px;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.service-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: oklch(0.62 0.13 38 / 0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px; color: var(--primary-dark);
  transition: all 0.4s;
}
.service-card:hover .service-icon { background: var(--gradient-btn); color: white; }
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { font-size: 1.3rem; font-weight: 500; color: var(--text-dark); margin-bottom: 12px; }
.service-card > p { font-size: 0.95rem; line-height: 1.7; color: var(--text-muted-dark); margin-bottom: 18px; }
.service-card ul { display: flex; flex-direction: column; gap: 10px; padding-top: 18px; border-top: 1px solid var(--border-light); }
.service-card ul li { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: var(--text-muted-dark); }
.service-card ul li span { color: var(--primary); font-weight: 700; }

/* Coproduction */
.section-coprod { position: relative; background: var(--bg-terra); padding: 110px 0; overflow: hidden; }
.coprod-content { max-width: 800px; margin: 0 auto; text-align: center; }
.coprod-content .lead { font-size: 1.15rem; line-height: 1.75; color: var(--text-muted-light); margin-bottom: 16px; }
.coprod-content > p { color: var(--text-muted-light); line-height: 1.8; margin-bottom: 40px; }
.coprod-content > p strong { color: var(--text-light); }
.coprod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 40px; text-align: left; }
.coprod-item {
  background: var(--gradient-card); backdrop-filter: blur(20px);
  border: 1px solid oklch(1 0 0 / 0.06); border-radius: 1.25rem;
  padding: 24px; transition: all 0.4s;
}
.coprod-item:hover { border-color: oklch(0.62 0.13 38 / 0.4); transform: translateY(-3px); }
.coprod-item .num { font-family: 'Fraunces', serif; font-size: 1.6rem; color: var(--primary-glow); margin-bottom: 8px; }
.coprod-item h4 { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; color: var(--text-light); margin-bottom: 6px; }
.coprod-item p { font-size: 0.85rem; color: var(--text-muted-light); line-height: 1.55; }

/* Differentials */
.section-diff { background: var(--bg-light); color: var(--text-dark); padding: 110px 0; }
.diff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }
.diff-card {
  background: white; border: 1px solid var(--border-light);
  border-radius: 1.25rem; padding: 28px; transition: all 0.4s;
}
.diff-card:hover { transform: translateY(-3px); border-color: var(--primary); box-shadow: var(--shadow-soft); }
.diff-card .num { font-family: 'Fraunces', serif; font-size: 1.6rem; color: var(--primary); margin-right: 10px; }
.diff-card h4 { display: inline-block; font-family: 'Inter', sans-serif; font-weight: 600; color: var(--text-dark); margin-bottom: 10px; }
.diff-card p { font-size: 0.9rem; color: var(--text-muted-dark); line-height: 1.65; }

/* Trust */
.section-trust { position: relative; background: var(--bg-dark); padding: 90px 0; overflow: hidden; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; position: relative; }
.trust-item {
  text-align: center; padding: 32px 20px;
  background: var(--gradient-card); backdrop-filter: blur(20px);
  border: 1px solid oklch(1 0 0 / 0.06); border-radius: 1.25rem;
}
.trust-item .value { font-family: 'Fraunces', serif; font-size: 2.5rem; font-weight: 500; margin-bottom: 4px; }
.trust-item .label-text { font-size: 0.72rem; color: var(--text-muted-light); text-transform: uppercase; letter-spacing: 0.15em; }

/* Comparison */
.section-compare { background: var(--bg-cream); color: var(--text-dark); padding: 110px 0; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 880px; margin: 0 auto; }
.compare-card { border-radius: 1.5rem; padding: 36px 32px; position: relative; }
.compare-card.bad { background: oklch(0.94 0.005 60); border: 1px solid oklch(0.88 0.01 60); }
.compare-card.good { background: white; border: 2px solid oklch(0.62 0.13 38 / 0.3); box-shadow: var(--shadow-primary); }
.compare-card .badge {
  position: absolute; top: -14px; left: 32px;
  padding: 6px 14px; border-radius: 50px;
  background: var(--gradient-btn); color: white;
  font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;
}
.compare-card h3 { font-size: 1.25rem; font-weight: 500; margin-bottom: 24px; color: var(--text-dark); }
.compare-card.bad h3 { color: var(--text-muted-dark); }
.compare-card ul { display: flex; flex-direction: column; gap: 14px; }
.compare-card ul li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; }
.compare-card.bad ul li { color: var(--text-muted-dark); }
.compare-card.good ul li { color: var(--text-dark); }
.compare-card.bad .mark { color: oklch(0.6 0.22 25); font-weight: 700; }
.compare-card.good .mark { color: var(--primary); font-weight: 700; }

/* FAQ */
.section-faq { background: var(--bg-cream); padding: 110px 0; color: var(--text-dark); }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: white; border: 1px solid var(--border-light); border-radius: 1.25rem; overflow: hidden; transition: all 0.3s; }
.faq-item.active, .faq-item:hover { border-color: oklch(0.62 0.13 38 / 0.4); }
.faq-question {
  width: 100%; padding: 22px 26px; font-size: 1rem; font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-align: left; background: none; border: none; cursor: pointer;
  color: var(--text-dark); display: flex; justify-content: space-between; align-items: center;
}
.faq-question:hover { background: oklch(0.62 0.13 38 / 0.03); }
.faq-question span { font-size: 1.5rem; color: var(--primary); transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 26px; }
.faq-answer p { font-size: 0.95rem; line-height: 1.7; color: var(--text-muted-dark); padding-bottom: 22px; }
.faq-item.active .faq-answer { max-height: 300px; }
.faq-item.active .faq-question span { transform: rotate(45deg); }

/* Final CTA */
.section-cta {
  position: relative; padding: 120px 0; text-align: center;
  background: var(--gradient-hero); overflow: hidden;
}
.section-cta .hero-bg img { opacity: 0.15; }
.section-cta h2 { font-size: clamp(2rem, 4.5vw, 3rem); color: var(--text-light); margin-bottom: 20px; position: relative; z-index: 2; }
.section-cta > .container > p { font-size: 1.05rem; color: var(--text-muted-light); max-width: 580px; margin: 0 auto 36px; line-height: 1.75; position: relative; z-index: 2; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 24px; position: relative; z-index: 2; }
.section-cta .note { font-size: 0.8rem; color: oklch(0.7 0.025 55); position: relative; z-index: 2; }

/* Footer */
.footer { background: oklch(0.17 0.015 38); padding: 36px 0; text-align: center; border-top: 1px solid var(--border-dark); }
.footer p { font-size: 0.82rem; color: oklch(0.6 0.025 55); }
.footer .heart { color: var(--primary); }

/* WhatsApp */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--gradient-btn);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-primary);
  transition: transform 0.3s;
  animation: float-in 0.6s ease 1.5s both;
}
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 28px; height: 28px; fill: white; }

/* Animations */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }
.fade-up.visible { opacity: 1; transform: translateY(0); }

@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.2); } }
@keyframes float { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(20px, -30px); } }
.glow-center { animation: float 14s ease-in-out infinite; }
@keyframes float-in { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* Responsive */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-mobile-toggle { display: block; }
  .nav-links.open {
    display: flex; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 18px;
    background: oklch(0.21 0.018 40 / 0.97); backdrop-filter: blur(20px);
    padding: 24px; border-bottom: 1px solid var(--border-dark);
  }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { position: static; max-width: 320px; margin: 0 auto; }
  .coprod-grid { grid-template-columns: 1fr 1fr; }
  .compare-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .btn-primary, .btn-outline { width: 100%; }
  .pain-grid, .services-grid, .diff-grid, .coprod-grid { grid-template-columns: 1fr; }
}

.section-projects {
  padding: 80px 20px;
  background:var(--bg-terra);
}

/* Projects */
.projects{background:var(--cream);padding:80px 0}
.projects .h2{margin:16px 0 48px}
.projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
@media (min-width:768px){.projects-grid{grid-template-columns:repeat(3,1fr)}}
@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(5,1fr)}}
.pcard{cursor:pointer;transition:transform .3s}
.pcard:hover{transform:translateY(-4px)}
.pcard-img{aspect-ratio:4/3;border-radius:8px;overflow:hidden;margin-bottom:16px;box-shadow:0 2px 6px rgba(0,0,0,.06);transition:box-shadow .3s}
.pcard:hover .pcard-img{box-shadow:0 20px 40px -12px rgba(0,0,0,.2)}
.pcard-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.pcard:hover .pcard-img img{transform:scale(1.05)}
.pcard h3{font-family:var(--font-display);font-size:20px;line-height:1.15}
.pcard-cat{font-size:12px;color:var(--terracotta);margin:4px 0 8px}
.pcard-desc{font-size:12px;color:var(--muted);line-height:1.6}
.see-all{margin-top:40px}
.link-arrow{display:inline-flex;align-items:center;gap:6px;color:var(--terracotta);font-weight:500;font-size:14px;transition:gap .2s}
.link-arrow:hover{gap:10px}

/* Icons via lucide-static font: use span/i with class icon-<name> already provided by lucide.css.
   Add sizing default. */
[class^="icon-"],[class*=" icon-"]{font-size:18px;line-height:1}