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 #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 20px 20px 20px 20px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#LayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   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: 618px;
   z-index: 0;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 20px 20px 20px 20px;
}
#LayoutGrid3 .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#LayoutGrid3 > .row > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#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-simple{padding:56px 0 20px;text-align:center;}
  .page-hero-simple h1{font-size:38px;margin-bottom:14px;}
  .page-hero-simple p{color:var(--taupe);max-width:560px;margin:0 auto;font-size:15.5px;}

  .reviews-section{padding:48px 0 70px;}
  .reviews-frame{
    max-width:960px;margin:0 auto;
    background:var(--card);border:1px solid var(--line);border-radius:16px;
    padding:20px;
  }

  .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;}
  .cta-row{display:flex;gap:14px;justify-content:center;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;}

  @media (max-width:820px){
    .page-hero-simple h1{font-size:28px;}
  }
        .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; }
        }
    