/*
Theme Name:   Piouswood Minimal
Description:  Minimal root site for piouswood.de — logo only.
Version:      1.0.0
Text Domain:  piouswood-minimal
*/

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background: #F4F1EA;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.pw-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.pw-logo-svg svg,
.custom-logo {
  width: clamp(200px, 30vw, 320px);
  height: auto;
  display: block;
}

.pw-logo-text {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: clamp(32px, 6vw, 64px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0F2318;
}

.admin-bar { display: none !important; }
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }
