/* =========================================================
   Achari — Malindi. Premium coastal single-product site.
   ========================================================= */

:root {
  --ocean: #142f3a;
  --ocean-dark: #06151b;
  --terracotta: #a15738;
  --terracotta-dark: #7e4128;
  --sand: #ebe0cd;
  --cream: #f8f1e4;
  --gold: #ad8a4e;
  --gold-bright: #c9a15a;
  --ink: #191813;
  --ink-soft: #524d3f;
  --border: #d9c9a8;

  --font-serif: "Fraunces", Georgia, serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius: 10px;
  --radius-lg: 16px;
  --max-width: 1180px;
  --shadow-sm: 0 2px 10px rgba(6, 21, 27, 0.12);
  --shadow-md: 0 14px 36px rgba(6, 21, 27, 0.22);
  --focus-ring: 3px solid #ad8a4e;
}

/* -------------------- Reset -------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
#difference, #story, #process, #inside, #order, #faq { scroll-margin-top: 96px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font-serif); color: var(--ocean); line-height: 1.15; margin: 0 0 0.5em; font-weight: 600; }
p { margin: 0 0 1em; color: var(--ink-soft); }
a { color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
button { font: inherit; }

.wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 12px; top: -60px;
  background: var(--ocean); color: #fff; padding: 10px 18px;
  border-radius: 8px; z-index: 1000; transition: top 0.2s ease;
}
.skip-link:focus { top: 12px; }

:focus-visible { outline: var(--focus-ring); outline-offset: 2px; }

/* -------------------- Buttons -------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--terracotta); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--terracotta-dark); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--ocean); border-color: var(--ocean); }
.btn-ghost:hover { background: var(--ocean); color: #fff; }
.btn-large { padding: 16px 32px; font-size: 1.05rem; }
.btn-small { padding: 10px 20px; font-size: 0.9rem; }
.btn-block { width: 100%; }

/* -------------------- Preorder banner -------------------- */
.preorder-banner {
  background: var(--terracotta); color: #fff; text-align: center;
  font-size: 0.88rem; font-weight: 600; padding: 10px 24px;
}
.preorder-banner[hidden] { display: none; }

/* -------------------- Header -------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 250, 243, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; padding-bottom: 16px;
}
.logo {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700;
  color: var(--ocean); text-decoration: none;
}
.logo-mark { color: var(--terracotta); display: inline-flex; }
.main-nav { flex: 1; display: flex; justify-content: center; }
.nav-menu { display: flex; gap: 32px; }
.nav-menu a { text-decoration: none; font-weight: 500; color: var(--ink); position: relative; }
.nav-menu a::after {
  content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px;
  background: var(--terracotta); transition: width 0.2s ease;
}
.nav-menu a:hover::after { width: 100%; }
.header-cta { flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: none; padding: 8px; cursor: pointer; }
.hamburger, .hamburger::before, .hamburger::after {
  display: block; width: 22px; height: 2px; background: var(--ocean); position: relative; transition: transform 0.2s ease;
}
.hamburger::before, .hamburger::after { content: ""; position: absolute; left: 0; }
.hamburger::before { top: -7px; }
.hamburger::after { top: 7px; }

@media (max-width: 860px) {
  .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .main-nav { justify-content: flex-end; }
  .nav-menu {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; background: var(--cream);
    border-bottom: 1px solid var(--border);
    padding: 16px 24px; gap: 16px;
    display: none;
  }
  .nav-menu.open { display: flex; }
}

/* -------------------- Eyebrow / section titles -------------------- */
.eyebrow {
  font-family: var(--font-sans); text-transform: uppercase; letter-spacing: 2px;
  font-size: 0.78rem; font-weight: 700; color: var(--terracotta); margin-bottom: 12px;
}
.center { text-align: center; }
.section-title.center, .eyebrow.center { margin-left: auto; margin-right: auto; }
.section { padding: 96px 0; }
.section-title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); max-width: 720px; margin-left: auto; margin-right: auto; }
.section-lead { max-width: 640px; font-size: 1.08rem; }
.section-title.center + .section-lead, h2 + .section-lead.center { margin-left: auto; margin-right: auto; }

