/* Public UI polish 2. Presentation only; the homepage hero is intentionally untouched. */
.footer-compact { grid-template-columns: auto minmax(0,1fr); gap: 24px 40px; }
.footer-nav { flex-wrap: wrap; justify-content: flex-end; gap: 8px 24px; }
.footer-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .78rem; }
.footer-meta { grid-column: 1/-1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); text-align: left; font-size: .8rem; line-height: 1.6; }
.site-footer a:focus-visible { outline: 2px solid var(--warm); outline-offset: 4px; }

.booking-page [data-booking-app] .booking-hero { min-height: 290px; padding-bottom: 36px; }
.booking-page [data-booking-app] .booking-intro { margin-bottom: 20px; }
.booking-selection-context { grid-column: 1/-1; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 8px 24px; padding: 22px 26px; border-left: 3px solid #c6a170; background: #281d17; color: #f7f1e8; }
.booking-selection-context[hidden], .booking-selection-description[hidden] { display: none; }
.booking-shell > .booking-panel, .booking-shell > .booking-summary { grid-row: auto; }
.booking-selection-context .eyebrow { grid-column: 1/-1; margin: 0; color: #d9b783; font-size: .78rem; letter-spacing: .12em; }
.booking-selection-name { margin: 0; font: 500 clamp(1.4rem,2.5vw,1.9rem)/1.2 var(--serif); }
.booking-selection-duration { padding: 8px 12px; border: 1px solid rgba(217,183,131,.35); color: #f1d6b0; font-size: 1rem; line-height: 1.4; }
.booking-selection-description { grid-column: 1/-1; }
.booking-selection-description summary { width: fit-content; padding: 10px 0; color: #e4c391; cursor: pointer; font-size: .94rem; }
.booking-selection-description p { max-width: 68ch; margin: 0 0 4px; color: #e5d9cd; line-height: 1.6; font-size: 1rem; }
.booking-selection-description summary:focus-visible, .voucher-product summary:focus-visible { outline: 2px solid var(--warm); outline-offset: 4px; }
.booking-page .booking-main, .massages-page .massage-catalog, .voucher-page .voucher-main { padding-block: 44px 60px; }

.massage-content > p { font-size: 1rem; line-height: 1.6; color: #e0d6cb; }
.massage-content ul { font-size: .95rem; margin-bottom: 18px; }
.massage-content li { padding-block: 7px; }
.massage-content li strong { font-size: 1rem; font-weight: 600; }
.massage-badges:empty { display: none; }
.massage-book { min-height: 48px; margin-top: auto; font-size: .8rem; }

.voucher-hero .voucher-hero-content { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: center; gap: 40px; }
.voucher-hero-copy > p:last-of-type { max-width: 620px; margin: 18px 0 24px; color: #e5d9cd; font-size: 1.06rem; line-height: 1.6; }
.voucher-hero-copy .button { color: #211711; }
.voucher-page:has(.voucher-main[hidden]) .voucher-hero-copy .button { display: none; }
.voucher-gift-preview { margin: 0; min-width: 0; }
.voucher-gift-art { position: relative; isolation: isolate; max-width: 370px; height: 255px; margin: auto; }
.voucher-envelope { position: absolute; inset: 70px 2px 0; background: linear-gradient(115deg,#ae8045,#e2c492 50%,#bd935b); box-shadow: 0 18px 30px rgba(15,10,7,.24); transform: rotate(-5deg); }
.voucher-envelope::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg,#d9b77f,#ad824a); clip-path: polygon(0 0,50% 58%,100% 0,100% 100%,0 100%); border: 1px solid #e8cfa4; }
.voucher-gift-card { position: absolute; inset: 0 28px 46px; padding: 22px; border: 1px solid #d9bb90; background: #f3eee6; box-shadow: 0 7px 16px rgba(15,10,7,.18); transform: rotate(3deg); color: #38261b; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.voucher-gift-card img { width: 56px; height: 56px; object-fit: contain; }
.voucher-gift-card strong { font: 500 1.75rem/1.15 var(--serif); }
.voucher-gift-card span { font-size: .8rem; letter-spacing: .08em; }
.voucher-gift-preview figcaption { max-width: 350px; margin: 18px auto 0; text-align: center; color: #e4c391; font-size: .92rem; line-height: 1.5; }
/* Public, non-redeemable PDF previews; original customer PDFs stay private. */
.voucher-gift-preview .voucher-gift-art-real { display: block; width: 100%; max-width: 460px; height: auto; padding: 10px 14px 44px; }
.voucher-gift-art-real .voucher-envelope { inset: 24% 18px 16px; transform: rotate(-4deg); }
.voucher-gift-art-real .voucher-real-preview { position: relative; z-index: 1; display: block; width: 100%; height: auto; border: 1px solid #c6a170; box-shadow: 0 10px 24px rgba(15,10,7,.3); transform: rotate(2deg); }
.voucher-gift-art-real + figcaption { margin-top: 4px; }
.voucher-heading { align-items: start; gap: 24px; }
.voucher-heading h2 { font-size: clamp(2rem,3.4vw,3rem); }
.voucher-heading > p { font-size: 1rem; line-height: 1.6; }
.voucher-catalog { grid-template-columns: 1fr; gap: 0; border-top: 1px solid rgba(217,183,131,.3); }
.voucher-product { padding: 0; border: 0; border-bottom: 1px solid rgba(217,183,131,.3); background: transparent; }
.voucher-product-heading { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px 16px; padding: 20px 32px 20px 0; cursor: pointer; list-style: none; }
.voucher-product-heading::-webkit-details-marker { display: none; }
.voucher-product-heading::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: #e4c391; }
.voucher-product[open] .voucher-product-heading::after { content: "−"; }
.voucher-product-heading h3 { margin: 0; font: 500 1.25rem/1.3 var(--serif); }
.voucher-product-from { font-size: .94rem; color: #e4c391; white-space: nowrap; }
.voucher-product > p { min-height: 0; margin: 0 0 16px; max-width: 58ch; font-size: 1rem; line-height: 1.6; color: #e5d9cd; }
.voucher-product ul { margin-bottom: 18px; padding-top: 0; border-top: 0; }
.voucher-product li { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 14px; padding-block: 8px; font-size: 1rem; }
.voucher-product li strong { text-align: right; }
.voucher-product-choose { min-height: 44px; padding: 8px 13px; border: 1px solid #b89461; background: transparent; color: #efd3a9; font: 600 .8rem/1.3 var(--sans); cursor: pointer; }
.voucher-product-choose:hover, .voucher-product-choose:focus-visible { background: #c6a170; color: #171310; outline-offset: 3px; }
.voucher-form-panel { scroll-margin-top: 24px; }
.voucher-form-panel .voucher-field textarea { min-height: 80px; }
.voucher-page .voucher-fact strong { font-size: 1rem; }

@media (max-width: 1050px) {
  .voucher-catalog { grid-row: 2; }
  .voucher-form-panel { grid-row: 1; }
}

@media (max-width: 1040px) {
  .site-nav { max-height: 100dvh; overflow-y: auto; }
}
@media (max-width: 820px) {
  .footer-compact { gap: 18px; }
  .footer-nav { gap: 2px 18px; }
  .footer-meta { font-size: .85rem; }
  .voucher-hero .voucher-hero-content { grid-template-columns: 1fr; gap: 30px; }
  .voucher-gift-art { width: min(100%,330px); height: 220px; }
  .voucher-gift-card { inset: 0 26px 38px; padding: 16px; gap: 9px; }
  .voucher-gift-card img { width: 48px; height: 48px; }
  .voucher-gift-card strong { font-size: 1.5rem; }
}
@media (max-width: 620px) {
  .booking-page [data-booking-app] .booking-hero { min-height: 225px; padding-bottom: 28px; }
  .booking-page .booking-main, .massages-page .massage-catalog, .voucher-page .voucher-main { padding-block: 30px 40px; }
  .booking-selection-context { grid-template-columns: 1fr; gap: 10px; padding: 20px 18px; }
  .booking-selection-duration { justify-self: start; }
  .massage-grid { gap: 24px; }
  .massage-card { display: flex; flex-direction: column; min-height: 0; }
  .massage-photo { height: auto; aspect-ratio: 16/9; }
  .massage-content { padding: 20px; }
  .massage-content h3 { min-height: 0; margin-block: 10px 12px; font-size: 1.6rem; line-height: 1.2; }
  .massage-content > p { min-height: 0; margin-bottom: 18px; font-size: 1rem; line-height: 1.6; }
  .massage-content ul { padding-top: 12px; font-size: 1rem; }
  .massage-content li { padding-block: 8px; }
  .massage-content li strong, .happy-hours-page .massage-content li strong { font-size: 1.06rem; }
  .massage-book { min-height: 48px; padding-block: 13px; margin-top: 18px; font-size: .86rem; }
  .massage-badge { font-size: .72rem; }
  .voucher-hero-copy > p:last-of-type { font-size: 1rem; margin-block: 16px 20px; }
  .voucher-gift-preview figcaption { font-size: .9rem; }
  .voucher-heading > p { font-size: 1rem; }
  .voucher-product-heading { grid-template-columns: 1fr; gap: 7px; padding-block: 18px; }
  .voucher-product-heading h3 { font-size: 1.28rem; }
  .voucher-product-from { font-size: .98rem; }
  .voucher-product > p { font-size: 1rem; }
  .voucher-product li { gap: 10px; }
}

/* Approved discovery UX: a compact booking introduction, not the homepage hero. */
.booking-page [data-booking-app] .booking-hero { min-height: 0; padding-block: 116px 26px; }
.booking-page .booking-hero h1 { font-size: clamp(2.3rem,4vw,3.4rem); }
.booking-page .booking-hero .eyebrow { margin-bottom: 12px; }
.booking-page .booking-hero p:last-child { margin-top: 12px; }
.booking-page .booking-main { padding-top: 26px; }
.booking-page .booking-panel > [data-booking-panel-eyebrow] { display: none; }
.booking-page .booking-panel > [data-booking-panel-title] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.booking-page .booking-panel > .booking-selection-context { grid-template-columns: minmax(0,1fr) auto; gap: 4px 14px; margin-bottom: 22px; padding: 14px 16px; }
.booking-page .booking-selection-context .eyebrow { display: none; }
.booking-page .booking-happy-hours-context .booking-selection-context .eyebrow { display: block; }
.booking-page .booking-selection-name { font: 600 1.14rem/1.4 var(--sans); }
.booking-page .booking-selection-duration { padding: 0; border: 0; font-size: 1rem; }
.booking-page .booking-selection-description summary { padding-block: 6px; }
.booking-page .booking-selection-description p { margin-top: 4px; }
.booking-page .booking-nearest { margin-top: 14px; }
.booking-page .booking-nearest[hidden], .booking-page .booking-submit-total[hidden] { display: none; }
.booking-page .booking-nearest-button { min-height: 48px; max-width: 100%; padding: 12px 18px; border: 1px solid #c6a170; background: transparent; color: #f0d4ad; font: 600 1rem/1.4 var(--sans); cursor: pointer; text-align: left; }
.booking-page .booking-nearest-button:hover, .booking-page .booking-nearest-button:focus-visible { background: #c6a170; color: #211711; outline-offset: 4px; }
.booking-page .booking-nearest-button:disabled { opacity: .6; cursor: default; }
.booking-page .booking-nearest p { margin: 10px 0 0; font-size: 1rem; line-height: 1.5; }
.booking-page .booking-nearest p:empty { display: none; }
.booking-page .booking-submit-total { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 18px; margin-top: 8px; padding-top: 18px; border-top: 1px solid #a58c70; color: #2c2119; }
.booking-page .booking-submit-total span { font-size: 1rem; font-weight: 600; }
.booking-page .booking-submit-total strong { font-size: 1.4rem; }
@media (max-width: 620px) {
  .booking-page [data-booking-app] .booking-hero { min-height: 0; padding-block: 94px 22px; }
  .booking-page .booking-main { padding-top: 22px; }
  .booking-page .booking-panel > .booking-selection-context { padding: 12px; gap: 6px 12px; }
  .booking-page .booking-selection-duration { max-width: 105px; }
  .booking-page .booking-nearest-button { width: 100%; }
}
