/* =========================================================
   Atölye Event — Stil v3
   Editoryal, romantik-modern butik etkinlik teması
   Kemer görseller · dev tipografi · script dokunuşlar
   ========================================================= */

:root {
  /* Renkler — sessiz lüks: fildişi zemin, keskin karmen vurgu */
  --bg:        #fffdfb;
  --bg-soft:   #f9f2ec;
  --white:     #ffffff;
  --ink:       #241310;
  --dark:      #241310;
  --cream:     #f6ece2;
  --cream-mut: #c9b3a7;
  --muted:     #8a7166;
  --rose:      #d41837;
  --rose-deep: #97102a;
  --rose-soft: #fbdcd7;
  --peach:     #ffe8dc;
  --gold:      #cf9530;
  --line:      rgba(212, 24, 55, 0.3);
  --border:    #eee1d6;

  /* Tipografi */
  --serif:  "Fraunces", Georgia, serif;
  --sans:   "Manrope", system-ui, -apple-system, sans-serif;
  --script: "Great Vibes", cursive;

  /* Ölçü */
  --container: 1240px;
  --shadow: 0 30px 60px -28px rgba(51, 41, 31, 0.28);
  --shadow-soft: 0 18px 40px -24px rgba(51, 41, 31, 0.22);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset & taban ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 480;
  line-height: 1.05;
  letter-spacing: -0.018em;
  margin: 0;
  color: var(--ink);
}

/* Film greni — tüm sayfaya derinlik katan doku */
body::after {
  content: "";
  position: fixed; top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2000;
  pointer-events: none;
  opacity: .045;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

.accent { color: var(--rose); font-style: italic; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

.section { padding: clamp(60px, 8vw, 110px) 0; position: relative; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--rose);
  margin: 0 0 1.2rem;
}

/* Ghost başlık — bölümün arkasında dev soluk kelime */
.section__head { max-width: 760px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; position: relative; }
.section__head[data-ghost]::before {
  content: attr(data-ghost);
  position: absolute; left: 50%; top: -0.35em; transform: translateX(-50%);
  font-family: var(--script);
  font-size: clamp(4rem, 11vw, 8.5rem);
  color: var(--rose);
  opacity: 0.08;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}
.section__head h2 { font-size: clamp(2.1rem, 4.2vw, 3.3rem); position: relative; }
.section__lead { color: var(--muted); font-size: 1.08rem; margin: 1.4rem 0 0; position: relative; }

/* ---------- Butonlar ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1.1em 2.2em;
  border-radius: 60px;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), background .45s, color .45s, border-color .45s;
  will-change: transform;
}
.btn__arrow { display: inline-block; transition: transform .4s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(5px); }

.btn--rose {
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: #fff;
  box-shadow: 0 16px 34px -14px rgba(220, 31, 60, 0.75);
}
.btn--rose::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--rose-deep), #7c0f20);
  opacity: 0; transition: opacity .45s;
}
.btn--rose:hover { transform: translateY(-3px); box-shadow: 0 24px 46px -16px rgba(158, 15, 40, 0.85); }
.btn--rose:hover::before { opacity: 1; }
.btn { isolation: isolate; }
.btn--rose::before { z-index: -1; }

.btn--sm { padding: .72em 1.5em; font-size: 0.74rem; }
.btn--lg { padding: 1.25em 2.7em; font-size: 0.92rem; }
.btn--block { width: 100%; }

.link-underline {
  position: relative;
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .05em;
  color: var(--ink);
  padding-bottom: 5px;
}
.link-underline::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--rose);
  transform-origin: right; transition: transform .45s var(--ease);
}
.link-underline:hover::after { transform: scaleX(0.35); transform-origin: left; }

/* ---------- Scroll ilerleme ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--rose), var(--gold));
  z-index: 200;
}

/* ---------- Navbar (yüzen ada) ---------- */
.nav {
  position: fixed; top: 16px; left: 0; right: 0; z-index: 100;
  padding: 0 clamp(14px, 3vw, 36px);
  transition: top .4s var(--ease);
}
.nav.is-scrolled { top: 10px; }
.nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255, 253, 249, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(220, 31, 60, 0.16);
  border-radius: 999px;
  padding: 10px 12px 10px 20px;
  box-shadow: 0 20px 44px -24px rgba(46, 33, 25, 0.4);
  transition: background .5s, box-shadow .5s;
}
.nav.is-scrolled .nav__inner {
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 24px 52px -24px rgba(46, 33, 25, 0.48);
}
/* Logo maskesi — logo, sayfanın renklerini giyer */
.logo-mask {
  display: block;
  aspect-ratio: 1043 / 395;
  background: var(--ink);
  -webkit-mask: url("../assets/logo.svg") no-repeat center / contain;
  mask: url("../assets/logo.svg") no-repeat center / contain;
}

