:root{
  --bg:#FFFFFF;
  --bg-alt:#F6F5F1;
  --ink:#1C1B19;
  --ink-soft:#5B594F;
  --ink-faint:#8C8A7E;
  --green:#2E4034;
  --green-deep:#1F2C26;
  --brass:#A9793F;
  --brass-soft:#D8C9AC;
  --line:#E4E1D6;
  --white:#FFFFFF;
  --radius:10px;
  --max:1180px;
  font-size:16px;
  color-scheme: light only;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto;} *{animation:none!important; transition:none!important;} }

body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'Inter',sans-serif;
  font-size:17px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,h4,h5,h6{
  font-family:'Fraunces',serif;
  font-weight:500;
  line-height:1.12;
  margin:0;
  color:var(--ink);
  letter-spacing:-0.01em;
}

a{color:inherit;}
img{max-width:100%; height:auto; display:block;}

.wrap{max-width:var(--max); margin:0 auto; padding:0 28px;}

.eyebrow{
  font-family:'IBM Plex Mono', monospace;
  font-size:12.5px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--brass);
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
}
.eyebrow::before{
  content:"";
  width:18px; height:1px;
  background:var(--brass);
  display:inline-block;
}

/* crop-mark signature: L-shaped registration corners on cards */
.crop{ position:relative; }
.crop::before, .crop::after,
.crop .cm-br, .crop .cm-bl{ content:""; position:absolute; width:14px; height:14px; pointer-events:none; }
.crop::before{ top:-1px; left:-1px; border-top:1.5px solid var(--brass); border-left:1.5px solid var(--brass); }
.crop::after{ top:-1px; right:-1px; border-top:1.5px solid var(--brass); border-right:1.5px solid var(--brass); }
.crop .cm-bl{ bottom:-1px; left:-1px; border-bottom:1.5px solid var(--brass); border-left:1.5px solid var(--brass); }
.crop .cm-br{ bottom:-1px; right:-1px; border-bottom:1.5px solid var(--brass); border-right:1.5px solid var(--brass); }

a:focus-visible, button:focus-visible, summary:focus-visible{
  outline:2px solid var(--green);
  outline-offset:3px;
}

.btn-primary{
  background:var(--green);
  color:#fff;
  font-weight:600;
  font-size:15.5px;
  padding:16px 30px;
  border-radius:var(--radius);
  text-decoration:none;
  border:1px solid var(--green);
  transition:background .15s ease, transform .15s ease, box-shadow .15s ease;
  display:inline-block;
}
.btn-primary:hover{
  background:var(--green-deep);
  transform:translateY(-2px);
  box-shadow:0 8px 16px -6px rgba(46,64,52,.4);
}
.btn-primary:active{
  transform:translateY(0);
  box-shadow:none;
}

.btn-secondary{
  font-size:15px;
  text-decoration:underline;
  text-underline-offset:4px;
  text-decoration-color:var(--brass-soft);
  color:var(--ink-soft);
  transition:color .15s ease, text-underline-offset .15s ease;
}
.btn-secondary:hover{
  color:var(--ink);
  text-decoration-color:var(--brass);
  text-underline-offset:6px;
}

section{ scroll-margin-top:88px; }
.section-alt{ background:var(--bg-alt); }
.section-pad{ padding:88px 0; }
.section-pad.section-alt + .section-pad.section-alt {
  padding-top: 0;
}
.section-head{ display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:52px; gap:30px; flex-wrap:wrap; }
.section-head h3{ font-size:2rem; }
.section-head p{ color:var(--ink-soft); max-width:420px; font-size:.98rem; margin:0; }

article.wrap h1{
  max-width:680px;
  margin-bottom:28px;
  margin:0 auto 28px;
}

article.section-pad .content-body{
  max-width:680px;
  margin:0 auto;
}
.content-body h2{
  font-family:'Fraunces',serif;
  font-size:1.5rem;
  font-weight:500;
  margin:40px 0 16px;
}
.content-body h3{
  font-family:'Fraunces',serif;
  font-size:1.2rem;
  font-weight:500;
  margin:32px 0 14px;
}
.content-body p{
  margin:0 0 20px;
  color:var(--ink-soft);
  line-height:1.75;
}
.content-body strong{
  color:var(--ink);
  font-weight:600;
}
article.section-pad .wrap > h1{
  max-width:680px;
  margin:0 auto 28px;
}
article.section-pad .content-body{
  max-width:680px;
  margin:0 auto;
}

