@font-face{font-family:Anton;src:url('../fonts/Anton-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('../fonts/Manrope-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('../fonts/Manrope-Medium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('../fonts/Manrope-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
:root{--black:#080808;--surface:#141414;--white:#ede8df;--muted:#aba9a4;--accent:#ef7458;--line:#353431;--pad:clamp(20px,2.6vw,50px);--max:1680px;--header:84px}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 24px)}body{margin:0;background:var(--black);color:var(--white);font:400 16px/1.65 Manrope,Arial,sans-serif}body.nav-open,body.lightbox-open{overflow:hidden}::selection{background:var(--accent);color:var(--black)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img,video{display:block;max-width:100%;height:auto}img{object-fit:cover}h1,h2,h3,p,figure{margin:0}h1,h2,h3,.brand,.text-link,.cv-link{font-family:Anton,'Arial Narrow',sans-serif;font-weight:400}h1,h2,h3{text-transform:uppercase;line-height:1.07}h2{font-size:clamp(42px,4.2vw,70px)}h3{font-size:clamp(24px,2vw,34px)}p{margin-bottom:1em}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:6px}button:disabled{cursor:default}[hidden]{display:none!important}.container,.site-header__inner{width:min(calc(100% - var(--pad)*2),var(--max));margin-inline:auto}.section{padding-block:clamp(70px,7.5vw,130px)}.eyebrow{font-size:14px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.screen-reader-text{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;top:-100px;left:20px;z-index:999;background:var(--white);color:var(--black);padding:12px 20px}.skip-link:focus{top:12px}
.site-header{height:var(--header);position:sticky;top:0;z-index:50;background:rgba(8,8,8,.97);border-bottom:1px solid var(--line)}.admin-bar .site-header{top:32px}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:24px}.brand{font-size:clamp(19px,1.6vw,27px);text-transform:uppercase;letter-spacing:.035em;white-space:nowrap}.brand-dot{color:var(--accent)}.site-navigation{display:flex;align-items:center;gap:45px}.navigation-list{display:flex;align-items:center;gap:clamp(20px,2.4vw,42px);list-style:none;padding:0;margin:0}.navigation-list a{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;padding-block:15px;position:relative}.navigation-list a::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s}.navigation-list a:hover::after,.navigation-list a:focus-visible::after{transform:scaleX(1)}.cv-link{border-left:1px solid var(--line);padding-left:32px;color:var(--accent);font-size:19px;white-space:nowrap}.menu-toggle{display:none}
.hero{position:relative;min-height:660px;height:min(780px,calc(100svh - var(--header)));overflow:hidden;background:var(--black)}.hero-media{position:absolute;inset:0 0 0 36%;display:grid;grid-template-columns:1.45fr 1fr;grid-template-rows:1fr 1fr;gap:8px}.hero-media>div{overflow:hidden;min-height:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media__main{grid-row:1/3}.hero-media__main img{object-position:55% center}.hero-media__secondary img{object-position:center}.hero-media__detail img{object-position:50% 50%}.hero::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#080808 3%,rgba(8,8,8,.98) 23%,rgba(8,8,8,.75) 40%,rgba(8,8,8,.12) 68%),linear-gradient(0deg,#080808 0%,transparent 24%);pointer-events:none}.hero-content{position:relative;z-index:2;padding-top:clamp(65px,6vw,110px)}.hero-content>.eyebrow{margin-bottom:25px;letter-spacing:.16em;font-size:clamp(14px,.85vw,14px)}.hero h1{font-size:clamp(62px,6.5vw,110px);line-height:1.04;max-width:8.5em;letter-spacing:-.015em;text-wrap:balance}.hero-description{max-width:490px;margin:28px 0 32px;color:#c4c1ba;font-size:clamp(14px,1.12vw,18px);line-height:1.65}.text-link{display:inline-flex;align-items:center;gap:18px;font-size:17px;letter-spacing:.045em;text-transform:uppercase;color:var(--accent);padding-block:8px}.text-link span:last-child{transition:transform .2s}.text-link:hover span:last-child{transform:translate(3px,-3px)}.link-line{width:42px;height:2px;background:currentColor}.hero-bottom{position:absolute;bottom:22px;left:0;right:0;z-index:2;display:flex;justify-content:space-between;color:#bbb7b0;font-size:14px;letter-spacing:.12em;text-transform:uppercase}.hero--video .hero-media{inset:0;display:block}.hero--video .hero-media__main,.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero--video::after{background:linear-gradient(90deg,rgba(8,8,8,.88),rgba(8,8,8,.16)),linear-gradient(0deg,#080808,transparent 30%)}.video-toggle{position:absolute;right:var(--pad);bottom:55px;z-index:3;border:1px solid #888;background:#080808b0;color:var(--white);padding:8px 15px;font-size:14px}
.trusted{display:flex;align-items:center;gap:40px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:26px}.trusted>.eyebrow{flex:0 0 100px;margin:0;color:var(--muted)}.trusted-logos{display:grid;grid-template-columns:repeat(7,1fr);align-items:center;gap:clamp(16px,3vw,48px);width:100%}.client-logo{height:45px;display:flex;align-items:center;justify-content:center}.client-logo img{width:100%;height:100%;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.85}
.work-section{padding-top:65px}.section-header{display:flex;align-items:center;gap:clamp(25px,4vw,70px);margin-bottom:30px}.section-header h1,.section-header h2{font-size:clamp(36px,3.7vw,62px)}.work-filters{display:flex;gap:28px;align-items:center}.work-filters a{font-size:14px;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);padding:12px 0;border-bottom:2px solid transparent}.work-filters a[aria-current],.work-filters a:hover{color:var(--accent);border-color:var(--accent)}.project-count{margin-left:auto;color:var(--muted);white-space:nowrap}.project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.project-card{min-width:0}.project-card__link{display:block;position:relative;overflow:hidden;aspect-ratio:3/4;background:#252422}.project-card__image{position:absolute;inset:0}.project-card__image img{width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.7,.3,1)}.project-card__link::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.27) 48%,transparent 75%)}.project-card__content{position:absolute;inset:auto 22px 22px;z-index:2}.project-card__region{font-size:14px;color:#d2cdc4;margin-bottom:12px}.project-card h3{font-size:clamp(22px,1.8vw,30px);line-height:1.12;text-wrap:balance}.project-card__year{font-size:14px;letter-spacing:.07em;margin:12px 0 0;display:flex;align-items:center;gap:12px}.project-card__year::before{content:'';height:1px;width:22px;background:var(--white)}.project-card__role{font-size:14px;color:#cdc9c0;line-height:1.5;margin:10px 0 0}.project-card__arrow{position:absolute;right:18px;top:12px;z-index:2;font-size:27px;opacity:0;transform:translate(-5px,5px);transition:all .25s}.project-card__link:hover .project-card__image img,.project-card__link:focus-visible .project-card__image img{transform:scale(1.055)}.project-card__link:hover .project-card__arrow,.project-card__link:focus-visible .project-card__arrow{opacity:1;transform:none}.work-footer{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:28px 0}.work-footer p{margin:0;font-size:14px;color:var(--muted)}
.expertise-section{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.expertise-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:10%}.expertise-intro>.eyebrow{color:var(--muted);margin-bottom:25px}.expertise-intro>p:not(.eyebrow){max-width:300px;color:var(--muted);font-size:14px;margin:25px 0}.expertise-item{position:relative;padding:30px 40px 30px 0;border-bottom:1px solid var(--line)}.expertise-item:first-child{padding-top:0}.expertise-item h3{font-size:clamp(24px,2.4vw,39px);margin-bottom:15px}.expertise-item p{font-size:14px;color:var(--muted);max-width:440px;margin:0}.expertise-item>span{position:absolute;right:0;top:30px;font-size:24px;color:var(--accent)}.expertise-item:first-child>span{top:0}.expertise-lectures{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:26px;font-size:14px;color:var(--muted)}.expertise-lectures span{color:var(--accent)}
.bio-section{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.bio-photo img{width:100%;aspect-ratio:4/4.6;object-fit:cover;filter:grayscale(1)}.bio-photo>.eyebrow{display:block;margin-top:15px;color:var(--muted);font-size:14px}.bio-content>.eyebrow{color:var(--accent);margin-bottom:25px}.bio-content h2{max-width:8em;font-size:clamp(48px,5.1vw,85px)}.bio-content>p:not(.eyebrow){margin:30px 0;color:var(--muted);font-size:14px;max-width:460px}.bio-content blockquote{margin:25px 0 30px;border-left:2px solid var(--accent);padding-left:22px;font-size:18px;line-height:1.55;max-width:470px}
.contact-section{background:var(--accent);color:var(--black);padding-block:clamp(60px,6vw,110px)}.contact-section .eyebrow{margin-bottom:30px}.contact-title-link{display:flex;align-items:center;justify-content:space-between;gap:20px}.contact-title-link h2{font-size:clamp(70px,10.5vw,178px);line-height:1.02;letter-spacing:-.015em}.contact-title-link>span{font-size:clamp(80px,15vw,240px);line-height:1;transition:transform .3s}.contact-title-link:hover>span{transform:translate(6px,-6px)}.contact-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #08080855;margin-top:50px;padding-top:27px;gap:25px}.email-link{font-size:clamp(14px,1.6vw,25px);overflow-wrap:anywhere}.contact-bottom>div{display:flex;gap:30px;font-size:14px;font-weight:600}.contact-section a:focus-visible{outline-color:var(--black)}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:30px;font-size:14px;color:var(--muted)}.site-footer p{margin:0}
.project-heading,.page-heading{padding-block:65px 45px}.back-link{display:inline-block;color:var(--accent);margin-bottom:36px}.project-heading h1,.page-heading h1{font-size:clamp(48px,6.8vw,112px);max-width:1200px;text-wrap:balance}.project-details{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin:45px 0 0;padding-top:25px;border-top:1px solid var(--line)}.project-details dt{color:var(--muted);margin-bottom:10px}.project-details dd{margin:0;font-size:14px}.project-cover img{width:100%;max-height:800px;object-fit:cover}.editor-content{font-size:16px;line-height:1.8}.editor-content>p,.editor-content>h2,.editor-content>h3,.editor-content>ul,.editor-content>blockquote{max-width:780px;margin:35px auto}.editor-content h2{font-size:clamp(30px,3vw,48px)}.editor-content h3{font-size:28px}.editor-content p{color:#c1beb8}.editor-content a:not(.gallery-link){text-decoration:underline;text-underline-offset:4px}.editor-content>.wp-block-image{margin:35px auto;max-width:1000px}.editor-content>.wp-block-image img{width:100%}.editor-content .wp-block-gallery{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px!important;margin:45px 0}.editor-content .wp-block-gallery .wp-block-image{width:100%!important;margin:0!important;flex:none!important}.editor-content .wp-block-gallery .wp-block-image a{display:block;height:100%;cursor:zoom-in}.editor-content .wp-block-gallery .wp-block-image img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover}.project-body{padding-top:15px}.project-pagination{display:flex;justify-content:space-between;gap:30px;border-top:1px solid var(--line);margin-top:65px;padding:30px 0 70px}.project-pagination a{max-width:33%;font-size:14px;color:var(--accent)}.editorial-page{padding-bottom:90px}.editorial-page .page-heading{border-bottom:1px solid var(--line);margin-bottom:45px}.editorial-page .page-heading .eyebrow{color:var(--accent);margin-bottom:24px}.photo-credit{font-size:14px;color:var(--muted)}.error-page{padding-block:110px;min-height:70vh}.error-page h1{font-size:clamp(64px,8vw,120px);margin:20px 0}.error-page p{max-width:500px}.journal-entry{margin-block:50px}
.lightbox{border:0;padding:0;background:#080808f7;color:var(--white);position:fixed;inset:0;max-width:100vw;max-height:100dvh;width:100vw;height:100dvh}.lightbox::backdrop{background:#080808f7}.lightbox[open]{display:flex;align-items:center;justify-content:center}.lightbox figure{max-width:86vw;max-height:84dvh;text-align:center}.lightbox img{max-height:78dvh;max-width:86vw;width:auto;height:auto;object-fit:contain;margin:auto}.lightbox figcaption{font-size:14px;color:var(--muted);margin-top:12px}.lightbox button{position:absolute;border:0;background:none;color:var(--white);padding:12px;z-index:2}.lightbox-close{right:24px;top:18px;font-size:14px}.lightbox-prev{left:10px;top:48%;font-size:32px}.lightbox-next{right:10px;top:48%;font-size:32px}
@media(min-width:1800px){.hero-media{right:calc((100vw - 1780px)/2)}}
@media(max-width:1100px){.site-navigation{gap:24px}.navigation-list{gap:20px}.hero{min-height:640px}.hero h1{font-size:78px}.hero-description{max-width:430px}.hero-media{left:30%}.trusted{gap:20px}.trusted>.eyebrow{flex-basis:80px}.trusted-logos{gap:20px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.project-card__link{aspect-ratio:4/4.2}.project-card h3{font-size:32px;max-width:340px}.project-card__role{font-size:14px}.project-card__content{inset:auto 26px 26px}.project-card__arrow{opacity:1}.section-header{flex-wrap:wrap;gap:20px 35px}.expertise-layout{gap:7%}.bio-section{gap:7%}.bio-content blockquote{font-size:16px}.editor-content .wp-block-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:800px){:root{--header:72px}.brand{font-size:21px}.menu-toggle{display:flex;align-items:center;gap:12px;color:var(--white);background:transparent;border:0;padding:12px 0 12px 12px;font-size:14px;text-transform:uppercase;letter-spacing:.08em}.menu-icon{width:24px;height:10px;border-block:1px solid currentColor;transition:transform .2s}.nav-open .menu-icon{transform:rotate(-45deg)}.has-js .site-navigation{display:none;position:absolute;top:100%;left:0;right:0;background:var(--black);padding:30px var(--pad) 45px;border-bottom:1px solid var(--line)}.has-js .nav-open .site-navigation{display:flex;align-items:flex-start;flex-direction:column;gap:22px}.has-js .navigation-list{flex-direction:column;align-items:flex-start;gap:18px}.has-js .navigation-list a{font-family:Anton,sans-serif;font-size:36px;font-weight:400}.cv-link{border:0;padding:0}.site-navigation{gap:12px}.navigation-list{gap:12px}.navigation-list a{font-size:14px}.hero{min-height:660px;height:calc(90svh - var(--header))}.hero-media{left:18%;grid-template-columns:1.7fr 1fr}.hero::after{background:linear-gradient(90deg,rgba(8,8,8,.92),rgba(8,8,8,.3)),linear-gradient(0deg,#080808 0%,transparent 45%)}.hero-content{padding-top:65px}.hero h1{font-size:clamp(58px,9.5vw,78px);max-width:8.4em}.hero-description{max-width:400px}.hero-bottom{font-size:14px}.trusted{display:block;padding-block:22px}.trusted>.eyebrow{margin-bottom:20px}.trusted-logos{grid-template-columns:repeat(7,1fr);gap:18px}.client-logo{height:32px}.work-filters{gap:22px}.project-count{font-size:14px}.expertise-layout{grid-template-columns:1fr;gap:45px}.expertise-intro>p:not(.eyebrow){max-width:500px}.bio-section{gap:40px;grid-template-columns:.9fr 1.1fr}.bio-content h2{font-size:48px}.bio-photo img{aspect-ratio:3/4}.contact-bottom{align-items:flex-start;flex-direction:column;gap:22px}.project-details{gap:24px;grid-template-columns:1.5fr 1fr}.project-details dd{font-size:14px}.site-footer>p:nth-child(2){display:none}}
@media(max-width:600px){.admin-bar .site-header{top:46px}.hero{min-height:640px;height:calc(95svh - var(--header));max-height:780px}.hero-media{left:0;grid-template-columns:1fr;grid-template-rows:1fr;opacity:.8}.hero-media__secondary,.hero-media__detail{display:none}.hero-media__main{grid-row:auto}.hero-media__main img{object-position:65% center}.hero::after{background:linear-gradient(90deg,rgba(8,8,8,.64),rgba(8,8,8,.18)),linear-gradient(0deg,#080808 1%,rgba(8,8,8,.5) 53%,rgba(8,8,8,.15))}.hero-content{padding-top:65px}.hero-content>.eyebrow{max-width:270px;font-size:14px;line-height:1.8;margin-bottom:28px}.hero h1{font-size:clamp(51px,12.8vw,76px);max-width:8.2em}.hero-description{font-size:14px;max-width:330px;margin-top:25px}.hero-bottom span:first-child{display:none}.hero-bottom{justify-content:flex-end;bottom:20px}.text-link{font-size:15px}.trusted-logos{grid-template-columns:repeat(4,1fr);gap:22px 25px}.client-logo{height:34px}.trusted>.eyebrow{font-size:14px}.section-header{gap:22px 15px;margin-bottom:24px}.section-header h1,.section-header h2{width:100%;font-size:42px}.work-filters{gap:24px}.work-filters a{font-size:14px}.project-count{font-size:14px;letter-spacing:.04em}.project-grid{grid-template-columns:1fr;gap:18px}.project-card__link{aspect-ratio:4/4.3}.project-card h3{font-size:34px}.project-card__content{inset:auto 24px 26px}.project-card__region{font-size:14px}.project-card__year{font-size:14px}.work-footer{align-items:flex-start;flex-direction:column;gap:15px}.work-footer p{font-size:14px;max-width:280px}.expertise-item h3{font-size:29px}.expertise-item p{font-size:14px}.expertise-lectures{flex-direction:column}.bio-section{grid-template-columns:1fr;gap:40px}.bio-photo img{aspect-ratio:4/4.4}.bio-content h2{font-size:58px}.bio-content>p:not(.eyebrow){font-size:14px}.contact-title-link h2{font-size:clamp(60px,14.5vw,90px)}.contact-title-link>span{font-size:75px;align-self:flex-start}.contact-section .eyebrow{font-size:14px}.contact-bottom{margin-top:35px}.contact-bottom>div{gap:25px}.site-footer{font-size:14px;gap:10px}.project-heading,.page-heading{padding-top:45px}.project-heading h1,.page-heading h1{font-size:48px}.project-details{grid-template-columns:1fr 1fr;gap:22px}.project-details>div:first-child{grid-column:1/-1}.project-cover img{min-height:280px}.editor-content{font-size:14px}.editor-content .wp-block-gallery{gap:8px!important;margin-block:30px}.editor-content .wp-block-gallery .wp-block-image img{aspect-ratio:3/4}.project-pagination{flex-wrap:wrap;gap:25px;padding-bottom:45px}.project-pagination a{max-width:44%}.project-pagination a:nth-child(2){order:3;max-width:100%;width:100%}.lightbox-prev{left:0}.lightbox-next{right:0}.lightbox button{padding:8px}.lightbox img{max-width:82vw}.lightbox-close{right:12px}.error-page{padding-block:70px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.hero-video{display:none}}

.hero h1{text-wrap:wrap}
html:not(.has-js) .menu-toggle{display:none}
@media(max-width:800px){html:not(.has-js) .site-header{height:auto}html:not(.has-js) .site-header__inner{flex-wrap:wrap;padding-block:18px}html:not(.has-js) .site-navigation{width:100%;justify-content:space-between}}

@media(max-width:600px){.hero-media__main img{object-position:45% center}.hero-media{opacity:1}.hero::after{background:linear-gradient(90deg,rgba(8,8,8,.62),rgba(8,8,8,.16)),linear-gradient(0deg,#080808 0%,rgba(8,8,8,.4) 50%,rgba(8,8,8,.1))}}

/* Seamless client carousel: equal-width sets make the loop continuous. */
.trusted-label{flex:0 0 100px;align-self:center}
.trusted-label .eyebrow{margin:0;color:var(--muted)}
.trusted-viewport{flex:1;min-width:0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--line) transparent}
.trusted-track{display:flex;width:max-content}
.trusted-list{display:flex;align-items:center;gap:38px;flex:0 0 auto;padding:0 38px 0 0;margin:0;list-style:none}
.trusted-list .client-logo{flex:0 0 140px;width:140px;height:45px}
.trusted-list[aria-hidden]{display:none}
.trusted.is-ready .trusted-viewport{overflow:hidden}
.trusted.is-ready .trusted-list[aria-hidden]{display:flex}
.trusted.is-ready .trusted-track{animation:client-logo-loop 60s linear infinite;will-change:transform}
.trusted-viewport:focus .trusted-track{animation-play-state:paused}
@media(hover:hover){.trusted-viewport:hover .trusted-track{animation-play-state:paused}}
@keyframes client-logo-loop{to{transform:translateX(-50%)}}
@media(max-width:800px){.trusted-label{margin-bottom:20px}.trusted-list{gap:30px;padding-right:30px}.trusted-list .client-logo{flex-basis:120px;width:120px;height:38px}}
@media(prefers-reduced-motion:reduce){.trusted.is-ready .trusted-track{animation:none;transform:none;will-change:auto}.trusted.is-ready .trusted-list[aria-hidden]{display:none}.trusted.is-ready .trusted-viewport{overflow-x:auto}}

/* Keep enlarged labels comfortable on narrow screens. */
.site-footer{flex-wrap:wrap}
.trusted-label{flex-basis:120px}
@media(max-width:600px){.work-filters{flex-wrap:wrap;gap:12px 22px}.project-count{margin-left:0}.hero-content>.eyebrow{max-width:100%;letter-spacing:.1em}.site-footer{gap:16px}.contact-bottom>div{flex-wrap:wrap}}
@media(max-width:420px){.site-header__inner{gap:12px}.brand{font-size:18px}.menu-toggle{gap:8px;padding-left:0}}
@media(max-width:360px){.brand{font-size:16px}}

/* Let the hero grow with its text, keeping the bottom labels below the CTA. */
.hero{display:flex;flex-direction:column;height:auto;min-height:max(660px,min(780px,calc(100svh - var(--header))));max-height:none}
.hero-content{flex-shrink:0;padding-bottom:32px}
.hero-bottom{position:relative;inset:auto;margin-top:auto;padding-bottom:22px;gap:16px;flex-wrap:wrap}
@media(max-width:600px){.hero{min-height:max(640px,min(780px,calc(95svh - var(--header))))}.hero-bottom{padding-bottom:20px}}
