
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #ffffff; color: #182420;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.75;
  font-size: 18px; -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: #182420; text-decoration: none; }

.col {
  max-width: 640px; margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem) clamp(1.25rem, 5vw, 2rem) 6rem;
}

/* ---------- NAV ---------- */
.topnav {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: clamp(4rem, 12vw, 8rem);
}
.brand {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight: 600; letter-spacing: 0.02em;
  font-size: 1rem;
}
.navlink { font-size: 0.9rem; color: #6c7772; letter-spacing: 0.04em; }
.navlink:hover { color: #c26a1e; }

/* ---------- LEAD ---------- */
.lead { margin-bottom: clamp(3rem, 9vw, 6rem); }
.kick {
  font-size: 0.8rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: #6c7772; margin-bottom: 1.5rem;
}
.lead h1 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight: 400; line-height: 1.08;
  font-size: clamp(2.4rem, 8vw, 3.6rem); letter-spacing: -0.015em;
  margin-bottom: 1.5rem;
}
.dek {
  font-size: clamp(1.1rem, 3vw, 1.35rem); color: #6c7772;
  line-height: 1.6; max-width: 34ch;
}

/* ---------- IMAGE PLATES ---------- */
.plate {
  margin: clamp(3rem, 9vw, 6rem) 0;
}
.plate img { width: 100%; height: auto; }
.plate--sm { max-width: 320px; margin-left: auto; margin-right: auto; }

/* ---------- PROSE ---------- */
.prose { margin: clamp(3rem, 9vw, 6rem) 0; }
.prose h2 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight: 500; font-size: 1.25rem;
  letter-spacing: 0.01em; margin-bottom: 1.25rem; color: #c26a1e;
}
.prose p { color: #182420; }

/* ---------- DEFINITION LIST ---------- */
.items { margin-top: 0.5rem; }
.item { padding: 1.5rem 0; border-top: 1px solid rgba(24,36,32,0.14); }
.item:last-child { border-bottom: 1px solid rgba(24,36,32,0.14); }
.item dt {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight: 500; font-size: 1.05rem;
  margin-bottom: 0.35rem;
}
.item dd { color: #6c7772; font-size: 0.98rem; line-height: 1.6; }

/* ---------- HAIRLINE ---------- */
.hair { border: 0; border-top: 1px solid rgba(24,36,32,0.14);
  margin: clamp(3rem, 9vw, 6rem) 0; }

/* ---------- TESTIMONIAL ---------- */
.testimonial { text-align: center; margin: clamp(4rem, 12vw, 8rem) 0; }
.testimonial blockquote {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-weight: 400; font-style: italic;
  font-size: clamp(1.4rem, 5vw, 2rem); line-height: 1.35;
  letter-spacing: -0.01em; max-width: 24ch; margin: 0 auto 1.25rem;
}
.testimonial blockquote::before { content: "\201C"; color: #c26a1e; }
.testimonial blockquote::after { content: "\201D"; color: #c26a1e; }
.testimonial .by {
  font-size: 0.8rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: #6c7772;
}

/* ---------- CONTACT ---------- */
.contact .lines { margin-top: 1.25rem; line-height: 2; }
.contact .lines a:hover { color: #c26a1e; }
.contact .lines span { color: #6c7772; }

/* ---------- FOOTER ---------- */
.foot {
  margin-top: clamp(4rem, 12vw, 8rem); padding-top: 2rem;
  border-top: 1px solid rgba(24,36,32,0.14); text-align: center;
}
.foot p { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif; font-size: 0.95rem; }
.foot .fine { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 0.8rem; color: #6c7772;
  margin-top: 0.5rem; letter-spacing: 0.04em; }


.xq{box-sizing:border-box;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;color:#182420;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#c26a1e;margin-bottom:10px;font-weight:700}

.xq-steplist{counter-reset:xqs;list-style:none;padding:0;margin-top:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}
.xq-step{counter-increment:xqs;position:relative;padding:18px 18px 18px 20px;border-left:3px solid #c26a1e;background:rgba(24,36,32,0.05);border-radius:0 4px 4px 0}
.xq-step::before{content:"0" counter(xqs);display:block;font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;font-size:.8rem;letter-spacing:.1em;color:#c26a1e;font-weight:800;margin-bottom:8px}
.xq-step h3{font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;font-size:1.02rem;margin-bottom:6px}
.xq-step p{font-size:.9rem;color:#6c7772}


.xq-promo{padding:34px 24px}
.xq-promo-card{border:2px dashed #c26a1e;border-radius:4px;padding:26px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;background:rgba(24,36,32,0.05)}
.xq-promo-tag{background:#c26a1e;color:#ffffff;font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Segoe UI', sans-serif;font-weight:800;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;padding:8px 14px;border-radius:999px}
.xq-promo-card p{flex:1 1 260px;font-size:1.02rem}
.xq-promo-card a{color:#c26a1e;font-weight:700;text-decoration:none;white-space:nowrap}
.xq-promo-card a:hover{text-decoration:underline}


/* =====================================================
   DESIGN DNA: cyber-glitch
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
h1,h2,h3{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;text-transform:uppercase !important;letter-spacing:.05em !important;font-weight:900 !important;text-shadow:2px 0 0 rgba(255,0,60,.55),-2px 0 0 rgba(0,220,255,.55)}
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:repeating-linear-gradient(90deg,rgba(194,106,30,.5) 0 2px,transparent 2px 90px);opacity:.07;}
img{filter:saturate(1.25) contrast(1.1);border-radius:0 !important;clip-path:polygon(0 0,100% 0,100% 92%,96% 100%,0 100%)}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;transform:skewX(-8deg);text-transform:uppercase;letter-spacing:.12em;border:2px solid #c26a1e !important}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:0 !important;clip-path:polygon(0 0,100% 0,100% 94%,97% 100%,0 100%)}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:linear-gradient(90deg,rgba(255,0,60,.8),rgba(0,220,255,.8));background-size:100% 4px;background-repeat:no-repeat;background-position:top}
