/* ===========================================================================
   Toptan Logolu Giyim
   Three surfaces only: off-white paper, near-black ink, and the brand's hi-vis
   yellow. No mid-grey fields — grey is for type, never for a whole block.
   =========================================================================== */

:root {
  --hivis: #bfcfdc;
  --ink:   #101010;
  --paper: #ffffff;
  --sand:  #f5f4ef;          /* the only tinted surface: warm, very light */
  --muted: #6e6e6b;
  --line:  #e4e2dc;

  --gut: clamp(1.25rem, 5vw, 6rem);
  --bay: clamp(4rem, 9vw, 9rem);      /* vertical rhythm between sections */
  --r:   18px;                         /* media radius */
  --r-s: 10px;                         /* control radius */

  --sans: "Barlow", ui-sans-serif, system-ui, "Segoe UI", Arial, sans-serif;
  --cond: "Barlow Condensed", "Barlow", "Arial Narrow", ui-sans-serif, sans-serif;

  --step--1: clamp(.8rem, .77rem + .14vw, .9rem);
  --step-0:  clamp(1rem, .95rem + .26vw, 1.13rem);
  --step-1:  clamp(1.18rem, 1.05rem + .55vw, 1.5rem);
  --step-2:  clamp(1.7rem, 1.3rem + 1.8vw, 2.7rem);
  --step-3:  clamp(2.6rem, 1.7rem + 4vw, 5rem);
  --step-4:  clamp(3.6rem, 1.9rem + 8vw, 9rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0; background: var(--paper); color: var(--ink);
  font: 400 var(--step-0)/1.65 var(--sans);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--cond); font-weight: 700; line-height: .95; margin: 0; }
h1 { font-size: var(--step-4); letter-spacing: -.028em; line-height: .88; }
h2 { font-size: var(--step-3); letter-spacing: -.022em; }
h3 { font-size: var(--step-1); letter-spacing: -.008em; line-height: 1.15; }
p { margin: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

.sr, .skip:not(:focus) {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.skip:focus {
  position: fixed; top: .5rem; left: .5rem; z-index: 60;
  background: var(--ink); color: var(--hivis); padding: .6rem 1rem; font-weight: 600;
  border-radius: var(--r-s);
}
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.prod :focus-visible { outline-color: var(--hivis); }

/* ============================== header ==================================== */
.bar {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; gap: clamp(.75rem, 2vw, 2.5rem);
  padding: .85rem var(--gut);
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  backdrop-filter: saturate(1.4) blur(14px);
}
.mark {
  text-decoration: none; margin-right: auto;
  display: flex; align-items: baseline; flex-wrap: wrap; gap: .38rem;
}
.mark__name { font: 700 1.22rem/1 var(--cond); letter-spacing: -.02em; }
.mark__suffix { font: 700 .82rem/1 var(--cond); letter-spacing: -.01em; white-space: nowrap; }
@media (max-width: 30rem) {
  .mark { flex-direction: column; gap: .18rem; }
  .mark__name { font-size: 1.05rem; }
  .mark__suffix { font-size: .72rem; }
}
.bar__nav { display: flex; gap: clamp(1rem, 2vw, 2rem); }
.bar__nav a {
  font-weight: 500; font-size: var(--step--1); text-decoration: none; color: var(--muted);
  transition: color .15s;
}
.bar__nav a:hover { color: var(--ink); }
@media (max-width: 44rem) { .bar__nav { display: none; } }

/* ============================== buttons =================================== */
.btn {
  --bg: transparent; --fg: var(--ink); --bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .82rem 1.4rem; border: 1.5px solid var(--bd); background: var(--bg); color: var(--fg);
  font: 600 var(--step--1)/1 var(--sans); letter-spacing: .005em;
  text-decoration: none; cursor: pointer; border-radius: var(--r-s);
  transition: background-color .16s, color .16s, border-color .16s, transform .16s;
}
.btn:active { transform: translateY(1px); }
.btn--sm { padding: .58rem 1rem; }
.btn--ink { --bg: var(--ink); --fg: var(--paper); --bd: var(--ink); }
.btn--ink:hover { --bg: var(--hivis); --fg: var(--ink); --bd: var(--hivis); }
.btn--line { --bd: color-mix(in srgb, var(--ink) 22%, transparent); }
.btn--line:hover { --bd: var(--ink); --bg: var(--ink); --fg: var(--paper); }
.btn--block { width: 100%; }
.count {
  min-width: 1.5em; padding: .1em .42em; border-radius: 999px;
  background: var(--hivis); color: var(--ink); font-variant-numeric: tabular-nums;
}
.btn--ink:hover .count { background: var(--ink); color: var(--hivis); }

/* ---------------------------- teklif sepeti ------------------------------- */
.basket {
  position: relative; flex: none; display: grid; place-items: center;
  width: 2.6rem; height: 2.6rem; padding: 0;
  border: 0; border-radius: 50%; background: var(--ink); color: var(--paper);
  cursor: pointer; transition: background-color .16s, color .16s, transform .16s;
}
.basket:hover { background: var(--hivis); color: var(--ink); }
.basket:active { transform: translateY(1px); }
.basket__count {
  position: absolute; top: -.25rem; right: -.25rem;
  min-width: 1.35em; padding: .05em .35em; border-radius: 999px;
  background: var(--hivis); color: var(--ink);
  font: 700 .7rem/1.5 var(--sans); font-variant-numeric: tabular-nums;
  box-shadow: 0 0 0 2px var(--paper);
}
.basket:hover .basket__count { background: var(--ink); color: var(--hivis); }

/* =============================== hero ===================================== */
.hero {
  display: grid; align-items: center; gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(1.5rem, 4vw, 3rem) var(--gut) 0;
}
@media (min-width: 62rem) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); }
}
.hero__kicker {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 600; font-size: var(--step--1); color: var(--muted); margin-bottom: 1.6rem;
}
.hero__kicker::before {
  content: ""; width: 26px; height: 8px; border-radius: 3px; background: var(--hivis); flex: none;
}
.hero__lede { max-width: 40ch; margin-top: 1.9rem; color: var(--muted); font-size: var(--step-1); line-height: 1.5; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .6rem; margin: 2.2rem 0 clamp(2rem, 4vw, 3rem); }

