/* ===========================================================
   DÜNDAR TİCARET — anasayfa
   Renk sistemi logodan türetildi: #114F34
   =========================================================== */
:root{
  --forest:#114F34;
  --forest-2:#0B3A26;
  --ink:#0E2018;
  --leaf:#4E8C4A;
  --leaf-soft:#E7EFE3;
  --sun:#DFD650;
  --sun-deep:#C9BF33;
  --kraft:#EADFC6;
  --kraft-line:#C9B896;
  --paper:#F6F5ED;
  --white:#fff;
  --muted:#5C6B60;
  --line:#DDE1D5;
  --radius:14px;
  --shadow:0 18px 40px -28px rgba(14,32,24,.55);
  --wrap:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:"Figtree",-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size:16.5px;line-height:1.7;-webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{
  font-family:"Bricolage Grotesque","Figtree",sans-serif;
  font-weight:800;line-height:1.06;letter-spacing:-.02em;margin:0;
  font-style:normal;
}
p{margin:0 0 1em}
.wrap{width:min(var(--wrap),calc(100% - 44px));margin-inline:auto}
.mono{font-family:"IBM Plex Mono",ui-monospace,monospace}

/* eyebrow / label */
.eyebrow{
  font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--leaf);font-weight:500;
  display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;
}
.eyebrow::before{content:"";width:22px;height:1px;background:var(--leaf);opacity:.6}
.eyebrow.on-dark{color:var(--sun)}
.eyebrow.on-dark::before{background:var(--sun)}

