.hero{align-items:center;min-height:100vh;padding:7rem 0 4rem;display:flex;position:relative}.hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.blob{filter:blur(80px);opacity:.35;border-radius:50%;position:absolute}.b1{background:hsl(var(--bg-deep));width:500px;height:500px;animation:22s ease-in-out infinite drift1;top:-15%;left:-8%}.b2{background:#e8d5c4;width:400px;height:400px;animation:28s ease-in-out infinite drift2;bottom:-10%;right:-5%}.b3{background:hsl(var(--teal-light));opacity:.2;width:300px;height:300px;animation:18s ease-in-out infinite reverse drift1;top:40%;right:20%}@keyframes drift1{0%,to{transform:translate(0)}50%{transform:translate(30px,20px)}}@keyframes drift2{0%,to{transform:translate(0)}50%{transform:translate(-20px,-30px)}}.hero-inner{z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-text>*{opacity:0;animation:.9s cubic-bezier(.22,1,.36,1) forwards fadeUp;transform:translateY(25px)}.hero-text>:first-child{animation-delay:.1s}.hero-text>:nth-child(2){animation-delay:.25s}.hero-text>:nth-child(3){animation-delay:.4s}.hero-text>:nth-child(4){animation-delay:.55s}@keyframes fadeUp{to{opacity:1;transform:none}}.hero h1{letter-spacing:-.035em;margin-bottom:1.25rem;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(3rem,5.5vw,4.5rem);font-weight:800;line-height:1.05}.hero h1 span{display:block}.hero h1 .accent{color:hsl(var(--rust));display:inline-block;position:relative}.hero h1 .accent:after{content:"";background:hsl(var(--rust));opacity:.18;border-radius:3px;width:100%;height:6px;position:absolute;bottom:2px;left:0}.hero-sub{color:hsl(var(--text-2));max-width:440px;margin-bottom:2rem;font-size:1.2rem;font-weight:300;line-height:1.7}.hero-sub strong{color:hsl(var(--text));font-weight:500}.hero-form input{border:1.5px solid hsl(var(--border));background:#fff;border-radius:12px;outline:none;flex:1;padding:.9rem 1.25rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.hero-form input:focus{border-color:hsl(var(--rust));box-shadow:0 0 0 3px hsl(var(--rust-glow))}.hero-form input::placeholder{color:hsl(var(--text-3))}.form-success.show{animation:.5s forwards fadeUp;display:block}.hero-right{position:relative}.hero-visual{width:100%;max-width:460px;height:500px;margin-left:auto;position:relative}.thought{white-space:nowrap;cursor:default;opacity:0;will-change:transform;border-radius:12px;padding:.75rem 1.5rem;font-size:1.05rem;font-weight:600;position:absolute;top:0;left:0;box-shadow:0 3px 16px #00000014}.t1,.t6{background:hsl(var(--rust-light));color:#9a3a1a}.t2,.t7{background:hsl(var(--teal-light));color:#2a6355}.t3,.t4{background:hsl(var(--gold-light));color:#806010}.t5,.t8{background:hsl(var(--bg-warm));color:hsl(var(--text-2))}.t1{padding:.85rem 1.75rem;font-size:1.2rem}.t4{padding:.82rem 1.65rem;font-size:1.13rem}.t7{padding:.8rem 1.55rem;font-size:1.1rem}.scroll-hint{color:hsl(var(--text-3));letter-spacing:.08em;text-transform:uppercase;z-index:1;opacity:0;flex-direction:column;align-items:center;gap:.4rem;font-size:.7rem;font-weight:500;animation:.8s cubic-bezier(.22,1,.36,1) 2.5s forwards fadeUp;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-line{background:hsl(var(--sand));width:1px;height:32px;position:relative;overflow:hidden}.scroll-line:after{content:"";background:hsl(var(--rust));width:100%;height:50%;animation:2s ease-in-out infinite scrollPulse;position:absolute;top:-100%;left:0}@keyframes scrollPulse{0%{top:-50%}to{top:150%}}@media (width<=900px){.hero{min-height:auto;padding:4.5rem 0 0}.hero-inner{grid-template-columns:1fr}.hero-visual{max-width:100%;height:380px;margin:2rem auto 0}.hero-right{margin-bottom:0}.thought{border-radius:10px;padding:.5rem .9rem!important;font-size:.82rem!important}.scroll-hint{display:none}}@media (width<=600px){.hero h1{font-size:2.4rem}.hero-visual{height:320px}.hero-form{flex-direction:column}.hero-form .btn{justify-content:center;width:100%}}