@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root {
  --forest: #183c2a;
  --forest-2: #24583c;
  --olive: #65784a;
  --gold: #a26713;
  --gold-light: #d5af69;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --ink: #172019;
  --muted: #5c665f;
  --line: #ded8ca;
  --white: #ffffff;
  --danger: #9f2f25;
  --shadow: 0 20px 60px rgba(24, 60, 42, .12);
  --radius: 24px;
  --container: 1200px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; color: var(--white); background: var(--forest); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: var(--white); }
.site-header.is-solid { position: relative; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.phone-strip { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--forest); background: var(--gold-light); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.phone-strip a { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; text-decoration: underline; text-underline-offset: 3px; }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; font-weight: 700; letter-spacing: .08em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 24px; height: 24px; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy small { margin-top: 5px; font-size: 10px; font-weight: 500; letter-spacing: .16em; opacity: .75; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.header-phone { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.nav-links > a:not(.nav-cta) { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: currentColor; transition: right .25s var(--ease); }
.nav-links > a:hover::after, .nav-links > a[aria-current="page"]::after { right: 0; }
.nav-cta, .btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s var(--ease), background .2s ease, border-color .2s ease, color .2s ease; }
.nav-cta { color: var(--forest); background: var(--cream); }
.is-solid .nav-cta { color: var(--white); background: var(--forest); }
.btn:hover, .nav-cta:hover { transform: translateY(-2px); }
.btn:active, .nav-cta:active { transform: translateY(0) scale(.98); }
.btn-primary { color: var(--white); background: var(--forest); }
.btn-primary:hover { background: var(--forest-2); }
.btn-light { color: var(--forest); background: var(--cream); }
.btn-outline { color: var(--forest); border-color: rgba(24, 60, 42, .35); background: transparent; }
.btn-outline:hover { border-color: var(--forest); background: rgba(24, 60, 42, .05); }
.menu-toggle { display: none; width: 48px; height: 48px; place-items: center; color: inherit; border: 0; background: transparent; cursor: pointer; }
.menu-toggle svg { width: 27px; }

.hero { min-height: 780px; display: grid; align-items: end; color: var(--white); background: var(--forest) url('images/hero-gumetepe.webp') center/cover no-repeat; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 30, 20, .88) 0%, rgba(10, 30, 20, .55) 43%, rgba(10, 30, 20, .05) 75%), linear-gradient(0deg, rgba(10, 30, 20, .5), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding: 190px 0 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: 'Playfair Display', Georgia, serif; line-height: 1.1; font-weight: 500; text-wrap: balance; }
h1 { max-width: 800px; font-size: clamp(48px, 7vw, 92px); letter-spacing: -.045em; }
.hero h1 em { color: var(--gold-light); font-weight: 500; }
.hero-lead { max-width: 610px; margin: 26px 0 34px; font-size: clamp(17px, 2vw, 20px); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { margin-top: 72px; display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.24); }
.hero-stat { min-width: 190px; padding: 22px 34px 0 0; margin-right: 34px; border-right: 1px solid rgba(255,255,255,.24); }
.hero-stat:last-child { border: 0; }
.hero-stat strong { display: block; font-family: 'Playfair Display', serif; font-size: 24px; }
.hero-stat span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .68; }

