/* Masters Fragances — sistema de estilos */

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

:root {
  --bg: #0E0E0E;
  --bg-2: #161616;
  --bg-3: #1E1E1E;
  --cream: #F5F1E8;
  --cream-2: #EAE3D2;
  --gold: #C9A961;
  --gold-2: #B89548;
  --gold-light: #E0C788;
  --ink: #0A0A0A;
  --muted: #8A8378;
  --line: #2A2A2A;
  --line-light: #E5DFD0;
  --shadow: 0 30px 60px -15px rgba(0,0,0,0.5);
}

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

html { overflow-x: hidden; }

html, body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: inherit; }
a { color: inherit; text-decoration: none; cursor: pointer; }

/* ============ HEADER ============ */
.mf-header {
  position: sticky;
  top: 0;
  z-index: 160;
  background: rgba(245, 241, 232, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line-light);
}
.mf-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}
.mf-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.mf-logo-text { line-height: 1; }
.mf-logo-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ink);
}
.mf-logo-tagline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  color: var(--gold-2);
  margin-top: 4px;
}
.mf-nav {
  display: flex;
  gap: 28px;
  justify-content: center;
}
.mf-nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink);
  position: relative;
  padding: 8px 0;
  transition: color 0.2s;
}
.mf-nav a:hover, .mf-nav a.active { color: var(--gold-2); }
.mf-nav a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gold);
}
.mf-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mf-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--line-light);
  border-radius: 999px;
  padding: 8px 16px;
  width: 240px;
  color: var(--muted);
  transition: border-color 0.2s, background 0.2s;
}
.mf-search:focus-within { border-color: var(--gold); background: white; color: var(--ink); }
.mf-search input {
  border: none;
  background: none;
  outline: none;
  font-size: 13px;
  width: 100%;
  color: var(--ink);
}
.mf-icon-btn, .mf-cart-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--line-light);
  transition: all 0.2s;
}
.mf-icon-btn:hover, .mf-cart-btn:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.mf-cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--gold);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  border-radius: 999px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  padding: 0 5px;
}

/* ============ HERO ============ */
.mf-hero {
  position: relative;
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
  padding: 100px 40px 120px;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 60px;
  align-items: center;
  max-width: 100%;
}
.mf-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(201,169,97,0.15), transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(201,169,97,0.08), transparent 50%);
  pointer-events: none;
}
.mf-hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' /%3E%3C/svg%3E");
  pointer-events: none;
}
.mf-hero-content {
  position: relative;
  max-width: 720px;
  margin-left: auto;
  padding-left: 40px;
}
.mf-hero-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 24px;
}
.mf-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
  color: var(--cream);
}
.mf-hero-italic {
  font-style: italic;
  color: var(--gold);
  font-weight: 300;
}
.mf-hero-sub {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(245,241,232,0.7);
  max-width: 520px;
  margin-bottom: 40px;
}
.mf-hero-sub em { color: var(--gold-light); font-style: normal; font-weight: 500; }
.mf-hero-cta { display: flex; gap: 14px; margin-bottom: 64px; }
.mf-hero-meta {
  display: flex;
  gap: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(201,169,97,0.2);
  max-width: 520px;
}
.mf-hero-meta > div { display: flex; flex-direction: column; gap: 4px; }
.mf-hero-meta strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--gold);
}
.mf-hero-meta span {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245,241,232,0.5);
}

.mf-hero-bottle {
  position: relative;
  height: 540px;
  display: grid;
  place-items: center;
}
.mf-bottle-stage {
  position: relative;
  width: 280px;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mf-bottle-shadow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 240px;
  height: 30px;
  background: radial-gradient(ellipse, rgba(201,169,97,0.3), transparent 70%);
  filter: blur(6px);
  animation: mf-shadow 4s ease-in-out infinite;
}

@keyframes mf-shadow {
  0%, 100% { transform: translateX(-50%) scaleX(1);    opacity: 0.9; }
  50%       { transform: translateX(-50%) scaleX(0.7);  opacity: 0.4; }
}
.mf-bottle {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 30px 40px rgba(201,169,97,0.25));
  animation: mf-float 4s ease-in-out infinite;
}

