/* ═══════════════════════════════════════════
   Laiko Fotografie – Shared Stylesheet
   laiko-fotografie.de
   ═══════════════════════════════════════════ */

/* ── Design Tokens ── */
:root {
  --bg: #fbfaf8;
  --surface: #ffffff;
  --text: #2d2a2a;
  --muted: #6a6664;
  --line: #d9d3cd;
  --sage: #8dad97;
  --sage-deep: #70897a;
  --rose: #f4cccc;
  --rose-deep: #e8a8a8;
  --dark: #2a2627;
  --shadow: 0 20px 50px rgba(34,30,30,.08);
  --radius: 26px;
  --max: 1240px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font: inherit; cursor: pointer; border: 0; background: none; }

/* ── Layout ── */
.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
main section { padding: 110px 0; position: relative; }

/* ── Typography ── */
h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.05;
  font-weight: 500;
  margin: 14px 0 20px;
  letter-spacing: -.02em;
}
.lead {
  font-size: 1rem;
  color: var(--muted);
  max-width: 580px;
  margin-bottom: 16px;
}
.script {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 500;
  color: var(--rose);
}
.moon-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sage-deep);
}
.moon-line::before {
  content: "";
  width: 32px; height: 1px;
  background: var(--sage);
  opacity: .5;
  display: block;
}
.moon-line .crescent { font-size: 14px; opacity: .75; line-height: 1; }
.crescent { font-size: 13px; opacity: .75; line-height: 1; }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 0;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 400;
  transition: background .22s ease, color .22s ease, transform .22s ease;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--sage); color: #fff; }
