
  :root { --cream: #F5F0E8; --parchment: #EDE6D6; --dark: #1A1A1A; --wine: #722F37; --wine-dark: #5A252C; --gold: #C5A55A; --gold-light: #D4B96E; --warm-gray: #8B8178; }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Cormorant Garamond', 'Georgia', serif; background-color: var(--cream); color: var(--dark); overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E"); pointer-events: none; z-index: 9999; }
  nav { position: fixed; top: 0; width: 100%; z-index: 100; background: rgba(26,26,26,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(197,165,90,0.4); padding-top: env(safe-area-inset-top); }
  nav .nav-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 2rem; }
  .nav-links-left, .nav-links-right { display: flex; align-items: center; gap: 1.15rem; } .nav-links-right { justify-content: flex-end; }
  .nav-logo { display: flex; flex-direction: column; align-items: center; padding: 0.5rem 1rem; text-decoration: none; border-left: 1px solid rgba(197,165,90,0.25); border-right: 1px solid rgba(197,165,90,0.25); }
  .nav-logo-circle { width: 64px; height: 64px; border-radius: 50%; border: 1.5px solid var(--gold); background: var(--dark); display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0.4rem 0; padding: 0.5rem; transition: transform 0.3s; }
  .nav-logo:hover .nav-logo-circle { transform: scale(1.05); }
  .nav-logo-fork { font-size: 0.9rem; } .nav-logo-ristorante { font-family: 'Cormorant Garamond', serif; font-size: 0.28rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream); } .nav-logo-name { font-family: 'Playfair Display', serif; font-size: 0.6rem; font-weight: 700; font-style: italic; color: var(--cream); } .nav-logo-flag { display: flex; margin: 1px 0; } .nav-logo-flag span { width: 7px; height: 4px; display: inline-block; } .nav-logo-spqr { font-family: 'EB Garamond', serif; font-size: 0.24rem; letter-spacing: 0.25em; color: var(--gold); }
  nav a { color: var(--cream); text-decoration: none; font-family: 'EB Garamond', serif; font-size: 0.72rem; letter-spacing: 0.11em; text-transform: uppercase; transition: color 0.3s; position: relative; white-space: nowrap; }
  nav a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.3s; }
  nav a:hover { color: var(--gold); } nav a:hover::after { width: 100%; } nav .nav-logo::after { display: none; } nav a.nav-active { color: var(--gold); } nav a.nav-active::after { width: 100%; }
  .lang-toggle { background: none; border: 1px solid rgba(197,165,90,0.45); color: var(--gold); font-family: 'EB Garamond', serif; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 0.25rem 0.65rem; cursor: pointer; border-radius: 1px; }
  .nav-dot { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; opacity: 0.5; flex-shrink: 0; }
  .flag-green { background: #009246; } .flag-white { background: #fff; } .flag-red { background: #CE2B37; }
  .t-pt { display: none; } body.lang-pt .t-en { display: none; } body.lang-pt .t-pt { display: inline; }
  .block-pt { display: none; } body.lang-pt .block-en { display: none; } body.lang-pt .block-pt { display: block; }

  /* ── Header ── */
  .article-header { background: var(--dark); padding: 9rem 2rem 4rem; text-align: center; position: relative; }
  .article-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(197,165,90,0.05) 0%, transparent 70%); }
  .article-breadcrumb { font-family: 'EB Garamond', serif; font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--warm-gray); margin-bottom: 1.5rem; position: relative; }
  .article-breadcrumb a { color: var(--gold); text-decoration: none; }
  .article-category { font-family: 'EB Garamond', serif; font-size: 0.75rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; position: relative; }
  .article-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4.5vw, 3.2rem); font-weight: 400; font-style: italic; color: var(--cream); line-height: 1.2; max-width: 820px; margin: 0 auto 1.2rem; position: relative; }
  .article-meta { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; font-style: italic; color: rgba(245,240,232,0.5); position: relative; }

  /* ── Body ── */
  .article-body { max-width: 820px; margin: 0 auto; padding: 4rem 2rem 5rem; }
  .article-body p { font-size: 1.05rem; line-height: 1.9; color: #3D3831; margin-bottom: 1.3rem; }
  .article-body a { color: var(--wine); text-decoration: none; border-bottom: 1px solid rgba(114,47,55,0.25); transition: color 0.2s, border-color 0.2s; }
  .article-body a:hover { color: var(--wine-dark); border-color: var(--wine-dark); }

  .quick-answer { background: var(--parchment); border-left: 3px solid var(--gold); padding: 1.5rem 1.8rem; margin: 0 0 2rem; }
  .quick-answer-label { font-family: 'EB Garamond', serif; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
  .quick-answer p { font-size: 1rem; line-height: 1.75; color: #3D3831; margin-bottom: 0; }

  .trans-note { font-family: 'Cormorant Garamond', serif; font-size: 0.92rem; font-style: italic; line-height: 1.6; color: var(--warm-gray); border-top: 1px solid rgba(197,165,90,0.25); border-bottom: 1px solid rgba(197,165,90,0.25); padding: 0.9rem 0; margin: 0 0 2.5rem; }
  .trans-note p { font-size: 0.92rem; line-height: 1.6; color: var(--warm-gray); margin: 0; }

  .ornament { text-align: center; margin: 2rem 0 2.5rem; color: var(--gold); font-size: 1.2rem; letter-spacing: 0.5em; opacity: 0.6; }

  /* ── Press section ── */
  .press-section { margin-top: 3rem; }
  .press-section:first-of-type { margin-top: 0; }
  .press-section-eyebrow { font-family: 'EB Garamond', serif; font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
  .press-section-title { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 400; font-style: italic; color: var(--wine); margin-bottom: 1.5rem; padding-bottom: 0.8rem; border-bottom: 1px solid rgba(197,165,90,0.3); }

  .press-item { margin-bottom: 2.2rem; }
  .press-item:last-child { margin-bottom: 0; }
  .press-source { font-family: 'EB Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--dark); line-height: 1.5; margin-bottom: 0.7rem; }
  .press-source .press-pub { font-style: normal; }
  .press-source .press-date { color: var(--warm-gray); font-weight: 400; }
  .press-source a { color: var(--wine); text-decoration: none; border-bottom: 1px solid rgba(114,47,55,0.3); }
  .press-source a:hover { color: var(--wine-dark); border-color: var(--wine-dark); }
  /* ── Inline brand marks ── */
  .press-source.has-logo { display: flex; align-items: flex-start; gap: 0.8rem; }
  .ps-logo { flex: 0 0 auto; display: inline-flex; align-items: center; min-width: 2rem; padding-top: 0.05rem; }
  .ps-text { flex: 1 1 auto; min-width: 0; }
  .brand { display: inline-flex; align-items: center; line-height: 1; white-space: nowrap; }
  .brand-obs { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.12rem; color: #111; }
  .brand-visao { font-family: 'EB Garamond', serif; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.14em; text-transform: uppercase; color: #111; }
  .brand-mesa { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 600; font-size: 1.1rem; color: var(--wine); }
  .brand-magg { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.1rem; letter-spacing: 0.02em; color: #111; }
  .brand-casal { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.12rem; letter-spacing: 0.01em; color: #111; }
  .brand-timeout { background: #E50056; color: #fff; font-family: 'EB Garamond', Arial, sans-serif; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.24rem 0.44rem; border-radius: 2px; }
  /* ── Rating-card logos ── */
  .rating-logo-link { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 0.7rem; text-decoration: none; border: none; }
  .rating-logo-link .brand-svg { width: auto; }
  .rating-logo-link .ta-owl { height: 1.7rem; }
  .brand-ta { font-family: 'EB Garamond', serif; font-weight: 700; font-size: 1.08rem; letter-spacing: 0.005em; color: #000; }
  /* ── Little Big Italy / NOVE award badge ── */
  .lbi-badge { display: inline-flex; align-items: center; gap: 0.6rem; border: 1px solid rgba(197,165,90,0.55); border-radius: 3px; padding: 0.45rem 0.85rem; margin-bottom: 1.5rem; }
  .lbi-nove { background: #111; color: #fff; font-family: 'EB Garamond', Arial, sans-serif; font-weight: 800; font-size: 0.85rem; letter-spacing: 0.07em; padding: 0.2rem 0.46rem; border-radius: 2px; }
  .lbi-win { font-family: 'EB Garamond', serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--wine); }
  /* ── Editorial figures ── */
  .press-figure { margin: 2.6rem 0; }
  .press-figure img { width: 100%; height: auto; display: block; border: 1px solid rgba(197,165,90,0.3); border-radius: 2px; }
  .press-figure.cover img { aspect-ratio: 16 / 8; object-fit: cover; }
  .press-figure.ratio-32 img { aspect-ratio: 3 / 2; object-fit: cover; }
  .press-figure figcaption { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 0.95rem; line-height: 1.5; color: var(--warm-gray); text-align: center; margin-top: 0.7rem; }
  .press-context { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-style: italic; color: #4A443B; margin: -0.3rem 0 0.7rem; }

  blockquote.press-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.12rem; font-style: italic; line-height: 1.75; color: #3D3831; border-left: 3px solid var(--gold); padding: 0.3rem 0 0.3rem 1.3rem; margin: 0; }
  blockquote.press-quote a { color: var(--wine); text-decoration: none; border-bottom: 1px solid rgba(114,47,55,0.3); }
  .quote-note { display: block; font-family: 'EB Garamond', serif; font-size: 0.72rem; font-style: normal; letter-spacing: 0.08em; text-transform: uppercase; color: var(--warm-gray); margin-top: 0.6rem; }
  .quote-followup { font-family: 'Cormorant Garamond', serif; font-size: 0.98rem; font-style: italic; color: #4A443B; margin-top: 0.6rem; }

  /* ── Ratings ── */
  .ratings-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 300px)); justify-content: center; gap: 1.5rem; margin: 0.5rem 0 2rem; }
  .rating-card { background: var(--parchment); border: 1px solid rgba(197,165,90,0.3); padding: 1.5rem 1.6rem; text-align: center; }
  .rating-platform { font-family: 'EB Garamond', serif; font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
  .rating-platform a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(197,165,90,0.4); }
  .rating-score { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 700; color: var(--wine); line-height: 1; }
  .rating-score span { font-size: 1.2rem; color: var(--warm-gray); font-weight: 400; }
  .rating-meta { font-family: 'Cormorant Garamond', serif; font-size: 0.98rem; line-height: 1.5; color: #4A443B; margin-top: 0.6rem; }
  @media (max-width: 600px) { .ratings-grid { grid-template-columns: 1fr; } }

  .review-quote { border-left: 3px solid rgba(197,165,90,0.5); padding: 0.2rem 0 0.2rem 1.2rem; margin-bottom: 1.4rem; }
  .review-quote:last-child { margin-bottom: 0; }
  .review-text { font-family: 'Cormorant Garamond', serif; font-size: 1.08rem; font-style: italic; line-height: 1.7; color: #3D3831; }
  .review-author { font-family: 'EB Garamond', serif; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--warm-gray); margin-top: 0.4rem; }

  /* ── Lists ── */
  .press-list { list-style: none; padding: 0; margin: 0; }
  .press-list li { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; line-height: 1.7; color: #3D3831; padding: 0.55rem 0 0.55rem 1.4rem; position: relative; border-bottom: 1px solid rgba(197,165,90,0.18); }
  .press-list li:last-child { border-bottom: none; }
  .press-list li::before { content: '✦'; position: absolute; left: 0; top: 0.6rem; color: var(--gold); font-size: 0.7rem; }
  .press-list li strong { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 0.98rem; }
  .press-list li a { color: var(--wine); text-decoration: none; border-bottom: 1px solid rgba(114,47,55,0.3); }
  .press-list li a:hover { color: var(--wine-dark); border-color: var(--wine-dark); }

  .press-close { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(197,165,90,0.3); font-style: italic; }
  .press-close-links { font-family: 'EB Garamond', serif; font-size: 0.85rem; letter-spacing: 0.06em; margin-top: 1rem; }

  /* ── As Seen In (logo wall) ── */
  .seen-in { background: #722F37; border-top: 1px solid rgba(197,165,90,0.4); border-bottom: 1px solid rgba(197,165,90,0.4); padding: 2.6rem 0 2.8rem; text-align: center; position: relative; overflow: hidden; }
  .seen-in-label { font-family: 'EB Garamond', serif; font-size: 0.72rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.8rem; }
  .seen-in-marquee { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%); }
  .seen-in-track { display: flex; width: max-content; align-items: center; animation: seenInScroll 38s linear infinite; }
  .seen-in:hover .seen-in-track { animation-play-state: paused; }
  .seen-in-set { display: flex; align-items: center; flex-shrink: 0; }
  .seen-in-track a { display: inline-flex; align-items: center; flex-shrink: 0; margin: 0 1.9rem; color: rgba(245,240,232,0.85); text-decoration: none; border: none; line-height: 1; transition: color 0.25s ease; }
  .seen-in-track a:hover { color: #fff; }
  @keyframes seenInScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .lw { font-family: 'EB Garamond', serif; font-size: 1.2rem; letter-spacing: 0.06em; white-space: nowrap; }
  .lw-serif { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.3rem; letter-spacing: 0.01em; }
  .lw-caps { font-family: 'EB Garamond', serif; font-weight: 700; font-size: 1.25rem; letter-spacing: 0.22em; text-transform: uppercase; }
  .lw-italic { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400; font-size: 1.35rem; letter-spacing: 0.01em; }
  .lw-heavy { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.3rem; letter-spacing: 0.04em; }
  .lw-box { font-family: 'EB Garamond', serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; border: 1.5px solid currentColor; padding: 0.32rem 0.55rem; border-radius: 1px; }
  .lw-award { display: inline-flex; flex-direction: column; align-items: center; gap: 0.15rem; border: 1px solid rgba(255,255,255,0.45); border-radius: 2px; padding: 0.42rem 1rem; }
  .lw-award .lw-award-name { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.05rem; color: var(--gold-light); transition: color 0.25s ease; }
  .lw-award .lw-award-tag { font-family: 'EB Garamond', serif; font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-light); }
  .seen-in-track a.lw-award:hover { border-color: #fff; }
  .seen-in-track a.lw-award:hover .lw-award-name { color: #fff; }
  @media (prefers-reduced-motion: reduce) { .seen-in-track { animation: none; width: 100%; flex-wrap: wrap; justify-content: center; } .seen-in-set[aria-hidden] { display: none; } }
  @media (max-width: 600px) { .seen-in { padding: 2rem 0 2.2rem; } .seen-in-track a { margin: 0 1.3rem; } .lw, .lw-serif, .lw-caps, .lw-italic, .lw-heavy { font-size: 1.05rem; } }

  /* ── Find Us ── */
  .find-us { background: var(--dark); color: var(--cream); text-align: center; padding: 4.5rem 2rem 3.5rem; border-top: 1px solid rgba(197,165,90,0.2); }
  .find-us-ornament { color: var(--gold); font-size: 1.2rem; letter-spacing: 0.5em; opacity: 0.6; margin-bottom: 1.5rem; }
  .find-us-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 400; font-style: italic; color: var(--cream); margin-bottom: 0.6rem; }
  .find-us-subtitle { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; color: var(--warm-gray); margin-bottom: 3rem; }
  .find-us-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; max-width: 800px; margin: 0 auto 3rem; }
  .find-us-item h3 { font-family: 'EB Garamond', serif; font-size: 0.8rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
  .find-us-item p { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; line-height: 1.8; color: var(--cream); }
  .find-us-item p a { color: var(--gold-light); text-decoration: none; border-bottom: 1px solid rgba(197,165,90,0.3); transition: color 0.25s, border-color 0.25s; }
  .find-us-item p a:hover { color: var(--gold); border-color: var(--gold); }
  .find-us-cta { display: inline-block; margin-top: 1rem; padding: 0.9rem 2.5rem; border: 1px solid var(--gold); color: var(--gold); text-decoration: none; font-family: 'EB Garamond', serif; font-size: 0.9rem; letter-spacing: 0.2em; text-transform: uppercase; transition: all 0.3s ease; }
  .find-us-cta:hover { background: var(--gold); color: var(--dark); }
  @media (max-width: 700px) { .find-us-grid { grid-template-columns: 1fr; gap: 2rem; } }

  /* ── Footer ── */
  footer { background: #111; text-align: center; padding: 3rem 2rem; border-top: 1px solid rgba(197,165,90,0.2); }
  .footer-links { display: flex; justify-content: center; gap: 2rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--warm-gray); text-decoration: none; font-family: 'EB Garamond', serif; font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase; transition: color 0.3s; }
  .footer-links a:hover { color: var(--gold); }
  .footer-copy { font-family: 'Cormorant Garamond', serif; font-size: 0.85rem; color: #555; font-style: italic; }
  .footer-spqr { font-family: 'EB Garamond', serif; font-size: 0.7rem; letter-spacing: 0.4em; color: var(--gold); opacity: 0.5; margin-top: 1rem; }

  /* ── Sticky actions ── */
  .sticky-actions { position: fixed; bottom: 2rem; right: 2rem; z-index: 200; display: flex; align-items: center; gap: 0.75rem; }
  .sticky-cta { display: flex; align-items: center; gap: 0.6rem; background: var(--wine); color: var(--cream); text-decoration: none; font-family: 'EB Garamond', serif; font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.75rem 1.3rem; border: 1px solid rgba(197,165,90,0.35); border-radius: 1px; box-shadow: 0 4px 24px rgba(0,0,0,0.35); transition: background 0.25s, transform 0.2s, box-shadow 0.2s; white-space: nowrap; }
  .sticky-cta:hover { background: var(--wine-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.45); }
  .sticky-cta-icon { font-size: 1rem; line-height: 1; }
  .sticky-whatsapp { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 3.1rem; height: 3.1rem; background: #25D366; color: #fff; border-radius: 50%; box-shadow: 0 4px 24px rgba(0,0,0,0.35); transition: background 0.25s, transform 0.2s, box-shadow 0.2s; }
  .sticky-whatsapp:hover { background: #1ebe5b; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.45); }
  .sticky-whatsapp svg { width: 1.7rem; height: 1.7rem; }

  /* ── Burger Button ── */
  .burger-btn { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 0.6rem; position: absolute; left: 1.2rem; top: 50%; transform: translateY(-50%); z-index: 103; -webkit-tap-highlight-color: transparent; }
  .burger-btn span { display: block; width: 22px; height: 1.5px; background: var(--gold); border-radius: 1px; transition: transform 0.3s ease, opacity 0.3s ease; }
  .burger-btn.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .burger-btn.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .burger-btn.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  @media (max-width: 1100px) {
    nav .nav-inner { display: flex; justify-content: center; align-items: center; padding: 0.4rem 1.2rem; position: relative; min-height: 70px; }
    .nav-links-left, .nav-links-right { display: none; }
    .nav-logo { border: none; padding: 0.3rem; }
    .nav-logo-circle { width: 52px; height: 52px; }
    .burger-btn { display: flex; }
  }

  /* ── Mobile Menu ── */
  .mobile-menu { position: fixed; inset: 0; background: rgba(26,26,26,0.97); z-index: 102; display: flex; flex-direction: column; align-items: center; justify-content: space-between; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; padding: calc(2rem + env(safe-area-inset-top)) 0 2.5rem; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; }
  .mobile-menu-close { position: absolute; top: calc(0.9rem + env(safe-area-inset-top)); right: 1rem; background: none; border: 1px solid rgba(197,165,90,0.4); border-radius: 50%; width: 42px; height: 42px; color: var(--gold); font-family: 'EB Garamond', serif; font-size: 1.5rem; line-height: 1; cursor: pointer; padding: 0; z-index: 103; display: flex; align-items: center; justify-content: center; -webkit-tap-highlight-color: transparent; transition: color 0.25s ease, border-color 0.25s ease; }
  .mobile-menu-close:hover, .mobile-menu-close:active { color: var(--cream); border-color: var(--gold); }
  .mobile-menu-nav { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; background: none; border-bottom: none; backdrop-filter: none; padding-top: 0; }
  .mobile-menu-link { font-family: 'Playfair Display', serif; font-size: clamp(1.3rem, 5vw, 1.8rem); font-style: italic; color: var(--cream); text-decoration: none; padding: 0.5rem 2rem; letter-spacing: 0.04em; opacity: 0; transform: translateY(16px); transition: color 0.25s ease, opacity 0.4s ease, transform 0.4s ease; }
  .mobile-menu.is-open .mobile-menu-link { opacity: 1; transform: translateY(0); }
  .mobile-menu.is-open .mobile-menu-link:nth-child(1) { transition-delay: 0.04s; }
  .mobile-menu.is-open .mobile-menu-link:nth-child(2) { transition-delay: 0.09s; }
  .mobile-menu.is-open .mobile-menu-link:nth-child(3) { transition-delay: 0.14s; }
  .mobile-menu.is-open .mobile-menu-link:nth-child(4) { transition-delay: 0.19s; }
  .mobile-menu.is-open .mobile-menu-link:nth-child(5) { transition-delay: 0.24s; }
  .mobile-menu.is-open .mobile-menu-link:nth-child(6) { transition-delay: 0.29s; }
  .mobile-menu.is-open .mobile-menu-link:nth-child(7) { transition-delay: 0.34s; }
  .mobile-menu-link:hover, .mobile-menu-link:active { color: var(--gold); }
  .mobile-menu-link.is-active { color: var(--gold); }
  .mobile-menu-logo { flex-shrink: 0; opacity: 0; transform: translateY(-8px); transition: opacity 0.4s ease, transform 0.4s ease; }
  .mobile-menu.is-open .mobile-menu-logo { opacity: 1; transform: translateY(0); }
  .mobile-menu-logo .nav-logo-circle { width: 72px; height: 72px; }
  .mobile-menu-footer { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 1.2rem; opacity: 0; transition: opacity 0.4s ease 0.28s; }
  .mobile-menu.is-open .mobile-menu-footer { opacity: 1; }
  .mobile-menu-spqr { font-family: 'EB Garamond', serif; font-size: 0.7rem; letter-spacing: 0.4em; color: var(--gold); opacity: 0.4; }

  @media (max-width: 600px) {
    .article-body { padding: 3rem 1.2rem 4rem; }
    .sticky-actions { bottom: 1.2rem; right: 1.2rem; gap: 0.5rem; }
    .sticky-cta { font-size: 0.7rem; letter-spacing: 0.14em; padding: 0.6rem 0.9rem; }
    .sticky-cta-icon { font-size: 0.9rem; }
    .sticky-whatsapp { width: 2.7rem; height: 2.7rem; }
    .sticky-whatsapp svg { width: 1.45rem; height: 1.45rem; }
  }
