/* START_SNIPPET:gf-brand-hero (INDEX:86) */
.gf-brand-hero{position:relative;isolation:isolate;overflow:hidden;background:#050505;color:#f4f3ef}
.gf-brand-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 85% 35%,rgba(198,255,46,.12),transparent 55%),linear-gradient(90deg,rgba(5,5,5,.78),rgba(5,5,5,.65)),url('/cdn/shop/files/Marble_background.png?v=1782903180') center/cover no-repeat;pointer-events:none}
.gf-brand-hero .gf-brand-hero__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.16;z-index:-1;pointer-events:none}
.gf-brand-hero__inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,30%);align-items:center;gap:clamp(28px,5vw,90px);min-height:240px;max-width:1660px;margin:auto;padding:28px clamp(24px,4vw,70px);box-sizing:border-box}
.gf-brand-hero__copy{min-width:0}
.gf-brand-hero__eyebrow{display:flex;flex-wrap:wrap;gap:10px;color:#a9aaa2;font-size:10px;font-weight:750;line-height:1.4;letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px}
.gf-brand-hero__eyebrow a{color:#c6ff2e;text-decoration:none}
.gf-brand-hero h1{margin:0;color:#f4f3ef;font-size:clamp(38px,4vw,70px);line-height:1;letter-spacing:-.055em;font-weight:850;overflow-wrap:anywhere}
.gf-brand-hero .gf-brand-hero__intro{max-width:64ch;margin:14px 0 0;color:#bdbfb6;font-size:15px;line-height:1.5}
.gf-brand-hero__categories{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:18px}
.gf-brand-hero__categories a{color:#f4f3ef;font-size:11px;line-height:1.4;font-weight:750;letter-spacing:.045em;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#5d653f}
.gf-brand-hero a:hover{color:#c6ff2e}
.gf-brand-hero a:focus-visible{outline:2px solid #c6ff2e;outline-offset:5px}
.gf-brand-hero__logo{display:flex;align-items:center;justify-content:center;min-width:0}
.gf-brand-hero__logo img{display:block;width:100%;max-width:260px;height:184px;object-fit:contain}
.gf-brand-hero--no-logo .gf-brand-hero__inner{grid-template-columns:1fr}
.gf-brand-hero__signal{position:absolute;right:clamp(24px,4vw,70px);bottom:14px;width:64px;height:24px;object-fit:contain;pointer-events:none}
@media(max-width:749px){.gf-brand-hero__inner{grid-template-columns:1fr;gap:16px;min-height:0;padding:24px 22px 44px;text-align:center}.gf-brand-hero__logo{grid-row:1}.gf-brand-hero__logo img{width:140px;height:140px}.gf-brand-hero h1{font-size:clamp(34px,8vw,48px)}.gf-brand-hero__eyebrow,.gf-brand-hero__categories{justify-content:center}.gf-brand-hero .gf-brand-hero__intro{font-size:14px;margin:12px auto 0}.gf-brand-hero__signal{width:48px;height:18px;right:22px;bottom:12px}}
/* END_SNIPPET:gf-brand-hero */
