/*
Theme Name: Calen Tailored
Version: 1.0.0
Text Domain: calen-tailored
*/
:root{--ink:#171714;--muted:#6e6a5f;--paper:#fbfaf6;--line:#ded8c8;--gold:#b49864;--sage:#6f7c6c;--stone:#e9e3d5}
*{box-sizing:border-box} body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.55;letter-spacing:0}
a{color:inherit;text-decoration:none} img{max-width:100%;height:auto;display:block}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,246,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.topbar{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#f7f2e8;background:#202018;text-align:center;padding:8px 12px}
.nav{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:78px}.brand{display:flex;align-items:center;gap:12px;font-family:Georgia,serif;font-size:26px}
.brand img{width:160px;max-height:46px;object-fit:contain}.menu{display:flex;align-items:center;gap:24px;font-size:14px;text-transform:uppercase}.cart-link{border:1px solid var(--ink);padding:9px 15px}
.hero{min-height:680px;background:linear-gradient(90deg,rgba(20,20,16,.72),rgba(20,20,16,.18)),var(--hero);background-size:cover;background-position:center;display:grid;align-items:end;color:#fff}
.hero-inner{padding:110px 0 76px}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,7vw,94px);font-weight:400;line-height:.95;margin:0 0 20px;max-width:820px}.hero p{max-width:620px;font-size:19px;color:#f3efe7}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;border:1px solid currentColor;text-transform:uppercase;font-size:13px;letter-spacing:.08em;background:var(--ink);color:#fff}.btn.alt{background:transparent;color:inherit}
.section{padding:76px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-title h2{font-family:Georgia,serif;font-size:42px;font-weight:400;margin:0}.section-title p{max-width:500px;color:var(--muted);margin:0}
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cat{position:relative;min-height:360px;overflow:hidden;background:#ddd}.cat img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.cat span{position:absolute;left:18px;bottom:18px;background:rgba(251,250,246,.9);padding:10px 14px;text-transform:uppercase;font-size:13px;letter-spacing:.08em}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#fff;border:1px solid var(--line);padding:0 0 16px}.woocommerce ul.products li.product img{aspect-ratio:4/5;object-fit:cover;margin:0 0 14px}.woocommerce-loop-product__title{padding:0 14px!important;font-size:16px!important;color:var(--ink)}.woocommerce ul.products li.product .price{padding:0 14px;color:var(--sage)!important}.woocommerce a.button{margin-left:14px!important;background:var(--ink)!important;color:#fff!important;border-radius:0!important}
.split{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center}.split-panel{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px 0}.split h2{font-family:Georgia,serif;font-size:46px;font-weight:400;line-height:1;margin:0 0 18px}.split p{color:var(--muted)}
.policy-content{max-width:900px;padding:64px 0}.policy-content h1{font-family:Georgia,serif;font-size:48px;font-weight:400}.policy-content h2{font-family:Georgia,serif;font-weight:400;margin-top:34px}.policy-content p,.policy-content li{color:#403d36}
.site-footer{background:#1f1f1a;color:#eee;padding:54px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:28px}.site-footer h3{font-family:Georgia,serif;font-weight:400;font-size:24px}.site-footer a,.site-footer p{color:#d8d2c5;font-size:14px}.footer-links{display:grid;gap:8px}.copyright{border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:20px;color:#bcb4a4;font-size:12px}
@media(max-width:800px){.menu{gap:12px;overflow:auto}.brand img{width:130px;max-height:38px}.hero{min-height:560px}.cat-grid,.woocommerce ul.products,.split,.footer-grid{grid-template-columns:1fr}.section{padding:52px 0}.section-title{display:block}.section-title h2{font-size:34px}}