.btn-primary:hover { background: var(--sage-deep); }
.btn-secondary { background: rgba(255,255,255,.15); color: #fff; backdrop-filter: blur(8px); }
.btn-secondary:hover { background: rgba(255,255,255,.24); }
.btn-soft { background: var(--sage); color: #fff; }
.btn-soft:hover { background: var(--sage-deep); }
.btn-ghost-light { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(8px); }
.btn-ghost-light:hover { background: rgba(255,255,255,.22); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Social Bar ── */
.social-bar {
  position: fixed;
  left: 20px; top: 50%;
  transform: translateY(-50%);
  z-index: 800;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.social-bar::before, .social-bar::after {
  content: "";
  width: 1px; height: 38px;
  background: rgba(255,255,255,.28);
  display: block;
  transition: background .4s ease;
}
body.scrolled .social-bar::before,
body.scrolled .social-bar::after { background: rgba(45,42,42,.16); }
.social-link {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--rose) !important;
  transition: color .22s ease, transform .22s ease;
  position: relative;
}
.social-link:hover { color: var(--rose-deep) !important; transform: scale(1.18); }
.social-link svg { width: 15px; height: 15px; fill: currentColor; }
.social-link::after {
  content: attr(data-tip);
  position: absolute;
  left: calc(100% + 10px); top: 50%;
  transform: translateY(-50%);
  background: var(--dark); color: #fff;
  font-size: 10px; letter-spacing: .06em;
  padding: 4px 8px; border-radius: 5px;
  white-space: nowrap; opacity: 0; pointer-events: none;
  transition: opacity .18s ease;
}
.social-link:hover::after { opacity: 1; }

/* ── Header ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background .5s ease, box-shadow .5s ease;
  padding: 20px 0 16px;
}
.site-header.scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px) saturate(120%);
  box-shadow: 0 8px 28px rgba(0,0,0,.05);
}
.header-inner {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}
.logo {
  color: rgba(255,255,255,.95);
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transition: color .4s ease;
}
.site-header.scrolled .logo { color: var(--text); }
.logo img {
  height: 68px;
  width: auto;
  object-fit: contain;
  transition: height .3s ease;
}
.site-header.scrolled .logo img { height: 60px; }
.nav {
  display: flex; gap: 40px; align-items: center;
  font-size: 12px; font-weight: 400;
  letter-spacing: .15em; text-transform: uppercase;
  color: rgba(255,255,255,.92);
  transition: color .4s ease;
}
.site-header.scrolled .nav { color: var(--text); }
.nav a { position: relative; opacity: .88; transition: opacity .2s; }
.nav a:hover { opacity: 1; }
.nav a::after {
  content: "";
  position: absolute; left: 0; bottom: -6px;
  width: 0; height: 1.5px;
  background: var(--sage);
  transition: width .25s ease;
}
.nav a:hover::after, .nav a.active::after { width: 100%; }

/* ── Mobile Toggle ── */
.mobile-toggle {
  display: none;
  background: none; border: 0;
  width: 40px; height: 40px;
  flex-shrink: 0; position: relative; z-index: 1002;
}
.mobile-toggle span {
  position: absolute; left: 8px; right: 8px;
  height: 1.5px; background: #fff; transition: .25s ease;
}
.site-header.scrolled .mobile-toggle span { background: var(--text); }
.mobile-toggle span:nth-child(1) { top: 14px; }
.mobile-toggle span:nth-child(2) { top: 20px; }
.mobile-toggle span:nth-child(3) { top: 26px; }
.mobile-menu {
  position: fixed; inset: 0;
  background: rgba(250,247,243,.98);
  backdrop-filter: blur(10px);
  display: none; z-index: 999;
  padding: 90px 28px 40px;
}
.mobile-menu.open { display: block; }
.mobile-menu nav {
  display: flex; flex-direction: column; gap: 20px;
  font-size: 26px;
  font-family: "Cormorant Garamond", serif;
}

/* ── Floating CTA (optional, nur auf bestimmten Seiten) ── */
.floating-cta {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 900;
  background: var(--sage); color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  padding: 13px 22px 13px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(112,137,122,.38);
  transition: background .22s ease, transform .22s ease, opacity .4s ease;
  display: flex; align-items: center; gap: 9px;
}
.floating-cta.hidden { opacity: 0; pointer-events: none; }
.floating-cta:hover { background: var(--sage-deep); transform: translateY(-2px); }
.floating-cta svg { width: 14px; height: 14px; fill: rgba(255,255,255,.85); flex-shrink: 0; }

/* ── Hero (gemeinsame Basis) ── */
.hero {
  min-height: 100svh; position: relative;
  display: flex; align-items: flex-end;
  color: #fff; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,10,10,.22), transparent 55%);
}
.hero-content {
  position: relative; z-index: 2;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto; padding: 160px 0 100px;
}
.hero .eyebrow {
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase;
  color: rgba(255,255,255,.68); margin-bottom: 18px;
  display: flex; align-items: center; gap: 10px;
}
.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05; font-weight: 500; letter-spacing: -.02em;
  max-width: 760px; margin-bottom: 24px;
}
.hero p {
  max-width: 520px;
  font-size: clamp(.88rem, 1.2vw, .97rem);
  color: rgba(255,255,255,.82); margin-bottom: 32px;
}

/* ── Photo Frame ── */
.photo-frame { position: relative; padding: 24px 24px 0 0; }
.photo-frame img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  object-position: center 20%;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.photo-frame::before {
  content: ""; position: absolute; right: 0; top: 0;
  width: 84%; height: 87%;
  border: 1px solid rgba(112,137,122,.28);
  border-radius: var(--radius); pointer-events: none;
}

/* ── Intro Grid ── */
.intro-grid {
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: 80px; align-items: center;
}
.intro-copy p { max-width: 520px; color: #4d4948; margin-bottom: 14px; font-size: 1rem; }

/* ── Gallery Mosaic ── */
.gallery-section { background: var(--dark); padding: 100px 0 !important; }
.gallery-section .moon-line { color: var(--sage); }
.gallery-section h2 { color: #fff; }
.gallery-section .lead { color: rgba(255,255,255,.55); }
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 300px 300px 300px 300px;
  grid-auto-rows: 300px;
  gap: 12px; margin-top: 44px;
}
.gimg { overflow: hidden; border-radius: 14px; position: relative; height: 100%; }
.gimg img, .gimg .ph-fill {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s cubic-bezier(.4,0,.2,1), filter .4s ease;
  filter: brightness(1) saturate(1);
  display: block;
}
.gimg:hover img, .gimg:hover .ph-fill { transform: scale(1.04); filter: brightness(1) saturate(1); }
.gimg.tall { grid-row: span 2; }

/* ── Testimonials ── */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-top: 44px;
}
/* Hell-Version */
.testi-card-light {
  background: var(--surface); border: 1px solid rgba(0,0,0,.05);
  border-radius: 24px; padding: 30px; box-shadow: var(--shadow);
  transition: transform .3s ease;
}
.testi-card-light:hover { transform: translateY(-3px); }
.testi-card-light .testi-stars span { color: var(--rose-deep); font-size: 14px; }
.testi-card-light blockquote { color: var(--text); }
.testi-card-light .testi-name { color: var(--muted); }
/* Dunkel-Version */
.testi-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px; padding: 30px;
  transition: transform .3s ease, background .25s;
}
.testi-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.09); }
.testi-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.testi-stars span { color: var(--rose); font-size: 14px; }
.testi-card blockquote {
  font-family: "Cormorant Garamond", serif; font-size: 1.1rem;
  font-style: italic; line-height: 1.55;
  color: rgba(255,255,255,.85); margin-bottom: 20px;
}
.testi-name {
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.4);
  display: flex; align-items: center; gap: 8px;
}
.testi-name::before { content: ""; width: 20px; height: 1px; background: var(--sage); display: block; }

