:root{
  --cream:#fcfbf8;
  --cream-warm:#f4efe6;
  --terracotta:#c46a3d;
  --terracotta-dark:#a5552c;
  --coffee:#5c4634;
  --dark:#241f1b;
  --dark-2:#2f2823;
  --olive:#7d8a4a;
  --primary: oklch(0.62 0.13 38);
  --fg:#2a241f;
  --muted:#7a6f66;
   --bg-warm: oklch(0.25 0.02 38);
  --border:#e7ded1;
  --card:#ffffff;
  --font-display:"Cormorant Garamond", ui-serif, Georgia, serif;
  --font-sans:"Inter", ui-sans-serif, system-ui, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none;transition:color .2s}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;letter-spacing:-.01em;margin:0}
p{margin:0}
em{font-style:italic}
.container{max-width:1400px;margin:0 auto;padding:0 24px}
@media (min-width:768px){.container{padding:0 40px}}

.display{font-family:var(--font-display);font-weight:500;line-height:1.05}
.display em{color:var(--terracotta);font-style:italic}
.display.light,.display.cream{color:#fff}
.h1{font-size:clamp(2.5rem,5vw,4rem)}
.h2{font-size:clamp(2rem,4vw,3rem)}
.eyebrow{font-size:12px;letter-spacing:.3em;color:var(--terracotta);font-weight:500;margin-bottom:20px;text-transform:uppercase}
.lead{max-width:640px;color:rgba(255,255,255,.85);font-size:17px;line-height:1.6}
.micro{font-size:12px;color:var(--muted)}
.micro.light{color:rgba(255,255,255,.6)}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;font-size:14px;font-weight:500;border-radius:6px;transition:background .2s,color .2s,border-color .2s;cursor:pointer;border:0}
.btn-primary{background:var(--terracotta);color:#fff}
.btn-primary:hover{background:var(--terracotta-dark)}
.btn-ghost{border:1px solid rgba(255,255,255,.7);color:#fff;background:transparent}
.btn-ghost:hover{background:rgba(255,255,255,.1)}
.btn-pill{border-radius:999px;padding:10px 20px}
.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}

/* Header */
.site-header{position:absolute;top:0;left:0;right:0;z-index:40;color:#fff; padding-left: 20px;
    padding-right: 20px;}
.site-header.dark{position:relative;background:var(--bg-warm)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:24px 0}
.brand{font-family:var(--font-display);font-size:24px}
.main-nav{display:none;gap:32px;font-size:14px}
.main-nav a:hover,.main-nav a.active{color:var(--terracotta)}
@media (min-width:1024px){.main-nav{display:flex}}
.nav-logo { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 700; color: var(--text-light); }
.nav-logo span { color: var(--primary); }
/* Hero */
.hero{position:relative;min-height:92vh;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.75),rgba(0,0,0,.4) 50%,transparent)}
.hero-content{position:relative;color:#fff;padding:160px 24px 80px;max-width:1400px}
@media (min-width:768px){.hero-content{padding:192px 40px 80px}}
.hero-content .display{font-size:clamp(2.75rem,6vw,4.5rem);max-width:720px;margin:24px 0 32px}
.hero-content .lead{margin-bottom:40px}
.hero-ctas{display:flex;flex-direction:column;gap:16px}
@media (min-width:640px){.hero-ctas{flex-direction:row}}

/* Diffs */
.diffs{background:var(--cream)}
.diffs-grid{display:grid;grid-template-columns:1fr;gap:40px;padding:64px 0}
@media (min-width:640px){.diffs-grid{grid-template-columns:1fr 1fr}}
@media (min-width:1024px){.diffs-grid{grid-template-columns:repeat(4,1fr)}}
.diff{display:flex;gap:16px;align-items:flex-start}
.diff-icon{flex:0 0 auto;width:48px;height:48px;border:1px solid rgba(196,106,61,.4);border-radius:8px;display:grid;place-items:center;color:var(--terracotta)}
.diff h3{font-family:var(--font-sans);font-size:14px;font-weight:600;color:var(--terracotta);margin-bottom:4px}
.diff p{font-size:14px;color:var(--muted)}

/* Timeline */
.timeline{border-top:1px solid rgba(231,222,209,.5);padding:80px 0}
.section-head.center{text-align:center;margin-bottom:64px}
.timeline-wrap{position:relative}
.timeline-line{display:none;position:absolute;top:32px;left:8%;right:8%;height:1px;background:rgba(196,106,61,.3)}
@media (min-width:768px){.timeline-line{display:block}}
.timeline-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
@media (min-width:768px){.timeline-grid{grid-template-columns:repeat(3,1fr)}}
@media (min-width:1024px){.timeline-grid{grid-template-columns:repeat(6,1fr)}}
.tl-item{text-align:center}
.tl-circle{width:64px;height:64px;margin:0 auto 20px;border-radius:999px;background:var(--terracotta);color:#fff;display:grid;place-items:center;position:relative;z-index:1}
.tl-circle [class^="icon-"]{font-size:22px}
.tl-year{font-family:var(--font-sans);font-weight:600;font-size:14px;margin-bottom:8px}
.tl-title{font-family:var(--font-display);font-size:18px;line-height:1.15;margin-bottom:12px}
.tl-text{font-size:12px;color:var(--muted);line-height:1.6}

/* Viver dark */
.viver{background:var(--dark);color:#fff;padding:80px 0}
.viver-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:start}
@media (min-width:1024px){.viver-grid{grid-template-columns:1fr 1.1fr .7fr}}
.viver-copy{margin-top:32px;display:flex;flex-direction:column;gap:20px;color:rgba(255,255,255,.75);font-size:14px;line-height:1.7}
.viver-copy strong{color:#fff;font-weight:600}
.viver-mocks{display:flex;align-items:flex-end;justify-content:center;gap:16px}
.mock-book{width:58%;border-radius:6px;box-shadow:0 25px 50px -12px rgba(0,0,0,.6)}
.mock-app{width:38%;border-radius:20px;box-shadow:0 25px 50px -12px rgba(0,0,0,.6)}
.viver-steps{display:flex;flex-direction:column;gap:24px}
.step{display:flex;align-items:flex-start;gap:16px}
.step-icon{width:48px;height:48px;border-radius:999px;background:rgba(196,106,61,.2);color:var(--terracotta);display:grid;place-items:center;flex:0 0 auto}
.step-title{font-family:var(--font-display);font-size:18px;line-height:1.15}
.step-text{font-size:12px;color:rgba(255,255,255,.6);margin-top:4px}
.step-arrow{display:flex;justify-content:center;color:rgba(196,106,61,.6);transform:rotate(90deg)}

.ebook-cta{margin-top:64px;background:var(--cream);color:var(--fg);border-radius:12px;padding:40px;display:grid;grid-template-columns:1fr;gap:32px;align-items:center}
@media (min-width:768px){.ebook-cta{grid-template-columns:1.2fr 1fr 1fr auto;padding:40px}}
.ebook-benefits{display:flex;flex-direction:column;gap:8px;font-size:14px}
.ebook-benefits p{display:flex;align-items:center;gap:8px}
.olive{color:var(--olive)}
.ebook-buy{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
@media (min-width:768px){.ebook-buy{align-items:flex-end}}

/* Services */
.services{background:var(--cream);padding:80px 0}
.services .h2{margin:16px 0 48px;max-width:800px}
.services-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media (min-width:768px){.services-grid{grid-template-columns:1fr 1fr}}
@media (min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr) 1.2fr}}
.svc{background:var(--cream-warm);border-radius:12px;padding:24px;transition:box-shadow .2s}
.svc:hover{box-shadow:0 10px 24px -8px rgba(0,0,0,.1)}
.svc-icon{width:44px;height:44px;border-radius:8px;background:rgba(196,106,61,.15);display:grid;place-items:center;color:var(--terracotta);margin-bottom:20px}
.svc h3{font-family:var(--font-display);font-size:20px;margin-bottom:12px}
.svc p{font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:24px}
.svc-photo{position:relative;border-radius:12px;overflow:hidden;min-height:260px}
.svc-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.svc-photo-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.1))}
.svc-photo p{position:relative;padding:24px;color:#fff;font-size:24px;line-height:1.15;display:flex;align-items:flex-end;height:100%}

/* Copro */
.copro{background:var(--dark);color:#fff;padding:80px 0}
.copro-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:start;margin-top:20px}
@media (min-width:1024px){.copro-grid{grid-template-columns:1.2fr 2fr 1fr}}
.copro-cols{display:grid;grid-template-columns:1fr 1fr;gap:32px}
@media (min-width:1024px){.copro-cols{grid-template-columns:repeat(4,1fr)}}
.copro-cols h3{font-family:var(--font-sans);font-weight:600;color:var(--terracotta);font-size:14px;margin-bottom:12px}
.copro-cols p{font-size:14px;color:rgba(255,255,255,.7);line-height:1.7}
.copro-cta{display:flex;flex-direction:column;align-items:flex-start;gap:12px}

/* 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}

/* Final CTA */
.final-cta{background:var(--coffee);color:#fff;padding:56px 0}
.final-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch}
@media (min-width:1024px){.final-grid{grid-template-columns:22fr 36fr 36fr}}
.final-head{display:flex;flex-direction:column;justify-content:center}
.final-head .h2{color:var(--cream)}
.leaf-big{margin-top:24px;font-size:32px;color:rgba(196,106,61,.6)}
.final-card{background:var(--dark-2);border:1px solid rgba(196,106,61,.25);border-radius:14px;padding:28px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;transition:border-color .2s}
.final-card:hover{border-color:rgba(196,106,61,.5)}
.final-kicker{color:var(--terracotta);font-family:var(--font-display);font-size:26px;line-height:1.15;margin-bottom:12px}
.final-text{font-size:14px;color:rgba(252,251,248,.75);margin-bottom:20px;line-height:1.6}
.final-avatar{width:112px;height:112px;border-radius:999px;overflow:hidden;box-shadow:0 0 0 4px rgba(196,106,61,.2)}
@media (min-width:768px){.final-avatar{width:144px;height:144px}}
.final-avatar img{width:100%;height:100%;object-fit:cover}

/* Footer */
.site-footer{background:var(--bg-warm);color:rgba(252,251,248,.85; );padding:10px;}
.footer-inner{padding:32px 0 20px}
.footer-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}
@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:24px}}
.brand-cream{font-family:var(--font-display);font-size:24px;color:var(--cream)}
.footer-sub{font-size:11px;color:rgba(252,251,248,.55);margin-top:4px}
.footer-tag{font-family:var(--font-display);font-size:18px;color:var(--cream);line-height:1.25}
.socials{display:flex;gap:12px}
.socials a{width:36px;height:36px;border-radius:999px;border:1px solid rgba(252,251,248,.2);display:grid;place-items:center;color:rgba(252,251,248,.7);transition:color .2s,border-color .2s}
.socials a:hover{color:var(--terracotta);border-color:var(--terracotta)}
.footer-nav{display:flex;flex-wrap:wrap;gap:12px 20px;font-size:12px;color:rgba(252,251,248,.7)}
@media (min-width:768px){.footer-nav{justify-content:flex-end}}
.footer-nav a:hover{color:var(--terracotta)}
.footer-bottom{margin-top:24px;padding-top:16px;border-top:1px solid rgba(252,251,248,.1);display:flex;flex-direction:column;gap:8px;justify-content:space-between;font-size:11px;color:rgba(252,251,248,.5)}
@media (min-width:768px){.footer-bottom{flex-direction:row}}
.footer-bottom div{display:flex;gap:24px}
.footer-bottom a:hover{color:var(--terracotta)}

