
:root{
  --bg:#f8fafc; --surface:#ffffff; --surface-2:#f1f5f9; --border:#e5e7eb;
  --text:#0f172a; --muted:#475569;
  --accent:#0ea5e9; --accent-2:#7c3aed; --success:#10b981; --ink:#0b1220;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:linear-gradient(180deg,#eaf3ff 0%, #f6f9ff 48%, #eeeafe 100%);background-attachment:scroll;color:var(--text);font:16px/1.7 Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.container{width:min(1180px,92vw);margin:0 auto}
a{color:var(--accent);text-decoration:none} a:hover{text-decoration:underline}
header{background:var(--surface);border-bottom:1px solid var(--border);padding:14px 0;position:sticky;top:0;z-index:60}
.navbar-inner{display:flex;justify-content:space-between;align-items:center}
.brand{font-weight:900;letter-spacing:.2px}
nav a{margin:0 10px;color:var(--text);text-decoration:none;padding:6px 10px;border-radius:8px}
nav a:hover{background:var(--surface-2)}
.btn{display:inline-block;padding:12px 18px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-weight:800;border:1px solid #1e40af}
.btn.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}
.section{padding:60px 0}
.textured{}
.kicker{font-size:12px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:#6b7280}
h1{font-size:42px;margin:0 0 12px} h2{font-size:30px;margin:0 0 12px} h3{margin:10px 0}
.lead{color:var(--muted);max-width:65ch}
.grid-2, .grid-3, .grid-4{display:grid;gap:18px}
.grid-2{grid-template-columns:1fr 1fr} .grid-3{grid-template-columns:repeat(3,1fr)} .grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 28px rgba(2,8,23,.05);overflow:hidden}
.card .content{padding:18px}
.badge{display:inline-block;background:#e0f2fe;border:1px solid #bae6fd;color:#075985;padding:6px 10px;border-radius:999px;font-size:12px}
.list-check{list-style:none;padding-left:0}
.list-check li{position:relative;padding-left:26px;margin:8px 0}
.list-check li:before{content:"✓";position:absolute;left:0;top:0;color:var(--accent-2);font-weight:900}
.frame{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.frame .bar{height:34px;background:#f1f5f9;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:6px;padding:0 10px}
.dot{width:10px;height:10px;border-radius:50%}.red{background:#ef4444}.amber{background:#f59e0b}.green{background:#22c55e}
.frame img{width:100%;display:block}
.caption{font-size:14px;color:var(--muted);margin-top:6px}
.notice{display:flex;gap:12px;align-items:center;background:#ecfeff;border:1px solid #bae6fd;padding:14px;border-radius:12px;color:#0c4a6e}
.tag{background:#eef2ff;border:1px solid #e2e8f0;padding:8px 12px;border-radius:999px;font-weight:700;color:#3730a3}
.guide{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{border:1px solid var(--border);border-radius:14px;background:#fff;padding:18px;position:relative}
.step .num{position:absolute;right:18px;top:12px;font-weight:900;color:#94a3b8}
.highlight{background:#fefce8;border:1px solid #fde68a;border-radius:14px;padding:14px}
/* Larger work images (same as polished) */
.work .card .frame{max-height:none}
.work .card img{max-height:360px;object-fit:cover}
/* Footer textured for contrast */
footer{margin-top:64px;padding:32px 0;border-top:1px solid var(--border);color:#6b7280;text-align:center}
footer.textured{}
@media(max-width:1000px){ .grid-2,.grid-3,.grid-4,.guide{grid-template-columns:1fr} }

/* Lock contact visuals to feel identical to the polished version */
.contact-section{background:transparent}


/* ---- Contact Page Pro Layout ---- */
.contact-hero{padding-bottom:24px}
.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:22px}
.contact-card{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 28px rgba(2,8,23,.05);padding:22px}
.cardlike{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 6px 18px rgba(2,8,23,.04);padding:16px}
.field{margin-bottom:14px}
label{font-weight:700;display:block;margin-bottom:6px}
input,textarea{width:100%;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}
input::placeholder, textarea::placeholder{color:#94a3b8}
.inline{display:flex;align-items:center;gap:10px;margin:10px 0}
.checkbox input{margin-right:8px}
.form-note{font-size:13px;color:#6b7280;margin-top:8px}
.email-link{font-weight:800}
.list-bullets{margin:0;padding-left:18px}
.list-bullets li{margin:6px 0}
.list-check.small li{margin:6px 0}
@media(max-width:1000px){.contact-grid{grid-template-columns:1fr}}