.nav__brand {
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
  transition: transform .4s var(--ease);
}
.nav__brand:hover { transform: scale(1.04); }
.nav__logo {
  width: 104px;
  background: linear-gradient(120deg, var(--ink) 40%, var(--rose-deep));
  transition: background .4s;
}
.nav__brand:hover .nav__logo {
  background: linear-gradient(120deg, var(--rose), var(--rose-deep));
}
.nav__tagline {
  font-style: normal; font-size: 0.55rem; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--muted); font-weight: 600;
  padding-left: 4px;
}
.nav__links { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.2rem); }
.nav__links > a:not(.btn) {
  font-size: 0.88rem; font-weight: 600; color: var(--ink);
  position: relative; padding: 4px 0;
  transition: color .3s;
}
.nav__links > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--rose); border-radius: 2px;
  transition: width .35s var(--ease);
}
.nav__links > a:not(.btn):hover { color: var(--rose-deep); }
.nav__links > a:not(.btn):hover::after { width: 100%; }
.nav__links > a.is-active:not(.btn) { color: var(--rose-deep); }
.nav__links > a.is-active:not(.btn)::after { width: 100%; }

.nav__toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; cursor: pointer; padding: 8px;
  position: relative; z-index: 130;
}
.nav__toggle span {
  width: 26px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform .4s var(--ease), opacity .3s;
}
.nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Sayfa başlığı (iç sayfalar) ---------- */
.page-hero {
  position: relative;
  padding: clamp(140px, 19vh, 180px) 0 clamp(48px, 6vw, 72px);
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.page-hero::after {
  content: "";
  position: absolute; right: -8%; top: -30%;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(251,205,199,.45), transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}
.page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  letter-spacing: -0.025em;
  max-width: 800px;
}
.page-hero__lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 1.1rem 0 0;
}

.section__more { text-align: center; margin-top: clamp(36px, 5vw, 52px); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center;
  padding: clamp(96px, 13vh, 130px) 0 56px;
  overflow: hidden;
}
.hero__blob {
  position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none;
}
.hero__blob--1 {
  width: 620px; height: 620px; top: -200px; right: -140px;
  background: radial-gradient(circle, rgba(251,205,199,.5), rgba(251,205,199,0) 70%);
}
.hero__blob--2 { display: none; }

