/*
Theme Name: FuelWorks Kitchen
Theme URI: https://fuelworkskitchen.com
Author: FuelWorks Kitchen
Description: A modern WooCommerce theme for prepared meals, pickup, and local delivery.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: fuelworks-kitchen
*/

:root {
  --fw-ink: #101510;
  --fw-ink-soft: #1c231d;
  --fw-cream: #f5f0e6;
  --fw-paper: #fffdf8;
  --fw-lime: #c6ff45;
  --fw-green: #31553a;
  --fw-muted: #6b746d;
  --fw-line: rgba(16, 21, 16, .13);
  --fw-radius: 22px;
  --fw-shadow: 0 24px 70px rgba(16, 21, 16, .12);
  --fw-content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--fw-paper);
  color: var(--fw-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { display: block; max-width: 100%; height: auto; }
.fw-container { width: min(calc(100% - 40px), var(--fw-content)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.92); border-bottom: 1px solid var(--fw-line); backdrop-filter: blur(15px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; flex-direction: column; text-decoration: none; font-weight: 900; letter-spacing: -.045em; font-size: 22px; line-height: .9; text-transform: uppercase; }
.site-brand span { color: var(--fw-green); font-size: 10px; letter-spacing: .24em; margin-top: 7px; }
.main-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; padding: 0; margin: 0; }
.main-nav a { font-size: 14px; font-weight: 750; text-decoration: none; }
.main-nav .menu-item:last-child a, .fw-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; background: var(--fw-lime); color: var(--fw-ink); font-weight: 850; text-decoration: none; border: 1px solid rgba(16,21,16,.2); box-shadow: 0 7px 0 var(--fw-ink); transition: transform .18s ease, box-shadow .18s ease; }
.main-nav .menu-item:last-child a:hover, .fw-button:hover { transform: translateY(3px); box-shadow: 0 4px 0 var(--fw-ink); }
.fw-button--dark { background: var(--fw-ink); color: white; box-shadow: 0 7px 0 var(--fw-lime); border-color: var(--fw-ink); }
.menu-toggle { display: none; appearance: none; background: none; border: 0; font: inherit; font-weight: 800; }

.fw-hero { position: relative; overflow: hidden; background: var(--fw-ink); color: white; padding: clamp(74px, 10vw, 138px) 0 88px; }
.fw-hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 120px solid var(--fw-lime); border-radius: 50%; right: -280px; top: -310px; opacity: .95; }
.fw-hero::after { content: ""; position: absolute; inset: auto 8% -140px auto; width: 300px; height: 300px; background: repeating-linear-gradient(135deg, transparent 0 14px, rgba(198,255,69,.13) 14px 28px); transform: rotate(16deg); }
.fw-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(50px, 8vw, 110px); align-items: end; }
.fw-kicker { display: inline-flex; gap: 9px; align-items: center; color: var(--fw-lime); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.fw-kicker::before { content: ""; width: 28px; height: 3px; background: currentColor; }
.fw-hero h1 { max-width: 820px; margin: 19px 0 23px; font-size: clamp(54px, 7.5vw, 108px); line-height: .89; letter-spacing: -.075em; text-transform: uppercase; }
.fw-hero h1 em { color: var(--fw-lime); font-style: normal; }
.fw-hero p { max-width: 640px; margin: 0 0 34px; color: rgba(255,255,255,.75); font-size: clamp(18px, 2vw, 22px); }
.fw-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.fw-text-link { font-weight: 800; color: white; }
.fw-hero__card { background: var(--fw-cream); color: var(--fw-ink); border-radius: var(--fw-radius); padding: 28px; transform: rotate(2.5deg); box-shadow: 18px 18px 0 var(--fw-lime); }
.fw-hero__card strong { display: block; font-size: 28px; line-height: 1.05; letter-spacing: -.04em; }
.fw-hero__card ul { list-style: none; padding: 0; margin: 22px 0 0; border-top: 1px solid var(--fw-line); }
.fw-hero__card li { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--fw-line); font-weight: 750; }
.fw-hero__card span { color: var(--fw-muted); font-weight: 650; }

