:root{
  --cream: #fef6ea;
  --blue: #a8d8e8;
  --blue-deep: #4f9db5;
  --pink: #f6b6c2;
  --yellow: #f6d98e;
  --ink: #2b3540;
  --ink-soft: #5b6873;
  --white: #ffffff;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
html, body{ max-width:100%; overflow-x:hidden; }
body{
  margin:0;
  font-family: Georgia, 'Times New Roman', serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.55;
}
h1,h2,h3{
  font-family: Georgia, 'Times New Roman', serif;
  margin:0 0 .4em;
  font-weight:700;
  color:var(--ink);
}
p{ margin:0 0 1em; color:var(--ink-soft); }
.wrap{ max-width:1100px; margin:0 auto; padding:0 24px; }
a{ color:var(--blue-deep); text-decoration:none; }

/* header */
.site-header{
  position:sticky; top:0; z-index:20;
  background:var(--cream);
  border-bottom:2px solid #e9dcc4;
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:14px; padding-bottom:14px;
  flex-wrap:wrap; row-gap:10px;
}
.brand{ display:flex; align-items:center; gap:10px; }
.brand-mark{ width:40px; height:40px; }
.brand-name{ font-size:1.3rem; font-weight:700; color:var(--ink); }
.site-nav{ display:flex; align-items:center; gap:22px; font-size:0.95rem; flex-wrap:wrap; }
.site-nav a{ color:var(--ink); font-weight:600; }
.site-nav a:hover{ color:var(--blue-deep); }
.nav-cta{
  background:var(--pink); color:var(--ink) !important;
  padding:8px 18px; border-radius:999px;
}

/* hero */
.hero{ padding:70px 0 40px; }
.hero-inner{ display:flex; align-items:center; gap:50px; flex-wrap:wrap; }
.hero-text{ flex:1 1 420px; }
.eyebrow{
  text-transform:uppercase; letter-spacing:.12em; font-size:0.8rem;
  color:var(--blue-deep); font-weight:700; margin-bottom:10px;
}
.hero h1{ font-size:2.8rem; line-height:1.15; }
.hero-sub{ font-size:1.1rem; max-width:480px; }
.hero-buttons{ display:flex; gap:14px; flex-wrap:wrap; margin-top:20px; }
.btn{
  display:inline-block; padding:13px 26px; border-radius:999px;
  font-weight:700; font-size:0.98rem;
}
.btn-primary{ background:var(--blue-deep); color:#fff; }
.btn-primary:hover{ background:#3d8399; }
.btn-ghost{ border:2px solid var(--blue-deep); color:var(--blue-deep); }
.btn-ghost:hover{ background:var(--blue); color:var(--ink); border-color:var(--blue); }
.hero-art{ flex:1 1 280px; display:flex; justify-content:center; }
.suds-svg{ width:100%; max-width:320px; }

/* services */
.services{ padding:60px 0; }
.services h2, .hours h2, .trust h2, .contact h2{ font-size:2rem; text-align:left; }
.services h2{ text-align:center; }
.section-sub{ text-align:center; max-width:560px; margin:0 auto 40px; }
.service-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.service-card{
  background:var(--white); border-radius:18px; padding:30px 24px;
  box-shadow:0 8px 24px rgba(43,53,64,0.06);
  text-align:center;
}
.service-icon{ width:64px; height:64px; margin:0 auto 16px; }
.service-icon svg{ width:100%; height:100%; }
.service-card h3{ font-size:1.25rem; }
.service-card p{ font-size:0.95rem; margin-bottom:0; }

/* hours */
.hours{ background:var(--white); padding:60px 0; }
.hours-inner{ display:flex; gap:50px; flex-wrap:wrap; }
.hours-card, .hours-map{ flex:1 1 320px; }
.hours-list{ list-style:none; padding:0; margin:0 0 16px; }
.hours-list li{
  display:flex; justify-content:space-between; padding:10px 0;
  border-bottom:1px solid #eee; font-size:1.02rem;
}
.hours-note{ font-size:0.9rem; color:var(--ink-soft); }
.hours-inner{ align-items:flex-start; }
.hours-card, .hours-map{ display:flex; flex-direction:column; }
.hours-map h3{ font-size:2rem; margin:0 0 .4em; font-weight:700; }
.hours-map p{ font-size:1.02rem; }

/* trust */
.trust{ padding:60px 0; }
.trust h2{ text-align:center; margin-bottom:40px; }
.trust-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.trust-item{
  text-align:center; background:var(--white); border-radius:18px;
  padding:34px 22px; box-shadow:0 8px 24px rgba(43,53,64,0.06);
}
.trust-num{
  display:inline-flex; align-items:center; justify-content:center;
  width:56px; height:56px; border-radius:50%;
  background:var(--pink); color:#fff; font-weight:700; font-size:1.4rem;
  margin-bottom:16px;
}
.trust-item p{ margin:0; font-size:0.95rem; }

/* contact */
.contact{ background:var(--white); padding:60px 0 80px; }
.contact-inner{ display:flex; gap:50px; flex-wrap:wrap; }
.contact-text{ flex:1 1 320px; min-width:0; }
.contact-detail{ font-weight:600; color:var(--ink); margin-bottom:6px; }
.contact-form-wrap{ flex:1 1 380px; min-width:0; max-width:100%; }

.sas-form{
  background:var(--cream); border-radius:18px; padding:28px;
  max-width:100%; box-sizing:border-box;
}
.cf-turnstile{ max-width:100%; overflow:hidden; }
.cf-turnstile iframe{ max-width:100%; }
.sas-form-intro{ font-size:0.95rem; margin-bottom:16px; }
.sas-field{ display:block; margin-bottom:16px; }
.sas-field span{ display:block; font-weight:700; margin-bottom:6px; font-size:0.92rem; }
.sas-field input, .sas-field textarea, .sas-field select{
  width:100%; padding:11px 14px; border-radius:10px;
  border:2px solid #e5dcc9; font-family:inherit; font-size:0.98rem;
  background:#fff; color:var(--ink);
}
.sas-field textarea{ min-height:110px; resize:vertical; }
.sas-form button{
  background:var(--blue-deep); color:#fff; border:none;
  padding:13px 28px; border-radius:999px; font-weight:700; font-size:1rem;
  cursor:pointer; margin-top:6px;
}
.sas-form button:hover{ background:#3d8399; }
.sas-form-status{ margin-top:12px; font-weight:600; }

/* footer */
.site-footer{ padding:26px 0; background:var(--cream); border-top:2px solid #e9dcc4; }
.footer-inner{ text-align:center; font-size:0.85rem; color:var(--ink-soft); display:flex; flex-direction:column; gap:6px; align-items:center; }
.botbuilt-credit{ font-size:0.78rem; color:var(--ink-soft); opacity:.75; }
.botbuilt-credit:hover{ color:var(--blue-deep); opacity:1; }

@media (max-width: 720px){
  .hero h1{ font-size:2.1rem; }
  .service-grid, .trust-grid{ grid-template-columns:1fr; }
  .site-nav{ gap:12px; font-size:0.85rem; }
}

@media (max-width: 520px){
  .header-inner{ justify-content:center; text-align:center; }
  .site-nav{ justify-content:center; width:100%; gap:10px 16px; }
  .nav-cta{ padding:7px 14px; }
  .sas-form{ padding:20px; }
}