/* -------------------- Act I: Cinematic open -------------------- */
.cinema {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(120% 100% at 50% 0%, #1a3742 0%, var(--ocean-dark) 55%, #030c0f 100%);
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.cinema-bg { position: absolute; inset: 0; z-index: 0; }
.grain-waves { width: 100%; height: 100%; }
.cinema-inner { position: relative; z-index: 1; max-width: 900px; padding: 120px 24px 100px; }
.cinema-kicker {
  text-transform: uppercase; letter-spacing: 4px; font-size: 0.78rem; font-weight: 700;
  color: var(--gold); margin-bottom: 28px;
}
.cinema-line {
  font-family: var(--font-serif); font-weight: 500; font-style: italic;
  font-size: clamp(1.8rem, 4.4vw, 3.1rem); line-height: 1.28;
  color: #fdf9f1; margin-bottom: 32px; letter-spacing: -0.01em;
}
.cinema-sub {
  font-size: clamp(1rem, 1.6vw, 1.15rem); color: #c7d6d4; max-width: 620px;
  margin: 0 auto 20px;
}
.cinema-tag {
  font-family: var(--font-serif); font-weight: 700; font-size: 1.2rem;
  color: var(--gold); margin: 0;
}
.scroll-cue {
  position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%);
  width: 26px; height: 42px; border: 2px solid rgba(255,255,255,0.4); border-radius: 20px;
  display: flex; align-items: flex-start; justify-content: center; padding-top: 8px;
  z-index: 1;
}
.scroll-cue span { width: 4px; height: 8px; border-radius: 2px; background: var(--gold); animation: scrollDown 1.8s ease infinite; }
@keyframes scrollDown { 0% { opacity: 1; transform: translateY(0); } 70% { opacity: 0; transform: translateY(10px); } 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .scroll-cue span { animation: none; } }
@media (max-width: 640px) { .cinema { min-height: 100vh; } .cinema-inner { padding: 100px 20px 80px; } }

/* -------------------- Act II: Product reveal / Hero -------------------- */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--ocean) 0%, var(--ocean-dark) 100%);
  color: #fff;
  padding-top: 72px;
  overflow: hidden;
}
.hero-bg { position: absolute; bottom: 0; left: 0; right: 0; line-height: 0; opacity: 0.9; }
.wave-svg { width: 100%; height: 120px; }
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 40px;
  padding-top: 64px; padding-bottom: 140px;
}
.hero-copy .eyebrow { color: var(--gold); }
.hero-h {
  color: #fff; font-size: clamp(3rem, 7vw, 5.2rem); margin-bottom: 0.2em; letter-spacing: -0.02em;
}
.hero-sub { color: #e9ecec; font-size: 1.15rem; max-width: 520px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin: 28px 0; }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.5); }
.hero .btn-ghost:hover { background: #fff; color: var(--ocean); }
.price-inline { color: var(--gold); font-weight: 700; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 8px; }
.trust-row li { font-size: 0.9rem; color: #cdd9d8; position: relative; padding-left: 18px; }
.trust-row li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

.hero-visual { display: flex; justify-content: center; }
.jar-stage { width: min(320px, 80vw); animation: float 6s ease-in-out infinite; position: relative; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@media (prefers-reduced-motion: reduce) { .jar-stage { animation: none; } }

/* Custom photo swap: hidden until content.js supplies a real image */
.custom-photo { display: none; width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); object-fit: cover; }
.custom-photo.has-photo { display: block; }
.custom-photo.has-photo ~ svg { display: none; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; padding-bottom: 100px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 0; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
}

/* -------------------- Feature grid -------------------- */
.difference { background: var(--sand); }
.feature-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px;
}
.feature-card {
  background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 32px 24px; text-align: left;
}
.feature-icon {
  width: 48px; height: 48px; color: var(--terracotta); margin-bottom: 18px;
}
.feature-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.feature-card p { font-size: 0.95rem; margin-bottom: 0; }

@media (max-width: 1000px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .feature-grid { grid-template-columns: 1fr; } }

/* -------------------- Comparison table -------------------- */
.compare-table-wrap { margin-top: 48px; overflow-x: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.compare-table { width: 100%; min-width: 480px; border-collapse: collapse; background: var(--cream); }
.compare-table th, .compare-table td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--border); font-size: 0.95rem; }
.compare-table thead th { font-family: var(--font-serif); font-size: 1.05rem; color: var(--ink-soft); background: var(--sand); }
.compare-table thead th.compare-col-us { color: var(--terracotta); }
.compare-table tbody th { font-weight: 600; color: var(--ocean); white-space: nowrap; }
.compare-table td.compare-yes { color: var(--ocean); font-weight: 600; }
.compare-table td.compare-yes::before { content: "✓ "; color: var(--terracotta); }
.compare-table td.compare-no { color: var(--ink-soft); }
.compare-table td.compare-no::before { content: "— "; color: #b7ab97; }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: none; }

/* -------------------- Process strip -------------------- */
.process { background: var(--ocean); color: #fff; }
.process .eyebrow.center { color: var(--gold); }
.process .section-title.center { color: #fff; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 56px; }
.process-step { text-align: center; }
.process-num { display: block; font-family: var(--font-serif); font-size: 2.2rem; font-weight: 700; color: var(--gold); margin-bottom: 8px; opacity: 0.85; }
.process-step h3 { color: #fff; font-size: 1.1rem; margin-bottom: 8px; }
.process-step p { color: #cdd9d8; font-size: 0.92rem; margin-bottom: 0; }
@media (max-width: 800px) { .process-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .process-steps { grid-template-columns: 1fr; } }

/* -------------------- Favorite-things banner -------------------- */
.favorite-things {
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  color: #fff; text-align: center; padding: 80px 0;
}
.favorite-things-inner { max-width: 760px; margin: 0 auto; }
.quote-mark { width: 44px; height: 33px; color: rgba(255,255,255,0.55); margin: 0 auto 24px; }
.favorite-things-text {
  font-family: var(--font-serif); font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.4;
  color: #fff; font-weight: 500; margin-bottom: 16px;
}
.favorite-things-sign { color: #ffe4d6; font-size: 0.95rem; margin: 0; }

/* -------------------- Story -------------------- */
.story-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center;
}
.story-portrait { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.story-copy h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.story-copy p { font-size: 1.05rem; }
.story-signoff { font-style: italic; color: var(--ocean); font-family: var(--font-serif); font-size: 1.1rem; }

@media (max-width: 860px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-portrait { max-width: 420px; margin: 0 auto; }
}

/* -------------------- Inside -------------------- */
.inside { background: var(--sand); }
.inside-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 56px; align-items: center; }
.ingredient-list { display: grid; gap: 18px; margin-top: 28px; }
.ingredient-list li {
  padding-left: 20px; border-left: 3px solid var(--gold);
}
.ingredient-list span { display: block; font-weight: 700; color: var(--ocean); font-family: var(--font-serif); font-size: 1.1rem; }
.ingredient-list p { margin: 4px 0 0; font-size: 0.95rem; }
.allergen-note { font-size: 0.85rem; margin-top: 20px; color: var(--ink-soft); }
.inside-visual { max-width: 320px; margin: 0 auto; }

@media (max-width: 860px) { .inside-grid { grid-template-columns: 1fr; } .inside-visual { order: -1; max-width: 220px; } }

/* -------------------- Testimonials -------------------- */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.testimonial {
  background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px; margin: 0;
}
.testimonial p { font-family: var(--font-serif); font-size: 1.08rem; color: var(--ink); font-style: italic; }
.testimonial footer { font-size: 0.85rem; color: var(--terracotta); font-weight: 600; }
.testimonial-note { text-align: center; font-size: 0.82rem; margin-top: 28px; color: #9a9184; }

@media (max-width: 900px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* -------------------- Order / checkout -------------------- */
.order-section { background: var(--ocean); color: #fff; }
.order-section .eyebrow { color: var(--gold); }
.order-section h2 { color: #fff; }
.order-section .section-lead { color: #d7e0df; }
.order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.order-highlights { margin-top: 24px; display: grid; gap: 12px; }
.order-highlights li { padding-left: 22px; position: relative; color: #d7e0df; font-size: 0.95rem; }
.order-highlights li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }

.order-card {
  background: var(--cream); color: var(--ink);
  border-radius: var(--radius-lg); padding: 32px;
  box-shadow: var(--shadow-md);
}
.order-product-row {
  display: flex; align-items: center; gap: 16px;
  padding-bottom: 20px; border-bottom: 1px solid var(--border); margin-bottom: 20px;
}
.order-product-thumb { width: 52px; height: 52px; color: var(--terracotta); flex-shrink: 0; }
.order-product-name { font-weight: 700; color: var(--ocean); margin: 0; }
.order-product-size { font-size: 0.85rem; margin: 2px 0 0; color: var(--ink-soft); }
.order-product-price { margin-left: auto; font-weight: 700; color: var(--ocean); white-space: nowrap; }

.variant-row { margin-bottom: 18px; }
.variant-label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 10px; }
.variant-options { display: flex; gap: 10px; flex-wrap: wrap; }
.variant-pill {
  flex: 1; min-width: 130px;
  border: 2px solid var(--border); border-radius: 12px; background: #fff;
  padding: 10px 14px; cursor: pointer; text-align: left;
}
.variant-pill strong { display: block; font-family: var(--font-serif); color: var(--ocean); font-size: 1rem; }
.variant-pill span { display: block; font-size: 0.78rem; color: var(--ink-soft); margin-top: 2px; }
.variant-pill.selected { border-color: var(--terracotta); background: #fdf1ea; }
.variant-pill:disabled { opacity: 0.45; cursor: not-allowed; }
.variant-pill .stock-flag { display: inline-block; margin-top: 4px; font-size: 0.7rem; font-weight: 700; color: var(--terracotta); text-transform: uppercase; letter-spacing: 0.5px; }

.bundle-row { margin-bottom: 18px; }
.bundle-options { display: flex; gap: 10px; flex-wrap: wrap; }
.bundle-pill {
  flex: 1; min-width: 110px; position: relative;
  border: 2px solid var(--border); border-radius: 12px; background: #fff;
  padding: 10px 12px; cursor: pointer; text-align: left;
}
.bundle-pill strong { display: block; font-family: var(--font-serif); color: var(--ocean); font-size: 0.95rem; }
.bundle-pill span { display: block; font-size: 0.76rem; color: var(--ink-soft); margin-top: 2px; }
.bundle-pill.selected { border-color: var(--terracotta); background: #fdf1ea; }
.bundle-pill .bundle-save-flag {
  position: absolute; top: -9px; right: 8px; background: var(--terracotta); color: #fff;
  font-size: 0.65rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; letter-spacing: 0.3px;
}

.qty-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.qty-row label { font-weight: 600; }
.qty-stepper { display: flex; align-items: center; border: 2px solid var(--border); border-radius: 999px; overflow: hidden; }
.qty-btn { background: var(--sand); border: none; width: 36px; height: 36px; font-size: 1.2rem; cursor: pointer; color: var(--ocean); }
.qty-btn:hover { background: var(--gold); color: #fff; }
#qty { width: 48px; text-align: center; border: none; font-weight: 700; font-size: 1rem; -moz-appearance: textfield; }
#qty::-webkit-outer-spin-button, #qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.order-total-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 16px 0; border-top: 1px dashed var(--border); border-bottom: 1px dashed var(--border);
  margin-bottom: 20px; font-size: 1.05rem;
}
.order-total-row strong { font-family: var(--font-serif); font-size: 1.5rem; color: var(--terracotta); }

.order-fields { border: none; padding: 0; margin: 0 0 20px; display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.field input, .field textarea {
  padding: 12px 14px; border: 1.5px solid var(--border); border-radius: 10px;
  font: inherit; background: #fff; color: var(--ink); resize: vertical;
}
.field input:focus, .field textarea:focus { border-color: var(--terracotta); }

.order-actions { display: grid; gap: 12px; }
.order-note { min-height: 1.2em; font-size: 0.88rem; color: var(--terracotta); font-weight: 600; margin: 12px 0 0; }
.order-secure { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: var(--ink-soft); margin: 8px 0 0; }

@media (max-width: 900px) { .order-grid { grid-template-columns: 1fr; } }

/* -------------------- FAQ -------------------- */
.faq-list { max-width: 760px; margin: 48px auto 0; display: grid; gap: 12px; }
.faq-item {
  background: var(--cream); border: 1px solid var(--border); border-radius: 12px; padding: 6px 22px;
}
.faq-item summary {
  cursor: pointer; font-weight: 600; padding: 16px 0; color: var(--ocean);
  list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.3rem; color: var(--terracotta); }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding-bottom: 18px; margin: 0; }

/* -------------------- Sticky mobile buy bar -------------------- */
.sticky-buy {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: var(--cream); border-top: 1px solid var(--border);
  box-shadow: 0 -6px 20px rgba(0,0,0,0.08);
  transform: translateY(100%); transition: transform 0.25s ease;
  display: none;
}
.sticky-buy.visible { transform: translateY(0); }
.sticky-buy-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; }
.sticky-buy-price { font-weight: 700; color: var(--ocean); font-family: var(--font-serif); font-size: 1.1rem; }

@media (max-width: 860px) { .sticky-buy { display: block; } }

/* -------------------- Footer -------------------- */
.site-footer { background: var(--ocean-dark); color: #cdd9d8; padding-top: 56px; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; padding-bottom: 32px; }
.footer-brand { font-family: var(--font-serif); font-size: 1.3rem; color: #fff; display: flex; flex-direction: column; gap: 8px; }
.footer-brand .logo-mark { color: var(--gold); }
.footer-brand p { color: #9db3b1; font-size: 0.85rem; font-family: var(--font-sans); margin: 0; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a { text-decoration: none; color: #cdd9d8; font-size: 0.92rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold); }
.footer-contact p { margin: 0 0 10px; font-size: 0.92rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 24px; text-align: center; font-size: 0.8rem; color: #7f9694; }
.admin-link { color: #5f7d7a; text-decoration: underline; margin-left: 8px; }
.admin-link:hover { color: var(--gold); }

@media (max-width: 700px) { .footer-inner { grid-template-columns: 1fr; text-align: center; } }

/* -------------------- Order arrival highlight -------------------- */
.order-card.just-arrived { animation: orderArrive 1.3s ease; }
@keyframes orderArrive {
  0% { box-shadow: 0 0 0 0 rgba(201, 161, 90, 0.55); }
  35% { box-shadow: 0 0 0 16px rgba(201, 161, 90, 0.16); }
  100% { box-shadow: var(--shadow-md); }
}
@media (prefers-reduced-motion: reduce) { .order-card.just-arrived { animation: none; } }

/* -------------------- Scroll reveal -------------------- */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-reveal].in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }
