/* ============ Taryah Poultry — Design System v3 (photo-first) ============ */
:root {
  --green: #138F45;
  --green-dark: #0D622F;
  --green-deep: #093F1F;
  --green-night: #062B15;
  --green-tint: #E7F4EC;
  --cream: #FAF7F0;
  --white: #FFFFFF;
  --ink: #1E2B22;
  --muted: #5F6E63;
  --line: #E4E0D5;
  --gold: #F2C114;
  --red: #D7182A;
  --radius: 18px;
  --shadow: 0 8px 30px rgba(9, 63, 31, 0.08);
  --shadow-lg: 0 16px 50px rgba(9, 63, 31, 0.16);
  --font: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; position: relative; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ============ Section headers ============ */
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-head .eyebrow {
  display: inline-block;
  color: var(--green);
  background: var(--green-tint);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 700; color: var(--green-deep); line-height: 1.35; }
.section-head p { color: var(--muted); margin-top: 12px; font-size: 1.02rem; }

/* ============ Top bar ============ */
.topbar { background: var(--green-night); color: #CFE8D8; font-size: 0.82rem; padding: 8px 0; position: relative; z-index: 60; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 700; letter-spacing: 0.02em; }
.topbar .tb-contact { display: flex; gap: 20px; align-items: center; }

/* ============ Header ============ */
header.site {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.3s, border-color 0.3s;
}
header.site.scrolled { box-shadow: 0 6px 24px rgba(9, 63, 31, 0.1); border-color: var(--line); }
header.site .container { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 16px; }

.logo-slot { display: flex; align-items: center; gap: 10px; min-width: 0; }
.logo-slot img.logo-img { height: 64px; width: auto; }
.logo-slot .fallback { display: none; align-items: center; gap: 10px; }
.logo-slot.img-missing img.logo-img { display: none; }
.logo-slot.img-missing .fallback { display: flex; }
.fallback .word b { color: var(--green-dark); font-size: 1.25rem; display: block; }
.fallback .word span { color: var(--muted); font-size: 0.72rem; letter-spacing: 0.06em; }

nav.main { display: flex; gap: 2px; align-items: center; }
nav.main a { padding: 8px 13px; border-radius: 10px; font-weight: 600; font-size: 0.94rem; transition: 0.2s; }
nav.main a:hover, nav.main a.active { color: var(--green-dark); background: var(--green-tint); }

.lang-switch { border: 1.5px solid var(--green); color: var(--green-dark); font-weight: 700; padding: 6px 15px; border-radius: 100px; font-size: 0.85rem; transition: 0.2s; }
.lang-switch:hover { background: var(--green); color: #fff; }
.menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-btn svg { width: 26px; height: 26px; stroke: var(--green-dark); }

/* ============ HERO (photo) ============ */
.hero {
  padding: 0;
  min-height: 640px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--green-deep);
  position: relative;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  animation: kenburns 24s ease-in-out infinite alternate;
}
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.1) translateY(-1.5%); } }
.hero-overlay { position: absolute; inset: 0; }
html[dir="rtl"] .hero-overlay {
  background: linear-gradient(to left, rgba(6, 43, 21, 0.85) 0%, rgba(6, 43, 21, 0.55) 42%, rgba(6, 43, 21, 0.08) 78%);
}
html[dir="ltr"] .hero-overlay {
  background: linear-gradient(to right, rgba(6, 43, 21, 0.85) 0%, rgba(6, 43, 21, 0.55) 42%, rgba(6, 43, 21, 0.08) 78%);
}
.hero .container { padding-top: 84px; padding-bottom: 104px; width: 100%; position: relative; z-index: 2; }
.hero .hero-copy { max-width: 600px; }
.hero .hero-brand { height: 100px; width: auto; margin-bottom: 26px; filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.35)); }
.hero .kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #DFF3E7;
  font-weight: 700; font-size: 0.84rem;
  padding: 6px 16px; border-radius: 100px;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
}
.hero .kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.hero h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); font-weight: 700; line-height: 1.3; text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3); }
.hero h1 .hl { color: var(--gold); }
.hero p.lead { color: #E3F0E8; font-size: 1.1rem; margin: 18px 0 30px; max-width: 520px; text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35); }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-family: var(--font); font-size: 1rem;
  padding: 14px 30px; border-radius: 100px; border: none; cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
}
.btn.gold { background: var(--gold); color: #3A2E04; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25); }
.btn.gold:hover { transform: translateY(-2px); }
.btn.outline-light { background: rgba(6, 43, 21, 0.25); color: #fff; border: 1.5px solid rgba(255, 255, 255, 0.65); backdrop-filter: blur(4px); }
.btn.outline-light:hover { background: rgba(255, 255, 255, 0.15); }

.hero-stats { display: flex; gap: 36px; margin-top: 42px; flex-wrap: wrap; }
.hero-stats .stat b { font-size: 1.65rem; color: var(--gold); display: block; line-height: 1.2; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4); }
.hero-stats .stat span { color: #CDE3D6; font-size: 0.85rem; }

/* ============ Trust strip ============ */
.trust { background: var(--white); border-bottom: 1px solid var(--line); padding: 30px 0; }
.trust .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust .t-item { display: flex; align-items: center; gap: 13px; justify-content: center; }
.trust .t-item svg { width: 36px; height: 36px; flex-shrink: 0; }
.trust .t-item b { display: block; color: var(--green-deep); font-size: 0.97rem; line-height: 1.3; }
.trust .t-item span { color: var(--muted); font-size: 0.78rem; }

/* ============ Grids & generic cards ============ */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }

.card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  overflow: hidden; transition: transform 0.25s, box-shadow 0.25s;
  border: 1px solid transparent;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--green-tint); }