/* the garment sits in a soft yellow field instead of the page being yellow.
   The image sets the block's height: an aspect-ratio box with a max-height
   child left Chrome with an unpainted raster of the garment. */
.hero__shot {
  position: relative; border-radius: var(--r); background: var(--hivis);
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
}
.hero__shot img { width: 100%; height: auto; }
.hero__tape { display: none; }

/* ikaz yelekleri: sarı zeminde hi-vis renkler birbirine karışıyor, açık kum zemin */
.hero__shot--acik {
  display: block; background: var(--sand); text-decoration: none; overflow: hidden;
  padding: clamp(1rem, 2.5vw, 2rem) clamp(.75rem, 2vw, 1.5rem) clamp(3.4rem, 5vw, 4rem);
}
/* dört yelek yan yana; dar ekranda ikişerli iki sıra, yine dört tane */
.hero__dortlu {
  display: grid; grid-template-columns: repeat(4, 1fr);
  align-items: center; gap: clamp(.4rem, 1.2vw, 1rem);
}
.hero__dortlu img { width: 100%; height: auto; }
@media (max-width: 34rem) {
  .hero__dortlu { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
}
.hero__shot--acik img { transition: transform .4s cubic-bezier(.2,.7,.3,1); }
.hero__shot--acik:hover img { transform: scale(1.03); }
.hero__etiket {
  position: absolute; left: clamp(1rem, 2.5vw, 2rem); bottom: clamp(1.1rem, 2.5vw, 1.6rem);
  display: inline-flex; align-items: center;
  padding: .5rem .9rem; border-radius: 999px;
  background: var(--hivis); color: var(--ink);
  font: 600 var(--step--1)/1 var(--sans);
}
.hero__shot--acik:hover .hero__etiket { background: var(--ink); color: var(--hivis); }
@media (prefers-reduced-motion: reduce) { .hero__shot--acik:hover img { transform: none; } }

/* ============================== ticker ==================================== */
.ticker {
  overflow: hidden; padding: 1.1rem 0; margin-top: clamp(1rem, 3vw, 2rem);
  border-block: 1px solid var(--line);
}
.ticker__track {
  display: flex; align-items: center; gap: 1.6rem; width: max-content;
  font: 500 var(--step--1)/1 var(--sans); color: var(--muted);
}
.ticker__track i { width: 4px; height: 4px; background: var(--hivis); border-radius: 50%; flex: none; }
@media (prefers-reduced-motion: no-preference) {
  .ticker__track { animation: roll 46s linear infinite; }
  @keyframes roll { to { transform: translateX(-50%); } }
}
@media (prefers-reduced-motion: reduce) { .ticker { padding-inline: var(--gut); } }

/* ============================ garment label =============================== */
.label {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: clamp(1.25rem, 3vw, 3rem); margin: 0;
  padding: clamp(2.25rem, 5vw, 3.5rem) var(--gut);
}
.label dt { font-size: var(--step--1); color: var(--muted); }
.label dd { margin: .3rem 0 0; font: 700 var(--step-2)/1 var(--cond); letter-spacing: -.024em; }

/* ========================= öne çıkan dört model =========================== */
.one { padding: 0 var(--gut) clamp(2.5rem, 5vw, 4rem); }
.one__grid {
  display: grid; gap: clamp(.75rem, 1.6vw, 1.25rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 62rem) { .one__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 26rem) { .one__grid { grid-template-columns: minmax(0, 1fr); } }
.one__kart {
  display: block; text-decoration: none; overflow: hidden;
  border-radius: var(--r); background: var(--sand);
  transition: transform .2s cubic-bezier(.2,.7,.3,1);
}
.one__kart img { width: 100%; height: auto; }
.one__ad {
  display: flex; align-items: baseline; justify-content: space-between; gap: .75rem;
  padding: .85rem 1.05rem 1rem;
  font: 700 var(--step-0)/1.15 var(--cond); letter-spacing: -.012em;
}
.one__ad b { font: 600 var(--step--1)/1 var(--sans); color: var(--muted); transition: color .16s; }
.one__kart:hover { transform: translateY(-4px); }
.one__kart:hover .one__ad b { color: var(--ink); }
@media (prefers-reduced-motion: reduce) { .one__kart:hover { transform: none; } }

/* ============================ category rail =============================== */
.rail { padding: 0 0 var(--bay); }
.rail__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(17rem, 72vw);
  gap: .75rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-inline: var(--gut); scrollbar-width: thin;
}
.tile {
  scroll-snap-align: start; position: relative; display: flex; flex-direction: column;
  justify-content: flex-end; aspect-ratio: 4 / 5; padding: 1.1rem;
  border-radius: var(--r); text-decoration: none; overflow: hidden;
  background: var(--sand); transition: background-color .25s;
}
.tile--hivis { background: var(--hivis); }
.tile--sand  { background: var(--sand); }
/* siyah kutu yalnızca açık renkli ürünlere: pantolon, ayakkabı ve polar gibi
   koyu ürünler siyah zeminde kayboluyordu */
.tile--ink   { background: var(--ink); color: var(--paper); }
.tile img {
  position: absolute; inset: 9% 8% auto; height: 58%; width: 84%;
  object-fit: contain; transition: transform .4s cubic-bezier(.2,.7,.3,1);
}
.tile:hover img { transform: translateY(-8px) scale(1.05); }
.tile b { font: 700 var(--step-1)/1.05 var(--cond); letter-spacing: -.015em; position: relative; }
.tile span { font-size: var(--step--1); opacity: .62; position: relative; }

/* ============================== catalogue ================================= */
.catalog { padding: 0 var(--gut) var(--bay); }
.catalog__head { max-width: 46ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.catalog__head p { margin-top: 1.1rem; color: var(--muted); }

.tools {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
  justify-content: space-between; padding-bottom: 1.25rem;
}
.chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.chip {
  padding: .55rem 1rem; border: 0; background: var(--sand); color: var(--muted);
  border-radius: var(--r-s); cursor: pointer;
  font: 500 var(--step--1)/1 var(--sans); transition: background-color .16s, color .16s;
}
.chip:hover { color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); color: var(--paper); font-weight: 600; }
.find input {
  min-width: min(20rem, 64vw); padding: .68rem 1rem; border: 0; border-radius: var(--r-s);
  background: var(--sand); font: 400 var(--step--1) var(--sans); color: inherit;
}
.find input::placeholder { color: var(--muted); }
.tally { color: var(--muted); font-size: var(--step--1); margin-bottom: 1.5rem; }

.grid {
  display: grid; gap: clamp(1rem, 2vw, 1.75rem) clamp(.75rem, 1.6vw, 1.25rem);
  grid-template-columns: repeat(auto-fill, minmax(min(17.5rem, 100%), 1fr));
}
.empty { color: var(--muted); padding: 2rem 0; }

/* ------------------------------- card ------------------------------------ */
.card { container-type: inline-size; display: flex; flex-direction: column; }
.card__well {
  position: relative; background: var(--sand); border-radius: var(--r);
  padding: 1.4rem 1.2rem 1rem; transition: background-color .28s;
  display: grid; place-items: center; aspect-ratio: 4 / 3;
}
.card:hover .card__well { background: var(--hivis); }
.card__well img {
  width: 100%; max-height: 100%; object-fit: contain;
  transition: transform .34s cubic-bezier(.2,.7,.3,1);
}
.card:hover .card__well img { transform: translateY(-6px) scale(1.04); }
.card__no {
  position: absolute; top: .85rem; left: .95rem;
  font: 600 .72rem/1 var(--sans); color: var(--muted); font-variant-numeric: tabular-nums;
}
.card__tag {
  position: absolute; top: .75rem; right: .85rem;
  padding: .22rem .6rem; border-radius: 999px; background: var(--paper); color: var(--ink);
  font: 600 .72rem/1.4 var(--sans);
}
.card__body { display: flex; flex-direction: column; gap: .55rem; padding: .95rem .2rem 0; flex: 1; }
.card__title { font-size: var(--step-1); }
.card__fabric {
  font-size: var(--step--1); color: var(--muted); margin-top: -.25rem;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.card__meta {
  display: flex; align-items: center; gap: .6rem; flex-wrap: wrap;
  margin-top: auto; padding-top: .55rem; font-size: var(--step--1); color: var(--muted);
}
.sizes { font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.dots { display: flex; gap: .22rem; margin-left: auto; }
.dot { width: .82rem; height: .82rem; border-radius: 50%; box-shadow: inset 0 0 0 1px rgb(0 0 0 / .14); }
.card__acts { display: grid; grid-template-columns: 1fr auto; gap: .4rem; margin-top: .75rem; }
.card__acts .btn { padding: .6rem .95rem; }
@container (max-width: 16rem) { .card__acts { grid-template-columns: 1fr; } }
.card .js-add[data-in="1"] { --bg: var(--ink); --fg: var(--paper); --bd: var(--ink); }

/* variant options */
.opts { display: flex; flex-wrap: wrap; gap: .3rem; }
.opt {
  padding: .3rem .72rem; border: 1px solid var(--line); background: var(--paper);
  border-radius: 999px; cursor: pointer; color: var(--muted);
  font: 500 .78rem/1.35 var(--sans); transition: background-color .15s, border-color .15s, color .15s;
}
.opt:hover { border-color: var(--ink); color: var(--ink); }
.opt[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper); font-weight: 600; }

/* =============================== üretim =================================== */
.prod { background: var(--ink); color: var(--paper); border-radius: var(--r); margin: 0 var(--gut); }
.prod__grid {
  display: grid; gap: clamp(2.5rem, 5vw, 5rem);
  padding: clamp(3rem, 7vw, 6rem) clamp(1.75rem, 5vw, 5rem);
}
@media (min-width: 62rem) { .prod__grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); } }
.prod__lead p { margin-top: 1.4rem; max-width: 36ch; color: color-mix(in srgb, var(--paper) 62%, var(--ink)); }