.hero__watermark {
  position: absolute;
  left: -3%; bottom: 6%;
  width: min(46vw, 560px);
  background: var(--rose);
  opacity: 0.06;
  transform: rotate(-9deg);
  pointer-events: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.hero__eyebrow {
  display: flex; align-items: center; gap: 14px;
  text-transform: uppercase; letter-spacing: 0.3em;
  font-size: 0.7rem; font-weight: 800; color: var(--rose);
  margin: 0 0 1.6rem;
}
.hero__eyebrow-line { width: 46px; height: 1px; background: var(--rose); flex: none; }

.hero__title {
  font-size: clamp(2.7rem, 5.6vw, 4.9rem);
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 0 0 1.3rem;
}
.hero__title .line {
  display: block; overflow: hidden;
  padding-bottom: .14em; margin-bottom: -.14em; /* italik alt kuyruklar kırpılmasın */
}
.hero__title .line > span {
  display: block;
  transform: translateY(115%);
  transition: transform 1.1s var(--ease);
}
body.is-loaded .hero__title .line > span { transform: translateY(0); }
.hero__title .line:nth-child(1) > span { transition-delay: .1s; }
.hero__title .line:nth-child(2) > span { transition-delay: .22s; }
.hero__title .line:nth-child(3) > span { transition-delay: .34s; }
.hero__title .line:nth-child(4) > span { transition-delay: .46s; }
.hero__title em { font-style: italic; color: var(--rose); }

.hero__sub {
  max-width: 480px;
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  color: var(--muted);
  margin: 0 0 1.9rem;
  opacity: 0; transform: translateY(20px);
  transition: opacity 1s var(--ease) .6s, transform 1s var(--ease) .6s;
}
.hero__actions {
  display: flex; align-items: center; flex-wrap: wrap; gap: 1.6rem;
  opacity: 0; transform: translateY(20px);
  transition: opacity 1s var(--ease) .75s, transform 1s var(--ease) .75s;
}
.hero__proof {
  display: flex; align-items: center; gap: 12px;
  margin-top: 2rem;
  opacity: 0; transform: translateY(20px);
  transition: opacity 1s var(--ease) .9s, transform 1s var(--ease) .9s;
}
body.is-loaded .hero__sub,
body.is-loaded .hero__actions,
body.is-loaded .hero__proof { opacity: 1; transform: none; }

.hero__stars { color: var(--gold); letter-spacing: 3px; font-size: .95rem; }
.hero__proof p { margin: 0; font-size: .88rem; color: var(--muted); }
.hero__proof strong { color: var(--ink); }

/* Hero görsel kompozisyonu */
.hero__visual {
  position: relative;
  min-height: clamp(400px, 46vw, 560px);
  opacity: 0; transform: translateY(30px) scale(.97);
  transition: opacity 1.2s var(--ease) .35s, transform 1.2s var(--ease) .35s;
}
body.is-loaded .hero__visual { opacity: 1; transform: none; }

.arch { overflow: hidden; }
.arch img { width: 100%; height: 100%; object-fit: cover; }

.arch--main {
  position: absolute; right: 4%; top: 0;
  width: min(86%, 470px); height: 96%;
  border-radius: 999px 999px 16px 16px;
  box-shadow: var(--shadow);
  outline: 1px solid var(--line);
  outline-offset: 14px;
}
.arch--main img { transition: transform 8s var(--ease); }
.hero__visual:hover .arch--main img { transform: scale(1.06); }

/* Dönen mühür */
.hero__stamp {
  position: absolute; top: 4%; left: 8%;
  width: 118px; height: 118px; z-index: 3;
  display: grid; place-items: center;
}
.hero__stamp svg {
  position: absolute; inset: 0;
  animation: spin 16s linear infinite;
  overflow: visible;
}
.hero__stamp text {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  fill: var(--rose-deep);
}
.hero__stamp-heart {
  font-size: 1.15rem; color: var(--rose);
  background: var(--white);
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: var(--shadow-soft);
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Alıntı kartı */
.hero__card {
  position: absolute; right: 0; bottom: 10%;
  z-index: 3;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 16px;
  padding: 18px 22px 14px;
  box-shadow: var(--shadow-soft);
  max-width: 230px;
  animation: floaty 5.5s ease-in-out infinite;
}
.hero__card-script {
  font-family: var(--script); font-size: 1.6rem; color: var(--rose); line-height: 1;
  display: block; margin-bottom: 4px;
}
.hero__card p { margin: 0 0 6px; font-family: var(--serif); font-style: italic; font-size: 1rem; line-height: 1.4; }
.hero__card small { color: var(--muted); font-size: .74rem; letter-spacing: .06em; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* Scroll göstergesi */
.hero__scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero__scroll-text {
  font-size: .66rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--muted); font-weight: 700;
}
.hero__scroll-line {
  width: 1px; height: 44px; background: var(--line); position: relative; overflow: hidden;
}
.hero__scroll-line::after {
  content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%;
  background: var(--rose);
  animation: scrollLine 1.8s var(--ease) infinite;
}
@keyframes scrollLine { to { top: 110%; } }

/* ---------- Marquee ---------- */
.marquee {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--white);
  overflow: hidden; padding: 18px 0;
}
.marquee__track {
  display: flex; align-items: center; gap: 3.2rem;
  white-space: nowrap; width: max-content;
  animation: marquee 40s linear infinite;
}
.marquee__track span {
  font-family: var(--sans); font-size: .8rem; font-style: normal;
  font-weight: 700; letter-spacing: .32em; text-transform: uppercase;
  color: var(--muted);
}
.marquee__track span.outline {
  -webkit-text-stroke: 0;
  color: var(--rose);
}
.marquee__track i { color: var(--gold); font-style: normal; font-size: .7rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- About ---------- */
.about { background: var(--bg); }
.about__grid {
  display: grid; grid-template-columns: 1fr 1.05fr;
  gap: clamp(48px, 7vw, 100px); align-items: center;
}
.about__images { position: relative; padding-bottom: 70px; }
.about__img-main {
  width: 84%;
  aspect-ratio: 4 / 4.7;
  border-radius: 999px 999px 20px 20px;
  border: 10px solid var(--white);
  box-shadow: var(--shadow);
}
.about__img-float {
  position: absolute; right: 0; bottom: 0;
  width: 48%;
  border-radius: 16px;
  overflow: hidden;
  border: 8px solid var(--white);
  box-shadow: var(--shadow-soft);
  z-index: 2;
}
.about__badge {
  position: absolute; top: 6%; left: -14px; z-index: 3;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: #fff; border-radius: 50%;
  width: 112px; height: 112px;
  display: grid; place-content: center; text-align: center;
  box-shadow: 0 20px 44px -16px rgba(220, 31, 60,.7);
  line-height: 1.15;
  animation: floaty 6s ease-in-out infinite;
}
.about__badge strong { font-family: var(--serif); font-size: 2.1rem; }
.about__badge span { font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }
.about__script {
  position: absolute; right: 4%; top: -30px;
  font-family: var(--script);
  font-size: clamp(3rem, 6vw, 4.6rem);
  color: var(--rose); opacity: .35;
  transform: rotate(-8deg);
  pointer-events: none;
}
.about__text h2 { font-size: clamp(2.1rem, 4vw, 3.3rem); margin-bottom: 1.6rem; }
.about__text > p, .about__text .reveal p { color: var(--muted); margin: 0 0 1.2rem; }
.about__text p { color: var(--muted); margin: 0 0 1.2rem; }
.about__list { margin: 1.9rem 0 2.2rem; display: grid; gap: 1rem; }
.about__list li { position: relative; padding-left: 2.1rem; font-weight: 600; }
.about__list li::before {
  content: "✦"; position: absolute; left: 0; top: 0; color: var(--rose);
}

/* ---------- Stats ---------- */
.stats {
  background: var(--white);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: clamp(44px, 5.5vw, 70px) 0;
}
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat { position: relative; }
.stat:not(:last-child)::after {
  content: "✦"; position: absolute; right: -18px; top: 50%; transform: translateY(-50%);
  color: var(--line); font-size: .8rem;
}
.stat strong {
  display: block; font-family: var(--serif); font-size: clamp(2.6rem, 5.4vw, 4rem);
  color: var(--ink); line-height: 1.05;
}
.stat span { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

/* ---------- Services ---------- */
.services { background: var(--bg); }
.services__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
}
.service-card {
  position: relative; overflow: hidden;
  cursor: pointer;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 44px 38px 40px;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .55s;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--rose);
  box-shadow: 0 24px 50px -30px rgba(36, 19, 16, 0.35);
}
.service-card > * { position: relative; }
.service-card__num {
  font-family: var(--sans);
  font-size: .7rem; font-weight: 800; color: var(--rose);
  display: block; margin-bottom: 1.2rem; letter-spacing: .3em;
}
.service-card h3 { font-size: 1.75rem; margin-bottom: .8rem; }
.service-card p { color: var(--muted); font-size: .97rem; margin: 0 0 1.7rem; }
.service-card__tag {
  display: inline-block; font-size: .66rem; text-transform: uppercase; letter-spacing: .18em;
  color: var(--rose-deep); background: var(--rose-soft);
  border-radius: 40px; padding: .5em 1.1em;
  font-weight: 800;
}
.service-card__arrow {
  position: absolute; right: 30px; bottom: 30px;
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--border);
  color: var(--rose-deep);
  font-size: 1.05rem;
  transition: background .45s, color .45s, transform .45s var(--ease), border-color .45s;
}
.service-card:hover .service-card__arrow {
  background: var(--rose); border-color: var(--rose); color: #fff;
  transform: rotate(-45deg);
}
.service-card--featured {
  background: var(--dark);
  border-color: var(--dark);
  box-shadow: 0 30px 60px -30px rgba(36, 19, 16, 0.55);
}
.service-card--featured h3 { color: var(--cream); }
.service-card--featured p { color: var(--cream-mut); }
.service-card--featured .service-card__tag {
  background: rgba(255, 255, 255, .1); color: var(--cream);
}
.service-card--featured .service-card__arrow {
  border-color: rgba(255, 255, 255, .25); color: var(--cream);
}
.service-card--featured:hover { border-color: var(--rose); }
.service-card__star {
  display: inline-block;
  font-size: .64rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  border-radius: 40px; padding: .5em 1.2em;
  margin-bottom: 1.2rem;
  box-shadow: 0 10px 22px -10px rgba(220, 31, 60,.6);
}

