/*
Theme Name: tittenfotos.de Domainverkauf
Theme URI: https://tittenfotos.de
Author: newartmedia Internet Service
Description: Schlankes Verkaufs-Theme mit Gebotsformular und internen Rechtseiten.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: tittenfotos-domainverkauf
*/
:root {
  color-scheme: dark;
  --bg: #090a0c;
  --panel: #101216;
  --text: #f5f2eb;
  --muted: #a8a8a2;
  --line: #292c32;
  --accent: #eeff5b;
  --accent-dark: #0b0c08;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    var(--bg);
  background-size: 72px 72px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; }
.site-header, main, footer { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand-mark {
  width: 34px; height: 34px; display: grid; place-items: center;
  background: var(--accent); color: var(--accent-dark); font: 900 17px/1 Georgia, serif;
}
.header-link { font-size: .9rem; text-underline-offset: 5px; text-decoration-color: var(--accent); }
.hero { min-height: 690px; padding: 108px 0 84px; max-width: 970px; display: flex; flex-direction: column; justify-content: center; }
.status { width: fit-content; border: 1px solid var(--line); padding: 6px 10px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.status span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 14px var(--accent); }
.eyebrow { margin: 28px 0 15px; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .94; letter-spacing: -.045em; }
h1 { font-size: clamp(3.5rem, 8.7vw, 7.2rem); }
h1 em { color: var(--accent); font-weight: 400; }
.intro { max-width: 680px; margin: 34px 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.intro strong { color: var(--text); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: 3px; padding: 0 21px;
  color: var(--text); background: transparent; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); border-color: var(--text); }
.button-primary { background: var(--accent); border-color: var(--accent); color: var(--accent-dark); }
.button-primary:hover { background: #f4ff91; border-color: #f4ff91; }
.owner { margin-top: 28px; color: #74767c; font-size: .88rem; }
.owner a { color: var(--muted); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: rgba(16,18,22,.75); }
.facts article { min-height: 235px; padding: 36px; }
.facts article + article { border-left: 1px solid var(--line); }
.facts article > span { color: var(--accent); font: 700 .76rem/1 monospace; }
.facts h2 { margin-top: 44px; font: 500 1.45rem/1.2 inherit; letter-spacing: -.025em; }
.facts p { color: var(--muted); margin-bottom: 0; }
.offer { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 105px); padding: 140px 0; align-items: start; }
.offer h2 { font-size: clamp(2.8rem, 5.5vw, 5rem); }
.offer-copy > p:not(.eyebrow) { color: var(--muted); max-width: 480px; font-size: 1.08rem; }
.process { margin-top: 42px; border-top: 1px solid var(--line); }
.process div { display: flex; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.process b { color: var(--accent); font: 600 .82rem/1.7 monospace; }
.bid-form { padding: clamp(26px, 4vw, 46px); background: var(--panel); border: 1px solid var(--line); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 20px; }
label > span { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 700; }
label small { color: var(--muted); font-weight: 400; }
input, textarea {
  width: 100%; border: 1px solid #363941; border-radius: 2px; padding: 13px 14px;
  background: #0b0d10; color: var(--text); font: inherit; outline: none;
}
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(238,255,91,.1); }
textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; color: var(--muted); }
.consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--accent); }
.consent span { font-weight: 400; line-height: 1.5; }
.consent a { color: var(--text); }
.submit { width: 100%; }
.form-note, .form-status { color: #777a80; font-size: .78rem; line-height: 1.5; }
.form-status { min-height: 1.2em; color: var(--accent); }
footer { min-height: 110px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .86rem; }
footer nav { display: flex; gap: 24px; }
footer a { text-underline-offset: 4px; }

@media (max-width: 760px) {
  .site-header, main, footer { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: auto; padding: 78px 0; }
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .facts, .offer { grid-template-columns: 1fr; }
  .facts article { min-height: auto; padding: 28px; }
  .facts article + article { border-left: 0; border-top: 1px solid var(--line); }
  .facts h2 { margin-top: 24px; }
  .offer { padding: 90px 0; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

.legal-page { min-height: calc(100vh - 196px); padding: 80px 0 110px; }
.legal-page h1 { font-size: clamp(3.5rem, 8vw, 7rem); color: var(--accent); }
.legal-copy { max-width: 760px; margin-top: 60px; }
.legal-copy h2 { margin: 38px 0 10px; font: 650 1.2rem/1.3 inherit; letter-spacing: -.02em; }
.legal-copy p { color: var(--muted); }
.legal-copy a { color: var(--text); text-underline-offset: 4px; }
