.reach-hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0}.reach-hero--full{min-height:100vh}.reach-hero--large{min-height:75vh}.reach-hero--medium{min-height:50vh}.reach-hero__bg{position:absolute;inset:0;z-index:0}.reach-hero__bg img{width:100%;height:100%;object-fit:cover}.reach-hero__overlay{position:absolute;inset:0}.reach-hero__content{position:relative;z-index:1;padding:2rem;max-width:var(--reach-max-width)}.reach-hero__title{font-size:clamp(2.5rem, 6vw, 4.5rem);font-weight:700;color:inherit;margin-bottom:1rem;letter-spacing:-.02em}.reach-hero__subtitle{font-size:clamp(1rem, 2vw, 1.25rem);opacity:.9;margin-bottom:2rem;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto}.reach-richtext{padding-left:1.5rem;padding-right:1.5rem}.reach-richtext__inner{margin:0 auto}.reach-richtext--narrow .reach-richtext__inner{max-width:680px}.reach-richtext--medium .reach-richtext__inner{max-width:900px}.reach-richtext--full .reach-richtext__inner{max-width:var(--reach-max-width)}.reach-richtext__body{font-size:1.0625rem;line-height:1.75;color:var(--reach-secondary)}.reach-richtext__body p{margin-bottom:1.25rem}.reach-richtext__body p:last-child{margin-bottom:0}.reach-richtext__body a{color:var(--reach-accent);text-decoration:underline;text-decoration-color:rgb(0 0 0 / .15);text-underline-offset:2px}.reach-richtext__body a:hover{text-decoration-color:var(--reach-accent)}.reach-gallery{padding-left:1.5rem;padding-right:1.5rem}.reach-gallery__grid{display:grid;grid-template-columns:repeat(var(--gallery-columns,3),1fr);max-width:var(--reach-max-width);margin:0 auto}.reach-gallery--gap-small .reach-gallery__grid{gap:.5rem}.reach-gallery--gap-medium .reach-gallery__grid{gap:1rem}.reach-gallery--gap-large .reach-gallery__grid{gap:1.5rem}.reach-gallery .reach-section__heading{max-width:var(--reach-max-width);margin-left:auto;margin-right:auto;margin-bottom:2rem}.reach-gallery__item{overflow:hidden;border-radius:var(--reach-border-radius)}.reach-gallery__img-wrap{aspect-ratio:1 / 1;overflow:hidden;background:var(--reach-surface)}.reach-gallery__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.reach-gallery__item:hover .reach-gallery__img-wrap img{transform:scale(1.04)}.reach-gallery__caption{padding:.75rem .25rem;display:flex;flex-direction:column;gap:.15rem}.reach-gallery__caption strong{font-size:.9375rem;font-weight:600;color:var(--reach-primary)}.reach-gallery__caption span{font-size:.8125rem;color:var(--reach-text-light)}.reach-spacer--small{height:2rem}.reach-spacer--medium{height:4rem}.reach-spacer--large{height:6rem}.reach-contact{padding-left:1.5rem;padding-right:1.5rem}.reach-contact__inner{max-width:680px;margin:0 auto}.reach-contact--bg-none{background:#fff0}.reach-contact--bg-surface{background:var(--reach-surface)}.reach-contact--bg-primary{background:var(--reach-primary);color:#fff}.reach-contact--bg-primary .reach-section__heading{color:#fff}.reach-contact--bg-primary .reach-contact__text{color:rgb(255 255 255 / .85)}.reach-contact__text{font-size:1.0625rem;color:var(--reach-secondary);margin-bottom:2rem;line-height:1.7}@media (max-width:768px){.reach-gallery__grid{grid-template-columns:repeat(2,1fr)}.reach-hero__title{font-size:2rem}.reach-hero__subtitle{font-size:1rem}}@media (max-width:480px){.reach-gallery__grid{grid-template-columns:1fr}}