/* === footer.css – refined, polished, premium dark-gold aesthetic === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    background: #faf7f2;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* simulate page content above footer */
.page-preview {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem 4rem 2rem;
    flex: 1;
}

.brand-block {
    border-left: 6px solid #b76e2e;
    padding-left: 1.8rem;
}

.brand-block h1 {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: #2e241f;
    text-transform: uppercase;
}

.brand-block h1 span {
    font-weight: 300;
    color: #a9571c;
}

.brand-block .tagline {
    font-size: 1.2rem;
    font-style: italic;
    color: #5f4e3c;
    margin-top: 0.4rem;
    border-bottom: 2px dotted #d4b28c;
    padding-bottom: 0.8rem;
    display: inline-block;
}

.story-mock {
    margin-top: 2.5rem;
    background: #fff5e9;
    padding: 2rem 2.5rem;
    border-radius: 40px 8px 40px 8px;
    box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.15);
    max-width: 700px;
}

.story-mock h2 {
    font-size: 2rem;
    font-weight: 400;
    color: #3b2d23;
}

.story-mock h2 i {
    color: #b06e33;
    margin-right: 8px;
}

.story-mock p {
    font-size: 1.1rem;
    color: #2f2a26;
    line-height: 1.6;
    margin-top: 10px;
}

.story-mock .signature {
    margin-top: 1.5rem;
    font-family: 'Brush Script MT', cursive;
    font-size: 1.8rem;
    color: #7e4f28;
}

