/* Homepage maze hero */
.maze-home .hero-grid { grid-template-columns:minmax(0,1.12fr) minmax(0,1fr); gap:clamp(32px,5vw,76px); }
.maze-home .maze-headline { font-size:clamp(54px,6.05vw,93px); line-height:1.04; letter-spacing:-.047em; }
.maze-headline>span,.maze-headline>em { display:block; }
.maze-home .hero-lead { max-width:560px; }
.maze-home .maze-visual { display:block; min-height:0; width:100%; margin:0; align-self:center; }
.maze-canvas { width:100%; overflow:hidden; border:1px solid #e1e7ee; }
.maze-svg { display:block; width:100%; height:auto; }
.maze-walls { fill:none; stroke:var(--accent); stroke-opacity:.30; stroke-width:1.5; stroke-linecap:square; stroke-linejoin:miter; }
.maze-trail { fill:none; stroke:var(--signal); stroke-width:2.4; stroke-opacity:.70; stroke-linecap:round; stroke-linejoin:round; }
.maze-square { fill:var(--signal); }
.maze-cursor { will-change:transform; }

@media(max-width:980px) {
  .maze-home .hero { min-height:auto; overflow:visible; }
  .maze-home .hero-grid { display:flex; flex-direction:column; align-items:stretch; gap:38px; }
  .maze-home .hero-copy { order:1; width:100%; position:relative; z-index:2; }
  .maze-home .maze-visual { order:2; width:min(100%,540px); margin:0 auto; align-self:auto; justify-self:auto; position:relative; z-index:1; }
  .maze-home .maze-headline { font-size:clamp(58px,9vw,86px); }
  .maze-home .hero-lead { max-width:650px; }
}
@media(max-width:680px) {
  .maze-home .hero { padding-bottom:36px; }
  .maze-home .hero-grid { display:flex; flex-direction:column; gap:28px; }
  .maze-home .hero-copy { order:1; }
  .maze-home .maze-visual { order:2; width:100%; margin-top:6px; }
  .maze-home .maze-headline { font-size:clamp(37px,11.45vw,67px); line-height:1.06; }
  .maze-home .hero-actions { gap:20px; }
  .maze-home .hero-visual { min-height:0; }
  .maze-walls { stroke-width:1.9; stroke-opacity:.36; }
}
@media(prefers-reduced-motion:reduce) {
  .maze-cursor { will-change:auto; }
}
@media(max-width:360px) {
  .maze-home .contact-grid { grid-template-columns:minmax(0,1fr); }
  .maze-home .contact-grid>* { min-width:0; }
  .maze-home .contact-title h2 { font-size:44px; }
  .maze-home .contact-links a { font-size:14px; overflow-wrap:anywhere; }
  .maze-home .contact-card .button { width:100%; font-size:10px; letter-spacing:.08em; padding:0 14px; }
}
