html.splash-open{overflow:hidden}html.splash-skip .splash{display:none}.splash{--splash-bg:#4A3221;--splash-line:#f2efe6;--splash-leaf-color:#f2efe6;--splash-leaf-color-alt:#c9c3b4;--splash-tree-ms:1.8s;--splash-word-ms:.9s;--splash-reveal-ms:1.1s;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;background:var(--splash-bg);color:var(--splash-line);overflow:hidden;transform:translateZ(0);transition:background-color var(--splash-reveal-ms) cubic-bezier(.16,.84,.44,1)}.splash.is-revealing{background:var(--cream,#F5EFE5);color:var(--brown,#1D1B17)}.splash__skip{position:absolute;top:20px;right:20px;z-index:20;padding:9px 16px;border:1px solid rgba(242,239,230,.4);border-radius:999px;background:transparent;color:var(--splash-line);font:12px/1 var(--font-body,inherit);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:border-color .2s ease,background .2s ease,color var(--splash-reveal-ms) ease}.splash__skip:hover,.splash__skip:focus-visible{border-color:#f2efe6d9;background:#f2efe614}.splash.is-revealing .splash__skip{color:var(--brown,#1D1B17);border-color:#1d1b1740}.splash.is-revealing .splash__skip:hover,.splash.is-revealing .splash__skip:focus-visible{border-color:#1d1b1780;background:#1d1b170f}.splash__scene{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;transition:opacity .6s ease}.splash.is-revealing .splash__scene{opacity:0;pointer-events:none}@media(min-width:769px){.splash__scene{display:none}}.splash__tree{position:absolute;right:-30vw;top:50%;height:100%;width:auto;max-width:none;aspect-ratio:1024/1536;transform:translateY(-50%);z-index:1;display:block;pointer-events:none}.splash__tree-shape{display:block;width:100%;height:100%;--grow:0%;-webkit-mask-image:linear-gradient(to top,#000 0%,#000 var(--grow),transparent calc(var(--grow) + 14%),transparent 100%);mask-image:linear-gradient(to top,#000 0%,#000 var(--grow),transparent calc(var(--grow) + 14%),transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;animation:splashTreeGrow var(--splash-tree-ms) cubic-bezier(.3,0,.2,1) forwards}@property --grow{syntax:"<percentage>"; inherits:true; initial-value:0%;}@keyframes splashTreeGrow{to{--grow:100%}}.splash__leaves{z-index:3}@media(max-width:768px){.splash__tree{right:-10vw;top:auto;bottom:0;height:85%;transform:none}}.splash__title{position:absolute;top:calc(30% + 80px);left:50%;transform:translate(-50%,-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:clamp(10px,1.6vw,18px);pointer-events:none}@media(max-width:768px){.splash__title{top:auto;bottom:16%;left:50%;right:auto;transform:translate(-50%);align-items:center;width:92vw}.splash__wordmark{flex-wrap:wrap;font-size:clamp(23px,7vw,37px)}.splash__word:last-child{flex-basis:100%}.splash__eyebrow{justify-content:center}.splash{--splash-bg:#170D05}.splash__scene:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:var(--splash-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;animation:splashBgFadeIn 1.8s ease forwards;animation-delay:.85s}}@keyframes splashBgFadeIn{to{opacity:1}}.splash__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;opacity:.06;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");background-repeat:repeat}.splash__eyebrow{display:flex;align-items:center;gap:14px;opacity:0;filter:blur(6px);transform:translateY(14px);animation:splashWordIn var(--splash-word-ms) cubic-bezier(.16,.84,.44,1) forwards;animation-delay:2.65s}.splash__eyebrow-line{width:clamp(24px,4vw,44px);height:1px;background:var(--gold,#A9805F)}.splash__eyebrow-text{font:400 clamp(13px,1.7vw,17px)/1 var(--font-body,inherit);letter-spacing:.24em;text-transform:uppercase;color:#eddbcabf;white-space:nowrap}.splash__wordmark{margin:0;display:flex;gap:.35em;flex-wrap:wrap;justify-content:center;font:400 clamp(32px,7vw,66px)/1.1 Georgia,"Iowan Old Style","Palatino Linotype",Palatino,serif;letter-spacing:.02em;text-align:center;text-transform:uppercase;color:#eddbca;text-shadow:0 0 40px rgba(242,239,230,.25)}.splash__word{display:inline-block;opacity:0;filter:blur(8px);transform:translateY(22px);animation:splashWordIn var(--splash-word-ms) cubic-bezier(.16,.84,.44,1) forwards}.splash__word:nth-child(1){animation-delay:3.6s}.splash__word:nth-child(2){animation-delay:3.8s}.splash__word:nth-child(3){opacity:1;filter:none;transform:none;animation:none}.splash__word:last-child{position:relative}.splash__word:last-child:before{content:"";position:absolute;left:50%;top:.55em;transform:translate(-50%,-100%);width:3.4em;height:1.85em;background:radial-gradient(circle,#ff8a508c,#ff8a5066 45%,#ff8a5000 78%);filter:blur(14px);z-index:-1;pointer-events:none;opacity:0;animation:splashGlowIn .7s ease forwards;animation-delay:.15s}@keyframes splashGlowIn{to{opacity:1}}.splash__word-text{display:inline-block;opacity:0;filter:blur(8px);transform:translateY(22px);animation:splashWordIn var(--splash-word-ms) cubic-bezier(.16,.84,.44,1) forwards;animation-delay:4s}@keyframes splashWordIn{to{opacity:1;filter:blur(0);transform:translateY(0)}}.splash__title-divider{width:16px;height:auto;color:#eddbca;opacity:0;filter:blur(6px);transform:translateY(14px);animation:splashWordIn var(--splash-word-ms) cubic-bezier(.16,.84,.44,1) forwards;animation-delay:2.6s}.splash__subheading{margin:0;font:400 clamp(13px,1.8vw,18px)/1.2 var(--font-body,inherit);letter-spacing:.1em;text-transform:uppercase;text-align:center;color:#4a2e17}.splash__leaves{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.splash__leaf{position:absolute;display:block;color:var(--splash-leaf-color);pointer-events:none;will-change:transform}.splash__leaf.is-dim{color:var(--splash-leaf-color-alt)}.splash__leaves-two{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:7}.splash__leaf--two{color:#7b4a25}.splash__static-leaves{display:none}.splash__static-leaf{position:absolute;left:var(--x);top:var(--y);width:18px;height:auto;color:var(--splash-leaf-color);transform:translate(-50%,-50%) rotate(var(--r)) scale(var(--s))}@media(prefers-reduced-motion:reduce){.splash{transition:none;background:var(--cream,#F5EFE5);color:var(--brown,#1D1B17)}.splash__scene{display:none}.splash__tree-shape{mask-image:none;-webkit-mask-image:none;opacity:1;filter:none;transform:none;animation:none}.splash__eyebrow,.splash__word,.splash__title-divider,.splash__subheading{opacity:1;filter:none;transform:none;animation:none}.splash__leaves,.splash__leaves-two{display:none}.splash__static-leaves{display:block}.splash__reveal,.splash__brand-mark{opacity:1;transform:none;animation:none}.splash__enter{opacity:1;animation:none}}.splash__reveal{position:relative;z-index:6;display:flex;flex-direction:column;align-items:center;gap:4px;opacity:0;transform:translateY(14px) scale(.92);transition:opacity .9s cubic-bezier(.16,.84,.44,1),transform .9s cubic-bezier(.16,.84,.44,1);transition-delay:.35s}.splash.is-revealing .splash__reveal{opacity:1;transform:translateY(0) scale(1)}.splash__brand-mark{width:min(94vw,620px);height:auto;filter:drop-shadow(0 6px 24px rgba(29,27,23,.12))}.splash__enter{position:relative;z-index:15;display:inline-flex;flex-direction:column;align-items:center;gap:8px;padding:10px 4px;background:none;border:0;outline:none;color:inherit;cursor:pointer;opacity:0;transform:translateY(10px);animation:splashEnterIn .7s cubic-bezier(.16,.84,.44,1) forwards;animation-play-state:paused}.splash__enter.is-visible{animation-play-state:running}@keyframes splashEnterIn{to{opacity:1;transform:translateY(0)}}.splash__enter-label{font:15px/1 var(--font-body,inherit);letter-spacing:.14em;text-transform:uppercase}.splash__enter-line{display:block;width:100%;height:1px;background:currentColor;transform:scaleX(.4);transform-origin:50% 50%;transition:transform .3s cubic-bezier(.16,.84,.44,1)}.splash__enter:hover .splash__enter-line,.splash__enter:focus-visible .splash__enter-line{transform:scaleX(1)}@keyframes splashExit{to{opacity:0}}.splash.is-exiting{animation:splashExit .7s cubic-bezier(.16,.84,.44,1) forwards;pointer-events:none}.splash.is-hidden{display:none}@media(prefers-reduced-motion:reduce){.splash.is-exiting{animation:none;opacity:0;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/splash.css.map */
