@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/archivo-var-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: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/archivo-var-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;
}

:root {
  --orange: #dd7b32;
  --orange-dark: #c66a24;
  --ink: #191919;
  --dark: #1c1c1a;
  --gray: #6f6f6a;
  --bg: #f5f4f1;
  --line: #e6e4df;
  --white: #ffffff;
  --radius: 8px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Archivo', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: 14.5px; line-height: 1.4;
  padding: 11px 20px; border-radius: 6px;
  border: 1.5px solid transparent;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  cursor: pointer;
}
.btn-primary { background: var(--orange); border-color: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.btn-outline { background: transparent; color: var(--ink); border-color: #ddd5c6; }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-lg { padding: 14px 24px; font-size: 15px; }
.btn-ghostwhite { background: transparent; border-color: rgba(255,255,255,.45); color: #fff; }
.btn-ghostwhite:hover { border-color: #fff; }

.topbar {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--ink);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 42px; flex-wrap: wrap;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.tb-item {
  display: inline-flex; align-items: center; gap: 8px;
  line-height: 1; font-weight: 500;
  padding: 4px 0; position: relative;
}
.tb-item svg { color: var(--orange); flex-shrink: 0; display: block; }
.tb-link { transition: color .2s; }
.tb-link:hover { color: var(--orange); }
.topbar-right .tb-link:first-child { font-weight: 700; }

.navbar { background: var(--bg); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 94px; gap: 24px;
}
.brand-logo { height: 70px; width: auto; }
.nav-cta { flex-shrink: 0; padding: 10px 18px; border-radius: 6px; }

.hero { padding: 64px 0 120px; overflow: hidden; background: var(--bg); }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 40px; align-items: center;
}
.hero-text { position: relative; padding-top: 58px; }
.hero-badge {
  position: absolute; top: 0; left: 0;
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 7px 15px; border-radius: 6px;
  font-size: 12.5px; font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
}
.badge-mark {
  width: 7px; height: 7px; background: var(--orange);
  flex-shrink: 0;
}

.hero h1 {
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 700; line-height: 1.16;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
}
.hero-sub {
  font-size: 16.5px; color: var(--gray);
  max-width: 500px; margin-bottom: 22px;
}
.hero-phone {
  display: inline-flex; align-items: center; gap: 13px;
  border: 1px solid var(--line); background: var(--white);
  border-radius: 8px; padding: 12px 20px 12px 14px;
  margin-bottom: 26px; transition: border-color .2s;
}
.hero-phone:hover { border-color: var(--orange); }
.hero-phone-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg); border-radius: 6px; color: var(--orange);
}
.hero-phone-body small {
  display: block; font-size: 12.5px; color: var(--gray); line-height: 1.4;
}
.hero-phone-body strong {
  display: block; font-size: 22px; font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.25; color: var(--ink);
}
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

.hero-media {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: 520px;
}
.hero-col { border-radius: 8px; overflow: hidden; position: relative; height: 100%; }
.hero-chip {
  position: absolute; left: 16px; bottom: 16px;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 8px 14px; border-radius: 6px;
  font-size: 12px; font-weight: 600; color: var(--ink);
}
.hero-chip svg { color: var(--orange); }
.hero-col img { width: 100%; height: 100%; object-fit: cover; }
.hero-col-a { grid-row: 1 / span 2; }
.hero-col-a img { object-position: 50% 50%; }
.hero-col-b img { object-position: 50% 42%; }
.hero-col-c img { object-position: 50% 52%; }

.band { background: var(--dark); padding: 26px 0; }
.band-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
}
.band-text {
  font-size: 15px; font-weight: 400;
  color: #fff; letter-spacing: -0.005em;
  white-space: nowrap;
}
.band-sep { width: 6px; height: 6px; background: var(--orange); flex-shrink: 0; }

.section-title {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700; line-height: 1.15;
  letter-spacing: -0.035em;
}
.sec-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
}

