/* ===== site-wide tour CTA ==================================================
   The block above the footer, on every page. One primary action: book a visit.

   Values are hex literals and named font stacks on purpose. The 2026-09 design
   pack does not define custom properties -- design.css declares exactly two
   (--bcw, --bgap) and paints everything else inline -- so a rule written
   against --sun or --ever would silently resolve to nothing. These are the
   pack's own colours, taken from what design.css actually uses:
     #F5C531 gold  #22301E ink  #FAF6EC paper  #56663F sage  #7C6247 bark

   The footer carries margin-top:-96px and a scalloped clip-path, so this block
   ends with that much extra bottom padding and the scallop bites into empty
   space rather than into the fine print. */

.tourcta{
  background:#EBDFC7;color:#22301E;
  padding:clamp(56px,9vh,104px) 7vw calc(clamp(56px,9vh,104px) + 96px);
  position:relative;z-index:10}
.tourcta__inner{max-width:1180px;margin:0 auto;display:grid;gap:clamp(28px,4vw,56px);align-items:start}
@media (min-width:900px){.tourcta__inner{grid-template-columns:minmax(0,1fr) minmax(0,1.02fr)}}

.tourcta__eyebrow{font-family:'Figtree',sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:#7C6247;margin:0 0 1.1rem}
.tourcta__title{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:clamp(2.1rem,4.6vw,3.4rem);letter-spacing:-.025em;line-height:1.02;margin:0 0 1.1rem;max-width:13ch;text-wrap:balance}
.tourcta__sub{font-family:'Figtree',sans-serif;font-size:clamp(1.02rem,1.3vw,1.14rem);line-height:1.65;margin:0 0 1.6rem;max-width:46ch;color:#3D4A34}
.tourcta__points{list-style:none;padding:0;margin:0 0 2rem;display:grid;gap:.8rem;max-width:46ch;font-family:'Figtree',sans-serif}
.tourcta__points li{position:relative;padding-left:1.75rem;line-height:1.55;font-size:1rem}
.tourcta__points li::before{content:"";position:absolute;left:0;top:.5em;width:10px;height:10px;border-radius:50%;background:#F5C531}
.tourcta__quiet{font-family:'Figtree',sans-serif;font-size:.95rem;line-height:1.75;color:#56663F;margin:0}
.tourcta__tel{font-weight:800;color:#22301E;border-bottom:2px solid #F5C531;text-decoration:none;white-space:nowrap}
.tourcta__tel:hover,.tourcta__tel:focus-visible{background:#F5C531}

.tourcta__panel{background:#FAF6EC;border:1px solid rgba(34,48,30,.14);border-radius:16px;padding:clamp(20px,2.6vw,32px);box-shadow:0 24px 50px -32px rgba(34,48,30,.5)}
.tourcta__form{display:grid;gap:.85rem;font-family:'Figtree',sans-serif}
.tourcta__row{display:grid;gap:.85rem}
@media (min-width:560px){.tourcta__row{grid-template-columns:1fr 1fr}}
.tourcta__field{display:grid;gap:.38rem;min-width:0}
.tourcta__field>span{font-size:.85rem;font-weight:700;color:#22301E}
.tourcta__field input,.tourcta__field select{
  font-family:'Figtree',sans-serif;font-size:1rem;color:#22301E;background:#fff;
  border:1.5px solid rgba(34,48,30,.24);border-radius:11px;padding:13px 14px;
  width:100%;min-height:48px;appearance:none}
.tourcta__field select{
  background-image:linear-gradient(45deg,transparent 50%,#56663F 50%),linear-gradient(135deg,#56663F 50%,transparent 50%);
  background-position:calc(100% - 21px) 21px,calc(100% - 15px) 21px;
  background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:42px}
.tourcta__field input:focus-visible,.tourcta__field select:focus-visible{outline:3px solid #F5C531;outline-offset:1px;border-color:#22301E}
.tourcta__field input::placeholder{color:#98A18E}

.tourcta__consent{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:start;margin:.35rem 0 .15rem;font-size:.86rem;line-height:1.5;color:#56663F;font-family:'Figtree',sans-serif}
.tourcta__consent input{width:20px;height:20px;margin:2px 0 0;accent-color:#56663F}
.tourcta__consent a{color:#22301E}

.tourcta__go{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1.08rem;
  cursor:pointer;background:#F5C531;color:#22301E;border:0;border-radius:999px;
  padding:18px 30px;min-height:56px;width:100%;transition:transform .2s,background .2s}
.tourcta__go:hover,.tourcta__go:focus-visible{background:#FAF6EC;box-shadow:inset 0 0 0 2px #22301E;transform:translateY(-1px)}
.tourcta__go[disabled]{opacity:.65;cursor:progress;transform:none;box-shadow:none;background:#F5C531}

.tourcta__note{margin:.15rem 0 0;font-size:.9rem;font-weight:700;color:#8A3520;font-family:'Figtree',sans-serif}
.tourcta__note:empty{display:none}
.tourcta__fine{margin:.35rem 0 0;font-size:.82rem;line-height:1.55;color:#56663F;font-family:'Figtree',sans-serif}

.tourcta__done{text-align:center;padding:clamp(16px,3vw,34px) 0;font-family:'Figtree',sans-serif}
.tourcta__doneMark{width:54px;height:54px;margin:0 auto 1rem;border-radius:50%;background:#F5C531;color:#22301E;font-size:1.7rem;line-height:54px;font-weight:800}
.tourcta__done h3{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:clamp(1.35rem,2.4vw,1.85rem);letter-spacing:-.02em;margin:0 0 .8rem;line-height:1.14}
.tourcta__done p{margin:0 auto .8rem;line-height:1.65;max-width:44ch;color:#3D4A34}

@media (prefers-reduced-motion:reduce){.tourcta__go{transition:none}}
