/* Paparosi Site — Homepage + Equipment + Shared chrome */
@import url('tokens.css');

:root {
  --wrap: min(1120px, 100% - 32px);
  --header-h: 118px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
body.lang-fa { font-family: var(--font-fa); }
.wrap { width: var(--wrap); margin-inline: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; color: inherit; font: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header */
.prelaunch-banner {
  background: linear-gradient(90deg, #5c2018 0%, #7a2418 50%, #5c2018 100%);
  color: #fff9f0;
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.prelaunch-banner-inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 16px;
}
.prelaunch-banner p { margin: 0; }
.prelaunch-banner-dot {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: #f4c542;
  flex-shrink: 0;
  animation: prelaunch-pulse 2s ease-in-out infinite;
}
@keyframes prelaunch-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(0.92); }
}
.hero-live-tag--soon .live-dot {
  background: #f4c542;
  box-shadow: none;
  animation: prelaunch-pulse 2s ease-in-out infinite;
}
.live-badge--soon {
  background: rgba(160, 100, 30, 0.92) !important;
  color: #fff !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 252, 247, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(122, 36, 24, 0.06), 0 8px 24px rgba(40, 20, 15, 0.06);
}
.top-bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 7px 20px;
  font-size: 12px;
  color: var(--ink-soft);
  background: linear-gradient(180deg, #f3ebe0 0%, var(--paper-warm) 100%);
  border-bottom: 1px solid var(--border);
  max-width: 1200px;
  margin-inline: auto;
}
.top-bar-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}
.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-soft);
  font-weight: 500;
  transition: color 0.2s;
}
.top-bar-item:hover { color: var(--rose-deep); }
.top-bar-item--muted { opacity: 0.9; }
.top-bar-icon { flex-shrink: 0; color: var(--rose); }
.top-bar a.top-bar-item { color: var(--rose-deep); font-weight: 600; }
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 20px;
  max-width: 1200px;
  margin-inline: auto;
}
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo-img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 133px;
  object-fit: contain;
}
.brand-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: 133px;
  object-fit: contain;
}
.hero-brand-logo {
  margin-bottom: 1.25rem;
}
.logo-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose-deep), var(--rose));
  color: #fff;
  font-size: 1rem;
}
.nav-desktop { display: none; gap: 0.35rem; flex-wrap: wrap; justify-content: center; }
.nav-desktop a {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
  padding: 6px 10px;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.nav-desktop a:hover { color: var(--rose-deep); background: rgba(122, 36, 24, 0.06); }
.nav-desktop .nav-staff-link {
  display: none;
  font-size: 13px;
  color: var(--ink-faint);
}
body.paparosi-staff .nav-desktop .nav-staff-link { display: inline; }
.nav-desktop .nav-staff-link:hover { color: var(--rose-deep); }
.nav-desktop a.is-active {
  color: var(--rose-deep);
  background: rgba(122, 36, 24, 0.1);
}
.nav-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.btn-nav-menu {
  display: none;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--paper-warm);
  font-size: 13px;
  font-weight: 600;
  color: var(--rose-deep);
}
.btn-nav-menu:hover { background: #fff; border-color: var(--rose); }
.lang-switch {
  display: flex;
  gap: 2px;
  padding: 3px;
  background: var(--paper-warm);
  border: 1px solid var(--border);
  border-radius: 20px;
}
.lang-btn {
  padding: 4px 10px;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-faint);
}
.lang-btn.active {
  background: var(--rose-deep);
  color: #fff;
}
.btn-wa-nav {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #1da851);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-wa-nav:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
  color: #fff;
}
.nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile {
  display: flex;
  flex-direction: column;
  padding: 8px 16px 16px;
  border-top: 1px solid var(--border);
  background: var(--paper);
}
.nav-mobile[hidden] { display: none; }
.nav-mobile a {
  padding: 12px 0;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  color: var(--ink-soft);
}
.nav-mobile a:last-child { border-bottom: none; }

.nav-mobile-wa {
  margin-top: 8px;
  padding: 12px 16px !important;
  border-radius: 10px;
  background: var(--wa) !important;
  color: #fff !important;
  text-align: center;
  border: none !important;
}
.nav-mobile-staff { display: none; font-size: 13px; opacity: 0.85; }
body.paparosi-staff .nav-mobile-staff { display: block; }

@media (min-width: 900px) {
  .top-bar { display: flex; }
  .nav-desktop { display: flex; }
  .btn-nav-menu { display: none; }
  .btn-wa-nav { display: inline-flex; }
  .nav-toggle { display: none; }
  .nav-mobile { display: none !important; }
}
@media (min-width: 768px) and (max-width: 899px) {
  .top-bar { display: flex; }
  .btn-nav-menu { display: inline-flex; }
  .btn-wa-nav { display: inline-flex; }
}

/* Footer */
.site-footer {
  margin-top: 4rem;
  padding: 3.5rem 0 0;
  background: linear-gradient(165deg, #5a1612 0%, #3d0f0c 55%, #2a0a08 100%);
  color: rgba(255, 255, 255, 0.88);
  --footer-text: rgba(255, 255, 255, 0.9);
  --footer-text-soft: rgba(255, 255, 255, 0.72);
  --footer-accent: rgba(245, 217, 168, 0.95);
  --footer-border: rgba(255, 255, 255, 0.2);
}
.footer-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 0;
}
.footer-logo-img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 133px;
  margin-bottom: 0.75rem;
  object-fit: contain;
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.footer-desc { font-size: 14px; opacity: 0.85; margin-bottom: 0.75rem; }
.footer-eu { font-size: 12px; opacity: 0.6; }
.site-footer h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  opacity: 0.7;
}
.site-footer ul li { margin-bottom: 0.5rem; }
.site-footer a { opacity: 0.85; transition: opacity 0.2s; }
.site-footer a:hover { opacity: 1; }
.footer-tagline-es {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  color: rgba(245, 217, 168, 0.85);
  margin: 0 0 0.75rem;
}
.footer-hours {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}
.footer-hours svg { flex-shrink: 0; color: var(--gold); }
.footer-col h4 { margin-bottom: 0.85rem; }
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.25rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  opacity: 0.8;
  text-align: center;
}
.footer-bottom-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
}
.footer-legal-sep { opacity: 0.5; }
.footer-legal-title {
  margin-top: 0.75rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.site-footer .footer-legal-title {
  color: rgba(232, 160, 144, 0.95);
}
.footer-legal-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 0.25rem;
}
.site-footer .footer-legal-name {
  color: var(--footer-text);
  background: transparent;
}
.footer-tax {
  font-size: 12px;
  margin-top: 0.35rem;
}
.site-footer .footer-tax {
  color: var(--footer-text-soft);
}
.footer-branch-note {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.site-footer .footer-branch-note {
  color: var(--footer-text-soft);
}
.footer-connect {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 0 1.75rem;
  margin-bottom: 0.25rem;
  border-top: 1px dashed var(--footer-border);
}
@media (min-width: 768px) {
  .footer-connect {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
  }
  .footer-connect .footer-branch-note {
    flex: 1;
    min-width: 0;
    max-width: 42rem;
  }
  .footer-connect .footer-social {
    margin: 0;
    flex-shrink: 0;
  }
}
html[dir='rtl'] .footer-grid,
html[dir='rtl'] .footer-brand-col,
html[dir='rtl'] .footer-col {
  text-align: right;
}
html[dir='rtl'] .footer-hours {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  html[dir='rtl'] .footer-connect {
    flex-direction: row-reverse;
  }
}
html[dir='rtl'] .footer-social {
  justify-content: flex-start;
}
.legal-entity-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
}
.legal-entity-name-sm {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.location-card .note {
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 0.35rem;
}
.footer-bottom-tag { margin: 0; font-style: italic; opacity: 0.7; }
html[dir='rtl'] .site-header .nav-bar { flex-direction: row-reverse; }
html[dir='rtl'] .top-bar { flex-direction: row-reverse; }
@media (min-width: 640px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
  .footer-grid { grid-template-columns: 1.45fr 1fr 1fr 1fr; }
}
@media (min-width: 1024px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  html[dir='rtl'] .footer-bottom { text-align: right; }
  .footer-bottom-left { justify-content: flex-start; }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--rose-deep);
  color: #fff;
  box-shadow: 0 4px 14px rgba(122, 36, 24, 0.25);
}
.btn-secondary {
  background: var(--paper);
  color: var(--rose-deep);
  border: 1px solid var(--border);
}
.btn-wa {
  background: var(--wa);
  color: #fff;
}

