/*
Theme Name: Halina High-End Final
Author: OpenAI
Version: 1.0.0
Description: Natur-Pur WordPress Theme für Halina Hetke, basierend auf der freigegebenen Layout-Vorschau aus diesem Chat.
Text Domain: halina-highend-final
*/

:root{
  --bg:#f4efe6;
  --paper:#f8f5ef;
  --surface:#fbf8f2;
  --green:#758660;
  --green-dark:#506248;
  --text:#5a5a52;
  --heading:#57564f;
  --line:#ddd5c8;
  --container:1120px;
  --radius:22px;
  --shadow:0 12px 32px rgba(84,88,70,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Georgia, "Times New Roman", serif;
  color:var(--text);
  background:
    radial-gradient(circle at 0% 50%, rgba(173,187,160,.18), rgba(173,187,160,0) 22%),
    radial-gradient(circle at 100% 88%, rgba(173,187,160,.18), rgba(173,187,160,0) 20%),
    linear-gradient(180deg, #f8f4ec 0%, var(--bg) 100%);
}
body, input, textarea, select, button { font-family: "Lato", Arial, sans-serif; }
img{max-width:100%;display:block;height:auto}
a{color:var(--green-dark);text-decoration:none}
.container{width:min(var(--container), calc(100% - 32px));margin:0 auto}
.script{font-family:"Brush Script MT","Segoe Script","Lucida Handwriting",cursive;}
.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(248,245,239,.88);
  border-bottom:1px solid rgba(221,213,200,.8);
  backdrop-filter:blur(10px);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:82px}
.brand{display:flex;align-items:center;gap:14px;color:var(--heading)}
.brand-mark{width:34px;height:22px;border-top:2px solid #9daa91;border-radius:40px 10px 40px 10px;transform:rotate(-16deg)}
.brand-title{font-family:Georgia,serif;font-style:italic;font-size:2rem;line-height:1}
.brand-sub{display:block;font-size:.82rem;color:#6e7065;margin-top:2px}
.nav ul{margin:0;padding:0;display:flex;gap:26px;list-style:none;align-items:center}
.nav a{color:#5d5c56;font-size:1rem}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 22px;border-radius:10px;
  background:var(--green);color:#fff !important;border:0;font-weight:600;
  box-shadow:0 10px 25px rgba(117,134,96,.2);
}
.btn.secondary{background:#f2ece0;color:#4f5848 !important;border:1px solid var(--line);box-shadow:none}
.mobile-toggle{display:none}

.hero{
  min-height:640px;
  background:url('assets/images/hero.png') center/cover no-repeat;
  position:relative;overflow:hidden;
}
.hero::after{
  content:"";position:absolute;left:-5%;right:-5%;bottom:-1px;height:90px;background:var(--paper);
  border-top-left-radius:55% 100%;border-top-right-radius:55% 100%;
}
.hero-inner{position:relative;z-index:2;display:flex;align-items:center;min-height:640px}
.hero-copy{width:min(52%,560px);color:#fff;padding-top:40px}
.hero h1{
  font-family:"Brush Script MT","Segoe Script","Lucida Handwriting",cursive;
  font-size:5.1rem;line-height:.95;font-weight:400;margin:0 0 14px;
  color:#fff;text-shadow:0 2px 12px rgba(35,37,31,.22);
}
.hero p{font-size:2rem;line-height:1.25;color:#f7f6f2;margin:0 0 26px}

.section{padding:70px 0;position:relative}
.section-title{
  text-align:center;font-family:"Brush Script MT","Segoe Script","Lucida Handwriting",cursive;
  font-weight:400;color:#6f6c62;font-size:3.3rem;line-height:1;margin:0 0 22px;
}
.section-title.lines::before,.section-title.lines::after{
  content:"";display:inline-block;width:90px;height:1px;background:#c9c0b3;vertical-align:middle;margin:0 18px 10px;
}
.lead{
  font-size:1.95rem; text-align:center; color:#5e5a53; margin:0 auto; max-width:860px; font-family:Georgia,serif;
}
.decor-row{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center;margin-top:28px}
.decor{display:flex;justify-content:center}
.decor img{max-width:100%;height:auto;filter:drop-shadow(0 12px 25px rgba(80,90,72,.06))}
.soft-band{
  background:linear-gradient(180deg, rgba(248,245,239,.75), rgba(244,239,230,.92));
  border-top:1px solid rgba(221,213,200,.7);border-bottom:1px solid rgba(221,213,200,.7)
}
.testimonials{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.testimonial{
  background:rgba(255,255,255,.35); padding:26px 28px 18px;
  border-radius:24px; position:relative; min-height:170px;
}
.testimonial::before,.testimonial::after{
  content:"“";position:absolute;font-size:4rem;color:#8f9b77;opacity:.85;line-height:1;font-family:Georgia,serif;
}
.testimonial::before{left:16px;top:10px}
.testimonial::after{content:"”";right:18px;bottom:4px}
.testimonial p{font-size:1.9rem;line-height:1.35;margin:20px 0 14px;font-family:Georgia,serif;color:#5b5953}
.testimonial .author{text-align:right;color:#7a766d}
.course-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.course-card{background:#fff;box-shadow:var(--shadow);border:1px solid rgba(221,213,200,.9)}
.course-card img{width:100%}
.course-body{padding:16px 18px;font-size:1.9rem;font-family:Georgia,serif;color:#5a564f}
.center{text-align:center}
.insta-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.insta-grid img{width:100%;aspect-ratio:1/1;object-fit:cover}
.news-strip{
  margin-top:28px; background:#eee8dd; border:1px solid rgba(221,213,200,.95); border-radius:0;
  display:grid; grid-template-columns:1.6fr 1.5fr .8fr repeat(3,.75fr); gap:12px; align-items:center;
  padding:16px 18px;
}
.news-strip .label{font-size:1.6rem;color:#5f5c54;font-family:Georgia,serif}
.news-strip input{
  width:100%; min-height:48px; border:1px solid #d5ccbd; background:#f8f5ef; padding:0 14px; border-radius:2px;
}
.iconlink{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.9rem;color:#4f5347;gap:6px}
.iconbox{width:42px;height:42px;border-radius:10px;background:#f7f3eb;border:1px solid var(--line);display:grid;place-items:center;font-size:1.2rem}

.content-section{padding:70px 0}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}
.card{
  background:#fff;border:1px solid rgba(221,213,200,.92);border-radius:20px;box-shadow:var(--shadow);overflow:hidden;
}
.card-body{padding:26px}
.card h3{margin:0 0 12px;font-size:2rem;font-family:Georgia,serif;color:#57544e}
.price{font-weight:700;color:var(--green-dark);font-size:1.1rem}
.list-clean{list-style:none;margin:0;padding:0}
.list-clean li{padding:10px 0;border-bottom:1px solid #eee7db}
.video-embed iframe,.video-embed video{width:100%;aspect-ratio:16/9;border:0;border-radius:16px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{background:#fff;border:1px solid rgba(221,213,200,.92);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.post-card .thumb{background:#d7decb;height:220px;background-size:cover;background-position:center}
.post-card .body{padding:20px}
.page-hero{padding:74px 0 30px;text-align:center}
.page-hero h1{font-size:3rem;font-family:Georgia,serif;color:#54514c;margin:0}
.site-footer{padding:36px 0 60px}
.footer-mini{text-align:center;color:#77746e}
.note-box{background:#f6f2ea;border:1px solid #e0d8cb;border-radius:16px;padding:18px 20px}

@media (max-width: 980px){
  .hero-copy{width:68%}
  .hero h1{font-size:4rem}
  .hero p{font-size:1.55rem}
  .decor-row,.testimonials,.course-grid,.grid-2,.blog-grid{grid-template-columns:1fr}
  .insta-grid{grid-template-columns:repeat(4,1fr)}
  .news-strip{grid-template-columns:1fr; text-align:center}
}
@media (max-width: 740px){
  .nav{display:none}
  .nav.open{display:block;position:absolute;top:82px;left:0;right:0;background:#f8f5ef;border-bottom:1px solid var(--line)}
  .nav.open ul{display:grid;grid-template-columns:1fr;padding:16px}
  .mobile-toggle{display:inline-flex}
  .hero{min-height:460px}
  .hero-inner{min-height:460px}
  .hero-copy{width:100%;max-width:420px}
  .hero h1{font-size:3.1rem}
  .hero p{font-size:1.25rem}
  .section-title{font-size:2.45rem}
  .lead{font-size:1.35rem}
  .testimonial p,.course-body,.news-strip .label{font-size:1.2rem}
  .insta-grid{grid-template-columns:repeat(3,1fr)}
}