@keyframes mf-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-18px); }
}
.mf-bottle-cap {
  width: 90px;
  height: 70px;
  background: linear-gradient(180deg, #2A2A2A, #0A0A0A);
  border-radius: 4px;
  border-top: 2px solid #4A4A4A;
  position: relative;
}
.mf-bottle-cap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: var(--gold);
  box-shadow: 0 6px 0 var(--gold), 12px 0 0 -6px var(--gold);
}
.mf-bottle-neck {
  width: 50px;
  height: 24px;
  background: linear-gradient(180deg, #1F1F1F, #0F0F0F);
}
.mf-bottle-body {
  width: 220px;
  height: 320px;
  background:
    linear-gradient(135deg, rgba(201,169,97,0.15), rgba(201,169,97,0.05)),
    linear-gradient(180deg, #181818, #0E0E0E);
  border: 2px solid var(--gold);
  border-radius: 8px;
  padding: 60px 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  box-shadow: inset 0 0 40px rgba(201,169,97,0.1);
}
.mf-bottle-body::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201,169,97,0.3);
  border-radius: 4px;
  pointer-events: none;
}
.mf-bottle-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-top: auto;
}
.mf-bottle-label-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(201,169,97,0.6);
}

/* ============ BUTTONS ============ */
.mf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.mf-btn-primary {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.mf-btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); }
.mf-btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(245,241,232,0.3);
}
.mf-btn-ghost:hover { border-color: var(--cream); background: rgba(245,241,232,0.05); }
.mf-btn-block { width: 100%; }
.mf-btn-arrow { transition: transform 0.2s; }
.mf-btn:hover .mf-btn-arrow { transform: translateX(4px); }

/* ============ SECTIONS ============ */
.mf-section-head {
  max-width: 1440px;
  margin: 0 auto 48px;
  padding: 0 40px;
}
.mf-section-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold-2);
  margin-bottom: 12px;
}
.mf-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.05;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.mf-section-title em {
  font-style: italic;
  color: var(--gold-2);
  font-weight: 400;
}

/* ============ CATEGORIES ============ */
.mf-cats {
  padding: 100px 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.mf-cats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mf-cat-card {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--bg);
  color: var(--cream);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.mf-cat-card:hover { transform: translateY(-6px); }
.mf-cat-card-bg {
  position: absolute;
  inset: 0;
  transition: opacity 0.4s;
}
.mf-cat-card:hover .mf-cat-card-bg { opacity: 1.5; }
.mf-cat-card-inner {
  position: relative;
  height: 100%;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mf-cat-card-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold);
}
.mf-cat-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
}
.mf-cat-card p {
  font-size: 14px;
  color: rgba(245,241,232,0.7);
  max-width: 280px;
}
.mf-cat-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 24px;
  border-top: 1px solid rgba(201,169,97,0.3);
}
.mf-cat-arrow { font-size: 20px; transition: transform 0.3s; }
.mf-cat-card:hover .mf-cat-arrow { transform: translateX(8px); }

/* ============ FEATURED ============ */
.mf-featured {
  padding: 80px 40px 100px;
  max-width: 1440px;
  margin: 0 auto;
}
.mf-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto;
}

/* ============ CATALOG ============ */
.mf-catalog {
  padding: 80px 40px 120px;
  max-width: 1440px;
  margin: 0 auto;
  background: var(--cream);
}
.mf-catalog-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-light);
}
.mf-catalog-sort {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: var(--muted);
}
.mf-catalog-sort select {
  background: transparent;
  border: 1px solid var(--line-light);
  padding: 8px 32px 8px 14px;
  font-size: 13px;
  border-radius: 2px;
  cursor: pointer;
  color: var(--ink);
}
.mf-catalog-body {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: start;
}

