/* ============================= */
/*   SECTIONS.CSS                */
/*   About Me · Contact          */
/*   Formular · Labels · Footer  */
/* ============================= */


/* ============================= */
/*           ABOUT ME            */
/* ============================= */

.about-inner {
  max-width: 720px;
}

.about-inner h2 {
  font-size: clamp(36px, 5vw, 52px);
  margin-bottom: 4px;
}

/* Akzentlinie */
.about-divider {
  width: 64px;
  height: 4px;
  background: var(--accent);
  border-radius: 2px;
  margin: 8px 0 28px;
}

.about-lead {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 22px;
  line-height: 1.7;
}

.about-inner p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Handschriftlicher Akzent */
.about-hand {
  font-family: 'Caveat', cursive;
  color: var(--accent);
  font-size: 1.28em;
  white-space: nowrap;
}


/* ============================= */
/*        CONTACT SECTION        */
/* ============================= */

/* Grid-Layout für Kontaktbereich */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

/* Überschrift */
.contact-text h2 {
  font-size: clamp(36px, 5vw, 52px);
  margin-bottom: 2px;
}

/* Akzentlinie */
.contact-divider {
  width: 72px;
  height: 4px;
  background: var(--accent);
  border-radius: 2px;
  margin: 4px 0 22px;
}

/* Einleitender Text */
.contact-lead {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 18px;
}

/* Fließtext */
.contact-text p {
  max-width: 46ch;
  color: var(--muted);
  margin-bottom: 18px;
  line-height: 1.6;
}

/* Softer Text */
.contact-soft {
  opacity: 0.9;
}

/* Handschriftlicher Akzent */
.hand {
  font-family: 'Caveat', cursive;
  color: var(--accent);
  font-size: 1.05em;
  margin-left: 6px;
  white-space: nowrap;
}

.hand-inline {
  margin-left: 1px;
}

/* Deko-Illustration */
.contact-illustration {
  display: block;
  margin-top: 24px;
  width: 380px;
  opacity: 0.85;
}


/* ============================= */
/*        KONTAKTFORMULAR        */
/* ============================= */

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 0;
  margin-left: 0;
  transform: none;
  justify-content: center;
  height: 100%;
}

/* Input- & Textarea-Felder im Kontaktformular */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 2px solid var(--outline);
  background: transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: var(--text);
}

/* Textarea */
.contact-form textarea {
  min-height: 190px;
  resize: vertical;
}

/* Fokus */
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(230, 122, 142, 0.18);
}

/* Senden-Button */
.contact-form button {
  align-self: stretch;
  margin-top: 12px;
  padding: 14px 30px;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.contact-form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(230, 122, 142, 0.35);
}


/* ============================= */
/*      FORMULAR (ALLGEMEIN)     */
/* ============================= */

/* Labels */
label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
  display: block;
}

/* Felder allgemein */
input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 2px solid var(--outline);
  background: #fff;
  color: var(--text);
  font-size: 1rem;
  font-family: 'DM Sans', sans-serif;
  transition: border-color .25s ease, box-shadow .25s ease;
}

/* Fokus */
input:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(230, 122, 142, 0.25);
  outline: none;
}

/* Textarea */
textarea {
  min-height: 130px;
  resize: vertical;
}

/* Primary-Button im Formular */
form .btn.primary {
  margin-top: 10px;
  background: var(--accent);
  border: 2px solid var(--outline);
  padding: 14px 20px;
  font-weight: 600;
  color: white;
  border-radius: 14px;
  transition: all .25s ease;
}

form .btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(143, 121, 111, 0.22);
}


/* ============================= */
/*             FOOTER            */
/* ============================= */

footer {
  text-align: center;
  padding-top: clamp(32px, 5vw, 56px);
  padding-bottom: clamp(24px, 4vw, 40px);
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.footer-name {
  font-size: 0.9rem;
  opacity: 0.85;
}

.footer-links {
  display: flex;
  gap: 24px;
}

/* Social Icons */
.footer-icon img {
  width: 26px;
  height: 26px;
  opacity: 0.85;
  transition: all .25s ease;
  filter: brightness(0) saturate(100%) invert(34%) sepia(16%) saturate(300%) hue-rotate(340deg);
}

/* Lightmode Hover */
html:not(.dark) .footer-icon img:hover {
  transform: translateY(-3px) scale(1.06);
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease;
}
