.s6-page{
  --ink:#1f1d1d;
  --muted:#706a67;
  --cream:#f7f1ea;
  --rose:#d7b2a5;
  --rose-dark:#8b665c;
  --line:#e5ddd8;
  --white:#ffffff;
  background:#fff;
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
}
.s6-wrap{width:min(1120px,calc(100% - 36px));margin:0 auto}
.s6-hero{
  padding:82px 0 66px;
  background:linear-gradient(135deg,#f7f1ea 0%,#efe2dd 100%);
}
.s6-kicker{
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:800;
  color:var(--rose-dark);
  margin-bottom:13px;
}
.s6-hero h1{
  margin:0 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:clamp(48px,7vw,78px);
  line-height:1;
  letter-spacing:-2px;
}
.s6-hero p{
  max-width:760px;
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.s6-section{padding:62px 0}
.s6-section.alt{background:var(--cream)}
.s6-section h2{
  margin:0 0 14px;
  font:400 40px/1.1 Georgia,"Times New Roman",serif;
}
.s6-lead{
  margin:0 0 28px;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
  max-width:820px;
}
.s6-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.s6-card{
  background:#fff;
  border:1px solid var(--line);
  padding:28px;
  border-radius:18px;
  box-shadow:0 10px 34px rgba(75,52,46,.05);
}
.s6-card h3{
  margin:0 0 12px;
  font:400 28px/1.1 Georgia,"Times New Roman",serif;
}
.s6-services{
  margin:0;
  padding-left:20px;
  color:var(--muted);
  line-height:1.75;
}
.s6-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.s6-btn{
  display:inline-block;
  padding:13px 19px;
  border-radius:999px;
  text-decoration:none!important;
  font-weight:800;
  border:1px solid var(--ink);
  background:var(--ink);
  color:#fff!important;
}
.s6-btn.light{
  background:#fff;
  color:var(--ink)!important;
}
.s6-contact-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:stretch;
}
.s6-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:32px;
}
.s6-panel.dark{
  background:#252121;
  color:#fff;
  border-color:#252121;
}
.s6-panel.dark p,.s6-panel.dark li{color:#ddd3cf}
.s6-panel h3{
  margin:0 0 14px;
  font:400 30px/1.15 Georgia,"Times New Roman",serif;
}
.s6-hours{list-style:none;padding:0;margin:14px 0 0}
.s6-hours li{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.13)}
.s6-hours li:last-child{border-bottom:0}
.s6-note{
  margin-top:24px;
  padding:20px 22px;
  border-left:4px solid var(--rose-dark);
  background:#f8f2ef;
  color:#5f5754;
  line-height:1.7;
}
.s6-appointment-choice{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.s6-choice{
  min-height:260px;
  border-radius:20px;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.s6-choice:first-child{background:#efe2dd}
.s6-choice:last-child{background:#252121;color:#fff}
.s6-choice h2{font-size:38px;margin-bottom:12px}
.s6-choice p{color:#6d625f;line-height:1.7}
.s6-choice:last-child p{color:#ddd3cf}
.s6-footer-card{
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.s6-footer-card strong{display:block;font-size:24px;margin-bottom:8px}
@media(max-width:760px){
  .s6-grid,.s6-contact-grid,.s6-appointment-choice{grid-template-columns:1fr}
  .s6-hero{padding:58px 0 46px}
  .s6-section{padding:46px 0}
  .s6-card,.s6-panel,.s6-choice{padding:24px}
}