.gb-sourcing{--gb-muted: color-mix(in oklch, var(--color-foreground) 62%, var(--color-background));--gb-tint: color-mix(in oklch, var(--color-foreground) 4%, var(--color-background));--gb-chip: color-mix(in oklch, var(--color-foreground) 8%, var(--color-background));--style-border-radius-card: var(--card-corner-radius, 4px);color:var(--color-foreground);line-height:1.6}.gb-sourcing *{box-sizing:border-box}.gb-sourcing__wrap{max-width:var(--page-width, 1200px);margin-inline:auto;padding-inline:var(--page-margin, 1.5rem)}.gb-sourcing__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:var(--font-size--2xs, .75rem);color:var(--gb-muted);margin:0 0 .5rem}.gb-sourcing h2{font-family:var(--font-h1--family, inherit);font-weight:700;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;margin:0 0 .75rem}.gb-sourcing h3{font-size:1.1rem;margin:0 0 .35rem}.gb-sourcing p{margin:0 0 1rem}.gb-sourcing__lead{font-size:1.05rem;color:var(--gb-muted);max-width:42rem}.gb-sourcing .gb-sourcing__h1{font-family:var(--font-h1--family, inherit);font-weight:700;font-size:clamp(2rem,5vw,3.4rem);line-height:1.05;margin:0 0 1rem}.gb-sourcing__section{padding-block:clamp(2.5rem,6vw,4.5rem);scroll-margin-top:5rem}.gb-sourcing__section--alt{background:var(--gb-tint)}.gb-sourcing__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin-top:1.25rem}.gb-sourcing__jump{color:var(--color-foreground);text-decoration:underline;text-underline-offset:3px;font-size:.95rem}.gb-sourcing__jump:hover{color:var(--gb-muted)}.gb-sourcing__video{max-width:420px;width:100%;margin:0 auto}.gb-video{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--style-border-radius-card, 6px);display:block;background:var(--gb-tint)}.gb-sourcing__farms{display:flex;flex-direction:column;gap:clamp(2.5rem,6vw,4.5rem);margin-top:2rem}.gb-farm{display:grid;gap:2rem;align-items:center;scroll-margin-top:5rem}@media(min-width:800px){.gb-farm{grid-template-columns:1fr 1fr}.gb-farm:nth-child(2n) .gb-farm__media{order:2}.gb-farm--text{grid-template-columns:1fr}.gb-farm--text .gb-farm__body{max-width:46rem}}.gb-farm__media{display:grid;gap:.6rem}.gb-farm__cover{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--style-border-radius-card, 4px)}.gb-farm__thumbs{display:flex;gap:.6rem;flex-wrap:wrap}.gb-farm__thumb{width:4.5rem;height:4.5rem;padding:0;border:2px solid transparent;border-radius:var(--style-border-radius-inputs, 4px);background:none;cursor:pointer;opacity:.7;overflow:hidden;transition:opacity .15s ease}.gb-farm__thumb img{width:100%;height:100%;object-fit:cover;display:block}.gb-farm__thumb:hover,.gb-farm__thumb[aria-current=true]{opacity:1;border-color:var(--color-foreground)}.gb-farm__thumb:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px;opacity:1}.gb-farm__name{font-family:var(--font-h1--family, inherit);font-size:clamp(1.4rem,2.5vw,2rem);margin:0 0 .25rem}.gb-farm__loc{color:var(--gb-muted);font-size:.9rem;margin:0 0 1rem}.gb-farm__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(7rem,1fr));gap:.75rem 1.25rem;margin:0 0 1.25rem;padding:1rem 0;border-block:1px solid var(--color-border)}.gb-farm__meta dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gb-muted)}.gb-farm__meta dd{margin:.1rem 0 0;font-weight:500}.gb-farm__desc p{color:var(--gb-muted)}.gb-farm__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem;list-style:none;padding:0}.gb-farm__tag{font-size:.75rem;padding:.25rem .7rem;border-radius:var(--style-border-radius-pills, 999px);background:var(--gb-chip)}.gb-sourcing__stats{display:grid;gap:1rem;grid-template-columns:1fr;margin:1.5rem 0}@media(min-width:700px){.gb-sourcing__stats{grid-template-columns:repeat(3,1fr)}}.gb-stat{padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--style-border-radius-card, 4px);background:var(--color-background)}.gb-stat__big{font-size:1.35rem;font-weight:700;margin:0 0 .25rem}.gb-stat p{color:var(--gb-muted);font-size:.9rem;margin:0}.gb-sourcing__intro-head{margin-bottom:clamp(1rem,3vw,1.75rem)}.gb-sourcing__cta{text-align:center;background:var(--gb-tint)}.gb-sourcing__cta .gb-sourcing__actions{justify-content:center}.gb-sourcing__cta .gb-sourcing__lead{margin-inline:auto}.gb-mediarow{display:grid;gap:clamp(1.5rem,4vw,3rem);align-items:center}.gb-mediarow+.gb-mediarow{margin-top:clamp(2.5rem,6vw,4.5rem)}@media(min-width:820px){.gb-mediarow{grid-template-columns:1fr 1fr}.gb-mediarow--flip .gb-mediarow__media{order:2}.gb-mediarow--video{grid-template-columns:1fr minmax(0,420px)}}.gb-mediarow__media img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--style-border-radius-card, 6px)}.gb-mediarow__body>*+*{margin-top:.85rem}.gb-mediarow__body h2{margin:0}.gb-mediarow__body h3{margin:0;font-family:var(--font-h1--family, inherit);font-weight:700;font-size:clamp(1.3rem,2.5vw,1.8rem);line-height:1.2}.gb-mediarow__body p,.gb-mediarow__body .gb-sourcing__lead{margin:0}.gb-team__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2.5rem);margin-top:clamp(1.5rem,4vw,2.5rem)}@media(min-width:720px){.gb-team__grid{grid-template-columns:repeat(3,1fr)}}.gb-brother{margin:0}.gb-brother img{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:top;border-radius:var(--style-border-radius-card, 6px);background:var(--gb-tint)}.gb-brother figcaption{margin-top:1rem}.gb-brother__role{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--gb-muted)}.gb-brother__name{margin:.2rem 0 .5rem;font-family:var(--font-h1--family, inherit);font-weight:700;font-size:1.4rem}.gb-brother p{margin:0;color:var(--gb-muted);font-size:.95rem}.gb-team__quote{margin:clamp(2rem,5vw,3rem) 0 0;padding-left:1.25rem;border-left:3px solid var(--color-foreground);font-family:var(--font-h1--family, inherit);font-style:italic;font-size:clamp(1.15rem,2.5vw,1.6rem);line-height:1.4;max-width:48rem}@keyframes gb-fade-up{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:no-preference){.gb-sourcing .gb-animate{animation:gb-fade-up .6s ease both}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/sourcing.css.map */