/* Float WA */
.float-wa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wa);
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s;
}
.float-wa:hover { transform: scale(1.05); }
html[dir="rtl"] .float-wa,
body.lang-fa .float-wa { right: auto; left: 20px; }

/* Hero (homepage) */
.home-hero {
  position: relative;
  padding: 3rem 0 4rem;
  background: linear-gradient(165deg, var(--rose-deep) 0%, #5a1a12 45%, #3d120c 100%);
  color: #fff;
  overflow: hidden;
}
.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(184, 149, 74, 0.15), transparent 50%);
  pointer-events: none;
}
.home-hero .wrap {
  position: relative;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.home-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.hero-sub {
  font-size: 1.05rem;
  opacity: 0.9;
  max-width: 32rem;
  margin-bottom: 1.5rem;
}
.tagline-es {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 2rem; }
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
}
.hero-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hero-stat-card {
  text-align: center;
  padding: 1.25rem 0.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-stat-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--gold);
}
.hero-stat-card span { font-size: 12px; opacity: 0.8; }
@media (min-width: 768px) {
  .home-hero .wrap { grid-template-columns: 1.2fr 1fr; }
  .home-hero { padding: 4rem 0 5rem; }
}

/* Sections */
.section { padding: 4rem 0; }
.section-alt { background: var(--paper-warm); }
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--rose-deep);
  margin-bottom: 0.75rem;
}
.section-lead {
  color: var(--ink-soft);
  max-width: 36rem;
  margin-bottom: 2rem;
}

/* Three seas */
.seas-grid {
  display: grid;
  gap: 1.25rem;
}
.sea-card {
  padding: 1.75rem;
  border-radius: 20px;
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s;
}
.sea-card:hover { transform: translateY(-3px); }
.sea-card .icon { font-size: 2rem; margin-bottom: 0.75rem; }
.sea-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--rose-deep);
  margin-bottom: 0.5rem;
}
.sea-card p { font-size: 14px; color: var(--ink-soft); }
@media (min-width: 640px) {
  .seas-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Stats row */
.stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.stat-card {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.stat-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--rose-deep);
}
.stat-card span { font-size: 13px; color: var(--ink-soft); }
@media (min-width: 640px) {
  .stats-row { grid-template-columns: repeat(4, 1fr); }
}

/* Cards grid */
.cards-grid {
  display: grid;
  gap: 1.25rem;
}
.card {
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.card-icon { font-size: 1.75rem; margin-bottom: 0.75rem; }
.card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--rose-deep);
}
.card p { font-size: 14px; color: var(--ink-soft); }
@media (min-width: 640px) {
  .cards-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
}

/* Steps */
.steps {
  display: grid;
  gap: 1.5rem;
  counter-reset: step;
}
.step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.step-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rose-light);
  color: var(--rose-deep);
  font-weight: 700;
  font-size: 14px;
}
.step h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.step p { font-size: 14px; color: var(--ink-soft); }
@media (min-width: 768px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step { flex-direction: column; text-align: center; }
  .step-num { margin-inline: auto; }
}

/* Featured menu */
.featured-grid {
  display: grid;
  gap: 1rem;
}
.featured-card {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.featured-card .cat {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin-bottom: 0.35rem;
}
.featured-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}
.featured-card .desc {
  flex: 1;
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-card .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.featured-card .price {
  font-weight: 700;
  color: var(--rose-deep);
}
.featured-card .wa-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--wa);
}
@media (min-width: 640px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .featured-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Franchise */
.franchise-box {
  display: grid;
  gap: 2rem;
  padding: 2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--rose-deep), #5a1a12);
  color: #fff;
}
.franchise-box h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.franchise-box p { opacity: 0.9; margin-bottom: 1rem; }
.franchise-benefits li {
  display: flex;
  gap: 10px;
  margin-bottom: 0.65rem;
  font-size: 14px;
}
.franchise-benefits li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
}
.franchise-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.franchise-stat {
  text-align: center;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}
.franchise-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold);
}
.franchise-stat span { font-size: 12px; opacity: 0.8; }
@media (min-width: 768px) {
  .franchise-box { grid-template-columns: 1.4fr 1fr; align-items: center; }
}

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item {
  border-radius: 12px;
  background: var(--paper);
  border: 1px solid var(--border);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 1rem 1.25rem;
  text-align: start;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}
.faq-q .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rose-light);
  color: var(--rose-deep);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s;
}
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a {
  display: none;
  padding: 0 1.25rem 1rem;
  font-size: 14px;
  color: var(--ink-soft);
}
.faq-item.open .faq-a { display: block; }

