* { box-sizing: border-box; }
body { margin: 0; color: #16281e; background: #faf7f2; font: 16px/1.65 Arial, sans-serif; }
a { color: #2d5a42; text-underline-offset: 4px; }
header { max-width: 1180px; margin: auto; padding: 24px; display: flex; gap: 20px; justify-content: space-between; align-items: center; border-bottom: 1px solid #e2dad0; }
.brand { font: 700 25px/1.1 Georgia, serif; text-decoration: none; }
.brand span { display: block; font: 10px/1.8 Arial, sans-serif; margin-top: 6px; }
main { max-width: 1180px; margin: 48px auto; padding: 0 24px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.intro { padding-top: 32px; }
.eyebrow { color: #805529; text-transform: uppercase; font-size: 12px; font-weight: 700; }
h1 { font: 48px/1.16 Georgia, serif; margin: 16px 0 24px; }
h2 { font: 27px/1.3 Georgia, serif; margin: 0 0 24px; }
.intro ul { padding-left: 20px; margin: 28px 0; }
.intro li { margin: 12px 0; }
.practice-photo { display: block; width: 100%; max-width: 420px; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 38%; margin: 24px 0; background: #e8f0ec; }
.booking { padding: 32px; background: #fff; border: 1px solid #e2dad0; border-radius: 8px; }
label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 700; }
label span { color: #576f61; font-weight: 400; }
input, select, button, .button { font: inherit; }
input:not([type=checkbox]), select { width: 100%; min-width: 0; padding: 12px; border: 1px solid #b8c5bb; border-radius: 4px; background: #fff; color: #16281e; margin-bottom: 20px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 22px; font-size: 13px; }
.consent input { flex: 0 0 18px; width: 18px; height: 18px; margin: 3px 0 0; accent-color: #2d5a42; }
button, .button { display: block; width: 100%; padding: 15px 18px; text-align: center; text-decoration: none; color: #fff; border: 0; border-radius: 4px; background: #2d5a42; font-weight: 700; cursor: pointer; }
button:hover, .button:hover { background: #1b3b2b; }
:focus-visible { outline: 3px solid #c68a4c; outline-offset: 3px; }
.small { color: #576f61; font-size: 13px; }
.trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
footer { padding: 24px; text-align: center; font-size: 13px; border-top: 1px solid #e2dad0; overflow-wrap: anywhere; }
@media (max-width: 760px) {
  header { padding: 18px; flex-wrap: wrap; font-size: 13px; }
  main { grid-template-columns: 1fr; gap: 24px; margin: 24px auto; padding: 0 18px; }
  .intro { padding-top: 0; }
  h1 { font-size: 36px; }
  .booking { padding: 24px 18px; }
}
