/* ==========================================================
   Vallini Tekstil — static site
   Palet: kartela kutusundaki bordo + altın, fildişi zemin
   ========================================================== */
:root {
  --ink: #17120f;
  --ink-2: #221a16;
  --wine: #6e1526;
  --wine-deep: #3d0a14;
  --gold: #c9a35f;
  --gold-light: #e6cf98;
  --ivory: #f6f1e9;
  --sand: #ece3d5;
  --stone: #857a70;
  --line-light: rgba(246, 241, 233, .16);

  /* tema tokenları — açık */
  --bg: #f6f1e9;
  --bg-alt: #ece3d5;
  --surface: #ffffff;
  --text: #17120f;
  --text-soft: var(--text-soft);
  --stone: #857a70;
  --line: rgba(23, 18, 15, .12);
  --accent: #6e1526;
  --accent-line: rgba(110, 21, 38, .25);
  --header-bg: rgba(246, 241, 233, .92);
  --dark-bg: #17120f;
  --footer-bg: #0f0b09;
  --map-filter: grayscale(1) contrast(1.05) brightness(.85);
  color-scheme: light;

  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Manrope", system-ui, -apple-system, sans-serif;
  --script: "Pinyon Script", cursive;

  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --container: 80rem;
  --gutter: clamp(1rem, 4vw, 3rem);
  --header-h: 5.25rem;
}

*, *::before, *::after { box-sizing: border-box; }
/* Akışkan ölçek: tüm ölçüler rem. 1440px'e kadar 16px; üstünde ekranla
   orantılı büyür (1920 → ~21px, 2560 → 24px tavan). 15" dizüstü ve 32" monitörde
   aynı kompozisyon korunur. */
html { font-size: 16px; }
@media (min-width: 1441px) { html { font-size: clamp(16px, calc(100vw / 90), 24px); } }
/* Kısa ekranlı dizüstüler (ör. 1366×768, 1536×864): ölçeği yüksekliğe göre de sınırla */
@media (min-width: 1441px) and (max-height: 900px) { html { font-size: clamp(16px, min(calc(100vw / 90), calc(100vh / 50)), 24px); } }

:root[data-theme="dark"] {
  --bg: #120e0c;
  --bg-alt: #1a1411;
  --surface: #211a16;
  --text: #efe7dc;
  --text-soft: rgba(239, 231, 220, .72);
  --stone: #a39686;
  --line: rgba(246, 241, 233, .12);
  --accent: #d6b273;
  --accent-line: rgba(214, 178, 115, .3);
  --header-bg: rgba(18, 14, 12, .86);
  --dark-bg: #0b0807;
  --footer-bg: #070504;
  --map-filter: grayscale(1) invert(.92) contrast(.9) brightness(.9);
  color-scheme: dark;
}
.theme-anim, .theme-anim *, .theme-anim *::before, .theme-anim *::after {
  transition: background-color .6s var(--ease), color .6s var(--ease), border-color .6s var(--ease), fill .6s var(--ease) !important;
}

html { scroll-behavior: smooth; scroll-padding-top: 4.375rem; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  transition: background-color .5s var(--ease), color .5s var(--ease);
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.1em; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
em { font-style: italic; }
::selection { background: var(--wine); color: var(--ivory); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(5rem, 12vw, 10rem) 0; position: relative; }
.section--dark { background: var(--dark-bg); color: var(--ivory); }
.section--sand { background: var(--bg-alt); }

/* ---------- Typography ---------- */
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.375rem;
}
.eyebrow::before { content: ""; width: 2.25rem; height: 1px; background: currentColor; }
.section--dark .eyebrow, .hero .eyebrow { color: var(--gold); }

.h2 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(2.375rem, 5.4vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: -.01em;
  margin-bottom: 1.75rem;
}
.h2 em, .h3 em { color: var(--accent); font-weight: 300; }
.section--dark .h2 em { color: var(--gold); }
.h3 { font-family: var(--serif); font-size: clamp(1.875rem, 3.2vw, 2.875rem); line-height: 1.1; margin-bottom: 1.25rem; }

.section-head { margin-bottom: clamp(3rem, 7vw, 5.625rem); max-width: 47.5rem; }
.section-head__lead { font-size: 1.0625rem; color: var(--stone); max-width: 32.5rem; }
.section--dark .section-head__lead { color: rgba(246, 241, 233, .65); }
.section-head--split { max-width: none; display: grid; grid-template-columns: 1.3fr 1fr; gap: 2.5rem; align-items: end; }
.section-head--split .h2 { margin-bottom: 0; }
.section-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head--center .eyebrow::after { content: ""; width: 2.25rem; height: 1px; background: currentColor; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.625rem;
  padding: 1.0625rem 2.125rem;
  font: 500 0.8125rem/1 var(--sans);
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .5s var(--ease), border-color .5s var(--ease);
  z-index: 0;
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  transform: scaleX(0); transform-origin: right;
  transition: transform .6s var(--ease-out);
}
.btn:hover::before { transform: scaleX(1); transform-origin: left; }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold::before { background: var(--ivory); }
.btn--ghost { border-color: rgba(246, 241, 233, .45); color: var(--ivory); }
.btn--ghost::before { background: var(--ivory); }
.btn--ghost:hover { color: var(--ink); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.875rem;
  font-size: 0.8125rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
  color: var(--accent); margin-top: 0.75rem;
}
.link-arrow::after { content: ""; width: 2.75rem; height: 1px; background: currentColor; transition: width .5s var(--ease); }
.link-arrow:hover::after { width: 4.5rem; }

/* ---------- Loader ---------- */
.loader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--wine-deep);
  display: grid; place-content: center; justify-items: center; gap: 1.125rem;
  transition: transform 1s var(--ease-out) .2s, visibility 0s 1.3s;
}
.loader__mark { font-family: var(--script); color: var(--gold-light); font-size: clamp(4rem, 10vw, 6.875rem); line-height: 1; opacity: 0; animation: fadeUp 1s var(--ease-out) .1s forwards; }
.loader__line { width: 8.75rem; height: 1px; background: rgba(230, 207, 152, .25); position: relative; overflow: hidden; }
.loader__line::after { content: ""; position: absolute; inset: 0; background: var(--gold); transform: translateX(-100%); animation: load 1.1s var(--ease) .2s forwards; }
.is-loaded .loader { transform: translateY(-100%); visibility: hidden; }
@keyframes load { to { transform: translateX(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(1.25rem); } to { opacity: 1; transform: none; } }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--header-h);
  padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
  color: var(--ivory);
  transition: background .5s var(--ease), height .5s var(--ease), color .5s var(--ease), box-shadow .5s var(--ease), transform .5s var(--ease);
}
.header.is-scrolled {
  --header-h: 4.25rem;
  background: var(--header-bg);
  backdrop-filter: blur(0.875rem); -webkit-backdrop-filter: blur(0.875rem);
  color: var(--text);
  box-shadow: 0 1px 0 var(--line);
}

.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand__script { font-family: var(--script); font-size: 2.625rem; line-height: .9; transition: font-size .5s var(--ease); }
.brand__sub { font-size: 0.5625rem; letter-spacing: .42em; text-transform: uppercase; margin-top: 0.25rem; padding-left: 0.25rem; opacity: .8; }
.header.is-scrolled .brand__script { font-size: 2.25rem; color: var(--accent); }

.nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.375rem); margin-left: auto; }
.nav a { font-size: 0.7812rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; position: relative; padding: 0.375rem 0; }
.nav a:not(.nav__cta)::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease-out);
}
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav__cta { border: 1px solid currentColor; padding: 0.625rem 1.25rem !important; transition: background .4s, color .4s; }
.nav__cta:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

.tools { display: flex; align-items: center; gap: 0.875rem; margin-left: clamp(1rem, 2vw, 2rem); position: relative; z-index: 3; }
.lang { display: flex; align-items: center; gap: 0.25rem; font-size: 0.75rem; letter-spacing: .14em; font-weight: 500; }
.lang span { opacity: .4; }
.lang a { padding: 0.375rem 0.25rem; opacity: .55; transition: opacity .3s, color .3s; }
.lang a:hover { opacity: 1; }
html[lang="tr"] .lang-tr, html[lang="en"] .lang-en { opacity: 1; color: var(--gold); }
.header.is-scrolled .lang-tr, .header.is-scrolled .lang-en { color: inherit; }
html[lang="tr"] .header.is-scrolled .lang-tr, html[lang="en"] .header.is-scrolled .lang-en { color: var(--accent); }
.theme-toggle {
  width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid currentColor; background: none; color: inherit;
  display: grid; place-items: center; cursor: pointer; opacity: .8; transition: opacity .3s, background .4s, color .4s, border-color .4s;
}
.theme-toggle:hover { opacity: 1; background: var(--gold); border-color: var(--gold); color: var(--ink); }
.theme-toggle svg { width: 1.125rem; height: 1.125rem; grid-area: 1 / 1; transition: transform .6s var(--ease-out), opacity .4s; }
.theme-toggle .i-sun { opacity: 0; transform: rotate(-90deg) scale(.5); }
[data-theme="dark"] .theme-toggle .i-sun { opacity: 1; transform: none; }
[data-theme="dark"] .theme-toggle .i-moon { opacity: 0; transform: rotate(90deg) scale(.5); }
.burger { display: none; width: 2.75rem; height: 2.75rem; background: none; border: 0; cursor: pointer; position: relative; color: inherit; z-index: 3; }
.burger span { position: absolute; left: 0.625rem; right: 0.625rem; height: 1.5px; background: currentColor; transition: transform .4s var(--ease), top .4s var(--ease); }
.burger span:first-child { top: 1.0625rem; }
.burger span:last-child { top: 1.625rem; }
.burger[aria-expanded="true"] span:first-child { top: 1.3125rem; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 1.3125rem; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100svh;
  background: radial-gradient(120% 90% at 20% 30%, #5a1120 0%, var(--wine-deep) 45%, #1d070c 100%);
  color: var(--ivory);
  display: flex; align-items: center;
  overflow: hidden;
  padding: calc(var(--header-h) + 2.5rem) max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter))) 6.25rem;
}
.hero::before { /* dokuma dokusu, videonun üstünde çok hafif */
  content: ""; position: absolute; inset: 0; opacity: .045; pointer-events: none; z-index: 1;
  background-image:
    repeating-linear-gradient(45deg, #fff 0 1px, transparent 1px 7px),
    repeating-linear-gradient(-45deg, #fff 0 1px, transparent 1px 7px);
}
.hero__media { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.12); transition: transform 2.8s var(--ease-out) .6s;
}
.is-loaded .hero__video { transform: scale(1.02); }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(29, 7, 12, .94) 0%, rgba(61, 10, 20, .78) 38%, rgba(29, 7, 12, .28) 72%, rgba(23, 18, 15, .45) 100%),
    linear-gradient(0deg, rgba(15, 11, 9, .7) 0%, transparent 35%);
}
.hero__content { position: relative; z-index: 2; max-width: 42.5rem; }
.hero__title {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(3.5rem, min(9.2vw, 17vh), 8.625rem);
  line-height: .95; letter-spacing: -.02em;
  margin-bottom: 2rem;
}
.hero__title em { font-style: italic; color: var(--gold-light); }
.hero__title .line { display: block; overflow: hidden; padding-bottom: .06em; }
.hero__title .line > span { display: inline-block; transform: translateY(110%); transition: transform 1.3s var(--ease-out); }
.is-loaded .hero__title .line > span { transform: none; transition-delay: 1.1s; }
.is-loaded .hero__title .line:nth-child(2) > span { transition-delay: 1.22s; }
.hero__lead { font-size: clamp(1rem, 1.4vw, 1.1875rem); max-width: 30rem; color: rgba(246, 241, 233, .8); margin-bottom: 2.5rem; }
.hero__actions { display: flex; gap: 0.875rem; flex-wrap: wrap; }

.video-toggle {
  position: absolute; z-index: 3; right: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter))); bottom: 2rem;
  width: 2.75rem; height: 2.75rem; border-radius: 50%;
  border: 1px solid rgba(246, 241, 233, .35); background: rgba(15, 11, 9, .25);
  color: var(--ivory); cursor: pointer; display: grid; place-items: center;
  transition: background .4s, border-color .4s, color .4s;
}
.video-toggle:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.video-toggle svg { width: 1rem; height: 1rem; grid-area: 1 / 1; }
.video-toggle .i-play, .video-toggle.is-paused .i-pause { display: none; }
.video-toggle.is-paused .i-play { display: block; }

.scroll-cue { position: absolute; left: 50%; bottom: 2rem; width: 1px; height: 4rem; background: rgba(246, 241, 233, .2); overflow: hidden; z-index: 2; }
.scroll-cue span { position: absolute; left: 0; top: 0; width: 1px; height: 1.5rem; background: var(--gold); animation: cue 2.2s var(--ease) infinite; }
@keyframes cue { from { transform: translateY(-1.5rem); } to { transform: translateY(4rem); } }

