/*
Theme Name: CK Decision Architecture Audit
Theme URI: https://carrankapoor.com/
Author: Carran Kapoor
Author URI: https://carrankapoor.com/
Description: Single-offer, gated, minimalist luxury theme for the Decision Architecture Audit.
Version: 1.0.0
License: GPLv2 or later
Text Domain: ckdaa
Tags: one-column, custom-menu, featured-images
*/

:root{
  --bg:#0b0f14;
  --panel:#0f1620;
  --text:#e9eef5;
  --muted:#a7b3c2;
  --line:rgba(255,255,255,.12);
  --accent:#d7c08a; /* muted gold */
  --accent2:#8fa7c2; /* steel */
  --max:1100px;
  --r:18px;
  --shadow: 0 12px 28px rgba(0,0,0,.35);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background: radial-gradient(1200px 700px at 20% 0%, rgba(215,192,138,.10), transparent 55%),
              radial-gradient(900px 600px at 80% 10%, rgba(143,167,194,.10), transparent 55%),
              var(--bg);
  color:var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  line-height:1.55;
  letter-spacing:.1px;
}

a{color:inherit;text-decoration:none}
a:hover{opacity:.92}
img{max-width:100%;height:auto}

.ck-wrap{max-width:var(--max);margin:0 auto;padding:0 20px}
.ck-topbar{
  position:sticky;top:0;z-index:50;
  backdrop-filter:saturate(160%) blur(12px);
  background: rgba(11,15,20,.72);
  border-bottom:1px solid var(--line);
}
.ck-nav{
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;padding:16px 0;
}
.ck-brand{display:flex;align-items:center;gap:12px}
.ck-brand .ck-mark{
  width:34px;height:34px;border-radius:12px;
  border:1px solid var(--line);
  background: linear-gradient(145deg, rgba(215,192,138,.16), rgba(143,167,194,.10));
  box-shadow: var(--shadow);
}
.ck-brand .ck-title{font-weight:700;letter-spacing:.4px}
.ck-brand .ck-sub{display:block;font-size:12px;color:var(--muted);margin-top:2px}

.ck-menu{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.ck-menu a{font-size:14px;color:var(--muted)}
.ck-menu a:hover{color:var(--text)}
.ck-cta{display:flex;gap:10px;align-items:center}
.ck-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  color:var(--text);
  font-weight:600;font-size:14px;
}
.ck-btn:hover{background: rgba(255,255,255,.06)}
.ck-btn--primary{
  border-color: rgba(215,192,138,.35);
  background: linear-gradient(180deg, rgba(215,192,138,.18), rgba(255,255,255,.02));
}
.ck-btn--primary:hover{background: linear-gradient(180deg, rgba(215,192,138,.24), rgba(255,255,255,.04));}

.ck-hero{padding:72px 0 26px}
.ck-kicker{
  display:inline-flex;gap:8px;align-items:center;
  padding:8px 12px;border-radius:999px;
  border:1px solid var(--line);
  color:var(--muted);font-size:13px;
  background: rgba(255,255,255,.03);
}
.ck-kicker .dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}
.ck-h1{font-size:44px;line-height:1.05;margin:16px 0 12px;letter-spacing:-.8px}
.ck-lead{font-size:18px;color:var(--muted);max-width:740px;margin:0 0 18px}
.ck-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.ck-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:var(--muted);font-size:13px}
.ck-meta span{display:inline-flex;gap:8px;align-items:center}
.ck-meta .chip{padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.02)}

.ck-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start;padding:18px 0 42px}
@media (max-width: 920px){.ck-grid{grid-template-columns:1fr}.ck-h1{font-size:38px}}

.ck-card{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding:18px 18px 16px;
  box-shadow: var(--shadow);
}
.ck-card h2{margin:0 0 10px;font-size:18px}
.ck-card p{margin:0 0 10px;color:var(--muted)}
.ck-list{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.ck-list li{
  border:1px solid var(--line);
  background: rgba(11,15,20,.55);
  border-radius:14px;
  padding:12px 12px;
  color:var(--muted);
}
.ck-list li b{color:var(--text)}
.ck-divider{height:1px;background:var(--line);margin:16px 0}

.ck-section{padding:26px 0}
.ck-section h3{margin:0 0 10px;font-size:16px;color:var(--text)}
.ck-section p{margin:0 0 10px;color:var(--muted)}
.ck-quote{
  border-left:2px solid rgba(215,192,138,.55);
  padding:10px 0 10px 14px;
  color:var(--text);
}
.ck-small{font-size:13px;color:var(--muted)}

.ck-form label{display:block;font-size:13px;color:var(--muted);margin:14px 0 6px}
.ck-form input[type="text"], .ck-form input[type="email"], .ck-form textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(11,15,20,.6);
  color:var(--text);
  outline:none;
}
.ck-form textarea{min-height:110px;resize:vertical}
.ck-form .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width: 760px){.ck-form .row{grid-template-columns:1fr}}
.ck-form .help{font-size:12px;color:var(--muted);margin-top:6px}
.ck-alert{
  border:1px solid rgba(215,192,138,.35);
  background: rgba(215,192,138,.10);
  padding:12px 12px;
  border-radius:14px;
  color:var(--text);
  margin:12px 0 0;
}

.ck-footer{padding:34px 0 46px;border-top:1px solid var(--line);margin-top:26px}
.ck-footer .fgrid{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}
@media (max-width: 700px){.ck-footer .fgrid{grid-template-columns:1fr}}
.ck-footer a{color:var(--muted)}
.ck-footer a:hover{color:var(--text)}
