*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--orange: #e8722a;--orange-light: #f4956a;--orange-faint: #fdf0e8;--ink: #1c1410;--muted: #7a6a5e;--line: rgba(232, 114, 42, .15);--bg: #fdfaf7}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--ink);font-weight:300;-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 4rem;background:#fdfaf7f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:.7rem}.logo img{width:32px;height:32px;object-fit:contain}.logo-text{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--ink);letter-spacing:-.02em}.logo-text span{color:var(--orange)}.nav-right{display:flex;align-items:center;gap:2.5rem}.nav-links{display:flex;gap:2.5rem;list-style:none;font-size:.82rem;color:var(--muted);font-weight:400}.nav-links a{text-decoration:none;color:inherit;transition:color .2s}.nav-links a:hover{color:var(--orange)}.nav-cta{background:var(--orange);color:#fff;border:none;border-radius:5px;padding:.55rem 1.3rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;cursor:pointer;letter-spacing:.01em;transition:opacity .2s}.nav-cta:hover{opacity:.85}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10rem 4rem 6rem;position:relative;overflow:hidden}.hero-glow{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:700px;height:350px;background:radial-gradient(ellipse,rgba(232,114,42,.08) 0%,transparent 70%);pointer-events:none}.hero-location{display:inline-flex;align-items:center;gap:.6rem;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:2.5rem}.hero-location:before,.hero-location:after{content:"";display:block;width:28px;height:1px;background:var(--orange-light);opacity:.6}.hero-title{font-family:Playfair Display,serif;font-size:clamp(3.2rem,6vw,5.5rem);font-weight:700;line-height:1.08;color:var(--ink);letter-spacing:-.03em;margin-bottom:1rem;max-width:720px}.hero-title em{font-style:italic;color:var(--orange)}.hero-tagline{font-family:Playfair Display,serif;font-size:1rem;font-style:italic;color:var(--muted);margin-bottom:3rem;letter-spacing:.01em}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--orange);color:#fff;border:none;border-radius:5px;padding:.8rem 2rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:opacity .2s;text-decoration:none;display:inline-block}.btn-primary:hover{opacity:.85}.btn-ghost{background:transparent;color:var(--ink);border:1px solid rgba(28,20,16,.2);border-radius:5px;padding:.8rem 2rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;cursor:pointer;transition:border-color .2s,color .2s;text-decoration:none;display:inline-block}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}.rule{border:none;height:1px;background:var(--line);margin:0 4rem}.what-section{padding:5rem 4rem;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-bottom:1px solid var(--line)}.what-col{padding:0 3rem;border-right:1px solid var(--line)}.what-col:first-child{padding-left:0}.what-col:last-child{border-right:none;padding-right:0}.what-num{font-size:.65rem;font-weight:500;letter-spacing:.14em;color:var(--orange);text-transform:uppercase;margin-bottom:1.2rem}.what-title{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--ink);line-height:1.25;margin-bottom:.75rem}.what-body{font-size:.875rem;color:var(--muted);line-height:1.75;font-weight:300}.journey-section{padding:6rem 4rem}.section-header{margin-bottom:4rem}.section-eyebrow{font-size:.65rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:.8rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--ink);line-height:1.15;letter-spacing:-.02em}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.step{padding:2rem 2.5rem 2rem 0;border-top:2px solid transparent;transition:border-color .2s}.step:hover{border-top-color:var(--orange)}.step-n{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#e8722a26;line-height:1;margin-bottom:1rem}.step-name{font-size:.875rem;font-weight:500;color:var(--ink);margin-bottom:.4rem}.step-info{font-size:.8rem;color:var(--muted);line-height:1.65;font-weight:300}.earn-section{padding:6rem 4rem;background:var(--orange-faint);display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.earn-body{font-size:.9rem;color:var(--muted);line-height:1.8;font-weight:300;margin-bottom:2rem;max-width:420px}.earn-stats{display:flex;flex-direction:column;gap:0}.earn-stat-row{padding:1.75rem 0;border-bottom:1px solid var(--line);display:flex;align-items:baseline;gap:1rem}.earn-stat-row:first-child{border-top:1px solid var(--line)}.stat-val{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:var(--orange);white-space:nowrap}.stat-lbl{font-size:.82rem;color:var(--muted);font-weight:300;line-height:1.5}.proto-section{padding:7rem 4rem;text-align:center;display:flex;flex-direction:column;align-items:center}.proto-tag{display:inline-block;font-size:.65rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);border:1px solid rgba(232,114,42,.3);padding:.3rem .8rem;border-radius:3px;margin-bottom:2rem}.proto-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--ink);line-height:1.2;letter-spacing:-.02em;max-width:520px;margin-bottom:1.2rem}.proto-body{font-size:.9rem;color:var(--muted);line-height:1.8;font-weight:300;max-width:460px;margin-bottom:2.5rem}footer{border-top:1px solid var(--line);padding:2.5rem 4rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.6rem}.footer-logo img{width:24px;height:24px;object-fit:contain}.footer-name{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--ink)}.footer-name span{color:var(--orange)}.footer-tagline{font-size:.75rem;font-style:italic;color:var(--muted);font-family:Playfair Display,serif;margin-top:.25rem;margin-left:2.4rem}.footer-right{font-size:.75rem;color:var(--muted);font-weight:300}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-location{animation:rise .6s ease both}.hero-title{animation:rise .6s .1s ease both}.hero-tagline{animation:rise .6s .2s ease both}.hero-actions{animation:rise .6s .3s ease both}@media(max-width:900px){nav{padding:1rem 2rem}.nav-links{display:none}.hero{padding:8rem 2rem 4rem}.rule{margin:0 2rem}.what-section{grid-template-columns:1fr;padding:3rem 2rem;gap:2.5rem;border-bottom:none}.what-col{padding:0 0 2.5rem;border-right:none;border-bottom:1px solid var(--line)}.what-col:last-child{border-bottom:none;padding-bottom:0}.journey-section{padding:4rem 2rem}.steps{grid-template-columns:1fr 1fr;gap:2rem}.earn-section{grid-template-columns:1fr;gap:3rem;padding:4rem 2rem}.proto-section{padding:5rem 2rem}footer{padding:2rem;flex-direction:column;align-items:flex-start}}@media(max-width:480px){.steps{grid-template-columns:1fr}.hero-title{font-size:2.8rem}}
