@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;700&family=Oswald:wght@400;700&display=swap";:root{--bg-color: #050505;--text-color: #e0e0e0;--accent-color: #c0a062;--secondary-accent: #4a4a4a;--grid-line: rgba(255, 255, 255, .05)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,sans-serif;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden}h1,h2,h3,h4{font-family:Oswald,sans-serif;text-transform:uppercase;line-height:1.1}.spacer{height:10vh}.highlight{color:var(--accent-color)}.grid-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:linear-gradient(to right,var(--grid-line) 1px,transparent 1px),linear-gradient(to bottom,var(--grid-line) 1px,transparent 1px);background-size:100px 100px}.hero{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative}.hero h1{font-size:clamp(4rem,15vw,15rem);font-weight:700;letter-spacing:-.02em;mix-blend-mode:difference}.hero p{font-size:1.2rem;letter-spacing:.5em;color:var(--accent-color);margin-top:2rem;text-transform:uppercase}.content-section{padding:8rem 2rem;max-width:1400px;margin:0 auto}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.big-statement{font-size:2.5rem;line-height:1.3}.text-body{font-size:1.1rem;line-height:1.8;color:#bbb}.scale-wrapper{position:relative;width:100%;height:100vh;background-color:#000}.scale-container{width:100%;height:100%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.scale-step{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);text-align:center;opacity:0;width:90%;max-width:800px;z-index:10}.scale-step h2{font-size:clamp(2.5rem,6vw,5rem);margin-bottom:1rem;color:var(--text-color)}.scale-step p{font-size:1.2rem;color:var(--accent-color)}.scale-visual{width:150px;height:150px;border:2px solid var(--accent-color);margin:0 auto 2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;background:#00000080}.impossible-context{padding:10rem 2rem;text-align:center}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.concept-card{padding:3rem 2rem;border:1px solid #333;transition:all .3s ease;background:#ffffff05}.concept-card:hover{border-color:var(--accent-color);background:#ffffff0d}footer{padding:4rem;border-top:1px solid #333;text-align:center;opacity:.5}.visual-img{width:100%;height:100%;object-fit:cover;border-radius:50%;opacity:.8}.hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;opacity:.3;filter:grayscale(100%) contrast(120%)}@media (max-width: 768px){.split-layout{grid-template-columns:1fr}}.hero-content{z-index:2}.section-subtitle-accent{margin-top:1rem;color:var(--accent-color)}.step-description{font-size:1rem;color:#888;margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.visual-square,.visual-square .visual-img{border-radius:0}.visual-borderless{border-style:none}.section-title-large{font-size:3rem;margin-bottom:1rem}.section-subtitle-gray{color:#888}.card-text{margin-top:1rem;font-size:.9rem;color:#bbb}.conclusion-section{text-align:center;margin-bottom:5rem}.responsive-headline{font-size:4vw}.conclusion-text{max-width:600px;margin:2rem auto;font-size:1.2rem}
