:root { --green: #0a5141; --gold: #ddc296; --text: #1a1a1a; --text-light: #717171; --border: #e2e2e2; --beige: #f9f3eb; }
body, html { margin: 0; padding: 0; font-family: 'Inter', sans-serif; background: #ffffff; color: var(--text); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
header { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; background: rgba(255,255,255,0.94); border-bottom: 1px solid rgba(10,81,65,0.10); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; backdrop-filter: blur(14px); box-shadow: 0 8px 24px rgba(10,81,65,0.05); }
header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(221,194,150,0.9), transparent); pointer-events: none; }
.header-logo { display: inline-flex; align-items: center; text-decoration: none; }
.header-logo img { height: 42px; width: auto; display: block; }
.header-nav { display: flex; gap: 12px; align-items: center; }
.nav-link { position: relative; text-decoration: none; color: var(--text); font-size: 12px; font-weight: 700; white-space: nowrap; padding: 8px 0; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: center; transition: transform 0.2s; }
.nav-link:hover::after { transform: scaleX(1); }
.nav-phone { color: white; background: var(--green); border: 1px solid var(--green); padding: 8px 12px; border-radius: 999px; font-size: 11px; box-shadow: 0 8px 18px rgba(10,81,65,0.18); }
.nav-phone::after { display: none; }
.nav-phone:hover { background: #073d34; }
@media (min-width: 768px) { header { height: 86px; padding: 0 5%; } .header-logo img { height: 58px; } .header-nav { gap: 30px; } .nav-link { font-size: 14px; } .nav-phone { font-size: 14px; padding: 11px 18px; } }
.page-container { padding-top: 72px; }
.main-layout { display: flex; flex-direction: column; max-width: 1400px; margin: 0 auto; width: 100%; }
@media (min-width: 768px) { .page-container { padding-top: 86px; background-color: #fcfcfc; } .main-layout { flex-direction: row; height: calc(100vh - 86px); overflow: hidden; background: white; box-shadow: 0 0 40px rgba(0,0,0,0.02); } }
.content-side { flex: 1; padding: 30px 20px; background-color: rgba(221, 194, 150, 0.08); overflow-y: auto; }
@media (min-width: 768px) { .content-side { padding: 40px 60px; } }
.brand-header { margin-bottom: 30px; border-left: 4px solid var(--gold); padding-left: 20px; }
.brand-header p.subtitle { text-transform: uppercase; letter-spacing: 2px; font-size: 11px; color: var(--text-light); margin: 0; font-weight: 700; }
.brand-header h1 { font-size: 28px; margin: 5px 0; font-weight: 700; color: var(--green); }
.brand-header p.location { font-size: 15px; color: var(--text-light); margin: 0; }
.calendar-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; max-width: 700px; }
.calendar-nav h3 { font-size: 20px; font-weight: 600; margin: 0; }
.calendar-container { display: flex; flex-direction: column; gap: 20px; align-items: center; }
@media (min-width: 768px) { .calendar-container { flex-direction: row; justify-content: flex-start; gap: 30px; align-items: flex-start; } }
.month-box { width: 100%; max-width: 320px; background: white; padding: 20px; border-radius: 16px; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
.month-title { font-weight: 700; font-size: 16px; text-align: center; margin-bottom: 15px; text-transform: capitalize; color: var(--green); }
.week-days { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; font-size: 11px; font-weight: 700; color: var(--gold); margin-bottom: 10px; }
.days-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 14px; cursor: pointer; border-radius: 50%; transition: 0.2s; font-weight: 500; }
.day.booked { color: #d1d1d1; text-decoration: line-through; cursor: not-allowed; }
.day.selected { background: var(--green) !important; color: white !important; font-weight: 700; }
.day.in-range { background: rgba(221, 194, 150, 0.3); border-radius: 0; }
.nav-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #ddd; background: white; cursor: pointer; color: var(--green); display: flex; align-items: center; justify-content: center; }
.widget-side { padding: 40px 20px; background: white; border-top: 1px solid #eee; }
@media (min-width: 768px) { .widget-side { width: 400px; border-top: none; border-left: 1px solid #eee; overflow: hidden; display: flex; align-items: flex-start; justify-content: center; padding: 28px 18px; } }
.booking-card { background: #ffffff; width: 100%; max-width: 380px; margin: 0 auto; }
@media (min-width: 768px) { .booking-card { border: 1px solid var(--border); border-radius: 16px; padding: 22px 24px; box-shadow: 0 6px 16px rgba(0,0,0,0.1); position: sticky; top: 20px; } }
.price-header { font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.price-avg { font-size: 14px; color: var(--text-light); margin-bottom: 24px; }
.promo-text { color: #c2410c; font-weight: 700; font-size: 13px; display: block; margin-bottom: 10px; }
.old-price { text-decoration: line-through; color: #999; font-size: 16px; margin-right: 8px; }
.form-inputs { border: 1px solid #b0b0b0; border-radius: 8px; overflow: hidden; margin-bottom: 20px; }
.date-row { display: flex; border-bottom: 1px solid #b0b0b0; }
.date-field { flex: 1; padding: 12px; }
.date-field label, .guest-field label { display: block; font-size: 10px; font-weight: 800; text-transform: uppercase; margin-bottom: 2px; color: var(--green); }
.date-field span { font-size: 14px; font-weight: 500; }
.guest-field { padding: 12px; cursor: pointer; position: relative; }
.guest-field .arrow { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); }
.btn-reserve { background: var(--green); color: white; border: none; width: 100%; padding: 18px; border-radius: 40px; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 10px; }
.info-extras { margin-top: 20px; border-top: 1px solid #f0f0f0; padding-top: 20px; }
.options-title { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 15px; text-transform: uppercase; letter-spacing: 0.5px; }
.option-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.opt-text { display: flex; flex-direction: column; }
.opt-name { font-size: 14px; font-weight: 500; color: var(--text); }
.opt-price { font-size: 12px; color: var(--text-light); }
.opt-check { appearance: none; width: 20px; height: 20px; border: 2px solid var(--border); border-radius: 4px; cursor: pointer; position: relative; transition: 0.2s; }
.opt-check:checked { background: var(--green); border-color: var(--green); }
.opt-check:checked::after { content: '✓'; position: absolute; color: white; font-size: 13px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
@media (min-width: 768px) {
    .price-header { font-size: 20px; margin-bottom: 4px; }
    .price-avg { font-size: 13px; margin-bottom: 18px; }
    .form-inputs { margin-bottom: 14px; }
    .date-field, .guest-field { padding: 10px 12px; }
    .date-field label, .guest-field label { font-size: 9px; margin-bottom: 1px; }
    .date-field span, .guest-field span { font-size: 13px; }
    .btn-reserve { padding: 14px; font-size: 15px; margin-top: 8px; }
    .info-extras { margin-top: 16px; padding-top: 16px; }
    .options-title { font-size: 12px; margin-bottom: 12px; }
    .option-row { margin-bottom: 9px; }
    .opt-name { font-size: 13px; line-height: 1.15; }
    .opt-price { font-size: 11px; line-height: 1.15; }
    .opt-check { width: 18px; height: 18px; }
}
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none; align-items: center; justify-content: center; z-index: 2000; backdrop-filter: blur(3px); }
.modal-content { background: white; width: 90%; max-width: 400px; border-radius: 12px; padding: 25px; position: relative; }
.modal-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.modal-row b { font-size: 15px; }
.modal-row p { margin: 0; font-size: 12px; color: var(--text-light); }
.animal-input-box { display: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--border); }
#petType { width: 100%; padding: 10px; border: 1px solid var(--border); border-radius: 6px; font-family: 'Inter'; font-size: 14px; margin-top: 5px; box-sizing: border-box; }
.pet-warning { font-size: 11px; color: #b45309; background: #fffbeb; padding: 8px; border-radius: 4px; margin-top: 10px; display: flex; gap: 5px; }
.close-btn { position: absolute; top: 15px; right: 15px; font-size: 20px; cursor: pointer; color: #999; }
footer { background: #073d34; color: white; padding: 54px 0 28px; }
.footer-content { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
.footer-topline { width: 46px; height: 2px; background: var(--gold); margin-bottom: 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
.footer-kicker { color: var(--gold); display: block; font-size: 11px; font-weight: 800; letter-spacing: 2px; margin-bottom: 10px; text-transform: uppercase; }
.footer-brand h2 { color: white; margin: 0 0 14px; font-size: 25px; }
.footer-brand p { color: rgba(255,255,255,0.72); font-size: 14px; line-height: 1.7; max-width: 430px; margin: 0; }
.footer-col h4, .footer-contact h4 { color: var(--gold); text-transform: uppercase; font-size: 12px; margin: 0 0 16px; letter-spacing: 1px; }
.footer-col a { display: block; color: rgba(255,255,255,0.76); text-decoration: none; margin-bottom: 10px; font-size: 14px; transition: color 0.2s; }
.footer-col a:hover { color: white; }
.footer-contact { border-left: 1px solid rgba(221,194,150,0.35); padding-left: 22px; }
.footer-phone { display: inline-flex; align-items: center; justify-content: center; color: #073d34; background: var(--gold); text-decoration: none; border-radius: 999px; padding: 10px 16px; font-weight: 800; margin-bottom: 12px; }
.footer-contact span { display: block; color: rgba(255,255,255,0.68); font-size: 13px; line-height: 1.5; max-width: 220px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.14); margin-top: 36px; padding-top: 20px; display: flex; flex-direction: column; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.55); }
@media (min-width: 768px) {
    .footer-grid { grid-template-columns: 1.5fr 0.8fr 0.8fr 1fr; gap: 38px; text-align: left; align-items: start; }
    .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}