.mf-filters {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mf-filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-light);
}
.mf-filter-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-bottom: 6px;
}
.mf-filter-pill {
  text-align: left;
  padding: 10px 14px;
  font-size: 13px;
  border: 1px solid var(--line-light);
  border-radius: 2px;
  transition: all 0.2s;
  background: white;
}
.mf-filter-pill:hover { border-color: var(--gold); }
.mf-filter-pill.active {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.mf-slider {
  width: 100%;
  appearance: none;
  height: 2px;
  background: var(--line-light);
  outline: none;
}
.mf-slider::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  cursor: pointer;
  border: 2px solid var(--cream);
}
.mf-slider-val {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--gold-2);
  margin-top: 4px;
}
.mf-brand-list { display: flex; flex-direction: column; gap: 8px; max-height: 220px; overflow-y: auto; padding-right: 8px; }
.mf-brand-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  cursor: pointer;
  padding: 4px 0;
}
.mf-brand-check input { accent-color: var(--gold); }
.mf-filter-clear {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: left;
  padding: 8px 0;
}
.mf-filter-clear:hover { color: var(--gold-2); }

.mf-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ============ PRODUCT CARD ============ */
.mf-card {
  background: white;
  border: 1px solid var(--line-light);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.mf-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--gold);
}
.mf-card-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--cream-2);
}
.mf-card-juice {
  position: absolute;
  inset: 0;
  opacity: 0.85;
  filter: blur(0.5px);
}
.mf-card-juice::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.13) 50%, transparent 65%);
  animation: mf-juice-shimmer 4.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes mf-juice-shimmer {
  0%   { transform: translateX(-120%); }
  55%  { transform: translateX(120%); }
  100% { transform: translateX(120%); }
}

.mf-card-juice::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 12px,
      rgba(255,255,255,0.04) 12px,
      rgba(255,255,255,0.04) 13px
    );
}
.mf-card-bottle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.mf-card-bottle-cap {
  width: 50px;
  height: 36px;
  background: linear-gradient(180deg, #1A1A1A, #050505);
  border-top: 1px solid #3A3A3A;
  transition: width 0.2s;
}
.mf-card-bottle-body {
  width: 130px;
  height: 180px;
  background: rgba(14,14,14,0.85);
  border: 1.5px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  backdrop-filter: blur(4px);
  transition: width 0.2s, height 0.2s;
}

/* Árabe: cuerpo ancho y opulento */
.mf-card-bottle--arabes .mf-card-bottle-cap  { width: 64px; height: 44px; }
.mf-card-bottle--arabes .mf-card-bottle-body {
  width: 150px;
  height: 168px;
  border-radius: 0 0 8px 8px;
}

/* Nicho: slim y alto, arquitectónico */
.mf-card-bottle--nicho .mf-card-bottle-cap  { width: 38px; height: 26px; }
.mf-card-bottle--nicho .mf-card-bottle-body { width: 106px; height: 196px; }
.mf-card-bottle-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-align: center;
  line-height: 1.2;
}
.mf-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--gold);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  z-index: 3;
}
.mf-card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255,255,255,0.95);
  color: var(--ink);
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 5px 8px;
  z-index: 3;
}
.mf-card-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mf-card-brand {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-2);
}
.mf-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.mf-card-family {
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 12px;
}
.mf-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 12px;
  border-top: 1px solid var(--line-light);
}
.mf-card-prices { display: flex; gap: 14px; }
.mf-card-prices > div {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
}
.mf-card-prices span {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 400;
}
.mf-card-add {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-2);
  padding: 8px 12px;
  border: 1px solid var(--gold);
  transition: all 0.2s;
}
.mf-card:hover .mf-card-add { background: var(--gold); color: var(--ink); }

.mf-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.mf-empty p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--muted);
  font-style: italic;
}

