/* Reisler Grup — üretilmiş dosya, elle düzenlenmez. */


:root {

  --ink:            #1b1e23;
  --ink-2:         #23272e;
  --ink-3:         #10131a;
  --paper:         #f7f5f2;
  --paper-2:       #efece7;
  --surface:       #ffffff;
  --brand:         #ce1b26;
  --brand-strong:  #a8121c;

  --line:          #e6e1da;
  --line-strong:   #8c8578;

  --muted:         #62666d;
  --muted-2:       #9a9ea6;
  --on-dark:       #f3f1ee;
  --on-dark-muted: #a9adb4;
  --white:         #ffffff;
  --brand-light:   #ff5a63;

  --rgb-white:       255 255 255;
  --rgb-black:       0 0 0;
  --rgb-scrim:       11 14 20;
  --rgb-ink3:        16 19 26;
  --rgb-paper:       247 245 242;

  --font-display: "Archivo", "Segoe UI", system-ui, sans-serif;
  --font-body:    "Inter", "Segoe UI", system-ui, sans-serif;

  --fs-eyebrow: 0.8125rem;
  --fs-sm:      0.9375rem;
  --fs-base:    1.0625rem;
  --fs-lg:      1.1875rem;
  --fs-h4:      clamp(1.15rem, 1rem + 0.6vw, 1.4rem);
  --fs-h3:      clamp(1.4rem, 1.1rem + 1.1vw, 1.85rem);
  --fs-h2:      clamp(1.9rem, 1.4rem + 2.2vw, 2.9rem);
  --fs-h1:      clamp(2.5rem, 1.7rem + 3.6vw, 4.3rem);

  --fs-index:   clamp(2.3rem, 1.6rem + 2.8vw, 3.6rem);

  --lh-tight: 1.08;

  --lh-lead:  1.32;
  --lh-body:  1.62;
  --ls-tight: -0.02em;
  --ls-wide:  0.14em;

  --sp-1: 0.5rem;  --sp-2: 0.75rem; --sp-3: 1rem;   --sp-4: 1.5rem;
  --sp-5: 2rem;    --sp-6: 3rem;    --sp-7: 4rem;    --sp-8: 6rem;
  --container: 1240px;
  --gutter: clamp(1.15rem, 0.6rem + 2.6vw, 2.5rem);
  --section-y: clamp(4.5rem, 3rem + 6vw, 8rem);

  --section-y-tight: clamp(3rem, 2rem + 4vw, 5rem);

  --radius-btn:  2px;
  --radius-card: 3px;

  --shadow-sm: 0 1px 2px rgba(20,20,25,.06), 0 1px 3px rgba(20,20,25,.05);
  --shadow-lg: 0 24px 60px rgba(20,20,25,.16), 0 8px 24px rgba(20,20,25,.08);

  --motion-dur:  .6s;
  --motion-fast: .22s;
  --motion-ease: cubic-bezier(.22,.61,.36,1);

  --header-h: 88px;
  --logo-h:   44px;
}
