@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600&display=swap";.bc{--bc-ground:#EFF2F1;--bc-surface:#FFFFFF;--bc-surface2:#E4E9E7;--bc-ink:#131C19;--bc-ink2:#3B4844;--bc-muted:#66736F;--bc-line:#CBD4D1;--bc-line2:#DDE3E1;--bc-yolk:#C77A0B;--bc-yolk-bright:#E5951A;--bc-yolk-wash:#FBF0DC;--bc-pine:#1B4A42;--bc-pine-wash:#DFE9E6;--bc-todo:#8A4B12;--bc-todo-bg:#FCEFDD;--bc-todo-line:#E0B378;--bc-radius-btn-1:var(--style-border-radius-buttons-primary, 2px);--bc-radius-btn-2:var(--style-border-radius-buttons-secondary, 2px);--bc-radius-input:var(--style-border-radius-inputs, 2px);--bc-bw-btn-1:var(--style-border-width-primary, 1px);--bc-bw-btn-2:var(--style-border-width-secondary, 1px);background:var(--bc-ground);color:var(--bc-ink);font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.65;box-sizing:border-box}.bc *,.bc *:before,.bc *:after{box-sizing:border-box}.bc-wrap{max-width:1120px;margin:0 auto;padding:0 28px}.bc-col{max-width:68ch}.bc h1,.bc h2,.bc h3{font-family:Fraunces,Georgia,Times New Roman,serif;font-weight:600;text-wrap:balance;line-height:1.12;margin:0}.bc h1{font-size:clamp(2.4rem,5.4vw,4rem);letter-spacing:-.02em}.bc h2{font-size:clamp(1.75rem,3.2vw,2.5rem);letter-spacing:-.015em}.bc h3{font-size:1.18rem;letter-spacing:-.005em;line-height:1.3}.bc p{margin:0}.bc a{color:inherit}.bc-lab{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--bc-muted)}.bc :focus-visible{outline:2px solid var(--bc-yolk);outline-offset:3px}.bc-todo{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.82em;font-weight:500;color:var(--bc-todo);background:var(--bc-todo-bg);border:1px dashed var(--bc-todo-line);padding:.05em .4em;border-radius:3px;white-space:nowrap}.bc-sec{padding:76px 0;border-bottom:1px solid var(--bc-line2)}.bc-sec.bc-tight{padding:52px 0}.bc-head{display:flex;flex-direction:column;gap:14px;margin-bottom:38px;max-width:68ch}.bc-head p{color:var(--bc-ink2)}.bc-hero{background:var(--bc-surface);padding:88px 0 80px;border-bottom:1px solid var(--bc-line)}.bc-hero-in{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:64px;align-items:start}@media(max-width:940px){.bc-hero-in{grid-template-columns:1fr;gap:44px}}.bc-sub{margin-top:22px;font-size:1.1rem;color:var(--bc-ink2);max-width:56ch}.bc-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.bc-btn{font-size:.92rem;font-weight:600;padding:14px 26px;text-decoration:none;border-style:solid;border-color:transparent;display:inline-block;transition:background .15s,color .15s,border-color .15s}.bc-btn-a{background:var(--bc-yolk);color:#fff;border-color:var(--bc-yolk);border-radius:var(--bc-radius-btn-1);border-width:var(--bc-bw-btn-1)}.bc-btn-a:hover{background:var(--bc-yolk-bright);border-color:var(--bc-yolk-bright);color:#fff}.bc-btn-b{border-color:var(--bc-line);color:var(--bc-ink);border-radius:var(--bc-radius-btn-2);border-width:var(--bc-bw-btn-2)}.bc-btn-b:hover{border-color:var(--bc-yolk);color:var(--bc-yolk)}.bc-readout{border-top:1px solid var(--bc-line);display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.bc-readout li{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:baseline;padding:16px 0;border-bottom:1px solid var(--bc-line2)}.bc-readout .bc-k{font-family:IBM Plex Mono,monospace;font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:600;color:var(--bc-yolk);min-width:5.5ch}.bc-readout .bc-v{font-size:.94rem;color:var(--bc-ink2);line-height:1.5}.bc-trust{background:var(--bc-pine-wash);border-top:1px solid var(--bc-line);border-bottom:1px solid var(--bc-line)}.bc-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--bc-line)}@media(max-width:860px){.bc-trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.bc-trust-grid{grid-template-columns:1fr}}.bc-trust-cell{background:var(--bc-pine-wash);padding:26px 24px;display:flex;flex-direction:column;gap:6px}.bc-trust-cell b{font-size:.98rem;font-weight:600}.bc-trust-cell span{font-size:.86rem;color:var(--bc-muted);line-height:1.5}.bc-grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--bc-line2);border:1px solid var(--bc-line2)}.bc-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--bc-line2);border:1px solid var(--bc-line2)}@media(max-width:900px){.bc-grid4{grid-template-columns:repeat(2,1fr)}}@media(max-width:660px){.bc-grid2,.bc-grid4{grid-template-columns:1fr}}.bc-card{background:var(--bc-surface);padding:28px 26px;display:flex;flex-direction:column;gap:10px}.bc-card .bc-lab{color:var(--bc-yolk)}.bc-card p{font-size:.92rem;color:var(--bc-ink2);line-height:1.6}.bc-more{font-size:.85rem;font-weight:600;color:var(--bc-yolk);text-decoration:none;margin-top:auto;padding-top:8px}.bc-more:hover{text-decoration:underline;color:var(--bc-yolk)}.bc-chips{display:flex;flex-wrap:wrap;gap:10px}.bc-chip{border:1px solid var(--bc-line);background:var(--bc-surface);color:var(--bc-ink);padding:11px 20px;border-radius:var(--bc-radius-btn-2);text-decoration:none;font-size:.92rem;font-weight:500}.bc-chip:hover{border-color:var(--bc-yolk);color:var(--bc-yolk)}.bc-tablewrap{overflow-x:auto;border:1px solid var(--bc-line);background:var(--bc-surface)}.bc-tablewrap table{border-collapse:collapse;width:100%;min-width:640px;font-size:.9rem}.bc-tablewrap th,.bc-tablewrap td{text-align:left;padding:14px 18px;border-bottom:1px solid var(--bc-line2)}.bc-tablewrap thead th{font-family:IBM Plex Mono,monospace;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--bc-muted);background:var(--bc-surface2);border-bottom:1px solid var(--bc-line)}.bc-tablewrap tbody td:not(:last-child){font-family:IBM Plex Mono,monospace;font-variant-numeric:tabular-nums}.bc-tablewrap tbody tr:last-child td{border-bottom:none}.bc-tablewrap tbody td:first-child{font-weight:600;color:var(--bc-yolk)}.bc-tablewrap td.bc-use{font-family:IBM Plex Sans,sans-serif;color:var(--bc-ink2)}.bc-note{margin-top:16px;font-size:.85rem;color:var(--bc-muted);max-width:68ch}.bc-why{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 56px}@media(max-width:760px){.bc-why{grid-template-columns:1fr;gap:30px}}.bc-why>div{display:flex;flex-direction:column;gap:8px}.bc-why p{font-size:.94rem;color:var(--bc-ink2)}.bc-tl{display:flex;flex-direction:column;margin-top:8px}.bc-tl-row{display:grid;grid-template-columns:auto 1fr;gap:24px}.bc-rail{position:relative;width:68px;display:flex;flex-direction:column;align-items:center}.bc-rail:before{content:"";position:absolute;top:0;bottom:0;width:2px;background:var(--bc-line);left:50%;transform:translate(-50%)}.bc-tl-row:first-child .bc-rail:before{top:22px}.bc-tl-row:last-child .bc-rail:before{bottom:calc(100% - 22px)}.bc-dot{position:relative;z-index:1;margin-top:12px;min-width:44px;height:44px;padding:0 13px;border-radius:999px;display:flex;align-items:center;justify-content:center;white-space:nowrap;font-family:IBM Plex Mono,monospace;font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:600;background:var(--bc-surface);border:2px solid var(--bc-line);color:var(--bc-ink2)}.bc-tl-row.bc-lock .bc-dot{border-color:var(--bc-yolk);background:var(--bc-yolk);color:#fff}.bc-tl-row.bc-lock .bc-rail:before{background:var(--bc-yolk)}.bc-tl-body{padding:14px 0 30px}.bc-tl-body h3{margin-bottom:6px}.bc-tl-body p{font-size:.94rem;color:var(--bc-ink2)}.bc-tl-row.bc-lock .bc-tl-body{background:var(--bc-yolk-wash);margin-left:-20px;padding-left:20px;padding-right:20px;border-left:2px solid var(--bc-yolk)}.bc-species{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--bc-line2);border:1px solid var(--bc-line2);margin-top:40px}@media(max-width:700px){.bc-species{grid-template-columns:repeat(2,1fr)}}.bc-sp{background:var(--bc-surface);padding:18px 20px;display:flex;flex-direction:column;gap:2px}.bc-sp b{font-family:IBM Plex Mono,monospace;font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:600;color:var(--bc-yolk);line-height:1.2}.bc-sp span{font-size:.84rem;color:var(--bc-muted)}.bc-defs{display:flex;flex-direction:column;margin:0}.bc-defs>div{padding:22px 0;border-bottom:1px solid var(--bc-line2);display:grid;grid-template-columns:minmax(0,15rem) minmax(0,1fr);gap:32px}@media(max-width:760px){.bc-defs>div{grid-template-columns:1fr;gap:8px}}.bc-defs dt{font-family:Fraunces,Georgia,serif;font-size:1.1rem;font-weight:600;line-height:1.3}.bc-defs dd{margin:0;font-size:.94rem;color:var(--bc-ink2)}.bc-story{background:var(--bc-surface)}.bc-story p{color:var(--bc-ink2)}.bc-story p+p{margin-top:18px}.bc-faq{max-width:74ch}.bc-faq details{border-bottom:1px solid var(--bc-line2)}.bc-faq summary{cursor:pointer;list-style:none;padding:20px 40px 20px 0;position:relative;font-family:Fraunces,Georgia,serif;font-size:1.08rem;font-weight:600;line-height:1.35}.bc-faq summary::-webkit-details-marker{display:none}.bc-faq summary:after{content:"";position:absolute;right:8px;top:29px;width:9px;height:9px;border-right:2px solid var(--bc-yolk);border-bottom:2px solid var(--bc-yolk);transform:rotate(45deg);transition:transform .18s ease}.bc-faq details[open] summary:after{transform:rotate(-135deg)}.bc-faq summary:hover{color:var(--bc-yolk)}.bc-faq .bc-ans{padding:0 40px 24px 0;font-size:.95rem;color:var(--bc-ink2);max-width:68ch}.bc-news{background:var(--bc-pine);color:#eef5f3}.bc-news h2{color:inherit}.bc-news p{color:inherit;opacity:.85;font-size:.96rem;margin-top:12px}.bc-news-in{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,22rem);gap:48px;align-items:center}@media(max-width:820px){.bc-news-in{grid-template-columns:1fr;gap:28px}}.bc-form{display:flex;gap:10px;flex-wrap:wrap}.bc-form input{flex:1 1 12rem;padding:14px 16px;border-radius:var(--bc-radius-input);border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:inherit;font-family:inherit;font-size:.92rem}.bc-form input::placeholder{color:currentColor;opacity:.6}.bc-form button{padding:14px 22px;border-radius:var(--bc-radius-btn-1);border:none;background:var(--bc-yolk-bright);color:#160f04;font-family:inherit;font-size:.92rem;font-weight:600;cursor:pointer}.bc-form button:hover{background:var(--bc-yolk)}.bc-news .bc-ok{margin-top:10px;font-size:.85rem}@media(prefers-reduced-motion:reduce){.bc *{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bc-home.css.map */
