.dg{font-family:var(--font-body-family, "Libre Franklin", sans-serif);padding-bottom:3rem}.dg .font-heading{font-family:var(--font-heading-family, "Jost", sans-serif)}.dg-wrap{max-width:64rem;margin:0 auto;padding:2.5rem 1.5rem 0}.dg-h2{font-size:1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid currentColor}.dg-h2:not(.dg-h2--plain):after{content:" \1f43e";font-size:.7em;opacity:.55}.dg-h2--plain{border-bottom:0;padding-bottom:0}.dg-h3{font-size:1.25rem;font-weight:700;text-transform:uppercase;margin:.9rem 0 .35rem}.dg-lead{margin:0 0 1.25rem;font-size:1.05rem;line-height:1.6}.dg-rte p{margin:0 0 1rem;line-height:1.65;font-size:1.02rem}.dg-rte p:last-child{margin-bottom:0}.dg-hero{position:relative;min-height:46vh;background-color:#181b1a;display:flex;align-items:center;justify-content:center;overflow:hidden}.dg-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.dg-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#181b1a59,#181b1ab3)}.dg-hero__content{position:relative;z-index:2;max-width:44rem;margin:0 auto;padding:3.5rem 1.5rem;text-align:center;color:#fff}.dg-hero__kicker{margin:0 0 .75rem;font-size:.9rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-scheme-accent, 255, 233, 45))}.dg-hero__kicker:before{content:"\1f43e  "}.dg-hero__kicker:after{content:"  \1f43e"}.dg-hero__title{font-size:clamp(2.25rem,6vw,4rem);line-height:1.04;font-weight:700;text-transform:uppercase;margin:0 0 1rem}.dg-hero__sub{font-size:1.05rem;line-height:1.5;margin:0 0 1.75rem}.dg-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.dg-hero__note{margin:.75rem 0 0;font-size:.85rem;opacity:.9}.dg-hero__review{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem .6rem;margin-top:1rem;font-size:.9rem;text-shadow:0 1px 4px rgba(0,0,0,.6)}.dg-hero__stars{color:#fbbc04;letter-spacing:.1em;font-size:1.1rem;line-height:1}.dg-hero__reviewer{font-weight:700}.dg-hero__link{display:inline-block;margin-top:1rem;font-size:.9rem;font-weight:600;color:#fff;text-decoration:underline;text-underline-offset:3px}.dg-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-align:center;text-decoration:none;border-radius:var(--button-border-radius, .375rem);transition:opacity .15s ease}.dg-btn:hover{opacity:.9}.dg-btn--lg{padding:1rem 2.25rem;font-size:1.05rem}.dg-btn--accent{background-color:rgb(var(--color-scheme-accent, 255, 233, 45));color:#181b1a}.dg-btn--dark{background-color:#181b1a;color:#fff}.dg-btn--outline-dark{border:1.5px solid #181b1a;color:#181b1a}@keyframes dg-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg) scale(1.03)}75%{transform:rotate(3deg) scale(1.03)}}@media(hover:hover){.dg-btn--lg:hover{animation:dg-wiggle .5s ease-in-out}}.dg-areas{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.dg-area p{margin:0;line-height:1.6}.dg-area__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:1rem;display:block}.dg-notes{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.dg-notes li{padding-left:1.75rem;position:relative;line-height:1.5}.dg-notes li:before{content:"\1f43e";position:absolute;left:0}.dg-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem 1.25rem;padding:.5rem 0}.dg-gallery__item{margin:0;padding:.5rem .5rem .25rem;background:#fff;border-radius:6px;box-shadow:0 6px 18px #00000029;transition:transform .25s ease}.dg-gallery__item:nth-child(3n+1){transform:rotate(-2deg)}.dg-gallery__item:nth-child(3n+2){transform:rotate(1.5deg)}.dg-gallery__item:nth-child(3n){transform:rotate(-1deg)}@media(hover:hover){.dg-gallery__item:hover{transform:rotate(0) scale(1.04);position:relative;z-index:1}}.dg-gallery__item img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;display:block;border-radius:2px}.dg-gallery__badge{display:block;color:#181b1a;padding:.6rem .25rem .5rem;text-align:center;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.dg-tag{margin:1.5rem 0 0;text-align:center}.dg-tofu{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;background-color:rgb(var(--color-scheme-accent, 255, 233, 45));color:#181b1a;border-radius:var(--card-border-radius, 2rem);padding:2rem}.dg-tofu__text{flex:1 1 22rem}.dg-tofu__kicker{margin:0 0 .25rem;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.dg-tofu__img{flex:0 1 20rem;width:100%;max-width:20rem;aspect-ratio:1 / 1;object-fit:cover;border:6px solid #fff;border-radius:1rem;box-shadow:0 6px 18px #0003;transform:rotate(2.5deg)}.dg-faq{display:flex;flex-direction:column;gap:.75rem}.dg-faq__item{border-bottom:1px solid rgba(0,0,0,.14);padding-bottom:.75rem}.dg-faq__item summary{cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.dg-faq__item summary::-webkit-details-marker{display:none}.dg-faq__item summary:after{content:"+";font-size:1.2rem;flex-shrink:0}.dg-faq__item[open] summary:after{content:"\2212"}.dg-faq__item p{margin:.6rem 0 0;line-height:1.6;max-width:42rem;opacity:.85}.dg-visit{text-align:center;padding:2.5rem 1.5rem;border-radius:var(--card-border-radius, 2rem);border:2px solid #181b1a}.dg-visit__text{margin:0 auto 1.25rem;max-width:36rem;line-height:1.6}.dg-visit__address{font-style:normal;font-weight:700;margin:1.5rem 0 .5rem}.dg-visit__hours{list-style:none;margin:0 0 1.25rem;padding:0;line-height:1.7;font-size:.95rem}.dg-visit__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.dg-sticky{position:fixed;left:0;right:0;bottom:0;z-index:30;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));background:rgb(var(--color-scheme-background, 255, 251, 230));box-shadow:0 -4px 16px #0000001f;transform:translateY(120%);visibility:hidden;transition:transform .25s ease,visibility 0s .25s}.dg-sticky.is-visible{transform:none;visibility:visible;transition:transform .25s ease}.dg-sticky__call{margin:0;font-size:.8rem;line-height:1.2}.dg-sticky__call a{font-weight:700;color:inherit;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}@media(prefers-reduced-motion:reduce){.dg-sticky,.dg-sticky.is-visible,.dg-gallery__item{transition:none}.dg-btn--lg:hover{animation:none}}@media(max-width:749px){.dg-areas{grid-template-columns:1fr}.dg-gallery{grid-template-columns:repeat(2,1fr);gap:1.25rem .9rem}.dg-tofu{padding:1.5rem}.dg-tofu__img{max-width:none}.dg-sticky .dg-btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
