/* ============================
   CTTWOOD — Global Stylesheet
   ============================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --wood-dark: #1a0f08;
  --wood-mid: #2c1a0e;
  --wood-brown: #4a2c17;
  --wood-tan: #8b5e3c;
  --wood-light: #c4956a;
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --gold-pale: #f5e6c4;
  --cream: #fdf6ec;
  --white: #ffffff;
  --green: #2d5a27;
  --text-dark: #1a0f08;
  --text-mid: #5a3e2b;
  --text-light: #9a7a60;
  --border: rgba(201,168,76,0.2);
  --nav-height: 70px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text-dark); overflow-x: hidden; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--wood-dark); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-height);
  background: rgba(26,15,8,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  display: flex; align-items: center;
  padding: 0 5%; gap: 0;
  transition: all 0.3s;
}
nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.4); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.nav-logo img { height: 44px; width: auto; border-radius: 6px; }
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; color: var(--gold); letter-spacing: 2px; line-height: 1; }
.nav-logo-sub { font-size: 8px; font-weight: 300; color: var(--wood-light); letter-spacing: 1.5px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin-left: auto; }
.nav-links a { font-size: 12px; font-weight: 500; letter-spacing: 0.5px; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; text-transform: uppercase; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--wood-dark) !important; padding: 8px 18px !important; border-radius: 4px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; margin-left: auto; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--gold); border-radius: 2px; transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; top: var(--nav-height); left: 0; right: 0; background: rgba(26,15,8,0.98); padding: 20px 5%; z-index: 999; border-bottom: 1px solid var(--border); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 12px 0; font-size: 14px; font-weight: 500; letter-spacing: 0.5px; color: rgba(255,255,255,0.8); text-decoration: none; text-transform: uppercase; border-bottom: 1px solid rgba(201,168,76,0.1); transition: color 0.2s; }
.mobile-menu a:hover, .mobile-menu a.active { color: var(--gold); }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  min-height: 340px; display: flex; align-items: center;
  padding-top: var(--nav-height);
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--wood-dark) 0%, var(--wood-mid) 100%);
}
.page-hero-bg {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1542621334-a254cf47733d?w=1600&q=80') center/cover;
  opacity: 0.08;
}
.page-hero-content { position: relative; z-index: 1; padding: 60px 5%; max-width: 1200px; margin: 0 auto; width: 100%; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.breadcrumb a, .breadcrumb span { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.4); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: rgba(201,168,76,0.4); }
.breadcrumb .current { color: var(--gold); }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 12px; }
.page-hero p { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.6); max-width: 560px; line-height: 1.8; }
.page-hero-divider { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); margin: 16px 0; }

/* ── SECTIONS ── */
section { padding: 90px 5%; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; color: var(--wood-dark); line-height: 1.2; margin-bottom: 14px; }
.section-title.light { color: var(--white); }
.section-desc { font-size: 15px; font-weight: 300; color: var(--text-light); line-height: 1.8; max-width: 580px; }
.section-desc.light { color: rgba(255,255,255,0.6); }
.divider { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); margin: 16px 0 36px; }
.divider.center { margin: 16px auto 36px; }

/* ── BUTTONS ── */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--wood-dark); padding: 13px 26px; border-radius: 4px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-decoration: none; text-transform: uppercase; transition: all 0.25s; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,0.3); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--wood-dark); padding: 13px 26px; border-radius: 4px; font-size: 13px; font-weight: 500; letter-spacing: 0.5px; text-decoration: none; text-transform: uppercase; border: 1.5px solid var(--border); transition: all 0.25s; cursor: pointer; }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-secondary.light { color: var(--white); border-color: rgba(255,255,255,0.25); }
.btn-secondary.light:hover { border-color: var(--gold); color: var(--gold); }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: var(--white); padding: 13px 26px; border-radius: 4px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-decoration: none; text-transform: uppercase; transition: all 0.25s; }
.btn-whatsapp:hover { background: #1ebe5a; transform: translateY(-2px); }

/* ── CARDS ── */
.card { background: var(--white); border-radius: 6px; border: 1px solid var(--border); transition: all 0.3s; overflow: hidden; }
.card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(74,44,23,0.1); border-color: var(--gold); }
.card-img { width: 100%; height: 210px; object-fit: cover; transition: transform 0.4s; }
.card:hover .card-img { transform: scale(1.04); }
.card-body { padding: 22px; }
.card-tag { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; color: var(--gold); text-transform: uppercase; margin-bottom: 8px; }
.card-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; color: var(--wood-dark); margin-bottom: 8px; }
.card-body p { font-size: 13px; color: var(--text-light); line-height: 1.7; margin-bottom: 14px; }
.card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: 0.5px; color: var(--gold); text-decoration: none; text-transform: uppercase; transition: gap 0.2s; }
.card-link:hover { gap: 10px; }

/* ── FORM ── */
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 1px; color: var(--text-mid); text-transform: uppercase; margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 4px; background: var(--white); font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--wood-dark); transition: border-color 0.2s, box-shadow 0.2s; outline: none; resize: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.1); }
.form-group textarea { height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-success { display: none; text-align: center; padding: 16px; background: rgba(45,90,39,0.1); border: 1px solid rgba(45,90,39,0.3); border-radius: 4px; color: var(--green); font-weight: 500; margin-top: 12px; }

/* ── FOOTER ── */
footer { background: #0e0804; padding: 70px 5% 0; border-top: 1px solid rgba(201,168,76,0.15); }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 50px; padding-bottom: 50px; border-bottom: 1px solid rgba(201,168,76,0.1); }
.footer-brand-desc { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.8; margin: 14px 0 20px; }
.footer-socials { display: flex; gap: 10px; }
.footer-social { width: 36px; height: 36px; border-radius: 6px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; font-size: 15px; text-decoration: none; transition: all 0.2s; color: rgba(255,255,255,0.5); }
.footer-social:hover { background: rgba(201,168,76,0.15); border-color: var(--gold); color: var(--gold); }
.footer-col h4 { font-size: 11px; font-weight: 600; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; font-weight: 300; }
.footer-links a:hover { color: var(--gold); }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.footer-contact-item span:first-child { font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.footer-contact-item a, .footer-contact-item p { font-size: 13px; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; font-weight: 300; line-height: 1.5; }
.footer-contact-item a:hover { color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.25); font-weight: 300; }
.footer-bottom span { color: var(--gold); }

/* ── WA FLOAT ── */
.wa-float { position: fixed; bottom: 26px; right: 26px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(37,211,102,0.4); text-decoration: none; transition: all 0.3s; animation: waPulse 3s infinite; }
@keyframes waPulse { 0%, 100% { box-shadow: 0 6px 20px rgba(37,211,102,0.4); } 50% { box-shadow: 0 6px 32px rgba(37,211,102,0.6), 0 0 0 6px rgba(37,211,102,0.1); } }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 26px; height: 26px; fill: white; }

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }
.fade-up:nth-child(5) { transition-delay: 0.4s; }
.fade-up:nth-child(6) { transition-delay: 0.5s; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) { .nav-links { display: none; } .nav-hamburger { display: flex; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 600px) { section { padding: 60px 5%; } .form-row { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; gap: 28px; } .page-hero { min-height: 260px; } }
