/* Responsive sizing for the imported landing page. */
.topbar,main{width:min(1334px,calc(100vw - clamp(32px,4vw,80px)))}
.hero{grid-template-columns:minmax(500px,610px) minmax(500px,1fr);column-gap:clamp(30px,5vw,72px)}
.hero h1{font-size:clamp(38px,3.2vw,43px)}
.hero-copy>p{font-size:clamp(12px,1.05vw,14px)}
.btn-primary svg{width:21px;height:21px;flex:0 0 21px;transform:translateY(-.5px);filter:drop-shadow(0 1px 1px rgba(0,0,0,.12))}
@media (max-width:1280px){.topbar,main{width:calc(100vw - 40px)}.hero{grid-template-columns:minmax(480px,52%) minmax(440px,48%);column-gap:20px}.hero-visual{width:630px;max-width:100%;transform:scale(.9);transform-origin:left top}}
@media (max-width:1000px){.hero{grid-template-columns:1fr}.hero-visual{width:min(630px,100%);margin-inline:auto;transform:none}}
@media (max-width:680px){.hero h1{font-size:clamp(34px,10vw,44px)}.btn-primary svg{width:20px;height:20px;flex-basis:20px}}
