/* Check House booking UI. Scoped to this form; no external fonts or libraries. */
:is(body, #info) .chw-booking.chw-target {
  --chw-ink: #263c35;
  --chw-accent: #52654a;
  --chw-gold: #b18a52;
  --chw-muted: #697169;
  --chw-border: #d9ddd3;
  --chw-surface: #f6f7f2;
  --chw-success: #3e674a;
  box-sizing: border-box;
  width: 100%; max-width: 960px; margin: 40px auto;
  padding: 46px 48px 34px;
  position: relative; isolation: isolate;
  border: 1px solid #e2e4da; border-radius: 24px;
  background: #fffefa; color: var(--chw-ink);
  box-shadow: 0 18px 60px -30px rgb(36 48 37 / 18%);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 15px; line-height: 1.7; text-align: left; letter-spacing: normal;
  -webkit-text-size-adjust: 100%; color-scheme: light;
}
:is(body, #info) .chw-booking.chw-target *, :is(body, #info) .chw-booking.chw-target *::before, :is(body, #info) .chw-booking.chw-target *::after { box-sizing: border-box; }
:is(body, #info) .chw-booking.chw-target p, :is(body, #info) .chw-booking.chw-target h3, :is(body, #info) .chw-booking.chw-target h4, :is(body, #info) .chw-booking.chw-target label,
:is(body, #info) .chw-booking.chw-target fieldset, :is(body, #info) .chw-booking.chw-target legend { margin: 0; padding: 0; border: 0; background: none; }
:is(body, #info) .chw-booking.chw-target span { margin: 0; padding: 0; font-size: inherit; letter-spacing: inherit; }
:is(body, #info) .chw-booking.chw-target h3::before, :is(body, #info) .chw-booking.chw-target h3::after, :is(body, #info) .chw-booking.chw-target h4::before, :is(body, #info) .chw-booking.chw-target h4::after { content: none; }
:is(body, #info) .chw-booking.chw-target [hidden] { display: none !important; }
/* Guard only against CF7's added formatting, never hide CF7 validation errors. */
:is(body, #info) .chw-booking.chw-target p:empty { display: none; }
:is(body, #info) .chw-booking.chw-target label > br, :is(body, #info) .chw-booking.chw-target .chw-field__head > br,
:is(body, #info) .chw-booking.chw-target .chw-submit-wrap > br, :is(body, #info) .chw-booking.chw-target .chw-house > br,
:is(body, #info) .chw-booking.chw-target .chw-house__part > br { display: none; }
:is(body, #info) .chw-booking.chw-target .chw-booking__header { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
:is(body, #info) .chw-booking.chw-target .chw-booking__intro { min-width: 0; }
:is(body, #info) .chw-booking.chw-target .chw-booking__eyebrow { margin-bottom: 16px; color: var(--chw-accent); font-size: 10px; font-weight: 600; letter-spacing: .19em; }
:is(body, #info) .chw-booking.chw-target .chw-booking__title { font-size: clamp(28px, 3.2vw, 38px); font-weight: 600; line-height: 1.55; letter-spacing: .075em; color: var(--chw-ink); }
:is(body, #info) .chw-booking.chw-target .chw-booking__lead { margin-top: 16px; color: var(--chw-muted); font-size: 13px; line-height: 1.95; }
/* The house is drawn with CSS, so no image or SVG upload is required. */
:is(body, #info) .chw-booking.chw-target .chw-house { position: relative; width: 154px; height: 166px; flex: 0 0 154px; color: var(--chw-accent); }
:is(body, #info) .chw-booking.chw-target .chw-house span { display: block; position: absolute; }
:is(body, #info) .chw-booking.chw-target .chw-house__halo { width: 122px; height: 122px; border-radius: 50%; background: #f2efe4; left: 16px; top: 10px; transition: background .6s; }
:is(body, #info) .chw-booking.chw-target .chw-house__part { inset: 0; transition: opacity .5s ease, translate .5s ease; }
:is(body, #info) .chw-booking.chw-target.is-enhanced .chw-house__part { opacity: .18; translate: 0 4px; }
:is(body, #info) .chw-booking.chw-target.is-enhanced .chw-house__part.is-built { opacity: 1; translate: 0 0; }
:is(body, #info) .chw-booking.chw-target .chw-house__base { width: 118px; height: 2px; background: currentColor; left: 18px; top: 122px; }
:is(body, #info) .chw-booking.chw-target .chw-house__walls { width: 78px; height: 64px; left: 38px; top: 59px; border: 2px solid currentColor; border-top: 0; }
:is(body, #info) .chw-booking.chw-target .chw-house__roof { width: 64px; height: 64px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; left: 45px; top: 28px; transform: rotate(45deg); }
:is(body, #info) .chw-booking.chw-target .chw-house__window { width: 19px; height: 21px; left: 52px; top: 77px; border: 2px solid currentColor; background: #e8cb83; }
:is(body, #info) .chw-booking.chw-target .chw-house__window::after { content: ""; position: absolute; height: 100%; width: 1px; background: currentColor; left: 7px; }
:is(body, #info) .chw-booking.chw-target .chw-house__door { width: 20px; height: 40px; top: 82px; left: 84px; border: 2px solid currentColor; border-bottom: 0; }
:is(body, #info) .chw-booking.chw-target .chw-house__door::after { content: ""; position: absolute; top: 19px; left: 3px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
:is(body, #info) .chw-booking.chw-target .chw-house__sun { width: 13px; height: 13px; border-radius: 50%; background: var(--chw-gold); top: 22px; right: 6px; }
:is(body, #info) .chw-booking.chw-target .chw-house__caption { width: 100%; bottom: 3px; text-align: center; letter-spacing: .16em; font-size: 8px; color: var(--chw-muted); }
:is(body, #info) .chw-booking.chw-target.is-ready .chw-house__halo { background: #eeecd9; }
:is(body, #info) .chw-booking.chw-target .chw-progress { display: none; }
:is(body, #info) .chw-booking.chw-target.is-enhanced .chw-progress { display: block; margin: 32px 0 30px; }
:is(body, #info) .chw-booking.chw-target .chw-progress__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 10px; }
:is(body, #info) .chw-booking.chw-target .chw-progress__message { font-size: 12px; color: var(--chw-muted); }
:is(body, #info) .chw-booking.chw-target .chw-progress__count { flex: 0 0 auto; font-size: 11px; color: var(--chw-muted); font-variant-numeric: tabular-nums; }
:is(body, #info) .chw-booking.chw-target .chw-progress__count strong { font-size: 19px; font-weight: 500; color: var(--chw-ink); }
:is(body, #info) .chw-booking.chw-target .chw-progress__track { height: 4px; overflow: hidden; border-radius: 9px; background: #e9ebe3; }
:is(body, #info) .chw-booking.chw-target .chw-progress__fill { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--chw-accent); transition: width .55s cubic-bezier(.22,1,.36,1); }
:is(body, #info) .chw-booking.chw-target .chw-progress__steps { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 9px; font-size: 10px; color: var(--chw-muted); }
:is(body, #info) .chw-booking.chw-target .chw-progress__steps span { position: relative; padding-left: 12px; }
:is(body, #info) .chw-booking.chw-target .chw-progress__steps span::before { content: ""; position: absolute; width: 5px; height: 5px; top: 6px; left: 0; border-radius: 50%; background: #c6cbbd; transition: background .3s, transform .3s; }
:is(body, #info) .chw-booking.chw-target .chw-progress__steps span.is-done { color: var(--chw-success); font-weight: 600; }
:is(body, #info) .chw-booking.chw-target .chw-progress__steps span.is-done::before { background: var(--chw-success); transform: scale(1.15); }
:is(body, #info) .chw-booking.chw-target .chw-fields { display: grid; grid-template-columns: minmax(0,1fr); gap: 26px; margin-top: 30px; }
:is(body, #info) .chw-booking.chw-target.is-enhanced .chw-fields { margin-top: 0; }
:is(body, #info) .chw-booking.chw-target .chw-field { min-width: 0; align-self: start; }
:is(body, #info) .chw-booking.chw-target .chw-field__label, :is(body, #info) .chw-booking.chw-target .chw-date-label { display: block; color: var(--chw-ink); font-weight: 400; }
:is(body, #info) .chw-booking.chw-target .chw-field__head { display: flex; width: 100%; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 10px; line-height: 1.5; }
:is(body, #info) .chw-booking.chw-target .chw-field__heading { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; }
:is(body, #info) .chw-booking.chw-target .chw-number { display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center; position: relative; flex: 0 0 26px; border: 1px solid #d8ddcd; border-radius: 50%; color: var(--chw-accent); background: #f8f9f3; font-size: 10px; font-weight: 500; transition: color .25s, background .25s, border-color .25s; }
:is(body, #info) .chw-booking.chw-target .chw-number::after { content: ""; position: absolute; width: 5px; height: 9px; top: 6px; left: 9px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg) scale(0); transition: transform .25s; }
:is(body, #info) .chw-booking.chw-target .chw-field.is-complete .chw-number { color: transparent; background: var(--chw-success); border-color: var(--chw-success); }
:is(body, #info) .chw-booking.chw-target .chw-field.is-complete .chw-number::after { transform: rotate(45deg) scale(1); }
:is(body, #info) .chw-booking.chw-target .chw-field.chw-just-completed .chw-number { animation: chw-booking-pop .38s ease-out; }
:is(body, #info) .chw-booking.chw-target .chw-required { flex: 0 0 auto; padding: 2px 6px; border: 1px solid #dce0d4; border-radius: 4px; font-size: 9px; font-weight: 500; letter-spacing: .08em; color: var(--chw-accent); }
:is(body, #info) .chw-booking.chw-target .wpcf7-form-control-wrap { display: block; width: 100%; min-width: 0; }
:is(body, #info) .chw-booking.chw-target .chw-input { display: block; width: 100%; max-width: 100%; min-width: 0; height: 56px; margin: 0; padding: 13px 14px; box-shadow: none; border: 1px solid var(--chw-border); border-radius: 10px; outline-offset: 3px; background: var(--chw-surface); color: var(--chw-ink); font-family: inherit; font-size: 16px; font-weight: 400; line-height: 1.5; letter-spacing: normal; transition: border-color .2s, background .2s, box-shadow .2s; }
:is(body, #info) .chw-booking.chw-target .chw-input::placeholder { color: #7c8279; opacity: 1; font-size: 13px; }
:is(body, #info) .chw-booking.chw-target .chw-input:focus { border-color: var(--chw-accent); outline: 2px solid transparent; background: #fff; box-shadow: 0 0 0 3px rgb(82 101 74 / 12%); }
:is(body, #info) .chw-booking.chw-target .chw-input:focus-visible { outline: 2px solid var(--chw-accent); }
:is(body, #info) .chw-booking.chw-target .chw-field.is-complete .chw-input { border-color: #a6b59b; background: #f9fbf5; }
:is(body, #info) .chw-booking.chw-target .chw-input.wpcf7-not-valid, :is(body, #info) .chw-booking.chw-target .chw-input[aria-invalid="true"] { border-color: #ab4f46; background: #fff8f5; }
:is(body, #info) .chw-booking.chw-target .wpcf7-not-valid-tip { display: block; margin-top: 7px; color: #9c3d34; font-size: 12px; line-height: 1.6; font-weight: 400; }
:is(body, #info) .chw-booking.chw-target .chw-field__hint { margin-top: 7px; color: var(--chw-muted); font-size: 10px; line-height: 1.8; }
:is(body, #info) .chw-booking.chw-target .chw-date-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 10px; }
:is(body, #info) .chw-booking.chw-target .chw-sub-label { display: block; margin: -1px 0 5px; color: var(--chw-muted); font-size: 10px; }
:is(body, #info) .chw-booking.chw-target input[type="date"].chw-input { -webkit-appearance: none; appearance: none; padding: 12px 8px; min-inline-size: 0; }
:is(body, #info) .chw-booking.chw-target input[type="date"]::-webkit-date-and-time-value { text-align: left; min-height: 1.5em; }
:is(body, #info) .chw-booking.chw-target input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; opacity: .65; padding: 3px; margin-left: 2px; }
:is(body, #info) .chw-booking.chw-target select.chw-input { -webkit-appearance: none; appearance: none; padding-right: 30px; background-image: linear-gradient(45deg,transparent 50%,#52654a 50%),linear-gradient(135deg,#52654a 50%,transparent 50%); background-position: calc(100% - 17px) center,calc(100% - 12px) center; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; font-size: 14px; }
:is(body, #info) .chw-booking.chw-target .chw-booking__footer { margin-top: 28px; padding-top: 23px; border-top: 1px solid #e9ebe3; }
:is(body, #info) .chw-booking.chw-target .chw-booking__privacy { margin-bottom: 16px; text-align: center; color: var(--chw-muted); font-size: 11px; line-height: 1.9; }
:is(body, #info) .chw-booking.chw-target .chw-booking__privacy a { color: var(--chw-accent); text-decoration: underline; text-underline-offset: 3px; }
:is(body, #info) .chw-booking.chw-target .chw-booking__privacy a:focus-visible { outline: 2px solid var(--chw-accent); outline-offset: 3px; }
:is(body, #info) .chw-booking.chw-target .chw-submit-wrap { position: relative; max-width: 520px; margin: 0 auto; }
:is(body, #info) .chw-booking.chw-target .chw-submit-wrap p { margin: 0; }
:is(body, #info) .chw-booking.chw-target .chw-submit { -webkit-appearance: none; appearance: none; display: block; width: 100%; max-width: 100%; height: 60px; margin: 0; padding: 16px 48px; border: 1px solid var(--chw-ink); border-radius: 10px; color: #fff; background: var(--chw-ink); box-shadow: 0 7px 18px -9px rgb(38 60 53 / 45%); font-family: inherit; font-size: 16px; font-weight: 500; line-height: 1.6; letter-spacing: .04em; text-align: center; cursor: pointer; transition: background .25s, transform .25s, box-shadow .25s; }
:is(body, #info) .chw-booking.chw-target.is-ready .chw-submit { background: #405938; border-color: #405938; }
:is(body, #info) .chw-booking.chw-target .chw-submit:focus-visible { outline: 2px solid var(--chw-accent); outline-offset: 4px; }
:is(body, #info) .chw-booking.chw-target .chw-submit:active { transform: translateY(1px); }
:is(body, #info) .chw-booking.chw-target .chw-submit-arrow { position: absolute; top: 50%; right: 24px; transform: translateY(-50%); font-size: 23px; line-height: 1; color: #fff; pointer-events: none; transition: translate .25s; }
:is(body, #info) .chw-booking.chw-target .chw-submit-wrap .wpcf7-spinner { position: absolute; left: 13px; top: 50%; margin: 0; transform: translateY(-50%); }
:is(body, #info) .chw-booking.chw-target.is-busy .chw-submit { cursor: progress; opacity: .78; }
:is(body, #info) .chw-booking.chw-target .chw-booking__note { margin-top: 14px; text-align: center; color: var(--chw-muted); font-size: 10px; line-height: 1.9; }
:is(body, #info) .chw-booking.chw-target .chw-success { padding: 34px 0 10px; text-align: center; outline-offset: 5px; }
:is(body, #info) .chw-booking.chw-target .chw-success__icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%; background: #e8eee0; color: var(--chw-success); font-size: 25px; }
:is(body, #info) .chw-booking.chw-target .chw-success__title { margin-bottom: 12px; font-size: 23px; color: var(--chw-ink); font-weight: 600; }
:is(body, #info) .chw-booking.chw-target .chw-success p { font-size: 13px; line-height: 1.9; }
:is(body, #info) .chw-booking.chw-target .chw-success .chw-success__note { margin-top: 15px; font-size: 11px; color: var(--chw-muted); }
:is(body, #info) .chw-booking.chw-target.is-sent .chw-form-body { display: none; }
:is(body, #info) .chw-booking.chw-target .chw-network-note { margin-top: 20px; padding: 14px; background: #fff5e6; color: #6e5028; font-size: 12px; border-radius: 8px; }
:is(body, #info) .chw-booking.chw-target .chw-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
/* JS marks only the CF7 wrapper containing this UI, preserving other forms. */
.wpcf7.chw-booking-host .wpcf7-response-output { max-width: 960px; margin: 18px auto; padding: 16px 20px; border-radius: 10px; font-size: 14px; line-height: 1.8; }
@media (hover: hover) {
  :is(body, #info) .chw-booking.chw-target .chw-input:hover { border-color: #a8b29e; }
  :is(body, #info) .chw-booking.chw-target .chw-submit:hover { transform: translateY(-2px); box-shadow: 0 11px 24px -12px rgb(38 60 53 / 65%); }
  :is(body, #info) .chw-booking.chw-target .chw-submit-wrap:hover .chw-submit-arrow { translate: 4px 0; }
}
@keyframes chw-booking-pop { 0%,100% { transform: scale(1); } 50% { transform: scale(1.15); } }
@media (max-width: 700px) {
  :is(body, #info) .chw-booking.chw-target { padding: 30px 26px 27px; margin: 24px auto; border-radius: 20px; }
  :is(body, #info) .chw-booking.chw-target .chw-fields { grid-template-columns: minmax(0,1fr); gap: 23px; }
  :is(body, #info) .chw-booking.chw-target .chw-house { transform: scale(.85); transform-origin: right center; margin-left: -20px; }
  :is(body, #info) .chw-booking.chw-target .chw-booking__title { font-size: 30px; }
  :is(body, #info) .chw-booking.chw-target .chw-booking__eyebrow { font-size: 9px; letter-spacing: .11em; }
}
@media (max-width: 440px) {
  :is(body, #info) .chw-booking.chw-target { padding: 26px 20px 23px; border-radius: 16px; }
  :is(body, #info) .chw-booking.chw-target .chw-booking__header { gap: 0; }
  :is(body, #info) .chw-booking.chw-target .chw-booking__title { font-size: 27px; letter-spacing: .025em; }
  :is(body, #info) .chw-booking.chw-target .chw-booking__eyebrow { font-size: 8px; letter-spacing: .085em; white-space: nowrap; margin-bottom: 13px; }
  :is(body, #info) .chw-booking.chw-target .chw-booking__lead { font-size: 11px; margin-top: 11px; }
  :is(body, #info) .chw-booking.chw-target .chw-house { width: 100px; flex-basis: 100px; height: 166px; transform: scale(.66); transform-origin: left center; margin-left: 0; margin-right: -13px; }
  :is(body, #info) .chw-booking.chw-target .chw-house__part, :is(body, #info) .chw-booking.chw-target .chw-house__caption { width: 154px; }
  :is(body, #info) .chw-booking.chw-target .chw-house__sun { right: 6px; }
  :is(body, #info) .chw-booking.chw-target.is-enhanced .chw-progress { margin: 23px 0 26px; }
  :is(body, #info) .chw-booking.chw-target .chw-progress__message { font-size: 10px; }
  :is(body, #info) .chw-booking.chw-target .chw-submit { height: 58px; padding-left: 30px; padding-right: 38px; font-size: 15px; letter-spacing: 0; }
  :is(body, #info) .chw-booking.chw-target .chw-submit-arrow { right: 15px; font-size: 20px; }
  :is(body, #info) .chw-booking.chw-target .chw-booking__privacy { font-size: 10px; }
  :is(body, #info) .chw-booking.chw-target .chw-date-grid { gap: 8px; }
  :is(body, #info) .chw-booking.chw-target select.chw-input { padding-left: 9px; font-size: 13px; }
}
@media (max-width: 350px) {
  :is(body, #info) .chw-booking.chw-target .chw-house { display: none; }
  :is(body, #info) .chw-booking.chw-target .chw-booking__title { font-size: 27px; }
  :is(body, #info) .chw-booking.chw-target .chw-date-grid { grid-template-columns: minmax(0,1fr); gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  :is(body, #info) .chw-booking.chw-target *, :is(body, #info) .chw-booking.chw-target *::before, :is(body, #info) .chw-booking.chw-target *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  :is(body, #info) .chw-booking.chw-target .chw-input:focus { outline: 2px solid Highlight; }
  :is(body, #info) .chw-booking.chw-target .chw-progress__fill, :is(body, #info) .chw-booking.chw-target .chw-progress__steps span.is-done::before { background: Highlight; forced-color-adjust: none; }
  :is(body, #info) .chw-booking.chw-target .chw-field.is-complete .chw-number { background: Highlight; color: transparent; forced-color-adjust: none; }
}
