/*
Theme Name: ShopLikeAGirl V4 Boutique
Theme URI: https://shoplikeagirl.com
Author: Ian Liston / ChatGPT
Description: A warmer boutique fashion magazine style WordPress theme for ShopLikeAGirl.com.
Version: 4.0
License: GPL-2.0-or-later
Text Domain: shoplikeagirl
*/

:root{
  --ink:#22131b;
  --muted:#75636c;
  --rose:#cf5f89;
  --rose-dark:#a73d68;
  --blush:#fff2f6;
  --cream:#fffaf4;
  --champagne:#f7e5c3;
  --gold:#b98a42;
  --plum:#3a1f31;
  --line:#eadbe2;
  --white:#ffffff;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  color:var(--ink);
  background:linear-gradient(180deg,var(--cream),#fff 280px);
  line-height:1.7;
}
a{color:var(--rose-dark);text-decoration:none}
a:hover{text-decoration:underline}
p{font-size:17px}
.site-header{
  padding:18px 28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:10;
  backdrop-filter:blur(10px);
}
.logo-wrap{text-decoration:none}
.logo{
  font-family:Arial,Helvetica,sans-serif;
  font-size:31px;
  font-weight:900;
  letter-spacing:-1px;
  color:var(--ink);
}
.logo span{color:var(--rose)}
.tagline{
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  color:var(--muted);
  letter-spacing:1.6px;
  text-transform:uppercase;
  margin-top:-4px;
}
.nav{
  font-family:Arial,Helvetica,sans-serif;
}
.nav a{
  color:var(--ink);
  margin-left:16px;
  font-size:14px;
  font-weight:800;
}
.hero{
  position:relative;
  overflow:hidden;
  padding:86px 24px 70px;
  text-align:center;
  background:
    radial-gradient(circle at 15% 20%, #ffe3ee 0, transparent 26%),
    radial-gradient(circle at 85% 15%, #f7e5c3 0, transparent 22%),
    linear-gradient(135deg,#fff7fa,#fffaf4 60%,#fff);
  border-bottom:1px solid var(--line);
}
.hero:before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border:28px solid rgba(207,95,137,.14);
  border-radius:45% 55% 50% 50%;
  left:-90px;
  bottom:-110px;
}
.hero:after{
  content:"";
  position:absolute;
  width:180px;
  height:220px;
  right:8%;
  top:46px;
  border:2px solid rgba(185,138,66,.55);
  border-radius:70px 70px 24px 24px;
  box-shadow:inset 0 45px 0 rgba(255,255,255,.45);
}
.hero-inner{position:relative;z-index:2;max-width:920px;margin:0 auto}
.kicker{
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--rose-dark);
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 14px;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.2px;
  text-transform:uppercase;
  box-shadow:0 10px 25px rgba(58,31,49,.06);
}
.hero h1{
  font-size:68px;
  line-height:1;
  margin:18px 0 14px;
  letter-spacing:-2.4px;
}
.hero p{
  font-size:22px;
  max-width:760px;
  margin:0 auto 28px;
  color:var(--muted);
}
.btn{
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--plum);
  color:#fff;
  border-radius:999px;
  padding:14px 24px;
  margin:5px;
  font-weight:900;
  box-shadow:0 14px 26px rgba(58,31,49,.16);
}
.btn:hover{text-decoration:none;background:#24101d}
.btn.alt{background:var(--rose)}
.btn.light{background:#fff;color:var(--plum);border:1px solid var(--line)}
.wrap{max-width:1180px;margin:0 auto;padding:52px 24px}
.section-title{text-align:center;margin-bottom:28px}
.section-title h2{font-size:38px;margin:0 0 8px}
.section-title p{color:var(--muted);max-width:720px;margin:0 auto}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 18px 38px rgba(58,31,49,.07);
  position:relative;
  overflow:hidden;
}
.card:before{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  right:-32px;
  top:-32px;
  background:var(--blush);
  border-radius:50%;
}
.card h3{font-size:25px;margin:10px 0}
.icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--blush),#fff);
  border:1px solid var(--line);
  font-size:25px;
}
.badge{
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--blush);
  color:var(--rose-dark);
  border-radius:999px;
  padding:6px 11px;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px;
}
.feature{
  background:linear-gradient(135deg,var(--plum),#6d2c4e);
  color:#fff;
  margin-top:26px;
}
.feature .wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}
.feature h2{font-size:42px;margin:0 0 10px}
.feature p{color:#ffeaf1}
.feature-box{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.24);
  border-radius:28px;
  padding:26px;
}
.article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.article-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 30px rgba(58,31,49,.055);
}
.article-item h3{font-size:22px;margin:8px 0}
.newsletter{
  background:linear-gradient(135deg,#fff,#fff2f6);
  border:1px solid var(--line);
  border-radius:32px;
  padding:36px;
  text-align:center;
  box-shadow:0 18px 38px rgba(58,31,49,.07);
}
input,textarea{
  width:100%;
  max-width:520px;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:999px;
  margin:8px;
  font-size:16px;
}
.footer{
  background:var(--plum);
  color:#fff;
  margin-top:54px;
}
.footer .wrap{padding:38px 24px}
.footer a{color:#ffd5e3}
.article-hero{
  background:var(--blush);
  padding:48px 24px;
  border-bottom:1px solid var(--line);
}
.article-hero .wrap{padding:0 24px}
.article-hero h1{font-size:48px;line-height:1.05;margin:10px 0}
.content-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:34px;
  box-shadow:0 18px 38px rgba(58,31,49,.06);
}
@media(max-width:900px){
  .site-header{display:block}
  .nav{margin-top:12px}
  .nav a{display:inline-block;margin:0 12px 8px 0}
  .hero h1{font-size:44px}
  .hero:after{opacity:.25}
  .grid,.article-list,.feature .wrap{grid-template-columns:1fr}
}
