:root{
    --bg:#EFE9DC;
    --card:#FFFFFF;
    --ink:#2D2E2E;
    --ink-soft:#6A6864;
    --coral:#F46950;
    --coral-deep:#DD5138;
    --coral-tint:#FCE3DC;
    --yellow:#F5CA5F;
    --yellow-soft:#F8E3B0;
    --yellow-tint:#FCEFCF;
    --line:rgba(45,46,46,0.12);
    --maxw:1280px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--bg);
    color:var(--ink);
    font-family:'Poppins', sans-serif;
    font-weight:400;
    line-height:1.65;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3{
    font-family:'Baloo 2', sans-serif;
    font-weight:700;
    letter-spacing:-0.01em;
    margin:0;
  }
  .wrap{max-width:var(--maxw); margin:0 auto; padding:0 3vw}

  .card{
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.04);
  }

  a{color:inherit;}
  img{max-width:100%; display:block;}
  ::selection{background:var(--coral); color:#fff;}

  .sq{width:14px; height:14px; background:var(--coral); display:inline-block; flex-shrink:0; border-radius:3px;}
  .eyebrow-row{display:flex; align-items:center; gap:10px; margin-bottom:16px;}
  .eyebrow{
    font-size:12px; 
    letter-spacing:0.1em; 
    text-transform:uppercase; 
    color:var(--coral-deep); 
    font-weight:600;
  }

  /* ---------- NAV ---------- */
  header{position:sticky; top:0; z-index:50; background:rgba(239,233,220,0.97); backdrop-filter:blur(6px); border-bottom:1px solid var(--line);}
  nav{display:flex; align-items:center; justify-content:space-between; padding:14px 0;}
  .brand{display:flex; align-items:center; gap:14px; margin-left:-10px;}
    .brand img{
      height:36px;
      width:auto;
      object-fit:contain;
  }
  .brand .divider{width:1px; height:26px; background:var(--line);}
  .brand .tagline{font-size:12px; color:var(--ink-soft); font-weight:500; line-height:1.25; max-width:170px;}
  .navlinks{display:flex; gap:30px; font-size:13.5px; font-weight:500; margin-left:35px; margin-right:20px;}
  .navlinks a{text-decoration:none; color:var(--ink-soft); border-bottom:2px solid transparent; padding-bottom:3px; transition:color .2s, border-color .2s;}
  .navlinks a:hover{border-color:var(--coral); color:var(--ink);}
  .nav-cta{
    font-size:13.5px; 
    font-weight:600; 
    padding:10px 20px; 
    background:var(--coral); 
    color:#fff; 
    text-decoration:none; 
    border-radius:8px; 
    white-space:nowrap; 
    transition:background .2s;
    margin-left:5px;
  }
  .nav-cta:hover{background:var(--coral-deep);}
  @media (max-width:860px){ .navlinks{display:none;} }

  /* ---------- HERO ---------- */
  .hero{position:relative; padding:0px 0 0; overflow:hidden;}
  .hero-photo{
    position:relative; min-height:560px; display:flex; align-items:center;
    background-image:url('../img/hero1.jpeg');
    background-size:cover; background-position:center 65%;
  }
  .hero-photo::before{
    content:''; position:absolute; inset:0;
    background:linear-gradient(100deg, rgba(45,42,34,0.82) 0%, rgba(45,42,34,0.55) 42%, rgba(45,42,34,0.08) 68%);
  }
  .hero-inner{position:relative; z-index:1; padding:55px 0 75px; max-width:640px;}
  .hero .eyebrow{color:var(--yellow);}
  .hero h1{font-size:clamp(34px,5.4vw,58px); line-height:1.08; color:#fff;}
  .hero h1 em{font-style:normal; color:var(--yellow); line-height:1.02;}
  .hero-sub{color:rgba(255,255,255,0.88); font-size:16.5px; margin-top:28px; max-width:520px;}
  .tagbar{
    display:inline-flex; align-items:center; gap:10px; margin-top:26px;
    background:rgba(255,255,255,0.14); border:1px solid rgba(255,255,255,0.25);
    padding:10px 18px; border-radius:8px; font-size:13.5px; color:#fff; font-weight:500;
    flex-wrap:wrap;
  }
  .hero-ctas{display:flex; gap:14px; margin-top:32px; flex-wrap:wrap;}
  .btn{display:inline-flex; align-items:center; gap:8px; padding:14px 26px; text-decoration:none; font-size:14px; font-weight:600; border-radius:8px; transition:all .2s; border:2px solid transparent;}
  .btn-primary{background:var(--coral); color:#fff;}
  .btn-primary:hover{background:var(--coral-deep);}
  .btn-ghost{background:transparent; color:#fff; border-color:rgba(255,255,255,0.55);}
  .btn-ghost:hover{background:rgba(255,255,255,0.12); border-color:#fff;}

  .stat-strip{display:flex; gap:0; border-top:1px solid var(--line); flex-wrap:wrap;}
  .stat{flex:1; min-width:140px; padding:22px 24px; border-right:1px solid var(--line); text-align:left;}
  .stat:last-child{border-right:none;}
  .stat b{display:block; font-family:'Baloo 2'; font-size:30px; font-weight:800; color:var(--coral-deep);}
  .stat span{font-size:12px; text-transform:uppercase; letter-spacing:0.06em; color:var(--ink-soft); font-weight:500;}

  /* ---------- generic section ---------- */
  section{padding:88px 0;}
  .sect-head{max-width:680px; margin-bottom:48px;}
  .sect-head h2{font-size:clamp(26px,3.8vw,40px);}
  .sect-head p{color:var(--ink-soft); font-size:16px; margin-top:14px;}

  /* ---------- for-whom + scope (card over strip) ---------- */
  .two-col{display:grid; grid-template-columns:1fr 1fr; gap:0; border:1px solid var(--line); border-radius:16px; overflow:hidden; background:var(--card);}
  .two-col .photo-side{background-image:url("../img/photo-side.jpg"); background-size:cover; background-position:center; min-height:360px;}
  .two-col .text-side{padding:44px 40px;}
  .two-col .text-side h3{font-size:22px; margin-bottom:22px;}
  .checklist{list-style:none; margin:0; padding:0;}
  .checklist li{display:flex; align-items:flex-start; gap:12px; padding:11px 0; border-bottom:1px solid var(--line); font-size:15px;}
  .checklist li:last-child{border-bottom:none;}
  .checklist .sq{margin-top:5px;}
  .callout-bar{
    display:flex; align-items:center; gap:14px; margin-top:26px;
    background:var(--yellow-tint); border-left:4px solid var(--yellow); padding:16px 20px; border-radius:8px;
  }
  .callout-bar p{margin:0; font-family:'Baloo 2'; font-weight:700; font-size:14.5px; color:var(--ink); text-transform:uppercase; letter-spacing:0.01em; line-height:1.4;}
  @media (max-width:860px){
    .two-col{grid-template-columns:1fr;}
    .two-col .photo-side{min-height:220px;}
    .two-col .text-side{padding:32px 26px;}
  }

  /* ---------- fears ---------- */
  .problem{background:var(--ink); color:#fff;}
  .problem .eyebrow{color:var(--yellow);}
  .problem .sect-head h2{color:#fff; font-size:clamp(26px,3.8vw,38px);}
  .fears{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
  .fear{background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:14px; padding:28px 24px;}
  .fear .sq{background:var(--coral); margin-bottom:16px;}
  .fear b{display:block; font-family:'Baloo 2'; font-size:17px; margin-bottom:8px; font-weight:700;}
  .fear p{font-size:14.5px; color:rgba(255,255,255,0.72); margin:0;}
  @media (max-width:820px){ .fears{grid-template-columns:1fr;} }

  /* ---------- promises grid ---------- */
  .promises-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:18px;}
  .promise-card{padding:28px 26px;}
  .promise-card .sq{margin-bottom:16px;}
  .promise-card h3{font-size:17px; margin-bottom:8px;}
  .promise-card p{font-size:14.5px; color:var(--ink-soft); margin:0;}
  @media (max-width:820px){ .promises-grid{grid-template-columns:1fr;} }

  /* ---------- ready-to-grow yellow card ---------- */
  .grow-card{
    background:var(--yellow-soft); border-radius:18px; padding:48px 6vw;
    display:flex; align-items:center; gap:40px; flex-wrap:wrap;
  }
  .grow-card .sq{background:var(--ink); margin-bottom:18px;}
  .grow-card h2{font-size:clamp(24px,3.4vw,34px); color:var(--ink); max-width:420px;}
  .grow-card p{font-size:15.5px; color:rgba(45,46,46,0.82); max-width:480px; margin:0; line-height:1.7;}
  .grow-card .grow-text{flex:1; min-width:240px;}
  .grow-card .grow-body{flex:1; min-width:260px;}

  /* ---------- values ---------- */
  .values-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
  .value-card{padding:30px 26px;}
  .value-card .sq{width:16px; height:16px; margin-bottom:18px;}
  .value-card h3{font-size:18px; margin-bottom:10px;}
  .value-card p{font-size:14.5px; color:var(--ink-soft); margin:0;}
  @media (max-width:900px){ .values-grid{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:600px){ .values-grid{grid-template-columns:1fr;} }

  /* ---------- process ---------- */
  .process{background:var(--card); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .timeline{display:flex; gap:0; position:relative;}
  .timeline::before{content:''; position:absolute; top:13px; left:0; right:0; height:2px; background:var(--line);}
  .tstep{flex:1; padding-top:38px; position:relative; padding-right:16px;}
  .tstep::before{content:''; position:absolute; top:6px; left:0; width:16px; height:16px; background:var(--coral); border-radius:50%; border:3px solid var(--card);}
  .tstep b{font-family:'Baloo 2'; font-size:16px; display:block; margin-bottom:8px;}
  .tstep p{font-size:13.5px; color:var(--ink-soft); margin:0;}
  @media (max-width:900px){
    .timeline{flex-direction:column; gap:26px;}
    .timeline::before{display:none;}
    .tstep{padding-left:24px; padding-top:0; border-left:2px solid var(--line);}
    .tstep::before{top:2px;}
  }

  /* ---------- experience ---------- */
  .exp-top{display:flex; justify-content:space-between; align-items:flex-end; gap:32px; flex-wrap:wrap; margin-bottom:44px;}
  .exp-top h2{font-size:clamp(26px,3.8vw,38px); max-width:520px;}
  .exp-stats{display:flex; gap:36px;}
  .exp-stats div b{display:block; font-family:'Baloo 2'; font-size:32px; font-weight:800; color:var(--coral-deep);}
  .exp-stats div span{font-size:12px; text-transform:uppercase; letter-spacing:0.05em; color:var(--ink-soft); font-weight:500;}
  .brandgrid{display:grid; grid-template-columns:repeat(6,1fr); border:1px solid var(--line); border-radius:14px; overflow:hidden; background:var(--card);}
  .brandgrid span{
    padding:20px 14px; 
    border-bottom:1px solid var(--line); 
    border-right:1px solid var(--line); 
    font-family:'Baloo 2'; 
    font-weight:700; 
    font-size:13px; 
    color:#7c7c7c; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    text-align:center; 
    min-height:64px;
  }
  .brandgrid span:nth-child(6n){border-right:none;}
  @media (max-width: 1024px) {
    .navlinks {
        gap: 18px;
        font-size: 13px;
    }

    .nav-cta {
        margin-left: 18px;
    }

    .brand .tagline {
        max-width: 140px;
    }
}
  @media (max-width:860px){
    .brandgrid{grid-template-columns:repeat(3,1fr);}
    .brandgrid span:nth-child(6n){border-right:1px solid var(--line);}
    .brandgrid span:nth-child(3n){border-right:none;}
  }
  @media (max-width:540px){
    .brandgrid{grid-template-columns:repeat(2,1fr);}
    .brandgrid span:nth-child(3n){border-right:1px solid var(--line);}
    .brandgrid span:nth-child(2n){border-right:none;}
  }


  /* ---------- quote ---------- */
  .frase{padding:96px 0; background:var(--coral); color:#fff; position:relative; overflow:hidden;}
  .frase .mark{position:absolute; top:10px; left:6vw; font-family:'Baloo 2'; font-size:150px; color:rgba(255,255,255,0.14); font-weight:800; line-height:1;}
  .frase .diff-logo{height:26px; width:auto; margin-bottom:28px; position:relative; z-index:1; opacity:0.92;}
  .frase blockquote{font-family:'Baloo 2'; font-weight:700; font-size:clamp(22px,3.2vw,36px); line-height:1.32; max-width:860px; margin:0; position:relative; z-index:1;}
  .frase .tagrow{display:flex; gap:12px; margin-top:30px; flex-wrap:wrap; position:relative; z-index:1;}
  .frase .tagrow span{background:rgba(255,255,255,0.16); border:1px solid rgba(255,255,255,0.3); padding:8px 16px; border-radius:8px; font-size:13px; font-weight:600;}

  /* ---------- CTA / footer ---------- */
  .cta-wrap{
    position:relative; border-radius:20px; overflow:hidden;
    background-image:url('../img/cta-bg.jpg'); background-size:cover; background-position:center;
    padding:72px 6vw; text-align:center;
  }
  .cta-wrap::before{content:''; position:absolute; inset:0; background:rgba(239,233,220,0.55);}
  .cta-wrap > *{position:relative; z-index:1;}
  .cta-wrap img.badge{width:200px; height:auto; margin:0 auto 28px;}
  .ally-line{font-family:'Baloo 2'; font-weight:700; font-size:15px; color:var(--coral-deep); text-transform:uppercase; letter-spacing:0.04em; margin:0 0 14px;}
  .cta-wrap h2{font-size:clamp(28px,4.6vw,46px); max-width:680px; margin:0 auto;}
  .cta-wrap p.lead{max-width:520px; margin:20px auto 0; color:var(--ink-soft); font-size:16px;}
  .contact-row{display:flex; justify-content:center; gap:28px; margin-top:34px; flex-wrap:wrap; font-family:'Baloo 2'; font-weight:700; font-size:15px;}
  .contact-row a{text-decoration:none; display:flex; align-items:center; gap:8px;}
  .social-row{display:flex; justify-content:center; gap:14px; margin-top:22px;}
  .social-row a{
    width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center;
    background:transparent; border:1.5px solid var(--ink); color:var(--ink); transition:all .2s;
  }
  .social-row a:hover{background:var(--ink); color:var(--bg);}
  .social-row svg{width:19px; height:19px; fill:currentColor;}
  .cta-wrap .hero-ctas{justify-content:center; margin-top:30px;}
  .cta-wrap .btn-primary, .cta-wrap .btn-ghost{color:#fff;}
  .cta-wrap .btn-ghost{border-color:var(--ink); color:var(--ink);}
  .cta-wrap .btn-ghost:hover{background:var(--ink); color:#fff;}

  footer{padding:36px 0; font-size:13px; color:var(--ink-soft);}
  .foot-row{display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; align-items:center;}


.whatsapp-float{
    position:fixed;
    bottom:24px;
    right:24px;
    width:60px;
    height:60px;

    background:#25D366;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

    transition:.25s;

    z-index:999;
}

.whatsapp-float:hover{
    transform:scale(1.08);
    box-shadow:0 10px 28px rgba(0,0,0,.35);
}

.whatsapp-float svg{
    width:32px;
    height:32px;
}

/* ---------- PORTFOLIO ---------- */

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.portfolio-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: .4s;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .65);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: .35s;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-item img:hover {
  transform: scale(1.05);
}

.portfolio-overlay span {
  color: var(--yellow);
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 600;
}

.portfolio-overlay h3 {
  margin: 8px 0;
  font-size: 26px;
}

.portfolio-overlay p {
  margin: 0;
  color: rgba(255, 255, 255, .85);
}

.portfolio-overlay small {
  margin-top: 18px;
  color: var(--yellow);
  font-weight: 600;
}

.portfolio-btn{
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:40px;
}

.title-row{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:12px;
}

.title-row .sq{
    margin-top:6px;
    flex-shrink:0;
}

.title-row h3{
    margin:0;
}

.title-row b{
    font-family:'Baloo 2';
    font-size:17px;
    font-weight:700;
    margin:0;
}

.title-row h2{
    margin:0;
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-item img {
    height: 260px;
  }
}