/* ---------- Process ---------- */
.process {
  background: var(--white);
  border-top: 1px solid var(--border);
}
.process__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 28px; }
.process-step {
  position: relative;
  border-top: 1px solid var(--border);
  padding: 26px 4px 0;
  transition: border-color .5s;
}
.process-step:hover { border-color: var(--rose); }
.process-step__no {
  font-family: var(--serif); font-style: italic;
  font-size: 2.6rem; line-height: 1;
  color: var(--rose);
  display: block; margin-bottom: .9rem;
}
.process-step h3 { font-size: 1.5rem; margin-bottom: .6rem; }
.process-step p { color: var(--muted); font-size: .94rem; margin: 0; }

/* ---------- Gallery ---------- */
.gallery { background: var(--bg); }
.gallery__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 18px;
  grid-auto-flow: dense;
}
.gallery__item {
  position: relative; overflow: hidden; border-radius: 12px; margin: 0;
  box-shadow: 0 16px 34px -22px rgba(51,41,31,.35);
}
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease), filter 1.1s;
}
.gallery__item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(51,41,31,.55));
  opacity: 0; transition: opacity .5s;
}
.gallery__item figcaption {
  position: absolute; left: 20px; bottom: 16px; z-index: 2;
  color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .08em;
  opacity: 0; transform: translateY(12px);
  transition: opacity .5s var(--ease) .08s, transform .5s var(--ease) .08s;
}
.gallery__item:hover img { transform: scale(1.08); }
.gallery__item:hover::after { opacity: 1; }
.gallery__item:hover figcaption { opacity: 1; transform: none; }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--tall.gallery__item { border-radius: 999px 999px 18px 18px; }
.gallery__item--wide { grid-column: span 2; }