.steps { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; gap: 2.1rem; }
.steps li {
  counter-increment: s; display: grid; grid-template-columns: 2.6rem 1fr; gap: 1.1rem;
  padding-top: 1.7rem; border-top: 1px solid color-mix(in srgb, var(--paper) 16%, transparent);
}
.steps li:first-child { padding-top: 0; border-top: 0; }
.steps li::before {
  content: counter(s, decimal-leading-zero);
  font: 600 var(--step-1)/1.1 var(--sans); color: var(--hivis); font-variant-numeric: tabular-nums;
}
.steps li > p {
  grid-column: 2; margin-top: .5rem; max-width: 42ch;
  color: color-mix(in srgb, var(--paper) 60%, var(--ink));
}

/* =============================== sectors ================================== */
.sectors { padding: var(--bay) var(--gut); }
.sectors h2 { margin-bottom: 1.8rem; }
.sectors ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.sectors li {
  padding: .6rem 1.15rem; border-radius: var(--r-s); background: var(--sand);
  font-size: var(--step--1); color: var(--muted);
}
.sectors li:nth-child(3n+1) { background: var(--hivis); color: var(--ink); font-weight: 600; }
.sectors__note { margin-top: 1.6rem; max-width: 54ch; color: var(--muted); }

/* ============================== iletişim ================================== */
.contact { padding: 0 var(--gut) var(--bay); }
.contact__head { max-width: 44ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.contact__head p { margin-top: 1rem; color: var(--muted); }
.contact__grid { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.rep, .reach { background: var(--sand); border-radius: var(--r); padding: 1.75rem; }
.rep { display: flex; flex-direction: column; align-items: flex-start; }
.rep__role { font-size: var(--step--1); color: var(--muted); }
.rep__name { font: 700 var(--step-2)/1.02 var(--cond); margin: .35rem 0 .7rem; letter-spacing: -.024em; }
.rep__tel {
  margin-bottom: 1.5rem; font-weight: 600; font-variant-numeric: tabular-nums;
  text-decoration-color: var(--hivis); text-decoration-thickness: 3px; text-underline-offset: 4px;
}
.reach p { margin-bottom: .4rem; }
.reach a { text-decoration-color: var(--hivis); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.reach address { font-style: normal; margin-top: 1.4rem; color: var(--muted); line-height: 1.6; }

/* =============================== footer =================================== */
.foot {
  display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; justify-content: space-between;
  padding: 1.75rem var(--gut); border-top: 1px solid var(--line);
  font-size: var(--step--1); color: var(--muted);
}
.foot__name { font-weight: 600; color: var(--ink); }

/* ============================ product sheet =============================== */
.sheet {
  width: min(58rem, 94vw); max-height: 88vh; padding: 0; border: 0; border-radius: var(--r);
  background: var(--paper); color: var(--ink); overflow: hidden;
}
.sheet::backdrop { background: rgb(16 16 16 / .55); backdrop-filter: blur(3px); }
.sheet__close {
  position: absolute; top: .8rem; right: .9rem; z-index: 2;
  width: 2.3rem; height: 2.3rem; border: 0; border-radius: 999px;
  background: var(--paper); color: var(--ink); font-size: 1.5rem; line-height: 1; cursor: pointer;
}
.sheet__close:hover { background: var(--ink); color: var(--paper); }
.sheet__body { display: grid; max-height: 88vh; overflow: auto; }
@media (min-width: 48rem) { .sheet__body { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); } }
.sheet__shot { background: var(--hivis); display: grid; place-items: center; padding: 2rem; }
.sheet__shot img { width: 100%; max-height: 18rem; object-fit: contain; }
.sheet__info { padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; gap: 1.1rem; }
.sheet__no { font-size: var(--step--1); color: var(--muted); font-variant-numeric: tabular-nums; }
.sheet__specs { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.sheet__specs li { padding-left: 1.1rem; position: relative; font-size: var(--step--1); color: var(--muted); }
.sheet__specs li::before {
  content: ""; position: absolute; left: 0; top: .64em; width: .45rem; height: .45rem;
  border-radius: 50%; background: var(--hivis);
}
.kv { display: grid; grid-template-columns: 6.5rem 1fr; gap: .45rem .9rem; font-size: var(--step--1); margin: 0; }
.kv dt { color: var(--muted); }
.kv dd { margin: 0; }
.swatches { display: flex; flex-wrap: wrap; gap: .5rem; }
.swatch { display: inline-flex; align-items: center; gap: .35rem; }
.sheet__acts { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: auto; padding-top: .5rem; }
.sheet .opt { font-size: .84rem; padding: .36rem .9rem; }

/* ============================= quote drawer =============================== */
.drawer {
  position: fixed; z-index: 50; inset-block: 0; right: 0;
  width: min(25rem, 100vw); display: flex; flex-direction: column;
  background: var(--paper); box-shadow: -24px 0 60px -34px rgb(0 0 0 / .45);
}
.drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.35rem 1.4rem; border-bottom: 1px solid var(--line);
}
.drawer__head h2 { font-size: var(--step-2); }
.drawer__close { border: 0; background: none; font-size: 1.6rem; line-height: 1; cursor: pointer; color: var(--muted); }
.drawer__close:hover { color: var(--ink); }
.drawer__list { list-style: none; margin: 0; padding: .6rem 0; overflow: auto; flex: 1; }
.drawer__list li {
  display: grid; grid-template-columns: 3.6rem 1fr auto; gap: .8rem; align-items: center; padding: .6rem 1.4rem;
}
.drawer__list img { width: 3.6rem; height: 2.5rem; object-fit: contain; background: var(--sand); border-radius: 8px; }
.drawer__list b { font: 700 var(--step-0)/1.15 var(--cond); display: block; }
.drawer__list small { color: var(--muted); font-size: var(--step--1); }
.drawer__list button { border: 0; background: none; cursor: pointer; color: var(--muted); font-size: 1.25rem; line-height: 1; padding: .2rem .35rem; }
.drawer__list button:hover { color: var(--ink); }
.drawer__empty { padding: 1.6rem 1.4rem; color: var(--muted); font-size: var(--step--1); flex: 1; }
.drawer__foot { padding: 1.25rem 1.4rem; border-top: 1px solid var(--line); display: grid; gap: .5rem; }
.drawer__qty { display: grid; gap: .35rem; font-size: var(--step--1); color: var(--muted); }
.drawer__qty input {
  padding: .62rem .9rem; border: 0; border-radius: var(--r-s); background: var(--sand);
  font: 600 var(--step-0) var(--sans); color: var(--ink); font-variant-numeric: tabular-nums;
}
.scrim { position: fixed; inset: 0; z-index: 45; background: rgb(16 16 16 / .4); }
.drawer[hidden], .scrim[hidden] { display: none; }   /* beat the .drawer display rule */

@media (prefers-reduced-motion: no-preference) {
  .drawer { animation: slidein .3s cubic-bezier(.2,.7,.3,1); }
  @keyframes slidein { from { transform: translateX(100%); } }
}

/* ===========================================================================
   PHP sürümüyle gelen parçalar
   =========================================================================== */

/* kart içindeki gizli varyantlar */
.card__v.is-hidden { display: none; }
.card[hidden] { display: none; }
.card__well { display: grid; place-items: center; text-decoration: none; }

/* kırıntı yolu */
.crumbs {
  display: flex; flex-wrap: wrap; gap: .45rem; align-items: center;
  padding: 1.25rem var(--gut) 0; font-size: var(--step--1); color: var(--muted);
}
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs span:last-child { color: var(--ink); }

/* ürün detay sayfası */
.urun__grid {
  display: grid; gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(1.5rem, 3vw, 2.5rem) var(--gut) var(--bay);
}
@media (min-width: 62rem) { .urun__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: start; } }
.urun__shot {
  background: var(--hivis); border-radius: var(--r);
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
}
.urun__shot img { width: 100%; height: auto; }
.urun__info { display: flex; flex-direction: column; gap: 1.2rem; }
.urun__info h1 { font-size: var(--step-3); }
.urun__no { font-size: var(--step--1); color: var(--muted); font-variant-numeric: tabular-nums; }
.opts--sayfa .opt { text-decoration: none; }
.opts--sayfa .opt[aria-current="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper); font-weight: 600; }
.catalog--alt { padding-top: 0; }

/* form sayfası */
.form-sayfa { padding: clamp(2rem, 5vw, 3.5rem) var(--gut) var(--bay); max-width: 56rem; }
.form-sayfa__head { margin-bottom: clamp(1.75rem, 4vw, 2.75rem); }
.form-sayfa__head h1 { font-size: var(--step-3); }
.form-sayfa__head p { margin-top: 1rem; color: var(--muted); max-width: 48ch; }

.form { display: grid; gap: 1.25rem; }
.form__grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); }
.alan { display: grid; gap: .4rem; }
.alan > span { font-size: var(--step--1); color: var(--muted); }
.alan input, .alan textarea {
  padding: .78rem 1rem; border: 1.5px solid var(--line); border-radius: var(--r-s);
  background: var(--paper); font: 400 var(--step-0) var(--sans); color: var(--ink);
}
.alan input:focus, .alan textarea:focus { border-color: var(--ink); outline: none; }
.alan textarea { resize: vertical; line-height: 1.55; }
.form__not { font-size: var(--step--1); color: var(--muted); }
.tuzak { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.secim { background: var(--sand); border-radius: var(--r); padding: 1.25rem; }
.secim__baslik { font-weight: 600; margin-bottom: .75rem; }
.secim__bos { color: var(--muted); font-size: var(--step--1); }
.secim__liste { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.secim__liste li { display: grid; grid-template-columns: 3.75rem 1fr; gap: .8rem; align-items: center; }
.secim__liste img { width: 3.75rem; height: 2.5rem; object-fit: contain; background: var(--paper); border-radius: 8px; }
.secim__liste b { font: 700 var(--step-0)/1.2 var(--cond); display: block; }
.secim__liste small { color: var(--muted); font-size: var(--step--1); }

/* bildirimler */
.not { border-radius: var(--r); padding: 1.5rem; margin-bottom: 1.5rem; }
.not--ok { background: var(--hivis); }
.not--ok h2 { font-size: var(--step-2); margin-bottom: .6rem; }
.not--ok p + p { margin-top: 1.1rem; }
.not--hata { background: var(--sand); border-left: 4px solid #cc2222; }
.not--hata ul { margin: .5rem 0 0; padding-left: 1.1rem; color: var(--muted); font-size: var(--step--1); }

/* çekmecede artık görsel yok, iki sütun yeter */
.drawer__list li { grid-template-columns: 1fr auto; }

/* ========================= kategori (üst) sayfası ========================= */
.kathero {
  display: grid; align-items: center; gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.25rem, 3vw, 2.25rem) 0 clamp(2rem, 4vw, 3rem);
}
@media (min-width: 62rem) {
  .kathero { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }
}
.kathero__no {
  font-size: var(--step--1); font-weight: 600; color: var(--muted);
  font-variant-numeric: tabular-nums; margin-bottom: .7rem;
}
.kathero h1 { font-size: var(--step-3); }
.kathero__lede { margin-top: 1.25rem; max-width: 44ch; color: var(--muted); font-size: var(--step-1); line-height: 1.5; }
.kathero__shot {
  background: var(--sand); border-radius: var(--r);
  padding: clamp(1.75rem, 4vw, 3.25rem) clamp(1.25rem, 3vw, 2.5rem);
}
.kathero__shot img { width: 100%; height: auto; }

.katgez { padding-top: var(--bay); }
.katgez h2 { font-size: var(--step-2); margin-bottom: 1.25rem; }
.katgez__list { display: flex; flex-wrap: wrap; gap: .5rem; }
.katgez__list a {
  display: inline-flex; align-items: baseline; gap: .5rem;
  padding: .62rem 1.05rem; border-radius: var(--r-s);
  background: var(--sand); text-decoration: none;
  font: 600 var(--step--1)/1 var(--sans);
  transition: background-color .16s, color .16s;
}
.katgez__list a:hover { background: var(--ink); color: var(--paper); }
.katgez__list b { font-weight: 700; opacity: .5; font-variant-numeric: tabular-nums; }
.katgez__list a:hover b { opacity: .75; }

/* ============================ ikaz yelek sayfası ========================== */
.ikazust {
  display: grid; align-items: center; gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(1.25rem, 3vw, 2.25rem) var(--gut) clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 62rem) {
  .ikazust { grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); }
}
.ikazust__sayi {
  font-size: var(--step--1); font-weight: 600; color: var(--muted);
  font-variant-numeric: tabular-nums; margin-bottom: .8rem;
}
.ikazust h1 { font-size: var(--step-3); }
.ikazust__lede { margin-top: 1.25rem; max-width: 44ch; color: var(--muted); font-size: var(--step-1); line-height: 1.5; }
.ikazust__shot {
  background: var(--sand); border-radius: var(--r);
  padding: clamp(1.25rem, 3vw, 2.25rem) clamp(1rem, 2vw, 1.75rem);
}
.ikazust__shot img { width: 100%; height: auto; }
.ikazust__gez { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .5rem; }
.ikazust__gez a {
  padding: .55rem 1rem; border-radius: var(--r-s); background: var(--sand);
  text-decoration: none; font: 500 var(--step--1)/1 var(--sans); color: var(--muted);
  transition: background-color .16s, color .16s;
}
.ikazust__gez a:hover { background: var(--ink); color: var(--paper); }

.model {
  display: grid; gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: 0 var(--gut) clamp(3rem, 6vw, 5rem);
  scroll-margin-top: 5rem;
}
@media (min-width: 62rem) {
  .model { grid-template-columns: minmax(0, 19rem) minmax(0, 1fr); align-items: start; }
}
.model h2 { font-size: var(--step-2); }
.model__ozet { margin-top: .9rem; color: var(--muted); }
.model__ozellik { list-style: none; margin: 1.25rem 0 1.5rem; padding: 0; display: grid; gap: .5rem; }
.model__ozellik li {
  position: relative; padding-left: 1.1rem; font-size: var(--step--1); line-height: 1.5;
}
.model__ozellik li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 6px; height: 6px; border-radius: 2px; background: var(--hivis);
}

