.layout-glide {}
.glide-shell { background:#f0fdfa; }
.glide-ramp { width:60px; height:4px; background:var(--theme-primary); transform:skewX(-20deg); margin-bottom:12px; }
.glide-footer { display:flex; flex-wrap:wrap; gap:16px; justify-content:space-between; padding:24px 16px 48px; border-top:3px solid var(--theme-accent); background:#ecfeff; font-size:0.85rem; }

.glide-main { width: min(var(--content-max-width), calc(100% - 32px)); margin: 0 auto; padding-bottom: 40px; }
.glide-main a { color: var(--theme-primary); }
.glide-intro { margin: 24px 0; }
.glide-intro h2 { font-family: var(--font-display); margin: 0 0 8px; }
.glide-about { margin-top: 32px; padding: 20px; border: 1px solid var(--border-color); background: var(--theme-card); }
.glide-tag { margin: 8px 0 0; font-size: 0.85rem; color: var(--text-muted); }
.glide-shell h1 a, .glide-shell .brand-title a { text-decoration: none; color: inherit; }