.card .card-visual { aspect-ratio: 16 / 10; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, var(--green-tint), #F3EEDF); overflow: hidden; }
.card .card-visual svg { width: 84px; height: 84px; }
.card .card-body { padding: 22px 24px 26px; }
.card .card-body h3 { color: var(--green-deep); font-size: 1.15rem; margin-bottom: 6px; }
.card .card-body p { color: var(--muted); font-size: 0.92rem; }

/* ============ Product showcase ============ */
.seg {
  display: inline-flex; background: var(--white); border: 1px solid var(--line);
  border-radius: 100px; padding: 5px; gap: 4px; margin-top: 20px;
}
.seg button {
  padding: 8px 26px; border-radius: 100px; font-weight: 700; font-size: 0.92rem;
  color: var(--muted); background: none; border: none; cursor: pointer; font-family: var(--font);
  transition: 0.2s;
}
.seg button.on { background: var(--green); color: #fff; box-shadow: 0 4px 14px rgba(19, 143, 69, 0.35); }

.p-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  overflow: hidden; text-align: center; transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
}
.p-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.p-card .p-img {
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 35%, #FFFFFF, #F4F1E8);
  padding: 14px;
}
.p-card .p-img img { max-height: 100%; max-width: 100%; object-fit: contain; transition: transform 0.3s; }
.p-card:hover .p-img img { transform: scale(1.06); }
.p-card .p-name { padding: 12px 10px 16px; font-weight: 700; color: var(--green-deep); font-size: 0.93rem; border-top: 1px solid #F1EDE2; }
.p-card .tag {
  position: absolute; top: 10px; inset-inline-start: 10px;
  background: var(--gold); color: #3A2E04; font-size: 0.7rem; font-weight: 700;
  padding: 3px 11px; border-radius: 100px; z-index: 2;
}
.p-card .tag.frozen { background: #D9F0FF; color: #0B5378; }

/* ============ Why / features ============ */
.why { background: var(--white); }
.feature { text-align: center; padding: 10px 14px; }
.feature .f-icon {
  width: 78px; height: 78px; margin: 0 auto 16px; background: var(--green-tint); border-radius: 24px;
  display: flex; align-items: center; justify-content: center; transition: background 0.25s;
}
.feature:hover .f-icon { background: #D9EEDF; }
.feature .f-icon svg { width: 38px; height: 38px; }
.feature h3 { color: var(--green-deep); font-size: 1.05rem; margin-bottom: 6px; }
.feature p { color: var(--muted); font-size: 0.9rem; }

/* ============ Journey timeline ============ */
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: step; }
.t-step { background: var(--white); border-radius: var(--radius); padding: 28px 20px 22px; box-shadow: var(--shadow); position: relative; text-align: center; }
.t-step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -16px; inset-inline-start: 50%; transform: translateX(50%);
  width: 34px; height: 34px; background: var(--green); color: #fff; font-weight: 700; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(19, 143, 69, 0.4);
}
html[dir="ltr"] .t-step::before { transform: translateX(-50%); }
.t-step svg { width: 40px; height: 40px; margin: 6px auto 12px; }
.t-step h4 { color: var(--green-deep); font-size: 0.98rem; margin-bottom: 6px; }
.t-step p { color: var(--muted); font-size: 0.82rem; line-height: 1.55; }

/* ============ Coverage ============ */
.coverage { background: linear-gradient(160deg, var(--green-deep), var(--green-night)); color: #fff; }
.coverage .section-head h2 { color: #fff; }
.coverage .section-head p { color: #BCD9C6; }
.coverage .section-head .eyebrow { background: rgba(255,255,255,0.12); color: #9FE0B8; }
.city-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; max-width: 860px; margin: 0 auto; }
.city {
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 12px 26px; border-radius: 14px; font-weight: 600;
  display: flex; gap: 10px; align-items: center; transition: background 0.2s;
}
.city:hover { background: rgba(255, 255, 255, 0.16); }
.city svg { width: 20px; height: 20px; }

/* ============ Recipes ============ */
.recipes { background: var(--white); }
.recipe-meta { display: flex; gap: 14px; color: var(--muted); font-size: 0.8rem; margin-top: 10px; align-items: center; }
.recipe-meta svg { width: 16px; height: 16px; }
.recipe-meta span { display: inline-flex; gap: 5px; align-items: center; }

/* ============ B2B ============ */
.b2b { padding: 0 0 80px; }
.b2b .banner {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  border-radius: 26px; padding: 54px 58px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  color: #fff; box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.b2b .banner::after {
  content: ""; position: absolute; inset-inline-end: -60px; bottom: -80px;
  width: 300px; height: 300px; background: rgba(255, 255, 255, 0.07); border-radius: 50%;
}
.b2b h2 { font-size: clamp(1.4rem, 2.6vw, 2rem); margin-bottom: 8px; }
.b2b p { color: #D3EBDC; max-width: 520px; }
.b2b .btn { position: relative; z-index: 2; }

/* ============ Footer ============ */
footer.site { background: var(--green-night); color: #C9DFD1; padding: 64px 0 0; font-size: 0.92rem; }
footer.site .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 44px; }
footer.site h4 { color: #fff; margin-bottom: 16px; font-size: 1rem; }
footer.site ul { list-style: none; display: grid; gap: 9px; }
footer.site a:hover { color: #fff; }
footer.site .f-logo img.logo-img { height: 90px; width: auto; margin-bottom: 14px; }
footer.site .f-logo.img-missing img.logo-img { display: none; }
footer.site .f-logo .fallback { display: none; }
footer.site .f-logo.img-missing .fallback { display: block; color: #fff; font-size: 1.3rem; font-weight: 700; margin-bottom: 14px; }
footer.site .f-contact li { display: flex; gap: 10px; align-items: flex-start; }
footer.site .f-contact svg { width: 18px; height: 18px; margin-top: 4px; flex-shrink: 0; }
.social-row { display: flex; gap: 10px; margin-top: 16px; }
.social-row a {
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.08);
  display: flex; align-items: center; justify-content: center; transition: background 0.2s, transform 0.2s;
}
.social-row a:hover { background: #138F45; transform: translateY(-2px); }
.social-row svg { width: 17px; height: 17px; fill: #C9DFD1; }
.social-row a:hover svg { fill: #fff; }
.social-row.light a { background: #F1F5F1; }
.social-row.light a:hover { background: #138F45; }
.social-row.light svg { fill: #0D622F; }
.social-row.light a:hover svg { fill: #fff; }
footer.site .legal {
  border-top: 1px solid rgba(255, 255, 255, 0.14); padding: 18px 0;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-size: 0.8rem; color: #8FB49C;
}

/* ============ WhatsApp float ============ */
.wa-float {
  position: fixed; bottom: 26px; inset-inline-start: 26px; z-index: 90;
  width: 58px; height: 58px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45); transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ============ Responsive ============ */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .trust .container { grid-template-columns: repeat(2, 1fr); }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
  nav.main { display: none; }
  nav.main.open {
    display: flex; position: absolute; top: 84px; inset-inline: 0; background: #fff;
    flex-direction: column; align-items: stretch; padding: 12px 20px 20px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
  }
  .menu-btn { display: block; }
  .b2b .banner { flex-direction: column; text-align: center; padding: 44px 28px; }
  html[dir="rtl"] .hero-overlay, html[dir="ltr"] .hero-overlay {
    background: linear-gradient(to top, rgba(6, 43, 21, 0.85) 0%, rgba(6, 43, 21, 0.5) 55%, rgba(6, 43, 21, 0.28) 100%);
  }
}
@media (max-width: 620px) {
  section { padding: 56px 0; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: 1fr; }
  .hero { min-height: 560px; }
  .hero .hero-brand { height: 76px; }
  .hero-stats { gap: 22px; }
  footer.site .cols { grid-template-columns: 1fr; }
  .topbar .tb-contact { display: none; }
  .logo-slot img.logo-img { height: 50px; }
}

/* ============ Scroll reveals (subtle) ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s cubic-bezier(.2,.7,.3,1), transform 0.7s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 0.08s; }
.reveal[data-d="2"] { transition-delay: 0.16s; }
.reveal[data-d="3"] { transition-delay: 0.24s; }
.reveal[data-d="4"] { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } }

/* ============ Walking chicken (scroll companion) ============ */
.walker {
  position: fixed;
  bottom: 0;
  z-index: 80;
  width: 74px;
  height: 66px;
  pointer-events: none;
  will-change: transform;
}
html[dir="ltr"] .walker { left: 100px; }
html[dir="rtl"] .walker { right: 100px; }
html[dir="rtl"] .walker svg { transform: scaleX(-1); }
.walker .body-g { transform-origin: 50% 60%; }
.walker.walking .body-g { animation: walkerBob 0.36s ease-in-out infinite; }
@keyframes walkerBob { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-3px) rotate(-2deg); } }
.walker .leg { transform-origin: 50% 0%; }
.walker.walking .leg-a { animation: stepA 0.36s linear infinite; }
.walker.walking .leg-b { animation: stepB 0.36s linear infinite; }
@keyframes stepA { 0%,100% { transform: rotate(26deg); } 50% { transform: rotate(-26deg); } }
@keyframes stepB { 0%,100% { transform: rotate(-26deg); } 50% { transform: rotate(26deg); } }
.walker .dust { opacity: 0; }
.walker.walking .dust { animation: dustPuff 0.72s ease-out infinite; }
@keyframes dustPuff { 0% { opacity: 0; transform: translate(0,0) scale(0.4); } 30% { opacity: 0.5; } 100% { opacity: 0; transform: translate(-14px,-6px) scale(1.15); } }
@media (prefers-reduced-motion: reduce) { .walker { display: none; } }

/* ============ Animated Saudi map ============ */
.map-wrap { max-width: 820px; margin: 0 auto; }
.map-wrap svg { width: 100%; height: auto; display: block; overflow: visible; }
.map-wrap .ksa {
  fill: rgba(255, 255, 255, 0.06);
  stroke: #7ED6A2;
  stroke-width: 3;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.map-wrap.in .ksa { animation: drawMap 2.4s ease-out forwards; }
@keyframes drawMap { to { stroke-dashoffset: 0; } }
.map-wrap .pin { opacity: 0; }
.map-wrap.in .pin { animation: pinDrop 0.55s cubic-bezier(.2,1.5,.4,1) forwards; animation-delay: var(--d, 0s); }
@keyframes pinDrop {
  0% { opacity: 0; transform: translate(var(--x), calc(var(--y) - 40px)); }
  100% { opacity: 1; transform: translate(var(--x), var(--y)); }
}
.map-wrap .pin .ring {
  fill: none; stroke: #F2C114; stroke-width: 3; opacity: 0;
  transform-origin: center; transform-box: fill-box;
}
.map-wrap.in .pin .ring { animation: mapRipple 2.6s ease-out infinite; animation-delay: calc(var(--d, 0s) + 0.55s); }
@keyframes mapRipple {
  0% { opacity: 0.85; transform: scale(0.45); }
  60% { opacity: 0; transform: scale(1.7); }
  100% { opacity: 0; transform: scale(1.7); }
}
.map-wrap .pin text {
  fill: #fff; font-family: var(--font); font-size: 27px; font-weight: 700;
  paint-order: stroke; stroke: rgba(6, 43, 21, 0.65); stroke-width: 6;
}
.map-wrap .pin .dot { fill: #F2C114; }
.map-wrap .pin .dot-core { fill: #fff; }
@media (prefers-reduced-motion: reduce) {
  .map-wrap .ksa { stroke-dashoffset: 0; }
  .map-wrap .pin { opacity: 1; transform: translate(var(--x), var(--y)); }
}

/* ============ Recipe photos ============ */
.card .card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.card:hover .card-visual img { transform: scale(1.06); }

/* ============ Hero video ============ */
.hero-media video {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.hero-media video.hero-vid { animation: none; }

/* ============ Contact page ============ */
.page-hero {
  background: linear-gradient(160deg, #0A4A24 0%, var(--green-deep) 55%, var(--green-night) 100%);
  color: #fff; padding: 64px 0 76px; text-align: center; position: relative; overflow: hidden;
}
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; }
.page-hero p { color: #C6DDCE; margin-top: 10px; max-width: 560px; margin-inline: auto; }
.page-hero .eyebrow { display:inline-block; background: rgba(255,255,255,0.12); color:#9FE0B8; font-weight:700; font-size:0.84rem; padding:5px 16px; border-radius:100px; margin-bottom:14px; }

.contact-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; margin-top: -48px; position: relative; z-index: 3; }
.contact-card {
  background: #fff; border-radius: 22px; box-shadow: var(--shadow-lg); padding: 36px 34px;
}
.contact-card h2 { color: var(--green-deep); font-size: 1.4rem; margin-bottom: 6px; }
.contact-card > p { color: var(--muted); margin-bottom: 22px; font-size: 0.95rem; }
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: 0.88rem; color: var(--green-deep); margin-bottom: 6px; }
.field label .req { color: var(--red); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font); font-size: 0.98rem; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #FCFBF7;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(19,143,69,0.12);
}
.field textarea { resize: vertical; min-height: 120px; }
.contact-form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-status { display: none; margin-top: 16px; padding: 12px 16px; border-radius: 12px; font-weight: 600; font-size: 0.92rem; }
.form-status.show { display: block; }
.form-status.ok { background: var(--green-tint); color: var(--green-dark); }
.form-status.err { background: #FDECEC; color: #B4232F; }
.form-status:not(.ok):not(.err) { background: #FBF3D6; color: #8A6D12; }

.contact-info { display: grid; gap: 18px; align-content: start; }
.info-block {
  background: #fff; border-radius: 18px; box-shadow: var(--shadow); padding: 22px 24px;
  display: flex; gap: 14px; align-items: flex-start;
}
.info-block .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--green-tint); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-block .ic svg { width: 24px; height: 24px; }
.info-block h3 { color: var(--green-deep); font-size: 1rem; margin-bottom: 3px; }
.info-block p, .info-block a { color: var(--muted); font-size: 0.92rem; }
.info-block a:hover { color: var(--green); }
.map-embed { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 240px; border: 0; display: block; }

/* ============ Animated journey ============ */
.journey { background: linear-gradient(180deg, var(--cream), #fff); overflow: hidden; }
.journey-track { position: relative; max-width: 1000px; margin: 0 auto; }
.journey-line {
  position: absolute; top: 12px; left: 0; width: 100%; height: 130px; z-index: 0; pointer-events: none;
}
.journey-line path {
  fill: none; stroke: var(--green); stroke-width: 4; stroke-linecap: round;
  stroke-dasharray: 8 14; opacity: 0.35;
  stroke-dashoffset: 2000; transition: stroke-dashoffset 2s ease;
}
.journey.in .journey-line .draw { stroke-dasharray: 2400; stroke-dashoffset: 2400; opacity: 1; stroke: var(--gold); animation: jDraw 2.6s ease forwards; }
@keyframes jDraw { to { stroke-dashoffset: 0; } }

.j-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.j-step { text-align: center; opacity: 0; transform: translateY(30px); transition: opacity 0.6s, transform 0.6s; }
.journey.in .j-step { opacity: 1; transform: none; }
.journey.in .j-step[data-s="1"] { transition-delay: 0.15s; }
.journey.in .j-step[data-s="2"] { transition-delay: 0.5s; }
.journey.in .j-step[data-s="3"] { transition-delay: 0.85s; }
.journey.in .j-step[data-s="4"] { transition-delay: 1.2s; }
.journey.in .j-step[data-s="5"] { transition-delay: 1.55s; }
.j-step .j-illus {
  width: 130px; height: 130px; margin: 0 auto 16px; border-radius: 50%;
  background: #fff; box-shadow: var(--shadow-lg); padding: 10px; position: relative;
  border: 3px solid #fff; transition: transform 0.3s;
}
.j-step:hover .j-illus { transform: translateY(-6px) scale(1.04); }
.j-step .j-illus img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.j-step .j-num {
  position: absolute; top: -6px; inset-inline-start: 50%; transform: translateX(50%);
  width: 30px; height: 30px; background: var(--green); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(19,143,69,0.4); z-index: 2;
}
html[dir="ltr"] .j-step .j-num { transform: translateX(-50%); }
.j-step h4 { color: var(--green-deep); font-size: 1rem; margin-bottom: 6px; }
.j-step p { color: var(--muted); font-size: 0.84rem; line-height: 1.55; padding: 0 6px; }
.j-token {
  position: absolute; top: 42px; inset-inline-start: 0; width: 46px; height: 42px; z-index: 3;
  opacity: 0;
}
.journey.in .j-token { animation: jTravel 4.6s cubic-bezier(.45,.05,.55,.95) 0.5s forwards; }
@keyframes jTravel {
  0% { inset-inline-start: 0; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { inset-inline-start: calc(100% - 46px); opacity: 0; }
}
html[dir="rtl"] .j-token svg { transform: scaleX(-1); }
.j-token .tbob { transform-box: fill-box; transform-origin: center; animation: tBob 0.4s ease-in-out infinite; }

@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
  .j-steps { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .journey-line { display: none; }
  .j-token { display: none; }
}
@media (max-width: 620px) {
  .contact-form .row { grid-template-columns: 1fr; }
  .j-steps { grid-template-columns: 1fr; }
}

@keyframes tBob { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-3px) rotate(-3deg); } }
@media (prefers-reduced-motion: reduce) {
  .journey.in .j-step { opacity: 1 !important; transform: none !important; }
  .journey .journey-line .draw { stroke-dashoffset: 0 !important; animation: none !important; }
  .j-token { display: none; }
}

/* ============ Hero text choreography ============ */
/* Staggered entrance — each element rises in sequence (--i sets its order) */
.hero .anim {
  opacity: 0;
  transform: translateY(22px);
  animation: heroRise 0.85s cubic-bezier(.2, .7, .3, 1) forwards;
  animation-delay: calc(var(--i, 0) * 0.13s + 0.15s);
}
@keyframes heroRise { to { opacity: 1; transform: none; } }

/* Masked headline — each line slides up from behind its own edge */
.hero h1 .line { display: block; overflow: hidden; padding-bottom: 0.08em; }
.hero h1 .inner {
  display: inline-block;
  transform: translateY(115%);
  animation: lineUp 0.95s cubic-bezier(.16, .84, .34, 1) forwards;
  animation-delay: calc(var(--i, 0) * 0.13s + 0.25s);
}
@keyframes lineUp { to { transform: none; } }

/* Gold shimmer sweep across the highlighted line */
.hero h1 .hl {
  background: linear-gradient(100deg, var(--gold) 30%, #FFF3C4 48%, var(--gold) 66%);
  background-size: 250% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: lineUp 0.95s cubic-bezier(.16,.84,.34,1) forwards,
             shimmerSweep 6.5s ease-in-out 1.6s infinite;
  animation-delay: calc(var(--i, 0) * 0.13s + 0.25s), 1.6s;
}
@keyframes shimmerSweep {
  0%, 55% { background-position: 150% center; }
  100% { background-position: -50% center; }
}

/* Stat counters pop as they land */
.hero-stats .stat b { font-variant-numeric: tabular-nums; }

/* Scroll cue — invites the visitor deeper */
.scroll-cue {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #DDEFE4;
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0;
  animation: heroRise 0.9s ease 1.5s forwards;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.scroll-cue:hover { color: #fff; }
.scroll-cue svg { width: 22px; height: 22px; animation: cueBounce 1.8s ease-in-out infinite; }
@keyframes cueBounce { 0%, 100% { transform: translateY(0); opacity: 0.75; } 50% { transform: translateY(6px); opacity: 1; } }

@media (max-width: 620px) { .scroll-cue { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .hero .anim, .hero h1 .inner, .scroll-cue { opacity: 1 !important; transform: none !important; animation: none !important; }
  .hero h1 .hl { color: var(--gold); background: none; -webkit-background-clip: initial; background-clip: initial; }
}

/* ============ Saudi Made official mark ============ */
/* The mark reads "صناعة سعودية" itself, so it stands alone — no caption needed */
.t-item.saudi { gap: 0; }
.saudi-badge { height: 30px; width: auto; }

/* White version sits on the dark footer, beside the legal line */
.legal .saudi-badge-sm { height: 20px; width: auto; opacity: 0.85; }
.legal .legal-right { display: flex; align-items: center; gap: 14px; }

@media (max-width: 620px) {
  .saudi-badge { height: 26px; }
  .legal .legal-right { justify-content: center; }
}

/* ============ Staggered card entrances ============ */
/* Cards pop in one-by-one once their grid scrolls into view */
.grid-5.in .p-card,
.grid-4.in .p-card,
.grid-3.in .card,
.grid-4.in .feature {
  animation: cardPop 0.55s cubic-bezier(.2, .8, .3, 1) backwards;
}
@keyframes cardPop {
  from { opacity: 0; transform: translateY(26px) scale(0.94); }
  to { opacity: 1; transform: none; }
}
.grid-5.in .p-card:nth-child(1), .grid-4.in .p-card:nth-child(1), .grid-3.in .card:nth-child(1), .grid-4.in .feature:nth-child(1) { animation-delay: 0.04s; }
.grid-5.in .p-card:nth-child(2), .grid-4.in .p-card:nth-child(2), .grid-3.in .card:nth-child(2), .grid-4.in .feature:nth-child(2) { animation-delay: 0.11s; }
.grid-5.in .p-card:nth-child(3), .grid-4.in .p-card:nth-child(3), .grid-3.in .card:nth-child(3), .grid-4.in .feature:nth-child(3) { animation-delay: 0.18s; }
.grid-5.in .p-card:nth-child(4), .grid-4.in .p-card:nth-child(4), .grid-4.in .feature:nth-child(4) { animation-delay: 0.25s; }
.grid-5.in .p-card:nth-child(5) { animation-delay: 0.32s; }
.grid-5.in .p-card:nth-child(6) { animation-delay: 0.39s; }
.grid-5.in .p-card:nth-child(7) { animation-delay: 0.46s; }
.grid-5.in .p-card:nth-child(8) { animation-delay: 0.53s; }
.grid-5.in .p-card:nth-child(9) { animation-delay: 0.60s; }
.grid-5.in .p-card:nth-child(10) { animation-delay: 0.67s; }

/* Trust strip items drift in */
.trust .t-item { opacity: 0; animation: heroRise 0.7s ease forwards; }
.trust .t-item:nth-child(1) { animation-delay: 0.05s; }
.trust .t-item:nth-child(2) { animation-delay: 0.15s; }
.trust .t-item:nth-child(3) { animation-delay: 0.25s; }
.trust .t-item:nth-child(4) { animation-delay: 0.35s; }

/* Product image gently floats on hover, packaging catches light */
.p-card .p-img img { transition: transform 0.45s cubic-bezier(.2,.8,.3,1); }
.p-card:hover .p-img img { transform: translateY(-8px) scale(1.07); }

/* Buttons get a sheen on hover */
.btn.gold { position: relative; overflow: hidden; }
.btn.gold::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-18deg); transition: left 0.55s ease;
}
.btn.gold:hover::after { left: 120%; }

/* Section headings underline sweep as they arrive */
.section-head.in h2 { position: relative; display: inline-block; }
.section-head.in h2::after {
  content: ""; position: absolute; bottom: -8px; inset-inline-start: 50%;
  height: 3px; width: 0; background: var(--gold); border-radius: 2px;
  transform: translateX(50%);
  animation: underlineGrow 0.7s ease 0.25s forwards;
}
html[dir="ltr"] .section-head.in h2::after { transform: translateX(-50%); }
@keyframes underlineGrow { to { width: 58px; } }

@media (prefers-reduced-motion: reduce) {
  .grid-5.in .p-card, .grid-4.in .p-card, .grid-3.in .card, .grid-4.in .feature,
  .trust .t-item { animation: none !important; opacity: 1 !important; }
  .section-head.in h2::after { animation: none !important; width: 58px; }
}

/* Marinated chicken flavour tags — mirrors the red/gold corner badges on the packaging */
.p-card .tag.spicy { background: var(--red); color: #fff; }

/* ============ Lifestyle band (طرية في مطبخك) ============ */
/* Solid-color band with a contained photo card — the photo sits at native
   quality in its own box instead of being stretched full-bleed as a background,
   which used to upscale it past its real resolution. */
.lifestyle {
  padding: 70px 0;
  color: #fff;
  background: linear-gradient(160deg, var(--green-deep), var(--green-night));
  position: relative;
  overflow: hidden;
}
.lifestyle .container { position: relative; z-index: 2; }
.lifestyle-grid {
  display: flex; align-items: center; gap: 48px; flex-wrap: wrap;
}
/* DOM order is copy-then-photo; flex direction follows the page's writing mode,
   so the photo naturally lands on the left in RTL (Arabic) and on the right in LTR (English). */
.lifestyle-copy { flex: 1 1 380px; max-width: 460px; }
.lifestyle-media {
  flex: 1 1 320px; max-width: 420px; width: 100%; aspect-ratio: 4 / 3;
  border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg);
  border: 4px solid rgba(255,255,255,0.12);
}
.lifestyle-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.lifestyle-copy .eyebrow {
  display: inline-block; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28);
  color: #9FE0B8; font-weight: 700; font-size: 0.82rem; padding: 5px 15px; border-radius: 100px; margin-bottom: 14px;
}
.lifestyle-copy h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; line-height: 1.35; }
.lifestyle-copy p { color: #DCEDE3; margin: 14px 0 24px; font-size: 1.02rem; }

@media (max-width: 900px) {
  .lifestyle-grid { flex-direction: column-reverse; text-align: center; }
  .lifestyle-copy { max-width: 100%; }
  .lifestyle-media { max-width: 420px; }
}

/* ============ Recipe detail pages ============ */
.recipe-hero {
  position: relative; min-height: 320px; display: flex; align-items: flex-end;
  color: #fff; overflow: hidden; background: var(--green-deep);
}
.recipe-hero img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.recipe-hero .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,43,21,0.92) 0%, rgba(6,43,21,0.55) 55%, rgba(6,43,21,0.15) 100%);
}
.recipe-hero .container { position: relative; z-index: 2; padding-bottom: 40px; }
.recipe-hero .crumb { color: #C9E8D4; font-size: 0.88rem; font-weight: 600; margin-bottom: 12px; display: inline-flex; align-items: center; gap: 6px; }
.recipe-hero .crumb:hover { color: #fff; }
.recipe-hero .crumb svg { width: 16px; height: 16px; }
html[dir="ltr"] .recipe-hero .crumb svg { transform: scaleX(-1); }
.recipe-hero h1 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); font-weight: 700; text-shadow: 0 2px 16px rgba(0,0,0,0.35); max-width: 640px; }

.recipe-meta-bar {
  display: flex; gap: 26px; flex-wrap: wrap; margin: -30px auto 0; position: relative; z-index: 3;
  max-width: 1180px; padding: 18px 30px; background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg);
}
.recipe-meta-bar .m-item { display: flex; align-items: center; gap: 9px; color: var(--green-deep); font-weight: 700; font-size: 0.92rem; }
.recipe-meta-bar .m-item svg { width: 20px; height: 20px; color: var(--green); flex-shrink: 0; }
.recipe-meta-bar .m-item span.label { color: var(--muted); font-weight: 500; font-size: 0.82rem; display: block; }

.recipe-body { display: grid; grid-template-columns: 0.9fr 1.5fr; gap: 46px; align-items: start; }
.recipe-col h2 { color: var(--green-deep); font-size: 1.25rem; margin-bottom: 18px; }
.ingredients-list { list-style: none; display: grid; gap: 12px; }
.ingredients-list li {
  display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-size: 0.96rem;
  padding-bottom: 12px; border-bottom: 1px dashed var(--line);
}
.ingredients-list li:last-child { border-bottom: none; }
.ingredients-list li::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); margin-top: 8px; flex-shrink: 0;
}
.steps-list { list-style: none; counter-reset: step-num; display: grid; gap: 22px; }
.steps-list li { display: flex; gap: 18px; align-items: flex-start; }
.steps-list li::before {
  counter-increment: step-num; content: counter(step-num);
  width: 38px; height: 38px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 12px rgba(19,143,69,0.35);
}
.steps-list li p { color: var(--ink); font-size: 1rem; line-height: 1.75; padding-top: 6px; }

.recipe-tip {
  background: var(--green-tint); border-radius: 16px; padding: 20px 22px; margin-top: 30px;
  display: flex; gap: 14px; align-items: flex-start;
}
.recipe-tip svg { width: 26px; height: 26px; color: var(--green-dark); flex-shrink: 0; margin-top: 2px; }
.recipe-tip p { color: var(--green-deep); font-size: 0.92rem; line-height: 1.7; }

.recipe-cta { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

.other-recipes { background: var(--white); }

@media (max-width: 860px) {
  .recipe-body { grid-template-columns: 1fr; }
  .recipe-meta-bar { margin: -24px 16px 0; padding: 16px 18px; gap: 18px; }
}

/* ============ New interactions: inquiry tray, tilt, map tooltip, icon draw-in ============ */

/* --- Add-to-inquiry button on product cards --- */
.p-card { transform-style: preserve-3d; will-change: transform; }
.inq-add {
  position: absolute; bottom: 10px; inset-inline-end: 10px; z-index: 3;
  width: 30px; height: 30px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--green); color: #fff; font-size: 1.1rem; font-weight: 700; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(19,143,69,0.4);
  transition: transform 0.2s, background 0.2s;
}
.inq-add:hover { background: var(--green-dark); transform: scale(1.1); }
.inq-add.added { background: var(--gold); color: #3A2E04; }
.inq-add.added::after { content: "✓"; }
.inq-add .plus-glyph { display: block; }
.inq-add.added .plus-glyph { display: none; }

/* Flying ghost clone used for the fly-to-tray animation */
.inq-ghost {
  position: fixed; z-index: 200; border-radius: 50%; background: var(--gold);
  pointer-events: none; opacity: 0.95;
  transition: transform 0.6s cubic-bezier(.2,.7,.3,1), opacity 0.6s ease, width 0.6s, height 0.6s;
}

/* --- Floating inquiry tray --- */
.inq-tray {
  position: fixed; bottom: 26px; inset-inline-end: 26px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--green-deep); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(9,63,31,0.4);
  transform: scale(0); opacity: 0; transition: transform 0.35s cubic-bezier(.2,1.4,.4,1), opacity 0.25s;
}
.inq-tray.show { transform: scale(1); opacity: 1; }
.inq-tray svg { width: 26px; height: 26px; }
.inq-tray .inq-badge {
  position: absolute; top: -4px; inset-inline-end: -4px;
  min-width: 22px; height: 22px; padding: 0 5px; border-radius: 11px;
  background: var(--red); color: #fff; font-size: 0.74rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.inq-tray.pop .inq-badge { animation: inqPop 0.35s ease; }
@keyframes inqPop { 0% { transform: scale(1); } 40% { transform: scale(1.5); } 100% { transform: scale(1); } }

.inq-panel {
  position: fixed; bottom: 94px; inset-inline-end: 26px; z-index: 91;
  width: min(320px, calc(100vw - 40px)); max-height: 60vh; overflow-y: auto;
  background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg);
  padding: 18px; transform: translateY(14px) scale(0.96); opacity: 0; pointer-events: none;
  transition: transform 0.25s cubic-bezier(.2,.8,.3,1), opacity 0.2s;
}
.inq-panel.open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.inq-panel h4 { color: var(--green-deep); font-size: 1rem; margin-bottom: 12px; }
.inq-panel ul { list-style: none; display: grid; gap: 8px; margin-bottom: 14px; }
.inq-panel li {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  background: var(--cream); border-radius: 10px; padding: 8px 10px; font-size: 0.86rem; color: var(--ink);
}
.inq-panel li button {
  background: none; border: none; color: var(--muted); font-size: 1rem; cursor: pointer; line-height: 1; padding: 2px 4px;
}
.inq-panel li button:hover { color: var(--red); }
.inq-panel .inq-actions { display: grid; gap: 8px; }
.inq-panel .inq-actions .btn { width: 100%; justify-content: center; padding: 10px 18px; font-size: 0.9rem; }
.inq-panel .inq-clear { text-align: center; font-size: 0.8rem; color: var(--muted); text-decoration: underline; cursor: pointer; margin-top: 10px; background: none; border: none; width: 100%; }
.inq-empty { color: var(--muted); font-size: 0.86rem; text-align: center; padding: 10px 0; }

@media (max-width: 620px) {
  .inq-tray { bottom: 20px; }
  .inq-panel { bottom: 88px; inset-inline-end: 16px; }
}

/* --- 3D tilt on product cards (desktop, JS sets transform inline) --- */
.p-card.tilt-enabled { transition: transform 0.15s ease-out, box-shadow 0.25s; }

/* --- Map pin tooltip --- */
.pin { cursor: pointer; }
.map-tooltip {
  position: fixed; z-index: 95; background: var(--green-night); color: #fff;
  padding: 8px 14px; border-radius: 10px; font-size: 0.82rem; font-weight: 600;
  white-space: nowrap; box-shadow: var(--shadow-lg); pointer-events: none;
  opacity: 0; transform: translate(-50%, -8px) scale(0.9); transition: opacity 0.18s, transform 0.18s;
}
.map-tooltip.show { opacity: 1; transform: translate(-50%, -14px) scale(1); }
.map-tooltip::after {
  content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border: 6px solid transparent; border-top-color: var(--green-night);
}

@media (prefers-reduced-motion: reduce) {
  .inq-ghost, .inq-tray, .inq-panel, .map-tooltip { transition: none !important; }
  .p-card.tilt-enabled { transition: none !important; }
}