/* ---------- Testimonials ---------- */
.testimonials {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
}
/* Yatay kaydırmalı yorum şeridi */
.testimonials__grid {
  display: flex;
  gap: clamp(24px, 3vw, 44px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;        /* kaydırma çubuğu gizli — akış otomatik */
}
.testimonials__grid.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.testimonials__grid::-webkit-scrollbar { display: none; }
.testimonial {
  flex: 0 0 min(84vw, 380px);
  scroll-snap-align: start;
  background: transparent; border: 0; border-left: 2px solid var(--rose);
  border-radius: 0;
  padding: 6px 0 6px clamp(20px, 2.5vw, 32px); margin: 0; position: relative;
  transition: transform .5s var(--ease);
}
.drag-hint {
  text-align: center; margin: 18px 0 0;
  font-size: .68rem; font-weight: 800;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--muted);
}
.testimonial__stars { color: var(--gold); letter-spacing: 4px; font-size: .85rem; margin-bottom: 1rem; }
.testimonial p {
  font-family: var(--serif); font-size: 1.35rem; font-style: italic;
  color: var(--ink); margin: 0 0 1.6rem; line-height: 1.45;
}
.testimonial footer strong { display: block; font-weight: 800; letter-spacing: .02em; }
.testimonial footer span { font-size: .76rem; color: var(--rose); letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }

/* ---------- SSS ---------- */
.faq { background: var(--bg); }
.faq__list { max-width: 780px; margin: 0 auto; display: grid; gap: 14px; }
.faq__item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .4s, box-shadow .4s;
}
.faq__item[open] { border-color: var(--line); box-shadow: var(--shadow-soft); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 20px 26px;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  transition: color .3s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--rose-deep); }
.faq__icon {
  flex: none; position: relative;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--rose-soft);
  transition: background .35s, transform .45s var(--ease);
}
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  background: var(--rose-deep);
  transform: translate(-50%, -50%);
  transition: background .35s;
}
.faq__icon::before { width: 12px; height: 2px; }
.faq__icon::after { width: 2px; height: 12px; }
.faq__item[open] .faq__icon { background: var(--rose); transform: rotate(135deg); }
.faq__item[open] .faq__icon::before, .faq__item[open] .faq__icon::after { background: #fff; }
.faq__body { padding: 0 26px 22px; }
.faq__body p { margin: 0; color: var(--muted); font-size: .98rem; }

/* ---------- Yukarı dön ---------- */
.to-top {
  position: fixed; left: 20px; bottom: 20px; z-index: 90;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, .85);
  backdrop-filter: blur(10px);
  color: var(--rose-deep);
  font-size: 1.15rem;
  cursor: pointer;
  box-shadow: 0 12px 26px -14px rgba(46, 33, 25, .4);
  opacity: 0; transform: translateY(16px); pointer-events: none;
  transition: opacity .4s var(--ease), transform .4s var(--ease), background .3s;
}
.to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--rose); color: #fff; border-color: var(--rose); }

/* ---------- Lightbox ---------- */
.lightbox[hidden] { display: none !important; }
.lightbox {
  position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 300;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  background: rgba(30, 20, 16, .92);
  backdrop-filter: blur(8px);
  padding: 30px;
  opacity: 0; transition: opacity .35s var(--ease);
}
.lightbox.is-open { opacity: 1; }
.lightbox__figure { margin: 0; max-width: min(1100px, 82vw); text-align: center; }
.lightbox__figure img {
  max-width: 100%; max-height: 78vh;
  border-radius: 14px;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,.8);
  margin: 0 auto;
}
.lightbox__figure figcaption {
  color: #f3e9dd; font-size: .88rem; letter-spacing: .08em;
  margin-top: 14px; font-weight: 600;
}
.lightbox__close, .lightbox__nav {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff; cursor: pointer;
  border-radius: 50%;
  display: grid; place-items: center;
  transition: background .3s, transform .3s var(--ease);
}
.lightbox__close { position: absolute; top: 22px; right: 22px; width: 46px; height: 46px; font-size: 1rem; }
.lightbox__nav { width: 52px; height: 52px; font-size: 1.8rem; line-height: 1; flex: none; }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--rose); border-color: var(--rose); transform: scale(1.08); }
.gallery__item { cursor: zoom-in; }

