/*
Theme Name: Elias Muradi
Theme URI: https://eliasmuradi.de
Author: Elias Muradi
Description: Individuelles Theme für die Website von Elias Muradi (SEO & Online Marketing).
Version: 2.0
Text Domain: elias-muradi
*/


  /* ===== Design tokens ===== */
  :root{
    --ink:#211f1c;
    --paper:#faf8f4;
    --paper-dim:#f0ece2;
    --primary:#1f4a3f;
    --primary-light:#d7e6de;
    --accent:#c9622b;
    --line:#e2ddd0;
    --muted:#6b6459;
    --sans:'Open Sans', system-ui, sans-serif;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{background:var(--paper); color:var(--ink); font-family:var(--sans); line-height:1.55; -webkit-font-smoothing:antialiased;}
  a{color:inherit;}
  a:focus-visible, button:focus-visible{outline:2px solid var(--accent); outline-offset:3px; border-radius:2px;}
  img{max-width:100%; display:block;}
  .wrap{max-width:1080px; margin:0 auto; padding:0 20px;}

  /* ===== Nav (mobile-first) ===== */
  header.nav{
    position:sticky; top:0; z-index:30;
    background:rgba(250,248,244,0.95); backdrop-filter:blur(6px);
    border-bottom:1px solid var(--line);
  }
  .nav-inner{
    max-width:1080px; margin:0 auto; padding:14px 20px;
    display:flex; justify-content:space-between; align-items:center; position:relative;
  }
  .nav-name{font-size:18px; font-weight:700; letter-spacing:-0.01em;}
  .nav-toggle{background:none; border:none; cursor:pointer; padding:6px; color:var(--ink);}
  .nav-toggle svg{width:26px; height:26px;}
  .nav-links{
    display:none; position:absolute; top:100%; left:0; right:0;
    background:var(--paper); border-bottom:1px solid var(--line);
    flex-direction:column; padding:8px 20px 16px;
  }
  .nav-links.is-open{display:flex;}
  .nav-links a{
    text-decoration:none; color:var(--ink); font-size:17px; font-weight:600;
    padding:12px 0; border-top:1px solid var(--line);
  }
  .nav-links a:first-child{border-top:none;}
  .nav-links a:hover{color:var(--accent);}

  /* ===== Sections shared ===== */
  section{padding:56px 0;}
  .section-label{
    font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.06em;
    color:var(--accent); margin-bottom:10px;
  }
  .section-title{font-size:28px; font-weight:700; line-height:1.15;}

  /* ===== Hero ===== */
  .hero{background:var(--primary); color:#fff;}
  .hero-inner{padding:48px 0 40px;}
  .hero-photo{
    width:160px; height:160px; border-radius:50%; overflow:hidden;
    border:4px solid rgba(255,255,255,0.25); margin:0 auto 24px;
  }
  .hero-photo img{width:100%; height:100%; object-fit:cover; object-position:center center;}
  .hero h1{font-size:clamp(30px,7vw,44px); font-weight:800; line-height:1.1; letter-spacing:-0.01em;}
  .hero h1 span{color:var(--accent);}
  .hero .lede{margin-top:18px; font-size:16px; color:#e4e9e6; max-width:56ch;}
  .hero .lede + .lede{margin-top:12px;}
  .hero-actions{margin-top:28px; display:flex; flex-wrap:wrap; gap:12px;}
  .btn{
    display:inline-flex; align-items:center; gap:8px; text-decoration:none;
    font-weight:700; font-size:15px; padding:13px 24px; border-radius:999px;
    transition:transform .15s, background .2s;
  }
  .btn:hover{transform:translateY(-1px);}
  .btn-primary{background:var(--accent); color:#fff;}
  .btn-primary:hover{background:#b0561f;}
  .btn-ghost{background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,0.5);}
  .btn-ghost:hover{border-color:#fff;}
  .hero-social{margin-top:24px; display:flex; gap:12px;}
  .hero-social a{
    width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,0.12);
    display:flex; align-items:center; justify-content:center; transition:background .2s;
  }
  .hero-social a:hover{background:var(--accent);}
  .hero-social svg{width:17px; height:17px; fill:#fff;}

  /* ===== Leistungen ===== */
  .services-intro{max-width:64ch;}
  .services-intro p{margin-top:14px; color:var(--muted); font-size:16px;}
  .packages{margin-top:36px; display:grid; gap:20px;}
  .package{
    border:1px solid var(--line); border-radius:8px; padding:28px;
    background:#fff; display:flex; flex-direction:column;
  }
  .package .ptag{font-size:12.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.05em; color:var(--accent);}
  .package h3{font-size:22px; font-weight:700; margin-top:8px;}
  .package .pdesc{margin-top:8px; color:var(--muted); font-size:15px;}
  .package ul{margin-top:18px; list-style:none; flex-grow:1;}
  .package li{font-size:14.5px; padding:9px 0; border-top:1px solid var(--line); padding-left:20px; position:relative;}
  .package li:first-child{border-top:none;}
  .package li::before{content:'✓'; position:absolute; left:0; color:var(--primary); font-weight:700;}
  .package .price{margin-top:20px; padding-top:20px; border-top:1px solid var(--line); font-size:26px; font-weight:700; color:var(--primary);}
  .package .price span{font-size:14px; font-weight:400; color:var(--muted);}
  .package .price-note{font-size:12.5px; color:var(--muted); margin-top:4px;}

  /* ===== Über mich (incl. Werdegang + Skills) ===== */
  .about{background:var(--paper-dim);}
  .about-intro{max-width:64ch;}
  .about-intro p{margin-top:14px; font-size:16px; color:#3a352c;}
  .about-tags{margin-top:20px; display:flex; flex-wrap:wrap; gap:10px;}
  .about-tags span{
    background:#fff; border:1px solid var(--line); border-radius:999px;
    padding:6px 14px; font-size:13px; color:var(--muted);
  }

  .stats{margin-top:40px; display:grid; gap:1px; background:var(--line); border:1px solid var(--line); border-radius:8px; overflow:hidden;}
  .stat{background:#fff; padding:22px 20px;}
  .stat .num{font-size:28px; font-weight:800; color:var(--primary);}
  .stat .label{font-size:13px; color:var(--muted); margin-top:4px;}

  .timeline{margin-top:44px;}
  .timeline h3, .skills-block h3{font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.05em; color:var(--accent); margin-bottom:20px;}
  .tl-item{padding:16px 0; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:2px;}
  .tl-item:first-child{border-top:none;}
  .tl-period{font-size:12.5px; font-weight:700; color:var(--primary);}
  .tl-role{font-size:17px; font-weight:700;}
  .tl-org{font-size:14px; color:var(--muted);}

  .skills-block{margin-top:44px;}
  .skills-grid{display:grid; gap:28px;}
  .skill-group h4{font-size:14px; font-weight:700; margin-bottom:10px;}
  .skill-group ul{list-style:none;}
  .skill-group li{font-size:14.5px; padding:7px 0; border-top:1px solid var(--line);}
  .skill-group li:first-child{border-top:none;}

  /* ===== Kontakt ===== */
  .contact{background:var(--primary); color:#fff;}
  .contact h2{font-size:26px; font-weight:700; max-width:18ch;}
  .contact p{margin-top:14px; color:#e4e9e6; font-size:16px; max-width:48ch;}
  .contact-links{margin-top:28px; display:flex; flex-wrap:wrap; gap:12px;}

  /* ===== Footer ===== */
  footer.site-footer{background:var(--paper-dim); border-top:1px solid var(--line); padding:36px 0 24px;}
  .footer-top{display:flex; flex-direction:column; gap:20px;}
  .footer-brand{font-size:16px; font-weight:700;}
  .footer-nav{display:flex; flex-wrap:wrap; gap:16px; font-size:14.5px;}
  .footer-nav a{text-decoration:none; color:var(--muted);}
  .footer-nav a:hover{color:var(--primary);}
  .footer-bottom{
    margin-top:28px; padding-top:18px; border-top:1px solid var(--line);
    display:flex; flex-wrap:wrap; justify-content:space-between; gap:10px;
    font-size:12.5px; color:var(--muted);
  }
  .footer-bottom a{color:var(--muted); text-decoration:none;}
  .footer-bottom a:hover{color:var(--primary);}

  /* ===== Tablet / Desktop enhancements (mobile-first: min-width up) ===== */
  @media (min-width:700px){
    .nav-toggle{display:none;}
    .nav-links{
      display:flex; position:static; flex-direction:row; background:none;
      border:none; padding:0; gap:32px;
    }
    .nav-links a{padding:0; border-top:none; font-size:15px;}

    section{padding:80px 0;}
    .section-title{font-size:34px;}

    .hero-inner{padding:80px 0;}
    .hero-grid{display:grid; grid-template-columns:auto 1fr; gap:48px; align-items:center;}
    .hero-photo{width:220px; height:220px; margin-bottom:0;}

    .packages{grid-template-columns:1fr 1fr;}
    .stats{grid-template-columns:repeat(3,1fr);}
    .skills-grid{grid-template-columns:repeat(3,1fr);}

    .footer-top{flex-direction:row; justify-content:space-between; align-items:center;}
  }

  @media (min-width:980px){
    .hero h1{font-size:52px;}
  }

  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
  }

/* Blog */
.blog-head{padding-top:8px;}
.blog-head h1{font-size:30px; font-weight:700;}
.blog-head p{margin-top:10px; color:var(--muted); font-size:16px; max-width:52ch;}
.empty-state{margin-top:40px; padding:36px; border:1px dashed var(--line); border-radius:8px; text-align:center; color:var(--muted); font-size:16px;}
.post-list{margin-top:40px; border-top:1px solid var(--line);}
.post-card{display:block; text-decoration:none; color:inherit; padding:28px 0; border-bottom:1px solid var(--line);}
.post-date{font-size:13px; color:var(--accent); font-weight:700;}
.post-title{font-size:20px; font-weight:700; margin-top:6px;}
.post-excerpt{margin-top:6px; color:var(--muted); font-size:15.5px;}

.single-post{padding:8px 0 40px; max-width:720px; margin:0 auto;}
.single-post h1{font-size:30px; font-weight:700; margin-top:10px; line-height:1.2;}
.single-post .post-body{margin-top:28px; font-size:16px; color:#333;}
.single-post .post-body p{margin-bottom:16px;}
.single-post .post-body h2{font-size:20px; font-weight:700; margin-top:32px; margin-bottom:10px; color:var(--primary);}
.single-post .post-body img{max-width:100%; height:auto; margin:20px 0; border-radius:8px;}
.back-link{display:inline-block; margin-bottom:20px; font-size:13px; color:var(--muted); text-decoration:none;}
.back-link:hover{color:var(--primary);}

.simple-page{padding:8px 0 40px; max-width:720px; margin:0 auto;}
.simple-page h1{font-size:28px; font-weight:700; margin-bottom:20px;}
.simple-page .entry-content p{margin-bottom:10px; font-size:16px;}
.simple-page .entry-content h2{font-size:17px; font-weight:700; margin-top:28px; margin-bottom:10px; color:var(--primary);}

@media (min-width:700px){
  .blog-head h1{font-size:36px;}
  .single-post h1{font-size:34px;}
}