.skip-link{
  position:absolute;
  left:-9999px;
  top:0;
  background:var(--green);
  color:#fff;
  padding:12px 20px;
  z-index:9999;
  text-decoration:none;
}
.skip-link:focus{
  left:12px;
  top:12px;
}
/* ---------- HEADER ---------- */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 28px;
  max-width:var(--max); margin:0 auto;
}
.logo{
  font-family:'Fraunces',serif;
  font-weight:500; font-size:19px;
  display:flex; align-items:center; gap:10px;
  text-decoration:none;
  color:var(--green);
}
.logo .mark{
  width:22px; height:22px;
  border:1.5px solid var(--green);
  background:#fff;
  position:relative;
  display:inline-block;
  color:var(--green);
}
.logo-animated{ position:relative; display:inline-flex; align-items:center; gap:10px; }
.mark-bar{
  position:absolute; left:6px; top:2px; bottom:2px;
  width:1px; background:var(--green);
}
.mark-bar.is-blinking{ animation:cursor-blink 1s steps(1) 2; }
@keyframes cursor-blink{
  0%,49%{ opacity:1; }
  50%,100%{ opacity:0; }
}
.mark-bar.is-hidden{ opacity:0; }

.typing-cursor{
  position:absolute; top:2px; height:calc(100% - 4px); width:1px; background:var(--green);
  opacity:0; pointer-events:none;
}
.typing-cursor.is-active{ opacity:1; }
nav.links{ display:flex; align-items:center; gap:32px; list-style:none; margin:0; padding:0; }
nav.links a{
  font-size:14.5px; text-decoration:none; color:var(--ink-soft);
  transition:color .15s ease;
}

@media (min-width:1024px){
  header .logo{
    font-size:25px;
  }
  header .logo .mark{
    width:30px;
    height:30px;
  }
}

nav.links a:hover{ color:var(--ink); }
.nav-cta{
  font-size:14px; font-weight:600;
  background:var(--green); color:#fff;
  padding:10px 20px; border-radius:var(--radius);
  text-decoration:none;
  white-space:nowrap;
}

.nav-dropdown{ position:relative; }
.nav-dropdown-menu{
  position:absolute; top:100%; left:0; padding-top:14px;
  display:none;
}
.nav-dropdown-menu > div{
  background:var(--white); border:1px solid var(--line);
  min-width:200px; padding:6px;
  box-shadow:0 18px 34px -18px rgba(28,27,25,.25);
}
.nav-dropdown-menu a{ display:block; padding:10px 12px; }
.nav-dropdown-menu a:hover{ background:var(--bg-alt); }
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu{ display:block; }