/* ---------- Kurumsal intro ---------- */
.corp-intro { background: var(--bg); }
.corp-intro__grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(44px, 6vw, 90px); align-items: center;
}
.corp-intro__text h2 { font-size: clamp(2rem, 3.8vw, 3rem); margin-bottom: 1.5rem; }
.corp-intro__text p { color: var(--muted); margin: 0 0 1.2rem; }
.corp-intro__text .about__list li strong { color: var(--ink); font-weight: 700; }
.corp-intro__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; margin-top: 1.8rem; }
.corp-intro__visual { position: relative; padding-bottom: 64px; }
.corp-img { margin: 0; overflow: hidden; border-radius: 18px; }
.corp-img--main {
  width: 88%;
  box-shadow: var(--shadow);
  outline: 1px solid var(--line);
  outline-offset: 12px;
}
.corp-img--float {
  position: absolute; right: 0; bottom: 0;
  width: 52%;
  border: 8px solid var(--white);
  box-shadow: var(--shadow-soft);
}
.corp-img img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Referans logoları ---------- */
.clients {
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: clamp(40px, 5vw, 60px) 0;
}
.clients__label {
  text-align: center;
  font-size: .68rem; font-weight: 800;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 2.2rem;
}
.clients__row {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: clamp(1.8rem, 4.5vw, 4rem);
}
.client {
  color: var(--muted);
  opacity: .55;
  filter: grayscale(1);
  white-space: nowrap;
  transition: opacity .4s, color .4s, filter .4s;
  cursor: default;
}
.client:hover { opacity: 1; color: var(--ink); filter: none; }
.client--serif { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; font-style: italic; }
.client--caps { font-family: var(--sans); font-size: .8rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.client--script { font-family: var(--script); font-size: 1.7rem; }
.clients__row img { height: 34px; width: auto; opacity: .55; filter: grayscale(1); transition: opacity .4s, filter .4s; }
.clients__row img:hover { opacity: 1; filter: none; }

/* ---------- CTA ---------- */
.cta { padding: clamp(60px, 8vw, 100px) 0; background: var(--bg); }
.cta__panel {
  position: relative;
  text-align: center;
  background: var(--dark);
  border-radius: 24px;
  padding: clamp(56px, 7vw, 96px) clamp(24px, 6vw, 80px);
  box-shadow: 0 40px 80px -40px rgba(36, 19, 16, 0.6);
  overflow: hidden;
}
.cta__script {
  font-family: var(--script);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--rose);
  display: block; margin-bottom: .4rem;
  transform: rotate(-3deg);
}
.cta__panel h2 { font-size: clamp(2.4rem, 5.6vw, 4.2rem); margin: 0 0 1.2rem; color: var(--cream); }
.cta__panel h2 .accent { color: var(--rose); }
.cta__sub { color: var(--cream-mut); font-size: 1.08rem; margin: 0 0 2.6rem; }
.cta__flower { display: none; }
.cta__watermark {
  position: absolute;
  right: -5%; bottom: -16%;
  width: min(44vw, 480px);
  background: var(--rose);
  opacity: 0.16;
  transform: rotate(-7deg);
  pointer-events: none;
}

/* ---------- Contact ---------- */
.contact { background: var(--white); border-top: 1px solid var(--border); }
.contact__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(44px, 6vw, 84px); align-items: start; }
.contact__info h2 { font-size: clamp(2.1rem, 4vw, 3.3rem); margin-bottom: 1.2rem; }
.contact__info > p { color: var(--muted); margin: 0 0 2.6rem; max-width: 440px; }
.contact__group { margin-bottom: 2.2rem; }
.contact__group h3 {
  font-family: var(--sans); font-size: 1.08rem; font-weight: 800;
  letter-spacing: .01em; margin-bottom: 1rem;
}
.contact__list { display: grid; gap: 1.1rem; }
.contact__list li { display: flex; gap: 1.15rem; align-items: center; }
.contact__ico {
  flex: none; width: 48px; height: 48px; display: grid; place-items: center;
  background: var(--rose-soft);
  border-radius: 50% 50% 50% 6px;
  color: var(--rose-deep); font-size: 1.1rem;
  transition: transform .4s var(--ease);
}
.contact__list li:hover .contact__ico { transform: scale(1.08) rotate(-6deg); }
.contact__list small { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); margin-bottom: 2px; font-weight: 800; }
.contact__list a, .contact__list div > span { font-size: 1.06rem; font-weight: 600; transition: color .3s; }
.contact__list a:hover { color: var(--rose-deep); }

