/*
Theme Name: Myesha's Own Catering
Theme URI: https://myeshasfoods.com
Author: A2 Web Design
Description: Custom one-page WordPress theme for Myesha's Own Catering Services.
Version: 1.3.0
Text Domain: myeshas-own
*/

:root {
  --cream: #fffaf4;
  --paper: #ffffff;
  --ink: #12234b;
  --blue: #0758bd;
  --blue-dark: #063b80;
  --pink: #ef0d57;
  --pink-dark: #ba063f;
  --gold: #c77916;
  --muted: #596273;
  --line: rgba(18, 35, 75, .13);
  --shadow: 0 18px 55px rgba(18, 35, 75, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Trebuchet MS", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 10px; color: var(--pink-dark); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { max-width: 860px; margin: 0 auto 20px; font-family: Georgia, serif; font-size: clamp(2.45rem, 5.4vw, 4.7rem); letter-spacing: -.05em; }
h2 { font-family: Georgia, serif; font-size: clamp(2.15rem, 4vw, 3.8rem); letter-spacing: -.035em; }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1rem; }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.24rem); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid var(--pink); border-radius: 999px; background: var(--pink); color: #fff; font-weight: 800; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--pink-dark); border-color: var(--pink-dark); }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.button.secondary:hover { border-color: var(--blue); color: var(--blue-dark); }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 250, 244, .94); backdrop-filter: blur(14px); }
.nav { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--ink); font-family: Georgia, serif; font-size: 1.18rem; font-weight: 800; text-decoration: none; }
.brand span { color: var(--pink); }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { font-size: .94rem; font-weight: 700; text-decoration: none; }
.nav-links a:not(.button):hover { color: var(--pink); }

.hero { position: relative; overflow: hidden; padding: clamp(54px, 7vw, 92px) 0 78px; }
.hero::before, .hero::after { position: absolute; z-index: -1; border-radius: 50%; content: ""; filter: blur(2px); }
.hero::before { width: 480px; height: 480px; top: -180px; right: -120px; background: radial-gradient(circle, rgba(239, 13, 87, .16), transparent 68%); }
.hero::after { width: 380px; height: 380px; bottom: -170px; left: -130px; background: radial-gradient(circle, rgba(7, 88, 189, .16), transparent 68%); }
.hero-grid { display: flex; align-items: center; flex-direction: column; text-align: center; }
.hero-copy { display: flex; align-items: center; flex-direction: column; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-logo { position: relative; width: min(1040px, 100%); margin-bottom: 28px; padding: 0; }
.hero-logo::after { display: block; width: 110px; height: 3px; margin: 6px auto 0; border-radius: 99px; background: linear-gradient(90deg, var(--pink), var(--gold), var(--blue)); content: ""; }
.hero-logo img { display: block; width: 100%; max-height: 560px; margin: auto; object-fit: contain; }
.hero .lead { margin-inline: auto; }
.trust-row { display: grid; margin-top: 42px; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.trust { padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.58); font-size: .92rem; font-weight: 800; }

section { padding: 88px 0; }
.section-head { max-width: 730px; margin-bottom: 38px; }
.cards { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.card { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 8px 28px rgba(18,35,75,.06); }
.card .number { display: grid; width: 42px; height: 42px; margin-bottom: 36px; place-items: center; border-radius: 50%; background: #edf5ff; color: var(--blue); font-weight: 900; }
.card p { color: var(--muted); }

.story { background: var(--ink); color: #fff; }
.story-grid { display: grid; align-items: center; gap: 64px; grid-template-columns: 1fr 1fr; }
.story h2 { color: #fff; }
.story .eyebrow { color: #ff88ae; }
.story p { color: #d9e0f0; }
.quote { padding: 36px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: linear-gradient(145deg, rgba(239,13,87,.17), rgba(7,88,189,.16)); }
.quote strong { display: block; margin-bottom: 12px; color: #fff; font-family: Georgia, serif; font-size: 1.85rem; line-height: 1.2; }

.process-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.step { padding: 28px 0; border-top: 3px solid var(--pink); }
.step span { color: var(--gold); font-size: .85rem; font-weight: 900; letter-spacing: .12em; }

.cta { padding-top: 20px; }
.cta-box { position: relative; overflow: hidden; padding: clamp(38px, 7vw, 72px); border-radius: 38px; background: linear-gradient(135deg, #fff 0%, #fff4f7 50%, #edf5ff 100%); box-shadow: var(--shadow); text-align: center; }
.cta-box .lead { margin-inline: auto; }
.cta-box .hero-actions { justify-content: center; }

.site-footer { margin-top: 88px; padding: 42px 0; background: #0a1836; color: #cfd7e8; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-grid strong { color: #fff; }
.footer-grid a { color: #fff; }

@media (max-width: 900px) {
  .story-grid { grid-template-columns: 1fr; }
  .hero-logo { max-width: 700px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .nav-links a:not(.button) { display: none; }
}
@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .cards, .process-grid, .trust-row { grid-template-columns: 1fr; }
  section { padding: 66px 0; }
  .site-header .button { min-height: 44px; padding: 9px 15px; font-size: .86rem; }
  .brand { font-size: 1rem; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}