/* buttons */
.btn{
  display:inline-flex;align-items:center;gap:10px;justify-content:center;
  padding:15px 26px;border-radius:100px;font-weight:700;font-size:15.5px;
  border:1.5px solid transparent;cursor:pointer;transition:.22s ease;
  font-family:"Figtree",sans-serif;line-height:1;
}
.btn svg{width:16px;height:16px;flex:none}
.btn-primary{background:var(--forest);color:#fff}
.btn-primary:hover{background:var(--forest-2);transform:translateY(-2px)}
.btn-sun{background:var(--sun);color:var(--forest-2)}
.btn-sun:hover{background:var(--sun-deep);transform:translateY(-2px)}
.btn-ghost{border-color:rgba(17,79,52,.28);color:var(--forest)}
.btn-ghost:hover{background:var(--forest);color:#fff;border-color:var(--forest)}
.btn-ghost-light{border-color:rgba(255,255,255,.35);color:#fff}
.btn-ghost-light:hover{background:#fff;color:var(--forest)}
:focus-visible{outline:3px solid var(--sun-deep);outline-offset:3px;border-radius:4px}

/* ================= TOPBAR ================= */
.topbar{background:var(--forest-2);color:#D7E3D8;font-size:13px}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:42px;flex-wrap:wrap}
.topbar a{display:inline-flex;align-items:center;gap:7px;padding:5px 0}
.topbar a:hover{color:var(--sun)}
.topbar svg{width:14px;height:14px;opacity:.75}
.topbar .tb-right{display:flex;gap:22px;align-items:center}
.tb-hours{color:#9FB6A5}

/* ================= HEADER ================= */
.site-header{
  position:sticky;top:0;z-index:60;background:rgba(246,245,237,.94);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line);
}
.site-header .wrap{display:flex;align-items:center;gap:26px;min-height:78px}
.brand img{width:158px;height:auto}
.nav{margin-left:auto;display:flex;align-items:center;gap:4px}
.nav a:not(.btn){
  padding:10px 14px;font-weight:600;font-size:15px;border-radius:8px;color:#20372A;
  position:relative;
}
.nav a:not(.btn):hover{color:var(--forest);background:rgba(17,79,52,.06)}
.nav a:not(.btn).active{color:var(--forest)}
.nav a:not(.btn).active::after{
  content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;background:var(--sun-deep);
}
.nav .header-cta{margin-left:16px;padding:14px 24px;font-size:15px;white-space:nowrap}
.burger{display:none;margin-left:auto;width:46px;height:46px;border:1px solid var(--line);
  background:#fff;border-radius:10px;align-items:center;justify-content:center;cursor:pointer}
.burger span{display:block;width:20px;height:2px;background:var(--forest);position:relative}
.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--forest)}
.burger span::before{top:-6px}.burger span::after{top:6px}

/* ================= HERO ================= */
.hero{position:relative;padding:74px 0 0;overflow:hidden}
.hero::before{
  content:"";position:absolute;inset:0 0 auto;height:100%;
  background:
    radial-gradient(900px 420px at 88% 12%, rgba(78,140,74,.13), transparent 62%),
    radial-gradient(600px 380px at 4% 88%, rgba(223,214,80,.16), transparent 60%);
  pointer-events:none;
}
.hero .wrap{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.hero h1{font-size:clamp(2.5rem,4.6vw,4.05rem);letter-spacing:-.035em}
.hero h1 .accent{
  color:var(--forest);position:relative;white-space:nowrap;
}
.hero h1 .accent::after{
  content:"";position:absolute;left:0;right:0;bottom:.06em;height:.28em;
  background:var(--sun);opacity:.5;z-index:-1;border-radius:2px;
}
.hero-lead{font-size:1.07rem;color:#455349;max-width:52ch;margin-top:22px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.hero-check{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 26px;margin-top:34px;max-width:520px}
.hero-check li{display:flex;gap:10px;align-items:flex-start;font-weight:600;font-size:15px;color:#2A3B30}
.hero-check svg{width:18px;height:18px;flex:none;margin-top:2px;color:var(--leaf)}
ul{list-style:none;padding:0;margin:0}

/* ---- signature: sevkiyat etiketi ---- */
.tagwrap{
  position:relative;background:var(--forest);border-radius:26px;
  padding:40px 42px;overflow:hidden;isolation:isolate;
}
.seedfield{position:absolute;inset:0;pointer-events:none;z-index:1}
.seedfield svg{position:absolute;inset:0;width:100%;height:100%;opacity:.15}
.tagwrap .tag{z-index:2}
.tag{
  position:relative;background:var(--kraft);border-radius:18px;padding:30px 30px 26px;
  box-shadow:0 26px 50px -26px rgba(11,58,38,.6);
  border:1px solid var(--kraft-line);
}
.tag::before{
  content:"";position:absolute;inset:9px;border:1.5px dashed rgba(17,79,52,.35);border-radius:11px;pointer-events:none;
}
.tag-hole{
  position:absolute;top:-13px;left:50%;transform:translateX(-50%);
  width:52px;height:26px;background:var(--forest);border-radius:0 0 40px 40px;
  display:flex;align-items:flex-end;justify-content:center;padding-bottom:5px;
}
.tag-hole i{width:11px;height:11px;border-radius:50%;background:var(--kraft);display:block}
.tag-title{
  font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--forest);text-align:center;padding-top:8px;font-weight:600;
}
.tag-big{
  font-family:"Bricolage Grotesque",sans-serif;font-weight:800;font-size:clamp(2.2rem,3.4vw,2.9rem);
  color:var(--forest-2);text-align:center;line-height:1;margin:12px 0 4px;letter-spacing:-.03em;
}
.tag-sub{text-align:center;font-size:13.5px;color:#5A5236;margin-bottom:20px}
.tag-rows{border-top:1.5px dashed rgba(17,79,52,.3);padding-top:8px}
.tag-rows div{
  display:flex;justify-content:space-between;gap:14px;padding:9px 4px;font-size:13.5px;
  border-bottom:1px dashed rgba(17,79,52,.16);
}
.tag-rows div:last-child{border-bottom:0}
.tag-rows dt,.tag-rows span:first-child{color:#6A6146;font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.04em}
.tag-rows span:last-child{font-weight:700;color:var(--forest-2)}
.tag-foot{
  position:relative;margin-top:20px;background:var(--sun);color:var(--forest-2);
  border-radius:12px;padding:14px 18px;display:flex;align-items:center;gap:12px;
  font-weight:700;font-size:14.5px;line-height:1.35;
}
.tag-foot svg{width:22px;height:22px;flex:none}

/* ---- sevkiyat şeridi ---- */
.ticker{
  margin-top:72px;background:var(--forest);color:#CFE0D2;overflow:hidden;
  border-top:3px solid var(--sun);
}
.ticker-track{display:flex;width:max-content;animation:slide 46s linear infinite}
.ticker span{
  display:inline-flex;align-items:center;gap:14px;padding:13px 0;white-space:nowrap;
  font-family:"IBM Plex Mono",monospace;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;
}
.ticker span i{width:5px;height:5px;background:var(--sun);border-radius:50%;margin:0 22px;display:inline-block}
@keyframes slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ================= SECTION SHELL ================= */
.section{padding:96px 0}
.section-head{max-width:660px;margin-bottom:52px}
.section-head.center{margin-inline:auto;text-align:center}
.section-head h2{font-size:clamp(1.95rem,3.2vw,2.85rem)}
.section-head p{margin-top:18px;color:var(--muted);font-size:1.03rem}
.bg-white{background:var(--white)}
.bg-soft{background:var(--leaf-soft)}
.bg-dark{background:var(--forest);color:#E4EDE5}
.bg-dark h2,.bg-dark h3{color:#fff}
.bg-dark p{color:#B9CDBD}

/* ================= ÜRÜNLER ================= */
.products{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.product{
  background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;
  display:flex;flex-direction:column;transition:.25s ease;
}
.product:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#C6D3C1}
.product-visual{
  height:230px;background:linear-gradient(160deg,#F3F6EE,#E4EDDF);
  display:grid;place-items:center;position:relative;border-bottom:1px solid var(--line);
}
.product-visual svg{height:150px;width:auto}
.product-flag{
  position:absolute;top:16px;left:16px;background:var(--forest);color:#fff;
  font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;
  padding:6px 12px;border-radius:100px;
;z-index:3}
.product-body{padding:26px 26px 28px;display:flex;flex-direction:column;flex:1}
.product-body h3{font-size:1.5rem;margin-bottom:10px}
.product-body p{color:var(--muted);font-size:15.2px}
.spec{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 22px}
.spec li{
  font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.04em;
  background:var(--leaf-soft);color:#2E5B3B;padding:6px 11px;border-radius:6px;
}
.product-actions{display:flex;gap:10px;margin-top:auto;flex-wrap:wrap}
.product-actions .btn{padding:13px 20px;font-size:14.5px}

/* ================= ÖZELLİKLER ================= */
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.feature{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px 26px}
.feature-ico{
  width:52px;height:52px;border-radius:13px;background:var(--leaf-soft);color:var(--forest);
  display:grid;place-items:center;margin-bottom:20px;
}
.feature-ico svg{width:26px;height:26px}
.feature h3{font-size:1.15rem;margin-bottom:9px}
.feature p{color:var(--muted);font-size:14.8px;margin:0}

/* ================= HAKKIMIZDA ================= */
.about{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}
.about-visual{position:relative}
.about-frame{
  border-radius:20px;overflow:hidden;background:var(--forest);aspect-ratio:4/4.4;position:relative;
}
.about-frame svg{position:absolute;inset:0;width:100%;height:100%}
.about-badge{
  position:absolute;left:-24px;bottom:38px;background:var(--sun);color:var(--forest-2);
  padding:18px 22px;border-radius:14px;max-width:230px;font-weight:800;line-height:1.3;
  font-family:"Bricolage Grotesque",sans-serif;font-size:1.02rem;box-shadow:var(--shadow);
  display:flex;gap:13px;align-items:center;
}
.about-badge svg{width:30px;height:30px;flex:none}
.about h2{font-size:clamp(1.95rem,3.2vw,2.7rem)}
.about p{color:#455349}
.bars{margin-top:30px;display:grid;gap:22px}
.bar-label{display:flex;justify-content:space-between;font-weight:700;font-size:15px;margin-bottom:9px}
.bar-label span:last-child{font-family:"IBM Plex Mono",monospace;color:var(--forest)}
.bar-track{height:7px;background:#E3E7DC;border-radius:100px;overflow:hidden}
.bar-fill{height:100%;border-radius:100px;background:var(--forest);width:0;transition:width 1.4s cubic-bezier(.2,.8,.2,1)}
.bar-fill.sun{background:var(--sun-deep)}
.about-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px;align-items:center}
.call-inline{display:flex;align-items:center;gap:13px}
.call-inline .ci-ico{width:46px;height:46px;border-radius:50%;background:var(--sun);display:grid;place-items:center;color:var(--forest-2)}
.call-inline .ci-ico svg{width:20px;height:20px}
.call-inline small{display:block;color:var(--muted);font-size:12.5px;line-height:1.3}
.call-inline b{font-size:1.06rem;color:var(--forest)}

/* ================= İSTATİSTİK ================= */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.stat{
  border:1.5px dashed rgba(255,255,255,.28);border-radius:16px;padding:28px 24px;
  display:flex;gap:18px;align-items:center;
}
.stat svg{width:34px;height:34px;color:var(--sun);flex:none}
.stat b{
  display:block;font-family:"Bricolage Grotesque",sans-serif;font-size:2.15rem;font-weight:800;
  color:#fff;line-height:1;letter-spacing:-.03em;
}
.stat small{font-size:13.5px;color:#B9CDBD;font-family:"IBM Plex Mono",monospace;letter-spacing:.04em}

/* ================= SÜREÇ ================= */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;counter-reset:step}
.step{padding:0 26px;position:relative}
.step:first-child{padding-left:0}
.step:last-child{padding-right:0}
.step::before{
  counter-increment:step;content:counter(step,decimal-leading-zero);
  font-family:"IBM Plex Mono",monospace;font-size:12px;color:var(--sun-deep);letter-spacing:.1em;
  display:block;margin-bottom:16px;font-weight:600;
}
.step-line{height:2px;background:var(--line);position:relative;margin-bottom:22px}
.step-line::after{content:"";position:absolute;left:0;top:-4px;width:10px;height:10px;border-radius:50%;background:var(--forest)}
.step h3{font-size:1.18rem;margin-bottom:10px}
.step p{color:var(--muted);font-size:14.8px;margin:0}

/* ================= YORUMLAR ================= */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 28px;
  display:flex;flex-direction:column;
}
.stars{display:flex;gap:3px;color:var(--sun-deep);margin-bottom:16px}
.stars svg{width:17px;height:17px}
.review p{font-size:15.4px;color:#374A3C;flex:1}
.reviewer{display:flex;align-items:center;gap:13px;margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}
.avatar{
  width:44px;height:44px;border-radius:50%;background:var(--forest);color:var(--sun);
  display:grid;place-items:center;font-weight:800;font-family:"Bricolage Grotesque",sans-serif;font-size:1.05rem;flex:none;
}
.reviewer b{display:block;font-size:15px}
.reviewer small{color:var(--muted);font-size:13px;font-family:"IBM Plex Mono",monospace}

/* ================= SSS ================= */
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{
  width:100%;background:none;border:0;text-align:left;cursor:pointer;padding:22px 46px 22px 0;
  font-family:"Bricolage Grotesque",sans-serif;font-weight:700;font-size:1.1rem;color:var(--ink);
  position:relative;line-height:1.3;
}
.faq-q::after{
  content:"";position:absolute;right:8px;top:50%;width:12px;height:12px;
  border-right:2px solid var(--forest);border-bottom:2px solid var(--forest);
  transform:translateY(-70%) rotate(45deg);transition:.25s;
}
.faq-item.open .faq-q::after{transform:translateY(-20%) rotate(-135deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a p{padding:0 40px 24px 0;color:var(--muted);font-size:15.4px;margin:0}
.faq-side{background:var(--forest);color:#fff;border-radius:20px;padding:36px 32px;position:sticky;top:100px}
.faq-side h3{font-size:1.5rem;margin-bottom:14px}
.faq-side p{color:#B9CDBD;font-size:15px}
.faq-side .btn{width:100%;margin-top:8px}

/* ================= BLOG ================= */
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s}
.post:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.post-visual{height:158px;position:relative;overflow:hidden}
.post-visual svg{position:absolute;inset:0;width:100%;height:100%}
.post-body{padding:24px 24px 26px}
.post-body time{font-family:"IBM Plex Mono",monospace;font-size:12px;color:var(--leaf);letter-spacing:.08em}
.post-body h3{font-size:1.15rem;margin:10px 0 10px;line-height:1.3}
.post-body p{color:var(--muted);font-size:14.6px;margin:0 0 16px}
.readmore{font-weight:700;font-size:14.5px;color:var(--forest);display:inline-flex;gap:7px;align-items:center}
.post:hover .readmore{gap:11px}

/* ================= TEKLİF ================= */
.quote{display:grid;grid-template-columns:1fr 1.05fr;gap:60px;align-items:center}
.quote-list{display:grid;gap:14px;margin-top:26px}
.quote-list li{display:flex;gap:12px;align-items:flex-start;color:#CBDCCE;font-size:15.4px}
.quote-list svg{width:19px;height:19px;color:var(--sun);flex:none;margin-top:3px}
.form-card{background:#fff;border-radius:20px;padding:34px 32px;box-shadow:0 30px 60px -30px rgba(0,0,0,.5)}
.form-card h3{font-size:1.42rem;color:var(--ink);margin-bottom:6px}
.form-card>p{color:var(--muted);font-size:14.6px;margin-bottom:22px}
.field{margin-bottom:15px}
.field label{
  display:block;font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.1em;
  text-transform:uppercase;color:#6A7A6E;margin-bottom:7px;
}
.field input,.field select,.field textarea{
  width:100%;padding:13px 15px;border:1.5px solid var(--line);border-radius:10px;
  font-family:"Figtree",sans-serif;font-size:15px;background:#FBFBF7;color:var(--ink);
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--forest);outline:none;background:#fff}
.field textarea{resize:vertical;min-height:88px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-card .btn{width:100%;margin-top:8px}
.form-note{font-size:12.5px;color:var(--muted);text-align:center;margin:14px 0 0}

/* ================= FOOTER ================= */
.site-footer{background:var(--forest-2);color:#AEC4B4;padding:72px 0 0;font-size:15px}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:44px;padding-bottom:52px}
.foot-logo{
  display:inline-block;background:#fff;border-radius:12px;padding:14px 20px;margin-bottom:22px;
}
.foot-logo img{width:168px;height:auto}
.foot-brand p{font-size:14.8px;color:#9FB6A5;max-width:34ch}
.site-footer h4{
  color:#fff;font-size:1.02rem;margin-bottom:20px;font-family:"Bricolage Grotesque",sans-serif;
  letter-spacing:0;
}
.site-footer li{margin-bottom:11px}
.site-footer a:hover{color:var(--sun)}
.foot-contact li{display:flex;gap:12px;align-items:flex-start;color:#9FB6A5}
.foot-contact svg{width:17px;height:17px;color:var(--sun);flex:none;margin-top:4px}
.foot-bottom{
  border-top:1px solid rgba(255,255,255,.12);padding:22px 0;display:flex;
  justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13.4px;color:#8CA394;
}
.foot-bottom .mono{letter-spacing:.04em}

/* ================= SABİT BUTONLAR ================= */
.floaters{position:fixed;right:20px;bottom:20px;z-index:90;display:grid;gap:12px}
.floaters a{
  width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;
  box-shadow:0 12px 28px -10px rgba(0,0,0,.5);transition:.22s;position:relative;
}
.floaters a svg{width:27px;height:27px}
.floaters a:hover{transform:scale(1.07)}
.fl-wa{background:#25D366}
.fl-tel{background:var(--forest)}
.floaters a::after{
  content:attr(data-label);position:absolute;right:70px;top:50%;transform:translateY(-50%) translateX(8px);
  background:var(--ink);color:#fff;font-size:12.5px;font-weight:600;padding:7px 12px;border-radius:8px;
  white-space:nowrap;opacity:0;pointer-events:none;transition:.2s;
}
.floaters a:hover::after{opacity:1;transform:translateY(-50%) translateX(0)}
.fl-pulse{position:absolute;inset:0;border-radius:50%;background:#25D366;opacity:.5;animation:pulse 2.4s ease-out infinite;z-index:-1}
@keyframes pulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.55);opacity:0}100%{opacity:0}}

/* ================= REVEAL ================= */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

/* ================= RESPONSIVE ================= */
@media(max-width:1080px){
  .features,.steps,.stats{grid-template-columns:repeat(2,1fr);gap:26px}
  .step{padding:0}
  .reviews,.posts{grid-template-columns:1fr 1fr}
  .posts .post:last-child{display:none}
}
@media(max-width:900px){
  .nav{
    position:fixed;inset:0 0 0 auto;width:min(320px,86%);background:#fff;flex-direction:column;
    align-items:stretch;padding:96px 22px 30px;gap:2px;transform:translateX(100%);
    transition:.3s ease;box-shadow:-20px 0 50px -30px rgba(0,0,0,.5);z-index:70;
  }
  .nav.open{transform:none}
  .nav a:not(.btn){padding:14px 12px;font-size:16.5px;border-bottom:1px solid var(--line)}
  .nav a:not(.btn).active::after{display:none}
  .nav .header-cta{margin:20px 0 0;width:100%}
  .burger{display:flex}
  .hero .wrap,.about,.faq-grid,.quote{grid-template-columns:1fr;gap:52px}
  .hero{padding-top:52px}
  .tagwrap{padding:30px 26px}
  .about-badge{left:14px;bottom:-18px}
  .faq-side{position:static}
  .section{padding:72px 0}
  .topbar .wrap{justify-content:center;text-align:center}
  .topbar .tb-address,.tb-hours{display:none}
}
@media(max-width:640px){
  body{font-size:16px}
  .products,.features,.reviews,.posts,.stats,.steps,.field-row{grid-template-columns:1fr}
  .posts .post:last-child{display:block}
  .hero-check{grid-template-columns:1fr}
  .tagwrap{padding:22px 16px;border-radius:20px}
  .tag{padding:26px 20px 22px}
  .floaters{right:14px;bottom:14px}
  .floaters a{width:54px;height:54px}
  .foot-grid{grid-template-columns:1fr;gap:36px}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto}
  .reveal{opacity:1;transform:none}
}

/* ================= FOTOĞRAF ALANLARI ================= */
.ph{position:relative;overflow:hidden;background:var(--leaf-soft)}
.ph img{width:100%;height:100%;object-fit:cover;display:block}
.product-visual{height:250px;padding:0;background:var(--leaf-soft)}
.product-visual img{width:100%;height:100%;object-fit:cover}
.post-visual img{width:100%;height:100%;object-fit:cover}
.about-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* ================= İÇ SAYFA BAŞLIĞI ================= */
.pagehead{background:var(--forest);color:#fff;padding:60px 0 64px;position:relative;overflow:hidden}
.pagehead::after{content:"";position:absolute;right:-60px;top:-60px;width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle,rgba(223,214,80,.22),transparent 70%)}
.pagehead h1{font-size:clamp(2rem,3.6vw,3.1rem);max-width:20ch}
.pagehead p{color:#B9CDBD;max-width:60ch;margin-top:16px}
.crumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-family:"IBM Plex Mono",monospace;
  font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#93AE9B;margin-bottom:20px}
.crumbs a:hover{color:var(--sun)}
.crumbs span{opacity:.5}

/* ================= ÜRÜN DETAY ================= */
.pd{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.pd-media{position:sticky;top:100px}
.pd-media .ph{border-radius:20px;aspect-ratio:4/3;border:1px solid var(--line)}
.pd-cta{margin-top:20px;display:grid;gap:12px}
.pd-cta .btn{width:100%}
.pd-card{background:var(--leaf-soft);border-radius:16px;padding:22px 24px;margin-top:20px}
.pd-card h4{font-family:"Bricolage Grotesque",sans-serif;font-size:1.05rem;margin-bottom:12px}
.pd-card ul li{display:flex;gap:10px;align-items:flex-start;font-size:14.6px;color:#3A4C3F;margin-bottom:9px}
.pd-card svg{width:17px;height:17px;color:var(--leaf);flex:none;margin-top:3px}
.prose h2{font-size:1.75rem;margin:38px 0 14px}
.prose h3{font-size:1.3rem;margin:32px 0 12px}
.prose p{color:#405145}
.prose ul{margin:0 0 22px;display:grid;gap:11px}
.prose ul li{position:relative;padding-left:26px;color:#405145}
.prose ul li::before{content:"";position:absolute;left:0;top:9px;width:9px;height:9px;border-radius:50%;
  background:var(--sun);box-shadow:0 0 0 3px rgba(223,214,80,.28)}
.prose strong{color:var(--forest-2)}
.prose img{border-radius:14px;margin:22px 0}
.prose a{color:var(--forest);text-decoration:underline;text-underline-offset:3px}
.wa-inline{display:flex;gap:12px;flex-wrap:wrap;padding:22px;background:var(--leaf-soft);border-radius:16px;margin:32px 0;
  align-items:center}
.wa-inline p{margin:0;flex:1;min-width:220px;font-weight:600;color:#2E4535;font-size:15px}
.wa-btn{background:#25D366;color:#fff;border-color:#25D366}
.wa-btn:hover{background:#1DA851;border-color:#1DA851;color:#fff}

/* ================= BLOG ================= */
.post-hero{border-radius:20px;overflow:hidden;aspect-ratio:16/7;margin-bottom:34px;border:1px solid var(--line)}
.post-meta{display:flex;gap:16px;align-items:center;flex-wrap:wrap;font-family:"IBM Plex Mono",monospace;
  font-size:12.5px;color:var(--muted);letter-spacing:.06em;margin-bottom:26px}
.post-layout{display:grid;grid-template-columns:1fr 320px;gap:56px;align-items:start}
.aside-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;position:sticky;top:100px}
.aside-card h4{font-family:"Bricolage Grotesque",sans-serif;font-size:1.15rem;margin-bottom:12px}
.aside-card p{font-size:14.6px;color:var(--muted)}
.aside-card .btn{width:100%;margin-top:6px}

/* ================= İLETİŞİM ================= */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:52px;align-items:start}
.contact-box{display:grid;gap:16px;margin-bottom:30px}
.contact-item{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--line);
  border-radius:14px;padding:20px 22px}
.contact-item .ci{width:44px;height:44px;border-radius:11px;background:var(--leaf-soft);color:var(--forest);
  display:grid;place-items:center;flex:none}
.contact-item svg{width:20px;height:20px}
.contact-item small{display:block;font-family:"IBM Plex Mono",monospace;font-size:11.5px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--muted);margin-bottom:5px}
.contact-item b{font-size:15.6px;font-weight:700;color:var(--ink);line-height:1.45}
.map-frame{border-radius:18px;overflow:hidden;border:1px solid var(--line);height:320px}
.map-frame iframe{width:100%;height:100%;border:0;display:block}
.alert{padding:16px 20px;border-radius:12px;margin-bottom:22px;font-size:15px;font-weight:600}
.alert-ok{background:#E4F1E2;color:#215A2C;border:1px solid #B9DDB6}
.alert-err{background:#FBE9E7;color:#8C2F1F;border:1px solid #F0C4BC}

/* ================= TEŞEKKÜRLER ================= */
.thanks{text-align:center;max-width:640px;margin-inline:auto;padding:40px 0}
.thanks-ico{width:88px;height:88px;border-radius:50%;background:var(--sun);color:var(--forest-2);
  display:grid;place-items:center;margin:0 auto 26px}
.thanks-ico svg{width:42px;height:42px}
.thanks h1{font-size:clamp(1.9rem,3.4vw,2.7rem);margin-bottom:16px}
.thanks p{color:var(--muted)}
.thanks .btn{margin:8px 6px 0}

@media(max-width:980px){
  .pd,.post-layout,.contact-grid{grid-template-columns:1fr;gap:40px}
  .pd-media,.aside-card{position:static}
}

/* ===== fotoğraf yokken: çekirdek desenli görsel blok ===== */
.seedart{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden}
.seedart svg{position:absolute;inset:0;width:100%;height:100%}
.seedart.leaf{background:var(--leaf-soft)}
.seedart.leaf svg path{fill:#114F34;opacity:.14}
.seedart.kraft{background:var(--kraft)}
.seedart.kraft svg path{fill:#8A6A32;opacity:.16}
.seedart.forest{background:var(--forest)}
.seedart.forest svg path{fill:#DFD650;opacity:.16}
.seedart-tag{position:relative;z-index:1;background:rgba(255,255,255,.9);color:var(--forest);
  border-radius:100px;padding:8px 18px;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}
.seedart.forest .seedart-tag{background:rgba(11,58,38,.7);color:var(--sun)}

/* görsel yüklenemediğinde devreye giren desen */
.ph.noimg,.about-frame.noimg{background-color:var(--leaf-soft);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='104' height='118'><g fill='%23114F34' fill-opacity='0.14'><path d='M22 6c13 5 22 18 22 33S34 68 22 68 0 54 0 39 9 11 22 6z' transform='rotate(-16 22 37)'/><path d='M74 62c13 5 22 18 22 33s-10 29-22 29-22-14-22-29 9-28 22-33z' transform='rotate(20 74 93)'/></g></svg>");background-size:104px 118px}
