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