:root{--boto-bg: #fbfaf7;--boto-fg: #0a0a0a;--boto-mute: #6b6b6b;--boto-hair: #e6e2da;--boto-bg-dark: #0a0a0a;--boto-fg-dark: #fbfaf7;--boto-sans: "Inter Tight", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--boto-serif: "Fraunces", "Times New Roman", Georgia, serif;--boto-pad-y: clamp(40px, 5vw, 80px);--boto-pad-x: clamp(20px, 5vw, 80px);--boto-max: 1680px}@media(max-width:720px){:root{--boto-pad-y: clamp(32px, 7vw, 56px);--boto-pad-x: 20px}}body{background:var(--boto-bg);color:var(--boto-fg)}body,.boto-section{font-family:var(--boto-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.boto-section :is(button,.button,input,.boto-link,.boto-card),.boto-section :is(a,img,video){border-radius:0}.boto-section{padding:var(--boto-pad-y) var(--boto-pad-x);position:relative;background:var(--boto-bg);color:var(--boto-fg)}.boto-section--dark{background:var(--boto-bg-dark);color:var(--boto-fg-dark)}.boto-section--bleed{padding-left:0;padding-right:0}.boto-section--flush{padding-top:0;padding-bottom:0}.boto-inner{max-width:var(--boto-max);margin:0 auto}.boto-eyebrow{font-family:var(--boto-sans);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--boto-mute);margin:0}.boto-section--dark .boto-eyebrow{color:#fbfaf78c}.boto-display{font-family:var(--boto-serif);font-weight:300;font-size:clamp(40px,7vw,112px);line-height:.95;letter-spacing:-.025em;margin:0;font-variation-settings:"opsz" 96}.boto-display--sans{font-family:var(--boto-sans);font-weight:400;letter-spacing:-.035em;font-variation-settings:normal}.boto-h2{font-family:var(--boto-serif);font-weight:300;font-size:clamp(30px,4.4vw,60px);line-height:1.02;letter-spacing:-.02em;margin:0;font-variation-settings:"opsz" 60}.boto-body{font-family:var(--boto-sans);font-size:clamp(15px,1.05vw,17px);font-weight:400;line-height:1.6;color:var(--boto-fg);max-width:48ch;margin:0}.boto-section--dark .boto-body{color:#fbfaf7c7}.boto-mute{color:var(--boto-mute)}.boto-section--dark .boto-mute{color:#fbfaf78c}.boto-meta{font-family:var(--boto-sans);font-size:10px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--boto-mute)}.boto-section--dark .boto-meta{color:#fbfaf78c}.boto-link{display:inline-block;font-family:var(--boto-sans);font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;color:inherit;position:relative;padding:4px 0 6px;transition:color .25s ease}.boto-link:after{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:currentColor;transform-origin:left;transition:transform .35s cubic-bezier(.22,.61,.36,1)}.boto-link:hover:after{transform:scaleX(.4);transform-origin:right}.boto-link__arrow{display:inline-block;margin-left:8px;transition:transform .25s ease}.boto-link:hover .boto-link__arrow{transform:translate(4px)}.boto-num{position:absolute;top:clamp(20px,3vw,48px);right:clamp(20px,5vw,80px);font-family:var(--boto-sans);font-size:11px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--boto-mute)}.boto-section--dark .boto-num{color:#fbfaf773}.boto-hero{position:relative;height:100svh;min-height:560px;background:#000;color:#fff;display:grid;grid-template-rows:auto 1fr auto;padding:clamp(20px,3vw,40px);overflow:hidden}.boto-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse at 30% 30%,rgba(255,255,255,.04),transparent 60%),radial-gradient(ellipse at 70% 70%,rgba(255,255,255,.03),transparent 70%),#000}.boto-hero__bg img,.boto-hero__bg video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.9}.boto-hero__top,.boto-hero__bottom{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:#fff9}.boto-hero__center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.boto-hero__wordmark{display:flex;flex-direction:column;align-items:center;gap:clamp(8px,1vw,14px);margin-bottom:clamp(28px,4vw,48px)}.boto-hero__wordmark img,.boto-hero__wordmark svg{display:block;width:clamp(260px,56vw,880px);height:auto}.boto-hero__wordmark-text{font-family:var(--boto-sans);font-weight:600;font-size:clamp(80px,22vw,320px);line-height:.85;letter-spacing:-.045em;color:#fafafa;text-transform:lowercase}.boto-hero__wordmark-tag{font-family:var(--boto-sans);font-weight:300;font-size:clamp(12px,1.5vw,22px);letter-spacing:.4em;text-transform:uppercase;color:#ffffffd9}.boto-hero__sub{margin:clamp(16px,2.5vw,28px) 0 0;font-size:clamp(13px,1vw,16px);letter-spacing:.02em;line-height:1.55;color:#ffffffb8;max-width:38ch;font-weight:400}.boto-hero__cta{margin-top:clamp(24px,3vw,44px);color:#fff}.boto-hero__rule{position:absolute;left:50%;bottom:18px;width:1px;height:32px;background:#fff6;animation:botoRule 2.4s ease-in-out infinite}@keyframes botoRule{0%,to{transform:scaleY(.4);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}}@media(max-width:720px){.boto-hero__top span:nth-child(2),.boto-hero__bottom span:nth-child(2){display:none}.boto-hero__top,.boto-hero__bottom{font-size:9px;letter-spacing:.2em}}.boto-manifesto{display:grid;place-items:center;min-height:70svh;text-align:left}.boto-manifesto__inner{max-width:1200px;width:100%;padding:0 var(--boto-pad-x)}.boto-manifesto p{margin:0}.boto-manifesto .boto-display{max-width:16ch}.boto-manifesto__caption{margin-top:clamp(32px,5vw,80px);display:flex;gap:32px;align-items:baseline;flex-wrap:wrap}.boto-plate{position:relative;width:100%;background:#000;aspect-ratio:16 / 10;overflow:hidden;margin:0}.boto-plate--tall{aspect-ratio:4 / 5}.boto-plate--wide{aspect-ratio:21 / 9}.boto-plate img,.boto-plate video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}@media(max-width:720px){.boto-plate,.boto-plate--wide,.boto-plate--tall{aspect-ratio:4 / 5}}.boto-plate__label,.boto-plate__action,.boto-plate__caption,.boto-plate__corner{z-index:2}.boto-plate__label{position:absolute;top:clamp(16px,2.5vw,40px);left:clamp(16px,2.5vw,40px);color:#fff9;font-family:var(--boto-sans);font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase}.boto-plate__action{position:absolute;bottom:clamp(16px,2.5vw,40px);right:clamp(16px,2.5vw,40px);color:#ffffffeb}.boto-plate__corner{position:absolute;pointer-events:none;width:18px;height:18px;border-color:#ffffff40;border-style:solid;border-width:0}.boto-plate__corner--tl{top:12px;left:12px;border-top-width:1px;border-left-width:1px}.boto-plate__corner--tr{top:12px;right:12px;border-top-width:1px;border-right-width:1px}.boto-plate__corner--bl{bottom:12px;left:12px;border-bottom-width:1px;border-left-width:1px}.boto-plate__corner--br{bottom:12px;right:12px;border-bottom-width:1px;border-right-width:1px}.boto-plate__caption{position:absolute;left:50%;bottom:clamp(40px,7vw,80px);transform:translate(-50%);color:#fff;text-align:center}.boto-pair{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(32px,6vw,120px);align-items:center}.boto-pair--reverse{grid-template-columns:.85fr 1.15fr}.boto-pair--reverse .boto-pair__media{order:2}.boto-pair__media{background:#000;aspect-ratio:4 / 5;width:100%;position:relative;overflow:hidden}.boto-pair__media img,.boto-pair__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.boto-pair__copy{display:flex;flex-direction:column;gap:24px}.boto-pair__copy .boto-link{margin-top:4px}@media(max-width:900px){.boto-pair,.boto-pair--reverse{grid-template-columns:1fr;gap:28px}.boto-pair--reverse .boto-pair__media{order:-1}.boto-pair__media{aspect-ratio:4 / 3}}.boto-addons__head{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:24px;margin-bottom:56px;border-bottom:1px solid var(--boto-hair);flex-wrap:wrap;gap:16px}.boto-addons__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,40px) clamp(20px,2.5vw,48px)}@media(max-width:820px){.boto-addons__grid{grid-template-columns:1fr;gap:48px}.boto-addons__head{margin-bottom:36px}}.boto-card{display:block;text-decoration:none;color:inherit}.boto-card__media{background:#000;aspect-ratio:1 / 1;width:100%;margin-bottom:16px;position:relative;overflow:hidden}.boto-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.boto-card:hover .boto-card__media img{transform:scale(1.03)}.boto-card__row{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.boto-card__name{font-family:var(--boto-sans);font-size:15px;font-weight:500;letter-spacing:-.005em;margin:0}.boto-card__price{font-family:var(--boto-sans);font-size:13px;color:var(--boto-mute);font-variant-numeric:tabular-nums;margin:0}.boto-card__num{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--boto-mute);margin-bottom:10px;display:block}.boto-band{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:clamp(36px,6vw,88px) var(--boto-pad-x);border-top:1px solid var(--boto-hair);border-bottom:1px solid var(--boto-hair)}.boto-band__center{text-align:center}.boto-band__right{text-align:right}@media(max-width:720px){.boto-band{grid-template-columns:1fr;text-align:center;gap:14px}.boto-band__right{text-align:center}}.boto-bmark{font-family:var(--boto-sans);font-weight:600;font-size:28px;line-height:1;letter-spacing:-.04em;text-transform:lowercase;color:var(--boto-fg);display:inline-block}.boto-section--dark .boto-bmark{color:var(--boto-fg-dark)}.boto-newsletter{max-width:580px;margin:0 auto;text-align:center}.boto-newsletter>*+*{margin-top:24px}.boto-newsletter form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid currentColor;align-items:center}.boto-newsletter input[type=email]{background:transparent;border:0;outline:0;font:400 16px var(--boto-sans);padding:16px 0;color:inherit;letter-spacing:.01em}.boto-newsletter input[type=email]::placeholder{color:var(--boto-mute)}.boto-newsletter button{background:transparent;border:0;cursor:pointer;font:500 12px var(--boto-sans);color:inherit;letter-spacing:.18em;text-transform:uppercase;padding:16px 0 16px 24px;transition:opacity .25s ease}.boto-newsletter button:hover{opacity:.55}.boto-newsletter .errors p,.boto-newsletter .success{font-size:13px;color:var(--boto-mute);margin-top:12px}.boto-footer-mark{display:flex;flex-direction:column;align-items:center;gap:clamp(24px,4vw,48px)}.boto-footer-wordmark{display:flex;flex-direction:column;align-items:center;gap:6px}.boto-footer-wordmark-text{font-family:var(--boto-sans);font-weight:600;font-size:clamp(64px,12vw,168px);line-height:.85;letter-spacing:-.045em;color:#fbfaf7eb;text-transform:lowercase}.boto-footer-wordmark-tag{font-family:var(--boto-sans);font-weight:300;font-size:clamp(11px,1.1vw,14px);letter-spacing:.45em;text-transform:uppercase;color:#fbfaf799}.boto-buy__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(32px,5vw,96px);align-items:start}.boto-buy__head--mobile{display:none}.boto-buy__head--desktop{display:block}@media(max-width:900px){.boto-buy__grid{grid-template-columns:1fr;gap:28px}.boto-buy__head--mobile{display:block}.boto-buy__head--desktop{display:none}}.boto-buy__title{margin:0 0 12px}.boto-buy__price{font-family:var(--boto-sans);font-size:15px;font-weight:500;font-variant-numeric:tabular-nums;margin:0;display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}.boto-buy__media{position:relative}.boto-buy__main{position:relative;background:#f4f1ea;aspect-ratio:4 / 5;overflow:hidden}.boto-section--dark .boto-buy__main{background:#0d0d0d}.boto-buy__slides{display:grid;grid-auto-flow:column;grid-auto-columns:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;outline:none}.boto-buy__slides::-webkit-scrollbar{display:none}.boto-buy__shot{position:relative;margin:0;scroll-snap-align:start;height:100%;background:inherit}.boto-buy__shot img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.boto-buy__counter{position:absolute;top:14px;right:14px;z-index:2;font-family:var(--boto-sans);font-size:10px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;padding:6px 10px;background:#00000073;color:#fff;font-variant-numeric:tabular-nums}.boto-buy__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border:0;background:#00000059;color:#fff;cursor:pointer;font-size:16px;transition:background .2s ease}.boto-buy__arrow:hover{background:#0009}.boto-buy__arrow--prev{left:0}.boto-buy__arrow--next{right:0}@media(max-width:900px){.boto-buy__arrow{display:none}}.boto-buy__thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:64px;gap:8px;margin-top:12px;overflow-x:auto;scrollbar-width:none}.boto-buy__thumbs::-webkit-scrollbar{display:none}.boto-buy__thumb{position:relative;width:64px;height:64px;padding:0;background:#f4f1ea;border:1px solid transparent;cursor:pointer;overflow:hidden;transition:border-color .2s ease,opacity .2s ease;opacity:.55}.boto-buy__thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.boto-buy__thumb--active{border-color:var(--boto-fg);opacity:1}.boto-section--dark .boto-buy__thumb{background:#1a1a1a}.boto-section--dark .boto-buy__thumb--active{border-color:var(--boto-fg-dark)}.boto-buy__info{min-width:0}.boto-buy__sticky{position:sticky;top:24px;display:grid;gap:24px}@media(max-width:900px){.boto-buy__sticky{position:static;gap:20px}}.boto-buy__rest{display:grid;gap:20px}.boto-buy__lede{max-width:42ch}.boto-buy__form{display:grid;gap:16px}.boto-buy__qty{display:grid;gap:10px;padding:18px 0;border-top:1px solid var(--boto-hair);border-bottom:1px solid var(--boto-hair)}.boto-section--dark .boto-buy__qty{border-color:#fbfaf72e}.boto-buy__row{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.boto-buy__qty-controls{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;border:1px solid var(--boto-fg)}.boto-section--dark .boto-buy__qty-controls{border-color:var(--boto-fg-dark)}.boto-buy__qty-btn{height:44px;background:transparent;border:0;cursor:pointer;color:inherit;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.boto-buy__qty-btn:hover{background:#0000000d}.boto-section--dark .boto-buy__qty-btn:hover{background:#ffffff14}.boto-buy__qty-btn svg{width:14px;height:14px}.boto-buy__qty-input{height:44px;border:0;border-left:1px solid var(--boto-fg);border-right:1px solid var(--boto-fg);background:transparent;color:inherit;text-align:center;font:500 15px var(--boto-sans);font-variant-numeric:tabular-nums;outline:0;-moz-appearance:textfield}.boto-section--dark .boto-buy__qty-input{border-color:var(--boto-fg-dark)}.boto-buy__qty-input::-webkit-outer-spin-button,.boto-buy__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.boto-buy__qty-labels{display:none}.boto-buy__addons{display:grid;gap:12px;padding:18px 0 4px}.boto-buy__addons-label{margin:0 0 4px}.boto-buy__addons-list{list-style:none;padding:0;margin:0;display:grid;gap:0}.boto-buy__addon{border-top:1px solid var(--boto-hair)}.boto-buy__addon:last-of-type{border-bottom:1px solid var(--boto-hair)}.boto-section--dark .boto-buy__addon{border-color:#fbfaf72e}.boto-section--dark .boto-buy__addon:last-of-type{border-color:#fbfaf72e}.boto-buy__addon-row{display:grid;grid-template-columns:18px 56px 1fr auto;align-items:center;gap:14px;padding:12px 0;cursor:pointer}.boto-buy__addon-check{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1px solid var(--boto-fg);background:transparent;cursor:pointer;display:grid;place-items:center;margin:0}.boto-section--dark .boto-buy__addon-check{border-color:var(--boto-fg-dark)}.boto-buy__addon-check:checked:after{content:"";width:10px;height:10px;background:var(--boto-fg)}.boto-section--dark .boto-buy__addon-check:checked:after{background:var(--boto-fg-dark)}.boto-buy__addon-check:disabled{opacity:.4;cursor:not-allowed}.boto-buy__addon-media{position:relative;width:56px;height:56px;background:#f4f1ea;overflow:hidden}.boto-section--dark .boto-buy__addon-media{background:#1a1a1a}.boto-buy__addon-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.boto-buy__addon-body{display:grid;gap:2px;min-width:0}.boto-buy__addon-title{font:500 14px var(--boto-sans);letter-spacing:-.005em;color:inherit}.boto-buy__addon-desc{font:400 12px var(--boto-sans);color:var(--boto-mute)}.boto-buy__addon-price{font:500 13px var(--boto-sans);font-variant-numeric:tabular-nums;color:inherit;white-space:nowrap}.boto-buy__cta{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 22px;border:0;background:var(--boto-fg);color:var(--boto-bg);font:500 12px var(--boto-sans);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;font-variant-numeric:tabular-nums;transition:background .25s ease}.boto-section--dark .boto-buy__cta{background:var(--boto-fg-dark);color:var(--boto-bg-dark)}.boto-buy__cta:hover{background:#1a1a1a}.boto-section--dark .boto-buy__cta:hover{background:#ececec}.boto-buy__cta:disabled{opacity:.5;cursor:not-allowed}.boto-buy__cta-price{font-weight:500;letter-spacing:.04em}.boto-buy__stock{display:flex;align-items:center;gap:10px;font:400 13px var(--boto-sans);color:var(--boto-mute)}.boto-buy__dot{width:8px;height:8px;background:#2ea44f;border-radius:50%;display:inline-block}.boto-buy__accs{display:grid}.boto-buy__acc{border-top:1px solid var(--boto-hair);padding:14px 0}.boto-section--dark .boto-buy__acc{border-color:#fbfaf72e}.boto-buy__acc:last-of-type{border-bottom:1px solid var(--boto-hair)}.boto-section--dark .boto-buy__acc:last-of-type{border-color:#fbfaf72e}.boto-buy__acc summary{font:500 12px var(--boto-sans);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:6px 0}.boto-buy__acc summary::-webkit-details-marker{display:none}.boto-buy__acc-toggle{font-size:16px;font-weight:300;transition:transform .2s ease}.boto-buy__acc[open] .boto-buy__acc-toggle{transform:rotate(45deg)}.boto-buy__acc-body{padding:12px 0 6px;font:400 14px/1.6 var(--boto-sans);color:var(--boto-fg)}.boto-section--dark .boto-buy__acc-body{color:#fbfaf7c7}.boto-buy__acc-body p{margin:0 0 8px}.boto-buy__specs br{content:"";display:block;margin-bottom:4px}.boto-configurator__head{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(24px,4vw,80px);align-items:end;padding-bottom:28px;margin-bottom:28px;border-bottom:1px solid var(--boto-hair)}.boto-section--dark .boto-configurator__head{border-color:#fbfaf72e}.boto-configurator__head-left{display:grid;gap:16px}@media(max-width:720px){.boto-configurator__head{grid-template-columns:1fr;gap:18px;padding-bottom:20px;margin-bottom:22px}}.boto-configurator__tabs{display:flex;gap:clamp(8px,2vw,24px);overflow-x:auto;scrollbar-width:none;padding-bottom:4px;margin-bottom:clamp(20px,3vw,36px)}.boto-configurator__tabs::-webkit-scrollbar{display:none}.boto-configurator__tab{background:transparent;border:0;cursor:pointer;color:var(--boto-mute);padding:14px 4px 16px;border-bottom:1px solid transparent;display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:64px;transition:color .2s ease,border-color .2s ease;font-family:var(--boto-sans)}.boto-section--dark .boto-configurator__tab{color:#fbfaf780}.boto-configurator__tab:hover{color:var(--boto-fg)}.boto-section--dark .boto-configurator__tab:hover{color:var(--boto-fg-dark)}.boto-configurator__tab.is-active{color:var(--boto-fg);border-bottom-color:var(--boto-fg)}.boto-section--dark .boto-configurator__tab.is-active{color:var(--boto-fg-dark);border-bottom-color:var(--boto-fg-dark)}.boto-configurator__tab-num{font-size:clamp(18px,1.8vw,22px);font-weight:500;letter-spacing:-.005em;font-variant-numeric:tabular-nums;line-height:1}.boto-configurator__tab-sub{font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase}.boto-configurator__panels{position:relative}.boto-configurator__panel{display:none;animation:botoFadeUp .4s cubic-bezier(.22,.61,.36,1) both}.boto-configurator__panel.is-active{display:block}.boto-configurator__panel[hidden]{display:none}.boto-configurator__shots{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(8px,1.5vw,20px)}@media(max-width:900px){.boto-configurator__shots{grid-template-columns:repeat(3,80%);grid-auto-flow:column;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-left:calc(var(--boto-pad-x) * -1);margin-right:calc(var(--boto-pad-x) * -1);padding-left:var(--boto-pad-x);padding-right:var(--boto-pad-x)}.boto-configurator__shots::-webkit-scrollbar{display:none}.boto-configurator__shots .boto-configurator__shot{scroll-snap-align:start}}.boto-configurator__shot{position:relative;margin:0;background:#f4f1ea;aspect-ratio:4 / 5;overflow:hidden}.boto-section--dark .boto-configurator__shot{background:#0d0d0d}.boto-configurator__shot--empty{background:#000}.boto-configurator__shot img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.boto-configurator__caption{margin-top:18px;text-align:left}.boto-configurator__foot{margin-top:clamp(24px,4vw,48px);padding-top:24px;border-top:1px solid var(--boto-hair)}.boto-section--dark .boto-configurator__foot{border-color:#fbfaf72e}@keyframes botoFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@supports (animation-timeline: view()){.boto-reveal{animation:botoFadeUp linear both;animation-timeline:view();animation-range:entry 5% cover 25%}.boto-reveal--lazy{animation-range:entry 0% cover 35%}}@media(prefers-reduced-motion:reduce){.boto-reveal{animation:none;opacity:1;transform:none}.boto-hero__rule{animation:none}}@media(max-width:749px){.boto-hero__top,.boto-hero__bottom{font-size:10px;letter-spacing:.18em}.boto-meta,.boto-plate__label,.boto-num,.boto-card__num,.boto-configurator__tab-sub{font-size:11px;letter-spacing:.2em}.boto-card__price,.boto-buy__addon-desc,.boto-buy__stock{font-size:13px}.boto-card__name,.boto-buy__addon-title{font-size:14px}.boto-buy__price{font-size:16px}.boto-display{letter-spacing:-.015em;line-height:1}.boto-h2{letter-spacing:-.012em;line-height:1.05}.boto-hero__wordmark-text{letter-spacing:-.035em;font-size:clamp(72px,20vw,140px)}.boto-hero__wordmark-tag{letter-spacing:.32em}.boto-hero__sub{font-size:14px;max-width:32ch}.boto-footer-wordmark-text{font-size:clamp(56px,18vw,120px);letter-spacing:-.035em}.boto-footer-wordmark-tag{letter-spacing:.32em}.boto-body{font-size:15px;line-height:1.55;max-width:none}.boto-buy__lede{max-width:none}.boto-link{padding-top:12px;padding-bottom:14px;min-height:44px;display:inline-flex;align-items:center}.boto-buy__acc summary,.boto-product-page details summary{min-height:44px;padding:10px 0}.boto-buy__addon-row{padding:14px 0;min-height:56px;grid-template-columns:22px 56px 1fr auto}.boto-buy__addon-check{width:22px;height:22px}.boto-buy__addon-check:checked:after{width:12px;height:12px}.boto-newsletter button{padding:18px 0 18px 16px;font-size:11px}.boto-newsletter input[type=email]{padding:18px 0;font-size:16px}.boto-buy__qty-input{font-size:16px}.boto-configurator__tab{padding:16px 6px 18px;min-width:72px}.boto-configurator__tabs{gap:14px}.boto-buy__thumb{width:72px;height:72px}.boto-buy__thumbs{grid-auto-columns:72px;gap:10px}.boto-section{padding-left:20px;padding-right:20px}.boto-hero{padding:16px;min-height:520px}.boto-hero__wordmark{gap:6px;margin-bottom:24px}.boto-hero__cta{margin-top:28px}.boto-plate__corner{width:14px;height:14px}.boto-plate__corner--tl,.boto-plate__corner--tr{top:10px}.boto-plate__corner--bl,.boto-plate__corner--br{bottom:10px}.boto-plate__corner--tl,.boto-plate__corner--bl{left:10px}.boto-plate__corner--tr,.boto-plate__corner--br{right:10px}.boto-plate__caption{bottom:24px;padding:0 16px}.boto-pair,.boto-pair--reverse{grid-template-columns:1fr;gap:24px}.boto-pair--reverse .boto-pair__media{order:-1}.boto-pair__media{aspect-ratio:4 / 3}.boto-pair__copy{gap:16px}.boto-band{grid-template-columns:1fr;text-align:center;gap:12px}.boto-band__right{text-align:center}.boto-bmark{font-size:24px}.boto-buy__grid{grid-template-columns:1fr;gap:24px}.boto-buy__head--mobile{display:block}.boto-buy__head--desktop{display:none}.boto-buy__sticky{position:static;gap:18px}.boto-buy__arrow{display:none}.boto-buy__form .boto-buy__cta{position:sticky;bottom:max(12px,env(safe-area-inset-bottom));z-index:5;box-shadow:0 8px 24px #0000001f}.boto-section--dark .boto-buy__form .boto-buy__cta{box-shadow:0 8px 24px #0000008c}.boto-configurator__head{grid-template-columns:1fr;gap:14px;padding-bottom:16px;margin-bottom:18px}.boto-addons__grid{grid-template-columns:1fr;gap:40px}.boto-addons__head{margin-bottom:28px}.boto-newsletter{max-width:100%;padding:0 4px}.boto-num{top:16px;right:16px}}@media(max-width:380px){.boto-hero__wordmark-text{font-size:clamp(60px,18vw,92px)}.boto-footer-wordmark-text{font-size:clamp(44px,16vw,72px)}.boto-display{font-size:clamp(34px,9vw,56px)}.boto-h2{font-size:clamp(26px,7vw,40px)}}@media(max-width:749px){.boto-section:has(.boto-buy__grid){padding-top:32px;padding-bottom:40px}.boto-buy__title{font-size:clamp(38px,11vw,56px);line-height:1;letter-spacing:-.025em}.boto-buy__head--mobile{display:grid;gap:8px;margin-bottom:4px}.boto-buy__head--mobile .boto-eyebrow{margin-bottom:4px}.boto-buy__main{aspect-ratio:5 / 6}.boto-buy__shot img{object-position:center center}.boto-buy~.boto-num,.boto-section:has(.boto-buy__grid) .boto-num{top:12px;right:16px}.boto-buy__grid{gap:16px}.boto-section:has(.boto-buy__grid){padding-left:0;padding-right:0;overflow-x:clip}.boto-buy__head--mobile,.boto-buy__info{padding-left:20px;padding-right:20px}.boto-buy__thumbs{padding-left:20px;padding-right:20px;margin-left:0;margin-right:0}.boto-buy__media{margin-left:0;margin-right:0}.boto-section:has(.boto-buy__grid) .boto-num{right:16px}.boto-buy__counter{top:12px;right:12px}}@media(max-width:749px){#boto-buy.boto-section{padding-left:0;padding-right:0;overflow-x:clip}#boto-buy .boto-buy__head--mobile,#boto-buy .boto-buy__info,#boto-buy .boto-buy__thumbs{padding-left:20px;padding-right:20px;margin-left:0;margin-right:0}#boto-buy .boto-buy__media{margin-left:0;margin-right:0}#boto-buy .boto-buy__lede{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/boto-brand.css.map */
