body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 25px 0 0 0 ;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Html1
{
   display: inline-block;
   width: 100%;
   height: 2500px;
   z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 969px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 25px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Html1
{
   visibility: visible;
   display: block;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 25px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Html1
{
   visibility: visible;
   display: block;
}
}
  :root{
    --sand:#F6F1E7; --card:#FFFDF8; --teal:#0F6E56; --teal-dark:#0B5443;
    --ink:#2A2822; --taupe:#6B6558; --clay:#C1704A; --line:#E4DCC9;
  }
  *{box-sizing:border-box;margin:0;padding:0;}
  body{font-family:'Inter',sans-serif;background:var(--sand);color:var(--ink);line-height:1.6;}
  h1,h2,h3{font-family:'Fraunces',serif;font-weight:600;line-height:1.15;color:var(--ink);}
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:1120px;margin:0 auto;padding:0 24px;}
  .eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--teal-dark);font-weight:600;margin-bottom:12px;}

  /* HEADER */
  header{padding:20px 0;border-bottom:1px solid var(--line);background:var(--sand);position:sticky;top:0;z-index:30;}
  header .wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;}
  .brand{display:flex;align-items:center;gap:10px;}
  .brand-mark{width:38px;height:38px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-weight:600;font-size:16px;}
  .brand-name{font-family:'Fraunces',serif;font-weight:600;font-size:17px;}
  .brand-name span{display:block;font-family:'Inter',sans-serif;font-weight:400;font-size:11px;color:var(--taupe);letter-spacing:0.5px;}
  .desktop-nav ul{list-style:none;display:flex;gap:28px;font-size:14px;font-weight:500;}
  .desktop-nav a:hover{color:var(--teal-dark);}
  .desktop-nav a.active{color:var(--teal-dark);border-bottom:2px solid var(--teal-dark);padding-bottom:2px;}
  .header-actions{display:flex;align-items:center;gap:12px;}
  .phone-pill{display:flex;align-items:center;gap:8px;background:var(--teal);color:#fff;padding:9px 16px;border-radius:24px;font-size:14px;font-weight:600;white-space:nowrap;}
  .phone-pill:hover{background:var(--teal-dark);}

  /* HAMBURGER BUTTON */
  .hamburger-btn{
    display:none;flex-direction:column;justify-content:center;gap:5px;
    width:38px;height:38px;border:1px solid var(--line);border-radius:8px;
    background:var(--card);cursor:pointer;padding:0;
  }
  .hamburger-btn span{
    display:block;width:18px;height:2px;background:var(--ink);margin:0 auto;
    transition:transform 0.2s, opacity 0.2s;
  }
  .hamburger-btn.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .hamburger-btn.active span:nth-child(2){opacity:0;}
  .hamburger-btn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

  /* MOBILE NAV PANEL */
  .mobile-nav{display:none;}
  .mobile-nav.open{display:block;}
  .mobile-nav ul{
    list-style:none;max-width:1120px;margin:0 auto;padding:14px 24px 18px;
    display:flex;flex-direction:column;gap:4px;
  }
  .mobile-nav a{display:block;padding:12px 8px;font-size:15px;font-weight:500;border-radius:8px;}
  .mobile-nav a:hover, .mobile-nav a.active{background:var(--card);color:var(--teal-dark);}

  @media (max-width:820px){
    .desktop-nav{display:none;}
    .hamburger-btn{display:flex;}
  }

  .page-hero{padding:56px 0 44px;}
  .page-hero .wrap{display:grid;grid-template-columns:1.05fr 0.95fr;gap:48px;align-items:center;}
  .page-hero h1{font-size:40px;margin-bottom:16px;}
  .page-hero p.lead{font-size:16.5px;color:var(--taupe);max-width:460px;margin-bottom:26px;}
  .cta-row{display:flex;gap:14px;flex-wrap:wrap;}
  .btn{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border-radius:26px;font-size:14px;font-weight:600;}
  .btn-primary{background:var(--teal);color:#fff;}
  .btn-primary:hover{background:var(--teal-dark);}
  .btn-ghost{border:1.5px solid var(--ink);color:var(--ink);}
  .btn-ghost:hover{background:var(--ink);color:#fff;}
  .hero-photo{background:linear-gradient(160deg,#DCE8DE,#C7DAD4);border-radius:20px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;color:var(--teal-dark);font-size:13px;text-align:center;padding:20px;border:1px solid var(--line);}

  .section{padding:64px 0;}
  .section-tight{padding:44px 0;}
  .section-head{max-width:640px;margin:0 auto 40px;text-align:center;}
  .section-head h2{font-size:30px;}

  .feature-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:14px 28px;max-width:900px;margin:0 auto;}
  .feature-list li{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:16px 18px;font-size:14.5px;display:flex;gap:10px;align-items:flex-start;}
  .feature-list li b{color:var(--teal-dark);}

  .steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;}
  .step{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:20px 16px;text-align:center;}
  .step .num{font-family:'Fraunces',serif;font-size:26px;color:var(--clay);margin-bottom:8px;}
  .step p{font-size:13.5px;color:var(--taupe);}

  .service-note{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:24px 28px;max-width:760px;margin:0 auto;text-align:center;}
  .service-note h3{font-size:18px;margin-bottom:8px;}
  .service-note p{color:var(--taupe);font-size:14.5px;}

  .closing{padding:64px 0;text-align:center;background:var(--card);border-top:1px solid var(--line);}
  .closing h2{font-size:28px;margin-bottom:10px;}
  .closing p{color:var(--taupe);margin-bottom:24px;}
  .closing .cta-row{justify-content:center;}

  @media (max-width:820px){
    .page-hero .wrap{grid-template-columns:1fr;}
    .hero-photo{order:-1;}
    .page-hero h1{font-size:30px;}
    .feature-list{grid-template-columns:1fr;}
    .steps{grid-template-columns:repeat(2,1fr);}
  }
        .bigd-footer-wrapper {
            width: 100%;
            background-color: #2A2822;
            color: #C9C3B4;
            font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
            line-height: 1.6;
            border-top: 4px solid #0F6E56;
            box-sizing: border-box;
            clear: both;
            position: relative;
        }
        .bigd-footer-wrapper * { box-sizing: border-box; }
        .main-footer { padding: 40px 20px 20px 20px; font-size: 0.82rem; }
        .footer-grid {
            max-width: 1100px; margin: 0 auto;
            display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 30px; padding-bottom: 25px; border-bottom: 1px solid #3A382F;
        }
        .footer-col h4 {
            font-family: 'Fraunces', serif; color: #ffffff; font-size: 0.95rem; font-weight: 600;
            margin-top: 0; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 0.5px;
        }
        .footer-col ul { list-style: none; padding: 0; margin: 0; }
        .footer-col ul li { margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
        .footer-col p { margin: 0 0 12px 0; line-height: 1.4; }
        .footer-col a { color: #C9C3B4; text-decoration: none; transition: color 0.2s; }
        .footer-col a:hover { color: #ffffff; }
        .footer-call-link { color: #ffffff !important; font-weight: bold; font-size: 1rem; }
        .quick-links { display: flex; gap: 8px; margin-top: 12px; }
        .quick-icon {
            display: inline-flex; align-items: center; justify-content: center;
            width: 32px; height: 32px; border-radius: 4px; background-color: #3A382F;
            color: #ffffff !important; font-size: 0.95rem; transition: background-color 0.2s; text-decoration: none;
        }
        .quick-icon:hover { background-color: #0F6E56 !important; }
        .footer-bottom {
            max-width: 1100px; margin: 0 auto; padding-top: 15px;
            display: flex; justify-content: space-between; align-items: center;
            flex-wrap: wrap; gap: 15px; font-size: 0.78rem;
        }
        .footer-bottom a { color: #C9C3B4; text-decoration: none; }
        .footer-bottom a:hover { color: #ffffff; text-decoration: underline; }
        @media (max-width: 768px) {
            .footer-grid { grid-template-columns: 1fr; gap: 25px; }
            .footer-bottom { flex-direction: column; text-align: center; }
        }
    