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 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: 930px;
   height: 1534px;
   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 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
{
   width: 738px;
   height: 1108px;
   visibility: visible;
   display: inline-block;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
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 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
{
   width: 450px;
   height: 1108px;
   visibility: visible;
   display: inline-block;
}
}
@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 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
{
   width: 290px;
   height: 1108px;
   visibility: visible;
   display: inline-block;
}
}
/* 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;
}
.wb21-custom-wrapper {
    width: 100%;
    min-width: 100vw;
    display: block;
}

/* 1. Header Flexbox Layout */
.site-header {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 15px 5%;
    width: 100%;
    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;
    max-width: 1200px;
    margin: 0 auto;
}
.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;
}

/* 2. Hero Banner Layout */
.hero-section {
    background: #222222;
    padding: 100px 20px;
    text-align: center;
    color: #ffffff;
    width: 100%;
}
.hero-content {
    max-width: 800px;
    margin: 0 auto;
}
.hero-content h1 {
    font-size: 2.6rem;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hero-subtext {
    font-size: 1.2rem;
    margin-bottom: 25px;
    font-weight: 300;
    opacity: 0.9;
}
.btn-primary {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.3s;
}
.btn-primary:hover {
    background-color: #0056b3;
}

/* 3. Core Booking Section Grid */
.booking-section {
    background-color: #f8f9fa;
    padding: 60px 5%;
    width: 100%;
    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);
}

/* Left Sidebar Layout */
.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: 120px;
    font-weight: 600;
    color: #555555;
}

/* Right Input Fields Layout */
.form-row {
    display: flex;
    gap: 20px;
    width: 100%;
}
.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;
}
.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;
    width: 100%;
}
.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
    background-color: #ffffff;
}

/* Premium Form Button */
.btn-submit {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}
.btn-submit:hover {
    background-color: #007bff;
}

/* 4. Mobile Responsive Stacking Rules */
@media (max-width: 850px) {
    .form-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 25px;
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    .header-container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .contact-links a {
        margin: 0 10px;
    }
}
  :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 (hidden on desktop) */
  .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 (hidden unless toggled open) */
  .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 */
  .page-hero-simple{padding:56px 0 40px;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;}

  .contact-wrap{display:grid;grid-template-columns:0.8fr 1.2fr;gap:36px;padding-bottom:70px;align-items:start;}
  .info-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:28px;min-width:0;}
  .info-card h3{font-size:18px;margin-bottom:16px;}
  .info-row{display:flex;gap:12px;margin-bottom:14px;font-size:14.5px;}
  .info-row .k{color:var(--taupe);min-width:70px;}
  .info-row a{color:var(--teal-dark);font-weight:600;overflow-wrap:break-word;word-break:break-word;}

  @media (max-width:900px){
    .contact-wrap{grid-template-columns:1fr;}
  }
  @media (max-width:820px){
    .page-hero-simple h1{font-size:28px;}
  }

  /* FORM */
  .bigd-responsive-form-container {
      min-width: 0;
      font-family: 'Inter', sans-serif;
      background: var(--card);
      padding: 28px;
      border-radius: 16px;
      border: 1px solid var(--line);
      color: var(--ink);
      width: 100%;
      box-sizing: border-box;
  }
  .bigd-responsive-form-container h2 {
      font-family: 'Fraunces', serif;
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 5px;
      border-bottom: 2px solid var(--teal);
      padding-bottom: 10px;
  }
  .bigd-responsive-form-container .subtitle {
      font-size: 0.85rem;
      color: var(--taupe);
      margin: 10px 0 20px;
  }
  .form-row-flex { display: flex; gap: 15px; margin-bottom: 12px; width: 100%; }
  .form-field-unit { flex: 1; display: flex; flex-direction: column; min-width: 0; }
  .form-field-unit label {
      font-size: 0.75rem; font-weight: 600; margin-bottom: 4px;
      color: var(--teal-dark); text-transform: uppercase; letter-spacing: 0.4px;
  }
  .form-field-unit input, .form-field-unit select, .form-field-unit textarea {
      padding: 10px; border: 1px solid var(--line); border-radius: 8px;
      font-size: 0.9rem; background-color: #fff; font-family: inherit;
      color: var(--ink); width: 100%; box-sizing: border-box;
  }
  .form-field-unit input:focus, .form-field-unit select:focus, .form-field-unit textarea:focus {
      outline: none; border-color: var(--teal);
  }
  .honeypot-field{ display:none; }
  .submit-action-btn {
      background-color: var(--teal); color: #ffffff; padding: 13px 24px;
      font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
      border: none; border-radius: 26px; cursor: pointer; width: 100%; margin-top: 5px;
      transition: background 0.2s;
  }
  .submit-action-btn:hover{ background-color: var(--teal-dark); }

  @media (max-width: 768px) {
      .form-row-flex { flex-direction: column; gap: 12px; }
  }

  @media (max-width: 480px) {
      .wrap { padding: 0 12px; }
      .bigd-responsive-form-container { padding: 18px; }
      .info-card { padding: 18px; }
  }
        .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; }
        }
    