/* ---------- Marquee ---------- */
.marquee { background: var(--gold); color: var(--ink); overflow: hidden; padding: 1.375rem 0; white-space: nowrap; }
.marquee__track { display: inline-flex; align-items: center; gap: 2.5rem; animation: marquee 38s linear infinite; }
.marquee span { font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 3vw, 2.375rem); line-height: 1; }
.marquee i { font-style: normal; font-size: 0.875rem; color: #6e1526; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Intro ---------- */
.intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 8vw, 7.5rem); align-items: center; }
.intro__text p { color: var(--text-soft); font-size: 1.0625rem; max-width: 32.5rem; }
.intro__visual { position: relative; padding: 0 0 18% 12%; }
.frame { margin: 0; overflow: hidden; position: relative; }
.frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out); }
.frame:hover img { transform: scale(1.05); }
.frame--tall { aspect-ratio: 4/5; }
.frame--small { position: absolute; left: 0; bottom: 0; width: 46%; aspect-ratio: 1; border: 0.625rem solid var(--bg); }
.seal { position: absolute; right: -1.5rem; top: -2.5rem; width: 8.125rem; height: 8.125rem; color: var(--accent); }
.seal svg { width: 100%; height: 100%; animation: spin 24s linear infinite; }
.seal text { font: 500 0.5938rem var(--sans); letter-spacing: .28em; fill: currentColor; }
.seal > span { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--script); font-size: 3rem; color: var(--gold); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Stats ---------- */
.stats { background: var(--wine-deep); color: var(--ivory); padding: clamp(3.75rem, 8vw, 6.25rem) 0; position: relative; overflow: hidden; }
.stats::before {
  content: ""; position: absolute; inset: 0; opacity: .06;
  background-image: repeating-linear-gradient(90deg, #fff 0 1px, transparent 1px 0.375rem);
}
.stats__grid { display: grid; grid-template-columns: repeat(6, 1fr); position: relative; }
.stat { padding: 0.625rem 1.375rem; border-left: 1px solid var(--line-light); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat strong { display: block; font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 3vw, 3.5rem); line-height: 1; color: var(--gold-light); margin-bottom: 0.75rem; white-space: nowrap; }
.stat strong b, .stat strong small { font-weight: 300; font-size: inherit; }
.stat span { font-size: 0.7812rem; letter-spacing: .06em; color: rgba(246, 241, 233, .7); line-height: 1.5; display: block; }

/* ---------- Weave ---------- */
.weave__row { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2.5rem, 7vw, 6.875rem); align-items: center; margin-bottom: clamp(5rem, 10vw, 8.75rem); }
.weave__row:last-child { margin-bottom: 0; }
.weave__row--rev .weave__img { order: 2; }
.weave__img { margin: 0; aspect-ratio: 5/6; overflow: hidden; position: relative; }
.weave__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease-out); }
.weave__img:hover img { transform: scale(1.06); }
.weave__img::after { content: ""; position: absolute; inset: 1.125rem; border: 1px solid rgba(246, 241, 233, .5); pointer-events: none; }
.weave__num { font-family: var(--serif); font-style: italic; font-size: 6.875rem; line-height: .8; color: transparent; -webkit-text-stroke: 1px var(--gold); display: block; margin-bottom: 1.125rem; }
.weave__text p { color: var(--text-soft); font-size: 1.0625rem; }
.ticks { list-style: none; margin: 1.75rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.ticks li { padding: 0.875rem 0 0.875rem 2.125rem; border-bottom: 1px solid var(--line); position: relative; font-size: 0.9375rem; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 50%; width: 1.125rem; height: 1px; background: var(--accent); }

/* ---------- Collections ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.75rem); }
.card { position: relative; overflow: hidden; aspect-ratio: 3/4.4; cursor: default; }
.card__img, .card__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card__img img { transition: transform 1.6s var(--ease-out), filter 1s; filter: saturate(.9); }
.card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23, 18, 15, 0) 35%, rgba(23, 18, 15, .92) 100%); transition: opacity .6s; }
.card:hover .card__img img { transform: scale(1.08); filter: saturate(1.05); }
.card__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(1.5rem, 3vw, 2.5rem); }
.card__tag { font-size: 0.6875rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.625rem; }
.card h3 { font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 3.75rem); line-height: 1; margin-bottom: 0; transition: margin .6s var(--ease-out); }
.card p { font-size: 0.9062rem; color: rgba(246, 241, 233, .8); margin: 0; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .8s var(--ease-out), opacity .6s, margin .6s; }
.card:hover h3 { margin-bottom: 0.875rem; }
.card:hover p { max-height: 10rem; opacity: 1; }
.collections__note { margin: clamp(3rem, 6vw, 5rem) auto 0; max-width: 47.5rem; text-align: center; font-family: var(--serif); font-size: clamp(1.375rem, 2.2vw, 1.875rem); line-height: 1.4; color: rgba(246, 241, 233, .85); font-weight: 300; }
.collections__note strong { color: var(--gold-light); font-weight: 400; font-style: italic; }

/* ---------- Gallery ---------- */
.masonry { columns: 3; column-gap: clamp(0.75rem, 1.6vw, 1.375rem); }
.m-item { display: block; margin-bottom: clamp(0.75rem, 1.6vw, 1.375rem); break-inside: avoid; overflow: hidden; position: relative; cursor: zoom-in; background: var(--bg-alt); }
.m-item img { width: 100%; transition: transform 1.4s var(--ease-out); }
.m-item::after {
  content: attr(data-caption); position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2.5rem 1.25rem 1.125rem; color: var(--ivory); font-family: var(--serif); font-style: italic; font-size: 1.25rem;
  background: linear-gradient(transparent, rgba(23, 18, 15, .75));
  transform: translateY(100%); transition: transform .6s var(--ease-out);
}
.m-item:hover img { transform: scale(1.05); }
.m-item:hover::after { transform: none; }

/* ---------- Story ---------- */
.story__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2.5rem, 8vw, 7.5rem); align-items: start; }
.story__aside { position: sticky; top: 6.875rem; }
.story__aside .frame { aspect-ratio: 4/5; max-width: 27.5rem; margin-top: 0.75rem; }
.timeline { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--accent-line); }
.timeline li { padding: 0 0 clamp(3rem, 6vw, 4.5rem) clamp(1.75rem, 4vw, 3.5rem); position: relative; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: -0.375rem; top: 0.875rem; width: 0.6875rem; height: 0.6875rem; border-radius: 50%; background: var(--bg-alt); border: 1px solid var(--accent); }
.timeline__year { font-family: var(--serif); font-style: italic; font-size: clamp(2.5rem, 4.4vw, 4rem); line-height: 1; color: var(--accent); display: block; margin-bottom: 0.875rem; }
.timeline h3 { font-size: 0.8125rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; margin-bottom: 0.75rem; }
.timeline p { color: var(--text-soft); margin: 0; }

/* ---------- Production ---------- */
.prod { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.prod__item { padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 3vw, 2.75rem) clamp(2rem, 4vw, 3.5rem) 0; border-right: 1px solid var(--line-light); transition: background .6s; }
.prod__item + .prod__item { padding-left: clamp(1.25rem, 3vw, 2.75rem); }
.prod__item:last-child { border-right: 0; }
.prod__icon { display: inline-grid; place-items: center; width: 4rem; height: 4rem; border: 1px solid rgba(201, 163, 95, .45); border-radius: 50%; color: var(--gold); margin-bottom: 1.75rem; transition: background .5s, color .5s; }
.prod__icon svg { width: 1.875rem; height: 1.875rem; }
.prod__item:hover .prod__icon { background: var(--gold); color: var(--ink); }
.prod__item h3 { font-family: var(--serif); font-size: clamp(1.75rem, 2.6vw, 2.375rem); margin-bottom: 1rem; }
.prod__item p { color: rgba(246, 241, 233, .7); font-size: 0.9375rem; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.375rem; }
.chips span { font-size: 0.6875rem; letter-spacing: .14em; text-transform: uppercase; padding: 0.4375rem 0.875rem; border: 1px solid var(--line-light); border-radius: 2.5rem; color: var(--gold-light); }

.mv { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2vw, 1.75rem); margin-top: clamp(4rem, 8vw, 6.875rem); }
.mv__item { padding: clamp(2rem, 4vw, 3.5rem); background: var(--ink-2); border: 1px solid var(--line-light); position: relative; }
.mv__item::before { content: ""; position: absolute; top: 0; left: clamp(2rem, 4vw, 3.5rem); width: 3.75rem; height: 0.125rem; background: var(--gold); }
.mv__item h3 { font-family: var(--serif); font-style: italic; font-size: clamp(2rem, 3vw, 2.75rem); color: var(--gold-light); margin-bottom: 1.125rem; }
.mv__item p { color: rgba(246, 241, 233, .72); margin: 0; }