/* ============ MODAL PRODUCTO ============ */
.mf-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(8px);
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 40px;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.mf-modal {
  background: var(--cream);
  max-width: 1040px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  display: grid;
  grid-template-columns: 460px 1fr;
  position: relative;
  animation: slideUp 0.4s ease;
}
@keyframes slideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.mf-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  display: grid;
  place-items: center;
  z-index: 10;
  font-size: 14px;
  transition: all 0.2s;
}
.mf-modal-close:hover { background: var(--ink); color: var(--cream); }
.mf-modal-image {
  position: relative;
  background: var(--cream-2);
  display: grid;
  place-items: center;
  padding: 60px;
  overflow: hidden;
}
.mf-modal-juice {
  position: absolute;
  inset: 0;
  opacity: 0.7;
}
.mf-modal-bottle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 30px 40px rgba(0,0,0,0.3));
}
.mf-modal-bottle-cap {
  width: 80px;
  height: 56px;
  background: linear-gradient(180deg, #2A2A2A, #050505);
  border-top: 2px solid #4A4A4A;
  border-radius: 3px;
}
.mf-modal-bottle-neck {
  width: 44px;
  height: 18px;
  background: linear-gradient(180deg, #1F1F1F, #0F0F0F);
}
.mf-modal-bottle-body {
  width: 200px;
  height: 280px;
  background:
    linear-gradient(135deg, rgba(201,169,97,0.15), rgba(0,0,0,0.05)),
    linear-gradient(180deg, #181818, #0E0E0E);
  border: 2px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
}
.mf-modal-bottle-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  letter-spacing: 0.25em;
  color: var(--gold);
}
.mf-modal-bottle-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--gold-light);
  text-align: center;
  line-height: 1.2;
  margin-top: auto;
}
.mf-modal-bottle-size {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(201,169,97,0.7);
}
.mf-modal-info {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow-y: auto;
}
.mf-modal-cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold-2);
}
.mf-modal-dot { margin: 0 8px; }
.mf-modal-brand {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: -8px;
}
.mf-modal-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}
.mf-modal-family {
  font-style: italic;
  color: var(--gold-2);
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
}
.mf-modal-desc {
  color: var(--ink);
  opacity: 0.8;
  line-height: 1.7;
  font-size: 14px;
}
.mf-modal-notes-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-bottom: 10px;
}
.mf-modal-notes-list { display: flex; flex-wrap: wrap; gap: 6px; }
.mf-note-chip {
  background: white;
  border: 1px solid var(--line-light);
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 999px;
  color: var(--ink);
}
.mf-size-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mf-size-opt {
  border: 1.5px solid var(--line-light);
  background: white;
  padding: 16px;
  text-align: left;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mf-size-opt.active { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.mf-size-opt-vol {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
}
.mf-size-opt-price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-2);
}
.mf-size-opt.active .mf-size-opt-price { color: var(--gold); }
.mf-size-opt-price span { font-size: 9px; opacity: 0.6; }
.mf-modal-actions { display: flex; gap: 12px; align-items: stretch; margin-top: 8px; }
.mf-qty {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--line-light);
  background: white;
}
.mf-qty button {
  width: 44px;
  height: 100%;
  font-size: 18px;
  color: var(--ink);
  transition: background 0.2s;
}
.mf-qty button:hover { background: var(--cream-2); }
.mf-qty span {
  width: 36px;
  text-align: center;
  font-weight: 600;
}
.mf-qty-sm button { width: 28px; height: 28px; font-size: 14px; }
.mf-qty-sm span { width: 24px; font-size: 13px; }
.mf-modal-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--line-light);
  margin-top: 8px;
}
.mf-modal-meta > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
}
.mf-modal-meta svg { color: var(--gold-2); flex-shrink: 0; }

