/*
Theme Name: Retouche Express LJ Clean
Version: 1.0
*/
:root{--ink:#1f2430;--muted:#667085;--thread:#b75d4a;--navy:#22304a;--cream:#fff8f1;--sand:#f4e5d5;--sage:#8aa08b;--line:#ead8c9;--white:#fff;--shadow:0 18px 50px rgba(31,36,48,.12);--radius:24px}*{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.68}a{text-decoration:none;color:var(--navy)}img{display:block;max-width:100%;height:auto}.container{width:min(1180px,calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,248,241,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0}.brand{display:flex;align-items:center;gap:12px;font-size:21px;font-weight:950;color:var(--ink)}.brand img,.custom-logo{width:56px!important;height:56px!important;object-fit:contain;border-radius:16px}.main-nav{display:flex;align-items:center;gap:18px}.main-menu{display:flex;gap:18px;list-style:none;margin:0;padding:0}.main-menu li{list-style:none}.main-menu a{font-weight:850;color:var(--ink)}.search{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:white}.search input{border:0;padding:10px 12px;width:150px}.btn,.search button,.ff-btn-submit{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(135deg,var(--thread),var(--navy));color:white!important;font-weight:900;padding:12px 20px;cursor:pointer}.search button{margin:3px;padding:8px 13px}.btn.secondary{background:white;color:var(--navy)!important;border:1px solid var(--line)}.hero{padding:76px 0 58px;background:radial-gradient(circle at top right,#f1d7c8,transparent 36%),linear-gradient(135deg,#fff8f1,#f4e5d5)}.hero-grid,.split{display:grid;grid-template-columns:1.03fr .97fr;gap:42px;align-items:center}.eyebrow{display:inline-block;background:#fff0e5;color:#8c3f32;border-radius:999px;padding:7px 13px;font-weight:900}.hero h1{font-size:clamp(38px,5.2vw,68px);line-height:1.02;margin:18px 0}.lead{font-size:20px;color:#4e5867}.hero-media,.section-img{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:white}.hero-media img,.section-img img{width:100%;aspect-ratio:16/9;object-fit:cover}.section{padding:66px 0}.section-title{text-align:center;max-width:780px;margin:0 auto 30px}.section-title h2,.page-hero h1,.archive-top h1{font-size:clamp(30px,3.2vw,46px);line-height:1.1;margin:0 0 12px}.cards,.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cards{grid-template-columns:repeat(4,1fr)}.card,.post-card,.future-card,.quote,.content-card,.notice-empty{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 32px rgba(31,36,48,.08);overflow:hidden}.card img{width:100%;aspect-ratio:1/1;object-fit:cover}.card-body,.post-body,.future-card{padding:20px}.card h3,.post-card h3{margin:0 0 8px;font-size:21px}.meta-row{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px;color:var(--muted);font-size:13px}.badge{display:inline-flex;background:#fff0e5;color:#8c3f32;border-radius:999px;padding:5px 10px;font-weight:850}.post-card>a img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-card{display:flex;flex-direction:column}.post-body{display:flex;flex-direction:column;flex:1}.read-more{margin-top:auto;font-weight:900;color:var(--thread)}.checklist{padding-left:0;list-style:none}.checklist li{margin:13px 0;padding-left:32px;position:relative}.checklist li:before{content:'✓';position:absolute;left:0;top:0;color:var(--thread);font-weight:950}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.quote{padding:24px;text-align:center}.quote img{width:86px;height:86px;border-radius:999px;object-fit:cover;margin:0 auto 12px}.contact-cta{background:var(--navy);color:white;border-radius:32px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.contact-cta p{color:#e6edf6}.site-footer{border-top:1px solid var(--line);padding:28px 0;background:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-brand{display:flex;align-items:center;gap:10px;font-weight:900}.footer-brand img{width:42px!important;height:42px!important}.footer-links{display:flex;gap:16px}.page-hero,.archive-top{padding:54px 0;background:linear-gradient(135deg,#fff8f1,#f4e5d5);text-align:center}.content-card{padding:34px;margin:34px auto;max-width:900px}.single-wrap{width:min(850px,calc(100% - 36px));margin:48px auto;background:white;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:var(--shadow)}.single-wrap h1{font-size:clamp(32px,4vw,52px);line-height:1.08}.single-wrap>img{border-radius:24px;margin:22px 0}.pagination{text-align:center;margin:30px}.ff-el-group{margin-bottom:15px}.ff-el-form-control{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px;background:#fff}@media(max-width:900px){.header-inner,.main-nav,.footer-inner,.contact-cta{flex-direction:column;align-items:flex-start}.main-menu{flex-wrap:wrap}.search{width:100%}.search input{width:100%}.hero-grid,.split,.cards,.post-grid,.testimonials{grid-template-columns:1fr}.hero{padding:48px 0}.section{padding:42px 0}}