.hero{min-height:100vh;padding-top:8rem;padding-bottom:var(--s16);background-color:var(--bg);align-items:flex-end;display:flex}.hero-container{gap:var(--s12);grid-template-columns:1fr;width:100%;display:grid}@media (min-width:900px){.hero-container{grid-template-columns:1fr auto;align-items:flex-end}}.hero-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:var(--s8);font-size:.75rem;font-weight:400}.hero-title{letter-spacing:-.04em;color:var(--fg);max-width:18ch;font-size:clamp(2.5rem,6.5vw,5.5rem);font-weight:300;line-height:1.02}.hero-title em{font-style:italic;font-weight:300}.hero-meta{gap:var(--s6);flex-direction:column;padding-bottom:.25rem;display:flex}@media (min-width:900px){.hero-meta{text-align:right;align-items:flex-end}}.hero-subtitle{color:var(--muted);max-width:30ch;font-size:.875rem;font-weight:400;line-height:1.65}.hero-cta{gap:var(--s3);flex-wrap:wrap;align-items:center;display:flex}@media (min-width:900px){.hero-cta{justify-content:flex-end}}
.services{padding:var(--s24)0 var(--s20);background-color:var(--bg)}.services-intro{gap:var(--s8);margin-bottom:var(--s20);grid-template-columns:1fr;display:grid}@media (min-width:768px){.services-intro{grid-template-columns:1fr 1fr;align-items:end}}.section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:var(--s4);font-size:.7rem;font-weight:400}.section-title{letter-spacing:-.04em;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:300;line-height:1.08}.section-subtitle{color:var(--muted);align-self:end;max-width:34ch;font-size:.875rem;line-height:1.65}.services-list{gap:var(--s12);grid-template-columns:1fr;display:grid}@media (min-width:640px){.services-list{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.services-list{gap:var(--s8);grid-template-columns:repeat(4,1fr)}}.service-block{gap:var(--s4);flex-direction:column;display:flex}.service-block-title{letter-spacing:-.01em;color:var(--fg);font-size:.8125rem;font-weight:500}.service-block-items{flex-direction:column;gap:.3rem;display:flex}.service-block-item{color:var(--muted);cursor:default;font-size:.8125rem;font-weight:400;line-height:1.5;transition:color .2s}.service-block-item:hover{color:var(--fg)}