.section { padding: 112px 0; }
.section-cream { background: var(--cream); }
.section-dark { color: var(--white); background: var(--forest); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-title { max-width: 720px; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.035em; }
.section-copy { max-width: 560px; color: var(--muted); }
.section-dark .section-copy { color: rgba(255,255,255,.7); }
.kicker { margin: 0 0 12px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }

.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 84px; align-items: center; }
.intro-image { position: relative; }
.intro-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 180px 180px 24px 24px; box-shadow: var(--shadow); }
.image-note { position: absolute; right: -34px; bottom: 30px; width: 190px; padding: 22px; color: var(--cream); background: var(--forest); border-radius: 18px; }
.image-note strong { display: block; font-family: 'Playfair Display', serif; font-size: 34px; }
.image-note span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }
.intro-copy .section-title { margin-bottom: 28px; }
.intro-copy > p { color: var(--muted); font-size: 18px; }
.feature-list { margin: 34px 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; font-weight: 600; }
.check { flex: 0 0 26px; height: 26px; display: grid; place-items: center; margin-top: 1px; color: var(--forest); background: #dce5d2; border-radius: 50%; }
.check svg { width: 15px; }

.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.product-card { min-height: 430px; position: relative; overflow: hidden; display: flex; align-items: end; border-radius: var(--radius); background: #d9d3c6 center/cover no-repeat; box-shadow: 0 10px 30px rgba(24, 60, 42, .08); }
.product-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,31,22,.85), transparent 68%); transition: background .3s ease; }
.product-card:hover::before { background: linear-gradient(0deg, rgba(13,31,22,.92), rgba(13,31,22,.05) 75%); }
.product-card:nth-child(1) { grid-column: span 7; background-image: url('images/urunler-gumetepe.webp'); background-position: 35% center; }
.product-card:nth-child(2) { grid-column: span 5; background-image: url('images/urunler-gumetepe.webp'); background-position: 78% center; }
.product-card:nth-child(3), .product-card:nth-child(4), .product-card:nth-child(5) { grid-column: span 4; background-image: url('images/urunler-gumetepe.webp'); }
.product-card:nth-child(6), .product-card:nth-child(7) { grid-column: span 6; }
.product-card:nth-child(3) { background-position: 58% 80%; }
.product-card:nth-child(4) { background-position: 92% 70%; }
.product-card:nth-child(5) { background-position: 10% 70%; }
.product-content { width: 100%; position: relative; z-index: 2; padding: 30px; color: var(--white); }
.product-content h3 { font-size: 31px; }
.product-content p { max-width: 440px; margin: 8px 0 0; color: rgba(255,255,255,.74); font-size: 14px; }
.product-arrow { position: absolute; right: 26px; top: 26px; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; color: var(--forest); background: rgba(255,255,255,.9); border-radius: 50%; transform: translateY(-8px); opacity: 0; transition: opacity .25s ease, transform .25s var(--ease); }
.product-card:hover .product-arrow { opacity: 1; transform: translateY(0); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; counter-reset: process; }
.process-card { padding: 34px 0 0; border-top: 1px solid rgba(255,255,255,.25); counter-increment: process; }
.process-card::before { content: '0' counter(process); display: block; margin-bottom: 56px; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.process-card h3 { font-size: 30px; }
.process-card p { color: rgba(255,255,255,.66); }

.quote-band { padding: 88px 0; background: var(--gold-light); }
.quote-band blockquote { max-width: 950px; margin: 0 auto; text-align: center; font-family: 'Playfair Display', serif; font-size: clamp(32px, 5vw, 58px); line-height: 1.18; letter-spacing: -.025em; }
.quote-band cite { display: block; margin-top: 24px; font-family: Inter, sans-serif; font-size: 12px; font-style: normal; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.cta-panel { min-height: 400px; display: grid; place-items: center; padding: 70px 30px; color: var(--white); text-align: center; border-radius: 32px; background: linear-gradient(rgba(18,50,34,.82), rgba(18,50,34,.9)), url('images/hero-gumetepe.webp') center 55%/cover no-repeat; }
.cta-panel h2 { max-width: 750px; font-size: clamp(40px, 6vw, 68px); }
.cta-panel p { max-width: 620px; margin: 20px auto 28px; color: rgba(255,255,255,.76); }

.page-hero { padding: 100px 0 80px; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 850px; color: var(--forest); }
.page-hero p { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(44px, 6vw, 84px); }
.page-hero-copy { min-width: 0; }
.page-hero-grid h1 { max-width: 760px; font-size: clamp(42px, 5vw, 72px); }
.page-hero-visual { min-width: 0; margin: 0; position: relative; isolation: isolate; }
.page-hero-visual::before { content: ''; position: absolute; inset: -14px 18px 18px -14px; z-index: -1; border: 1px solid rgba(101,120,74,.38); border-radius: 34px 118px 34px 34px; }
.page-hero-visual::after { content: ''; position: absolute; right: -18px; bottom: -18px; z-index: -1; width: 132px; height: 132px; background: radial-gradient(circle, rgba(162,103,19,.22) 1.5px, transparent 1.5px); background-size: 12px 12px; }
.page-hero-image { width: 100%; height: clamp(330px, 34vw, 440px); object-fit: cover; border-radius: 30px 112px 30px 30px; box-shadow: var(--shadow); }
.crumbs { display: flex; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.crumbs span { opacity: .55; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.story-grid img { width: 100%; min-height: 520px; object-fit: cover; border-radius: 28px; }
.story-copy h2 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 58px); }
.story-copy p { color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; }
.value-card small { color: var(--gold); font-weight: 700; letter-spacing: .12em; }
.value-card h3 { margin: 28px 0 12px; font-size: 28px; }
.value-card p { margin: 0; color: var(--muted); }

.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.catalog-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 24px; }
.catalog-image { width: 100%; height: 310px; object-fit: cover; }
.catalog-body { padding: 26px; }
.catalog-body h2 { font-size: 29px; }
.catalog-body p { min-height: 78px; color: var(--muted); }
.catalog-meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.catalog-meta span { color: var(--olive); font-size: 13px; font-weight: 700; }
.catalog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.catalog-actions .btn { min-height: 46px; padding-inline: 14px; font-size: 13px; }
.btn-whatsapp { color: var(--white); background: #167c48; }
.btn-whatsapp:hover { background: #11663a; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-weight: 700; }

.call-band { padding: 32px 0; color: var(--white); background: var(--forest); }
.call-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.call-band p { margin: 0; color: rgba(255,255,255,.72); }
.call-band strong { display: block; color: var(--white); font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 42px); }
.call-band-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.history-section { padding: 92px 0; background: #eee8dc; }
.history-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.history-grid img { width: 100%; border-radius: 24px; box-shadow: var(--shadow); }
.history-copy h2 { margin-bottom: 22px; font-size: clamp(36px, 5vw, 58px); }
.history-copy p { color: var(--muted); }

.product-detail-hero { padding: 78px 0 70px; background: var(--cream); }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.product-detail-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.product-detail-copy h1 { color: var(--forest); font-size: clamp(44px, 6vw, 72px); }
.product-detail-copy .lead { margin: 24px 0; color: var(--muted); font-size: 19px; }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.product-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 36px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.product-fact { padding: 18px; background: var(--paper); }
.product-fact small { display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-fact strong { display: block; margin-top: 4px; color: var(--forest); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 72px; align-items: start; }
.article-content { max-width: 760px; }
.article-content h2 { margin: 48px 0 16px; color: var(--forest); font-size: clamp(30px, 4vw, 42px); }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 30px 0 10px; font-size: 26px; }
.article-content p, .article-content li { color: #465149; }
.article-content ul { padding-left: 22px; }
.product-aside { position: sticky; top: 24px; padding: 28px; color: var(--white); background: var(--forest); border-radius: 22px; }
.product-aside h2 { font-size: 30px; }
.product-aside p { color: rgba(255,255,255,.7); }
.product-aside .btn { width: 100%; margin-top: 8px; }
.related-links { margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.related-links a { min-height: 40px; display: flex; align-items: center; color: rgba(255,255,255,.78); font-size: 14px; }
.related-links a:hover { color: var(--gold-light); }

.contact-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-choice { min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 42px; border-radius: 28px; }
.contact-choice.phone { color: var(--white); background: var(--forest); }
.contact-choice.whatsapp { color: var(--white); background: #167c48; }
.contact-choice .contact-icon { width: 64px; height: 64px; color: currentColor; background: rgba(255,255,255,.14); }
.contact-choice h2 { margin-top: 46px; font-size: clamp(36px, 5vw, 52px); }
.contact-choice p { color: rgba(255,255,255,.72); }
.contact-choice-number { display: block; margin: 22px 0; font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 42px); }
.contact-choice .btn { align-self: flex-start; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-aside h2 { margin-bottom: 20px; font-size: 46px; }
.contact-aside > p { color: var(--muted); }
.contact-list { margin: 36px 0 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.contact-list a, .contact-list div { min-height: 54px; display: flex; align-items: center; gap: 16px; }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--forest); background: #e7eadb; border-radius: 50%; }
.contact-icon svg { width: 22px; }
.contact-list strong { display: block; }
.contact-list small { display: block; color: var(--muted); }
.contact-form { padding: 42px; background: var(--cream); border-radius: 26px; }
.contact-form h2 { margin-bottom: 30px; font-size: 40px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--ink); background: var(--white); border: 1px solid #cfc8ba; border-radius: 10px; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); outline: 3px solid rgba(101,120,74,.2); }
.form-note { margin: 18px 0; color: var(--muted); font-size: 13px; }
.form-status { min-height: 24px; margin: 14px 0 0; font-weight: 600; }
.form-status.success { color: var(--forest); }
.form-status.error { color: var(--danger); }

.site-footer { padding: 72px 0 24px; color: rgba(255,255,255,.8); background: #10291d; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .58fr 1.05fr .7fr; gap: clamp(34px, 5vw, 70px); padding-bottom: 54px; }
.footer-about { max-width: 460px; }
.footer-about p { color: rgba(255,255,255,.6); }
.footer-title { margin: 5px 0 18px; color: var(--white); font-family: Inter, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { min-height: 40px; display: inline-flex; align-items: center; }
.footer-links a:hover { color: var(--gold-light); }
.footer-articles a { align-items: flex-start; padding-block: 7px; line-height: 1.45; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: 13px; }
.whatsapp-fab { position: fixed; right: 24px; bottom: 24px; z-index: 45; width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: #167c48; border-radius: 50%; box-shadow: 0 14px 35px rgba(14,71,42,.3); transition: transform .2s var(--ease); }
.whatsapp-fab:hover { transform: translateY(-3px); }
.whatsapp-fab svg { width: 26px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .menu-toggle { display: grid; }
  .nav-links { position: fixed; inset: 0; z-index: -1; display: grid; align-content: center; justify-items: center; gap: 16px; color: var(--ink); background: var(--cream); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .nav-links.open { z-index: 40; opacity: 1; visibility: visible; }
  .nav-links > a:not(.nav-cta) { font-family: 'Playfair Display', serif; font-size: 34px; }
  .menu-toggle { position: relative; z-index: 41; }
  .intro-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .history-grid, .product-detail-grid, .content-layout { grid-template-columns: 1fr; gap: 48px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .page-hero-visual { max-width: 760px; }
  .page-hero-image { height: 340px; }
  .product-aside { position: static; }
  .intro-image { max-width: 680px; }
  .product-card:nth-child(n) { grid-column: span 6; }
  .product-card:nth-child(1) { grid-column: span 12; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-choice-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 76px; }
  .brand-copy small { display: none; }
  .phone-strip { padding-inline: 12px; text-align: center; font-size: 12px; }
  .hero { min-height: 720px; background-position: 60% center; }
  .hero::before { background: linear-gradient(90deg, rgba(10,30,20,.88), rgba(10,30,20,.45)), linear-gradient(0deg, rgba(10,30,20,.58), transparent 50%); }
  .hero-content { padding: 135px 0 54px; }
  .hero-meta { margin-top: 46px; }
  .hero-stat { min-width: 0; padding-right: 16px; margin-right: 16px; }
  .hero-stat strong { font-size: 20px; }
  .hero-stat span { font-size: 9px; }
  .section { padding: 76px 0; }
  .page-hero { padding: 56px 0 62px; }
  .page-hero-grid { gap: 34px; }
  .page-hero-grid h1 { font-size: clamp(38px, 12vw, 52px); }
  .page-hero-image { height: 245px; border-radius: 22px 68px 22px 22px; }
  .page-hero-visual::before { inset: -8px 10px 10px -8px; border-radius: 26px 76px 26px 26px; }
  .page-hero-visual::after { right: -8px; bottom: -12px; width: 88px; height: 88px; }
  .section-head { display: block; margin-bottom: 34px; }
  .section-head .section-copy { margin-top: 20px; }
  .image-note { right: 12px; bottom: 16px; }
  .product-card:nth-child(n) { grid-column: span 12; min-height: 390px; }
  .process-grid, .values-grid, .catalog-grid { grid-template-columns: 1fr; }
  .call-band-inner { display: block; }
  .call-band-actions { margin-top: 20px; }
  .product-facts { grid-template-columns: 1fr; }
  .catalog-actions { grid-template-columns: 1fr; }
  .process-card::before { margin-bottom: 26px; }
  .catalog-body p { min-height: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-form { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-about { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 6px; }
  .whatsapp-fab { right: 16px; bottom: 16px; }
}

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

/* 2026 marka ve erişilebilir gezinme güncellemesi */
.phone-strip { display: none !important; }
.site-header,
.site-header.is-solid {
  position: sticky;
  inset: auto;
  top: 0;
  z-index: 100;
  color: var(--ink);
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid rgba(24, 60, 42, .12);
  box-shadow: 0 8px 28px rgba(24, 60, 42, .08);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 78px; }
.brand-logo { width: 246px; height: auto; max-height: 62px; object-fit: contain; }
.nav-cta, .is-solid .nav-cta { color: var(--white); background: var(--forest); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.mobile-call { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; color: var(--white); background: var(--forest); border-radius: 50%; }
.mobile-call svg { width: 22px; height: 22px; }
.hero-content { padding-top: 112px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.article-hero-image { width: 100%; max-height: 610px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.article-shell { max-width: 820px; margin-inline: auto; }
.article-shell p, .article-shell li { color: #37483d; }
.article-shell p { margin: 0 0 20px; }
.article-shell h2 { margin: 54px 0 18px; color: var(--forest); font-size: clamp(30px, 4vw, 44px); }
.article-shell h3 { margin: 34px 0 12px; font-size: 26px; }
.article-shell a:not(.btn) { color: var(--forest); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.answer-block { margin: 26px 0; padding: 26px 28px; background: #edf1e7; border-left: 4px solid var(--olive); border-radius: 0 18px 18px 0; }
.answer-block p:last-child { margin-bottom: 0; }
.compare-table { width: 100%; border-collapse: collapse; margin: 26px 0; background: var(--white); }
.compare-table th, .compare-table td { padding: 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th { color: var(--forest); background: var(--cream); }
.source-box { margin-top: 54px; padding: 26px; background: var(--cream); border-radius: 18px; }
.source-box h2 { margin-top: 0; font-size: 28px; }
.product-card-button { position: relative; z-index: 3; display: inline-flex; min-height: 44px; align-items: center; margin-top: 16px; padding: 0 16px; color: var(--white); background: #167c48; border-radius: 999px; font-size: 13px; font-weight: 700; }
.footer-bottom.footer-single { display: block; text-align: center; }
.site-footer .brand { width: max-content; padding: 8px 12px; background: var(--white); border-radius: 12px; }
.site-footer .brand-logo { width: 218px; }

@media (max-width: 1120px) {
  .nav-links { gap: 18px; }
  .brand-logo { width: 218px; }
}
@media (max-width: 980px) {
  .site-header { backdrop-filter: none; }
  .nav-wrap { position: relative; padding-right: 112px; }
  .nav-actions { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
  .mobile-call { display: inline-flex; position: relative; z-index: 41; }
  .nav-links .nav-cta { margin-top: 10px; }
  .brand-logo { width: 210px; max-height: 56px; }
}
@media (max-width: 700px) {
  html, body { overflow-x: clip; }
  .nav-wrap { min-height: 70px; }
  .brand-logo { width: 168px; max-height: 48px; }
  .hero-content { padding-top: 76px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .article-shell { font-size: 16px; }
  .answer-block { padding: 22px 20px; }
  .compare-table { display: block; overflow-x: auto; }
  .footer-bottom.footer-single strong { display: inline; margin: 0; }
}
