:root {
    --cream: #F6F1E6;
    --espresso: #1A1411;
    --copper: #B87333;
    --gold: #D6A85A;
    --font-heading: 'Cinzel Decorative', serif;
    --font-western: 'Rye', cursive;
    --font-body: 'Montserrat', sans-serif;
}

body { background-color: var(--cream); color: var(--espresso); font-family: var(--font-body); margin: 0; line-height: 1.6; }
h1, h2, h3 { font-family: var(--font-western); text-transform: uppercase; }
.western-text { font-family: var(--font-western) !important; }
.section-title { text-align: center; margin-bottom: 30px; }
.centered { text-align: center; width: 100%; display: flex; flex-direction: column; align-items: center; }

/* HERO restoration */
.hero {
    height: 90vh; display: flex; align-items: center; justify-content: center;
    text-align: center; position: relative; background: var(--espresso);
}
.hero-bg { position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0.7; }
.hero-overlay { position: absolute; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent, rgba(26,20,17,0.8)); }
.hero-content { position: relative; z-index: 2; color: white; padding: 20px; }
.brand-title { font-size: 3rem; letter-spacing: 2px; color: var(--gold); margin: 0; }
.headline { font-size: 3.5rem; font-family: var(--font-western); margin: 20px 0; color: white; }

/* LIFESTYLE BREAKS (New Photo Areas) */
.lifestyle-break {
    height: 400px; width: 100%; overflow: hidden; position: relative;
}
.lifestyle-break.mini { height: 250px; }
.break-img {
    width: 100%; height: 100%; background-size: cover; background-position: center; background-attachment: fixed;
}
.break-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(26, 20, 17, 0.4); display: flex; align-items: center; justify-content: center;
}
.break-overlay h2 {
    color: var(--cream); font-size: 2.5rem; text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.mid-page-photo { padding: 60px 20px; background: var(--cream); }
.photo-container { display: flex; gap: 20px; max-width: 1200px; margin: 0 auto; height: 500px; }
.split-photo { flex: 1; background-size: cover; background-position: center; border: 1px solid var(--gold); border-radius: 8px; }

/* PACKAGES */
.packages { padding: 100px 20px; text-align: center; }
.package-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1200px; margin: 50px auto; }
.card { 
    background: white; border: 2px solid var(--gold); padding: 40px 20px; border-radius: 12px; 
    transition: 0.3s; cursor: pointer; display: flex; flex-direction: column; justify-content: space-between;
}
.card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(184,115,51,0.2); }
.card h3 { color: var(--copper); margin-bottom: 10px; }

/* LOGISTICS */
.logistics-section { background-size: cover; background-attachment: fixed; position: relative; }
.logistics-overlay { background: rgba(26,20,17,0.85); padding: 100px 20px; }
.logistics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1100px; margin: 50px auto 0; }
.log-card { border: 1px solid var(--copper); padding: 30px; color: white; text-align: center; }
.log-card h4 { color: var(--gold); font-family: var(--font-western); margin-bottom: 15px; }
.white { color: white; }

/* BUTTONS */
.btn { padding: 15px 35px; border-radius: 50px; border: 2px solid var(--copper); cursor: pointer; transition: 0.3s; font-family: var(--font-western); }
.btn-primary { background: var(--copper); color: white; }
.btn-primary:hover { background: transparent; color: var(--copper); box-shadow: 0 0 20px var(--gold); }
.btn-select { background: transparent; color: var(--copper); border: 1px solid var(--copper); padding: 10px 20px; margin-top: 20px; font-family: var(--font-western); cursor: pointer; border-radius: 5px; }
.full-width { width: 100%; }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 15px; padding: 40px; max-width: 1200px; margin: 0 auto; }
.gallery-item { width: 100%; height: 350px; object-fit: cover; border: 1px solid var(--gold); }

/* CUSTOMIZER Aesthetic Update */
.customizer { padding: 80px 20px; background-size: cover; background-attachment: fixed; display: flex; justify-content: center; }
.calc-container { background: rgba(246, 241, 230, 0.98); max-width: 800px; width: 100%; padding: 50px; border-radius: 15px; border: 3px double var(--copper); text-align: center; }
.calc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 30px; }

.input-group label { display: block; font-family: var(--font-western); margin-bottom: 10px; color: var(--espresso); font-size: 0.9rem; }
.input-group input[type="number"] { 
    width: 100%; padding: 12px; border: 1px solid var(--copper); background: var(--cream); 
    font-family: var(--font-western); color: var(--espresso); border-radius: 5px; box-sizing: border-box;
}

.checkbox-group { 
    grid-column: 1 / -1; display: flex; flex-direction: column !important; align-items: center; 
    padding: 20px; background: rgba(184, 115, 51, 0.05); border-radius: 10px;
}
.checkbox-container { display: flex; align-items: center; gap: 10px; margin-bottom: 5px; }
.upgrade-desc { font-size: 0.85rem; color: var(--espresso); max-width: 500px; opacity: 0.8; font-style: italic; margin-top: 5px; }

#estimate-total { font-family: var(--font-western); font-size: 3rem; color: var(--copper); margin: 20px 0; }

/* FAQ Section */
.faq-section { padding: 80px 20px; max-width: 800px; margin: 0 auto; }
.faq-list { margin-top: 40px; }
.faq-item { margin-bottom: 30px; border-bottom: 1px solid var(--gold); padding-bottom: 20px; width: 100%; }
.faq-item h5 { font-family: var(--font-western); color: var(--copper); font-size: 1.1rem; margin-bottom: 10px; }

/* BOOKING SECTION */
.booking-section { padding: 80px 20px; background: var(--espresso); color: white; }
.form-container { max-width: 600px; margin: 0 auto; }
.western-form input, .western-form textarea {
    width: 100%; padding: 15px; margin-bottom: 15px; background: rgba(246, 241, 230, 0.1); 
    border: 1px solid var(--gold); color: white; font-family: var(--font-body); border-radius: 5px; box-sizing: border-box;
}
.western-form textarea { height: 120px; }
.western-form #form-summary { background: rgba(184, 115, 51, 0.2); font-family: var(--font-western); color: var(--gold); }

/* FOOTER */
footer { padding: 60px 20px; text-align: center; background: #000; color: white; }
.footer-brand { color: var(--gold); font-size: 2rem; margin-bottom: 10px; }

.hidden { display: none; }

@media (max-width: 768px) {
    .photo-container { flex-direction: column; height: auto; }
    .split-photo { height: 300px; }
    .break-overlay h2 { font-size: 1.5rem; }
    .headline { font-size: 2.2rem; }
}