.home-container{position:relative;overflow:hidden;display:flex;flex-direction:column}.video-bg{position:absolute;top:120px;right:0;bottom:0;left:0;width:100%;-o-object-fit:cover;object-fit:cover;z-index:0;opacity:0;pointer-events:none;animation:video-in 1.2s ease-out .2s forwards}@keyframes video-in{to{opacity:1}}.gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--background) / 0) 38%,hsl(var(--background) / 0) 62%,hsl(var(--background)))}.hero{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:calc(8rem - 75px) 1.5rem 10rem;gap:0}.headline{font-family:"Instrument Serif",Amiri,Alexandria,serif;font-weight:400;font-size:3rem;line-height:.95;letter-spacing:-2.46px;color:hsl(var(--foreground));max-width:72rem}.headline em{font-style:italic;color:var(--muted-foreground)}.desc{font-size:1rem;line-height:1.7;color:var(--muted-foreground);max-width:42rem;margin-top:2rem}.hero-cta{margin-top:3rem;padding:1.25rem 3.5rem;font-size:1rem}@media (min-width: 640px){.headline{font-size:4.5rem}.desc{font-size:1.125rem}}@media (min-width: 768px){.headline{font-size:6rem}}@media (prefers-reduced-motion: reduce){.video-bg{animation:none;opacity:1}}.home-fields{background:hsl(var(--background));color:hsl(var(--foreground));padding:7rem 1.5rem 8rem}.home-fields-inner{max-width:80rem;margin-inline:auto}.home-fields-head{max-width:50rem;margin-bottom:3rem}.home-fields-eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground);font-weight:600;margin-bottom:1rem}.home-fields-title{font-family:"Instrument Serif",Amiri,Alexandria,serif;font-weight:400;line-height:1;letter-spacing:-1.5px;font-size:2.75rem;color:hsl(var(--foreground))}.home-fields-title em{font-style:italic;color:var(--muted-foreground)}.home-fields-sub{margin-top:1.25rem;color:var(--muted-foreground);font-size:1.0625rem;line-height:1.7;max-width:40rem}.field-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.field-card{display:flex;flex-direction:column;gap:.6rem;border:1px solid hsl(var(--border));border-radius:18px;padding:2rem;background:hsl(var(--card));color:inherit;text-decoration:none;transition:border-color .25s var(--ease),transform .25s var(--ease)}.field-card:hover{border-color:hsl(var(--foreground));transform:translateY(-3px)}.field-card-title{font-family:"Instrument Serif",Amiri,Alexandria,serif;font-weight:400;font-size:1.9rem;line-height:1}.field-card-desc{color:var(--muted-foreground);font-size:.95rem;line-height:1.6;max-width:28rem}.field-card-arrow{margin-top:.4rem;font-size:.85rem;font-weight:600;color:hsl(var(--foreground))}@media (max-width: 720px){.field-cards{grid-template-columns:1fr}.home-fields{padding:4.5rem 1.25rem 5.5rem}.home-fields-title{font-size:2.1rem}.video-bg{top:90px}}
