:root{
    --cream:#F7FAF4;
    --forest:#173A2E;
    --forest-soft:#1F4D3D;
    --mid-green:#2D6A4F;
    --mint:#C4E8D1;
    --mint-soft:#E4F3E9;
    --sage-text:#4A6357;
    --gold:#E3AE43;
    --gold-dark:#C6912E;
    --line:#CFE3D6;
    --shadow: 0 10px 30px -12px rgba(23,58,46,0.25);
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--cream);
    color:var(--forest);
    font-family:'Plus Jakarta Sans', sans-serif;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,.display{
    font-family:'Fraunces', serif;
    font-weight:600;
    letter-spacing:-0.01em;
    color:var(--forest);
    margin:0;
  }
  a{color:inherit;}
  .wrap{max-width:1080px; margin:0 auto; padding:0 24px;}

  /* Leaf/wind divider signature element */
  .breeze-divider{
    display:flex; align-items:center; justify-content:center;
    gap:10px; margin:0 auto; padding:36px 0 12px;
  }
  .breeze-divider svg{opacity:0.85;}

  /* NAV */
  nav{
    position:sticky; top:0; z-index:50;
    background:rgba(247,250,244,0.86);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav-inner{
    max-width:1080px; margin:0 auto; padding:14px 24px;
    display:flex; align-items:center; justify-content:space-between;
  }
  .brand{display:flex; align-items:center; gap:10px;}
  .brand-mark{
    width:44px;height:44px;border-radius:50%;
    background:#fff;
    display:flex;align-items:center;justify-content:center;
    box-shadow:var(--shadow);
    overflow:hidden; flex:none;
  }
  .brand-mark img{
    width:100%; height:100%; object-fit:cover;
  }
  .brand-name{font-family:'Fraunces',serif; font-weight:700; font-size:1.3rem; letter-spacing:-0.01em;}
  .brand-tag{font-size:0.68rem; color:var(--sage-text); letter-spacing:0.14em; text-transform:uppercase; margin-top:-2px;}
  .nav-cta{
    background:var(--forest); color:var(--cream); border:none;
    padding:10px 20px; border-radius:100px; font-weight:600; font-size:0.88rem;
    cursor:pointer; transition:transform .18s ease, background .18s ease;
    text-decoration:none; display:inline-block;
  }
  .nav-cta:hover{background:var(--mid-green); transform:translateY(-1px);}

  /* HERO */
  .hero{
    position:relative; overflow:hidden;
    padding:76px 0 40px;
  }
  .hero-grid{
    display:grid; grid-template-columns:1.1fr 0.9fr; gap:48px; align-items:center;
  }
  .eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    background:var(--mint-soft); color:var(--forest-soft);
    border:1px solid var(--line); padding:6px 14px; border-radius:100px;
    font-size:0.78rem; font-weight:600; letter-spacing:0.03em;
  }
  .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--gold); display:inline-block;}
  .hero h1{
    font-size:clamp(2.2rem, 4.4vw, 3.4rem);
    line-height:1.08;
    margin-top:18px;
  }
  .hero h1 em{
    font-style:normal; color:var(--mid-green);
    background:linear-gradient(180deg, transparent 62%, var(--mint) 62%);
  }
  .hero p.lede{
    margin-top:18px; font-size:1.05rem; color:var(--sage-text); max-width:46ch; line-height:1.65;
  }
  .hero-actions{display:flex; gap:14px; margin-top:30px; flex-wrap:wrap;}
  .btn-primary{
    background:var(--mid-green); color:#fff; border:none;
    padding:15px 26px; border-radius:100px; font-weight:700; font-size:0.95rem;
    cursor:pointer; box-shadow:var(--shadow); transition:transform .18s ease, background .18s ease;
    text-decoration:none; display:inline-flex; align-items:center; gap:8px;
  }
  .btn-primary:hover{background:var(--forest); transform:translateY(-2px);}
  .btn-ghost{
    background:transparent; color:var(--forest); border:1.5px solid var(--forest);
    padding:14px 24px; border-radius:100px; font-weight:600; font-size:0.95rem;
    cursor:pointer; text-decoration:none; display:inline-flex; align-items:center; gap:8px;
    transition:background .18s ease;
  }
  .btn-ghost:hover{background:var(--mint-soft);}

  .hero-stats{display:flex; gap:28px; margin-top:38px; flex-wrap:wrap;}
  .stat b{display:block; font-family:'Fraunces',serif; font-size:1.6rem; color:var(--forest);}
  .stat span{font-size:0.8rem; color:var(--sage-text);}

  /* Hero visual: AC unit with breeze */
  .hero-visual{position:relative; display:flex; justify-content:center;}
  .ac-card{
    position:relative; width:100%; max-width:380px; aspect-ratio:4/5;
    background:linear-gradient(165deg, var(--forest-soft), var(--forest));
    border-radius:28px; box-shadow:var(--shadow);
    display:flex; align-items:center; justify-content:center; overflow:hidden;
  }
  .ac-card::after{
    content:''; position:absolute; inset:0;
    background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.08), transparent 60%);
  }
  .float-badge{
    position:absolute; background:#fff; border-radius:16px; padding:12px 16px;
    box-shadow:var(--shadow); display:flex; align-items:center; gap:10px; font-size:0.82rem; font-weight:600;
  }
  .float-badge.b1{top:14%; left:-6%;}
  .float-badge.b2{bottom:12%; right:-8%;}

  /* SECTION shared */
  section{padding:64px 0;}
  .section-head{max-width:640px; margin:0 auto 44px; text-align:center;}
  .section-head .eyebrow{margin-bottom:14px;}
  .section-head h2{font-size:clamp(1.7rem,3vw,2.3rem);}
  .section-head p{color:var(--sage-text); margin-top:12px; line-height:1.6;}

  /* Why us cards */
  .why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  .why-card{
    background:#fff; border:1px solid var(--line); border-radius:20px; padding:28px 24px;
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .why-card:hover{transform:translateY(-4px); box-shadow:var(--shadow);}
  .why-icon{
    width:46px;height:46px;border-radius:13px; background:var(--mint-soft);
    display:flex; align-items:center; justify-content:center; margin-bottom:16px;
  }
  .why-card h3{font-size:1.08rem; margin-bottom:8px;}
  .why-card p{color:var(--sage-text); font-size:0.92rem; line-height:1.55; margin:0;}

  /* BOOKING FORM */
  .booking{background:var(--forest); border-radius:32px; margin:0 24px; padding:52px 0; color:var(--cream);}
  .booking .wrap{max-width:820px;}
  .booking .section-head h2, .booking .section-head p{color:var(--cream);}
  .booking .section-head p{color:#CFE3D6;}
  .booking .eyebrow{background:rgba(228,243,233,0.12); color:var(--mint); border-color:rgba(228,243,233,0.2);}

  form#bookingForm{
    background:var(--cream); border-radius:24px; padding:36px; box-shadow:var(--shadow);
    color:var(--forest);
  }
  .form-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
  .field{display:flex; flex-direction:column; gap:7px;}
  .field.full{grid-column:1 / -1;}
  label{font-size:0.82rem; font-weight:700; color:var(--forest-soft);}
  label .req{color:var(--gold-dark);}
  input, select, textarea{
    border:1.5px solid var(--line); border-radius:12px; padding:12px 14px;
    font-family:inherit; font-size:0.94rem; background:#fff; color:var(--forest);
    outline:none; transition:border-color .15s ease, box-shadow .15s ease;
  }
  input:focus, select:focus, textarea:focus{
    border-color:var(--mid-green); box-shadow:0 0 0 3px rgba(45,106,79,0.15);
  }
  textarea{resize:vertical; min-height:70px;}
  .hint{font-size:0.74rem; color:var(--sage-text); font-weight:500;}
  .form-footer{
    display:flex; align-items:center; justify-content:space-between; gap:16px;
    margin-top:26px; flex-wrap:wrap;
  }
  .form-note{font-size:0.78rem; color:var(--sage-text); max-width:40ch;}
  #formMsg{
    margin-top:14px; padding:12px 16px; border-radius:12px; font-size:0.86rem; font-weight:600;
    display:none;
  }
  #formMsg.show{display:block;}
  #formMsg.ok{background:var(--mint-soft); color:var(--forest-soft); border:1px solid var(--line);}
  #formMsg.err{background:#FBEAE7; color:#9A3B2E; border:1px solid #F0C9C2;}

  /* TRACKER */
  .tracker-wrap{display:none; margin-top:34px;}
  .tracker-wrap.show{display:block;}
  .tracker-card{
    background:#fff; border:1px solid var(--line); border-radius:20px; padding:26px; box-shadow:var(--shadow);
  }
  .tracker-head{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;}
  .tracker-head h3{font-size:1.1rem;}
  .tracker-id{font-size:0.76rem; color:var(--sage-text); font-weight:600;}
  .route{
    position:relative; margin:26px 0 14px; height:70px;
  }
  .route svg{width:100%; height:100%;}
  .steps{
    display:grid; grid-template-columns:repeat(4,1fr); gap:6px; margin-top:6px;
  }
  .step{text-align:center; font-size:0.72rem; color:#AEB9AF; font-weight:700;}
  .step.active{color:var(--mid-green);}
  .step-dot{
    width:10px; height:10px; border-radius:50%; background:#DCE6DF; margin:0 auto 6px;
  }
  .step.active .step-dot{background:var(--mid-green); box-shadow:0 0 0 4px rgba(45,106,79,0.15);}
  .status-line{
    margin-top:16px; padding:12px 14px; background:var(--mint-soft); border-radius:12px;
    font-size:0.86rem; font-weight:600; color:var(--forest-soft); display:flex; align-items:center; gap:10px;
  }
  .status-line .pulse{
    width:9px;height:9px;border-radius:50%; background:var(--mid-green); position:relative; flex:none;
  }
  .status-line .pulse::after{
    content:''; position:absolute; inset:-5px; border-radius:50%; border:2px solid var(--mid-green);
    animation:pulse 1.6s infinite ease-out;
  }
  @keyframes pulse{0%{transform:scale(0.6); opacity:0.9;} 100%{transform:scale(1.9); opacity:0;}}
  .tracker-disclaimer{
    margin-top:14px; font-size:0.72rem; color:#9AA79C; line-height:1.5;
  }

  /* FOOTER */
  footer{
    background:var(--forest); color:var(--cream); margin-top:60px; padding:44px 0 26px;
  }
  .footer-grid{display:flex; justify-content:space-between; flex-wrap:wrap; gap:26px;}
  footer .brand-name{color:var(--cream);}
  footer .sage{color:#AFC6BA; font-size:0.85rem; line-height:1.7;}
  .footer-bottom{
    margin-top:34px; padding-top:20px; border-top:1px solid rgba(255,255,255,0.12);
    font-size:0.76rem; color:#7FA08C; display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px;
  }

  /* WA floating button */
  .wa-float{
    position:fixed; right:22px; bottom:22px; z-index:60;
    width:60px; height:60px; border-radius:50%;
    background:#25D366; display:flex; align-items:center; justify-content:center;
    box-shadow:0 12px 26px -6px rgba(0,0,0,0.35); text-decoration:none;
    transition:transform .18s ease;
  }
  .wa-float:hover{transform:scale(1.08);}

  @media (max-width:860px){
    .hero-grid{grid-template-columns:1fr;}
    .hero-visual{order:-1;}
    .why-grid{grid-template-columns:1fr;}
    .form-grid{grid-template-columns:1fr;}
    .booking{margin:0 12px; border-radius:24px;}
    .steps{grid-template-columns:repeat(2,1fr); row-gap:14px;}
    .footer-grid{flex-direction:column;}
  }

  @media (prefers-reduced-motion: reduce){
    .status-line .pulse::after{animation:none;}
  }