.custom-hero{position:relative;height:90vh;min-height:560px;overflow:hidden}.custom-hero .background-image-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0f0e0c59,#0f0e0c99)}.custom-hero .hero-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 48px 64px}.custom-hero .hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgb(var(--color-foreground-rgb) / .7);margin-bottom:16px}.custom-hero .hero-title{margin:0;font-size:clamp(52px,7vw,96px);line-height:1;letter-spacing:-.01em;max-width:14ch}.custom-hero .hero-title em{display:block;font-style:normal}.custom-hero .hero-sub{margin-top:24px;font-size:15px;color:rgb(var(--color-foreground-rgb) / .8);max-width:52ch;line-height:1.75;font-weight:300}@media screen and (max-width:900px){.custom-hero .hero-content{padding:0 24px 48px}}.intro-strip{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;border-bottom:1px solid rgba(var(--color-foreground-rgb) / .08)}.intro-stat{padding:36px 40px;border-right:1px solid rgba(var(--color-foreground-rgb) / .08)}.intro-stat:last-child{border-right:none}.intro-stat-num{font-weight:700;font-size:38px;line-height:1;margin-bottom:6px}.intro-stat-label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgb(var(--color-foreground-rgb) / .45)}@media screen and (max-width:900px){.intro-strip{grid-template-columns:1fr 1fr}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeUp .8s .1s ease both}.intro-strip{animation:fadeUp .6s .2s ease both}.section-label{margin:0;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgb(var(--color-foreground-rgb) / .5);-webkit-font-smoothing:auto}.section-title{margin:0;font-size:clamp(32px,4vw,54px);line-height:1.1;letter-spacing:-.01em}.section-title strong{font-weight:inherit;display:block}.section-title em{display:block;font-style:normal;color:var(--color-highlight)}.body-text{display:flex;flex-direction:column;gap:46px;font-size:15px;line-height:1.85;color:rgb(var(--color-foreground-rgb) / .75)}.body-text p{margin:0}.body-text strong{font-weight:700;color:rgb(var(--color-foreground-rgb) / 1)}.image-with-text{display:grid;grid-template-columns:5fr 7fr;min-height:600px}.image-with-text__media{position:relative;overflow:hidden}.image-with-text__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.image-with-text__caption{position:absolute;bottom:20px;left:20px;background:#0f0e0ca6;color:#ffffffbf;font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:6px 12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-with-text__content{padding:80px 72px;display:flex;flex-direction:column;gap:28px;justify-content:center}.image-with-text__quote{font-size:clamp(20px,2.2vw,28px);line-height:1.5;color:var(--color-highlight);max-width:38ch;padding-left:20px;border-left:2px solid var(--color-highlight);margin:8px 0}@media screen and (min-width:901px){.image-with-text.is-reverse{grid-template-columns:7fr 5fr}.image-with-text.is-reverse .image-with-text__content{order:-1}}@media screen and (max-width:900px){.image-with-text{grid-template-columns:1fr}.image-with-text__media{min-height:340px}.image-with-text__content{padding:48px 28px}}.section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.section-header__text{display:flex;flex-direction:column;gap:12px}.section-header__link{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-highlight);font-weight:500;align-self:flex-end;border-bottom:1px solid var(--color-highlight);padding-bottom:2px;transition:opacity .2s}.section-header__link:hover{opacity:.65}@media screen and (max-width:749px){.section-header{flex-direction:column;align-items:flex-start}.section-header__link{align-self:flex-start}}.custom-multicolumn{padding:96px 48px}.custom-multicolumn .section-header{margin-bottom:56px}.custom-multicolumn .section-title em{display:inline}.custom-multicolumn__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.custom-multicolumn__card{background:#fff;padding:36px 32px;display:flex;flex-direction:column;gap:14px}.custom-multicolumn__card-num{font-size:48px;color:rgba(var(--color-foreground-rgb) / .2);line-height:1;align-self:flex-start}.custom-multicolumn__card-title{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.custom-multicolumn__card-content{font-size:13.5px;line-height:1.75;color:rgb(var(--color-foreground-rgb) / .75)}@media screen and (max-width:900px){.custom-multicolumn{padding:64px 24px}.custom-multicolumn__grid{grid-template-columns:1fr}}.custom-multicolumn-alt{padding:96px 48px;border-top:1px solid rgba(15,14,12,.1)}.custom-multicolumn-alt .section-header{margin-bottom:48px}.custom-multicolumn-alt.is-full{padding:0}.custom-multicolumn-alt__grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}.custom-multicolumn-alt__card{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:340px;text-decoration:none;color:inherit}.custom-multicolumn-alt__card img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;transition:transform .5s ease}.custom-multicolumn-alt__card:hover img{transform:scale(1.03)}.custom-multicolumn-alt__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,14,12,.8) 0%,transparent 60%)}.custom-multicolumn-alt__card-body{position:relative;z-index:1;padding:32px 36px;display:flex;flex-direction:column;gap:8px}.custom-multicolumn-alt__card-subtitle{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgb(var(--color-background-rgb) / .75)}.custom-multicolumn-alt__card-title{margin:0;font-weight:400;font-size:28px;color:rgb(var(--color-background-rgb) / 1);line-height:1.2}.custom-multicolumn-alt__card-content{margin:0;font-size:13px;color:rgb(var(--color-background-rgb) / .75);line-height:1.65;max-width:38ch}.custom-multicolumn-alt__card-cta{display:inline-flex;align-items:center;gap:8px;margin-top:12px;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-background-rgb) / 1);border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:2px;align-self:flex-start;transition:border-color .2s}.custom-multicolumn-alt__card:hover .custom-multicolumn-alt__card-cta{border-color:rgb(var(--color-background-rgb) / 1)}.custom-multicolumn-alt.is-full .custom-multicolumn-alt__grid{gap:0}.custom-multicolumn-alt.is-full .custom-multicolumn-alt__card{min-height:440px}.custom-multicolumn-alt.is-full .custom-multicolumn-alt__card-body{padding:40px 44px}@media screen and (max-width:900px){.custom-multicolumn-alt{padding:64px 24px}.custom-multicolumn-alt__grid{grid-template-columns:1fr}.custom-multicolumn-alt.is-full .custom-multicolumn-alt__card{min-height:360px}}.custom-text-strip{padding:72px 48px;display:flex;justify-content:space-between;align-items:center;gap:40px}.custom-text-strip__content{max-width:52ch;display:flex;flex-direction:column;gap:14px}.custom-text-strip__content .section-label{color:rgb(var(--color-foreground-rgb) / .4)}.custom-text-strip__body{margin:0;font-size:14px;color:rgb(var(--color-foreground-rgb) / .55);line-height:1.8}.custom-text-strip__cta{flex-shrink:0;display:inline-block;padding:14px 36px;border:1px solid rgb(var(--color-foreground-rgb) / .25);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-foreground-rgb) / 1);font-weight:500;transition:background .2s,border-color .2s}.custom-text-strip__cta:hover{background:rgb(var(--color-foreground-rgb) / .08);border-color:rgb(var(--color-foreground-rgb) / .6)}@media screen and (max-width:900px){.custom-text-strip{flex-direction:column;padding:56px 24px}}.custom-press{padding:96px 48px}.custom-press .section-header{padding-bottom:24px;border-bottom:1px solid rgb(var(--color-foreground-rgb) / .1);margin-bottom:16px}.custom-press .section-header__text{gap:10px}.custom-press .section-header__text em{display:inline}.section-header-bottom{font-size:15px;line-height:1.85;color:rgb(var(--color-foreground-rgb) / .75);max-width:70ch;margin-bottom:56px}.section-header-bottom strong{color:rgb(var(--color-foreground-rgb) / 1)}.press-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1px;background:#0f0e0c1a;border:1px solid rgba(15,14,12,.1)}.press-card{background:rgb(var(--color-background-rgb) / 1);padding:22px 24px 20px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:7px;position:relative;transition:background .15s}.press-card:hover{background:#f4f1eb}.press-card:hover .p-arrow{opacity:1;transform:translate(0)}.press-card .p-arrow{position:absolute;top:18px;right:18px;font-size:13px;color:var(--color-highlight, #3d6b4f);opacity:0;transform:translate(-3px,3px);transition:opacity .15s,transform .15s}.press-card .p-pub{font-size:9.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-highlight, #3d6b4f)}.press-card .p-title{font-size:13.5px;font-weight:400;line-height:1.4;padding-right:18px}.press-card .p-desc{font-size:12px;line-height:1.65;color:rgb(var(--color-foreground-rgb) / .5);flex:1}.press-card .p-date{font-size:10.5px;color:rgb(var(--color-foreground-rgb) / .3);letter-spacing:.05em;margin-top:4px}.section-bottom{padding:40px 0 0;text-align:center}.section-bottom__link{display:inline-block;padding:13px 40px;border:1px solid rgb(var(--color-foreground-rgb) / 1);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-foreground-rgb) / 1);text-decoration:none;transition:background .2s,color .2s}.section-bottom__link:hover{background:rgb(var(--color-foreground-rgb) / 1);color:rgb(var(--color-background-rgb) / 1)}@media screen and (max-width:900px){.custom-press{padding:64px 24px}}.press-hero{padding:80px 48px 72px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;border-bottom:1px solid rgb(var(--color-foreground-rgb) / .07)}.press-hero-left{display:flex;flex-direction:column;gap:16px}.press-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgb(var(--color-foreground-rgb) / .4)}.press-hero-title{margin:0;font-size:clamp(48px,6vw,80px);line-height:1;letter-spacing:-.01em}.press-hero-title strong{display:block;font-weight:inherit}.press-hero-title em{font-style:normal;color:var(--color-highlight, #7eb897)}.press-hero-right{display:flex;flex-direction:column;gap:24px;justify-content:flex-end}.press-hero-desc{font-size:15px;line-height:1.85;color:rgb(var(--color-foreground-rgb) / .55);max-width:46ch}.press-hero-desc strong{color:rgb(var(--color-foreground-rgb) / 1);font-weight:700}.press-contact-row{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid rgb(var(--color-foreground-rgb) / .1);flex-wrap:wrap;gap:12px}.press-contact-label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgb(var(--color-foreground-rgb) / .4)}.press-contact-email{font-size:13px;color:rgb(var(--color-foreground-rgb) / 1);border-bottom:1px solid rgb(var(--color-foreground-rgb) / .3);padding-bottom:1px;transition:color .2s,border-color .2s}.press-contact-email:hover{color:var(--color-highlight, #7eb897);border-color:var(--color-highlight, #7eb897)}@media screen and (max-width:900px){.press-hero{grid-template-columns:1fr;padding:56px 24px 48px}}.coverage-section{padding-inline:48px}.coverage-section.is-first{padding-block-start:72px}.coverage-section.is-last{padding-block-end:100px}.coverage-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px;padding-bottom:20px;border-bottom:1px solid rgb(var(--color-foreground-rgb) / .1)}.coverage-top-label{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgb(var(--color-foreground-rgb) / .7)}.coverage-top-count{font-size:12px;color:rgb(var(--color-foreground-rgb) / .7)}.year-block{padding-top:44px}.year-row{display:flex;align-items:center;gap:16px;margin-bottom:12px}.year-tag{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap}.year-line{flex:1;height:1px;background:rgb(var(--color-foreground-rgb) / .1)}.year-context{font-size:13px;line-height:1.7;color:rgb(var(--color-foreground-rgb) / .5);margin-bottom:12px;max-width:72ch}@media screen and (max-width:900px){.coverage-section{padding-inline:24px}.coverage-section.is-first{padding-block-start:48px}.coverage-section.is-last{padding-block-end:80px}}
/*# sourceMappingURL=/cdn/shop/t/136/assets/custom.css.map */
