* { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Montserrat', sans-serif; background: linear-gradient(135deg, #f9f7f4 0%, #f0ede8 100%); color: #222; line-height: 1.6; min-height: 100vh; }
    .wrap { max-width: 1300px; margin: 0 auto; padding: 40px 20px; }
    
    /* Hero Section */
    .hero { display: flex; gap: 40px; align-items: center; justify-content: space-between; background: #fff; border-radius: 20px; padding: 50px 40px; box-shadow: 0 12px 30px rgba(0,0,0,.06); overflow: hidden; height: auto!important;}
    .hero-media { flex: 1; min-width: 300px; height: 400px; border-radius: 16px; background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1400&q=80'); background-size: cover; background-position: center; position: relative; }
    .hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,42,58,0.4), transparent); border-radius: 16px; }
    
    .hero-content { flex: 1.2; }
    .tag { font-family: 'Playfair Display', serif; color: #b38e5d; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 15px; }
    h1 { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: #14232d; margin-bottom: 20px; line-height: 1.2; }
    p.lead { color: #565656; font-size: 1.1rem; max-width: 700px; margin-bottom: 25px; }
    
    /* Feature Grid */
    .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 30px 0; }
    .feature { background: #faf9f7; padding: 18px; border-radius: 12px; display: flex; align-items: flex-start; gap: 14px; box-shadow: 0 6px 16px rgba(0,0,0,.04); transition: all 0.3s ease; }
    .feature:hover { background: #f5f3f0; transform: translateY(-4px); }
    .feature i { color: #b38e5d; font-size: 1.4rem; width: 50px; height: 50px; background: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 14px rgba(179,142,93,.1); flex-shrink: 0; }
    .feature p { font-size: 0.95rem; color: #444; }
    .feature strong { color: #14232d; }
    
    /* Info Panel */
    .info-panel { margin-top: 30px; background: linear-gradient(135deg, #1a2a3a 0%, #2d3e50 100%); color: #fff; padding: 30px; border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
    .info-panel h3 { font-family: 'Playfair Display', serif; margin-bottom: 15px; font-size: 1.6rem; }
    .info-panel p { margin-bottom: 18px; opacity: 0.95; }
    .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
    .info-item { background: rgba(255,255,255,.08); padding: 16px; border-radius: 12px; border-left: 3px solid #b38e5d; }
    .info-item strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
    .info-item .small { font-size: 0.9rem; color: #ddd; }
    
    /* Services Section */
    .services-section { margin-top: 50px; }
    .section-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: #14232d; margin-bottom: 30px; text-align: center; }
    .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 40px; }
    
    .service-card { background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 10px 25px rgba(0,0,0,.08); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .service-card:hover { transform: translateY(-10px) scale(1.01); box-shadow: 0 20px 40px rgba(0,0,0,.15); }
    .service-card-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #b38e5d 0%, #a57e4d 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; margin-bottom: 16px; }
    .service-card h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #14232d; margin-bottom: 12px; }
    .service-card p { color: #666; font-size: 0.95rem; margin-bottom: 16px; line-height: 1.7; }
    .service-features { list-style: none; }
    .service-features li { padding: 8px 0; color: #555; display: flex; align-items: center; border-bottom: 1px solid #f0f0f0; }
    .service-features li:last-child { border-bottom: none; }
    .service-features i { color: #b38e5d; margin-right: 10px; width: 18px; text-align: center; }
    
    /* Booking Card */
    .booking-section { display: flex; gap: 40px; margin-top: 50px; align-items: flex-start; }
    .booking-content { flex: 1; }
    .booking-content h2 { font-family: 'Playfair Display', serif; font-size: 2rem; color: #14232d; margin-bottom: 18px; }
    .booking-content p { color: #666; margin-bottom: 15px; line-height: 1.8; }
    
    .booking-card { background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 12px 30px rgba(0,0,0,.08); width: 420px; flex-shrink: 0; }
    .booking-card h3 { font-family: 'Playfair Display', serif; color: #14232d; margin-bottom: 20px; }
    
    label { display: block; font-size: 0.85rem; color: #556; margin-bottom: 6px; font-weight: 600; }
    input, select, textarea { width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid #e8e6e3; background: #fbfbfb; font-size: 0.95rem; color: #222; margin-bottom: 12px; }
    input:focus, select:focus, textarea:focus { outline: none; border-color: #b38e5d; background: #fff; }
    
    .form-row { display: flex; gap: 12px; }
    .form-row .form-col { flex: 1; }
    
    .cta { display: inline-flex; align-items: center; gap: 8px; background: #b38e5d; color: #fff; padding: 13px 26px; border-radius: 50px; border: 0; font-weight: 700; font-size: 0.95rem; cursor: pointer; transition: all 0.3s ease; width: 100%; justify-content: center; }
    .cta:hover { background: #a57e4d; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(179,142,93,.25); }
    
    .form-note { font-size: 0.85rem; color: #888; text-align: center; margin-top: 12px; }
    
    /* Testimonials */
    .testimonials-section { margin-top: 60px; background: linear-gradient(135deg, #1a2a3a 0%, #2d3e50 100%); border-radius: 20px; padding: 50px 40px; color: #fff; }
    .testimonials-section h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; text-align: center; margin-bottom: 40px; }
    .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
    .testimonial { background: rgba(255,255,255,.06); padding: 24px; border-radius: 14px; border-left: 4px solid #b38e5d; }
    .testimonial-text { font-size: 0.95rem; margin-bottom: 16px; line-height: 1.8; font-style: italic; }
    .testimonial-author { font-weight: 600; color: #b38e5d; }
    .testimonial-role { font-size: 0.85rem; color: #ccc; }
    
    /* Footer */
    footer { margin-top: 40px; text-align: center; color: #888; font-size: 0.9rem; }
    
    /* Responsive */
    @media(max-width: 1100px) {
        .hero { flex-direction: column; gap: 30px; padding: 40px 30px; }
        .hero-media { height: 300px; }
        h1 { font-size: 2.2rem; }
        .booking-section { flex-direction: column; gap: 30px; }
        .booking-card { width: 100%; }
    }
    
    @media(max-width: 768px) {
        .wrap { padding: 20px; }
        h1 { font-size: 1.8rem; }
        .section-title { font-size: 1.8rem; }
        .hero { padding: 25px; }
        .services-grid { grid-template-columns: 1fr; }
        .testimonials-grid { grid-template-columns: 1fr; }
        .form-row { flex-direction: column; }
        .booking-card { padding: 20px; }
    }