/*
Theme Name: IshqJail
Theme URI: https://ishqjail.com
Author: IshqJail
Description: A modern editorial WordPress theme for love, relationships, dating and stories.
Version: 2.0.0
License: GPL-2.0-or-later
Text Domain: ishqjail
*/

:root{
  --ink:#241821;
  --plum:#49243c;
  --rose:#a85b79;
  --cream:#fbf7f3;
  --blush:#f1e4e9;
  --paper:#fffdfb;
  --muted:#746a70;
  --line:#e9dde2;
  --shadow:0 16px 50px rgba(54,28,43,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.7}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1160px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(251,247,243,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(73,36,60,.08)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:800;letter-spacing:-1.5px;color:var(--plum)}
.logo span{color:var(--rose)}
.nav-links{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:700}
.nav-links a:hover{color:var(--rose)}
.nav-cta{background:var(--plum);color:#fff;padding:11px 18px;border-radius:999px}
.mobile-menu{display:none}
.hero{padding:90px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}
.eyebrow{color:var(--rose);font-size:12px;letter-spacing:2px;font-weight:900;text-transform:uppercase}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,7vw,86px);line-height:.98;letter-spacing:-4px;margin:16px 0 24px;color:var(--plum)}
.hero p{font-size:19px;max-width:620px;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:13px 22px;border-radius:999px;background:var(--plum);color:white;font-weight:800}
.btn.alt{background:transparent;color:var(--plum);border:1px solid var(--plum);margin-left:8px}
.hero-art{min-height:500px;border-radius:38px;overflow:hidden;background:linear-gradient(135deg,#f0dce3,#d9c2ce);box-shadow:var(--shadow);position:relative}
.hero-art img{width:100%;height:100%;object-fit:cover;min-height:500px}
.hero-art::after{content:"♡";position:absolute;right:28px;bottom:18px;color:white;font-size:70px;font-family:Georgia;opacity:.8}
.section{padding:70px 0}
.section.soft{background:var(--blush)}
.section.dark{background:var(--plum);color:#fff}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}
.section h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,54px);line-height:1.05;margin:0;color:var(--plum);letter-spacing:-1.5px}
.dark h2{color:white}
.section-intro{color:var(--muted);max-width:650px}
.dark .section-intro{color:#eadde4}
.pills{display:flex;flex-wrap:wrap;gap:12px}
.pill{padding:11px 17px;border:1px solid var(--line);background:var(--paper);border-radius:999px;font-weight:750}
.pill:hover{background:var(--plum);color:#fff;border-color:var(--plum)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 28px rgba(50,30,42,.05);transition:.2s transform,.2s box-shadow}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card-image{aspect-ratio:16/10;background:var(--blush);overflow:hidden}
.card-image img{width:100%;height:100%;object-fit:cover}
.card-body{padding:22px}
.meta{font-size:12px;text-transform:uppercase;letter-spacing:1.2px;color:var(--rose);font-weight:900}
.card h3{font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.15;margin:9px 0 10px;color:var(--plum)}
.card p{margin:0;color:var(--muted);font-size:15px}
.read-more{display:inline-block;margin-top:16px;color:var(--plum);font-weight:850}
.feature{display:grid;grid-template-columns:1.1fr .9fr;background:var(--paper);border:1px solid var(--line);border-radius:32px;overflow:hidden}
.feature .card-body{padding:42px}
.feature h3{font-family:Georgia,"Times New Roman",serif;font-size:42px;line-height:1.05;color:var(--plum);margin:12px 0}
.newsletter{padding:65px 30px;text-align:center;border-radius:32px;background:linear-gradient(135deg,var(--plum),#6c3657);color:white}
.newsletter h2{color:white}
.newsletter p{max-width:650px;margin:12px auto;color:#eadde4}
.newsletter-form{display:flex;max-width:560px;margin:24px auto 0;gap:10px}
.newsletter-form input{flex:1;border:0;border-radius:999px;padding:14px 18px;font:inherit}
.newsletter-form button{border:0;border-radius:999px;padding:14px 22px;background:#f2c8d5;color:var(--plum);font-weight:900;cursor:pointer}
.site-footer{padding:55px 0 25px;background:#241821;color:#eadde4}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}
.footer-title{font-family:Georgia,"Times New Roman",serif;font-size:28px;color:white}
.site-footer h4{margin-top:0;color:white}
.site-footer a{display:block;margin:8px 0;color:#cdbfc7;font-size:14px}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;font-size:13px;color:#a99aa3}
.archive-title,.page-hero{padding:70px 0 35px}
.archive-title h1,.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,6vw,72px);line-height:1;color:var(--plum);margin:10px 0}
.single-wrap{width:min(850px,92%);margin:auto;padding:70px 0}
.single-wrap h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,72px);line-height:1.02;color:var(--plum);margin:12px 0 25px}
.single-meta{color:var(--rose);font-weight:800}
.single-content{font-size:18px;color:#40363c}
.single-content h2,.single-content h3{font-family:Georgia,"Times New Roman",serif;color:var(--plum);line-height:1.2;margin-top:42px}
.single-content blockquote{border-left:4px solid var(--rose);margin:30px 0;padding:8px 25px;font-family:Georgia,serif;font-size:25px;color:var(--plum)}
@media(max-width:850px){
  .nav-links{display:none}.mobile-menu{display:block;border:0;background:none;font-size:24px}
  .hero{padding:55px 0}.hero-grid,.feature{grid-template-columns:1fr}.hero-art{min-height:360px}.hero-art img{min-height:360px}
  .grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .nav{min-height:66px}.logo{font-size:25px}.nav-cta{display:none}
  .hero h1{letter-spacing:-2px}.hero p{font-size:17px}
  .grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}
  .newsletter-form{flex-direction:column}.newsletter-form button{width:100%}
  .btn.alt{margin-left:0}
}
/* IshqJail comments */
.ishq-comments{margin-top:65px;padding-top:38px;border-top:1px solid var(--line)}
.ishq-comments h2{font:800 32px/1.15 Georgia,serif;color:var(--plum);margin:0 0 25px}
.ishq-comment-list{padding-left:0;list-style:none}.ishq-comment-list li{list-style:none;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:20px;margin:14px 0}
.ishq-comment-form{margin-top:30px;background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:28px}
.ishq-comment-form label{display:block;font-weight:750;color:var(--plum);margin:0 0 7px}
.ishq-comment-form input,.ishq-comment-form textarea{width:100%;border:1px solid var(--line);border-radius:13px;padding:12px 14px;background:#fff;font:inherit;margin-bottom:16px}
.ishq-comment-form textarea{min-height:150px;resize:vertical}.ishq-comment-submit{border:0!important;border-radius:999px!important;background:var(--plum)!important;color:#fff!important;padding:13px 23px!important;font-weight:850!important;cursor:pointer}.comment-note{color:var(--muted)}
