.bst-hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;padding:var(--header-h) 32px 32px;overflow:hidden;text-align:center;color:#fff}.bst-hero-bg{position:absolute;inset:0;z-index:0}.bst-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.bst-hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(42,37,32,.35) 0,rgba(42,37,32,.7) 100%),linear-gradient(180deg,rgba(42,37,32,.55),rgba(42,37,32,.5) 50%,rgba(42,37,32,.75))}.bst-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.bst-hero-eyebrow{font-style:italic;color:var(--c-gold-soft);font-size:14px;letter-spacing:6px;text-transform:uppercase}.bst-hero-eyebrow,.bst-hero-title{font-family:var(--f-serif);margin-bottom:24px}.bst-hero-title{font-weight:300;font-size:clamp(36px,6vw,72px);line-height:1.1;color:#fff!important;letter-spacing:-.02em}.bst-hero-title .line-1{display:block}.bst-hero-title .line-2{display:block;margin-top:.15em}.bst-hero-title em{font-style:italic;color:#E8C068;font-family:var(--f-script);font-weight:400;font-size:1.05em;display:inline-block;transform:translateY(.05em);margin-right:.1em;text-shadow:0 2px 12px rgba(0,0,0,.25)}.bst-hero-sub{font-family:var(--f-serif);font-size:18px;font-style:italic;color:rgba(255,255,255,.88);margin-bottom:40px;letter-spacing:.5px}.bst-hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.bst-cat-section{padding:72px 0 100px;background:#fdf8f5}.bst-cat-intro{text-align:center;margin-bottom:52px}.bst-cat-intro-title{font-family:var(--f-serif);font-size:clamp(28px,4vw,46px);font-weight:400;color:var(--c-charcoal);margin-bottom:10px}.bst-cat-intro-title em{font-style:italic;color:var(--c-wine)}.bst-cat-intro-sub{font-family:var(--f-sans);font-size:14px;color:var(--c-muted)}.bst-section{margin-bottom:36px;border-radius:6px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.08)}.bst-section-header{display:flex;align-items:center;gap:20px;padding:22px 32px;text-decoration:none;color:#fff;transition:filter .2s ease;flex-wrap:wrap}.bst-section-header:hover{filter:brightness(1.07)}.bst-section-header--extra{background:linear-gradient(135deg,#3a5c1a,#264010)}.bst-section-letter{font-family:var(--f-serif);font-size:48px;font-weight:300;line-height:1;width:64px;height:64px;border:1.5px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.bst-section-letter--emoji{font-size:32px;border-color:rgba(255,255,255,.3)}.bst-section-meta{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.bst-section-name{font-family:var(--f-serif);font-size:clamp(20px,2.5vw,28px);font-weight:400;color:#fff;line-height:1.2}.bst-section-sub{font-family:var(--f-sans);font-size:12px;color:rgba(255,255,255,.72);letter-spacing:.3px}.bst-section-badge{font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:rgba(255,255,255,.9);background:rgba(255,255,255,.18);padding:5px 12px;border-radius:2px;white-space:nowrap}.bst-section-arrow,.bst-section-badge{font-family:var(--f-sans);flex-shrink:0}.bst-section-arrow{font-size:13px;font-weight:600;color:rgba(255,255,255,.85);letter-spacing:.5px;transition:transform .2s ease}.bst-section-header:hover .bst-section-arrow{transform:translate(3px,-3px)}.bst-grouped{padding:0}.bst-group{border-bottom:1px solid rgba(0,0,0,.06)}.bst-group:last-child{border-bottom:none}.bst-group-header{display:flex;align-items:center;gap:10px;padding:14px 24px;background:rgba(0,0,0,.03);border-left:3px solid}.bst-group-icon{font-size:15px;line-height:1}.bst-group-label{font-family:var(--f-sans);font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.bst-subgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(0,0,0,.07)}.bst-subgrid--empty{display:block;background:#111008;padding:28px 32px}.bst-subgrid-empty-text{font-family:var(--f-serif);font-style:italic;font-size:15px;color:#C9A96E}.bst-subitem{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:#fff;text-decoration:none;transition:background .15s ease;min-width:0}.bst-grouped .bst-subitem{background:transparent}.bst-subgrid:not(.bst-subgrid--empty)>.bst-subitem:nth-child(odd){background:#fafafa}.bst-subitem:hover{background:color-mix(in srgb,var(--accent,#870d32) 7%,white)!important}.bst-subitem-left{flex-shrink:0;padding-top:2px}.bst-subitem-icon{font-size:15px;opacity:.65;display:block}.bst-color-dot{display:block;width:18px;height:18px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12);box-shadow:0 1px 3px rgba(0,0,0,.15);flex-shrink:0}.bst-subitem-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:3px}.bst-subitem-name{font-family:var(--f-sans);font-size:13.5px;font-weight:600;color:var(--c-charcoal);line-height:1.3}.bst-subitem-desc{font-family:var(--f-sans);font-size:11.5px;color:var(--c-muted);line-height:1.4;font-weight:400}.bst-subitem-arrow{font-size:14px;color:var(--accent,#870d32);flex-shrink:0;opacity:0;transition:opacity .15s ease,transform .15s ease;padding-top:2px}.bst-subitem:hover .bst-subitem-arrow{opacity:1;transform:translateX(3px)}.bst-note-section{background:#fff;border-top:1px solid var(--c-line);border-bottom:1px solid var(--c-line);padding:36px 0}.bst-note-inner{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.bst-note-icon{font-size:40px;flex-shrink:0;color:var(--c-wine);font-family:var(--font-xi)}.bst-note-title{font-family:var(--f-serif);font-size:20px;font-weight:500;color:var(--c-charcoal);margin-bottom:4px}.bst-note-text{font-family:var(--f-sans);font-size:14px;color:var(--c-muted)}.bst-note-inner .nh-btn{margin-left:auto;flex-shrink:0}@media (max-width:900px){.bst-subgrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.bst-cat-section{padding:48px 0 72px}.bst-section-header{padding:18px 20px;gap:14px}.bst-section-letter{font-size:38px;width:52px;height:52px}.bst-section-badge{display:none}.bst-subgrid{grid-template-columns:1fr}.bst-subitem{padding:14px 20px}.bst-subitem-arrow{opacity:1}.bst-note-inner{gap:16px}.bst-note-inner .nh-btn{margin-left:0;width:100%;text-align:center;justify-content:center}}.bst-filters-wrap{background:rgba(253,247,249,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--c-line);padding:16px 32px;position:-webkit-sticky;position:sticky;top:80px;z-index:10;display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:space-between}.bst-filters{display:flex;gap:8px;flex-wrap:wrap}.bst-filter-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 18px;border-radius:100px;border:1px solid var(--c-line);background:transparent;font-family:var(--f-sans);font-size:12px;font-weight:500;letter-spacing:.5px;color:var(--c-text);cursor:pointer;transition:all .2s ease;white-space:nowrap}.bst-filter-btn:hover{border-color:var(--c-gold);color:var(--c-wine);background:var(--c-cream-warm)}.bst-filter-btn.active{background:var(--c-wine);border-color:var(--c-wine);color:#fff}.bst-filter-count{font-size:10px;font-weight:700;background:rgba(255,255,255,.2);border-radius:10px;padding:1px 6px}.bst-filter-btn:not(.active) .bst-filter-count{background:var(--c-cream-warm);color:var(--c-muted)}.bst-result-count{font-family:var(--f-sans);font-size:12px;color:var(--c-muted);letter-spacing:.5px;white-space:nowrap}.bst-result-count strong{color:var(--c-wine);font-weight:600}.bst-grid-section{background:var(--c-cream-warm);padding:60px 32px 100px;min-height:400px}.bst-grid{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.bst-card{background:var(--c-cream);border:1px solid var(--c-line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform var(--t-fast),box-shadow var(--t-fast)}.bst-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(74,16,64,.1)}.bst-swatch{height:160px;position:relative;overflow:hidden;flex-shrink:0}.bst-swatch-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:14px 16px;transition:opacity var(--t-fast)}.bst-card:hover .bst-swatch-overlay{opacity:0}.bst-swatch-num{font-family:var(--f-sans);font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.8);background:rgba(0,0,0,.2);padding:3px 8px;border-radius:100px;align-self:flex-start;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bst-swatch-dots{display:flex;gap:5px}.bst-dot{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.5);box-shadow:0 1px 4px rgba(0,0,0,.2)}.bst-swatch-hover-btns{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(34,21,32,.5);opacity:0;transition:opacity var(--t-fast);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bst-card:hover .bst-swatch-hover-btns{opacity:1}.bst-preview-btn{padding:10px 26px;border-radius:100px;background:var(--c-cream);color:var(--c-wine);font-family:var(--f-sans);font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:all .2s;border:1px solid transparent}.bst-preview-btn:hover{background:var(--c-gold);color:var(--c-charcoal)}.bst-card-body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:5px;flex:1 1;border-top:1px solid var(--c-line)}.bst-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:4px}.bst-card-name{font-family:var(--f-serif);font-size:1.15rem;font-weight:400;color:var(--c-charcoal);line-height:1.3}.bst-style-badge{flex-shrink:0;font-size:10px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:var(--c-cream-warm);border:1px solid var(--c-line);border-radius:100px;padding:3px 10px;margin-top:3px}.bst-card-en,.bst-style-badge{font-family:var(--f-sans);color:var(--c-muted)}.bst-card-en{font-size:11px;letter-spacing:.5px}.bst-card-desc{font-family:var(--f-serif);font-style:italic;font-size:.9rem;color:var(--c-muted);line-height:1.65;margin-top:4px}.bst-card-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:6px}.bst-tag{font-family:var(--f-sans);font-size:10px;font-weight:500;letter-spacing:.5px;color:var(--c-muted);background:transparent;border:1px solid var(--c-line);border-radius:100px;padding:2px 10px;cursor:pointer;transition:all .15s}.bst-tag:hover{background:var(--c-wine);color:#fff;border-color:var(--c-wine)}.bst-use-btn{margin-top:auto;padding-top:14px;display:inline-flex;align-items:center;font-family:var(--f-sans);font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--c-wine);text-decoration:none;border-top:1px solid var(--c-line);transition:color var(--t-fast)}.bst-use-btn:hover{color:var(--c-gold-deep)}.bst-cta{position:relative;padding:140px 0;overflow:hidden;text-align:center;color:#fff}.bst-cta-bg{position:absolute;inset:0;z-index:0}.bst-cta-bg img{width:100%;height:100%;object-fit:cover}.bst-cta-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(42,37,32,.7),rgba(107,20,36,.65))}.bst-cta-content{position:relative;z-index:2}.bst-cta-eyebrow{font-family:var(--f-serif);font-style:italic;color:var(--c-gold-soft);font-size:14px;letter-spacing:4px;text-transform:uppercase;margin-bottom:20px}.bst-cta-title{font-family:var(--f-serif);font-size:clamp(36px,5vw,60px);color:#fff!important;margin-bottom:16px;line-height:1.2;font-weight:400}.bst-cta-title em{color:#E8C068;font-style:italic;text-shadow:0 2px 10px rgba(0,0,0,.2)}.bst-cta-sub{font-family:var(--f-serif);font-style:italic;font-size:18px;color:rgba(255,255,255,.85);margin-bottom:40px}.bst-cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.bst-hero{padding:120px 24px 64px}.bst-cta{padding:80px 24px}.bst-extra-card{flex-direction:column;align-items:flex-start;padding:24px 20px}.bst-extra-btn{width:100%;text-align:center;justify-content:center}.bst-subfolder-chip{font-size:11px}.bst-cat-head-link{gap:14px}}.bst-subitem-wrap{position:relative}.bst-heart-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:rgba(255,255,255,.92);color:#bbb;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transition:opacity .15s,color .15s,transform .15s;box-shadow:0 1px 4px rgba(0,0,0,.12)}.bst-heart-btn.is-fav,.bst-subitem-wrap:hover .bst-heart-btn{opacity:1}.bst-heart-btn.is-fav{color:#e84c6f;background:rgba(255,255,255,.98)}.bst-heart-btn:hover{transform:scale(1.18);color:#e84c6f}@media (hover:none){.bst-heart-btn{opacity:1}}.bst-fav-panel{background:#fff7f8;border:1px solid #f5d5da;border-radius:8px;margin-bottom:20px;overflow:hidden}.bst-fav-panel-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:11px 16px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;color:#870d32;gap:8px;transition:background .15s}.bst-fav-panel-toggle:hover{background:#fff0f2}.bst-fav-count{display:flex;align-items:center;gap:7px}.bst-fav-heart-icon{font-size:16px;color:#e84c6f}.bst-fav-chevron{font-size:11px;color:#b06070}.bst-fav-grid{padding:0 12px 12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:8px;gap:8px}.bst-fav-card{display:flex;align-items:stretch;background:#fff;border:1px solid #f0d8dc;border-radius:6px;overflow:hidden;transition:box-shadow .15s}.bst-fav-card:hover{box-shadow:0 2px 8px rgba(135,13,50,.1)}.bst-fav-card-link{flex:1 1;padding:9px 10px;text-decoration:none;display:flex;flex-direction:column;gap:3px;overflow:hidden;transition:background .12s}.bst-fav-card-link:hover{background:#fef2f4}.bst-fav-card-name{font-size:13px;font-weight:500;color:var(--c-ink,#1a1008);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bst-fav-card-cat{font-size:11px;color:var(--c-muted,#8a7060)}.bst-fav-card-remove{width:34px;flex-shrink:0;background:none;border:none;border-left:1px solid #f0d8dc;cursor:pointer;font-size:17px;color:#c0a0a5;display:flex;align-items:center;justify-content:center;transition:color .12s,background .12s}.bst-fav-card-remove:hover{color:#e84c6f;background:#fff0f2}.bst-history-bar{display:flex;align-items:center;gap:10px;padding:0 0 20px;overflow:hidden}.bst-history-label{font-size:12px;color:var(--c-muted,#8a7060);white-space:nowrap;flex-shrink:0}.bst-history-chips{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;flex:1 1;padding-bottom:2px}.bst-history-chips::-webkit-scrollbar{display:none}.bst-history-chip{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;padding:6px 11px;background:#fff;border:1px solid #e8e0d5;border-radius:6px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:border-color .15s,box-shadow .15s}.bst-history-chip:hover{border-color:#870d32;box-shadow:0 2px 6px rgba(135,13,50,.1)}.bst-history-chip-name{font-size:12px;font-weight:500;color:var(--c-ink,#1a1008);max-width:150px;overflow:hidden;text-overflow:ellipsis}.bst-history-chip-time{font-size:10px;color:var(--c-muted,#8a7060)}@media (max-width:480px){.bst-fav-grid{grid-template-columns:1fr}.bst-history-chip-name{max-width:110px}}