.nav-toggle{
  display:none;
  flex-direction:column; justify-content:center; gap:5px;
  width:36px; height:36px; background:none; border:none; cursor:pointer; padding:0;
}
.nav-toggle span{ width:100%; height:2px; background:var(--ink); transition:transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

.nav-cta-mobile{ display:none; }

@media (max-width:860px){
  .nav-toggle{ display:flex; }
  .nav-cta-desktop{ display:none; }

  nav.links{
    display:none;
    position:fixed; top:var(--header-h, 72px); left:0; right:0; bottom:0;
    background:var(--white);
    flex-direction:column; align-items:flex-start;
    gap:4px; padding:24px 28px; overflow-y:auto;
  }
  nav.links.is-open{ display:flex; }
  nav.links a{ padding:14px 0; font-size:16px; width:100%; border-bottom:1px solid var(--line); }

  nav.links a.nav-cta-mobile{
    display:inline-block; margin-top:16px; text-align:center; width:100%;
    color:#fff; background:var(--green); border-bottom:none;
  }

  .nav-dropdown{ width:100%; }
  .nav-dropdown-menu{ position:static; padding-top:0; display:block; }
  .nav-dropdown-menu > div{ border:none; box-shadow:none; padding:0 0 0 16px; }
.nav-dropdown-menu > div a{
    border-bottom:1px solid var(--line);
    padding:10px 0;
    color:var(--ink-soft);
  }
  .nav-dropdown > a{ display:block; width:100%; }
.nav-dropdown-menu > div a{
    border-bottom:1px solid var(--line);
    padding:10px 0 10px 16px;
  }
}

/* ---------- HERO ---------- */
.hero{
  padding:0 0 0;
  border-bottom:1px solid var(--line);
}
.hero-grid{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:56px;
  align-items:center;
}
.hero-inner{ max-width:560px; }
.hero h1{
  font-size:clamp(2.4rem, 5vw, 3.6rem);
  margin-bottom:22px;
}
.hero h2{
  font-family:'Inter',sans-serif;
  font-weight:400;
  font-size:1.2rem;
  color:var(--ink-soft);
  max-width:560px;
  margin:0 0 38px;
  margin-left:auto;
  margin-right:auto;

}
.hero-ctas{ display:flex; align-items:center; gap:28px; flex-wrap:wrap; }
.hero-photo{
  position:relative;
}
.hero-photo img{
  width:100%;
  height:auto;
  display:block;
}
@media (max-width:860px){
  .hero{ padding-top:20px; }
  .hero-grid{ grid-template-columns:1fr; gap:40px; }
  .hero-photo{ max-width:320px; margin:0 auto; }
  .hero-inner{ max-width:none; }
  .hero-ctas{ justify-content:center; }
}
.hero-checklist{ list-style:none; margin:28px 0 0; padding:0; display:flex; flex-direction:column; gap:10px; }
.hero-checklist li{ padding-left:26px; position:relative; font-size:.94rem; color:var(--ink-soft); }
.hero-checklist li::before{ content:"✔"; position:absolute; left:0; top:0; color:var(--green); font-weight:600; }
.hero--compact h1{
  font-size:clamp(2rem, 4vw, 2.6rem);
  margin-bottom:16px;
}
.hero--compact h2{
  margin-bottom:26px;
}
/* ---------- ROUTE SELECTOR ---------- */
.routes{ padding:56px 0; border-bottom:1px solid var(--line); }
.route-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}
.route-card{
  background:var(--white);
  padding:28px 26px;
  text-decoration:none;
  color:var(--ink);
  display:flex; flex-direction:column; gap:10px;
  transition:background .15s ease;
}
.route-card:hover{ background:var(--bg-alt); }
.route-card .rc-label{
  font-family:'IBM Plex Mono',monospace;
  font-size:12px; letter-spacing:.08em; text-transform:uppercase;
  color:var(--ink-faint);
}
.route-card .rc-title{
  font-family:'Fraunces',serif; font-size:1.15rem; font-weight:500;
}
.route-card .rc-arrow{ margin-top:auto; color:var(--brass); font-size:14px; }
@media (max-width:760px){ .route-grid{ grid-template-columns:1fr; } }
.route-note{
  margin-top:22px;
  font-size:14.5px;
  color:var(--ink-soft);
  max-width:620px;
}
.route-note strong{ color:var(--ink); font-weight:600; }

/* ---------- AGITAÇÃO ---------- */
.agitate{ padding:64px 0; border-bottom:1px solid var(--line); }
.agitate .wrap{ max-width:820px; }
.agitate h3{ font-size:1.7rem; margin-bottom:16px; }
.agitate p{ color:var(--ink-soft); font-size:1.05rem; max-width:640px; }
/* ---------- FOOTER ---------- */
body > footer{ border-top:1px solid var(--line); padding:36px 0; }
.footer-inner{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px; }
footer .logo{ font-size:15px; }
.footer-inner span{ font-size:13.5px; color:var(--ink-faint); font-family:'IBM Plex Mono',monospace; }
.footer-links{ display:flex; gap:20px; }
.footer-links a{ font-size:13.5px; color:var(--ink-faint); text-decoration:none; }
.footer-links a:hover{ color:var(--ink-soft); }
.footer-copyright{
  font-size:13.5px;
  color:var(--ink-faint);
  font-family:'IBM Plex Mono',monospace;
}

