*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --rose: #C8A96E; --rose-dark: #A8892E; --rose-light: #DFC98A; --dark: #111111; --mid: #4A4A4A; --muted: #888888; --white: #FFFFFF; --border: #EBEBEB; --shadow: rgba(200,169,110,0.15); --shadow-md: rgba(200,169,110,0.28); }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; background: #fff; color: var(--dark); line-height: 1.6; overflow-x: hidden; }
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.15; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; cursor: pointer; transition: all 0.3s; border: none; border-radius: 1px; }
.btn-solid { background: var(--rose); color: #fff; }
.btn-solid:hover { background: var(--rose-dark); transform: translateY(-2px); box-shadow: 0 10px 28px var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--rose); border: 1.5px solid var(--rose); }
.btn-ghost:hover { background: var(--rose); color: #fff; }
#progress-bar { position: fixed; top: 0; left: 0; height: 2px; background: linear-gradient(90deg, var(--rose), var(--rose-light)); z-index: 9999; width: 0%; transition: width 0.1s linear; }
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 14px 0; transition: all 0.4s; }
.nav.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); padding: 10px 0; box-shadow: 0 2px 24px var(--shadow); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.logo img { height: 120px; width: auto; filter: invert(1); margin: -16px 0; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--mid); transition: color 0.2s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--rose); transition: width 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--rose); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 1px; }
.mob-menu { display: none; position: fixed; inset: 0; background: #fff; z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 28px; }
.mob-menu.open { display: flex; }
.mob-menu a { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--dark); }
.mob-close { position: absolute; top: 20px; right: 20px; font-size: 22px; background: none; border: none; cursor: pointer; }
.float-sidebar { position: fixed; bottom: 24px; right: 24px; z-index: 999; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.float-btn { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.28)); transition: all 0.3s; font-size: 18px; color: #fff; overflow: hidden; }
.float-btn:hover { transform: scale(1.12) translateY(-2px); }
.float-phone { background: var(--rose); }
.float-insta { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); outline: 2px solid rgba(255,255,255,0.18); outline-offset: -1px; }
.float-wa { background: #25D366; animation: waPulse 3s infinite; }
@keyframes waPulse { 0%,100% { filter: drop-shadow(0 4px 10px rgba(37,211,102,0.45)); } 50% { filter: drop-shadow(0 4px 16px rgba(37,211,102,0.7)); } }
.footer { background: #181818; padding: 60px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 56px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 28px; }
.f-desc { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.75; margin-bottom: 20px; }
.f-social { display: flex; gap: 10px; }
.f-social a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(200,169,110,0.25); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.35); font-size: 13px; transition: all 0.3s; }
.f-social a:hover { border-color: var(--rose); color: var(--rose); }
.f-col h4 { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--rose); margin-bottom: 18px; }
.f-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.f-links a { font-size: 12px; color: rgba(255,255,255,0.35); transition: color 0.2s; }
.f-links a:hover { color: var(--rose); }
.f-contact-row { display: flex; gap: 9px; margin-bottom: 10px; align-items: flex-start; }
.f-contact-row i { color: var(--rose); font-size: 12px; margin-top: 2px; flex-shrink: 0; }
.f-contact-row span { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.5; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.f-copy { font-size: 11px; color: rgba(255,255,255,0.2); }
.fi { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fi.vis { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) { .nav-links, .nav-cta { display: none; } .hamburger { display: flex; } }
@media (max-width: 768px) { .footer-top { grid-template-columns: 1fr; gap: 32px; } .footer-bottom { flex-direction: column; gap: 8px; } .container { padding: 0 16px; } }