/* Contact */
.contact-grid {
  display: grid;
  gap: 2rem;
}
.contact-cards {
  display: grid;
  gap: 1rem;
}
.contact-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
}
.contact-card .icon { font-size: 1.5rem; }
.contact-card strong { display: block; margin-bottom: 0.25rem; }
.contact-card a { color: var(--rose-deep); font-weight: 600; }
.contact-form {
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
}
.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--ink-soft);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 1rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  font: inherit;
  background: var(--bg);
}
.contact-form textarea { resize: vertical; min-height: 100px; }
@media (min-width: 768px) {
  .contact-grid { grid-template-columns: 1fr 1.2fr; }
}

/* About split */
.about-split {
  display: grid;
  gap: 2rem;
  align-items: center;
}
.about-split .story p { margin-bottom: 1rem; color: var(--ink-soft); }
.eu-badge {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
}
.eu-badge h4 {
  font-size: 14px;
  color: var(--rose-deep);
  margin-bottom: 0.5rem;
}
.eu-badge dl {
  display: grid;
  gap: 0.35rem;
  font-size: 13px;
}
.eu-badge dt { color: var(--ink-faint); display: inline; }
.eu-badge dt::after { content: ': '; }
.eu-badge dd { display: inline; color: var(--ink); }
@media (min-width: 768px) {
  .about-split { grid-template-columns: 1fr 1fr; }
}

/* Equipment page */
.page-main { padding-bottom: 2rem; }
.page-breadcrumb {
  padding: 1rem 0 0;
  font-size: 0.875rem;
  color: var(--ink-soft);
}
.page-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-breadcrumb li + li::before {
  content: '/';
  margin-right: 0.5rem;
  opacity: 0.45;
}
.page-breadcrumb a:hover { color: var(--primary); text-decoration: underline; }

.page-hero {
  padding: 2.5rem 0;
  background: linear-gradient(135deg, var(--rose-deep), #5a1a12);
  color: #fff;
  text-align: center;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin-bottom: 0.5rem;
}
.page-hero p { opacity: 0.9; }
.equip-grid {
  display: grid;
  gap: 1.25rem;
}
.equip-card {
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.equip-card h3 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: var(--rose-deep);
}
.equip-card li {
  font-size: 14px;
  color: var(--ink-soft);
  padding: 0.25rem 0 0.25rem 1rem;
  position: relative;
}
.equip-card li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
@media (min-width: 640px) {
  .equip-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .equip-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Equipment page (data-driven) */
.equip-hero-sub {
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin-top: 0.5rem;
}
.equip-hero-note {
  font-size: 0.9rem;
  color: var(--ink-faint);
  margin-top: 0.75rem;
  max-width: 42rem;
}
.equip-tier-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.equip-tier-btn {
  flex: 1 1 160px;
  min-width: 140px;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--paper);
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  text-align: start;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.equip-tier-btn:hover {
  border-color: var(--gold);
}
.equip-tier-btn.is-active {
  border-color: var(--rose-deep);
  background: var(--rose-light);
  color: var(--rose-deep);
  box-shadow: var(--shadow);
}
.equip-tier-meta {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-faint);
  margin-top: 0.25rem;
}
.equip-stats {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 720px) {
  .equip-stats { grid-template-columns: repeat(4, 1fr); }
}
.equip-stat-wide {
  grid-column: span 2;
}
@media (min-width: 720px) {
  .equip-stat-wide { grid-column: span 2; }
}
.equip-table-wrap {
  overflow-x: auto;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--border);
}
.equip-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.equip-table th,
.equip-table td {
  padding: 0.65rem 0.85rem;
  text-align: start;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.equip-table th {
  background: var(--cream);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-faint);
}
.equip-table tbody tr:last-child td {
  border-bottom: none;
}
.equip-price {
  font-weight: 700;
  color: var(--rose-deep);
  white-space: nowrap;
}
.equip-note {
  font-size: 13px;
  color: var(--ink-soft);
  max-width: 280px;
}
.equip-opt,
.equip-opex {
  display: inline-block;
  margin-inline-start: 6px;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--gold-light);
  color: var(--ink);
}
.equip-refs {
  margin-top: 4px;
  font-size: 12px;
}
.equip-refs a {
  color: var(--rose-deep);
  text-decoration: underline;
}
.equip-cat-title {
  font-size: 1.05rem;
  color: var(--rose-deep);
  margin: 1.25rem 0 0.75rem;
}
.equip-disclaimer {
  font-size: 13px;
  color: var(--ink-faint);
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 12px;
  background: var(--cream);
  border: 1px solid var(--border);
}
.equip-links-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .equip-links-grid { grid-template-columns: 1fr 1fr; }
}
.equip-links-box {
  padding: 1.25rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
}
.equip-links-box h3 {
  font-size: 1rem;
  color: var(--rose-deep);
  margin-bottom: 0.75rem;
}
.equip-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.equip-link-list a {
  font-size: 14px;
  color: var(--rose-deep);
  font-weight: 600;
}
.equip-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
}
.equip-error {
  padding: 2rem;
  text-align: center;
  color: var(--rose-deep);
}

.layout-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.layout-zone {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
}
.layout-zone span { font-size: 2rem; display: block; margin-bottom: 0.5rem; }
.layout-zone strong { display: block; color: var(--rose-deep); }
.layout-zone em { font-size: 13px; color: var(--ink-faint); font-style: normal; }
@media (min-width: 640px) {
  .layout-grid { grid-template-columns: repeat(4, 1fr); }
}
.cta-box {
  text-align: center;
  padding: 2.5rem 1.5rem;
  margin: 2rem auto;
  border-radius: 20px;
  background: var(--paper-warm);
  border: 1px solid var(--border);
}
.cta-box h3 {
  font-family: var(--font-display);
  margin-bottom: 1rem;
  color: var(--rose-deep);
}

/* 404 */
.error-page {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 3rem 1rem;
}
.error-code {
  font-family: var(--font-display);
  font-size: 6rem;
  font-weight: 700;
  color: var(--rose-deep);
  line-height: 1;
}
.error-page h1 { font-size: 1.5rem; margin: 1rem 0 0.5rem; }
.error-page p { color: var(--ink-soft); margin-bottom: 1.5rem; }

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* —— Enhanced homepage —— */
.hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.15fr 1fr; }
}
.hero-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  opacity: 0.92;
  margin-bottom: 0.75rem;
  padding-inline-start: 12px;
  border-inline-start: 3px solid var(--gold);
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.2); }
.hero-panel { display: flex; flex-direction: column; gap: 12px; }
.hero-visual-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 200px;
  display: grid;
  place-items: center;
}
.hero-food-visual { text-align: center; padding: 2rem; }
.hero-food-emoji { font-size: 4rem; display: block; margin-bottom: 0.5rem; }
.quality-badge, .live-badge {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--rose-deep);
}
.quality-badge { top: 12px; left: 12px; }
.live-badge { top: 12px; right: 12px; background: var(--rose-deep); color: #fff; }
.hero-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.hero-feature {
  padding: 1rem 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}
.hero-feature .hf-icon { font-size: 1.5rem; display: block; margin-bottom: 0.35rem; }
.hero-feature h3 { font-size: 13px; font-weight: 600; margin-bottom: 0.2rem; }
.hero-feature p { font-size: 11px; opacity: 0.8; }

.trust-bar {
  padding: 1.5rem 0;
  background: var(--paper);
  border-block: 1px solid var(--border);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 640px) {
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1rem;
  border-radius: 14px;
  background: var(--paper-warm);
  border: 1px solid var(--border);
}
.trust-icon { font-size: 1.5rem; }
.trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--rose-deep);
  line-height: 1.2;
}
.trust-item span { font-size: 12px; color: var(--ink-soft); }

