.header{position:fixed;top:0;left:0;z-index:20;width:100%;padding-top:20px;transition:background .35s ease,box-shadow .35s ease,padding .35s cubic-bezier(.22,1,.36,1)}.header.is-compact{background:#fff9f3}.header.is-compact:after{content:"";position:absolute;left:0;right:0;bottom:0;border-bottom:1px dashed rgba(29,23,24,.4)}.header.is-scrolled:not(.is-nav-open):not(.is-menu-open){box-shadow:0 10px 24px 4px rgba(91,79,67,.08)}.header.is-menu-open{background:none;box-shadow:none}.header.is-menu-open:after{display:none}.header.is-compact:not(.is-menu-open) .header__nav a,.header.is-compact:not(.is-menu-open) .header__signature,.header.is-compact:not(.is-menu-open) .header__wordmark{color:var(--color-base)}.header.is-compact:not(.is-menu-open) .header__toggle span{background:var(--color-base)}.header.is-compact:not(.is-menu-open) .header__logo-mark{filter:brightness(0)}.header__inner{position:relative;z-index:40}.header__inner,.header__nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.header__nav{flex:1 1 0;max-width:520px}@media screen and (max-width:1511px){.header__nav{max-width:420px}}.header__nav a{position:relative;font-family:var(--font-termina);font-size:10px;line-height:1;text-transform:uppercase;white-space:nowrap;color:var(--color-sand);transition:color .3s ease-in-out}.header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center}@media(prefers-reduced-motion:no-preference){.header__nav a:after{transition:transform .4s cubic-bezier(.22,1,.36,1)}}.header__nav a.is-active:after,.header__nav a:focus-visible:after,.header__nav a:hover:after{transform:scaleX(1)}.header__appt{position:relative;display:flex;align-items:center}.header__appt:after{content:"";position:absolute;left:0;right:0;top:100%;height:20px}.header__appt-menu{position:absolute;right:0;top:calc(100% + 20px);z-index:2;display:flex;flex-direction:column;min-width:200px;padding:8px 0;border:1px dashed rgba(29,23,24,.4);border-radius:12px;background:#fff9f3;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .25s ease,transform .25s cubic-bezier(.22,1,.36,1),visibility 0s .25s}.header__appt.is-open .header__appt-menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .25s ease,transform .25s cubic-bezier(.22,1,.36,1),visibility 0s}.header__appt-item,.header__nav .header__appt-item{display:block;width:100%;padding:10px 20px;font-family:var(--font-termina);font-size:10px;line-height:1;text-align:left;text-transform:uppercase;white-space:nowrap;color:var(--color-base);transition:opacity .3s ease-in-out}.header__appt-item:after,.header__nav .header__appt-item:after{display:none}.header__appt-item:focus-visible,.header__appt-item:hover,.header__nav .header__appt-item:focus-visible,.header__nav .header__appt-item:hover{opacity:.6}.header__center{display:flex;flex:0 0 auto;align-items:center;gap:12px}.header__logo-mark{display:block;width:77px;height:77px;transition:opacity .3s ease}.header__signature{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:21.75px;line-height:1.25;white-space:nowrap;color:var(--color-sand);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s linear .3s}@media screen and (max-width:1511px){.header__signature{font-size:19px}}@media screen and (max-width:1024px){.header__signature{display:none}}.header__wordmark{display:none;font-family:var(--font-unbounded);font-size:14px;line-height:1.22;color:var(--color-sand);max-width:147px}.header__toggle{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5.5px;width:32px;height:32px;padding:0;background:none;border:0;cursor:pointer}.header__toggle span{display:block;width:24px;height:1.5px;background:var(--color-sand);transition:transform .3s ease,opacity .2s ease}.header__menu{display:none;position:fixed;inset:0;z-index:30;flex-direction:column;padding:72px 20px 40px;background:var(--color-juniper);overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .35s ease,transform .35s ease,visibility 0s linear .35s;overscroll-behavior:contain}@media screen and (min-width:768px)and (max-width:1024px){.header__menu{padding-left:40px;padding-right:40px}}.header__menu-inner{padding-top:20px;border-top:1px dashed hsla(40,56%,94%,.3)}.header__links{display:flex;flex-direction:column;gap:18px}.header__link{justify-content:space-between;gap:16px;width:100%;min-height:32px;border:0;font-family:var(--font-telugu);font-size:20px;line-height:1.2;text-align:left;color:var(--color-sand)}.header__link,.header__link-arrow{display:flex;align-items:center;padding:0;background:none;cursor:pointer}.header__link-arrow{flex:0 0 auto;justify-content:center;width:32px;height:32px;border:1px dashed hsla(40,56%,94%,.3);border-radius:50%}.header__link-arrow:before{content:"";width:16px;height:16px;background-color:var(--color-sand);mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;transform:rotate(180deg)}.header__back{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px dashed hsla(40,56%,94%,.3);border-radius:50%;background:none;cursor:pointer;margin-bottom:20px}.header__back:before{content:"";width:16px;height:16px;background-color:var(--color-sand);mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat}@media screen and (min-width:1025px){.header__inner{height:77px;transition:height .35s cubic-bezier(.22,1,.36,1)}.header.is-compact{padding-top:0}.header.is-compact .header__inner{height:80px}.header.is-compact .header__logo-mark{opacity:0}.header.is-compact .header__signature{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s}}@media screen and (max-width:1024px){.header__nav{display:none}.header{padding-top:16px}.header__center{gap:10px}.header__logo-mark{width:40px;height:40px;transition:width .35s cubic-bezier(.22,1,.36,1),height .35s cubic-bezier(.22,1,.36,1)}.header__wordmark{display:block}.header__toggle{display:flex}.header.is-compact:not(.is-menu-open){padding-bottom:16px}.header.is-compact:not(.is-menu-open):after{display:none}.header.is-compact:not(.is-menu-open) .header__logo-mark{width:32px;height:32px}.header.is-compact:not(.is-menu-open) .header__wordmark{line-height:1.077}.header.is-compact:not(.is-menu-open) .header__toggle{width:26px;height:26px;gap:4.5px}.header.is-compact:not(.is-menu-open) .header__toggle span{width:20px}.header__menu{display:flex}.header.is-menu-open .header__menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .35s ease,transform .35s ease,visibility 0s}.header.is-menu-open .header__toggle span:first-child{transform:translateY(7px) rotate(45deg)}.header.is-menu-open .header__toggle span:nth-child(2){opacity:0}.header.is-menu-open .header__toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}.header-menu{position:absolute;top:100%;left:0;z-index:30;width:100%;padding:20px 0;background:#fff9f3;border-bottom:1px dashed rgba(29,23,24,.4);box-shadow:0 10px 24px 4px rgba(91,79,67,.08);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility 0s linear .25s}.header-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .25s ease,visibility 0s}@media(prefers-reduced-motion:no-preference){.header-menu{transform:translateY(-6px);transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s}.header-menu.is-open{transform:translateY(0);transition:opacity .25s ease,transform .25s ease,visibility 0s}}@media screen and (max-width:1024px){.header-menu{display:none}}.header-menu__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.header-menu__cards--five{grid-template-columns:repeat(5,minmax(0,1fr))}.header-menu__cards--five .menu-card{aspect-ratio:275/194}.menu-card{position:relative;display:block;aspect-ratio:346/193;border-radius:16px;overflow:hidden}.menu-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.menu-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,#000);opacity:.5;pointer-events:none}.menu-card:hover img{transform:scale(1.04)}.menu-card__label{position:absolute;left:24px;right:24px;bottom:24px;z-index:1;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;color:var(--color-sand)}.header-menu__services{display:grid;grid-template-columns:minmax(0,calc((100% - 48px) / 4)) minmax(0,1fr);align-items:start;gap:70px}.menu-feature{position:relative;display:block;aspect-ratio:346/193;border-radius:16px;overflow:hidden}.menu-feature img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.menu-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,#000);opacity:.7;pointer-events:none}.menu-feature:hover img{transform:scale(1.04)}.menu-feature__copy{position:absolute;left:24px;bottom:24px;z-index:1;display:flex;flex-direction:column;gap:12px;max-width:176px;color:var(--color-sand)}.menu-feature__eyebrow{font-family:var(--font-primary);font-size:10px;line-height:1.2;letter-spacing:3px;text-transform:uppercase;opacity:.5}.menu-feature__title{font-size:20px;line-height:1.3}.menu-feature__arrow{position:absolute;right:24px;bottom:24px;z-index:1;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--color-sand)}.menu-feature__arrow:before{content:"";width:15px;height:15px;background-color:var(--color-base);transform:rotate(180deg);mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat}.header-menu__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.menu-column__title{margin-bottom:16px;font-family:var(--font-primary);font-size:10px;line-height:1.2;letter-spacing:3px;text-transform:uppercase;color:var(--color-base);opacity:.5}.menu-column ul{display:flex;flex-direction:column;gap:14px}.menu-column a,.menu-column__text{display:block;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;color:var(--color-base);opacity:.6}.menu-column a{transition:opacity .25s ease}.menu-column a:hover{opacity:1}.header-menu__all{display:inline-block;margin-top:16px;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}.header-menu--drawer{position:static;padding:0;border:0;background:none;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none}@media screen and (max-width:1024px){.header-menu--drawer{display:block}}.header-menu--drawer>.container{padding-left:0;padding-right:0}.header-menu--drawer .header-menu__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 11px;max-width:none}.header-menu--drawer .menu-card{aspect-ratio:171/173}.header-menu--drawer .menu-card__label{left:16px;right:16px;bottom:16px}.header-menu--drawer .header-menu__services{grid-template-columns:minmax(0,1fr);gap:20px}.header-menu--drawer .menu-feature{aspect-ratio:353/149}.header-menu--drawer .menu-feature__copy{left:16px;bottom:16px;max-width:207px}.header-menu--drawer .menu-feature__arrow{right:16px;bottom:16px;width:32px;height:32px}.header-menu--drawer .menu-feature__arrow:before{width:13px;height:13px}.header-menu--drawer .header-menu__columns{display:block}.header-menu--drawer .menu-column{padding-bottom:24px;border-bottom:1px dashed hsla(40,56%,94%,.3)}.header-menu--drawer .menu-column__title{margin-bottom:20px}.header-menu--drawer .menu-column ul{gap:18px}.header-menu--drawer .menu-column+.menu-column{padding-top:24px}.header-menu--drawer .menu-column a,.header-menu--drawer .menu-column__text,.header-menu--drawer .menu-column__title{color:var(--color-sand)}.header-menu--drawer .menu-column a,.header-menu--drawer .menu-column__text{opacity:1}.header-menu--drawer .header-menu__all{margin-top:32px;color:var(--color-sand)}.hero{position:relative;width:100%;height:100vh;overflow:hidden}.hero__media{position:absolute;inset:0;filter:brightness(.86) contrast(1.02) saturate(.96)}.hero__slide{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3),transparent 28%,transparent 58%,rgba(0,0,0,.35)),rgba(30,23,24,.18);pointer-events:none}@media screen and (max-width:767px){.hero__overlay{background:linear-gradient(180deg,rgba(30,23,24,.6),rgba(30,23,24,0))}}.hero__inner{position:relative;z-index:1;height:100%;justify-content:flex-end;padding-bottom:2vh}.hero__inner,.hero__intro{display:flex;flex-direction:column}.hero__intro{align-items:center;gap:32px;text-align:center;margin-bottom:8vh}.hero__intro .section-title{opacity:.6}.hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.hero__subtitle{max-width:524px;line-height:1.2;text-wrap:pretty}.hero__title{font-size:calc((100vw - 80px)/13.47);line-height:1;white-space:nowrap}@media screen and (max-width:767px){.hero__title{font-size:calc((100vw - 40px)/7.4);line-height:1.05;white-space:normal;text-align:center}.hero__intro{margin-top:auto;margin-bottom:auto;gap:24px}}.about{background:#fff9f3;color:var(--color-base)}.about__stage{position:relative;display:flex;align-items:center;min-height:854px;overflow:hidden;padding-block:100px}.about__column{position:absolute;top:0;bottom:0;width:clamp(150px,15.61vw,236px);overflow:hidden}.about__column--left{left:0}.about__column--right{right:0}.about__column:after,.about__column:before{content:"";position:absolute;left:0;right:0;height:clamp(90px,10.65vw,161px);z-index:2;pointer-events:none}.about__column:before{top:0;background:linear-gradient(180deg,#fff9f3,rgba(255,249,243,0))}.about__column:after{bottom:0;background:linear-gradient(0deg,#fff9f3,rgba(255,249,243,0))}.about__track{display:flex;flex-direction:column;width:100%}.about__img{display:block;width:100%;height:auto;margin-bottom:9px;border-radius:16px}@media(prefers-reduced-motion:no-preference){.about__column--left .about__track{animation:about-drift-down 88s linear infinite}.about__column--right .about__track{animation:about-drift-up 88s linear infinite}}@keyframes about-drift-up{0%{transform:translateZ(0)}to{transform:translate3d(0,-50%,0)}}@keyframes about-drift-down{0%{transform:translate3d(0,-50%,0)}to{transform:translateZ(0)}}@keyframes about-drift-left{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes about-drift-right{0%{transform:translate3d(-50%,0,0)}to{transform:translateZ(0)}}.about__inner{position:relative;z-index:1;width:100%;padding-inline:calc(clamp(150px, 15.61vw, 236px) + clamp(24px,3.17vw,48px))}.about__content{max-width:780px;margin:0 auto;text-align:center}.about__eyebrow{display:block;margin-bottom:clamp(12px,1.32vw,20px)}.about__title{font-size:clamp(28px,2.646vw,40px);line-height:1.2;color:var(--color-base)}.about__conditions{max-width:780px;margin:clamp(28px,3.17vw,48px) auto 0;border-top:1px dashed rgba(48,79,74,.22)}.about__cond-row{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;-moz-column-gap:clamp(16px,3.17vw,48px);column-gap:clamp(16px,3.17vw,48px);row-gap:6px;padding-block:clamp(12px,1.32vw,20px);border-bottom:1px dashed rgba(48,79,74,.22)}.about__cond-row li{display:inline-flex;align-items:center;font-family:var(--font-base);font-size:clamp(15px,1.19vw,18px);line-height:1.2;white-space:nowrap}.about__cond-row li:before{content:"•";margin-right:10px;opacity:.6}.about__cta{margin-top:clamp(24px,2.646vw,40px);display:flex;justify-content:center}@media screen and (max-width:1024px){.about__stage{flex-direction:column;align-items:stretch;min-height:0;padding-block:72px;gap:48px}.about__column{position:relative;width:100%;height:200px}.about__column--left{order:0}.about__column--right{order:2}.about__column:after,.about__column:before{top:0;bottom:0;left:auto;right:auto;height:auto;width:clamp(48px,12vw,120px)}.about__column:before{left:0;background:linear-gradient(90deg,#fff9f3,rgba(255,249,243,0))}.about__column:after{right:0;background:linear-gradient(270deg,#fff9f3,rgba(255,249,243,0))}.about__track{flex-direction:row;width:-moz-max-content;width:max-content;height:100%}.about__run{display:flex;height:100%}.about__img{width:auto;height:100%;margin-bottom:0;margin-right:9px}}@media screen and (max-width:1024px)and (prefers-reduced-motion:no-preference){.about__column--left .about__track{animation-name:about-drift-right;animation-duration:50s}.about__column--right .about__track{animation-name:about-drift-left;animation-duration:50s}}@media screen and (max-width:1024px){.about__inner{order:1;padding-inline:40px}}@media screen and (max-width:767px){.about__stage{padding-block:48px;gap:40px}.about__column{height:150px}.about__column:after,.about__column:before{width:clamp(20px,7vw,32px)}.about__img{border-radius:14px}.about__cond-row{flex-wrap:wrap;row-gap:8px}.about__cond-row li{font-size:14px}.about__inner{padding-inline:24px}}.conditions{background:var(--color-juniper);color:var(--color-sand);padding-top:80px;padding-bottom:80px}@media screen and (max-width:767px){.conditions{padding-top:60px;padding-bottom:60px}}.conditions__inner{display:flex;align-items:stretch;justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.conditions__inner{flex-direction:column;gap:64px}}.conditions__content{display:flex;flex:1 1 0;flex-direction:column;justify-content:space-between;gap:64px;max-width:654px;min-height:560px}@media screen and (max-width:767px){.conditions__content{min-height:auto;max-width:none;gap:40px}}.conditions__heading{max-width:608px;font-size:26px;line-height:1.3}@media screen and (max-width:767px){.conditions__heading{font-size:22px}}.conditions__label{margin-bottom:32px}.conditions__grid{display:grid;grid-template-columns:repeat(2,minmax(0,279px));gap:30px 10px}@media screen and (max-width:767px){.conditions__grid{grid-template-columns:minmax(0,1fr);gap:24px}}.conditions__stat{padding-top:24px;border-top:1px dashed hsla(40,56%,94%,.3)}.conditions__stat:last-child:nth-child(odd){grid-column:1/-1}.conditions__stat-value{font-size:48px;font-weight:400;line-height:1.3}@media screen and (max-width:767px){.conditions__stat-value{font-size:40px}}.conditions__stat-label{margin-top:10px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;color:var(--color-sand);opacity:.6}.conditions__actions{display:flex}.conditions__media{display:flex;flex:0 0 auto;align-items:center;width:582px;max-width:45%}@media screen and (max-width:1023px){.conditions__media{width:100%;max-width:582px;align-self:center}}@media screen and (max-width:767px){.conditions__media{display:none}}.conditions__media .conditions__diagram,.conditions__media img{display:block;width:100%;height:auto}.conditions__diagram{overflow:visible}.conditions__diagram-label{font-family:var(--font-baskerville);font-style:italic;font-size:20px;fill:var(--color-sand);text-anchor:middle;dominant-baseline:central}.conditions__bead{transform-box:view-box;will-change:transform}@media(prefers-reduced-motion:no-preference){.conditions__bead{animation:conditions-orbit 6s infinite}}@keyframes conditions-orbit{0%{transform:rotate(0deg);animation-timing-function:cubic-bezier(.645,.045,.355,1)}36.67%{transform:rotate(180deg);animation-timing-function:linear}50%{transform:rotate(180deg);animation-timing-function:cubic-bezier(.645,.045,.355,1)}86.67%{transform:rotate(1turn);animation-timing-function:linear}to{transform:rotate(1turn)}}.method{background:#fff9f3;color:var(--color-base)}@media screen and (max-width:767px){.method{padding-top:64px;padding-bottom:64px}}.method__container{padding-top:120px;padding-bottom:120px;border-bottom:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.method__container{padding-top:0;padding-bottom:0;border-top:1px dashed rgba(29,23,24,.4)}}.method__head{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;margin-bottom:80px}@media screen and (max-width:767px){.method__head{align-items:flex-start;text-align:left;gap:10px;margin-bottom:0;padding-top:32px;padding-bottom:32px;border-bottom:1px dashed rgba(29,23,24,.4)}}.method__title{margin-top:10px;font-size:clamp(28px,3vw,40px);line-height:1.2}.method__steps{display:grid;grid-template-columns:repeat(4,1fr);-moz-column-gap:76px;column-gap:76px;row-gap:56px}@media screen and (min-width:768px)and (max-width:1024px){.method__steps{grid-template-columns:repeat(2,1fr);-moz-column-gap:48px;column-gap:48px;row-gap:48px}}@media screen and (max-width:767px){.method__steps{grid-template-columns:1fr;row-gap:0}}.method__step{position:relative;display:flex;flex-direction:column;gap:32px}.method__step:before{content:"";position:absolute;top:0;bottom:0;left:-38px;width:1px;border-left:1px dashed rgba(29,23,24,.4)}.method__step:nth-child(4n+1):before{display:none}@media screen and (min-width:768px)and (max-width:1024px){.method__step:before{left:-24px;display:block}.method__step:nth-child(odd):before{display:none}}@media screen and (max-width:767px){.method__step{gap:20px;padding-top:28px;padding-bottom:28px;border-top:1px dashed rgba(29,23,24,.4)}.method__step:before{display:none}.method__step:first-child{border-top:none}}.method__step-head{display:flex;align-items:center;gap:14px}.method__step-img{flex:0 0 auto;width:52px;height:52px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.method__step-label{flex:0 0 auto}.method__step-body{display:flex;flex-direction:column;gap:16px}.method__step-title{max-width:240px;font-size:24px;line-height:1.2;text-wrap:balance}.method__step-text{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;opacity:.6;text-wrap:pretty}.method__step-link{text-decoration:underline;text-underline-position:from-font}.method--home .method__step-head{gap:16px}.method--home .method__step-img{width:60px;height:60px}.method--home .method__step-title{max-width:260px;font-size:20px;line-height:1.3}@media screen and (max-width:767px){.method--service{padding-top:0}}.method--service .method__container{padding-top:80px;padding-bottom:120px;border-top:1px dashed rgba(29,23,24,.4);border-bottom:none}@media screen and (max-width:1024px){.method--service .method__container{padding-top:56px;padding-bottom:80px}}@media screen and (max-width:767px){.method--service .method__container{padding-top:40px;padding-bottom:0}}.method--service .method__head{align-items:flex-start;text-align:left;margin-bottom:60px}@media screen and (max-width:767px){.method--service .method__head{margin-bottom:32px;padding-top:0;padding-bottom:0;border-bottom:none}}.method--service .method__title{margin-top:0;font-size:clamp(28px,2.646vw,40px)}.method--service .method__steps{-moz-column-gap:75px;column-gap:75px}.method--service .method__step{gap:50px;padding-left:20px}.method--service .method__step:before,.method--service .method__step:nth-child(4n+1):before{display:block;left:0}@media screen and (min-width:768px)and (max-width:1024px){.method--service .method__step:before{left:0}}@media screen and (max-width:767px){.method--service .method__step{gap:24px;padding-left:0}.method--service .method__step:before,.method--service .method__step:nth-child(4n+1):before{display:none}}.method--service .method__step-head{gap:16px}.method--service .method__step-title{max-width:none}.method--service .method__step-img{width:60px;height:60px}.method--team .method__container{padding:80px 0}@media screen and (max-width:1024px){.method--team .method__container{padding:56px 0}}@media screen and (max-width:767px){.method--team .method__container{padding:40px 0}}.method--team .method__head{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:54px}@media screen and (max-width:1024px){.method--team .method__head{flex-direction:column;gap:24px}}@media screen and (max-width:767px){.method--team .method__head{margin-bottom:32px}}.method--team .method__head-main{display:flex;flex-direction:column;gap:20px}.method--team .method__head-aside{display:flex;flex:0 1 auto;flex-direction:column;align-items:flex-start;gap:20px;max-width:560px}.method--team .method__head-aside .method__lede{margin-top:0}.method--team .method__title{max-width:460px}.method--team .method__steps{grid-template-columns:repeat(4,1fr)}@media screen and (min-width:768px)and (max-width:1024px){.method--team .method__steps{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.method--team .method__steps{grid-template-columns:1fr}}.method--trio .method__steps{grid-template-columns:repeat(3,1fr)}@media screen and (min-width:768px)and (max-width:1024px){.method--trio .method__steps{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.method--trio .method__steps{grid-template-columns:1fr}}.method__link{flex:0 0 auto;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}.testimony{background:#000;color:var(--color-sand);--testimony-foot:60px;--testimony-block:316px}.testimony,.testimony__viewport{position:relative;overflow:hidden}.testimony__viewport{height:800px;min-height:80vh}@media screen and (max-width:1024px){.testimony__viewport{height:auto;min-height:100vh}}.testimony__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility 0s linear .7s}.testimony__slide.is-active{opacity:1;visibility:visible;transition:opacity .7s ease}.testimony__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimony__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent,transparent 29.5%,rgba(0,0,0,.7))}.testimony__slide .container{position:absolute;left:0;right:0;bottom:var(--testimony-foot);z-index:2}@media screen and (max-width:1024px){.testimony__slide .container{bottom:48px}}@media screen and (max-width:767px){.testimony__slide .container{bottom:176px}}.testimony__quote-block{display:flex;flex-direction:column;justify-content:flex-start;gap:32px;width:699px;min-height:var(--testimony-block);max-width:100%;margin-left:auto}@media screen and (max-width:1024px){.testimony__quote-block{width:100%;min-height:0;margin-left:0}}.testimony__quote{margin:0;font-family:var(--font-telugu);font-size:28px;line-height:1.3;color:var(--color-sand)}@media screen and (max-width:767px){.testimony__quote{font-size:20px}}.testimony__author{display:flex;align-items:center;gap:16px}.testimony__avatar{flex:0 0 auto;width:66px;height:66px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimony__author-meta{display:flex;flex-direction:column;gap:6px}.testimony__name{font-family:var(--font-baskerville);font-style:italic;font-size:24px;line-height:1;color:var(--color-sand)}.testimony__ui{position:absolute;left:0;right:0;bottom:calc(var(--testimony-foot) + var(--testimony-block) - 21px);z-index:3}@media screen and (max-width:1024px){.testimony__ui{top:40vh;bottom:auto}}@media screen and (max-width:767px){.testimony__ui{top:auto;bottom:48px}}.testimony__ui-inner{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.testimony__divider{width:100%;height:0;border-top:1px dashed hsla(40,56%,94%,.3)}.testimony__controls{display:flex;align-items:center;gap:20px}.testimony__arrows{display:flex;align-items:center;gap:8px}.testimony__arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:var(--color-sand);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:pointer;transition:background .25s ease}.testimony__arrow:hover{background:hsla(40,56%,94%,.22)}.testimony__arrow:before{content:"";width:16px;height:16px;background-color:#000;mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat}.testimony__arrow--next:before{transform:rotate(180deg)}.testimony__counter{font-family:var(--font-primary);font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--color-sand);white-space:nowrap}.testimony__counter-sep,.testimony__counter-total{opacity:.5}.get-started{background:#fff9f3;padding:120px 0}@media screen and (max-width:1024px){.get-started{padding:80px 0}}@media screen and (max-width:767px){.get-started{padding:56px 0}}.get-started__intro{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:783px;margin:0 auto;text-align:center}.get-started__heading{margin:0;font-family:var(--font-unbounded);font-size:36px;line-height:1.25;color:var(--color-base)}@media screen and (max-width:767px){.get-started__heading{font-size:32px}}.get-started__stage{position:relative;margin-top:70px}@media screen and (max-width:1024px){.get-started__stage{display:flex;flex-direction:column;align-items:center;gap:48px;margin-top:40px}}.get-started__video{width:486px;height:486px;max-width:100%;margin:0 auto;border-radius:50%;overflow:hidden}@media screen and (min-width:1025px)and (max-width:1300px){.get-started__video{width:325px;height:325px}}@media screen and (max-width:1024px){.get-started__video{order:2}}@media screen and (max-width:767px){.get-started__video{width:280px;height:280px}}.get-started__video img,.get-started__video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.get-started__col{display:flex;flex-direction:column;gap:24px;width:365px;max-width:100%}@media screen and (min-width:1025px)and (max-width:1300px){.get-started__col{width:275px}}@media screen and (max-width:1024px){.get-started__col{position:static;width:100%;max-width:420px;text-align:center}}.get-started__col--left{position:absolute;left:0;top:164px}@media screen and (max-width:1024px){.get-started__col--left{position:static;top:auto;left:auto;order:1}}.get-started__col--right{position:absolute;right:0;top:139px}@media screen and (max-width:1024px){.get-started__col--right{position:static;top:auto;right:auto;order:3}}.get-started__note{display:flex;flex-direction:column;gap:16px;padding-top:16px;border-top:1px dashed rgba(0,0,0,.3)}.get-started__note-text{margin:0;font-family:var(--font-base);font-size:16px;line-height:1.4;color:var(--color-base)}.get-started__link{position:relative;align-self:flex-start;padding-top:14px;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}@media screen and (max-width:1024px){.get-started__link{align-self:center}}.get-started__contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}@media screen and (max-width:1024px){.get-started__contact{text-align:left;padding-top:16px;border-top:1px dashed rgba(29,23,24,.4)}}.get-started__contact-item{position:relative;margin-top:16px;padding:0 0 16px 22px;font-family:var(--font-base);font-size:16px;line-height:1.4;color:var(--color-base);border-bottom:1px dashed rgba(29,23,24,.4)}.get-started__contact-item:first-child{margin-top:0}.get-started__contact-item:before{content:"";position:absolute;left:2px;top:8px;width:5px;height:5px;border-radius:50%;background:var(--color-base)}.mission{position:relative;display:flex;align-items:center;min-height:500px;overflow:hidden}@media screen and (max-width:1024px){.mission{min-height:0;padding:96px 0}}@media screen and (max-width:767px){.mission{padding:64px 0}}.mission__bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mission__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:32px;max-width:1030px;margin:0 auto;text-align:center}.mission__heading{margin:8px 0 0;color:var(--color-base)}.mission__heading-caps{display:block;font-family:var(--font-primary);font-size:25px;line-height:1.2;letter-spacing:.02em;text-transform:uppercase}@media screen and (max-width:767px){.mission__heading-caps{font-size:18px}}.mission__heading-serif{display:block;margin-top:5px;font-family:var(--font-baskerville);font-style:italic;font-size:42px;line-height:1.2}@media screen and (max-width:767px){.mission__heading-serif{font-size:24px;text-wrap:balance}}.mission__display{display:flex;flex-direction:column;align-items:center;gap:28px}.mission__display-title{margin:0;font-size:clamp(24px,2.4vw,32px);font-weight:400;line-height:1.15;color:var(--color-base)}.mission__display-copy{max-width:529px;margin:0;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;color:var(--color-base);opacity:.6}.l-page{z-index:1;background:#fff9f3}.footer,.l-page{position:relative}.footer{z-index:0;background:var(--color-juniper);color:var(--color-sand);padding:30px 0 20px}.footer.is-reveal{position:fixed;left:0;right:0;bottom:0}@media screen and (max-width:767px){.footer{padding:24px 0 20px}}.footer__menu{display:flex;justify-content:space-between;gap:40px;margin-top:80px;padding-top:40px;border-top:1px dashed hsla(40,56%,94%,.4)}@media screen and (max-width:1024px){.footer__menu{flex-wrap:wrap;gap:40px 24px;margin-top:56px}}@media screen and (max-width:767px){.footer__menu{gap:32px 24px}}.footer__col{display:flex;flex-direction:column;gap:6px}@media screen and (max-width:1024px){.footer__col{width:calc(50% - 12px)}}.footer__link{display:block;width:100%;font-family:var(--font-base);font-size:16px;line-height:1.5;text-align:left;color:var(--color-sand);transition:opacity .3s ease}@media screen and (max-width:767px){.footer__link{font-size:14px}}.footer__link:hover{opacity:.7}.footer__brand{display:flex;flex-direction:column;align-items:center;gap:32px;margin-top:62px}@media screen and (max-width:767px){.footer__brand{margin-top:40px;gap:24px}}.footer__mark{width:77px;height:77px}.footer__tagline{width:272px;max-width:80%;height:auto}.footer__wordmark{margin:0;font-family:var(--font-unbounded);font-weight:400;color:var(--color-sand);font-size:7.04vw;line-height:1.22;letter-spacing:0;white-space:nowrap;text-align:left}@media screen and (min-width:1600px){.footer__wordmark{font-size:112px}}@media screen and (max-width:767px){.footer__wordmark{display:none}}.footer__marquee{display:none}@media screen and (max-width:767px){.footer__marquee{display:block;width:100vw;margin-left:-20px;overflow:hidden}.footer__marquee-track{display:flex;width:-moz-max-content;width:max-content;animation:footer-marquee 30s linear infinite}.footer__marquee-item{flex:0 0 auto;font-family:var(--font-unbounded);font-weight:400;color:var(--color-sand);font-size:105px;line-height:1;white-space:nowrap;padding-right:.35em}}@keyframes footer-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.footer__marquee-track{animation:none}}.footer__newsletter{max-width:760px;margin:64px auto 0;text-align:center}@media screen and (max-width:767px){.footer__newsletter{margin-top:44px}}.footer__newsletter-title{font-size:26px;font-weight:400;line-height:1.2}@media screen and (max-width:767px){.footer__newsletter-title{font-size:22px}}.footer__newsletter+.footer__menu{margin-top:32px}@media screen and (max-width:1024px){.footer__newsletter+.footer__menu{margin-top:28px}}.footer__legal{display:flex;justify-content:space-between;align-items:flex-start;gap:20px 40px;margin-top:40px;padding-top:24px;border-top:1px dashed hsla(40,56%,94%,.4)}@media screen and (max-width:1024px){.footer__legal{flex-wrap:wrap}}@media screen and (max-width:767px){.footer__legal{justify-content:flex-start;margin-top:32px}}.footer__legal-main{flex:0 1 660px;min-width:0}.footer__legal-note{font-family:var(--font-base);font-size:14px;line-height:1.4;color:var(--color-sand);opacity:.4}.footer__payers{display:flex;flex-direction:column;gap:12px;margin-top:16px}.footer__payer-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;align-items:center}@media screen and (max-width:767px){.footer__payer-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}.footer__payer-logo{display:block;width:100%;height:auto;opacity:.75}.footer__legal-links{display:grid;grid-template-columns:repeat(3,auto);justify-content:end;align-items:start;gap:25px 56px;flex:0 0 auto;min-width:0}@media screen and (max-width:1024px){.footer__legal-links{justify-content:start}}@media screen and (max-width:767px){.footer__legal-links{grid-template-columns:repeat(2,auto);gap:16px 32px}}.footer__legal-link{font-family:var(--font-base);font-size:14px;line-height:1.4;color:var(--color-sand);opacity:.4;transition:opacity .3s ease}.footer__legal-link:hover{opacity:.7}.hero{background-color:#1e1718}@media(prefers-reduced-motion:no-preference){html.js .hero__media{opacity:0;transition:opacity 1.1s ease}html.js .hero.is-ready .hero__media{opacity:1}}@media screen and (min-width:768px){.get-started__video img,.get-started__video video{transition:transform .8s cubic-bezier(.22,1,.36,1)}.get-started__video:hover img,.get-started__video:hover video{transform:scale(1.04)}}@media screen and (min-width:1600px){.hero .container{max-width:none}}@media(prefers-reduced-motion:no-preference){.mission__bg[data-parallax]{height:140%;top:-20%;will-change:transform}.about-hero__video[data-parallax],.hero__media[data-parallax]{top:-10%;bottom:auto;height:120%;will-change:transform}.service-hero__bg[data-parallax]{top:-25%;bottom:auto;height:150%;will-change:transform}}.services{background:#fff9f3;color:var(--color-base);padding-top:100px;padding-bottom:100px;overflow:hidden}@media screen and (max-width:767px){.services{padding-top:0;padding-bottom:60px}}.service-cost+.services{padding-top:0}.services__head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding-bottom:40px;margin-bottom:48px;border-bottom:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.services__head{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:0;padding-bottom:32px;border-bottom:none}}.services__intro{display:flex;flex-direction:column;gap:20px}.services__eyebrow{color:#000;opacity:.5}.services__title{max-width:823px;font-size:clamp(24px,3vw,40px);line-height:1.25}.services__actions{display:flex;align-items:center;flex-wrap:wrap;-moz-column-gap:32px;column-gap:32px;row-gap:16px;flex:0 0 auto}@media screen and (max-width:767px){.services__actions{-moz-column-gap:20px;column-gap:20px}}.services__link{flex:0 0 auto;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}.services__cta{flex:0 0 auto}.services__stage{position:relative}.services__nav{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-top:-20px;border-radius:999px;background:var(--color-sand);box-shadow:0 4px 16px rgba(29,23,24,.16);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .35s ease,transform .35s ease}.services__nav:before{content:"";width:16px;height:16px;background-color:#000;mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat}.services__nav:disabled{cursor:default}@media screen and (max-width:767px){.services__nav{display:none}}.services__stage:has(:focus-visible) .services__nav,.services__stage:hover .services__nav{opacity:1;pointer-events:auto}.services__stage:has(:focus-visible) .services__nav:disabled,.services__stage:hover .services__nav:disabled{opacity:.35}.services__nav--prev{left:calc(max(40px, (100% - 1600px) / 2 + 40px) - 20px)}.services__nav--prev:not(:disabled):hover{transform:translateX(-4px)}.services__nav--next{right:calc(max(40px, (100% - 1600px) / 2 + 40px) - 20px)}.services__nav--next:before{transform:rotate(180deg)}.services__nav--next:not(:disabled):hover{transform:translateX(4px)}.services__list{overflow-x:auto;overflow-y:hidden;padding-left:max(40px,(100% - 1600px)/2 + 40px);padding-right:max(40px,(100% - 1600px)/2 + 40px);cursor:grab;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.services__list::-webkit-scrollbar{display:none}.services__list.is-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:767px){.services__list{padding-left:20px;padding-right:20px}}.services__track{display:flex;gap:10px;width:-moz-max-content;width:max-content;margin:0;padding:0;list-style:none}.services__card{flex:0 0 auto;width:343px;height:400px}@media screen and (max-width:767px){.services__card{width:86vw;max-width:343px;height:400px}}.services__card-link{position:relative;display:block;border-radius:20px;overflow:hidden;color:var(--color-sand)}.services__card-img,.services__card-link{width:100%;height:100%;-webkit-user-drag:none}.services__card-img{position:absolute;inset:0;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .6s cubic-bezier(.22,1,.36,1)}.services__card-link:hover .services__card-img{transform:scale(1.04)}.services__card-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.42),transparent 42%,transparent);pointer-events:none}.services__card-label{width:75%;position:absolute;top:24px;left:24px;right:24px;font-size:28px;line-height:1.15;color:var(--color-sand)}.services__card-arrow{position:absolute;bottom:24px;left:24px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:var(--color-sand);color:var(--color-juniper);transition:transform .35s ease}.services__card-arrow:before{content:"";width:16px;height:16px;background-color:#000;mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;transform:rotate(180deg)}.services__card-link:hover .services__card-arrow{transform:translateX(4px)}.service-hero{position:relative;width:100%;height:700px;overflow:hidden;background-color:#1e1718}@media screen and (max-width:1024px){.service-hero{height:auto;min-height:620px}}@media screen and (max-width:767px){.service-hero{min-height:560px}}.service-hero--tall{height:auto;min-height:700px}.service-hero__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-hero__bg--dim{filter:brightness(.8)}.service-hero__overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5))}.service-hero__inner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;padding-top:252px;padding-bottom:60px}@media screen and (max-width:1024px){.service-hero__inner{padding-top:180px;padding-bottom:80px}}@media screen and (max-width:767px){.service-hero__inner{padding-top:150px}}.service-hero__head{display:flex;flex-direction:column;gap:24px;max-width:700px;text-align:center}.service-hero__title{font-size:clamp(34px,4.3vw,64px);font-weight:400;line-height:1.1}@media screen and (max-width:767px){.service-hero__title--long{font-size:clamp(24px,8.3vw,34px)}}.service-hero__intro{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.service-hero__lede{max-width:650px;font-size:20px;line-height:1.35;text-align:center}@media screen and (max-width:767px){.service-hero__lede{font-size:18px}}.service-meta{padding:40px 0}.service-meta__row{display:flex;align-items:flex-start;justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.service-meta__row{flex-wrap:wrap;gap:32px 40px}}@media screen and (max-width:767px){.service-meta__row{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 20px}}.service-meta__item{display:flex;flex-direction:column;gap:12px;color:var(--color-base)}.service-meta__value{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.service-guided{color:var(--color-base)}.service-guided__stage{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:32px 0 40px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.service-guided__stage{flex-direction:column;align-items:flex-start;gap:28px}}.service-guided__intro{display:flex;align-items:center;gap:24px;min-width:0}@media screen and (max-width:767px){.service-guided__intro{align-items:flex-start;gap:16px}}.service-guided__thumb{flex-shrink:0;width:72px;height:72px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.service-guided__copy{display:flex;flex-direction:column;gap:6px;min-width:0}.service-guided__title{max-width:780px;font-size:22px;line-height:1.2}@media screen and (max-width:767px){.service-guided__title{font-size:20px}}.service-guided__lede{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;opacity:.6}.service-guided__cta{flex-shrink:0}.service-why{background:#fff9f3;color:var(--color-base)}.service-why__container{padding-bottom:100px}@media screen and (max-width:1024px){.service-why__container{padding-bottom:80px}}@media screen and (max-width:767px){.service-why__container{padding-bottom:64px}}.service-why__stage{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,1fr);align-items:start;-moz-column-gap:clamp(40px,5.7vw,82px);column-gap:clamp(40px,5.7vw,82px);padding-top:77px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.service-why__stage{grid-template-columns:1fr;row-gap:48px;padding-top:56px}}@media screen and (max-width:767px){.service-why__stage{padding-top:40px}}.service-why__content{min-width:0;padding-top:22px}@media screen and (max-width:1024px){.service-why__content{padding-top:0;width:100%}}.service-why__head{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.service-why__title{max-width:671px;font-size:clamp(22px,2.2vw,28px);line-height:1.3}.service-why__lede{max-width:596px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;opacity:.6}.service-why__lede+.service-why__lede{margin-top:16px}.service-why__points{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:58px;column-gap:58px;row-gap:59px;margin-top:80px}@media screen and (max-width:1024px){.service-why__points{margin-top:64px;-moz-column-gap:40px;column-gap:40px;row-gap:48px}}@media screen and (max-width:767px){.service-why__points{grid-template-columns:1fr;row-gap:0;margin-top:40px}}.service-why__point{position:relative;display:flex;flex-direction:column;gap:16px;padding-left:20px}.service-why__point:before{content:"";position:absolute;top:0;bottom:0;left:0;min-height:110px;border-left:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.service-why__point{padding-top:28px;padding-bottom:28px;padding-left:0;border-top:1px dashed rgba(29,23,24,.4)}.service-why__point:before{display:none}.service-why__point:first-child{border-top:none;padding-top:0}}.service-why--lead .service-why__points{margin-top:64px;row-gap:48px}@media screen and (max-width:1024px){.service-why--lead .service-why__points{margin-top:56px;row-gap:40px}}@media screen and (max-width:767px){.service-why--lead .service-why__points{margin-top:40px;row-gap:0}}.service-why--dropped .service-why__points{margin-top:216px}@media screen and (max-width:1024px){.service-why--dropped .service-why__points{margin-top:64px}}@media screen and (max-width:767px){.service-why--dropped .service-why__points{margin-top:40px}}.service-why--dropped-short .service-why__points{margin-top:152px}@media screen and (max-width:1024px){.service-why--dropped-short .service-why__points{margin-top:64px}}@media screen and (max-width:767px){.service-why--dropped-short .service-why__points{margin-top:40px}}.service-why__point--wide{grid-column:1/-1}.service-why--footed .service-why__stage{align-items:stretch}.service-why--footed .service-why__content{display:flex;flex-direction:column}.service-why--footed .service-why__points{margin-top:auto;padding-top:80px}@media screen and (max-width:1024px){.service-why--footed .service-why__points{padding-top:64px}}@media screen and (max-width:767px){.service-why--footed .service-why__points{padding-top:40px}}.service-why__point-title{font-size:20px;line-height:1.2}.service-why__point-copy{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;opacity:.6;text-wrap:pretty}.service-why__point-link{text-decoration:underline;text-underline-position:from-font}.service-why__media{width:100%;max-width:620px;aspect-ratio:620/656;border-radius:16px;overflow:hidden}@media screen and (max-width:1024px){.service-why__media{max-width:none;aspect-ratio:auto;height:520px}}@media screen and (max-width:767px){.service-why__media{height:420px}}.service-why__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-begin{background:#fff9f3;color:var(--color-base)}.service-begin__container{padding-bottom:80px}@media screen and (max-width:1024px){.service-begin__container{padding-bottom:64px}}@media screen and (max-width:767px){.service-begin__container{padding-bottom:40px}}.service-begin__stage{display:grid;padding-top:100px;border-top:1px dashed rgba(29,23,24,.4);grid-template-columns:minmax(0,812fr) minmax(0,620fr);align-items:start}@media screen and (max-width:1024px){.service-begin__stage{padding-top:64px;grid-template-columns:minmax(0,1fr);row-gap:56px}}@media screen and (max-width:767px){.service-begin__stage{padding-top:48px}}.service-begin__head{display:flex;flex-direction:column;gap:20px}.service-begin__title{max-width:598px;font-size:clamp(28px,2.8vw,40px);font-weight:400;line-height:1.25;text-wrap:pretty}@media screen and (max-width:767px){.service-begin__title{font-size:clamp(22px,7.5vw,28px)}}.service-begin__collage{position:relative;width:100%;max-width:530px;margin-top:26px;aspect-ratio:530/322}@media screen and (max-width:767px){.service-begin__collage{margin-top:32px}}.service-begin__still{position:absolute;height:auto;border-radius:16px;-o-object-fit:cover;object-fit:cover}.service-begin__still--portrait{left:0;top:16.77%;width:21.68%;aspect-ratio:115/119}.service-begin__still--produce{left:62.08%;top:0;width:37.92%;aspect-ratio:1}.service-begin__still--landscape{left:8.49%;top:47.52%;width:48.19%;aspect-ratio:255/169}.service-begin__aside-title{padding-bottom:16px;font-size:20px;line-height:1.2}.service-begin__lede{max-width:468px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;text-wrap:pretty;--reveal-opacity:0.6;opacity:.6}.service-begin__lede p+p{margin-top:16px}.service-begin__lede--full{max-width:none}.service-begin__list{margin-top:40px}.service-begin__list-label{padding-bottom:20px;border-bottom:1px dashed rgba(29,23,24,.4)}.service-begin__fit{margin-top:80px;padding-top:80px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.service-begin__fit{margin-top:56px;padding-top:56px}}.service-begin__fit-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,39.46%));justify-content:start;-moz-column-gap:16.55%;column-gap:16.55%}.service-begin__fit-grid:before{content:"";position:absolute;top:39px;left:0;right:0;border-top:1px dashed rgba(29,23,24,.4)}.service-begin__fit-grid+.service-begin__fit-grid{margin-top:80px}@media screen and (max-width:1024px){.service-begin__fit-grid+.service-begin__fit-grid{margin-top:56px}}@media screen and (max-width:767px){.service-begin__fit-grid{grid-template-columns:1fr;row-gap:40px}.service-begin__fit-grid:before{display:none}.service-begin__fit-grid+.service-begin__fit-grid{margin-top:40px}}.service-begin__fit-title{height:24px;font-size:20px;line-height:1.2}@media screen and (max-width:767px){.service-begin__fit-title{height:auto;padding-bottom:20px;border-bottom:1px dashed rgba(29,23,24,.4)}}.service-begin__fit-list{margin-top:40px}@media screen and (max-width:767px){.service-begin__fit-list{margin-top:20px}}.service-begin__fit-lede{margin-top:40px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:767px){.service-begin__fit-lede{margin-top:20px}}.service-begin__fit-list--led{margin-top:20px}.service-begin__fit-item{padding-bottom:20px;border-bottom:1px dashed rgba(29,23,24,.4);font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;text-wrap:pretty;--reveal-opacity:0.6;opacity:.6}.service-begin__fit-item+.service-begin__fit-item{padding-top:20px}.service-begin__fit-item:last-child{padding-bottom:0;border-bottom:none}.service-begin__fit-list--split{display:grid;grid-auto-flow:column;grid-template-rows:repeat(7,min-content);grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:40px;column-gap:40px;row-gap:20px}.service-begin__fit-list--split .service-begin__fit-item{padding-top:0;padding-bottom:20px;border-bottom:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.service-begin__fit-list--split{grid-auto-flow:row;grid-template-rows:none;grid-template-columns:minmax(0,1fr)}}.service-begin__fit-copy{margin-top:40px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;text-wrap:pretty;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:767px){.service-begin__fit-copy{margin-top:20px}}.service-begin__fit-link{text-decoration:underline;text-underline-position:from-font}.service-begin--visit .service-begin__title{max-width:581px}.service-begin--visit .service-begin__lede{max-width:568px}.service-begin__collage--visit{max-width:568px;aspect-ratio:568/300.6}.service-begin__collage--dropped{margin-top:204px}@media screen and (max-width:1024px){.service-begin__collage--dropped{margin-top:64px}}@media screen and (max-width:767px){.service-begin__collage--dropped{margin-top:40px}}.service-begin__collage--lifted{margin-top:66px}@media screen and (max-width:767px){.service-begin__collage--lifted{margin-top:40px}}.service-begin__collage--sunk{margin-top:118px}@media screen and (max-width:1024px){.service-begin__collage--sunk{margin-top:64px}}@media screen and (max-width:767px){.service-begin__collage--sunk{margin-top:40px}}.service-begin__still--square{left:61.607%;top:0;width:38.393%;aspect-ratio:1}.service-begin__still--inset{left:53.134%;top:60.458%;width:20.234%;aspect-ratio:115/119}.service-begin__still--wide{left:2.289%;top:8.171%;width:44.964%;aspect-ratio:255/169}.service-begin__list-item{display:flex;align-items:center;gap:10px;padding:20px 0;border-bottom:1px dashed rgba(29,23,24,.4);font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.service-begin__list-dot{flex:none;width:6px;height:6px;border-radius:50%;background:currentColor}.service-begin__list-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:40px;column-gap:40px;padding:20px 0}.service-begin__list-row+.service-begin__list-row{border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.service-begin__list-row{grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:20px;column-gap:20px;row-gap:12px}}.service-begin__list-row--pair{grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (max-width:767px){.service-begin__list-row--pair{grid-template-columns:minmax(0,1fr)}}.service-begin__list-cell{display:flex;align-items:center;gap:10px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.service-begin__tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;margin-right:-16px}@media screen and (max-width:1024px){.service-begin__tags{margin-right:0}}.service-begin__tag{padding:12px 24px;border:1px dashed rgba(29,23,24,.4);border-radius:100px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.service-begin--fit-only .service-begin__fit{margin-top:0;padding-top:80px;border-top:none}@media screen and (max-width:1024px){.service-begin--fit-only .service-begin__fit{padding-top:56px}}.service-begin--fit-ruled .service-begin__fit{border-top:1px dashed rgba(29,23,24,.4)}.service-prepare{background:var(--color-juniper);color:var(--color-sand)}.service-prepare__container{padding-top:80px;padding-bottom:80px}@media screen and (max-width:1024px){.service-prepare__container{padding-top:64px;padding-bottom:64px}}@media screen and (max-width:767px){.service-prepare__container{padding-top:48px;padding-bottom:48px}}.service-prepare__stage{display:grid;grid-template-columns:minmax(0,810fr) minmax(0,622fr);align-items:start}@media screen and (max-width:1024px){.service-prepare__stage{grid-template-columns:1fr;row-gap:32px}}.service-prepare__title{max-width:610px;font-size:clamp(28px,2.8vw,40px);font-weight:400;line-height:1.25}.service-prepare__copy{display:flex;flex-direction:column;gap:22px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.service-prepare__detail{margin-top:40px}@media screen and (max-width:767px){.service-prepare__detail{margin-top:32px}}.service-prepare__label{padding-bottom:20px;border-bottom:1px dashed hsla(40,56%,94%,.3)}.service-prepare__item{display:flex;align-items:center;gap:10px;max-width:610px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.service-prepare__item+.service-prepare__item{padding-top:20px}.service-prepare__item:not(:last-child){padding-bottom:20px;border-bottom:1px dashed hsla(40,56%,94%,.3)}.service-prepare__dot{flex:none;width:6px;height:6px;border-radius:50%;background:currentColor}.service-prepare__stills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:622px}.service-prepare__still{width:100%;height:auto;aspect-ratio:305/292;border-radius:16px;-o-object-fit:cover;object-fit:cover}.service-prepare--process .service-prepare__intro{max-width:545px}@media screen and (max-width:1024px){.service-prepare--process .service-prepare__intro{max-width:none}}.service-prepare--process .service-prepare__copy{margin-top:24px}.service-prepare--process .service-prepare__detail{margin-top:0}.service-prepare--process .service-prepare__list{margin-top:20px}.service-prepare--process .service-prepare__stills{max-width:none;margin-top:40px}.service-prepare--process .service-prepare__still{aspect-ratio:305/200}.service-plan{background:var(--color-juniper);color:var(--color-sand)}.service-plan__container{padding-top:80px;padding-bottom:80px}@media screen and (max-width:1024px){.service-plan__container{padding-top:64px;padding-bottom:64px}}@media screen and (max-width:767px){.service-plan__container{padding-top:48px;padding-bottom:48px}}.service-plan__head{padding-bottom:32px;border-bottom:1px dashed hsla(40,56%,94%,.3)}.service-plan__title{max-width:610px;margin-top:24px;font-size:clamp(28px,2.8vw,40px);font-weight:400;line-height:1.25}.service-plan__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:14.8%;column-gap:14.8%;margin-top:40px}@media screen and (max-width:1024px){.service-plan__grid{grid-template-columns:1fr;row-gap:40px}}.service-plan__item-head{display:flex;align-items:center;gap:24px}@media screen and (max-width:767px){.service-plan__item-head{gap:16px}}.service-plan__thumb{flex:0 0 auto;width:100px;height:100px;border-radius:16px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767px){.service-plan__thumb{width:72px;height:72px}}.service-plan__item-title{font-size:24px;font-weight:400;line-height:1.2}@media screen and (max-width:767px){.service-plan__item-title{font-size:20px}}.service-plan__item-copy{margin-top:24px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.service-modalities{background:var(--color-juniper);color:var(--color-sand);padding-top:80px;padding-bottom:80px}@media screen and (max-width:767px){.service-modalities{padding-top:60px;padding-bottom:60px}}.service-modalities__rows{margin-top:60px}@media screen and (max-width:767px){.service-modalities__rows{margin-top:32px}}.service-modalities__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:60px;column-gap:60px;padding-top:32px;border-top:1px dashed hsla(40,56%,94%,.3)}.service-modalities__row+.service-modalities__row{margin-top:32px}@media screen and (min-width:768px)and (max-width:1024px){.service-modalities__row{grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:40px;column-gap:40px;row-gap:32px}}@media screen and (max-width:767px){.service-modalities__row{grid-template-columns:1fr;row-gap:28px;padding-top:28px}.service-modalities__row+.service-modalities__row{margin-top:28px}}.service-modalities__item{display:flex;flex-direction:column;gap:16px}.service-modalities__item-title{font-size:20px;line-height:1.2}.service-modalities__item-copy{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;opacity:.6}.service-modalities__head{display:flex;flex-direction:column;gap:24px}.service-modalities__title{max-width:610px;font-size:clamp(28px,2.8vw,40px);font-weight:400;line-height:1.25}.service-modalities--connections .service-modalities__rows{margin-top:28px}.service-modalities--connections .service-modalities__row{grid-template-columns:repeat(4,minmax(0,1fr));-moz-column-gap:40px;column-gap:40px}@media screen and (min-width:768px)and (max-width:1024px){.service-modalities--connections .service-modalities__row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.service-modalities--connections .service-modalities__row{grid-template-columns:1fr}}.service-included{background:#fff9f3;color:var(--color-base)}.service-included__container{padding-bottom:100px}@media screen and (max-width:1024px){.service-included__container{padding-bottom:80px}}@media screen and (max-width:767px){.service-included__container{padding-top:64px;padding-bottom:64px}}.service-included__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px}@media screen and (max-width:1024px){.service-included__grid{grid-template-columns:1fr}}.service-included__card{padding:32px 32px 40px;border-radius:20px;background:var(--color-linen)}@media screen and (max-width:767px){.service-included__card{padding:24px 20px 32px}}.service-included__card-head{display:flex;align-items:center;gap:20px}@media screen and (max-width:767px){.service-included__card-head{gap:16px}}.service-included__thumb{flex:0 0 auto;width:100px;height:100px;border-radius:10px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767px){.service-included__thumb{width:72px;height:72px}}.service-included__card-title{max-width:260px;font-size:24px;line-height:1.2}@media screen and (max-width:767px){.service-included__card-title{font-size:20px}}.service-included__card-lede{margin-top:36px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;opacity:.6}@media screen and (max-width:767px){.service-included__card-lede{margin-top:24px}}.service-included__rows{margin-top:24px}.service-included__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:24px;column-gap:24px;padding:20px 0;border-top:1px dashed rgba(29,23,24,.4)}.service-included__row:last-child{padding-bottom:0}@media screen and (max-width:767px){.service-included__row{grid-template-columns:1fr;row-gap:12px}}.service-included__cell{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;text-wrap:pretty}.service-included__link{text-decoration:underline;text-underline-position:from-font}.service-receive{background:#fff9f3;color:var(--color-base)}.service-receive__container{padding-bottom:80px}@media screen and (max-width:767px){.service-receive__container{padding-bottom:64px}}.service-receive__stage{display:grid;grid-template-columns:minmax(0,778fr) minmax(0,654fr);align-items:start}@media screen and (max-width:1024px){.service-receive__stage{grid-template-columns:1fr;row-gap:48px}}.service-receive__head{display:flex;flex-direction:column;gap:20px}.service-receive__title{max-width:581px;font-size:clamp(28px,2.8vw,40px);font-weight:400;line-height:1.25}.service-receive__stills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:622px;margin-top:32px}.service-receive__still{width:100%;height:auto;aspect-ratio:305/292;border-radius:16px;-o-object-fit:cover;object-fit:cover}.service-receive__list{margin-top:48px}@media screen and (max-width:1024px){.service-receive__list{margin-top:0}}.service-receive__item{display:grid;grid-template-columns:36px minmax(0,1fr);-moz-column-gap:14px;column-gap:14px;align-items:start}.service-receive__item+.service-receive__item{padding-top:20px;border-top:1px dashed rgba(29,23,24,.4)}.service-receive__item:not(:last-child){padding-bottom:20px}.service-receive__badge{display:grid;place-items:center;width:36px;height:36px;border:1px dashed rgba(29,23,24,.4);border-radius:50%;font-size:20px;line-height:1}.service-receive__body{display:flex;flex-direction:column;gap:10px;padding-top:3px}.service-receive__item-title{font-size:24px;line-height:1.2}.service-receive__item-copy{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;opacity:.6}.service-cost{background:#fff9f3;color:var(--color-base)}.service-cost__container{padding-bottom:100px}@media screen and (max-width:1024px){.service-cost__container{padding-bottom:80px}}@media screen and (max-width:767px){.service-cost__container{padding-bottom:64px}}.service-cost__stage{display:grid;padding-top:80px;border-top:1px dashed rgba(29,23,24,.4);grid-template-columns:minmax(0,930fr) minmax(0,427fr);-moz-column-gap:5.24%;column-gap:5.24%;align-items:start}@media screen and (max-width:1024px){.service-cost__stage{padding-top:64px;grid-template-columns:1fr;row-gap:48px}}.service-cost__title{font-size:clamp(28px,2.8vw,40px);font-weight:400;line-height:1.25}@media screen and (max-width:1024px){.service-cost__title{margin-top:0}}.service-cost__list{margin-top:40px;border-bottom:1px dashed rgba(29,23,24,.4)}.service-cost__row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:20px 0;border-top:1px dashed rgba(29,23,24,.4);font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.service-cost__label{opacity:.6}.service-cost__lede{margin-top:24px;max-width:620px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.5;opacity:.8}.service-cost__button{display:inline-block;margin-top:32px}.service-cost__point{padding:20px 0;border-top:1px dashed rgba(29,23,24,.4)}.service-cost__point-title{font-size:20px;line-height:1.3}.service-cost__point-copy{margin-top:8px;max-width:620px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.5;opacity:.6}.service-cost__card{display:flex;justify-content:center;align-items:center;width:100%;min-height:300px;padding:34px 20px;border-radius:16px;background:var(--color-juniper)}@media screen and (max-width:1024px){.service-cost__card{min-height:0;padding:48px 20px}}.service-cost__card-inner{gap:24px;max-width:292px;text-align:center}.service-cost__card-head,.service-cost__card-inner{display:flex;flex-direction:column;align-items:center;width:100%}.service-cost__card-head{gap:20px}.service-cost__card-title{font-size:24px;font-weight:400;line-height:1.25}.service-cost__cta{color:var(--color-juniper)}.service-faq{background:#fff9f3;color:var(--color-base)}.service-faq__container{padding-top:100px}@media screen and (max-width:1024px){.service-faq__container{padding-top:80px}}@media screen and (max-width:767px){.service-faq__container{padding-top:64px}}.service-faq__title{font-size:clamp(28px,2.8vw,40px);font-weight:400;line-height:1.25}.service-faq__list{margin-top:40px}.service-faq__row{border-top:1px dashed rgba(29,23,24,.4)}.service-faq__summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0;cursor:pointer;list-style:none}.service-faq__summary::-webkit-details-marker{display:none}.service-faq__question{font-family:var(--font-raleway-medium);font-size:20px;line-height:1.4}@media screen and (max-width:767px){.service-faq__question{font-size:18px}}.service-faq__toggle{display:grid;place-items:center;flex:0 0 auto;box-sizing:border-box;width:32px;height:32px;border:1px dashed rgba(29,23,24,.4);border-radius:50%}.service-faq__plus{width:21.333px;height:21.333px}@media(prefers-reduced-motion:no-preference){.service-faq__plus{transition:transform .3s cubic-bezier(.22,1,.36,1)}}.service-faq__item[open] .service-faq__plus{transform:rotate(45deg)}.service-faq__answer{max-width:900px;padding-bottom:20px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;opacity:.6}.about-hero{position:relative;width:100%;height:100vh;min-height:760px;overflow:hidden;background-color:#1e1718}@media screen and (max-width:1024px){.about-hero{height:auto;min-height:0}}.about-hero__video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-hero__overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.3),transparent) no-repeat top/100% 239px,linear-gradient(0deg,rgba(0,0,0,.5),transparent) no-repeat bottom/100% 503px}.about-hero__inner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:80px;padding-top:200px;padding-bottom:40px}@media screen and (max-width:1024px){.about-hero__inner{gap:56px;padding-top:180px;padding-bottom:48px}}@media screen and (max-width:767px){.about-hero__inner{padding-top:150px;gap:44px}}.about-hero__stage{display:grid;grid-template-columns:minmax(0,700px) minmax(0,588px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.about-hero__stage{grid-template-columns:minmax(0,1fr);align-items:start;gap:32px}}.about-hero__head{display:flex;flex-direction:column;gap:24px}.about-hero__title{max-width:555px;font-size:clamp(34px,3.7vw,56px);font-weight:400;line-height:1.16}.about-hero__intro{display:flex;flex-direction:column;gap:32px}.about-hero__lede{font-size:20px;line-height:1.35}@media screen and (max-width:767px){.about-hero__lede{font-size:18px}}.about-hero__actions{display:flex;align-items:center;gap:30px}.about-hero__actions .button{flex:0 0 auto}.about-hero__link{font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0;color:var(--color-sand)}.about-hero__stats{display:grid;grid-template-columns:341fr 367fr 431fr 293fr;border-top:1px dashed hsla(40,56%,94%,.3)}@media screen and (max-width:1024px){.about-hero__stats{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.about-hero__stats{grid-template-columns:minmax(0,1fr)}}.about-hero__stat{display:flex;flex-direction:column;gap:22px;min-height:96px;padding:31px 20px 0 32px;border-left:1px dashed hsla(40,56%,94%,.3)}.about-hero__stat:first-child{padding-left:0;border-left:0}@media screen and (max-width:1024px){.about-hero__stat{min-height:0;padding-bottom:24px}.about-hero__stat:nth-child(odd){padding-left:0;border-left:0}}@media screen and (max-width:767px){.about-hero__stat{gap:12px;padding:20px 0 0;border-left:0}.about-hero__stat+.about-hero__stat{border-top:1px dashed hsla(40,56%,94%,.3)}}.about-hero__stat-value{font-size:40px;font-weight:400;line-height:1}.about-hero__stat-label{font-family:var(--font-raleway);font-size:10.5px;font-weight:600;letter-spacing:2.1px;line-height:1.2;text-transform:uppercase;color:var(--color-sand);opacity:.7}.about-founders{padding:100px 0}@media screen and (max-width:767px){.about-founders{padding:64px 0}}.about-founders__stage{display:grid;grid-template-columns:minmax(0,629px) minmax(0,725px);justify-content:space-between;gap:50px;align-items:start}@media screen and (max-width:1024px){.about-founders__stage{grid-template-columns:minmax(0,1fr);gap:48px}}.about-founders__portraits{display:grid;grid-template-columns:322fr 289fr;gap:18px;align-items:start}.about-founders__card{position:relative;margin:0;aspect-ratio:322/429.5;border-radius:16px;overflow:hidden;background:var(--color-linen)}.about-founders__card:nth-child(2){margin-top:42px}.about-founders__card:after{content:"";position:absolute;inset:auto 0 0;height:27%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.6));pointer-events:none}.about-founders__portrait{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-founders__name{position:absolute;z-index:1;left:24px;bottom:24px;margin:0;opacity:1;--reveal-opacity:1}@media screen and (max-width:767px){.about-founders__name{left:16px;right:16px;bottom:16px}}.about-founders__content{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-top:42px}@media screen and (max-width:1024px){.about-founders__content{margin-top:0}}.about-founders__title{max-width:590px;font-size:clamp(22px,2.1vw,28px);line-height:1.3}.about-founders__copy{display:flex;flex-direction:column;gap:26px;margin-top:12px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.about-founders__link{margin-top:12px;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}.about-different{padding-bottom:100px}@media screen and (max-width:767px){.about-different{padding-bottom:64px}}.about-different__container{padding-top:80px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.about-different__container{padding-top:48px}}.about-different__head{display:grid;grid-template-columns:minmax(0,700px) minmax(0,610px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.about-different__head{grid-template-columns:minmax(0,1fr);gap:24px}}.about-different__head-main{display:flex;flex-direction:column;gap:22px}.about-different__title{max-width:535px;font-size:clamp(28px,3vw,40px);font-weight:400;line-height:1.15}.about-different__lede{margin-top:51px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;text-wrap:pretty;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:1024px){.about-different__lede{margin-top:0}}.about-different__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:40px}@media screen and (max-width:1024px){.about-different__cards{grid-template-columns:minmax(0,1fr);gap:16px;margin-top:30px}}.about-different__card{display:flex;flex-direction:column;align-items:flex-start;min-height:287px;padding:32px;border-radius:16px;background:var(--color-linen)}@media screen and (max-width:767px){.about-different__card{min-height:0;padding:24px 20px 32px}}.about-different__badge{display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding-top:9px;border:1px dashed rgba(29,23,24,.4);border-radius:50%;font-size:26.667px;line-height:1}.about-different__card-title{margin-top:40px;font-size:24px;line-height:1.1}.about-different__card-copy{margin-top:18px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;text-wrap:pretty;--reveal-opacity:0.6;opacity:.6}.about-different__card-link{border-bottom:1px solid #2c4a40}.about-history{padding-bottom:100px}@media screen and (max-width:767px){.about-history{padding-bottom:64px}}.about-history__eyebrow{display:block;padding-bottom:20px}.about-history__rows{border-top:1px dashed rgba(29,23,24,.4)}.about-history__row{display:grid;grid-template-columns:265fr 557fr 610fr;align-items:center;padding:24px 0}.about-history__row+.about-history__row{border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.about-history__row{grid-template-columns:minmax(0,200px) minmax(0,1fr);align-items:start;gap:8px 24px}}@media screen and (max-width:767px){.about-history__row{grid-template-columns:minmax(0,1fr);gap:10px}}.about-history__year{font-size:clamp(24px,2.4vw,32px);font-weight:400;line-height:1.1}.about-history__title{font-size:20px;line-height:1.2}.about-history__copy{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}@media screen and (max-width:1024px){.about-history__copy{grid-column:1/-1}}.about-believe{padding:80px 0;background:var(--color-juniper)}@media screen and (max-width:767px){.about-believe{padding:56px 0}}.about-believe__stage{display:grid;grid-template-columns:repeat(2,minmax(0,610px));justify-content:space-between;gap:48px;align-items:start}@media screen and (max-width:1024px){.about-believe__stage{grid-template-columns:minmax(0,1fr)}}.about-believe__intro{display:flex;flex-direction:column;gap:20px}.about-believe__title{max-width:506px;font-size:clamp(30px,3vw,40px);line-height:1.3}.about-believe__lede{max-width:529px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.about-believe__expect{display:flex;flex-direction:column;gap:20px}.about-believe__list{list-style:none;margin:0;padding:0;border-top:1px dashed hsla(40,56%,94%,.3)}.about-believe__item{display:flex;align-items:center;gap:10px;padding:16px 0;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.about-believe__item+.about-believe__item{border-top:1px dashed hsla(40,56%,94%,.3)}.about-believe__dot{flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:var(--color-sand)}.about-visit{padding:100px 0}@media screen and (max-width:767px){.about-visit{padding:64px 0}}.about-visit__stage{display:grid;grid-template-columns:minmax(0,610px) minmax(0,677px);justify-content:space-between;gap:48px;align-items:start}@media screen and (max-width:1024px){.about-visit__stage{grid-template-columns:minmax(0,1fr)}}.about-visit__title{max-width:420px;margin-bottom:32px;font-size:clamp(28px,3vw,40px);font-weight:400;line-height:1.15}@media screen and (max-width:767px){.about-visit__title{margin-bottom:20px}}.about-visit__rows{border-top:1px dashed rgba(29,23,24,.4)}.about-visit__row{display:grid;grid-template-columns:373fr 237fr;gap:24px;padding:24px 0}.about-visit__row+.about-visit__row{border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.about-visit__row{grid-template-columns:minmax(0,1fr);gap:28px}}.about-visit__block{display:flex;flex-direction:column;gap:16px}.about-visit__lines{display:flex;flex-direction:column;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.about-visit__line{display:block}.about-visit__cta{padding-top:24px;border-top:1px dashed rgba(29,23,24,.4)}.about-visit__cta .button{display:inline-flex}.about-visit__media{border-radius:16px;overflow:hidden}.about-visit__image{display:block;width:100%;height:auto;aspect-ratio:677/446;-o-object-fit:cover;object-fit:cover}.team{padding:200px 0 100px}@media screen and (max-width:767px){.team{padding:130px 0 64px}}.team__head{display:grid;grid-template-columns:minmax(0,783px) minmax(0,465px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.team__head{grid-template-columns:minmax(0,1fr);gap:24px}}.team__head-main{display:flex;flex-direction:column;gap:24px}.team__title{max-width:756px;font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.15}.team__lede{margin-top:100px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:1024px){.team__lede{margin-top:0}}.team__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px 24px;margin-top:62px;padding-top:60px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.team__filters{margin-top:40px;padding-top:40px;gap:16px}}.team__filter{display:flex;flex-direction:column;gap:10px;width:320px;max-width:100%}@media screen and (max-width:767px){.team__filter{width:100%}}.team__select{width:100%;padding:12px 41px 12px 20px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;color:var(--color-base);background-color:transparent;border:1px dashed rgba(29,23,24,.4);border-radius:100px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/images/icons/chevron-down.svg);background-repeat:no-repeat;background-position:right 18px center;background-size:16px 16px;transition:border-color .3s ease-in-out}.team__select:hover{border-color:rgba(29,23,24,.7)}@media screen and (max-width:767px){.team__select{padding:10px 38px 10px 18px;font-size:14px}}.team__count{margin-bottom:14px;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:767px){.team__count{margin-bottom:0}}.team__empty{margin-top:44px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.team__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 10px;margin-top:60px}@media screen and (max-width:1024px){.team__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 16px}}@media screen and (max-width:767px){.team__grid{grid-template-columns:minmax(0,1fr);margin-top:40px}}.team-card{position:relative;display:flex;flex-direction:column;gap:20px;color:var(--color-base)}.team-card:hover .team-card__portrait{transform:scale(1.04)}.team-card__link{color:inherit}.team-card__link:after{content:"";position:absolute;inset:0}.team-card__media{border-radius:16px;overflow:hidden;background:var(--color-linen)}.team-card__portrait{display:block;width:100%;height:auto;aspect-ratio:350/372;-o-object-fit:cover;object-fit:cover}@media(prefers-reduced-motion:no-preference){.team-card__portrait{transition:transform .6s cubic-bezier(.22,1,.36,1)}}.team-card__body{display:flex;flex-direction:column;gap:16px}.team-card__ident{display:flex;flex-direction:column;gap:12px}.team-card__name{font-size:20px;line-height:1.05}.team-card__role{line-height:1.5}.team-card__note{font-family:var(--font-raleway);font-size:13px;line-height:1.5;--reveal-opacity:0.6;opacity:.6}.team-card__tags{position:relative;display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.team-card__tag{display:block;padding:8.5px 18px;border:1px dashed rgba(29,23,24,.4);border-radius:999px;font-family:var(--font-raleway-medium);font-size:11px;line-height:1.4;color:var(--color-base);transition:border-color .3s ease-in-out}.team-card__tag:hover{border-color:rgba(29,23,24,.8)}.faq{padding:200px 0 100px}@media screen and (max-width:767px){.faq{padding:130px 0 64px}}.faq__head{display:grid;grid-template-columns:minmax(0,783px) minmax(0,440px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.faq__head{grid-template-columns:minmax(0,1fr);gap:24px}}.faq__head-main{display:flex;flex-direction:column;gap:24px}.faq__title{max-width:535px;font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.15}.faq__lede{margin-top:80px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:1024px){.faq__lede{margin-top:0}}.faq__groups{margin-top:62px;padding-top:60px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.faq__groups{margin-top:40px;padding-top:40px}}.faq__group+.faq__group{margin-top:80px}@media screen and (max-width:767px){.faq__group+.faq__group{margin-top:56px}}.faq__list{margin-top:22px}.faq__row{border-top:1px dashed rgba(29,23,24,.4)}.faq__summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0;cursor:pointer;list-style:none}.faq__summary::-webkit-details-marker{display:none}.faq__question{font-family:var(--font-raleway-medium);font-size:20px;line-height:1.4}@media screen and (max-width:767px){.faq__question{font-size:18px}}.faq__toggle{display:grid;place-items:center;flex:0 0 auto;box-sizing:border-box;width:32px;height:32px;border:1px dashed rgba(29,23,24,.4);border-radius:50%}.faq__plus{width:21.333px;height:21.333px}.faq__plus-stem{transform-origin:center}@media(prefers-reduced-motion:no-preference){.faq__plus-stem{transition:opacity .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1)}}.faq__item[open] .faq__plus-stem{opacity:0;transform:scaleY(0)}.faq__answer{max-width:900px;padding-bottom:20px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;opacity:.6;text-wrap:pretty}.faq__link{text-decoration:underline;text-underline-offset:4px}.faq__foot{margin-top:60px;padding-top:40px;border-top:1px dashed rgba(29,23,24,.4);font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:767px){.faq__foot{margin-top:40px;padding-top:32px}}body:has(.l-page--light) .header:not(.is-menu-open) .header__nav a,body:has(.l-page--light) .header:not(.is-menu-open) .header__wordmark{color:var(--color-base)}body:has(.l-page--light) .header:not(.is-menu-open) .header__toggle span{background:var(--color-base)}body:has(.l-page--light) .header:not(.is-menu-open) .header__logo-mark{filter:brightness(0)}.bio-hero{padding:200px 0 100px}@media screen and (max-width:767px){.bio-hero{padding:130px 0 64px}}.bio-hero__crumbs{display:flex;gap:4px;align-items:center;font-family:var(--font-raleway-medium);font-size:11px;line-height:1.4}.bio-hero__crumb{--reveal-opacity:0.6;opacity:.6}a.bio-hero__crumb{transition:opacity .3s ease-in-out}a.bio-hero__crumb:hover{opacity:1}.bio-hero__stage{display:grid;grid-template-columns:minmax(0,603fr) minmax(0,773fr);gap:55px;align-items:start;margin-top:47px}@media screen and (max-width:1024px){.bio-hero__stage{grid-template-columns:minmax(0,1fr);gap:48px}}@media screen and (max-width:767px){.bio-hero__stage{margin-top:32px}}.bio-hero__portrait{position:sticky;top:40px;aspect-ratio:603/702;border-radius:16px;overflow:hidden}@media screen and (max-width:1024px){.bio-hero__portrait{position:static;top:auto;max-width:520px}}@media screen and (max-width:767px){.bio-hero__portrait{max-width:none}}.bio-hero__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.bio-hero__content{display:flex;flex-direction:column;gap:32px}.bio-hero__head{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.bio-hero__head .button{margin-top:8px}.bio-hero__title{font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.1}.bio-hero__lede{max-width:583px;font-size:20px;line-height:1.35;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:767px){.bio-hero__lede{font-size:18px}}.bio-hero__note{font-family:var(--font-raleway);font-size:15px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.bio-hero__work{display:flex;align-items:center;gap:32px;padding:32px 0;border-top:1px dashed rgba(29,23,24,.4);border-bottom:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.bio-hero__work{flex-direction:column;align-items:flex-start;gap:20px}}.bio-hero__tags{display:flex;flex-wrap:wrap;gap:8px}.bio-hero__tag{display:inline-flex;align-items:center;height:34px;padding:0 18px;border:1px dashed rgba(29,23,24,.4);border-radius:999px;font-family:var(--font-raleway-medium);font-size:11px;line-height:1.4;color:var(--color-base);transition:border-color .3s ease-in-out}.bio-hero__tag:hover{border-color:rgba(29,23,24,.8)}.bio-hero__body{display:flex;flex-direction:column;gap:32px;max-width:733px}.bio-hero__copy{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.bio-hero__link{text-decoration:underline;text-underline-offset:4px}.pricing{padding:200px 0 100px}@media screen and (max-width:767px){.pricing{padding:130px 0 64px}}.pricing__head{display:grid;grid-template-columns:minmax(0,783px) minmax(0,437px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.pricing__head{grid-template-columns:minmax(0,1fr);gap:24px}}.pricing__head-main{display:flex;flex-direction:column;gap:24px}.pricing__title{max-width:535px;font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.15}.pricing__lede{margin-top:80px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:1024px){.pricing__lede{margin-top:0}}.pricing-coverage{margin-top:62px;padding:40px;border-radius:20px;background:var(--color-juniper);color:var(--color-sand)}@media screen and (max-width:767px){.pricing-coverage{margin-top:40px;padding:24px}}.pricing-coverage__head{max-width:720px}.pricing-coverage__title{margin-top:24px;font-size:clamp(26px,2.4vw,34px);font-weight:400;line-height:1.15}.pricing-coverage__lede{margin-top:16px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.8;opacity:.8}.pricing-coverage__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:40px}@media screen and (max-width:1024px){.pricing-coverage__list{grid-template-columns:minmax(0,1fr);gap:0}}.pricing-coverage__point{padding-top:20px;border-top:1px dashed hsla(40,56%,94%,.3)}@media screen and (max-width:1024px){.pricing-coverage__point{padding-bottom:20px}.pricing-coverage__point:last-child{padding-bottom:0}}.pricing-coverage__point-title{font-family:var(--font-raleway);font-size:16px;font-weight:600;line-height:1.4}.pricing-coverage__point-copy{margin-top:10px;font-family:var(--font-raleway-medium);font-size:15px;line-height:1.5;--reveal-opacity:0.8;opacity:.8}.pricing-coverage__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:40px}.pricing__stage{margin-top:62px}@media screen and (max-width:767px){.pricing__stage{margin-top:40px;padding-top:0;border-top:0}}.pricing__policy{margin-bottom:32px;padding:16px 20px;border:1px dashed rgba(29,23,24,.4);border-radius:12px;font-family:var(--font-raleway);font-size:14px;font-weight:600;line-height:1.4}@media screen and (max-width:767px){.pricing__policy{margin-bottom:24px;padding:14px 16px}}.pricing__note{margin-top:40px;font-family:var(--font-raleway-medium);font-size:14px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.pricing-table{width:100%;table-layout:fixed;border-collapse:collapse;text-align:left}.pricing-table td,.pricing-table th{padding:20px 0;font-weight:400;vertical-align:top}.pricing-table td:nth-child(2),.pricing-table th:nth-child(2){width:170px}.pricing-table td:nth-child(3),.pricing-table th:nth-child(3){width:250px}.pricing-table__head th{padding-top:0}.pricing-table__row{border-top:1px dashed rgba(29,23,24,.4)}.pricing-table__row:last-child{border-bottom:1px dashed rgba(29,23,24,.4)}.pricing-table__service{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.pricing-table__detail{display:block;max-width:620px;margin-top:8px;font-family:var(--font-raleway-medium);font-size:14px;line-height:1.6;opacity:.6}.pricing-table__price{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;white-space:nowrap}.pricing-table__cpt{font-family:var(--font-raleway-medium);font-size:14px;line-height:1.5;opacity:.6}@media screen and (max-width:767px){.pricing-table__head{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.pricing-table__row{display:grid;grid-template-columns:minmax(0,1fr)}.pricing-table__row td:nth-child(2),.pricing-table__row td:nth-child(3),.pricing-table__row th:first-child,.pricing-table__row th:nth-child(2){width:auto}.pricing-table__service{padding-bottom:12px}.pricing-table__price{padding:0 0 6px}.pricing-table__cpt{padding-top:0}.pricing-table__cpt:before{content:"CPT "}}.pricing-legal{padding:0 0 100px}@media screen and (max-width:767px){.pricing-legal{padding:0 0 64px}}.pricing-legal__stage{display:grid;grid-template-columns:minmax(0,437px) minmax(0,783px);justify-content:space-between;gap:40px;padding-top:60px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.pricing-legal__stage{grid-template-columns:minmax(0,1fr);gap:24px}}@media screen and (max-width:767px){.pricing-legal__stage{padding-top:40px}}@media screen and (min-width:1025px){.pricing-legal__head{position:sticky;top:120px;align-self:start}}.pricing-legal__title{margin-top:24px;font-size:clamp(26px,2.4vw,34px);font-weight:400;line-height:1.15}.pricing-legal__lede{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.5}.pricing-legal__group{margin-top:40px;padding-top:24px;border-top:1px dashed rgba(29,23,24,.4)}.pricing-legal__group-title{font-family:var(--font-raleway);font-size:18px;font-weight:600;line-height:1.4}.pricing-legal__copy{margin-top:16px;font-family:var(--font-raleway-medium);font-size:15px;line-height:1.6;--reveal-opacity:0.75;opacity:.75}.pricing-legal__group+.pricing-legal__copy{margin-top:40px}.pricing-legal__list{margin-top:16px}.pricing-legal__item{position:relative;padding-left:22px;font-family:var(--font-raleway-medium);font-size:15px;line-height:1.6;--reveal-opacity:0.75;opacity:.75}.pricing-legal__item+.pricing-legal__item{margin-top:14px}.pricing-legal__item:before{content:"";position:absolute;top:10px;left:0;width:6px;height:6px;border-radius:50%;background:currentColor}.pricing-legal__link{text-decoration:underline;text-underline-offset:4px}.pricing-payers{padding:0 0 80px}@media screen and (max-width:767px){.pricing-payers{padding:0 0 48px}}.pricing-payers+.services{padding-top:0}.pricing-payers--home{background:#fff9f3;color:var(--color-base)}.pricing-payers--home .section-title{margin-bottom:20px}.pricing-payers__lede{max-width:642px;margin-bottom:32px;font-family:var(--font-telugu);font-size:28px;line-height:1.3}@media screen and (max-width:767px){.pricing-payers__lede{font-size:20px}}.pricing-payers__row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;border-top:1px dashed rgba(29,23,24,.4)}.pricing-payers__row:last-child{border-bottom:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.pricing-payers__row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:767px){.pricing-payers__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}.pricing-payers__item{padding:20px 0}.pricing-payers__logo{display:block;width:100%;height:auto}.contact{padding:200px 0 100px}@media screen and (max-width:767px){.contact{padding:130px 0 64px}}.contact__head{display:grid;grid-template-columns:minmax(0,783px) minmax(0,474px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.contact__head{grid-template-columns:minmax(0,1fr);gap:24px}}.contact__head-main{display:flex;flex-direction:column;gap:24px}.contact__title{max-width:420px;font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.15}.contact__lede{margin-top:80px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:1024px){.contact__lede{margin-top:0}}.contact__stage{display:grid;grid-template-columns:minmax(0,740fr) minmax(0,672fr);gap:20px;align-items:start;margin-top:62px}@media screen and (max-width:1024px){.contact__stage{grid-template-columns:minmax(0,1fr)}}@media screen and (max-width:767px){.contact__stage{margin-top:40px}}.contact__aside{display:flex;flex-direction:column;gap:20px}.contact-clinic,.contact-form,.contact-portal{padding:32px;border-radius:20px}@media screen and (max-width:767px){.contact-clinic,.contact-form,.contact-portal{padding:24px}}.contact-clinic__title,.contact-form__title{font-size:32px;font-weight:400;line-height:1.2}@media screen and (max-width:767px){.contact-clinic__title,.contact-form__title{font-size:26px}}.contact-clinic__value,.contact-portal__copy{margin-top:12px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.contact-form{background:var(--color-linen)}.contact-clinic{background:var(--color-juniper);color:var(--color-sand)}.contact-clinic__list{margin-top:26px}@media screen and (max-width:767px){.contact-clinic__list{margin-top:20px}}.contact-clinic__row{padding:20px 0;border-top:1px dashed hsla(40,56%,94%,.3)}.contact-clinic__row:last-child{padding-bottom:0}.contact-clinic__link{transition:opacity .3s ease-in-out}.contact-clinic__link:hover{opacity:.7}.contact-portal{background:var(--color-linen)}.contact-portal__link{display:inline-block;margin-top:24px;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}.referral-modal{margin:auto;position:relative;overflow:hidden;border-radius:20px;width:min(760px,92vw);max-width:none;max-height:none;padding:0;border:0;background:none}.referral-modal::backdrop{background:rgba(29,23,24,.88)}@media(prefers-reduced-motion:no-preference){.referral-modal[open]{animation:referral-modal-in .3s cubic-bezier(.22,1,.36,1) both}}@keyframes referral-modal-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.referral-modal__panel{position:relative;max-height:88vh;overflow-y:auto;padding:40px;border-radius:20px;background:var(--color-linen);color:var(--color-base);text-align:left}@supports(max-height:88dvh){.referral-modal__panel{max-height:88dvh}}@media screen and (max-width:767px){.referral-modal__panel{padding:24px;max-height:92vh}}.referral-modal__close{position:absolute;top:18px;right:18px;z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px dashed rgba(29,23,24,.4);border-radius:50%;background:var(--color-linen)}.referral-modal__close:after{content:"";display:block;width:24px;height:24px;background:var(--color-base);opacity:.6;mask:url(/images/icons/close.svg) no-repeat center/contain;-webkit-mask:url(/images/icons/close.svg) no-repeat center/contain;transition:opacity .3s cubic-bezier(.22,1,.36,1)}.referral-modal__close:focus-visible:after,.referral-modal__close:hover:after{opacity:1}@media screen and (max-width:767px){.referral-modal__close{top:8px;right:8px}}.referral-modal__title{margin-top:16px;max-width:420px;font-size:clamp(26px,2.6vw,36px);font-weight:400;line-height:1.15}.referral-modal__lede{margin-top:16px;font-family:var(--font-raleway-medium);font-size:15px;line-height:1.5;--reveal-opacity:0.6;opacity:.6}.site-form .site-form__form[hidden]{display:none}.site-form__field{display:flex;flex-direction:column;gap:10px;min-width:0}.site-form__field--full{grid-column:1/-1}.site-form__input{width:100%;padding:10px 16px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;border-radius:8px;transition:border-color .3s ease-in-out}.site-form__input:hover{border-color:rgba(0,0,0,.3)}.site-form__input--area{height:144px;resize:vertical}.site-form__group-title{grid-column:1/-1;margin-top:8px}.site-form__input--select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:41px;background-image:url(/images/icons/chevron-down.svg);background-repeat:no-repeat;background-position:right 13px center;background-size:16px 16px}.site-form__options{display:flex;flex-wrap:wrap;gap:12px 32px;margin-top:4px}.site-form__option{display:flex;align-items:flex-start;gap:10px;font-family:var(--font-raleway-medium);font-size:15px;line-height:1.4;cursor:pointer}.site-form__control{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-form__box{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px;margin-top:1px;border:1px solid;border-radius:4px;opacity:.55;transition:opacity .3s ease-in-out,background-color .3s ease-in-out}input[type=radio].site-form__control+.site-form__box{border-radius:50%}.site-form__control:focus-visible+.site-form__box,.site-form__option:hover .site-form__box{opacity:.7}.site-form__control:checked+.site-form__box{opacity:1;background-color:currentColor}.site-form__control:checked+.site-form__box:after{content:"";display:block;width:12px;height:12px;background:var(--color-linen);-webkit-mask:url(/images/icons/check.svg) center/12px 12px no-repeat;mask:url(/images/icons/check.svg) center/12px 12px no-repeat}input[type=radio].site-form__control:checked+.site-form__box:after{width:8px;height:8px;border-radius:50%;-webkit-mask:none;mask:none}.site-form__consent{display:flex;flex-direction:column;gap:14px;margin-top:28px}.site-form__consent-intro,.site-form__consent-note{font-family:var(--font-raleway-medium);font-size:13px;line-height:1.5;opacity:.6}.site-form__consent .site-form__option{font-size:13px;line-height:1.5}@media screen and (max-width:767px){.site-form__options{gap:0 32px}.site-form__option{padding:12px 0}}.site-form__honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.site-form__submit[disabled]{opacity:.6;cursor:progress}.site-form__message-title{font-size:26px;font-weight:400;line-height:1.2}.site-form__error,.site-form__message-copy{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.5}.site-form--card{margin-top:25px;color:var(--color-base)}@media screen and (max-width:767px){.site-form--card{margin-top:20px}}.site-form--card .site-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}@media screen and (max-width:767px){.site-form--card .site-form__grid{grid-template-columns:minmax(0,1fr);gap:20px}}.site-form--card .site-form__input{color:var(--color-base);background:#fff9f3;border:1px solid rgba(0,0,0,.15)}.site-form--card .site-form__input::-moz-placeholder{color:var(--color-base);opacity:.4}.site-form--card .site-form__input::placeholder{color:var(--color-base);opacity:.4}.site-form--card .site-form__submit{margin-top:32px}.site-form--card .site-form__message-copy{margin-top:12px;opacity:.7}.site-form--card .site-form__error{margin-top:20px;color:#a3382a}.site-form--inline{margin-top:24px;color:var(--color-sand)}.site-form--inline .site-form__form{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.site-form--inline .site-form__grid{display:contents}.site-form--inline .site-form__field{flex:1 1 160px;max-width:190px}.site-form--inline .site-form__label{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-form--inline .site-form__input{padding:14px 16px;font-size:15px;color:var(--color-sand);background:hsla(0,0%,100%,.06);border:1px solid hsla(38,30%,88%,.3)}.site-form--inline .site-form__input::-moz-placeholder{color:var(--color-sand);opacity:.5}.site-form--inline .site-form__input::placeholder{color:var(--color-sand);opacity:.5}.site-form--inline .site-form__input:hover{border-color:hsla(38,30%,88%,.6)}.site-form--inline .site-form__submit{flex:0 0 auto;min-width:136px;min-height:51px;padding:15px 28px}.site-form--inline .site-form__error,.site-form--inline .site-form__message-copy{font-size:15px;opacity:.8}.site-form--inline .site-form__status:not(:empty){margin-top:12px}@media screen and (max-width:767px){.site-form--inline .site-form__field{flex:1 1 calc(50% - 4px);max-width:none}.site-form--inline .site-form__grid .site-form__field:last-child{flex:1 1 100%}.site-form--inline .site-form__submit{width:100%}}.what{padding:200px 0 100px}@media screen and (max-width:767px){.what{padding:130px 0 64px}}.what__head{display:grid;grid-template-columns:minmax(0,783px) minmax(0,588px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.what__head{grid-template-columns:minmax(0,1fr);gap:32px}}.what__head-main{display:flex;flex-direction:column;gap:24px}.what__title{max-width:580px;font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.15}.what__intro{display:flex;flex-direction:column;gap:32px;margin-top:36px}@media screen and (max-width:1024px){.what__intro{margin-top:0}}.what__lede{font-size:20px;line-height:1.35}@media screen and (max-width:767px){.what__lede{font-size:18px}}.what__actions{display:flex;flex-wrap:wrap;align-items:center;gap:30px}.what__actions .button{flex:0 0 auto}.what__link{font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}.what__groups{display:flex;flex-direction:column;gap:60px;margin-top:62px}.what__group:first-child{padding-top:60px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.what__group:first-child{padding-top:40px}}.what__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}@media screen and (max-width:1024px){.what__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.what__grid{grid-template-columns:minmax(0,1fr)}}.what-card{display:flex;flex-direction:column;min-height:355px;padding:32px;border-radius:20px;background:var(--color-linen)}@media screen and (max-width:767px){.what-card{min-height:0;padding:24px}}.what-card--specialty{background:var(--color-juniper);color:var(--color-sand)}.what-card--specialty .what-card__head{flex-direction:column;align-items:flex-start;gap:20px}.what-card--specialty .what-card__copy{margin-top:20px}.what-card--specialty .what-card__tag{border-color:hsla(40,56%,94%,.3);color:var(--color-sand)}.what-card--specialty .what-card__tag:is(a):hover{border-color:var(--color-sand)}.what-card__foot{display:flex;margin-top:auto;padding-top:28px}@media screen and (max-width:767px){.what-card__foot{padding-top:24px}}.what-card__cta{color:var(--color-juniper)}.what-card__head{display:flex;align-items:center;gap:20px}.what-card__thumb{flex:0 0 auto;width:60px;height:60px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.what-card__name{font-size:24px;font-weight:400;line-height:1.2}.what-card__copy{margin-top:28px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.what-card__options{margin-top:auto;padding-top:28px}@media screen and (max-width:767px){.what-card__options{padding-top:24px}}.what-card__options-label{margin-bottom:14px;--reveal-opacity:0.6;opacity:.6}.what-card__tags{display:flex;flex-wrap:wrap;gap:12px}.what-card__tag{display:block;padding:12px 24px;border:1px dashed rgba(29,23,24,.4);border-radius:100px;font-family:var(--font-raleway-medium);font-size:14px;line-height:1.4;color:var(--color-base);transition:border-color .3s ease-in-out}.what-card__tag:is(a):hover{border-color:rgba(29,23,24,.8)}.about-hero--method .about-hero__title{max-width:680px;font-size:clamp(38px,4.3vw,64px)}.service-why--method .service-why__stage{padding-top:100px;border-top:none}@media screen and (max-width:1024px){.service-why--method .service-why__stage{padding-top:80px}}@media screen and (max-width:767px){.service-why--method .service-why__stage{padding-top:64px}}.service-why--method .service-why__content{padding-top:0}.service-why--method .service-why__points{margin-top:61px;row-gap:48px}@media screen and (max-width:1024px){.service-why--method .service-why__points{margin-top:56px;row-gap:40px}}@media screen and (max-width:767px){.service-why--method .service-why__points{margin-top:40px;row-gap:0}}.method-pillars{background:var(--color-juniper);color:var(--color-sand);padding-top:80px;padding-bottom:60px}@media screen and (max-width:767px){.method-pillars{padding-top:60px;padding-bottom:48px}}.method-pillars__stage{display:flex;align-items:stretch;justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.method-pillars__stage{flex-direction:column;gap:64px}}.method-pillars__content{display:flex;flex:1 1 0;flex-direction:column;justify-content:space-between;gap:100px;max-width:620px}@media screen and (max-width:1024px){.method-pillars__content{max-width:none}}@media screen and (max-width:767px){.method-pillars__content{gap:40px}}.method-pillars__head{display:flex;flex-direction:column;gap:24px}.method-pillars__title{max-width:531px;font-size:clamp(28px,3vw,40px);font-weight:400;line-height:1.2}.method-pillars__copy{max-width:475px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.method-pillars__row{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:20px;padding:16px 0;border-top:1px dashed hsla(40,56%,94%,.3)}.method-pillars__row:last-child{border-bottom:1px dashed hsla(40,56%,94%,.3)}@media screen and (max-width:479px){.method-pillars__row{grid-template-columns:24px minmax(0,1fr);gap:8px 20px}}.method-pillars__index{--reveal-opacity:0.5;opacity:.5}.method-pillars__index,.method-pillars__name{font-size:20px;line-height:1.3}.method-pillars__note{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.2;text-align:right;--reveal-opacity:0.5;opacity:.5}@media screen and (max-width:479px){.method-pillars__note{grid-column:2;text-align:left}}.method-pillars__media{display:flex;flex:0 0 auto;align-items:center;width:617px;max-width:46%}@media screen and (max-width:1024px){.method-pillars__media{width:100%;max-width:617px;align-self:center}}@media screen and (max-width:767px){.method-pillars__media{display:none}}.method-pillars__diagram{display:block;width:100%;height:auto;overflow:visible}.method-pillars__label{font-family:var(--font-baskerville);font-style:italic}.method-pillars__center,.method-pillars__label{font-size:20px;fill:var(--color-sand);text-anchor:middle;dominant-baseline:central}.method-pillars__bead{transform-box:view-box;transform-origin:309px 322px;will-change:transform}@media(prefers-reduced-motion:no-preference){.method-pillars__bead{animation:method-pillars-orbit 44s linear infinite}.method-pillars__ring{animation:method-pillars-breathe 9s ease-in-out infinite}}@keyframes method-pillars-orbit{to{transform:rotate(1turn)}}@keyframes method-pillars-breathe{0%,to{stroke-opacity:.28}50%{stroke-opacity:.75}}.method-detail{background:#fff9f3;color:var(--color-base)}.method-detail__container{padding-top:100px;padding-bottom:100px}@media screen and (max-width:1024px){.method-detail__container{padding-top:80px;padding-bottom:80px}}@media screen and (max-width:767px){.method-detail__container{padding-top:64px;padding-bottom:64px}}.method-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:40px}@media screen and (max-width:767px){.method-detail__grid{grid-template-columns:minmax(0,1fr);margin-top:32px}}.method-detail__card{display:flex;flex-direction:column;min-height:340px;padding:32px;border-radius:16px;background:var(--color-linen)}@media screen and (max-width:767px){.method-detail__card{min-height:0;padding:24px}}.method-detail__card-head{display:flex;align-items:center;gap:16px;padding-bottom:28px;border-bottom:1px dashed rgba(29,23,24,.4)}.method-detail__badge{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:40px;height:40px;border:1px dashed rgba(29,23,24,.4);border-radius:50%;font-size:22px;line-height:1}.method-detail__card-title{font-size:24px;font-weight:400;line-height:1.2}.method-detail__card-copy{max-width:557px;margin-top:28px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.method-detail__tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.method-detail__tag{padding:12px 24px;border:1px dashed rgba(29,23,24,.4);border-radius:100px;font-family:var(--font-raleway-medium);font-size:14px;line-height:1.4}.method-detail__link{align-self:flex-start;margin-top:28px;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}.method-detail__cta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;min-height:340px;padding:32px;border-radius:16px;text-align:center;background:var(--color-juniper)}.method-detail__cta .button{color:var(--color-juniper)}.method-detail__cta-head{display:flex;flex-direction:column;align-items:center;gap:20px}.method-detail__cta-title{max-width:292px;font-size:24px;font-weight:400;line-height:1.25}.method--plan .method__head{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.method--plan .method__head{flex-direction:column;gap:24px}}.method--plan .method__head-main{display:flex;flex-direction:column;gap:20px}.method--plan .method__step-link{font-family:var(--font-raleway);font-size:15px;font-weight:600}.method__lede{max-width:620px;margin-top:19px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:1024px){.method__lede{margin-top:0}}.method-treat{background:#fff9f3;color:var(--color-base);padding-top:100px;padding-bottom:100px}@media screen and (max-width:1024px){.method-treat{padding-top:80px;padding-bottom:80px}}@media screen and (max-width:767px){.method-treat{padding-top:64px;padding-bottom:64px}}.method-treat__stage{display:grid;grid-template-columns:minmax(0,700px) minmax(0,647px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.method-treat__stage{grid-template-columns:minmax(0,1fr)}}.method-treat__content{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.method-treat__content .button{margin-top:16px}.method-treat__title{max-width:593px;font-size:clamp(28px,3vw,40px);font-weight:400;line-height:1.2}.method-treat__lede{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.method-treat__pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px;padding-top:32px;border-top:1px dashed rgba(29,23,24,.4)}.method-treat__pill{padding:12px 24px;border:1px dashed rgba(29,23,24,.4);border-radius:100px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.blog{padding:200px 0 0}@media screen and (max-width:767px){.blog{padding:130px 0 0}}.blog__head{display:grid;grid-template-columns:minmax(0,783px) minmax(0,508px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.blog__head{grid-template-columns:minmax(0,1fr);gap:24px}}.blog__head-main{display:flex;flex-direction:column;gap:24px}.blog__title{max-width:580px;font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.15}.blog__lede{margin-top:69px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:1024px){.blog__lede{margin-top:0}}.blog-featured{padding:60px 0 0}@media screen and (max-width:767px){.blog-featured{padding-top:40px}}.blog-featured__card{display:grid;grid-template-columns:minmax(0,557fr) minmax(0,716fr);align-items:center;gap:clamp(40px,8vw,115px);padding:22px;border-radius:16px;background:var(--color-linen)}@media screen and (max-width:1024px){.blog-featured__card{grid-template-columns:minmax(0,1fr);gap:24px}}.blog-featured__body{display:flex;flex-direction:column;gap:32px;max-width:547px;padding-left:10px}@media screen and (max-width:1024px){.blog-featured__body{max-width:none;padding:10px 10px 0;order:2}}.blog-featured__copy{display:flex;flex-direction:column;gap:18px;margin-top:-16px}.blog-featured__title{font-size:clamp(22px,2vw,28px);font-weight:400;line-height:1.3}.blog-featured__lede{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.blog-featured__link{align-self:flex-start;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0;transition:opacity .3s ease-in-out}.blog-featured__link:hover{opacity:.6}.blog-featured__media-link{display:block;overflow:hidden;border-radius:16px}.blog-featured__media{display:block;width:100%;height:auto;aspect-ratio:716/467;border-radius:16px;-o-object-fit:cover;object-fit:cover}@media(prefers-reduced-motion:no-preference){.blog-featured__media{transition:transform .6s cubic-bezier(.22,1,.36,1)}.blog-featured__card:hover .blog-featured__media{transform:scale(1.04)}}.blog-list{padding:100px 0}@media screen and (max-width:767px){.blog-list{padding:64px 0}}.blog-list__filters{display:flex;align-items:center;gap:24px}.blog-list__pills{display:flex;flex-wrap:wrap;gap:12px}@media screen and (max-width:767px){.blog-list__pills{flex-wrap:nowrap;min-width:0;margin-right:-20px;padding-right:20px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.blog-list__pills::-webkit-scrollbar{display:none}}.blog-list__pill{padding:12px 24px;border:1px dashed rgba(29,23,24,.4);border-radius:100px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;color:var(--color-base);cursor:pointer;transition:border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out}.blog-list__pill:hover{border-color:rgba(29,23,24,.7)}.blog-list__pill.is-active{border-color:var(--color-juniper);background:var(--color-juniper);color:var(--color-sand)}@media screen and (max-width:767px){.blog-list__pill{flex:0 0 auto;padding:10px 18px;font-size:14px;white-space:nowrap}}.blog-list__count{margin-left:auto;white-space:nowrap}@media screen and (max-width:767px){.blog-list__count{display:none}}.blog-list__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 23px;margin-top:44px}@media screen and (max-width:1024px){.blog-list__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}}@media screen and (max-width:767px){.blog-list__grid{grid-template-columns:minmax(0,1fr)}}.blog-list__empty{margin-top:44px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.blog-list__more{display:block;width:-moz-fit-content;width:fit-content;margin:60px auto 0;padding:0;border:0;background:none;cursor:pointer;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}.blog-list__more:hover{opacity:.7}.blog-card{display:flex;flex-direction:column;padding:17px;border-radius:16px;background:var(--color-linen)}.blog-card__media-link{display:block;overflow:hidden;border-radius:12px}.blog-card__media{display:block;width:100%;height:auto;aspect-ratio:427/270;border-radius:12px;-o-object-fit:cover;object-fit:cover}@media(prefers-reduced-motion:no-preference){.blog-card__media{transition:transform .6s cubic-bezier(.22,1,.36,1)}.blog-card:hover .blog-card__media{transform:scale(1.05)}}.blog-card__body{flex:1;justify-content:space-between;gap:24px;min-height:175px;padding:24px 0 15px 15px}.blog-card__body,.blog-card__meta{display:flex;flex-direction:column}.blog-card__meta{gap:16px}.blog-card__title{font-size:20px;font-weight:400;line-height:1.2}.blog-card__tags{display:flex;flex-wrap:wrap;gap:4px;list-style:none;margin:0;padding:0}.blog-card__tag{padding:8px 16px;border:1px dashed rgba(29,23,24,.4);border-radius:100px;font-family:var(--font-raleway-medium);font-size:11px;line-height:1.4}.blog-card__link{align-self:flex-start;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0;transition:opacity .3s ease-in-out}.blog-card__link:hover{opacity:.6}.post-hero{padding:200px 0 0}@media screen and (max-width:767px){.post-hero{padding:130px 0 0}}.post-hero__stage{max-width:1300px;margin:0 auto}.post-hero__head{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.post-hero__title{max-width:783px;font-size:clamp(26px,2.9vw,40px);font-weight:400;line-height:1.25}.post-hero__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:0;padding:0;list-style:none}.post-hero__tag{padding:12px 24px;border:1px dashed rgba(29,23,24,.4);border-radius:100px;font-family:var(--font-raleway-medium);font-size:14px;line-height:1.4}.post-hero__media{display:block;width:100%;height:500px;margin-top:60px;border-radius:16px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1024px){.post-hero__media{height:400px}}@media screen and (max-width:767px){.post-hero__media{height:280px;margin-top:40px}}.post-body{padding:60px 0 0}@media screen and (max-width:767px){.post-body{padding-top:40px}}.post-body__column{display:flex;flex-direction:column;gap:40px;max-width:783px;margin:0 auto}@media screen and (max-width:767px){.post-body__column{gap:32px}}.post-body__block{display:flex;flex-direction:column;gap:24px}.post-body__block--ruled{padding-bottom:32px;border-bottom:1px dashed rgba(29,23,24,.4)}.post-body__heading{font-size:clamp(22px,2.2vw,28px);font-weight:400;line-height:1.25}.post-body__copy,.post-body__steps{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;overflow-wrap:anywhere}.post-body__steps{display:flex;flex-direction:column;gap:22px;margin:0;padding:0;list-style:none}.post-body__steps--numbered{counter-reset:post-step}.post-body__steps--numbered>.post-body__step{counter-increment:post-step}.post-body__steps--numbered>.post-body__step:before{content:counter(post-step) ") "}.post-body__steps--bulleted>.post-body__step:before{content:"•";margin-right:6px}.post-body__link{text-decoration:underline;text-underline-offset:3px}.post-body__link:hover{opacity:.7}.post-body__prompts{margin:0;padding:0;list-style:none}.post-body__prompt:before{content:"•";margin-right:6px}.post-body__stills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}@media screen and (max-width:767px){.post-body__stills{grid-template-columns:minmax(0,1fr);gap:16px}}.post-body__stills--one{grid-template-columns:minmax(0,1fr)}.post-body__stills--one .post-body__still{aspect-ratio:783/440}.post-body__still{width:100%;height:auto;aspect-ratio:386/333;border-radius:16px;-o-object-fit:cover;object-fit:cover}.blog-related{padding:100px 0}@media screen and (max-width:767px){.blog-related{padding:64px 0}}.blog-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 23px;margin-top:36px}@media screen and (max-width:1024px){.blog-related__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}}@media screen and (max-width:767px){.blog-related__grid{grid-template-columns:minmax(0,1fr)}}.chef{padding:200px 0 0}@media screen and (max-width:767px){.chef{padding:130px 0 0}}.chef-head{display:grid;grid-template-columns:minmax(0,783px) minmax(0,620px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.chef-head{grid-template-columns:minmax(0,1fr);gap:24px}}.chef-head__main{display:flex;flex-direction:column;gap:24px}.chef-head__title{max-width:581px;font-size:clamp(26px,2.8vw,40px);font-weight:400;line-height:1.15}.chef-head--page .chef-head__title{max-width:462px;font-size:clamp(30px,3.2vw,44px)}.chef-head__lede{margin-top:39px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;text-wrap:pretty;--reveal-opacity:0.6;opacity:.6}.chef-head--page .chef-head__lede{margin-top:80px}@media screen and (max-width:1024px){.chef-head--page .chef-head__lede,.chef-head__lede{margin-top:0}}.chef__stats{display:grid;grid-template-columns:341fr 431fr 293fr;margin-top:80px;border-top:1px dashed rgba(29,23,24,.4);border-bottom:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.chef__stats{grid-template-columns:minmax(0,1fr)}}.chef__stat{display:flex;flex-direction:column;gap:16px;padding:32px 20px 27px 32px;border-left:1px dashed rgba(29,23,24,.4)}.chef__stat:first-child{padding-left:0;border-left:0}@media screen and (max-width:767px){.chef__stat{padding:24px 0 20px;border-left:0}.chef__stat:nth-child(n+2){border-top:1px dashed rgba(29,23,24,.4)}}.chef__stat-value{font-size:40px;font-weight:400;line-height:1}.chef__stat-label{font-family:var(--font-raleway);font-size:10.5px;font-weight:600;letter-spacing:2.1px;line-height:1.2;text-transform:uppercase;--reveal-opacity:0.7;opacity:.7}.chef-videos{padding:100px 0}@media screen and (max-width:767px){.chef-videos{padding:64px 0}}.chef-videos__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 10px;margin-top:60px}@media screen and (max-width:1024px){.chef-videos__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media screen and (max-width:767px){.chef-videos__grid{grid-template-columns:minmax(0,1fr)}}.chef-videos__more{display:block;width:-moz-fit-content;width:fit-content;margin:60px auto 0;padding:0;border:0;background:none;font:inherit;color:inherit;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}button.chef-videos__more{cursor:pointer}.recipe-card{display:flex;flex-direction:column;padding:14px 14px 0;border-radius:16px;background:var(--color-linen)}.recipe-card__media{position:relative;display:block;width:100%;padding:0;border:0;background:none;line-height:0;text-align:left;font:inherit;color:inherit}button.recipe-card__media{cursor:pointer}.recipe-card__still{width:100%;height:auto;aspect-ratio:322/212;border-radius:12px;-o-object-fit:cover;object-fit:cover}.recipe-card__play{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:hsla(0,0%,100%,.24);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transform:translate(-50%,-50%)}.recipe-card__play img{margin-left:3px}.recipe-card__body{display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:24px;min-height:194px;padding:24px 18px 32px}.recipe-card__meta{display:flex;flex-direction:column;gap:16px}.recipe-card__title{max-width:260px;font-size:24px;font-weight:400;line-height:1.2}@media screen and (max-width:767px){.recipe-card__title{max-width:none}}.recipe-card__link{align-self:flex-start;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}.recipe-modal{margin:auto;width:min(1100px,92vw,(100vh - 140px)*16/9);max-width:none;max-height:none;padding:0;border:0;background:none;color:var(--color-sand)}@supports(height:100dvh){.recipe-modal{width:min(1100px,92vw,(100dvh - 140px)*16/9)}}.recipe-modal::backdrop{background:rgba(29,23,24,.88)}@media(prefers-reduced-motion:no-preference){.recipe-modal[open]{animation:recipe-modal-in .3s cubic-bezier(.22,1,.36,1) both}}@keyframes recipe-modal-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.recipe-modal__panel{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:16px;background:#000}.recipe-modal__frame{position:absolute;inset:0;width:100%;height:100%;border:0}.recipe-modal__close{display:block;margin:0 0 12px auto;padding:0;border:0;background:none;cursor:pointer}.recipe-modal__close-icon{display:block;width:28px;height:28px;background:var(--color-sand);opacity:.6;mask:url(/images/icons/close.svg) no-repeat center/contain;-webkit-mask:url(/images/icons/close.svg) no-repeat center/contain;transition:opacity .3s cubic-bezier(.22,1,.36,1)}.recipe-modal__close:hover .recipe-modal__close-icon{opacity:1}.recipe-modal__close-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.recipe-modal__out{display:block;width:-moz-fit-content;width:fit-content;margin:16px auto 0;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0;color:var(--color-sand)}.chef-spotlight{padding:100px 0}@media screen and (max-width:767px){.chef-spotlight{padding:64px 0}}.chef-spotlight__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 17px;margin-top:60px;list-style:none;padding:0}@media screen and (max-width:1024px){.chef-spotlight__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.chef-spotlight__grid{grid-template-columns:minmax(0,1fr)}}.ingredient-card{display:flex;align-items:center;gap:20px;min-height:100px;padding:14px 28px 14px 14px;border-radius:16px;background:var(--color-linen)}@media screen and (max-width:767px){.ingredient-card{gap:14px;padding:14px}}.ingredient-card__thumb{flex-shrink:0;width:72px;height:72px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.ingredient-card__name{flex:1;min-width:0;font-size:20px;line-height:1.2;overflow-wrap:break-word}.ingredient-card__play{display:grid;flex-shrink:0;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--color-juniper)}.ingredient-card__play img{width:11px;height:14px;margin-left:2px}.library{padding:200px 0 0}@media screen and (max-width:767px){.library{padding:130px 0 0}}.library-head{display:grid;grid-template-columns:minmax(0,783px) minmax(0,638px);justify-content:space-between;gap:40px;scroll-margin-top:120px}.library-head.library-head--videos{margin-top:62px}@media screen and (max-width:767px){.library-head.library-head--videos{margin-top:40px}}.library-head.library-head--ruled{padding-top:100px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.library-head.library-head--ruled{padding-top:64px}}@media screen and (max-width:1024px){.library-head{grid-template-columns:minmax(0,1fr);gap:24px}}.library-head__main{display:flex;flex-direction:column;gap:24px}.library-head__title{max-width:462px;font-size:clamp(26px,2.8vw,40px);font-weight:400;line-height:1.15}.library-head--page .library-head__title{font-size:clamp(30px,3.2vw,44px)}.library-head--videos .library-head__title{font-size:clamp(22px,2vw,28px)}.library-head__lede{margin-top:89px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.library-head--page .library-head__lede{margin-top:25px}.library-head--videos .library-head__lede{margin-top:59px}@media screen and (max-width:1024px){.library-head--page .library-head__lede,.library-head--videos .library-head__lede,.library-head__lede{margin-top:0}}.library-videos{padding:100px 0 0}@media screen and (max-width:767px){.library-videos{padding-top:64px}}.library-filters{display:flex;align-items:center;gap:24px;padding-top:60px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.library-filters{padding-top:40px}}.library-filters__pills{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}@media screen and (max-width:767px){.library-filters__pills{flex-wrap:nowrap;min-width:0;margin-right:-20px;padding-right:20px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.library-filters__pills::-webkit-scrollbar{display:none}.library-filters__pills>li{flex:0 0 auto}}.library-filters__pill{display:block;padding:12px 24px;border:1px dashed rgba(29,23,24,.4);border-radius:100px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;color:inherit;text-decoration:none;transition:border-color .3s ease-in-out}.library-filters__pill:hover{border-color:rgba(29,23,24,.7)}.library-filters__pill.is-active{border-color:var(--color-base)}@media screen and (max-width:767px){.library-filters__pill{padding:10px 18px;font-size:14px;white-space:nowrap}}.library-filters__count{margin-left:auto;white-space:nowrap}@media screen and (max-width:1024px){.library-filters__count{display:none}}.library-clips__group,.library-videos__group{margin-top:60px}.library-videos__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 10px;margin-top:36px}@media screen and (max-width:1024px){.library-videos__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media screen and (max-width:767px){.library-videos__grid{grid-template-columns:minmax(0,1fr)}}.video-card{display:flex;flex-direction:column;padding:14px;border-radius:16px;background:var(--color-linen)}.video-card__media{position:relative;display:block;line-height:0}.video-card__still{width:100%;height:auto;aspect-ratio:322/212;border-radius:12px;-o-object-fit:cover;object-fit:cover}.video-card__play{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:hsla(0,0%,100%,.24);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transform:translate(-50%,-50%)}.video-card__play img{margin-left:3px}.video-card__body{display:flex;flex:1;flex-direction:column;gap:12px;min-height:132px;padding:24px 18px 18px}.video-card__title{font-size:24px;font-weight:400;line-height:1.2}.video-card__copy{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.library-clips{padding:40px 0 0}.library-clips__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 17px;margin-top:36px;list-style:none;padding:0}@media screen and (max-width:1024px){.library-clips__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.library-clips__grid{grid-template-columns:minmax(0,1fr)}}.clip-card{display:flex;align-items:center;gap:20px;min-height:100px;padding:14px 28px 14px 14px;border-radius:16px;background:var(--color-linen)}@media screen and (max-width:767px){.clip-card{gap:14px;padding:14px}}.clip-card__thumb{flex-shrink:0;width:72px;height:72px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.clip-card__body{display:flex;flex:1;min-width:0;flex-direction:column;gap:6px}.clip-card__title{font-size:20px;line-height:1.2;overflow-wrap:break-word}.clip-card__meta{font-family:var(--font-raleway-medium);font-size:14px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.clip-card__play{display:grid;flex-shrink:0;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--color-juniper)}.clip-card__play img{width:11px;height:14px;margin-left:2px}.library-books{padding:60px 0 0}@media screen and (max-width:767px){.library-books{padding-top:40px}}.library-books__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px;margin-top:60px}@media screen and (max-width:1024px){.library-books__grid{grid-template-columns:minmax(0,1fr);gap:16px}}.book-card{display:flex;flex-direction:column;gap:30px;min-height:521px;padding:32px;border-radius:16px;background:var(--color-linen)}.book-card__cover{width:130px;height:195px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.book-card__body{gap:18px}.book-card__body,.book-card__copy{display:flex;flex-direction:column}.book-card__copy{gap:12px}.book-card__title{font-size:24px;font-weight:400;line-height:1.2}.book-card__blurb{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.book-card__stores{display:flex;flex-wrap:wrap;gap:12px;margin-top:auto;list-style:none;padding:0}.book-card__store{padding:12px 24px;border:1px dashed rgba(29,23,24,.4);border-radius:100px;font-family:var(--font-raleway-medium);font-size:11px;line-height:1.4}.library-articles{padding:100px 0 0}@media screen and (max-width:767px){.library-articles{padding-top:64px}}.library-articles__group{margin-top:60px}.library-articles__list{margin-top:20px;border-top:1px dashed rgba(29,23,24,.4);list-style:none;padding:0}.article-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0;border-bottom:1px dashed rgba(29,23,24,.4)}.article-row__title{font-family:var(--font-raleway-medium);font-size:20px;line-height:1.4}@media screen and (max-width:767px){.article-row__title{font-size:16px}}.article-row__icon{display:block;flex-shrink:0;width:32px;height:32px;border:1px dashed rgba(29,23,24,.4);border-radius:50%;background:var(--color-base);mask:url(/images/icons/arrow-up-right.svg) center/20px 20px no-repeat;-webkit-mask:url(/images/icons/arrow-up-right.svg) center/20px 20px no-repeat}.library-podcasts{padding:100px 0}@media screen and (max-width:767px){.library-podcasts{padding:64px 0}}.library-podcasts__stage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:60px}@media screen and (max-width:1024px){.library-podcasts__stage{grid-template-columns:minmax(0,1fr)}}.library-podcasts__column{display:grid;grid-auto-rows:1fr;gap:16px}.podcast-feature{display:flex;flex-direction:column;min-height:650px;padding:32px;border-radius:16px;background:var(--color-juniper);color:var(--color-sand)}.podcast-feature__head{display:flex;flex-direction:column;gap:16px;padding-bottom:32px;border-bottom:1px dashed hsla(40,56%,94%,.3)}.podcast-feature__title{font-size:24px;font-weight:400;line-height:1.2}.podcast-feature__copy{max-width:557px;margin-top:28px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.podcast-feature__actions{display:flex;align-items:center;gap:30px;margin-top:40px}.podcast-card__button,.podcast-feature__button{display:inline-flex;align-items:center;align-self:flex-start;width:-moz-fit-content;width:fit-content}.podcast-feature__link{font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0;color:var(--color-sand)}.podcast-feature__stills{display:flex;align-items:flex-end;gap:14px;margin-top:auto;padding-top:40px}.podcast-feature__still{width:211px;height:auto;aspect-ratio:1;border-radius:16px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767px){.podcast-feature__still{flex:211 1 0;width:auto;min-width:0}}.podcast-feature__still--small{width:163px}@media screen and (max-width:767px){.podcast-feature__still--small{flex-grow:163;width:auto}}.podcast-card{justify-content:space-between;gap:24px;min-height:206px;padding:32px;border-radius:16px;background:var(--color-linen)}.podcast-card,.podcast-card__head{display:flex;flex-direction:column}.podcast-card__head{gap:16px;padding-bottom:32px;border-bottom:1px dashed rgba(29,23,24,.4)}.podcast-card__title{font-size:24px;font-weight:400;line-height:1.2}.research{padding:200px 0 80px}@media screen and (max-width:1024px){.research{padding-bottom:64px}}@media screen and (max-width:767px){.research{padding:130px 0 48px}}.research-head{display:grid;grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.research-head{grid-template-columns:minmax(0,1fr);gap:24px}}.research-head__main{display:flex;flex-direction:column;gap:24px}.research-head__title{max-width:484px;font-size:clamp(26px,2.8vw,40px);font-weight:400;line-height:1.15}.research-head--page .research-head__title{max-width:580px;font-size:clamp(30px,3.2vw,44px)}.research-head__lede{width:609px;max-width:100%;margin-top:38px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.research-head--page .research-head__lede{width:582px;margin-top:58px}@media screen and (max-width:1024px){.research-head--page .research-head__lede,.research-head__lede{width:100%;margin-top:0}}.research-why__stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.113fr);align-items:start;-moz-column-gap:clamp(40px,13.4vw,202px);column-gap:clamp(40px,13.4vw,202px);padding-top:100px;padding-bottom:100px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.research-why__stage{padding-top:80px;padding-bottom:80px;grid-template-columns:minmax(0,1fr);row-gap:48px}}@media screen and (max-width:767px){.research-why__stage{padding-top:64px;padding-bottom:64px}}.research-why__content{min-width:0}.research-why__head{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.research-why__title{max-width:582px;font-size:clamp(22px,2.2vw,28px);line-height:1.3}.research-why__copy{max-width:564px;margin-top:4px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.research-why__points{margin-top:104px;list-style:none;padding:0}@media screen and (max-width:1024px){.research-why__points{margin-top:56px}}@media screen and (max-width:767px){.research-why__points{margin-top:40px}}.research-why__point{--bead-top:9px;position:relative;display:flex;flex-direction:column;gap:10px;padding-left:30px}.research-why__point:before{content:"";position:absolute;top:var(--bead-top);left:0;width:6px;height:6px;border-radius:50%;background:var(--color-base)}.research-why__point+.research-why__point{--bead-top:29px;margin-top:20px;padding-top:20px;border-top:1px dashed rgba(29,23,24,.4)}.research-why__point-title{font-size:20px;font-weight:400;line-height:1.2}.research-why__point-copy{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.research-why__aside{min-width:0}.research-why__card{padding:32px;border-radius:16px;background:var(--color-linen)}.research-why__card-title{margin-top:20px;font-size:clamp(22px,2.2vw,28px);font-weight:400;line-height:1.3}.research-why__card-copy{margin-top:24px;padding-top:24px;border-top:1px dashed rgba(29,23,24,.4);font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.research-why__media{margin-top:16px;aspect-ratio:648/397;border-radius:16px;overflow:hidden}@media screen and (max-width:767px){.research-why__media{aspect-ratio:16/11}}.research-why__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.research-work__container{padding-top:100px;padding-bottom:100px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.research-work__container{padding-top:80px;padding-bottom:80px}}@media screen and (max-width:767px){.research-work__container{padding-top:64px;padding-bottom:64px}}.research-work__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:110px}@media screen and (max-width:1024px){.research-work__grid{grid-template-columns:minmax(0,1fr);gap:16px;margin-top:56px}}@media screen and (max-width:767px){.research-work__grid{margin-top:40px}}.research-work__card{display:flex;flex-direction:column;min-height:356px;padding:32px;border-radius:16px;background:var(--color-linen)}@media screen and (max-width:1024px){.research-work__card{min-height:0}}@media screen and (max-width:767px){.research-work__card{padding:24px}}.research-work__badge{display:flex;flex:0 0 auto;align-items:center;justify-content:center;align-self:flex-start;width:48px;height:48px;padding-top:7px;border:1px dashed rgba(29,23,24,.4);border-radius:50%;font-size:26px;line-height:1}.research-work__card-title{margin-top:40px;font-size:24px;font-weight:400;line-height:1.2}.research-work__card-copy{margin-top:24px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.research-work__link{align-self:flex-start;margin-top:32px;font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0}@media screen and (min-width:1025px){.research-work__link{margin-top:auto;padding-top:32px}}.research-open__stage{display:grid;grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;gap:40px;padding-top:100px;padding-bottom:100px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.research-open__stage{padding-top:80px;padding-bottom:80px;grid-template-columns:minmax(0,1fr);gap:32px}}@media screen and (max-width:767px){.research-open__stage{padding-top:64px;padding-bottom:64px}}.research-open__main{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.research-open__title{max-width:434px;font-size:clamp(22px,2.2vw,28px);line-height:1.3}.research-open__aside{display:flex;flex-direction:column;align-items:flex-start;width:609px;max-width:100%}@media screen and (max-width:1024px){.research-open__aside{width:100%}}.research-open__lede{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.research-open__aside .button{margin-top:32px}.services-index{padding:200px 0 0}@media screen and (max-width:767px){.services-index{padding-top:130px}}.services-index__head{display:grid;grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.services-index__head{grid-template-columns:minmax(0,1fr);gap:24px}}.services-index__main{display:flex;flex-direction:column;gap:24px}.services-index__title{max-width:500px;font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.15}.services-index__lede{width:620px;max-width:100%;margin-top:80px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:1024px){.services-index__lede{width:100%;margin-top:0}}.services-feature{position:relative;display:flex;align-items:center;justify-content:center;min-height:500px;margin-top:64px;padding:60px 24px;border-radius:16px;overflow:hidden;background-color:#1e1718;color:var(--color-sand);text-align:center}@media screen and (max-width:767px){.services-feature{min-height:440px;margin-top:40px;padding:48px 20px}}.services-feature__image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.services-feature__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3),transparent 48%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 72%);pointer-events:none}.services-feature__body{position:relative;display:flex;flex-direction:column;align-items:center;width:547px;max-width:100%}.services-feature__title{margin-top:16px;font-size:clamp(26px,3vw,40px);font-weight:400;line-height:1.15}.services-feature__lede{max-width:499px;margin-top:20px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.services-feature__body .button{margin-top:32px}.services-groups{padding:100px 0}@media screen and (max-width:767px){.services-groups{padding:64px 0}}.services-group+.services-group{margin-top:100px}@media screen and (max-width:767px){.services-group+.services-group{margin-top:64px}}.services-group__title{display:block;padding-bottom:26px;border-bottom:1px dashed rgba(29,23,24,.4)}.services-group__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:32px 0 0;padding:0;list-style:none}@media screen and (max-width:1024px){.services-group__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.services-group__grid{grid-template-columns:minmax(0,1fr)}}.service-tile{height:400px}.service-tile__link{position:relative;display:block;width:100%;height:100%;border-radius:16px;overflow:hidden;color:var(--color-sand)}.service-tile__image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.service-tile__link:hover .service-tile__image{transform:scale(1.04)}.service-tile__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.42),transparent 42%,transparent);pointer-events:none}.service-tile__label{position:absolute;top:24px;left:24px;right:24px;width:75%;font-size:28px;line-height:1.15}.service-tile__arrow{position:absolute;bottom:24px;left:24px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:var(--color-sand);transition:transform .35s ease}.service-tile__arrow:before{content:"";width:16px;height:16px;background-color:#000;mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;transform:rotate(180deg)}.service-tile__link:hover .service-tile__arrow{transform:translateX(4px)}.services-support{padding-bottom:100px}@media screen and (max-width:767px){.services-support{padding-bottom:64px}}.services-support__card{display:grid;grid-template-columns:minmax(320px,1fr) minmax(0,620px);gap:40px;padding:32px;border-radius:20px;background:var(--color-linen)}@media screen and (max-width:1024px){.services-support__card{grid-template-columns:minmax(0,1fr);gap:32px}}@media screen and (max-width:767px){.services-support__card{gap:24px;padding:24px}}.services-support__title{max-width:355px;margin-top:22px;font-size:clamp(24px,2.4vw,32px);font-weight:400;line-height:1.2}@media screen and (max-width:767px){.services-support__title{margin-top:16px}}.services-support__body{display:flex;flex-direction:column;align-items:flex-start}.services-support__lede{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.services-support__body .button{margin-top:24px}.notice{padding:200px 0 100px}@media screen and (max-width:767px){.notice{padding:130px 0 64px}}.notice__title{max-width:535px;margin:0 auto;font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.15;text-align:center}.notice__head .notice__title{max-width:669px}.notice__lede{width:565px;max-width:100%;margin:24px auto 0;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;text-align:center}.notice__docs{display:flex;flex-direction:column;align-items:center;gap:20px;margin:24px 0 0;padding:0;list-style:none;text-align:center}.notice__doc-link{display:inline-flex;align-items:center;gap:4px;padding-bottom:3px;border-bottom:1px solid var(--color-base);font-family:var(--font-raleway-medium);font-size:18px;line-height:1.17}@media screen and (max-width:767px){.notice__doc-link{display:inline;padding-bottom:0;border-bottom:none;line-height:1.5;text-decoration:underline;text-underline-offset:5px}}a.notice__doc-link{transition:opacity .3s ease}a.notice__doc-link:hover{opacity:.65}.notice__doc-icon{flex-shrink:0;width:16px;height:16px;background:var(--color-base);mask:url(/images/icons/arrow-up-right.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow-up-right.svg) center/contain no-repeat}@media screen and (max-width:767px){.notice__doc-icon{display:inline-block;margin-left:4px;vertical-align:-2px}}.notice__hours{margin-top:24px;font-family:var(--font-raleway);font-size:16px;font-weight:600;line-height:1.4;text-align:center}.notice__stage{margin-top:40px;padding-top:40px;border-top:1px dashed rgba(29,23,24,.4)}.notice__body{width:800px;max-width:100%;margin:0 auto}.notice__group{margin-top:32px;padding-top:32px;border-top:1px dashed rgba(29,23,24,.4)}.notice__body>.notice__group:first-child{margin-top:0;padding-top:0;border-top:none}.notice__group-title{font-size:20px;font-weight:400;line-height:1.2}.notice__group-title+.notice__run{margin-top:20px}.notice__subsection{margin-top:32px}.notice__subsection-title{font-size:18px;font-weight:400;line-height:1.2}.notice__subsection-title+.notice__run{margin-top:16px}.notice__copy{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.notice__copy--spaced+.notice__copy--spaced{margin-top:16px}.notice__copy--strong{font-family:var(--font-raleway);font-weight:600}.notice__copy+.notice__copy--strong{margin-top:16px}.notice__intro .notice__copy+.notice__copy{margin-top:22px}.notice__run+.notice__run{margin-top:16px}.notice__list+.notice__run{margin-top:20px}.notice__link{text-decoration:underline;text-underline-offset:4px}.notice__list{margin:20px 0 0;padding-left:24px;list-style:disc}.notice__item{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.notice__item+.notice__item{margin-top:16px}.notice__item-label{font-family:var(--font-raleway);font-weight:600}.notice__item-copy{display:block;margin-top:16px}.notice__eyebrow{margin-bottom:16px;text-align:center}.notice__subtitle{margin-top:12px;font-family:var(--font-raleway);font-size:18px;font-weight:600;line-height:1.3;text-align:center;color:var(--color-juniper)}.notice__lede--wide{width:820px}.notice__body--wide{width:1120px}.rights__title{font-size:24px;font-weight:400;line-height:1.2;text-align:center}.rights__list{margin:40px 0 0;padding:0;-moz-columns:2;column-count:2;-moz-column-gap:64px;column-gap:64px;list-style:none;counter-reset:rights}@media screen and (max-width:1024px){.rights__list{-moz-columns:1;column-count:1}}.rights__item{position:relative;padding-left:34px;-moz-column-break-inside:avoid;break-inside:avoid;counter-increment:rights}.rights__item:before{content:counter(rights) ".";position:absolute;top:0;left:0;font-family:var(--font-raleway);font-size:16px;font-weight:600;line-height:1.4;color:var(--color-juniper)}.rights__item{margin-top:24px}.rights__item:first-child{margin-top:0}.rights__copy{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.rights__label{font-family:var(--font-raleway);font-weight:600}.notice__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:1120px;max-width:100%;margin:40px auto 0}@media screen and (max-width:1024px){.notice__cards{grid-template-columns:minmax(0,1fr)}}.notice-card{padding:32px;border-radius:20px;background:var(--color-linen)}@media screen and (max-width:767px){.notice-card{padding:24px}}.notice-card--juniper{background:var(--color-juniper);color:var(--color-sand)}.notice-card--inline{margin-top:24px}.notice-card__title{font-size:20px;font-weight:400;line-height:1.2}.notice-card__copy{margin-top:16px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4}.notice-card__lead{font-family:var(--font-raleway);font-weight:600}.notice-card__link{text-decoration:underline;text-underline-offset:4px;transition:opacity .3s ease}.notice-card__link:hover{opacity:.65}.notice-card__contacts{margin:16px 0 0;padding:0;list-style:none}.notice-card__contacts--row{display:flex;flex-wrap:wrap;gap:8px 32px}.notice-card__contact{font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;overflow-wrap:anywhere}.notice-card__contact+.notice-card__contact{margin-top:8px}.notice-card__contacts--row .notice-card__contact+.notice-card__contact{margin-top:0}.notice-card__rows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 32px;margin:24px 0 0}@media screen and (max-width:767px){.notice-card__rows{grid-template-columns:minmax(0,1fr)}}.notice-card__row{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:8px;border-bottom:1px dashed hsla(40,56%,94%,.3)}.notice-card:not(.notice-card--juniper) .notice-card__row{border-bottom-color:rgba(29,23,24,.4)}.notice-card__row-label{font-family:var(--font-raleway);font-size:16px;font-weight:600;line-height:1.4}.notice-card__row-value{margin:0;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;overflow-wrap:anywhere}.notice__aside{margin-top:24px;font-size:15px;font-style:italic;line-height:1.5}.notice__aside,.notice__form{font-family:var(--font-raleway-medium);--reveal-opacity:0.6;opacity:.6}.notice__form{width:1120px;max-width:100%;margin:64px auto 0;padding-top:24px;border-top:1px dashed rgba(29,23,24,.4);font-size:14px;line-height:1.4;text-align:center}body:has(.quiz) .header{display:none}body:has(.quiz:not(.is-results)) .footer{display:none}.quiz{position:relative;z-index:1;min-height:100dvh;color:var(--color-base)}.quiz,.quiz__bar{background:#fff9f3}.quiz__bar{position:fixed;top:0;left:0;right:0;z-index:20;border-bottom:1px dashed rgba(29,23,24,.4)}.quiz__bar.is-stepping{border-bottom-style:solid;border-bottom-color:rgba(29,23,24,.2)}.quiz__bar-inner{position:relative;display:flex;align-items:center;justify-content:center;height:103px}@media screen and (max-width:767px){.quiz__bar-inner{height:72px}}.quiz__mark{display:block}.quiz__mark img{display:block;width:64px;height:64px;filter:brightness(0);opacity:1}@media screen and (max-width:767px){.quiz__mark img{width:44px;height:44px}}.quiz__close{position:absolute;top:50%;right:35px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px}@media screen and (max-width:767px){.quiz__close{right:20px}}.quiz__close-icon{display:block;width:32px;height:32px;background:var(--color-base);opacity:.6;mask:url(/images/icons/close.svg) no-repeat center/contain;-webkit-mask:url(/images/icons/close.svg) no-repeat center/contain;transition:opacity .3s cubic-bezier(.22,1,.36,1)}.quiz__close:hover .quiz__close-icon{opacity:1}.quiz__close-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.quiz__progress{position:absolute;left:0;right:0;bottom:-1px;height:2px}.quiz__progress-fill{display:block;width:100%;height:100%;background:var(--color-juniper);transform-origin:left center;transform:scaleX(0);transition:transform .6s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.quiz__progress-fill{transition:none}}.quiz__view{padding-top:103px}@media screen and (max-width:767px){.quiz__view{padding-top:72px}}@media(prefers-reduced-motion:no-preference){.quiz__view{animation:quiz-fade .5s cubic-bezier(.22,1,.36,1) both}}@keyframes quiz-fade{0%{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:translateZ(0)}}.quiz__back{font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0;background:none;border:0;padding:0;cursor:pointer;transition:opacity .3s cubic-bezier(.22,1,.36,1)}.quiz__back:hover{opacity:.65}.quiz-intro{position:relative;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 103px);overflow:hidden;padding:80px 0}@media screen and (max-width:1024px){.quiz-intro{flex-direction:column;min-height:calc(100dvh - 103px);padding:56px 0;gap:40px}}@media screen and (max-width:767px){.quiz-intro{min-height:calc(100dvh - 72px)}}.quiz-intro__column{position:absolute;top:0;bottom:0;width:236px;overflow:hidden}.quiz-intro__column--left{left:10px}.quiz-intro__column--right{right:10px}.quiz-intro__column:after,.quiz-intro__column:before{content:"";position:absolute;left:0;right:0;height:clamp(90px,10.65vw,161px);z-index:2;pointer-events:none}.quiz-intro__column:before{top:0;background:linear-gradient(180deg,#fff9f3,rgba(255,249,243,0))}.quiz-intro__column:after{bottom:0;background:linear-gradient(0deg,#fff9f3,rgba(255,249,243,0))}@media screen and (max-width:1024px){.quiz-intro__column{display:none}}.quiz-intro__track{display:flex;flex-direction:column;width:100%}.quiz-intro__img{display:block;width:100%;height:auto;margin-bottom:9px;border-radius:16px}@media(prefers-reduced-motion:no-preference){.quiz-intro__column--left .quiz-intro__track{animation:about-drift-down 88s linear infinite}.quiz-intro__column--right .quiz-intro__track{animation:about-drift-up 88s linear infinite}}.quiz-intro__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;padding-inline:clamp(20px,20vw,296px)}@media screen and (max-width:1024px){.quiz-intro__inner{padding-inline:40px}}@media screen and (max-width:767px){.quiz-intro__inner{padding-inline:20px}}.quiz-intro__content{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:620px;text-align:center}.quiz-intro__title{font-size:clamp(34px,3.7vw,56px);font-weight:400;line-height:1.15}.quiz-intro__lede{max-width:507px;margin-top:-4px;font-size:clamp(17px,1.32vw,20px);line-height:1.4}.quiz-intro__notes{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;width:100%;max-width:579px;margin-top:60px;padding-top:20px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.quiz-intro__notes{flex-direction:column;align-items:center;gap:12px;margin-top:48px}}.quiz-intro__note{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-base);font-size:16px;line-height:1.4}.quiz-intro__note:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--color-base);flex:none}.quiz-question{display:flex;flex-direction:column;align-items:center;gap:32px;padding:120px 40px}@media screen and (max-width:767px){.quiz-question{padding:56px 20px 80px}}.quiz-question__head{display:flex;flex-direction:column;gap:24px;width:100%;max-width:568px;text-align:center}.quiz-question__title{font-size:clamp(28px,2.65vw,40px);font-weight:400;line-height:1.2}.quiz-question__lede{margin-top:-4px;font-family:var(--font-base);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.quiz-question__body{display:flex;flex-direction:column;gap:60px;width:100%;max-width:520px}@media screen and (max-width:767px){.quiz-question__body{gap:40px}}.quiz-question__options{display:flex;flex-direction:column;gap:10px}.quiz-option{position:relative;display:flex;align-items:center;gap:16px;padding:21px 16px;border:1px solid rgba(0,0,0,.15);border-radius:8px;background:#fff9f3;cursor:pointer;transition:background .3s cubic-bezier(.22,1,.36,1),border-color .3s cubic-bezier(.22,1,.36,1)}.quiz-option--noted{padding-block:12px}.quiz-option:hover{border-color:rgba(0,0,0,.35)}.quiz-option.is-checked{background:var(--color-linen)}.quiz-option__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.quiz-option__box{position:relative;flex:none;width:18px;height:18px;border:1px solid rgba(0,0,0,.15);border-radius:4px;background:#fff9f3;transition:background .3s cubic-bezier(.22,1,.36,1),border-color .3s cubic-bezier(.22,1,.36,1)}.quiz-option__box:after{content:"";position:absolute;inset:1px;background:var(--color-sand);mask:url(/images/icons/check.svg) no-repeat center/contain;-webkit-mask:url(/images/icons/check.svg) no-repeat center/contain;opacity:0;transition:opacity .2s cubic-bezier(.22,1,.36,1)}.quiz-option.is-checked .quiz-option__box{border-color:var(--color-juniper);background:var(--color-juniper)}.quiz-option.is-checked .quiz-option__box:after{opacity:1}.quiz-option__input:focus-visible+.quiz-option__box{outline:2px solid var(--color-sand);outline-offset:2px;box-shadow:0 0 0 4px rgba(29,23,24,.55)}.quiz-option__body{display:flex;flex-direction:column;justify-content:center;gap:6px}.quiz-option__label{font-family:var(--font-base);font-size:16px;line-height:1.4}.quiz-option__note{font-family:var(--font-primary);font-size:10px;letter-spacing:3px;line-height:1.2;text-transform:uppercase;opacity:.5}.quiz-question__actions{display:flex;align-items:center;justify-content:space-between;gap:24px}.quiz-results{padding:120px 0 0}@media screen and (max-width:767px){.quiz-results{padding-top:56px}}.quiz-results__head{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:640px;margin:0 auto;text-align:center}.quiz-results__title{font-size:clamp(30px,2.91vw,44px);font-weight:400;line-height:1.15}.quiz-results__lede{max-width:598px;margin-top:-8px;font-family:var(--font-base);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.quiz-results__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:60px}@media screen and (max-width:1024px){.quiz-results__cards{grid-template-columns:minmax(0,1fr)}}.quiz-results__restart{display:flex;align-items:center;gap:32px;margin-top:40px}.result-card{display:flex;flex-direction:column;min-height:280px;padding:32px;border-radius:16px;background:var(--color-linen)}@media screen and (max-width:767px){.result-card{min-height:0;padding:24px}}.result-card__head{display:flex;align-items:center;gap:20px}.result-card__image{flex:none;width:72px;height:72px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.result-card__naming{display:flex;flex-direction:column;gap:10px;min-width:0}.result-card__name{font-size:24px;font-weight:400;line-height:1.1;overflow-wrap:break-word}.result-card__copy{margin-top:24px;font-family:var(--font-base);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.result-card__foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:32px}.result-card__link{font-family:var(--font-raleway);font-size:15px;font-weight:600;color:var(--color-base);text-decoration:underline;text-underline-offset:5px;letter-spacing:0;transition:opacity .3s cubic-bezier(.22,1,.36,1)}.result-card__link:hover{opacity:.65}.result-card__badge{flex:none;padding:8px 16px;border-radius:100px;background:#abc6bb;font-family:var(--font-raleway);font-size:11px;font-weight:600;line-height:1.4}.quiz-cta{padding:100px 0}@media screen and (max-width:767px){.quiz-cta{padding:64px 0}}.quiz-cta__stage{padding-top:60px;border-top:1px dashed rgba(29,23,24,.4)}.quiz-cta__head{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}@media screen and (max-width:1024px){.quiz-cta__head{grid-template-columns:minmax(0,1fr);gap:32px}}.quiz-cta__intro{display:flex;flex-direction:column;gap:36px;max-width:610px}.quiz-cta__title{font-size:clamp(28px,2.65vw,40px);font-weight:400;line-height:1.2}.quiz-cta__aside{display:flex;flex-direction:column;align-items:flex-start;gap:24px;max-width:622px;padding-top:10px}.quiz-cta__lede{font-family:var(--font-base);font-size:16px;line-height:1.4}.quiz-cta__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;margin-top:32px;padding-top:32px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.quiz-cta__body{grid-template-columns:minmax(0,1fr)}}.quiz-cta__steps{gap:20px;max-width:610px}.quiz-cta__list,.quiz-cta__steps{display:flex;flex-direction:column}.quiz-cta__step{display:flex;align-items:center;gap:16px;padding-block:20px;border-top:1px dashed rgba(29,23,24,.4)}.quiz-cta__step-number{flex:none;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px dashed rgba(29,23,24,.4);border-radius:50%;font-size:20px;line-height:1}.quiz-cta__step-copy{font-family:var(--font-base);font-size:16px;line-height:1.4}.quiz-cta__stills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-content:start}.quiz-cta__stills img{display:block;width:100%;height:auto;aspect-ratio:305/292;-o-object-fit:cover;object-fit:cover;border-radius:16px}@media screen and (max-width:767px){.quiz-cta__stills{gap:10px}}.quiz-cta__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:60px;padding-top:31px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:1024px){.quiz-cta__stats{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:32px}}@media screen and (max-width:767px){.quiz-cta__stats{grid-template-columns:minmax(0,1fr);row-gap:24px}}.quiz-cta__stat{display:flex;flex-direction:column;gap:22px}@media screen and (max-width:767px){.quiz-cta__stat{gap:12px}}.quiz-cta__stat-value{font-size:40px;font-weight:300;line-height:1}.quiz-cta__stat-label{font-family:var(--font-raleway);font-size:10.5px;font-weight:600;letter-spacing:2.1px;line-height:1.2;text-transform:uppercase;color:rgba(0,0,0,.7)}.notfound{padding:200px 0 100px}@media screen and (max-width:767px){.notfound{padding:130px 0 64px}}.notfound__head{display:grid;grid-template-columns:minmax(0,783px) minmax(0,465px);justify-content:space-between;gap:40px}@media screen and (max-width:1024px){.notfound__head{grid-template-columns:minmax(0,1fr);gap:24px}}.notfound__head-main{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.notfound__title{max-width:756px;font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.15}.notfound__cta{margin-top:8px}.notfound__lede{margin-top:100px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}@media screen and (max-width:1024px){.notfound__lede{margin-top:0}}.notfound__stage{margin-top:100px;padding-top:40px;border-top:1px dashed rgba(29,23,24,.4)}@media screen and (max-width:767px){.notfound__stage{margin-top:64px}}.notfound__list{margin-top:20px;padding:0;border-top:1px dashed rgba(29,23,24,.4);list-style:none}.notfound__row{border-bottom:1px dashed rgba(29,23,24,.4)}.notfound__row-link{display:flex;align-items:center;gap:24px;padding:20px 0}@media screen and (max-width:767px){.notfound__row-link{flex-wrap:wrap;gap:8px 16px}}.notfound__row-label{font-family:var(--font-raleway-medium);font-size:20px;line-height:1.4}@media screen and (max-width:767px){.notfound__row-label{font-size:16px}}.notfound__row-note{flex:1;font-family:var(--font-raleway-medium);font-size:15px;line-height:1.4;text-align:right;opacity:.6}@media screen and (max-width:767px){.notfound__row-note{flex-basis:100%;order:3;text-align:left}}.notfound__row-icon{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:32px;height:32px;border:1px dashed rgba(29,23,24,.4);border-radius:50%;transition:transform .35s cubic-bezier(.22,1,.36,1)}.notfound__row-icon:before{content:"";width:16px;height:16px;background-color:var(--color-base);mask:url(/images/icons/arrow.svg) center/contain no-repeat;-webkit-mask:url(/images/icons/arrow.svg) center/contain no-repeat;transform:rotate(180deg)}@media screen and (max-width:767px){.notfound__row-icon{margin-left:auto}}@media(prefers-reduced-motion:no-preference){.notfound__row-link:hover .notfound__row-icon{transform:translateX(4px)}}.notfound__foot{margin-top:40px;font-family:var(--font-raleway-medium);font-size:16px;line-height:1.4;--reveal-opacity:0.6;opacity:.6}.notfound__link{text-decoration:underline;text-underline-offset:5px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.text-pretty{text-wrap:pretty}.font-telugu{font-family:var(--font-telugu)}.font-unbounded{font-family:var(--font-unbounded)}.text-2xl{font-size:1.5rem;line-height:2rem}.italic{font-style:italic}.text-sand{color:var(--color-sand)}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}