/* START_SNIPPET:hh-styles (INDEX:77) */
:root{--hh-black:#080808;--hh-coal:#171717;--hh-orange:#f16e24;--hh-gold:#f16e24;--hh-cream:#ffffff;--hh-fog:#c0c0c0}
html{scroll-behavior:smooth;scroll-padding-top:24px}body.gradient{background:var(--hh-black);color:var(--hh-cream);font-family:var(--hh-body),Arial,sans-serif}main{min-height:45vh}.hh-wrap{width:min(1240px,calc(100% - 80px));margin-inline:auto}.hh-announcement{background:var(--hh-gold);color:var(--hh-black);padding:10px 18px;text-align:center;font-size:12px;font-weight:600;letter-spacing:.09em}.hh-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:20px;border-bottom:1px solid #f3e1b030}.hh-logo{width:220px;display:block}.hh-logo img{width:100%;height:auto;display:block}.hh-header nav{display:flex;gap:36px;align-items:center}.hh-header a{color:var(--hh-cream);text-decoration:none;font-size:14px}.hh-header nav a:last-child{border-bottom:1px solid var(--hh-gold);padding-bottom:5px}.hh-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:600;color:var(--hh-gold);margin:0 0 24px}.hh-title{font-family:var(--hh-display),'Arial Narrow',sans-serif!important;letter-spacing:-.025em;line-height:.98;font-weight:700;color:var(--hh-gold);margin:0 0 28px;white-space:pre-line;text-transform:uppercase}.hh-heading{font-family:var(--hh-display),'Arial Narrow',sans-serif;font-weight:700;font-size:clamp(34px,4.7vw,62px);line-height:1.06;letter-spacing:-.015em;color:var(--hh-gold);margin:0 0 20px;white-space:pre-line}.hh-copy{font-size:16px;line-height:1.7;max-width:570px;margin:0 0 26px;color:var(--hh-cream)}.hh-button{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:13px 24px;background:var(--hh-gold);color:var(--hh-black);font-weight:700;font-size:14px;text-decoration:none;border:1px solid var(--hh-gold);transition:background .15s}.hh-button:hover{background:var(--hh-cream)}.hh-link{color:var(--hh-cream);text-underline-offset:5px;font-size:14px}.hh-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.hh-section{padding-block:80px}.hh-rule{border-top:1px solid #f3e1b030}.hh-muted{color:var(--hh-fog);font-size:13px;line-height:1.65}.hh-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.hh-card{min-width:0}.hh-card>a{text-decoration:none;color:inherit;display:block}.hh-card-media{background:#241c17;aspect-ratio:1;overflow:hidden;border:1px solid #f3e1b025;display:flex;align-items:center;justify-content:center}.hh-card-media img{width:100%;height:100%;object-fit:contain;transition:transform .25s}.hh-card a:hover img{transform:scale(1.025)}.hh-card h3{font-size:18px;font-weight:600;line-height:1.4;color:var(--hh-cream);margin:20px 0 10px}.hh-card-price{font-size:14px;color:var(--hh-gold);margin:0 0 12px}.hh-card .hh-muted{margin:0}.hh-grid-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:36px}.hh-grid-heading .hh-copy{margin:0}.hh-pill{display:inline-block;border:1px solid #f3e1b04d;padding:5px 10px;color:var(--hh-gold);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.hh-foot{padding-block:60px 28px}.hh-foot-top{display:flex;justify-content:space-between;align-items:start;gap:36px}.hh-foot .hh-heading{font-size:42px}.hh-foot nav{display:flex;gap:25px;flex-wrap:wrap}.hh-foot-bottom{border-top:1px solid #f3e1b025;margin-top:36px;padding-top:25px;font-size:11px;line-height:1.7;color:var(--hh-fog)}.hh-foot-bottom p{margin:5px 0}.hh-foot-bottom a{color:inherit}.hh-notice{border-left:3px solid var(--hh-gold);background:var(--hh-coal);padding:18px 22px;margin:26px 0;font-size:14px;line-height:1.6}.hh-size-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0}.hh-size-list li{border:1px solid #f3e1b045;padding:8px 12px;font-size:13px}.hh-product{display:grid;grid-template-columns:1.1fr 1fr;gap:64px}.hh-product-image{width:100%;height:auto;max-height:700px;object-fit:contain;background:var(--hh-coal)}.hh-product h1{font-size:clamp(34px,4vw,56px)}.hh-product .rte,.hh-product .rte p{color:var(--hh-cream)}.hh-product .hh-price{font-size:24px;color:var(--hh-gold)}.hh-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}.hh-gallery img{width:100%;height:auto}.hh-search{display:flex;gap:10px;margin:30px 0;max-width:650px}.hh-search input{min-width:0;flex:1;background:var(--hh-coal);color:var(--hh-cream);border:1px solid var(--hh-fog);padding:14px;font:inherit}.hh-pagination{padding-top:30px;display:flex;gap:20px}.hh-pagination a,.hh-pagination span{color:var(--hh-cream)}.hh-footer-art{width:160px;height:auto}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid var(--hh-gold);outline-offset:5px}.shopify-policy__container{color:var(--hh-cream);padding-block:40px}.shopify-policy__container h1,.shopify-policy__container h2,.main-page-title{color:var(--hh-gold)}
@media(max-width:749px){.hh-wrap{width:calc(100% - 36px)}.hh-header{padding-block:16px;gap:18px}.hh-logo{width:180px;flex-shrink:0}.hh-header nav{gap:12px;flex-direction:column;align-items:flex-end}.hh-header nav a{font-size:11px}.hh-announcement{font-size:10px;letter-spacing:.025em}.hh-section{padding-block:48px}.hh-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.hh-card h3{font-size:15px}.hh-grid-heading,.hh-foot-top{display:block}.hh-grid-heading>.hh-link{display:inline-block;margin-top:18px}.hh-foot nav{margin-top:25px;gap:18px}.hh-product{grid-template-columns:1fr;gap:30px}.hh-copy{font-size:15px}.hh-actions{gap:18px}.hh-kicker{font-size:10px}.hh-card-media span{font-size:11px;padding:12px;text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hh-card-media img,.hh-button{transition:none}}

.hh-utility{background:var(--hh-orange);color:#080808;font-size:11px;font-weight:600}.hh-utility>.hh-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:40px}.hh-utility a{color:inherit;text-decoration:none;padding-block:10px}.hh-header{background:#080808;padding-block:17px}.hh-logo{width:175px}.hh-header nav a{font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.hh-heading{font-size:clamp(30px,3.5vw,48px);font-weight:700;line-height:1.14;letter-spacing:-.035em}.hh-kicker{font-weight:700}.hh-button{border-radius:3px;min-height:54px}.hh-masthead{position:relative;isolation:isolate;overflow:hidden;border-bottom:1px solid #ffffff20}.hh-masthead-photo{position:absolute;inset:0;z-index:-2}.hh-masthead-photo img{width:100%;height:100%;object-fit:cover;object-position:center 46%}.hh-masthead:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0009,#000b 65%,#080808);z-index:-1}.hh-masthead-copy{text-align:center;padding-block:92px 70px}.hh-masthead .hh-title{color:white;font-size:clamp(48px,6.4vw,88px);line-height:1.05;letter-spacing:-.045em}.hh-masthead .hh-copy{max-width:760px;margin:0 auto 32px;font-size:18px;font-weight:500;line-height:1.65}.hh-masthead .hh-actions{justify-content:center}.hh-masthead-note{font-size:12px;color:#ddd;margin:30px 0 0}.hh-button-outline{background:transparent;color:#fff;border:2px solid #fff}.hh-button-outline:hover{background:#fff;color:#080808}.hh-ribbon{background:#101010!important;color:var(--hh-orange)!important;border-bottom:1px solid #ffffff25!important;font-size:13px!important;letter-spacing:.12em!important}.hh-season-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:stretch;margin-block:32px}.hh-season-art{margin:0;padding:25px;background:#111;border:1px solid #ffffff25;display:flex;flex-direction:column;justify-content:center}.hh-season-art img{width:100%;height:auto;max-height:560px;object-fit:contain;display:block}.hh-season-art figcaption{font-size:10px;color:var(--hh-fog);text-align:center;margin-top:16px}.hh-season-grid .hh-new-grid{grid-template-columns:1fr;margin:0;gap:20px}.hh-season-grid .hh-new-card{background:#171717;padding:26px}.hh-season-grid .hh-new-card-rust{background:#20140f}.hh-season-grid .hh-new-word{font-size:54px;padding-block:24px 20px;letter-spacing:-.04em}.hh-season-grid .hh-new-word span{writing-mode:horizontal-tb}.hh-season-grid .hh-new-card h3{font-size:18px}.hh-card-media{background:#171717}.hh-visit{background:#151515!important}.hh-visit-photo img{border-radius:4px!important}.hh-explore{background:#21130c;border-block:1px solid #f16e2440}.hh-explore .hh-copy{max-width:720px}.hh-foot .hh-heading{font-size:36px}.hh-foot nav{max-width:440px}.hh-poster-card h3{font-weight:700}.hh-section{scroll-margin-top:15px}
@media(min-width:750px) and (max-width:1000px){.hh-wrap{width:calc(100% - 48px)}.hh-header nav{gap:20px}.hh-season-grid{gap:22px}.hh-season-grid .hh-new-word{font-size:40px}.hh-visit-grid{gap:28px!important}.hh-faq{gap:30px!important}}
@media(max-width:749px){.hh-utility>.hh-wrap{justify-content:space-between;gap:12px;min-height:38px}.hh-utility span{display:none}.hh-utility a{font-size:10px}.hh-header{flex-direction:column;gap:17px;padding-block:18px}.hh-logo{width:165px}.hh-header nav{flex-direction:row;justify-content:center;gap:20px;flex-wrap:wrap;align-items:center}.hh-header nav a{font-size:10px;min-height:32px;display:flex;align-items:center}.hh-header nav a:last-child{padding-bottom:0}.hh-masthead-copy{padding-block:58px 42px}.hh-masthead .hh-title{font-size:clamp(38px,10.8vw,68px)}.hh-masthead .hh-kicker{font-size:10px;line-height:1.7;letter-spacing:.09em}.hh-masthead .hh-copy{font-size:15px;line-height:1.7}.hh-masthead .hh-actions{gap:12px;flex-direction:column}.hh-masthead .hh-button{width:100%;max-width:340px}.hh-masthead-note{font-size:11px;line-height:1.8}.hh-ribbon{font-size:10px!important;line-height:1.8;text-align:center}.hh-season-grid{grid-template-columns:1fr;gap:20px}.hh-season-art{padding:16px}.hh-season-grid .hh-new-word{font-size:48px}.hh-heading{font-size:31px}.hh-foot .hh-heading{font-size:30px}.hh-explore .hh-actions{align-items:flex-start;flex-direction:column;gap:24px}}
/* END_SNIPPET:hh-styles */
