@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Manrope:wght@300;400;500;600&family=JetBrains+Mono:wght@300;400;500&display=swap";
.glyphixCaseStudy{--black:#0a0a0a;--white:#fafafa;--gray-100:#f5f5f5;--gray-200:#e8e8e8;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--accent:#c41e3a;--accent-dark:#8b1528;--accent-glyph:#6366f1;--accent-glyph-dark:#4338ca;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Manrope",-apple-system,sans-serif;--mono:"JetBrains Mono","SF Mono",monospace;--bg-primary:#0a0a0a;--bg-secondary:#171717;--bg-tertiary:#262626;--text-primary:#fafafa;--text-secondary:#a3a3a3;--text-muted:#737373;--border-color:#262626;--border-light:#404040;--card-bg:#0a0a0a;--stats-bg:#4338ca;--hero-gradient:radial-gradient(ellipse 80% 50% at 50% 0%,#6366f11f 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 50%,#ffffff05 0%,transparent 50%),linear-gradient(180deg,#0a0a0a 0%,#171717 100%);--grid-line:#ffffff05;--noise-opacity:.03;--number-color:#262626;--outline-stroke:#fafafa;--code-bg:#1a1a2e;font-family:var(--sans);color:var(--text-primary);background:var(--bg-primary);min-height:100vh;font-weight:300;line-height:1.7;position:relative}.glyphixCaseStudy:before{content:"";width:100%;height:100%;opacity:var(--noise-opacity);pointer-events:none;z-index:1000;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;top:0;left:0}.glyphixCaseStudy *{box-sizing:border-box;margin:0;padding:0}.glyphixCaseStudy ::selection{background:var(--accent-glyph);color:var(--white)}.glyphixCaseStudy .hero{flex-direction:column;justify-content:flex-end;min-height:100vh;padding:4rem;display:flex;position:relative;overflow:hidden}.glyphixCaseStudy .hero-bg{background:var(--hero-gradient);width:100%;height:100%;transition:background .5s;position:absolute;top:0;left:0}.glyphixCaseStudy .hero-grid{background-image:linear-gradient(var(--grid-line)1px,transparent 1px),linear-gradient(90deg,var(--grid-line)1px,transparent 1px);opacity:.5;background-size:80px 80px;width:100%;height:100%;position:absolute;top:0;left:0}.glyphixCaseStudy .floating-glyphs{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.glyphixCaseStudy .glyph{font-family:var(--serif);color:var(--text-primary);opacity:.03;font-size:clamp(3rem,8vw,8rem);animation:20s ease-in-out infinite floatGlyph;position:absolute}.glyphixCaseStudy .glyph:first-child{animation-delay:0s;top:15%;left:10%}.glyphixCaseStudy .glyph:nth-child(2){animation-delay:-4s;top:25%;right:15%}.glyphixCaseStudy .glyph:nth-child(3){animation-delay:-8s;top:50%;left:5%}.glyphixCaseStudy .glyph:nth-child(4){animation-delay:-12s;top:60%;right:8%}.glyphixCaseStudy .glyph:nth-child(5){animation-delay:-16s;top:80%;left:20%}.glyphixCaseStudy .glyph:nth-child(6){animation-delay:-2s;top:35%;left:70%}.glyphixCaseStudy .glyph:nth-child(7){animation-delay:-6s;top:70%;right:25%}@keyframes floatGlyph{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}.glyphixCaseStudy .hero-content{z-index:10;max-width:1400px;position:relative}.glyphixCaseStudy .hero-label{letter-spacing:.4em;text-transform:uppercase;color:var(--accent-glyph);opacity:0;align-items:center;gap:1.5rem;margin-bottom:2rem;font-size:.7rem;animation:1s forwards fadeInUp;display:flex}.glyphixCaseStudy .hero-label:before{content:"";background:var(--accent-glyph);width:60px;height:1px}.glyphixCaseStudy .hero-title{font-family:var(--serif);letter-spacing:-.02em;opacity:0;margin-bottom:3rem;font-size:clamp(4rem,12vw,10rem);font-weight:300;line-height:.9;animation:1s .2s forwards fadeInUp}.glyphixCaseStudy .hero-title span{display:block}.glyphixCaseStudy .hero-title .outline{-webkit-text-stroke:1px var(--outline-stroke);color:#0000}.glyphixCaseStudy .hero-subtitle{color:var(--text-secondary);opacity:0;max-width:550px;font-size:1.1rem;font-weight:300;animation:1s .4s forwards fadeInUp}.glyphixCaseStudy .hero-meta{border-top:1px solid var(--border-color);opacity:0;gap:4rem;margin-top:4rem;padding-top:3rem;animation:1s .6s forwards fadeInUp;display:flex}.glyphixCaseStudy .meta-item{flex-direction:column;gap:.5rem;display:flex}.glyphixCaseStudy .meta-label{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem}.glyphixCaseStudy .meta-value{font-family:var(--serif);color:var(--text-primary);font-size:1.5rem;font-weight:400}.glyphixCaseStudy .scroll-indicator{opacity:0;flex-direction:column;align-items:center;gap:1rem;animation:1s 1s forwards fadeIn;display:flex;position:absolute;bottom:4rem;right:4rem}.glyphixCaseStudy .scroll-indicator span{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);writing-mode:vertical-rl;font-size:.65rem}.glyphixCaseStudy .scroll-line{background:linear-gradient(180deg,var(--text-muted)0%,transparent 100%);width:1px;height:60px;animation:2s infinite scrollPulse}.glyphixCaseStudy section{padding:10rem 4rem;position:relative}.glyphixCaseStudy .section-grid{grid-template-columns:1fr 2fr;gap:8rem;width:100%;max-width:1400px;margin:0 auto;padding:0;display:grid}.glyphixCaseStudy .section-content{min-width:0}.glyphixCaseStudy .section-label{letter-spacing:.3em;text-transform:uppercase;color:var(--accent-glyph);height:fit-content;font-size:.65rem;position:sticky;top:8rem}.glyphixCaseStudy .section-label:before{content:"";background:var(--accent-glyph);width:30px;height:1px;margin-bottom:1.5rem;display:block}.glyphixCaseStudy .section-content h2{font-family:var(--serif);color:var(--text-primary);margin-bottom:3rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1.1}.glyphixCaseStudy .section-content p{color:var(--text-secondary);max-width:600px;margin-bottom:2rem;font-size:1.05rem}.glyphixCaseStudy .section-content p strong{color:var(--text-primary);font-weight:500}.glyphixCaseStudy .problem{background:var(--bg-secondary)}.glyphixCaseStudy .problem-visual{background:var(--card-bg);border:1px solid var(--border-color);border-radius:4px;margin:4rem 0;padding:3rem}.glyphixCaseStudy .font-comparison{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.glyphixCaseStudy .font-demo{background:var(--bg-tertiary);border-radius:4px;padding:2rem}.glyphixCaseStudy .font-demo-label{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.65rem;display:flex}.glyphixCaseStudy .font-demo-label .status{border-radius:50%;width:8px;height:8px;margin-left:auto}.glyphixCaseStudy .font-demo-label .status.error{background:#ef4444}.glyphixCaseStudy .font-demo-label .status.success{background:#22c55e}.glyphixCaseStudy .font-sample{font-family:var(--serif);color:var(--text-primary);font-size:1.8rem;line-height:1.6}.glyphixCaseStudy .font-sample .missing{color:var(--text-muted);background:repeating-linear-gradient(45deg,#ef44441a,#ef44441a 2px,#0000 2px 4px);border-radius:2px;padding:0 .25rem}.glyphixCaseStudy .font-sample .rendered{color:var(--text-primary)}.glyphixCaseStudy .challenge-cards{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem;display:grid}.glyphixCaseStudy .challenge-card{background:var(--card-bg);border:1px solid var(--border-color);padding:3rem;transition:all .5s;position:relative;overflow:hidden}.glyphixCaseStudy .challenge-card:before{content:"";background:linear-gradient(90deg,var(--accent-glyph)0%,transparent 100%);transform-origin:0;width:100%;height:2px;transition:transform .5s;position:absolute;top:0;left:0;transform:scaleX(0)}.glyphixCaseStudy .challenge-card:hover:before{transform:scaleX(1)}.glyphixCaseStudy .challenge-card:hover{border-color:var(--border-light);transform:translateY(-5px)}.glyphixCaseStudy .challenge-number{font-family:var(--serif);color:var(--number-color);margin-bottom:1.5rem;font-size:3rem}.glyphixCaseStudy .challenge-card h3{font-family:var(--serif);color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:400}.glyphixCaseStudy .challenge-card p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.glyphixCaseStudy .stats{background:var(--stats-bg);padding:8rem 4rem;transition:background .5s}.glyphixCaseStudy .stats-grid{grid-template-columns:repeat(4,1fr);gap:4rem;max-width:1400px;margin:0 auto;display:grid}.glyphixCaseStudy .stat-item{text-align:center}.glyphixCaseStudy .stat-number{font-family:var(--serif);color:var(--white);margin-bottom:1rem;font-size:clamp(4rem,8vw,6rem);font-weight:300;line-height:1}.glyphixCaseStudy .stat-number span{vertical-align:super;font-size:.4em}.glyphixCaseStudy .stat-label{letter-spacing:.2em;text-transform:uppercase;color:#fff9;font-size:.75rem}.glyphixCaseStudy .cost-impact{background:var(--bg-primary)}.glyphixCaseStudy .cost-comparison{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:2rem;margin:4rem 0;display:grid}.glyphixCaseStudy .cost-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.glyphixCaseStudy .cost-card.traditional{border-color:#ef44444d}.glyphixCaseStudy .cost-card.glyphix{border-color:#22c55e4d}.glyphixCaseStudy .cost-header-card{background:var(--bg-tertiary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.glyphixCaseStudy .cost-type{font-family:var(--serif);color:var(--text-primary);font-size:1.3rem;font-weight:400}.glyphixCaseStudy .cost-badge{letter-spacing:.1em;text-transform:uppercase;border-radius:4px;padding:.4rem .8rem;font-size:.65rem;font-weight:500}.glyphixCaseStudy .cost-badge.expensive{color:#ef4444;background:#ef444426}.glyphixCaseStudy .cost-badge.efficient{color:#22c55e;background:#22c55e26}.glyphixCaseStudy .cost-items{flex:1;padding:1.5rem 2rem}.glyphixCaseStudy .cost-line{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-start;padding:1rem 0;display:flex}.glyphixCaseStudy .cost-line:last-child{border-bottom:none}.glyphixCaseStudy .cost-desc{color:var(--text-primary);font-size:.95rem;line-height:1.4}.glyphixCaseStudy .cost-desc small{color:var(--text-muted);margin-top:.25rem;font-size:.8rem;display:block}.glyphixCaseStudy .cost-value{font-family:var(--mono);color:var(--text-secondary);text-align:right;white-space:nowrap;font-size:.9rem}.glyphixCaseStudy .cost-total{background:var(--bg-tertiary);border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.glyphixCaseStudy .cost-total span:first-child{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem}.glyphixCaseStudy .total-value{font-family:var(--serif);color:var(--text-primary);font-size:1.8rem;font-weight:400}.glyphixCaseStudy .total-value.savings{color:#22c55e}.glyphixCaseStudy .cost-divider{justify-content:center;align-items:center;display:flex}.glyphixCaseStudy .cost-divider span{font-family:var(--serif);color:var(--text-muted);font-size:1.2rem;font-style:italic}.glyphixCaseStudy .savings-highlight{background:linear-gradient(135deg,#22c55e1a 0%,#6366f11a 100%);border:1px solid #22c55e33;border-radius:8px;align-items:center;gap:3rem;margin:3rem 0;padding:3rem;display:flex}.glyphixCaseStudy .savings-number{font-family:var(--serif);color:#22c55e;font-size:clamp(4rem,10vw,6rem);font-weight:300;line-height:1}.glyphixCaseStudy .savings-text h4{font-family:var(--serif);color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:400}.glyphixCaseStudy .savings-text p{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.7}.glyphixCaseStudy .cost-note{color:var(--text-muted);margin-top:2rem;font-size:.85rem}.glyphixCaseStudy .feature-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem;display:grid}.glyphixCaseStudy .feature-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:2.5rem;transition:all .4s;position:relative;overflow:hidden}.glyphixCaseStudy .feature-item:after{content:"";background:linear-gradient(90deg,var(--accent-glyph),var(--accent-glyph-dark));transform-origin:0;width:100%;height:3px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.glyphixCaseStudy .feature-item:hover:after{transform:scaleX(1)}.glyphixCaseStudy .feature-item:hover{border-color:var(--accent-glyph);transform:translateY(-4px)}.glyphixCaseStudy .feature-item h4{font-family:var(--serif);color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1.3rem;font-weight:400;display:flex}.glyphixCaseStudy .feature-item h4 .feat-icon{font-size:1.4rem}.glyphixCaseStudy .feature-item p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.glyphixCaseStudy .app-highlight{text-align:center;background:linear-gradient(135deg,#6366f114 0%,#6366f105 100%);border:1px solid #6366f133;border-radius:12px;margin:4rem 0;padding:3rem}.glyphixCaseStudy .app-highlight h3{font-family:var(--serif);color:var(--text-primary);margin-bottom:1rem;font-size:1.8rem;font-weight:300}.glyphixCaseStudy .app-highlight p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1rem}.glyphixCaseStudy .tech-badge{font-family:var(--mono);background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--accent-glyph);border-radius:4px;margin:.25rem;padding:.3rem .6rem;font-size:.7rem;display:inline-block}@media (max-width:1024px){.glyphixCaseStudy .cost-comparison{grid-template-columns:1fr}.glyphixCaseStudy .cost-divider{padding:1rem 0}.glyphixCaseStudy .savings-highlight{text-align:center;flex-direction:column;gap:1.5rem}}.glyphixCaseStudy .solution{background:var(--bg-primary)}.glyphixCaseStudy .solution-flow{flex-direction:column;gap:2rem;margin-top:4rem;display:flex}.glyphixCaseStudy .flow-step{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;grid-template-columns:120px 1fr;gap:3rem;padding:2.5rem;transition:all .3s;display:grid}.glyphixCaseStudy .flow-step:hover{border-color:var(--accent-glyph);transform:translate(10px)}.glyphixCaseStudy .flow-number{font-family:var(--mono);color:var(--accent-glyph);align-items:center;gap:1rem;font-size:.75rem;display:flex}.glyphixCaseStudy .flow-number:after{content:"";background:var(--border-color);flex:1;height:1px}.glyphixCaseStudy .flow-content h4{font-family:var(--serif);color:var(--text-primary);margin-bottom:.75rem;font-size:1.4rem;font-weight:400}.glyphixCaseStudy .flow-content p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.glyphixCaseStudy .code-block{background:var(--code-bg);border:1px solid var(--border-color);border-radius:8px;margin:3rem 0;overflow:hidden}.glyphixCaseStudy .code-header{border-bottom:1px solid var(--border-color);background:#0003;align-items:center;gap:.5rem;padding:1rem 1.5rem;display:flex}.glyphixCaseStudy .code-dot{border-radius:50%;width:10px;height:10px}.glyphixCaseStudy .code-dot:first-child{background:#ef4444}.glyphixCaseStudy .code-dot:nth-child(2){background:#eab308}.glyphixCaseStudy .code-dot:nth-child(3){background:#22c55e}.glyphixCaseStudy .code-title{font-family:var(--mono);color:var(--text-muted);margin-left:auto;font-size:.75rem}.glyphixCaseStudy .code-content{padding:1.5rem;overflow-x:auto}.glyphixCaseStudy .code-content pre{font-family:var(--mono);color:var(--text-secondary);font-size:.85rem;line-height:1.8}.glyphixCaseStudy .code-content .keyword{color:#c792ea}.glyphixCaseStudy .code-content .string{color:#c3e88d}.glyphixCaseStudy .code-content .comment{color:#546e7a}.glyphixCaseStudy .code-content .function{color:#82aaff}.glyphixCaseStudy .code-content .variable{color:#f07178}.glyphixCaseStudy .architecture{background:0 0}.glyphixCaseStudy .architecture-diagram{background:0 0;margin:4rem 0;padding:3rem 0;overflow:hidden}.glyphixCaseStudy .diagram-flow{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:clamp(.5rem,2vw,1.5rem);display:flex}.glyphixCaseStudy .diagram-node{background:var(--bg-tertiary);border:1px solid var(--border-color);text-align:center;border-radius:8px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:.5rem;min-width:0;max-width:200px;min-height:200px;padding:2rem 1.25rem;transition:all .3s;display:flex}.glyphixCaseStudy .diagram-node:hover{border-color:var(--accent-glyph);transform:scale(1.02)}.glyphixCaseStudy .diagram-node-icon{margin-bottom:.25rem;font-size:2.25rem}.glyphixCaseStudy .diagram-node-title{font-family:var(--mono);color:var(--text-primary);margin-bottom:0;font-size:.9rem;font-weight:500;line-height:1.3}.glyphixCaseStudy .diagram-node-desc{color:var(--text-muted);font-size:.8rem;line-height:1.5}.glyphixCaseStudy .diagram-arrow{color:var(--text-muted);flex-shrink:0;align-items:center;font-size:1.5rem;display:flex}.glyphixCaseStudy .unicode-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;margin-top:3rem;display:grid}.glyphixCaseStudy .unicode-cell{aspect-ratio:1;background:var(--bg-tertiary);border:1px solid var(--border-color);cursor:default;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex}.glyphixCaseStudy .unicode-cell:hover{border-color:var(--accent-glyph);z-index:10;transform:scale(1.1)}.glyphixCaseStudy .unicode-cell span{color:var(--text-muted);font-size:.6rem;font-family:var(--mono);margin-top:.25rem}.glyphixCaseStudy .results{background:var(--bg-primary)}.glyphixCaseStudy .result-cards{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.glyphixCaseStudy .result-card{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:4px;padding:2.5rem;transition:all .3s}.glyphixCaseStudy .result-card:hover{border-color:var(--accent-glyph);transform:translateY(-5px)}.glyphixCaseStudy .result-icon{background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.glyphixCaseStudy .result-icon svg{width:28px;height:28px;stroke:var(--accent-glyph);fill:none}.glyphixCaseStudy .result-card h4{font-family:var(--serif);color:var(--text-primary);margin-bottom:.75rem;font-size:1.3rem;font-weight:400}.glyphixCaseStudy .result-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.glyphixCaseStudy .tools{background:var(--bg-secondary)}.glyphixCaseStudy .tools-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;display:grid}.glyphixCaseStudy .tool-item{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;padding:2.5rem;transition:all .3s}.glyphixCaseStudy .tool-item:hover{border-color:var(--accent-glyph);transform:scale(1.02)}.glyphixCaseStudy .tool-icon{border:1px solid var(--border-light);border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1.5rem;display:flex}.glyphixCaseStudy .tool-icon svg{width:24px;height:24px;fill:var(--text-primary)}.glyphixCaseStudy .tool-name{font-family:var(--serif);color:var(--text-primary);margin-bottom:.5rem;font-size:1.2rem}.glyphixCaseStudy .tool-use{color:var(--text-muted);font-size:.8rem}.glyphixCaseStudy .reflection{background:var(--bg-primary)}.glyphixCaseStudy .quote-block{border-left:2px solid var(--accent-glyph);margin:4rem 0;padding-left:3rem}.glyphixCaseStudy .quote-text{font-family:var(--serif);color:var(--text-primary);font-size:clamp(1.5rem,3vw,2.5rem);font-style:italic;font-weight:300;line-height:1.4}.glyphixCaseStudy .reflection-list{margin-top:3rem}.glyphixCaseStudy .reflection-item{border-bottom:1px solid var(--border-color);gap:2rem;padding:2rem 0;display:flex}.glyphixCaseStudy .reflection-icon{border:1px solid var(--border-light);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.glyphixCaseStudy .reflection-icon svg{width:20px;height:20px;stroke:var(--accent-glyph);fill:none}.glyphixCaseStudy .reflection-text h4{font-family:var(--serif);color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem;font-weight:400}.glyphixCaseStudy .reflection-text p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.glyphixCaseStudy footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:8rem 4rem 4rem}.glyphixCaseStudy .footer-content{grid-template-columns:2fr 1fr;gap:8rem;max-width:1400px;margin:0 auto;display:grid}.glyphixCaseStudy .footer-cta h2{font-family:var(--serif);color:var(--text-primary);margin-bottom:2rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:300}.glyphixCaseStudy .footer-cta p{color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.glyphixCaseStudy .footer-links{flex-direction:column;gap:1rem;display:flex}.glyphixCaseStudy .footer-links a{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;text-decoration:none;transition:color .3s}.glyphixCaseStudy .footer-links a:hover{color:var(--accent-glyph)}.glyphixCaseStudy .footer-bottom{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;max-width:1400px;margin:6rem auto 0;padding-top:2rem;display:flex}.glyphixCaseStudy .footer-bottom p{color:var(--text-muted);font-size:.75rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.5;transform:scaleY(.8)}}.glyphixCaseStudy .animate-on-scroll{opacity:0;transition:all .8s;transform:translateY(30px)}.glyphixCaseStudy .animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width:1200px){.glyphixCaseStudy .section-grid{grid-template-columns:1fr;gap:3rem}.glyphixCaseStudy .section-label{position:relative;top:0}.glyphixCaseStudy .stats-grid,.glyphixCaseStudy .tools-grid{grid-template-columns:repeat(2,1fr)}.glyphixCaseStudy .challenge-cards,.glyphixCaseStudy .result-cards,.glyphixCaseStudy .font-comparison{grid-template-columns:1fr}.glyphixCaseStudy .diagram-flow{flex-direction:column}.glyphixCaseStudy .diagram-arrow{transform:rotate(90deg)}}@media (max-width:768px){nav{padding:1.5rem 2rem}.glyphixCaseStudy .nav-links{display:none}.glyphixCaseStudy .hero{padding:2rem}.glyphixCaseStudy .hero-meta{flex-wrap:wrap;gap:2rem}.glyphixCaseStudy section{padding:6rem 2rem}.glyphixCaseStudy .stats-grid{grid-template-columns:1fr 1fr;gap:2rem}.glyphixCaseStudy .tools-grid,.glyphixCaseStudy .feature-grid{grid-template-columns:1fr}.glyphixCaseStudy .flow-step{grid-template-columns:1fr;gap:1rem}.glyphixCaseStudy .footer-content{grid-template-columns:1fr;gap:4rem}.glyphixCaseStudy .scroll-indicator,.glyphixCaseStudy .floating-glyphs{display:none}}.glyphixCaseStudy .gallery-section{background:var(--bg-primary)}.glyphixCaseStudy .carousel{width:100%;margin:3rem 0;position:relative;overflow:hidden}.glyphixCaseStudy .carousel-track{transition:transform .4s;display:flex}.glyphixCaseStudy .carousel-slide{box-sizing:border-box;flex:0 0 100%;padding:0 .5rem}.glyphixCaseStudy .carousel-slide-inner{border:1px solid var(--border-color);cursor:pointer;text-align:left;background:0 0;border-radius:4px;width:100%;padding:0;transition:border-color .3s;display:block;overflow:hidden}.glyphixCaseStudy .carousel-slide-inner:hover{border-color:var(--accent-glyph)}.glyphixCaseStudy .carousel-nav{border:1px solid var(--border-color);background:var(--bg-secondary);width:48px;height:48px;color:var(--text-primary);cursor:pointer;z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.glyphixCaseStudy .carousel-nav:hover{border-color:var(--accent-glyph);background:var(--bg-tertiary)}.glyphixCaseStudy .carousel-prev{left:0}.glyphixCaseStudy .carousel-next{right:0}.glyphixCaseStudy .carousel-dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.glyphixCaseStudy .carousel-dot{background:var(--border-light);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .3s}.glyphixCaseStudy .carousel-dot.active{background:var(--accent-glyph)}.glyphixCaseStudy .carousel-dot:hover{background:var(--text-muted)}.glyphixCaseStudy .fullscreen-overlay{z-index:9999;box-sizing:border-box;cursor:pointer;background:#000000f2;justify-content:center;align-items:center;padding:4rem;display:flex;position:fixed;inset:0}.glyphixCaseStudy .fullscreen-close{border:1px solid var(--border-color);background:var(--bg-secondary);width:48px;height:48px;color:var(--text-primary);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:2rem;right:2rem}.glyphixCaseStudy .fullscreen-close:hover{border-color:var(--accent-glyph)}.glyphixCaseStudy .fullscreen-image{object-fit:contain;pointer-events:none;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 6rem)}.glyphixCaseStudy .case-study-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:8rem 4rem 4rem}.glyphixCaseStudy .case-study-footer .footer-content{grid-template-columns:2fr 1fr;align-items:center;gap:8rem;max-width:1400px;margin:0 auto;display:grid}.glyphixCaseStudy .case-study-footer .footer-cta h2{font-family:var(--serif);color:var(--text-primary);margin-bottom:2rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.2}.glyphixCaseStudy .case-study-footer .footer-cta p{color:var(--text-muted);margin-bottom:0;font-size:1rem}.glyphixCaseStudy .case-study-footer .footer-links{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.glyphixCaseStudy .case-study-footer .footer-links a{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;text-decoration:none;transition:color .3s}.glyphixCaseStudy .case-study-footer .footer-links a:hover{color:var(--accent-glyph)}.glyphixCaseStudy .case-study-footer .footer-bottom{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;max-width:1400px;margin:6rem auto 0;padding-top:2rem;display:flex}.glyphixCaseStudy .case-study-footer .footer-bottom p,.glyphixCaseStudy .case-study-footer .footer-time{color:var(--text-muted);font-size:.75rem}@media (max-width:1200px){.glyphixCaseStudy .case-study-footer .footer-content{grid-template-columns:1fr;gap:4rem}}
