:root {
  --green-950: #023d33;
  --green-900: #034c3f;
  --green-800: #075f4d;
  --gold: #f8b819;
  --gold-light: #ffd566;
  --cream: #faf6ea;
  --white: #fffdf8;
  --ink: #17302a;
  --muted: #64736e;
}

html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--white); }
h1, h2 { font-family: "Fraunces", Georgia, serif; font-weight: 700; letter-spacing: -.035em; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.05; }
h3 { font-weight: 700; }
a { text-decoration: none; }
.section-padding { padding: 110px 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; padding: .75rem 1rem; background: var(--gold); color: var(--green-950); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.topbar { background: var(--green-950); color: rgba(255,255,255,.82); font-size: .8rem; letter-spacing: .03em; }
.navbar { background: rgba(255,253,248,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(3,76,63,.1); padding: .7rem 0; }
.navbar-brand img { width: 142px; height: 62px; object-fit: contain; }
.navbar .nav-link { color: var(--ink); font-weight: 600; padding: .8rem .9rem !important; }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: var(--green-800); }
.btn { border-radius: 999px; font-weight: 700; padding: .78rem 1.5rem; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { background: var(--green-900); color: white; border: 2px solid var(--green-900); }
.btn-brand:hover { background: var(--green-800); border-color: var(--green-800); color: white; box-shadow: 0 8px 25px rgba(3,76,63,.2); }
.btn-gold { background: var(--gold); color: var(--green-950); border: 2px solid var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--green-950); box-shadow: 0 8px 25px rgba(0,0,0,.2); }

.hero { min-height: 760px; color: white; position: relative; background: linear-gradient(90deg, rgba(1,37,30,.98) 0%, rgba(2,52,43,.93) 38%, rgba(2,52,43,.25) 70%, rgba(2,52,43,.1) 100%), url("../images/hero-kebabs-meatballs.webp") center/cover no-repeat; overflow: hidden; }
.hero::after { content:""; position:absolute; inset:auto 0 0; height: 110px; background: linear-gradient(transparent, rgba(0,0,0,.18)); pointer-events:none; }
.hero .container { z-index: 1; padding-top: 2rem; }
.hero h1 { font-size: clamp(3rem, 6.4vw, 6rem); line-height: .96; max-width: 820px; }
.hero-copy { max-width: 650px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(255,255,255,.82); line-height: 1.7; }
.hero .btn-outline-light { border-width: 2px; }
.eyebrow { display: flex; align-items: center; gap: .7rem; text-transform: uppercase; letter-spacing: .16em; font-size: .77rem; font-weight: 700; }
.eyebrow span { display: inline-block; width: 35px; height: 2px; background: var(--gold); }
.eyebrow.text-green { color: var(--green-800); }
.eyebrow.text-green span { background: var(--green-800); }
.eyebrow.text-gold { color: var(--gold); }
.hero-trust { color: rgba(255,255,255,.86); font-size: .9rem; font-weight: 600; }
.hero-trust i { display:inline-grid; place-items:center; width: 23px; height:23px; margin-right:.35rem; border-radius:50%; color:var(--green-950); background:var(--gold); font-style:normal; }

.stats-strip { background: var(--gold); color: var(--green-950); }
.stat { padding: 29px 15px; border-right: 1px solid rgba(3,76,63,.2); }
.stat:last-child { border-right: 0; }
.stat strong, .stat span { display: block; }
.stat strong { font-family: "Fraunces", serif; font-size: 1.45rem; }
.stat span { font-size: .8rem; opacity: .78; text-transform: uppercase; letter-spacing: .08em; margin-top: .2rem; }

.products-section { background: var(--cream); }
.section-intro { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.product-card { position: relative; display: flex; flex-direction:column; min-height: 460px; padding: 32px; border-radius: 24px; overflow: hidden; color: white; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(3,61,51,.15); }
.product-kebab { background: var(--green-900); }
.product-meatball { background: #bd6c35; }
.product-chicken { background: #d59a24; color: var(--green-950); }
.product-plant { background:#477a4b; }
.product-number { position: absolute; top: 26px; right: 29px; font-size: .78rem; font-weight: 700; opacity: .65; letter-spacing: .12em; }
.product-icon { height: 225px; display: grid; place-items:center; }
.product-icon svg { width: 160px; height:160px; fill:none; stroke: currentColor; stroke-width: 3; stroke-linecap:round; stroke-linejoin:round; opacity:.92; }
.product-card h3 { font-size: 1.65rem; }
.product-card p { opacity:.8; min-height: 48px; }
.product-card a { color:inherit; font-weight:700; font-size:.88rem; }
.product-card a span { display:inline-block; transition: transform .2s; margin-left:.3rem; }
.product-card a:hover span { transform: translateX(5px); }

.about-section { background: var(--green-950); color: white; overflow:hidden; }
.about-visual { position:relative; min-height: 590px; }
.about-visual::before { content:""; position:absolute; inset: 30px 65px -30px -40px; border: 2px solid rgba(248,184,25,.35); border-radius: 180px 180px 20px 20px; }
.about-visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border-radius: 180px 180px 20px 20px; filter: saturate(.85); }
.halal-seal { position:absolute; right:-30px; bottom:55px; width:135px; height:135px; border-radius:50%; background:var(--gold); color:var(--green-950); display:flex; flex-direction:column; align-items:center; justify-content:center; border:6px solid var(--green-950); outline:2px solid var(--gold); }
.halal-seal svg { width:32px; fill:var(--green-950); }
.halal-seal strong { text-transform:uppercase; font-size:.67rem; letter-spacing:.1em; margin-top:.2rem; }
.halal-seal span { font-family:"Fraunces",serif; font-size:1.3rem; font-weight:700; }
.about-section .lead { color: rgba(255,255,255,.88); line-height:1.75; }
.about-section p:not(.lead) { color:rgba(255,255,255,.62); line-height:1.75; }
.mini-feature { display:flex; align-items:center; gap:14px; padding:17px; border:1px solid rgba(255,255,255,.12); border-radius:14px; }
.mini-feature > span { color:var(--gold); font-family:"Fraunces",serif; font-size:1.35rem; }
.mini-feature strong, .mini-feature small { display:block; }
.mini-feature small { color:rgba(255,255,255,.55); margin-top:.2rem; }

.catering-section { background:var(--cream); }
.catering-copy > p:not(.section-intro) { color:var(--muted); line-height:1.75; }
.catering-grid { display:grid; grid-template-columns:repeat(2, 1fr); gap:18px; }
.catering-benefit { min-height:225px; padding:30px; background:var(--white); border:1px solid rgba(3,76,63,.1); border-radius:20px; }
.catering-benefit:nth-child(2), .catering-benefit:nth-child(3) { background:var(--green-900); color:white; }
.catering-benefit > span { display:block; color:var(--gold); font-family:"Fraunces",serif; font-weight:700; margin-bottom:35px; }
.catering-benefit h3 { font-size:1.15rem; }
.catering-benefit p { color:var(--muted); font-size:.9rem; line-height:1.65; margin-bottom:0; }
.catering-benefit:nth-child(2) p, .catering-benefit:nth-child(3) p { color:rgba(255,255,255,.67); }

.pricing-section { background:var(--green-950); color:white; }
.pricing-intro { color:rgba(255,255,255,.65); font-size:1.05rem; line-height:1.75; }
.pricing-card { display:flex; flex-direction:column; padding:34px; border:1px solid rgba(255,255,255,.15); border-radius:22px; background:rgba(255,255,255,.045); }
.pricing-card.featured { border-color:var(--gold); background:var(--green-900); box-shadow:0 22px 55px rgba(0,0,0,.18); }
.pricing-label { align-self:flex-start; margin-bottom:30px; padding:.4rem .75rem; border-radius:999px; background:rgba(248,184,25,.16); color:var(--gold); text-transform:uppercase; letter-spacing:.1em; font-size:.65rem; font-weight:700; }
.pricing-card h3 { font-family:"Fraunces",serif; font-size:1.75rem; }
.pricing-measure { min-height:42px; color:var(--gold) !important; font-weight:700; }
.pricing-card p { color:rgba(255,255,255,.67); line-height:1.65; }
.pricing-card ul { flex-grow:1; margin:10px 0 25px; padding-left:1.2rem; color:rgba(255,255,255,.8); }
.pricing-card li { margin-bottom:.65rem; }
.pricing-card li::marker { color:var(--gold); }
.pricing-card a { color:white; font-weight:700; }
.pricing-card a span { margin-left:.3rem; transition:transform .2s; display:inline-block; }
.pricing-card a:hover span { transform:translateX(5px); }
.quote-factors { display:flex; flex-wrap:wrap; align-items:center; gap:10px; padding:22px 25px; border-radius:16px; background:rgba(255,255,255,.07); }
.quote-factors strong { margin-right:5px; }
.quote-factors span { padding:.35rem .7rem; border:1px solid rgba(255,255,255,.16); border-radius:999px; color:rgba(255,255,255,.72); font-size:.8rem; }
.pricing-note { color:rgba(255,255,255,.5); font-size:.78rem; }

.quality-section { background: var(--white); }
.section-heading { max-width: 720px; }
.quality-card { height:100%; text-align:center; padding:40px 30px; border:1px solid #e2e7e2; border-radius:20px; transition:border-color .2s, transform .2s; }
.quality-card:hover { transform:translateY(-4px); border-color:var(--gold); }
.quality-icon { width:72px; height:72px; margin:0 auto 25px; display:grid; place-items:center; border-radius:50%; background:rgba(248,184,25,.18); color:var(--green-900); font-weight:700; font-size:1.05rem; }
.quality-icon svg { width:35px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.quality-card h3 { font-size:1.25rem; }
.quality-card p { color:var(--muted); line-height:1.7; margin:12px 0 0; }

.faq-section { background:var(--white); border-top:1px solid #e8ece9; }
.accordion-item { background:transparent; border-color:#dfe6e2; }
.accordion-button { padding:1.45rem .25rem; color:var(--ink); background:transparent; font-size:1.05rem; font-weight:700; box-shadow:none !important; }
.accordion-button:not(.collapsed) { color:var(--green-800); background:transparent; }
.accordion-button::after { filter:sepia(1) saturate(5) hue-rotate(95deg); }
.accordion-body { padding:.1rem .25rem 1.5rem; color:var(--muted); line-height:1.75; }

.contact-section { background: var(--cream); }
.contact-panel { background:white; border-radius:28px; overflow:hidden; box-shadow:0 25px 70px rgba(3,61,51,.1); }
.contact-copy { padding:65px 55px; background:var(--green-900); color:white; }
.contact-copy h2 { font-size:clamp(2.4rem,4vw,3.7rem); }
.contact-copy p { color:rgba(255,255,255,.7); line-height:1.75; margin-top:1.5rem; }
.contact-detail { border-top:1px solid rgba(255,255,255,.15); padding-top:25px; }
.contact-detail span, .contact-detail strong { display:block; }
.contact-detail span { color:var(--gold); text-transform:uppercase; letter-spacing:.14em; font-size:.7rem; margin-bottom:.5rem; }
.contact-form-wrap { padding:65px 60px; }
.form-label { color:var(--ink); font-weight:600; font-size:.85rem; }
.form-label .optional { color:var(--muted); font-weight:400; }
.form-control, .form-select { padding:.85rem 1rem; border-color:#dce3df; border-radius:10px; }
.form-control:focus, .form-select:focus { border-color:var(--green-800); box-shadow:0 0 0 .25rem rgba(7,95,77,.12); }
.form-note { color:var(--muted); }

footer { background:#012f28; color:rgba(255,255,255,.64); padding:55px 0 25px; font-size:.88rem; }
.footer-logo { width:145px; height:65px; object-fit:contain; }
footer a { color:rgba(255,255,255,.78); margin-left:20px; }
footer a:hover { color:var(--gold); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:22px; margin-top:35px; font-size:.78rem; }

.chatbot { position:fixed; right:24px; bottom:24px; z-index:1080; font-family:"DM Sans",sans-serif; }
.chatbot-launcher { display:flex; align-items:center; gap:10px; padding:10px 18px 10px 10px; border:0; border-radius:999px; background:var(--green-900); color:white; box-shadow:0 12px 35px rgba(1,47,40,.3); font-weight:700; }
.chatbot-launcher:hover { background:var(--green-800); }
.chatbot-launcher:focus-visible, .chatbot-close:focus-visible, .chatbot-form button:focus-visible, .chatbot-suggestion:focus-visible { outline:3px solid var(--gold); outline-offset:2px; }
.chatbot-launcher-icon { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:var(--gold); color:var(--green-950); }
.chatbot-launcher svg { width:23px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.chatbot-panel { position:absolute; right:0; bottom:66px; width:min(380px, calc(100vw - 32px)); height:min(590px, calc(100vh - 110px)); overflow:hidden; border:1px solid rgba(3,76,63,.14); border-radius:22px; background:white; box-shadow:0 24px 70px rgba(1,47,40,.28); }
.chatbot-panel:not([hidden]) { display:flex; flex-direction:column; }
.chatbot-header { display:flex; align-items:center; justify-content:space-between; padding:18px 20px; background:var(--green-900); color:white; }
.chatbot-header h2 { margin:2px 0 0; font:700 1.15rem/1.2 "DM Sans",sans-serif; }
.chatbot-status { color:rgba(255,255,255,.7); font-size:.7rem; text-transform:uppercase; letter-spacing:.1em; }
.chatbot-status i { display:inline-block; width:7px; height:7px; margin-right:5px; border-radius:50%; background:var(--gold); }
.chatbot-close { width:34px; height:34px; border:0; border-radius:50%; background:rgba(255,255,255,.1); color:white; font-size:1.5rem; line-height:1; }
.chatbot-messages { flex:1; overflow-y:auto; padding:18px; background:#f7f8f5; }
.chatbot-message { max-width:86%; margin:0 0 12px; padding:11px 14px; border-radius:15px 15px 15px 4px; background:white; color:var(--ink); box-shadow:0 2px 8px rgba(3,76,63,.06); font-size:.87rem; line-height:1.55; white-space:pre-line; }
.chatbot-message.user { margin-left:auto; border-radius:15px 15px 4px 15px; background:var(--green-900); color:white; }
.chatbot-suggestions { display:flex; gap:7px; overflow-x:auto; padding:10px 14px; border-top:1px solid #e5e9e6; background:white; scrollbar-width:none; }
.chatbot-suggestion { flex:0 0 auto; padding:7px 11px; border:1px solid rgba(3,76,63,.22); border-radius:999px; background:white; color:var(--green-900); font-size:.75rem; font-weight:700; }
.chatbot-suggestion:hover { border-color:var(--gold); background:#fffaf0; }
.chatbot-form { display:flex; gap:8px; padding:12px 14px; border-top:1px solid #e5e9e6; background:white; }
.chatbot-form input { min-width:0; flex:1; padding:10px 12px; border:1px solid #dce3df; border-radius:10px; font-size:.85rem; }
.chatbot-form input:focus { border-color:var(--green-800); outline:3px solid rgba(7,95,77,.12); }
.chatbot-form button { display:grid; flex:0 0 42px; place-items:center; border:0; border-radius:10px; background:var(--gold); color:var(--green-950); }
.chatbot-form button svg { width:21px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.chatbot-disclaimer { margin:0; padding:0 14px 11px; background:white; color:var(--muted); font-size:.64rem; line-height:1.35; }

@media (max-width: 991.98px) {
  .section-padding { padding:80px 0; }
  .navbar-collapse { padding:1rem 0; }
  .navbar-nav { align-items:stretch !important; }
  .navbar-nav .btn { margin-top:.5rem; }
  .hero { min-height:700px; background-position: 62% center; }
  .hero::before { content:""; position:absolute; inset:0; background:rgba(2,45,37,.22); }
  .about-visual { min-height:520px; max-width:650px; }
  .halal-seal { right:15px; }
  .catering-grid { margin-top:15px; }
  .contact-copy, .contact-form-wrap { padding:50px 40px; }
}

@media (max-width: 767.98px) {
  .hero { min-height:690px; background-position:65% center; background-image:linear-gradient(90deg, rgba(1,37,30,.97), rgba(2,52,43,.7)), url("../images/hero-kebabs-meatballs.webp"); }
  .hero h1 { font-size:3.25rem; }
  .stat:nth-child(2) { border-right:0; }
  .stat:nth-child(-n+2) { border-bottom:1px solid rgba(3,76,63,.2); }
  .product-card { min-height:400px; }
  .product-icon { height:180px; }
  .about-visual { min-height:430px; }
  .about-visual::before { inset:25px 35px -25px -15px; }
  .catering-grid { grid-template-columns:1fr; }
  .catering-benefit { min-height:auto; }
  .catering-benefit > span { margin-bottom:20px; }
  .contact-copy, .contact-form-wrap { padding:40px 25px; }
  footer a { margin-left:0; margin-right:17px; }
}

@media (max-width: 430px) {
  .navbar-brand img { width:120px; height:53px; }
  .hero h1 { font-size:2.8rem; }
  .hero .btn { width:100%; }
  .hero-trust { gap:.7rem !important; flex-direction:column; }
  .about-visual { min-height:360px; }
  .halal-seal { width:110px; height:110px; bottom:25px; }
  .chatbot { right:12px; bottom:12px; }
  .chatbot-panel { bottom:62px; width:calc(100vw - 24px); height:min(620px, calc(100vh - 90px)); }
  .chatbot-launcher { padding-right:14px; }
}

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