/* Projetos page */
.projetos-hero{background:var(--bg-warm);color:#fff;border-top:1px solid rgba(255,255,255,.05);padding:64px 0 96px}
.projetos-hero .h1{max-width:760px;margin:20px 0 24px}
.projetos-hero .lead{max-width:640px;color:rgba(255,255,255,.75)}
.projetos-list{padding:80px 0}
.projetos-grid{display:grid;grid-template-columns:1fr;gap:32px}
@media (min-width:768px){.projetos-grid{grid-template-columns:1fr 1fr}}
@media (min-width:1024px){.projetos-grid{grid-template-columns:repeat(3,1fr)}}
.pfull{background:var(--card);border:1px solid rgba(231,222,209,.6);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 6px rgba(0,0,0,.04);transition:transform .3s,box-shadow .3s}
.pfull:hover{transform:translateY(-6px);box-shadow:0 30px 60px -20px rgba(0,0,0,.25)}
.pfull-img{aspect-ratio:4/3;overflow:hidden;background:var(--cream-warm)}
.pfull-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.pfull:hover .pfull-img img{transform:scale(1.05)}
.pfull-body{padding:24px;display:flex;flex-direction:column;flex:1}
.pfull-cat{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--terracotta);font-weight:500;margin-bottom:8px}
.pfull-body h2{font-family:var(--font-display);font-size:24px;line-height:1.15;margin-bottom:12px}
.pfull-desc{font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:20px}
.pfull-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.tech-chip{font-size:11px;padding:4px 10px;border-radius:999px;background:var(--cream-warm);color:var(--coffee);border:1px solid rgba(231,222,209,.6)}
.pfull-foot{margin-top:auto;padding-top:16px;border-top:1px solid rgba(231,222,209,.6)}