.products { padding: 90px 0 100px; }
.pfilters {
  display: flex; gap: 6px; flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 34px;
}
.pfilter {
  font-family: inherit; font-size: 13.5px; font-weight: 600;
  color: var(--gray); background: transparent;
  border: 1.5px solid var(--line); border-radius: 6px;
  padding: 10px 11px; cursor: pointer;
  white-space: nowrap;
  transition: border-color .2s, color .2s, background .2s;
}
.pfilter:hover { border-color: #ded5c6; color: var(--ink); }
.pfilter.is-active { background: var(--orange); border-color: var(--orange); color: #fff; }

.carousel { position: relative; }
.ptrack {
  display: flex; gap: 16px;
  align-items: start;
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.ptrack::-webkit-scrollbar { display: none; }
.ptrack > .pcard {
  flex: 0 0 calc((100% - 3 * 16px) / 4);
  scroll-snap-align: start;
}
.pcard[hidden] { display: none; }
.pcard-coal img { object-position: 50% 50%; }
.pcard[data-cat="Kiremitler"] .pcard-img { background: #fff; padding: 10px; }
.pcard[data-cat="Kiremitler"] img { object-fit: contain; object-position: 50% 50%; }

.cbtn {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 3;
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}
.cbtn:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.cbtn[hidden] { display: none; }
.cbtn-prev { left: -16px; }
.cbtn-next { right: -16px; }

.cdots {
  display: flex; justify-content: center; align-items: center;
  gap: 14px; margin-top: 30px;
}
.cdot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ded6c8; border: none; padding: 0;
  cursor: pointer; transition: background .2s, width .2s;
  position: relative;
}
.cdot::after {
  content: ""; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 30px; height: 30px;
}
.cdot.is-active { background: var(--orange); width: 24px; border-radius: 4px; }

.pcard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px; overflow: hidden;
}
.pcard-img { background: #faf8f5; }
.pcard-img img {
  width: 100%; aspect-ratio: 1 / 1;
  height: auto; object-fit: cover;
  object-position: 50% 78%;
}
.pcard-body {
  padding: 13px 15px 15px;
  height: 76px;
  display: flex; flex-direction: column;
}
.pcard-body h3 {
  font-size: 14px; font-weight: 700; letter-spacing: -0.02em;
  line-height: 1.3; margin-bottom: 3px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
.pcard-cat { font-size: 12px; color: var(--gray); }
.contact { background: var(--white); padding: 90px 0 100px; }
.contact-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cinfo {
  display: flex; align-items: center; gap: 16px;
  border: 1px solid var(--line); border-radius: 8px;
  padding: 24px 24px;
  transition: border-color .2s;
}
a.cinfo:hover { border-color: var(--orange); }
.cinfo-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg); border-radius: 6px; color: var(--orange);
}
.cinfo-body small {
  display: block; font-size: 12.5px; color: var(--gray);
  line-height: 1.4; margin-bottom: 3px;
}
.cinfo-body strong {
  font-size: 16px; font-weight: 700; letter-spacing: -0.01em;
  line-height: 1.45;
}
.cinfo-main .cinfo-body strong { font-size: 17.5px; }

.footer { background: var(--dark); color: #fff; padding: 54px 0 40px; }
.footer-inner { text-align: center; }
.footer-logo { height: 68px; width: auto; margin: 0 auto; }
.footer-legal {
  margin-top: 18px; font-size: 14px;
  color: rgba(255,255,255,.82);
}
.footer-bottom {
  margin-top: 26px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  gap: 6px 12px; flex-wrap: wrap;
  font-size: 12.5px; color: rgba(255,255,255,.68);
}
.footer-credit { color: rgba(255,255,255,.68); }
.footer-credit a { color: rgba(255,255,255,.88); transition: color .2s; }
.footer-credit a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366;
  display: flex; align-items: center; justify-content: center;
}

@media (max-width: 1200px) {
  .ptrack > .pcard { flex: 0 0 calc((100% - 2 * 16px) / 3); }
  .band-inner { justify-content: flex-start; gap: 30px; }
}

@media (max-width: 992px) {
  .container { padding: 0 24px; }
  .hero { padding: 48px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-media { height: 400px; }
  .products, .contact { padding: 70px 0 78px; }
  .ptrack > .pcard { flex: 0 0 calc((100% - 16px) / 2); }
  .cbtn-prev { left: -8px; }
  .cbtn-next { right: -8px; }
  .contact-grid { grid-template-columns: 1fr; gap: 12px; }
  .topbar-inner { min-height: 38px; }
  .topbar-left, .topbar-right { gap: 22px; }
}

@media (max-width: 860px) {
  .nav-inner { height: 80px; }
  .brand-logo { height: 56px; }
}

@media (max-width: 640px) {
  .container { padding: 0 18px; }

  .topbar { font-size: 12px; }
  .topbar-inner { justify-content: center; gap: 0; min-height: 40px; }
  .topbar-left { display: none; }
  .topbar-right { justify-content: center; gap: 22px; }

  .hero { padding: 28px 0 48px; }
  .hero-text { padding-top: 46px; }
  .hero-badge { font-size: 11.5px; padding: 6px 13px; }
  .hero h1 { margin-bottom: 14px; font-size: 25px; }
  .hero-sub { font-size: 15px; margin-bottom: 18px; }
  .hero-phone { display: flex; padding: 11px 16px 11px 12px; gap: 12px; margin-bottom: 20px; }
  .hero-phone-icon { width: 36px; height: 36px; }
  .hero-phone-body strong { font-size: 19px; }
  .hero-actions { gap: 10px; flex-wrap: nowrap; }
  .hero-actions .btn { flex: 1 1 0; padding: 13px 10px; font-size: 14px; }
  .hero-media {
    display: block; height: auto;
    border-radius: 8px; overflow: hidden;
  }
  .hero-col-b, .hero-col-c { display: none; }
  .hero-col-a img { height: 300px; }
  .hero-chip { left: 10px; bottom: 10px; padding: 6px 11px; font-size: 11px; }

  .band { padding: 18px 0; }
  .band-inner { justify-content: center; gap: 10px 14px; }
  .band-text { font-size: 13px; }
  .band-sep { width: 5px; height: 5px; }

  .sec-head { margin-bottom: 28px; }
  .section-title { font-size: 26px; }
  .products, .contact { padding: 50px 0 56px; }

  .pfilters {
    flex-wrap: nowrap; justify-content: flex-start;
    overflow-x: auto; scrollbar-width: none;
    gap: 7px; margin: 0 -18px 22px; padding: 0 18px 2px;
  }
  .pfilters::-webkit-scrollbar { display: none; }
  .pfilter { flex: 0 0 auto; font-size: 13px; padding: 9px 13px; }

  .ptrack {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
  }
  .ptrack > .pcard { flex: none; scroll-snap-align: none; }
  .pcard-body { padding: 10px 12px 12px; height: 62px; }
  .pcard-body h3 { font-size: 12.5px; }
  .pcard-cat { font-size: 11px; }
  .cbtn { display: none; }
  .cdots { display: none; }

  .cinfo { padding: 17px 16px; gap: 14px; }
  .cinfo-icon { width: 40px; height: 40px; }
  .cinfo-body strong { font-size: 15px; }
  .cinfo-main .cinfo-body strong { font-size: 16px; }

  .footer { padding: 44px 0 30px; }
  .footer-logo { height: 58px; }
  .footer-legal { font-size: 13px; margin-top: 14px; }
  .footer-bottom { margin-top: 22px; padding-top: 18px; gap: 6px 16px; font-size: 12px; }

  .wa-float { right: 14px; bottom: 14px; width: 50px; height: 50px; }
  .wa-float svg { width: 26px; height: 26px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 24px; }
  .hero-badge { font-size: 11px; padding: 6px 11px; }
  .hero-actions .btn { font-size: 13px; padding: 12px 8px; }
  .band-text { font-size: 12px; }
  .pcard-body h3 { font-size: 12px; }
  .footer-legal { font-size: 12.5px; }
}
