:root {
  --ink: #251f1c;
  --muted: #746862;
  --paper: #fbf7f3;
  --ivory: #fffdfa;
  --nude: #e8d4c7;
  --nude-soft: #f3e7df;
  --rose: #9a625b;
  --rose-dark: #70413d;
  --line: #e7d9d0;
  --shadow: 0 22px 60px rgba(62, 42, 34, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 34px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 100; padding: 12px 16px; background: var(--ink); color: white; border-radius: 6px; }
.skip-link:focus { top: 12px; }

.topbar { background: #2d2522; color: #f9eee8; font-size: .78rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.topbar-group { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar a, .topbar span { color: rgba(255,255,255,.82); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,253,250,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex-direction: column; line-height: 1; min-width: max-content; }
.brand strong { font: 500 1.4rem/1.05 var(--serif); }
.brand small { margin-top: 7px; color: var(--muted); font-size: .61rem; letter-spacing: .24em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 3px; }
.desktop-nav > a, .nav-parent > a { display: inline-flex; padding: 12px 13px; border-radius: 6px; color: var(--muted); font-size: .88rem; }
.desktop-nav > a:hover, .desktop-nav > a[aria-current="page"], .nav-parent > a:hover { background: var(--nude-soft); color: var(--ink); }
.nav-parent { position: relative; }
.nav-dropdown { position: absolute; top: calc(100% + 12px); left: 50%; width: min(760px, calc(100vw - 34px)); transform: translate(-50%, 8px); padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--ivory); box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; }
.nav-parent:hover .nav-dropdown, .nav-parent:focus-within .nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.nav-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.nav-grid a { padding: 11px 12px; border-radius: 6px; }
.nav-grid a:hover { background: var(--nude-soft); }
.nav-grid strong { display: block; font-size: .84rem; }
.nav-grid span { color: var(--muted); font-size: .72rem; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; padding: 12px 18px; border: 1px solid transparent; border-radius: 6px; font-weight: 700; font-size: .88rem; transition: transform .18s ease, background .18s ease; }
.header-cta, .button-primary { background: var(--rose-dark); color: white; }
.header-cta:hover, .button-primary:hover { background: #5f3431; transform: translateY(-1px); }
.button-secondary { background: rgba(255,255,255,.72); border-color: #d7c4b9; }
.button-secondary:hover { background: white; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: var(--ivory); }
.mobile-nav { display: none; padding: 0 17px 18px; background: var(--ivory); border-top: 1px solid var(--line); }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--muted); }
.mobile-nav .sub { padding-left: 18px; font-size: .88rem; }

.hero { position: relative; overflow: hidden; min-height: 690px; display: grid; align-items: center; background: #352b27; color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 34%, rgba(232,212,199,.72) 0 15%, transparent 16%), radial-gradient(circle at 75% 45%, rgba(160,104,95,.42) 0 26%, transparent 27%), linear-gradient(112deg, #2b2421 0 45%, #6e4b43 72%, #d6b9a9 100%); }
.hero::after { content: "Geçici stüdyo görseli"; position: absolute; right: max(5vw, 36px); bottom: 30px; color: rgba(255,255,255,.55); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.hero-content { position: relative; z-index: 2; padding: 96px 0 110px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: #f0d6cb; text-transform: uppercase; letter-spacing: .22em; font-size: .69rem; font-weight: 800; }
.kicker { color: var(--rose-dark); }
.hero h1 { max-width: 800px; margin: 20px 0 22px; font: 400 clamp(3.2rem, 7.8vw, 7rem)/.91 var(--serif); letter-spacing: -.035em; }
.hero p { max-width: 660px; color: #fff3ed; font-size: 1.05rem; line-height: 1.78; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero .button-secondary { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.38); color: white; }
.hero-note { margin-top: 28px; color: rgba(255,255,255,.68); font-size: .8rem; }

.section { padding: 88px 0; }
.section.alt { background: var(--ivory); }
.section.dark { background: #2d2522; color: white; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-head > div { max-width: 720px; }
.section-title { margin: 10px 0 0; font: 400 clamp(2.35rem, 4.8vw, 4.6rem)/.98 var(--serif); letter-spacing: -.025em; }
.lead { color: var(--muted); line-height: 1.8; }
.dark .lead { color: rgba(255,255,255,.7); }
.grid { display: grid; gap: 16px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--ivory); border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: 0 10px 28px rgba(50,34,28,.045); }
.service-card { min-height: 255px; display: flex; flex-direction: column; }
.service-card .category, .pill { align-self: flex-start; padding: 6px 10px; border: 1px solid #dcc5ba; border-radius: 999px; background: #fbf1eb; color: var(--rose-dark); font-size: .7rem; }
.service-card h2, .service-card h3 { margin: 18px 0 11px; font: 500 1.65rem/1.08 var(--serif); }
.service-card p { margin: 0 0 22px; color: var(--muted); line-height: 1.68; }
.text-link { margin-top: auto; color: var(--rose-dark); font-weight: 800; font-size: .86rem; }

.about-grid, .contact-grid, .article-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.article-grid { grid-template-columns: minmax(0, 1fr) 330px; }
.visual-panel { min-height: 560px; position: relative; overflow: hidden; border-radius: 8px; background: radial-gradient(circle at 45% 30%, #f8ebe4 0 9%, transparent 10%), linear-gradient(145deg, #d9b9aa, #79534c 55%, #2d2522); box-shadow: var(--shadow); }
.visual-panel::after { content: "Fotoğraf alanı"; position: absolute; inset: auto 24px 22px; color: rgba(255,255,255,.72); letter-spacing: .18em; text-transform: uppercase; font-size: .68rem; }
.copy h2, .article h2 { font: 400 clamp(2.2rem, 4vw, 3.8rem)/1.02 var(--serif); margin: 9px 0 20px; }
.copy p, .article p { color: var(--muted); line-height: 1.82; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.proof { padding: 16px; background: rgba(255,255,255,.64); border: 1px solid var(--line); border-radius: 7px; }
.proof strong { display: block; margin-bottom: 6px; }
.proof span { color: var(--muted); font-size: .87rem; line-height: 1.55; }
.quote { margin: 25px 0; padding: 20px 22px; border-left: 4px solid var(--rose-dark); background: var(--ivory); color: var(--ink); font: 400 1.35rem/1.45 var(--serif); }
.info-list { display: grid; gap: 0; margin-top: 20px; }
.info-row { padding: 17px 0; border-bottom: 1px solid var(--line); }
.info-row strong { display: block; margin-bottom: 5px; }
.info-row span, .info-row a { color: var(--muted); line-height: 1.55; }

.page-hero { padding: 76px 0 66px; background: #332a26; color: white; }
.breadcrumbs { color: rgba(255,255,255,.65); font-size: .78rem; }
.page-hero h1 { max-width: 870px; margin: 15px 0 15px; font: 400 clamp(2.8rem, 6vw, 5.6rem)/.96 var(--serif); }
.page-hero p { max-width: 740px; color: #f4ddd2; line-height: 1.75; }
.answer-box { margin: 0 0 30px; padding: 24px; background: #f2e3da; border: 1px solid #dec8bc; border-radius: 8px; }
.answer-box strong { display: block; color: var(--rose-dark); margin-bottom: 8px; }
.answer-box p { margin: 0; color: var(--ink); line-height: 1.72; }
.article section { margin-bottom: 38px; }
.article h2 { font-size: 2.35rem; }
.article h3 { margin: 18px 0 8px; font-size: 1.15rem; }
.bullet-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.bullet-list li { position: relative; padding-left: 23px; color: var(--muted); line-height: 1.65; }
.bullet-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; border-radius: 50%; background: var(--rose); }
.side-card { position: sticky; top: 105px; }
.side-card h2 { font: 500 1.8rem/1.1 var(--serif); }
.side-card .button { width: 100%; margin-top: 14px; }
.related { display: grid; gap: 9px; margin-top: 18px; }
.related a { padding: 11px 12px; background: var(--paper); border-radius: 6px; color: var(--muted); font-size: .86rem; }
.related a:hover { color: var(--rose-dark); }

.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 8px; background: var(--ivory); overflow: hidden; }
.faq-question { width: 100%; padding: 19px 21px; border: 0; background: transparent; text-align: left; display: flex; justify-content: space-between; gap: 18px; color: var(--ink); font-weight: 800; cursor: pointer; }
.faq-answer { display: none; padding: 0 21px 21px; color: var(--muted); line-height: 1.75; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-toggle { transition: transform .15s ease; }

.cta-band { padding: 56px 0; background: #2d2522; color: white; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { margin: 0; font: 400 clamp(2rem, 4vw, 3.6rem)/1 var(--serif); }
.cta-inner p { color: rgba(255,255,255,.7); }
.map { width: 100%; min-height: 430px; border: 0; border-radius: 8px; background: var(--nude-soft); box-shadow: var(--shadow); }

.site-footer { padding: 60px 0 28px; background: #211b19; color: #f8eee8; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 36px; }
.site-footer h2 { margin: 0 0 14px; font: 400 1.8rem/1.1 var(--serif); }
.site-footer p, .site-footer li, .site-footer a { color: rgba(255,255,255,.68); line-height: 1.7; }
.site-footer ul { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 7px; }
.footer-bottom { margin-top: 36px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.48); font-size: .8rem; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 50; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 14px 32px rgba(0,0,0,.22); font-weight: 900; }
.consent-settings { position: fixed; left: 14px; bottom: 12px; z-index: 49; border: 1px solid rgba(45,37,34,.2); border-radius: 999px; background: rgba(255,250,246,.94); color: var(--ink); padding: 8px 12px; font: inherit; font-size: .72rem; cursor: pointer; box-shadow: 0 8px 20px rgba(45,37,34,.12); }
.consent-banner { position: fixed; inset: auto 16px 16px; z-index: 80; max-width: 760px; margin: 0 auto; padding: 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; border: 1px solid var(--line); border-radius: 10px; background: #fffaf6; box-shadow: 0 22px 70px rgba(31,22,19,.26); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { display: block; margin-bottom: 6px; }
.consent-banner p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.55; }
.consent-banner p a { color: var(--rose-dark); text-decoration: underline; }
.consent-actions { display: flex; gap: 8px; }
.consent-actions .button { white-space: nowrap; }

@media (max-width: 940px) {
  .topbar { display: none; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .hero { min-height: 650px; }
  .grid-3, .grid-2, .about-grid, .contact-grid, .article-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-head, .cta-inner { display: block; }
  .section-head .button, .cta-inner .button { margin-top: 20px; }
  .visual-panel { min-height: 430px; }
  .proof-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .consent-banner { grid-template-columns: 1fr; gap: 14px; }
  .consent-actions, .consent-actions .button { width: 100%; }
  .consent-actions .button { flex: 1; }
}

@media (max-width: 580px) {
  .wrap { width: min(100% - 24px, var(--max)); }
  .nav-inner { min-height: 72px; }
  .brand strong { font-size: 1.18rem; }
  .brand small { font-size: .53rem; }
  .hero-content { padding: 76px 0 94px; }
  .hero h1 { font-size: 3.25rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .section { padding: 64px 0; }
  .page-hero { padding: 56px 0 50px; }
  .card { padding: 20px; }
  .footer-bottom { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
