@charset "UTF-8";.page{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding-left:var(--space-2xl);padding-right:var(--space-2xl)}.container--narrow{max-width:65ch}.container--readable{max-width:75ch}.container--wide{max-width:1800px}.section{width:100%;padding-top:var(--space-2xl);padding-bottom:var(--space-xl)}.section--tight{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.section--loose{padding-top:calc(var(--space-3xl) * 1.5);padding-bottom:calc(var(--space-3xl) * 1.5)}.hero{position:relative;width:100%;overflow:hidden;color:var(--harvest-text);border-bottom:1px solid var(--harvest-border)}.hero__overlay{position:relative;width:100%;padding:var(--space-2xl) 0}.hero__cover{display:block;width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin-top:var(--space-2xl);border-radius:var(--radius-md)}.hero__art{position:absolute;right:0;top:var(--space-xl);width:clamp(260px,32vw,520px);pointer-events:none;z-index:0;opacity:.5;display:flex;align-items:flex-start}.hero__art svg{width:100%;height:auto;display:block;mix-blend-mode:multiply;transform:translateZ(0)}.sq1{fill:var(--harvest-orange)}.sq2{fill:var(--harvest-pink)}.sq3{fill:var(--harvest-blue)}.hero__art:after{content:"";position:absolute;inset:-1px;pointer-events:none}@media(max-width:900px){.hero__art{width:clamp(180px,45vw,320px);right:0;opacity:.2}}@media(prefers-reduced-motion:reduce){.hero__art svg{transition:none!important;animation:none!important}}.hero__title{font-size:clamp(2.5rem,6vw,4rem);line-height:1;margin:0}.hero__description{max-width:60ch;font-size:1.1rem;opacity:.85;margin:0}.breadcrumbs{display:flex;flex-wrap:wrap;gap:var(--space-xs);align-items:center;margin-bottom:var(--space-sm);font-size:.9rem}.breadcrumb{color:var(--harvest-text-muted);text-decoration:none}.breadcrumb:hover,.breadcrumb--current{color:var(--harvest-text)}.breadcrumb-sep{opacity:.5}.content{width:100%;flex:1}.stack{display:flex;flex-direction:column;gap:var(--space-md)}.stack--sm{gap:var(--space-sm)}.stack--lg{gap:var(--space-lg)}.grid{display:grid;gap:var(--space-lg)}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--sidebar{grid-template-columns:1fr 300px}.service-card{background:var(--harvest-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.service-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.service-card__image{width:100%;aspect-ratio:16/9;overflow:hidden}.service-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .35s ease}.service-card:hover .service-card__image img{transform:scale(1.04)}.service-card__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,color-mix(in srgb,var(--harvest-pink) 20%,var(--harvest-bg)),color-mix(in srgb,var(--harvest-blue) 20%,var(--harvest-bg)))}.service-card:nth-child(1) .service-card__image-placeholder{background:linear-gradient(135deg,color-mix(in srgb,var(--harvest-blue) 25%,var(--harvest-bg)),color-mix(in srgb,var(--harvest-blue) 10%,var(--harvest-bg)))}.service-card:nth-child(2) .service-card__image-placeholder{background:linear-gradient(135deg,color-mix(in srgb,var(--harvest-pink) 25%,var(--harvest-bg)),color-mix(in srgb,var(--harvest-pink) 10%,var(--harvest-bg)))}.service-card:nth-child(3) .service-card__image-placeholder{background:linear-gradient(135deg,color-mix(in srgb,var(--harvest-orange) 25%,var(--harvest-bg)),color-mix(in srgb,var(--harvest-orange) 10%,var(--harvest-bg)))}.service-card__body{padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm);flex:1}.service-card__title{margin:0;font-size:1.15rem}.service-card__description{margin:0;font-size:.95rem;line-height:1.6;color:var(--harvest-text-muted);flex:1}.service-card__cta{font-size:.9rem;font-weight:600;color:var(--harvest-accent)}.align-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.align-left{display:flex;justify-content:flex-start}.align-right{display:flex;justify-content:flex-end}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}@media(max-width:768px){.grid--2,.grid--3,.grid--sidebar{grid-template-columns:1fr}.container{padding-left:var(--space-sm);padding-right:var(--space-sm)}}
