:root, :host {
  --ink: #183c36;
  --muted: #55645d;
  --paper: #f8f7f2;
  --line: #d7ddd3;
  --green: #174c41;
  --soft: #ebefe5;
  --accent: #af502e;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); }
:host { display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: .25em; }
a:hover { text-decoration-thickness: 2px; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #9e461f; outline-offset: 4px; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
.preview-bar { padding: 8px 20px; text-align: center; background: #e9eddf; color: #3c5144; font-size: .75rem; letter-spacing: .015em; }
.preview-bar span { padding: 0 .65em; }
.site-header, .site-footer { max-width: 1440px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 6%; }
.site-header { border-bottom: 1px solid var(--line); }
.wordmark { font-family: Georgia, 'Times New Roman', serif; font-size: 2.15rem; line-height: 1; letter-spacing: -.08em; text-decoration: none; }
.wordmark span { display: block; font-family: Arial, Helvetica, sans-serif; font-size: .55rem; line-height: 1.8; letter-spacing: .17em; margin-top: 8px; }
.location { font-size: .8rem; color: var(--muted); }
.header-link { font-size: .85rem; font-weight: 600; }
.header-link span { margin-left: 12px; }
.site-footer { border-top: 1px solid var(--line); font-size: .75rem; color: var(--muted); padding-top: 22px; padding-bottom: 22px; }
.booking-layout { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 84px); max-width: 1440px; margin: auto; padding: 64px 6% 80px; align-items: start; }
.eyebrow { display: block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--accent); margin: 0 0 18px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.13; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 4.8vw, 4.6rem); max-width: 11ch; margin-bottom: 22px; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.5rem; margin-bottom: 16px; }
.intro { font-size: 1.05rem; max-width: 41ch; color: var(--muted); margin-bottom: 32px; }
.headline-price { border-top: 1px solid var(--line); padding-top: 24px; }
.headline-price h2 { font-size: 1.5rem; line-height: 1.35; letter-spacing: -.015em; }
.headline-price p { font-size: .88rem; margin-bottom: 14px; }
.treatment-copy { font-size: .8rem !important; color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; margin-top: 22px; }
.panel { border: 1px solid var(--line); background: white; padding: 32px; border-radius: 6px; box-shadow: 0 10px 30px #173a3005; }
.form-topline { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 20px; }
.form-topline .eyebrow { margin: 0; color: var(--muted); }
.step-number { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--soft); font-size: .7rem; }
.panel > p { color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
label, legend { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 7px; }
input, select { display: block; width: 100%; min-width: 0; min-height: 48px; border: 1px solid #9faea2; border-radius: 3px; color: var(--ink); padding: 11px 12px; background: #fff; font-size: .95rem; }
select { padding-right: 28px; text-overflow: ellipsis; }
input::placeholder { color: #6a746c; }
.hint, .muted { font-size: .8rem; color: var(--muted); }
.hint { display: block; margin-top: 6px; }
.privacy { border-top: 1px solid var(--line); margin: 24px 0 20px; padding-top: 17px; font-size: .75rem; color: var(--muted); }
.primary, .secondary { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; border-radius: 3px; padding: 11px 20px; font-size: .9rem; font-weight: 600; text-decoration: none; }
.primary { background: var(--green); border: 1px solid var(--green); color: white; }
.primary:hover { background: #103b32; }
.secondary { background: transparent; border: 1px solid #9faea2; color: var(--ink); }
.secondary:hover { background: var(--soft); }
.wide { width: 100%; }
.result { background: var(--soft); border: 1px solid #c3cfbf; border-radius: 5px; padding: 26px; margin-top: 24px; }
.result h2 { font-size: 1.8rem; }
.result p { font-size: .85rem; }
.result p:last-child { margin-bottom: 0; }
.price-list { margin: 22px 0; padding: 0; }
.price-list > div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 12px; font-size: .88rem; }
.price-list dt { flex: 1; }
.price-list dd { margin: 0; font-weight: 600; white-space: nowrap; }
.price-list .total { border-top: 1px solid #bdc9b9; padding-top: 16px; margin-top: 18px; font-size: 1.2rem; }
.result .primary { margin-top: 12px; }
.notice, .error, .success { padding: 16px; border-left: 3px solid #8b5838; background: #faf0e6; font-size: .88rem; margin: 20px 0 0; overflow-wrap: anywhere; }
.error { border-left-color: #9a3535; background: #fff0eb; color: #792626; }
.success { background: var(--soft); border-left-color: var(--green); color: var(--ink); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.review { padding-top: 28px; margin-top: 28px; border-top: 1px solid var(--line); }
.manage-main { max-width: 880px; margin: auto; padding: 54px 24px 72px; }
.action-panel { margin-top: 24px; }
.action-panel > .primary { margin-top: 20px; }
.policy { margin-top: 24px; font-size: .85rem; }
.policy summary { cursor: pointer; padding: 12px 0; }
.manage-main h1, :host h1.manage-title { max-width: none; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
input[type='radio'], input[type='checkbox'] { width: auto; min-height: 22px; display: inline-block; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 760px) {
  .site-header { padding: 23px 24px; gap: 16px; }
  .wordmark { font-size: 1.9rem; }
  .location { display: none; }
  .header-link { max-width: 120px; font-size: .75rem; text-align: right; }
  .header-link span { margin-left: 3px; }
  .booking-layout { grid-template-columns: 1fr; gap: 30px; padding: 36px 22px 44px; }
  h1 { font-size: 3rem; max-width: 13ch; }
  .intro { font-size: .95rem; margin-bottom: 25px; }
  .headline-price { padding-top: 20px; }
  .headline-price h2 { font-size: 1.4rem; }
  .panel { padding: 23px 20px; }
  .field-grid { gap: 18px 12px; }
  .result { padding: 22px 18px; }
  .price-list > div { gap: 10px; }
  .site-footer { padding: 22px; align-items: start; gap: 16px; }
  .manage-main { padding: 30px 20px 40px; }
}
@media (prefers-reduced-motion: no-preference) {
  button, a { transition: background-color .15s ease; }
}
