:root{
    --ink:#16241F;
    --pool-deep:#1478A8;
    --pool-bright:#5FD1E6;
    --plaster:#F3EEE2;
    --plaster-2:#EAE2D1;
    --clay:#B96A38;
    --clay-dark:#7A431F;
    --citrus:#8FA13A;
    --white:#FFFDF9;
    --radius:14px;
    --max:520px;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  body{
    font-family:'Inter',sans-serif;
    background:var(--plaster);
    color:var(--ink);
    display:flex;
    justify-content:center;
  }
  .frame{width:100%; max-width:var(--max); background:var(--plaster); position:relative; padding-bottom:76px;}
  h1,h2,h3{font-family:'Space Grotesk',sans-serif; font-weight:700; line-height:1.05;}
  .tagline{font-family:'Fraunces',serif; font-style:italic; font-weight:500;}
  a{color:inherit; text-decoration:none;}
  img{display:block; width:100%;}

  /* NAV */
  nav{
    position:sticky; top:0; z-index:20;
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 18px;
    background:rgba(243,238,226,0.92);
    backdrop-filter:blur(6px);
    border-bottom:1px solid var(--plaster-2);
  }
  .logo{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:15px; letter-spacing:0.02em;}
  .logo span{color:var(--pool-deep);}
  .menu-btn{
    width:38px; height:38px; border-radius:50%;
    background:var(--ink); color:var(--plaster);
    display:flex; align-items:center; justify-content:center;
    font-size:18px; border:none;
  }

  /* HERO */
  .hero{position:relative; background:var(--pool-deep); overflow:hidden;}
  .hero-inner{padding:34px 22px 64px;}
  .eyebrow{
    color:var(--pool-bright); font-size:12px; letter-spacing:0.14em; text-transform:uppercase;
    font-weight:600; margin-bottom:14px; display:flex; align-items:center; gap:8px;
  }
  .eyebrow::before{content:''; width:16px; height:1px; background:var(--pool-bright);}
  .hero h1{color:var(--white); font-size:38px; letter-spacing:-0.01em; margin-bottom:16px;}
  .hero h1 em{font-family:'Fraunces',serif; font-style:italic; font-weight:500; color:var(--pool-bright); display:block;}
  .hero p{color:#D6EEF7; font-size:15.5px; line-height:1.55; max-width:34ch; margin-bottom:26px;}
  .cta-row{display:flex; flex-direction:column; gap:10px;}
  .btn{
    display:flex; align-items:center; justify-content:center; gap:8px;
    padding:15px 20px; border-radius:8px; font-weight:600; font-size:14.5px;
    border:1px solid transparent; cursor:pointer;
  }
  .btn-primary{background:var(--clay); color:var(--white);}
  .btn-secondary{background:transparent; color:var(--white); border-color:rgba(255,255,255,0.35);}

  .waterline{display:block; width:100%; height:44px; margin-top:-2px;}

  /* TRUST STRIP */
  .trust-strip{
    background:var(--ink); overflow:hidden; padding:11px 0; white-space:nowrap;
  }
  .trust-track{display:inline-block; animation:scroll 22s linear infinite; color:var(--plaster-2); font-size:12.5px; letter-spacing:0.05em; font-weight:500;}
  .trust-track span{margin:0 22px;}
  @keyframes scroll{ from{transform:translateX(0);} to{transform:translateX(-50%);} }

  /* SECTION SHELL */
  section{padding:44px 22px;}
  .section-label{font-size:12px; text-transform:uppercase; letter-spacing:0.12em; color:var(--clay-dark); font-weight:600; margin-bottom:8px;}
  .section-title{font-size:24px; margin-bottom:12px;}
  .section-copy{font-size:14.5px; color:#4A4A42; line-height:1.6; max-width:38ch; margin-bottom:24px;}

  /* SERVICE AREAS */
  .chip-row{display:flex; flex-wrap:wrap; gap:8px;}
  .chip{
    padding:8px 14px; border-radius:999px; background:var(--white);
    border:1px solid var(--plaster-2); font-size:13px; font-weight:500; color:var(--pool-deep);
  }

  /* SERVICES GRID */
  .services{background:var(--white);}
  .grid-2{display:grid; grid-template-columns:1fr 1fr; gap:12px;}
  .service-card{
    background:var(--plaster); border-radius:var(--radius); padding:18px 14px;
    border:1px solid var(--plaster-2);
  }
  .service-card .icon{
    width:34px; height:34px; border-radius:9px; background:var(--pool-deep);
    color:var(--white); display:flex; align-items:center; justify-content:center; margin-bottom:12px; font-size:16px;
  }
  .service-card h3{font-size:14.5px; margin-bottom:5px; font-weight:600; font-family:'Inter',sans-serif;}
  .service-card p{font-size:12.5px; color:#6b6a60; line-height:1.45;}

  /* PROCESS - real sequence, numbered legitimately */
  .process{background:var(--pool-deep); color:var(--white);}
  .process .section-label{color:var(--pool-bright);}
  .process .section-copy{color:#D6EEF7;}
  .steps{display:flex; flex-direction:column;}
  .step{display:flex; gap:14px; padding:14px 0; border-bottom:1px solid rgba(255,255,255,0.12);}
  .step:last-child{border-bottom:none;}
  .step-num{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:13px; color:var(--pool-bright); min-width:28px;}
  .step-body h3{font-size:14.5px; font-weight:600; font-family:'Inter',sans-serif; margin-bottom:3px;}
  .step-body p{font-size:12.5px; color:#AEDBEC; line-height:1.4;}

  /* GALLERY */
  .gallery-grid{display:grid; grid-template-columns:1fr 1fr; gap:10px;}
  .gallery-item{
    aspect-ratio:1/1.1; border-radius:12px; overflow:hidden; position:relative;
    display:flex; align-items:flex-end; padding:10px; color:var(--white); font-size:12px; font-weight:600;
  }
  .gallery-item::after{content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);}
  .gallery-item span{position:relative; z-index:1;}
  .g1{background:linear-gradient(160deg,#3FA9DA,#1478A8);}
  .g2{background:linear-gradient(160deg,#C08A54,#B96A38);}
  .g3{background:linear-gradient(160deg,#5FD1E6,#1478A8);}
  .g4{background:linear-gradient(160deg,#9AA85E,#748039);}
  .gallery-cta{margin-top:16px; font-size:13.5px; font-weight:600; color:var(--pool-deep); display:flex; align-items:center; gap:6px;}

  /* REVIEWS */
  .reviews{background:var(--white);}
  .review-card{
    background:var(--plaster); border-radius:var(--radius); padding:18px; margin-bottom:12px; border:1px solid var(--plaster-2);
  }
  .stars{color:var(--clay); font-size:13px; margin-bottom:8px; letter-spacing:1px;}
  .review-card p{font-size:13.5px; line-height:1.55; color:#3a3a34; margin-bottom:10px;}
  .review-name{font-size:12px; font-weight:600; color:var(--pool-deep);}

  /* FINAL CTA / FORM */
  .final-cta{background:var(--clay); color:var(--white);}
  .final-cta .section-label{color:rgba(255,255,255,0.75);}
  .final-cta .section-title{color:var(--white);}
  .final-cta .section-copy{color:rgba(255,255,255,0.85);}
  .form-card{background:var(--white); border-radius:var(--radius); padding:18px;}
  .form-card input, .form-card select{
    width:100%; padding:13px 12px; border-radius:8px; border:1px solid #E3DCCB;
    font-size:14px; margin-bottom:10px; font-family:'Inter',sans-serif; background:var(--plaster); color:var(--ink);
  }
  .form-card .btn-primary{width:100%; margin-top:2px;}

  /* FOOTER */
  footer{padding:30px 22px 90px; background:var(--ink); color:var(--plaster-2);}
  footer .logo{color:var(--white); margin-bottom:10px;}
  footer p{font-size:12.5px; line-height:1.7; color:#A9A99C;}
  .foot-links{display:flex; gap:16px; margin-top:16px; font-size:12.5px;}

  /* STICKY CALL BAR */
  .call-bar{
    position:fixed; bottom:0; left:50%; transform:translateX(-50%);
    width:100%; max-width:var(--max);
    background:var(--ink); padding:12px 18px; display:flex; align-items:center; justify-content:space-between;
    z-index:30; border-top:1px solid rgba(255,255,255,0.08);
  }
  .call-bar .lead{color:var(--plaster-2); font-size:12.5px; font-weight:500;}
  .call-bar .btn-primary{padding:11px 20px; font-size:13.5px;}
/* MOBILE NAV DROPDOWN */
.nav-links{
  position:fixed; top:66px; left:50%; transform:translateX(-50%);
  width:100%; max-width:var(--max);
  background:var(--white); border-bottom:1px solid var(--plaster-2);
  display:none; flex-direction:column; padding:8px 22px 18px; z-index:19;
}
.nav-links.open{display:flex;}
.nav-links a{
  padding:13px 0; font-size:15px; font-weight:600; color:var(--ink);
  border-bottom:1px solid var(--plaster-2);
}
.nav-links a:last-child{border-bottom:none;}
.nav-links a.active{color:var(--pool-deep);}

/* SUB-PAGE HERO (shorter, for interior pages) */
.subhero{background:var(--pool-deep); position:relative; overflow:hidden;}
.subhero-inner{padding:28px 22px 46px;}
.subhero h1{color:var(--white); font-size:30px; letter-spacing:-0.01em; margin-bottom:10px;}
.subhero p{color:#D6EEF7; font-size:14.5px; line-height:1.5; max-width:36ch;}
.breadcrumb{font-size:12px; color:var(--pool-bright); margin-bottom:12px; font-weight:500;}
.breadcrumb a{text-decoration:underline;}

/* STATS GRID (about page) */
.stat-card{background:var(--plaster); border-radius:var(--radius); padding:16px; border:1px solid var(--plaster-2); text-align:center;}
.stat-card .num{font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:26px; color:var(--pool-deep);}
.stat-card .label{font-size:12px; color:#6b6a60; margin-top:2px;}

/* TEAM / STORY */
.story-block{display:flex; flex-direction:column; gap:10px; margin-bottom:22px;}
.story-block h3{font-size:16px;}
.story-block p{font-size:14px; color:#4A4A42; line-height:1.6;}

/* SERVICE DETAIL CARD (services page, full width) */
.service-detail{background:var(--white); border-radius:var(--radius); border:1px solid var(--plaster-2); padding:20px; margin-bottom:14px;}
.service-detail .icon{width:38px; height:38px; border-radius:10px; background:var(--pool-deep); color:var(--white); display:flex; align-items:center; justify-content:center; margin-bottom:14px; font-size:18px;}
.service-detail h3{font-size:17px; margin-bottom:6px;}
.service-detail p{font-size:13.5px; color:#4A4A42; line-height:1.6; margin-bottom:12px;}
.service-detail .tag-row{display:flex; flex-wrap:wrap; gap:6px;}
.service-detail .tag{font-size:11.5px; padding:5px 10px; border-radius:999px; background:var(--plaster); color:var(--pool-deep); font-weight:500;}

/* PORTFOLIO FILTER + FULL GALLERY */
.gallery-grid.full{grid-template-columns:1fr 1fr;}
.gallery-item.tall{aspect-ratio:1/1.3;}

/* CONTACT PAGE */
.contact-list{display:flex; flex-direction:column; gap:14px; margin-bottom:26px;}
.contact-row{display:flex; align-items:flex-start; gap:12px;}
.contact-row .icon{width:34px; height:34px; border-radius:9px; background:var(--plaster); color:var(--pool-deep); display:flex; align-items:center; justify-content:center; font-size:15px; flex-shrink:0;}
.contact-row h4{font-size:13.5px; margin-bottom:2px;}
.contact-row p{font-size:13px; color:#6b6a60;}
.form-card textarea{
  width:100%; padding:13px 12px; border-radius:8px; border:1px solid #E3DCCB;
  font-size:14px; margin-bottom:10px; font-family:'Inter',sans-serif; background:var(--plaster); color:var(--ink);
  resize:vertical; min-height:90px;
}
.form-note{font-size:11.5px; color:#8a897c; margin-top:8px; text-align:center;}
