/* Shared styles for the utility pages: Booking, Locations, Thank-you. Tokens from site.css. */

.pg-eyebrow { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sage); display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 18px; }
.pg-eyebrow::before, .pg-eyebrow::after { content: ''; width: 28px; height: 1px; background: var(--sage); }

/* ---- BOOKING ---- */
.bk-hero { background: var(--linen); text-align: center; padding: 68px 24px 42px; border-bottom: 1px solid var(--mist); }
.bk-h1 { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 400; color: var(--ink); line-height: 1.12; margin-bottom: 16px; }
.bk-h1 em { font-style: italic; }
.bk-offer { display: inline-flex; gap: 8px; align-items: baseline; font-family: 'Jost', sans-serif; font-size: 15px; color: var(--sage); margin-bottom: 8px; }
.bk-offer .was { text-decoration: line-through; color: var(--text-sm); }
.bk-offer .now { color: var(--ink); font-weight: 600; font-size: 17px; }
.bk-sub { font-family: 'Jost', sans-serif; font-size: 15px; color: var(--text-sm); max-width: 560px; margin: 0 auto; line-height: 1.7; }
.bk-reassure { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 22px; font-family: 'Jost', sans-serif; font-size: 13px; color: var(--text-sm); }
.bk-reassure span { display: flex; align-items: center; gap: 8px; }
.bk-reassure span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; }

.bk-widget-wrap { background: var(--warm-white); padding: 44px 24px 64px; }
.bk-widget { max-width: 840px; margin: 0 auto; }
.bk-widget iframe { width: 100%; min-height: 1050px; border: 0; display: block; background: var(--warm-white); }
.bk-placeholder { border: 1px dashed var(--mist); border-radius: 12px; padding: 60px 30px; text-align: center; background: var(--linen); }
.bk-placeholder .p1 { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--ink); margin-bottom: 10px; }
.bk-placeholder .p2 { font-family: 'Jost', sans-serif; font-size: 14px; color: var(--text-sm); max-width: 460px; margin: 0 auto 22px; line-height: 1.7; }
.bk-fallback { text-align: center; margin-top: 22px; font-family: 'Jost', sans-serif; font-size: 13.5px; color: var(--text-sm); }
.bk-fallback a { color: var(--ink); }

.bk-info { background: var(--linen); display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; border-top: 1px solid var(--mist); }
.bk-info-text { padding: 60px 56px; display: flex; flex-direction: column; justify-content: center; }
.bk-info-text h2 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 400; color: var(--ink); margin-bottom: 20px; }
.bk-info-row { font-family: 'Jost', sans-serif; font-size: 15px; color: var(--text); line-height: 1.7; margin-bottom: 14px; display: flex; gap: 14px; }
.bk-info-row .k { flex: 0 0 70px; text-transform: uppercase; font-size: 11px; letter-spacing: 0.08em; color: var(--sage); padding-top: 3px; }
.bk-info-row a { color: var(--ink); text-decoration: none; }
.bk-info-map { min-height: 380px; position: relative; }
.bk-info-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---- LOCATIONS (uses cond-hero from condition.css) ---- */
.loc-section { padding: 60px 40px; text-align: center; }
.loc-section.warm { background: var(--warm-white); }
.loc-lead { font-family: 'Jost', sans-serif; font-size: 16px; color: var(--text-sm); line-height: 1.85; max-width: 620px; margin: 0 auto; font-weight: 300; }
.loc-suburbs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 780px; margin: 36px auto 0; }
.loc-suburb { font-family: 'Jost', sans-serif; font-size: 14px; color: var(--ink); border: 1px solid var(--mist); border-radius: 40px; padding: 11px 22px; background: var(--warm-white); transition: all 0.2s; text-decoration: none; }
.loc-suburb:hover { border-color: var(--gold); background: var(--linen); }
.loc-note { font-family: 'Jost', sans-serif; font-size: 13px; color: var(--text-sm); margin-top: 26px; }
.loc-map { height: 420px; position: relative; border-top: 1px solid var(--mist); }
.loc-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---- THANK YOU ---- */
.ty { display: flex; align-items: center; justify-content: center; text-align: center; padding: 62px 24px; background: var(--linen); min-height: 56vh; }
.ty-inner { max-width: 600px; }
.ty-check { width: 66px; height: 66px; border-radius: 50%; background: var(--forest); display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; }
.ty-check svg { width: 30px; height: 30px; color: var(--gold-lt); }
.ty h1 { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 400; color: var(--ink); line-height: 1.12; margin-bottom: 16px; }
.ty h1 em { font-style: italic; }
.ty-lead { font-family: 'Jost', sans-serif; font-size: 16px; color: var(--text-sm); line-height: 1.8; margin-bottom: 32px; }
.ty-card { background: var(--warm-white); border: 1px solid var(--mist); border-radius: 12px; padding: 28px 30px; text-align: left; margin-bottom: 30px; }
.ty-card h3 { font-family: 'Jost', sans-serif; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); margin-bottom: 14px; }
.ty-card ul { list-style: none; padding: 0; margin: 0; font-family: 'Jost', sans-serif; font-size: 14.5px; color: var(--text); line-height: 1.5; }
.ty-card li { display: flex; gap: 12px; padding: 7px 0; }
.ty-card li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; margin-top: 8px; }
.ty-links { font-family: 'Jost', sans-serif; font-size: 14px; color: var(--text-sm); }
.ty-links a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .bk-h1 { font-size: 34px; }
  .bk-info { grid-template-columns: 1fr; }
  .bk-info-map { min-height: 300px; order: -1; }
  .bk-info-text { padding: 48px 24px; }
  .loc-section { padding: 56px 24px; }
  .loc-map { height: 320px; }
  .ty h1 { font-size: 34px; }
}
