.ts3d-booking,
.ts3d-booking * { box-sizing: border-box; }
.ts3d-booking {
  --ts-ink: #173f43;
  --ts-muted: #60777a;
  --ts-green: #1f5b53;
  --ts-mint: #eaf4ee;
  --ts-cream: #fffdf8;
  --ts-gold: #bf9354;
  --ts-line: #d9e6df;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 100px;
  color: var(--ts-ink);
  font-family: Arial, Helvetica, sans-serif;
}
body:has(.ts3d-booking) .wp-site-blocks > header,
body:has(.ts3d-booking) .wp-site-blocks > footer,
body:has(.ts3d-booking) .wp-block-post-title { display: none; }
body:has(.ts3d-booking) .wp-site-blocks { padding-top: 0; padding-bottom: 0; }
body:has(.ts3d-booking) main { margin-top: 0; }
.ts3d-booking__header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid var(--ts-line); }
.ts3d-booking__brand { color: var(--ts-ink) !important; font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.ts3d-booking__header > div { display: flex; align-items: center; gap: 16px; color: var(--ts-muted); font-size: .78rem; }
.ts3d-booking__header a { color: var(--ts-green); font-weight: 700; }
.ts3d-booking__intro { max-width: 820px; padding: 74px 0 45px; }
.ts3d-kicker { margin: 0 0 14px !important; color: var(--ts-green); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ts3d-booking h1 { margin: 0; font-size: clamp(3rem, 6vw, 5.9rem); font-weight: 500; letter-spacing: -.065em; line-height: .95; }
.ts3d-booking__intro > p:last-child { max-width: 680px; margin: 25px 0 0; color: var(--ts-muted); font-size: 1.06rem; line-height: 1.7; }
.ts3d-progress { display: grid; grid-template-columns: 110px 1fr; gap: 20px; align-items: center; margin-bottom: 22px; color: var(--ts-muted); font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.ts3d-progress > div { height: 4px; overflow: hidden; background: #e4ece8; }
.ts3d-progress i { display: block; width: 10%; height: 100%; background: var(--ts-green); transition: width .25s ease; }
.ts3d-form { width: calc(100% - 350px); min-height: 610px; position: relative; border: 1px solid var(--ts-line); background: #fff; box-shadow: 0 25px 65px rgba(23,63,67,.1); }
.ts3d-step { display: none; padding: 34px 34px 28px; }
.ts3d-step.is-active { display: block; animation: ts3d-in .2s ease-out; }
@keyframes ts3d-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.ts3d-step__heading { display: flex; gap: 18px; margin-bottom: 30px; }
.ts3d-step__heading > span { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; background: var(--ts-mint); color: var(--ts-green); font-size: .72rem; font-weight: 800; }
.ts3d-step__heading h2 { margin: 0 0 7px; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
.ts3d-step__heading p { margin: 0; color: var(--ts-muted); font-size: .88rem; }
.ts3d-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.ts3d-fields label { display: block; color: #405d60; font-size: .76rem; font-weight: 700; }
.ts3d-fields em { color: #849597; font-style: normal; font-weight: 400; }
.ts3d-fields input,
.ts3d-fields select,
.ts3d-fields textarea { width: 100%; min-height: 50px; margin-top: 8px; padding: 12px 13px; border: 1px solid #cad9d2; border-radius: 3px; background: #fff; color: var(--ts-ink); font: inherit; font-size: .9rem; }
.ts3d-fields textarea { resize: vertical; }
.ts3d-fields input:focus,
.ts3d-fields select:focus,
.ts3d-fields textarea:focus { outline: 3px solid rgba(31,91,83,.12); border-color: var(--ts-green); }
.ts3d-wide { grid-column: 1 / -1; }
.ts3d-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ts3d-options--types { grid-template-columns: repeat(2, 1fr); }
.ts3d-options label { min-height: 84px; display: flex; gap: 13px; align-items: center; padding: 16px; border: 1px solid var(--ts-line); cursor: pointer; }
.ts3d-options label:has(input:checked) { border-color: var(--ts-green); background: #f3faf6; box-shadow: inset 0 0 0 1px var(--ts-green); }
.ts3d-options input { width: 18px; height: 18px; accent-color: var(--ts-green); }
.ts3d-options span { display: flex; flex-direction: column; gap: 4px; }
.ts3d-options b { font-size: .88rem; }
.ts3d-options small { color: var(--ts-muted); font-size: .72rem; }
.ts3d-services { display: grid; gap: 10px; }
.ts3d-services label { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; padding: 17px; border: 1px solid var(--ts-line); cursor: pointer; }
.ts3d-services label:has(input:checked) { border-color: var(--ts-green); background: #f3faf6; }
.ts3d-services label.is-required { background: #f5f7f6; cursor: default; }
.ts3d-services input { width: 18px; height: 18px; accent-color: var(--ts-green); }
.ts3d-services span { display: flex; flex-direction: column; gap: 3px; }
.ts3d-services b { font-size: .9rem; }
.ts3d-services small { color: var(--ts-muted); font-size: .74rem; }
.ts3d-services strong { color: var(--ts-green); font-size: .78rem; }
.ts3d-review { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ts3d-review > div { min-height: 116px; display: flex; flex-direction: column; gap: 8px; padding: 18px; border: 1px solid var(--ts-line); }
.ts3d-review span { color: var(--ts-green); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.ts3d-review strong { font-size: .9rem; }
.ts3d-review small { color: var(--ts-muted); font-size: .74rem; line-height: 1.5; }
.ts3d-review__total { grid-column: 1 / -1; background: var(--ts-mint); }
.ts3d-review__total strong { font-size: 1.7rem; font-weight: 500; }
.ts3d-terms { border-top: 1px solid var(--ts-line); }
.ts3d-terms p { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--ts-line); color: var(--ts-muted); font-size: .82rem; }
.ts3d-terms b { color: var(--ts-ink); }
.ts3d-consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 20px; padding: 17px; background: #f4f9f6; font-size: .82rem; font-weight: 700; cursor: pointer; }
.ts3d-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--ts-green); }
.ts3d-payment { padding: 34px; background: var(--ts-mint); text-align: center; }
.ts3d-payment > span { color: var(--ts-green); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ts3d-payment h3 { margin: 18px 0 9px; font-size: 1.65rem; }
.ts3d-payment p { max-width: 570px; margin: auto; color: var(--ts-muted); font-size: .84rem; }
.ts3d-payment div { margin-top: 22px; color: var(--ts-green); font-weight: 800; }
.ts3d-confirmation { max-width: 640px; margin: auto; padding: 35px 10px; text-align: center; }
.ts3d-confirmation > span { width: 65px; height: 65px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--ts-green); color: #fff; font-size: 1.6rem; }
.ts3d-confirmation h2 { margin: 10px 0 12px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.05em; }
.ts3d-confirmation > p:not(.ts3d-kicker) { color: var(--ts-muted); }
.ts3d-confirmation > div { max-width: 360px; display: flex; justify-content: space-between; gap: 20px; margin: 25px auto; padding: 14px; border: 1px solid var(--ts-line); }
.ts3d-confirmation > div span { color: var(--ts-muted); font-size: .75rem; }
.ts3d-confirmation a { display: inline-block; padding: 13px 20px; background: var(--ts-green); color: #fff !important; text-decoration: none; font-weight: 700; }
.ts3d-controls { min-height: 82px; display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 16px 34px; border-top: 1px solid var(--ts-line); background: #fafcfb; }
.ts3d-controls button { min-height: 48px; padding: 0 21px; border: 1px solid var(--ts-line); border-radius: 3px; background: #fff; color: var(--ts-ink); font-weight: 800; cursor: pointer; }
.ts3d-controls button:disabled { opacity: .4; cursor: not-allowed; }
.ts3d-controls .ts3d-next,
.ts3d-controls .ts3d-submit { margin-left: auto; border-color: var(--ts-green); background: var(--ts-green); color: #fff; }
.ts3d-error { margin: 0 34px 18px; padding: 12px 14px; border-left: 3px solid #b44444; background: #fff0ef; color: #873331; font-size: .82rem; }
.ts3d-summary { width: 328px; position: absolute; top: 355px; right: max(16px, calc((100vw - min(1180px, calc(100% - 32px))) / 2)); padding: 27px; background: var(--ts-ink); color: #fff; box-shadow: 0 24px 60px rgba(23,63,67,.18); }
.ts3d-summary > span { color: #c9dfd5; font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.ts3d-summary > strong { display: block; margin: 20px 0 8px; font-size: 2.6rem; font-weight: 500; letter-spacing: -.05em; }
.ts3d-summary > p { margin: 0; color: #b8cfca; font-size: .72rem; line-height: 1.55; }
.ts3d-summary dl { margin: 24px 0 0; border-top: 1px solid rgba(255,255,255,.15); }
.ts3d-summary dl div { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ts3d-summary dt { color: #9eb9b4; font-size: .65rem; }
.ts3d-summary dd { margin: 0; font-size: .7rem; text-align: right; }
.ts3d-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
@media (max-width: 920px) {
  .ts3d-form { width: 100%; }
  .ts3d-summary { width: 100%; position: static; margin-top: 18px; }
}
@media (max-width: 620px) {
  .ts3d-booking { width: min(100% - 24px, 1180px); padding-top: 12px; }
  .ts3d-booking__header { align-items: flex-start; flex-direction: column; justify-content: center; padding: 14px 0; }
  .ts3d-booking__header > div { width: 100%; justify-content: space-between; }
  .ts3d-booking__intro { padding: 50px 0 34px; }
  .ts3d-booking h1 { font-size: clamp(2.75rem, 14vw, 4.3rem); }
  .ts3d-progress { grid-template-columns: 90px 1fr; }
  .ts3d-step { padding: 24px 18px; }
  .ts3d-step__heading { gap: 12px; }
  .ts3d-step__heading > span { width: 38px; height: 38px; }
  .ts3d-fields,
  .ts3d-options,
  .ts3d-options--types,
  .ts3d-review { grid-template-columns: 1fr; }
  .ts3d-wide,
  .ts3d-review__total { grid-column: auto; }
  .ts3d-services label { grid-template-columns: auto 1fr; }
  .ts3d-services strong { grid-column: 2; }
  .ts3d-controls { padding: 14px 18px; }
  .ts3d-controls button { padding: 0 16px; }
  .ts3d-error { margin-inline: 18px; }
  .ts3d-summary { padding: 23px; }
}
.ts3d-booking { position: relative; }
.ts3d-booking:before { content: ""; display: block; height: 6px; margin-bottom: 8px; background: linear-gradient(90deg, var(--ts-green), #77aa8e 55%, var(--ts-gold)); }
.ts3d-booking__brand { display: inline-flex; align-items: center; gap: 10px; }
.ts3d-booking__brand img { width: 54px; height: 54px; object-fit: contain; }
.ts3d-booking__brand span { display: inline-block; }
.ts3d-intro-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.ts3d-intro-points span { padding: 8px 11px; border: 1px solid var(--ts-line); background: #fff; color: var(--ts-green); font-size: .68rem; font-weight: 800; letter-spacing: .02em; }
.ts3d-marketing { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 280px; margin: 8px 0 28px; overflow: hidden; background: var(--ts-ink); color: #fff; box-shadow: 0 20px 50px rgba(23,63,67,.14); }
.ts3d-marketing__image { min-height: 280px; overflow: hidden; }
.ts3d-marketing__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ts3d-marketing__copy { padding: 34px 38px; }
.ts3d-marketing__copy .ts3d-kicker { color: #b9d9c6; }
.ts3d-marketing__copy h2 { margin: 10px 0 12px; color: #fff; font-size: clamp(1.8rem, 3.2vw, 2.8rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.02; }
.ts3d-marketing__copy > p:not(.ts3d-kicker) { max-width: 570px; margin: 0; color: #c1d3cf; font-size: .92rem; }
.ts3d-marketing__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.ts3d-marketing__benefits span { display: flex; flex-direction: column; gap: 8px; color: #dce9e4; font-size: .72rem; line-height: 1.4; }
.ts3d-marketing__benefits b { color: var(--ts-gold); font-size: .65rem; letter-spacing: .1em; }
@media (max-width: 760px) {
  .ts3d-marketing { grid-template-columns: 1fr; }
  .ts3d-marketing__image { min-height: 210px; max-height: 260px; }
  .ts3d-marketing__copy { padding: 26px 22px 30px; }
  .ts3d-marketing__benefits { grid-template-columns: 1fr; gap: 14px; }
}
.ts3d-form { width: 100%; }
.ts3d-summary { width: 100%; position: static; margin-top: 18px; }
@media (min-width: 921px) {
  .ts3d-summary { display: grid; grid-template-columns: 1fr 1.15fr; gap: 18px 30px; align-items: center; }
  .ts3d-summary > strong { margin: 0; }
  .ts3d-summary > p { margin: 0; }
  .ts3d-summary dl { grid-column: 1 / -1; margin-top: 0; }
}
/* Twenty Twenty-Five constrains page content to a narrow reading column by default.
   The booking experience is a full-width conversion page, so release that constraint
   while keeping its own max-width and mobile gutters. */
body:has(.ts3d-booking) .wp-site-blocks,
body:has(.ts3d-booking) .wp-site-blocks > main,
body:has(.ts3d-booking) .wp-site-blocks > main > .wp-block-group,
body:has(.ts3d-booking) .wp-block-post-content,
body:has(.ts3d-booking) .entry-content { width: 100% !important; max-width: none !important; }
body:has(.ts3d-booking) .wp-site-blocks > main { padding-left: 0 !important; padding-right: 0 !important; }
.ts3d-booking { width: min(1280px, calc(100% - 64px)); max-width: none !important; margin-left: auto !important; margin-right: auto !important; }
@media (max-width: 680px) { .ts3d-booking { width: calc(100% - 28px); } }
