/* ============================================================
   Güven Matbaa — guvenmatbaa.com
   Modern statik site · 2026
   ============================================================ */

/* ---------- Fontlar (kendi sunucumuzda) ---------- */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow-condensed-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow-condensed-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/barlow-condensed-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/barlow-condensed-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tasarım değişkenleri ---------- */
:root {
  --orange: #FF6600;
  --orange-dark: #C24E00;
  --orange-deep: #A04000;
  --orange-soft: #FFF1E7;
  --ink: #17140F;
  --ink-2: #2B2620;
  --paper: #FFFFFF;
  --bg-soft: #F7F5F2;
  --line: #E9E4DD;
  --muted: #6E675E;
  --green: #168743;
  --green-dark: #0F6B34;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(23, 20, 15, .10);
  --shadow-lg: 0 24px 60px rgba(23, 20, 15, .16);
  --font-head: "Barlow Condensed", "Arial Narrow", system-ui, sans-serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --container: 1180px;
}

/* ---------- Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 .5em;
  color: var(--ink);
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); }
h2 { font-size: clamp(2rem, 4vw, 2.9rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--orange-dark); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section--soft { background: var(--bg-soft); }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange-dark);
  margin-bottom: .6em;
  display: block;
}
.lead { font-size: 1.12rem; color: var(--ink-2); }

/* Baskıcı kimliği: CMYK renk çubuğu */
.cmyk-bar { display: flex; height: 5px; }
.cmyk-bar span { flex: 1; }
.cmyk-bar span:nth-child(1) { background: #00AEEF; }
.cmyk-bar span:nth-child(2) { background: #EC008C; }
.cmyk-bar span:nth-child(3) { background: #FFD400; }
.cmyk-bar span:nth-child(4) { background: #17140F; }

/* ---------- Üst bar ---------- */
.topbar { background: var(--ink); color: #CFC9C0; font-size: .86rem; }
.topbar .container { display: flex; align-items: center; gap: 20px; min-height: 38px; flex-wrap: wrap; padding-top: 4px; padding-bottom: 4px; }
.topbar a { color: #fff; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--orange); text-decoration: none; }
.topbar .t-addr { display: inline-flex; align-items: center; gap: 7px; }
.topbar .t-right { margin-left: auto; display: flex; gap: 8px 20px; flex-wrap: wrap; }
.topbar svg { width: 14px; height: 14px; flex: none; }
@media (max-width: 720px) {
  .topbar .t-addr { display: none; }
  .topbar .t-right { margin-left: 0; }
}

/* ---------- Başlık / menü ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { height: 46px; width: auto; }
.nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.nav > ul { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav a.nav-link, .nav button.nav-link {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.18rem;
  letter-spacing: .02em;
  color: var(--ink);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: none; border: 0; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
}
.nav a.nav-link:hover, .nav button.nav-link:hover { background: var(--orange-soft); color: var(--orange-dark); text-decoration: none; }
.nav a.nav-link[aria-current="page"] { color: var(--orange-dark); }
.nav .caret { width: 12px; height: 12px; transition: transform .2s; }

/* Açılır ürün menüsü */
.dropdown { position: relative; }
.dropdown-menu {
  position: absolute; top: calc(100% + 10px); right: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 14px;
  width: 560px;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 2px 14px;
  z-index: 60;
}
.dropdown.open .dropdown-menu { display: grid; }
.dropdown.open .caret { transform: rotate(180deg); }
.dropdown-menu a {
  display: block; padding: 9px 12px;
  border-radius: var(--radius-sm);
  color: var(--ink); font-size: .98rem; font-weight: 500;
}
.dropdown-menu a:hover { background: var(--orange-soft); color: var(--orange-dark); text-decoration: none; }
.header-cta { flex: none; }

/* Mobil menü düğmesi */
.burger {
  display: none;
  background: none; border: 0; cursor: pointer;
  padding: 10px; margin-left: auto;
  border-radius: var(--radius-sm);
}
.burger svg { width: 26px; height: 26px; display: block; }
.burger .icon-close { display: none; }
body.nav-open .burger .icon-menu { display: none; }
body.nav-open .burger .icon-close { display: block; }

@media (max-width: 960.98px) {
  .burger { display: block; }
  .header-cta { display: none; }
  .nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    padding: 12px 20px 20px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
  body.nav-open .nav { display: block; }
  .nav > ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav a.nav-link, .nav button.nav-link { width: 100%; justify-content: space-between; font-size: 1.25rem; }
  .dropdown-menu {
    position: static; width: 100%;
    border: 0; box-shadow: none; padding: 0 0 6px 10px;
    grid-template-columns: 1fr;
  }
  .nav .mobile-cta { display: block; margin-top: 14px; }
}
@media (min-width: 961px) {
  .nav .mobile-cta { display: none; }
}

/* ---------- Düğmeler ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head);
  font-weight: 700; font-size: 1.15rem; letter-spacing: .03em;
  padding: 13px 26px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn--primary { background: var(--orange-dark); color: #fff; }
.btn--primary:hover { background: var(--orange-deep); color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-2); color: #fff; }
.btn--ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--whatsapp { background: var(--green); color: #fff; }
.btn--whatsapp:hover { background: var(--green-dark); color: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { color: var(--orange-dark); }
.btn--sm { font-size: 1.02rem; padding: 9px 20px; }

/* ---------- Vitrin (hero) ---------- */
.hero { background: linear-gradient(180deg, #FFF8F2 0%, #fff 78%); overflow: hidden; }
.hero .container {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 48px; align-items: center;
  padding-top: 64px; padding-bottom: 72px;
}
.hero-text .lead { max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 30px; }
.hero-note { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .95rem; }
.hero-note svg { width: 18px; height: 18px; color: var(--orange); flex: none; }

.hero-visual { position: relative; }
.hero-visual::before {
  content: "";
  position: absolute; inset: 8% -6% -8% 22%;
  background: radial-gradient(circle at 30% 20%, rgba(255, 102, 0, .16), transparent 60%),
              linear-gradient(150deg, var(--orange-soft), transparent 70%);
  border-radius: 40px;
  z-index: 0;
}
.hero-collage {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
}
.hero-collage figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-collage img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage .hc-main { grid-row: 1 / 3; }
.hero-collage .hc-main img { aspect-ratio: 4 / 5; }
.hero-collage .hc-a img, .hero-collage .hc-b img { aspect-ratio: 5 / 4; }

@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; padding-top: 44px; padding-bottom: 52px; }
  .hero-visual { display: none; }
}

/* ---------- Özellikler (Güvenilir / Ekonomik / Hızlı) ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
}
.feature-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature h3 { margin-bottom: .25em; }
.feature p { margin: 0; color: var(--muted); }
@media (max-width: 800px) { .features { grid-template-columns: 1fr; } }

/* ---------- Ürün kartları ---------- */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 22px;
}
.p-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.p-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; text-decoration: none; }
.p-card-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--bg-soft); }
.p-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.p-card-img img.pos-top { object-position: top; }
.p-card-img img.pos-left { object-position: left; }
.p-card:hover .p-card-img img { transform: scale(1.05); }
.p-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.p-card h3 { margin-bottom: .2em; font-size: 1.5rem; }
.p-card p { color: var(--muted); font-size: .95rem; margin: 0 0 14px; flex: 1; }
.p-card .p-more {
  font-family: var(--font-head);
  font-weight: 700; font-size: 1.05rem; letter-spacing: .04em;
  color: var(--orange-dark);
  display: inline-flex; align-items: center; gap: 6px;
}
.p-card .p-more svg { width: 16px; height: 16px; transition: transform .2s; }
.p-card:hover .p-more svg { transform: translateX(4px); }

/* ---------- Hakkımızda ---------- */
.about-grid {
  display: grid; grid-template-columns: 1.1fr .9fr;
  gap: 48px; align-items: center;
}
.stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.stat {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 22px;
  text-align: center;
}
.stat b {
  font-family: var(--font-head);
  font-size: 2.6rem; font-weight: 700;
  color: var(--orange-dark);
  display: block; line-height: 1;
}
.stat span { color: var(--muted); font-size: .95rem; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- CTA bandı ---------- */
.cta-band { background: var(--ink); position: relative; overflow: hidden; }
.cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 85% 10%, rgba(255, 102, 0, .22), transparent 55%);
}
.cta-band .container {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
  padding-top: 58px; padding-bottom: 58px;
}
.cta-band h2 { color: #fff; margin: 0 0 .2em; }
.cta-band p { color: #B8B1A6; margin: 0; max-width: 52ch; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Alt bilgi ---------- */
.site-footer { background: var(--ink); color: #B8B1A6; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.5fr 1.2fr;
  gap: 40px;
  padding: 60px 0 44px;
}
.site-footer h4 {
  color: #fff; font-size: 1.25rem; letter-spacing: .05em;
  margin-bottom: 1em;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-footer ul.two-col { grid-template-columns: 1fr 1fr; column-gap: 22px; }
.site-footer a { color: #B8B1A6; }
.site-footer a:hover { color: var(--orange); text-decoration: none; }
.footer-brand img { height: 54px; width: auto; margin-bottom: 16px; }
.footer-brand p { font-size: .95rem; max-width: 34ch; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; flex: none; margin-top: 4px; color: var(--orange); }
.footer-bottom { border-top: 1px solid #2E2A24; padding: 20px 0; font-size: .88rem; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } }

/* ---------- İç sayfa: sayfa başı ---------- */
.page-head { background: linear-gradient(180deg, #FFF8F2 0%, #fff 100%); border-bottom: 1px solid var(--line); }
.page-head .container { padding-top: 44px; padding-bottom: 40px; }
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: 8px;
  list-style: none; margin: 0 0 14px; padding: 0;
  font-size: .9rem; color: var(--muted);
}
.breadcrumb li + li::before { content: "›"; margin-right: 8px; color: var(--line); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--orange-dark); }
.page-head h1 { margin-bottom: .15em; }
.page-head .lead { max-width: 62ch; margin: 0; }

/* ---------- İç sayfa: ürün düzeni ---------- */
.product-layout {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 48px; align-items: start;
}
.product-gallery { display: grid; gap: 20px; }
.product-gallery figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.product-info h2 { font-size: 1.9rem; }
.checklist { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 11px; }
.checklist li { display: flex; gap: 11px; align-items: flex-start; }
.checklist svg { width: 20px; height: 20px; flex: none; margin-top: 3px; color: var(--orange); }
.quote-card {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
}
.quote-card h3 { margin-bottom: .3em; }
.quote-card p { color: var(--muted); font-size: .97rem; }
.quote-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
@media (max-width: 900px) { .product-layout { grid-template-columns: 1fr; gap: 34px; } }

/* ---------- İletişim ---------- */
.contact-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 22px;
}
.c-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  display: flex; flex-direction: column;
}
.c-card .feature-icon { margin-bottom: 18px; }
.c-card h3 { margin-bottom: .35em; }
.c-card p { color: var(--muted); flex: 1; }
.c-card .c-link {
  font-family: var(--font-head);
  font-weight: 700; font-size: 1.12rem; letter-spacing: .03em;
  color: var(--orange-dark);
  display: inline-flex; align-items: center; gap: 7px;
}
.c-card .c-link svg { width: 16px; height: 16px; }

/* ---------- 404 ---------- */
.error-page { text-align: center; padding: 110px 20px; }
.error-page .code {
  font-family: var(--font-head);
  font-size: clamp(6rem, 18vw, 11rem);
  font-weight: 700; line-height: 1;
  color: var(--orange);
}
.error-page p { color: var(--muted); max-width: 46ch; margin: 12px auto 30px; }

/* Yapışkan başlık çapa bağlantılarını örtmesin */
[id] { scroll-margin-top: 96px; }

/* ---------- Yardımcılar ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff;
  padding: 10px 18px; z-index: 100; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }
.mt-0 { margin-top: 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Yazdırma ---------- */
@media print {
  .topbar, .cmyk-bar, .burger, .header-cta, .mobile-cta,
  .cta-band, .hero-actions, .quote-actions, .skip-link { display: none !important; }
  .site-header { position: static; }
  body { color: #000; background: #fff; }
  .site-footer, .site-footer a, .site-footer h4 { color: #000; background: #fff; }
  .cta-band h2, .cta-band p { color: #000; }
  a { color: #000; text-decoration: underline; }
}
