/*
Theme Name: Wallace Innovations
Theme URI: https://wallaceinnovations.biz/
Author: Wallace Innovations
Description: WordPress theme matching the original Wallace Innovations static site.
Version: 0.2.2
*/
:root {
  --ink: #061b31;
  --muted: #64748d;
  --label: #273951;
  --line: #e5edf5;
  --soft: #f6f9fc;
  --purple: #533afd;
  --purple-hover: #4434d4;
  --indigo: #1c1e54;
  --ruby: #ea2261;
  --magenta: #f96bee;
  --green: #15be53;
  --shadow: rgba(50,50,93,0.25) 0 30px 45px -30px, rgba(0,0,0,0.1) 0 18px 36px -18px;
  --ambient: rgba(23,23,23,0.08) 0 15px 35px 0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-feature-settings: "ss01";
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.page { position: relative; min-height: 100vh; }
.glow {
  position: absolute;
  inset: -220px -220px auto auto;
  width: 640px;
  height: 640px;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 35%, rgba(249,107,238,.42), transparent 28%),
    radial-gradient(circle at 68% 42%, rgba(83,58,253,.34), transparent 32%),
    radial-gradient(circle at 48% 72%, rgba(234,34,97,.20), transparent 30%);
  filter: blur(18px);
  opacity: .86;
  z-index: 0;
}
.nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.82); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(229,237,245,.85); }
.nav-inner, .wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: min(218px, 46vw); height: auto; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; color: var(--label); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 16px; border-radius: 6px; border: 0; cursor: pointer; font-weight: 500; font-size: 15px; line-height: 1; transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease; font-family: inherit; }
.button.primary { color: #fff; background: var(--purple); box-shadow: rgba(83,58,253,.28) 0 16px 34px -18px; }
.button.primary:hover { background: var(--purple-hover); transform: translateY(-1px); }
.button.ghost { color: var(--purple); border: 1px solid #b9b9f9; background: rgba(255,255,255,.7); }
.button.ghost:hover { background: rgba(83,58,253,.055); transform: translateY(-1px); }
.hero { position: relative; z-index: 1; padding: 112px 0 84px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .78fr); gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; color: var(--label); border: 1px solid var(--line); background: rgba(255,255,255,.72); box-shadow: rgba(23,23,23,.06) 0 3px 12px; border-radius: 999px; padding: 7px 11px 7px 8px; font-size: 14px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(21,190,83,.15); }
h1 { margin: 0; max-width: 760px; font-size: clamp(42px, 6.2vw, 78px); line-height: .96; letter-spacing: -2.2px; font-weight: 300; color: var(--ink); text-wrap: balance; }
.lead { margin: 26px 0 0; max-width: 650px; font-size: clamp(18px, 2vw, 22px); line-height: 1.45; font-weight: 300; color: var(--muted); text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.note { margin-top: 18px; color: var(--muted); font-size: 14px; }
.console-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; transform: rotate(1deg); transform-origin: center; }
.console-top { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid var(--line); background: var(--soft); }
.light { width: 10px; height: 10px; border-radius: 50%; background: #d9e2ed; }
.light:nth-child(1) { background: #ff6b72; } .light:nth-child(2) { background: #ffc857; } .light:nth-child(3) { background: #42d392; }
.console-body { padding: 22px; font-family: 'Source Code Pro', ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; line-height: 1.75; color: #34445a; }
.line { display: flex; gap: 10px; border-bottom: 1px solid rgba(229,237,245,.75); padding: 8px 0; }
.line:last-child { border-bottom: 0; }
.prompt { color: var(--purple); font-weight: 700; }
.ok { color: #108c3d; }
.section { padding: 76px 0; position: relative; z-index: 1; }
.section-head { max-width: 760px; margin-bottom: 32px; }
h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.05; letter-spacing: -1.25px; font-weight: 300; color: var(--ink); text-wrap: balance; }
.section-copy { margin: 16px 0 0; color: var(--muted); font-size: 19px; line-height: 1.45; font-weight: 300; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: rgba(23,23,23,.04) 0 8px 22px; }
.card strong { display: block; font-size: 23px; line-height: 1.15; letter-spacing: -.3px; font-weight: 300; color: var(--ink); margin-bottom: 12px; }
.card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.48; font-weight: 300; }
.dark { background: var(--indigo); color: #fff; overflow: hidden; }
.dark::before { content: ""; position: absolute; inset: -160px -100px auto auto; width: 520px; height: 520px; background: radial-gradient(circle, rgba(249,107,238,.33), transparent 62%); filter: blur(20px); }
.dark h2 { color: #fff; }
.dark .section-copy { color: rgba(255,255,255,.72); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 34px; }
.step { border: 1px solid rgba(255,255,255,.15); border-radius: 8px; padding: 22px; background: rgba(255,255,255,.06); backdrop-filter: blur(6px); }
.step .num { font-family: 'Source Code Pro', monospace; color: #b9b9f9; font-size: 12px; margin-bottom: 20px; }
.step h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.15; font-weight: 300; letter-spacing: -.2px; }
.step p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.45; font-weight: 300; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; }
.list { display: grid; gap: 12px; }
.list-item { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: rgba(23,23,23,.035) 0 8px 18px; }
.check { width: 28px; height: 28px; border-radius: 6px; color: #108c3d; background: rgba(21,190,83,.15); display: grid; place-items: center; font-weight: 600; }
.list-item h3 { margin: 0; font-size: 19px; line-height: 1.2; font-weight: 400; color: var(--ink); }
.list-item p { margin: 6px 0 0; color: var(--muted); line-height: 1.45; font-weight: 300; }
.cta { padding: 78px 0 96px; }
.cta-box { border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); padding: clamp(28px, 5vw, 52px); background: linear-gradient(135deg, #fff 0%, #fff 58%, #f7f4ff 100%); display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); gap: 28px; align-items: start; }
.cta-box h2 { font-size: clamp(32px, 4.2vw, 54px); }
.cta-box p { margin: 14px 0 0; max-width: 640px; color: var(--muted); font-size: 18px; line-height: 1.45; font-weight: 300; }
.contact-form { display: grid; gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.84); box-shadow: rgba(23,23,23,.045) 0 12px 28px; }
.contact-form label { display: grid; gap: 6px; color: var(--label); font-size: 13px; font-weight: 500; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d8e2ed; border-radius: 6px; padding: 10px 11px; font: inherit; color: var(--ink); background: #fff; }
.contact-form textarea { resize: vertical; min-height: 112px; }
.contact-form .honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.form-message { border-radius: 6px; padding: 10px 12px; font-size: 14px; }
.form-message.success { color: #0b6e32; background: rgba(21,190,83,.13); }
.form-message.error { color: #8f123b; background: rgba(234,34,97,.12); }
footer { border-top: 1px solid var(--line); padding: 24px 0 36px; color: var(--muted); font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .hero { padding-top: 72px; }
  .hero-grid, .split, .cta-box { grid-template-columns: 1fr; }
  .console-card { transform: none; }
  .cards, .steps { grid-template-columns: 1fr 1fr; }
  .nav-links a:not(.button) { display: none; }
}
@media (max-width: 620px) {
  .nav-inner, .wrap { width: min(100% - 28px, 1120px); }
  .nav-inner { gap: 12px; }
  .brand-logo { width: min(150px, 40vw); }
  .nav-links { min-width: 0; gap: 0; }
  .nav-links .button { width: auto; padding-inline: 12px; white-space: nowrap; font-size: 14px; }
  .cards, .steps { grid-template-columns: 1fr; }
  h1 { letter-spacing: -1.35px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
