/*
Theme Name: Faithfully Planned Studios
Theme URI: https://example.com/faithfully-planned-studios
Author: Faithfully Planned Studios
Author URI: https://example.com
Description: A feminine, boutique-inspired Christian WordPress theme for books, planners, workbooks, devotionals, educational resources, and creative faith brands. Features blush, mauve, lavender and champagne-gold styling, floral accents, WooCommerce-ready layouts, responsive navigation, and Customizer controls.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: faithfully-planned-studios
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, e-commerce, education, portfolio
*/

:root {
  --fps-ivory: #fffaf2;
  --fps-cream: #f7efe3;
  --fps-sage: #8fa38f;
  --fps-sage-dark: #5f7463;
  --fps-rose: #d8b5b2;
  --fps-plum: #513c4b;
  --fps-gold: #c8a96b;
  --fps-ink: #2f2d2d;
  --fps-muted: #6f6a67;
  --fps-white: #ffffff;
  --fps-border: #e8ded0;
  --fps-shadow: 0 18px 48px rgba(81, 60, 75, .12);
  --fps-radius: 22px;
  --fps-radius-sm: 14px;
  --fps-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--fps-ink);
  background: var(--fps-ivory);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--fps-plum); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--fps-sage-dark); }
button, input, textarea, select { font: inherit; }

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 .6em;
  color: var(--fps-plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.06;
  letter-spacing: -.015em;
}
h1 { font-size: clamp(2.9rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
h3 { font-size: clamp(1.45rem, 3vw, 2rem); }
p { margin: 0 0 1.25rem; }

.fps-container { width: min(calc(100% - 40px), var(--fps-max)); margin-inline: auto; }
.fps-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.screen-reader-text:focus { position:fixed; top:10px; left:10px; width:auto; height:auto; padding:.8rem 1rem; background:#fff; z-index:99999; clip:auto; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(200,169,107,.24);
  background: rgba(255,250,242,.94);
  backdrop-filter: blur(14px);
}
.admin-bar .site-header { top: 32px; }
.fps-header-inner { min-height: 86px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.site-branding { display:flex; align-items:center; gap:14px; min-width:0; }
.custom-logo-link img { max-height:58px; width:auto; display:block; }
.fps-brand-mark {
  width: 46px; height:46px; flex:0 0 46px; border:1px solid rgba(200,169,107,.7); border-radius:50%; display:grid; place-items:center;
  color: var(--fps-gold); font-family:Georgia,serif; font-size:1.35rem; background:linear-gradient(145deg,#fff,#f5eadb);
}
.site-title { margin:0; font-family:"Cormorant Garamond",Georgia,serif; font-size:1.55rem; line-height:1; font-weight:700; }
.site-title a { color:var(--fps-plum); text-decoration:none; }
.site-description { margin:.25rem 0 0; font-size:.72rem; text-transform:uppercase; letter-spacing:.12em; color:var(--fps-muted); }

.main-navigation ul { list-style:none; display:flex; align-items:center; gap:26px; margin:0; padding:0; }
.main-navigation a { color:var(--fps-ink); text-decoration:none; font-size:.9rem; font-weight:600; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { color:var(--fps-plum); }
.menu-toggle { display:none; border:1px solid var(--fps-border); background:#fff; color:var(--fps-plum); border-radius:999px; padding:.65rem .9rem; cursor:pointer; }

/* Buttons */
.fps-button, .wp-block-button__link, button[type="submit"], input[type="submit"] {
  display:inline-flex; align-items:center; justify-content:center; gap:.45rem; min-height:48px; padding:.78rem 1.28rem;
  border:1px solid var(--fps-plum); border-radius:999px; background:var(--fps-plum); color:#fff; text-decoration:none; font-weight:700; font-size:.9rem;
  box-shadow:0 8px 20px rgba(81,60,75,.14); transition:.2s ease;
}
.fps-button:hover, .wp-block-button__link:hover, button[type="submit"]:hover, input[type="submit"]:hover { transform:translateY(-2px); background:var(--fps-sage-dark); border-color:var(--fps-sage-dark); color:#fff; }
.fps-button--ghost { background:transparent; color:var(--fps-plum); box-shadow:none; }
.fps-button--ghost:hover { color:#fff; }

/* Hero */
.fps-hero { position:relative; overflow:hidden; padding:96px 0 84px; background:
  radial-gradient(circle at 92% 7%, rgba(216,181,178,.30), transparent 34%),
  radial-gradient(circle at 10% 94%, rgba(143,163,143,.24), transparent 31%),
  linear-gradient(180deg, #fffdf9 0%, var(--fps-cream) 100%);
}
.fps-hero:before, .fps-hero:after { content:""; position:absolute; border:1px solid rgba(200,169,107,.35); border-radius:50%; }
.fps-hero:before { width:350px; height:350px; right:-140px; top:-160px; }
.fps-hero:after { width:220px; height:220px; left:-130px; bottom:-100px; }
.fps-hero-grid { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr); gap:68px; align-items:center; }
.fps-kicker { margin-bottom:1rem; color:var(--fps-sage-dark); font-size:.77rem; font-weight:800; text-transform:uppercase; letter-spacing:.2em; }
.fps-hero h1 { max-width:800px; }
.fps-hero h1 em { color:var(--fps-gold); font-style:italic; }
.fps-hero-copy { max-width:680px; color:#4e4946; font-size:1.08rem; }
.fps-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:1.8rem; }
.fps-verse-card { position:relative; padding:42px 36px; border:1px solid rgba(200,169,107,.5); border-radius:32px; background:rgba(255,255,255,.78); box-shadow:var(--fps-shadow); transform:rotate(1.2deg); }
.fps-verse-card:before { content:"✦"; position:absolute; top:22px; right:24px; color:var(--fps-gold); font-size:1.4rem; }
.fps-cross { width:58px; height:58px; margin-bottom:22px; position:relative; }
.fps-cross:before,.fps-cross:after { content:""; position:absolute; background:var(--fps-gold); border-radius:4px; }
.fps-cross:before { width:10px; height:58px; left:24px; top:0; }
.fps-cross:after { width:42px; height:10px; left:8px; top:18px; }
.fps-verse-card blockquote { margin:0 0 1rem; color:var(--fps-plum); font:600 1.55rem/1.35 "Cormorant Garamond",Georgia,serif; }
.fps-verse-card cite { color:var(--fps-sage-dark); font-style:normal; font-size:.82rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }

/* Generic sections */
.fps-section { padding:86px 0; }
.fps-section--white { background:#fff; }
.fps-section--soft { background:var(--fps-cream); }
.fps-section-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:36px; }
.fps-section-head p { max-width:600px; margin:0; color:var(--fps-muted); }
.fps-eyebrow { color:var(--fps-gold); font-size:.76rem; font-weight:800; text-transform:uppercase; letter-spacing:.18em; }

.fps-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.fps-card { position:relative; overflow:hidden; padding:28px; border:1px solid var(--fps-border); border-radius:var(--fps-radius); background:#fff; box-shadow:0 14px 36px rgba(81,60,75,.06); }
.fps-card--sage { background:linear-gradient(150deg,#f7faf6,#eef3ec); }
.fps-card--rose { background:linear-gradient(150deg,#fff9f8,#f6e9e7); }
.fps-card--gold { background:linear-gradient(150deg,#fffdf7,#f7efd9); }
.fps-icon { width:52px; height:52px; display:grid; place-items:center; margin-bottom:18px; border-radius:16px; background:#fff; border:1px solid var(--fps-border); color:var(--fps-plum); font-size:1.5rem; }
.fps-card p { color:var(--fps-muted); }
.fps-card a.fps-text-link { font-weight:800; font-size:.85rem; text-decoration:none; }

/* Featured content/books */
.fps-post-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px; }
.fps-post-card { overflow:hidden; border:1px solid var(--fps-border); border-radius:var(--fps-radius); background:#fff; box-shadow:0 14px 38px rgba(81,60,75,.07); }
.fps-post-thumb { aspect-ratio:4/3; overflow:hidden; background:linear-gradient(135deg,#ede4d6,#faf4ea); }
.fps-post-thumb img { width:100%; height:100%; object-fit:cover; transition:.3s ease; }
.fps-post-card:hover img { transform:scale(1.03); }
.fps-post-body { padding:24px; }
.fps-post-meta { color:var(--fps-sage-dark); font-size:.75rem; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.fps-post-card h3 { margin:.55rem 0 .7rem; }
.fps-post-card h3 a { text-decoration:none; color:var(--fps-plum); }
.fps-post-excerpt { color:var(--fps-muted); font-size:.92rem; }

/* About callout */
.fps-about { display:grid; grid-template-columns:.82fr 1.18fr; gap:58px; align-items:center; }
.fps-about-art { min-height:430px; border-radius:34px; background:
  radial-gradient(circle at 36% 33%, rgba(255,255,255,.9) 0 10%, transparent 11%),
  linear-gradient(135deg, rgba(143,163,143,.93), rgba(216,181,178,.88)); position:relative; overflow:hidden; box-shadow:var(--fps-shadow); }
.fps-about-art:before { content:"Faith • Creativity • Purpose"; position:absolute; inset:auto 26px 28px; padding:18px 20px; border-radius:18px; background:rgba(255,255,255,.88); color:var(--fps-plum); font:700 1.1rem "Cormorant Garamond",Georgia,serif; text-align:center; }
.fps-about-art:after { content:"✦"; position:absolute; left:50%; top:42%; transform:translate(-50%,-50%); width:108px; height:108px; display:grid; place-items:center; color:#fff; border:1px solid rgba(255,255,255,.75); border-radius:50%; font-size:3.2rem; }
.fps-checks { display:grid; gap:10px; margin:1.4rem 0 1.8rem; }
.fps-check { display:flex; gap:10px; align-items:flex-start; }
.fps-check:before { content:"✓"; width:24px; height:24px; flex:0 0 24px; display:grid; place-items:center; margin-top:2px; border-radius:50%; background:#eef4ec; color:var(--fps-sage-dark); font-weight:900; }

/* CTA */
.fps-cta { padding:70px 0; background:var(--fps-plum); color:#fff; position:relative; overflow:hidden; }
.fps-cta:before { content:""; position:absolute; width:360px; height:360px; border:1px solid rgba(255,255,255,.12); border-radius:50%; right:-120px; top:-170px; }
.fps-cta-inner { position:relative; display:flex; justify-content:space-between; align-items:center; gap:40px; }
.fps-cta h2 { color:#fff; margin-bottom:.3rem; }
.fps-cta p { color:#eee6ec; margin:0; max-width:700px; }
.fps-cta .fps-button { background:var(--fps-gold); border-color:var(--fps-gold); color:#2d2430; box-shadow:none; }

/* Content */
.site-main { min-height:55vh; }
.fps-content-wrap { padding:70px 0 90px; }
.entry-header { margin-bottom:26px; }
.entry-title { font-size:clamp(2.5rem,5vw,4rem); }
.entry-meta { color:var(--fps-muted); font-size:.84rem; }
.entry-content > * { max-width:820px; margin-left:auto; margin-right:auto; }
.entry-content > .alignwide { max-width:var(--fps-max); }
.entry-content > .alignfull { max-width:none; width:100%; }
.entry-content img { border-radius:18px; }
blockquote { margin:2rem 0; padding:1rem 0 1rem 1.5rem; border-left:4px solid var(--fps-gold); color:var(--fps-plum); font:600 1.45rem/1.45 "Cormorant Garamond",Georgia,serif; }

/* Forms */
input[type="text"],input[type="email"],input[type="url"],input[type="search"],input[type="password"],textarea,select {
  width:100%; padding:.85rem 1rem; border:1px solid #d9d0c4; border-radius:12px; background:#fff; color:var(--fps-ink); outline:none;
}
input:focus, textarea:focus, select:focus { border-color:var(--fps-sage); box-shadow:0 0 0 3px rgba(143,163,143,.16); }

/* Blog archive */
.fps-archive-header { padding:70px 0 34px; text-align:center; }
.navigation.pagination { margin-top:36px; }
.nav-links { display:flex; flex-wrap:wrap; gap:8px; }
.page-numbers { min-width:40px; min-height:40px; display:grid; place-items:center; padding:.5rem; border:1px solid var(--fps-border); border-radius:10px; text-decoration:none; background:#fff; }
.page-numbers.current { background:var(--fps-plum); color:#fff; border-color:var(--fps-plum); }

/* Footer */
.site-footer { background:#f2eadf; border-top:1px solid var(--fps-border); }
.fps-footer-top { padding:58px 0 38px; display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:42px; }
.fps-footer-brand p { color:var(--fps-muted); max-width:520px; }
.fps-footer-title { font:700 1.3rem "Cormorant Garamond",Georgia,serif; color:var(--fps-plum); margin-bottom:12px; }
.site-footer ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.site-footer a { text-decoration:none; color:var(--fps-ink); }
.site-footer a:hover { color:var(--fps-plum); }
.fps-footer-bottom { padding:22px 0; border-top:1px solid rgba(81,60,75,.1); color:var(--fps-muted); font-size:.82rem; display:flex; justify-content:space-between; gap:20px; }

/* WooCommerce */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding:16px; border:1px solid var(--fps-border); border-radius:18px; background:#fff; }
.woocommerce ul.products li.product a img { border-radius:14px; }
.woocommerce ul.products li.product .price { color:var(--fps-sage-dark); font-weight:700; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius:999px; background:var(--fps-plum); color:#fff; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background:var(--fps-sage-dark); color:#fff; }

/* Comments */
.comments-area { max-width:820px; margin:50px auto 0; padding-top:30px; border-top:1px solid var(--fps-border); }
.comment-list { list-style:none; padding:0; }
.comment-body { padding:20px 0; border-bottom:1px solid var(--fps-border); }

/* Responsive */
@media (max-width: 900px) {
  .admin-bar .site-header { top:46px; }
  .menu-toggle { display:block; }
  .main-navigation { position:absolute; left:20px; right:20px; top:76px; display:none; padding:18px; border:1px solid var(--fps-border); border-radius:18px; background:#fff; box-shadow:var(--fps-shadow); }
  .main-navigation.is-open { display:block; }
  .main-navigation ul { flex-direction:column; align-items:flex-start; gap:14px; }
  .fps-hero-grid, .fps-about { grid-template-columns:1fr; }
  .fps-hero { padding-top:68px; }
  .fps-verse-card { transform:none; }
  .fps-card-grid, .fps-post-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .fps-footer-top { grid-template-columns:1fr 1fr; }
  .fps-footer-brand { grid-column:1/-1; }
  .fps-cta-inner { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 620px) {
  .fps-container { width:min(calc(100% - 28px), var(--fps-max)); }
  .site-description { display:none; }
  .fps-header-inner { min-height:72px; }
  .fps-hero { padding:56px 0 60px; }
  .fps-hero-grid { gap:36px; }
  .fps-section { padding:64px 0; }
  .fps-section-head { align-items:flex-start; flex-direction:column; }
  .fps-card-grid, .fps-post-grid, .fps-footer-top { grid-template-columns:1fr; }
  .fps-footer-brand { grid-column:auto; }
  .fps-footer-bottom { flex-direction:column; }
}


/* ==========================================================
   Feminine Boutique Edition — v1.1
   ========================================================== */
:root {
  --fps-ivory: #fff9f6;
  --fps-cream: #fdf1f3;
  --fps-sage: #b8c9b5;
  --fps-sage-dark: #748773;
  --fps-rose: #e7bbc6;
  --fps-blush: #f8dfe5;
  --fps-petal: #f3ccd7;
  --fps-lavender: #e9e0f1;
  --fps-lavender-dark: #9b86aa;
  --fps-mauve: #9e6d82;
  --fps-plum: #5b3549;
  --fps-gold: #d3ad62;
  --fps-champagne: #f5e8c9;
  --fps-ink: #3b3035;
  --fps-muted: #7a6870;
  --fps-border: #ecd9df;
  --fps-shadow: 0 22px 55px rgba(91,53,73,.13);
  --fps-shadow-soft: 0 14px 34px rgba(158,109,130,.12);
  --fps-radius: 30px;
}

body {
  background:
    radial-gradient(circle at 10% 18%, rgba(248,223,229,.34), transparent 23rem),
    var(--fps-ivory);
}

h1,h2,h3,h4,h5,h6 { letter-spacing: -.022em; }
h2:after {
  content:"";
  display:block;
  width:72px;
  height:10px;
  margin-top:.34rem;
  background:url('assets/images/floral-sprig.svg') center/contain no-repeat;
  opacity:.72;
}

.site-header {
  border-bottom:1px solid rgba(211,173,98,.28);
  background:rgba(255,249,246,.92);
  box-shadow:0 7px 25px rgba(143,91,113,.05);
}
.fps-header-inner { min-height:92px; }
.fps-brand-mark {
  width:54px; height:54px; flex-basis:54px;
  border:1px solid rgba(211,173,98,.75);
  color:var(--fps-mauve);
  background:linear-gradient(145deg,#fff,#fce9ee);
  box-shadow:0 8px 22px rgba(158,109,130,.14);
}
.fps-brand-mark:before { content:"♡"; font-size:1.45rem; }
.fps-brand-mark { font-size:0; }
.site-title { font-size:1.72rem; }
.site-description { color:var(--fps-mauve); letter-spacing:.15em; }
.main-navigation a { position:relative; }
.main-navigation a:after {
  content:""; position:absolute; left:50%; right:50%; bottom:-8px; height:2px;
  background:linear-gradient(90deg,var(--fps-rose),var(--fps-gold)); transition:.2s ease;
}
.main-navigation a:hover:after,.main-navigation .current-menu-item>a:after { left:0; right:0; }

.fps-button, .wp-block-button__link, button[type="submit"], input[type="submit"] {
  min-height:50px; padding:.82rem 1.46rem;
  border-color:#a56881;
  background:linear-gradient(135deg,#a76c84,#7d4962);
  box-shadow:0 10px 24px rgba(91,53,73,.19), inset 0 1px 0 rgba(255,255,255,.24);
  letter-spacing:.015em;
}
.fps-button:hover, .wp-block-button__link:hover, button[type="submit"]:hover, input[type="submit"]:hover {
  background:linear-gradient(135deg,#c989a0,#8a5870); border-color:#8a5870;
  box-shadow:0 14px 28px rgba(91,53,73,.23);
}
.fps-button--ghost {
  color:var(--fps-plum); border-color:#d7a7b5; background:rgba(255,255,255,.74);
  box-shadow:0 8px 20px rgba(158,109,130,.09);
}

.fps-hero {
  padding:106px 0 100px;
  background:
    url('assets/images/floral-sprig.svg') 7% 96%/320px auto no-repeat,
    radial-gradient(circle at 88% 12%, rgba(231,187,198,.52), transparent 30%),
    radial-gradient(circle at 14% 18%, rgba(233,224,241,.62), transparent 26%),
    linear-gradient(145deg,#fffaf8 0%,#fdf0f3 55%,#fbf4ed 100%);
}
.fps-hero:before {
  width:390px; height:390px; right:-130px; top:-185px;
  border:1px solid rgba(211,173,98,.31);
  box-shadow:0 0 0 25px rgba(255,255,255,.23),0 0 0 52px rgba(231,187,198,.07);
}
.fps-hero:after { width:260px; height:260px; left:-150px; bottom:-115px; border-color:rgba(200,135,154,.32); }
.fps-hero-grid { gap:78px; }
.fps-kicker {
  color:var(--fps-mauve); letter-spacing:.23em; position:relative; display:inline-block; padding-left:34px;
}
.fps-kicker:before { content:"✿"; position:absolute; left:0; top:-8px; color:var(--fps-gold); font-size:1.35rem; }
.fps-script {
  display:block; margin-bottom:-.35rem; color:#bb7891;
  font:400 clamp(2rem,4vw,3.25rem)/1 "Allura", cursive;
  transform:rotate(-2deg);
}
.fps-hero h1 { max-width:760px; text-wrap:balance; }
.fps-hero h1 em { color:#bd7f95; }
.fps-hero-copy { color:#65555d; }
.fps-hero-actions { margin-top:2rem; }

.fps-verse-card {
  padding:48px 42px 44px;
  border:1px solid rgba(211,173,98,.52);
  border-radius:42px 42px 42px 12px;
  background:
    linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),
    url('assets/images/floral-cross.svg') 116% 116%/220px no-repeat;
  box-shadow:0 26px 65px rgba(105,60,82,.16);
  transform:rotate(1deg);
}
.fps-verse-card:before { content:"♡"; color:#c6869a; font-size:1.75rem; }
.fps-verse-card:after {
  content:""; position:absolute; inset:10px; pointer-events:none;
  border:1px dashed rgba(211,173,98,.45); border-radius:34px 34px 34px 8px;
}
.fps-cross { width:72px; height:72px; margin-bottom:24px; }
.fps-cross:before { width:9px; height:66px; left:31px; background:linear-gradient(#d2ad65,#b78843); }
.fps-cross:after { width:48px; height:9px; left:11px; top:21px; background:linear-gradient(90deg,#d2ad65,#b78843); }
.fps-verse-card blockquote { font-size:1.68rem; }
.fps-verse-card cite { color:var(--fps-mauve); }

.fps-section { position:relative; padding:94px 0; }
.fps-section--white { background:rgba(255,255,255,.86); }
.fps-section--soft {
  background:
    radial-gradient(circle at 7% 12%,rgba(248,223,229,.72),transparent 24%),
    radial-gradient(circle at 94% 82%,rgba(233,224,241,.65),transparent 26%),
    #fff8fa;
}
.fps-section-head { margin-bottom:42px; }
.fps-eyebrow { color:#b17a8f; letter-spacing:.21em; }
.fps-eyebrow:before { content:"♡ "; color:var(--fps-gold); }

.fps-card-grid { gap:28px; }
.fps-card {
  padding:34px 30px 32px;
  border:1px solid rgba(226,194,204,.8);
  border-radius:34px 34px 34px 10px;
  box-shadow:var(--fps-shadow-soft);
  transition:transform .25s ease, box-shadow .25s ease;
}
.fps-card:hover { transform:translateY(-6px); box-shadow:0 22px 48px rgba(126,73,98,.16); }
.fps-card--sage { background:linear-gradient(150deg,#fbfffa,#edf5ea); }
.fps-card--rose { background:linear-gradient(150deg,#fffafc,#f8dde5); }
.fps-card--gold { background:linear-gradient(150deg,#fffdf8,#f7ead0); }
.fps-card:nth-child(3n+1) { border-top:4px solid #c8d5c5; }
.fps-card:nth-child(3n+2) { border-top:4px solid #e5aebe; }
.fps-card:nth-child(3n+3) { border-top:4px solid #dcc386; }
.fps-icon {
  width:62px; height:62px; border-radius:50%; margin-bottom:22px;
  border:1px solid #ead5dc; background:rgba(255,255,255,.9); color:#b8738d;
  box-shadow:0 7px 18px rgba(158,109,130,.10);
}
.fps-text-link { color:#9f647d; }

.fps-post-grid { gap:30px; }
.fps-post-card {
  border-color:#ecd8df; border-radius:34px 34px 34px 12px;
  box-shadow:var(--fps-shadow-soft); transition:transform .25s ease, box-shadow .25s ease;
}
.fps-post-card:hover { transform:translateY(-5px); box-shadow:0 22px 48px rgba(91,53,73,.15); }
.fps-post-thumb {
  aspect-ratio:4/3;
  background:
    linear-gradient(135deg,rgba(248,223,229,.95),rgba(233,224,241,.85)),
    url('assets/images/floral-sprig.svg') center 74%/75% no-repeat;
}
.fps-post-body { padding:28px; }
.fps-post-meta { color:#ae758b; }

.fps-about-art {
  border-radius:60px 60px 18px 60px !important;
  background:
    url('assets/images/floral-cross.svg') center/76% no-repeat,
    radial-gradient(circle at 26% 25%,#fce3e9 0 14%,transparent 15%),
    radial-gradient(circle at 76% 72%,#ede3f4 0 18%,transparent 19%),
    linear-gradient(145deg,#fff8fa,#f8edee) !important;
  box-shadow:0 28px 62px rgba(109,65,85,.14) !important;
  border:1px solid #ead4dc !important;
}
.fps-check { background:#fff8fa !important; border-color:#edd8df !important; border-radius:999px !important; }
.fps-check:before { color:#be8097 !important; content:"♥" !important; }

.fps-cta {
  position:relative;
  background:
    url('assets/images/floral-sprig.svg') 92% 105%/330px no-repeat,
    linear-gradient(135deg,#684056 0%,#84586d 52%,#a16f84 100%) !important;
  overflow:hidden;
}
.fps-cta:before {
  content:""; position:absolute; width:380px; height:380px; right:-180px; top:-230px;
  border:1px solid rgba(246,225,185,.28); border-radius:50%; box-shadow:0 0 0 32px rgba(255,255,255,.04);
}
.fps-cta h2,.fps-cta p { color:#fff !important; }
.fps-cta h2:after { filter:brightness(0) invert(1); opacity:.7; }
.fps-cta .fps-button { background:#fff; color:#70475d; border-color:#fff; box-shadow:0 12px 28px rgba(58,29,44,.2); }
.fps-cta .fps-button:hover { background:#f9e5eb; color:#5b3549; }

.site-footer { background:#fff1f4 !important; border-top:1px solid #ead5dc !important; }
.fps-footer-title:after { content:" ✿"; color:#c38599; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border-color:#ecd8df; border-radius:28px 28px 28px 10px; box-shadow:0 10px 30px rgba(158,109,130,.08);
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background:#8b5870; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background:#b97891; }

@media (max-width:900px) {
  .fps-hero { padding-top:76px; background-size:260px auto,auto,auto,auto; }
  .fps-script { font-size:2.4rem; }
  .fps-verse-card { border-radius:34px 34px 34px 10px; }
}
@media (max-width:620px) {
  .fps-hero { padding:64px 0 70px; }
  .fps-section { padding:70px 0; }
  .fps-card,.fps-post-card { border-radius:28px 28px 28px 10px; }
}