/* ---------- Sustainability ---------- */
.sustain__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 8vw, 7.5rem); align-items: center; }
.sustain__img { margin: 0; aspect-ratio: 4/5; overflow: hidden; }
.sustain__img img { width: 100%; height: 100%; object-fit: cover; }
.sustain__text > p { color: var(--text-soft); font-size: 1.0625rem; }
.certs { margin-top: 2.25rem; display: grid; gap: 0.875rem; }
.cert { display: grid; grid-template-columns: 7.5rem 1fr; gap: 1.375rem; align-items: center; padding: 1.25rem; background: var(--surface); border: 1px solid var(--line); transition: transform .5s var(--ease-out), box-shadow .5s; }
.cert:hover { transform: translateX(0.375rem); box-shadow: 0 1.25rem 2.5rem -1.5rem rgba(61, 10, 20, .35); }
.cert__badge { display: grid; place-items: center; text-align: center; height: 4.5rem; background: #2f5b3a; color: #fff; font-size: 0.6562rem; font-weight: 600; letter-spacing: .12em; padding: 0 0.5rem; line-height: 1.3; }
.cert__badge--leaf { font-size: 1.875rem; background: var(--wine); }
.cert h4 { font-family: var(--serif); font-size: 1.375rem; margin-bottom: 0.25rem; }
.cert p { font-size: 0.875rem; color: var(--stone); margin: 0; line-height: 1.6; }

/* ---------- Band ---------- */
.band { position: relative; min-height: 70vh; display: grid; place-items: center; overflow: hidden; color: var(--ivory); text-align: center; }
.band__bg { position: absolute; left: 0; top: -15%; width: 100%; height: 130%; object-fit: cover; }
.band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(61, 10, 20, .78), rgba(23, 18, 15, .82)); z-index: 1; }
.band__inner { position: relative; z-index: 2; padding: 6.25rem var(--gutter); max-width: 62.5rem; }
.band__quote { font-family: var(--serif); font-weight: 300; font-size: clamp(2.125rem, 5vw, 4.5rem); line-height: 1.1; margin-bottom: 1.75rem; }
.band__quote em { color: var(--gold-light); }
.band__sign { font-family: var(--script); font-size: 3.375rem; color: var(--gold); }

/* ---------- Stores ---------- */
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.store { padding: clamp(1.75rem, 3vw, 2.75rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .5s, color .5s; }
.store:hover { background: var(--wine-deep); color: var(--ivory); }
.store__no { position: absolute; top: clamp(1.75rem, 3vw, 2.75rem); right: clamp(1.75rem, 3vw, 2.75rem); font-family: var(--serif); font-style: italic; font-size: 1.375rem; color: var(--gold); }
.store h3 { font-family: var(--serif); font-size: 2.125rem; line-height: 1.1; }
.store__city { font-size: 0.7188rem; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); margin: 0.375rem 0 1.125rem; font-weight: 500; }
.store:hover .store__city { color: var(--gold); }
.store p:not(.store__city) { font-size: 0.9062rem; color: var(--stone); margin-bottom: 1.125rem; }
.store:hover p:not(.store__city) { color: rgba(246, 241, 233, .7); }
.store a { font-size: 0.875rem; font-weight: 500; border-bottom: 1px solid currentColor; padding-bottom: 0.125rem; }
.store--hq { background: var(--bg-alt); }

