:root{--ivory: #F5F3EE;--bone: #EBE8E1;--warm-white: #FAFAF8;--parchment: #F0EDE5;--obsidian: #0A0A0A;--graphite: #1A1A1A;--slate: #2D2D2D;--stone: #8B8680;--gold-muted: #9C8B6E;--marble-vein: rgba(139, 134, 128, .15)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background:var(--ivory);color:var(--obsidian);overflow-x:hidden}.texture-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}nav{position:fixed;top:0;left:0;width:100%;padding:1.5rem 4rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;background:linear-gradient(to bottom,var(--ivory) 0%,transparent 100%)}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:32px;height:32px}.logo-text{font-family:Cormorant,serif;font-size:1.4rem;font-weight:500;letter-spacing:.1em;color:var(--obsidian)}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links a{font-size:.75rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--slate);text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:var(--obsidian)}.nav-cta{padding:.7rem 1.5rem;background:var(--obsidian);color:var(--ivory)!important;border-radius:2px;transition:background .3s ease!important}.nav-cta:hover{background:var(--graphite)}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;position:relative}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:8rem 6rem;position:relative;background:var(--ivory)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-muted);margin-bottom:2rem;animation:fadeUp 1s ease forwards;opacity:0}.hero-badge:before{content:"";width:8px;height:8px;background:var(--gold-muted);border-radius:50%}.hero-title{font-family:Cormorant,serif;font-size:clamp(3rem,6vw,5rem);font-weight:400;color:var(--obsidian);line-height:1.1;letter-spacing:-.02em;margin-bottom:2rem;animation:fadeUp 1s ease .1s forwards;opacity:0}.hero-title em{font-style:italic;color:var(--stone)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-description{font-size:1.05rem;font-weight:300;line-height:1.9;color:var(--slate);max-width:440px;margin-bottom:3rem;animation:fadeUp 1s ease .2s forwards;opacity:0}.hero-actions{display:flex;gap:1rem;align-items:center;animation:fadeUp 1s ease .3s forwards;opacity:0}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--obsidian);color:var(--ivory);font-size:.8rem;font-weight:400;letter-spacing:.1em;text-decoration:none;border:1px solid var(--obsidian);transition:all .4s ease}.btn-primary:hover{background:transparent;color:var(--obsidian)}.btn-primary svg{width:18px;height:18px}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;color:var(--slate);font-size:.8rem;font-weight:400;letter-spacing:.1em;text-decoration:none;transition:color .3s ease}.btn-secondary:hover{color:var(--obsidian)}.hero-visual{background:var(--obsidian);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.4;animation:fadeUp 1.2s ease .4s forwards;mask-image:linear-gradient(to left,#000,#000c,#0000);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,1) 0%,rgba(0,0,0,.8) 50%,rgba(0,0,0,0) 100%)}.scripture-section{background:var(--bone);padding:8rem 6rem;display:flex;justify-content:center;position:relative;overflow:hidden}.scripture-content{max-width:800px;text-align:center}.scripture-quote{font-family:Cormorant,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;font-style:italic;line-height:1.5;color:var(--graphite);margin-bottom:2rem}.scripture-ref{font-size:.8rem;letter-spacing:.2em;color:var(--stone);text-transform:uppercase}.pillar{position:absolute;bottom:0;width:60px;height:100%;display:flex;flex-direction:column}.pillar-left{left:4rem}.pillar-right{right:4rem}.pillar-line{width:1px;height:100%;background:linear-gradient(to top,var(--obsidian),transparent);opacity:.08;margin:0 auto}.features{padding:8rem 6rem;background:var(--ivory)}.features-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:6rem;align-items:end}.section-label{font-size:.7rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--stone);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.section-label:before{content:"";width:30px;height:1px;background:var(--stone)}.features-title{font-family:Cormorant,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;line-height:1.2;color:var(--obsidian)}.features-intro{font-size:1rem;font-weight:300;line-height:1.9;color:var(--slate);max-width:500px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.feature-card{padding:2.5rem;background:var(--warm-white);border:1px solid var(--marble-vein);transition:all .4s ease}.feature-card:hover{background:var(--bone);transform:translateY(-5px)}.feature-icon{width:48px;height:48px;margin-bottom:1.5rem;color:var(--obsidian);opacity:.7;stroke-width:1.5}.feature-title{font-family:Cormorant,serif;font-size:1.4rem;font-weight:500;color:var(--obsidian);margin-bottom:1rem}.feature-description{font-size:.9rem;font-weight:300;line-height:1.8;color:var(--slate)}.app-preview{padding:8rem 6rem;background:var(--bone);overflow:hidden}.preview-header{text-align:center;margin-bottom:4rem}.preview-title{font-family:Cormorant,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;color:var(--obsidian);margin-bottom:1rem}.preview-subtitle{font-size:1rem;font-weight:300;color:var(--slate);max-width:500px;margin:0 auto;line-height:1.8}.preview-gallery{display:flex;justify-content:center;align-items:center;gap:2rem;padding:2rem 0}.preview-item{flex-shrink:0;width:220px;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000026;transition:transform .4s ease,box-shadow .4s ease}.preview-item:hover{transform:translateY(-10px);box-shadow:0 35px 60px -15px #0003}.preview-item img{width:100%;height:auto;display:block}.fathers{background:var(--obsidian);padding:8rem 6rem;position:relative;overflow:hidden}.fathers-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.fathers-text .section-label{color:var(--stone)}.fathers-text .section-label:before{background:var(--stone)}.fathers-title{font-family:Cormorant,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;line-height:1.2;color:var(--ivory);margin-bottom:2rem}.fathers-description{font-size:1rem;font-weight:300;line-height:1.9;color:var(--stone);margin-bottom:2rem}.fathers-list{display:flex;flex-wrap:wrap;gap:1rem}.father-tag{padding:.5rem 1rem;border:1px solid var(--slate);font-size:.75rem;letter-spacing:.1em;color:var(--stone);transition:all .3s ease}.father-tag:hover{border-color:var(--ivory);color:var(--ivory)}.fathers-quote-display{position:relative}.quote-card{background:var(--graphite);padding:3rem;border-left:2px solid var(--gold-muted)}.quote-text{font-family:Cormorant,serif;font-size:1.4rem;font-style:italic;line-height:1.6;color:var(--ivory);margin-bottom:1.5rem}.quote-author{font-size:.8rem;letter-spacing:.15em;color:var(--gold-muted)}.quote-source{font-size:.7rem;color:var(--stone);margin-top:.25rem}.how-it-works{padding:8rem 6rem;background:var(--warm-white)}.how-header{text-align:center;margin-bottom:5rem}.how-title{font-family:Cormorant,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;color:var(--obsidian);margin-bottom:1.5rem}.how-subtitle{font-size:1rem;font-weight:300;color:var(--slate);max-width:500px;margin:0 auto;line-height:1.8}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.steps:before{content:"";position:absolute;top:40px;left:12.5%;right:12.5%;height:1px;background:var(--marble-vein)}.step{text-align:center;position:relative}.step-number{width:80px;height:80px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;background:var(--ivory);border:1px solid var(--marble-vein);font-family:Cormorant,serif;font-size:1.8rem;color:var(--obsidian);position:relative;z-index:1}.step-title{font-family:Cormorant,serif;font-size:1.3rem;font-weight:500;color:var(--obsidian);margin-bottom:.75rem}.step-description{font-size:.85rem;font-weight:300;line-height:1.7;color:var(--slate);padding:0 1rem}.testimonial{background:var(--bone);padding:8rem 6rem;text-align:center}.testimonial-quote{font-family:Cormorant,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;font-style:italic;line-height:1.6;color:var(--graphite);max-width:800px;margin:0 auto 2rem}.testimonial-author{font-size:.85rem;font-weight:400;color:var(--obsidian);margin-bottom:.25rem}.testimonial-role{font-size:.75rem;letter-spacing:.15em;color:var(--stone)}.cta{min-height:70vh;background:var(--ivory);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cta-bg-element{position:absolute;width:500px;height:500px;border:1px solid var(--marble-vein);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5}.cta-bg-element:nth-child(2){width:400px;height:400px}.cta-bg-element:nth-child(3){width:300px;height:300px}.cta-content{text-align:center;position:relative;z-index:2}.cta-title{font-family:Cormorant,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;color:var(--obsidian);line-height:1.1;margin-bottom:1.5rem}.cta-title em{font-style:italic;color:var(--stone)}.cta-subtitle{font-size:1rem;font-weight:300;color:var(--slate);margin-bottom:3rem;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.8}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.store-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--obsidian);color:var(--ivory);text-decoration:none;transition:all .4s ease;border:1px solid var(--obsidian)}.store-button:hover{background:transparent;color:var(--obsidian)}.store-button svg{width:24px;height:24px}.store-button-text{text-align:left}.store-button-small{font-size:.6rem;letter-spacing:.1em;opacity:.8;display:block}.store-button-large{font-size:.9rem;font-weight:400;letter-spacing:.05em}footer{background:var(--obsidian);padding:4rem 6rem}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:3rem;border-bottom:1px solid var(--slate);margin-bottom:3rem}.footer-brand .logo-text{color:var(--ivory);margin-bottom:1rem}.footer-tagline{font-size:.85rem;color:var(--stone);max-width:280px;line-height:1.7}.footer-links-grid{display:flex;gap:5rem}.footer-column h4{font-size:.7rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--ivory);margin-bottom:1.5rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{font-size:.85rem;color:var(--stone);text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:var(--ivory)}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.75rem;color:var(--stone);letter-spacing:.1em}.footer-legal{display:flex;gap:2rem}.footer-legal a{font-size:.75rem;color:var(--stone);text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:var(--ivory)}.legal-page{padding:10rem 6rem 6rem;background:var(--ivory);min-height:100vh}.legal-content{max-width:800px;margin:0 auto}.legal-header{margin-bottom:4rem}.legal-title{font-family:Cormorant,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:var(--obsidian);margin-bottom:1rem}.legal-updated{font-size:.85rem;color:var(--stone);letter-spacing:.05em}.legal-section{margin-bottom:3rem}.legal-section h2{font-family:Cormorant,serif;font-size:1.8rem;font-weight:500;color:var(--obsidian);margin-bottom:1.25rem}.legal-section h3{font-family:Cormorant,serif;font-size:1.3rem;font-weight:500;color:var(--graphite);margin-top:2rem;margin-bottom:1rem}.legal-section p{font-size:1rem;font-weight:300;line-height:1.9;color:var(--slate);margin-bottom:1rem}.legal-section ul{margin:1rem 0 1.5rem 1.5rem}.legal-section li{font-size:1rem;font-weight:300;line-height:1.8;color:var(--slate);margin-bottom:.5rem}.legal-section a{color:var(--obsidian);text-decoration:underline;text-underline-offset:2px;transition:color .3s ease}.legal-section a:hover{color:var(--gold-muted)}.legal-highlight{background:var(--bone);padding:1.5rem 2rem;border-left:3px solid var(--gold-muted);margin:1.5rem 0}.legal-highlight strong{color:var(--obsidian)}@media (max-width: 1024px){nav{padding:1.5rem 2rem}.nav-links{display:none}.hero{grid-template-columns:1fr}.hero-content{padding:10rem 3rem 4rem}.hero-visual{min-height:50vh}.window-frame{width:200px;height:300px}.features-header{grid-template-columns:1fr;gap:2rem}.features-grid{grid-template-columns:1fr}.fathers-content{grid-template-columns:1fr;gap:4rem}.app-preview{padding:5rem 2rem}.preview-gallery{overflow-x:auto;justify-content:flex-start;padding:2rem;margin:0 -2rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.preview-item{scroll-snap-align:center;width:180px}.steps{grid-template-columns:repeat(2,1fr);gap:3rem}.steps:before{display:none}.pillar{display:none}.footer-top{flex-direction:column;gap:3rem}.footer-links-grid{gap:3rem}}@media (max-width: 640px){.hero-content{padding:8rem 2rem 3rem}.legal-page{padding:8rem 2rem 4rem}.scripture-section,.features,.fathers,.how-it-works{padding:5rem 2rem}.steps{grid-template-columns:1fr}.testimonial{padding:5rem 2rem}.cta{min-height:60vh}footer{padding:3rem 2rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.cta-buttons{flex-direction:column;align-items:center}}