/* ============ CART DRAWER ============ */
.mf-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,0.6);
  backdrop-filter: blur(4px);
  z-index: 250;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.mf-drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.mf-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 440px;
  background: var(--cream);
  z-index: 260;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 60px rgba(0,0,0,0.2);
}
.mf-drawer.open { transform: translateX(0); }
.mf-drawer-head {
  padding: 24px 28px;
  border-bottom: 1px solid var(--line-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mf-drawer-head h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
}
.mf-drawer-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  transition: background 0.2s;
}
.mf-drawer-close:hover { background: var(--cream-2); }
.mf-drawer-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px;
  text-align: center;
}
.mf-drawer-empty p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--muted);
}
.mf-drawer-empty span { font-size: 13px; color: var(--muted); opacity: 0.7; }
.mf-drawer-items {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}
.mf-drawer-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 14px;
  padding: 16px 28px;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
}
.mf-drawer-item-img {
  width: 64px;
  height: 80px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-light);
}
.mf-drawer-item-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mf-drawer-item-brand {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--gold-2);
  text-transform: uppercase;
}
.mf-drawer-item-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
}
.mf-drawer-item-size {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 6px;
}
.mf-drawer-item-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mf-drawer-item-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--gold-2);
}
.mf-drawer-item-rm {
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: var(--muted);
  border-radius: 50%;
  align-self: flex-start;
}
.mf-drawer-item-rm:hover { color: #B8001F; }
.mf-drawer-foot {
  padding: 24px 28px;
  border-top: 1px solid var(--line-light);
  background: white;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mf-drawer-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.mf-drawer-row em { color: var(--gold-2); font-style: normal; }
.mf-drawer-total {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  padding-top: 12px;
  border-top: 1px solid var(--line-light);
  margin-top: 4px;
}
.mf-drawer-hint {
  font-size: 12px;
  color: var(--gold-2);
  background: var(--cream-2);
  padding: 10px 14px;
  text-align: center;
  margin-top: 4px;
}
.mf-drawer-pay {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin-top: 4px;
}

/* ============ ADMIN PANEL ============ */
.mf-admin-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(8px);
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 40px;
  animation: fadeIn 0.3s ease;
}
.mf-admin {
  background: var(--cream);
  width: 100%;
  max-width: 1100px;
  max-height: 92vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  animation: slideUp 0.4s ease;
}
.mf-admin-head {
  padding: 24px 32px;
  border-bottom: 1px solid var(--line-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--ink);
  color: var(--cream);
}
.mf-admin-title { display: flex; align-items: center; gap: 14px; }
.mf-admin-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold);
}
.mf-admin-title h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
}
.mf-admin-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line-light);
  background: white;
}
.mf-admin-stats > div {
  padding: 20px;
  text-align: center;
  border-right: 1px solid var(--line-light);
}
.mf-admin-stats > div:last-child { border-right: none; }
.mf-admin-stats strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 500;
  color: var(--gold-2);
  display: block;
}
.mf-admin-stats span {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.mf-admin-tabs {
  display: flex;
  gap: 4px;
  padding: 16px 32px 0;
  border-bottom: 1px solid var(--line-light);
}
.mf-admin-tabs button {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.mf-admin-tabs button.active { color: var(--ink); border-bottom-color: var(--gold); }
.mf-admin-body { padding: 24px 32px; overflow-y: auto; flex: 1; }
.mf-admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.mf-admin-table th {
  text-align: left;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 12px 8px;
  border-bottom: 1px solid var(--line-light);
}
.mf-admin-table td {
  padding: 14px 8px;
  border-bottom: 1px solid var(--line-light);
  vertical-align: middle;
}
.mf-admin-thumb {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-light);
}
.mf-admin-name { display: flex; flex-direction: column; gap: 2px; }
.mf-admin-name strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 600;
}
.mf-admin-name span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--gold-2);
  text-transform: uppercase;
}
.mf-admin-tag {
  font-size: 11px;
  padding: 4px 8px;
  background: var(--cream-2);
  border-radius: 2px;
}
.mf-admin-stock {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 600;
}
.mf-admin-stock.low { color: #B8001F; }
.mf-admin-rm {
  font-size: 14px;
  opacity: 0.4;
  transition: opacity 0.2s;
  padding: 4px;
}
.mf-admin-rm:hover { opacity: 1; }

.mf-admin-form { display: flex; flex-direction: column; gap: 20px; max-width: 800px; }
.mf-form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.mf-form-row:has(> :nth-child(3)) { grid-template-columns: 1fr 1fr 1fr; }
.mf-form-row:has(> :nth-child(4)) { grid-template-columns: 1fr 1fr 1fr 1fr; }
.mf-form-field { display: flex; flex-direction: column; gap: 6px; }
.mf-form-field label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}
.mf-form-field input,
.mf-form-field select,
.mf-form-field textarea {
  background: white;
  border: 1px solid var(--line-light);
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.2s;
}
.mf-form-field input:focus,
.mf-form-field select:focus,
.mf-form-field textarea:focus { border-color: var(--gold); }
.mf-form-field textarea { resize: vertical; font-family: inherit; }
.mf-color-input { padding: 4px; height: 42px; cursor: pointer; }
.mf-form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  cursor: pointer;
  padding: 4px 0;
}
.mf-form-check input { accent-color: var(--gold); }
.mf-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line-light);
}

