/* Consultation booking and its shared entry points. */
.main-nav .booking-nav-link { display: none; }
.header-booking { font-size: 14px; white-space: nowrap; }
@media (min-width: 769px) and (max-width: 1500px) {
  .header-inner { gap: 20px; }
  .main-nav { gap: 20px; }
  .header-instagram { padding: 0 13px; }
  .header-instagram span { display: none; }
}
@media (min-width: 769px) and (max-width: 1240px) {
  .header-actions .text-link { display: none; }
  .header-booking { padding: 0 18px; font-size: 13px; }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 13px; }
  .logo-wordmark { font-size: 25px; }
}
@media (min-width: 769px) and (max-width: 1050px) {
  .header-inner { height: auto; min-height: 108px; flex-wrap: wrap; gap: 0 20px; padding-top: 10px; padding-bottom: 10px; }
  .header-actions { margin-left: auto; }
  .main-nav { order: 3; width: 100%; justify-content: center; gap: 28px; padding-top: 12px; }
  .main-nav a { font-size: 13px; }
  .header-booking { font-size: 13px; padding: 0 18px; }
}
@media (max-width: 768px) {
  .main-nav .booking-nav-link { display: flex !important; color: #d7aa60 !important; }
  .v9-hero-copy .v6-actions { gap: 18px; }
  .v9-hero-copy .v6-actions .btn { white-space: normal; text-align: center; }
}
.booking-main { padding: 62px 0 88px; }
.booking-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(36px, 6vw, 104px); max-width: 1340px; align-items: start; }
.booking-intro { padding-top: 4px; }
.booking-back { display: inline-block; color: #58645c; font-size: 14px; margin-bottom: 44px; }
.booking-back:hover { color: #224c3f; text-decoration: underline; text-underline-offset: 4px; }
.booking-intro .home-label { display: block; color: #4b6c5c; font-size: 12px; line-height: 1.8; }
.booking-intro h1 { font-weight: 500; font-size: clamp(44px, 4.5vw, 70px); line-height: .98; letter-spacing: -.035em; margin: 19px 0 24px; }
.booking-lead { font-size: 17px; line-height: 1.8; color: #5d625b; max-width: 380px; margin: 0; }
.booking-visit { margin-top: 48px; border-top: 1px solid #d2cfc5; padding-top: 24px; }
.booking-eyebrow { font-size: 12px; letter-spacing: .13em; text-transform: uppercase; color: #4b6c5c; font-weight: 700; }
.booking-visit p { font-size: 15px; line-height: 1.8; }
.booking-visit a, .booking-help a { color: #2f6656; font-size: 14px; border-bottom: 1px solid #98afa3; padding-bottom: 3px; }
.booking-visit .booking-hours { color: #71746d; font-size: 14px; margin-top: 22px; }
.booking-help { font-size: 14px; color: #676d63; line-height: 2; margin-top: 34px; }
.booking-panel { min-width: 0; padding: clamp(24px, 3.2vw, 48px); background: #fcfbf8; border: 1px solid #dedbd2; box-shadow: 0 14px 50px rgba(23, 30, 21, .035); }
.booking-form [hidden], .booking-form[hidden], .booking-success[hidden] { display: none !important; }
.booking-form { scroll-margin-top: 100px; }
.booking-section, .booking-options { margin: 0; padding: 0; border: 0; min-width: 0; }
.booking-section + .booking-section { margin-top: 30px; }
.booking-section > legend { font-size: 20px; font-weight: 600; margin-bottom: 18px; padding: 0; display: flex; align-items: center; gap: 14px; }
.booking-number { display: inline-flex; align-items: center; justify-content: center; width: 29px; height: 29px; border: 1px solid #c7cebf; color: #6d806d; font-size: 11px; font-weight: 500; border-radius: 50%; }
.booking-formats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.booking-format { position: relative; cursor: pointer; }
.booking-format input, .booking-chips input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.booking-format-content { height: 100%; min-height: 147px; display: flex; flex-direction: column; align-items: flex-start; padding: 18px 14px 15px; border: 1px solid #d4d6ca; background: #fcfbf8; transition: border-color .15s, background .15s; }
.booking-format svg { width: 24px; height: 24px; fill: none; stroke: #547d63; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 17px; }
.booking-format strong { font-size: 14px; font-weight: 700; line-height: 1.4; }
.booking-format-content > span { font-size: 12px; color: #687262; line-height: 1.5; margin-top: 5px; }
.booking-format input:checked + .booking-format-content { background: #edf2e9; border-color: #527759; box-shadow: inset 0 0 0 1px #527759; }
.booking-format input:checked + .booking-format-content:after { content: '✓'; position: absolute; top: 14px; right: 14px; color: #3d6849; font-size: 14px; }
.booking-format:hover .booking-format-content { border-color: #67866b; }
.booking-format input:focus-visible + .booking-format-content, .booking-chips input:focus-visible + span { outline: 3px solid #738e6d; outline-offset: 3px; }
.booking-hint { font-size: 13px; line-height: 1.7; color: #6d7168; margin: 10px 0 0; }
.booking-format-description { min-height: 23px; }
.booking-address { margin-top: 17px; }
.booking-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.booking-field { min-width: 0; }
.booking-field label { font-size: 14px; font-weight: 600; display: block; margin-bottom: 8px; }
.booking-field label > span { color: #688368; }
.booking-field input, .booking-field select, .booking-field textarea { display: block; box-sizing: border-box; width: 100%; max-width: 100%; min-width: 0; border: 1px solid #d4d6cc; border-radius: 3px; background: #fff; color: #22271e; padding: 13px 14px; font: 400 16px/1.5 Manrope, Arial, sans-serif; min-height: 52px; appearance: auto; }
.booking-field input[type=date] { min-height: 52px; -webkit-appearance: none; appearance: none; }
.booking-field input[type=date]::-webkit-date-and-time-value { min-width: 0; text-align: left; }
.booking-field input[type=date]::-webkit-datetime-edit { padding: 0; }
.booking-field input::placeholder, .booking-field textarea::placeholder { color: #868b80; font-size: 14px; }
.booking-field input:focus, .booking-field select:focus, .booking-field textarea:focus { outline: 2px solid #6f8c6b; outline-offset: 2px; border-color: #6f8c6b; }
.booking-field textarea { resize: vertical; }
.booking-details { border-top: 1px solid #daddd2; border-bottom: 1px solid #daddd2; margin-top: 29px; }
.booking-details summary { position: relative; font-size: 15px; font-weight: 600; list-style: none; cursor: pointer; padding: 19px 28px 19px 0; }
.booking-details summary::-webkit-details-marker { display: none; }
.booking-details summary:after { content: '+'; position: absolute; right: 2px; top: 15px; font-size: 22px; font-weight: 400; color: #4b7255; }
.booking-details[open] summary:after { content: '−'; }
.booking-details summary > span { font-size: 12px; font-weight: 400; color: #81857b; margin-left: 8px; white-space: nowrap; }
.booking-details summary:focus-visible { outline: 2px solid #6f8c6b; outline-offset: 3px; }
.booking-details-content { display: grid; gap: 23px; padding: 3px 0 23px; }
.booking-options > legend { font-size: 14px; font-weight: 600; padding: 0; margin-bottom: 11px; }
.booking-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.booking-chips label { position: relative; cursor: pointer; }
.booking-chips span { display: block; font-size: 13px; padding: 8px 12px; border: 1px solid #d4d6cc; border-radius: 20px; color: #61675a; }
.booking-chips input:checked + span { background: #2f6656; border-color: #2f6656; color: white; }
.booking-submit-area { margin-top: 24px; }
.booking-submit { width: 100%; border-radius: 3px; min-height: 57px; margin-top: 18px; padding: 13px 20px; font: 600 15px/1.4 Manrope, Arial, sans-serif; display: flex; gap: 15px; justify-content: space-between; cursor: pointer; transition: background .15s; }
.booking-submit:hover { background: #244f42; }
.booking-submit:focus-visible { outline: 3px solid #94a584; outline-offset: 3px; }
.booking-submit:disabled { opacity: .65; cursor: wait; }
.booking-submit-arrow { font-size: 20px; }
.booking-consent { font-size: 12px; color: #85897f; line-height: 1.7; margin: 13px 0 0; }
.booking-error { color: #802e24; background: #fcf0e9; border-left: 3px solid #ab6652; font-size: 14px; padding: 14px 16px; margin-top: 22px; }
.booking-trap { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.booking-success { text-align: center; padding: 28px 0; }
.booking-success-mark { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin: 0 auto 27px; border: 1px solid #91a58a; border-radius: 50%; font-size: 27px; color: #436b4a; background: #eef3e9; }
.booking-success .home-label { display: block; }
.booking-success h2 { font: 500 48px/1.1 'Cormorant Garamond', serif; letter-spacing: -.02em; margin: 17px 0; }
.booking-success > p:not(.booking-hint) { color: #606759; font-size: 16px; line-height: 1.8; }
.booking-success .btn { border-radius: 3px; font-size: 14px; margin-top: 20px; }
.booking-success .booking-back { display: block; margin: 25px 0 0; }
.booking-recap { border-top: 1px solid #d8dbce; border-bottom: 1px solid #d8dbce; padding: 18px 0; margin: 27px 0; display: grid; grid-template-columns: auto 1fr; text-align: left; gap: 10px 24px; font-size: 14px; }
.booking-recap dt { color: #747b6a; }
.booking-recap dd { margin: 0; text-align: right; overflow-wrap: anywhere; }
.booking-noscript h2 { font-size: 38px; line-height: 1.1; font-weight: 500; }
@media (max-width: 1100px) {
  .booking-layout { gap: 34px; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); }
  .booking-panel { padding: 26px; }
  .booking-format-content { padding: 16px 11px; }
  .booking-format strong { font-size: 13px; }
  .booking-format-content > span { font-size: 12px; }
}
@media (max-width: 900px) {
  .booking-layout { display: block; max-width: 730px; }
  .booking-intro { margin-bottom: 28px; }
  .booking-intro h1 { font-size: 52px; }
  .booking-intro h1 br { display: none; }
  .booking-back { margin-bottom: 25px; }
  .booking-lead { max-width: 600px; }
  .booking-visit, .booking-help { display: none; }
}
@media (max-width: 600px) {
  .booking-main { padding: 27px 0 42px; }
  .booking-layout.container { padding-left: 18px; padding-right: 18px; }
  .booking-intro h1 { font-size: 42px; margin-top: 13px; margin-bottom: 15px; }
  .booking-intro .home-label { font-size: 11px; letter-spacing: .14em; }
  .booking-lead { font-size: 15px; line-height: 1.7; }
  .booking-panel { padding: 23px 16px; margin: 0 -3px; }
  .booking-section > legend { font-size: 18px; gap: 10px; }
  .booking-number { width: 25px; height: 25px; }
  .booking-formats { grid-template-columns: 1fr; gap: 8px; }
  .booking-format-content { min-height: 72px; padding: 13px 35px 13px 57px; justify-content: center; }
  .booking-format svg { position: absolute; left: 18px; top: 23px; margin: 0; }
  .booking-format strong { font-size: 14px; }
  .booking-format-content > span { margin-top: 3px; font-size: 12px; }
  .booking-format input:checked + .booking-format-content:after { top: 24px; right: 16px; }
  .booking-row { grid-template-columns: minmax(0, 1fr); gap: 15px; }
  .booking-field input, .booking-field select { padding: 12px 10px; }
  .booking-details summary > span { display: block; margin-left: 0; margin-top: 3px; }
  .booking-submit { font-size: 14px; }
  .booking-success h2 { font-size: 40px; }
}
@media (max-width: 360px) {
  .booking-row { grid-template-columns: 1fr; }
  .booking-intro h1 { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  .booking-format-content, .booking-submit { transition: none; }
}
