.hero{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}@media(min-width:768px){.hero{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}}.hero{background:linear-gradient(180deg,var(--color-bg) 0,var(--color-bg-elevated) 100%)}.hero__container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--space-md);padding-right:var(--space-md)}@media(min-width:768px){.hero__container{padding-left:var(--space-xl);padding-right:var(--space-xl)}}.hero__container{max-width:1200px}.hero__content{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);align-items:center}@media(min-width:968px){.hero__content{grid-template-columns:1fr 1fr;gap:var(--space-3xl)}}.hero__text{text-align:center}@media(min-width:968px){.hero__text{text-align:left}}.hero__title{font-size:var(--font-size-5xl);font-weight:700;letter-spacing:-.025em;margin-bottom:var(--space-md);background:linear-gradient(135deg,var(--color-text) 0,var(--color-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero__subtitle,.hero__title{font-family:var(--font-family-heading);line-height:var(--line-height-tight)}.hero__subtitle{font-size:var(--font-size-3xl);font-weight:600;color:var(--color-accent);margin-bottom:var(--space-lg)}.hero__description{font-size:var(--font-size-lg);font-weight:400;line-height:var(--line-height-relaxed);color:var(--color-text-muted);margin-bottom:var(--space-md);line-height:1.7;max-width:60ch}@media(min-width:968px){.hero__description{max-width:65ch}}.hero__location{font-size:var(--font-size-base);font-weight:400;line-height:var(--line-height-base);color:var(--color-text-light);margin-bottom:var(--space-xl)}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}@media(min-width:968px){.hero__actions{justify-content:flex-start}}.hero__image-wrapper{display:flex;justify-content:center;align-items:center}.hero__image-container{position:relative;width:100%;max-width:500px;aspect-ratio:5/6;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl),0 0 0 1px var(--color-border);background:var(--color-bg-elevated);transition:transform var(--transition-base),box-shadow var(--transition-base)}.hero__image-container:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl),0 8px 32px rgba(59,130,246,.2),0 0 0 1px var(--color-border)}.hero__image-container:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,var(--color-accent),#8b5cf6);border-radius:var(--radius-xl);opacity:0;transition:opacity var(--transition-base);z-index:-1}.hero__image-container:hover:before{opacity:.1}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center}