.collective-hero{display:block;position:relative;height:75vh;width:100%}@media (min-width:768px){.collective-hero{height:72rem}}.collective-hero__desktop-media,.collective-hero__mobile-media{height:100%;width:100%}.collective-hero__image{display:block;height:100%;width:100%;object-fit:cover}.collective-hero__desktop-media{display:none}@media (min-width:768px){.collective-hero__desktop-media{display:block}}.collective-hero__mobile-media{display:block}@media (min-width:768px){.collective-hero__mobile-media{display:none}}.collective-hero--fixed .collective-hero__desktop-media,.collective-hero--fixed .collective-hero__mobile-media{clip-path:inset(0)}.collective-hero--fixed .collective-hero__image{position:fixed;top:0;left:0;height:100%;width:100%;object-fit:cover}.collective-hero__content{position:absolute;top:50%;left:0;transform:translateY(-50%);color:var(--paper);padding:0 var(--spacing-2xl);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}@media (min-width:768px){.collective-hero__content{max-width:620px;left:50%;top:50%;transform:translate(-50%,-50%)}}.collective-hero__content .collective-hero__content-eyebrow{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.22em;text-transform:uppercase;color:var(--surface);display:inline-block}.collective-hero__content .collective-hero__content-heading{font-size:var(--text-4xl);font-family:var(--font-playfair);line-height:1;font-weight:200;letter-spacing:-.02em}:is(.collective-hero__content .collective-hero__content-heading) em{display:block;font-style:italic}@media (min-width:768px){.collective-hero__content .collective-hero__content-heading{font-size:var(--text-5xl)}}.collective-hero__content .collective-hero__content-heading{color:var(--paper);margin:var(--spacing-lg) 0 var(--spacing-xl)}.collective-hero__content .collective-hero__content-preamble{font-size:var(--text-sm);line-height:1.6;font-weight:200;font-family:var(--font-inter)}@media (min-width:768px){.collective-hero__content .collective-hero__content-preamble{font-size:var(--text-base)}}.collective-hero__content .collective-hero__content-preamble{max-width:90%;color:var(--surface);margin:0 auto var(--spacing-3xl)}.collective-hero__content-buttons{display:flex;gap:var(--spacing-xs);flex-direction:column}@media (min-width:768px){.collective-hero__content-buttons{flex-direction:row}}.collective-hero__content-buttons .collective-hero__content-buttons__button{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:400;letter-spacing:.16em;text-transform:uppercase;min-height:var(--spacing-6xl);font-family:var(--font-inter);display:inline-flex;align-items:center;justify-content:center;padding:0 var(--spacing-3xl);border-radius:0;cursor:pointer;transition:background-color .2s ease,color .2s ease;gap:var(--spacing-3xs);align-self:flex-start;box-shadow:none;position:relative;z-index:var(--z-base);border:0;background:var(--paper);color:var(--ink-900)}:is(.collective-hero__content-buttons .collective-hero__content-buttons__button):disabled{opacity:.4;cursor:not-allowed}.collective-hero__content-buttons .collective-hero__content-buttons__button{text-decoration:none;margin:0 auto;width:100%}.collective-hero__content-buttons__button--inverted:is(.collective-hero__content-buttons .collective-hero__content-buttons__button){font-family:var(--font-mono);font-size:var(--text-xs);font-weight:400;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;min-height:var(--spacing-6xl);font-family:var(--font-inter);display:inline-flex;align-items:center;justify-content:center;padding:0 var(--spacing-3xl);border-radius:0;cursor:pointer;transition:background-color .2s ease,color .2s ease;gap:var(--spacing-3xs);align-self:flex-start;box-shadow:none;position:relative;z-index:var(--z-base);border:1px solid var(--paper);background:transparent;color:var(--paper)}.collective-hero__modal{position:fixed;inset:0;z-index:var(--z-behind);display:flex;align-items:center;justify-content:center;padding:var(--spacing-xl);opacity:0;pointer-events:none;transition:opacity .2s ease}.collective-hero__modal[data-open]{z-index:var(--z-modal);opacity:1;pointer-events:auto}.collective-hero-overlay,.collective-hero__modal-backdrop{background:rgba(20,14,8,.45);transition:opacity .36s cubic-bezier(.22,.61,.36,1);display:block!important;inset:0;position:absolute}.collective-hero-overlay{background:rgba(0,0,0,.15)!important}.collective-hero__modal-dialog{position:relative;z-index:var(--z-above);background:var(--paper);color:var(--ink-900);width:100%;max-width:90vw;max-height:90vh;overflow-y:auto}@media (min-width:768px){.collective-hero__modal-dialog{max-width:50vw}}.collective-hero__modal-close{position:absolute;top:var(--spacing-2xs);right:var(--spacing-2xs);display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;padding:0;cursor:pointer;color:var(--ink-900);z-index:var(--z-max)}.collective-hero__modal-close svg{display:block;width:24px;height:24px}