.about-layout {
  display: grid;
  gap: 2rem;
}
.about-main {
  min-width: 0;
  width: 100%;
}
.about-aside {
  min-width: 0;
}
@media (min-width: 900px) {
  .about-layout { grid-template-columns: 1.4fr 1fr; align-items: start; }
}
/* RTL: image beside content on wide screens (balanced desktop) */
@media (min-width: 1024px) {
  html[dir='rtl'] #about .about-layout {
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
    gap: 2.25rem;
    align-items: start;
  }
  html[dir='rtl'] #about .about-aside {
    order: -1;
  }
  html[dir='rtl'] #about .kitchen-visual {
    min-height: 100%;
    aspect-ratio: 4 / 5;
  }
}
@media (min-width: 900px) and (max-width: 1023px) {
  html[dir='rtl'] #about .about-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
  html[dir='rtl'] #about .about-aside .kitchen-visual {
    max-width: min(420px, 100%);
    margin-inline: auto;
  }
}
.principles-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .principles-row { grid-template-columns: repeat(3, 1fr); }
}
.how-box {
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  background: var(--paper-warm);
  border: 1px solid var(--border);
  margin-bottom: 1.25rem;
}
.how-box h3 {
  font-size: 1rem;
  color: var(--rose-deep);
  margin-bottom: 0.75rem;
}
.how-list {
  list-style: decimal;
  padding-inline-start: 1.25rem;
  color: var(--ink-soft);
  font-size: 14px;
}
.how-list li { margin-bottom: 0.4rem; }
.about-text {
  color: var(--ink-soft);
  margin-bottom: 1.25rem;
  font-size: 14px;
}
.mission-card {
  padding: 1.35rem 1.5rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(122, 36, 24, 0.06) 0%, var(--paper-warm) 100%);
  border: 1px solid rgba(122, 36, 24, 0.12);
  margin-bottom: 1.5rem;
}
.mission-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--rose-deep);
  margin-bottom: 0.5rem;
}
.mission-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin: 0; }

