/* ============================================================
   Simply Perfume Shop — Main Stylesheet
   www.simplyperfumeshop.co.za
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

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

:root {
  --navy:   #0d1b2a;
  --navy2:  #1a2d42;
  --gold:   #b8966a;
  --gold2:  #d4aa7d;
  --rose:   #c9957a;
  --cream:  #f8f4ef;
  --cream2: #ede8e0;
  --text:   #1a1208;
  --text2:  #4a3f30;
  --text3:  #7a6e5f;
  --white:  #ffffff;
  --border: rgba(184,150,106,0.25);
}

html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text); min-height: 100vh; }

/* ── DELIVERY BANNER ── */
.delivery-banner { background: var(--gold); padding: 11px; text-align: center; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); font-weight: 500; }

/* ── NAV ── */
nav { background: var(--navy); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(184,150,106,0.3); }
.nav-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; }
.nav-logo { display: flex; align-items: center; gap: 12px; padding: 10px 0; text-decoration: none; }
.nav-logo img { height: 46px; width: 46px; object-fit: contain; border-radius: 4px; }
.nav-logo-text { color: var(--gold2); font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 500; letter-spacing: 0.05em; line-height: 1.1; }
.nav-logo-sub { color: rgba(212,170,125,0.6); font-size: 0.62rem; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; list-style: none; gap: 0; }
.nav-menu > li { position: relative; }
.nav-menu > li > a,
.nav-menu > li > button { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 400; padding: 0 1rem; height: 58px; display: flex; align-items: center; gap: 4px; background: none; border: none; cursor: pointer; font-family: 'Jost', sans-serif; transition: color 0.2s; }
.nav-menu > li > a:hover, .nav-menu > li > button:hover { color: var(--gold2); }
.nav-menu > li > button::after { content: '▾'; font-size: 0.6rem; opacity: 0.6; }
.dropdown { display: none; position: absolute; top: 100%; left: 0; background: var(--navy2); border: 1px solid rgba(184,150,106,0.25); min-width: 210px; z-index: 200; padding: 8px 0; max-height: 340px; overflow-y: auto; }
.nav-menu > li:hover .dropdown { display: block; }
.dropdown a { display: block; color: rgba(255,255,255,0.8); text-decoration: none; padding: 9px 20px; font-size: 0.78rem; letter-spacing: 0.03em; transition: all 0.15s; }
.dropdown a:hover { color: var(--gold2); background: rgba(184,150,106,0.1); padding-left: 26px; }
.dropdown::-webkit-scrollbar { width: 3px; }
.dropdown::-webkit-scrollbar-thumb { background: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.search-wrap { display: flex; align-items: center; background: rgba(255,255,255,0.07); border: 1px solid rgba(184,150,106,0.25); border-radius: 24px; overflow: hidden; height: 36px; }
.search-wrap input { background: none; border: none; outline: none; color: white; padding: 0 14px; font-size: 0.78rem; font-family: 'Jost', sans-serif; width: 190px; }
.search-wrap input::placeholder { color: rgba(255,255,255,0.35); }
.search-wrap button { background: none; border: none; color: var(--gold2); cursor: pointer; padding: 0 12px; font-size: 1rem; height: 100%; }
.cart-btn { background: var(--gold); color: var(--navy); border: none; border-radius: 24px; padding: 8px 18px; font-family: 'Jost', sans-serif; font-size: 0.73rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.cart-btn:hover { background: var(--gold2); }
.hamburger { display: none; background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; padding: 8px; }

/* ── HERO ── */
.hero { background: linear-gradient(135deg, var(--navy) 0%, #162538 45%, #0d1b2a 100%); min-height: 91vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 72% 50%, rgba(184,150,106,0.11) 0%, transparent 58%); pointer-events: none; }
.hero-inner { max-width: 1400px; margin: 0 auto; padding: 4rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; width: 100%; }
.hero-eyebrow { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; display: flex; align-items: center; gap: 14px; }
.hero-eyebrow::before { content: ''; display: block; width: 36px; height: 1px; background: var(--gold); flex-shrink: 0; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 4.5vw, 4.2rem); font-weight: 300; color: white; line-height: 1.1; margin-bottom: 1.4rem; }
.hero h1 em { color: var(--gold2); font-style: italic; }
.hero-sub { color: rgba(255,255,255,0.58); font-size: 0.95rem; font-weight: 300; line-height: 1.85; margin-bottom: 2.4rem; max-width: 470px; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-badge { background: rgba(184,150,106,0.12); border: 1px solid rgba(184,150,106,0.28); border-radius: 4px; padding: 1rem 1.4rem; color: rgba(255,255,255,0.75); font-size: 0.8rem; display: flex; align-items: center; gap: 12px; max-width: 380px; }
.hero-badge strong { color: var(--gold2); }
.hero-images { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: end; }
.hero-img-main { grid-row: span 2; border-radius: 4px; overflow: hidden; aspect-ratio: 3/4; }
.hero-img-sm { border-radius: 4px; overflow: hidden; aspect-ratio: 1; }
.hero-img-main img, .hero-img-sm img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.hero-img-main:hover img, .hero-img-sm:hover img { transform: scale(1.04); }

/* ── BUTTONS ── */
.btn-primary { background: var(--gold); color: var(--navy); text-decoration: none; padding: 13px 30px; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; font-family: 'Jost', sans-serif; border-radius: 2px; transition: all 0.2s; display: inline-block; border: 2px solid var(--gold); cursor: pointer; }
.btn-primary:hover { background: var(--gold2); border-color: var(--gold2); }
.btn-outline { background: transparent; color: var(--gold2); text-decoration: none; padding: 11px 30px; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 400; font-family: 'Jost', sans-serif; border-radius: 2px; border: 1px solid rgba(212,170,125,0.5); transition: all 0.2s; display: inline-block; cursor: pointer; }
.btn-outline:hover { border-color: var(--gold2); color: white; background: rgba(212,170,125,0.08); }

/* ── SECTION COMMONS ── */
section { padding: 5rem 2rem; }
.section-inner { max-width: 1400px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 3.5rem; }
.section-tag { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 3.5vw, 2.9rem); font-weight: 400; color: var(--navy); line-height: 1.15; }
.section-title em { color: var(--gold); font-style: italic; }
.section-sub { color: var(--text3); font-size: 0.92rem; margin-top: 0.7rem; font-weight: 300; }
.divider { width: 46px; height: 1px; background: var(--gold); margin: 1.2rem auto 0; }

/* ── SIZES ── */
#sizes { background: var(--cream); }
.sizes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; }
.size-card { background: white; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; cursor: pointer; }
.size-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(13,27,42,0.12); }
.size-card-img { aspect-ratio: 3/4; overflow: hidden; background: var(--cream2); }
.size-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.size-card:hover .size-card-img img { transform: scale(1.06); }
.size-card-body { padding: 1.4rem; }
.size-vol { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
.size-name { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 500; color: var(--navy); margin-bottom: 0.5rem; }
.size-desc { font-size: 0.78rem; color: var(--text3); line-height: 1.65; margin-bottom: 1.2rem; }
.size-price { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; font-weight: 500; color: var(--navy); }
.size-price span { font-size: 0.82rem; font-family: 'Jost', sans-serif; font-weight: 400; color: var(--text3); margin-left: 4px; }
.size-btn { width: 100%; margin-top: 1rem; background: var(--navy); color: var(--gold2); border: none; padding: 11px; font-family: 'Jost', sans-serif; font-size: 0.73rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; cursor: pointer; border-radius: 2px; transition: all 0.2s; }
.size-btn:hover { background: var(--gold); color: var(--navy); }

/* ── CATALOGUE ── */
#catalogue { background: var(--navy); color: white; }
#catalogue .section-title { color: white; }
#catalogue .section-sub { color: rgba(255,255,255,0.45); }
.filter-bar { display: flex; gap: 0.7rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; }
.filter-btn { background: rgba(255,255,255,0.06); border: 1px solid rgba(184,150,106,0.22); color: rgba(255,255,255,0.68); padding: 8px 20px; font-family: 'Jost', sans-serif; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; border-radius: 2px; transition: all 0.2s; }
.filter-btn:hover, .filter-btn.active { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.search-catalogue { display: flex; margin: 0 auto 2rem; max-width: 460px; }
.search-catalogue input { flex: 1; background: rgba(255,255,255,0.07); border: 1px solid rgba(184,150,106,0.22); border-right: none; color: white; padding: 12px 16px; font-family: 'Jost', sans-serif; font-size: 0.83rem; outline: none; border-radius: 2px 0 0 2px; }
.search-catalogue input::placeholder { color: rgba(255,255,255,0.32); }
.search-catalogue button { background: var(--gold); border: none; padding: 12px 18px; color: var(--navy); cursor: pointer; font-size: 1rem; border-radius: 0 2px 2px 0; transition: background 0.2s; }
.search-catalogue button:hover { background: var(--gold2); }
.frag-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; max-height: 700px; overflow-y: auto; padding-right: 6px; }
.frag-grid::-webkit-scrollbar { width: 3px; }
.frag-grid::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }
.frag-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(184,150,106,0.14); border-radius: 4px; padding: 1.2rem 1.4rem; transition: all 0.2s; }
.frag-card:hover { background: rgba(184,150,106,0.07); border-color: rgba(184,150,106,0.32); }
.frag-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.4rem; gap: 8px; }
.frag-name { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 500; color: white; line-height: 1.2; }
.frag-badge { font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 9px; border-radius: 20px; font-weight: 500; white-space: nowrap; flex-shrink: 0; }
.badge-female { background: rgba(201,149,122,0.18); color: #e8b49a; border: 1px solid rgba(201,149,122,0.28); }
.badge-male   { background: rgba(56,100,164,0.18); color: #7aabea; border: 1px solid rgba(56,100,164,0.28); }
.badge-unisex { background: rgba(90,160,90,0.18); color: #8cd48c; border: 1px solid rgba(90,160,90,0.28); }
.frag-brand { font-size: 0.72rem; color: var(--gold); letter-spacing: 0.04em; margin-bottom: 0.4rem; }
.frag-profile { font-size: 0.75rem; color: rgba(255,255,255,0.48); line-height: 1.5; font-style: italic; }
.frag-actions { margin-top: 0.9rem; display: flex; gap: 0.4rem; }
.frag-actions select { flex: 1; background: rgba(255,255,255,0.07); border: 1px solid rgba(184,150,106,0.2); color: rgba(255,255,255,0.82); padding: 7px 8px; font-family: 'Jost', sans-serif; font-size: 0.7rem; border-radius: 2px; outline: none; cursor: pointer; }
.frag-actions select option { background: #1a2d42; color: white; }
.frag-add { background: var(--gold); color: var(--navy); border: none; padding: 7px 13px; font-family: 'Jost', sans-serif; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; cursor: pointer; border-radius: 2px; transition: all 0.2s; white-space: nowrap; }
.frag-add:hover { background: var(--gold2); }
.show-more-btn { display: block; margin: 2rem auto 0; background: transparent; color: var(--gold2); border: 1px solid rgba(212,170,125,0.38); padding: 11px 38px; font-family: 'Jost', sans-serif; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; border-radius: 2px; transition: all 0.2s; }
.show-more-btn:hover { border-color: var(--gold2); color: white; background: rgba(212,170,125,0.08); }

/* ── ABOUT ── */
#about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-wrap { border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; }
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-content .section-head { text-align: left; }
.about-content .divider { margin-left: 0; }
.about-content p { color: var(--text2); line-height: 1.9; font-size: 0.93rem; font-weight: 300; margin-top: 1.4rem; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 2.4rem; }
.feat { display: flex; gap: 12px; align-items: flex-start; }
.feat-icon { font-size: 1.25rem; color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.feat-title { font-size: 0.82rem; font-weight: 500; color: var(--navy); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 4px; }
.feat-desc { font-size: 0.76rem; color: var(--text3); line-height: 1.55; }

/* ── CONTACT ── */
#contact { background: var(--navy2); }
#contact .section-title { color: white; }
#contact .section-sub { color: rgba(255,255,255,0.45); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-info { color: white; }
.contact-item { display: flex; align-items: flex-start; gap: 1.2rem; margin-bottom: 1.8rem; padding-bottom: 1.8rem; border-bottom: 1px solid rgba(184,150,106,0.14); }
.contact-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.contact-icon { width: 46px; height: 46px; background: rgba(184,150,106,0.1); border: 1px solid rgba(184,150,106,0.22); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.contact-value { font-family: 'Cormorant Garamond', serif; font-size: 1.18rem; color: white; }
.contact-value a { color: white; text-decoration: none; transition: color 0.2s; }
.contact-value a:hover { color: var(--gold2); }
.delivery-box { background: rgba(184,150,106,0.09); border: 1px solid rgba(184,150,106,0.22); border-radius: 4px; padding: 1.4rem; margin-top: 1.8rem; }
.delivery-box-title { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.7rem; }
.delivery-box p { font-size: 0.85rem; color: rgba(255,255,255,0.65); line-height: 1.75; font-weight: 300; }
.contact-form-wrap { background: rgba(255,255,255,0.04); border: 1px solid rgba(184,150,106,0.18); border-radius: 4px; padding: 2rem; }
.form-title { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; color: white; margin-bottom: 1.4rem; font-weight: 400; }
.form-group { margin-bottom: 1.15rem; }
.form-group label { display: block; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 7px; }
.form-group input,
.form-group textarea,
.form-group select { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(184,150,106,0.2); color: white; padding: 11px 15px; font-family: 'Jost', sans-serif; font-size: 0.83rem; outline: none; border-radius: 2px; transition: border-color 0.2s; }
.form-group input:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.25); }
.form-submit { width: 100%; background: var(--gold); color: var(--navy); border: none; padding: 13px; font-family: 'Jost', sans-serif; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; cursor: pointer; border-radius: 2px; transition: all 0.2s; margin-top: 0.4rem; }
.form-submit:hover { background: var(--gold2); }
.form-success { display: none; background: rgba(46,204,113,0.15); border: 1px solid rgba(46,204,113,0.3); color: #7ddc9f; padding: 14px; border-radius: 2px; text-align: center; font-size: 0.85rem; margin-top: 1rem; }

/* ── FOOTER ── */
footer { background: var(--navy); border-top: 1px solid rgba(184,150,106,0.18); padding: 3rem 2rem 1.8rem; }
.footer-inner { max-width: 1400px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 2.8rem; }
.footer-brand img { height: 50px; margin-bottom: 1rem; border-radius: 4px; }
.footer-brand p { color: rgba(255,255,255,0.38); font-size: 0.8rem; line-height: 1.8; font-weight: 300; max-width: 250px; }
.footer-col-title { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.7rem; }
.footer-col ul li a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.8rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold2); }
.footer-bottom { border-top: 1px solid rgba(184,150,106,0.14); padding-top: 1.4rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-copy { color: rgba(255,255,255,0.25); font-size: 0.76rem; }
.footer-domain { color: var(--gold2); font-size: 0.76rem; }

/* ── CART PANEL ── */
.cart-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.72); z-index: 1000; justify-content: flex-end; }
.cart-overlay.open { display: flex; }
.cart-panel { background: var(--cream); width: 400px; max-width: 100vw; height: 100%; overflow-y: auto; display: flex; flex-direction: column; }
.cart-header { background: var(--navy); padding: 1.4rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.cart-header h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; color: white; font-weight: 400; }
.cart-close { background: none; border: none; color: rgba(255,255,255,0.65); font-size: 1.4rem; cursor: pointer; line-height: 1; transition: color 0.2s; }
.cart-close:hover { color: white; }
.cart-body { flex: 1; padding: 1.4rem; }
.cart-empty { text-align: center; color: var(--text3); padding: 3rem 1rem; font-size: 0.88rem; line-height: 1.7; }
.cart-item { background: white; border: 1px solid var(--border); border-radius: 4px; padding: 1rem 1.1rem; margin-bottom: 0.9rem; display: flex; gap: 0.9rem; align-items: center; }
.cart-item-info { flex: 1; }
.cart-item-name { font-weight: 500; font-size: 0.88rem; color: var(--navy); margin-bottom: 2px; }
.cart-item-brand { font-size: 0.72rem; color: var(--text3); }
.cart-item-size { font-size: 0.68rem; color: var(--gold); margin-top: 3px; text-transform: uppercase; letter-spacing: 0.08em; }
.cart-item-price { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 500; color: var(--navy); white-space: nowrap; }
.cart-item-del { background: none; border: none; color: var(--text3); cursor: pointer; font-size: 1rem; padding: 4px; transition: color 0.2s; }
.cart-item-del:hover { color: #c0392b; }
.cart-footer { padding: 1.4rem; border-top: 1px solid var(--border); }
.cart-totals { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.7rem; }
.cart-total-lbl { font-size: 0.82rem; color: var(--text2); text-transform: uppercase; letter-spacing: 0.1em; }
.cart-total-amt { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; font-weight: 500; color: var(--navy); }
.delivery-progress { margin-bottom: 1.2rem; }
.delivery-msg { font-size: 0.76rem; color: var(--text3); margin-bottom: 6px; }
.delivery-bar-bg { background: var(--cream2); border-radius: 4px; height: 4px; overflow: hidden; }
.delivery-bar { background: var(--gold); height: 4px; border-radius: 4px; transition: width 0.4s; }
.checkout-btn { width: 100%; background: var(--navy); color: var(--gold2); border: none; padding: 13px; font-family: 'Jost', sans-serif; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; cursor: pointer; border-radius: 2px; transition: all 0.2s; }
.checkout-btn:hover { background: var(--gold); color: var(--navy); }
.whatsapp-btn { width: 100%; background: #25d366; color: white; border: none; padding: 11px; font-family: 'Jost', sans-serif; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; cursor: pointer; border-radius: 2px; transition: all 0.2s; margin-top: 0.5rem; }
.whatsapp-btn:hover { background: #1ebe5a; }

/* ── MOBILE NAV ── */
.mobile-menu { display: none; position: fixed; inset: 0; background: var(--navy); z-index: 500; flex-direction: column; padding: 1.5rem; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.mobile-menu a, .mobile-menu button { display: block; color: rgba(255,255,255,0.85); text-decoration: none; font-size: 1.1rem; font-family: 'Cormorant Garamond', serif; font-weight: 400; padding: 1rem 0; border-bottom: 1px solid rgba(184,150,106,0.12); background: none; border-right: none; border-left: none; border-top: none; text-align: left; width: 100%; cursor: pointer; letter-spacing: 0.05em; }
.mobile-menu a:hover { color: var(--gold2); }
.mobile-sub { padding-left: 1rem; }
.mobile-sub a { font-size: 0.9rem; color: rgba(255,255,255,0.6); padding: 0.6rem 0; }

/* ── TOAST ── */
.toast { position: fixed; bottom: 2rem; right: 2rem; background: var(--navy); color: white; padding: 13px 20px; border-radius: 4px; border-left: 3px solid var(--gold); font-size: 0.83rem; z-index: 2000; transform: translateY(100px); opacity: 0; transition: all 0.3s; max-width: 300px; }
.toast.show { transform: translateY(0); opacity: 1; }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s, transform 0.65s; }
.reveal.visible { opacity: 1; transform: none; }

/* ── BACK TO TOP ── */
.back-top { position: fixed; bottom: 2rem; left: 2rem; background: var(--navy); color: var(--gold2); border: 1px solid rgba(184,150,106,0.3); border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; pointer-events: none; transition: all 0.3s; font-size: 1rem; text-decoration: none; z-index: 200; }
.back-top.show { opacity: 1; pointer-events: auto; }
.back-top:hover { background: var(--gold); color: var(--navy); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .nav-menu, .search-wrap { display: none; }
  .hamburger { display: block; }
  .hero-inner { grid-template-columns: 1fr; gap: 0; }
  .hero-images { display: none; }
  .hero { min-height: auto; padding-top: 1rem; padding-bottom: 3rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-img-wrap { max-height: 340px; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  section { padding: 3.5rem 1.2rem; }
  nav .nav-inner { padding: 0 1.2rem; }
}
@media (max-width: 540px) {
  .sizes-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .size-card-body { padding: 1rem; }
  .frag-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .hero h1 { font-size: 2.2rem; }
  .cart-panel { width: 100vw; }
}
