/*
Theme Name: Findbella
Theme URI: https://findbella.de/
Author: Findbella
Description: Individuelles Findbella-Theme für Home Finds, Küche & Haushalt sowie Ordnung & Organisation.
Version: 1.0.0
Text Domain: findbella
*/

:root{
  --cream:#fbf7f1;
  --cream-2:#f4eee5;
  --ink:#262320;
  --gold:#b98a45;
  --sage:#8d9475;
  --sage-dark:#72795f;
  --line:#dbcab4;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,92%);margin:0 auto}
.serif{font-family:Georgia, 'Times New Roman', serif}
.eyebrow{
  letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;
  color:var(--sage-dark);font-weight:700
}
.btn{
  display:inline-block;padding:14px 24px;border:1px solid var(--gold);
  border-radius:999px;background:var(--gold);color:#fff;
  letter-spacing:.04em;font-weight:700;transition:.2s ease;
}
.btn.secondary{background:transparent;color:var(--ink)}
.btn:hover{transform:translateY(-1px);opacity:.92}

header{
  position:sticky;top:0;z-index:10;
  backdrop-filter:blur(12px);
  background:rgba(251,247,241,.92);
  border-bottom:1px solid rgba(185,138,69,.2)
}
.nav{
  min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px
}
.brand{display:flex;align-items:center;gap:14px}
.brand img{width:58px;height:58px;border-radius:50%;object-fit:cover}
.brand-name{
  font-family:Georgia,'Times New Roman',serif;
  letter-spacing:.24em;font-size:1.05rem
}
nav ul{display:flex;gap:28px;list-style:none;margin:0;padding:0;font-size:.92rem}
nav a:hover{color:var(--gold)}

.hero{
  padding:72px 0 82px;
  background:
    radial-gradient(circle at 75% 20%, rgba(185,138,69,.10), transparent 30%),
    radial-gradient(circle at 20% 80%, rgba(141,148,117,.10), transparent 35%);
}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px
}
.hero-logo{width:min(440px,85%);margin:auto;filter:drop-shadow(0 18px 35px rgba(70,50,30,.08))}
.hero h1{
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(3.2rem,7vw,6.4rem);line-height:.94;margin:.2em 0 .24em;font-weight:500
}
.hero h1 span{color:var(--gold)}
.hero p{font-size:1.14rem;max-width:630px;color:#57514c}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}

.section{padding:88px 0}
.section.soft{background:var(--cream-2)}
.section-head{text-align:center;max-width:720px;margin:0 auto 42px}
.section h2{
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(2.2rem,4vw,3.5rem);font-weight:500;margin:.15em 0
}
.section-head p{color:#625c56}

.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{
  background:var(--white);border:1px solid var(--line);border-radius:22px;overflow:hidden;
  box-shadow:0 14px 34px rgba(74,59,45,.07);transition:.2s ease
}
.card:hover{transform:translateY(-4px)}
.card-media{aspect-ratio:4/5;overflow:hidden;background:#eee}
.card-media img{width:100%;height:100%;object-fit:cover}
.card-body{padding:24px}
.card h3{font-family:Georgia,'Times New Roman',serif;font-size:1.55rem;margin:0 0 8px;font-weight:500}
.card p{margin:0;color:#625c56}
.linkline{margin-top:18px;color:var(--gold);font-weight:700}

.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tile{position:relative;border-radius:22px;overflow:hidden;min-height:420px;background:#ddd}
.tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(35,30,26,.78))}
.tile-content{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:white}
.tile .tag{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:#f5dfbc}
.tile h3{font-family:Georgia,'Times New Roman',serif;font-size:1.65rem;margin:8px 0 0;font-weight:500}

.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}
.about-logo{background:white;border-radius:30px;padding:30px;border:1px solid var(--line)}
.about p{color:#5e5751}
.quote{
  margin:24px 0;padding:18px 22px;border-left:3px solid var(--gold);
  background:rgba(255,255,255,.55);font-family:Georgia,'Times New Roman',serif;font-size:1.25rem
}

.newsletter{
  text-align:center;padding:60px 28px;border:1px solid var(--line);border-radius:28px;
  background:linear-gradient(145deg,#fffaf4,#f3ecdf)
}
.newsletter form{display:flex;max-width:620px;margin:28px auto 0;gap:10px}
.newsletter input{
  flex:1;padding:15px 18px;border:1px solid var(--line);border-radius:999px;background:white;font-size:1rem
}
.newsletter button{border:0;cursor:pointer}

footer{padding:42px 0 30px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:32px}
footer h4{font-family:Georgia,'Times New Roman',serif;margin:0 0 12px;font-size:1.15rem}
footer ul{list-style:none;padding:0;margin:0}
footer li{margin:8px 0;color:#625c56}
.legal{margin-top:34px;padding-top:22px;border-top:1px solid var(--line);font-size:.85rem;color:#746c65}

@media(max-width:900px){
  .hero-grid,.about-grid{grid-template-columns:1fr;text-align:center}
  .hero-logo{max-width:340px}
  nav ul{display:none}
  .category-grid,.featured-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .newsletter form{flex-direction:column}
}

/* WordPress content templates */
.site-content{padding:72px 0;min-height:60vh}.content-shell{width:min(900px,92%);margin:0 auto}.entry-title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.2rem,5vw,4rem);font-weight:500;line-height:1.05;margin:.2em 0 .6em}.entry-content{font-size:1.05rem}.entry-content img{border-radius:18px}.post-list{display:grid;gap:24px}.post-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.wp-block-image img{height:auto}.screen-reader-text{position:absolute;left:-9999px}