/* Trademark registration block — editorial desktop layout */
.trademark-card {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 24px;
  background: var(--paper);
  border: 1px solid rgba(122, 36, 24, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 12px 40px rgba(44, 24, 16, 0.1);
  overflow: hidden;
  isolation: isolate;
}
.tm-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.35rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(125deg, #4a1410 0%, #6b2218 42%, #3d0f0c 100%);
  color: #fff9f0;
}
.tm-head-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 240px;
}
.tm-head-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(245, 217, 168, 0.35);
  color: var(--gold-light);
  backdrop-filter: blur(6px);
}
.trademark-card .tm-head-icon .ui-icon { width: 28px; height: 28px; color: #f5d9a8; }
.tm-head-text { min-width: 0; }
.tm-head-text h3 {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.3rem;
  line-height: 1.25;
}
.tm-head-text p {
  font-size: 13px;
  color: rgba(255, 249, 240, 0.78);
  line-height: 1.5;
  margin: 0;
}
.tm-head-badges {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.tm-head-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tm-head-pill--eu {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: #fff;
}
.tm-head-pill--tr {
  background: rgba(255, 255, 255, 0.12);
  color: #f5d9a8;
  border-color: rgba(245, 217, 168, 0.35);
}
.tm-regions {
  display: grid;
  gap: 0;
  align-items: stretch;
  background: var(--paper-warm);
}
@media (min-width: 900px) {
  .tm-regions {
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .tm-regions::before {
    content: '';
    position: absolute;
    inset: 1.5rem 50% 1.5rem auto;
    width: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(122, 36, 24, 0.18) 15%,
      rgba(122, 36, 24, 0.18) 85%,
      transparent 100%
    );
    pointer-events: none;
    z-index: 1;
  }
}
.tm-panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.35rem 1.5rem 1.5rem;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.tm-panel--eu {
  background:
    radial-gradient(ellipse 120% 80% at 100% 0%, rgba(37, 99, 235, 0.09) 0%, transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--paper-warm) 100%);
}
.tm-panel--tr {
  background:
    radial-gradient(ellipse 120% 80% at 0% 0%, rgba(122, 36, 24, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--paper-warm) 100%);
}
@media (min-width: 900px) {
  .tm-panel {
    padding: 1.65rem 1.85rem 1.75rem;
    border-bottom: none;
  }
  .tm-panel--eu {
    border-inline-end: none;
    padding-inline-end: 2rem;
  }
  .tm-panel--tr {
    padding-inline-start: 2rem;
  }
}
.tm-panel-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 1.15rem;
}
.tm-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 10px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.tm-badge--eu {
  background: linear-gradient(145deg, #1e3a8a, #2563eb);
  color: #fff;
}
.tm-badge--tr {
  background: linear-gradient(145deg, #5c2018, #8b3020);
  color: #fff;
}
.tm-panel-intro {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
}
.tm-panel-intro h4 {
  flex: 1 1 100%;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 700;
  color: var(--rose-deep);
  margin: 0;
  line-height: 1.3;
}
.tm-panel-intro p {
  flex: 1 1 auto;
  font-size: 12px;
  color: var(--ink-faint);
  line-height: 1.45;
  margin: 0;
}
.tm-status {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(37, 120, 60, 0.1);
  color: #1d6b38;
  border: 1px solid rgba(37, 120, 60, 0.22);
  margin: 0;
  margin-inline-start: auto;
}
.tm-stats {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.15rem;
}
@media (min-width: 900px) {
  .tm-panel--eu .tm-stats {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
  .tm-stat--hero,
  .tm-stat--wide,
  .tm-stat--entity {
    grid-column: 1 / -1;
  }
}
.tm-stat {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(44, 24, 16, 0.04);
}
.tm-panel--eu .tm-stat {
  border-color: rgba(37, 99, 235, 0.14);
}
.tm-panel--tr .tm-stat {
  border-color: rgba(122, 36, 24, 0.14);
}
.tm-stat--hero {
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, #fff 70%);
  border-color: rgba(37, 99, 235, 0.2);
}
.tm-stat--entity {
  background: linear-gradient(135deg, rgba(122, 36, 24, 0.06) 0%, #fff 70%);
  border-color: rgba(122, 36, 24, 0.18);
}
.tm-stat-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--ink-faint);
  line-height: 1.3;
}
.tm-stat-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  word-break: break-word;
}
.tm-stat--hero .tm-stat-value.tm-mono,
.tm-stat--hero .tm-mono {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: 0.02em;
}
.tm-stat-value--note {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-soft);
}
.tm-stat-value time {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.tm-mono {
  font-family: ui-monospace, 'Cascadia Code', Consolas, monospace;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--rose-deep);
  text-decoration: none;
}
a.tm-mono {
  border-bottom: 1px dashed rgba(122, 36, 24, 0.35);
  transition: color 0.15s, border-color 0.15s;
}
a.tm-mono:hover {
  color: var(--rose);
  border-bottom-color: var(--rose);
}
.tm-panel--eu a.tm-mono { color: #1e40af; }
.tm-panel--eu a.tm-mono:hover { color: #2563eb; }
.tm-class-block {
  margin-bottom: 1.1rem;
  flex: 0 0 auto;
}
.tm-class-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
  margin-bottom: 0.55rem;
}
.tm-class-note {
  font-size: 11px;
  color: var(--ink-faint);
  margin: 0.5rem 0 0;
  line-height: 1.4;
}
.tm-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 900px) {
  .tm-chips { gap: 0.55rem; }
}
.tm-chips li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 1px 3px rgba(44, 24, 16, 0.05);
  transition: transform 0.15s, box-shadow 0.15s;
}
.tm-chips li:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(44, 24, 16, 0.08);
}
.tm-chip-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 5px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}
.tm-panel--eu .tm-chips li {
  border-color: rgba(37, 99, 235, 0.2);
}
.tm-panel--eu .tm-chip-num {
  color: #1e3a8a;
  background: rgba(37, 99, 235, 0.12);
}
.tm-panel--tr .tm-chips li {
  border-color: rgba(122, 36, 24, 0.18);
}
.tm-panel--tr .tm-chip-num {
  color: var(--rose-deep);
  background: var(--rose-light);
}
.tm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 0.8rem 1.15rem;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #5c2018, #7a2418);
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 14px rgba(122, 36, 24, 0.28);
}
.tm-panel--eu .tm-btn {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}
.tm-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(122, 36, 24, 0.32);
  color: #fff;
}
.tm-panel--eu .tm-btn:hover {
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.4);
}
.tm-btn--ghost {
  color: var(--rose-deep);
  background: #fff;
  border: 1px solid rgba(122, 36, 24, 0.28);
  box-shadow: 0 2px 8px rgba(44, 24, 16, 0.06);
}
.tm-btn--ghost:hover {
  background: var(--rose-light);
  border-color: rgba(122, 36, 24, 0.4);
  color: var(--rose-deep);
  box-shadow: 0 4px 12px rgba(122, 36, 24, 0.1);
}
.tm-btn-arrow {
  flex-shrink: 0;
  transition: transform 0.15s;
}
.tm-btn:hover .tm-btn-arrow { transform: translateX(3px); }
html[dir='rtl'] .tm-btn-arrow { transform: scaleX(-1); }
html[dir='rtl'] .tm-btn:hover .tm-btn-arrow { transform: scaleX(-1) translateX(3px); }
.tm-foot {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 1.15rem 1.5rem 1.35rem;
  background: linear-gradient(180deg, var(--gold-light) 0%, rgba(245, 236, 216, 0.5) 100%);
  border-top: 1px solid rgba(184, 149, 74, 0.25);
}
@media (min-width: 900px) {
  .tm-foot {
    padding: 1.25rem 2rem 1.5rem;
    align-items: center;
  }
  .tm-foot p {
    max-width: 72ch;
  }
}
.tm-foot-icon {
  flex-shrink: 0;
  color: var(--gold);
  width: 22px;
  height: 22px;
}
.tm-foot p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}
/* RTL */
html[dir='rtl'] .trademark-card { text-align: right; }
html[dir='rtl'] .tm-head {
  flex-direction: row-reverse;
}
html[dir='rtl'] .tm-head-main {
  flex-direction: row-reverse;
  text-align: right;
}
html[dir='rtl'] .tm-head-badges {
  flex-direction: row-reverse;
}
html[dir='rtl'] .tm-panel-top {
  flex-direction: row-reverse;
}
html[dir='rtl'] .tm-panel-intro {
  text-align: right;
}
html[dir='rtl'] .tm-panel-intro h4,
html[dir='rtl'] .tm-panel-intro p {
  text-align: right;
}
html[dir='rtl'] .tm-status {
  margin-inline-start: 0;
  margin-inline-end: auto;
}
html[dir='rtl'] .tm-stat {
  text-align: right;
}
html[dir='rtl'] .tm-class-label { text-align: right; }
html[dir='rtl'] .tm-chips { justify-content: flex-start; }
html[dir='rtl'] .tm-class-note { text-align: right; }
html[dir='rtl'] .tm-foot {
  flex-direction: row-reverse;
  text-align: right;
}
html[dir='rtl'] .tm-foot p { text-align: right; }
@media (max-width: 899px) {
  .tm-panel--eu { border-bottom: 1px solid var(--border); }
}
@media (max-width: 479px) {
  .tm-head { padding: 1.1rem 1.15rem; }
  .tm-panel { padding: 1.1rem 1.15rem 1.2rem; }
  .tm-head-badges { width: 100%; justify-content: flex-end; }
}
.kitchen-visual {
  position: relative;
  min-height: 320px;
  border-radius: 20px;
  background: linear-gradient(160deg, var(--rose-light), var(--paper-warm));
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
}
.kitchen-emoji { font-size: 5rem; opacity: 0.9; }
.kitchen-visual .live-badge.aside { top: 16px; right: 16px; }
.haccp-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--wa);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.steps-cards {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .steps-cards { grid-template-columns: repeat(3, 1fr); }
}
.step-card {
  position: relative;
  padding: 1.75rem 1.5rem;
  border-radius: 20px;
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  text-align: center;
}
.step-card .step-num {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
}
.step-card .step-icon { font-size: 2rem; display: block; margin-bottom: 0.75rem; }
.step-card h3 { font-size: 1rem; margin-bottom: 0.35rem; color: var(--rose-deep); }
.step-card p { font-size: 13px; color: var(--ink-soft); }

