:root {
    --nude: #D9C5B2; 
    --earth: #A68A71;
    --dark: #121212;
    --soft-white: #f9f7f4;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
html { scroll-behavior: smooth; }
body { background: var(--soft-white); color: var(--dark); line-height: 1.6; overflow-x: hidden; }

nav {
    position: fixed;
    top: 0; left: 0; width: 100%;
    padding: 30px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    transition: all 0.4s ease;
}

nav.scrolled {
    background: rgba(255, 255, 255, 0.98);
    padding: 15px 5%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.nav-logo { height: 75px; width: auto; filter: brightness(0) invert(1); transition: 0.3s; }
nav.scrolled .nav-logo { filter: none; }

.nav-links { list-style: none; display: flex; gap: 40px; }
.nav-links a { 
    text-decoration: none; 
    color: white; 
    font-size: 0.75rem; 
    text-transform: uppercase; 
    font-weight: 600; 
    letter-spacing: 2px;
    transition: 0.3s;
}

nav.scrolled .nav-links a { color: var(--dark); }
.nav-links a:hover { color: var(--nude); }

.menu-toggle { display: none; cursor: pointer; }
.bar { display: block; width: 25px; height: 2px; margin: 5px; background: white; transition: 0.3s; }
nav.scrolled .bar { background: var(--dark); }

header { 
    height: 100vh; width: 100%; position: relative; background: #000; 
    display: flex; align-items: center; justify-content: center;
}

.hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 2; }

.hero-content { position: relative; z-index: 3; text-align: center; color: white; }
.main-title { font-family: 'Playfair Display', serif; font-size: clamp(50px, 10vw, 130px); font-weight: 900; line-height: 1; }
.sub-title { font-family: 'Playfair Display', serif; font-size: clamp(30px, 6vw, 80px); font-style: italic; margin-top: 10px; }
.sub-title span { color: var(--nude); }

.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; }
.grid-item { min-height: 85vh; display: flex; flex-direction: column; justify-content: center; padding: 10%; }
.img-box { padding: 0; overflow: hidden; }
.img-box img { width: 100%; height: 100%; object-fit: cover; transition: 1.5s ease; }
.img-box:hover img { transform: scale(1.05); }

.text-box.dark { background: var(--dark); color: white; }
.tag { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 5px; margin-bottom: 30px; color: var(--earth); font-weight: 700; }
h2 { font-family: 'Playfair Display', serif; font-size: clamp(35px, 5vw, 65px); margin-bottom: 25px; line-height: 1.1; }
p { font-size: 1.1rem; opacity: 0.8; max-width: 450px; }

#contact { background: #fff; padding: 120px 8%; }
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: flex-start; }
.script-font { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(60px, 10vw, 130px); color: var(--earth); margin-bottom: 25px; letter-spacing: -3px; }
.contact-details p { font-size: 1.1rem; margin-bottom: 8px; font-weight: 600; }

.social-icons { margin-top: 30px; display: flex; gap: 25px; }
.social-icons a { color: var(--dark); font-size: 1.8rem; text-decoration: none; transition: 0.3s; }
.social-icons a:hover { color: var(--earth); transform: translateY(-5px); }

.contact-form form { display: flex; flex-direction: column; }
.contact-form input[type="email"] { width: 100%; padding: 18px 0; margin-bottom: 25px; border: none; border-bottom: 1px solid #ddd; background: transparent; font-size: 1rem; outline: none; }
.contact-form button { align-self: flex-start; background: var(--dark); color: white; padding: 20px 50px; border: none; cursor: pointer; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; transition: 0.4s; }
.contact-form button:hover { background: var(--earth); }

.gdpr-container { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 25px; }
.gdpr-container input { margin-top: 5px; }
.gdpr-container label { font-size: 0.85rem; opacity: 0.8; }

.site-footer { background: #f4efea; padding: 80px 8% 40px; border-top: 1px solid var(--nude); }
.footer-container { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footer-logo { height: 60px; margin-bottom: 25px; filter: brightness(0.2); }
.footer-brand p { font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; color: var(--earth); font-weight: 600; }
.footer-links h4, .footer-legal h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 25px; }
.footer-links ul, .footer-legal ul { list-style: none; }
.footer-links li { margin-bottom: 12px; }
.footer-links a, .footer-legal a { text-decoration: none; color: var(--dark); opacity: 0.6; transition: 0.3s; }
.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom p {
    font-size: 0.65rem;
    letter-spacing: 2px;
    opacity: 0.5;
    text-transform: uppercase;
    margin: 0 auto;
}
.modal {
    display: none; position: fixed; z-index: 2000;
    left: 0; top: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8); backdrop-filter: blur(8px);
    align-items: center; justify-content: center;
}
.modal-content { background: var(--soft-white); padding: 50px; width: 90%; max-width: 500px; position: relative; }
.close-modal { position: absolute; right: 20px; top: 15px; font-size: 30px; cursor: pointer; }
.modal-content h3 { font-family: 'Playfair Display', serif; font-size: 2rem; margin-bottom: 30px; text-align: center; }
#mini-contact-form input, #mini-contact-form textarea { width: 100%; padding: 15px; margin-bottom: 15px; border: 1px solid #ddd; outline: none; background: white; }
.send-btn { width: 100%; background: var(--dark); color: white; padding: 18px; border: none; cursor: pointer; font-weight: 700; letter-spacing: 2px; transition: 0.3s; }

@media (max-width: 900px) {
    .editorial-grid, .contact-split, .footer-container { grid-template-columns: 1fr; }
    .menu-toggle { display: block; }
    .nav-links {
        position: fixed; right: -100%; top: 0; height: 100vh; width: 70%;
        background: var(--white); flex-direction: column; align-items: center;
        justify-content: center; transition: 0.4s;
    }
    .nav-links.active { right: 0; }
    .nav-links a { color: var(--dark); font-size: 1.2rem; }
}