/* Additional offer discovery is isolated from the standard massage catalogue. */
.offers-page { background: #34261e; }
.offers-main { padding: 118px 0 64px; }
.offers-heading { max-width: 760px; margin-bottom: 25px; }
.offers-back { display: inline-flex; align-items: center; min-height: 44px; color: #e6c28e; font-size: .9rem; text-decoration: none; }
.offers-heading h1 { margin: 8px 0 12px; color: #f5eee5; font: 500 clamp(2.4rem, 4.5vw, 4rem)/1.08 var(--serif); letter-spacing: -.025em; }
.offers-heading > p { margin: 0; color: #e0d6cb; font-size: 1rem; line-height: 1.6; }
.offer-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }
.offer-filter { min-height: 44px; max-width: 100%; padding: 10px 15px; border: 1px solid rgba(217,183,131,.5); background: transparent; color: #efd3a9; font: 500 .88rem/1.3 var(--sans); cursor: pointer; }
.offer-filter:hover { background: rgba(217,183,131,.1); }
.offer-filter[aria-pressed="true"] { border-color: #d9b783; background: #d9b783; color: #281d17; }
.offers-page :is(a,button,summary):focus-visible { outline: 2px solid #efd3a9; outline-offset: 4px; }
.offer-count { min-height: 1.5em; margin: 0 0 22px; color: #e0d6cb; font-size: .88rem; line-height: 1.5; }
.offers-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.offer-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid rgba(217,183,131,.18); background: #291e18; }
.offer-photo { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #2d211a; }
.offer-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.offer-content { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 22px; }
.offer-family-label { margin: 0 0 8px; color: #d9b783; font-size: .75rem; line-height: 1.35; letter-spacing: .05em; }
.offer-name { margin: 0 0 12px; color: #f5eee5; font: 500 1.7rem/1.15 var(--serif); overflow-wrap: anywhere; }
.offer-description { margin: 0 0 18px; color: #e0d6cb; font-size: .97rem; line-height: 1.55; }
.offer-variants { list-style: none; padding: 0; margin: auto 0 0; }
.offer-variants li { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 10px 0; border-top: 1px solid rgba(217,183,131,.2); font-size: .92rem; }
.offer-duration { color: #e0d6cb; white-space: nowrap; }
.offer-price { color: #f4dfc0; text-align: right; white-space: nowrap; font-weight: 600; }
.offer-book { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 10px 12px; border: 1px solid #d9b783; background: #d9b783; color: #281d17; font: 600 .84rem/1.3 var(--sans); text-align: center; text-decoration: none; }
.offer-book:hover { background: #efd3a9; border-color: #efd3a9; }
.offer-package-price-label { margin: auto 0 5px; color: #e0d6cb; font-size: .8rem; }
.offer-package-price { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(217,183,131,.2); color: #f4dfc0; font-size: 1.06rem; }
.offer-package-price strong { white-space: nowrap; }
.offer-coverage { margin-bottom: 14px; color: #e0d6cb; font-size: .9rem; line-height: 1.5; }
.offer-coverage summary { min-height: 44px; padding: 11px 0; color: #efd3a9; cursor: pointer; }
.offer-coverage ul { margin: 0; padding-left: 20px; }
.offer-package-book { margin-top: 8px; }
.offer-empty,.offer-error,.offer-pending { color: #e0d6cb; font-size: .95rem; line-height: 1.6; }
.offer-retry { min-height: 44px; padding: 10px 16px; border: 1px solid #d9b783; color: #efd3a9; background: transparent; cursor: pointer; font: 500 .95rem var(--sans); }
.offer-card[hidden],.offer-filters[hidden],.offer-empty[hidden],.offer-error[hidden],.offer-retry[hidden] { display: none; }
@media(max-width:1120px) { .offers-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:680px) { .offers-main { padding: 95px 0 42px; } .offers-heading { margin-bottom: 20px; } .offers-heading h1 { font-size: 2.6rem; } .offers-grid { grid-template-columns: minmax(0,1fr); gap: 18px; } .offer-content { padding: 20px; } .offer-name { font-size: 1.75rem; } .offer-filter { padding-inline: 12px; font-size: .83rem; } .offer-variants li { font-size: .92rem; gap: 8px; } }
@media(max-width:380px) { .offer-content { padding: 17px; } .offer-book { padding-inline: 10px; font-size: .8rem; } .offer-variants li { font-size: .86rem; gap: 6px; } }
@media(prefers-reduced-motion:reduce) { .offers-page * { scroll-behavior: auto; } }
