*,::before,::after{box-sizing:border-box;border:0 solid #e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:Work Sans,sans-serif}
body{margin:0;line-height:inherit}
h1,h2,h3,h4{font-size:inherit;font-weight:inherit;margin:0}
a{color:inherit;text-decoration:inherit}
button,input{font-family:inherit;font-size:100%;margin:0;padding:0}
button{background:transparent;cursor:pointer}
img,svg{display:block;vertical-align:middle}
img{max-width:100%;height:auto}
ul{list-style:none;margin:0;padding:0}

html{scroll-behavior:smooth}
body{font-family:'Work Sans',sans-serif;background-color:#F5F3EF}
h1,h2,h3{font-family:'Zilla Slab',serif}
section[id]{scroll-margin-top:84px}

.hero-bg{background-size:cover;background-position:center 40%;background-attachment:fixed}
@media (max-width:768px){.hero-bg{background-attachment:scroll}}

.nav-link{position:relative}
.nav-link::after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:#E23330;transition:width .2s ease}
.nav-link:hover::after{width:100%}

#mobile-menu{transition:max-height .3s ease,opacity .25s ease}

.card-img-wrap{overflow:hidden}
.card-img-wrap img{transition:transform .45s ease;height:13.5rem;width:100%;object-fit:cover}
.card-img-wrap:hover img{transform:scale(1.06)}

.linha-card{position:relative;overflow:hidden}
.linha-card img{transition:transform .5s ease;width:100%;height:100%;object-fit:cover}
.linha-card:hover img{transform:scale(1.08)}
.linha-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(23,24,27,.88) 0%,rgba(23,24,27,.25) 55%,transparent 100%)}
.linha-label{position:absolute;bottom:0;left:0;right:0;padding:20px 20px 18px}

.bg-canvas{background-color:#FFFFFF}
.bg-white{background-color:#fff}
.bg-card{background-color:#FFFFFF}
.bg-ink{background-color:#17181B}
.bg-brand{background-color:#E23330}
.bg-ink\/72{background-color:rgba(23,24,27,.72)}
.bg-ink\/95{background-color:rgba(23,24,27,.95)}

.text-ink{color:#17181B}
.text-white{color:#fff}
.text-steel{color:#5B5F66}
.text-brand{color:#E23330}
.text-steeltint\/90{color:rgba(218,215,209,.9)}
.text-steeltint\/80{color:rgba(218,215,209,.8)}
.text-steeltint\/70{color:rgba(218,215,209,.7)}
.text-steeltint\/60{color:rgba(218,215,209,.6)}
.text-white\/85{color:rgba(255,255,255,.85)}

.font-body{font-family:'Work Sans',sans-serif}
.font-display{font-family:'Zilla Slab',serif}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}

.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}

.tracking-wide{letter-spacing:.025em}
.tracking-wider{letter-spacing:.05em}
.tracking-widest{letter-spacing:.1em}
.tracking-\[0\.22em\]{letter-spacing:.22em}
.tracking-\[0\.2em\]{letter-spacing:.2em}
.uppercase{text-transform:uppercase}
.leading-tight{line-height:1.25}
.leading-snug{line-height:1.375}
.leading-relaxed{line-height:1.625}
.leading-\[1\.06\]{line-height:1.06}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.break-all{word-break:break-all}
.text-center{text-align:center}

.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.inset-0{inset:0}
.inset-x-0{left:0;right:0}
.top-0{top:0}
.bottom-0{bottom:0}
.left-0{left:0}
.z-40{z-index:40}
.z-50{z-index:50}

.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.w-full{width:100%}
.w-1{width:.25rem}
.w-10{width:2.5rem}
.w-auto{width:auto}
.w-fit{width:fit-content}
.h-8{height:2rem}
.h-10{height:2.5rem}
.h-16{height:4rem}
.h-20{height:5rem}
.h-54{height:13.5rem}
.h-64{height:16rem}
.h-full{height:100%}
.min-h-\[92vh\]{min-height:92vh}
.max-w-xl{max-width:36rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-7xl{max-width:80rem}
.mx-auto{margin-left:auto;margin-right:auto}
.shrink-0{flex-shrink:0}
.overflow-hidden{overflow:hidden}

.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-9{gap:2.25rem}
.gap-10{gap:2.5rem}
.gap-16{gap:4rem}
.gap-x-8{column-gap:2rem}
.gap-y-2{row-gap:.5rem}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.aspect-\[4\/4\]{aspect-ratio:4/4}

.p-2{padding:.5rem}
.p-3{padding:.75rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-7{padding-left:1.75rem;padding-right:1.75rem}
.px-8{padding-left:2rem;padding-right:2rem}
.px-9{padding-left:2.25rem;padding-right:2.25rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.pt-20{padding-top:5rem}
.mb-1{margin-bottom:.25rem}
.mb-2{margin-bottom:.5rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-7{margin-bottom:1.75rem}
.mb-8{margin-bottom:2rem}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.mb-14{margin-bottom:3.5rem}
.mt-2{margin-top:.5rem}
.-mr-2{margin-right:-.5rem}

.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-steeltint{border-color:#DAD7D1}
.border-white\/10{border-color:rgba(255,255,255,.1)}
.border-white\/20{border-color:rgba(255,255,255,.2)}
.border-white\/30{border-color:rgba(255,255,255,.3)}
.rounded-sm{border-radius:.125rem}

.object-contain{object-fit:contain}
.object-cover{object-fit:cover}
.object-center{object-position:center}
.max-h-0{max-height:0}
.opacity-0{opacity:0}
.backdrop-blur{backdrop-filter:blur(8px)}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}
.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}

.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.duration-300{transition-duration:.3s}

.hover\:bg-branddeep:hover{background-color:#B71F1F}
.hover\:bg-panel:hover{background-color:#202226}
.hover\:text-ink:hover{color:#17181B}
.hover\:text-white:hover{color:#fff}
.hover\:text-brand:hover{color:#E23330}
.hover\:border-white\/70:hover{border-color:rgba(255,255,255,.7)}
.hover\:border-brand:hover{border-color:#E23330}
.hover\:underline:hover{text-decoration:underline}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}

@media (min-width:640px){
  .sm\:px-8{padding-left:2rem;padding-right:2rem}
  .sm\:text-5xl{font-size:3rem;line-height:1}
  .sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .sm\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .sm\:flex-row{flex-direction:row}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (min-width:1024px){
  .lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}
  .lg\:flex{display:flex}
  .lg\:hidden{display:none}
  .lg\:block{display:block}
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .lg\:py-24{padding-top:6rem;padding-bottom:6rem}
  .lg\:py-32{padding-top:8rem;padding-bottom:8rem}
  .lg\:h-72{height:18rem}
  .lg\:text-5xl{font-size:3rem;line-height:1}
}

@media (min-width:1280px){
  .xl\:text-\[3\.6rem\]{font-size:3.6rem}
}