.live-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .live-grid { grid-template-columns: 1fr 1.2fr; align-items: stretch; }
}
.live-features { display: flex; flex-direction: column; gap: 1rem; }
.live-feat {
  display: flex;
  gap: 12px;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  background: var(--paper);
  border: 1px solid var(--border);
}
.live-feat span:first-child { font-size: 1.5rem; }
.live-feat strong { display: block; font-size: 14px; margin-bottom: 0.15rem; }
.live-feat p { font-size: 13px; color: var(--ink-soft); }
.live-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: 20px;
  background: var(--paper-warm);
  border: 2px dashed var(--border);
  min-height: 260px;
}
.coming-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--rose-light);
  color: var(--rose-deep);
  margin-bottom: 1rem;
}
.live-ph-icon { font-size: 3rem; margin-bottom: 0.75rem; opacity: 0.6; }
.live-placeholder h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--rose-deep); }
.live-placeholder p { font-size: 14px; color: var(--ink-soft); max-width: 28rem; }

.center-cta { margin-top: 1.5rem; text-align: center; }
.eyebrow.light { color: var(--gold); }
.franchise-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 0.5rem; }
.franchise-box .btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.contact-layout {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .contact-layout { grid-template-columns: 1.2fr 1fr; }
}
.contact-aside h3 {
  font-family: var(--font-display);
  color: var(--rose-deep);
  margin-bottom: 1rem;
}
.dept-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 8px;
  border-radius: 12px;
  background: var(--paper);
  border: 1px solid var(--border);
  font-size: 13px;
}
.dept-list span {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 11px;
  color: var(--ink-faint);
}
.dept-list a { color: var(--rose-deep); font-weight: 500; font-size: 14px; }
.contact-phone, .contact-wa { margin: 1rem 0 0.5rem; }
.contact-phone a, .contact-wa a { font-weight: 600; color: var(--rose-deep); }
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1rem;
}
.social-row a {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: var(--paper);
  border: 1px solid var(--border);
  transition: border-color 0.2s;
}
.social-row a:hover { border-color: var(--rose); }
.social-note {
  margin-top: 0.75rem;
  font-size: 13px;
  font-style: italic;
  color: var(--ink-faint);
}
.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 1rem;
  cursor: pointer;
}
.checkbox-row input { margin-top: 3px; accent-color: var(--rose-deep); }
.btn-full { width: 100%; }

.footer-tagline-sm {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.6;
  margin-bottom: 0.5rem;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1rem 0 0;
}
.footer-social a {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--footer-text, rgba(255, 255, 255, 0.9));
  font-size: 12px;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.footer-social a:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.footer-contact-list a { word-break: break-all; }

/* —— Polish & location —— */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 200;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--rose-deep);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.skip-link:focus {
  top: 12px;
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.top-loc { color: inherit; transition: color 0.2s; }
.top-loc:hover { color: var(--rose-deep); }

@media (min-width: 768px) and (max-width: 1099px) {
  .nav-desktop { gap: 0.65rem; }
  .nav-desktop a { font-size: 12px; }
}
@media (min-width: 1100px) {
  .nav-desktop { gap: 1rem; }
  .nav-desktop a { font-size: 13px; }
}

.nav-desktop a:focus-visible,
.nav-mobile a:focus-visible,
.btn:focus-visible,
.lang-btn:focus-visible,
.faq-q:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

.home-hero {
  padding: 3rem 0 3.5rem;
}
@media (min-width: 900px) {
  .home-hero { padding: 4rem 0 5rem; }
}

.section-title { line-height: 1.2; }

.location-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .location-grid { grid-template-columns: 1fr 1.15fr; align-items: stretch; }
}
.location-info {
  display: grid;
  gap: 12px;
}
.location-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 1.15rem 1.25rem;
  border-radius: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.location-card-compact { margin-top: 1rem; }
.loc-icon { font-size: 1.35rem; flex-shrink: 0; margin-top: 2px; }
.location-card h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
  margin-bottom: 0.35rem;
}
.location-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }
.loc-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 13px;
  font-weight: 600;
  color: var(--rose-deep);
}
.loc-link:hover { text-decoration: underline; }
.map-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  min-height: 280px;
  background: var(--paper-warm);
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.footer-address {
  font-size: 13px;
  opacity: 0.85;
  margin-bottom: 0.35rem;
  line-height: 1.5;
}
.footer-map-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  opacity: 0.9;
}
.site-footer .footer-map-link {
  color: var(--footer-accent);
}
.footer-map-link:hover { opacity: 1; text-decoration: underline; }

.contact-form {
  box-shadow: var(--shadow-card);
}
.contact-aside .location-card {
  background: var(--paper-warm);
}

.btn-primary {
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.btn-primary:active { transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* —— Homepage editorial refresh —— */
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.ui-icon {
  display: inline-flex;
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  color: currentColor;
}
.ui-icon svg { width: 100%; height: 100%; }

.home-hero {
  padding: 2.5rem 0 3.5rem;
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 900px) {
  .hero-layout { grid-template-columns: 1fr 1.05fr; gap: 3rem; }
  .home-hero { padding: 3.5rem 0 4.5rem; }
}
.hero-pill .ui-icon { color: var(--gold); }
.hero-media { display: flex; flex-direction: column; gap: 12px; }
.hero-photo {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.hero-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1.25rem 1rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}
.hero-live-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  font-size: 12px;
  font-weight: 600;
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e74c3c;
  box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.6);
  animation: live-pulse 2s infinite;
}
@keyframes live-pulse {
  70% { box-shadow: 0 0 0 8px rgba(231, 76, 60, 0); }
  100% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0); }
}
.hero-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.hero-stat-row .hero-stat-card {
  text-align: center;
  padding: 0.85rem 0.5rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-stat-row .hero-stat-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1.2;
}
.hero-stat-row .hero-stat-card span { font-size: 11px; opacity: 0.85; }

.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: var(--rose-light);
  color: var(--rose-deep);
}
.trust-icon .ui-icon { width: 1.35rem; height: 1.35rem; }

.rolo-showcase {
  padding: 2rem 0 2.5rem;
  background: var(--paper);
  border-block: 1px solid var(--border);
}
.showcase-head { margin-bottom: 1.25rem; }
.showcase-head .section-title { margin-bottom: 0; }
.showcase-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
.showcase-track::-webkit-scrollbar { height: 6px; }
.showcase-track::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 999px;
}
.showcase-item {
  flex: 0 0 min(280px, 78vw);
  margin: 0;
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.showcase-item img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.sea-card--photo {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sea-card-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.sea-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.sea-card--photo:hover .sea-card-photo img { transform: scale(1.04); }
.sea-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--rose-deep);
}
.sea-card-body { padding: 1.25rem 1.5rem 1.5rem; }
.sea-card-body h3 { margin-bottom: 0.5rem; }
.sea-card-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 13px;
  font-weight: 600;
  color: var(--rose-deep);
  text-decoration: none;
}
.sea-card-link:hover { text-decoration: underline; }
.sea-card-photo {
  display: block;
  color: inherit;
  text-decoration: none;
}
.menu-pillars-grid {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .menu-pillars-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .menu-pillars-grid { grid-template-columns: repeat(4, 1fr); }
}
.menu-pillar-meta {
  font-size: 12px;
  font-weight: 600;
  color: var(--rose-deep);
  margin: 0 0 6px;
}
.menu-pillars-cta { margin-top: 1.75rem; }

