/*
Theme Name: Mais Catering
Theme URI: https://www.maiscatering.com
Author: Mais Catering / Barakat Foods
Description: An elegant, bilingual (English + Arabic/RTL) theme for Mais Catering — Kuwait's leading caterer since 1953. Quiet-luxury design built around the brand logo: deep teal, champagne gold and ivory. Home, About, Services, Gallery and Contact, with every block editable in the Customizer.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mais
*/

/* ============================================================
   BRAND TOKENS — from the Mais Catering logo
   Teal #007070 · Champagne Gold #C9A86A · Ivory #F4EFE6
   ============================================================ */
:root{
  --teal:#007070;
  --teal-deep:#005A5A;
  --teal-darker:#013F3F;
  --gold:#C9A86A;          /* champagne gold (lifted from logo #D0B080 for contrast) */
  --gold-bright:#DFC288;
  --ivory:#F4EFE6;         /* warm paper background */
  --ivory-pure:#FBF8F2;
  --espresso:#241E18;      /* deep warm text */
  --ink:#2C2620;
  --ink-soft:#6F665B;      /* muted body on light */
  --cream-soft:#D9CFC0;    /* muted text on dark */
  --line:#E6DDCD;          /* hairline on light */
  --line-dark:rgba(201,168,106,.28);
  --shadow:0 14px 40px rgba(36,30,24,.10);
  --shadow-lift:0 24px 60px rgba(36,30,24,.18);
  --radius:6px;            /* restrained, architectural — not bubbly */
  --maxw:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);
  font-family:'IBM Plex Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  -webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden;font-size:17px}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}

/* Marcellus display headings for English; IBM Plex Sans Arabic for RTL */
.hd{font-family:'Marcellus',Georgia,serif;font-weight:400;line-height:1.12;letter-spacing:.2px}
[dir="rtl"] .hd{font-family:'IBM Plex Sans Arabic',sans-serif;font-weight:700;letter-spacing:0}
[dir="rtl"] body{font-family:'IBM Plex Sans Arabic',system-ui,sans-serif}

/* gold eyebrow / overline */
.overline{font-family:'IBM Plex Sans',sans-serif;font-weight:600;letter-spacing:3px;text-transform:uppercase;
  font-size:.74rem;color:var(--gold)}
[dir="rtl"] .overline{font-family:'IBM Plex Sans Arabic',sans-serif;letter-spacing:2px}

/* buttons — refined, thin, letter-spaced */
.btn{display:inline-flex;align-items:center;gap:.6em;border:none;cursor:pointer;
  font-family:'IBM Plex Sans',sans-serif;font-weight:500;font-size:.82rem;letter-spacing:2px;text-transform:uppercase;
  padding:16px 34px;border-radius:2px;transition:all .25s ease;line-height:1}
[dir="rtl"] .btn{font-family:'IBM Plex Sans Arabic',sans-serif;letter-spacing:1px}
.btn-gold{background:var(--gold);color:var(--espresso)}
.btn-gold:hover{background:var(--gold-bright);transform:translateY(-2px)}
.btn-teal{background:var(--teal);color:#fff}
.btn-teal:hover{background:var(--teal-deep);transform:translateY(-2px)}
.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6)}
.btn-outline:hover{background:#fff;color:var(--teal);border-color:#fff}
.btn-outline-dark{background:transparent;color:var(--teal);border:1.5px solid var(--teal)}
.btn-outline-dark:hover{background:var(--teal);color:#fff}
:focus-visible{outline:2px solid var(--gold);outline-offset:4px}

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