.ds-hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden}.ds-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.ds-hero__media img,.ds-hero__media video{width:100%;height:100%;object-fit:cover}.ds-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,hsl(0 0% 9% / .8) 0%,hsl(0 0% 9% / .3) 50%,transparent 100%)}.ds-hero__inner{position:relative;z-index:10;width:100%;padding-top:10rem;padding-bottom:5rem}@media(min-width:768px){.ds-hero__inner{padding-bottom:8rem}}.ds-hero__content{max-width:64rem}.ds-hero__logo{width:154px;height:154px;margin-top:-1.5rem;margin-bottom:.5rem;filter:drop-shadow(0 10px 8px rgb(0 0 0 / .12)) drop-shadow(0 4px 3px rgb(0 0 0 / .18));object-fit:contain}@media(min-width:768px){.ds-hero__logo{width:12rem;height:12rem}}.ds-hero__eyebrow{color:var(--ds-primary-foreground);font-family:var(--ds-serif);font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:1.125rem;margin-bottom:1rem}.ds-hero__title{font-family:var(--ds-display);font-weight:700;font-size:2.25rem;line-height:1.25;color:var(--ds-primary-foreground);margin-bottom:1.5rem}@media(min-width:768px){.ds-hero__title{font-size:3.75rem}}@media(min-width:1024px){.ds-hero__title{font-size:4.5rem}}.ds-hero__lede{color:var(--ds-primary-foreground);font-weight:700;font-size:1.125rem;max-width:36rem;margin-bottom:2.5rem;line-height:1.625}@media(min-width:768px){.ds-hero__lede{font-size:1.25rem}}.ds-hero__facts{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}@media(min-width:768px){.ds-hero__facts{flex-wrap:nowrap}}.ds-fact{display:flex;align-items:center;gap:.75rem}.ds-fact__icon{width:3rem;height:3rem;border-radius:9999px;background:#e9560c33;display:flex;align-items:center;justify-content:center;flex:none}.ds-fact__icon svg{width:1.5rem;height:1.5rem;color:var(--ds-primary)}.ds-fact__label{font-weight:600;font-size:1.125rem;color:var(--ds-primary-foreground)}.ds-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--ds-secondary);color:var(--ds-secondary-foreground);font-family:var(--ds-body);font-weight:600;border:0;cursor:pointer;border-radius:9999px;text-decoration:none;transition:background-color .2s ease,box-shadow .2s ease}.ds-btn:hover{background:#f9bf1fe6}.ds-btn--hero{font-size:1rem;padding:1.5rem 2.5rem;box-shadow:var(--ds-shadow-lg)}.ds-btn--hero:hover{box-shadow:var(--ds-shadow-xl)}.ds-btn--book{font-size:1.125rem;padding:1.75rem 3rem;box-shadow:var(--ds-shadow-md);width:100%}@media(min-width:768px){.ds-btn--book{width:auto}}.ds-btn--book:hover{box-shadow:var(--ds-shadow-lg)}.ds-btn:focus-visible{outline:2px solid var(--ds-primary);outline-offset:3px}.ds-exp__grid{display:grid;gap:4rem;align-items:center}@media(min-width:768px){.ds-exp__grid{grid-template-columns:1fr 1fr}}.ds-exp__title{margin-bottom:1.5rem;line-height:1.2}.ds-exp__title em{font-style:italic;font-weight:400;color:var(--ds-muted-foreground)}.ds-exp__body{display:flex;flex-direction:column;gap:1rem;color:var(--ds-muted-foreground);line-height:1.625}.ds-exp__media{position:relative}.ds-exp__main{aspect-ratio:4/5;border-radius:1rem;overflow:hidden;box-shadow:var(--ds-shadow-2xl)}.ds-exp__main img{width:100%;height:100%;object-fit:cover}.ds-exp__thumb{position:absolute;bottom:-2rem;left:-2rem;width:12rem;height:12rem;border-radius:1rem;overflow:hidden;box-shadow:var(--ds-shadow-xl);border:4px solid var(--ds-background)}@media(min-width:768px){.ds-exp__thumb{width:16rem;height:16rem}}.ds-exp__thumb img{width:100%;height:100%;object-fit:cover}.ds-gallery__head{text-align:center;margin-bottom:4rem}.ds-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.ds-gallery__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.ds-tile{position:relative;aspect-ratio:1/1;border-radius:.75rem;overflow:hidden;cursor:pointer;border:0;padding:0;background:none;display:block;width:100%}.ds-tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ds-tile:hover img,.ds-tile:focus-visible img{transform:scale(1.1)}.ds-tile__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:#17171700;transition:background-color .3s ease;display:flex;align-items:flex-end;padding:1rem}.ds-tile:hover .ds-tile__veil,.ds-tile:focus-visible .ds-tile__veil{background:#1717174d}.ds-tile__label{font-family:var(--ds-body);font-weight:500;font-size:.875rem;color:var(--ds-primary-foreground);opacity:0;transition:opacity .3s ease}.ds-tile:hover .ds-tile__label,.ds-tile:focus-visible .ds-tile__label{opacity:1}.ds-tile:focus-visible{outline:3px solid var(--ds-primary);outline-offset:3px}.js .ds-tile.ds-reveal{transition-duration:.5s}.ds-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#171717e6;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity .2s ease}.ds-lightbox[hidden]{display:none!important}.ds-lightbox.is-open{opacity:1}.ds-lightbox__img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:.5rem;transform:scale(.8);opacity:0;transition:transform .25s ease,opacity .25s ease}.ds-lightbox.is-open .ds-lightbox__img{transform:scale(1);opacity:1}.ds-lightbox__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:0;cursor:pointer;padding:.25rem;color:#fff6ebcc;transition:color .2s ease}.ds-lightbox__close:hover{color:var(--ds-primary-foreground)}.ds-lightbox__close svg{width:2rem;height:2rem}
/*# sourceMappingURL=/cdn/shop/t/5/assets/ds-parts-a.css.map */
