/*
Theme Name: Kazye
Theme URI: https://www.kazye.com.tr
Author: Nil Platform
Description: Kaz üretimi, satışı ve bilgilendirme siteleri için hızlı ve modern WordPress teması.
Version: 2.0.8
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: kazye
*/

:root {
  --green: #6fc71b;
  --green-dark: #397a10;
  --forest: #14261c;
  --ink: #213129;
  --muted: #68756e;
  --cream: #f5f7f0;
  --white: #fff;
  --line: #dfe7dc;
  --shadow: 0 20px 55px rgba(20, 38, 28, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(111,199,27,.65);
  outline-offset: 3px;
}
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--soft { background: var(--cream); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 3px; content: ""; border-radius: 4px; background: var(--green); }
.section-title { max-width: 690px; margin: 0 0 18px; color: var(--forest); font-size: clamp(34px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.section-lead { max-width: 670px; margin: 0; color: var(--muted); font-size: 18px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: var(--forest);
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #80dc29; }
.button--ghost { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); color: var(--white); backdrop-filter: blur(10px); }
.button--ghost:hover { background: var(--white); color: var(--forest); }
.wp-block-button__link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: var(--forest);
  font-weight: 800;
}
.wp-block-button.is-style-outline .wp-block-button__link { border-color: rgba(20,38,28,.35); background: rgba(255,255,255,.72); color: var(--forest); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(20,38,28,.08);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: clamp(12px, 1.4vw, 24px); }
.header-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.header-phone { display: inline-flex; align-items: center; gap: 7px; color: var(--forest); font-size: 13px; font-weight: 900; white-space: nowrap; }
.header-phone span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: rgba(111,199,27,.15); color: var(--green-dark); }
.brand { display: flex; max-width: 250px; align-items: center; gap: 10px; color: var(--forest); font-size: 23px; font-weight: 900; letter-spacing: -.04em; flex: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50% 50% 44% 56%; background: var(--green); color: var(--forest); font-size: 22px; }
.brand small { display: block; color: var(--muted); font-size: 8px; line-height: 1.35; letter-spacing: .11em; text-transform: uppercase; }
.custom-brand .custom-logo-link { display: block; line-height: 0; }
.custom-brand .custom-logo { width: auto; max-width: 58px; max-height: 58px; object-fit: contain; }
.site-nav { min-width: 0; }
.site-nav ul { display: flex; margin: 0; padding: 0; align-items: center; justify-content: center; gap: clamp(13px, 1.45vw, 25px); list-style: none; }
.site-nav li, .site-nav a { white-space: nowrap; }
.site-nav a { color: #435149; font-size: clamp(12px, .82vw, 14px); font-weight: 700; }
.site-nav a:hover { color: var(--green-dark); }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; color: var(--forest); font-size: 26px; cursor: pointer; }

@media (max-width: 1180px) and (min-width: 961px) {
  .header-phone { display: none; }
  .brand { max-width: 210px; font-size: 21px; }
  .site-nav ul { gap: 14px; }
  .site-nav a { font-size: 12px; }
  .header-cta { min-height: 46px; padding-inline: 18px; }
}

.hero { position: relative; min-height: 720px; display: grid; align-items: start; overflow: hidden; color: var(--forest); background: var(--hero-image) center/cover no-repeat; }
.hero::before {
  display: none;
}
.hero::after { display: none; }
.hero-content { position: relative; z-index: 2; width: 48%; max-width: 610px; padding: 72px 0 120px; }
.hero .eyebrow { color: var(--green-dark); }
.hero-title { margin: 0 0 24px; font-size: clamp(50px, 7vw, 90px); line-height: .98; letter-spacing: -.065em; }
.hero-title span { color: var(--green-dark); }
.hero-text { max-width: 610px; margin: 0 0 34px; color: #435149; font-size: 20px; }
.hero-text p { margin: 0; }
.hero-actions { display: flex; width: 100%; margin-top: 190px; justify-content: flex-start; flex-wrap: wrap; gap: 12px; }
.hero-actions .button { min-height: 44px; padding: 0 18px; font-size: 14px; }
.hero-stats { display: grid; max-width: 700px; margin-top: 70px; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-stat { padding-left: 18px; border-left: 2px solid var(--green); }
.hero-stat strong { display: block; font-size: 24px; }
.hero-stat span { color: #5f6d65; font-size: 13px; }
.hero .button--ghost { border-color: rgba(20,38,28,.35); background: rgba(255,255,255,.66); color: var(--forest); backdrop-filter: blur(8px); }
.hero .button--ghost:hover { background: var(--white); }

.kazye-block-page { overflow: hidden; }
.kazye-block-page > .alignwide,
.kazye-block-page .alignwide { width: min(1180px, calc(100% - 40px)); max-width: none; margin-right: auto; margin-left: auto; }
.kazye-block-page > .alignfull { width: 100%; max-width: none; }
.kazye-block-hero { padding: 0; color: var(--forest); }
.kazye-block-hero .wp-block-cover__image-background { object-position: center; }
.kazye-block-hero .wp-block-cover__inner-container { width: 100%; color: inherit; }
.kazye-hero-inner { min-height: 720px; padding-top: 72px; padding-bottom: 80px; text-align: left; }
.kazye-block-hero .kazye-hero-inner > * { width: 43%; max-width: 540px; margin-right: auto !important; margin-left: 0 !important; text-align: left; }
.kazye-block-hero .hero-title { font-size: clamp(52px, 5.2vw, 82px); }
.kazye-block-hero .hero-title mark { color: var(--green-dark); }
.kazye-block-hero .hero-actions { margin-top: 170px; justify-content: flex-start; }
.kazye-block-hero .hero-actions .wp-block-button__link { min-height: 44px; padding: 0 18px; font-size: 14px; }
.feature-strip.wp-block-group { position: relative; z-index: 4; margin-top: -52px; }
.feature-grid.wp-block-columns { margin-bottom: 0; }
.feature-grid > .wp-block-column { margin: 0; }
.products-grid.wp-block-columns { align-items: stretch; }
.products-grid > .wp-block-column { margin: 0; }
.product-card > .product-icon,
.product-card > .product-tag { margin: 0; }
.kazye-block-query { margin-top: 48px; }
.kazye-block-query .wp-block-post-template { gap: 24px; }
.kazye-block-query .post-card { padding: 0; }
.kazye-block-query .wp-block-post-featured-image { margin: 0; }
.kazye-block-query .wp-block-post-featured-image img { width: 100%; height: 190px; object-fit: cover; }
.kazye-block-query .wp-block-post-title { margin: 10px 0; font-size: 22px; line-height: 1.25; }
.kazye-block-query .wp-block-post-excerpt__excerpt { color: var(--muted); font-size: 14px; }
.kazye-block-query .wp-block-read-more { color: var(--green-dark); font-weight: 800; }
.kazye-section-link { margin-top: 34px; }
.about-grid.wp-block-media-text { margin-top: 96px; margin-bottom: 96px; gap: 50px; }
.about-grid .wp-block-media-text__media img { min-height: 560px; border-radius: 34px; object-fit: cover; box-shadow: var(--shadow); }
.about-grid .wp-block-media-text__content { padding: 40px; }
.about-grid li { margin-bottom: 14px; color: var(--muted); }
.cta .wp-block-columns { margin-bottom: 0; }
.contact-grid.wp-block-columns { align-items: stretch; }
.contact-grid .contact-card { display: block; }
.contact-grid .contact-card h3 { margin: 0 0 10px; color: var(--forest); }
.contact-grid .contact-card p { margin: 0; }

.feature-strip { position: relative; z-index: 4; margin-top: -52px; }
.feature-grid { display: grid; padding: 28px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feature { display: flex; padding: 12px 18px; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.feature:last-child { border: 0; }
.feature-icon { display: grid; min-width: 44px; height: 44px; place-items: center; border-radius: 14px; background: rgba(111,199,27,.14); color: var(--green-dark); font-size: 21px; }
.feature p { margin: 0; }
.feature strong { display: block; color: var(--forest); font-size: 14px; }
.feature span,
.feature .wp-block-group p:last-child { color: var(--muted); font-size: 12px; }

.products-grid { display: grid; margin-top: 48px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card,
.product-card.wp-block-column { position: relative; min-width: 0; min-height: 370px; padding: 145px 28px 28px; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg,#fff,#edf3e8); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card::after { position: absolute; top: -75px; right: -65px; width: 200px; height: 200px; content: ""; border-radius: 50%; background: rgba(111,199,27,.18); }
.product-card > .product-icon { position: absolute !important; z-index: 1; top: 32px !important; right: auto !important; left: 28px !important; width: auto !important; margin: 0 !important; font-size: 54px; line-height: 1; }
.product-card > .product-tag { position: absolute !important; z-index: 2; top: 96px !important; right: auto !important; left: 28px !important; display: inline-flex !important; width: auto !important; min-width: 92px; max-width: calc(100% - 56px); min-height: 30px; height: auto !important; margin: 0 !important; padding: 7px 15px; align-items: center; justify-content: center; border-radius: 999px; background: var(--forest); color: var(--white) !important; font-size: 11px; font-weight: 800; line-height: 1.2; white-space: nowrap; }
.product-card h3 { position: relative; z-index: 1; margin: 0 0 8px; color: var(--forest); font-size: clamp(23px,2vw,27px); letter-spacing: -.03em; }
.product-card p { position: relative; z-index: 1; margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.product-card > .text-link,
.product-card > p:last-child { margin-top: auto; margin-bottom: 0; }
.text-link { position: relative; z-index: 1; color: var(--green-dark); font-weight: 800; }

.process-grid { display: grid; margin-top: 50px; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: process; }
.process-card { position: relative; padding: 32px 24px; border-top: 3px solid var(--green); background: var(--white); box-shadow: 0 10px 30px rgba(20,38,28,.06); counter-increment: process; }
.process-card::before { content: "0" counter(process); color: rgba(111,199,27,.24); font-size: 54px; font-weight: 900; line-height: 1; }
.process-card h3 { margin: 18px 0 8px; color: var(--forest); font-size: 19px; }
.process-card p { margin: 0; color: var(--muted); font-size: 14px; }

.about-grid { display: grid; align-items: center; grid-template-columns: 1fr 1fr; gap: 74px; }
.about-visual { position: relative; min-height: 560px; overflow: hidden; border-radius: 34px; background: var(--hero-image) center/cover; box-shadow: var(--shadow); }
.about-badge { position: absolute; right: 24px; bottom: 24px; width: 190px; padding: 24px; border-radius: 22px; background: var(--green); color: var(--forest); }
.about-badge strong { display: block; font-size: 34px; line-height: 1; }
.about-list { display: grid; margin-top: 34px; gap: 18px; }
.about-item { display: flex; gap: 14px; }
.check { display: grid; min-width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--green); color: var(--forest); font-weight: 900; }
.about-item strong { display: block; color: var(--forest); }
.about-item p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }

.blog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.posts-grid { display: grid; margin-top: 48px; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.post-thumb { height: 190px; display: grid; place-items: center; background: linear-gradient(135deg, var(--forest), #315540); color: var(--green); font-size: 64px; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-body { padding: 25px; }
.post-meta { color: var(--green-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.post-card h3 { margin: 10px 0; color: var(--forest); font-size: 22px; line-height: 1.25; }
.post-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.recipe-grid { margin-top: 44px; }
.recipe-carousel { position: relative; margin-top: 44px; overflow: hidden; }
.carousel-track { display: flex; gap: 24px; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.carousel-card { min-width: calc((100% - 48px)/3); }
.carousel-arrow { position: absolute; z-index: 3; top: 43%; display: grid; width: 46px; height: 46px; place-items: center; border: 0; border-radius: 50%; background: var(--green); color: var(--forest); box-shadow: var(--shadow); font-size: 32px; cursor: pointer; }
.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }
.process-card { color: inherit; }
.process-card .text-link { display: inline-block; margin-top: 18px; }
.recipe-thumb { background: linear-gradient(135deg, #562d1c, #b66a32); color: #fff4dc; }
.recipe-thumb--rice { background: linear-gradient(135deg, #7a5a20, #d8a942); }
.recipe-thumb--tirit { background: linear-gradient(135deg, #3f541e, #879d3a); }
.recipe-photo { width: 100%; object-fit: cover; }
.recipe-page { padding: 60px 0 100px; background: var(--cream); }
.recipe-back { display: inline-flex; margin-bottom: 28px; color: var(--green-dark); font-weight: 800; }
.recipe-hero { display: grid; overflow: hidden; border-radius: 34px; background: var(--forest); color: var(--white); box-shadow: var(--shadow); grid-template-columns: 1.08fr .92fr; }
.recipe-hero img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.recipe-hero-copy { padding: clamp(34px, 6vw, 76px); align-self: center; }
.recipe-hero-copy .eyebrow { color: #b8ef83; }
.recipe-hero-copy h1 { margin: 0 0 18px; font-size: clamp(44px, 6vw, 76px); line-height: 1; letter-spacing: -.055em; }
.recipe-hero-copy p { color: rgba(255,255,255,.72); font-size: 18px; }
.recipe-meta { display: inline-block; margin-top: 18px; padding: 9px 15px; border-radius: 999px; background: rgba(111,199,27,.16); color: #c8f49e; font-size: 13px; font-weight: 800; }
.recipe-content { display: grid; margin-top: 38px; grid-template-columns: .72fr 1.28fr; gap: 28px; }
.recipe-panel { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.recipe-panel h2 { margin: 0 0 24px; color: var(--forest); font-size: 28px; }
.recipe-list { margin: 0; padding-left: 20px; }
.recipe-list li { margin-bottom: 12px; color: var(--muted); }
.recipe-steps { margin: 0; padding: 0; list-style: none; counter-reset: recipe-step; }
.recipe-steps li { position: relative; min-height: 48px; margin-bottom: 22px; padding-left: 60px; color: var(--muted); counter-increment: recipe-step; }
.recipe-steps li::before { position: absolute; top: -5px; left: 0; display: grid; width: 42px; height: 42px; place-items: center; content: counter(recipe-step); border-radius: 50%; background: var(--green); color: var(--forest); font-weight: 900; }
.guide-page { padding: 60px 0 100px; background: var(--cream); }
.guide-hero { position: relative; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 34px; color: var(--white); background: var(--forest); box-shadow: var(--shadow); }
.guide-hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(14,31,21,.94),rgba(14,31,21,.45)),var(--guide-image) center/cover; }
.guide-hero-copy { position: relative; z-index: 1; max-width: 780px; padding: clamp(34px,6vw,76px); }
.guide-hero-copy .eyebrow { color: #b8ef83; }
.guide-hero-copy h1 { margin: 0 0 18px; font-size: clamp(44px,6vw,76px); line-height: 1; letter-spacing: -.055em; }
.guide-hero-copy p { max-width: 670px; color: rgba(255,255,255,.76); font-size: 18px; }
.guide-layout { display: grid; margin-top: 38px; grid-template-columns: 330px 1fr; gap: 30px; align-items: start; }
.guide-summary { position: sticky; top: 110px; padding: 30px; border-radius: var(--radius); background: var(--forest); color: var(--white); }
.guide-summary h2 { margin-top: 0; }
.guide-summary ul { padding-left: 20px; color: rgba(255,255,255,.76); }
.guide-summary li { margin-bottom: 14px; }
.guide-note { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #b8ef83; font-size: 13px; }
.guide-article { display: grid; gap: 22px; }
.guide-article section { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.guide-article h2 { margin: 0 0 18px; color: var(--forest); font-size: 28px; }
.guide-article p { margin: 0 0 13px; color: var(--muted); }
.guide-article p:last-child { margin-bottom: 0; }

.cta { padding: 80px 0; background: var(--forest); color: var(--white); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta h2 { max-width: 700px; margin: 0 0 12px; font-size: clamp(36px,5vw,64px); line-height: 1.04; letter-spacing: -.05em; }
.cta p { margin: 0; color: rgba(255,255,255,.65); }
.cta .button { flex: none; }

.site-footer { padding: 65px 0 28px; background: #0d1912; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 48px; }
.site-footer .brand { color: var(--white); }
.footer-title { margin: 0 0 18px; color: var(--white); font-size: 15px; }
.footer-links { display: grid; margin: 0; padding: 0; gap: 10px; list-style: none; font-size: 14px; }
.footer-copy { max-width: 330px; margin-top: 18px; font-size: 14px; }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.whatsapp { position: fixed; z-index: 45; right: 24px; bottom: 24px; display: grid; width: 60px; height: 60px; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 15px 35px rgba(0,0,0,.23); font-size: 26px; }
.cart-count { display: grid; min-width: 22px; height: 22px; padding: 0 6px; place-items: center; border-radius: 999px; background: var(--forest); color: var(--white); font-size: 11px; }
.shop-page { min-height: 70vh; padding: 60px 0 100px; background: var(--cream); }
.shop-head { max-width: 800px; margin-bottom: 42px; }
.shop-head h1 { margin: 0 0 16px; color: var(--forest); font-size: clamp(44px,6vw,76px); line-height: 1; letter-spacing: -.055em; }
.shop-head p { margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.shop-head small { color: #8a6a24; }
.shop-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.shop-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(20,38,28,.07); }
.shop-visual { position: relative; height: 220px; display: grid; place-items: center; background: linear-gradient(135deg,var(--forest),#42694f); font-size: 82px; }
.shop-visual > img { width: 100%; height: 100%; object-fit: cover; }
.shop-visual span { position: absolute; right: 18px; bottom: 16px; padding: 7px 13px; border-radius: 999px; background: var(--green); color: var(--forest); font-size: 12px; font-weight: 900; }
.shop-body { padding: 26px; }
.shop-body h2 { margin: 10px 0; color: var(--forest); font-size: 24px; line-height: 1.2; }
.shop-body p { min-height: 68px; margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.stock { color: var(--green-dark); font-size: 12px; font-weight: 800; }
.stock.out { color: #a13c2f; }
.shop-price { display: block; margin-bottom: 22px; color: var(--forest); font-size: 30px; }
.buy-row { display: flex; align-items: flex-end; gap: 12px; }
.buy-row label, .cart-item label { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.product-qty, .cart-qty { display: block; width: 72px; height: 52px; margin-top: 5px; padding: 0 10px; border: 1px solid var(--line); border-radius: 12px; }
.buy-row .button { flex: 1; padding-inline: 14px; cursor: pointer; }
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 30px; align-items: start; }
.cart-items { display: grid; gap: 14px; }
.cart-item { display: grid; padding: 20px; align-items: center; border: 1px solid var(--line); border-radius: 18px; background: var(--white); grid-template-columns: 64px 1fr 82px 130px 34px; gap: 16px; }
.cart-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 16px; background: rgba(111,199,27,.14); font-size: 29px; }
.cart-item h2 { margin: 0; color: var(--forest); font-size: 18px; }
.cart-item div span { color: var(--muted); font-size: 13px; }
.cart-item > strong { text-align: right; color: var(--forest); }
.cart-remove { border: 0; background: transparent; color: #a13c2f; font-size: 26px; cursor: pointer; }
.cart-summary { position: sticky; top: 110px; padding: 28px; border-radius: var(--radius); background: var(--forest); color: var(--white); }
.cart-summary h2 { margin-top: 0; }
.cart-total-row { display: flex; margin: 28px 0; padding: 20px 0; justify-content: space-between; border-block: 1px solid rgba(255,255,255,.14); }
.cart-total-row strong { color: var(--green); font-size: 25px; }
.cart-summary .button { width: 100%; text-align: center; }
.clear-cart { width: 100%; margin-top: 15px; border: 0; background: transparent; color: rgba(255,255,255,.6); cursor: pointer; }
.is-disabled { opacity: .5; pointer-events: none; }
.empty-cart { padding: 60px 30px; border: 1px dashed #c9d6c4; border-radius: var(--radius); text-align: center; background: var(--white); }
.empty-cart span { font-size: 56px; }
.empty-state { padding-block: 70px; text-align: center; }
.empty-state .entry-title { max-width: 820px; margin-inline: auto; }
.page-hero { padding: 100px 0; color: var(--white); background: linear-gradient(135deg,var(--forest),#294936); }
.page-hero .eyebrow { color: #b8ef83; }
.page-hero h1 { margin: 0 0 18px; font-size: clamp(52px,7vw,88px); line-height: .95; letter-spacing: -.06em; }
.page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.72); font-size: 19px; }
.page-intro > :first-child { margin-top: 0; }
.page-intro > :last-child { margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.contact-card { display: flex; padding: 30px; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.contact-card > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; background: var(--green); color: var(--forest); font-size: 24px; }
.contact-card small { display: block; color: var(--muted); }
.contact-card strong { color: var(--forest); font-size: 17px; }

.content-page { min-height: 65vh; padding: 80px 0; }
.entry-title { margin: 0 0 30px; color: var(--forest); font-size: clamp(40px,6vw,72px); letter-spacing: -.05em; }
.entry-content { max-width: 820px; }
.entry-content a { color: var(--green-dark); text-decoration: underline; }
.entry-content h2 { margin: 46px 0 18px; color: var(--forest); font-size: clamp(28px,4vw,42px); line-height: 1.15; }
.entry-content h3 { margin: 34px 0 14px; color: var(--forest); font-size: 25px; }
.entry-content p, .entry-content li { color: var(--muted); }
.entry-content li { margin-bottom: 10px; }
.recipe-editor-content, .guide-editor-content {
  max-width: 920px;
  margin: 38px auto 0;
  padding: clamp(28px,5vw,56px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.recipe-editor-content > :first-child, .guide-editor-content > :first-child { margin-top: 0; }
.single-product { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: var(--white); box-shadow: var(--shadow); grid-template-columns: .9fr 1.1fr; }
.single-product .shop-visual { height: 100%; min-height: 520px; }
.single-product .shop-visual img { width: 100%; height: 100%; object-fit: cover; }
.single-product-body { padding: clamp(32px,6vw,72px); align-self: center; }
.single-product-body h1 { margin: 12px 0 20px; color: var(--forest); font-size: clamp(38px,5vw,66px); line-height: 1; letter-spacing: -.05em; }
.single-product-body .entry-content { margin-bottom: 28px; }

@media (max-width: 960px) {
  .header-inner { justify-content: flex-start; }
  .brand { margin-right: auto; }
  .menu-toggle { display: block; order: 3; flex: none; }
  .header-actions { order: 2; }
  .header-cta.cart-link {
    position: relative;
    display: inline-flex;
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
  }
  .header-cta.cart-link::before { content: "🛒"; font-size: 21px; line-height: 1; }
  .header-cta.cart-link .cart-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .header-cta.cart-link .cart-count { position: absolute; top: -5px; right: -5px; min-width: 20px; height: 20px; padding: 0 5px; font-size: 10px; }
  .site-nav { position: absolute; top: 82px; right: 20px; left: 20px; display: none; padding: 20px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav a { display: block; padding: 10px; }
  .feature-grid, .products-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(2) { border: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-visual { min-height: 430px; }
  .posts-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .recipe-hero, .recipe-content { grid-template-columns: 1fr; }
  .recipe-hero img { min-height: 360px; }
  .carousel-card { min-width: calc((100% - 24px)/2); }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-summary { position: static; }
  .shop-grid { grid-template-columns: 1fr 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .single-product { grid-template-columns: 1fr; }
  .single-product .shop-visual { min-height: 340px; }
  .hero-content { width: 52%; }
  .kazye-block-hero .kazye-hero-inner > * { width: 46%; }
  .kazye-block-query .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .hero { min-height: 680px; }
  .hero { background-position: 58% center; }
  .hero-content { width: 100%; padding: 58px 0 120px; }
  .hero-text { font-size: 17px; }
  .hero-actions { margin-top: 110px; }
  .hero-stats { grid-template-columns: 1fr; margin-top: 45px; }
  .kazye-block-page > .alignwide, .kazye-block-page .alignwide { width: min(100% - 28px, 1180px); }
  .kazye-block-hero.wp-block-cover { min-height: 0 !important; background: var(--cream); }
  .kazye-block-hero .wp-block-cover__image-background {
    top: 0;
    bottom: auto;
    height: 360px;
    object-position: 62% center;
  }
  .kazye-block-hero .wp-block-cover__background { top: 0; bottom: auto; height: 360px; }
  .kazye-hero-inner { min-height: 0; padding-top: 394px; padding-bottom: 58px; }
  .kazye-block-hero .kazye-hero-inner > * { width: 100%; max-width: none; }
  .kazye-block-hero .hero-title { font-size: clamp(43px, 13vw, 62px); }
  .kazye-block-hero .hero-actions { margin-top: 34px; }
  .kazye-block-query .wp-block-post-template { grid-template-columns: 1fr; }
  .about-grid.wp-block-media-text { margin-top: 72px; margin-bottom: 72px; }
  .about-grid .wp-block-media-text__content { padding: 30px 0 0; }
  .feature-strip { margin-top: -35px; }
  .feature-grid, .products-grid, .process-grid, .posts-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature:nth-child(2) { border-bottom: 1px solid var(--line); }
  .blog-head, .cta-inner { align-items: flex-start; flex-direction: column; }
  .about-visual { min-height: 380px; }
  .about-badge { right: 16px; bottom: 16px; }
  .header-inner { min-height: 74px; gap: 8px; }
  .brand { max-width: 190px; font-size: 21px; }
  .brand-mark { width: 40px; height: 40px; }
  .header-actions { gap: 7px; }
  .header-phone { font-size: 0; }
  .header-phone span { font-size: 17px; }
  .header-cta.cart-link { width: 42px; min-width: 42px; height: 42px; min-height: 42px; }
  .menu-toggle { padding: 5px; font-size: 24px; }
  .shop-grid { grid-template-columns: 1fr; }
  .carousel-card { min-width: 100%; }
  .cart-item { grid-template-columns: 50px 1fr 34px; }
  .cart-item label, .cart-item > strong { grid-column: 2; text-align: left; }
  .cart-remove { grid-column: 3; grid-row: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
