:root {
  --kktf-ink: #241613;
  --kktf-brown: #6f2916;
  --kktf-brown-dark: #3d1710;
  --kktf-gold: #e79f41;
  --kktf-cream: #fff8ed;
  --kktf-paper: #f8f3eb;
  --kktf-white: #ffffff;
  --kktf-muted: #725f57;
  --kktf-border: #eadfce;
  --kktf-green: #277f50;
  --kktf-red: #b5362f;
  --kktf-shadow: 0 24px 70px rgba(47, 24, 18, .13);
  --kktf-radius: 24px;
  --kktf-container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--kktf-paper); color: var(--kktf-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: var(--kktf-brown); text-decoration: none; }
a:hover { color: var(--kktf-brown-dark); }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: #fff; clip: auto !important; clip-path: none; color: #111; display: block; font-size: 14px; height: auto; left: 8px; padding: 12px 18px; top: 8px; width: auto; z-index: 100000; }
.kktf-container { width: min(var(--kktf-container), calc(100% - 40px)); margin-inline: auto; }
.kktf-topbar { background: #1d100e; color: rgba(255,255,255,.82); font-size: 13px; }
.kktf-topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.kktf-topbar a { color: #fff; font-weight: 700; }
.kktf-live-status { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.kktf-live-status i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(255,255,255,.08); }
.kktf-live-status.is-open { color: #75dda5; }
.kktf-live-status.is-closed { color: #ff9c8f; }
.site-header { position: sticky; top: 0; z-index: 999; background: rgba(255,248,237,.96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(111,41,22,.09); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.site-branding { display: flex; align-items: center; }
.custom-logo { max-height: 54px; width: auto; }
.kktf-wordmark { display: inline-flex; align-items: center; gap: 9px; color: var(--kktf-ink); font-size: 21px; letter-spacing: -.02em; }
.kktf-wordmark span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--kktf-brown); color: #fff; font-size: 17px; font-weight: 900; box-shadow: inset 0 0 0 2px var(--kktf-gold); }
.kktf-wordmark strong { font-weight: 900; }
.primary-navigation { justify-self: center; }
.primary-navigation ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { color: var(--kktf-ink); font-weight: 700; font-size: 14px; }
.primary-navigation a:hover { color: var(--kktf-brown); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone { display: none; }
.header-cart { position: relative; color: var(--kktf-ink); font-weight: 800; }
.kktf-cart-count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 99px; background: var(--kktf-gold); color: #24120d; font-size: 11px; font-weight: 900; }
.kktf-menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.kktf-menu-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--kktf-ink); }
.kktf-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .wp-element-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 23px; border: 1px solid var(--kktf-brown) !important; border-radius: 14px !important; background: var(--kktf-brown) !important; color: #fff !important; font-weight: 850 !important; line-height: 1.2 !important; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.kktf-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wp-element-button:hover { transform: translateY(-2px); background: var(--kktf-brown-dark) !important; box-shadow: 0 12px 30px rgba(111,41,22,.22); color: #fff !important; }
.kktf-button-small { min-height: 42px; padding: 9px 17px; font-size: 14px; }
.kktf-button-outline { background: transparent !important; color: #fff !important; border-color: rgba(255,255,255,.65) !important; }
.kktf-button-outline:hover { background: #fff !important; color: var(--kktf-brown) !important; }
.kktf-hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #2b130f url('../images/hero.webp') center/cover no-repeat; }
.kktf-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,10,8,.96) 0%, rgba(44,17,12,.82) 48%, rgba(54,19,12,.25) 100%); }
.kktf-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); align-items: end; gap: 80px; padding-block: 110px 90px; }
.kktf-hero-content { max-width: 760px; }
.kktf-eyebrow { display: inline-block; margin-bottom: 15px; color: var(--kktf-gold); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.kktf-hero h1 { max-width: 760px; margin: 0 0 22px; color: #fff; font-size: clamp(48px, 6vw, 84px); line-height: .99; letter-spacing: -.055em; }
.kktf-hero-content > p { max-width: 660px; margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: 19px; }
.kktf-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.kktf-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 44px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.kktf-hero-facts span { color: rgba(255,255,255,.64); font-size: 12px; }
.kktf-hero-facts strong { display: block; color: #fff; font-size: 15px; }
.kktf-hero-card { padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(30,14,11,.72); backdrop-filter: blur(14px); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.kktf-hero-card > span { color: var(--kktf-gold); text-transform: uppercase; font-weight: 900; font-size: 11px; letter-spacing: .14em; }
.kktf-hero-card h2 { margin: 12px 0; color: #fff; font-size: 28px; line-height: 1.15; }
.kktf-hero-card p { color: rgba(255,255,255,.7); }
.kktf-hero-card a { color: var(--kktf-gold); font-weight: 900; }
.kktf-status-section { margin-top: -28px; position: relative; z-index: 4; }
.kktf-section { padding: 100px 0; }
.kktf-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.kktf-section-heading.centered { justify-content: center; text-align: center; }
.kktf-section-heading h2, .kktf-two-column h2, .kktf-feature-grid h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.06; letter-spacing: -.04em; }
.kktf-section-heading p { max-width: 520px; margin: 0; color: var(--kktf-muted); }
.kktf-text-link { font-weight: 900; }
.kktf-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.kktf-category-card { min-height: 330px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-radius: var(--kktf-radius); overflow: hidden; color: #fff; background: linear-gradient(160deg, rgba(57,21,14,.25), rgba(32,13,10,.92)), var(--card-bg); box-shadow: var(--kktf-shadow); transition: transform .25s ease; }
.kktf-category-card:hover { transform: translateY(-7px); color: #fff; }
.kktf-category-card span { margin-bottom: auto; font-size: 12px; font-weight: 900; color: var(--kktf-gold); }
.kktf-category-card h3 { margin: 0 0 8px; font-size: 26px; }
.kktf-category-card p { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 14px; }
.kktf-category-card strong { color: var(--kktf-gold); font-size: 13px; }
.category-chicken { --card-bg: #783720; }
.category-fish { --card-bg: #53666c; }
.category-brochette { --card-bg: #8a4d22; }
.category-special { --card-bg: #4f3d63; }
.kktf-products-section { background: var(--kktf-white); }
.kktf-how-section { background: #21120f; color: #fff; }
.kktf-how-section h2 { color: #fff; }
.kktf-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: var(--kktf-radius); overflow: hidden; }
.kktf-steps article { padding: 34px; background: #291612; }
.kktf-steps b { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 45px; border-radius: 14px; color: #21120f; background: var(--kktf-gold); }
.kktf-steps h3 { margin: 0 0 10px; font-size: 21px; }
.kktf-steps p { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; }
.kktf-feature-band { background: #f0e7d9; }
.kktf-feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.kktf-feature-grid > div:first-child p { max-width: 620px; color: var(--kktf-muted); font-size: 18px; }
.kktf-feature-list { display: grid; gap: 15px; }
.kktf-feature-list article { padding: 24px; border: 1px solid var(--kktf-border); border-radius: 18px; background: rgba(255,255,255,.65); }
.kktf-feature-list strong, .kktf-feature-list span { display: block; }
.kktf-feature-list strong { margin-bottom: 5px; font-size: 17px; }
.kktf-feature-list span { color: var(--kktf-muted); font-size: 14px; }
.kktf-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.kktf-delivery-section { background: var(--kktf-cream); }
.kktf-contact-panel { position: sticky; top: 120px; }
.kktf-faq-section { background: #fff; }
.kktf-faqs details { border-bottom: 1px solid var(--kktf-border); }
.kktf-faqs summary { cursor: pointer; padding: 22px 0; font-weight: 900; font-size: 17px; }
.kktf-faqs p { margin: -5px 0 24px; color: var(--kktf-muted); }
.kktf-cta { padding: 80px 0; background: var(--kktf-brown); color: #fff; }
.kktf-cta .kktf-container { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.kktf-cta h2 { margin: 0; color: #fff; font-size: clamp(34px, 5vw, 62px); line-height: 1.02; }
.kktf-cta p { color: rgba(255,255,255,.72); }
.kktf-cta .kktf-container > div:last-child { display: flex; flex-wrap: wrap; gap: 12px; }
.kktf-cta .kktf-button { background: var(--kktf-gold) !important; color: #27130e !important; border-color: var(--kktf-gold) !important; }
.kktf-page-hero { padding: 95px 0 70px; color: #fff; background: linear-gradient(120deg,#28120e,#6f2916); }
.kktf-page-hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(44px, 6vw, 74px); line-height: 1; letter-spacing: -.05em; }
.kktf-page-hero p { max-width: 650px; color: rgba(255,255,255,.72); }
.kktf-content-wrap, .kktf-woocommerce-wrap { padding-block: 70px 100px; }
.kktf-content-card { padding: clamp(24px, 5vw, 60px); border: 1px solid var(--kktf-border); border-radius: var(--kktf-radius); background: #fff; box-shadow: 0 16px 55px rgba(52,31,24,.07); }
.site-footer { background: #1c0f0d; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr .8fr; gap: 45px; padding-block: 75px; }
.site-footer h3 { margin-top: 0; color: #fff; }
.site-footer a { color: rgba(255,255,255,.85); }
.site-footer a:hover { color: var(--kktf-gold); }
.footer-wordmark { color: #fff !important; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom .kktf-container { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; }
.kktf-mobile-nav { display: none; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 25px; color: var(--kktf-muted); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 23px; overflow: hidden; border: 1px solid var(--kktf-border); border-radius: 21px; background: #fff; box-shadow: 0 12px 40px rgba(55,31,23,.08); transition: transform .25s ease, box-shadow .25s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--kktf-shadow); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin: 0 0 20px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 20px; color: var(--kktf-ink); font-size: 18px; line-height: 1.25; }
.woocommerce ul.products li.product .price { padding: 0 20px; color: var(--kktf-brown); font-weight: 900; font-size: 17px; }
.woocommerce ul.products li.product .button { margin: 8px 20px 0; min-height: 42px; padding: 9px 15px; font-size: 13px; }
.woocommerce span.onsale { min-width: 48px; min-height: 48px; line-height: 48px; background: var(--kktf-gold); color: var(--kktf-ink); }
.single-product div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.single-product div.product .woocommerce-product-gallery, .single-product div.product .summary { width: 100% !important; float: none !important; }
.single-product .woocommerce-product-gallery img { border-radius: 20px; }
.single-product .product_title { font-size: clamp(36px, 4vw, 54px); line-height: 1.05; }
.single-product .price { color: var(--kktf-brown) !important; font-size: 26px !important; font-weight: 900; }
.woocommerce div.product form.cart .variations select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 50px; padding: 10px 13px; border: 1px solid #d8c9b6; border-radius: 12px; background: #fff; }
.woocommerce div.product form.cart div.quantity { margin-right: 10px; }
.woocommerce .quantity .qty { width: 74px; min-height: 50px; border: 1px solid #d8c9b6; border-radius: 12px; }
.woocommerce table.shop_table { border-color: var(--kktf-border); border-radius: 17px; background: #fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 15px; }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #order_review, .woocommerce-checkout #customer_details { padding: 25px; border: 1px solid var(--kktf-border); border-radius: 20px; background: #fff; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: start; }
.woocommerce-checkout #customer_details { width: 100%; }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 2; }
.woocommerce-checkout #order_review { position: sticky; top: 110px; }
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { float: none; width: 100%; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--kktf-gold); border-radius: 12px; background: #fff; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--kktf-brown); }

@media (max-width: 1050px) {
  .primary-navigation ul { gap: 15px; }
  .header-actions .kktf-button { display: none; }
  .kktf-hero-grid { grid-template-columns: 1fr; align-items: center; gap: 30px; }
  .kktf-hero-card { max-width: 430px; }
  .kktf-category-grid { grid-template-columns: repeat(2,1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  body { padding-bottom: 67px; }
  .kktf-topbar-inner span:nth-child(2) { display: none; }
  .header-inner { grid-template-columns: auto auto 1fr; gap: 12px; min-height: 68px; }
  .kktf-menu-toggle { display: block; order: 3; justify-self: end; }
  .primary-navigation { display: none; position: absolute; left: 20px; right: 20px; top: 70px; padding: 18px; border-radius: 18px; background: #fff; box-shadow: var(--kktf-shadow); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-navigation li a { display: block; padding: 12px; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .header-phone { display: inline; font-weight: 800; }
  .header-cart { display: none; }
  .kktf-hero { min-height: auto; }
  .kktf-hero-grid { padding-block: 80px 70px; }
  .kktf-hero h1 { font-size: clamp(45px, 12vw, 68px); }
  .kktf-hero-facts { grid-template-columns: 1fr; }
  .kktf-section { padding: 70px 0; }
  .kktf-section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .kktf-steps { grid-template-columns: repeat(2,1fr); }
  .kktf-feature-grid, .kktf-two-column { grid-template-columns: 1fr; gap: 45px; }
  .kktf-contact-panel { position: static; }
  .kktf-cta .kktf-container { align-items: flex-start; flex-direction: column; }
  .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .single-product div.product { grid-template-columns: 1fr; }
  .woocommerce-checkout form.checkout { display: block; }
  .woocommerce-checkout #order_review { position: static; }
  .kktf-mobile-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999; display: grid; grid-template-columns: repeat(5,1fr); min-height: 67px; background: #fff; border-top: 1px solid var(--kktf-border); box-shadow: 0 -10px 35px rgba(48,27,20,.12); }
  .kktf-mobile-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--kktf-muted); font-size: 10px; font-weight: 800; }
  .kktf-mobile-nav a span { color: var(--kktf-brown); font-size: 20px; line-height: 1; }
  .kktf-mobile-nav .kktf-cart-count { position: absolute; transform: translate(12px,-13px); }
}
@media (max-width: 580px) {
  .kktf-container { width: min(100% - 28px, var(--kktf-container)); }
  .kktf-topbar-inner { justify-content: center; }
  .kktf-topbar-inner a { display: none; }
  .kktf-wordmark strong { font-size: 17px; }
  .kktf-wordmark span { width: 39px; height: 39px; }
  .header-phone { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-actions { display: none; }
  .kktf-menu-toggle { grid-column: 2; }
  .kktf-hero-content > p { font-size: 16px; }
  .kktf-hero-actions { flex-direction: column; align-items: stretch; }
  .kktf-hero-actions .kktf-button { width: 100%; }
  .kktf-hero-card { padding: 24px; }
  .kktf-category-grid, .kktf-steps, .woocommerce ul.products, .footer-grid { grid-template-columns: 1fr; }
  .kktf-category-card { min-height: 270px; }
  .kktf-section-heading h2, .kktf-two-column h2, .kktf-feature-grid h2 { font-size: 36px; }
  .kktf-page-hero { padding: 65px 0 50px; }
  .kktf-content-wrap, .kktf-woocommerce-wrap { padding-block: 40px 75px; }
  .kktf-content-card { padding: 22px; }
  .footer-bottom .kktf-container { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 14px; }
}