@media (max-width:860px){
  .hero-inner,
  .section-head,
  .agitate .wrap,
  .route-card,
  .service-col,
  .audience-col,
  .testi,
  .price-col,
  .step,
  .book-caption,
  .faq-head,
  .pacote,
  .final-cta,
  .blog-card-body{
    text-align:center;
  }
  .section-head{
      flex-direction:column;
      align-items:center;
    }
  .section-head > div{ margin:0 auto; }
  .hero-ctas{ justify-content:center; }
  .service-cta{ display:inline-block; }
  .eyebrow{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    gap:6px;
  }
  .hero-checklist{
    text-align:left;
    max-width:280px;
    margin-left:auto;
    margin-right:auto;
  }
  .checklist{
    text-align:left;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
  }
  .route-note,
  .services-head{
    text-align:center;
    margin-left: auto;
    margin-right: auto;
  }
  .services-head > p{
    margin-left:auto;
    margin-right:auto;
  }
  .route-grid > *:last-child:nth-child(odd){
      grid-column:1 / -1;
      max-width:auto;
      width:100%;
      margin:0 auto;
    }
  .agitate p{
      margin-left:auto;
      margin-right:auto;
    }
}

.logo-animated .mark.is-blinking{
  animation:cursor-blink .3s steps(1) 3;
}
@keyframes cursor-blink{
  0%,100%{ opacity:1; }
  50%{ opacity:0; }
}
.logo-text.is-typing{
  animation:typing-reveal .7s steps(var(--char-count, 10), end) forwards;
}
@keyframes typing-reveal{
  from{ width:0; }
  to{ width:var(--final-width); }
}

/* ---------- SERVICES ---------- */
.services-head{ max-width:640px; margin-bottom:52px; }
.services-head h3{ font-size:2rem; margin-bottom:14px; }
.services-head p{ color:var(--ink-soft); }
.services-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:0;
  border:1px solid var(--line);
}
.service-col{ padding:44px 42px; position:relative; scroll-margin-top:88px;}
.service-col + .service-col{ border-left:1px solid var(--line); }
.service-col .eyebrow{ margin-bottom:14px; }
.service-col h4{
  font-family:'Fraunces',serif; font-weight:500; font-size:1.6rem;
  margin:0 0 10px;
}
.service-col .sub{ color:var(--ink-soft); font-size:.98rem; margin-bottom:26px; }
.service-col ul{ list-style:none; margin:0 0 30px; padding:0; }
.service-col li{
  padding:11px 0 11px 22px;
  border-top:1px solid var(--line);
  position:relative;
  font-size:.96rem;
  color:var(--ink);
}
.service-col li:first-child{ border-top:none; }
.service-col li::before{
  content:"—";
  position:absolute; left:0; top:11px;
  color:var(--brass);
}
.service-cta{
  display:inline-block;
  font-weight:600; font-size:14.5px;
  color:var(--green);
  text-decoration:none;
  border-bottom:1.5px solid var(--green);
  padding-bottom:3px;
}
.service-cta:hover{ color:var(--green-deep); border-color:var(--green-deep); }
@media (max-width:760px){
  .services-grid{ grid-template-columns:1fr; }
  .service-col + .service-col{ border-left:none; border-top:1px solid var(--line); }
}

