.booking-page { max-width: 1180px; margin: 0 auto; padding: clamp(36px, 6vw, 78px) 20px 88px; }
.booking-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 40px; align-items: end; padding: 0 0 46px; }
.booking-hero__copy { max-width: 790px; }
.booking-hero h1 { margin: 16px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 7vw, 84px); font-weight: 500; line-height: .95; letter-spacing: -.05em; }
.booking-hero__copy > p { max-width: 690px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.58; }
.booking-hero__note { position: relative; display: grid; min-height: 205px; place-content: center; border-radius: 30px; color: var(--accent); background: #eef3e8; font-family: Georgia, serif; font-size: 26px; font-style: italic; text-align: center; transform: rotate(1deg); }
.booking-hero__note strong { color: #eeb000; font-size: 38px; line-height: .9; }
.booking-hero__note i { position: absolute; top: 8px; right: 18px; color: #eeb000; font-size: 58px; font-style: normal; }
.booking-doodles { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.booking-doodle { position: absolute; display: block; filter: drop-shadow(0 2px 0 rgba(255, 255, 255, .72)); }
.booking-doodle--crown { top: -28px; right: 196px; width: 86px; transform: rotate(-10deg); }
.booking-doodle--heart { top: 42%; right: -26px; width: 64px; transform: rotate(10deg); }
.booking-doodle--cup { right: 226px; bottom: 0; width: 88px; transform: rotate(-6deg); }
.booking-doodle--cat { left: -54px; bottom: 8px; width: 110px; transform: rotate(-8deg); }
.booking-places { display: grid; gap: 24px; }
.booking-place { display: grid; grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr); overflow: hidden; border: 1px solid var(--border); border-radius: 32px; background: #fffaf3; }
.booking-place--novo { grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); }
.booking-place--novo img { order: 2; }
.booking-place img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.booking-place__body { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(28px, 4vw, 52px); }
.booking-place__eyebrow { color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.booking-place h2 { max-width: 620px; margin: 12px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 3.4vw, 52px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.booking-place__subtitle { margin: 0 0 16px; color: var(--accent); font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.booking-place__address { margin: 0 0 18px !important; color: var(--text) !important; font-weight: 800; }
.booking-place__body > p:not(.booking-place__subtitle):not(.booking-place__address) { max-width: 530px; margin: 0 0 28px; color: var(--muted); line-height: 1.58; }
.booking-place .button { margin-top: auto; }
.booking-reminder { display: flex; gap: 18px; align-items: flex-start; margin-top: 28px; padding: 22px 26px; border-radius: 20px; background: #fff1c6; color: var(--text); line-height: 1.5; }
.booking-reminder strong { flex: 0 0 auto; color: var(--accent); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
@media (max-width: 760px) { .booking-page { padding: 38px 16px 64px; } .booking-hero { grid-template-columns: 1fr; gap: 26px; padding-bottom: 30px; } .booking-doodles { display: none; } .booking-hero__note { min-height: 150px; } .booking-place, .booking-place--novo { grid-template-columns: 1fr; } .booking-place--novo img { order: 0; } .booking-place img { min-height: 270px; } .booking-place__body { padding: 28px 24px; } .booking-place .button { width: 100%; text-align: center; } .booking-reminder { display: grid; gap: 8px; } }