.fw-strip { background: var(--fw-lime); border-block: 1px solid var(--fw-ink); overflow: hidden; }
.fw-strip__inner { display: flex; gap: 44px; padding: 14px 0; white-space: nowrap; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fw-strip__inner span::before { content: "✦"; margin-right: 44px; }
.fw-section { padding: clamp(70px, 9vw, 120px) 0; }
.fw-section--cream { background: var(--fw-cream); }
.fw-section--dark { background: var(--fw-ink); color: white; }
.fw-section__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.fw-section__head h2 { margin: 0; max-width: 720px; font-size: clamp(40px, 5.5vw, 72px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.fw-section__head p { max-width: 480px; margin: 0; color: var(--fw-muted); }

.fw-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fw-benefit { padding: 30px; border: 1px solid var(--fw-line); border-radius: var(--fw-radius); background: var(--fw-paper); }
.fw-benefit__num { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--fw-ink); color: var(--fw-lime); font-weight: 900; }
.fw-benefit h3 { font-size: 24px; line-height: 1.1; letter-spacing: -.03em; margin: 28px 0 11px; }
.fw-benefit p { margin: 0; color: var(--fw-muted); }

.fw-product-zone .products { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0 !important; }
.fw-product-zone .product { float: none !important; width: auto !important; margin: 0 !important; border-radius: var(--fw-radius); overflow: hidden; background: white; box-shadow: var(--fw-shadow); }
.fw-product-zone .product img { aspect-ratio: 1.15 / 1; object-fit: cover; margin: 0 !important; }
.fw-product-zone .woocommerce-loop-product__title { font-size: 22px !important; line-height: 1.12; padding: 22px 22px 4px !important; }
.fw-product-zone .price { display: block; padding: 0 22px; color: var(--fw-green) !important; font-weight: 850 !important; }
.fw-product-zone .button { margin: 17px 22px 24px !important; border-radius: 999px !important; background: var(--fw-ink) !important; color: white !important; }
.fw-empty-products { padding: 34px; border: 1px dashed rgba(255,255,255,.3); border-radius: var(--fw-radius); color: rgba(255,255,255,.68); }

.fw-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--fw-line); border: 1px solid var(--fw-line); border-radius: var(--fw-radius); overflow: hidden; }
.fw-step { min-height: 260px; padding: 34px; background: var(--fw-paper); }
.fw-step b { color: var(--fw-green); font-size: 13px; letter-spacing: .15em; text-transform: uppercase; }
.fw-step h3 { margin: 48px 0 10px; font-size: 28px; line-height: 1; letter-spacing: -.04em; }
.fw-step p { margin: 0; color: var(--fw-muted); }

.fw-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; background: var(--fw-green); color: white; border-radius: calc(var(--fw-radius) + 10px); padding: clamp(38px, 7vw, 74px); box-shadow: var(--fw-shadow); }
.fw-cta h2 { margin: 0 0 18px; font-size: clamp(42px, 6vw, 78px); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.fw-cta p { color: rgba(255,255,255,.74); margin: 0; }
.fw-cta__note { padding: 26px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--fw-radius); }
.fw-cta__note strong { display: block; color: var(--fw-lime); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }

.site-main--page { min-height: 60vh; padding: 70px 0 100px; }
.entry-header h1 { font-size: clamp(44px, 6vw, 76px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.entry-content { max-width: 820px; }
.site-footer { background: var(--fw-ink); color: white; padding: 64px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; }
.footer-brand { font-size: 36px; line-height: .9; letter-spacing: -.055em; font-weight: 900; text-transform: uppercase; }
.footer-brand span { color: var(--fw-lime); }
.footer-title { color: var(--fw-lime); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.site-footer ul { list-style: none; padding: 0; margin: 16px 0 0; }
.site-footer li { margin: 8px 0; }
.site-footer a { text-decoration: none; color: rgba(255,255,255,.72); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.5); font-size: 13px; }

.woocommerce .quantity .qty { min-height: 42px; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt { background: var(--fw-ink); border-radius: 999px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--fw-green); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--fw-green); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; inset: 80px 0 auto; background: var(--fw-paper); padding: 24px 20px; border-bottom: 1px solid var(--fw-line); }
  .main-nav.is-open { display: block; }
  .main-nav ul { width: min(100%, var(--fw-content)); margin: auto; flex-direction: column; align-items: stretch; }
  .main-nav a { display: block; padding: 8px; }
  .fw-hero__grid, .fw-cta { grid-template-columns: 1fr; }
  .fw-hero__card { max-width: 540px; }
  .fw-benefits, .fw-product-zone .products, .fw-steps { grid-template-columns: 1fr; }
  .fw-section__head { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .fw-container { width: min(calc(100% - 26px), var(--fw-content)); }
  .header-inner { min-height: 70px; }
  .main-nav { top: 70px; }
  .fw-hero { padding-top: 62px; }
  .fw-hero h1 { font-size: 50px; }
  .fw-actions { align-items: stretch; flex-direction: column; }
  .fw-text-link { text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
