:root {
  /* Kuka Island sıcak marka paleti — ölçümler docs/FAZ2_TEKNIK_RAPORU.md */
  --color-paper: #fbf8f2;
  --color-ink: #3c2a12;
  --color-hero-ink: #120c06;
  --color-sand: #f0e9dc;
  --color-muted: #71634e;
  --color-line: #d8ccb8;
  --color-muted-on-ink: #c4b69e;
  --color-white: #fffdf8;
  --color-error: #9a3328;
  --color-success: #3d6b4f;
  --color-image-placeholder: #e4dac9;
  --color-ink-soft: #695a44;
  --color-ink-line: #8b7d67;
  --focus-color: var(--color-ink-soft);

  /* Prototipteki 8 px tabanlı boşluk ölçeği. */
  --space-0-5: 4px;
  --space-1: 8px;
  --space-1-5: 12px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-6: 48px;
  --space-8: 64px;
  --space-12: 96px;
  --space-16: 128px;

  --font-sans: "Geist Kuka", Arial, sans-serif;
  --font-mono: "Geist Mono Kuka", ui-monospace, monospace;
  --text-micro: 10px;
  --text-caption: 12px;
  --text-body: 14px;
  --text-body-large: 16px;
  --text-heading-newsletter: clamp(20px, 2vw, 28px);
  --text-heading-document: clamp(22px, 2vw, 30px);
  --text-heading-small: clamp(28px, 3vw, 48px);
  --text-heading-medium: clamp(42px, 6vw, 92px);
  --text-heading-section: clamp(44px, 5.5vw, 80px);
  --text-heading-panel: clamp(44px, 5vw, 66px);
	--text-heading-editorial: clamp(44px, 5.5vw, 82px);
  --text-heading-manifesto: clamp(42px, 5.5vw, 80px);
  --text-heading-hero: clamp(52px, 5.8vw, 84px);
  --text-heading-hero-long: clamp(42px, 4vw, 58px);
  --text-heading-large: clamp(52px, 8.4vw, 136px);
  --text-display: clamp(68px, 11vw, 184px);
  --weight-regular: 440;
  --weight-medium: 520;
  --tracking-label: 0.06em;
  --tracking-tight: -0.06em;
  --leading-tight: 1.05;
  --leading-display: 0.98;
  --leading-heading: 1.08;
  --leading-body: 1.5;

  --ratio-community: 2 / 3;
  --ratio-product-card: 4 / 5;
  --ratio-editorial: 3 / 4;
  --ratio-hero-desktop: 16 / 9;
  --ratio-hero-mobile: 4 / 5;
  --control-small: 40px;
  --control: 40px;
  --control-large: 48px;
  --icon-size: 20px;
  --focus-outline-width: 2px;
  --stroke: 1px;
  --header-height: 64px;
  --header-hero-surface-strength: 72%;
  --announcement-height: 24px;
  --panel-width: 480px;
  --filter-panel-width: 640px;
  --measure-copy: 420px;
  --measure-copy-narrow: 380px;
  --measure-hero-copy: 720px;
  --measure-heading: 980px;
  --measure-content: 1200px;
  --measure-wide: 1440px;
  --measure-product-info: 440px;
  --measure-table: 760px;
  --hero-min-height: 640px;
  --hero-max-height: 860px;
  --editorial-max-height: 900px;
  --manifesto-min-height: 520px;
	--story-shift: 24px;
	--story-copy-width: 680px;
	--story-article-size: 900px;
	--story-transition: 420ms;
	--story-transition-copy: 560ms;
	--story-transition-media: 720ms;
	--story-line-delay: 90ms;
	--story-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--story-gradient-dark-soft: rgba(18, 12, 6, 0.72);
	--story-gradient-dark-medium: rgba(18, 12, 6, 0.82);
	--story-gradient-dark-strong: rgba(18, 12, 6, 0.9);
	--story-gradient-light-soft: rgba(251, 248, 242, 0.66);
	--story-gradient-light-medium: rgba(251, 248, 242, 0.74);
	--story-gradient-light-strong: rgba(251, 248, 242, 0.84);
	--story-gradient-color: var(--story-gradient-light-medium);
	--story-gradient-hold: 52%;
	--story-gradient-center-hold: 58%;
	--story-gradient-extent: 88%;
  --service-min-height: 136px;
  --category-row-height: 104px;
  --category-row-height-mobile: 88px;
  --category-index-label-width: 80px;
  --category-index-copy-min: 280px;
  --content-gutter: clamp(var(--space-2), 2.2vw, var(--space-6));

  /* "Çok yakında" ekranı — tam ekran, tek başına duran bir yüzey. */
  --splash-frame-inset: clamp(12px, 2.4vw, 30px);
  --splash-measure: min(88vw, 520px);
  --splash-emblem-width: clamp(52px, 8vw, 88px);
  --splash-wordmark-size: clamp(44px, 9vw, 104px);
  --splash-lockup-size: clamp(15px, 2.6vw, 26px);
  --splash-divider-height: clamp(34px, 6vh, 58px);
  --splash-video-scrim: rgba(18, 12, 6, 0.34);
  --splash-frame-color: rgba(255, 253, 248, 0.54);
  --tracking-wordmark: 0.14em;
  --tracking-lockup: 0.42em;
  --tracking-status: clamp(0.28em, 0.7vw, 0.48em);

  --duration-fast: 180ms;
  --duration-normal: 240ms;
  --duration-slow: 420ms;
  --duration-micro: var(--duration-normal);
  --duration-panel: var(--duration-slow);
  --duration-image: var(--duration-normal);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --layer-header: 30;
  --layer-overlay: 60;
  --layer-panel: 70;
}

@media (max-width: 760px) {
  :root {
    --header-height: 56px;
    --content-gutter: var(--space-2);
    --text-heading-medium: 48px;
    --text-heading-section: 48px;
    --text-heading-panel: 48px;
		--text-heading-editorial: clamp(38px, 12vw, 52px);
    --text-heading-manifesto: clamp(36px, 12vw, 52px);
    --text-heading-hero: clamp(42px, 12vw, 52px);
    --text-heading-hero-long: clamp(32px, 9vw, 38px);
    --text-heading-large: clamp(52px, 17vw, 76px);
    --text-display: clamp(64px, 19vw, 128px);
    --manifesto-min-height: 420px;
    --service-min-height: 104px;
  }
}
