:root{--warm-gray:#6b6560;--warm-gray-light:#9a9590;--ease-smooth:cubic-bezier(0.4,0,0.2,1);--lp-orange:#e5733f;--lp-orange-dark:#c95d2f;--lp-charcoal:#2b2b2b;--lp-cream:#faf2e9}.landing-container{max-width:1100px;margin:0 auto;padding:0 2rem}main{background:var(--lp-cream)}.cross{position:relative;width:28px;height:28px;margin:0 auto 3rem}.cross:after,.cross:before{content:"";position:absolute;background:var(--lp-orange)}.cross:before{width:1px;height:100%;top:0}.cross:after,.cross:before{left:50%;transform:translateX(-50%)}.cross:after{width:60%;height:1px;top:30%}.landing-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;background:transparent;transition:background .4s var(--ease-smooth),box-shadow .4s var(--ease-smooth)}.landing-header.scrolled{background:hsla(32,63%,95%,.97);box-shadow:0 1px 0 rgba(43,43,43,.06)}.header-nav{display:flex;justify-content:space-between;align-items:center}.logo-container{display:inline-block;transition:opacity .3s var(--ease-smooth)}.logo-container:hover{opacity:.8}.logo-image{display:block}.logo-inverted{filter:brightness(0) invert(1)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--lp-charcoal);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--lp-orange)}.nav-cta{padding:.6rem 1.25rem;background:var(--lp-charcoal);color:#fff;text-decoration:none;border-radius:100px;font-size:.875rem;font-weight:600;transition:all .3s var(--ease-smooth)}.nav-cta:hover{background:var(--lp-orange)}.landing-hero{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 0 4rem}.hero-container,.hero-title{display:flex;flex-direction:column;align-items:center}.hero-title{margin-bottom:3.5rem}.hero-title-top{font-size:clamp(3.5rem,12vw,7rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--lp-charcoal)}.hero-title-rest,.hero-title-top{font-family:Lora,Georgia,serif;display:block}.hero-title-rest{font-style:italic;font-size:clamp(1.125rem,3vw,1.5rem);font-weight:400;color:var(--warm-gray);margin-top:1.25rem;letter-spacing:0}.hero-cta-group{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.btn-primary{padding:.9375rem 2.5rem;background:var(--lp-orange);color:#fff;text-decoration:none;border-radius:8px;font-size:.9375rem;font-weight:600;letter-spacing:.01em;transition:all .3s var(--ease-smooth);display:inline-block;text-align:center}.btn-primary:hover{background:var(--lp-orange-dark);transform:translateY(-2px)}.hero-login{font-size:.8125rem;color:var(--warm-gray-light);margin:0}.hero-login-link{color:var(--lp-charcoal);font-weight:500;text-decoration:none;transition:color .3s ease}.hero-login-link:hover{color:var(--lp-orange)}.ideas-section{padding:5rem 0 6rem}.ideas-list{display:flex;flex-direction:column;gap:6rem;max-width:600px;margin:0 auto}.idea-item{text-align:center}.idea-heading{font-family:Lora,Georgia,serif;font-size:clamp(2rem,5.5vw,3rem);font-weight:600;line-height:1.1;letter-spacing:-.025em;color:var(--lp-charcoal);margin-bottom:.75rem}.idea-body{font-size:.875rem;line-height:1.7;color:var(--warm-gray);max-width:320px;margin:0 auto}.cta-section{padding:2rem 0 7rem}.cta-container{display:flex;flex-direction:column;align-items:center;gap:2rem}.cta-line{font-family:Lora,Georgia,serif;font-style:italic;font-size:1.5rem;font-weight:400;color:var(--lp-charcoal);margin:0;letter-spacing:-.01em}.landing-footer{padding:3rem 0 1.5rem;background:var(--lp-charcoal);color:#fff}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.footer-tagline{margin-top:.75rem;font-size:.875rem;opacity:.6;max-width:250px;line-height:1.6}.footer-right{display:flex;align-items:center;gap:1.5rem;font-size:.875rem}.footer-link{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-link:hover{opacity:1}.footer-bottom{text-align:center;font-size:.75rem;opacity:.4}@media (max-width:768px){.landing-container{padding:0 1.5rem}.nav-links{gap:1rem}.nav-cta{padding:.5rem 1rem;font-size:.8125rem}.landing-hero{padding:5rem 0 3rem}.hero-title{margin-bottom:2.5rem}.hero-title-rest{margin-top:1rem}.btn-primary{width:100%;max-width:300px}.ideas-section{padding:3.5rem 0 4.5rem}.ideas-list{gap:4.5rem}.idea-heading{font-size:clamp(1.75rem,8vw,2.25rem)}.cta-section{padding:0 0 5rem}.footer-content{text-align:center}.footer-content,.footer-left{flex-direction:column;align-items:center}.footer-left{display:flex}.footer-tagline{text-align:center}.footer-right{margin-top:1rem}.logo-image{width:80px;height:auto}}@media (max-width:480px){.landing-container{padding:0 1.25rem}.logo-image{width:70px;height:auto}}@media (display-mode:standalone){.landing-header{padding-top:calc(var(--safe-area-inset-top, 0px) + .75rem)}.landing-hero{padding-top:calc(4rem + var(--safe-area-inset-top, 0px))}}