/* ── FAQ ── */
.faq-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; margin-top: 44px;
}
.faq-item {
  border: 1px solid rgba(0,0,0,.06); border-radius: 18px;
  padding: 24px 26px; background: var(--surface);
  cursor: pointer; transition: box-shadow .25s ease;
}
.faq-item:hover { box-shadow: var(--shadow); }
.faq-q {
  font-family: "Cormorant Garamond", serif; font-size: 1.12rem; font-weight: 500;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
}
.faq-q::after {
  content: "↓"; font-size: 13px; color: var(--sage);
  flex-shrink: 0; margin-top: 2px; transition: transform .3s ease;
}
.faq-item.open .faq-q::after { transform: rotate(180deg); }
.faq-a { font-size: 1rem; color: var(--muted); margin-top: 12px; line-height: 1.65; display: none; }
.faq-item.open .faq-a { display: block; }
/* Dunkel-Override */
.faq-dark .faq-item { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); }
.faq-dark .faq-item:hover { box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.faq-dark .faq-q { color: #fff; }
.faq-dark .faq-a { color: rgba(255,255,255,.62); }

/* ── Contact Panel ── */
.cta-section { padding-top: 60px; padding-bottom: 110px; }
.cta-panel {
  border-radius: 32px; background: var(--surface);
  border: 1px solid rgba(0,0,0,.05); padding: 60px;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 60px; align-items: start; box-shadow: var(--shadow);
}
.cta-intro-label {
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--sage-deep); display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.cta-intro-label::before { content: ""; width: 32px; height: 1px; background: var(--sage); opacity: .5; display: block; }
.cta-intro h2 { margin-top: 0; }
.cta-intro p { color: var(--muted); font-size: .92rem; max-width: 380px; margin-top: 12px; line-height: 1.7; }
.direct-mail { margin-top: 22px; font-size: .88rem; color: var(--muted); }
.direct-mail a { color: var(--sage-deep); text-decoration: underline; text-underline-offset: 3px; }

/* ── Forms ── */
.contact-form {
  display: flex; flex-direction: column; gap: 16px;
  background: var(--bg); border-radius: 24px;
  padding: 36px; border: 1px solid rgba(0,0,0,.05);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); font-weight: 500;
}
.form-field label .req { color: var(--sage-deep); margin-left: 2px; }
.req { color: var(--sage-deep); }
.form-field input,
.form-field textarea,
.form-field select {
  font-family: "Raleway", sans-serif; font-size: 14px;
  color: var(--text); background: var(--surface);
  border: 1.5px solid transparent; border-radius: 12px;
  padding: 11px 14px; outline: none;
  transition: border-color .2s ease; width: 100%; appearance: none;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus { border-color: var(--sage); }
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(106,102,100,.45); }
.form-field textarea { resize: vertical; min-height: 100px; }
.form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238dad97' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px; background-color: var(--surface);
}
.form-check {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .82rem; color: var(--muted);
}
.form-check input[type="checkbox"] {
  width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--sage);
}
.form-check a { color: var(--sage-deep); text-decoration: underline; text-underline-offset: 3px; }
.form-submit-row {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 4px;
}
.form-note { font-size: 11px; color: var(--muted); opacity: .75; }
.form-req-hint { font-size: 10px; color: var(--muted); opacity: .6; letter-spacing: .04em; }
.form-success {
  display: none; padding: 20px 22px;
  background: rgba(141,173,151,.1); border: 1px solid var(--sage);
  border-radius: 14px; margin-top: 10px;
  font-size: .9rem; color: var(--sage-deep); line-height: 1.7;
}