.renkler {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: clamp(.6rem, 1.4vw, 1rem);
  grid-template-columns: repeat(auto-fill, minmax(min(11rem, 100%), 1fr));
}
.renk {
  background: var(--sand); border-radius: var(--r); overflow: hidden;
  display: flex; flex-direction: column;
}
/* kutucuklar sarı ve kum sırayla; görseller saydam olduğu için zemine oturuyor */
.renk:nth-child(odd) { background: var(--hivis); }
.renk img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.renk span {
  padding: .7rem .95rem 1rem; color: var(--ink);
  font: 600 var(--step--1)/1.3 var(--sans);
}

.ikazson { padding: 0 var(--gut) var(--bay); }
.ikazson__copy {
  background: var(--sand); border-radius: var(--r);
  padding: clamp(2rem, 5vw, 3.5rem);
}
.ikazson h2 { font-size: var(--step-2); }
.ikazson p { margin-top: 1rem; color: var(--muted); max-width: 52ch; }

/* --------------------- tek model sayfası (ikaz.php?model=) ---------------- */
.renk a { display: block; text-decoration: none; color: inherit; }
.renk { transition: transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .18s; }
.renk:hover { transform: translateY(-3px); }
.renk--secili { outline: 2.5px solid var(--ink); outline-offset: -2.5px; }

