/* ============================================================
   Derya Özkan — REDESIGN V3 · "Ihr privates Studio"
   Foto-first · menschlich/warm · großzügiger Negativraum.
   MEDIEN-TAUSCH ohne Layout-Änderung: .media ist die feste Box,
   .media__ph (Platzhalter) und .media__img (echtes Bild/Video)
   füllen sie identisch (position:absolute; inset:0; object-fit:cover).
   PROTOTYP · lokal · nicht veröffentlicht.
   ============================================================ */

:root {
  --ivory: #f8f3ec;
  --sand: #efe5d6;
  --deep: #24262a;      /* warmes Dunkel (nur Booking/Footer) */
  --gold: #bf9a61;
  --gold-soft: #d8b981;
  --ink: #2b2620;
  --muted: #766c5c;
  --line: rgba(191,154,97,.3);
  --font-display: "Playfair Display", Georgia, serif;
  --font-sans: "Jost", system-ui, sans-serif;
  --wrap: 1200px;
  --ease: cubic-bezier(.19,1,.22,1);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-sans); font-weight: 300; color: var(--ink); background: var(--ivory); line-height: 1.75; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.wrap { width: min(100% - 2.8rem, var(--wrap)); margin-inline: auto; }
.section { padding: clamp(5rem, 12vw, 11rem) 0; }
section[id], [id].section { scroll-margin-top: 88px; } /* Anker-Sprünge unter fixer Nav */

