/* ============================================================
   Düğüngram — Editoryal düğün fotoğrafçısı teması
   İlham: editoryal/atölye estetiği · açık krem tonlar
   ============================================================ */

:root {
  --bg:        #F6F2EC;
  --bg-2:      #ECE4D9;
  --ink:       #211E1A;
  --ink-soft:  #6E665B;
  --accent:    #A98D6E;   /* sıcak taupe — büyük serif başlıklar & dekoratif */
  --accent-dk: #8a7056;
  --accent-text: #6f5640; /* küçük metin/bağlantılarda WCAG AA kontrast (≥6:1 açık zeminde) */
  --line:      #DDD3C5;
  --white:     #ffffff;

  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:  "Mulish", -apple-system, "Segoe UI", sans-serif;

  --maxw: 1280px;
  --gut: 40px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 24px 60px rgba(33, 30, 26, 0.13);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

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

img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); }

/* Ortak metin yardımcıları */
.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.display {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0.4px;
}

/* Bölüm numarası (01, 02, 03 ...) */
.sec-index {
  font-family: var(--serif);
  font-size: 0.95rem;
  letter-spacing: 0.3em;
  color: var(--accent);
  display: inline-block;
  margin-bottom: 18px;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 32px;
  border: 1px solid currentColor;
  cursor: pointer;
  background: transparent;
  color: var(--ink);
  transition: all 0.4s var(--ease);
}
.btn--solid { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--solid:hover { background: var(--accent); border-color: var(--accent); }
.btn--light { color: #fff; }
.btn--light:hover { background: #fff; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--block { display: block; width: 100%; text-align: center; }

/* ============================================================
   NAV — ortada serif logo, sağda menü
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 92px;
}
.nav__logo {
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #fff;
  padding-left: 0.26em;
  transition: color 0.5s var(--ease);
  white-space: nowrap;
}
.nav__right { display: flex; align-items: center; gap: 30px; }
.nav__right a {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: #fff; position: relative; transition: color 0.3s;
}
.nav__right a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px;
  background: currentColor; transition: width 0.35s var(--ease);
}
.nav__right a:not(.btn):hover::after,
.nav__right a[aria-current="page"]:not(.btn)::after { width: 100%; }
/* Nav İletişim CTA (outline buton) */
.btn--nav { color: #fff; border: 1px solid rgba(255,255,255,0.5); padding: 9px 20px; }
.btn--nav:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* scrolled */
.nav.scrolled { background: var(--bg); box-shadow: 0 1px 0 var(--line); }
.nav.scrolled .nav__logo,
.nav.scrolled .nav__right a { color: var(--ink); }
.nav.scrolled .btn--nav { color: var(--ink); border-color: var(--ink); }
.nav.scrolled .btn--nav:hover { background: var(--ink); color: #fff; }
.nav.scrolled .nav__toggle span { background: var(--ink); }

.nav__toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px; z-index: 110;
}
.nav__toggle span { width: 26px; height: 1.5px; background: #fff; transition: all 0.3s var(--ease); }

/* Mobil menü masaüstünde gizli (sadece <=720px'te açılır) */
.nav__menu { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: radial-gradient(125% 120% at 50% 0%, #4b423a 0%, #2c2722 55%, #1d1a16 100%);
  color: #fff;
}
.hero__slides { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.5s var(--ease);
  transform: scale(1.04);
}
.hero__slide.is-active { opacity: 1; }
/* Premium dokunuş: aktif kapakta yavaş Ken Burns zoom (hareket azaltma tercihine saygılı) */
@media (prefers-reduced-motion: no-preference) {
  .hero__slide.is-active { animation: heroKenBurns 7s ease-out forwards; }
}
@keyframes heroKenBurns { from { transform: scale(1.04); } to { transform: scale(1.12); } }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(24,20,16,0.5) 0%, rgba(24,20,16,0.3) 45%, rgba(24,20,16,0.64) 100%);
}
.hero__content { position: relative; z-index: 2; padding: 0 24px; }
.hero__eyebrow { color: #ecdcc6; }
.hero__title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 8vw, 6.2rem);
  font-weight: 500; line-height: 1.02;
  margin: 22px 0 24px; letter-spacing: 0.5px;
}
.hero__title em { font-style: italic; }
.hero__rule { width: 64px; height: 1px; background: rgba(255,255,255,0.6); margin: 0 auto 24px; }
.hero__subtitle {
  font-size: 0.8rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: #f0e7da; margin-bottom: 40px;
}
.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero__scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 2;
  font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: #fff;
  writing-mode: vertical-rl; opacity: 0.8;
}

/* ============================================================
   SECTION temel
   ============================================================ */
.section { padding: 130px 0; }
.section--alt { background: var(--bg-2); }
.section__head { max-width: 760px; margin-bottom: 70px; }
.section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section__title {
  font-family: var(--serif); font-weight: 500; line-height: 1.08;
  font-size: clamp(2.1rem, 4.6vw, 3.5rem); margin: 6px 0 20px; letter-spacing: 0.4px;
}
.section__lead { color: var(--ink-soft); font-size: 1.05rem; }
.section__head--center .section__lead { margin: 0 auto; }

/* ---------- 01 Biz Kimiz ---------- */
.about { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 80px; align-items: center; }
.about__media { height: 640px; overflow: hidden; box-shadow: var(--shadow); }
.about__media img { transition: transform 1.2s var(--ease); }
.about__media:hover img { transform: scale(1.05); }

/* İkili foto (renkli + siyah-beyaz) */
.about__media--duo { position: relative; height: 700px; overflow: visible; box-shadow: none; }
.about__media--duo .about__img {
  position: absolute; object-fit: cover; box-shadow: var(--shadow);
}
.about__media--duo:hover .about__img { transform: none; }
.about__img--1 { top: 0; left: 0; width: 64%; height: 76%; z-index: 1; }
.about__img--2 { bottom: 0; right: 0; width: 58%; height: 66%; z-index: 2; border: 9px solid var(--bg); }
@media (max-width: 980px) {
  .about__media--duo { height: 520px; }
}
@media (max-width: 560px) {
  .about__media--duo { display: flex; gap: 10px; height: 360px; overflow: hidden; }
  .about__media--duo .about__img { position: static; width: 50%; height: 100%; border: 0; }
}

/* ---------- Görsel placeholder (gerçek fotoğraflar gelene kadar) ---------- */
.ph {
  position: relative;
  background: linear-gradient(135deg, #EFE8DD 0%, #E0D2C0 55%, #D2C0AB 100%);
  overflow: hidden;
}
.ph::before {
  content: "D";
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(3rem, 8vw, 6rem);
  letter-spacing: 0.1em; padding-left: 0.1em;
  color: rgba(169,141,110,0.32);
}
.ph::after {
  content: "FOTOĞRAF YAKINDA";
  position: absolute; left: 0; right: 0; bottom: 18px;
  text-align: center;
  font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(110,102,91,0.7);
}
.gallery__item.ph { cursor: default; }
.gallery__item.ph:nth-child(even) { background: linear-gradient(135deg, #E7DCCD 0%, #D6C4AE 100%); }
.gallery__item.ph::after { bottom: 12px; }
.about__quote {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.35;
  margin: 0 0 30px; color: var(--ink);
}
.about__text { color: var(--ink-soft); margin-bottom: 36px; }
.mv { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.mv h4 {
  font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 10px;
}
.mv p { font-size: 0.95rem; color: var(--ink-soft); }
.stats { display: flex; gap: 46px; margin-top: 40px; flex-wrap: wrap; }
.stat strong { font-family: var(--serif); font-size: 2.7rem; color: var(--accent); display: block; line-height: 1; }
.stat span { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); }

/* ---------- 02 Hizmetler (editoryal) ---------- */
.services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.service {
  position: relative; height: 460px; overflow: hidden; color: #fff;
  display: flex; align-items: flex-end;
  background: linear-gradient(160deg, #463f37 0%, #2b2722 60%, #1f1c18 100%);
}
.service:nth-child(even) { background: linear-gradient(160deg, #3d362f 0%, #26221d 60%, #1c1915 100%); }
.service img { position: absolute; inset: 0; z-index: 0; transition: transform 1.2s var(--ease); }
.service::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(18,14,10,0.12) 20%, rgba(18,14,10,0.5) 60%, rgba(18,14,10,0.82) 100%);
}
.service:hover img { transform: scale(1.06); }
.service__body { position: relative; z-index: 2; padding: 40px; }
.service__no { font-family: var(--serif); font-size: 0.85rem; letter-spacing: 0.3em; opacity: 0.85; }
.service h3 { font-family: var(--serif); font-size: 2rem; font-weight: 500; margin: 8px 0 8px; }
.service p { font-size: 0.95rem; color: #ece5db; max-width: 360px; }

/* ---------- 03 Portfolyo ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 8px; }
.gallery__item { overflow: hidden; cursor: pointer; position: relative; }
.gallery__item img { transition: transform 1s var(--ease); }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: rgba(33,30,26,0); transition: background 0.4s; }
.gallery__item:hover img { transform: scale(1.07); }
.gallery__item:hover::after { background: rgba(33,30,26,0.16); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(18,14,10,0.94);
  display: none; align-items: center; justify-content: center; padding: 30px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 88vh; width: auto; height: auto; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.lightbox__close { position: absolute; top: 24px; right: 30px; background: none; border: none; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }

/* ---------- Instagram feed (Behold) ---------- */
.ig-feed {
  --behold-gap: 8px;
  --behold-image-gap: 8px;
  --behold-border-radius: 2px;
}
.ig-feed behold-widget { display: block; width: 100%; }
.link-accent { color: var(--accent); border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.link-accent:hover { color: var(--accent-dk); }

/* ---------- 04 Süreç ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.step { border-top: 1px solid var(--line); padding-top: 26px; }
.step__num { font-family: var(--serif); font-size: 2.4rem; color: var(--accent); display: block; margin-bottom: 12px; }
.step h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 0.94rem; }

/* ---------- Paketler ---------- */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.package { background: var(--white); padding: 50px 36px; display: flex; flex-direction: column; position: relative; }
.package--featured { background: var(--ink); color: #fff; }
.package--featured .package__price { color: #e7cca9; }
.package--featured .package__list li { color: #d6cdc0; border-color: rgba(255,255,255,0.14); }
.package--featured .package__list li::before { color: #e7cca9; }
.package__badge {
  position: absolute; top: 22px; right: 22px;
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: #e7cca9; border: 1px solid currentColor; padding: 4px 10px;
}
.package__name { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; }
.package__price { font-family: var(--serif); font-size: 1.3rem; color: var(--accent); margin: 4px 0 26px; }
.package__list { list-style: none; margin-bottom: 30px; flex: 1; }
.package__list li { padding: 11px 0 11px 24px; position: relative; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 0.93rem; }
.package__list li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }

/* ---------- SSS (FAQ akordeon) ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  list-style: none; cursor: pointer; position: relative;
  padding: 26px 44px 26px 0;
  font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 500;
  color: var(--ink); transition: color 0.3s var(--ease);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--accent); }
.faq__item summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--serif); font-size: 1.6rem; color: var(--accent); transition: transform 0.3s var(--ease);
}
.faq__item[open] summary::after { content: "−"; }
.faq__a { padding: 0 44px 26px 0; }
.faq__a p { color: var(--ink-soft); font-size: 1rem; max-width: 680px; }
.faq__cta { text-align: center; margin-top: 44px; color: var(--ink-soft); }

/* ============================================================
   BLOG
   ============================================================ */
.blog-nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--bg); border-bottom: 1px solid var(--line);
}
.blog-nav__inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.blog-nav__logo {
  font-family: var(--serif); font-size: 1.4rem; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--ink); padding-left: 0.4em;
}
.blog-nav__links { display: flex; align-items: center; gap: 26px; }
.blog-nav__links a { font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); }
.blog-nav__links a:hover { color: var(--accent); }
.blog-nav__links .btn { padding: 11px 22px; }

.blog-hero { text-align: center; padding: 90px 0 50px; }
.blog-hero h1 {
  font-family: var(--serif); font-weight: 500; line-height: 1.08;
  font-size: clamp(2.4rem, 5vw, 3.6rem); margin: 8px 0 16px; letter-spacing: 0.4px;
}
.blog-hero p { color: var(--ink-soft); max-width: 620px; margin: 0 auto; }

.blog-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; padding-bottom: 110px; }
.post-card {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--line);
  padding: 44px 40px; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-card__date {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
.post-card__title { font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1.2; margin-bottom: 14px; }
.post-card__title a { color: var(--ink); }
.post-card__title a:hover { color: var(--accent); }
.post-card__excerpt { color: var(--ink-soft); font-size: 0.98rem; flex: 1; margin-bottom: 22px; }
.post-card__more { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }

/* Yazı (article) */
.breadcrumb { font-size: 0.74rem; letter-spacing: 0.1em; color: var(--ink-soft); padding: 30px 0 0; }
.breadcrumb a { color: var(--accent); }
.post { max-width: 740px; margin: 0 auto; padding: 30px 0 90px; }
.post__meta { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); }
.post__title {
  font-family: var(--serif); font-weight: 500; line-height: 1.12;
  font-size: clamp(2rem, 4.5vw, 3rem); margin: 14px 0 30px; letter-spacing: 0.3px;
}
.post__body { font-size: 1.06rem; color: #3a352f; line-height: 1.85; }
.post__body p { margin-bottom: 1.4rem; }
.post__body h2 { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; margin: 2.4rem 0 1rem; }
.post__body h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; margin: 1.8rem 0 0.6rem; }
.post__body ul { margin: 0 0 1.4rem 0; padding-left: 0; list-style: none; }
.post__body li { position: relative; padding: 0 0 0 26px; margin-bottom: 0.7rem; color: var(--ink-soft); }
.post__body li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }
.post__body strong { color: var(--ink); }
.post__cta {
  margin-top: 48px; padding: 40px; background: var(--bg-2);
  text-align: center;
}
.post__cta h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; margin-bottom: 8px; }
.post__cta p { color: var(--ink-soft); margin-bottom: 22px; }
.post__back { display: inline-block; margin-top: 40px; font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }

@media (max-width: 720px) {
  .blog-nav__links a:not(.btn) { display: none; }
  .blog-list { grid-template-columns: 1fr; }
}

/* ---------- Yorumlar ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.testimonial p { font-family: var(--serif); font-style: italic; font-size: 1.3rem; line-height: 1.5; margin-bottom: 18px; }
.testimonial cite { font-style: normal; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }

/* ---------- İletişim ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact__lead { color: var(--ink-soft); margin: 6px 0 30px; }
.contact__channels { list-style: none; }
.contact__channels li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact__label { display: block; font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 5px; }
.contact__channels a { font-family: var(--serif); font-size: 1.3rem; }
.contact__channels a:hover { color: var(--accent); }
.contact__form { background: var(--white); padding: 46px; }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 9px; }
.field input, .field textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line);
  font-family: var(--sans); font-size: 1rem; background: var(--bg); color: var(--ink); transition: border-color 0.3s;
}
.field input:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--accent-dk); outline-offset: 2px; border-color: var(--accent); }
.field input:focus, .field textarea:focus { border-color: var(--accent); }
.contact__note { margin-top: 14px; font-size: 0.9rem; color: var(--accent-dk); min-height: 1em; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: #cfc6ba; padding: 80px 0 48px; }
.footer__inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer__brand { font-family: var(--serif); font-size: 1.7rem; letter-spacing: 0.32em; text-transform: uppercase; color: #fff; display: block; margin-bottom: 10px; padding-left: 0.32em; }
.footer__tagline { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: #9a9082; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 12px 26px; max-width: 380px; }
.footer__nav a { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: #cfc6ba; transition: color 0.3s; }
.footer__nav a:hover { color: #fff; }
.footer__copy { margin-top: 44px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.76rem; color: #b3a99c; text-align: center; }
.footer__copy a { color: #cfc6ba; }

/* ── Alt sayfa başlık bandı + bölüm ───────────────────── */
.page-hero { padding: 168px 0 64px; text-align: center; background: var(--bg-2); }
.page-hero .eyebrow { display: inline-block; margin-bottom: 14px; }
.page-hero h1 { font-family: var(--serif); font-weight: 500; line-height: 1.06; font-size: clamp(2.3rem, 5vw, 3.6rem); margin-bottom: 16px; }
.page-hero p { color: var(--ink-soft); max-width: 660px; margin: 0 auto; font-size: 1.06rem; }
.page-section { padding: 96px 0; }
.page-section--alt { background: var(--bg-2); }
.page-cta { text-align: center; padding: 110px 0; background: var(--bg-2); }
.page-cta h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4.4vw, 3rem); margin-bottom: 14px; }
.page-cta p { color: var(--ink-soft); max-width: 560px; margin: 0 auto 30px; }
.section__more { display: inline-block; margin-top: 34px; font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-text); border-bottom: 1px solid currentColor; padding-bottom: 2px; }

/* WhatsApp float */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 56px; height: 56px;
  background: #25D366; color: #fff; border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 10px 28px rgba(37,211,102,0.45); transition: transform 0.3s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }

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

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .about { grid-template-columns: 1fr; gap: 44px; }
  .about__media { height: 440px; order: -1; }
  .services { grid-template-columns: 1fr; }
  .service { height: 380px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .packages, .testimonials { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 720px) {
  :root { --gut: 22px; }
  .nav__right { display: none; }
  .nav__toggle { display: flex; }
  .nav__logo { font-size: 1.3rem; letter-spacing: 0.2em; }

  .nav__menu {
    position: fixed; inset: 0; background: var(--bg); z-index: 105;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px;
    transform: translateY(-100%); transition: transform 0.5s var(--ease);
  }
  .nav__menu.open { transform: translateY(0); }
  .nav__menu a { font-family: var(--serif); font-size: 1.7rem; color: var(--ink); }
  .nav__menu .btn { margin-top: 10px; }
  .nav__toggle.open span { background: var(--ink); }
  .nav__toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav__toggle.open span:nth-child(2) { opacity: 0; }
  .nav__toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  .mv { grid-template-columns: 1fr; gap: 24px; }
  .steps { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; }
}

/* ── Erişilebilirlik (WCAG) ──────────────────────────
   Küçük metin/bağlantılarda AA kontrastlı accent tonu (büyük serif başlıklar #A98D6E kalır). */
.eyebrow, .sec-index, .link-accent, .mv h4,
.post-card__date, .post-card__more, .post__meta, .post__back,
.breadcrumb a, .testimonial cite { color: var(--accent-text); }
.faq__item summary::after { color: var(--accent-text); }
.link-accent:hover, .blog-nav__links a:hover, .post-card__title a:hover,
.contact__channels a:hover, .faq__item summary:hover { color: var(--accent-text); }

/* Klavye odak göstergesi (her etkileşimli öğede görünür) */
:focus-visible { outline: 2px solid var(--accent-dk); outline-offset: 2px; }