.tekmodel {
  display: grid; gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.25rem, 3vw, 2.25rem) var(--gut) clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 62rem) {
  .tekmodel { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; }
}
.tekmodel__shot {
  background: var(--sand); border-radius: var(--r);
  padding: clamp(1.5rem, 4vw, 3rem);
}
.tekmodel__shot img {
  width: 100%; max-width: 420px; height: auto; margin-inline: auto;
}
.tekmodel__tip { font-size: var(--step--1); font-weight: 600; color: var(--muted); margin-bottom: .7rem; }
.tekmodel h1 { font-size: var(--step-3); }
.tekmodel__ozet { margin-top: 1.1rem; max-width: 46ch; color: var(--muted); font-size: var(--step-1); line-height: 1.5; }
.tekmodel__kv {
  display: grid; grid-template-columns: auto 1fr; gap: .35rem 1.25rem;
  margin: 1.5rem 0 0; padding: 1rem 1.15rem;
  background: var(--sand); border-radius: var(--r-s);
}
.tekmodel__kv dt { font-size: var(--step--1); color: var(--muted); }
.tekmodel__kv dd { margin: 0; font-weight: 600; font-variant-numeric: tabular-nums; }
.tekmodel .model__ozellik { margin-top: 1.4rem; }

/* ---- hero altındaki kategori vitrini: aynı kalıp, aynası ------------- */
.hero--vitrin { padding-top: clamp(2rem, 5vw, 3.5rem); }
.hero--vitrin .hero__shot--acik { background: var(--hivis); }
.hero--vitrin .hero__etiket { background: var(--ink); color: var(--hivis); }
.hero--vitrin .hero__shot--acik:hover .hero__etiket { background: var(--paper); color: var(--ink); }
.hero--vitrin .hero__baslik {
  font-size: var(--step-4); letter-spacing: -.028em; line-height: .88;
}
@media (min-width: 62rem) {
  /* görsel solda, yazı sağda */
  .hero--vitrin { grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); }
}
/* ürün sayısına göre sütun: iki ürün dörde bölünüp küçülmesin */
.hero__dortlu--1 { grid-template-columns: minmax(0, 62%); justify-content: center; }
.hero__dortlu--2 { grid-template-columns: repeat(2, 1fr); }
.hero__dortlu--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 34rem) {
  .hero__dortlu--1 { grid-template-columns: minmax(0, 72%); }
  .hero__dortlu--3 { grid-template-columns: repeat(2, 1fr); }
}

/* ---- sağ altta sabit WhatsApp düğmesi -------------------------------- */
.wasabit {
  position: fixed; z-index: 40; right: clamp(.9rem, 3vw, 1.6rem);
  bottom: clamp(.9rem, 3vw, 1.6rem);
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .7rem .9rem; border-radius: 999px;
  background: #25d366; color: #0b3d20; text-decoration: none;
  font: 600 var(--step--1)/1 var(--sans);
  box-shadow: 0 10px 30px -12px rgb(0 0 0 / .55);
}
.wasabit svg { flex: none; }
.wasabit span { padding-right: .25rem; }
.wasabit:hover { background: #1fbe5b; }
.wasabit:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
/* dar ekranda yalnız simge, yazı yer kaplamasın */
@media (max-width: 34rem) {
  .wasabit { padding: .75rem; }
  .wasabit span { display: none; }
}
@media (prefers-reduced-motion: no-preference) {
  .wasabit { transition: background .2s, transform .2s; }
  .wasabit:hover { transform: translateY(-2px); }
}