/* ---------- Typo ---------- */
.overline, .chapter { display: inline-block; font-size: .72rem; letter-spacing: .32em; text-transform: uppercase; font-weight: 500; color: var(--muted); margin-bottom: 1.4rem; }
.chapter--center { display: block; text-align: center; }
.chapter--gold { color: var(--gold); }
.gold { color: var(--gold); font-style: italic; }
.h-lg { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem,4vw,3.1rem); line-height: 1.16; letter-spacing: .005em; }
.h-xl { font-family: var(--font-display); font-weight: 500; font-size: clamp(2.3rem,5.5vw,4.2rem); line-height: 1.08; text-align: center; }
.h-xl--light { color: var(--ivory); text-align: left; }
.lede { font-size: clamp(1.05rem,1.8vw,1.28rem); color: #55503f; margin-top: 1.3rem; max-width: 48ch; }
.section__head { max-width: 680px; margin: 0 auto clamp(3rem,6vw,5rem); text-align: center; }
.section__intro { color: var(--muted); margin-top: 1.1rem; }
.signature { font-family: var(--font-display); font-style: italic; color: var(--gold); margin-top: 1.4rem; }
.signature--light { color: var(--gold-soft); }

/* ---------- Buttons / Links ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: 1rem 2.1rem; font-weight: 500; font-size: .9rem; letter-spacing: .07em; text-transform: uppercase; border: 1px solid transparent; border-radius: 100px; cursor: pointer; transition: all .5s var(--ease); }
.btn--lg { padding: 1.15rem 2.5rem; }
.btn--sm { padding: .6rem 1.25rem; font-size: .76rem; }
.btn--block { width: 100%; }
.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-soft); color: var(--ink); transform: translateY(-3px); box-shadow: 0 16px 34px -14px rgba(191,154,97,.65); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--ink); letter-spacing: .04em; border-bottom: 1px solid var(--line); padding-bottom: 3px; transition: gap .4s var(--ease), color .3s; }
.text-link:hover { gap: .9rem; color: var(--gold); }
.text-link--gold { color: var(--gold); }

/* ---------- MEDIEN-SYSTEM (Foto-first, tauschbar ohne Layout-Änderung) ---------- */
.media { position: relative; overflow: hidden; border-radius: 16px; background: var(--sand); }
.media__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; } /* für echtes Bild/Video – Fokus leicht oben (Gesicht) */
.media__ph { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: .85rem; padding: 1.5rem; text-align: center;
  background: #ece6dc; box-shadow: inset 0 0 0 1px rgba(43,38,32,.07); }
.ph-icon { width: 40px; height: 40px; color: #c4b8a5; }
.ph-name { font-size: .7rem; letter-spacing: .28em; text-transform: uppercase; font-weight: 500; color: #8c8274; }
.ph-future { font-family: var(--font-display); font-style: italic; font-size: .92rem; color: #ab9f8d; }
.media--tall { aspect-ratio: 4/5; }

/* ============ NAV ============ */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: transform .5s var(--ease), background .5s, box-shadow .5s; }
.nav__inner { width: min(100% - 2.8rem, 1340px); margin-inline: auto; display: flex; align-items: center; gap: 2rem; padding: 1.4rem 0; }
.nav--scrolled { background: rgba(248,243,236,.9); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(191,154,97,.2); }
.nav--scrolled .nav__inner { padding: .8rem 0; }
.nav--hidden { transform: translateY(-100%); }
.brand { display: inline-flex; align-items: center; color: var(--ink); margin-right: auto; }
.brand__logo { height: 42px; width: auto; display: block; transition: height .5s var(--ease); }
.nav--scrolled .brand__logo { height: 36px; }
.nav__links { display: flex; align-items: center; gap: 2.1rem; }
.nav__links a:not(.nav__cta) { color: var(--ink); font-size: .88rem; letter-spacing: .06em; position: relative; opacity: .82; }
.nav__links a:not(.nav__cta):hover { opacity: 1; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__toggle span { width: 25px; height: 2px; background: var(--ink); transition: .3s var(--ease); }
.nav__toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav__toggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
.nav__toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ---------- Sprachumschalter DE | TR (dezent, ohne Flaggen/Dropdown) ---------- */
.lang-switch { display: inline-flex; align-items: center; gap: .5rem; }
.lang-btn { background: none; border: 0; padding: 3px 1px; cursor: pointer; font-family: var(--font-sans); font-size: .82rem; font-weight: 400; letter-spacing: .1em; color: var(--ink); opacity: .5; transition: opacity .3s var(--ease), color .3s; }
.lang-btn:hover { opacity: 1; color: var(--gold); }
.lang-btn.is-active { opacity: 1; color: var(--gold); font-weight: 500; }
.lang-sep { color: var(--line); font-size: .8rem; user-select: none; }

/* ============ 1 · HERO (Foto = Held) ============ */
.hero { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem,5vw,5rem); width: min(100% - 2.8rem, 1340px); margin-inline: auto; padding: 7rem 0 4rem; }
.hero__text { max-width: 30rem; }
.hero__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(2.8rem,6vw,4.8rem); line-height: 1.04; letter-spacing: -.01em; }
.hero__sub { font-size: clamp(1.05rem,1.7vw,1.3rem); color: #55503f; margin-top: 1.6rem; max-width: 34ch; }
.hero__cta { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; margin-top: 2.4rem; }
.hero__media { height: min(82vh, 760px); border-radius: 20px; box-shadow: 0 50px 90px -50px rgba(43,38,32,.5); }
.hero__badge { position: absolute; left: 1.2rem; bottom: 1.2rem; z-index: 2; font-size: .64rem; letter-spacing: .24em; text-transform: uppercase; color: #fff; background: rgba(43,38,32,.35); backdrop-filter: blur(6px); padding: .5rem .9rem; border-radius: 100px; }
.hero__badge img { height: 30px; width: auto; display: block; }

/* ============ 2 · STORY ============ */
.story { background: var(--sand); }
.story__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.story__text p { margin-bottom: 1.2rem; color: #4d4838; }
.story__text .h-lg { margin: .4rem 0 1.6rem; }
.story__media { box-shadow: 0 40px 80px -44px rgba(43,38,32,.45); }

/* ============ 3 · TRUST ============ */
.trust { background: var(--ivory); }
.trust__intro { max-width: 720px; margin: 0 auto; text-align: center; }
.trust__intro .lede { margin-inline: auto; max-width: 58ch; }
.values { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; margin: clamp(3rem,6vw,4.5rem) 0; }
.values li { text-align: center; padding: 2.2rem 1.4rem; border: 1px solid var(--line); border-radius: 14px; background: #fff9f0; }
.values span { font-family: var(--font-display); font-size: 1.3rem; color: var(--gold); display: block; margin-bottom: .7rem; }
.values p { font-size: .95rem; color: var(--muted); }
.voices { border-top: 1px solid var(--line); padding-top: clamp(2.5rem,5vw,4rem); }
.voices__label { text-align: center; font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); margin-bottom: 2.5rem; }
.voices__label em { color: rgba(191,154,97,.75); letter-spacing: .06em; font-style: italic; text-transform: none; }
.voices__row { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.8rem; }
.voices__row blockquote { border-left: 2px solid var(--gold); padding-left: 1.6rem; }
.voices__row p { font-family: var(--font-display); font-style: italic; font-size: 1.12rem; line-height: 1.5; color: var(--ink); }
.voices__row cite { display: block; margin-top: 1rem; font-style: normal; letter-spacing: .12em; font-size: .74rem; text-transform: uppercase; color: var(--gold); }

/* ============ 4 · METHOD ============ */
.method { background: var(--sand); }
.method__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem,6vw,6rem); align-items: center; margin-bottom: clamp(4rem,8vw,7rem); }
.method__media { box-shadow: 0 40px 80px -44px rgba(43,38,32,.45); }
.steps__head { text-align: center; margin-bottom: 3rem; }
.steps__list { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.5rem,4vw,3rem); counter-reset: none; }
.steps__list li { text-align: center; }
.steps__no { font-family: var(--font-display); font-style: italic; font-size: 2rem; color: var(--gold); display: block; margin-bottom: .6rem; }
.steps__list h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.35rem; margin-bottom: .6rem; }
.steps__list p { color: var(--muted); font-size: .96rem; max-width: 30ch; margin-inline: auto; }

/* ============ 5 · SERVICES ============ */
.services { background: var(--ivory); }
.offers { list-style: none; border-top: 1px solid var(--line); }
.offer { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1.2rem,3vw,3rem); align-items: center; padding: clamp(1.8rem,3.5vw,2.6rem) .4rem; border-bottom: 1px solid var(--line); transition: background .5s var(--ease), padding-left .5s var(--ease); }
.offer:hover { background: linear-gradient(90deg, rgba(191,154,97,.08), transparent); padding-left: 1.4rem; }
.offer__no { font-family: var(--font-display); font-style: italic; font-size: clamp(1.2rem,2vw,1.6rem); color: var(--gold); }
.offer__body h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.3rem,2.5vw,1.8rem); margin-bottom: .5rem; }
.offer__body p { color: #4d4838; font-size: .97rem; max-width: 54ch; }
.offer__aside { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: .2rem; min-width: 155px; }
.offer__price { font-family: var(--font-display); font-size: 1.55rem; }
.offer__note { font-size: .74rem; color: var(--muted); }
.offer__cta { margin-top: .6rem; color: var(--gold); font-weight: 500; letter-spacing: .06em; font-size: .82rem; text-transform: uppercase; transition: letter-spacing .4s var(--ease); }
.offer__cta:hover { letter-spacing: .12em; }
.faq { max-width: 720px; margin: clamp(3rem,6vw,5rem) auto 0; }
.faq details { border-bottom: 1px solid var(--line); padding: 1.2rem .2rem; }
.faq summary { cursor: pointer; font-family: var(--font-display); font-size: 1.15rem; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { color: var(--muted); margin-top: .8rem; max-width: 60ch; }

/* ============ 6 · BOOKING ============ */
.booking { position: relative; color: var(--ivory); overflow: hidden; }
.booking__media { position: absolute; inset: 0; border-radius: 0; background: var(--deep); }
.booking__overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(30,32,35,.82), rgba(36,38,42,.7)); }
.booking__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.booking__text p { color: rgba(247,243,236,.82); margin-bottom: 1rem; }
.reassure { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft) !important; }
.contact-list { list-style: none; display: grid; gap: .75rem; margin: 1.5rem 0 1.7rem; }
.contact-list a { display: inline-flex; align-items: center; gap: .95rem; color: var(--ivory); }
.contact-list__ic { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border: 1px solid rgba(216,185,129,.35); border-radius: 50%; color: var(--gold-soft); transition: background .4s var(--ease), border-color .4s var(--ease), color .4s var(--ease), transform .4s var(--ease); }
.contact-list__ic svg { width: 19px; height: 19px; }
.contact-list a:hover .contact-list__ic { background: var(--gold); border-color: var(--gold); color: #fff; transform: translateY(-2px); }
.contact-list__tx { display: flex; flex-direction: column; line-height: 1.35; }
.contact-list__k { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-soft); }
.contact-list__v { font-size: 1.06rem; color: var(--ivory); letter-spacing: .01em; transition: color .3s var(--ease); }
.contact-list a:hover .contact-list__v { color: #fff; }
.booking__insta { margin-top: .1rem; }
.booking__form { background: rgba(247,243,236,.06); border: 1px solid rgba(216,185,129,.28); border-radius: 16px; padding: clamp(1.8rem,3.5vw,2.6rem); backdrop-filter: blur(8px); }
.field { margin-bottom: 1.25rem; }
.field label { display: block; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: .5rem; }
.field input { width: 100%; padding: .9rem 1rem; background: rgba(20,20,22,.4); border: 1px solid rgba(247,243,236,.16); border-radius: 8px; color: var(--ivory); font-family: inherit; font-size: 1rem; transition: border-color .3s; }
.field input::placeholder { color: rgba(247,243,236,.35); }
.field input:focus { outline: none; border-color: var(--gold); }
.consent { display: flex; gap: .7rem; align-items: flex-start; font-size: .82rem; color: rgba(247,243,236,.72); margin-bottom: 1.4rem; line-height: 1.5; }
.consent input { margin-top: 4px; accent-color: var(--gold); }

/* ============ FOOTER ============ */
.footer { background: var(--deep); color: rgba(247,243,236,.7); padding: clamp(3.5rem,7vw,6rem) 0 2rem; }
.footer__inner { display: grid; grid-template-columns: 1.5fr 1fr 1.5fr; gap: 2.5rem; }
.footer__logo { height: 58px; width: auto; display: block; margin-bottom: 1.1rem; }
.footer__brand p { margin-top: 1rem; max-width: 26ch; font-size: .92rem; }
.footer__nav { display: flex; flex-direction: column; gap: .8rem; }
.footer__nav a:hover, .footer__links a:hover { color: var(--gold); }
.footer__follow { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: .9rem; }
.footer__links { display: flex; gap: 1.4rem; margin-top: 1.2rem; font-size: .88rem; }
.footer__copy { text-align: center; margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid rgba(247,243,236,.08); font-size: .8rem; color: rgba(247,243,236,.45); }

/* ============ STICKY MOBILE CTA ============ */
.sticky-cta { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 90; display: none; text-align: center; padding: 1rem; background: var(--gold); color: #fff; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; font-size: .85rem; border-radius: 100px; box-shadow: 0 14px 34px -12px rgba(191,154,97,.7); transform: translateY(150%); transition: transform .5s var(--ease); }
.sticky-cta.show { transform: none; }

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

/* ============ RESPONSIVE ============ */

/* Tablet & darunter (≤920): Sektionen einspaltig, Hero mittig komponiert */
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 6.5rem 0 3rem; gap: clamp(2rem,4vw,2.8rem); justify-items: center; text-align: center; }
  .hero__text { max-width: 40rem; order: 2; }
  .hero__sub { margin-inline: auto; }
  .hero__cta { justify-content: center; }
  .hero__media { order: 1; height: auto; aspect-ratio: 4/5; width: 100%; max-width: 400px; margin-inline: auto; }
  .story__grid, .method__grid, .booking__grid { grid-template-columns: 1fr; }
  .story__media, .method__media { max-width: 440px; margin-inline: auto; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 2rem 2.5rem; }
  .booking__text .h-xl { text-align: left; }
  .offer { grid-template-columns: auto 1fr; }
  .offer__aside { grid-column: 1/-1; flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: .5rem 1.2rem; text-align: left; }
  .nav__links { position: fixed; inset: 0 0 0 auto; width: min(80vw,320px); flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.6rem; background: rgba(248,243,236,.98); backdrop-filter: blur(14px); padding: 2rem 2.4rem; transform: translateX(100%); transition: transform .5s var(--ease); box-shadow: -20px 0 60px -30px rgba(43,38,32,.4); }
  .nav__links.open { transform: none; }
  .nav__links a { font-size: 1.1rem; }
  .nav__toggle { display: flex; z-index: 101; }
  .nav__cta { display: none; }
  .sticky-cta { display: block; }
}

/* Handys (≤600): mehrspaltige Karten einspaltig */
@media (max-width: 600px) {
  .values, .voices__row, .steps__list { grid-template-columns: 1fr; gap: 1.4rem; }
  .footer__inner { grid-template-columns: 1fr; gap: 1.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .sticky-cta { transition: none; }
}
