@font-face{font-family:FH-Sora;src:url(/fonts/sora-300.woff)format("woff");font-weight:300;font-display:swap}@font-face{font-family:FH-Sora;src:url(/fonts/sora-400.woff)format("woff");font-weight:400;font-display:swap}@font-face{font-family:FH-Sora;src:url(/fonts/sora-500.woff)format("woff");font-weight:500;font-display:swap}@font-face{font-family:FH-Sora;src:url(/fonts/sora-600.woff)format("woff");font-weight:600;font-display:swap}@font-face{font-family:FH-SpaceGrotesk;src:url(/fonts/space-grotesk-500.woff)format("woff");font-weight:500;font-display:swap}@font-face{font-family:FH-SpaceGrotesk;src:url(/fonts/space-grotesk-600.woff)format("woff");font-weight:600;font-display:swap}@font-face{font-family:FH-SpaceGrotesk;src:url(/fonts/space-grotesk-700.woff)format("woff");font-weight:700;font-display:swap}@font-face{font-family:FH-ShadowsIntoLightTwo;src:url(/fonts/shadows-into-light-two-400.woff2)format("woff2");font-weight:400;font-display:swap}:root{--fh-cream-100:#fafaf7;--fh-cream-200:#f5f4ee;--fh-cream-300:#f1f0ea;--fh-cream-400:#eceae3;--fh-cream-500:#e7e4d8;--fh-cream-600:#dedcd3;--fh-ink-900:#171712;--surface-page:var(--fh-cream-100);--surface-card:#fff;--surface-card-alt:var(--fh-cream-200);--surface-sunken:var(--fh-cream-300);--surface-sunken-hover:var(--fh-cream-500);--border-hairline:var(--fh-cream-400);--border-dashed:var(--fh-cream-600);--text-primary:var(--fh-ink-900);--text-body:#3d3c35;--text-secondary:#5b5a50;--text-muted:#8b8a80;--text-faint:#a5a398;--text-unfilled:#b0ae9f;--fh-lime-500:#c6f135;--fh-lime-600:#bee82a;--accent-primary:var(--fh-lime-500);--accent-hover:var(--fh-lime-600);--accent-soft:#eafaaf;--text-on-lime:#3d4a0a;--error:#b00020;--error-soft:#f5d9dd;--font-display:"FH-SpaceGrotesk", sans-serif;--font-body:"FH-Sora", sans-serif;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--text-2xl:24px;--text-xl:18px;--text-lg:15px;--text-base:14px;--text-sm:13px;--text-xs:12px;--text-2xs:11px;--leading-tight:1.2;--leading-snug:1.4;--leading-normal:1.55;--leading-relaxed:1.6;--tracking-label:.04em;--tracking-wide-label:.06em;--space-1:2px;--space-2:4px;--space-3:6px;--space-4:8px;--space-5:10px;--space-6:12px;--space-7:14px;--space-8:16px;--space-9:18px;--space-10:20px;--space-11:22px;--space-12:24px;--radius-xs:5px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:14px;--radius-pill:999px}*{box-sizing:border-box}html,body{background:var(--fh-ink-900);overscroll-behavior:none;height:100%;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-primary);-webkit-tap-highlight-color:transparent}a{color:var(--fh-ink-900)}a:hover{color:var(--text-secondary)}button{font-family:inherit}img{max-width:100%;display:block}#fh-root{justify-content:center;height:100%;display:flex}.fh-app{background:var(--surface-page);flex-direction:column;width:100%;max-width:480px;height:100dvh;display:flex;position:relative;overflow:hidden;box-shadow:0 0 60px #0006}.fh-topbar{justify-content:space-between;align-items:center;gap:var(--space-5);padding:calc(env(safe-area-inset-top,0px) + 14px) var(--space-11) 14px;border-bottom:1px solid var(--border-hairline);background:var(--surface-page);z-index:5;flex:none;display:flex;position:sticky;top:0}.fh-wordmark-icon{border-radius:var(--radius-xs);width:24px;height:24px;display:block}.fh-wordmark{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-xl)}.fh-topbar-link{align-items:center;gap:var(--space-5);color:inherit;text-decoration:none;display:flex}.fh-back-btn{border-radius:var(--radius-sm);background:var(--surface-sunken);width:28px;height:28px;color:var(--text-primary);cursor:pointer;border:none;flex:none;justify-content:center;align-items:center;font-size:20px;line-height:1;text-decoration:none;transition:background-color .15s;display:flex}.fh-back-btn:hover{background:var(--surface-sunken-hover)}.fh-topbar-title{min-width:0;font-weight:var(--weight-semibold);font-size:var(--text-base);white-space:nowrap;text-overflow:ellipsis;text-align:center;flex:1;overflow:hidden}.fh-mobile-nav{flex:none;position:relative}.fh-hamburger-btn{border-radius:var(--radius-sm);background:var(--surface-sunken);width:28px;height:28px;color:var(--text-primary);cursor:pointer;border:none;flex:none;justify-content:center;align-items:center;transition:background-color .15s;display:flex}.fh-hamburger-btn:hover{background:var(--surface-sunken-hover)}.fh-mobile-nav-overlay{z-index:20;background:#17171247;position:fixed;inset:0}.fh-mobile-nav-panel{z-index:21;background:var(--surface-page);width:76%;max-width:320px;padding:var(--space-4);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 28px #00000029}.fh-mobile-nav-panel-head{padding:var(--space-5) var(--space-5) var(--space-8);align-items:center;display:flex}.fh-mobile-nav-panel-head .fh-wordmark{font-size:var(--text-base)}.fh-mobile-nav-close{border-radius:var(--radius-md);background:var(--surface-sunken);width:32px;height:32px;color:var(--text-primary);cursor:pointer;border:none;flex:none;justify-content:center;align-items:center;margin-left:auto;font-size:18px;line-height:1;transition:background-color .15s;display:flex}.fh-mobile-nav-close:hover{background:var(--surface-sunken-hover)}.fh-mobile-nav-link{box-sizing:border-box;width:100%;min-height:44px;padding:var(--space-8) var(--space-5);border-radius:var(--radius-md);font-family:var(--font-body);font-weight:var(--weight-semibold);color:var(--text-primary);align-items:center;font-size:19px;text-decoration:none;transition:background-color .15s;display:flex}.fh-mobile-nav-link:hover{background:var(--surface-sunken)}.fh-mobile-nav-link-active{background:var(--fh-lime-500);color:var(--text-on-lime)}.fh-mobile-nav-link-active:hover{background:var(--fh-lime-500)}.fh-content{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.fh-view{flex-direction:column;display:flex}.fh-section{padding:18px var(--space-11)}.fh-section-label{font-family:var(--font-display);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide-label);text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-size:11px}.fh-home-hero{padding:20px var(--space-11) 4px}.fh-home-title{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-2xl);line-height:var(--leading-tight);margin-bottom:16px}.fh-browse-cta{background:var(--fh-ink-900);color:var(--surface-page);border-radius:var(--radius-lg);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 18px;font-family:inherit;text-decoration:none;display:flex}.fh-browse-cta-title{font-weight:var(--weight-semibold);font-size:var(--text-base);color:var(--surface-page);margin-bottom:3px}.fh-browse-cta-sub{font-size:var(--text-xs);color:var(--fh-lime-500)}.fh-browse-cta-arrow{color:var(--fh-lime-500);flex:none;font-size:20px}.fh-searchbar{background:var(--surface-sunken);border-radius:var(--radius-md);align-items:center;gap:8px;padding:12px 14px;display:flex}.fh-search-icon{color:var(--text-muted);flex:none}.fh-search-input{min-width:0;font-family:var(--font-body);font-size:var(--text-base);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1}.fh-search-input::placeholder{color:var(--text-muted)}.fh-search-clear{background:var(--surface-sunken-hover);color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;flex:none;width:20px;height:20px;font-size:13px;line-height:1}.fh-chip-row{scrollbar-width:none;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.fh-chip-row::-webkit-scrollbar{display:none}.fh-chip{cursor:pointer;background:var(--surface-sunken);color:var(--text-secondary);font-family:var(--font-body);font-weight:var(--weight-semibold);font-size:var(--text-xs);border-radius:var(--radius-pill);border:none;flex:none;padding:8px 14px;text-decoration:none;transition:background-color .15s,color .15s;display:inline-block}.fh-chip:hover{background:var(--surface-sunken-hover)}.fh-chip-active{background:var(--accent-primary);color:var(--text-primary)}.fh-chip-ck{vertical-align:-2px;width:12px;height:12px;margin-right:5px}.fh-filter-bar{flex-direction:column;display:flex}.fh-filter-trigger-row{align-items:center;gap:12px;display:flex}.fh-filter-btn{cursor:pointer;background:var(--surface-sunken);color:var(--text-primary);font-family:var(--font-body);font-weight:var(--weight-semibold);font-size:var(--text-xs);border-radius:var(--radius-pill);border:none;flex:none;align-items:center;gap:8px;padding:10px 16px;transition:background-color .15s;display:inline-flex}.fh-filter-btn:hover{background:var(--surface-sunken-hover)}.fh-filter-count{background:var(--accent-primary);color:var(--fh-ink-900);font-size:10px;font-weight:var(--weight-bold);text-align:center;border-radius:999px;min-width:16px;padding:1px 6px;line-height:1.5}.fh-filter-clear-all{cursor:pointer;white-space:nowrap;font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-muted);background:0 0;border:none;flex:none;padding:0}.fh-filter-clear-all:hover{color:var(--text-secondary)}.fh-sheet-overlay{opacity:0;pointer-events:none;z-index:20;background:#00000059;justify-content:center;align-items:flex-end;transition:opacity .18s;display:flex;position:absolute;inset:0}.fh-sheet-overlay-open{opacity:1;pointer-events:auto}.fh-sheet{background:var(--surface-page);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;padding:18px var(--space-11) calc(env(safe-area-inset-bottom,0px) + 18px);max-height:80%;transition:transform .18s;overflow-y:auto;transform:translateY(24px)}.fh-sheet-overlay-open .fh-sheet{transform:translateY(0)}.fh-sheet-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.fh-sheet-head-actions{align-items:center;gap:14px;display:flex}.fh-sheet-title{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-lg)}.fh-sheet-close{background:var(--surface-sunken);width:28px;height:28px;color:var(--text-primary);cursor:pointer;border:none;border-radius:50%;flex:none;font-size:15px}.fh-sheet-close:hover{background:var(--surface-sunken-hover)}.fh-sheet-group{margin-bottom:18px}.fh-sheet-group:last-of-type{margin-bottom:0}.fh-sheet-group-label{margin-bottom:8px}.fh-sheet-chips{flex-wrap:wrap;gap:8px;display:flex}.fh-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.fh-item-card{text-align:left;cursor:pointer;min-width:0;font-family:var(--font-body);color:inherit;background:0 0;border:none;flex-direction:column;gap:4px;padding:0;text-decoration:none;display:flex}.fh-item-card-photo{aspect-ratio:3/4;border-radius:var(--radius-md);background:var(--surface-sunken);object-fit:cover;width:100%;color:var(--text-faint);font-size:var(--text-xs);justify-content:center;align-items:center;display:flex}.fh-photo-wrap{position:relative}.fh-season-badge{color:var(--fh-cream-100);font-size:10px;font-weight:var(--weight-semibold);letter-spacing:.02em;border-radius:var(--radius-pill);background:#171712bf;padding:4px 8px;text-decoration:none;transition:background-color .15s;position:absolute;top:8px;left:8px}a.fh-season-badge:hover{background:var(--fh-lime-500);color:var(--text-on-lime)}.fh-item-card-name{font-weight:var(--weight-semibold);font-size:var(--text-xs);margin-top:6px;line-height:1.3}.fh-item-card-meta{font-size:var(--text-2xs);color:var(--text-muted)}.fh-also-of-interest-label{margin-left:-14px}.fh-also-of-interest-rail-wrap{margin-left:calc(-1 * var(--space-11));margin-right:calc(-1 * var(--space-11));position:relative}.fh-also-of-interest-rail{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:2px;display:flex;overflow-x:auto}.fh-also-of-interest-rail::-webkit-scrollbar{display:none}.fh-also-of-interest-card{scroll-snap-align:start;width:150px;color:inherit;padding:0 var(--space-2);flex:none;text-decoration:none}.fh-also-of-interest-photo{aspect-ratio:3/4;object-fit:cover;background:var(--surface-sunken);width:100%;display:block}.fh-also-of-interest-name{font-weight:var(--weight-semibold);font-size:var(--text-xs);margin-top:8px;line-height:1.3}.fh-also-of-interest-reason{font-size:var(--text-2xs);color:var(--text-muted);margin-top:2px}.fh-also-of-interest-nav{border:1px solid var(--border-hairline);background:var(--surface-page);width:32px;height:32px;color:var(--text-primary);cursor:pointer;z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background-color .15s;display:flex;position:absolute;top:calc(50% - 45px);transform:translateY(-50%);box-shadow:0 4px 12px #00000024}.fh-also-of-interest-nav:hover{background:var(--surface-sunken)}.fh-also-of-interest-nav-left{left:8px}.fh-also-of-interest-nav-right{right:8px}@media (max-width:900px){.fh-also-of-interest-nav{display:none}}.fh-see-all-tile{background:var(--surface-page);border:1px solid var(--border-hairline);width:100%;color:var(--text-primary);border-radius:var(--radius-md);aspect-ratio:3/4;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:10px;transition:background-color .15s,border-color .15s;display:flex}.fh-see-all-label{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-sm)}.fh-see-all-arrow{background:var(--accent-soft);width:28px;height:28px;color:var(--fh-ink-900);border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:transform .15s;display:flex}.fh-see-all-tile:hover{background:var(--surface-sunken);border-color:var(--fh-ink-900)}.fh-see-all-tile:hover .fh-see-all-arrow{transform:translate(3px)}.fh-list{flex-direction:column;gap:4px;display:flex}.fh-item-list-row{cursor:pointer;text-align:left;border:none;border-bottom:1px solid var(--border-hairline);font-family:var(--font-body);color:inherit;background:0 0;align-items:center;gap:12px;width:100%;padding:10px 0;text-decoration:none;display:flex}.fh-item-list-thumb{border-radius:var(--radius-sm);background:var(--surface-sunken);object-fit:cover;flex:none;width:48px;height:48px}.fh-item-list-info{flex:1;min-width:0}.fh-item-list-name{font-weight:var(--weight-semibold);font-size:var(--text-base);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fh-item-list-meta{font-size:var(--text-xs);color:var(--text-muted);margin-top:2px}.fh-price-row{align-items:baseline;gap:6px;margin-top:2px;display:flex}.fh-price-current{font-weight:var(--weight-semibold);font-size:var(--text-xs)}.fh-price-orig{font-size:var(--text-2xs);color:var(--text-faint);text-decoration:line-through}.fh-empty-note{font-size:var(--text-base);color:var(--text-muted);line-height:var(--leading-normal);padding:8px 0 4px}.fh-show-more-btn{margin:24px auto 0;display:block}.fh-filter-trigger-sort{flex:none}.fh-sort-menu{flex:none;position:relative}.fh-sort-btn{cursor:pointer;background:var(--surface-sunken);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-semibold);border-radius:var(--radius-pill);border:none;align-items:center;gap:6px;padding:10px 16px;transition:background-color .15s;display:inline-flex}.fh-sort-btn:hover{background:var(--surface-sunken-hover)}.fh-sort-btn-label{color:var(--text-muted);font-weight:var(--weight-regular)}.fh-sort-btn-caret{color:var(--text-muted);font-size:10px}.fh-sort-dropdown{z-index:20;background:var(--surface-page);border:1px solid var(--border-hairline);border-radius:var(--radius-md);flex-direction:column;gap:2px;min-width:190px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 28px #00000029}.fh-sort-option{text-align:left;cursor:pointer;border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--text-primary);background:0 0;border:none;padding:9px 10px}.fh-sort-option:hover{background:var(--surface-sunken)}.fh-sort-option-active{font-weight:var(--weight-semibold);color:var(--fh-ink-900);background:var(--accent-soft)}.fh-browse-results-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.fh-browse-results-count{font-size:var(--text-xs);color:var(--text-muted)}.fh-browse-sort-desktop{display:none}.fh-browse-sidebar{flex-direction:column;display:flex}.fh-browse-sidebar .fh-searchbar{order:2;margin-top:14px}.fh-browse-sidebar .fh-filter-bar{order:1}.fh-detail-hero{padding:18px var(--space-11) 0}.fh-detail-header{padding-bottom:4px}.fh-detail-name{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-2xl);margin-bottom:4px;line-height:1.25}.fh-detail-meta{font-size:var(--text-sm);color:var(--text-muted);text-transform:uppercase;letter-spacing:var(--tracking-label);margin-bottom:8px;text-decoration:none;transition:color .15s;display:inline-block}a.fh-detail-meta:hover{color:var(--text-primary)}.fh-detail-header .fh-price-current{font-size:var(--text-lg)}.fh-detail-header .fh-price-orig{font-size:var(--text-xs)}.fh-asta-card{background:var(--surface-card);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);padding:var(--space-8)}.fh-asta-block-label{font-weight:var(--weight-semibold);font-size:var(--text-xs);color:var(--text-primary);margin:12px 0 4px}.fh-asta-block-label:first-of-type{margin-top:0}.fh-fitfam-card{background:var(--surface-page);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);padding:var(--space-8)}.fh-fitfam-card .fh-section-label{color:var(--text-secondary)}.fh-tibi-card{background:var(--surface-card-alt);border-radius:var(--radius-lg);padding:var(--space-8)}.fh-tibi-entry{margin-top:14px}.fh-tibi-entry:first-of-type{margin-top:0}.fh-tibi-entry-title{font-weight:var(--weight-semibold);font-size:var(--text-xs);color:var(--text-primary);margin-bottom:4px}.fh-tibi-entry-text{font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-body)}.fh-tibi-timestamp{vertical-align:middle;color:var(--text-secondary);font-weight:var(--weight-semibold);font-size:var(--text-xs);white-space:nowrap;align-items:center;gap:3px;text-decoration:none;transition:color .15s;display:inline-flex}.fh-tibi-timestamp:hover{color:var(--text-primary)}.fh-asta-note{font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-body);white-space:pre-line}.fh-asta-ig-inset{border-top:1px solid var(--border-hairline);margin-top:16px;padding-top:16px}.fh-fitfam-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.fh-add-take-link{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-secondary);flex:none;text-decoration:underline;transition:color .15s}.fh-add-take-link:hover{color:var(--text-primary)}.fh-fitfam-videos-rail-wrap{position:relative}.fh-fitfam-videos-rail{gap:var(--space-7);scroll-snap-type:x mandatory;padding-bottom:var(--space-2);scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 28px),#0000 100%);mask-image:linear-gradient(90deg,#000 calc(100% - 28px),#0000 100%)}.fh-fitfam-videos-rail::-webkit-scrollbar{display:none}.fh-ig-embed-card{scroll-snap-align:start;flex:none;width:176px}.fh-ig-embed-wrap{background:var(--surface-sunken);border-radius:var(--radius-md);width:176px;min-height:220px;overflow:hidden}.fh-ig-embed-slide-label{margin-top:var(--space-2);font-size:var(--text-2xs);color:var(--text-muted);text-align:center}.fh-ig-embed-scale{transform-origin:0 0;width:326px;transform:scale(.54)}.fh-fitfam-videos-nav{border:1px solid var(--border-hairline);background:var(--surface-page);width:32px;height:32px;color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background-color .15s;display:flex;position:absolute;top:calc(50% - 20px);transform:translateY(-50%);box-shadow:0 4px 12px #00000024}.fh-fitfam-videos-nav:hover{background:var(--surface-sunken)}.fh-fitfam-videos-nav-left{left:-4px}.fh-fitfam-videos-nav-right{right:10px}@media (max-width:900px){.fh-fitfam-videos-nav{display:none}}.fh-fitfam-videos-add-pill{margin-top:var(--space-7);background:var(--surface-sunken);color:var(--text-primary);font-family:var(--font-body);font-weight:var(--weight-semibold);font-size:var(--text-xs);padding:var(--space-5) var(--space-8);border-radius:var(--radius-pill);align-items:center;text-decoration:none;transition:background-color .15s;display:inline-flex}.fh-fitfam-videos-add-pill:hover{background:var(--surface-sunken-hover)}.fh-empty-state{border:1px dashed var(--border-hairline);border-radius:var(--radius-md);padding:var(--space-6);text-align:left}.fh-empty-state-title{font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--text-primary);margin-bottom:4px}.fh-empty-state-body{font-size:var(--text-xs);line-height:var(--leading-normal);color:var(--text-muted)}.fh-reel-rail-wrap{position:relative}.fh-reel-rail{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:2px;display:flex;overflow-x:auto}.fh-reel-rail::-webkit-scrollbar{display:none}.fh-reel-card{scroll-snap-align:start;width:250px;padding:0 var(--space-2);flex:none}@media (max-width:680px){.fh-reel-rail-wrap{margin:0 calc(-1 * var(--space-11))}.fh-reel-rail{padding:0 var(--space-11);scroll-padding:0 var(--space-11)}}.fh-reel-photo-wrap{cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block}.fh-reel-photo{aspect-ratio:1080/1350;object-fit:cover;background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:var(--radius-md);width:100%;display:block}.fh-reel-tag-list{margin-top:var(--space-4);flex-direction:column;display:flex}.fh-reel-tag-list-item{padding:var(--space-5) 0;border-bottom:1px solid var(--border-hairline);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary);text-decoration:none}.fh-reel-tag-list-link:hover{color:var(--text-secondary)}.fh-reel-tag-list-lg .fh-reel-tag-list-item{font-size:var(--text-base)}.fh-reel-lightbox-backdrop{background:var(--surface-page);padding:var(--space-11);z-index:100;justify-content:center;display:flex;position:fixed;inset:0;overflow-y:auto}.fh-reel-lightbox-content{align-items:flex-start;gap:var(--space-12);width:100%;max-width:900px;margin:auto 0;display:flex}.fh-reel-lightbox-photo{aspect-ratio:1080/1350;object-fit:cover;border:1px solid var(--border-hairline);border-radius:var(--radius-md);background:var(--surface-sunken);flex:auto;width:100%;min-width:0;max-width:420px;display:block}.fh-reel-lightbox-info{min-width:160px;max-width:320px;padding-top:var(--space-8);flex:220px}.fh-reel-occasion-wrap{margin-top:var(--space-10)}.fh-reel-occasion{color:var(--text-primary);overflow-wrap:break-word;margin-top:2px;font-family:FH-ShadowsIntoLightTwo,cursive;font-size:32px;line-height:1.2}@media (min-width:681px){.fh-reel-lightbox-backdrop{padding-top:0;padding-bottom:0}.fh-reel-lightbox-photo{border-radius:0;width:auto;max-width:none;height:100vh}.fh-reel-lightbox-info{padding-top:var(--space-12)}}@media (max-width:680px){.fh-reel-lightbox-content{align-items:center;gap:var(--space-6);flex-direction:column}.fh-reel-lightbox-photo{max-width:340px}.fh-reel-lightbox-info{width:100%;max-width:340px;padding-top:0}}.fh-reel-lightbox-close,.fh-reel-lightbox-nav{border:1px solid var(--border-hairline);background:var(--surface-page);width:40px;height:40px;color:var(--text-primary);cursor:pointer;z-index:1;border-radius:50%;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;box-shadow:0 4px 12px #0000001a}.fh-reel-lightbox-close:hover,.fh-reel-lightbox-nav:hover{background:var(--surface-sunken)}.fh-reel-lightbox-close{top:var(--space-9);right:var(--space-9);font-size:22px}.fh-reel-lightbox-nav{font-size:20px;top:50%;transform:translateY(-50%)}.fh-reel-lightbox-nav-left{left:var(--space-9)}.fh-reel-lightbox-nav-right{right:var(--space-9)}@media (max-width:680px){.fh-reel-lightbox-close,.fh-reel-lightbox-nav{width:34px;height:34px}.fh-reel-lightbox-close{top:var(--space-5);right:var(--space-5)}.fh-reel-lightbox-nav-left{left:var(--space-5)}.fh-reel-lightbox-nav-right{right:var(--space-5)}}.fh-reel-nav{border:1px solid var(--border-hairline);background:var(--surface-page);width:32px;height:32px;color:var(--text-primary);cursor:pointer;z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background-color .15s;display:flex;position:absolute;top:calc(50% - 45px);transform:translateY(-50%);box-shadow:0 4px 12px #00000024}.fh-reel-nav:hover{background:var(--surface-sunken)}.fh-reel-nav-left{left:-4px}.fh-reel-nav-right{right:10px}@media (max-width:900px){.fh-reel-nav{display:none}}.fh-ig-row{flex-wrap:wrap;gap:10px;display:flex}.fh-ig-chip{background:var(--surface-sunken);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-xs);font-weight:var(--weight-semibold);align-items:center;gap:8px;padding:10px 12px;text-decoration:none;transition:background-color .15s;display:flex}.fh-ig-chip:hover{background:var(--surface-sunken-hover)}.fh-ig-badge{background:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.fh-shop-link{text-decoration:none;display:block}.fh-view>.fh-section:last-child,.fh-detail-content-col>.fh-section:last-child{padding-bottom:28px}.fh-footer{padding:var(--space-8) var(--space-11) calc(env(safe-area-inset-bottom,0px) + var(--space-8));border-top:1px solid var(--border-hairline);background:0 0;flex:none}.fh-footer-disclaimer{font-size:var(--text-xs);line-height:var(--leading-normal);color:var(--text-muted);margin-bottom:14px}.fh-footer-row{flex-direction:column;gap:10px;display:flex}.fh-footer-copy{font-size:var(--text-xs);color:var(--text-muted)}.fh-footer-links{flex-wrap:wrap;gap:4px 14px;display:flex}.fh-footer-link{cursor:pointer;font-family:var(--font-body);font-weight:var(--weight-semibold);font-size:var(--text-xs);color:var(--text-secondary);background:0 0;border:none;padding:0;text-decoration:none;transition:color .15s}.fh-footer-link:hover{color:var(--text-primary)}.fh-hero-placeholder{aspect-ratio:3/4;border-radius:var(--radius-xl);background:var(--surface-sunken);border:1px dashed var(--border-dashed);width:45%;color:var(--text-faint);font-size:var(--text-base);font-weight:var(--weight-medium);justify-content:center;align-items:center;display:flex}img.fh-hero-placeholder{color:#0000;aspect-ratio:auto;border-style:solid;height:auto}.fh-shop-footer{padding:14px var(--space-11) calc(env(safe-area-inset-bottom,0px) + 14px);border-top:1px solid var(--border-hairline);background:var(--surface-page);flex:none}.fh-detail-cta-inline{display:none}.fh-btn{border-radius:var(--radius-md);background:var(--accent-primary);width:100%;color:var(--text-primary);font-family:var(--font-body);font-weight:var(--weight-semibold);text-align:center;cursor:pointer;border:none;padding:14px;font-size:15px;transition:background-color .15s;display:block}.fh-btn:hover{background:var(--accent-hover)}.fh-btn-muted{border-radius:var(--radius-md);background:var(--surface-sunken);width:100%;color:var(--text-primary);font-family:var(--font-body);font-weight:var(--weight-semibold);text-align:center;cursor:pointer;border:none;padding:14px;font-size:15px;transition:background-color .15s;display:block}.fh-btn-muted:hover{background:var(--surface-sunken-hover)}@keyframes fh-skeleton-pulse{0%,to{opacity:.6}50%{opacity:1}}.fh-skeleton-bar{background:var(--surface-sunken);border-radius:4px;animation:1.4s ease-in-out infinite fh-skeleton-pulse}.fh-status-text{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--text-muted);text-align:center;padding:60px 24px 20px}.fh-status-actions{justify-content:center;padding:0 24px;display:flex}.fh-btn-secondary{border-radius:var(--radius-md);background:var(--surface-sunken);color:var(--text-secondary);font-family:inherit;font-weight:var(--weight-semibold);font-size:var(--text-sm);cursor:pointer;border:none;padding:10px 18px;transition:background-color .15s,color .15s}.fh-btn-secondary:hover{background:var(--surface-sunken-hover);color:var(--text-primary)}.fh-tag{background:var(--accent-soft);color:var(--text-on-lime);font-weight:var(--weight-semibold);font-size:var(--text-xs);border-radius:var(--radius-pill);padding:5px 10px;display:inline-block}.fh-tag-neutral{background:var(--surface-sunken);color:var(--text-secondary);font-weight:var(--weight-semibold);font-size:var(--text-xs);border-radius:var(--radius-pill);padding:5px 10px;display:inline-block}.fh-site-header{display:none}@media (min-width:860px){html,body{background:var(--surface-page)}.fh-app{width:100%;max-width:none;height:auto;box-shadow:none;display:block;overflow:visible}.fh-content{overflow-y:visible}.fh-topbar{display:none}.fh-section{padding-left:0;padding-right:0}.fh-view{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:0 48px}.fh-home-hero,.fh-detail-hero{padding-left:0;padding-right:0}.fh-site-header{border-bottom:1px solid var(--border-hairline);background:var(--surface-page);z-index:10;justify-content:space-between;align-items:center;padding:20px 48px;display:flex;position:sticky;top:0}.fh-site-header-brand{align-items:center;gap:var(--space-5);color:inherit;text-decoration:none;display:flex}.fh-site-header-nav{gap:28px;display:flex}.fh-site-header-link{font-family:var(--font-body);font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--text-secondary);text-decoration:none;transition:color .15s}.fh-site-header-link:hover{color:var(--text-primary)}.fh-site-header-link-active{color:var(--text-primary);text-underline-offset:4px;text-decoration:underline}.fh-home-title{max-width:640px;font-size:32px}.fh-browse-cta{padding:22px 26px}.fh-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.fh-also-of-interest-card{width:200px}.fh-also-of-interest-rail-wrap{margin-left:calc(-1*max(0px,50vw - 600px) - 48px);margin-right:calc(-1*max(0px,50vw - 600px) - 48px)}.fh-also-of-interest-label{margin-left:calc(-24px + -1*max(0px,50vw - 600px))}.fh-also-of-interest-nav-left{left:24px}.fh-also-of-interest-nav-right{right:24px}.fh-browse-view{flex-direction:row;align-items:flex-start;gap:48px;padding-top:28px;display:flex}.fh-browse-sidebar{flex:0 0 240px;padding-top:0;position:sticky;top:100px}.fh-browse-sidebar .fh-searchbar{order:0;margin-top:0;margin-bottom:14px}.fh-browse-sidebar .fh-filter-bar{order:0}.fh-browse-view>.fh-section:last-child{flex:1;min-width:0;padding-top:0}.fh-browse-view .fh-filter-trigger-row{display:none}.fh-browse-sort-desktop{display:block}.fh-browse-view .fh-sheet-overlay{opacity:1;pointer-events:auto;z-index:auto;background:0 0;display:block;position:static}.fh-browse-view .fh-sheet{border:1px solid var(--border-hairline);border-radius:var(--radius-lg);width:100%;max-height:none;padding:var(--space-8);overflow:visible;transform:none}.fh-browse-view .fh-sheet-close,.fh-browse-view .fh-sheet-apply{display:none}.fh-detail-view{padding-top:28px}.fh-detail-layout{grid-template-columns:300px 1fr;align-items:start;gap:56px;display:grid}.fh-detail-photo-col{flex-direction:column;gap:16px;max-width:300px;display:flex;position:sticky;top:100px}.fh-hero-placeholder{width:100%}.fh-detail-header{padding-top:0}.fh-detail-name{font-size:28px}.fh-shop-footer{display:none}.fh-detail-cta-inline{display:block}.fh-footer{padding:32px 48px}.fh-footer-row{flex-direction:row;justify-content:space-between;align-items:center}}.fh-about-header{justify-content:space-between;align-items:center;gap:var(--space-5);border-bottom:1px solid var(--border-hairline);background:var(--surface-page);z-index:5;padding:20px 48px;display:flex;position:sticky;top:0}.fh-about-brand{align-items:center;gap:var(--space-5);color:inherit;text-decoration:none;display:flex}.fh-about-nav{gap:28px;display:none}.fh-about-nav-link{font-family:var(--font-body);font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--text-secondary);text-decoration:none;transition:color .15s}.fh-about-nav-link:hover{color:var(--text-primary)}.fh-about-nav-link-active{color:var(--text-primary);text-underline-offset:4px;text-decoration:underline}.fh-about-main{max-width:720px;margin:0 auto;padding:56px 48px 80px}.fh-about-eyebrow{font-family:var(--font-display);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide-label);text-transform:uppercase;color:var(--text-muted);margin-bottom:14px;font-size:11px}.fh-about-h1{font-family:var(--font-display);font-weight:var(--weight-bold);margin:0 0 20px;font-size:40px;line-height:1.15}.fh-about-lede{font-size:var(--text-lg);line-height:var(--leading-normal);color:var(--text-body);margin:0 0 44px}.fh-about-block{margin-bottom:36px}.fh-about-block-title{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-lg);margin:0 0 10px}.fh-about-block-text{font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-body);margin:0 0 12px}.fh-about-block-text a{text-underline-offset:2px;text-decoration:underline}.fh-about-people{flex-direction:column;gap:20px;margin-top:8px;display:flex}.fh-about-person{border:1px solid var(--border-hairline);border-radius:var(--radius-lg);padding:var(--space-8);align-items:flex-start;gap:16px;display:flex}.fh-about-avatar{background:var(--accent-soft);width:44px;height:44px;font-family:var(--font-display);font-weight:var(--weight-bold);color:var(--text-on-lime);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.fh-about-person-name{font-weight:var(--weight-semibold);font-size:var(--text-base);margin-bottom:2px}.fh-about-person-role{font-size:var(--text-xs);color:var(--text-muted);margin-bottom:6px}.fh-about-bio{margin-top:20px}.fh-about-bio-thesis{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-lg);margin:20px 0 8px}.fh-about-social-link{font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--text-primary);text-underline-offset:3px;align-items:center;gap:6px;text-decoration:underline;transition:color .15s;display:inline-flex}.fh-about-social-link:hover{color:var(--text-secondary)}.fh-about-rules{border-top:1px solid var(--border-hairline);flex-direction:column;gap:2px;display:flex}.fh-about-rule{border-bottom:1px solid var(--border-hairline);gap:14px;padding:14px 0;display:flex}.fh-about-rule-mark{color:var(--fh-lime-500);font-weight:var(--weight-bold);flex:none}.fh-about-rule p{margin:0}.fh-about-cta{padding:var(--space-8);background:var(--fh-ink-900);color:var(--surface-page);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:16px;margin-top:48px;text-decoration:none;display:flex}.fh-about-cta-title{font-weight:var(--weight-semibold);font-size:var(--text-base);color:var(--surface-page)}.fh-about-cta-sub{font-size:var(--text-xs);color:var(--fh-lime-500);margin-top:3px}.fh-about-cta-arrow{color:var(--fh-lime-500);flex:none;font-size:20px}@media (max-width:640px){.fh-about-main{padding:36px 24px 64px}.fh-about-h1{font-size:30px}.fh-about-header{padding:16px 22px}}@media (min-width:860px){.fh-mobile-nav{display:none}.fh-about-nav{display:flex}}
