@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Outfit:wght@300;400;500&display=swap";:root{--bg: #0a0a0a;--bg-2: #111111;--surface: #181818;--border: rgba(255,255,255,.07);--border-h: rgba(255,255,255,.14);--text: #f0ebe0;--muted: rgba(240,235,224,.45);--gold: #c8922a;--gold-l: #e5b04e;--serif: "Cormorant Garamond", Georgia, serif;--sans: "Outfit", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--text);min-width:320px;-webkit-font-smoothing:antialiased}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;background:linear-gradient(160deg,#0a0a0a,#111008 60%,#0a0a0a);overflow:hidden;padding:0 2.5rem}.grain{pointer-events:none;position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;width:200%;height:200%;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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");background-repeat:repeat;background-size:128px 128px}.hero:before{content:"";position:absolute;top:-10%;left:50%;transform:translate(-50%);width:700px;height:500px;background:radial-gradient(ellipse,rgba(200,146,42,.08) 0%,transparent 70%);pointer-events:none}.nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:2rem 0;animation:fadeIn .8s ease both}.nav-logo{font-family:var(--serif);font-size:1.35rem;font-weight:600;letter-spacing:.01em;color:var(--text)}.nav-tag{font-size:.78rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.hero-body{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem 0 4rem}.hero-eyebrow{font-size:.75rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.75rem;animation:fadeUp .7s ease .1s both}.hero-title{font-family:var(--serif);font-weight:600;line-height:.92;margin-bottom:1.75rem;animation:fadeUp .7s ease .25s both}.hero-title em{display:block;font-style:italic;font-size:clamp(5rem,14vw,11rem);color:var(--gold-l)}.hero-title span{display:block;font-style:normal;font-size:clamp(4.5rem,12vw,9.5rem);color:var(--text)}.hero-sub{font-size:clamp(1rem,2vw,1.2rem);font-weight:300;color:#f0ebe0a6;max-width:480px;line-height:1.6;margin-bottom:2.5rem;animation:fadeUp .7s ease .4s both}.hero-cta{display:inline-block;font-size:.9rem;font-weight:500;letter-spacing:.05em;color:var(--bg);background:var(--gold-l);padding:.85rem 2rem;border-radius:2px;text-decoration:none;transition:background .2s,transform .2s;align-self:flex-start;animation:fadeUp .7s ease .55s both}.hero-cta:hover{background:#f0c060;transform:translateY(-2px)}.hero-scroll{position:absolute;bottom:2.5rem;right:0;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.6rem;animation:fadeIn 1s ease 1s both}.hero-scroll span{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);writing-mode:vertical-rl}.scroll-line{width:1px;height:60px;background:var(--gold);animation:scrollLine 2s ease-in-out 1.5s infinite}.stats-band{display:flex;align-items:center;justify-content:center;gap:0;background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.25rem 2rem}.stat-item{flex:1;max-width:220px;text-align:center}.stat-item strong{display:block;font-family:var(--serif);font-size:2.4rem;font-weight:600;color:var(--gold-l);line-height:1;margin-bottom:.35rem}.stat-item span{font-size:.78rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.stat-divider{width:1px;height:48px;background:var(--border-h);flex-shrink:0;margin:0 2.5rem}.content{display:flex;flex-wrap:wrap;gap:4rem;max-width:1200px;margin:0 auto;padding:6rem 2.5rem}.content-left{flex:1 1 360px;display:flex;flex-direction:column;gap:2rem}.content-right{flex:1 1 420px}.section-title{font-family:var(--serif);font-size:clamp(2.4rem,5vw,3.5rem);font-weight:600;line-height:1.1;color:var(--text)}.section-title em{font-style:italic;color:var(--gold-l)}.section-body{font-size:1rem;font-weight:300;line-height:1.75;color:#f0ebe0a6;max-width:400px}.service-tags{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.service-tags li{font-size:.78rem;font-weight:400;letter-spacing:.04em;color:#f0ebe0b3;border:1px solid var(--border-h);padding:.4rem .85rem;border-radius:2px;transition:border-color .2s,color .2s}.service-tags li:hover{border-color:var(--gold);color:var(--gold-l)}.testimonial{border-left:2px solid var(--gold);padding-left:1.25rem;margin-top:.5rem}.testimonial p{font-family:var(--serif);font-size:1.05rem;font-style:italic;line-height:1.7;color:#f0ebe0cc;margin-bottom:.6rem}.testimonial cite{font-size:.8rem;font-style:normal;letter-spacing:.06em;color:var(--muted)}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:2.5rem;position:sticky;top:2rem}.form-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.form-header h3{font-family:var(--serif);font-size:1.75rem;font-weight:600;color:var(--text);margin-bottom:.3rem}.form-header p{font-size:.85rem;color:var(--muted);letter-spacing:.04em}.field{position:relative;margin-bottom:1.25rem}.field input,.field select{width:100%;background:transparent;border:none;border-bottom:1px solid var(--border-h);color:var(--text);font-family:var(--sans);font-size:.95rem;font-weight:300;padding:1.4rem 0 .5rem;outline:none;transition:border-color .2s;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:0}.field select{cursor:pointer}.field input:focus,.field select:focus{border-color:var(--gold)}.field label{position:absolute;top:1rem;left:0;font-size:.9rem;font-weight:300;color:var(--muted);pointer-events:none;transition:top .18s ease,font-size .18s ease,color .18s ease}.field input:focus~label,.field input:not(:placeholder-shown)~label{top:.1rem;font-size:.7rem;letter-spacing:.08em;color:var(--gold)}.field-select label.active,.field select:focus~label{top:.1rem;font-size:.7rem;letter-spacing:.08em;color:var(--gold)}.select-arrow{position:absolute;right:0;top:1.1rem;font-size:.75rem;color:var(--muted);pointer-events:none}.field select option{background:var(--surface);color:var(--text)}.form-error{font-size:.82rem;color:#e05c5c;margin-bottom:1rem}.submit-btn{width:100%;margin-top:.75rem;padding:1rem;background:var(--gold-l);color:#0a0a0a;font-family:var(--sans);font-size:.9rem;font-weight:500;letter-spacing:.04em;border:none;border-radius:2px;cursor:pointer;transition:background .2s,transform .15s}.submit-btn:hover:not(:disabled){background:#f0c060;transform:translateY(-1px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.privacy-note{margin-top:1.25rem;font-size:.72rem;color:var(--muted);line-height:1.55;text-align:center}.form-success{text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.success-icon{width:56px;height:56px;border-radius:50%;background:#c8922a1f;border:1px solid var(--gold);color:var(--gold-l);font-size:1.5rem;display:flex;align-items:center;justify-content:center}.form-success h3{font-family:var(--serif);font-size:2rem;font-weight:600;color:var(--text)}.form-success p{font-size:.9rem;color:var(--muted);line-height:1.65;max-width:280px}.how{background:var(--bg-2);border-top:1px solid var(--border);padding:6rem 2.5rem;text-align:center}.how-eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.how-title{font-family:var(--serif);font-size:clamp(2rem,5vw,3rem);font-weight:600;color:var(--text);margin-bottom:4rem}.steps{display:flex;align-items:flex-start;justify-content:center;max-width:860px;margin:0 auto;gap:0;flex-wrap:wrap}.step{flex:1 1 200px;padding:0 1.5rem;text-align:left}.step-num{display:block;font-family:var(--serif);font-size:3.5rem;font-weight:600;color:#c8922a33;line-height:1;margin-bottom:1rem}.step h3{font-size:1rem;font-weight:500;color:var(--text);margin-bottom:.6rem}.step p{font-size:.875rem;font-weight:300;color:var(--muted);line-height:1.65}.step-connector{width:1px;height:60px;background:linear-gradient(to bottom,transparent,var(--border-h),transparent);flex-shrink:0;align-self:center;margin:0 .5rem}.footer{background:var(--bg);border-top:1px solid var(--border);padding:3rem 2.5rem 2rem}.footer-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-bottom:2rem;border-bottom:1px solid var(--border);margin-bottom:1.75rem}.footer-logo{font-family:var(--serif);font-size:1.2rem;font-weight:600;color:var(--text)}.footer-links{display:flex;gap:2rem}.footer-links a{font-size:.8rem;letter-spacing:.06em;color:var(--muted);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-bottom{text-align:center}.footer-bottom p{font-size:.75rem;color:#f0ebe04d;line-height:1.8}@media (max-width: 768px){.hero{padding:0 1.5rem}.nav-tag,.hero-scroll{display:none}.stats-band{gap:1.5rem;flex-wrap:wrap;padding:2rem 1.5rem}.stat-divider{display:none}.content{padding:4rem 1.5rem;gap:3rem}.how{padding:4rem 1.5rem}.steps{flex-direction:column;gap:2.5rem;align-items:flex-start;text-align:left}.step-connector{display:none}.step{padding:0}.form-card{padding:1.75rem 1.5rem;position:static}.footer{padding:2.5rem 1.5rem 1.5rem}.footer-top{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap;gap:1rem}}