.contact__form {
  background: var(--bg);
  border: 1px solid var(--border); border-radius: 26px;
  padding: clamp(30px, 4vw, 46px); display: grid; gap: 1.15rem;
  box-shadow: var(--shadow);
}
.field { display: grid; gap: .5rem; }
.field label { font-size: .74rem; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); font-weight: 800; }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: var(--white); border: 1px solid var(--border); border-radius: 12px;
  padding: .95em 1.15em; transition: border-color .3s, box-shadow .3s;
  width: 100%; resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: #bfb3a8; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--rose); box-shadow: 0 0 0 4px rgba(220, 31, 60,.14);
}
.contact__note { font-size: .78rem; color: var(--muted); text-align: center; margin: .3rem 0 0; }

/* Bal küpü alanı — insanlara görünmez */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  opacity: 0; pointer-events: none;
}

/* Form sonuç durumları */
.form-success { text-align: center; padding: 40px 10px; }
.form-success__ico {
  display: grid; place-items: center;
  width: 64px; height: 64px; margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: #fff; font-size: 1.6rem;
  animation: successPop .6s var(--ease);
}
@keyframes successPop { 0% { transform: scale(0); } 70% { transform: scale(1.15); } 100% { transform: scale(1); } }
.form-success h3 { font-size: 1.8rem; margin-bottom: .5rem; }
.form-success p { color: var(--muted); margin: 0; }
.form-error {
  margin: .6rem 0 0; text-align: center;
  font-size: .85rem; font-weight: 600;
  color: var(--rose-deep);
}
.form-error a { text-decoration: underline; }

/* ---------- Footer ---------- */
.footer {
  position: relative;
  background: var(--dark);
  color: var(--cream);
  padding: 76px 0 0;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute; right: -6%; bottom: -10%;
  width: min(52vw, 620px); aspect-ratio: 1043 / 395;
  background: var(--cream);
  opacity: .05;
  transform: rotate(-6deg);
  -webkit-mask: url("../assets/logo.svg") no-repeat center / contain;
  mask: url("../assets/logo.svg") no-repeat center / contain;
  pointer-events: none;
}
.footer__grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; align-items: start;
  padding-bottom: 52px;
}
.footer__brand { display: flex; gap: 1rem; align-items: center; }
.footer__logo {
  width: 156px;
  background: linear-gradient(120deg, var(--cream) 30%, var(--rose));
}
.footer__brand p { margin: .8rem 0 0; color: var(--cream-mut); font-size: .92rem; max-width: 260px; }
.footer__links { display: flex; flex-direction: column; gap: .85rem; }
.footer__links a, .footer__social a { color: var(--cream-mut); font-size: .95rem; font-weight: 600; transition: color .3s, padding-left .3s; }
.footer__links a:hover, .footer__social a:hover { color: var(--cream); padding-left: 4px; }
.footer__social { display: flex; flex-direction: column; gap: .85rem; }
.footer__bottom {
  position: relative;
  border-top: 1px solid rgba(246, 236, 226, .12); padding: 24px 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  max-width: var(--container); margin: 0 auto;
  padding-left: clamp(20px,5vw,48px); padding-right: clamp(20px,5vw,48px);
}
.footer__bottom p { margin: 0; font-size: .82rem; color: var(--cream-mut); }
.footer .heart { color: var(--rose); }

