:root{--bfc-color-bg: #D0C8B6;--bfc-color-cream: #F1EBDD;--bfc-color-black: #000000;--bfc-color-dark: #191919;--bfc-font-sans: "Suisse Int'l", sans-serif;--bfc-font-mono: "Century Schoolbook Monospace", monospace;--bfc-fs-wordmark: clamp(34px, 8.97vw, 45px);--bfc-fs-hero-name: clamp(29px, 7.65vw, 39px);--bfc-fs-hero-log: clamp(14px, 3.83vw, 19px);--bfc-fs-hero-detail: clamp(21px, 5.74vw, 29px);--bfc-fs-heading: clamp(17px, 4.48vw, 23px);--bfc-fs-body: clamp(11px, 2.87vw, 14px);--bfc-lh-wordmark: 1.284;--bfc-lh-hero-name: 1.12;--bfc-lh-hero-detail: 1.185;--bfc-lh-heading: 1.416;--bfc-lh-body: 1.75;--bfc-lh-profile: 1.4;--bfc-ls-wordmark: -.03em;--bfc-ls-hero-name: .2em;--bfc-ls-hero-log: .2em;--bfc-ls-hero-detail: -.02em;--bfc-ls-heading: -.01em;--bfc-ls-body-label: -.01em;--bfc-ls-body-value: .03em;--bfc-gap-section: clamp(56px, 15.3vw, 77px);--bfc-gap-internal: clamp(20px, 5.38vw, 28px);--bfc-gap-column: clamp(20px, 5.55vw, 28px);--bfc-gap-hero-detail: clamp(2px, .7vw, 4px);--bfc-pad-x: clamp(28px, 8.97vw, 48px);--bfc-label-width-narrow: clamp(76px, 20.13vw, 90px);--bfc-label-width-wide: clamp(106px, 28.2vw, 126px)}html{background-color:var(--bfc-color-bg);scroll-behavior:smooth}.bfc-editions{background-color:var(--bfc-color-bg);color:var(--bfc-color-black);font-family:var(--bfc-font-mono);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;position:relative}.bfc-editions *,.bfc-editions *:before,.bfc-editions *:after{box-sizing:border-box;margin:0;padding:0}.bfc-editions__wordmark{position:fixed;top:0;left:0;right:0;z-index:9999;font-family:var(--bfc-font-sans);font-weight:700;font-size:var(--bfc-fs-wordmark);line-height:var(--bfc-lh-wordmark);letter-spacing:var(--bfc-ls-wordmark);color:var(--bfc-color-cream);text-align:center;text-transform:uppercase;mix-blend-mode:exclusion;padding:clamp(14px,3.68vw,22px) 0;pointer-events:none}.bfc-editions__spacer{height:0}.bfc-editions__content{position:relative;z-index:1;background-color:var(--bfc-color-bg);width:100%;padding:0 var(--bfc-pad-x);padding-top:60px;display:flex;flex-direction:column}@media(min-width:500px){.bfc-editions__content{max-width:500px;margin:0 auto}}.bfc-editions__content>*+*{margin-top:var(--bfc-gap-section)}.bfc-editions__content>*:first-child{margin-top:0}.bfc-editions__hero{position:relative;z-index:10;background-color:var(--bfc-color-bg);min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:calc(50svh - 100px);will-change:height,min-height,padding-top}.bfc-editions__hero.is-fixed{position:fixed;top:0;left:0;width:100%}.bfc-editions__hero.is-hidden{opacity:0;pointer-events:none;transition:opacity .2s ease}.bfc-editions__hero-inner{display:flex;flex-direction:column;align-items:center;gap:0;max-width:280px;width:100%;margin:0 auto}.bfc-editions__hero-log-row{display:flex;justify-content:space-between;width:100%;max-width:280px}.bfc-editions__hero-label,.bfc-editions__hero-number{font-family:var(--bfc-font-mono);font-weight:500;font-size:var(--bfc-fs-hero-log);line-height:1;letter-spacing:var(--bfc-ls-hero-log);text-transform:uppercase;color:var(--bfc-color-black)}.bfc-editions__hero-name{font-family:var(--bfc-font-sans);font-weight:600;font-size:var(--bfc-fs-hero-name);line-height:var(--bfc-lh-hero-name);letter-spacing:var(--bfc-ls-hero-name);text-transform:uppercase;text-align:center;color:var(--bfc-color-black);margin-top:.12em}.bfc-editions__hero-name-line{white-space:nowrap}.bfc-editions__hero-coordinates{font-family:var(--bfc-font-sans);font-weight:600;font-size:var(--bfc-fs-hero-detail);line-height:var(--bfc-lh-hero-detail);letter-spacing:var(--bfc-ls-hero-detail);text-align:center;color:var(--bfc-color-black);margin-top:-.55em}.bfc-editions__hero-city{font-family:var(--bfc-font-mono);font-weight:500;font-size:var(--bfc-fs-hero-detail);line-height:var(--bfc-lh-hero-detail);letter-spacing:var(--bfc-ls-hero-detail);text-transform:uppercase;text-align:center;color:var(--bfc-color-black);margin-top:-.2em}.bfc-editions__scroll-indicator{position:absolute;bottom:clamp(24px,6vw,40px);left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:8px;animation:bfc-indicator-fade linear;animation-timeline:scroll(root);animation-range:0 15svh;animation-fill-mode:forwards}@keyframes bfc-indicator-fade{to{opacity:0;visibility:hidden}}.bfc-editions__scroll-indicator.is-hidden{opacity:0;visibility:hidden}.bfc-editions__scroll-text{font-family:var(--bfc-font-mono);font-weight:500;font-size:var(--bfc-fs-body);line-height:var(--bfc-lh-body);letter-spacing:var(--bfc-ls-body-value);text-transform:uppercase;text-align:center;color:var(--bfc-color-black)}.bfc-editions__scroll-arrow{display:block;animation:bfc-bounce 2s ease-in-out infinite;color:var(--bfc-color-black)}@keyframes bfc-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.bfc-editions__section{display:flex;flex-direction:column;gap:var(--bfc-gap-internal)}.bfc-editions__heading{font-family:var(--bfc-font-sans);font-weight:600;font-size:var(--bfc-fs-heading);line-height:var(--bfc-lh-heading);letter-spacing:var(--bfc-ls-heading);text-transform:uppercase;text-align:left;color:var(--bfc-color-dark)}.bfc-editions__table{display:flex;flex-direction:column}.bfc-editions__row{display:flex;align-items:baseline;gap:var(--bfc-gap-column)}.bfc-editions__label{font-family:var(--bfc-font-sans);font-weight:600;font-size:var(--bfc-fs-body);line-height:var(--bfc-lh-body);letter-spacing:var(--bfc-ls-body-label);text-align:left;color:var(--bfc-color-black);flex-shrink:0}.bfc-editions__label--narrow{width:var(--bfc-label-width-narrow);min-width:var(--bfc-label-width-narrow)}.bfc-editions__label--wide{width:var(--bfc-label-width-wide);min-width:var(--bfc-label-width-wide)}.bfc-editions__value{font-family:var(--bfc-font-mono);font-weight:500;font-size:var(--bfc-fs-body);line-height:var(--bfc-lh-body);letter-spacing:var(--bfc-ls-body-value);text-transform:uppercase;text-align:left;color:var(--bfc-color-black);flex:1;min-width:0}.bfc-editions__intro{font-family:var(--bfc-font-mono);font-weight:500;font-size:var(--bfc-fs-body);line-height:var(--bfc-lh-body);letter-spacing:var(--bfc-ls-body-value);text-transform:uppercase;text-align:left;color:var(--bfc-color-black)}.bfc-editions__profile{font-family:var(--bfc-font-sans);font-weight:600;font-size:var(--bfc-fs-body);line-height:var(--bfc-lh-profile);letter-spacing:var(--bfc-ls-heading);text-align:left;color:var(--bfc-color-black)}.bfc-editions__profile br{display:block;content:"";margin-bottom:1em}.bfc-editions__image-section{width:100%;margin-inline:calc(-1 * var(--bfc-pad-x));margin-bottom:0}.bfc-editions__image{display:block;width:100%;height:auto;object-fit:cover}.bfc-editions__fade-in{opacity:1;transform:none}.bfc-editions__closing{position:relative;width:100%;height:100svh;min-height:100vh;overflow:hidden;margin-top:var(--bfc-gap-section)}.bfc-editions__closing .bfc-editions__image-section{position:absolute;top:0;left:0;width:100%;height:100%;margin-left:0;margin-bottom:0}.bfc-editions__closing .bfc-editions__image{display:block;width:100%;height:100%;min-height:100vh;object-fit:cover}.bfc-editions__reprise{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5;padding:var(--bfc-pad-x);mix-blend-mode:exclusion}.bfc-editions__reprise-content{display:flex;flex-direction:column;align-items:center;gap:0;max-width:280px;width:100%;margin:0 auto;color:var(--bfc-color-cream);mix-blend-mode:exclusion}.bfc-editions__reprise-log-row{display:flex;justify-content:space-between;width:100%;max-width:280px}.bfc-editions__reprise-label,.bfc-editions__reprise-number{font-family:var(--bfc-font-mono);font-weight:500;font-size:var(--bfc-fs-hero-log);line-height:1;letter-spacing:var(--bfc-ls-hero-log);text-transform:uppercase;color:inherit}.bfc-editions__reprise-name{font-family:var(--bfc-font-sans);font-weight:600;font-size:var(--bfc-fs-hero-name);line-height:var(--bfc-lh-hero-name);letter-spacing:var(--bfc-ls-hero-name);text-transform:uppercase;text-align:center;color:inherit;margin-top:.12em}.bfc-editions__reprise-name-line{white-space:nowrap}.bfc-editions__reprise-coordinates{font-family:var(--bfc-font-sans);font-weight:600;font-size:var(--bfc-fs-hero-detail);line-height:var(--bfc-lh-hero-detail);letter-spacing:var(--bfc-ls-hero-detail);text-align:center;color:inherit;margin-top:-.55em}.bfc-editions__reprise-city{font-family:var(--bfc-font-mono);font-weight:500;font-size:var(--bfc-fs-hero-detail);line-height:var(--bfc-lh-hero-detail);letter-spacing:var(--bfc-ls-hero-detail);text-transform:uppercase;text-align:center;color:inherit;margin-top:-.2em}.bfc-editions__back-to-top{font-family:var(--bfc-font-mono);font-weight:500;font-size:var(--bfc-fs-body);line-height:var(--bfc-lh-body);letter-spacing:var(--bfc-ls-body-value);text-transform:uppercase;text-align:center;color:var(--bfc-color-cream);mix-blend-mode:exclusion;cursor:pointer;position:absolute;bottom:clamp(40px,10vh,80px);left:50%;transform:translate(-50%);white-space:nowrap;text-decoration:none;transition:opacity .2s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.bfc-editions__back-to-top:hover,.bfc-editions__back-to-top:focus-visible{opacity:.7;outline:none}.bfc-editions__back-to-top:focus-visible{outline:1px solid currentColor;outline-offset:4px}@media(prefers-reduced-motion:reduce){.bfc-editions__fade-in{opacity:1;transform:none;transition:none}.bfc-editions__scroll-arrow{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/bfc-editions.css.map */