/* ============ ABOUT ============ */
.mf-about {
  padding: 100px 40px;
  background: var(--bg);
  color: var(--cream);
}
.mf-about-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.mf-about-text .mf-section-title { color: var(--cream); }
.mf-about-text .mf-section-title em { color: var(--gold); }
.mf-about-text > p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245,241,232,0.75);
  margin: 16px 0;
  max-width: 540px;
}
.mf-about-text strong { color: var(--gold-light); font-weight: 500; }
.mf-about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(201,169,97,0.2);
}
.mf-about-pillars > div { display: flex; flex-direction: column; gap: 6px; }
.mf-pillar-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold);
}
.mf-about-pillars h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--cream);
}
.mf-about-pillars p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(245,241,232,0.6);
}
.mf-about-visual {
  display: grid;
  place-items: center;
}
.mf-about-stage {
  position: relative;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(201,169,97,0.3);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 80px rgba(201,169,97,0.1);
}
.mf-about-stage::before {
  content: '';
  position: absolute;
  inset: -20px;
  border: 1px solid rgba(201,169,97,0.15);
  border-radius: 50%;
}
.mf-about-stamp {
  position: absolute;
  bottom: -20px;
  background: var(--bg);
  padding: 8px 24px;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
}
.mf-about-stamp strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: var(--gold);
  font-weight: 600;
}
.mf-about-stamp span:first-child { color: var(--muted); }