/* ---------- Yüzen sosyal ikonlar ---------- */
.social-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  display: flex; flex-direction: column; gap: 12px;
}
.sf {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 14px 30px -12px rgba(46, 33, 25, .45);
  transition: transform .4s var(--ease), box-shadow .4s;
}
.sf:hover { transform: scale(1.12) translateY(-3px); }
.sf--ig {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.sf--wa {
  background: linear-gradient(135deg, #34d16b, #1faa53);
  animation: waPulse 2.6s ease-out infinite;
}
.sf--dg {
  background: #e5236f;
  border-radius: 30%;
}
.sf--dg span {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1;
  text-transform: lowercase;
  transform: translateY(-1px);
}
@keyframes waPulse {
  0% { box-shadow: 0 14px 30px -12px rgba(31,170,83,.55), 0 0 0 0 rgba(31,170,83,.4); }
  70% { box-shadow: 0 14px 30px -12px rgba(31,170,83,.55), 0 0 0 16px rgba(31,170,83,0); }
  100% { box-shadow: 0 14px 30px -12px rgba(31,170,83,.55), 0 0 0 0 rgba(31,170,83,0); }
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Kısa geniş ekranlar (laptop) ---------- */
@media (min-width: 1061px) and (max-height: 860px) {
  .hero { padding-top: 92px; padding-bottom: 40px; }
  .hero__title { font-size: clamp(2.3rem, 4.4vw, 3.7rem); margin-bottom: 1rem; }
  .hero__eyebrow { margin-bottom: 1.1rem; }
  .hero__sub { margin-bottom: 1.5rem; }
  .hero__proof { margin-top: 1.5rem; }
  .hero__visual { min-height: clamp(360px, 38vw, 480px); }
  .hero__stamp { width: 100px; height: 100px; }
  .hero__scroll { bottom: 14px; }
  .hero__scroll-line { height: 30px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1060px) {
  .hero { min-height: auto; padding-top: 120px; padding-bottom: 80px; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero__visual { max-width: 560px; margin: 0 auto; width: 100%; padding: 0 16px; }
  /* Kemeri ortala — kontur halkası ekran kenarında kırpılmasın */
  .arch--main {
    position: relative; right: auto; top: auto;
    width: 100%; height: auto; aspect-ratio: 4 / 4.6;
    margin: 0 auto;
  }
  .hero__sub { max-width: 560px; }
  .hero__scroll { display: none; }
  .hero__watermark { display: none; }
  .hero__proof { align-items: flex-start; }
  .hero__proof .hero__stars { margin-top: 2px; }
}

@media (max-width: 960px) {
  .nav__toggle { display: flex; }
  .nav__links {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: auto;
    height: 100vh;
    height: 100dvh;
    width: min(84vw, 350px);
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 1.9rem; padding: 44px;
    background: #fbf5ef;
    border-left: 1px solid var(--border);
    transform: translateX(105%); transition: transform .5s var(--ease);
    z-index: 120;
    overflow-y: auto;
  }
  .nav__links.is-open { transform: translateX(0); box-shadow: -30px 0 60px -30px rgba(51,41,31,.3); }
  .nav__links > a:not(.btn) { font-size: 1.5rem; font-family: var(--serif); }
  .nav__cta { margin-top: .6rem; }

  .about__grid { grid-template-columns: 1fr; }
  .about__images { max-width: 520px; margin: 0 auto 40px; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 44px 20px; }
  .stat:nth-child(2)::after { display: none; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .process__grid { grid-template-columns: repeat(2, 1fr); }
  .contact__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .services__grid { grid-template-columns: 1fr; }
  .process__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .gallery__item--wide { grid-column: span 2; }
  .gallery__item--tall { grid-row: span 1; border-radius: 18px !important; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .hero__card { max-width: 200px; padding: 14px 18px 12px; right: -6px; }
  .hero__stamp { width: 96px; height: 96px; left: 2%; }
  .marquee__track span { font-size: 1.5rem; }
  .stat:not(:last-child)::after { display: none; }
  .lightbox { padding: 12px; gap: 6px; }
  .lightbox__nav { width: 40px; height: 40px; font-size: 1.4rem; }
  .lightbox__close { top: 12px; right: 12px; width: 40px; height: 40px; }
  .faq__item summary { font-size: 1.1rem; padding: 16px 18px; }
  .faq__body { padding: 0 18px 18px; }
  .to-top { left: 14px; bottom: 14px; width: 42px; height: 42px; }

  /* Mobil ince ayar */
  .hero { padding-top: 104px; padding-bottom: 56px; }
  .hero__visual { min-height: 0; }
  .page-hero { padding: 118px 0 40px; }
  .page-hero h1 { font-size: clamp(2.2rem, 9vw, 2.8rem); }
  .section__head[data-ghost]::before { font-size: clamp(3.2rem, 16vw, 4.5rem); }
  .about__badge { width: 92px; height: 92px; left: -6px; }
  .about__badge strong { font-size: 1.7rem; }
  .about__script { font-size: 2.4rem; top: -18px; }
  .stats__grid { gap: 28px 14px; }
  .stat strong { font-size: 2.3rem; }
  .service-card { padding: 32px 24px 30px; }
  .service-card__arrow { right: 20px; bottom: 20px; width: 38px; height: 38px; }
  .cta__panel { border-radius: 18px; }
  .footer::before { width: 82vw; right: -12%; bottom: -4%; }
  .footer { padding-top: 56px; }
  .contact__form { border-radius: 18px; }
  .clients__row { gap: 1.4rem 1.8rem; }
  .testimonial p { font-size: 1.18rem; }
  .btn--lg { width: 100%; }
  .hero__actions { gap: 1.1rem; }
}

/* ---------- Erişilebilirlik ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .hero__sub, .hero__actions, .hero__proof, .hero__visual { opacity: 1 !important; transform: none !important; }
  .hero__title .line > span { transform: none !important; }
}