/* ---------- PACOTE ---------- */
.pacote{
  padding:64px 42px;
  background:var(--green);
  color:#fff;
  display:flex; justify-content:space-between; align-items:center; gap:40px;
  flex-wrap:wrap;
}
.pacote h3{ color:#fff; font-size:1.9rem; max-width:520px; margin-bottom:14px; }
.pacote p{ color:#D9DFDA; max-width:460px; font-size:.98rem; }
.pacote .btn-primary{ background:#fff; color:var(--green); border-color:#fff; white-space:normal; }
.pacote .btn-primary:hover{ background:var(--brass-soft); }
@media (max-width:860px){
  .pacote{
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:48px 28px;
    margin-right: auto;
    margin-left: auto;
  }
  .pacote p{margin:auto;}
  .pacote .btn-primary{
    width:100%;
    text-align:center;
    white-space: normal;
  }
}
/* ---------- PORTFOLIO ---------- */
.portfolio-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
@media (max-width:900px){ .portfolio-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .portfolio-grid{ grid-template-columns:1fr; } }
.book-card{ position:relative; padding:18px; }
.book-mock{
  aspect-ratio:3/4.4;
  background:linear-gradient(155deg, var(--book-a,#2E4034), var(--book-b,#1F2C26));
  border-radius:1px;
  position:relative;
  display:flex; flex-direction:column; justify-content:flex-end;
  padding:18px;
  box-shadow:0 18px 34px -18px rgba(28,27,25,.35);
}
.book-mock .spine{ position:absolute; left:0; top:0; bottom:0; width:8px; background:rgba(0,0,0,.18); }
.book-mock .title-block{
  font-family:'Fraunces',serif;
  color:#fff; font-size:.92rem; font-weight:500; line-height:1.3;
}
.book-mock .title-block em{ display:block; font-family:'IBM Plex Mono',monospace; font-style:normal; font-size:10.5px; letter-spacing:.08em; color:rgba(255,255,255,.7); margin-top:6px; text-transform:uppercase; }
.book-caption{ margin-top:14px; font-size:13.5px; color:var(--ink-soft); font-family:'IBM Plex Mono',monospace; letter-spacing:.02em; }
.book-caption strong{ color:var(--ink); font-family:'Inter',sans-serif; font-weight:600; }

/* ---------- COMO FUNCIONA ---------- */
.steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:1px solid var(--line); }
.step{ padding:34px 26px 0; border-right:1px solid var(--line); }
.step:last-child{ border-right:none; }
.step .num{ font-family:'IBM Plex Mono',monospace; font-size:13px; color:var(--brass); margin-bottom:14px; }
.step p{ font-size:.98rem; color:var(--ink); margin:0; }
@media (max-width:860px){
  .steps{ grid-template-columns:1fr 1fr; }
  .step{ border-bottom:1px solid var(--line); padding-bottom:26px; }
  .step:nth-child(2n){ border-right:none; }
}
@media (max-width:520px){
  .steps{ grid-template-columns:1fr; }
  .step{ border-right:none; }
}

/* ---------- DEPOIMENTOS ---------- */
.testi-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
@media (max-width:860px){ .testi-grid{ grid-template-columns:1fr; } }
.testi{ padding:30px 28px; border:1px solid var(--line); background:var(--white); }
.testi-photo{
  width:48px; height:48px; border-radius:50%;
  object-fit:cover; margin-bottom:16px;
  margin-left: auto;
  margin-right: auto;
}
.testi .quote{ font-family:'Fraunces',serif; font-style:italic; font-size:1.05rem; line-height:1.5; margin-bottom:20px; }
.testi .who{ font-size:13.5px; color:var(--ink-soft); }
.testi .who strong{ color:var(--ink); font-weight:600; }

/* ---------- PRICING ---------- */
.price-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; border:1px solid var(--line); }
.price-col{ padding:38px 32px; border-left:1px solid var(--line); position:relative; }
.price-col:first-child{ border-left:none; }
.price-col.featured{ background:var(--green); color:#fff; }
.price-col .eyebrow{ color:var(--brass); }
.price-col.featured .eyebrow{ color:var(--brass-soft); }
.price-col.featured .eyebrow::before{ background:var(--brass-soft); }
.price-col h4{ font-family:'Fraunces',serif; font-size:1.35rem; margin-bottom:6px; }
.price-col.featured h4{ color:#fff; }
.price-col .tag{
  display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:11.5px;
  letter-spacing:.05em; text-transform:uppercase; color:var(--brass);
  background:var(--bg-alt); padding:4px 10px; margin-bottom:16px;
}
.price-col.featured .tag{ background:rgba(255,255,255,.12); color:var(--brass-soft); }
.price-col p.desc{ font-size:.94rem; color:var(--ink-soft); margin-bottom:24px; }
.price-col.featured p.desc{ color:#D9DFDA; }
.price-col .btn-primary{ width:100%; text-align:center; }
.price-col.featured .btn-primary{ background:#fff; color:var(--green); border-color:#fff; }
@media (max-width:860px){ .price-grid{ grid-template-columns:1fr; } .price-col{ border-left:none; border-top:1px solid var(--line); } .price-col:first-child{ border-top:none; } }

/* ---------- FAQ ---------- */
.faq-list{ max-width:760px; margin:0 auto; }
.faq-head{ display:block; text-align:center; max-width:760px; margin:0 auto 52px; }
details{ border-bottom:1px solid var(--line); padding:22px 0; }
details:first-child{ border-top:1px solid var(--line); }
summary{
  cursor:pointer; list-style:none;
  font-family:'Fraunces',serif; font-size:1.08rem; font-weight:500;
  display:flex; justify-content:space-between; align-items:center; gap:20px;
}
summary::-webkit-details-marker{ display:none; }
summary::after{
  content:"+"; font-family:'IBM Plex Mono',monospace; color:var(--brass); font-size:1.2rem; flex-shrink:0;
}
details[open] summary::after{ content:"–"; }
details p{ color:var(--ink-soft); margin:16px 0 0; max-width:640px; font-size:.98rem; }

/* ---------- FINAL CTA ---------- */
.final-cta{ text-align:center; padding:100px 0; }
.final-cta h3{ font-size:clamp(1.9rem,4vw,2.7rem); max-width:640px; margin:0 auto 32px; }


/* ---------- FORM ---------- */
.orcamento-form{ max-width:480px; margin:0 auto; display:flex; flex-direction:column; gap:20px; }
#orcamento .section-head{ justify-content:center; text-align:center; }
.form-row{ display:flex; flex-direction:column; gap:8px; }
.form-row label{ font-size:14px; font-weight:600; color:var(--ink); }
.form-row input{
  font-family:'Inter',sans-serif;
  font-size:15px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--white);
  color:var(--ink);
}
.form-row input:focus{ outline:2px solid var(--green); outline-offset:1px; border-color:var(--green); }
.orcamento-form .btn-primary{ align-self:center; border:none; cursor:pointer; }
.form-row-hp{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.form-error-banner{
  background:#fdecea;
  border:1px solid #f3b4b4;
  color:#9b1c1c;
  padding:14px 18px;
  border-radius:var(--radius);
  margin-bottom:20px;
  font-size:.95rem;
  max-width:480px;
  margin-left:auto;
  margin-right:auto;
}

/* ---------- CHECKLIST ---------- */
.checklist{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px; }
.checklist li{ padding-left:30px; position:relative; font-size:1rem; color:var(--ink); }
.checklist li::before{ content:"✔"; position:absolute; left:0; top:0; color:var(--green); font-weight:600; }

/* ---------- AUDIENCE SPLIT ---------- */
.audience-intro{ max-width:680px; margin:0 auto 48px; font-size:1.05rem; color:var(--ink-soft); }
.audience-intro p{ margin:0 0 16px; }
.audience-intro p:last-child{ margin-bottom:0; }
.audience-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.audience-col{ padding:30px 28px; border:1px solid var(--line); background:var(--white); }
.audience-col h4{ font-family:'Fraunces',serif; font-size:1.2rem; margin-bottom:12px; }
.audience-col p{ color:var(--ink-soft); font-size:.98rem; margin:0; }
@media (max-width:760px){ .audience-grid{ grid-template-columns:1fr; } }

/* ---------- WHATSAPP FLOAT ---------- */
.whatsapp-float{
  position:fixed; bottom:24px; right:24px; z-index:999;
  background:var(--green); color:#fff; text-decoration:none;
  padding:14px 22px; border-radius:999px; font-weight:600; font-size:14px;
  box-shadow:0 12px 24px -8px rgba(0,0,0,.35);
  transition:opacity .2s ease, transform .2s ease;
  display:flex; align-items:center; gap:9px;
}
.whatsapp-float--hidden{ opacity:0; transform:translateY(8px); pointer-events:none; }

body > footer{ border-top:1px solid var(--line); padding:36px 0; position:relative; }
/* ---------- TEAM ---------- */
.team-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:36px;
  text-align:center;
}
.team-photo{
  width:130px; height:130px;
  border-radius:14px;
  object-fit:cover;
  margin:0 auto 18px;
  display:block;
}
.team-photo-placeholder{
  display:flex; align-items:center; justify-content:center;
  background:var(--green);
  color:#fff;
  font-family:'Fraunces',serif;
  font-weight:500;
  font-size:1.5rem;
}
.team-card h4{
  font-family:'Fraunces',serif;
  font-size:1.05rem;
  font-weight:500;
  margin-bottom:4px;
}
.team-role{
  font-family:'IBM Plex Mono',monospace;
  font-size:11.5px;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--ink-faint);
}

@media (min-width:861px){
  .team-grid{
    display:flex;
    flex-direction:column;
    gap:0;
    max-width:640px;
    margin:0 auto;
    text-align:left;
  }
  .team-card{
    display:flex;
    align-items:center;
    gap:28px;
    padding:26px 0;
    border-top:1px solid var(--line);
  }
  .team-card:first-child{
    border-top:none;
  }
  .team-photo{
    width:96px; height:96px;
    margin:0;
    flex-shrink:0;
  }
  .team-info{
    text-align:left;
  }
}
