/* Chakir Turkish Linens. Палитра взята из логотипа и баннера бренда:
   строгая монохромия — чёрный фон баннера #0f0f0f с зигзаг-тканью (чуть светлее, #1e1e1e),
   белый вытянутый леттеринг, никакого цветного акцента. Цвет добавлен только тёплый
   льняной (полотенца/махра) как фон страниц и охра для звёзд рейтинга. */

:root {
  --ink: #101010;           /* чёрный баннера и логотипа */
  --ink-soft: #1e1e1e;      /* зигзаг-узор на баннере */
  --ink-3: #3a3733;         /* основной текст абзацев */
  --linen: #f4f1ec;         /* тёплый лён — фон сайта */
  --linen-2: #e9e4db;       /* второй тон льна */
  --card: #ffffff;
  --line: #ddd7cd;
  --muted: #736d65;
  --star: #b08829;          /* охра */
  --radius: 4px;            /* минимализм бренда: почти прямые углы */
  --shadow: 0 1px 3px rgba(20, 18, 15, .07);
  --shadow-hover: 0 12px 30px rgba(20, 18, 15, .14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Karla', 'Segoe UI', Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-3);
  background: var(--linen);
}

h1, h2, h3, h4, .logo-word { font-family: 'Jost', 'Segoe UI', Arial, sans-serif; line-height: 1.2; color: var(--ink); font-weight: 500; }
img { max-width: 100%; display: block; }
a { color: var(--ink); text-decoration: none; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

.btn {
  display: inline-block;
  background: var(--ink);
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 0;
  border: 1px solid var(--ink);
  transition: background .18s, color .18s;
}
.btn:hover { background: #fff; color: var(--ink); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }

/* ---------- announce bar ---------- */
.announce { background: var(--ink); color: #cfc9c0; font-size: 12px; }
.announce-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-height: 36px;
  font-family: 'Jost', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.announce-item { white-space: nowrap; }
.announce-item + .announce-item { position: relative; }
.announce-item + .announce-item::before {
  content: '';
  position: absolute;
  left: -17px; top: 50%;
  width: 3px; height: 3px;
  margin-top: -1px;
  background: #6c665e;
}
.announce-star { color: #fff; }

/* ---------- header ---------- */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 60;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 74px; }
/* лого — набор шрифтом, а не картинка: в logo.png вокруг надписи широкие поля,
   на высоте шапки она превращалась в нечитаемую марку */
.logo { display: block; line-height: 1; }
.logo-mark {
  display: block;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: .3em;
  color: var(--ink);
}
.logo-sub {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 9.5px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 5px;
  padding-left: 3px;
}
.main-nav { display: flex; gap: 0; flex-wrap: nowrap; justify-content: flex-end; }
.main-nav a {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 9px 11px;
  white-space: nowrap;
}
.main-nav a:hover { color: var(--muted); }
.main-nav a.active { border-bottom: 2px solid var(--ink); }
.nav-cta { display: none; } /* дубль CTA — только в выпадающем меню на мобиле */
.header-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding: 8px 0 8px 20px;
  border-left: 1px solid var(--line);
  line-height: 1.25;
}
.header-cta-top { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.header-cta-main {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  white-space: nowrap;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}
.header-cta:hover .header-cta-main { color: var(--muted); border-color: var(--muted); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 6px 0; }

/* ---------- hero ---------- */
/* ⚠ Фон героя — не banner.jpg: в баннер уже вшита крупная надпись CHAKIR TURKISH LINENS,
   и заголовок ложился поверх неё кашей. Берём с баннера только фактуру — диагональ по чёрному. */
.hero {
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .028) 0 2px, transparent 2px 13px),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .028) 0 2px, transparent 2px 13px),
    var(--ink);
  color: #fff;
  border-bottom: 1px solid #232323;
}
.hero-inner {
  padding: 88px 22px 96px;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: center;
}
.hero-feature {
  position: relative;
  background: #fff;
  padding: 18px 18px 20px;
  display: block;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .45);
}
.hero-feature img { width: 100%; height: auto; }
.hero-feature-tag {
  position: absolute;
  top: 0; left: 0;
  transform: translateY(-50%);
  background: var(--star); /* чёрная плашка на чёрном герое не читалась — берём золото звёзд */
  color: var(--ink);
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 7px 14px;
}
.hero-feature-body { display: block; margin-top: 14px; border-top: 1px solid var(--line); padding-top: 12px; }
.hero-feature-name { display: block; color: var(--ink); font-size: 14.5px; line-height: 1.4; margin-bottom: 6px; }
.hero-feature-meta { display: block; color: var(--muted); font-size: 13.5px; }
.hero-feature-meta strong { color: var(--ink); font-size: 16px; }
.hero-feature-meta .stars { color: var(--star); }
.hero-feature:hover { box-shadow: 0 26px 60px rgba(0, 0, 0, .6); }
.hero h1 { color: #fff; }
.eyebrow {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #cfc9c0;
}
.hero h1 { font-size: 50px; font-weight: 300; letter-spacing: .04em; margin: 16px 0 18px; }
.hero-sub { font-size: 18.5px; color: #ddd8d0; max-width: 580px; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-light { background: #fff; color: var(--ink); border-color: #fff; }
.btn-light:hover { background: transparent; color: #fff; }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn-outline:hover { background: #fff; color: var(--ink); border-color: #fff; }
.hero-trust {
  margin-top: 22px;
  font-size: 13.5px;
  color: #cfc9c0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hero-trust .stars { color: var(--star); letter-spacing: 1px; }

/* ---------- category grid ---------- */
.categories { padding: 60px 22px 10px; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  transition: box-shadow .18s, transform .18s;
}
.cat-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.cat-img { aspect-ratio: 4 / 3; background: #fff; }
.cat-img img { width: 100%; height: 100%; object-fit: contain; padding: 22px; }
.cat-overlay {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(transparent, rgba(12, 12, 12, .9));
  color: #fff;
  padding: 48px 20px 16px;
}
.cat-overlay h3 { font-size: 19px; color: #fff; letter-spacing: .06em; }
.cat-overlay p { font-size: 13.5px; color: #cbc6bd; }

/* ---------- catalog / cards ---------- */
.catalog { padding: 56px 22px; }
.section-head { text-align: center; margin-bottom: 34px; }
.section-head h2 { font-size: 32px; font-weight: 300; letter-spacing: .06em; }
.section-head p { color: var(--muted); margin-top: 8px; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .18s, transform .18s;
}
.card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.card-link { display: flex; flex-direction: column; flex: 1; }
.card-img { aspect-ratio: 1; background: #fff; padding: 16px; }
.card-img img { width: 100%; height: 100%; object-fit: contain; }
.card-body { padding: 15px 17px 6px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-cat {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}
.card-title { font-size: 15.5px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.card-short { font-size: 13.5px; line-height: 1.5; color: var(--muted); margin-bottom: 4px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; flex-wrap: wrap; }
.price { font-family: 'Jost', sans-serif; font-weight: 500; font-size: 19px; color: var(--ink); }
.stars .star { color: #d3cec5; font-size: 14px; }
.stars .star.on { color: var(--star); }
.rcount { color: var(--muted); font-size: 13px; margin-left: 4px; }
.card .btn-buy { margin: 12px 17px 17px; text-align: center; padding: 11px 16px; font-size: 12.5px; }

/* ---------- value / mission bands ---------- */
.value-band { background: var(--ink); color: #fff; padding: 62px 0; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.value-item { text-align: center; }
.value-icon { font-size: 26px; margin-bottom: 12px; color: #fff; letter-spacing: .1em; }
.value-item h3 { font-size: 18px; color: #fff; margin-bottom: 8px; letter-spacing: .08em; }
.value-item p { color: #b9b4ac; font-size: 15px; }

.mission-band { padding: 66px 0; text-align: center; }
.mission-band h2 { font-size: 27px; font-weight: 300; letter-spacing: .04em; max-width: 800px; margin: 0 auto 16px; }
.mission-band p { color: var(--muted); max-width: 720px; margin: 0 auto; }

/* ---------- seo content ---------- */
.seo-content { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 60px 0; }
.seo-content h2 { font-size: 27px; font-weight: 300; letter-spacing: .04em; margin-bottom: 16px; }
.seo-content h3 { font-size: 19px; margin: 28px 0 10px; }
.seo-content p { margin-bottom: 12px; }
.seo-content ul { margin: 10px 0 14px 22px; }
.seo-content li { margin-bottom: 6px; }
.seo-content table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
.seo-content th, .seo-content td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.seo-content th { background: var(--linen); font-family: 'Jost', sans-serif; font-weight: 500; }

/* ---------- ratings block ---------- */
.testimonials { padding: 60px 0 72px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; }
.testi-stars { color: var(--star); font-size: 16px; letter-spacing: 3px; margin-bottom: 12px; }
.testi-figure { font-family: 'Jost', sans-serif; font-weight: 500; font-size: 15px; margin-bottom: 8px; }
.testi-card p { font-size: 15.5px; }
.testi-name { margin-top: 12px; font-weight: 700; }
.testi-name a { border-bottom: 1px solid var(--line); }
.testi-name a:hover { border-bottom-color: var(--ink); }

/* ---------- page hero (category / info) ---------- */
.page-hero {
  background: var(--ink);
  color: #fff;
  padding: 56px 0 52px;
}
.page-hero h1 { font-size: 37px; font-weight: 300; letter-spacing: .05em; color: #fff; margin: 10px 0 12px; }
.page-hero-sub { color: #c2bcb3; max-width: 660px; }

/* ---------- product page ---------- */
.breadcrumb { padding: 16px 22px 0; font-size: 14px; color: var(--muted); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--ink); }
.product { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 46px; padding: 30px 22px 50px; }
.product-media {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  align-self: start;
  position: sticky;
  top: 96px;
}
.product-media img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.product-info h1 { font-size: 26px; font-weight: 600; margin: 10px 0 14px; line-height: 1.35; }
.product-meta { margin-bottom: 14px; }
.product-price { font-family: 'Jost', sans-serif; font-weight: 500; font-size: 32px; color: var(--ink); margin-bottom: 20px; }
.product-info .btn-buy { padding: 15px 48px; font-size: 13.5px; }
.stock-note { margin-top: 12px; font-size: 14px; color: #2c6a45; font-weight: 700; }
.price-unit {
  display: block;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--muted);
  margin-top: 2px;
}
.perks { list-style: none; margin-top: 16px; border-top: 1px solid var(--line); padding-top: 14px; }
.perks li { position: relative; padding-left: 22px; margin-bottom: 7px; font-size: 14.5px; color: var(--ink-3); }
.perks li::before { content: '\2713'; position: absolute; left: 0; top: 0; color: var(--ink); }
.affiliate-note { margin-top: 14px; font-size: 12.5px; color: var(--muted); max-width: 520px; }
.product-intro { margin-top: 24px; font-size: 17px; }
.unavail { color: #9c3b25; font-size: 18px; }

/* ---------- блоки товара + спеки производителя ---------- */
.product-detail { padding: 0 22px 10px; }
.feats { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; }
.feat h2 { font-size: 17px; margin-bottom: 8px; letter-spacing: .04em; }
.feat p { font-size: 15.5px; }
.glance { width: 100%; border-collapse: collapse; font-size: 15px; }
.glance th { text-align: left; font-family: 'Jost', sans-serif; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; color: var(--muted); padding: 9px 12px 9px 0; border-bottom: 1px solid var(--line); width: 42%; vertical-align: top; }
.glance td { padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.glance tr:last-child th, .glance tr:last-child td { border-bottom: 0; }
.specs { padding: 36px 22px 52px; }
.specs-head { font-size: 19px; margin-bottom: 14px; letter-spacing: .04em; }
.bullets { margin: 0 0 0 20px; }
.bullets li { margin-bottom: 10px; font-size: 15px; }
.specs-note { margin-top: 12px; font-size: 13px; color: var(--muted); }

/* ---------- info pages ---------- */
.info-page { padding: 48px 0 66px; }
.info-page .wrap { max-width: 820px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 44px; }
.info-page h2 { font-size: 22px; margin: 26px 0 10px; }
.info-page h2:first-child { margin-top: 0; }
.info-page h3 { font-size: 17.5px; margin: 18px 0 8px; }
.info-page p { margin-bottom: 12px; }
.info-page ul, .info-page ol { margin: 10px 0 14px 22px; }
.info-page li { margin-bottom: 6px; }
.info-page table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 15px; }
.info-page th, .info-page td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.info-page th { background: var(--linen); font-family: 'Jost', sans-serif; font-weight: 500; }
.info-page a { text-decoration: underline; }

/* ---------- pre-footer CTA ---------- */
.cta-band { background: var(--linen-2); border-top: 1px solid var(--line); }
.cta-band-inner {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 58px 22px;
}
.cta-band .eyebrow { color: var(--muted); }
.cta-band h2 { font-size: 34px; font-weight: 300; letter-spacing: .03em; margin: 12px 0 14px; }
.cta-band-text p { color: var(--ink-3); max-width: 520px; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.cta-band-actions .btn { flex: 0 0 auto; }
.cta-note {
  flex-basis: 100%;
  text-align: right;
  font-size: 12.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  font-family: 'Jost', sans-serif;
}

/* ---------- trust strip ---------- */
.trust-strip { background: #fff; border-top: 1px solid var(--line); }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 26px 22px; }
.trust-item { text-align: center; }
.trust-item strong {
  display: block;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: .04em;
  color: var(--ink);
  margin-bottom: 4px;
}
.trust-item span { font-size: 13px; color: var(--muted); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #a8a39b; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 34px; padding: 54px 22px 30px; }
.logo-word { font-size: 23px; font-weight: 300; color: #fff; letter-spacing: .28em; }
.tagline { color: #8d8880; font-family: 'Jost', sans-serif; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; margin: 8px 0 14px; }
.foot-text { margin-bottom: 14px; }
.foot-contact p { margin-bottom: 4px; }
.foot-col h3 { color: #fff; font-size: 14px; margin-bottom: 14px; letter-spacing: .14em; text-transform: uppercase; }
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 8px; }
.foot-col a { color: #a8a39b; }
.foot-col a:hover { color: #fff; }
.foot-pay { display: flex; flex-wrap: wrap; gap: 16px; padding: 16px 22px; border-top: 1px solid rgba(255, 255, 255, .12); color: #7e7972; font-size: 13.5px; }
.foot-bottom { padding: 14px 22px 28px; border-top: 1px solid rgba(255, 255, 255, .12); color: #7e7972; font-size: 13px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid, .testi-grid { grid-template-columns: 1fr; }
  .product { grid-template-columns: 1fr; }
  .product-media { position: static; }
  .feats { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 38px; }
  .hero-inner { padding: 64px 22px 74px; grid-template-columns: 1fr; gap: 44px; }
  .hero-feature { max-width: 340px; }
  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: 10px 16px 16px;
    box-shadow: var(--shadow-hover);
  }
  .nav-open .main-nav { display: flex; }
  .main-nav a { padding: 12px 10px; font-size: 15px; }
  .main-nav a.active { border-bottom: 0; text-decoration: underline; }
  .header-cta { display: none; }
  .nav-cta { display: block; margin-top: 6px; background: var(--ink); color: #fff; text-align: center; }
  .announce-inner { gap: 26px; }
  .announce-item:nth-child(3), .announce-item:nth-child(4) { display: none; }
  .cta-band-inner { grid-template-columns: 1fr; gap: 26px; padding: 44px 22px; }
  .cta-band-actions { justify-content: flex-start; }
  .cta-note { text-align: left; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 30px; }
  .hero-sub { font-size: 16.5px; }
  .section-head h2 { font-size: 25px; }
  .page-hero h1 { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .info-page .wrap { padding: 28px 20px; }
  .info-page table { display: block; overflow-x: auto; white-space: nowrap; }
  .info-page td { white-space: normal; min-width: 150px; }
  .product-price { font-size: 27px; }
  .product-info h1 { font-size: 22px; }
  .logo img { height: 42px; }
  .announce-item:nth-child(1) { display: none; }
  .announce-item:nth-child(2)::before { display: none; } /* иначе от скрытого пункта остаётся точка-сирота */
  .announce-inner { font-size: 11px; letter-spacing: .1em; }
  .cta-band h2 { font-size: 26px; }
  .cta-band-actions .btn { flex: 1 1 100%; text-align: center; }
}