/* ---------- Contact ---------- */
.contact { padding-bottom: 0; }
.contact__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 8vw, 7.5rem); padding-bottom: clamp(5rem, 10vw, 8.125rem); }
.info { margin: 2.25rem 0 0; }
.info > div { display: grid; grid-template-columns: 9.375rem 1fr; gap: 1rem; padding: 1.125rem 0; border-top: 1px solid var(--line-light); }
.info dt { font-size: 0.7188rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); padding-top: 0.25rem; }
.info dd { margin: 0; color: rgba(246, 241, 233, .85); }
.info a:hover { color: var(--gold-light); }
.insta { display: inline-flex; align-items: center; gap: 0.75rem; margin-top: 1.625rem; font-size: 0.875rem; letter-spacing: .08em; color: var(--gold-light); }
.insta svg { width: 1.375rem; height: 1.375rem; }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 0.625rem 1.75rem; align-content: start; padding-top: 0.5rem; }
.field { position: relative; padding-top: 1.25rem; }
.field--full { grid-column: 1 / -1; }
.field input, .field textarea {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(246, 241, 233, .25);
  color: var(--ivory); font: 400 1rem var(--sans); padding: 0.75rem 0; outline: none; resize: vertical;
  transition: border-color .4s; border-radius: 0;
}
.field label { position: absolute; left: 0; top: 2rem; font-size: 0.875rem; color: rgba(246, 241, 233, .5); pointer-events: none; transition: transform .4s var(--ease-out), font-size .4s, color .4s; transform-origin: left; }
.field input:focus, .field textarea:focus { border-color: var(--gold); }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label { transform: translateY(-1.75rem); font-size: 0.6875rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.field.is-invalid input, .field.is-invalid textarea { border-color: #e0736b; }
.form .btn { justify-self: start; margin-top: 1.625rem; }
.hp { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form { position: relative; }
.form__captcha { grid-column: 1 / -1; min-height: 0; }
.form__captcha:empty { display: none; }
.form .btn[disabled] { opacity: .6; cursor: progress; }
.form__status[data-kind="error"] { color: #f0a39b; }
.form__status[data-kind="ok"] { color: var(--gold-light); }
.form__status { grid-column: 1 / -1; font-size: 0.875rem; color: var(--gold-light); min-height: 1.5em; margin: 0; }

.map { height: 26.25rem; filter: var(--map-filter); transition: filter .8s; }
.map:hover { filter: none; }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Footer ---------- */
.footer { background: var(--footer-bg); color: rgba(246, 241, 233, .7); padding: 5rem 0 1.875rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3.75rem; border-bottom: 1px solid var(--line-light); }
.brand--footer { color: var(--gold-light); margin-bottom: 1.25rem; }
.brand--footer .brand__script { font-size: 3.5rem; }
.footer__desc { font-size: 0.875rem; margin: 0; }
.footer__nav, .footer__contact { display: grid; gap: 0.625rem; align-content: start; font-size: 0.875rem; }
.footer a:hover { color: var(--gold-light); }
.footer__bottom { display: flex; justify-content: space-between; gap: 1.25rem; padding-top: 1.625rem; font-size: 0.7812rem; letter-spacing: .06em; color: rgba(246, 241, 233, .45); flex-wrap: wrap; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 150; background: rgba(15, 11, 9, .96); display: grid; place-items: center; padding: 3.75rem 4.375rem; opacity: 0; transition: opacity .4s; }
.lightbox[hidden] { display: none; }
.lightbox.is-open { opacity: 1; }
.lightbox figure { margin: 0; text-align: center; }
.lightbox img { max-height: 80vh; max-width: 100%; width: auto; margin: 0 auto; }
.lightbox figcaption { color: var(--gold-light); font-family: var(--serif); font-style: italic; font-size: 1.375rem; margin-top: 1rem; }
.lightbox button { position: absolute; background: none; border: 0; color: var(--ivory); cursor: pointer; font-family: var(--serif); line-height: 1; padding: 0.625rem; transition: color .3s; }
.lightbox button:hover { color: var(--gold); }
.lightbox__close { top: 1rem; right: 1.5rem; font-size: 2.75rem; }
.lightbox__nav { top: 50%; transform: translateY(-50%); font-size: 4rem; }
.lightbox__prev { left: 0.75rem; }
.lightbox__next { right: 0.75rem; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(2.5rem); transition: opacity 1.1s var(--ease-out), transform 1.1s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero .reveal { transition-delay: 1.35s; }
.hero .hero__actions.reveal { transition-delay: 1.5s; }

/* ==========================================================
   Responsive
   ========================================================== */
/* Geniş ekran: çok geniş monitörlerde metin sütunları taşmasın */
@media (min-width: 1800px) {
  .masonry { columns: 4; }
}

/* 15" dizüstü ve küçük masaüstü (1101–1280) */
@media (max-width: 1280px) {
  .stats__grid { grid-template-columns: repeat(3, 1fr); row-gap: 2.5rem; }
  .stat:nth-child(4) { border-left: 0; padding-left: 0; }
  .nav a { letter-spacing: .1em; font-size: 0.75rem; }
}

/* Kısa ekranlar (yatay tablet, 768px yükseklikli dizüstü) */
@media (max-height: 760px) and (min-width: 901px) {
  .hero__title { margin-bottom: 1.25rem; }
  .hero__lead { margin-bottom: 1.75rem; }
  .scroll-cue { display: none; }
  .story__aside { top: 5rem; }
}

/* Tablet ve altı: hamburger menü */
@media (max-width: 1100px) {
  :root { --header-h: 4.375rem; }
  .burger { display: block; }
  .nav {
    position: fixed; inset: 0; z-index: 2; margin: 0;
    background: var(--wine-deep); color: var(--ivory);
    flex-direction: column; justify-content: center; gap: 1.375rem;
    padding: 5rem var(--gutter) 2rem;
    clip-path: circle(0 at calc(100% - 2.5rem) 2.1875rem);
    transition: clip-path .8s var(--ease-out);
    visibility: hidden;
  }
  .nav.is-open { clip-path: circle(150% at calc(100% - 2.5rem) 2.1875rem); visibility: visible; }
  .nav a { font-family: var(--serif); text-transform: none; letter-spacing: 0; font-size: clamp(1.75rem, 6vw, 2.5rem); font-weight: 300; }
  .nav__cta { border: 0; padding: 0.375rem 0 !important; color: var(--gold); }
  .header.menu-open { color: var(--ivory); background: transparent; box-shadow: none; transform: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .header.menu-open .brand { position: relative; z-index: 3; }
  .header.menu-open .brand__script { color: var(--gold-light); }
  .tools { margin-left: auto; gap: 0.5rem; }
}

@media (max-width: 900px) {
  .hero { align-items: flex-end; padding-bottom: 7.5rem; }
  .hero__media::after {
    background: linear-gradient(180deg, rgba(29, 7, 12, .45) 0%, rgba(29, 7, 12, .55) 35%, rgba(29, 7, 12, .93) 70%);
  }
  .video-toggle { bottom: 1.5rem; }

  .intro__grid, .weave__row, .story__grid, .sustain__grid, .contact__grid { grid-template-columns: 1fr; }
  .weave__row--rev .weave__img { order: 0; }
  .weave__img { aspect-ratio: 4/3.4; }
  .section-head--split { grid-template-columns: 1fr; gap: 1.25rem; }
  .story__aside { position: static; }
  .story__aside .frame { max-width: none; aspect-ratio: 16/10; }
  .cards { grid-template-columns: 1fr; }
  .card { aspect-ratio: 4/3.6; }
  .card p { max-height: none; opacity: 1; margin-top: 0.75rem; }
  .prod { grid-template-columns: 1fr; }
  .prod__item, .prod__item + .prod__item { padding: 2.25rem 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .mv { grid-template-columns: 1fr; }
  .store-grid { grid-template-columns: 1fr 1fr; }
  .masonry { columns: 2; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
  .seal { right: 0; top: -3.125rem; width: 6.25rem; height: 6.25rem; }
  .sustain__img { aspect-ratio: 16/11; }
  .band { min-height: 55vh; }
}

/* Dokunmatik cihazlarda hover'a bağlı içerik her zaman görünür */
@media (hover: none) {
  .card p { max-height: none; opacity: 1; margin-top: 0.75rem; }
  .card h3 { margin-bottom: 0; }
  .m-item::after { transform: none; }
}

@media (max-width: 600px) {
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .stat, .stat:nth-child(4) { border-left: 0; padding: 0 0 0 0; }
  .stat:nth-child(odd) { padding-right: 0.75rem; }
  .store-grid { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; }
  .info > div { grid-template-columns: 1fr; gap: 0.25rem; }
  .cert { grid-template-columns: 5.625rem 1fr; gap: 1rem; padding: 1rem; }
  .cert__badge { height: 4rem; font-size: 0.5625rem; }
  .weave__num { font-size: 5rem; }
  .lightbox { padding: 3.75rem 1rem; }
  .lightbox__nav { top: auto; bottom: 1rem; transform: none; font-size: 3rem; }
  .intro__visual { padding-left: 0; }
  .map { height: 20rem; }
  .brand__script { font-size: 2.25rem; }
  .brand__sub { letter-spacing: .3em; }
  .lang { font-size: 0.6875rem; }
  .theme-toggle { width: 2.25rem; height: 2.25rem; }
  .hero__actions .btn { flex: 1 1 100%; }
  .section-head--center .eyebrow::before, .section-head--center .eyebrow::after { width: 1.5rem; }
}

@media (max-width: 360px) {
  .brand__sub { display: none; }
  .tools { gap: 0.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Sunucu tarafı ekler (zee) ---------- */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 300; background: var(--gold); color: var(--ink); padding: 0.75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }
.hp { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form { position: relative; }
.notice { grid-column: 1 / -1; padding: 0.875rem 1.125rem; border: 1px solid rgba(201, 163, 95, .45); background: rgba(201, 163, 95, .12); color: var(--gold-light); font-size: 0.9375rem; }
.form__status[data-kind="error"] { color: #f0a39b; }
.preview-banner { position: fixed; left: 50%; bottom: 1rem; transform: translateX(-50%); z-index: 150; background: var(--ink); color: var(--gold-light); padding: 0.625rem 1.125rem; font-size: 0.8125rem; border: 1px solid var(--gold); }
.preview-banner a { color: var(--gold); text-decoration: underline; }
.page { padding-top: calc(var(--header-h) + 5rem); min-height: 70vh; }
.narrow { max-width: 50rem; }
.prose p { color: var(--text-soft); font-size: 1.0625rem; }
.prose h2 { font-family: var(--serif); font-size: 1.75rem; margin: 2rem 0 1rem; }
.prose ul { padding-left: 1.25rem; color: var(--text-soft); }
body.inner .header { background: var(--header-bg); color: var(--text); box-shadow: 0 1px 0 var(--line); }
body.inner .header .brand__script { color: var(--accent); }
.f-zee { display: inline-flex; align-items: center; gap: 0.5rem; opacity: .75; }
.f-zee img { width: 1.125rem; height: 1.125rem; }
.footer__nav a + a { margin-top: 0; }
.insta { display: inline-flex; }

/* Harita kartı (üçüncü taraf iframe yok: çerez/CSP gerektirmez) */
.contact .container:last-child { padding-bottom: clamp(3rem, 6vw, 5rem); }
.map-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1.25rem, 3vw, 2.5rem); border: 1px solid var(--line-light); background: linear-gradient(120deg, rgba(110, 21, 38, .35), rgba(23, 18, 15, .2)), repeating-linear-gradient(45deg, rgba(246, 241, 233, .03) 0 1px, transparent 1px 9px); transition: border-color .4s, background-color .4s; }
.map-card:hover { border-color: var(--gold); }
.map-card__pin { width: 3.5rem; height: 3.5rem; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(201, 163, 95, .5); color: var(--gold); }
.map-card__pin svg { width: 1.5rem; height: 1.5rem; }
.map-card__text { display: grid; gap: 0.25rem; color: rgba(246, 241, 233, .8); font-size: 0.9375rem; }
.map-card__text strong { font-family: var(--serif); font-weight: 400; font-size: 1.5rem; color: var(--gold-light); }
.map-card__cta { font-size: 0.75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
@media (max-width: 600px) { .map-card { grid-template-columns: auto 1fr; } .map-card__cta { grid-column: 1 / -1; } }

/* ==========================================================
   Sürdürülebilirlik — yeşil bölüm (açık/koyu temada aynı)
   ========================================================== */
.sustain {
  --forest: #0d261b; --forest-2: #15392a; --leaf: #7fbf7a; --sage: #a9cca1; --mint: #dcefd6;
  background:
    radial-gradient(90% 70% at 85% 10%, rgba(127, 191, 122, .18), transparent 60%),
    radial-gradient(70% 60% at 0% 100%, rgba(201, 163, 95, .10), transparent 60%),
    linear-gradient(160deg, var(--forest-2) 0%, var(--forest) 60%, #0a1f16 100%);
  color: var(--ivory); overflow: hidden; isolation: isolate;
}
.sustain::before { /* ince dokuma deseni */
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .05; pointer-events: none;
  background-image: repeating-linear-gradient(45deg, #fff 0 1px, transparent 1px 8px), repeating-linear-gradient(-45deg, #fff 0 1px, transparent 1px 8px);
}
.sustain__leaves { position: absolute; right: -6rem; top: -4rem; width: clamp(22rem, 38vw, 38rem); color: var(--leaf); opacity: .14; z-index: -1; pointer-events: none; }
.sustain .eyebrow { color: var(--leaf); }
.sustain .h2 { color: var(--ivory); }
.sustain .h2 em { color: var(--mint); }
.sustain__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 7vw, 6.5rem); align-items: center; }
.sustain__visual { position: relative; padding: 0 0 2.5rem 0; }
.sustain__img { margin: 0; aspect-ratio: 4/5; overflow: hidden; border-radius: 12rem 12rem 0.25rem 0.25rem; box-shadow: 0 2.5rem 5rem -1.5rem rgba(0, 0, 0, .55); }
.sustain__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease-out); }
.sustain__visual:hover .sustain__img img { transform: scale(1.05); }
.sustain__badge {
  position: absolute; right: -1.25rem; bottom: 0; width: 10.5rem; height: 10.5rem; border-radius: 50%;
  display: grid; place-content: center; text-align: center; gap: 0.25rem; padding: 1.25rem;
  background: radial-gradient(circle at 30% 30%, #95cf8f, #4f9a55 70%); color: #0d261b;
  box-shadow: 0 1.25rem 2.5rem -0.75rem rgba(0, 0, 0, .5), 0 0 0 0.5rem rgba(127, 191, 122, .18);
}
.sustain__badge strong { font-family: var(--serif); font-size: 2.75rem; line-height: 1; font-weight: 500; }
.sustain__badge span { font-size: 0.625rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; line-height: 1.35; }
.sustain .sustain__text > .sustain__lead { color: rgba(236, 245, 233, .82); font-size: 1.0625rem; max-width: 34rem; }
.pillars { list-style: none; margin: 2.25rem 0 0; padding: 0; display: grid; gap: 1rem; }
.pillar { display: grid; grid-template-columns: 3.25rem 1fr; column-gap: 1.125rem; align-items: start; padding: 1.125rem 0; border-top: 1px solid rgba(169, 204, 161, .2); }
.pillar::before {
  content: ""; grid-row: span 2; width: 3.25rem; height: 3.25rem; border-radius: 50%;
  border: 1px solid rgba(127, 191, 122, .5); background-color: rgba(127, 191, 122, .1);
  background-repeat: no-repeat; background-position: center; background-size: 1.5rem;
  background-image: url("/assets/img/ikon-yaprak.svg");
}
.pillar:nth-child(2)::before { background-image: url("/assets/img/ikon-kalp.svg"); }
.pillar:nth-child(3)::before { background-image: url("/assets/img/ikon-insan.svg"); }
.pillar strong { font-family: var(--serif); font-weight: 400; font-size: 1.5rem; color: var(--mint); line-height: 1.2; }
.pillar span { color: rgba(236, 245, 233, .72); font-size: 0.9375rem; line-height: 1.6; }
.sustain .certs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.125rem; margin-top: clamp(3.5rem, 6vw, 5.5rem); }
.sustain .cert { grid-template-columns: 1fr; gap: 1rem; padding: 1.75rem; background: rgba(255, 255, 255, .04); border: 1px solid rgba(169, 204, 161, .22); backdrop-filter: blur(4px); }
.sustain .cert:hover { transform: translateY(-0.375rem); border-color: rgba(127, 191, 122, .6); box-shadow: 0 1.5rem 3rem -1.5rem rgba(0, 0, 0, .6); }
.sustain .cert__badge { justify-self: start; height: auto; padding: 0.5rem 0.875rem; background: var(--leaf); color: #0d261b; border-radius: 2rem; font-size: 0.6875rem; }
.sustain .cert__badge--leaf { font-size: 1.125rem; background: var(--mint); }
.sustain .cert h4 { color: var(--ivory); font-size: 1.5rem; }
.sustain .cert p { color: rgba(236, 245, 233, .7); }
@media (max-width: 900px) {
  .sustain__grid { grid-template-columns: 1fr; }
  .sustain__visual { max-width: 30rem; }
  .sustain .sustain__img { aspect-ratio: 4/5; }
  .sustain__badge { right: 0; width: 8.5rem; height: 8.5rem; }
  .sustain__badge strong { font-size: 2.125rem; }
  .sustain .certs { grid-template-columns: 1fr; }
}

/* ==========================================================
   v3 — Bölüm dokuları ("düz ara alan" yok) + tek ekrana oturan bölümler
   ========================================================== */
:root { --tex-alpha: .07; }
:root[data-theme="dark"] { --tex-alpha: .09; }
.section { isolation: isolate; overflow: hidden; }
.watermark {
  position: absolute; z-index: -1; pointer-events: none; user-select: none;
  font-family: var(--script); font-size: clamp(9rem, 26vw, 26rem); line-height: 1;
  color: var(--accent); opacity: .05; left: -2vw; bottom: -4vw; white-space: nowrap;
}
.watermark--right { left: auto; right: -3vw; top: -3vw; bottom: auto; color: var(--gold); opacity: .06; }

/* Tanıtım: altın/bordo ışık + dokuma deseni */
.intro {
  background:
    radial-gradient(60% 60% at 8% 12%, rgba(201, 163, 95, .16), transparent 60%),
    radial-gradient(55% 55% at 100% 100%, rgba(110, 21, 38, .14), transparent 60%),
    var(--bg);
}
.intro::before, .gallery::before, .stores::before, .weave::before {
  content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; opacity: var(--tex-alpha);
  background-image: url("/assets/img/doku-dokuma.svg"); background-size: 12px 12px;
}
.weave { background: linear-gradient(180deg, var(--bg-alt), var(--bg) 70%); }
.weave::before { background-image: url("/assets/img/doku-balik-sirti.svg"); background-size: 48px 48px; opacity: calc(var(--tex-alpha) * 1.2); }
.gallery { background: radial-gradient(70% 60% at 50% 0%, rgba(201, 163, 95, .12), transparent 70%), var(--bg-alt); }
.stores { background: radial-gradient(60% 70% at 100% 0%, rgba(110, 21, 38, .12), transparent 65%), radial-gradient(50% 60% at 0% 100%, rgba(201, 163, 95, .12), transparent 60%), var(--bg); }
.collections {
  background:
    radial-gradient(60% 70% at 0% 0%, rgba(110, 21, 38, .45), transparent 60%),
    radial-gradient(50% 60% at 100% 100%, rgba(201, 163, 95, .12), transparent 60%),
    var(--dark-bg);
}
.collections::before, .production::before, .contact::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .05;
  background-image: repeating-linear-gradient(45deg, #fff 0 1px, transparent 1px 7px), repeating-linear-gradient(-45deg, #fff 0 1px, transparent 1px 7px);
}
.contact { background: radial-gradient(70% 80% at 100% 0%, rgba(110, 21, 38, .5), transparent 60%), radial-gradient(60% 60% at 0% 100%, rgba(201, 163, 95, .1), transparent 60%), var(--dark-bg); }
.production { background: var(--dark-bg); }
.production__bg { position: absolute; inset: 0; z-index: -2; }
.production__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .18; filter: grayscale(.3) contrast(1.1); }
.production__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--dark-bg) 10%, rgba(23, 18, 15, .7) 55%, rgba(23, 18, 15, .92)); }
:root[data-theme="dark"] .production__bg::after { background: linear-gradient(90deg, #0b0807 10%, rgba(11, 8, 7, .7) 55%, rgba(11, 8, 7, .92)); }
.story__bg { position: absolute; right: 0; top: 0; bottom: 0; width: 46%; z-index: -1; }
.story__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.story__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg-alt) 0%, rgba(236, 227, 213, .55) 45%, rgba(236, 227, 213, .15)); }
:root[data-theme="dark"] .story__bg::after { background: linear-gradient(90deg, var(--bg-alt) 0%, rgba(26, 20, 17, .7) 45%, rgba(26, 20, 17, .35)); }

/* Rakamlar tanıtımın altında (ayrı bant yok) */
.stats--inline { margin-top: clamp(1.5rem, 5vh, 3.5rem); padding-top: clamp(1rem, 3vh, 2rem); border-top: 1px solid var(--line); }
.stats--inline .stat { border-left-color: var(--line); }
.stats--inline .stat strong { color: var(--accent); font-size: clamp(1.75rem, min(3vw, 5vh), 3.25rem); margin-bottom: 0.375rem; }
.stats--inline .stat span { color: var(--stone); }

/* Jakar & Armür yan yana */
.weave__pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 3vw, 3rem); }
.weave__card { display: grid; grid-template-rows: auto 1fr; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 1.5rem 3rem -2rem rgba(23, 18, 15, .35); }
.weave__card .weave__img { aspect-ratio: auto; height: clamp(12rem, 30vh, 22rem); position: relative; }
.weave__card .weave__num { position: absolute; left: 1.25rem; bottom: -0.25rem; margin: 0; font-size: clamp(4rem, 9vh, 6.5rem); -webkit-text-stroke: 1px var(--gold-light); }
.weave__card .weave__text { padding: clamp(1.25rem, 3vh, 2.25rem) clamp(1.25rem, 2.5vw, 2.25rem); }
.weave__card .h3 { margin-bottom: 0.75rem; }
.weave__card p { font-size: clamp(0.9rem, 1.8vh, 1rem); margin-bottom: 0.75rem; }
.weave__card .ticks { margin-top: 0.5rem; }
.weave__card .ticks li { padding: 0.5rem 0 0.5rem 2rem; font-size: 0.875rem; }

/* Galeri: tek ekranlık mozaik */
.bento { columns: auto; display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: clamp(9rem, 29vh, 19rem); gap: clamp(0.5rem, 1vw, 1rem); }
.bento .m-item { margin: 0; height: 100%; }
.bento .m-item img { width: 100%; height: 100%; object-fit: cover; }
.bento .m-item:first-child { grid-column: span 2; grid-row: span 2; }

/* Tarihçe: yatay zaman çizelgesi */
.timeline--row { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2.5vw, 2.5rem); border-left: 0; border-top: 1px solid var(--accent-line); max-width: 62%; }
.timeline--row li { padding: clamp(1.25rem, 3vh, 2rem) 0 0; }
.timeline--row li::before { left: 0; top: -6px; }
.timeline--row .timeline__year { font-size: clamp(2rem, 5vh, 3.25rem); }
.timeline--row p { font-size: clamp(0.85rem, 1.7vh, 0.95rem); line-height: 1.6; }

/* Alıntı bandı + misyon/vizyon */
.band { min-height: auto; display: block; text-align: left; }
.band__inner { position: relative; z-index: 2; padding: 0; max-width: var(--container); padding-inline: var(--gutter); }
.band__quote { max-width: 56rem; }
.band .mv { margin-top: clamp(1.5rem, 5vh, 3.5rem); }
.band .mv__item { background: rgba(15, 11, 9, .45); border-color: rgba(246, 241, 233, .15); backdrop-filter: blur(6px); }
.band .mv__item p { font-size: clamp(0.9rem, 1.8vh, 1rem); }

/* Sürdürülebilirlik: sertifikalar metin sütununda, kompakt */
.sustain .certs { grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-top: clamp(1rem, 3vh, 2rem); }
.sustain .cert { padding: 1rem; gap: 0.5rem; }
.sustain .cert h4 { font-size: 1.125rem; }
.sustain .cert p { font-size: 0.78rem; line-height: 1.5; }
.pillars { margin-top: clamp(1rem, 3vh, 2.25rem); gap: 0; }
.pillar { padding: clamp(0.5rem, 1.4vh, 1.125rem) 0; }
.pillar strong { font-size: 1.3rem; }

/* Mağazalar kompakt */
.store { padding: clamp(1rem, 2.6vh, 2.25rem) clamp(1.25rem, 2.2vw, 2.25rem); }
.store h3 { font-size: clamp(1.5rem, 3.4vh, 2.125rem); }
.store__city { margin: 0.25rem 0 0.75rem; }
.store p:not(.store__city) { margin-bottom: 0.75rem; }

/* İletişim: harita bağlantısı bilgi sütununda */
.contact { padding-bottom: clamp(80px, 12vw, 160px); }
.contact__grid { padding-bottom: 0; }
.contact__links { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; margin-top: 1.5rem; }
.map-link, .contact__links .insta { display: inline-flex; align-items: center; gap: 0.625rem; margin: 0; font-size: 0.875rem; letter-spacing: .08em; color: var(--gold-light); }
.map-link svg { width: 1.25rem; height: 1.25rem; }
.map-link:hover, .contact__links .insta:hover { color: var(--gold); }

/* ---------- Masaüstü: her bölüm tek ekrana oturur ---------- */
@media (min-width: 901px) {
  html { scroll-snap-type: y proximity; }
  .hero, .fit { scroll-snap-align: start; }
  .fit {
    min-height: 100vh; min-height: 100svh;
    display: flex; flex-direction: column; justify-content: center;
    padding-top: calc(4.25rem + clamp(1rem, 4vh, 3rem));
    padding-bottom: clamp(1.25rem, 5vh, 3.5rem);
  }
  .fit > .container { width: 100%; }
  .fit .section-head { margin-bottom: clamp(1rem, 4vh, 3rem); }
  .fit .h2 { font-size: clamp(2.25rem, min(4.8vw, 7.4vh), 4.75rem); margin-bottom: clamp(0.5rem, 2vh, 1.5rem); }
  .fit .section-head__lead { font-size: clamp(0.95rem, 1.9vh, 1.0625rem); }
  .fit .eyebrow { margin-bottom: clamp(0.75rem, 2vh, 1.375rem); }
  /* Tanıtım */
  .intro__grid { align-items: center; }
  .intro__body p { font-size: clamp(0.92rem, 1.9vh, 1.0625rem); margin-bottom: 0.85em; }
  .intro__visual { padding: 0 0 12% 10%; }
  .fit .frame--tall { aspect-ratio: auto; height: clamp(16rem, 50vh, 36rem); }
  .seal { width: clamp(5.5rem, 12vh, 8rem); height: clamp(5.5rem, 12vh, 8rem); top: -2rem; right: -1rem; }
  /* Koleksiyonlar */
  .fit .card { aspect-ratio: auto; height: clamp(16rem, 50vh, 34rem); }
  .fit .collections__note { margin-top: clamp(1rem, 3.5vh, 3rem); font-size: clamp(1.05rem, 2.4vh, 1.625rem); }
  /* Sürdürülebilirlik */
  .fit .sustain__img { aspect-ratio: auto; height: clamp(18rem, 66vh, 40rem); }
  .fit .sustain__badge { width: clamp(7.5rem, 17vh, 10.5rem); height: clamp(7.5rem, 17vh, 10.5rem); }
  .fit .sustain__lead { font-size: clamp(0.92rem, 1.9vh, 1.0625rem); margin-bottom: 0; }
  /* Alıntı */
  .fit .band__quote { font-size: clamp(2rem, min(4.2vw, 6.5vh), 4.25rem); margin-bottom: 0.5rem; }
  .band__bg { top: -10%; height: 120%; }
  /* Mağazalar */
  .fit .store-grid { grid-auto-rows: 1fr; }
  /* İletişim */
  .contact.fit { padding-bottom: clamp(1.25rem, 5vh, 3.5rem); }
  .fit .info > div { padding: clamp(0.6rem, 1.6vh, 1.125rem) 0; }
}
/* Çok kısa ekranlar (≤ 760px yükseklik): ikincil metinler kısalır */
@media (min-width: 901px) and (max-height: 760px) {
  .sustain .cert p, .weave__card .ticks { display: none; }
  .timeline--row p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
  .intro__body p + p { display: none; }
}

/* ---------- Tablet / mobil: doğal akış ---------- */
@media (max-width: 1100px) {
  .timeline--row { max-width: none; grid-template-columns: 1fr 1fr; }
  .story__bg { width: 100%; opacity: .25; }
}
@media (max-width: 900px) {
  .weave__pair { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 42vw; }
  .bento .m-item:first-child { grid-column: span 2; grid-row: span 1; }
  .sustain .certs { grid-template-columns: 1fr; }
  .band { padding: clamp(4rem, 12vw, 6rem) 0; }
  .watermark { font-size: 9rem; }
}
@media (max-width: 600px) {
  .timeline--row { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--accent-line); }
  .timeline--row li { padding: 0 0 2rem 1.75rem; }
  .timeline--row li::before { left: -6px; top: 0.9rem; }
}

