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: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   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;
}
}
/* Global Reset & Typography */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333333;
    background-color: #fcfcfc;
    line-height: 1.6;
}

/* Header Flexbox Layout */
.site-header {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 15px 5%;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.brand-logo {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.contact-links a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.contact-links a:hover {
    color: #007bff;
}

/* Booking Section Layout */
.booking-section {
    background-color: #f8f9fa;
    padding: 60px 5%;
    display: flex;
    justify-content: center;
}
.form-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 50px;
    max-width: 1100px;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* Info Column Styling */
.form-info-col h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}
.form-instruction {
    color: #666666;
    font-size: 0.95rem;
    margin-bottom: 25px;
}
.direct-contact-box p, .hours-box p {
    margin-bottom: 12px;
    color: #333333;
}
.direct-contact-box a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}
.hours-box {
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
}
.hours-box h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}
.hours-box p span {
    display: inline-block;
    width: 100px;
    font-weight: 600;
    color: #555555;
}

/* Inputs & Form Rows */
.form-row {
    display: flex;
    gap: 20px;
}
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.form-group label {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.form-group input, 
.form-group select, 
.form-group textarea {
    padding: 12px 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #fafafa;
    transition: all 0.3s ease;
}
.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}
.recaptcha-wrapper {
    margin: 15px 0;
}

/* Submit Button Interaction */
.btn-submit {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}
.btn-submit:hover {
    background-color: #007bff;
}

/* Mobile Stacking Rules */
@media (max-width: 850px) {
    .form-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 25px;
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}
  :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;}
  img{max-width:100%;display:block;}
  .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;}
  }

  /* HERO */
  .hero{padding:64px 0 48px;}
  .hero .wrap{
    display:grid;
    grid-template-columns:1.05fr 0.95fr;
    gap:48px;
    align-items:center;
  }
  .hero h1{font-size:44px;margin-bottom:18px;}
  .hero p.lead{font-size:17px;color:var(--taupe);max-width:460px;margin-bottom:28px;}
  .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-art{position:relative;}
  .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);
  }
  .note-card{
    position:absolute;
    bottom:-26px;left:-26px;
    background:#fff;
    border:1.5px dashed var(--clay);
    border-radius:14px;
    padding:16px 20px;
    max-width:230px;
    transform:rotate(-4deg);
    box-shadow:0 12px 28px rgba(42,40,34,0.12);
  }
  .note-card p{
    font-family:'Caveat',cursive;
    font-size:20px;
    color:var(--ink);
    line-height:1.3;
  }
  .note-card span{
    display:block;margin-top:6px;
    font-family:'Inter',sans-serif;
    font-size:11px;color:var(--taupe);
  }

  /* TRUST STRIP */
  .trust{
    background:var(--card);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    padding:28px 0;
  }
  .trust ul{
    list-style:none;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:16px;
    text-align:center;
  }
  .trust li{font-size:13px;font-weight:500;color:var(--ink);}
  .trust li b{display:block;color:var(--teal-dark);font-size:20px;font-family:'Fraunces',serif;margin-bottom:4px;}

  /* SERVICES */
  .services{padding:80px 0;}
  .section-head{max-width:600px;margin:0 auto 44px;text-align:center;}
  .section-head h2{font-size:32px;}
  .cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
  .card{
    background:var(--card);
    border:1px solid var(--line);
    border-radius:18px;
    padding:32px;
  }
  .card .icon{
    width:44px;height:44px;border-radius:12px;
    background:#E3F0EA;color:var(--teal-dark);
    display:flex;align-items:center;justify-content:center;
    font-size:20px;margin-bottom:18px;
  }
  .card h3{font-size:21px;margin-bottom:10px;}
  .card p{color:var(--taupe);font-size:14.5px;margin-bottom:18px;}
  .card a{font-weight:600;color:var(--teal-dark);font-size:14px;}
  .card a:hover{text-decoration:underline;}

  /* TESTIMONIAL */
  .testimonial{padding:70px 0;background:var(--card);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
  .quote-box{max-width:640px;margin:0 auto;text-align:center;}
  .quote-box .mark{font-family:'Fraunces',serif;font-size:52px;color:var(--clay);line-height:1;}
  .quote-box p{font-family:'Fraunces',serif;font-size:22px;font-weight:500;margin:12px 0 16px;}
  .quote-box .who{font-size:13px;color:var(--taupe);font-weight:500;}

  /* CLOSING CTA */
  .closing{padding:70px 0;text-align:center;}
  .closing h2{font-size:30px;margin-bottom:12px;}
  .closing p{color:var(--taupe);margin-bottom:28px;}
  .closing .cta-row{justify-content:center;}

  /* FOOTER */
  .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; }
  }

  @media (max-width:820px){
    .hero .wrap{grid-template-columns:1fr;}
    .hero-art{order:-1;}
    .note-card{position:static;transform:none;margin-top:16px;max-width:none;}
    .trust ul{grid-template-columns:repeat(2,1fr);}
    .cards{grid-template-columns:1fr;}
    .hero h1{font-size:32px;}
  }