/* ========== FOOTER – refined, polished, premium ========== */
.hotel-footer {
    background: linear-gradient(180deg, #1f1a15 0%, #17120e 100%);
    color: #e0d6cd;
    padding: 4rem 2rem 2rem;
    font-weight: 300;
    line-height: 1.7;
    border-top: 6px solid #b76e2e;
    box-shadow: 0 -10px 25px -8px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

/* subtle texture overlay */
.hotel-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="1" stitchTiles="stitch"/><feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.08 0"/></filter><rect width="100" height="100" filter="url(%23noise)" opacity="0.15"/></svg>');
    opacity: 0.15;
    pointer-events: none;
}

/* radial glow behind logo area */
.footer-glow {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(183, 110, 46, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 2rem;
    position: relative;
    z-index: 2;
    align-items: start;
}

/* individual columns */
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* ========== COLUMN 1: Logo & Legacy ========== */
.footer-logo {
    padding-right: 1rem;
}

.footer-logo-img {
    border-radius: 50%;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 20px rgba(183, 110, 46, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-logo-img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(183, 110, 46, 0.35);
}

.footer-logo h2 {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: #f5e6d3;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}

.footer-logo h2 .legacy {
    font-weight: 300;
    color: #d29e61;
    font-size: 2rem;
}

.footer-logo .legacy-text {
    font-style: italic;
    font-size: 0.95rem;
    color: #ba9f88;
    border-left: 3px solid #b76e2e;
    padding-left: 12px;
    margin-top: 8px;
    line-height: 1.5;
}

.footer-story {
    margin-top: 1rem;
}

.footer-story p {
    margin-bottom: 14px;
    font-size: 0.98rem;
    color: #cfc3b8;
    line-height: 1.7;
}

.footer-story p i {
    color: #b76e2e;
    margin-right: 8px;
}

.footer-story .read-legacy {
    color: #f0d4b5;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dotted #b76e2e;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1rem;
}

.footer-story .read-legacy i {
    color: #c47d3a;
    margin-right: 4px;
    transition: transform 0.3s ease;
}

.footer-story .read-legacy .arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.footer-story .read-legacy:hover {
    color: #ffd7a5;
    border-bottom: 1px solid #ffb978;
}

.footer-story .read-legacy:hover .arrow {
    transform: translateX(5px);
}

.footer-story .read-legacy:hover i {
    transform: scale(1.1);
}

/* ========== COLUMN 2: Explore Links ========== */
.footer-links h4 {
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #dbb68c;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.footer-links ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links li a {
    color: #cdbcab;
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.98rem;
    padding: 4px 0;
}

.footer-links li a i {
    color: #b76e2e;
    font-size: 0.75rem;
    width: 16px;
    transition: all 0.25s ease;
}

.footer-links li a:hover {
    color: #f5d7b5;
    transform: translateX(4px);
}

.footer-links li a:hover i {
    transform: scale(1.3);
    color: #e5943c;
}

/* ========== COLUMN 3: Contact / Reservations ========== */
.footer-contact h4 {
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #dbb68c;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.98rem;
    color: #d6c9bc;
    line-height: 1.6;
}

.footer-contact i {
    width: 20px;
    color: #c47d3a;
    font-size: 1.1rem;
    text-align: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact a {
    color: #d6c9bc;
    text-decoration: none;
    transition: all 0.25s ease;
    border-bottom: 1px solid transparent;
}

.footer-contact a:hover {
    color: #f0d4b5;
    border-bottom: 1px solid #b76e2e;
}

.social-icons {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.social-icons a {
    color: #e2cfbb;
    background: #2f2822;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    border: 1px solid #5e4d3b;
    text-decoration: none;
}

.social-icons a:hover {
    background: #b76e2e;
    color: #1f1a15;
    transform: translateY(-6px) scale(1.1);
    border-color: #e3b184;
    box-shadow: 0 8px 20px rgba(183, 110, 46, 0.45);
}

/* ========== COLUMN 4: Newsletter ========== */
.footer-newsletter h4 {
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #dbb68c;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.newsletter-desc {
    font-size: 0.95rem;
    color: #ccb9a6;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #5e4e3f;
    padding-bottom: 4px;
    transition: border-color 0.3s ease;
}

.newsletter-form:focus-within {
    border-bottom-color: #c47d3a;
    box-shadow: 0 2px 8px rgba(183, 110, 46, 0.2);
}

.newsletter-input {
    background: transparent;
    border: none;
    padding: 10px 0;
    color: #f0dac8;
    width: 100%;
    outline: none;
    font-size: 0.95rem;
    font-family: inherit;
}

.newsletter-input::placeholder {
    color: #8a7a6a;
    transition: color 0.3s ease;
}

.newsletter-input:focus::placeholder {
    color: #a6907b;
}

.newsletter-btn {
    background: none;
    border: none;
    color: #c47d3a;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-btn:hover {
    color: #f0d4b5;
    transform: translateX(4px);
}

.newsletter-btn i {
    font-size: 1.1rem;
}

.newsletter-quote {
    font-size: 0.85rem;
    margin-top: 16px;
    color: #a6907b;
    font-style: italic;
}

.newsletter-quote i {
    color: #b76e2e;
    margin-right: 6px;
}

/* ========== FOOTER BOTTOM BAR ========== */
.footer-copyright {
    margin-top: 3rem;
    padding-top: 2rem;
    font-size: 0.9rem;
    color: #998f86;
    position: relative;
    z-index: 2;
}

.copyright-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(183, 110, 46, 0.3) 50%, transparent 100%);
    margin-bottom: 1.5rem;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.copyright-links {
    font-size: 0.85rem;
}

.footer-tagline {
    font-size: 0.9rem;
    color: #998f86;
}

.footer-tagline i {
    color: #bd6b2c;
    margin: 0 4px;
}

.footer-tagline .fa-heart {
    color: #b76e2e;
}

.footer-copyright a {
    color: #cfa775;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.25s ease;
    padding: 2px 4px;
    border-radius: 3px;
}

.footer-copyright a:hover {
    color: #ffd7a5;
    background: rgba(183, 110, 46, 0.1);
}

.hrp-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(183, 110, 46, 0.2) 50%, transparent 100%);
    margin: 1.5rem 0;
}

.hrp-credit {
    text-align: center;
    font-size: 0.8rem;
    color: #8a7a6a;
    font-style: italic;
}

.hrp-credit i {
    color: #b76e2e;
    margin: 0 3px;
    animation: pulse-heart 1.5s ease-in-out infinite;
}

@keyframes pulse-heart {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

.hrp-credit a {
    color: #cfa775;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.25s ease;
    border-bottom: 1px dotted #b76e2e;
}

.hrp-credit a:hover {
    color: #ffd7a5;
    border-bottom: 1px solid #ffb978;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem 2rem;
    }
    
    .footer-logo {
        padding-right: 0;
    }
}

@media (max-width: 550px) {
    .hotel-footer {
        padding: 3rem 1.5rem 1.5rem;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-logo h2 {
        font-size: 1.8rem;
    }
    
    .footer-logo h2 .legacy {
        font-size: 1.6rem;
    }
    
    .social-icons {
        justify-content: flex-start;
    }
    
    .footer-copyright {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
    
    .copyright-links {
        display: block;
        margin-top: 10px;
    }
}