/*
 Theme Name:   Evior Child — SimpleLifestyle
 Theme URI:    https://simplelifestyle.dk/
 Description:  Child theme for trust, readability and AdSense-ready structure.
 Author:       SimpleLifestyle
 Template:     evior
 Version:      1.0.0
 Text Domain:  evior-child
*/

/* Front-page hero (injected via filter) */
.sl-front-hero {
  margin: 0 0 2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #d7e8de;
  border-radius: 18px;
  background: linear-gradient(145deg, #fffaf2 0%, #f3fbf6 48%, #edf7ff 100%);
  box-shadow: 0 10px 24px rgba(22, 51, 69, 0.08);
}

.sl-front-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #3f6d5a;
}

.sl-front-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  line-height: 1.12;
  color: #1d3f52;
}

.sl-front-hero__lead {
  margin: 0 0 1rem;
  max-width: 65ch;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #3b5d6d;
}

.sl-front-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sl-front-hero__links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #c7dfd0;
  background: #f7fdf8;
  color: #2f5f45;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.sl-front-hero__links a:hover {
  border-color: #9ebfae;
  color: #1d4f37;
}

/* Site name in header is not the page H1 on front page */
.home .site-title.text-logo {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
}

.home .site-title.text-logo a {
  text-decoration: none;
  color: inherit;
}

/* Trust blocks on posts and shop */
.sl-trust-panel {
  margin: 2rem 0 0;
  padding: 1.15rem 1.25rem;
  border: 1px solid #d8e8de;
  border-radius: 14px;
  background: #f8fdf9;
}

.sl-trust-panel h2,
.sl-trust-panel h3 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  color: #1d3f52;
}

.sl-trust-panel ul {
  margin: 0;
  padding-left: 1.15rem;
}

.sl-trust-panel li {
  margin-bottom: 0.35rem;
}

.sl-shop-intro {
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid #2f7d67;
  background: #f7fdf8;
}

.sl-shop-intro h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
