/*
Theme Name: OEC Theme
Version: 1.0
*/
:root{--ink:#203633;--muted:#6c7773;--brand:#6f9a93;--brand2:#b98d66;--bg:#fffaf4;--card:#ffffff}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,250,244,.94);backdrop-filter:blur(10px);border-bottom:1px solid #eadfd2}.wrap{max-width:1180px;margin:auto;padding:0 22px}.nav{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:22px}.brand img{height:58px;width:auto;display:block}.main-menu{list-style:none;margin:0;padding:0;display:flex;gap:24px;align-items:center}.main-menu li{list-style:none}.main-menu a{font-weight:700;color:#24413d}.btn,.wp-block-button__link,.ff-btn-submit{display:inline-block;border:0;border-radius:999px;background:var(--brand);color:white!important;padding:13px 22px;font-weight:800;box-shadow:0 10px 25px rgba(70,116,109,.18);cursor:pointer}.btn.alt{background:#213936}.hero{padding:76px 0 56px;background:linear-gradient(135deg,#fffaf4,#eef5f1)}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:44px;align-items:center}.eyebrow{color:var(--brand2);font-weight:900;text-transform:uppercase;letter-spacing:.09em;font-size:13px}.hero h1{font-family:Georgia,serif;font-size:clamp(40px,6vw,72px);line-height:1.02;margin:12px 0 18px}.lead{font-size:20px;color:#4e5f5b;max-width:700px}.hero img,.section-img{width:100%;border-radius:30px;box-shadow:0 24px 70px rgba(32,54,51,.16);aspect-ratio:16/9;object-fit:cover}.section{padding:72px 0}.section h2{font-family:Georgia,serif;font-size:clamp(30px,4vw,48px);line-height:1.12;margin:0 0 14px}.center{text-align:center}.cards,.postgrid,.testimonials{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:32px}.card,.postcard,.quote{background:var(--card);border:1px solid #efe5d9;border-radius:26px;padding:20px;box-shadow:0 14px 38px rgba(60,50,40,.07)}.card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px;margin-bottom:16px}.card h3,.postcard h3{margin:4px 0 8px;font-size:21px}.muted{color:var(--muted)}.postgrid{grid-template-columns:repeat(3,1fr)}.postcard{display:flex;flex-direction:column;min-height:230px}.post-thumb{display:block;margin:-20px -20px 16px}.post-thumb img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:26px 26px 16px 16px;display:block}.meta{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:13px;color:#6c7773;margin-bottom:12px}.badge{background:#edf6f3;color:#3f726b;border-radius:999px;padding:5px 9px;font-weight:800}.read{margin-top:auto;color:var(--brand);font-weight:900}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center}.quote img{width:70px;height:70px;border-radius:50%;object-fit:cover;float:left;margin-right:14px}.testimonials{grid-template-columns:repeat(3,1fr)}.cta{background:#203633;color:white;border-radius:34px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:22px}.cta .muted{color:#d7e2de}.site-footer{background:#172927;color:#ecf5f2;padding:36px 0;margin-top:40px}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.footer-links{display:flex;gap:18px}.page-hero{padding:54px 0 24px}.content-card{background:white;border-radius:28px;padding:34px;border:1px solid #efe5d9}.archive-top{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:24px}.searchbox input{padding:12px 14px;border:1px solid #d9cec1;border-radius:999px}.searchbox button{padding:12px 16px;border-radius:999px;border:0;background:#203633;color:white;font-weight:800}.pagination{margin-top:32px;text-align:center}.pagination .page-numbers{padding:9px 13px;background:white;border-radius:10px;margin:0 3px}.single article{max-width:840px;margin:auto}.single h1{font-family:Georgia,serif;font-size:46px;line-height:1.1}@media(max-width:900px){.hero-grid,.split{grid-template-columns:1fr}.cards,.postgrid,.testimonials{grid-template-columns:1fr 1fr}.nav{align-items:flex-start;flex-direction:column;padding:12px 0}.main-menu{flex-wrap:wrap;gap:14px}.cta{display:block}.brand img{height:50px}}@media(max-width:560px){.cards,.postgrid,.testimonials{grid-template-columns:1fr}.hero{padding-top:42px}.section{padding:46px 0}.hero h1{font-size:39px}.wrap{padding:0 17px}}