/* ============ FOOTER ============ */
.mf-footer {
  background: var(--bg);
  color: var(--cream);
  padding: 80px 40px 0;
}
.mf-footer-top {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(201,169,97,0.15);
}
.mf-footer-logo { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.mf-footer-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.mf-footer-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-top: 4px;
}
.mf-footer-brand p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(245,241,232,0.55);
  max-width: 320px;
}
.mf-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.mf-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(201,169,97,0.3);
  display: grid;
  place-items: center;
  color: var(--gold);
  transition: all 0.2s;
}
.mf-footer-social a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.mf-footer-col { display: flex; flex-direction: column; gap: 10px; }
.mf-footer-col h5 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.mf-footer-col a {
  font-size: 13px;
  color: rgba(245,241,232,0.65);
  transition: color 0.2s;
}
.mf-footer-col a:hover { color: var(--gold-light); }
.mf-footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(245,241,232,0.65);
  line-height: 1.5;
}
.mf-footer-contact svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.mf-footer-bottom {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: rgba(245,241,232,0.4);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .mf-hero { grid-template-columns: 1fr; padding: 60px 24px; gap: 40px; }
  .mf-hero-bottle { height: 360px; }
  .mf-hero-content { padding-left: 0; }
  .mf-hero-title { font-size: 56px; }
  .mf-section-title { font-size: 40px; }
  .mf-cats-grid, .mf-product-grid, .mf-featured-grid { grid-template-columns: repeat(2, 1fr); }
  .mf-catalog-body { grid-template-columns: 1fr; }
  .mf-filters { position: static; }
  .mf-modal { grid-template-columns: 1fr; max-height: 95vh; }
  .mf-modal-image { padding: 30px; }
  .mf-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .mf-footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .mf-nav { display: none; }
  .mf-search { width: 160px; }
  .mf-admin-stats { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  /* Header */
  .mf-header-inner { padding: 14px 20px; gap: 12px; }
  .mf-logo-title { font-size: 16px; }
  .mf-search { display: none; }
  .mf-icon-btn { display: none; }

  /* Hero */
  .mf-hero { padding: 56px 20px 72px; text-align: center; }
  .mf-hero-content { display: flex; flex-direction: column; align-items: center; padding-left: 0; }
  .mf-hero-title { font-size: 38px; }
  .mf-hero-sub { text-align: center; max-width: 100%; }
  .mf-hero-cta { flex-direction: column; width: 100%; }
  .mf-hero-cta .mf-btn { width: 100%; justify-content: center; }
  .mf-hero-meta { gap: 20px; flex-wrap: wrap; justify-content: center; border-top-color: rgba(201,169,97,0.2); }
  .mf-hero-bottle { height: 260px; }
  .mf-bottle-stage { width: 200px; }

  /* Section heads */
  .mf-section-title { font-size: 32px; }
  .mf-section-head { padding: 0 20px; text-align: center; }

  /* Section padding */
  .mf-cats    { padding: 60px 20px; }
  .mf-featured { padding: 60px 20px; }
  .mf-featured-grid { padding: 0; }
  .mf-catalog { padding: 60px 20px 80px; }
  .mf-about   { padding: 60px 20px; }
  .mf-story   { padding: 60px 20px; }
  .mf-footer  { padding: 60px 20px 0; }

  /* Grids */
  .mf-cats-grid, .mf-product-grid, .mf-featured-grid { grid-template-columns: 1fr; }
  .mf-footer-top, .mf-footer-bottom { grid-template-columns: 1fr; flex-direction: column; gap: 24px; }

  /* Misc */
  .mf-drawer { width: 100%; }
  .mf-form-row { grid-template-columns: 1fr !important; }
  .mf-footer-bottom { text-align: center; }
}

/* ============ HAMBURGER ============ */
.mf-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--line-light);
  transition: all 0.2s;
  flex-shrink: 0;
}
.mf-hamburger:hover { background: var(--ink); border-color: var(--ink); }
.mf-hamburger:hover .mf-hamburger-bar { background: var(--cream); }
.mf-hamburger-bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.mf-hamburger.open .mf-hamburger-bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.mf-hamburger.open .mf-hamburger-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mf-hamburger.open .mf-hamburger-bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mf-hamburger.open:hover .mf-hamburger-bar { background: var(--cream); }

@media (max-width: 1100px) {
  .mf-hamburger { display: flex; }
}

/* ============ MOBILE MENU ============ */
.mf-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(10,10,10,0.65);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.25s ease;
}
.mf-mobile-menu-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: min(340px, 100vw);
  height: 100%;
  background: var(--cream);
  padding: 100px 36px 40px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  animation: slideFromRight 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes slideFromRight {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}
.mf-mobile-search {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line-light);
  padding: 12px 16px;
  margin-bottom: 28px;
  background: white;
  color: var(--muted);
}
.mf-mobile-search input {
  border: none;
  outline: none;
  font-size: 15px;
  flex: 1;
  background: none;
  color: var(--ink);
}
.mf-mobile-search input::placeholder { color: var(--muted); }
.mf-mobile-search button { font-size: 13px; color: var(--muted); transition: color 0.2s; }
.mf-mobile-search button:hover { color: var(--ink); }

.mf-mobile-nav { display: flex; flex-direction: column; }
.mf-mobile-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 400;
  color: var(--ink);
  padding: 18px 0;
  border-bottom: 1px solid var(--line-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s;
  cursor: pointer;
}
.mf-mobile-nav a:last-child { border-bottom: none; }
.mf-mobile-nav a:hover { color: var(--gold-2); }
.mf-mobile-nav a::after {
  content: '→';
  font-size: 18px;
  color: var(--gold);
  transition: transform 0.2s;
  opacity: 0.6;
}
.mf-mobile-nav a:hover::after { transform: translateX(6px); opacity: 1; }
