*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #f8f4ee; --warm-white: #fdfaf6; --gold: #b8973a; --gold-light: #d4af6a;
  --olive: #4a5240; --olive-dark: #353b2d; --text: #2c2820; --text-light: #6b6258;
  --border: #e2d9cc; --promo-bg: #c9a227;
}

html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--warm-white); color: var(--text); font-weight: 300; overflow-x: hidden; }

/* PROMO BAR */
.promo-bar { background: var(--promo-bg); color: #fff; text-align: center; font-size: 12px; font-weight: 500; letter-spacing: .08em; padding: 9px 40px; position: relative; }
.promo-bar span { color: #fff3cc; margin: 0 6px; }
.promo-bar .close-promo { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); cursor: pointer; font-size: 16px; background: none; border: none; color: #fff; }

/* NAV */
nav { background: var(--warm-white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; gap: 32px; padding: 0 32px; height: 68px; }
.nav-logo { flex-shrink: 0; text-decoration: none; }
.nav-logo .brand { font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 800; letter-spacing: .1em; color: var(--text); display: block; line-height: 1; }
.nav-links { display: flex; gap: 6px; list-style: none; align-items: center; flex: 1; flex-wrap: nowrap; }
.nav-links > li { position: relative; }
.nav-links > li > a { font-family: 'Montserrat', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; color: var(--text); transition: color .2s; padding: 8px 10px; white-space: nowrap; display: block; }
.nav-links > li > a:hover { color: var(--gold); }
.nav-links > li > a.promo { color: var(--gold); font-weight: 700; }
.btn-orcamento { background: var(--gold) !important; color: #fff !important; padding: 10px 16px !important; border-radius: 3px; font-weight: 700 !important; white-space: nowrap !important; line-height: 1.2 !important; }
.btn-orcamento:hover { background: #9e7e28 !important; color: #fff !important; }

/* HAMBURGER */
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; background: none; border: none; padding: 6px; flex-shrink: 0; z-index: 10; }
.hamburger.show { display: flex; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); transition: all .3s ease; transform-origin: center; }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-links.nav-hidden { display: none !important; }

/* MEGA MENU */
.mega-menu { position: absolute; top: calc(100% + 2px); left: 50%; transform: translateX(-50%) translateY(-10px); width: 880px; max-width: 96vw; background: var(--warm-white); border: 1px solid var(--border); border-top: 2px solid var(--gold); box-shadow: 0 28px 64px rgba(0,0,0,.13); opacity: 0; visibility: hidden; transition: opacity .26s ease, transform .26s ease, visibility .26s; z-index: 1000; overflow: hidden; }
.nav-links > li:hover .mega-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega-inner { display: grid; grid-template-columns: 248px 1fr; min-height: 290px; }
.mega-img-col { position: relative; overflow: hidden; }
.mega-img-col img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.nav-links > li:hover .mega-img-col img { transform: scale(1.04); }
.mega-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,18,14,.78) 0%, rgba(20,18,14,.12) 52%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 22px 26px; }
.mega-img-label { font-family: 'Montserrat', sans-serif; font-size: 8.5px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.mega-img-title { font-family: 'Montserrat', sans-serif; font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 13px; letter-spacing: -.3px; line-height: 1.2; }
.mega-img-cta { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 9.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.38); padding-bottom: 2px; width: fit-content; transition: color .2s, border-color .2s; }
.mega-img-cta:hover { color: var(--gold); border-color: var(--gold); }
.mega-content-col { padding: 32px 38px; display: flex; flex-direction: column; gap: 20px; }
.mega-content-header h4 { font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 3px; letter-spacing: -.3px; }
.mega-content-header p { font-size: 12px; color: var(--text-light); line-height: 1.5; }
.mega-sep { height: 1px; background: var(--border); }
.mega-section-label { font-family: 'Montserrat', sans-serif; font-size: 8.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--text-light); margin-bottom: 10px; }
.mega-links-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.mega-links-grid a { display: block; font-size: 13px; color: var(--text); text-decoration: none; font-family: 'Jost', sans-serif; font-weight: 400; padding: 7px 0; border-bottom: 1px solid var(--border); transition: color .17s, padding-left .17s; }
.mega-links-grid a:hover { color: var(--gold); padding-left: 5px; }
.mega-footer { margin-top: auto; display: flex; align-items: center; gap: 6px; padding-top: 4px; }
.mega-footer-link { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--gold); text-decoration: none; transition: color .2s; }
.mega-footer-link:hover { color: var(--olive); }
.submenu { position: absolute; top: calc(100% + 4px); left: 0; background: #fff; border: 1px solid var(--border); border-top: 2px solid var(--gold); padding: 8px 0; min-width: 210px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all .22s; z-index: 1000; box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.nav-links > li:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li { list-style: none; }
.submenu li a { display: block; padding: 10px 20px; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; color: var(--text); text-decoration: none; text-transform: none; letter-spacing: 0; transition: all .18s; border-left: 2px solid transparent; }
.submenu li a:hover { background: var(--cream); color: var(--gold); border-left-color: var(--gold); padding-left: 24px; }

/* NAV ICONS */
.nav-icons { display: flex; gap: 18px; align-items: center; }
.nav-icons button, .nav-icons a { background: none; border: none; cursor: pointer; color: var(--text); text-decoration: none; font-size: 18px; transition: color .2s; }
.nav-icons button:hover, .nav-icons a:hover { color: var(--gold); }
.cart-count { background: var(--gold); color: #fff; border-radius: 50%; font-size: 9px; width: 16px; height: 16px; display: inline-flex; align-items: center; justify-content: center; position: relative; top: -8px; left: -6px; }
.nav-inner.nav-compact { gap: 12px; padding: 0 16px; }
.nav-inner.nav-compact .nav-icons { margin-left: auto; gap: 10px; }
.nav-inner.nav-compact .nav-icons .desktop-only { display: none !important; }

/* MENU OVERLAY */
.menu-overlay { position: fixed; inset: 0; z-index: 199; background: rgba(0,0,0,.45); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
.menu-overlay.open { opacity: 1; visibility: visible; }

/* MOBILE MENU */
.mobile-menu { display: flex; position: fixed; top: 0; right: 0; bottom: 0; width: min(400px, 100vw); background: var(--warm-white); z-index: 200; flex-direction: column; overflow-y: auto; overflow-x: hidden; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .36s cubic-bezier(.4,0,.2,1), visibility .36s; box-shadow: -8px 0 40px rgba(0,0,0,.14); }
.mobile-menu.open { transform: translateX(0); visibility: visible; pointer-events: all; }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; height: 64px; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--warm-white); z-index: 5; flex-shrink: 0; }
.mobile-menu-logo { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 800; letter-spacing: .1em; color: var(--text); }
.mobile-menu-close { background: none; border: none; cursor: pointer; color: var(--text); width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: background .2s; }
.mobile-menu-close:hover { background: var(--cream); }
.mobile-menu-body { flex: 1; }
.mob-item { border-bottom: 1px solid var(--border); }
.mob-item-header { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; min-height: 54px; cursor: pointer; text-decoration: none; color: var(--text); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .2s, background .2s; user-select: none; }
.mob-item-header:hover { color: var(--gold); background: var(--cream); }
.mob-item-header.highlight { color: var(--gold); }
.mob-item-arrow { color: var(--text-light); flex-shrink: 0; transition: transform .28s ease; }
.mob-item-header.open .mob-item-arrow { transform: rotate(180deg); color: var(--gold); }
.mob-item-header.open { color: var(--gold); }
.mob-submenu { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.mob-submenu.open { max-height: 600px; }
.mob-submenu-img { position: relative; height: 150px; overflow: hidden; }
.mob-submenu-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.mob-submenu.open .mob-submenu-img img { transform: scale(1.03); }
.mob-submenu-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,18,14,.7) 0%, rgba(20,18,14,.1) 55%, transparent 100%); display: flex; align-items: flex-end; padding: 14px 20px; }
.mob-submenu-img-link { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.mob-submenu-img-link:hover { color: var(--gold); border-color: var(--gold); }
.mob-submenu-inner { padding: 6px 0 14px; background: var(--cream); }
.mob-sub-label { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--text-light); padding: 12px 20px 6px; }
.mob-sub-link { display: flex; align-items: center; gap: 8px; padding: 9px 20px 9px 24px; font-size: 13px; color: var(--text); text-decoration: none; font-family: 'Jost', sans-serif; font-weight: 400; transition: color .17s, padding-left .17s; border-left: 2px solid transparent; }
.mob-sub-link::before { content: ''; display: block; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; flex-shrink: 0; opacity: .6; }
.mob-sub-link:hover { color: var(--gold); padding-left: 28px; border-left-color: var(--gold); }
.mobile-menu-footer { padding: 16px 20px 24px; border-top: 1px solid var(--border); flex-shrink: 0; }
.mob-cta { display: block; background: var(--gold); color: #fff; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 15px; text-align: center; text-decoration: none; transition: background .25s; }
.mob-cta:hover { background: #9e7e28; }

/* CART SIDEBAR */
.cart-sidebar { position: fixed; right: 0; top: 0; bottom: 0; width: 420px; max-width: 100vw; background: var(--warm-white); box-shadow: -8px 0 32px rgba(0,0,0,.15); z-index: 300; transform: translateX(100%); transition: transform .35s cubic-bezier(.4, 0, .2, 1); overflow-y: auto; display: flex; flex-direction: column; }
.cart-sidebar.open { transform: translateX(0); }
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.35); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 250; }
.cart-sidebar.open ~ .cart-overlay { opacity: 1; visibility: visible; }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: var(--warm-white); }
.cart-header h2 { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 700; color: var(--text); letter-spacing: -0.3px; margin: 0; }
.cart-close { background: none; border: none; font-size: 26px; cursor: pointer; color: var(--text); transition: color .2s; }
.cart-close:hover { color: var(--gold); }
.cart-body { flex: 1; padding: 24px 28px; display: flex; flex-direction: column; gap: 16px; }
.cart-empty { text-align: center; padding: 60px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; }
.cart-empty-icon { font-size: 48px; margin-bottom: 12px; opacity: .4; }
.cart-empty-text { font-size: 14px; color: var(--text-light); line-height: 1.6; }
.cart-item { display: grid; grid-template-columns: 80px 1fr; gap: 14px; padding: 14px; background: var(--cream); border-radius: 4px; }
.cart-item-img { width: 80px; height: 80px; background: #fff; border-radius: 3px; overflow: hidden; }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-details { display: flex; flex-direction: column; justify-content: space-between; }
.cart-item-name { font-size: 13px; font-weight: 500; color: var(--text); line-height: 1.4; }
.cart-item-price { font-size: 13px; font-weight: 600; color: var(--text); }
.cart-item-qty { font-size: 11px; color: var(--text-light); }
.cart-footer { border-top: 1px solid var(--border); padding: 24px 28px; display: flex; flex-direction: column; gap: 12px; }
.cart-total { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; }
.cart-total-label { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--text-light); }
.cart-total-value { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: var(--text); }
.cart-btn-checkout { display: block; background: var(--olive); color: #fff; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 16px; text-align: center; text-decoration: none; border-radius: 3px; transition: background .25s; }
.cart-btn-checkout:hover { background: var(--olive-dark); }
.cart-btn-continue { display: block; background: transparent; color: var(--text); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 12px; text-align: center; text-decoration: none; border: 1px solid var(--border); border-radius: 3px; transition: all .25s; }
.cart-btn-continue:hover { border-color: var(--gold); color: var(--gold); }

/* SECTION UTILITIES */
.section { padding: 80px 32px; }
.section-inner { max-width: 1280px; margin: 0 auto; }
.section-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 36px; }
.section-header h2 { font-family: 'Montserrat', sans-serif; font-size: 34px; font-weight: 700; letter-spacing: -0.5px; }
.see-all { font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--text); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.see-all:hover { color: var(--gold); border-color: var(--gold); }
.btn-primary { display: inline-block; background: var(--olive); color: #fff; font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; padding: 14px 28px; text-decoration: none; transition: background .25s; cursor: pointer; border: none; }
.btn-primary:hover { background: var(--olive-dark); }

/* FOOTER */
footer { background: var(--cream); border-top: 1px solid var(--border); padding: 64px 32px 32px; }
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 2fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.footer-brand .brand { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: .06em; }
.footer-brand p { font-size: 13px; color: var(--text-light); line-height: 1.7; max-width: 220px; margin-bottom: 20px; }
.social-icons { display: flex; gap: 14px; }
.social-icons a { color: var(--text-light); font-size: 18px; text-decoration: none; transition: color .2s; }
.social-icons a:hover { color: var(--gold); }
.footer-col h4 { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 13px; color: var(--text-light); text-decoration: none; transition: color .2s; }
.footer-col ul li a:hover { color: var(--gold); }
.newsletter-label { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.newsletter-desc { font-size: 13px; color: var(--text-light); margin-bottom: 16px; line-height: 1.6; }
.newsletter-form { display: flex; }
.newsletter-form input { flex: 1; border: 1px solid var(--border); background: #fff; padding: 11px 14px; font-size: 13px; font-family: 'Jost', sans-serif; outline: none; color: var(--text); }
.newsletter-form button { background: var(--olive); border: none; cursor: pointer; color: #fff; padding: 0 16px; font-size: 16px; transition: background .2s; }
.newsletter-form button:hover { background: var(--olive-dark); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-bottom p { font-size: 12px; color: var(--text-light); }
.payment-icons { display: flex; gap: 10px; align-items: center; }
.payment-pill { background: #fff; border: 1px solid var(--border); border-radius: 4px; padding: 4px 10px; font-size: 11px; font-weight: 600; color: var(--text-light); letter-spacing: .04em; }

/* FADE UP */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .newsletter-col { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .nav-inner { padding: 0 16px; height: 60px; }
  .nav-logo .brand { font-size: 18px; }
  .nav-icons { gap: 10px; }
  .nav-icons .desktop-only { display: none !important; }
  .section { padding: 44px 16px; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 24px; }
  .section-header h2 { font-size: 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
}
@media (max-width: 400px) {
  .nav-inner { padding: 0 12px; }
  .nav-logo .brand { font-size: 16px; }
  .promo-bar { font-size: 11px; padding: 8px 36px 8px 12px; }
}

/* ── CART SIDEBAR ITEMS ── */
.cart-body { flex: 1; padding: 0; display: flex; flex-direction: column; overflow-y: auto; }
.cart-empty { text-align: center; padding: 60px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; }
.cart-empty-icon { font-size: 48px; margin-bottom: 12px; opacity: .4; }
.cart-empty-text { font-size: 14px; color: var(--text-light); line-height: 1.6; }
.cart-item { display: flex; gap: 16px; padding: 18px 28px; border-bottom: 1px solid var(--border); align-items: center; }
.cart-item:last-child { border-bottom: none; }
.cart-item-img { width: 80px; height: 80px; flex-shrink: 0; border-radius: 4px; overflow: hidden; background: var(--cream); }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cart-item-details { flex: 1; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.cart-item-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.cart-item-name { font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 500; color: var(--text); line-height: 1.4; flex: 1; }
.cart-item-remove { flex-shrink: 0; width: 18px; height: 18px; padding: 0; border: none; background: none; color: var(--text-light); cursor: pointer; font-size: 16px; line-height: 1; transition: color .2s; display: flex; align-items: center; justify-content: center; }
.cart-item-remove:hover { color: #c0392b; }
.cart-item-bottom { display: flex; align-items: center; justify-content: space-between; }
.cart-item-qty-controls { display: flex; align-items: center; border: 1px solid var(--border); border-radius: 3px; overflow: hidden; }
.qty-btn { width: 28px; height: 28px; padding: 0; border: none; background: none; color: var(--text); cursor: pointer; font-size: 15px; font-weight: 400; line-height: 1; transition: all .2s; display: flex; align-items: center; justify-content: center; }
.qty-btn:hover { background: var(--gold); color: #fff; }
.qty-value { width: 32px; height: 28px; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; color: var(--text); border-left: 1px solid var(--border); border-right: 1px solid var(--border); background: var(--warm-white); }
.cart-item-price { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; color: var(--text); }