/* v3.1 — tek ekran bütçesine göre sıkılaştırma (masaüstü) */
@media (min-width: 901px) {
  .fit .h2 { font-size: clamp(2rem, min(4.2vw, 6.4vh), 4.25rem); line-height: 1.04; }
  .fit .section-head--split { grid-template-columns: 1.7fr 1fr; }
  .fit .section-head { margin-bottom: clamp(1rem, 3.2vh, 2.5rem); }
  /* Tanıtım */
  .stats--inline { margin-top: clamp(1rem, 3.5vh, 2.5rem); padding-top: clamp(0.75rem, 2.4vh, 1.5rem); }
  .stats--inline .stat { padding: 0 1rem; }
  .stats--inline .stat span { font-size: 0.75rem; line-height: 1.35; }
  .stats--inline .stat strong { font-size: clamp(1.6rem, min(2.6vw, 4.4vh), 2.75rem); }
  .fit .frame--tall { height: clamp(15rem, 46vh, 34rem); }
  /* Jakar & Armür: maddeler etiket olarak yan yana */
  .weave__card .weave__img { height: clamp(10rem, 24vh, 18rem); }
  .weave__card .ticks { display: flex; flex-wrap: wrap; gap: 0.5rem; border: 0; margin-top: 0.75rem; }
  .weave__card .ticks li { border: 1px solid var(--line); border-radius: 2rem; padding: 0.3rem 0.8rem; font-size: 0.75rem; }
  .weave__card .ticks li::before { display: none; }
  /* Koleksiyonlar */
  .fit .card { height: clamp(14rem, 44vh, 30rem); }
  .fit .collections__note { font-size: clamp(1rem, 2.1vh, 1.4rem); }
  /* Tarihçe: tam genişlik, görsel arkada silik */
  .timeline--row { max-width: none; }
  .story__bg { width: 55%; }
  .story__bg img { opacity: .55; }
  /* Üretim */
  .prod__item, .prod__item + .prod__item { padding-top: clamp(1rem, 3vh, 2.5rem); padding-bottom: clamp(1rem, 3vh, 2.5rem); }
  .prod__icon { width: 3rem; height: 3rem; margin-bottom: clamp(0.75rem, 2vh, 1.5rem); }
  .prod__icon svg { width: 1.5rem; height: 1.5rem; }
  .prod__item p { font-size: clamp(0.88rem, 1.8vh, 0.95rem); }
  .chips { margin-top: 0.75rem; }
  /* Sürdürülebilirlik: sütunlar yatay, sertifikalar tek satır */
  .fit .sustain__img { height: clamp(16rem, 60vh, 36rem); }
  .pillars { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .pillar { grid-template-columns: 1fr; row-gap: 0.4rem; border-top: 1px solid rgba(169, 204, 161, .2); }
  .pillar::before { grid-row: auto; width: 2.5rem; height: 2.5rem; background-size: 1.2rem; }
  .pillar strong { font-size: 1.15rem; }
  .pillar span { font-size: 0.78rem; line-height: 1.5; }
  .sustain .cert { grid-template-columns: auto 1fr; align-items: center; padding: 0.75rem 0.9rem; }
  .sustain .cert p { display: none; }
  .sustain .cert h4 { font-size: 1rem; margin: 0; }
  .sustain .cert__badge { font-size: 0.6rem; padding: 0.35rem 0.6rem; }
}
@media (min-width: 901px) and (min-height: 1200px) {
  .sustain .cert { grid-template-columns: 1fr; align-items: start; }
  .sustain .cert p { display: block; }
}