.card-icon,
.step-icon,
.live-feat-icon,
.live-ph-icon,
.loc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rose-deep);
}
.card-icon .ui-icon,
.step-icon .ui-icon { width: 1.75rem; height: 1.75rem; }
.live-feat-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: var(--rose-light);
}
.live-feat-icon .ui-icon { width: 1.35rem; height: 1.35rem; }
.live-ph-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--rose-light);
  margin-bottom: 0.75rem;
}
.live-ph-icon .ui-icon { width: 1.75rem; height: 1.75rem; opacity: 0.75; }
.loc-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: var(--rose-light);
}
.loc-icon .ui-icon { width: 1.25rem; height: 1.25rem; }

.kitchen-visual {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  display: block;
}
.kitchen-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.kitchen-visual .live-badge.aside {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.featured-card {
  padding: 0;
  overflow: hidden;
}
.featured-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper-warm);
}
.featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.featured-card:hover .featured-img img { transform: scale(1.03); }
.featured-body { padding: 1.1rem 1.25rem 1.25rem; display: flex; flex-direction: column; flex: 1; }
.featured-body .desc {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-img {
  display: block;
  color: inherit;
  text-decoration: none;
}
.featured-body h3 a {
  color: inherit;
  text-decoration: none;
}
.featured-body h3 a:hover { color: var(--rose-deep); }
.feat-name-es {
  display: block;
  font-size: 12px;
  color: var(--ink-faint);
  font-style: italic;
  margin-top: 2px;
}
.feat-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 6px 0 4px;
}
.feat-badge {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 5px;
  line-height: 1.4;
}
.feat-badge.sig { background: var(--gold); color: #fff; }
.feat-badge.prem { background: #2d2d2d; color: #fff; }
.feat-badge.vegan { background: #dcefdc; color: #2d6b2d; }
.feat-badge.veg { background: #f0e8d6; color: #7a6520; }
.feat-badge.spice { background: #fde4df; color: var(--rose-deep); }

@media (min-width: 640px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .featured-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .live-dot { animation: none; }
  .sea-card--photo:hover .sea-card-photo img,
  .featured-card:hover .featured-img img { transform: none; }
}

/* Kitchen ops / mutfak — Paparosi palette */
.kitchen-shopping {
  padding: 2.5rem 0 3rem;
  background: linear-gradient(180deg, #f3ebe0 0%, var(--bg) 55%, var(--paper-warm) 100%);
}
.kitchen-shopping[hidden] { display: none !important; }
.kitchen-shopping-admin-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 12px 16px;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, var(--rose-deep), #5a1a12);
  color: #fff;
  border-radius: 12px;
  font-size: 13px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.kitchen-shopping-admin-bar strong {
  color: #f5d9a8;
  font-weight: 700;
}
.kitchen-shopping-admin-bar > span {
  opacity: 0.92;
  flex: 1;
  min-width: 140px;
}
.kitchen-shopping-admin-bar button {
  margin-inline-start: auto;
  padding: 7px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  transition: background 0.2s;
}
.kitchen-shopping-admin-bar button:hover { background: rgba(0, 0, 0, 0.28); }
html[dir='rtl'] .kitchen-shopping-admin-bar button { margin-inline-start: auto; }
.kitchen-shopping-head { margin-bottom: 1.5rem; }
.kitchen-shopping-head .eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 6px;
}
.kitchen-shopping-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0 0 8px;
}
.kitchen-shopping-meta span {
  padding: 5px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--ink-soft);
  font-weight: 500;
}
.kitchen-shopping-meta span::before { content: none; margin: 0; }
.kitchen-disclaimer {
  font-size: 12px;
  color: var(--ink-faint);
  margin: 0 0 1rem;
  font-style: italic;
  padding: 8px 12px;
  background: rgba(184, 149, 74, 0.12);
  border-inline-start: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
}
html[dir='rtl'] .kitchen-disclaimer {
  border-inline-start: none;
  border-inline-end: 3px solid var(--gold);
  border-radius: 8px 0 0 8px;
}
.kitchen-active-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 1rem 0 1.5rem;
}
.kitchen-chip {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--paper-warm);
  border: 1px solid var(--border);
  color: var(--ink-soft);
}
.kitchen-shopping-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.25rem;
}
.kitchen-shopping-actions .btn { font-size: 14px; }
.kitchen-ops .btn-kitchen-link,
.page-mutfak .btn-kitchen-link {
  background: #fff;
  color: var(--rose-deep);
  border: 1px solid var(--border);
  box-shadow: none;
}
.kitchen-ops .btn-kitchen-link:hover,
.page-mutfak .btn-kitchen-link:hover {
  background: var(--rose-light);
  border-color: var(--rose);
  color: var(--rose-deep);
  transform: translateY(-1px);
}
.kitchen-ops .btn-primary:hover { background: #6a1f14; }
.kitchen-cat { margin-bottom: 1.75rem; }
.kitchen-cat-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--rose-deep);
}
.kitchen-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
}
.kitchen-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.kitchen-table th,
.kitchen-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
html[dir='rtl'] .kitchen-table th,
html[dir='rtl'] .kitchen-table td { text-align: right; }
.kitchen-table th {
  background: linear-gradient(180deg, #f3ebe0, #faf6f0);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  font-weight: 700;
}
.kitchen-table tbody tr:nth-child(even) { background: rgba(253, 248, 238, 0.6); }
.kitchen-table tbody tr:hover { background: var(--rose-light); }
.kitchen-table tr:last-child td { border-bottom: none; }
.kitchen-name { font-weight: 600; min-width: 160px; }
.kitchen-qty { white-space: nowrap; color: var(--rose-deep); font-weight: 500; }
.kitchen-qty strong { font-size: 1.08em; color: var(--rose-deep); }
.kitchen-notes { font-size: 12px; color: var(--ink-faint); min-width: 120px; }
.kitchen-cost { font-weight: 600; color: var(--gold); }
.kitchen-refs { font-size: 12px; color: var(--ink-soft); min-width: 100px; max-width: 180px; }
.kitchen-unit-price { white-space: nowrap; font-size: 13px; color: var(--ink-soft); }
.kitchen-line-total { white-space: nowrap; font-weight: 700; color: var(--rose-deep); }
.kitchen-cost-summary {
  margin: 0 0 1.25rem;
  padding: 14px 16px;
  background: linear-gradient(135deg, #fdf4e8, #fff8ee);
  border: 1px solid var(--gold);
  border-radius: 12px;
}
.kitchen-cost-summary p { margin: 0; font-size: 15px; }
.kitchen-cost-sub { margin-top: 6px !important; font-size: 13px; color: var(--ink-soft); }
.kitchen-suppliers {
  margin: 1rem 0 1.25rem;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
}
.kitchen-suppliers-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--rose-deep);
  margin: 0 0 8px;
}
.kitchen-suppliers-list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.kitchen-menu-cat { margin-bottom: 0.65rem; }
.kitchen-menu-cat-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--rose);
  margin-right: 6px;
}

