.tramo-home-hero{position:relative;display:flex;width:100%;min-height:var(--tramo-hero-min-height-desktop);overflow:hidden;isolation:isolate}.tramo-home-hero__media,.tramo-home-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;display:block;width:100%;height:100%}.tramo-home-hero__image,.tramo-home-hero__placeholder-svg{display:block;width:100%;height:100%;object-fit:cover}.tramo-home-hero__placeholder{background:rgba(var(--color-foreground),.04)}.tramo-home-hero__placeholder-svg{fill:rgba(var(--color-foreground),.15);background:rgba(var(--color-foreground),.04)}.tramo-home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background-color:var(--tramo-hero-overlay-color, #000);opacity:var(--tramo-hero-overlay-opacity)}.tramo-home-hero__inner{position:relative;z-index:1;display:flex;width:100%;min-height:inherit;padding-top:var(--tramo-hero-padding-top-desktop);padding-bottom:var(--tramo-hero-padding-bottom-desktop);padding-left:calc(var(--page-width-margin, 0rem) + var(--tramo-hero-padding-left-desktop));padding-right:calc(var(--page-width-margin, 0rem) + var(--tramo-hero-padding-right-desktop))}.tramo-home-hero--vertical-top .tramo-home-hero__inner{align-items:flex-start}.tramo-home-hero--vertical-middle .tramo-home-hero__inner{align-items:center}.tramo-home-hero--vertical-bottom .tramo-home-hero__inner{align-items:flex-end}.tramo-home-hero--horizontal-left .tramo-home-hero__inner{justify-content:flex-start}.tramo-home-hero--horizontal-center .tramo-home-hero__inner{justify-content:center}.tramo-home-hero--horizontal-right .tramo-home-hero__inner{justify-content:flex-end}.tramo-home-hero__content{display:flex;flex-direction:column;width:var(--tramo-hero-content-width);max-width:100%}.tramo-home-hero--text-left .tramo-home-hero__content{align-items:flex-start;text-align:left}.tramo-home-hero--text-center .tramo-home-hero__content{align-items:center;text-align:center}.tramo-home-hero--text-right .tramo-home-hero__content{align-items:flex-end;text-align:right}.tramo-home-hero--spacing-small .tramo-home-hero__content{gap:1rem}.tramo-home-hero--spacing-medium .tramo-home-hero__content{gap:1.8rem}.tramo-home-hero--spacing-large .tramo-home-hero__content{gap:2.8rem}.tramo-home-hero__brand{display:flex;width:100%}.tramo-home-hero--text-left .tramo-home-hero__brand{justify-content:flex-start}.tramo-home-hero--text-center .tramo-home-hero__brand{justify-content:center}.tramo-home-hero--text-right .tramo-home-hero__brand{justify-content:flex-end}.tramo-home-hero__brand-image{display:block;width:min(100%,var(--tramo-hero-logo-width-desktop));height:auto;object-fit:contain}.tramo-home-hero__heading{max-width:100%;margin:0;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(calc(var(--font-heading-scale) * 3.2rem),calc(var(--font-heading-scale) * 4vw),calc(var(--font-heading-scale) * 6.4rem));line-height:1.05;letter-spacing:-.02em;overflow-wrap:anywhere}.tramo-home-hero__subtitle{width:100%;max-width:68rem;color:rgb(var(--color-foreground));font-size:1.8rem;line-height:1.5}.tramo-home-hero__subtitle>*,.tramo-home-hero__subtitle .metafield-rich_text_field>*{color:inherit}.tramo-home-hero__subtitle>:first-child{margin-top:0}.tramo-home-hero__subtitle>:last-child{margin-bottom:0}.tramo-home-hero__actions{display:flex;flex-wrap:wrap;width:100%}.tramo-home-hero--text-left .tramo-home-hero__actions{justify-content:flex-start}.tramo-home-hero--text-center .tramo-home-hero__actions{justify-content:center}.tramo-home-hero--text-right .tramo-home-hero__actions{justify-content:flex-end}.tramo-home-hero__button{max-width:100%}.tramo-home-hero__text-link{position:relative;display:inline-flex;align-items:center;color:rgb(var(--color-foreground));font-size:1.6rem;line-height:1.4;text-decoration:underline;text-decoration-thickness:.1rem;text-underline-offset:.4rem;transition:text-underline-offset .16s ease}.tramo-home-hero__text-link:hover{text-underline-offset:.6rem}.tramo-home-hero__text-link:focus-visible{outline:.2rem solid currentColor;outline-offset:.4rem}.tramo-home-hero--desktop-position-left-top .tramo-home-hero__image{object-position:left top}.tramo-home-hero--desktop-position-center-top .tramo-home-hero__image{object-position:center top}.tramo-home-hero--desktop-position-right-top .tramo-home-hero__image{object-position:right top}.tramo-home-hero--desktop-position-left-center .tramo-home-hero__image{object-position:left center}.tramo-home-hero--desktop-position-center-center .tramo-home-hero__image{object-position:center center}.tramo-home-hero--desktop-position-right-center .tramo-home-hero__image{object-position:right center}.tramo-home-hero--desktop-position-left-bottom .tramo-home-hero__image{object-position:left bottom}.tramo-home-hero--desktop-position-center-bottom .tramo-home-hero__image{object-position:center bottom}.tramo-home-hero--desktop-position-right-bottom .tramo-home-hero__image{object-position:right bottom}@media screen and (min-width:750px)and (max-width:989px){.tramo-home-hero__content{width:min(70%,var(--tramo-hero-content-width))}.tramo-home-hero__heading{font-size:clamp(calc(var(--font-heading-scale) * 3rem),calc(var(--font-heading-scale) * 5vw),calc(var(--font-heading-scale) * 5rem))}}@media screen and (max-width:749px){.tramo-home-hero{min-height:var(--tramo-hero-min-height-mobile)}.tramo-home-hero__inner{padding-top:var(--tramo-hero-padding-top-mobile);padding-bottom:var(--tramo-hero-padding-bottom-mobile);padding-left:calc(1.5rem + var(--tramo-hero-padding-left-mobile));padding-right:calc(1.5rem + var(--tramo-hero-padding-right-mobile))}.tramo-home-hero__content{width:100%;max-width:100%}.tramo-home-hero__brand-image{width:min(100%,var(--tramo-hero-logo-width-mobile))}.tramo-home-hero__heading{font-size:clamp(calc(var(--font-heading-scale) * 2.8rem),calc(var(--font-heading-scale) * 10vw),calc(var(--font-heading-scale) * 4.5rem));line-height:1.08}.tramo-home-hero__subtitle{max-width:100%;font-size:1.6rem;line-height:1.45}.tramo-home-hero--spacing-small .tramo-home-hero__content{gap:.8rem}.tramo-home-hero--spacing-medium .tramo-home-hero__content{gap:1.4rem}.tramo-home-hero--spacing-large .tramo-home-hero__content{gap:2rem}.tramo-home-hero--mobile-position-left-top .tramo-home-hero__image{object-position:left top}.tramo-home-hero--mobile-position-center-top .tramo-home-hero__image{object-position:center top}.tramo-home-hero--mobile-position-right-top .tramo-home-hero__image{object-position:right top}.tramo-home-hero--mobile-position-left-center .tramo-home-hero__image{object-position:left center}.tramo-home-hero--mobile-position-center-center .tramo-home-hero__image{object-position:center center}.tramo-home-hero--mobile-position-right-center .tramo-home-hero__image{object-position:right center}.tramo-home-hero--mobile-position-left-bottom .tramo-home-hero__image{object-position:left bottom}.tramo-home-hero--mobile-position-center-bottom .tramo-home-hero__image{object-position:center bottom}.tramo-home-hero--mobile-position-right-bottom .tramo-home-hero__image{object-position:right bottom}}@media(prefers-reduced-motion:reduce){.tramo-home-hero__text-link{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/tramo-home-hero.css.map */
