.gbm-404{display:flex;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:48px 24px}.gbm-404__inner{max-width:480px}.gbm-404__code{display:block;font-family:Space Mono,monospace;font-size:80px;font-weight:700;color:var(--gbm-accent);letter-spacing:.1em;line-height:1;margin-bottom:16px;opacity:.6}.gbm-404__title{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--gbm-text);margin-bottom:12px}.gbm-404__text{font-family:Inter,sans-serif;font-size:16px;color:var(--gbm-text-muted);line-height:1.6;margin-bottom:32px}.gbm-404__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.gbm-404__code{font-size:56px}.gbm-404__title{font-size:28px}.gbm-404__actions{flex-direction:column;align-items:stretch}.gbm-404__actions a{text-align:center}}.gbm-cart{max-width:900px;margin:0 auto;padding:48px 24px 80px}.gbm-cart__title{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--gbm-text);margin-bottom:32px}.gbm-cart__empty{text-align:center;padding:64px 0}.gbm-cart__empty-msg{font-family:Inter,sans-serif;font-size:16px;color:var(--gbm-text-muted);margin-bottom:24px}.gbm-cart__continue-btn{display:inline-flex}.gbm-cart__items{display:flex;flex-direction:column}.gbm-cart__line-item{display:grid;grid-template-columns:80px 1fr auto auto;gap:16px;align-items:center;background:var(--gbm-surface);border-bottom:1px solid var(--gbm-border);padding:20px 16px;border-radius:var(--gbm-radius);margin-bottom:8px}.gbm-cart__line-item:last-child{margin-bottom:0}.gbm-cart__item-image-link{display:block;width:80px;height:80px;flex-shrink:0}.gbm-cart__item-img{width:80px;height:80px;object-fit:cover;border-radius:var(--gbm-radius);background:var(--gbm-elevated)}.gbm-cart__item-img-placeholder{width:80px;height:80px;background:var(--gbm-elevated);border-radius:var(--gbm-radius)}.gbm-cart__item-info{display:flex;flex-direction:column;gap:4px;min-width:0}.gbm-cart__item-title{font-family:Playfair Display,serif;font-size:16px;font-weight:700;color:var(--gbm-text);text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.gbm-cart__item-title:hover{color:var(--gbm-accent)}.gbm-cart__item-variant{font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-text-muted)}.gbm-cart__item-remove{font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-muted);text-decoration:none;text-transform:uppercase;letter-spacing:.06em;transition:color .2s ease}.gbm-cart__item-remove:hover{color:var(--gbm-danger)}.gbm-cart__item-qty{display:flex;align-items:center}.gbm-cart__qty-stepper{display:flex;align-items:center;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);overflow:hidden}.gbm-cart__qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--gbm-text-muted);font-size:16px;cursor:pointer;font-family:Inter,sans-serif}.gbm-cart__qty-btn:hover{color:var(--gbm-accent);background:#c8853a14}.gbm-cart__qty-input{width:40px;height:36px;text-align:center;background:transparent;border:none;color:var(--gbm-text);font-family:Space Mono,monospace;font-size:14px;-moz-appearance:textfield}.gbm-cart__qty-input::-webkit-inner-spin-button,.gbm-cart__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.gbm-cart__item-price{text-align:right}.gbm-cart__item-price .gbm-price{font-size:16px}.gbm-cart__footer{margin-top:32px;padding-top:24px;border-top:1px solid var(--gbm-border);display:flex;flex-direction:column;align-items:flex-end}.gbm-cart__subtotal{display:flex;align-items:baseline;gap:16px;margin-bottom:4px}.gbm-cart__subtotal-label{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted)}.gbm-cart__subtotal-price{font-size:20px}.gbm-cart__taxes-note{font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-hint);margin-bottom:20px}.gbm-cart__checkout-btn{width:100%;max-width:360px;height:52px;font-size:15px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.gbm-cart__continue-link{display:block;text-align:center;margin-top:12px;font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-accent);text-decoration:none}.gbm-cart__continue-link:hover{color:var(--gbm-accent-hover)}@media(max-width:768px){.gbm-cart{padding:32px 16px 64px}.gbm-cart__title{font-size:28px;margin-bottom:24px}.gbm-cart__line-item{grid-template-columns:64px 1fr;grid-template-rows:auto auto;gap:12px}.gbm-cart__item-image-link,.gbm-cart__item-img,.gbm-cart__item-img-placeholder{width:64px;height:64px}.gbm-cart__item-info{grid-column:2;grid-row:1}.gbm-cart__item-qty{grid-column:1;grid-row:2}.gbm-cart__item-price{grid-column:2;grid-row:2;text-align:right;align-self:center}.gbm-cart__footer{align-items:stretch}.gbm-cart__subtotal{justify-content:space-between}.gbm-cart__checkout-btn{max-width:100%}.gbm-cart__continue-link{text-align:center}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.gbm-colls{background:var(--gbm-bg);padding:80px 0;min-height:60vh}.gbm-colls__container{max-width:1280px;margin:0 auto;padding:0 32px}.gbm-colls__header{margin-bottom:48px}.gbm-colls__heading{font-family:Playfair Display,serif;font-size:42px;font-weight:700;color:var(--gbm-text);margin:0 0 12px;line-height:1.2}.gbm-colls__subtext{font-family:Inter,sans-serif;font-size:17px;color:var(--gbm-text-muted);margin:0;max-width:56ch;line-height:1.6}.gbm-colls__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gbm-colls__img-placeholder{display:flex;align-items:center;justify-content:center;color:var(--gbm-text-hint)}.gbm-colls__desc{margin-top:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.gbm-colls__footer{margin-top:12px;padding-top:12px;border-top:1px solid var(--gbm-border)}.gbm-colls__browse-link{display:inline-flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gbm-accent);text-decoration:none;transition:color .2s ease,gap .2s ease}.gbm-colls__browse-link:hover{color:var(--gbm-accent-hover);gap:10px}@media(max-width:1024px){.gbm-colls__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.gbm-colls{padding:40px 0}.gbm-colls__container{padding:0 16px}.gbm-colls__heading{font-size:30px}.gbm-colls__grid{grid-template-columns:repeat(2,1fr);gap:12px}.gbm-colls__header{margin-bottom:28px}}@media(max-width:420px){.gbm-colls__grid{grid-template-columns:1fr}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.gbm-footer{background:var(--gbm-bg);border-top:1px solid var(--gbm-border);padding:64px 40px 32px}.gbm-footer__container{max-width:1280px;margin:0 auto}.gbm-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}.gbm-footer__col-heading{font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gbm-text-hint);margin:0 0 16px}.gbm-footer__nav{display:flex;flex-direction:column}.gbm-footer__nav a{display:block;padding:4px 0;font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);text-decoration:none;transition:color .2s ease}.gbm-footer__nav a:hover{color:var(--gbm-accent)}.gbm-footer__logo-link{display:inline-flex;align-items:center;text-decoration:none;margin-bottom:12px}.gbm-footer__logo-img{display:block;max-height:20px;max-width:100%;width:auto;height:auto;object-fit:contain}.gbm-footer__tagline{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);margin:0 0 12px;line-height:1.6;max-width:260px}.gbm-footer__location{font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-hint);margin:0 0 16px}.gbm-footer__social{display:flex;gap:12px}.gbm-footer__social-link{color:var(--gbm-text-hint);text-decoration:none;transition:color .2s ease}.gbm-footer__social-link:hover{color:var(--gbm-accent)}.gbm-footer__hours{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);line-height:1.8;margin-bottom:12px}.gbm-footer__contact-link{display:block;font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);text-decoration:none;padding:2px 0;transition:color .2s ease}.gbm-footer__contact-link:hover{color:var(--gbm-accent)}.gbm-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;margin-top:48px;border-top:1px solid var(--gbm-border)}.gbm-footer__copyright{font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-hint);margin:0}.gbm-footer__payment{display:flex;gap:8px;align-items:center}.gbm-footer__payment svg{height:20px;width:auto;opacity:.4}@media(max-width:768px){.gbm-footer{padding:48px 20px 24px}.gbm-footer__grid{grid-template-columns:1fr;gap:32px;text-align:center}.gbm-footer__col--brand{display:flex;flex-direction:column;align-items:center}.gbm-footer__tagline{max-width:100%}.gbm-footer__social{justify-content:center}.gbm-footer__nav{align-items:center}.gbm-footer__bottom{flex-direction:column;gap:16px;text-align:center}.gbm-footer__payment{justify-content:center}}@media(max-width:375px){.gbm-footer{padding:32px 16px 20px}}.gbm-about-hero{position:relative;height:50vh;min-height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}.gbm-about-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.gbm-about-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.gbm-about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c0b0ab3}.gbm-about-hero__content{position:relative;z-index:1;max-width:680px;padding:0 24px}.gbm-about-hero__label{display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gbm-accent);margin-bottom:16px}.gbm-about-hero__heading{font-family:Playfair Display,serif;font-size:52px;font-weight:700;color:var(--gbm-text);margin:0 0 16px;line-height:1.1;letter-spacing:-.01em}.gbm-about-hero__sub{font-family:Inter,sans-serif;font-size:19px;color:var(--gbm-text-muted);margin:0;line-height:1.6}@media(max-width:768px){.gbm-about-hero{min-height:300px}.gbm-about-hero__heading{font-size:36px}.gbm-about-hero__sub{font-size:16px}}.gbm-about-story{max-width:1280px;margin:0 auto;padding:80px 40px;display:flex;flex-direction:column;gap:80px}.gbm-about-story__row{display:grid;grid-template-columns:55% 45%;gap:48px;align-items:center}.gbm-about-story__row--reverse{grid-template-columns:45% 55%}.gbm-about-story__row--reverse .gbm-about-story__text-col{order:-1}.gbm-about-story__img{width:100%;height:auto;border-radius:var(--gbm-radius-lg);display:block;aspect-ratio:4 / 3;object-fit:cover}.gbm-about-story__img-placeholder{width:100%;aspect-ratio:4 / 3;background:var(--gbm-surface);border-radius:var(--gbm-radius-lg)}.gbm-about-story__accent-line{width:40px;height:3px;background:var(--gbm-accent);margin-bottom:16px;border-radius:2px}.gbm-about-story__heading{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--gbm-text);margin:0 0 16px;line-height:1.2}.gbm-about-story__body{font-family:Inter,sans-serif;font-size:16px;line-height:1.7;color:var(--gbm-text-muted)}.gbm-about-story__body p{margin:0 0 14px}.gbm-about-story__body p:last-child{margin-bottom:0}@media(max-width:768px){.gbm-about-story{padding:40px 16px;gap:48px}.gbm-about-story__row,.gbm-about-story__row--reverse{grid-template-columns:1fr}.gbm-about-story__row--reverse .gbm-about-story__text-col{order:0}.gbm-about-story__heading{font-size:26px}}@media(max-width:375px){.gbm-about-story{padding:24px 16px}}.gbm-about-stats{background:var(--gbm-surface);padding:48px 40px}.gbm-about-stats__grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.gbm-about-stats__number{display:block;font-family:Space Mono,monospace;font-size:44px;font-weight:700;color:var(--gbm-accent);line-height:1;margin-bottom:8px}.gbm-about-stats__label{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted)}@media(max-width:768px){.gbm-about-stats{padding:36px 16px}.gbm-about-stats__grid{grid-template-columns:repeat(2,1fr);gap:28px}.gbm-about-stats__number{font-size:32px}}.gbm-about-team{max-width:1280px;margin:0 auto;padding:80px 40px}.gbm-about-team__heading{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--gbm-text);text-align:center;margin:0 0 48px}.gbm-about-team__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gbm-about-team__card{background:var(--gbm-elevated);border-radius:var(--gbm-radius-lg);padding:28px;text-align:center;display:flex;flex-direction:column;align-items:center}.gbm-about-team__avatar{width:72px;height:72px;border-radius:999px;background:var(--gbm-accent);color:#0c0b0a;font-family:Playfair Display,serif;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:16px;line-height:1}.gbm-about-team__name{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--gbm-text);margin:0 0 4px}.gbm-about-team__role{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--gbm-accent);margin-bottom:12px}.gbm-about-team__bio{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);line-height:1.6;margin:0 0 8px}.gbm-about-team__instrument{font-family:Inter,sans-serif;font-size:12px;font-style:italic;color:var(--gbm-text-hint);margin:0}@media(max-width:768px){.gbm-about-team{padding:40px 16px}.gbm-about-team__grid{grid-template-columns:1fr;gap:20px}.gbm-about-team__heading{font-size:28px}}@media(max-width:375px){.gbm-about-team{padding:24px 16px}}.gbm-about-cta{max-width:1280px;margin:0 auto;padding:0 40px 80px}.gbm-about-cta--no-team{padding-top:80px}.gbm-about-cta__inner{background:var(--gbm-elevated);border-radius:var(--gbm-radius-lg);padding:64px;display:flex;align-items:center;justify-content:space-between;gap:40px}.gbm-about-cta__text{flex:1}.gbm-about-cta__heading{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--gbm-text);margin:0 0 12px;line-height:1.2}.gbm-about-cta__sub{font-family:Inter,sans-serif;font-size:16px;color:var(--gbm-text-muted);margin:0;line-height:1.6;max-width:480px}.gbm-about-cta__buttons{display:flex;gap:12px;flex-shrink:0}.gbm-about-cta__btn{padding:14px 28px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}@media(max-width:768px){.gbm-about-cta{padding:0 16px 48px}.gbm-about-cta--no-team{padding-top:40px}.gbm-about-cta__inner{flex-direction:column;text-align:center;padding:40px 24px;gap:24px}.gbm-about-cta__buttons{flex-direction:column;width:100%}.gbm-about-cta__btn{width:100%;justify-content:center}.gbm-about-cta__heading{font-size:26px}}@media(max-width:375px){.gbm-about-cta{padding:0 16px 24px}.gbm-about-cta--no-team{padding-top:24px}.gbm-about-cta__inner{padding:24px 16px}}.gbm-article{background:var(--gbm-bg);padding:40px 0 80px}.gbm-article__container{max-width:1120px;margin:0 auto;padding:0 40px}.gbm-article__breadcrumb{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-text-muted);margin-bottom:24px}.gbm-article__breadcrumb a{color:var(--gbm-text-muted);text-decoration:none}.gbm-article__breadcrumb a:hover{color:var(--gbm-accent)}.gbm-article__breadcrumb span:last-child{color:var(--gbm-text-hint)}.gbm-article__header{margin-bottom:28px}.gbm-article__category{display:inline-block;font-family:Space Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gbm-accent);margin-bottom:10px}.gbm-article__title{font-family:Playfair Display,serif;font-size:46px;font-weight:700;color:var(--gbm-text);margin:0 0 16px;line-height:1.1}.gbm-article__meta{display:flex;align-items:center;gap:10px}.gbm-article__meta-avatar{width:36px;height:36px;border-radius:999px;background:var(--gbm-accent);color:#0c0b0a;font-family:Inter,sans-serif;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.gbm-article__meta-author{display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--gbm-text)}.gbm-article__meta-date{display:block;font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-hint)}.gbm-article__hero-img{position:relative;margin-bottom:40px;border-radius:var(--gbm-radius-lg);overflow:hidden;aspect-ratio:16 / 7}.gbm-article__hero-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.gbm-article__layout{display:grid;grid-template-columns:68% 32%;gap:48px;align-items:start}.gbm-article__content{font-family:Inter,sans-serif;font-size:16px;line-height:1.8;color:var(--gbm-text-muted)}.gbm-article__content h2{font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:var(--gbm-text);margin:36px 0 16px;scroll-margin-top:100px}.gbm-article__content h3{font-family:Playfair Display,serif;font-size:22px;color:var(--gbm-text);margin:28px 0 12px}.gbm-article__content p{margin:0 0 18px}.gbm-article__content img{border-radius:var(--gbm-radius);margin:24px 0}.gbm-article__content blockquote{border-left:4px solid var(--gbm-accent);padding-left:24px;margin:28px 0;font-family:Playfair Display,serif;font-size:20px;font-style:italic;color:var(--gbm-text);line-height:1.5}.gbm-article__content ul,.gbm-article__content ol{padding-left:20px;margin:0 0 18px}.gbm-article__content li{margin-bottom:6px}.gbm-article__content a{color:var(--gbm-accent)}.gbm-article__sidebar{position:sticky;top:90px;display:flex;flex-direction:column;gap:20px}.gbm-article__sidebar-card{background:var(--gbm-elevated);border-radius:var(--gbm-radius-lg);padding:20px}.gbm-article__sidebar-card--accent{background:var(--gbm-surface);border:1px solid var(--gbm-border)}.gbm-article__sidebar-heading{font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gbm-text);margin:0 0 12px}.gbm-article__sidebar-text{font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-text-muted);margin:0 0 12px}.gbm-article__toc a{display:block;padding:5px 0;font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-text-muted);text-decoration:none;transition:color .15s}.gbm-article__toc a:hover{color:var(--gbm-accent)}.gbm-article__related-list{display:flex;flex-direction:column;gap:12px}.gbm-article__related-mini{display:flex;gap:10px;text-decoration:none;color:inherit}.gbm-article__related-mini-img{width:56px;height:56px;border-radius:6px;object-fit:cover;flex-shrink:0}.gbm-article__related-mini-title{display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-text);line-height:1.3}.gbm-article__related-mini-date{font-family:Inter,sans-serif;font-size:11px;color:var(--gbm-text-hint)}.gbm-article__sidebar-input{width:100%;padding:10px 12px;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);color:var(--gbm-text);font-family:Inter,sans-serif;font-size:13px;outline:none;margin-bottom:8px}.gbm-article__sidebar-input:focus{border-color:var(--gbm-accent)}.gbm-article__sidebar-input::placeholder{color:var(--gbm-text-hint)}.gbm-article__sidebar-btn{width:100%;font-size:13px;padding:10px}.gbm-article__footer{display:flex;justify-content:space-between;align-items:center;padding-top:32px;margin-top:48px;border-top:1px solid var(--gbm-border)}.gbm-article__tags{display:flex;flex-wrap:wrap;gap:6px}.gbm-article__tag-pill{padding:5px 12px;border-radius:999px;background:var(--gbm-surface);border:1px solid var(--gbm-border);font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-muted);text-decoration:none;transition:border-color .2s,color .2s}.gbm-article__tag-pill:hover{border-color:var(--gbm-accent);color:var(--gbm-accent)}.gbm-article__share{display:flex;align-items:center;gap:12px}.gbm-article__share-label{font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-hint)}.gbm-article__share-link{color:var(--gbm-text-hint);transition:color .2s}.gbm-article__share-link:hover{color:var(--gbm-accent)}.gbm-article__comments{margin-top:48px;padding-top:32px;border-top:1px solid var(--gbm-border)}.gbm-article__comments-heading{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--gbm-text);margin:0 0 24px}.gbm-article__comment{padding:16px 0;border-bottom:1px solid var(--gbm-border)}.gbm-article__comment-header{display:flex;justify-content:space-between;margin-bottom:8px}.gbm-article__comment-author{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--gbm-text)}.gbm-article__comment-date{font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-hint)}.gbm-article__comment-body{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);line-height:1.6}.gbm-article__comment-form{margin-top:24px}.gbm-article__form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.gbm-article__form-input{width:100%;padding:12px 14px;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);color:var(--gbm-text);font-family:Inter,sans-serif;font-size:14px;outline:none}.gbm-article__form-input:focus{border-color:var(--gbm-accent)}.gbm-article__form-input::placeholder{color:var(--gbm-text-hint)}.gbm-article__form-textarea{resize:vertical;margin-bottom:12px}@media(max-width:768px){.gbm-article__container{padding:0 20px}.gbm-article__title{font-size:32px}.gbm-article__layout{grid-template-columns:1fr}.gbm-article__sidebar{position:static}.gbm-article__footer{flex-direction:column;gap:16px;align-items:flex-start}.gbm-article__form-row{grid-template-columns:1fr}}.gbm-blog{background:var(--gbm-bg);padding:64px 0 80px}.gbm-blog__container{max-width:1280px;margin:0 auto;padding:0 40px}.gbm-blog__header{text-align:center;margin-bottom:48px}.gbm-blog__heading{font-family:Playfair Display,serif;font-size:44px;font-weight:700;color:var(--gbm-text);margin:0 0 12px}.gbm-blog__sub{font-family:Inter,sans-serif;font-size:17px;color:var(--gbm-text-muted);margin:0}.gbm-blog__featured{display:grid;grid-template-columns:48% 52%;background:var(--gbm-surface);border-radius:var(--gbm-radius-lg);overflow:hidden;text-decoration:none;color:inherit;margin-bottom:48px;transition:border-color .2s;border-bottom:2px solid transparent}.gbm-blog__featured:hover{border-bottom-color:var(--gbm-accent)}.gbm-blog__featured-img-col{position:relative;aspect-ratio:16 / 9;overflow:hidden}.gbm-blog__featured-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.gbm-blog__featured-img-placeholder{width:100%;height:100%;background:var(--gbm-elevated)}.gbm-blog__featured-body{padding:40px;display:flex;flex-direction:column;justify-content:center}.gbm-blog__tag{display:inline-block;font-family:Space Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gbm-accent);margin-bottom:12px}.gbm-blog__featured-title{font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:var(--gbm-text);margin:0 0 12px;line-height:1.2}.gbm-blog__featured-excerpt{font-family:Inter,sans-serif;font-size:15px;color:var(--gbm-text-muted);margin:0 0 20px;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.gbm-blog__author-row{display:flex;align-items:center;gap:10px;margin-bottom:20px}.gbm-blog__author-avatar{width:32px;height:32px;border-radius:999px;background:var(--gbm-accent);color:#0c0b0a;font-family:Inter,sans-serif;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gbm-blog__author-name{display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-text)}.gbm-blog__author-date{display:block;font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-hint)}.gbm-blog__featured-btn{align-self:flex-start;padding:10px 20px;font-size:13px}.gbm-blog__pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:36px;overflow-x:auto;scrollbar-width:none}.gbm-blog__pills::-webkit-scrollbar{display:none}.gbm-blog__pill{flex-shrink:0;padding:7px 16px;border-radius:999px;border:1px solid var(--gbm-border);background:var(--gbm-surface);color:var(--gbm-text-muted);font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.gbm-blog__pill:hover{border-color:var(--gbm-accent);color:var(--gbm-text)}.gbm-blog__pill--active{background:var(--gbm-accent);color:#0c0b0a;border-color:var(--gbm-accent)}.gbm-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gbm-blog__card{display:flex;flex-direction:column;background:var(--gbm-surface);border-radius:var(--gbm-radius-lg);overflow:hidden;text-decoration:none;color:inherit;border-bottom:2px solid transparent;transition:transform .2s,border-color .2s}.gbm-blog__card:hover{border-bottom-color:var(--gbm-accent);transform:translateY(-3px)}.gbm-blog__card-img-wrap{position:relative;aspect-ratio:16 / 9;overflow:hidden}.gbm-blog__card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.gbm-blog__card:hover .gbm-blog__card-img{transform:scale(1.05)}.gbm-blog__card-img-placeholder{width:100%;height:100%;background:var(--gbm-elevated)}.gbm-blog__card-tag{position:absolute;top:10px;left:10px;padding:3px 8px;background:#0c0b0ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--gbm-text);font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:3px}.gbm-blog__card-body{padding:16px;flex:1;display:flex;flex-direction:column}.gbm-blog__card-title{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--gbm-text);margin:0 0 8px;line-height:1.3}.gbm-blog__card-excerpt{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);margin:0 0 12px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.gbm-blog__card-date{margin-top:auto;font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-hint)}.gbm-blog__pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:48px}.gbm-blog__page-nav{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-text-hint);text-decoration:none}.gbm-blog__page-nav:hover{color:var(--gbm-accent)}.gbm-blog__page-numbers{display:flex;gap:4px}.gbm-blog__page-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-family:Space Mono,monospace;font-size:13px;color:var(--gbm-text-hint);text-decoration:none}.gbm-blog__page-num:hover{color:var(--gbm-text)}.gbm-blog__page-num--active{background:var(--gbm-accent);color:#0c0b0a}.gbm-blog__page-ellipsis{color:var(--gbm-text-hint);padding:0 4px}@media(max-width:768px){.gbm-blog__container{padding:0 16px}.gbm-blog__heading{font-size:32px}.gbm-blog__featured{grid-template-columns:1fr}.gbm-blog__featured-img-col{aspect-ratio:16 / 9}.gbm-blog__featured-body{padding:24px}.gbm-blog__featured-title{font-size:22px}.gbm-blog__grid{grid-template-columns:1fr}}@media(max-width:375px){.gbm-blog{padding:32px 0 40px}}.gbm-brands{background:var(--gbm-surface);padding:32px 0;border-top:1px solid var(--gbm-border);border-bottom:1px solid var(--gbm-border);text-align:center}.gbm-brands__label{font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gbm-text-muted);margin:0 0 20px}.gbm-brands__row{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap;padding:0 32px}.gbm-brands__name{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--gbm-text-muted);text-decoration:none;white-space:nowrap;transition:color .2s ease}.gbm-brands__name--link:hover{color:var(--gbm-accent)}.gbm-brands__name--static{color:var(--gbm-text-hint);cursor:default;transition:none}@media(max-width:768px){.gbm-brands__row{gap:28px 36px;padding:0 20px}.gbm-brands__name{font-size:16px}}.gbm-coll{background:var(--gbm-bg);min-height:80vh}.gbm-coll__container{max-width:1280px;margin:0 auto;padding:40px 40px 80px}.gbm-coll__breadcrumb{display:flex;align-items:center;gap:6px;font-family:Space Mono,monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--gbm-text-hint);margin-bottom:12px}.gbm-coll__breadcrumb a{color:var(--gbm-text-hint);text-decoration:none;transition:color .2s}.gbm-coll__breadcrumb a:hover{color:var(--gbm-accent)}.gbm-coll__breadcrumb span:last-child{color:var(--gbm-text)}.gbm-coll__title-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.gbm-coll__title{font-family:Playfair Display,serif;font-size:40px;font-weight:700;color:var(--gbm-text);margin:0 0 4px;line-height:1.1}.gbm-coll__count{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-hint);margin:0}.gbm-coll__layout{display:grid;grid-template-columns:260px 1fr;gap:40px}.gbm-coll__sidebar{display:block}.gbm-coll__sidebar-inner{position:sticky;top:90px;max-height:calc(100vh - 100px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gbm-border) transparent;padding-right:8px;display:flex;flex-direction:column}.gbm-coll__filter-header{order:-1}.gbm-coll__filter-group:has(.gbm-coll__price-range){order:99}.gbm-coll__filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.gbm-coll__filter-label{font-family:Space Mono,monospace;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gbm-accent)}.gbm-coll__clear-all{font-family:Space Mono,monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--gbm-text-hint);text-decoration:none;transition:color .2s}.gbm-coll__clear-all:hover{color:var(--gbm-accent)}.gbm-coll__filter-group{margin-bottom:24px;border:none}.gbm-coll__filter-summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;margin-bottom:12px}.gbm-coll__filter-summary::-webkit-details-marker{display:none}.gbm-coll__filter-summary span{font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gbm-text)}.gbm-coll__filter-chevron{color:var(--gbm-text-hint);transition:transform .2s ease}details[open]>.gbm-coll__filter-summary .gbm-coll__filter-chevron{transform:rotate(180deg)}.gbm-coll__filter-options{display:flex;flex-direction:column;gap:10px}.gbm-coll__checkbox-label{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.gbm-coll__checkbox-left{display:flex;align-items:center;gap:10px}.gbm-coll__checkbox{width:16px;height:16px;border-radius:3px;border:1px solid var(--gbm-text-hint);background:transparent;cursor:pointer;accent-color:var(--gbm-accent);flex-shrink:0}.gbm-coll__checkbox:checked{border-color:var(--gbm-accent)}.gbm-coll__checkbox-text{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);transition:color .15s}.gbm-coll__checkbox-label:hover .gbm-coll__checkbox-text{color:var(--gbm-text)}.gbm-coll__checkbox-count{font-family:Space Mono,monospace;font-size:10px;color:var(--gbm-text-hint)}.gbm-coll__show-more{background:none;border:none;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-accent);cursor:pointer;padding:4px 0;text-align:left}.gbm-price-form{display:flex;flex-direction:column;gap:10px}.gbm-coll__price-inputs{display:flex;align-items:flex-end;gap:8px}.gbm-coll__price-field{flex:1}.gbm-coll__price-label{display:block;font-family:Space Mono,monospace;font-size:10px;text-transform:uppercase;color:var(--gbm-text-hint);margin-bottom:4px}.gbm-coll__price-input-wrap{display:flex;align-items:center;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:6px;padding:0 10px;transition:border-color .15s}.gbm-coll__price-input-wrap:focus-within{border-color:var(--gbm-accent)}.gbm-coll__price-symbol{font-family:Space Mono,monospace;font-size:12px;color:var(--gbm-text-hint);flex-shrink:0;margin-right:4px}.gbm-coll__price-input{width:100%;background:transparent;border:none;outline:none;-webkit-appearance:none;font-family:Space Mono,monospace;font-size:13px;color:var(--gbm-text);padding:8px 0;-moz-appearance:textfield}.gbm-coll__price-input:focus{outline:none;box-shadow:none}.gbm-coll__price-input::-webkit-outer-spin-button,.gbm-coll__price-input::-webkit-inner-spin-button{-webkit-appearance:none}.gbm-coll__price-input::placeholder{color:var(--gbm-text-hint)}.gbm-coll__price-sep{color:var(--gbm-text-hint);font-size:14px;padding-bottom:9px;flex-shrink:0}.gbm-price-apply{width:100%;padding:9px 0;background:var(--gbm-accent);color:#0c0b0a;border:none;border-radius:6px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s}.gbm-price-apply:hover{background:var(--gbm-accent-hover)}.gbm-coll__topbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.gbm-coll__chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.gbm-coll__chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:var(--gbm-text);text-decoration:none;transition:border-color .2s}.gbm-coll__chip:hover{border-color:var(--gbm-accent)}.gbm-coll__chip svg{color:var(--gbm-text-hint)}.gbm-coll__mobile-filter-btn{display:none}.gbm-coll__topbar-right{display:flex;align-items:center;gap:16px}.gbm-coll__sort{display:flex;align-items:center;gap:6px}.gbm-coll__sort-label{font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gbm-text-hint);white-space:nowrap}.gbm-coll__sort-select{background:transparent;border:none;color:var(--gbm-text);font-family:Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer;padding:4px 0}.gbm-coll__sort-select:focus{outline:none}.gbm-coll__sort-select option{background:var(--gbm-elevated);color:var(--gbm-text)}.gbm-coll__view-toggle{display:flex;background:var(--gbm-surface);border-radius:var(--gbm-radius);padding:3px}.gbm-coll__view-btn{display:flex;align-items:center;justify-content:center;padding:5px;border-radius:5px;border:none;background:transparent;color:var(--gbm-text-hint);cursor:pointer;transition:color .15s,background .15s}.gbm-coll__view-btn--active{background:var(--gbm-accent);color:#0c0b0a}.gbm-coll__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gbm-coll__grid.is-list{grid-template-columns:1fr;gap:16px}.gbm-coll__grid.is-list .gbm-card{flex-direction:row;min-height:160px}.gbm-coll__grid.is-list .gbm-card__image-wrap{width:200px;flex-shrink:0;aspect-ratio:auto;height:auto;align-self:stretch}.gbm-coll__grid.is-list .gbm-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gbm-coll__grid.is-list .gbm-card__body{flex:1}.gbm-coll__empty{grid-column:1 / -1;text-align:center;padding:60px 20px;font-family:Inter,sans-serif;font-size:16px;color:var(--gbm-text-muted);display:flex;flex-direction:column;align-items:center;gap:24px}.gbm-coll__empty-cta{display:inline-block}.gbm-coll__pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:48px}.gbm-coll__page-nav{display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gbm-text-hint);text-decoration:none;transition:color .2s}.gbm-coll__page-nav:hover{color:var(--gbm-accent)}.gbm-coll__page-numbers{display:flex;align-items:center;gap:6px}.gbm-coll__page-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-family:Space Mono,monospace;font-size:13px;color:var(--gbm-text-hint);text-decoration:none;transition:color .15s;cursor:pointer}.gbm-coll__page-num:hover{color:var(--gbm-text)}.gbm-coll__page-num--active{background:var(--gbm-accent);color:#0c0b0a}.gbm-coll__page-ellipsis{font-family:Space Mono,monospace;font-size:13px;color:var(--gbm-text-hint);padding:0 4px}.gbm-coll__request{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:56px;padding:36px 40px;background:var(--gbm-surface);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius)}.gbm-coll__request-heading{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--gbm-text);margin:0 0 8px;line-height:1.2}.gbm-coll__request-copy{font-family:Inter,sans-serif;font-size:14px;line-height:1.6;color:var(--gbm-text-muted);margin:0;max-width:52ch}.gbm-coll__request-cta{flex-shrink:0;white-space:nowrap}.gbm-coll__filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:59;background:#0c0b0aa6;opacity:0;pointer-events:none;transition:opacity .3s ease}.gbm-coll__filter-overlay.is-open{opacity:1;pointer-events:auto}.gbm-coll__filter-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--gbm-surface);display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.gbm-coll__filter-drawer.is-open{transform:translateY(0)}.gbm-coll__filter-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--gbm-border);flex-shrink:0}.gbm-coll__filter-drawer-close{background:none;border:none;color:var(--gbm-text-muted);cursor:pointer;padding:0}.gbm-coll__filter-drawer-body{padding:20px;flex:1;overflow-y:auto;display:flex;flex-direction:column}@media(max-width:768px){.gbm-coll__container{padding:24px 16px 60px}.gbm-coll__layout{grid-template-columns:1fr}.gbm-coll__sidebar{display:none}.gbm-coll__mobile-filter-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;min-height:44px;background:var(--gbm-surface);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);color:var(--gbm-text);font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer}.gbm-coll__grid{grid-template-columns:repeat(2,1fr);gap:16px}.gbm-coll__title{font-size:30px}.gbm-coll__view-toggle{display:none}.gbm-coll__request{flex-direction:column;align-items:flex-start;gap:20px;margin-top:40px;padding:28px 20px}.gbm-coll__request-cta{width:100%;text-align:center}}@media(max-width:480px){.gbm-coll__grid{grid-template-columns:1fr}}@media(max-width:375px){.gbm-coll__container{padding:16px}.gbm-coll__title{font-size:28px}}.gbm-consign-hero{background:var(--gbm-bg);border-bottom:1px solid var(--gbm-border);padding:100px 24px 80px;text-align:center}.gbm-consign-hero__content{max-width:700px;margin:0 auto}.gbm-consign-hero__label{display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gbm-accent);margin-bottom:20px}.gbm-consign-hero__heading{font-family:Playfair Display,serif;font-size:52px;font-weight:700;color:var(--gbm-text);line-height:1.15;margin:0 0 20px}.gbm-consign-hero__sub{font-family:Inter,sans-serif;font-size:18px;color:var(--gbm-text-muted);line-height:1.6;margin:0 0 36px}.gbm-consign-hero__cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.gbm-consign-how{background:var(--gbm-surface);padding:80px 24px}.gbm-consign-how__container{max-width:1100px;margin:0 auto;text-align:center}.gbm-consign-how__heading{font-family:Playfair Display,serif;font-size:38px;font-weight:700;color:var(--gbm-text);margin:0 0 12px}.gbm-consign-how__sub{font-family:Inter,sans-serif;font-size:17px;color:var(--gbm-text-muted);margin:0 0 56px}.gbm-consign-how__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.gbm-consign-how__step{background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius-lg);padding:40px 32px;text-align:left}.gbm-consign-how__step-num{font-family:Space Mono,monospace;font-size:42px;font-weight:700;color:var(--gbm-border);line-height:1;margin-bottom:20px}.gbm-consign-how__step-title{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--gbm-text);margin:0 0 12px}.gbm-consign-how__step-desc{font-family:Inter,sans-serif;font-size:15px;color:var(--gbm-text-muted);line-height:1.65;margin:0}.gbm-consign-accept{background:var(--gbm-bg);padding:80px 24px}.gbm-consign-accept__container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.gbm-consign-accept__heading{font-family:Playfair Display,serif;font-size:38px;font-weight:700;color:var(--gbm-text);margin:0 0 16px}.gbm-consign-accept__desc{font-family:Inter,sans-serif;font-size:16px;color:var(--gbm-text-muted);line-height:1.65;margin:0 0 20px}.gbm-consign-accept__list{font-family:Inter,sans-serif;font-size:15px;color:var(--gbm-text-muted);line-height:1.8;padding-left:20px;margin:0 0 20px}.gbm-consign-accept__list li::marker{color:var(--gbm-accent)}.gbm-consign-accept__note{font-family:Inter,sans-serif;font-size:14px;font-style:italic;color:var(--gbm-text-hint);margin:0}.gbm-consign-accept__brands{display:flex;flex-wrap:wrap;gap:12px;align-content:flex-start;padding-top:8px}.gbm-consign-accept__brand-tag{padding:10px 20px;border:1px solid var(--gbm-border);border-radius:999px;background:var(--gbm-elevated);font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--gbm-text-muted)}.gbm-consign-trust{background:var(--gbm-surface);padding:80px 24px;border-top:1px solid var(--gbm-border)}.gbm-consign-trust__container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.gbm-consign-trust__card{padding:32px 24px;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius-lg)}.gbm-consign-trust__icon{color:var(--gbm-accent);margin-bottom:16px}.gbm-consign-trust__title{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--gbm-text);margin:0 0 10px}.gbm-consign-trust__desc{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);line-height:1.65;margin:0}.gbm-consign-cta{background:var(--gbm-elevated);border-top:1px solid var(--gbm-border);border-bottom:1px solid var(--gbm-border);padding:80px 24px;text-align:center}.gbm-consign-cta__container{max-width:600px;margin:0 auto}.gbm-consign-cta__heading{font-family:Playfair Display,serif;font-size:38px;font-weight:700;color:var(--gbm-text);margin:0 0 16px}.gbm-consign-cta__sub{font-family:Inter,sans-serif;font-size:17px;color:var(--gbm-text-muted);line-height:1.6;margin:0 0 32px}.gbm-consign-cta__contacts{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.gbm-consign-cta__contact-link{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:var(--gbm-accent);text-decoration:none;transition:color .2s ease}.gbm-consign-cta__contact-link:hover{color:var(--gbm-accent-hover)}.gbm-consign-cta__btn{padding:16px 48px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}@media(max-width:767px){.gbm-consign-hero__heading{font-size:36px}.gbm-consign-hero__sub{font-size:16px}.gbm-consign-hero__cta{flex-direction:column}.gbm-consign-hero__cta a{width:100%;text-align:center}.gbm-consign-how__steps{grid-template-columns:1fr;gap:16px}.gbm-consign-how__step{padding:28px 24px}.gbm-consign-how__heading{font-size:28px}.gbm-consign-accept__container{grid-template-columns:1fr;gap:32px}.gbm-consign-accept__heading{font-size:28px}.gbm-consign-trust__container{grid-template-columns:1fr 1fr;gap:16px}.gbm-consign-trust__card{padding:24px 16px}.gbm-consign-cta__heading{font-size:28px}.gbm-consign-cta__contacts{flex-direction:column;gap:16px;align-items:center}}@media(max-width:480px){.gbm-consign-trust__container{grid-template-columns:1fr}}.gbm-estimate{max-width:640px;margin:8px auto 0;text-align:left}.gbm-estimate__row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.gbm-estimate__field{display:flex;flex-direction:column;gap:6px}.gbm-estimate__field--full{margin-bottom:16px}.gbm-estimate__field>span{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-text-muted)}.gbm-estimate__field>span em{font-style:normal;color:var(--gbm-text-hint);font-weight:400}.gbm-estimate__field input,.gbm-estimate__field select,.gbm-estimate__field textarea{width:100%;padding:11px 13px;background:var(--gbm-bg);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);color:var(--gbm-text);font-family:Inter,sans-serif;font-size:15px;transition:border-color .2s ease}.gbm-estimate__field input:focus,.gbm-estimate__field select:focus,.gbm-estimate__field textarea:focus{outline:none;border-color:var(--gbm-accent)}.gbm-estimate__field textarea{resize:vertical}.gbm-estimate__field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23A08060' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;padding-right:34px;cursor:pointer}.gbm-estimate__field select option{background:var(--gbm-elevated);color:var(--gbm-text)}.gbm-estimate__note{font-size:13px;color:var(--gbm-text-muted);margin:0 0 16px}.gbm-estimate__hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.gbm-estimate__submit{width:100%}.gbm-estimate__submit[disabled]{opacity:.6;cursor:progress}.gbm-estimate__status{margin:14px 0 0;font-size:14px;text-align:center;min-height:1em}.gbm-estimate__status--ok{color:var(--gbm-success)}.gbm-estimate__status--err{color:var(--gbm-danger)}.gbm-consign-cta__or{margin-top:32px}@media(max-width:600px){.gbm-estimate__row{grid-template-columns:1fr;gap:0}.gbm-estimate__field:not(.gbm-estimate__field--full){margin-bottom:16px}}.gbm-contact{background:var(--gbm-bg);padding:64px 0 80px}.gbm-contact__container{max-width:1120px;margin:0 auto;padding:0 40px}.gbm-contact__header{text-align:center;margin-bottom:48px}.gbm-contact__heading{font-family:Playfair Display,serif;font-size:42px;font-weight:700;color:var(--gbm-text);margin:0 0 12px}.gbm-contact__sub{font-family:Inter,sans-serif;font-size:17px;color:var(--gbm-text-muted);margin:0}.gbm-contact__layout{display:grid;grid-template-columns:55% 45%;gap:48px}.gbm-contact__field{margin-bottom:16px}.gbm-contact__label{display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-text-muted);margin-bottom:6px}.gbm-contact__input{width:100%;padding:12px 16px;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);color:var(--gbm-text);font-family:Inter,sans-serif;font-size:14px;outline:none;transition:border-color .2s}.gbm-contact__input::placeholder{color:var(--gbm-text-hint)}.gbm-contact__input:focus{border-color:var(--gbm-accent)}.gbm-contact__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23A08060' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.gbm-contact__select option{background:var(--gbm-elevated);color:var(--gbm-text)}.gbm-contact__textarea{resize:vertical}.gbm-contact__submit{width:100%;margin-top:8px;height:48px;font-size:14px;text-transform:uppercase;letter-spacing:.06em}.gbm-contact__reply-note{display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-success);margin:12px 0 0;justify-content:center}.gbm-contact__success{background:#4a7a551a;border:1px solid var(--gbm-success);border-radius:var(--gbm-radius);padding:14px 16px;margin-bottom:20px;font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-success)}.gbm-contact__success p{margin:0}.gbm-contact__error{background:#8a3a281a;border:1px solid var(--gbm-danger);border-radius:var(--gbm-radius);padding:14px 16px;margin-bottom:20px;font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-danger)}.gbm-contact__error p{margin:0}.gbm-contact__card{display:flex;gap:16px;background:var(--gbm-elevated);border-radius:var(--gbm-radius-lg);border-left:3px solid var(--gbm-accent);padding:20px;margin-bottom:16px}.gbm-contact__card-icon{flex-shrink:0;color:var(--gbm-accent);margin-top:2px}.gbm-contact__card-title{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:var(--gbm-text);margin:0 0 6px}.gbm-contact__card-text{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);margin:0 0 4px;display:block;line-height:1.5}.gbm-contact__card-text--link{color:var(--gbm-text);text-decoration:none}.gbm-contact__card-text--link:hover{color:var(--gbm-accent)}.gbm-contact__card-link{font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-accent);text-decoration:none;margin-top:4px;display:inline-block}.gbm-contact__card-note{font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-hint);margin:4px 0 0}.gbm-contact__card-hours{font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-text-muted);line-height:1.7;margin-top:6px}.gbm-contact__social{margin-top:24px;display:flex;align-items:center;gap:16px}.gbm-contact__social-label{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-text-muted)}.gbm-contact__social-icons{display:flex;gap:12px}.gbm-contact__social-link{color:var(--gbm-accent);transition:color .2s}.gbm-contact__social-link:hover{color:var(--gbm-accent-hover)}@media(max-width:768px){.gbm-contact{padding:40px 0 60px}.gbm-contact__container{padding:0 16px}.gbm-contact__layout{grid-template-columns:1fr}.gbm-contact__heading{font-size:32px}}@media(max-width:375px){.gbm-contact{padding:24px 0 40px}}.gbm-faq{background:var(--gbm-bg);padding:64px 0 80px}.gbm-faq__container{max-width:780px;margin:0 auto;padding:0 24px}.gbm-faq__heading{font-family:Playfair Display,serif;font-size:42px;font-weight:700;color:var(--gbm-text);text-align:center;margin:0 0 32px}.gbm-faq__search-wrap{position:relative;margin-bottom:24px}.gbm-faq__search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--gbm-text-hint);pointer-events:none}.gbm-faq__search{width:100%;padding:14px 16px 14px 44px;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);color:var(--gbm-text);font-family:Inter,sans-serif;font-size:14px;outline:none;transition:border-color .2s}.gbm-faq__search::placeholder{color:var(--gbm-text-hint)}.gbm-faq__search:focus{border-color:var(--gbm-accent)}.gbm-faq__pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:36px}.gbm-faq__pill{padding:7px 16px;border-radius:999px;border:1px solid var(--gbm-border);background:var(--gbm-surface);color:var(--gbm-text-muted);font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.gbm-faq__pill:hover{border-color:var(--gbm-accent);color:var(--gbm-text)}.gbm-faq__pill--active{background:var(--gbm-accent);color:#0c0b0a;border-color:var(--gbm-accent)}.gbm-faq__item{border-bottom:1px solid var(--gbm-border)}.gbm-faq__item[hidden]{display:none}.gbm-faq__question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 4px;cursor:pointer;list-style:none;transition:background-color .15s}.gbm-faq__question::-webkit-details-marker{display:none}.gbm-faq__question:hover{background-color:#ffffff05}.gbm-faq__question span{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:var(--gbm-text);line-height:1.4}.gbm-faq__toggle-icon{flex-shrink:0;color:var(--gbm-accent);transition:transform .2s}.gbm-faq__icon-v{transition:opacity .2s,transform .2s}details[open] .gbm-faq__icon-v{opacity:0;transform:rotate(90deg);transform-origin:center}.gbm-faq__answer{overflow:hidden}.gbm-faq__answer-inner{padding:0 4px 20px;font-family:Inter,sans-serif;font-size:15px;line-height:1.65;color:var(--gbm-text-muted)}.gbm-faq__answer-inner p{margin:0 0 12px}.gbm-faq__answer-inner p:last-child{margin-bottom:0}.gbm-faq__no-results{text-align:center;padding:40px 0;font-family:Inter,sans-serif;font-size:15px;color:var(--gbm-text-hint)}@media(max-width:768px){.gbm-faq{padding:40px 0 60px}.gbm-faq__heading{font-size:32px}}@media(max-width:375px){.gbm-faq{padding:24px 0 40px}}.gbm-featured{background:var(--gbm-bg);padding:80px 0}.gbm-featured__container{max-width:1280px;margin:0 auto;padding:0 32px}.gbm-featured__pills{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:40px;scrollbar-width:none;-ms-overflow-style:none}.gbm-featured__pills::-webkit-scrollbar{display:none}.gbm-featured__pill{flex-shrink:0;padding:8px 18px;border-radius:999px;border:1px solid var(--gbm-border);background:var(--gbm-surface);color:var(--gbm-text-muted);font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease}.gbm-featured__pill:hover{border-color:var(--gbm-accent);color:var(--gbm-text)}.gbm-featured__pill--active{background:var(--gbm-accent);color:#0c0b0a;border-color:var(--gbm-accent)}.gbm-featured__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:32px}.gbm-featured__heading{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--gbm-text);margin:0;line-height:1.2}.gbm-featured__subtext{font-family:Inter,sans-serif;font-size:16px;color:var(--gbm-text-muted);margin:6px 0 0}.gbm-featured__view-all{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--gbm-accent);text-decoration:none;white-space:nowrap;flex-shrink:0;transition:color .2s ease}.gbm-featured__view-all:hover{color:var(--gbm-accent-hover)}.gbm-featured__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gbm-featured__grid-item{min-width:0}.gbm-featured__grid-item[data-hidden]{display:none}@media(max-width:1024px){.gbm-featured__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.gbm-featured{padding:40px 0}.gbm-featured__container{padding:0 16px}.gbm-featured__grid{grid-template-columns:repeat(2,1fr);gap:16px}.gbm-featured__header{flex-direction:column;gap:12px}.gbm-featured__heading{font-size:28px}}@media(max-width:480px){.gbm-featured__grid{grid-template-columns:1fr}}@media(max-width:375px){.gbm-featured{padding:24px 0}}.gbm-hero{position:relative;height:100svh;min-height:600px;overflow:hidden}.gbm-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gbm-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block;filter:brightness(.75) saturate(.8)}.gbm-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 50%,rgba(12,11,10,.92) 100%),#0c0b0a66}.gbm-hero__overlay--solid{background:var(--gbm-bg)}.gbm-hero__panel{position:absolute;right:0;top:0;width:44%;height:100%;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:0 64px 0 48px}.gbm-hero__micro{display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gbm-accent);line-height:1;margin-bottom:16px}.gbm-hero__heading{font-family:Playfair Display,serif;font-size:52px;font-weight:700;line-height:1.15;color:var(--gbm-text);margin:0 0 20px;letter-spacing:-.01em}.gbm-hero__sub{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.6;color:var(--gbm-text-muted);margin:0;max-width:34ch}.gbm-hero__cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.gbm-hero__btn{padding:14px 32px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.gbm-hero__trust{display:flex;flex-wrap:wrap;gap:24px;margin-top:40px;padding-top:28px;border-top:1px solid rgba(88,69,53,.2)}.gbm-hero__trust-item{display:flex;align-items:center;gap:8px}.gbm-hero__check{flex-shrink:0;color:var(--gbm-accent)}.gbm-hero__trust-item span{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-text-muted);white-space:nowrap}@media(max-width:767px){.gbm-hero{height:100svh;min-height:90svh}.gbm-hero__overlay{background:linear-gradient(to top,#0c0b0a,#0c0b0aeb,#0c0b0a80 60%,#0c0b0a40)}.gbm-hero__panel{position:absolute;right:0;left:0;bottom:0;top:auto;width:100%;height:auto;padding:40px 24px;justify-content:flex-end;text-align:center;align-items:center}.gbm-hero__micro{margin-bottom:12px}.gbm-hero__heading{font-size:36px;margin-bottom:16px}.gbm-hero__sub{font-size:15px;max-width:100%}.gbm-hero__cta{flex-direction:column;width:100%;margin-top:24px}.gbm-hero__btn{width:100%;justify-content:center;text-align:center}.gbm-hero__trust{flex-direction:column;align-items:center;gap:12px;margin-top:28px;padding-top:20px}}@media(min-width:768px)and (max-width:1024px){.gbm-hero__panel{width:54%;padding:0 40px 0 32px}.gbm-hero__heading{font-size:42px}.gbm-hero__trust{flex-direction:column;gap:14px}}.gbm-nl{background:var(--gbm-bg);border-top:1px solid var(--gbm-border);padding:64px 0}.gbm-nl__container{max-width:560px;margin:0 auto;padding:0 24px;text-align:center}.gbm-nl__heading{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--gbm-text);margin:0 0 12px;line-height:1.2}.gbm-nl__subtext{font-family:Inter,sans-serif;font-size:16px;color:var(--gbm-text-muted);margin:0 0 28px;line-height:1.6}.gbm-nl__form-row{display:flex;gap:0}.gbm-nl__input{flex:1;min-width:0;padding:14px 16px;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-right:none;border-radius:var(--gbm-radius) 0 0 var(--gbm-radius);color:var(--gbm-text);font-family:Inter,sans-serif;font-size:14px;outline:none;transition:border-color .2s ease}.gbm-nl__input::placeholder{color:var(--gbm-text-hint)}.gbm-nl__input:focus{border-color:var(--gbm-accent)}.gbm-nl__btn{border-radius:0 var(--gbm-radius) var(--gbm-radius) 0;flex-shrink:0;white-space:nowrap}.gbm-nl__success{font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-success);margin:12px 0 0}.gbm-nl__error{font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-danger);margin:12px 0 0}.gbm-nl__disclaimer{font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-hint);margin:12px 0 0}@media(max-width:375px){.gbm-nl{padding:32px 0}}@media(max-width:480px){.gbm-nl__form-row{flex-direction:column;gap:12px}.gbm-nl__input{border-right:1px solid var(--gbm-border);border-radius:var(--gbm-radius)}.gbm-nl__btn{border-radius:var(--gbm-radius);width:100%}.gbm-nl__heading{font-size:26px}}.gbm-policy{background:var(--gbm-bg);padding:80px 24px;min-height:60vh}.gbm-policy__container{max-width:720px;margin:0 auto}.gbm-policy__header{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--gbm-border)}.gbm-policy__heading{font-family:Playfair Display,serif;font-size:42px;font-weight:700;color:var(--gbm-text);margin:0 0 16px;line-height:1.2}.gbm-policy__subtext{font-family:Inter,sans-serif;font-size:18px;color:var(--gbm-text-muted);margin:0 0 16px;line-height:1.6}.gbm-policy__updated{font-family:Space Mono,monospace;font-size:12px;color:var(--gbm-text-hint);margin:0;letter-spacing:.05em;text-transform:uppercase}.gbm-policy__body{font-family:Inter,sans-serif;font-size:16px;line-height:1.75;color:var(--gbm-text-muted)}.gbm-policy__body h2,.gbm-policy__body h3{font-family:Playfair Display,serif;color:var(--gbm-text);margin:40px 0 12px}.gbm-policy__body h2{font-size:24px}.gbm-policy__body h3{font-size:18px}.gbm-policy__body p{margin:0 0 20px}.gbm-policy__body ul,.gbm-policy__body ol{margin:0 0 20px;padding-left:24px}.gbm-policy__body li{margin-bottom:8px}.gbm-policy__body strong{color:var(--gbm-text);font-weight:600}.gbm-policy__body a{color:var(--gbm-accent);text-decoration:underline}.gbm-policy__body a:hover{color:var(--gbm-accent-hover)}.gbm-policy__cta{margin-top:56px;padding-top:40px;border-top:1px solid var(--gbm-border);text-align:center}@media(max-width:768px){.gbm-policy{padding:48px 16px}.gbm-policy__heading{font-size:32px}.gbm-policy__subtext{font-size:16px}}.gbm-sell{background:var(--gbm-elevated);border-radius:var(--gbm-radius-lg);max-width:1280px;margin:64px auto;overflow:hidden}.gbm-sell__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:64px 40px}.gbm-sell__content{flex:1}.gbm-sell__heading{font-family:Playfair Display,serif;font-size:34px;font-weight:700;color:var(--gbm-text);margin:0 0 12px;line-height:1.2}.gbm-sell__subtext{font-family:Inter,sans-serif;font-size:17px;color:var(--gbm-text-muted);margin:0;max-width:520px;line-height:1.6}.gbm-sell__action{flex-shrink:0}.gbm-sell__btn{padding:16px 40px;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}@media(max-width:768px){.gbm-sell{margin:40px 16px}.gbm-sell__inner{flex-direction:column;text-align:center;padding:40px 24px;gap:24px}.gbm-sell__heading{font-size:28px}.gbm-sell__subtext{font-size:15px}}@media(max-width:375px){.gbm-sell__inner{padding:24px 16px}}.gbm-reviews{background:var(--gbm-bg);padding:72px 24px 96px}.gbm-reviews__container{max-width:1100px;margin:0 auto}.gbm-reviews__header{text-align:center;margin-bottom:48px}.gbm-reviews__label{display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gbm-accent);margin-bottom:16px}.gbm-reviews__heading{font-family:Playfair Display,serif;font-size:42px;font-weight:700;color:var(--gbm-text);line-height:1.15;margin:0 0 20px}.gbm-reviews__aggregate{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:14px}.gbm-reviews__avg-number{font-family:Space Mono,monospace;font-size:28px;font-weight:700;color:var(--gbm-text)}.gbm-reviews__stars{display:inline-flex;gap:2px}.gbm-reviews__star{color:var(--gbm-text-hint)}.gbm-reviews__star.is-filled{color:var(--gbm-accent)}.gbm-reviews__count{font-family:Inter,sans-serif;font-size:15px;color:var(--gbm-text-muted)}.gbm-reviews__moderation-note{font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-text-muted);margin:0}.gbm-reviews__grid{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0;margin:0 0 72px}.gbm-reviews__card{background:var(--gbm-surface);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);padding:26px 24px;display:flex;flex-direction:column;gap:14px}.gbm-reviews__card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.gbm-reviews__badge{display:inline-flex;align-items:center;gap:5px;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--gbm-accent);border:1px solid var(--gbm-border);border-radius:999px;padding:4px 10px;white-space:nowrap}.gbm-reviews__body{font-family:Inter,sans-serif;font-size:15px;line-height:1.65;color:var(--gbm-text);margin:0;flex-grow:1}.gbm-reviews__meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px;border-top:1px solid var(--gbm-border);padding-top:14px}.gbm-reviews__author{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--gbm-text)}.gbm-reviews__date{font-family:Space Mono,monospace;font-size:12px;color:var(--gbm-text-muted)}.gbm-reviews__empty{text-align:center;background:var(--gbm-surface);border:1px dashed var(--gbm-border);border-radius:var(--gbm-radius);padding:56px 24px;margin-bottom:40px}.gbm-reviews__empty-text{font-family:Inter,sans-serif;font-size:17px;color:var(--gbm-text-muted);margin:0}.gbm-reviews__form-wrap{max-width:620px;margin:0 auto;scroll-margin-top:90px}.gbm-reviews__summary{display:flex;list-style:none;gap:10px;margin:0 auto;min-height:48px;padding:14px 32px;width:fit-content}.gbm-reviews__summary::marker{content:""}.gbm-reviews__summary::-webkit-details-marker{display:none}.gbm-reviews__summary:focus-visible{outline:2px solid var(--gbm-accent-hover);outline-offset:3px}.gbm-reviews__summary-icon{transition:transform .2s ease}.gbm-reviews__details[open] .gbm-reviews__summary-icon{transform:rotate(180deg)}.gbm-reviews__details-body{margin-top:24px;background:var(--gbm-surface);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);padding:40px 36px}@media(prefers-reduced-motion:no-preference){.gbm-reviews__details[open] .gbm-reviews__details-body{animation:gbm-reviews-reveal .25s ease}}@keyframes gbm-reviews-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.gbm-reviews__success{text-align:center;background:var(--gbm-surface);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);padding:44px 36px;color:var(--gbm-accent)}.gbm-reviews__success-heading{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--gbm-text);margin:14px 0 10px}.gbm-reviews__success-text{font-family:Inter,sans-serif;font-size:14px;line-height:1.65;color:var(--gbm-text-muted);margin:0}.gbm-reviews__form-heading{font-family:Playfair Display,serif;font-size:26px;font-weight:700;color:var(--gbm-text);margin:0 0 10px;text-align:center}.gbm-reviews__form-privacy{font-family:Inter,sans-serif;font-size:13px;line-height:1.6;color:var(--gbm-text-muted);text-align:center;margin:0 0 28px}.gbm-reviews__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.gbm-reviews__field{display:block;margin-bottom:18px}.gbm-reviews__field span{display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-text);margin-bottom:7px}.gbm-reviews__field em{font-style:normal;font-weight:400;color:var(--gbm-text-muted)}.gbm-reviews__field input,.gbm-reviews__field textarea{width:100%;box-sizing:border-box;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);color:var(--gbm-text);font-family:Inter,sans-serif;font-size:16px;padding:12px 14px}.gbm-reviews__field input:focus-visible,.gbm-reviews__field textarea:focus-visible{outline:2px solid var(--gbm-accent);outline-offset:1px}.gbm-reviews__field textarea{resize:vertical;min-height:120px}.gbm-reviews__rating-fieldset{border:0;padding:0;margin:0 0 18px}.gbm-reviews__rating-fieldset legend{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-text);padding:0;margin-bottom:7px}.gbm-reviews__rating-group{display:flex;gap:4px}.gbm-reviews__rating-input{position:absolute;width:1px;height:1px;opacity:0}.gbm-reviews__rating-label{cursor:pointer;color:var(--gbm-text-hint);transition:color .12s ease,transform .12s ease}.gbm-reviews__rating-label:hover,.gbm-reviews__rating-label:has(~.gbm-reviews__rating-label:hover){color:var(--gbm-accent-hover)}.gbm-reviews__rating-input:checked+.gbm-reviews__rating-label,.gbm-reviews__rating-label:has(~.gbm-reviews__rating-input:checked){color:var(--gbm-accent)}.gbm-reviews__rating-input:focus-visible+.gbm-reviews__rating-label{outline:2px solid var(--gbm-accent);outline-offset:2px;border-radius:4px}.gbm-reviews__rating-label:active{transform:scale(.92)}.gbm-reviews__hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.gbm-reviews__form-note{font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-text-muted);margin:0 0 18px}.gbm-reviews__submit{width:100%}.gbm-reviews__status{font-family:Inter,sans-serif;margin:0 0 18px;font-size:14px;text-align:center}.gbm-reviews__status--err{color:var(--gbm-danger)}@media(max-width:990px){.gbm-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.gbm-reviews{padding:56px 16px 72px}.gbm-reviews__heading{font-size:32px}.gbm-reviews__grid{grid-template-columns:1fr}.gbm-reviews__summary{width:100%}.gbm-reviews__details-body{padding:30px 20px}.gbm-reviews__success{padding:34px 20px}.gbm-reviews__form-row{grid-template-columns:1fr;gap:0}}.gbm-test{background:var(--gbm-surface);padding:80px 0}.gbm-test__container{max-width:960px;margin:0 auto;padding:0 32px}.gbm-test__heading{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--gbm-text);text-align:center;margin:0 0 48px;line-height:1.2}.gbm-test__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.gbm-test__card{background:var(--gbm-elevated);border-radius:var(--gbm-radius-lg);padding:32px;display:flex;flex-direction:column;gap:20px}.gbm-test__stars{display:flex;gap:2px;color:var(--gbm-accent)}.gbm-test__quote{font-family:Playfair Display,serif;font-size:17px;font-weight:400;font-style:italic;line-height:1.6;color:var(--gbm-text);margin:0}.gbm-test__author{display:flex;align-items:center;gap:12px;margin-top:auto}.gbm-test__avatar{width:36px;height:36px;border-radius:999px;background:var(--gbm-accent);color:#0c0b0a;font-family:Inter,sans-serif;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.gbm-test__author-info{display:flex;flex-direction:column;gap:2px}.gbm-test__name{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--gbm-text);line-height:1.2}.gbm-test__instrument{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:var(--gbm-text-muted);line-height:1.2}@media(max-width:768px){.gbm-test{padding:40px 0}.gbm-test__container{padding:0 16px}.gbm-test__grid{grid-template-columns:1fr}.gbm-test__heading{font-size:28px;margin-bottom:36px}}@media(max-width:375px){.gbm-test{padding:24px 0}}.gbm-vp{background:var(--gbm-bg);padding:80px 0}.gbm-vp__container{max-width:1280px;margin:0 auto;padding:0 32px}.gbm-vp__heading{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--gbm-text);text-align:center;margin:0 0 48px;line-height:1.2}.gbm-vp__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.gbm-vp__item{text-align:center}.gbm-vp__icon{display:flex;justify-content:center;margin-bottom:16px;color:var(--gbm-accent)}.gbm-vp__title{font-family:Inter,sans-serif;font-size:18px;font-weight:500;color:var(--gbm-text);margin:0 0 8px;line-height:1.3}.gbm-vp__desc{font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:1.65;color:var(--gbm-text-muted);max-width:36ch;margin:0 auto}@media(max-width:768px){.gbm-vp{padding:40px 0}.gbm-vp__container{padding:0 16px}.gbm-vp__grid{grid-template-columns:1fr;gap:32px}.gbm-vp__heading{font-size:28px;margin-bottom:36px}}@media(max-width:375px){.gbm-vp{padding:24px 0}}.gbm-announcement{display:flex;align-items:center;justify-content:center;height:36px;padding:0 16px;text-align:center}.gbm-announcement__text{font-family:Space Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin:0;line-height:1;color:inherit}.shopify-section:has(>#gbm-header){position:sticky;top:0;z-index:50}.shopify-section:has(>.gbm-announcement){top:-36px}@media(max-width:768px){.shopify-section:has(>#gbm-header){transition:transform .3s ease}.shopify-section.gbm-nav-hidden:has(>#gbm-header){transform:translateY(-110%)}}@media(prefers-reduced-motion:reduce){.shopify-section:has(>#gbm-header){transition:none}}.gbm-header{position:sticky;top:0;z-index:50;height:72px;background:#0c0b0acc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .25s ease,background-color .25s ease}.gbm-header.is-scrolled{border-bottom-color:var(--gbm-border);background:#0c0b0af5}.gbm-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:100%;padding:0 32px;max-width:1440px;margin:0 auto}.gbm-header__hamburger{display:none}.gbm-header__logo{justify-self:start}.gbm-header__logo-link{display:inline-flex;align-items:baseline;gap:7px;text-decoration:none;color:inherit}.gbm-header__logo-img{display:block;max-height:28px;max-width:100%;width:auto;height:auto;object-fit:contain}.gbm-header__logo-brand{font-family:Playfair Display,serif;font-size:22px;font-weight:700;font-style:italic;color:var(--gbm-text);letter-spacing:-.02em;line-height:1;white-space:nowrap}.gbm-header__logo-sub{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-accent);letter-spacing:.18em;text-transform:uppercase;line-height:1;white-space:nowrap}.gbm-header__nav{justify-self:center}.gbm-header__nav-list{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}.gbm-header__nav-item{position:relative}.gbm-header__nav-link{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gbm-text-muted);text-decoration:none;white-space:nowrap;transition:color .2s ease}.gbm-header__nav-link--btn{background:none;border:none;cursor:pointer;font:inherit;letter-spacing:inherit;text-transform:inherit}.gbm-header__nav-link:hover,.gbm-header__nav-link--active{color:var(--gbm-accent)}.gbm-header__chevron{flex-shrink:0;transition:transform .2s ease}.gbm-header__nav-item--has-dropdown:hover .gbm-header__chevron,.gbm-header__nav-item--has-dropdown:focus-within .gbm-header__chevron{transform:rotate(180deg)}.gbm-header__dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(-4px);min-width:180px;background:var(--gbm-elevated);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);list-style:none;margin:0;padding:6px 0;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease}.gbm-header__nav-item--has-dropdown:hover .gbm-header__dropdown,.gbm-header__nav-item--has-dropdown:focus-within .gbm-header__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.gbm-header__dropdown-link{display:block;padding:9px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:var(--gbm-text-muted);text-decoration:none;transition:color .15s ease,background-color .15s ease}.gbm-header__dropdown-link:hover,.gbm-header__dropdown-link--active{color:var(--gbm-accent);background-color:#c8853a0f}.gbm-header__icons{display:flex;align-items:center;gap:20px;justify-self:end}.gbm-header__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0;color:var(--gbm-text);background:none;border:none;text-decoration:none;cursor:pointer;transition:color .2s ease}.gbm-header__icon-btn:hover{color:var(--gbm-accent)}.gbm-header__cart-count{position:absolute;top:-5px;right:-7px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background-color:var(--gbm-accent);color:#0c0b0a;font-family:Space Mono,monospace;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none}.gbm-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:59;background:#0c0b0aa6;opacity:0;pointer-events:none;transition:opacity .3s ease}.gbm-drawer-overlay.is-open{opacity:1;pointer-events:auto}.gbm-drawer{position:fixed;top:0;left:0;bottom:0;z-index:60;width:280px;background:var(--gbm-surface);border-right:1px solid var(--gbm-border);display:flex;flex-direction:column;overflow-y:auto;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.gbm-drawer.is-open{transform:translate(0)}.gbm-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--gbm-border);flex-shrink:0;height:64px}.gbm-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--gbm-text-muted);background:none;border:none;cursor:pointer;transition:color .2s ease}.gbm-drawer__close:hover{color:var(--gbm-text)}.gbm-drawer__nav-list{list-style:none;margin:0;padding:0;flex:1}.gbm-drawer__nav-item{border-bottom:1px solid var(--gbm-border)}.gbm-drawer__nav-link{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;letter-spacing:.04em;color:var(--gbm-text);text-decoration:none;transition:color .2s ease}.gbm-drawer__nav-link:hover,.gbm-drawer__nav-link--active{color:var(--gbm-accent)}.gbm-drawer__chevron{flex-shrink:0;color:var(--gbm-text-hint);transition:transform .2s ease,color .2s ease}.gbm-drawer__summary{list-style:none;cursor:pointer}.gbm-drawer__summary::-webkit-details-marker{display:none}.gbm-drawer__details[open] .gbm-drawer__chevron{transform:rotate(90deg);color:var(--gbm-accent)}.gbm-drawer__sub-list{list-style:none;margin:0;padding:0 0 8px;background:#00000026}.gbm-drawer__sub-link{display:flex;align-items:center;height:40px;padding:0 20px 0 32px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:var(--gbm-text-muted);text-decoration:none;transition:color .15s ease}.gbm-drawer__sub-link:hover{color:var(--gbm-accent)}@media(max-width:767px){.gbm-header__inner{grid-template-columns:40px 1fr auto;padding:0 16px;gap:8px}.gbm-header__hamburger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;color:var(--gbm-text);background:none;border:none;cursor:pointer;grid-column:1;justify-self:start}.gbm-header__logo{grid-column:2;justify-self:center;min-width:0}.gbm-header__logo-img{max-height:24px}.gbm-header__nav{display:none}.gbm-header__icons{grid-column:3;gap:12px}.gbm-header__icon-btn--search{display:none}}cart-drawer,.cart-drawer{--color-background: var(--gbm-surface);--color-foreground: var(--gbm-text)}cart-drawer .drawer,.cart-drawer .drawer{background:var(--gbm-surface);color:var(--gbm-text);border-left:1px solid var(--gbm-border)}cart-drawer .drawer__header,.cart-drawer .drawer__header{border-bottom-color:var(--gbm-border)}cart-drawer button[name=checkout],.cart-drawer button[name=checkout]{background:var(--gbm-accent);color:#0c0b0a}cart-drawer button[name=checkout]:hover,.cart-drawer button[name=checkout]:hover{background:var(--gbm-accent-hover)}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.gbm-pdp{background:var(--gbm-bg)}.gbm-pdp__container{max-width:1280px;margin:0 auto;padding:40px}.gbm-pdp__breadcrumb{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-text-muted);margin-bottom:32px}.gbm-pdp__breadcrumb a{color:var(--gbm-text-muted);text-decoration:none;transition:color .2s}.gbm-pdp__breadcrumb a:hover{color:var(--gbm-accent)}.gbm-pdp__breadcrumb span:last-child{color:var(--gbm-text-hint)}.gbm-pdp__layout{display:grid;grid-template-columns:58% 42%;gap:48px;align-items:start}.gbm-pdp__gallery{position:sticky;top:90px}.gbm-pdp__main-image{position:relative;aspect-ratio:1 / 1;background:var(--gbm-surface);border-radius:var(--gbm-radius-lg);overflow:hidden;padding:16px;margin-bottom:12px}.gbm-pdp__img{position:absolute;top:16px;right:16px;bottom:16px;left:16px;object-fit:contain;display:block}.gbm-pdp__zoom-btn{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#0c0b0a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:var(--gbm-radius);color:var(--gbm-text);cursor:pointer;opacity:0;transition:opacity .2s}.gbm-pdp__main-image:hover .gbm-pdp__zoom-btn{opacity:1}.gbm-pdp__thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.gbm-pdp__thumbs::-webkit-scrollbar{display:none}.gbm-pdp__thumb{width:72px;height:72px;flex-shrink:0;border-radius:var(--gbm-radius);overflow:hidden;border:2px solid transparent;background:var(--gbm-surface);cursor:pointer;padding:2px;transition:border-color .2s}.gbm-pdp__thumb--active{border-color:var(--gbm-accent)}.gbm-pdp__thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:4px}.gbm-pdp__info{display:flex;flex-direction:column}.gbm-pdp__brand{font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gbm-accent);margin-bottom:6px}.gbm-pdp__title{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--gbm-text);margin:0 0 6px;line-height:1.15}.gbm-pdp__variant-line{font-family:Inter,sans-serif;font-size:16px;font-style:italic;color:var(--gbm-text-muted);margin:0 0 16px}.gbm-pdp__rating{display:flex;align-items:center;gap:10px;margin-bottom:16px}.gbm-pdp__stars{display:flex;gap:1px;color:var(--gbm-accent)}.gbm-pdp__review-count{font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-text-muted);text-decoration:underline;text-underline-offset:3px}.gbm-pdp__condition{margin-bottom:20px}.gbm-pdp__price-block{background:var(--gbm-elevated);border-radius:var(--gbm-radius-lg);padding:20px;margin-bottom:24px}.gbm-pdp__price-top{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px 12px;margin-bottom:8px}.gbm-pdp__price-wrap{display:flex;align-items:baseline;gap:12px}.gbm-pdp__price{font-size:34px;font-weight:700;line-height:1}.gbm-pdp__compare{font-family:Space Mono,monospace;font-size:16px;color:var(--gbm-text-hint);text-decoration:line-through}.gbm-pdp__stock-warn{font-family:Space Mono,monospace;font-size:10px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;color:var(--gbm-warning);background:#9a68201a;border:1px solid rgba(154,104,32,.2);padding:4px 8px;border-radius:3px}.gbm-pdp__shipping-note{display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-success);margin:0}.gbm-pdp__specs{margin-bottom:24px}.gbm-pdp__spec-row{display:flex;justify-content:space-between;padding:10px 12px}.gbm-pdp__spec-row--alt{background:var(--gbm-surface);border-radius:4px}.gbm-pdp__spec-label{font-family:Inter,sans-serif;font-size:13px;color:var(--gbm-text-hint)}.gbm-pdp__spec-value{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--gbm-text);text-align:right}.gbm-pdp__actions{margin-bottom:24px}.gbm-pdp__atc-row{display:flex;gap:12px;margin-bottom:12px}.gbm-pdp__qty-stepper{display:flex;align-items:center;background:var(--gbm-surface);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);overflow:hidden;flex-shrink:0}.gbm-pdp__qty-btn{width:40px;height:52px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--gbm-text-muted);font-size:18px;cursor:pointer;transition:color .15s}.gbm-pdp__qty-btn:hover{color:var(--gbm-accent)}.gbm-pdp__qty-input{width:36px;text-align:center;background:none;border:none;color:var(--gbm-text);font-family:Inter,sans-serif;font-size:14px;font-weight:500;-moz-appearance:textfield}.gbm-pdp__qty-input::-webkit-inner-spin-button,.gbm-pdp__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.gbm-pdp__atc-btn{flex:1;height:52px;font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.gbm-pdp__atc-btn:disabled{opacity:.4;cursor:not-allowed}.gbm-pdp__secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gbm-pdp__offer-link{display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-accent);text-decoration:underline;text-underline-offset:3px}.gbm-pdp__trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;border-top:1px solid var(--gbm-border);padding-top:24px}.gbm-pdp__trust-item{display:flex;align-items:flex-start;gap:8px;color:var(--gbm-accent)}.gbm-pdp__trust-item div{display:flex;flex-direction:column}.gbm-pdp__trust-title{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--gbm-text);line-height:1.3}.gbm-pdp__trust-sub{font-family:Inter,sans-serif;font-size:12px;color:var(--gbm-text-muted);line-height:1.3}.gbm-pdp__tabs{margin-top:64px}.gbm-pdp__tab-bar{display:flex;border-bottom:1px solid var(--gbm-border);overflow-x:auto;scrollbar-width:none;gap:0}.gbm-pdp__tab-bar::-webkit-scrollbar{display:none}.gbm-pdp__tab{padding:12px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--gbm-text-muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:color .2s,border-color .2s;margin-bottom:-1px}.gbm-pdp__tab:hover{color:var(--gbm-text)}.gbm-pdp__tab--active{color:var(--gbm-accent);border-bottom-color:var(--gbm-accent)}.gbm-pdp__panel{padding:32px 0}.gbm-pdp__panel[hidden]{display:none}.gbm-pdp__prose{font-family:Inter,sans-serif;font-size:16px;line-height:1.7;color:var(--gbm-text-muted);max-width:720px}.gbm-pdp__prose p{margin:0 0 16px}.gbm-pdp__prose p:last-child{margin-bottom:0}.gbm-pdp__prose h2,.gbm-pdp__prose h3{color:var(--gbm-text);margin-top:28px}.gbm-pdp__prose ul,.gbm-pdp__prose ol{padding-left:20px;margin:0 0 16px}.gbm-pdp__prose li{margin-bottom:6px}.gbm-pdp__empty-tab{font-family:Inter,sans-serif;font-size:15px;color:var(--gbm-text-hint)}.gbm-pdp__full-specs{max-width:600px}.gbm-pdp__condition-summary{font-family:Inter,sans-serif;font-size:16px;color:var(--gbm-text-muted);margin:0 0 20px}.gbm-pdp__condition-summary strong{color:var(--gbm-text)}.gbm-pdp__condition-photos{display:flex;gap:12px;flex-wrap:wrap}.gbm-pdp__condition-photo{width:120px;height:120px;object-fit:cover;border-radius:var(--gbm-radius);border:1px solid var(--gbm-border)}.gbm-pdp__related{margin-top:80px}.gbm-pdp__related-heading{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--gbm-text);margin:0 0 32px}.gbm-pdp__related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.gbm-pdp__related-card{display:flex;flex-direction:column;min-width:0;text-decoration:none;color:inherit}.gbm-pdp__related-img-wrap{aspect-ratio:3 / 4;background:var(--gbm-surface);border-radius:var(--gbm-radius-lg);overflow:hidden;margin-bottom:12px}.gbm-pdp__related-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.gbm-pdp__related-card:hover .gbm-pdp__related-img-wrap img{transform:scale(1.05)}.gbm-pdp__related-vendor{font-family:Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gbm-accent);margin-bottom:4px}.gbm-pdp__related-title{font-family:Playfair Display,serif;font-size:17px;font-weight:700;color:var(--gbm-text);margin:0 0 6px;line-height:1.3}.gbm-pdp__reviews{margin-top:80px;padding-top:48px;border-top:1px solid var(--gbm-border)}.gbm-pdp__reviews-heading{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--gbm-text);margin:0 0 32px}.gbm-pdp__reviews-empty{text-align:center;padding:40px 20px}.gbm-pdp__reviews-empty p{font-family:Inter,sans-serif;font-size:15px;color:var(--gbm-text-muted);margin:0 0 20px}.gbm-pdp__reviews-links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}@media(max-width:768px){.gbm-pdp__container{padding:24px 16px 80px}.gbm-pdp__layout{grid-template-columns:minmax(0,1fr);gap:28px}.gbm-pdp__gallery{position:static;min-width:0}.gbm-pdp__main-image{aspect-ratio:auto}.gbm-pdp__img{position:static;inset:auto;display:block;width:100%;max-width:100%;height:auto;max-height:62vh;object-fit:contain;margin:0 auto}.gbm-pdp__title,.gbm-pdp__price{font-size:28px}.gbm-pdp__trust{grid-template-columns:repeat(2,1fr);gap:16px}.gbm-pdp__secondary-actions{grid-template-columns:1fr}.gbm-pdp__related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gbm-pdp__tab{padding:10px 14px;font-size:13px}.gbm-pdp__actions{position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--gbm-bg);border-top:1px solid var(--gbm-border);padding:12px 16px;margin-bottom:0}.gbm-pdp__atc-row{margin-bottom:0}.gbm-pdp__secondary-actions{display:none}}@media(max-width:375px){.gbm-pdp__container{padding:16px 16px 80px}.gbm-pdp__breadcrumb{font-size:11px}}.gbm-search{max-width:1100px;margin:0 auto;padding:48px 24px 80px}.gbm-search__title{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--gbm-text);margin-bottom:24px}.gbm-search__form{margin-bottom:32px}.gbm-search__input-wrap{display:flex;align-items:center;gap:12px;background:var(--gbm-surface);border:1px solid var(--gbm-border);border-radius:var(--gbm-radius);padding:4px 4px 4px 16px}.gbm-search__icon{flex-shrink:0;color:var(--gbm-text-hint)}.gbm-search__input{flex:1;height:44px;background:transparent;border:none;color:var(--gbm-text);font-family:Inter,sans-serif;font-size:15px;outline:none}.gbm-search__input::placeholder{color:var(--gbm-text-hint)}.gbm-search__submit{height:44px;padding:0 20px;flex-shrink:0;border-radius:calc(var(--gbm-radius) - 2px)}.gbm-search__no-results{text-align:center;padding:48px 0}.gbm-search__no-results p{font-family:Inter,sans-serif;font-size:16px;color:var(--gbm-text-muted);margin-bottom:20px}.gbm-search__meta{font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);margin-bottom:24px}.gbm-search__results{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.gbm-search__result{background:var(--gbm-surface);border-radius:var(--gbm-radius-lg);overflow:hidden;border-bottom:2px solid transparent;transition:transform .2s ease,border-color .2s ease}.gbm-search__result:hover{transform:translateY(-3px);border-bottom-color:var(--gbm-accent)}.gbm-search__result-image-link{display:block;aspect-ratio:4 / 3;overflow:hidden}.gbm-search__result-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.gbm-search__result:hover .gbm-search__result-img{transform:scale(1.05)}.gbm-search__result-body{padding:14px 16px;display:flex;flex-direction:column;gap:6px}.gbm-search__result-title{font-family:Playfair Display,serif;font-size:15px;font-weight:700;color:var(--gbm-text);text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.gbm-search__result-title:hover{color:var(--gbm-accent)}.gbm-search__result-price{font-size:15px}.gbm-search__pagination{margin-top:40px;text-align:center}.gbm-search__pagination .prev,.gbm-search__pagination .next,.gbm-search__pagination .page{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;margin:0 2px;font-family:Inter,sans-serif;font-size:14px;color:var(--gbm-text-muted);text-decoration:none;border-radius:var(--gbm-radius);transition:color .2s,background .2s}.gbm-search__pagination .page:hover,.gbm-search__pagination .prev:hover,.gbm-search__pagination .next:hover{color:var(--gbm-accent);background:var(--gbm-elevated)}.gbm-search__pagination .current{background:var(--gbm-accent);color:#0c0b0a;font-weight:600}@media(max-width:768px){.gbm-search{padding:32px 16px 64px}.gbm-search__title{font-size:28px}.gbm-search__input-wrap{flex-direction:column;padding:8px;gap:8px}.gbm-search__icon{display:none}.gbm-search__input,.gbm-search__submit{width:100%}.gbm-search__results{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