.kitchen-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1.25rem 0 1rem;
}
.kitchen-tab {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: var(--ink-soft);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.kitchen-tab:hover:not(.active) {
  border-color: var(--rose);
  color: var(--rose-deep);
  background: var(--rose-light);
}
.kitchen-tab.active {
  background: var(--rose-deep);
  border-color: var(--rose-deep);
  color: #fff;
  box-shadow: 0 3px 10px rgba(122, 36, 24, 0.2);
}
.kitchen-scale-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 1.25rem;
  padding: 14px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.kitchen-scale-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--rose-deep);
  flex-shrink: 0;
}
.kitchen-scale-pills { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
.kitchen-scale-btn {
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--paper-warm);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  color: var(--ink-soft);
  transition: all 0.2s;
}
.kitchen-scale-btn:hover:not(.active) {
  border-color: var(--gold);
  color: var(--rose-deep);
}
.kitchen-scale-btn.active {
  background: linear-gradient(135deg, var(--gold), #9a7a3a);
  border-color: var(--gold);
  color: #fff;
  box-shadow: 0 2px 8px rgba(184, 149, 74, 0.35);
}
.kitchen-panel-head { margin-bottom: 1rem; }
.kitchen-panel-head h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 4px;
  color: var(--rose-deep);
}
.kitchen-panel-sub { margin: 0; font-size: 14px; color: var(--ink-soft); }
.kitchen-franchise-panel {
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.kitchen-franchise-panel[hidden] { display: none !important; }
.kitchen-vision {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 1rem;
  color: var(--ink);
}
.kitchen-franchise-tiers {
  display: grid;
  gap: 12px;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .kitchen-franchise-tiers { grid-template-columns: repeat(3, 1fr); }
}
.kitchen-tier {
  padding: 16px;
  border-radius: 12px;
  border: 2px solid var(--border);
  background: var(--paper-warm);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.kitchen-tier--active {
  border-color: var(--rose-deep);
  background: #fff;
  box-shadow: 0 4px 20px rgba(122, 36, 24, 0.1);
}
.kitchen-tier h4 { margin: 0 0 8px; font-size: 1rem; }
.kitchen-tier-capex { margin: 0 0 8px; font-size: 14px; }
.kitchen-tier-capex strong { font-size: 1.35rem; color: var(--rose-deep); }
.kitchen-tier-facts {
  margin: 0 0 10px;
  padding-left: 1.1rem;
  font-size: 12px;
  color: var(--ink-muted);
  line-height: 1.45;
}
html[dir='rtl'] .kitchen-tier-facts { padding-left: 0; padding-right: 1.1rem; }
.kitchen-tier-select {
  width: 100%;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--rose-deep);
  background: transparent;
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.kitchen-tier-select:hover { background: var(--rose-deep); color: #fff; }
.kitchen-checklist-title {
  font-size: 14px;
  margin: 0 0 8px;
  color: var(--rose-deep);
}
.kitchen-checklist {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 14px;
  line-height: 1.6;
}
html[dir='rtl'] .kitchen-checklist { padding-left: 0; padding-right: 1.25rem; }
.kitchen-menu-details {
  margin-bottom: 1.25rem;
  font-size: 14px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
}
.kitchen-menu-details summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--rose-deep);
}
.kitchen-menu-details[open] summary { margin-bottom: 10px; }

/* Mutfak page */
.page-mutfak .page-main { padding-bottom: 3rem; background: var(--bg); }
.mutfak-hero {
  padding: 2.25rem 0 1.75rem;
  background: linear-gradient(165deg, var(--rose-deep) 0%, #5a1a12 45%, #3d120c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.mutfak-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 15%, rgba(184, 149, 74, 0.18), transparent 45%);
  pointer-events: none;
}
.mutfak-hero .wrap { position: relative; z-index: 1; }
.mutfak-hero .section-title { color: #fff; margin-bottom: 0.5rem; }
.mutfak-hero .section-lead { color: rgba(255, 255, 255, 0.9); max-width: 640px; line-height: 1.65; }
.mutfak-hero .eyebrow {
  color: #f5d9a8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
}
.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 12px;
  opacity: 0.9;
}
.page-breadcrumb a { color: #fff; text-decoration: underline; }
.kitchen-locked { padding: 3rem 0; }
.kitchen-locked-box {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 2rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.kitchen-locked-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.kitchen-locked-hint { font-size: 13px; color: var(--ink-soft); margin-top: 1rem; }
.kitchen-locked-hint a { color: var(--rose-deep); font-weight: 600; text-decoration: underline; }
.kitchen-ops {
  padding: 2rem 0 3rem;
  background: transparent;
}
.kitchen-ops > .wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#kitchen-shopping-list {
  padding: 1.25rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.kitchen-ops[hidden] { display: none !important; }
.kitchen-panel-h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 4px;
  color: var(--rose-deep);
}

@media print {
  body.kitchen-ops-open .mutfak-hero,
  body.kitchen-ops-open #header-slot,
  body.kitchen-ops-open #footer-slot,
  body.kitchen-ops-open .kitchen-locked,
  body.kitchen-ops-open .kitchen-shopping-actions,
  body.kitchen-ops-open .kitchen-tabs,
  body.kitchen-ops-open .kitchen-scale-wrap,
  body.kitchen-ops-open .kitchen-menu-details,
  body.kitchen-ops-open .kitchen-shopping-admin-bar { display: none !important; }
  body.kitchen-ops-open .kitchen-ops { padding: 0; background: #fff; }
  .kitchen-shopping {
    padding: 0;
    background: #fff;
    border: none;
  }
  .kitchen-shopping-admin-bar,
  .kitchen-shopping-actions,
  .kitchen-tabs,
  .kitchen-scale-wrap,
  .kitchen-menu-details,
  .kitchen-franchise-panel .kitchen-tier-select { display: none !important; }
}
