.homepage-hero{--hero-text-shadow:0 0 25px rgba(0,0,0,.6);--wrapper-height:calc(100dvh - var(--header-height));border-radius:var(--border-radius) var(--border-radius) 0 0;overflow:hidden;position:relative;aspect-ratio:4/6;width:100%;height:100%}.homepage-hero__wrapper{position:relative;background:var(--deepblue) var(--background-image) center/cover;width:100%;height:100%}@media (min-width:560px){.homepage-hero{aspect-ratio:1/1}}@media (min-width:768px){.homepage-hero{aspect-ratio:4/3}}@media (min-width:992px){.homepage-hero{aspect-ratio:3/2}}@media (min-width:1300px){.homepage-hero,.homepage-hero--has-discount{aspect-ratio:2/1}}@media (min-width:1999px){.homepage-hero,.homepage-hero--has-discount{aspect-ratio:9/4}}@media (max-width:992px){.homepage-hero--has-discount{aspect-ratio:unset}}.homepage-hero--has-discount .homepage-hero__wrapper{aspect-ratio:1/1;order:2}@media (min-width:768px){.homepage-hero--has-discount .homepage-hero__wrapper{aspect-ratio:4/3}}.homepage-hero--has-discount{display:flex;flex-direction:column;gap:10px}.homepage-hero--has-discount .homepage-hero__wrapper{border-radius:var(--border-radius) var(--border-radius) 0 0;overflow:hidden}.homepage-hero__discount{background:var(--coral-70);overflow:hidden;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:30px 20px 20px;order:1;position:relative;border-radius:var(--border-radius)}.homepage-hero__discount:has(.homepage-hero__discount-title){background:var(--deepblue)}.homepage-hero__discount-content{color:var(--purewhite);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px;width:100%}.homepage-hero__discount-percentage{display:flex;flex-direction:column;gap:5px;align-items:center}.homepage-hero__discount-content h2{font-size:clamp(30px,15vw,126px);font-weight:600;font-family:var(--secondary-font);padding:0;margin:0}.homepage-hero__discount-percentage-title,.homepage-hero__discount-percentage-top-title{font-weight:600;font-size:clamp(24px,2vw,360px);text-transform:uppercase;letter-spacing:.1em;line-height:100%;text-align:center}.homepage-hero__discount-percentage-top-title+h2[data-discount*="5"]{margin:-7% 0 7%}.homepage-hero__discount-actions{display:flex;flex-direction:column;gap:10px;padding:15px 0 0;margin:15px 0 0;align-items:flex-start;width:100%;border-top:1px dotted rgba(255,255,255,.4)}.homepage-hero__discount-actions:has(.button){align-items:center}.homepage-hero__discount .discount-button{display:flex;gap:10px;align-items:center;color:var(--purewhite);font-weight:600;width:100%}.homepage-hero__discount .discount-button:focus-visible{outline:2px solid var(--deepblue-trans-80);outline-offset:.3em;border-radius:var(--border-radius)}.homepage-hero__discount .discount-button span{border:1px solid var(--purewhite);padding:3px 8px;display:inline-block;border-radius:var(--border-radius);font-size:var(--content-xs);font-weight:400;opacity:.9;margin-left:auto;font-weight:600}.homepage-hero__discount-footnote{font-size:var(--content-xs);color:var(--purewhite);margin-top:20px;opacity:.8;width:100%;text-align:center}.homepage-hero__discount-percentage-top-title{font-size:var(--content-heading-6)}.homepage-hero__discount-title{font-weight:600;font-size:clamp(24px,1.5vw,48px)}.homepage-hero__discount-desc{font-size:clamp(30px,3vw,64px);line-height:1.2em;text-align:center}.homepage-hero__discount-desc span:not(:is(strong span)),.homepage-hero__discount-desc strong:not(:is(span strong)){font-family:var(--secondary-font);font-size:1.1em;font-weight:600;white-space:nowrap;position:relative;z-index:2}.homepage-hero__discount-desc span:not(:is(strong span)):after,.homepage-hero__discount-desc strong:not(:is(span strong)):after{background:url('https://static.ohmyprints.net/img/scribbles/scribble-06-coral.svg') no-repeat left bottom;background-size:100% 100%;bottom:-13px;content:"";left:0;pointer-events:none;position:absolute;height:.5em;width:100%;z-index:-1}@media (min-width:992px){.homepage-hero--has-discount .homepage-hero__wrapper{border-radius:var(--border-radius);overflow:hidden}.homepage-hero--has-discount{margin-bottom:10px}.homepage-hero--has-discount+.homepage-hero__usps{border-radius:var(--border-radius)}.homepage-hero__discount-content{gap:20px}.homepage-hero__discount-content h2{font-size:clamp(30px,10vw,360px)}.homepage-hero__discount-percentage-title{font-size:clamp(30px,2.5vw,360px)}.homepage-hero--has-discount{flex-direction:row}.homepage-hero--has-discount .homepage-hero__wrapper,.homepage-hero__discount{width:50%}.homepage-hero__discount-footnote{position:absolute;bottom:0;left:0;padding:0 0 30px;font-size:var(--content-s)}.homepage-hero__discount-content{width:auto}.homepage-hero__discount-actions{padding:30px 0 0;margin:30px 0 0}.homepage-hero__discount-content:has(.homepage-hero__discount-title){max-width:60%}}.homepage-hero__video,.homepage-hero__video-frame{position:absolute;z-index:0;width:100%;height:100%}.homepage-hero__video-frame:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.2);z-index:2}.homepage-hero__video-frame video{width:100%;height:100%;display:block;margin:0;padding:0;object-fit:cover;object-position:center;position:relative;z-index:1;opacity:0;transition:opacity .3s ease-in-out}.homepage-hero__video-frame video.loaded{opacity:1}.homepage-hero__video [data-video-controls]{position:absolute;bottom:10px;right:15px;opacity:0;transition:opacity .2s ease-in-out,bottom .2s ease-in-out}.homepage-hero:has(video.loaded):hover [data-video-controls]{opacity:1;bottom:15px}.homepage-hero__video [data-video-controls] span,.homepage-hero__video [data-video-controls] span a{color:var(--purewhite)}.homepage-hero__video [data-video-controls] span a{text-decoration:underline}.homepage-hero__video [data-video-controls] button{background:var(--deepblue-trans-80);color:var(--purewhite);padding:5px 10px;font-size:var(--content-s);border-radius:var(--border-radius-s);transition:background .3s ease-in-out}.homepage-hero__video [data-video-controls] button:hover{background:var(--coral)}.homepage-hero__video [data-video-controls] button span{display:flex;align-items:center;gap:10px}@media (max-width:765px){.homepage-hero:has(video.loaded):has(.homepage-hero__artwork-legend):hover [data-video-controls]{display:none;bottom:90px}}.homepage-hero__contents-block{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;padding:15px;display:flex;justify-content:center;align-items:center}.homepage-hero__content{max-width:480px;text-align:center;color:var(--purewhite);display:flex;flex-direction:column;gap:10px}@media (max-width:410px){.homepage-hero:has(.homepage-hero__artwork-legend) .homepage-hero__contents-block{top:45%}}@media (min-width:768px){.homepage-hero__content{max-width:720px}}@media (min-width:1199px){.homepage-hero__content{max-width:820px}}.homepage-hero__title{margin:0;font-weight:400;font-size:var(--content-heading-1);text-shadow:var(--hero-text-shadow);line-height:1}.homepage-hero__title span{display:block;font-size:var(--content-heading-display);font-family:var(--secondary-font)}@media (max-width:370px){.homepage-hero__title{font-size:var(--content-heading-2)}.homepage-hero__title span{font-size:var(--content-heading-2)}}.homepage-hero__description{line-height:1.4em;text-shadow:var(--hero-text-shadow);font-size:16px}@media (min-width:768px){.homepage-hero__description{font-size:var(--content-heading-5)}}.homepage-hero__actions{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center}@media (min-width:768px){.homepage-hero__actions{flex-direction:row}}.homepage-hero__artwork-legend{position:absolute;bottom:5px;left:5px;border-radius:5px;background:rgba(0,0,0,.1);color:var(--purewhite);line-height:1em;font-size:15px;backdrop-filter:blur(4px);box-shadow:var(--medium-shadow);width:calc(100% - 10px);padding:10px;display:flex;flex-direction:column;gap:5px}@media (min-width:768px){.homepage-hero__artwork-legend{width:auto;max-width:340px;border-radius:5px;bottom:10px;left:10px}}.homepage-hero__artwork-legend-title{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.7)}.homepage-hero__artwork-legend-wrapper{display:flex;align-items:center;gap:15px}.homepage-hero__artwork-legend-wrapper a{color:var(--purewhite);display:flex;align-items:center;gap:10px;font-size:14px;min-width:0;overflow:hidden}.homepage-hero__artwork-legend-wrapper a:focus-visible{outline:2px solid var(--turquoise);outline-offset:2px;border-radius:var(--border-radius-s)}.homepage-hero__artwork-legend-wrapper a .homepage-hero__artwork-content-art{width:30px;height:30px;border-radius:5px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.homepage-hero__artwork-legend-wrapper a .homepage-hero__artwork-content-art img{max-width:100%;max-height:100%;border-radius:3px}.homepage-hero__artwork-legend-wrapper a .homepage-hero__artwork-content{display:flex;flex-direction:column;gap:3px}.homepage-hero__artwork-legend-wrapper a span{font-size:13px;color:rgba(255,255,255,.7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.homepage-hero__artwork-legend-wrapper i{font-style:normal;font-size:13px}.homepage-hero__artwork-legend-wrapper a .homepage-hero__artwork-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-weight:600;color:var(--purewhite)}.homepage-hero__artwork-legend-wrapper a .homepage-hero__artwork-title--two-row{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.homepage-hero__artwork-more{position:relative;margin-left:auto;height:100%;flex-shrink:0}.homepage-hero__artwork-popup{position:absolute;bottom:calc(100% + 8px);right:0;min-width:240px;max-width:280px;background:#fff;border-radius:5px;box-shadow:var(--medium-shadow);z-index:100;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease}@media (min-width:768px){.homepage-hero__artwork-popup{left:50%;transform:translateX(-50%);right:auto}}a.homepage-hero__artwork-item{display:flex;gap:10px;padding:12px;font-size:14px;text-decoration:none;border-radius:5px;color:var(--deepblue-70);transition:background .15s ease;align-items:center}a.homepage-hero__artwork-item .homepage-hero__artwork-title{color:var(--deepblue-80)}a.homepage-hero__artwork-item span{color:var(--deepblue-50)}.homepage-hero__artwork-item:hover{background:var(--deepblue-5);color:var(--deepblue)}.homepage-hero__artwork-item:not(:last-child){border-bottom:1px solid var(--deepblue-20)}.homepage-hero__artwork-trigger{align-items:center;border:1px solid rgba(255,255,255,.3);padding:6px 8px;border-radius:4px;cursor:pointer;transition:background .15s ease,color .15s ease;font-size:12px;font-weight:400;color:rgba(255,255,255,.8);background:0 0}.homepage-hero__artwork-trigger:hover{background:var(--purewhite);color:var(--deepblue)}.homepage-hero__artwork-trigger:focus-visible{outline:2px solid var(--turquoise);outline-offset:2px;border-radius:var(--border-radius-s)}.homepage-hero__artwork-trigger[aria-expanded=true]{background:var(--coral);border-color:var(--coral);color:var(--purewhite)}.homepage-hero__artwork-trigger[aria-expanded=true]+.homepage-hero__artwork-popup{opacity:1;visibility:visible;transform:translateY(0)}@media (min-width:768px){.homepage-hero__artwork-trigger[aria-expanded=true]+.homepage-hero__artwork-popup{transform:translate(-50%,0)}}.homepage-hero__mouse{position:absolute;bottom:30px;left:50%;transform:translateX(-50%)}@media (max-width:768px){.homepage-hero:has(.homepage-hero__artwork-legend) .homepage-hero__mouse{bottom:90px}}.homepage-hero__usps{background:var(--taupe-40);padding:20px 15px;display:flex;justify-content:center;line-height:1em;border-radius:0 0 var(--border-radius) var(--border-radius)}.homepage-hero__usps-wrapper,.homepage-hero__usps-wrapper a{width:100%;max-width:var(--frame-lg)}.homepage-hero__usps ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.homepage-hero__usps li,.homepage-hero__usps a{display:flex;gap:10px;color:var(--deepblue);align-items:center}.homepage-hero__usps a{text-decoration:none;color:inherit}.homepage-hero__usps a span{text-decoration:underline dotted;text-underline-offset:.2em}.homepage-hero__usps a:hover{color:var(--coral)}.homepage-hero__usps a:focus-visible{outline:2px solid var(--turquoise);outline-offset:2px;border-radius:var(--border-radius-s)}.homepage-hero__usps svg{font-size:20px}@media (min-width:768px){.homepage-hero__usps ul{flex-direction:row;flex-wrap:wrap;gap:10px}.homepage-hero__usps li{justify-content:center;width:calc(50% - 10px)}}@media (min-width:1200px){.homepage-hero__usps ul{gap:30px;justify-content:space-between}.homepage-hero__usps li{width:auto}}.sections:has(.homepage-hero),.sections:has(.homepage-hero) .section:has(.homepage-hero){margin-top:0}.sections:has(.homepage-hero)>.section:last-child{margin-bottom:0}.homepage-hero__background{width:100%;height:100%;background:var(--deepblue);position:relative}.homepage-hero__background picture,.homepage-hero__background img{width:100%;height:100%;object-fit:cover;object-position:center}.homepage-hero__background:after{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,rgba(38,31,19,.4) 0%,rgba(38,31,19,0) 100%)}