.custom-tour-page {
  --tour-forest: #173d32;
  --tour-forest-dark: #102e26;
  --tour-ink: #1d2823;
  --tour-gold: #b88945;
  --tour-cream: #f6f2e9;
  --tour-paper: #fff;
  --tour-line: #ddd5c6;
  color: var(--tour-ink);
  background: var(--tour-cream);
}

body.page-template-template-custom-tour .entry-banner { display: none; }

.custom-tour-page * { box-sizing: border-box; }
.custom-tour-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.custom-tour-eyebrow { display: block; color: var(--tour-gold); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.custom-tour-hero { padding: 112px 0 94px; color: #fff; background: var(--tour-forest); }
.custom-tour-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.custom-tour-hero h1 { max-width: 760px; margin: 22px 0 28px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 7vw, 88px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.custom-tour-hero-copy > p { max-width: 680px; margin: 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.75; }
.custom-tour-hero-note { padding: 34px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.custom-tour-hero-note > span { color: #c8ab78; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.custom-tour-hero-note ol { margin: 22px 0 0; padding: 0; list-style: none; }
.custom-tour-hero-note li { display: flex; gap: 16px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.85); font-size: 14px; }
.custom-tour-hero-note b { color: var(--tour-gold); font-size: 11px; letter-spacing: .1em; }

.custom-tour-content { padding: 100px 0 120px; }
.custom-tour-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 72px; align-items: start; }
.custom-tour-intro { position: sticky; top: 120px; }
.custom-tour-intro h2 { margin: 17px 0 21px; color: var(--tour-ink); font-family: Georgia, "Times New Roman", serif; font-size: 46px; font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.custom-tour-intro > p { color: #616a65; font-size: 16px; line-height: 1.75; }
.custom-tour-contact-note { display: flex; gap: 16px; align-items: center; margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--tour-line); }
.custom-tour-contact-note > i { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; color: var(--tour-forest); background: #e6eadf; }
.custom-tour-contact-note small, .custom-tour-contact-note a { display: block; }
.custom-tour-contact-note small { margin-bottom: 3px; color: #7c837f; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.custom-tour-contact-note a { color: var(--tour-forest); font-weight: 700; word-break: break-word; }

.custom-tour-form-card { padding: 52px 55px; border-top: 4px solid var(--tour-gold); background: var(--tour-paper); box-shadow: 0 24px 65px rgba(29,40,35,.09); }
.custom-tour-form-card fieldset { margin: 0 0 46px; padding: 0 0 46px; border: 0; border-bottom: 1px solid var(--tour-line); }
.custom-tour-form-card legend { width: 100%; margin: 0 0 26px; padding: 0; color: var(--tour-ink); font-family: Georgia, "Times New Roman", serif; font-size: 26px; }
.custom-tour-form-card legend span { margin-right: 12px; color: var(--tour-gold); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.custom-tour-fields { display: grid; gap: 22px; }
.custom-tour-fields.two-columns { grid-template-columns: repeat(2, 1fr); }
.custom-tour-fields.three-columns { grid-template-columns: repeat(3, 1fr); }
.custom-tour-form-card label { display: block; margin: 0; color: #37413c; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.custom-tour-form-card em { color: #9a4b3b; font-style: normal; }
.custom-tour-form-card input:not([type="checkbox"]), .custom-tour-form-card select, .custom-tour-form-card textarea { display: block; width: 100%; margin-top: 8px; border: 1px solid #d8d4ca; border-radius: 0; outline: 0; color: var(--tour-ink); background: #fbfaf6; box-shadow: none; font-size: 14px; font-weight: 400; }
.custom-tour-form-card input:not([type="checkbox"]), .custom-tour-form-card select { min-height: 52px; padding: 11px 14px; }
.custom-tour-form-card textarea { min-height: 155px; padding: 14px; resize: vertical; }
.custom-tour-form-card input:focus, .custom-tour-form-card select:focus, .custom-tour-form-card textarea:focus { border-color: var(--tour-gold); box-shadow: 0 0 0 2px rgba(184,137,69,.12); }
.custom-tour-help { margin: -10px 0 20px; color: #757d78; font-size: 13px; }
.custom-tour-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.custom-tour-options + .custom-tour-options { margin-top: 28px; padding-top: 28px; border-top: 1px dashed var(--tour-line); }
.custom-tour-options label { position: relative; }
.custom-tour-options input { position: absolute; opacity: 0; }
.custom-tour-options span { display: block; padding: 12px 13px; border: 1px solid var(--tour-line); color: #59625d; background: #fbfaf6; font-size: 12px; text-align: center; cursor: pointer; transition: .2s ease; }
.custom-tour-options input:checked + span { border-color: var(--tour-forest); color: #fff; background: var(--tour-forest); }
.custom-tour-options input:focus-visible + span { outline: 2px solid var(--tour-gold); outline-offset: 2px; }
.custom-tour-consent { display: flex !important; gap: 12px; align-items: flex-start; margin-top: 20px !important; font-size: 13px !important; font-weight: 500 !important; line-height: 1.5; }
.custom-tour-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--tour-forest); }
.custom-tour-submit { display: inline-flex; gap: 18px; align-items: center; justify-content: center; min-height: 56px; padding: 15px 25px; border: 1px solid var(--tour-forest); border-radius: 0; color: #fff; background: var(--tour-forest); font-size: 13px; font-weight: 800; transition: .2s ease; }
.custom-tour-submit:hover { border-color: var(--tour-forest-dark); color: #fff; background: var(--tour-forest-dark); transform: translateY(-1px); }
.custom-tour-alert { display: flex; gap: 16px; margin-bottom: 35px; padding: 18px 20px; border: 1px solid; }
.custom-tour-alert i { margin-top: 4px; }
.custom-tour-alert strong, .custom-tour-alert p { display: block; margin: 0; }
.custom-tour-alert p { margin-top: 3px; font-size: 13px; }
.custom-tour-alert.is-success { border-color: #b8c9ad; color: #29451f; background: #f1f6ee; }
.custom-tour-alert.is-error { border-color: #d9b9b2; color: #743b30; background: #fbf1ef; }
.custom-tour-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 990px) {
  .custom-tour-hero-grid, .custom-tour-layout { grid-template-columns: 1fr; }
  .custom-tour-hero-grid { gap: 48px; }
  .custom-tour-layout { gap: 45px; }
  .custom-tour-intro { position: static; }
  .custom-tour-hero-note { max-width: 540px; }
}

@media (max-width: 720px) {
  .custom-tour-shell { width: min(100% - 32px, 1180px); }
  .custom-tour-hero { padding: 82px 0 72px; }
  .custom-tour-content { padding: 72px 0 82px; }
  .custom-tour-form-card { padding: 36px 24px; }
  .custom-tour-fields.two-columns, .custom-tour-fields.three-columns { grid-template-columns: 1fr; }
  .custom-tour-options { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 430px) {
  .custom-tour-options { grid-template-columns: 1fr; }
  .custom-tour-submit { width: 100%; }
}