/* ── Footer ── */
footer { background: var(--dark); color: #f5efe8; padding: 40px 0 20px; }
.footer-grid {
  display: flex; gap: 0; padding: 24px 0 18px;
  border-top: 1px solid rgba(255,255,255,.07);
  margin-bottom: 16px; align-items: start;
}
.footer-grid > div:first-child { flex: 1; }
.footer-grid > div:not(:first-child) { flex-shrink: 0; padding-left: 36px; text-align: right; }
.footer-right-cols { flex-shrink: 0; padding-left: 36px; text-align: right; }
.footer-brand { font-family: "Cormorant Garamond", serif; font-size: 22px; color: #fff; margin-bottom: 8px; }
footer h5 {
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(244,204,204,.45); font-weight: 500; margin-bottom: 10px;
}
footer p, footer a {
  color: rgba(255,255,255,.6); font-size: 12px;
  margin-bottom: 5px; display: block; transition: color .2s;
}
footer a:hover { color: #fff; }
.footer-right-cols-inner { display: flex; gap: 36px; text-align: right; }
.footer-cities-row {
  font-size: 11px; color: rgba(255,255,255,.28);
  letter-spacing: .05em; margin-bottom: 16px; line-height: 1.8;
}
.footer-bottom {
  display: flex; justify-content: space-between;
  font-size: 11px; color: rgba(255,255,255,.3);
  padding-top: 14px; border-top: 1px solid rgba(255,255,255,.06);
}

/* ── Addon Cards ── */
.addons-section { background: var(--surface); }
.addons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.addon-card {
  border: 1px solid rgba(0,0,0,.07); border-radius: 18px;
  padding: 28px 24px; background: var(--bg);
  transition: box-shadow .25s ease, transform .25s ease;
}
.addon-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.addon-icon { width: 36px; height: 36px; margin-bottom: 14px; }
.addon-icon svg { width: 100%; height: 100%; fill: none; stroke: var(--sage); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.addon-title { font-family: "Cormorant Garamond", serif; font-size: 1.15rem; font-weight: 500; color: var(--text); margin-bottom: 7px; }
.addon-desc { font-size: .83rem; color: var(--muted); line-height: 1.65; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .addons-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .mobile-toggle { display: block; }
  .nav { display: none; }
  .social-bar { display: none; }
  .floating-cta { bottom: 16px; right: 16px; font-size: 10px; padding: 11px 18px; }
  main section { padding: 80px 0; }
  .hero h1 { font-size: clamp(1.8rem, 7vw, 2.8rem); }
  .hero-content { padding: 140px 0 72px; }
  .intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, 180px); }
  .gimg.tall { grid-row: span 2; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; padding: 36px 24px; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .addons-grid { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; gap: 28px; }
  .footer-grid > div:not(:first-child) { padding-left: 0; text-align: left; }
  .footer-right-cols { padding-left: 0; text-align: left; }
  .footer-right-cols-inner { flex-direction: column; gap: 20px; text-align: left; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}
