.fieldguide-photo-hero{background-color:var(--fgph-surface,var(--fg_green));display:flex;flex-direction:column;justify-content:flex-end;width:100%}.fieldguide-photo-hero .sr-cover-image{z-index:0}.fieldguide-photo-hero .fgph-scrim{inset:0;pointer-events:none;position:absolute;z-index:1}.fieldguide-photo-hero .fgph-scrim-radial{background-image:radial-gradient(68.16% 68.16% at 50% 50%,rgba(16,34,26,0) 45%,rgba(16,34,26,.95) 100%);background-image:radial-gradient(68.16% 68.16% at 50% 50%,color-mix(in srgb,var(--fgph-surface,var(--fg_green)) 0%,transparent) 45%,color-mix(in srgb,var(--fgph-surface,var(--fg_green)) 95%,transparent) 100%)}.fieldguide-photo-hero .fgph-scrim-bottom{background-image:linear-gradient(0deg,#10221a,rgba(16,34,26,0) 30%);background-image:linear-gradient(0deg,var(--fgph-surface,var(--fg_green)) 0,color-mix(in srgb,var(--fgph-surface,var(--fg_green)) 0%,transparent) 30%)}.fieldguide-photo-hero:is(.fgph-scrim-tall,.fgph-scrim-max) .fgph-scrim-bottom{background-image:linear-gradient(0deg,#10221a,rgba(16,34,26,.85) 25%,rgba(16,34,26,0) 60%);background-image:linear-gradient(0deg,var(--fgph-surface,var(--fg_green)) 0,color-mix(in srgb,var(--fgph-surface,var(--fg_green)) 85%,transparent) 25%,color-mix(in srgb,var(--fgph-surface,var(--fg_green)) 0%,transparent) 60%)}.fieldguide-photo-hero.fgph-scrim-max .fgph-scrim-radial{background-image:linear-gradient(rgba(16,34,26,.25),rgba(16,34,26,.25)),radial-gradient(68.16% 68.16% at 50% 50%,rgba(16,34,26,0) 45%,rgba(16,34,26,.95) 100%);background-image:linear-gradient(color-mix(in srgb,var(--fgph-surface,var(--fg_green)) 25%,transparent),color-mix(in srgb,var(--fgph-surface,var(--fg_green)) 25%,transparent)),radial-gradient(68.16% 68.16% at 50% 50%,color-mix(in srgb,var(--fgph-surface,var(--fg_green)) 0%,transparent) 45%,color-mix(in srgb,var(--fgph-surface,var(--fg_green)) 95%,transparent) 100%)}.fieldguide-photo-hero .fgph-container{position:relative;width:100%;z-index:2}.fieldguide-photo-hero.height-large,.fieldguide-photo-hero.height-medium,.fieldguide-photo-hero.height-small{padding:0}.fieldguide-photo-hero.height-small{min-height:50vh;min-height:50svh}.fieldguide-photo-hero.height-medium{min-height:70vh;min-height:70svh}.fieldguide-photo-hero.height-large{min-height:85vh;min-height:85svh}.fieldguide-photo-hero .fgph-content{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}.fieldguide-photo-hero .fgph-headline :is(h1,h2,h3,h4,h5,h6,.heading){letter-spacing:-.03em;margin:0;max-width:none;text-wrap:balance}.fieldguide-photo-hero .fgph-headline>:is(h1,h2,h3,h4,h5,h6,.heading):first-child{font-size:3rem;line-height:1}.fieldguide-photo-hero .fgph-headline>:is(h1,h2,h3,h4,h5,h6,.heading)+:is(h1,h2,h3,h4,h5,h6,.heading){margin-top:1.5rem}.fieldguide-photo-hero .fgph-aside{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;width:100%}.fieldguide-photo-hero .description{font-size:1.375rem;letter-spacing:-.03em;line-height:1.2;margin:0}.fieldguide-photo-hero .description p{margin-bottom:0}@media (min-width:1024px){.fieldguide-photo-hero .fgph-content{align-items:end;display:grid;gap:1.5rem;grid-template-columns:repeat(12,minmax(0,1fr))}.fieldguide-photo-hero .fgph-headline{grid-column:1/span 6;padding-bottom:1rem}.fieldguide-photo-hero .fgph-headline>:is(h1,h2,h3,h4,h5,h6,.heading):first-child{font-size:4.0625rem;line-height:1.05}.fieldguide-photo-hero .fgph-aside{grid-column:8/-1;max-width:42.4375rem}.fieldguide-photo-hero .fgph-aside:not(:has(.btn-wrapper)){align-self:baseline}.fieldguide-photo-hero .description{font-size:clamp(1.375rem,1.73611vw,1.875rem)}}.fieldguide-photo-hero.bg-fg_blue .description,.fieldguide-photo-hero.bg-fg_bordeaux .description,.fieldguide-photo-hero.bg-fg_green .description{color:var(--paper_white)}@keyframes fgph-rise{0%{filter:blur(10px);opacity:0;transform:translateY(8px)}27%{filter:blur(10px)}to{filter:blur(0);opacity:1;transform:none}}.fieldguide-photo-hero.fgph-anim .fgph-headline{animation:fgph-rise .68s cubic-bezier(.65,.65,.36,.8) both}.fieldguide-photo-hero.fgph-anim .fgph-aside{animation:fgph-rise .68s cubic-bezier(.65,.65,.36,.8) .15s both}@media (prefers-reduced-motion:reduce){.fieldguide-photo-hero.fgph-anim .fgph-aside,.fieldguide-photo-hero.fgph-anim .fgph-headline{animation:none}}.fieldguide-photo-hero.fgph-first{margin-top:calc(var(--fg-header-h, 0px)*-1)}