/*
Theme Name:   Kadence Child – Aromapraxis
Theme URI:    https://www.duftvolle-beruehrung.at
Description:  Child Theme für Aromapraxis Simone Schöggl
Author:       Michael Gamsjäger
Template:     kadence
Version:      1.0.0
Text Domain:  kadence-child
*/

/* ─── CSS-Variablen (Corporate Design Aromapraxis) ─────── */
:root {
  --terra:        #b5715a;
  --terra-light:  #d4957c;
  --terra-dark:   #7a3f28;
  --terra-pale:   #f0ddd6;
  --sand:         #e8d5b7;
  --sand-light:   #f5ece0;
  --sand-dark:    #c9b494;
  --warm-bg:      #fdf8f2;
  --brown:        #3d2b1f;
  --brown-light:  #7a5c48;
  --linen:        #ede3d6;
}

/* ─── Smooth Scroll ────────────────────────────────────── */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; /* Platz für den fixierten Header */
}

/* ─── Header Logo ──────────────────────────────────────── */
.site-title,
.site-title a,
.site-title a:hover,
.site-title a:visited,
.site-branding .site-title,
.site-branding .site-title a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 20px !important;
  color: #3d2b1f !important;
  text-decoration: none;
}

.site-title em,
.site-branding .site-title em {
  font-style: italic;
  color: var(--terra) !important;
}

.site-branding .brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.ap-logo-icon {
  height: 44px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

/* ─── Globale Basis-Stile ───────────────────────────────── */
body {
  background-color: var(--warm-bg);
  color: var(--brown);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: var(--brown);
}

a {
  color: var(--terra);
}

a:hover {
  color: var(--terra-dark);
}

/* ─── FOOTER ────────────────────────────────────────────── */
.ap-footer {
  background: var(--brown);
  color: #fff;
  padding: 3rem 2rem 2rem;
}

.ap-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.ap-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.ap-footer__name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}

.ap-footer__name em {
  font-style: italic;
  color: var(--sand);
}

.ap-footer__tagline {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.ap-footer__nav ul.ap-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.ap-footer__nav ul.ap-footer__menu a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}

.ap-footer__nav ul.ap-footer__menu a:hover {
  color: #fff;
}

.ap-footer__copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  margin: 0;
}

.ap-footer__copy a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
}

.ap-footer__copy a:hover {
  color: #fff;
}

/* ─── Buttons ───────────────────────────────────────────── */
.wp-block-button__link,
.btn-main {
  background-color: var(--terra);
  color: #fff;
  border-radius: 30px;
  border: none;
  transition: background 0.3s, transform 0.2s;
}

.wp-block-button__link:hover,
.btn-main:hover {
  background-color: var(--terra-dark);
  transform: translateY(-2px);
}
